Trace number 275846

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 37.2703 37.6318

General information on the benchmark

Namecomposed/composed-25-1-25/
composed-25-1-25-7_ext.xml
MD5SUM3cff116bc9e1920a9268b2b89f03ad45
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints245
Best CPU time to get the best result obtained on this benchmark34.3508
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables33
Number of constraints247
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension247
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.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=pfc.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/275846-1169228139/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.39	   variables being loaded...
0.42	     nbVariables=33  nbDomainTypes=1  minDomainSize=10  maxDomainSize=10
0.42	       =>  wckTime=0.101  cpuTime=0.08  mem=6M910
0.42	   
0.42	   relations being loaded...
0.48	   
0.48	   constraints being loaded...
0.58	     nbConstraints=247  nbRelationTypes=247  nbExtensionStructures=247  nbSharedExtensionStructures=0
0.58	     nbConflictsStructures=247  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=4378  maxDegree=21
0.58	     maxArity=2
0.58	       =>  wckTime=0.261  cpuTime=0.18  mem=9M884
0.62	   
0.62	   solver LocalSearchSolver being built... 
0.66	       =>  wckTime=0.346  cpuTime=0.22  mem=5M629
0.67	
0.67	s SATISFIABLE
0.67	o 207
0.67	c 40
0.67	o 212
0.67	c 35
0.67	o 216
0.67	c 31
0.67	o 220
0.67	c 27
0.67	o 224
0.67	c 23
0.67	o 227
0.67	c 20
0.67	o 229
0.67	c 18
0.67	o 231
0.67	c 16
0.68	o 233
0.68	c 14
0.68	o 236
0.68	c 11
0.68	o 238
0.68	c 9
0.68	o 239
0.68	c 8
0.68	o 240
0.68	c 7
0.68	o 241
0.68	c 6
0.68	o 242
0.68	c 5
0.68	o 243
0.68	c 4
0.68	o 244
0.68	c 3
0.69	o 245
0.69	c 2
3.00	   
3.00	   search
3.00	     run=0  nbConstraintChecks=15124753  nbAssignments=10000
3.00	       =>  wckTime=2.341  cpuTime=2.3  mem=5M629
5.33	   
5.33	   search
5.33	     run=1  nbConstraintChecks=30755278  nbAssignments=20000
5.33	       =>  wckTime=4.664  cpuTime=4.59  mem=5M629
7.64	   
7.64	   search
7.64	     run=2  nbConstraintChecks=46073880  nbAssignments=30000
7.64	       =>  wckTime=6.972  cpuTime=6.88  mem=5M629
9.97	   
9.97	   search
9.97	     run=3  nbConstraintChecks=61663091  nbAssignments=40000
9.97	       =>  wckTime=9.309  cpuTime=9.2  mem=5M629
12.32	   
12.32	   search
12.32	     run=4  nbConstraintChecks=77327352  nbAssignments=50000
12.32	       =>  wckTime=11.653  cpuTime=11.52  mem=5M629
14.71	   
14.71	   search
14.71	     run=5  nbConstraintChecks=93394398  nbAssignments=60000
14.71	       =>  wckTime=14.048  cpuTime=13.89  mem=5M629
17.00	   
17.00	   search
17.00	     run=6  nbConstraintChecks=108664889  nbAssignments=70000
17.00	       =>  wckTime=16.335  cpuTime=16.16  mem=5M629
19.39	   
19.39	   search
19.39	     run=7  nbConstraintChecks=124926761  nbAssignments=80000
19.39	       =>  wckTime=18.726  cpuTime=18.54  mem=5M629
21.68	   
21.68	   search
21.68	     run=8  nbConstraintChecks=140270623  nbAssignments=90000
21.68	       =>  wckTime=21.016  cpuTime=20.8  mem=5M629
23.99	   
23.99	   search
23.99	     run=9  nbConstraintChecks=155735750  nbAssignments=100000
23.99	       =>  wckTime=23.325  cpuTime=23.09  mem=5M629
26.28	   
26.28	   search
26.28	     run=10  nbConstraintChecks=170988608  nbAssignments=110000
26.28	       =>  wckTime=25.617  cpuTime=25.36  mem=5M629
28.60	   
28.60	   search
28.60	     run=11  nbConstraintChecks=186412660  nbAssignments=120000
28.60	       =>  wckTime=27.935  cpuTime=27.66  mem=5M629
30.88	   
30.88	   search
30.88	     run=12  nbConstraintChecks=201494523  nbAssignments=130000
30.88	       =>  wckTime=30.215  cpuTime=29.93  mem=5M629
30.97	   
30.97	   search
30.97	     run=13  nbConstraintChecks=202120074  nbAssignments=130432
30.97	       =>  wckTime=30.311  cpuTime=30.02  mem=5M629
30.98	   
30.98	   global
30.98	     nbConstraintChecks=202120074  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
30.98	     solvingWckTime=30.31  solvingCpuTime=30.02  expiredTime=no  totalExploration=no  nbFoundSolutions=0
30.98	     globalCpuTime=30.3
30.98	       =>  wckTime=30.658  cpuTime=30.24  mem=5M629
30.98	   
30.98	   solver IterativeSystematicSolver being built... 
31.11	       =>  wckTime=30.789  cpuTime=30.34  mem=16M635
31.12	   
31.12	   preprocessing
31.12	     nbConstraintChecks=30  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
31.12	     detectedInconsistency=no
31.12	       =>  wckTime=0.0050  cpuTime=0.01  mem=16M635
31.18	   
31.18	   search
31.18	     run=0  nbConstraintChecks=73686  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=47
31.18	     nbFailedAssignments=25  nbBacktracks=10  nbVisitedNodes=82  nbRestartNogoods=0
31.18	       =>  wckTime=0.068  cpuTime=0.05  mem=16M635
31.23	   
31.23	   search
31.23	     run=1  nbConstraintChecks=160880  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=98
31.23	     nbFailedAssignments=48  nbBacktracks=26  nbVisitedNodes=172  nbRestartNogoods=6
31.23	       =>  wckTime=0.119  cpuTime=0.09  mem=16M635
31.29	   
31.29	   search
31.29	     run=2  nbConstraintChecks=335708  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=182
31.29	     nbFailedAssignments=100  nbBacktracks=50  nbVisitedNodes=332  nbRestartNogoods=7
31.29	       =>  wckTime=0.186  cpuTime=0.15  mem=16M635
31.41	   
31.41	   search
31.41	     run=3  nbConstraintChecks=684621  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=341
31.41	     nbFailedAssignments=215  nbBacktracks=84  nbVisitedNodes=640  nbRestartNogoods=10
31.41	       =>  wckTime=0.306  cpuTime=0.27  mem=16M635
31.62	   
31.62	   search
31.62	     run=4  nbConstraintChecks=1382510  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=667
31.62	     nbFailedAssignments=466  nbBacktracks=134  nbVisitedNodes=1266  nbRestartNogoods=17
31.62	       =>  wckTime=0.507  cpuTime=0.47  mem=16M635
31.70	   
31.70	   search
31.70	     run=5  nbConstraintChecks=1619073  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=842
31.70	     nbFailedAssignments=548  nbBacktracks=209  nbVisitedNodes=1591  nbRestartNogoods=34
31.70	       =>  wckTime=0.588  cpuTime=0.55  mem=16M635
31.76	   
31.76	   search
31.76	     run=6  nbConstraintChecks=1842974  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1068
31.76	     nbFailedAssignments=636  nbBacktracks=322  nbVisitedNodes=2003  nbRestartNogoods=53
31.76	       =>  wckTime=0.648  cpuTime=0.6  mem=16M635
32.06	   
32.06	   search
32.06	     run=7  nbConstraintChecks=2511162  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1584
32.06	     nbFailedAssignments=962  nbBacktracks=494  nbVisitedNodes=3014  nbRestartNogoods=62
32.06	       =>  wckTime=0.947  cpuTime=0.88  mem=16M635
32.18	   
32.18	   search
32.18	     run=8  nbConstraintChecks=3002424  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2024
32.18	     nbFailedAssignments=1127  nbBacktracks=752  nbVisitedNodes=3871  nbRestartNogoods=75
32.18	       =>  wckTime=1.074  cpuTime=1.0  mem=16M635
32.47	   
32.47	   search
32.47	     run=9  nbConstraintChecks=3866577  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2683
32.47	     nbFailedAssignments=1383  nbBacktracks=1141  nbVisitedNodes=5168  nbRestartNogoods=77
32.47	       =>  wckTime=1.362  cpuTime=1.29  mem=16M635
32.78	   
32.78	   search
32.78	     run=10  nbConstraintChecks=5077548  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=3621
32.78	     nbFailedAssignments=1719  nbBacktracks=1717  nbVisitedNodes=6970  nbRestartNogoods=83
32.78	       =>  wckTime=1.667  cpuTime=1.6  mem=16M635
34.00	   
34.00	   search
34.00	     run=11  nbConstraintChecks=8600814  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=5635
34.00	     nbFailedAssignments=2854  nbBacktracks=2583  nbVisitedNodes=10963  nbRestartNogoods=93
34.00	       =>  wckTime=2.891  cpuTime=2.81  mem=16M635
34.71	   
34.71	   search
34.71	     run=12  nbConstraintChecks=11437345  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=7703
34.71	     nbFailedAssignments=3605  nbBacktracks=3881  nbVisitedNodes=15062  nbRestartNogoods=108
34.71	       =>  wckTime=3.603  cpuTime=3.52  mem=16M635
35.71	   
35.71	   search
35.71	     run=13  nbConstraintChecks=15798336  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=10954
35.71	     nbFailedAssignments=4884  nbBacktracks=5831  nbVisitedNodes=21515  nbRestartNogoods=126
35.71	       =>  wckTime=4.599  cpuTime=4.5  mem=16M635
37.23	   
37.23	   search
37.23	     run=14  nbConstraintChecks=22469870  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=16146
37.23	     nbFailedAssignments=7135  nbBacktracks=8750  nbVisitedNodes=31866  nbRestartNogoods=137
37.23	       =>  wckTime=6.124  cpuTime=6.01  mem=16M635
37.59	   
37.59	   search
37.59	     run=15  nbConstraintChecks=23974456  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=17175
37.60	     nbFailedAssignments=7453  nbBacktracks=9462  nbVisitedNodes=33924  nbRestartNogoods=152
37.60	       =>  wckTime=6.486  cpuTime=6.37  mem=16M635
37.60	   
37.60	   global
37.60	     nbConstraintChecks=23974486  nbRestartNogoods=152  solvingWckTime=6.487  solvingCpuTime=6.37  expiredTime=no
37.60	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=36.77
37.60	       =>  wckTime=37.277  cpuTime=36.71  mem=16M635
37.60	
37.60	s OPTIMUM FOUND
37.60	v 8 7 9 7 0 6 8 1 9 0 2 7 2 9 5 6 4 1 0 7 3 7 4 9 6 8 4 2 2 6 8 8 9 
37.60	   
37.60	   totalWckTime=37.356  totalCpuTime=36.77

Verifier Data (download as text)

2 unsatisfied constraints, 245 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/node34/watcher-275846-1169228139 -o ROOT/results/node34/solver-275846-1169228139 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/275846-1169228139/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
/proc/loadavg: 2.00 2.00 1.92 5/73 10266
/proc/meminfo: memFree=1101640/2055920 swapFree=4192812/4192956
[pid=10265] ppid=10263 vsize=18540 CPUtime=0
/proc/10265/stat : 10265 (runsolver) R 10263 9661 9661 0 -1 4194368 10 0 0 0 0 0 0 0 19 0 1 0 271207652 18984960 277 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 254192713202 0 0 4096 24578 0 0 0 17 1 0 0
/proc/10265/statm: 4635 277 242 17 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.107267 s]
/proc/loadavg: 2.00 2.00 1.92 5/73 10266
/proc/meminfo: memFree=1101640/2055920 swapFree=4192812/4192956
[pid=10265] ppid=10263 vsize=914988 CPUtime=0.08
/proc/10265/stat : 10265 (java) R 10263 10265 9661 0 -1 0 2989 0 1 0 7 1 0 0 18 0 8 0 271207652 936947712 2735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153456454 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10265/statm: 228747 2735 1426 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.515301 s]
/proc/loadavg: 2.00 2.00 1.92 5/73 10266
/proc/meminfo: memFree=1101640/2055920 swapFree=4192812/4192956
[pid=10265] ppid=10263 vsize=915332 CPUtime=0.49
/proc/10265/stat : 10265 (java) R 10263 10265 9661 0 -1 0 6308 0 1 0 45 4 0 0 18 0 8 0 271207652 937299968 6047 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10265/statm: 228833 6047 2140 14 0 215303 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915332

[startup+1.33636 s]
/proc/loadavg: 2.00 2.00 1.92 3/80 10273
/proc/meminfo: memFree=1082960/2055920 swapFree=4192812/4192956
[pid=10265] ppid=10263 vsize=915464 CPUtime=1.3
/proc/10265/stat : 10265 (java) R 10263 10265 9661 0 -1 0 7325 0 1 0 112 18 0 0 24 0 8 0 271207652 937435136 7063 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073729949 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10265/statm: 228866 7063 2476 14 0 215336 0
[pid=10265/tid=10267] ppid=10263 vsize=915464 CPUtime=0.02
/proc/10265/task/10267/stat : 10267 (java) S 10263 10265 9661 0 -1 64 186 0 0 0 2 0 0 0 16 0 8 0 271207656 937435136 7063 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10265/tid=10268] ppid=10263 vsize=915464 CPUtime=0
/proc/10265/task/10268/stat : 10268 (java) S 10263 10265 9661 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 271207657 937435136 7063 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10265/tid=10269] ppid=10263 vsize=915464 CPUtime=0
/proc/10265/task/10269/stat : 10269 (java) S 10263 10265 9661 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 271207657 937435136 7063 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10265/tid=10270] ppid=10263 vsize=915464 CPUtime=0
/proc/10265/task/10270/stat : 10270 (java) S 10263 10265 9661 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 271207660 937435136 7063 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10265/tid=10271] ppid=10263 vsize=915464 CPUtime=0.14
/proc/10265/task/10271/stat : 10271 (java) S 10263 10265 9661 0 -1 64 345 0 0 0 14 0 0 0 16 0 8 0 271207660 937435136 7063 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10265/tid=10272] ppid=10263 vsize=915464 CPUtime=0
/proc/10265/task/10272/stat : 10272 (java) S 10263 10265 9661 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271207660 937435136 7063 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10265/tid=10273] ppid=10263 vsize=915464 CPUtime=0
/proc/10265/task/10273/stat : 10273 (java) S 10263 10265 9661 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 271207660 937435136 7063 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915464

[startup+2.97349 s]
/proc/loadavg: 2.00 2.00 1.92 3/80 10273
/proc/meminfo: memFree=1082960/2055920 swapFree=4192812/4192956
[pid=10265] ppid=10263 vsize=915464 CPUtime=2.93
/proc/10265/stat : 10265 (java) R 10263 10265 9661 0 -1 0 7326 0 1 0 248 45 0 0 25 0 8 0 271207652 937435136 7063 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073729954 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10265/statm: 228866 7063 2476 14 0 215336 0
[pid=10265/tid=10267] ppid=10263 vsize=915464 CPUtime=0.02
/proc/10265/task/10267/stat : 10267 (java) S 10263 10265 9661 0 -1 64 186 0 0 0 2 0 0 0 16 0 8 0 271207656 937435136 7063 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10265/tid=10268] ppid=10263 vsize=915464 CPUtime=0
/proc/10265/task/10268/stat : 10268 (java) S 10263 10265 9661 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 271207657 937435136 7063 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10265/tid=10269] ppid=10263 vsize=915464 CPUtime=0
/proc/10265/task/10269/stat : 10269 (java) S 10263 10265 9661 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 271207657 937435136 7063 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10265/tid=10270] ppid=10263 vsize=915464 CPUtime=0
/proc/10265/task/10270/stat : 10270 (java) S 10263 10265 9661 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 271207660 937435136 7063 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10265/tid=10271] ppid=10263 vsize=915464 CPUtime=0.14
/proc/10265/task/10271/stat : 10271 (java) S 10263 10265 9661 0 -1 64 345 0 0 0 14 0 0 0 16 0 8 0 271207660 937435136 7063 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10265/tid=10272] ppid=10263 vsize=915464 CPUtime=0
/proc/10265/task/10272/stat : 10272 (java) S 10263 10265 9661 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271207660 937435136 7063 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10265/tid=10273] ppid=10263 vsize=915464 CPUtime=0
/proc/10265/task/10273/stat : 10273 (java) S 10263 10265 9661 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 271207660 937435136 7063 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915464

[startup+6.27376 s]
/proc/loadavg: 2.00 2.00 1.92 3/80 10273
/proc/meminfo: memFree=1082832/2055920 swapFree=4192812/4192956
[pid=10265] ppid=10263 vsize=915464 CPUtime=6.2
/proc/10265/stat : 10265 (java) R 10263 10265 9661 0 -1 0 7328 0 1 0 523 97 0 0 25 0 8 0 271207652 937435136 7065 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073727643 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10265/statm: 228866 7065 2476 14 0 215336 0
[pid=10265/tid=10267] ppid=10263 vsize=915464 CPUtime=0.02
/proc/10265/task/10267/stat : 10267 (java) S 10263 10265 9661 0 -1 64 186 0 0 0 2 0 0 0 16 0 8 0 271207656 937435136 7065 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10265/tid=10268] ppid=10263 vsize=915464 CPUtime=0
/proc/10265/task/10268/stat : 10268 (java) S 10263 10265 9661 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 271207657 937435136 7065 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10265/tid=10269] ppid=10263 vsize=915464 CPUtime=0
/proc/10265/task/10269/stat : 10269 (java) S 10263 10265 9661 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 271207657 937435136 7065 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10265/tid=10270] ppid=10263 vsize=915464 CPUtime=0
/proc/10265/task/10270/stat : 10270 (java) S 10263 10265 9661 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 271207660 937435136 7065 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10265/tid=10271] ppid=10263 vsize=915464 CPUtime=0.14
/proc/10265/task/10271/stat : 10271 (java) S 10263 10265 9661 0 -1 64 347 0 0 0 14 0 0 0 16 0 8 0 271207660 937435136 7065 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10265/tid=10272] ppid=10263 vsize=915464 CPUtime=0
/proc/10265/task/10272/stat : 10272 (java) S 10263 10265 9661 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271207660 937435136 7065 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10265/tid=10273] ppid=10263 vsize=915464 CPUtime=0
/proc/10265/task/10273/stat : 10273 (java) S 10263 10265 9661 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 271207660 937435136 7065 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 915464

[startup+12.7453 s]
/proc/loadavg: 2.00 2.00 1.92 3/80 10273
/proc/meminfo: memFree=1082840/2055920 swapFree=4192812/4192956
[pid=10265] ppid=10263 vsize=915464 CPUtime=12.61
/proc/10265/stat : 10265 (java) R 10263 10265 9661 0 -1 0 7329 0 1 0 1050 211 0 0 25 0 8 0 271207652 937435136 7066 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073727590 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10265/statm: 228866 7066 2476 14 0 215336 0
[pid=10265/tid=10267] ppid=10263 vsize=915464 CPUtime=0.02
/proc/10265/task/10267/stat : 10267 (java) S 10263 10265 9661 0 -1 64 186 0 0 0 2 0 0 0 16 0 8 0 271207656 937435136 7066 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10265/tid=10268] ppid=10263 vsize=915464 CPUtime=0
/proc/10265/task/10268/stat : 10268 (java) S 10263 10265 9661 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 271207657 937435136 7066 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10265/tid=10269] ppid=10263 vsize=915464 CPUtime=0
/proc/10265/task/10269/stat : 10269 (java) S 10263 10265 9661 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 271207657 937435136 7066 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10265/tid=10270] ppid=10263 vsize=915464 CPUtime=0
/proc/10265/task/10270/stat : 10270 (java) S 10263 10265 9661 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 271207660 937435136 7066 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10265/tid=10271] ppid=10263 vsize=915464 CPUtime=0.14
/proc/10265/task/10271/stat : 10271 (java) S 10263 10265 9661 0 -1 64 348 0 0 0 14 0 0 0 16 0 8 0 271207660 937435136 7066 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10265/tid=10272] ppid=10263 vsize=915464 CPUtime=0
/proc/10265/task/10272/stat : 10272 (java) S 10263 10265 9661 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271207660 937435136 7066 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10265/tid=10273] ppid=10263 vsize=915464 CPUtime=0
/proc/10265/task/10273/stat : 10273 (java) S 10263 10265 9661 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 271207660 937435136 7066 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 915464

[startup+25.6133 s]
/proc/loadavg: 2.00 2.00 1.92 3/80 10273
/proc/meminfo: memFree=1082904/2055920 swapFree=4192812/4192956
[pid=10265] ppid=10263 vsize=915468 CPUtime=25.37
/proc/10265/stat : 10265 (java) R 10263 10265 9661 0 -1 0 7329 0 1 0 2113 424 0 0 25 0 8 0 271207652 937439232 7066 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10265/statm: 228867 7066 2476 14 0 215337 0
[pid=10265/tid=10267] ppid=10263 vsize=915468 CPUtime=0.02
/proc/10265/task/10267/stat : 10267 (java) S 10263 10265 9661 0 -1 64 186 0 0 0 2 0 0 0 16 0 8 0 271207656 937439232 7066 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10265/tid=10268] ppid=10263 vsize=915468 CPUtime=0
/proc/10265/task/10268/stat : 10268 (java) S 10263 10265 9661 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 271207657 937439232 7066 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10265/tid=10269] ppid=10263 vsize=915468 CPUtime=0
/proc/10265/task/10269/stat : 10269 (java) S 10263 10265 9661 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 271207657 937439232 7066 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10265/tid=10270] ppid=10263 vsize=915468 CPUtime=0
/proc/10265/task/10270/stat : 10270 (java) S 10263 10265 9661 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 271207660 937439232 7066 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10265/tid=10271] ppid=10263 vsize=915468 CPUtime=0.14
/proc/10265/task/10271/stat : 10271 (java) S 10263 10265 9661 0 -1 64 348 0 0 0 14 0 0 0 16 0 8 0 271207660 937439232 7066 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10265/tid=10272] ppid=10263 vsize=915468 CPUtime=0
/proc/10265/task/10272/stat : 10272 (java) S 10263 10265 9661 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271207660 937439232 7066 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10265/tid=10273] ppid=10263 vsize=915468 CPUtime=0
/proc/10265/task/10273/stat : 10273 (java) S 10263 10265 9661 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 271207660 937439232 7066 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 915468

Child status: 0
Real time (s): 37.6318
CPU time (s): 37.2703
CPU user time (s): 32.0971
CPU system time (s): 5.17321
CPU usage (%): 99.0394
Max. virtual memory (cumulated for all children) (KiB): 915468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32.0971
system time used= 5.17321
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9168
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= 1909
involuntary context switches= 2953

runsolver used 0.045993 s user time and 0.13098 s system time

The end

Launcher Data (download as text)

Begin job on node34 on Fri Jan 19 17:35:39 UTC 2007


IDJOB= 275846
IDBENCH= 5105
IDSOLVER= 69
FILE ID= node34/275846-1169228139

PBS_JOBID= 3589222

Free space on /tmp= 66561 MiB

SOLVER NAME= AbsconMax 109 PFC
BENCH NAME= HOME/pub/bench/CPAI06/composed/composed-25-1-25/composed-25-1-25-7_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/275846-1169228139/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node34/watcher-275846-1169228139 -o ROOT/results/node34/solver-275846-1169228139 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/275846-1169228139/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  3cff116bc9e1920a9268b2b89f03ad45

RANDOM SEED= 193122790

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.227
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.227
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:       1102056 kB
Buffers:         36256 kB
Cached:         822176 kB
SwapCached:          0 kB
Active:         303392 kB
Inactive:       577576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1102056 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1704 kB
Writeback:           0 kB
Mapped:          34108 kB
Slab:            58484 kB
Committed_AS:  4333140 kB
PageTables:       1708 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 node34 on Fri Jan 19 17:36:17 UTC 2007