Trace number 281225

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
AbsconMax 109 PFCOPTIMUM 12.6081 12.7383

General information on the benchmark

NameMaxCSP/randomMaxCSP/completeLoose/
vcsp-25-10-100-18-35_ext.xml
MD5SUMefbb0946d2d2d94a207d7ec9c86620d0
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints299
Best CPU time to get the best result obtained on this benchmark2.6386
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints300
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension300
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=pfc.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/281225-1169310719/unknown.xml
0.37	   
0.37	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.41	     nbVariables=25  nbDomainTypes=1  minDomainSize=10  maxDomainSize=10
0.41	       =>  wckTime=0.1  cpuTime=0.08  mem=6M910
0.41	   
0.41	   relations being loaded...
0.48	   
0.48	   constraints being loaded...
0.58	     nbConstraints=300  nbRelationTypes=300  nbExtensionStructures=300  nbSharedExtensionStructures=0
0.58	     nbConflictsStructures=300  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=5575  maxDegree=24
0.58	     maxArity=2
0.58	       =>  wckTime=0.274  cpuTime=0.19  mem=9M835
0.62	   
0.62	   solver LocalSearchSolver being built... 
0.67	       =>  wckTime=0.358  cpuTime=0.23  mem=5M671
0.67	
0.67	s SATISFIABLE
0.67	o 247
0.67	c 53
0.67	o 253
0.67	c 47
0.67	o 258
0.67	c 42
0.67	o 262
0.68	c 38
0.68	o 266
0.68	c 34
0.68	o 270
0.68	c 30
0.68	o 272
0.68	c 28
0.68	o 274
0.68	c 26
0.68	o 276
0.68	c 24
0.68	o 278
0.68	c 22
0.68	o 279
0.68	c 21
0.68	o 281
0.68	c 19
0.68	o 282
0.68	c 18
0.68	o 283
0.68	c 17
0.68	o 284
0.68	c 16
0.68	o 285
0.68	c 15
0.68	o 286
0.68	c 14
0.68	o 287
0.68	c 13
0.68	o 289
0.69	c 11
0.69	o 291
0.69	c 9
0.69	o 292
0.69	c 8
0.69	o 293
0.69	c 7
0.71	o 294
0.71	c 6
0.72	o 295
0.72	c 5
0.76	o 296
0.76	c 4
0.76	o 297
0.76	c 3
0.79	o 298
0.79	c 2
1.54	o 299
1.54	c 1
1.55	   
1.55	   search
1.55	     run=0  nbConstraintChecks=5075923  nbAssignments=4379
1.55	       =>  wckTime=0.879  cpuTime=0.86  mem=5M671
1.55	   
1.55	   global
1.55	     nbConstraintChecks=5075923  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
1.55	     solvingWckTime=0.878  solvingCpuTime=0.85  expiredTime=no  totalExploration=no  nbFoundSolutions=0
1.55	     globalCpuTime=1.13
1.55	       =>  wckTime=1.238  cpuTime=1.08  mem=5M671
1.55	   
1.55	   solver IterativeSystematicSolver being built... 
1.68	       =>  wckTime=1.368  cpuTime=1.18  mem=16M596
1.69	   
1.69	   preprocessing
1.69	     nbConstraintChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.69	     detectedInconsistency=no
1.69	       =>  wckTime=0.0060  cpuTime=0.0  mem=16M596
1.74	   
1.74	   search
1.74	     run=0  nbConstraintChecks=77241  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=32
1.74	     nbFailedAssignments=17  nbBacktracks=10  nbVisitedNodes=60  nbRestartNogoods=0
1.74	       =>  wckTime=0.065  cpuTime=0.04  mem=16M596
1.82	   
1.82	   search
1.83	     run=1  nbConstraintChecks=285796  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=106
1.83	     nbFailedAssignments=73  nbBacktracks=25  nbVisitedNodes=205  nbRestartNogoods=15
1.83	       =>  wckTime=0.147  cpuTime=0.1  mem=16M596
1.88	   
1.88	   search
1.88	     run=2  nbConstraintChecks=511577  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=188
1.88	     nbFailedAssignments=129  nbBacktracks=47  nbVisitedNodes=365  nbRestartNogoods=20
1.88	       =>  wckTime=0.206  cpuTime=0.16  mem=16M596
1.97	   
1.97	   search
1.97	     run=3  nbConstraintChecks=857938  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=312
1.98	     nbFailedAssignments=216  nbBacktracks=80  nbVisitedNodes=609  nbRestartNogoods=36
1.98	       =>  wckTime=0.296  cpuTime=0.25  mem=16M596
2.12	   
2.12	   search
2.12	     run=4  nbConstraintChecks=1461988  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=523
2.12	     nbFailedAssignments=374  nbBacktracks=130  nbVisitedNodes=1028  nbRestartNogoods=43
2.12	       =>  wckTime=0.444  cpuTime=0.39  mem=16M596
2.33	   
2.33	   search
2.33	     run=5  nbConstraintChecks=2266385  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=808
2.33	     nbFailedAssignments=580  nbBacktracks=205  nbVisitedNodes=1594  nbRestartNogoods=48
2.33	       =>  wckTime=0.653  cpuTime=0.59  mem=16M596
2.61	   
2.61	   search
2.61	     run=6  nbConstraintChecks=3419318  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1204
2.61	     nbFailedAssignments=860  nbBacktracks=318  nbVisitedNodes=2383  nbRestartNogoods=64
2.61	       =>  wckTime=0.932  cpuTime=0.87  mem=16M596
3.07	   
3.07	   search
3.07	     run=7  nbConstraintChecks=5146201  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1819
3.07	     nbFailedAssignments=1301  nbBacktracks=488  nbVisitedNodes=3609  nbRestartNogoods=73
3.07	       =>  wckTime=1.394  cpuTime=1.32  mem=16M596
3.79	   
3.79	   search
3.79	     run=8  nbConstraintChecks=7909048  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2806
3.79	     nbFailedAssignments=2028  nbBacktracks=744  nbVisitedNodes=5579  nbRestartNogoods=104
3.79	       =>  wckTime=2.113  cpuTime=2.02  mem=16M596
4.75	   
4.75	   search
4.75	     run=9  nbConstraintChecks=11635015  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=4168
4.75	     nbFailedAssignments=3000  nbBacktracks=1128  nbVisitedNodes=8292  nbRestartNogoods=118
4.75	       =>  wckTime=3.07  cpuTime=2.97  mem=16M596
5.95	   
5.95	   search
5.95	     run=10  nbConstraintChecks=16133453  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=5826
5.95	     nbFailedAssignments=4078  nbBacktracks=1704  nbVisitedNodes=11557  nbRestartNogoods=138
5.95	       =>  wckTime=4.274  cpuTime=4.17  mem=16M596
7.55	   
7.55	   search
7.55	     run=11  nbConstraintChecks=21961589  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=8049
7.55	     nbFailedAssignments=5433  nbBacktracks=2570  nbVisitedNodes=15750  nbRestartNogoods=148
7.55	       =>  wckTime=5.867  cpuTime=5.75  mem=16M596
9.53	   
9.53	   search
9.53	     run=12  nbConstraintChecks=28989491  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=10876
9.53	     nbFailedAssignments=6959  nbBacktracks=3867  nbVisitedNodes=20807  nbRestartNogoods=154
9.53	       =>  wckTime=7.848  cpuTime=7.72  mem=16M596
12.15	   
12.15	   search
12.15	     run=13  nbConstraintChecks=38199527  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=14758
12.15	     nbFailedAssignments=8892  nbBacktracks=5814  nbVisitedNodes=27403  nbRestartNogoods=164
12.15	       =>  wckTime=10.471  cpuTime=10.34  mem=16M596
12.67	   
12.67	   search
12.67	     run=14  nbConstraintChecks=40033172  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=15553
12.67	     nbFailedAssignments=9257  nbBacktracks=6245  nbVisitedNodes=28719  nbRestartNogoods=170
12.67	       =>  wckTime=10.996  cpuTime=10.85  mem=16M596
12.67	   
12.67	   global
12.67	     nbConstraintChecks=40033172  nbRestartNogoods=170  solvingWckTime=10.998  solvingCpuTime=10.86  expiredTime=no
12.67	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=12.1
12.68	       =>  wckTime=12.366  cpuTime=12.05  mem=16M596
12.68	
12.68	s OPTIMUM FOUND
12.68	v 6 9 2 0 5 8 5 6 0 2 8 2 0 8 2 6 3 3 6 9 4 8 6 9 9 
12.68	   
12.68	   totalWckTime=12.444  totalCpuTime=12.1

Verifier Data (download as text)

1 unsatisfied constraints, 299 satisfied constraints

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node5/watcher-281225-1169310719 -o ROOT/results/node5/solver-281225-1169310719 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/281225-1169310719/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 2.01 2.01 2.00 4/87 26653
/proc/meminfo: memFree=1361304/2055920 swapFree=4192812/4192956
[pid=26652] ppid=26650 vsize=47892 CPUtime=0
/proc/26652/stat : 26652 (java) D 26650 26652 26536 0 -1 0 1219 0 1 0 0 0 0 0 17 0 1 0 259686376 49041408 968 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 2147483391 0 7368 18446744072099781622 0 0 17 1 0 0
/proc/26652/statm: 11973 968 766 14 0 1707 0

[startup+0.103844 s]
/proc/loadavg: 2.01 2.01 2.00 4/87 26653
/proc/meminfo: memFree=1361304/2055920 swapFree=4192812/4192956
[pid=26652] ppid=26650 vsize=914988 CPUtime=0.08
/proc/26652/stat : 26652 (java) R 26650 26652 26536 0 -1 0 2994 0 1 0 7 1 0 0 17 0 8 0 259686376 936947712 2740 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072934960 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26652/statm: 228747 2740 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.51189 s]
/proc/loadavg: 2.01 2.01 2.00 4/87 26653
/proc/meminfo: memFree=1361304/2055920 swapFree=4192812/4192956
[pid=26652] ppid=26650 vsize=915332 CPUtime=0.48
/proc/26652/stat : 26652 (java) R 26650 26652 26536 0 -1 0 6353 0 1 0 44 4 0 0 18 0 8 0 259686376 937299968 6092 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073596398 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26652/statm: 228833 6092 2140 14 0 215303 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915332

[startup+1.33298 s]
/proc/loadavg: 2.01 2.01 2.00 3/94 26660
/proc/meminfo: memFree=1342176/2055920 swapFree=4192812/4192956
[pid=26652] ppid=26650 vsize=915468 CPUtime=1.29
/proc/26652/stat : 26652 (java) R 26650 26652 26536 0 -1 0 7425 0 1 0 112 17 0 0 24 0 8 0 259686376 937439232 7163 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26652/statm: 228867 7163 2476 14 0 215337 0
[pid=26652/tid=26654] ppid=26650 vsize=915468 CPUtime=0.02
/proc/26652/task/26654/stat : 26654 (java) S 26650 26652 26536 0 -1 64 198 0 0 0 2 0 0 0 16 0 8 0 259686380 937439232 7163 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26652/tid=26655] ppid=26650 vsize=915468 CPUtime=0
/proc/26652/task/26655/stat : 26655 (java) S 26650 26652 26536 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 259686380 937439232 7163 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26652/tid=26656] ppid=26650 vsize=915468 CPUtime=0
/proc/26652/task/26656/stat : 26656 (java) S 26650 26652 26536 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 259686380 937439232 7163 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26652/tid=26657] ppid=26650 vsize=915468 CPUtime=0
/proc/26652/task/26657/stat : 26657 (java) S 26650 26652 26536 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 259686383 937439232 7163 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26652/tid=26658] ppid=26650 vsize=915468 CPUtime=0.14
/proc/26652/task/26658/stat : 26658 (java) S 26650 26652 26536 0 -1 64 346 0 0 0 14 0 0 0 16 0 8 0 259686383 937439232 7163 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26652/tid=26659] ppid=26650 vsize=915468 CPUtime=0
/proc/26652/task/26659/stat : 26659 (java) S 26650 26652 26536 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 259686383 937439232 7163 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26652/tid=26660] ppid=26650 vsize=915468 CPUtime=0
/proc/26652/task/26660/stat : 26660 (java) S 26650 26652 26536 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 259686383 937439232 7163 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 915468

[startup+2.98416 s]
/proc/loadavg: 2.01 2.01 2.00 3/94 26660
/proc/meminfo: memFree=1335904/2055920 swapFree=4192812/4192956
[pid=26652] ppid=26650 vsize=915464 CPUtime=2.95
/proc/26652/stat : 26652 (java) R 26650 26652 26536 0 -1 0 9058 0 1 0 271 24 0 0 25 0 8 0 259686376 937435136 8793 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073877739 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26652/statm: 228866 8793 2528 14 0 215336 0
[pid=26652/tid=26654] ppid=26650 vsize=915464 CPUtime=0.03
/proc/26652/task/26654/stat : 26654 (java) S 26650 26652 26536 0 -1 64 199 0 0 0 3 0 0 0 17 0 8 0 259686380 937435136 8793 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26652/tid=26655] ppid=26650 vsize=915464 CPUtime=0
/proc/26652/task/26655/stat : 26655 (java) S 26650 26652 26536 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 259686380 937435136 8793 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26652/tid=26656] ppid=26650 vsize=915464 CPUtime=0
/proc/26652/task/26656/stat : 26656 (java) S 26650 26652 26536 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 259686380 937435136 8793 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26652/tid=26657] ppid=26650 vsize=915464 CPUtime=0
/proc/26652/task/26657/stat : 26657 (java) S 26650 26652 26536 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 259686383 937435136 8793 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26652/tid=26658] ppid=26650 vsize=915464 CPUtime=0.24
/proc/26652/task/26658/stat : 26658 (java) S 26650 26652 26536 0 -1 64 395 0 0 0 23 1 0 0 16 0 8 0 259686383 937435136 8793 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26652/tid=26659] ppid=26650 vsize=915464 CPUtime=0
/proc/26652/task/26659/stat : 26659 (java) S 26650 26652 26536 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 259686383 937435136 8793 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26652/tid=26660] ppid=26650 vsize=915464 CPUtime=0
/proc/26652/task/26660/stat : 26660 (java) S 26650 26652 26536 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 259686383 937435136 8793 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915464

[startup+6.28254 s]
/proc/loadavg: 2.01 2.01 2.00 3/94 26660
/proc/meminfo: memFree=1335776/2055920 swapFree=4192812/4192956
[pid=26652] ppid=26650 vsize=915464 CPUtime=6.23
/proc/26652/stat : 26652 (java) R 26650 26652 26536 0 -1 0 9076 0 1 0 599 24 0 0 25 0 8 0 259686376 937435136 8808 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073878164 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26652/statm: 228866 8808 2528 14 0 215336 0
[pid=26652/tid=26654] ppid=26650 vsize=915464 CPUtime=0.03
/proc/26652/task/26654/stat : 26654 (java) S 26650 26652 26536 0 -1 64 199 0 0 0 3 0 0 0 17 0 8 0 259686380 937435136 8808 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26652/tid=26655] ppid=26650 vsize=915464 CPUtime=0
/proc/26652/task/26655/stat : 26655 (java) S 26650 26652 26536 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 259686380 937435136 8808 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26652/tid=26656] ppid=26650 vsize=915464 CPUtime=0
/proc/26652/task/26656/stat : 26656 (java) S 26650 26652 26536 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 259686380 937435136 8808 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26652/tid=26657] ppid=26650 vsize=915464 CPUtime=0
/proc/26652/task/26657/stat : 26657 (java) S 26650 26652 26536 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 259686383 937435136 8808 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26652/tid=26658] ppid=26650 vsize=915464 CPUtime=0.25
/proc/26652/task/26658/stat : 26658 (java) S 26650 26652 26536 0 -1 64 401 0 0 0 24 1 0 0 15 0 8 0 259686383 937435136 8808 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26652/tid=26659] ppid=26650 vsize=915464 CPUtime=0
/proc/26652/task/26659/stat : 26659 (java) S 26650 26652 26536 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 259686383 937435136 8808 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26652/tid=26660] ppid=26650 vsize=915464 CPUtime=0
/proc/26652/task/26660/stat : 26660 (java) S 26650 26652 26536 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 259686383 937435136 8808 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 915464

Child status: 0
Real time (s): 12.7383
CPU time (s): 12.6081
CPU user time (s): 12.3571
CPU system time (s): 0.250961
CPU usage (%): 98.9774
Max. virtual memory (cumulated for all children) (KiB): 915468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.3571
system time used= 0.250961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9178
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1414
involuntary context switches= 1795

runsolver used 0.015997 s user time and 0.058991 s system time

The end

Launcher Data (download as text)

Begin job on node5 on Sat Jan 20 16:31:59 UTC 2007


IDJOB= 281225
IDBENCH= 12121
IDSOLVER= 69
FILE ID= node5/281225-1169310719

PBS_JOBID= 3609975

Free space on /tmp= 66561 MiB

SOLVER NAME= AbsconMax 109 PFC
BENCH NAME= HOME/pub/bench/CPAI06/MaxCSP/randomMaxCSP/completeLoose/vcsp-25-10-100-18-35_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/281225-1169310719/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node5/watcher-281225-1169310719 -o ROOT/results/node5/solver-281225-1169310719 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/281225-1169310719/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  efbb0946d2d2d94a207d7ec9c86620d0

RANDOM SEED= 872470484

TIME LIMIT= 2400 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.240
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.240
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1361720 kB
Buffers:         58324 kB
Cached:         445556 kB
SwapCached:          0 kB
Active:         183456 kB
Inactive:       432508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1361720 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1740 kB
Writeback:           0 kB
Mapped:         132280 kB
Slab:            62896 kB
Committed_AS:  7542476 kB
PageTables:       2296 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66561 MiB



End job on node5 on Sat Jan 20 16:32:12 UTC 2007