Trace number 208821

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
Abscon 109 ESACSAT 8.06377 8.25312

DiagnosticValue
CHECKS5564061
NODES6725

General information on the benchmark

Namerandom/rand-3-20-20-fcd/
rand-3-20-20-60-632-fcd-27_ext.xml
MD5SUM18df87b0933631f1a75461f405093417
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.06377
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables20
Number of constraints60
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension60
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.39	   
0.39	Abscon 109 (November, 2006)
0.39	   
0.39	   configuration
0.39	     name=esac.xml
0.42	   
0.42	   instance
0.42	     name=/tmp/evaluation/208821-1168190243/unknown.xml
0.45	   
0.45	   domains being loaded...
0.46	   
0.46	   variables being loaded...
0.49	     nbVariables=20  nbDomainTypes=1  minDomainSize=20  maxDomainSize=20
0.49	       =>  wckTime=0.093  cpuTime=0.08  mem=6M951
0.49	   
0.49	   relations being loaded...
0.76	   
0.76	   constraints being loaded...
0.93	     nbConstraints=60  nbRelationTypes=60  nbExtensionStructures=60  nbSharedExtensionStructures=0
0.93	     nbConflictsStructures=60  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=13  maxArity=3
0.93	       =>  wckTime=0.531  cpuTime=0.48  mem=44M576
1.02	   
1.02	   solver IterativeSystematicSolver being built... 
1.18	       =>  wckTime=0.783  cpuTime=0.62  mem=21M491
1.25	   
1.25	   preprocessing
1.25	     nbConstraintChecks=18874  nbValidityChecks=29330  nbPropagations=153  nbRevisions=1606  nbUselessRevisions=1372
1.25	     nbSingletonTests=26  nbEffectiveSingletonTests=0  nbESACBranches=4  nbRemovedValues=0  detectedInconsistency=no
1.25	       =>  wckTime=0.071  cpuTime=0.05  mem=21M491
1.31	   
1.31	   search
1.31	     run=0  nbConstraintChecks=22121  nbValidityChecks=45271  nbPropagations=435  nbRevisions=4846
1.31	     nbUselessRevisions=3966  nbAssignments=26  nbFailedAssignments=12  nbBacktracks=10  nbVisitedNodes=45
1.31	     nbRestartNogoods=0  mapSize=8  nbInferences=0  nbTooLargeKeys=0
1.31	       =>  wckTime=0.131  cpuTime=0.09  mem=22M475
1.39	   
1.39	   search
1.39	     run=1  nbConstraintChecks=67738  nbValidityChecks=142913  nbPropagations=1406  nbRevisions=16248
1.39	     nbUselessRevisions=13250  nbAssignments=78  nbFailedAssignments=33  nbBacktracks=25  nbVisitedNodes=117
1.39	     nbRestartNogoods=5  mapSize=23  nbInferences=0  nbTooLargeKeys=0
1.39	       =>  wckTime=0.208  cpuTime=0.17  mem=22M475
1.53	   
1.53	   search
1.53	     run=2  nbConstraintChecks=155109  nbValidityChecks=322290  nbPropagations=3324  nbRevisions=38440
1.53	     nbUselessRevisions=30740  nbAssignments=175  nbFailedAssignments=103  nbBacktracks=47  nbVisitedNodes=301
1.53	     nbRestartNogoods=9  mapSize=43  nbInferences=0  nbTooLargeKeys=0
1.53	       =>  wckTime=0.352  cpuTime=0.29  mem=22M475
1.64	   
1.64	   search
1.64	     run=3  nbConstraintChecks=223064  nbValidityChecks=458962  nbPropagations=6144  nbRevisions=70742
1.64	     nbUselessRevisions=56160  nbAssignments=260  nbFailedAssignments=152  nbBacktracks=81  nbVisitedNodes=454
1.64	     nbRestartNogoods=14  mapSize=74  nbInferences=0  nbTooLargeKeys=0
1.64	       =>  wckTime=0.46  cpuTime=0.39  mem=22M475
1.82	   
1.82	   search
1.82	     run=4  nbConstraintChecks=348671  nbValidityChecks=714458  nbPropagations=10590  nbRevisions=121453
1.82	     nbUselessRevisions=96085  nbAssignments=395  nbFailedAssignments=234  nbBacktracks=131  nbVisitedNodes=710
1.82	     nbRestartNogoods=16  mapSize=122  nbInferences=0  nbTooLargeKeys=0
1.82	       =>  wckTime=0.637  cpuTime=0.56  mem=22M475
2.09	   
2.09	   search
2.09	     run=5  nbConstraintChecks=552506  nbValidityChecks=1132452  nbPropagations=17745  nbRevisions=205612
2.09	     nbUselessRevisions=162661  nbAssignments=665  nbFailedAssignments=425  nbBacktracks=206  nbVisitedNodes=1232
2.09	     nbRestartNogoods=22  mapSize=191  nbInferences=0  nbTooLargeKeys=0
2.09	       =>  wckTime=0.911  cpuTime=0.83  mem=22M475
2.35	   
2.35	   search
2.35	     run=6  nbConstraintChecks=755438  nbValidityChecks=1517798  nbPropagations=27432  nbRevisions=319642
2.35	     nbUselessRevisions=253113  nbAssignments=913  nbFailedAssignments=556  nbBacktracks=319  nbVisitedNodes=1680
2.35	     nbRestartNogoods=30  mapSize=287  nbInferences=0  nbTooLargeKeys=0
2.35	       =>  wckTime=1.167  cpuTime=1.08  mem=22M475
2.81	   
2.81	   search
2.81	     run=7  nbConstraintChecks=1126954  nbValidityChecks=2275052  nbPropagations=41803  nbRevisions=490193
2.81	     nbUselessRevisions=388471  nbAssignments=1379  nbFailedAssignments=814  nbBacktracks=489  nbVisitedNodes=2486
2.81	     nbRestartNogoods=37  mapSize=443  nbInferences=0  nbTooLargeKeys=0
2.81	       =>  wckTime=1.629  cpuTime=1.53  mem=22M475
3.54	   
3.55	   search
3.55	     run=8  nbConstraintChecks=1741396  nbValidityChecks=3473353  nbPropagations=63273  nbRevisions=748679
3.55	     nbUselessRevisions=594296  nbAssignments=2029  nbFailedAssignments=1203  nbBacktracks=746  nbVisitedNodes=3720
3.55	     nbRestartNogoods=43  mapSize=685  nbInferences=0  nbTooLargeKeys=0
3.55	       =>  wckTime=2.364  cpuTime=2.25  mem=22M475
4.38	   
4.38	   INFO : Stopping hyperNogood (mapSize=1011, nbTooLargekeys=0, mem=22M475)
4.45	   
4.45	   search
4.45	     run=9  nbConstraintChecks=2446252  nbValidityChecks=4912805  nbPropagations=94613  nbRevisions=1119215
4.45	     nbUselessRevisions=888982  nbAssignments=2909  nbFailedAssignments=1695  nbBacktracks=1130  nbVisitedNodes=5356
4.45	     nbRestartNogoods=49
4.45	       =>  wckTime=3.265  cpuTime=3.14  mem=22M475
6.01	   
6.01	   search
6.01	     run=10  nbConstraintChecks=3764843  nbValidityChecks=7590715  nbPropagations=142787  nbRevisions=1691065
6.01	     nbUselessRevisions=1343890  nbAssignments=4518  nbFailedAssignments=2725  nbBacktracks=1707  nbVisitedNodes=8414
6.01	     nbRestartNogoods=61
6.01	       =>  wckTime=4.834  cpuTime=4.69  mem=22M475
8.20	   
8.20	   search
8.20	     run=11  nbConstraintChecks=5545187  nbValidityChecks=11270471  nbPropagations=214880  nbRevisions=2540534
8.20	     nbUselessRevisions=2018564  nbAssignments=6725  nbFailedAssignments=4081  nbBacktracks=2538  nbVisitedNodes=12575
8.20	     nbRestartNogoods=76
8.20	       =>  wckTime=7.022  cpuTime=6.86  mem=22M475
8.20	   
8.20	   global
8.20	     nbConstraintChecks=5564061  nbValidityChecks=11299801  nbPropagations=215033  nbRevisions=2542140
8.20	     nbUselessRevisions=2019936  nbRestartNogoods=76  solvingWckTime=7.023  solvingCpuTime=6.86  expiredTime=no
8.20	     totalExploration=no  nbFoundSolutions=1  globalCpuTime=7.53
8.20	       =>  wckTime=7.809  cpuTime=7.48  mem=22M475
8.21	   
8.21	s SATISFIABLE
8.21	v 10 12 17 18 11 16 10 14 4 7 9 9 0 7 7 2 9 3 3 5 
8.21	d NODES 6725
8.21	d CHECKS 5564061
8.21	   
8.21	   totalWckTime=7.891  totalCpuTime=7.54

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node2/watcher-208821-1168190243 -o ROOT/results/node2/solver-208821-1168190243 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/208821-1168190243/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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.52 2.65 2.38 4/94 11563
/proc/meminfo: memFree=890256/2055920 swapFree=4191880/4192956
[pid=11562] ppid=11560 vsize=1784 CPUtime=0
/proc/11562/stat : 11562 (java) D 11560 11562 11439 0 -1 0 169 0 0 0 0 0 0 0 18 0 1 0 167420001 1826816 140 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/11562/statm: 446 140 106 14 0 91 0

[startup+0.10295 s]
/proc/loadavg: 2.52 2.65 2.38 4/94 11563
/proc/meminfo: memFree=890256/2055920 swapFree=4191880/4192956
[pid=11562] ppid=11560 vsize=11820 CPUtime=0
/proc/11562/stat : 11562 (java) D 11560 11562 11439 0 -1 0 760 0 1 0 0 0 0 0 18 0 1 0 167420001 12103680 510 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 10535716 0 2147483391 0 7368 18446744072099781622 0 0 17 0 0 0
/proc/11562/statm: 2955 510 421 14 0 1602 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11820

[startup+0.511028 s]
/proc/loadavg: 2.52 2.65 2.38 4/94 11563
/proc/meminfo: memFree=890256/2055920 swapFree=4191880/4192956
[pid=11562] ppid=11560 vsize=915328 CPUtime=0.39
/proc/11562/stat : 11562 (java) R 11560 11562 11439 0 -1 0 6172 0 1 0 35 4 0 0 24 0 8 0 167420001 937295872 5911 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11562/statm: 228832 5911 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 915328

[startup+1.33218 s]
/proc/loadavg: 2.52 2.65 2.38 4/101 11570
/proc/meminfo: memFree=828568/2055920 swapFree=4191880/4192956
[pid=11562] ppid=11560 vsize=915460 CPUtime=1.21
/proc/11562/stat : 11562 (java) R 11560 11562 11439 0 -1 0 17678 0 1 0 110 11 0 0 25 0 8 0 167420001 937431040 17416 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073609059 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11562/statm: 228865 17416 2527 14 0 215335 0
[pid=11562/tid=11564] ppid=11560 vsize=915460 CPUtime=0.07
/proc/11562/task/11564/stat : 11564 (java) S 11560 11562 11439 0 -1 64 1887 0 0 0 7 0 0 0 16 0 8 0 167420014 937431040 17416 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11562/tid=11565] ppid=11560 vsize=915460 CPUtime=0
/proc/11562/task/11565/stat : 11565 (java) S 11560 11562 11439 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 167420015 937431040 17416 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11562/tid=11566] ppid=11560 vsize=915460 CPUtime=0
/proc/11562/task/11566/stat : 11566 (java) S 11560 11562 11439 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 167420015 937431040 17416 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11562/tid=11567] ppid=11560 vsize=915460 CPUtime=0
/proc/11562/task/11567/stat : 11567 (java) S 11560 11562 11439 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 167420018 937431040 17416 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11562/tid=11568] ppid=11560 vsize=915460 CPUtime=0.14
/proc/11562/task/11568/stat : 11568 (java) S 11560 11562 11439 0 -1 64 353 0 0 0 14 0 0 0 15 0 8 0 167420018 937431040 17416 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11562/tid=11569] ppid=11560 vsize=915460 CPUtime=0
/proc/11562/task/11569/stat : 11569 (java) S 11560 11562 11439 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 167420018 937431040 17416 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11562/tid=11570] ppid=11560 vsize=915460 CPUtime=0
/proc/11562/task/11570/stat : 11570 (java) S 11560 11562 11439 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 167420018 937431040 17416 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 915460

[startup+2.99249 s]
/proc/loadavg: 2.52 2.65 2.38 3/101 11570
/proc/meminfo: memFree=829976/2055920 swapFree=4191880/4192956
[pid=11562] ppid=11560 vsize=915460 CPUtime=2.85
/proc/11562/stat : 11562 (java) R 11560 11562 11439 0 -1 0 17696 0 1 0 274 11 0 0 25 0 8 0 167420001 937431040 17433 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073740655 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11562/statm: 228865 17433 2527 14 0 215335 0
[pid=11562/tid=11564] ppid=11560 vsize=915460 CPUtime=0.07
/proc/11562/task/11564/stat : 11564 (java) S 11560 11562 11439 0 -1 64 1887 0 0 0 7 0 0 0 17 0 8 0 167420014 937431040 17433 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11562/tid=11565] ppid=11560 vsize=915460 CPUtime=0
/proc/11562/task/11565/stat : 11565 (java) S 11560 11562 11439 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 167420015 937431040 17433 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11562/tid=11566] ppid=11560 vsize=915460 CPUtime=0
/proc/11562/task/11566/stat : 11566 (java) S 11560 11562 11439 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 167420015 937431040 17433 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11562/tid=11567] ppid=11560 vsize=915460 CPUtime=0
/proc/11562/task/11567/stat : 11567 (java) S 11560 11562 11439 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 167420018 937431040 17433 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11562/tid=11568] ppid=11560 vsize=915460 CPUtime=0.2
/proc/11562/task/11568/stat : 11568 (java) S 11560 11562 11439 0 -1 64 370 0 0 0 19 1 0 0 15 0 8 0 167420018 937431040 17433 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11562/tid=11569] ppid=11560 vsize=915460 CPUtime=0
/proc/11562/task/11569/stat : 11569 (java) S 11560 11562 11439 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 167420018 937431040 17433 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11562/tid=11570] ppid=11560 vsize=915460 CPUtime=0
/proc/11562/task/11570/stat : 11570 (java) S 11560 11562 11439 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 167420018 937431040 17433 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 915460

[startup+6.19307 s]
/proc/loadavg: 2.56 2.65 2.39 4/101 11570
/proc/meminfo: memFree=829912/2055920 swapFree=4191880/4192956
[pid=11562] ppid=11560 vsize=915460 CPUtime=6.04
/proc/11562/stat : 11562 (java) R 11560 11562 11439 0 -1 0 17711 0 1 0 592 12 0 0 25 0 8 0 167420001 937431040 17445 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073726681 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11562/statm: 228865 17445 2527 14 0 215335 0
[pid=11562/tid=11564] ppid=11560 vsize=915460 CPUtime=0.07
/proc/11562/task/11564/stat : 11564 (java) S 11560 11562 11439 0 -1 64 1887 0 0 0 7 0 0 0 16 0 8 0 167420014 937431040 17445 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11562/tid=11565] ppid=11560 vsize=915460 CPUtime=0
/proc/11562/task/11565/stat : 11565 (java) S 11560 11562 11439 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 167420015 937431040 17445 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11562/tid=11566] ppid=11560 vsize=915460 CPUtime=0
/proc/11562/task/11566/stat : 11566 (java) S 11560 11562 11439 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 167420015 937431040 17445 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11562/tid=11567] ppid=11560 vsize=915460 CPUtime=0
/proc/11562/task/11567/stat : 11567 (java) S 11560 11562 11439 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 167420018 937431040 17445 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11562/tid=11568] ppid=11560 vsize=915460 CPUtime=0.22
/proc/11562/task/11568/stat : 11568 (java) S 11560 11562 11439 0 -1 64 385 0 0 0 21 1 0 0 16 0 8 0 167420018 937431040 17445 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11562/tid=11569] ppid=11560 vsize=915460 CPUtime=0
/proc/11562/task/11569/stat : 11569 (java) S 11560 11562 11439 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 167420018 937431040 17445 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11562/tid=11570] ppid=11560 vsize=915460 CPUtime=0
/proc/11562/task/11570/stat : 11570 (java) S 11560 11562 11439 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 167420018 937431040 17445 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 8.25312
CPU time (s): 8.06377
CPU user time (s): 7.92679
CPU system time (s): 0.136979
CPU usage (%): 97.7057
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.92679
system time used= 0.136979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17720
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= 1283
involuntary context switches= 1760

runsolver used 0.015997 s user time and 0.039993 s system time

The end

Launcher Data (download as text)

Begin job on node2 on Sun Jan  7 17:17:23 UTC 2007


IDJOB= 208821
IDBENCH= 4455
FILE ID= node2/208821-1168190243

PBS_JOBID= 3478997

Free space on /tmp= 66324 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-20-20-fcd/rand-3-20-20-60-632-fcd-27_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/208821-1168190243/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node2/watcher-208821-1168190243 -o ROOT/results/node2/solver-208821-1168190243 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/208821-1168190243/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  18df87b0933631f1a75461f405093417

RANDOM SEED= 776610686

TIME LIMIT= 1800 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.259
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	: 5931.00
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.259
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:        890736 kB
Buffers:         51008 kB
Cached:         442088 kB
SwapCached:        448 kB
Active:         715992 kB
Inactive:       382040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        890736 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            3044 kB
Writeback:           0 kB
Mapped:         629600 kB
Slab:            50696 kB
Committed_AS:  4601284 kB
PageTables:       3544 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= 66324 MiB



End job on node2 on Sun Jan  7 17:17:32 UTC 2007