Trace number 247175

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 ACUNSAT 13.8239 13.9716

DiagnosticValue
CHECKS11343851
NODES11127

General information on the benchmark

Namerandom/rand-10-20-10/
rand-10-20-10-5-10000-7_ext.xml
MD5SUM522d1bb9bf2d247cbf6772653097fee9
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark13.8239
SatisfiableNO
(Un)Satisfiability was proved
Number of variables20
Number of constraints5
Maximum constraint arity10
Maximum domain size10
Number of constraints which are defined in extension5
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.40	   
0.40	Abscon 109 (November, 2006)
0.40	   
0.40	   configuration
0.40	     name=mac.xml
0.43	   
0.43	   instance
0.43	     name=/tmp/evaluation/247175-1168085811/unknown.xml
0.46	   
0.46	   domains being loaded...
0.47	   
0.47	   variables being loaded...
0.50	     nbVariables=20  nbDomainTypes=1  minDomainSize=10  maxDomainSize=10
0.50	       =>  wckTime=0.097  cpuTime=0.09  mem=6M951
0.50	   
0.50	   relations being loaded...
0.71	   
0.71	   constraints being loaded...
0.81	     nbConstraints=5  nbRelationTypes=5  nbExtensionStructures=5  nbSharedExtensionStructures=0
0.81	     nbUnbuiltConflictsStructures=5  nbSharedBinaryRepresentations=0  maxDegree=4  maxArity=10
0.81	       =>  wckTime=0.409  cpuTime=0.37  mem=37M911
0.88	   
0.88	   solver IterativeSystematicSolver being built... 
1.04	       =>  wckTime=0.634  cpuTime=0.51  mem=19M562
1.04	   
1.04	   preprocessing
1.04	     nbConstraintChecks=0  nbPropagations=20  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.04	     detectedInconsistency=no
1.04	       =>  wckTime=0.0010  cpuTime=0.0  mem=19M562
1.22	   
1.22	   search
1.22	     run=0  nbConstraintChecks=113375  nbValidityChecks=117289  nbPropagations=232  nbRevisions=490
1.22	     nbUselessRevisions=0  nbAssignments=112  nbFailedAssignments=100  nbBacktracks=11  nbVisitedNodes=213
1.22	     nbRestartNogoods=0  mapSize=11  nbInferences=0  nbTooLargeKeys=0
1.22	       =>  wckTime=0.183  cpuTime=0.16  mem=20M567
1.42	   
1.42	   search
1.42	     run=1  nbConstraintChecks=269498  nbValidityChecks=279061  nbPropagations=762  nbRevisions=1630
1.42	     nbUselessRevisions=0  nbAssignments=269  nbFailedAssignments=240  nbBacktracks=26  nbVisitedNodes=510
1.42	     nbRestartNogoods=1  mapSize=26  nbInferences=0  nbTooLargeKeys=0
1.42	       =>  wckTime=0.381  cpuTime=0.35  mem=20M567
1.69	   
1.69	   search
1.69	     run=2  nbConstraintChecks=492910  nbValidityChecks=510723  nbPropagations=1718  nbRevisions=3720
1.69	     nbUselessRevisions=0  nbAssignments=493  nbFailedAssignments=440  nbBacktracks=48  nbVisitedNodes=934
1.69	     nbRestartNogoods=6  mapSize=48  nbInferences=0  nbTooLargeKeys=0
1.69	       =>  wckTime=0.655  cpuTime=0.61  mem=20M567
2.09	   
2.09	   search
2.09	     run=3  nbConstraintChecks=828150  nbValidityChecks=857992  nbPropagations=3311  nbRevisions=7196
2.09	     nbUselessRevisions=0  nbAssignments=828  nbFailedAssignments=740  nbBacktracks=81  nbVisitedNodes=1569
2.09	     nbRestartNogoods=12  mapSize=81  nbInferences=0  nbTooLargeKeys=0
2.09	       =>  wckTime=1.054  cpuTime=0.99  mem=20M567
2.68	   
2.68	   search
2.68	     run=4  nbConstraintChecks=1340929  nbValidityChecks=1390015  nbPropagations=5858  nbRevisions=12886
2.68	     nbUselessRevisions=0  nbAssignments=1330  nbFailedAssignments=1190  nbBacktracks=131  nbVisitedNodes=2521
2.68	     nbRestartNogoods=19  mapSize=131  nbInferences=0  nbTooLargeKeys=0
2.68	       =>  wckTime=1.641  cpuTime=1.57  mem=20M567
3.59	   
3.59	   search
3.59	     run=5  nbConstraintChecks=2131915  nbValidityChecks=2210103  nbPropagations=9844  nbRevisions=21926
3.59	     nbUselessRevisions=0  nbAssignments=2087  nbFailedAssignments=1870  nbBacktracks=206  nbVisitedNodes=3958
3.59	     nbRestartNogoods=29  mapSize=205  nbInferences=0  nbTooLargeKeys=0
3.59	       =>  wckTime=2.548  cpuTime=2.46  mem=20M567
4.89	   
4.89	   search
4.89	     run=6  nbConstraintChecks=3292967  nbValidityChecks=3413436  nbPropagations=15987  nbRevisions=35814
4.89	     nbUselessRevisions=0  nbAssignments=3222  nbFailedAssignments=2890  nbBacktracks=319  nbVisitedNodes=6113
4.89	     nbRestartNogoods=43  mapSize=318  nbInferences=0  nbTooLargeKeys=0
4.89	       =>  wckTime=3.855  cpuTime=3.76  mem=20M567
6.88	   
6.88	   search
6.88	     run=7  nbConstraintChecks=5054506  nbValidityChecks=5239384  nbPropagations=25344  nbRevisions=57072
6.88	     nbUselessRevisions=0  nbAssignments=4914  nbFailedAssignments=4410  nbBacktracks=489  nbVisitedNodes=9325
6.88	     nbRestartNogoods=60  mapSize=487  nbInferences=0  nbTooLargeKeys=0
6.88	       =>  wckTime=5.841  cpuTime=5.74  mem=20M567
9.81	   
9.81	   search
9.81	     run=8  nbConstraintChecks=7673444  nbValidityChecks=7954856  nbPropagations=39581  nbRevisions=89310
9.81	     nbUselessRevisions=0  nbAssignments=7482  nbFailedAssignments=6720  nbBacktracks=745  nbVisitedNodes=14203
9.81	     nbRestartNogoods=65  mapSize=743  nbInferences=0  nbTooLargeKeys=0
9.81	       =>  wckTime=8.768  cpuTime=8.67  mem=20M567
13.28	   
13.28	   INFO : Stopping hyperNogood (mapSize=1047, nbTooLargekeys=0, mem=20M567)
13.92	   
13.92	   search
13.92	     run=9  nbConstraintChecks=11343851  nbValidityChecks=11751984  nbPropagations=60744  nbRevisions=137176
13.92	     nbUselessRevisions=0  nbAssignments=11127  nbFailedAssignments=10000  nbBacktracks=1111  nbVisitedNodes=21127
13.92	     nbRestartNogoods=74
13.92	       =>  wckTime=12.878  cpuTime=12.77  mem=20M567
13.92	   
13.92	   global
13.92	     nbConstraintChecks=11343851  nbValidityChecks=11751984  nbPropagations=60764  nbRevisions=137176
13.92	     nbUselessRevisions=0  nbRestartNogoods=74  solvingWckTime=12.88  solvingCpuTime=12.77  expiredTime=no
13.92	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=13.33
13.92	       =>  wckTime=13.516  cpuTime=13.28  mem=20M567
13.92	   
13.92	s UNSATISFIABLE
13.92	d NODES 11127
13.92	d CHECKS 11343851
13.92	   
13.92	   totalWckTime=13.598  totalCpuTime=13.34

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-247175-1168085811 -o ROOT/results/node5/solver-247175-1168085811 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/247175-1168085811/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: 0.59 0.77 1.30 5/93 9545
/proc/meminfo: memFree=702856/2055920 swapFree=4192812/4192956
[pid=9544] ppid=9542 vsize=18540 CPUtime=0
/proc/9544/stat : 9544 (runsolver) R 9542 9544 8527 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 137196598 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 226913479975 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/9544/statm: 4635 279 244 17 0 2626 0

[startup+0.107752 s]
/proc/loadavg: 0.59 0.77 1.30 5/93 9545
/proc/meminfo: memFree=702856/2055920 swapFree=4192812/4192956
[pid=9544] ppid=9542 vsize=906644 CPUtime=0.02
/proc/9544/stat : 9544 (java) R 9542 9544 8527 0 -1 0 2131 0 1 0 2 0 0 0 18 0 2 0 137196598 928403456 1880 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/9544/statm: 226661 1881 1067 14 0 214244 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 906644

[startup+0.515798 s]
/proc/loadavg: 0.59 0.77 1.30 5/93 9545
/proc/meminfo: memFree=702856/2055920 swapFree=4192812/4192956
[pid=9544] ppid=9542 vsize=915328 CPUtime=0.4
/proc/9544/stat : 9544 (java) R 9542 9544 8527 0 -1 0 6413 0 1 0 36 4 0 0 18 0 8 0 137196598 937295872 6152 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155770122 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9544/statm: 228832 6163 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 915328

[startup+1.33889 s]
/proc/loadavg: 0.59 0.77 1.30 4/100 9552
/proc/meminfo: memFree=650640/2055920 swapFree=4192812/4192956
[pid=9544] ppid=9542 vsize=915460 CPUtime=1.22
/proc/9544/stat : 9544 (java) R 9542 9544 8527 0 -1 0 15765 0 1 0 113 9 0 0 24 0 8 0 137196598 937431040 15502 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073592941 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9544/statm: 228865 15502 2519 14 0 215335 0
[pid=9544/tid=9546] ppid=9542 vsize=915460 CPUtime=0.04
/proc/9544/task/9546/stat : 9546 (java) S 9542 9544 8527 0 -1 64 1533 0 0 0 4 0 0 0 16 0 8 0 137196609 937431040 15502 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9544/tid=9547] ppid=9542 vsize=915460 CPUtime=0
/proc/9544/task/9547/stat : 9547 (java) S 9542 9544 8527 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 137196609 937431040 15502 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9544/tid=9548] ppid=9542 vsize=915460 CPUtime=0
/proc/9544/task/9548/stat : 9548 (java) S 9542 9544 8527 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 137196609 937431040 15502 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9544/tid=9549] ppid=9542 vsize=915460 CPUtime=0
/proc/9544/task/9549/stat : 9549 (java) S 9542 9544 8527 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 137196612 937431040 15502 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9544/tid=9550] ppid=9542 vsize=915460 CPUtime=0.15
/proc/9544/task/9550/stat : 9550 (java) S 9542 9544 8527 0 -1 64 346 0 0 0 14 1 0 0 15 0 8 0 137196612 937431040 15502 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9544/tid=9551] ppid=9542 vsize=915460 CPUtime=0
/proc/9544/task/9551/stat : 9551 (java) S 9542 9544 8527 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 137196612 937431040 15502 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9544/tid=9552] ppid=9542 vsize=915460 CPUtime=0
/proc/9544/task/9552/stat : 9552 (java) S 9542 9544 8527 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 137196613 937431040 15502 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 915460

[startup+2.98208 s]
/proc/loadavg: 0.59 0.77 1.30 3/100 9552
/proc/meminfo: memFree=650576/2055920 swapFree=4192812/4192956
[pid=9544] ppid=9542 vsize=915460 CPUtime=2.86
/proc/9544/stat : 9544 (java) R 9542 9544 8527 0 -1 0 15786 0 1 0 277 9 0 0 25 0 8 0 137196598 937431040 15522 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073706716 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9544/statm: 228865 15522 2519 14 0 215335 0
[pid=9544/tid=9546] ppid=9542 vsize=915460 CPUtime=0.04
/proc/9544/task/9546/stat : 9546 (java) S 9542 9544 8527 0 -1 64 1533 0 0 0 4 0 0 0 17 0 8 0 137196609 937431040 15522 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9544/tid=9547] ppid=9542 vsize=915460 CPUtime=0
/proc/9544/task/9547/stat : 9547 (java) S 9542 9544 8527 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 137196609 937431040 15522 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9544/tid=9548] ppid=9542 vsize=915460 CPUtime=0
/proc/9544/task/9548/stat : 9548 (java) S 9542 9544 8527 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 137196609 937431040 15522 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9544/tid=9549] ppid=9542 vsize=915460 CPUtime=0
/proc/9544/task/9549/stat : 9549 (java) S 9542 9544 8527 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 137196612 937431040 15522 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9544/tid=9550] ppid=9542 vsize=915460 CPUtime=0.19
/proc/9544/task/9550/stat : 9550 (java) S 9542 9544 8527 0 -1 64 366 0 0 0 18 1 0 0 16 0 8 0 137196612 937431040 15522 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9544/tid=9551] ppid=9542 vsize=915460 CPUtime=0
/proc/9544/task/9551/stat : 9551 (java) S 9542 9544 8527 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 137196612 937431040 15522 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9544/tid=9552] ppid=9542 vsize=915460 CPUtime=0
/proc/9544/task/9552/stat : 9552 (java) S 9542 9544 8527 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 137196613 937431040 15522 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 915460

[startup+6.26145 s]
/proc/loadavg: 0.70 0.79 1.30 3/100 9552
/proc/meminfo: memFree=650512/2055920 swapFree=4192812/4192956
[pid=9544] ppid=9542 vsize=915460 CPUtime=6.14
/proc/9544/stat : 9544 (java) R 9542 9544 8527 0 -1 0 15793 0 1 0 604 10 0 0 25 0 8 0 137196598 937431040 15527 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073597830 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9544/statm: 228865 15527 2519 14 0 215335 0
[pid=9544/tid=9546] ppid=9542 vsize=915460 CPUtime=0.04
/proc/9544/task/9546/stat : 9546 (java) S 9542 9544 8527 0 -1 64 1533 0 0 0 4 0 0 0 17 0 8 0 137196609 937431040 15527 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9544/tid=9547] ppid=9542 vsize=915460 CPUtime=0
/proc/9544/task/9547/stat : 9547 (java) S 9542 9544 8527 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 137196609 937431040 15527 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9544/tid=9548] ppid=9542 vsize=915460 CPUtime=0
/proc/9544/task/9548/stat : 9548 (java) S 9542 9544 8527 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 137196609 937431040 15527 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9544/tid=9549] ppid=9542 vsize=915460 CPUtime=0
/proc/9544/task/9549/stat : 9549 (java) S 9542 9544 8527 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 137196612 937431040 15527 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9544/tid=9550] ppid=9542 vsize=915460 CPUtime=0.2
/proc/9544/task/9550/stat : 9550 (java) S 9542 9544 8527 0 -1 64 371 0 0 0 19 1 0 0 15 0 8 0 137196612 937431040 15527 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9544/tid=9551] ppid=9542 vsize=915460 CPUtime=0
/proc/9544/task/9551/stat : 9551 (java) S 9542 9544 8527 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 137196612 937431040 15527 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9544/tid=9552] ppid=9542 vsize=915460 CPUtime=0
/proc/9544/task/9552/stat : 9552 (java) S 9542 9544 8527 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 137196613 937431040 15527 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 915460

[startup+12.7492 s]
/proc/loadavg: 0.81 0.81 1.31 3/100 9552
/proc/meminfo: memFree=650512/2055920 swapFree=4192812/4192956
[pid=9544] ppid=9542 vsize=915460 CPUtime=12.63
/proc/9544/stat : 9544 (java) R 9542 9544 8527 0 -1 0 15796 0 1 0 1253 10 0 0 25 0 8 0 137196598 937431040 15528 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073705599 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9544/statm: 228865 15528 2519 14 0 215335 0
[pid=9544/tid=9546] ppid=9542 vsize=915460 CPUtime=0.04
/proc/9544/task/9546/stat : 9546 (java) S 9542 9544 8527 0 -1 64 1533 0 0 0 4 0 0 0 16 0 8 0 137196609 937431040 15528 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9544/tid=9547] ppid=9542 vsize=915460 CPUtime=0
/proc/9544/task/9547/stat : 9547 (java) S 9542 9544 8527 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 137196609 937431040 15528 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9544/tid=9548] ppid=9542 vsize=915460 CPUtime=0
/proc/9544/task/9548/stat : 9548 (java) S 9542 9544 8527 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 137196609 937431040 15528 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9544/tid=9549] ppid=9542 vsize=915460 CPUtime=0
/proc/9544/task/9549/stat : 9549 (java) S 9542 9544 8527 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 137196612 937431040 15528 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9544/tid=9550] ppid=9542 vsize=915460 CPUtime=0.2
/proc/9544/task/9550/stat : 9550 (java) S 9542 9544 8527 0 -1 64 372 0 0 0 19 1 0 0 16 0 8 0 137196612 937431040 15528 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9544/tid=9551] ppid=9542 vsize=915460 CPUtime=0
/proc/9544/task/9551/stat : 9551 (java) S 9542 9544 8527 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 137196612 937431040 15528 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9544/tid=9552] ppid=9542 vsize=915460 CPUtime=0
/proc/9544/task/9552/stat : 9552 (java) S 9542 9544 8527 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 137196613 937431040 15528 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 13.9716
CPU time (s): 13.8239
CPU user time (s): 13.7109
CPU system time (s): 0.112982
CPU usage (%): 98.943
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.7109
system time used= 0.112982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15803
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= 1245
involuntary context switches= 1409

runsolver used 0.019996 s user time and 0.052991 s system time

The end

Launcher Data (download as text)

Begin job on node5 on Sat Jan  6 12:16:57 UTC 2007


IDJOB= 247175
IDBENCH= 11088
FILE ID= node5/247175-1168085811

PBS_JOBID= 3476245

Free space on /tmp= 66315 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-10-20-10/rand-10-20-10-5-10000-7_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/247175-1168085811/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node5/watcher-247175-1168085811 -o ROOT/results/node5/solver-247175-1168085811 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/247175-1168085811/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  522d1bb9bf2d247cbf6772653097fee9

RANDOM SEED= 948180070

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.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:        703464 kB
Buffers:         51028 kB
Cached:         482432 kB
SwapCached:          0 kB
Active:         796684 kB
Inactive:       467540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        703464 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2716 kB
Writeback:           0 kB
Mapped:         759796 kB
Slab:            71800 kB
Committed_AS:  4058360 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= 66315 MiB



End job on node5 on Sat Jan  6 12:17:25 UTC 2007