Trace number 224272

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 ACSAT 9.55555 9.55104

DiagnosticValue
CHECKS65312198
NODES47368

General information on the benchmark

Nametightness/tightness0.5/
rand-2-40-25-180-500-27_ext.xml
MD5SUM3788069b797882aa052dc6d3eb269e73
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7.2499
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints180
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension180
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=mac.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/224272-1168080511/unknown.xml
0.35	   
0.35	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.39	     nbVariables=40  nbDomainTypes=1  minDomainSize=25  maxDomainSize=25
0.39	       =>  wckTime=0.097  cpuTime=0.09  mem=6M951
0.39	   
0.39	   relations being loaded...
0.49	   
0.49	   constraints being loaded...
0.59	     nbConstraints=180  nbRelationTypes=180  nbExtensionStructures=180  nbSharedExtensionStructures=0
0.59	     nbConflictsStructures=180  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2  maxDegree=15  maxArity=2
0.59	       =>  wckTime=0.293  cpuTime=0.23  mem=13M794
0.63	   
0.63	   solver IterativeSystematicSolver being built... 
0.77	       =>  wckTime=0.48  cpuTime=0.35  mem=13M749
0.78	   
0.78	   preprocessing
0.78	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.78	     detectedInconsistency=no
0.78	       =>  wckTime=0.0030  cpuTime=0.01  mem=13M749
0.83	   
0.83	   search
0.83	     run=0  nbConstraintChecks=36708  nbPropagations=585  nbRevisions=4113  nbUselessRevisions=2914  nbAssignments=28
0.83	     nbFailedAssignments=9  nbBacktracks=12  nbVisitedNodes=45  nbRestartNogoods=0  mapSize=8  nbInferences=0
0.83	     nbTooLargeKeys=0
0.83	       =>  wckTime=0.05  cpuTime=0.05  mem=14M724
0.84	   
0.84	   search
0.84	     run=1  nbConstraintChecks=82234  nbPropagations=1886  nbRevisions=13786  nbUselessRevisions=9819  nbAssignments=61
0.84	     nbFailedAssignments=21  nbBacktracks=28  nbVisitedNodes=99  nbRestartNogoods=3  mapSize=20  nbInferences=0
0.84	     nbTooLargeKeys=0
0.84	       =>  wckTime=0.068  cpuTime=0.06  mem=14M724
0.87	   
0.87	   search
0.87	     run=2  nbConstraintChecks=151293  nbPropagations=4366  nbRevisions=32821  nbUselessRevisions=23321
0.87	     nbAssignments=116  nbFailedAssignments=47  nbBacktracks=50  nbVisitedNodes=195  nbRestartNogoods=7  mapSize=39
0.87	     nbInferences=0  nbTooLargeKeys=0
0.87	       =>  wckTime=0.089  cpuTime=0.08  mem=14M724
0.88	   
0.88	   search
0.88	     run=3  nbConstraintChecks=236970  nbPropagations=8152  nbRevisions=62192  nbUselessRevisions=44075
0.88	     nbAssignments=180  nbFailedAssignments=71  nbBacktracks=83  nbVisitedNodes=302  nbRestartNogoods=13  mapSize=66
0.88	     nbInferences=0  nbTooLargeKeys=0
0.88	       =>  wckTime=0.107  cpuTime=0.09  mem=14M724
0.91	   
0.91	   search
0.91	     run=4  nbConstraintChecks=364894  nbPropagations=13951  nbRevisions=107537  nbUselessRevisions=76157
0.91	     nbAssignments=275  nbFailedAssignments=109  nbBacktracks=134  nbVisitedNodes=465  nbRestartNogoods=19  mapSize=109
0.91	     nbInferences=0  nbTooLargeKeys=0
0.91	       =>  wckTime=0.13  cpuTime=0.12  mem=14M724
0.94	   
0.94	   search
0.94	     run=5  nbConstraintChecks=557174  nbPropagations=22971  nbRevisions=178246  nbUselessRevisions=125866
0.94	     nbAssignments=429  nbFailedAssignments=180  nbBacktracks=211  nbVisitedNodes=736  nbRestartNogoods=23  mapSize=175
0.94	     nbInferences=0  nbTooLargeKeys=0
0.94	       =>  wckTime=0.165  cpuTime=0.15  mem=14M724
0.99	   
0.99	   search
0.99	     run=6  nbConstraintChecks=856032  nbPropagations=37063  nbRevisions=290100  nbUselessRevisions=204639
0.99	     nbAssignments=659  nbFailedAssignments=292  nbBacktracks=325  nbVisitedNodes=1147  nbRestartNogoods=31  mapSize=274
0.99	     nbInferences=0  nbTooLargeKeys=0
0.99	       =>  wckTime=0.218  cpuTime=0.2  mem=14M724
1.08	   
1.08	   search
1.08	     run=7  nbConstraintChecks=1356142  nbPropagations=58872  nbRevisions=463813  nbUselessRevisions=325971
1.08	     nbAssignments=995  nbFailedAssignments=452  nbBacktracks=496  nbVisitedNodes=1750  nbRestartNogoods=35  mapSize=420
1.08	     nbInferences=0  nbTooLargeKeys=0
1.08	       =>  wckTime=0.3  cpuTime=0.28  mem=14M724
1.19	   
1.19	   search
1.19	     run=8  nbConstraintChecks=2032431  nbPropagations=91925  nbRevisions=727162  nbUselessRevisions=509549
1.19	     nbAssignments=1520  nbFailedAssignments=715  nbBacktracks=752  nbVisitedNodes=2709  nbRestartNogoods=40
1.19	     mapSize=651  nbInferences=0  nbTooLargeKeys=0
1.19	       =>  wckTime=0.418  cpuTime=0.39  mem=14M724
1.34	   
1.34	   search
1.34	     run=9  nbConstraintChecks=3008972  nbPropagations=141165  nbRevisions=1120693  nbUselessRevisions=783161
1.34	     nbAssignments=2237  nbFailedAssignments=1040  nbBacktracks=1138  nbVisitedNodes=3990  nbRestartNogoods=48
1.34	     mapSize=984  nbInferences=0  nbTooLargeKeys=0
1.34	       =>  wckTime=0.567  cpuTime=0.53  mem=14M724
1.37	   
1.37	   INFO : Stopping hyperNogood (mapSize=1040, nbTooLargekeys=0, mem=14M724)
1.56	   
1.56	   search
1.56	     run=10  nbConstraintChecks=4502171  nbPropagations=215680  nbRevisions=1717627  nbUselessRevisions=1199265
1.56	     nbAssignments=3375  nbFailedAssignments=1596  nbBacktracks=1714  nbVisitedNodes=6057  nbRestartNogoods=54
1.56	       =>  wckTime=0.783  cpuTime=0.74  mem=14M724
1.86	   
1.86	   search
1.86	     run=11  nbConstraintChecks=6802970  nbPropagations=325421  nbRevisions=2597344  nbUselessRevisions=1811342
1.86	     nbAssignments=4958  nbFailedAssignments=2310  nbBacktracks=2578  nbVisitedNodes=8886  nbRestartNogoods=61
1.86	       =>  wckTime=1.08  cpuTime=1.03  mem=14M724
2.29	   
2.29	   search
2.29	     run=12  nbConstraintChecks=9997272  nbPropagations=490032  nbRevisions=3917815  nbUselessRevisions=2731935
2.29	     nbAssignments=7424  nbFailedAssignments=3473  nbBacktracks=3876  nbVisitedNodes=13311  nbRestartNogoods=69
2.29	       =>  wckTime=1.518  cpuTime=1.47  mem=14M724
2.92	   
2.92	   search
2.92	     run=13  nbConstraintChecks=14724109  nbPropagations=731886  nbRevisions=5856270  nbUselessRevisions=4081663
2.92	     nbAssignments=10999  nbFailedAssignments=5095  nbBacktracks=5824  nbVisitedNodes=19660  nbRestartNogoods=78
2.92	       =>  wckTime=2.141  cpuTime=2.09  mem=14M724
3.90	   
3.90	   search
3.90	     run=14  nbConstraintChecks=21992271  nbPropagations=1097641  nbRevisions=8777468  nbUselessRevisions=6117133
3.90	     nbAssignments=16493  nbFailedAssignments=7662  nbBacktracks=8745  nbVisitedNodes=29584  nbRestartNogoods=88
3.90	       =>  wckTime=3.121  cpuTime=3.07  mem=14M724
5.40	   
5.40	   search
5.40	     run=15  nbConstraintChecks=33470572  nbPropagations=1648401  nbRevisions=13177995  nbUselessRevisions=9174897
5.40	     nbAssignments=24721  nbFailedAssignments=11506  nbBacktracks=13124  nbVisitedNodes=44341  nbRestartNogoods=101
5.40	       =>  wckTime=4.627  cpuTime=4.58  mem=14M724
7.81	   
7.81	   search
7.81	     run=16  nbConstraintChecks=52390085  nbPropagations=2488627  nbRevisions=19938439  nbUselessRevisions=13870841
7.81	     nbAssignments=37528  nbFailedAssignments=17737  nbBacktracks=19692  nbVisitedNodes=67652  nbRestartNogoods=119
7.81	       =>  wckTime=7.033  cpuTime=6.98  mem=14M724
9.53	   
9.53	   search
9.53	     run=17  nbConstraintChecks=65312198  nbPropagations=3544825  nbRevisions=28433823  nbUselessRevisions=19778515
9.53	     nbAssignments=47368  nbFailedAssignments=22261  nbBacktracks=24968  nbVisitedNodes=85306  nbRestartNogoods=134
9.53	       =>  wckTime=8.755  cpuTime=8.7  mem=14M724
9.53	   
9.53	   global
9.53	     nbConstraintChecks=65312198  nbPropagations=3544865  nbRevisions=28433823  nbUselessRevisions=19778515
9.53	     nbRestartNogoods=134  solvingWckTime=8.756  solvingCpuTime=8.7  expiredTime=no  totalExploration=no
9.53	     nbFoundSolutions=1  globalCpuTime=9.1
9.53	       =>  wckTime=9.238  cpuTime=9.05  mem=14M724
9.53	   
9.53	s SATISFIABLE
9.53	v 20 18 8 20 21 7 16 0 23 24 8 23 6 22 20 14 2 11 6 9 15 5 11 22 7 0 17 8 13 2 17 0 14 11 3 2 6 3 2 19 
9.53	d NODES 47368
9.53	d CHECKS 65312198
9.53	   
9.54	   totalWckTime=9.313  totalCpuTime=9.1

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/node21/watcher-224272-1168080511 -o ROOT/results/node21/solver-224272-1168080511 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/224272-1168080511/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.56 0.97 1.36 3/78 21099
/proc/meminfo: memFree=1707680/2055920 swapFree=4192812/4192956
[pid=21098] ppid=21096 vsize=172 CPUtime=0
/proc/21098/stat : 21098 (java) R 21096 21098 20370 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 156445820 176128 24 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 8438059 0 0 4096 0 0 0 0 17 1 0 0
/proc/21098/statm: 43 24 18 14 0 3 0

[startup+0.103757 s]
/proc/loadavg: 0.56 0.97 1.36 3/78 21099
/proc/meminfo: memFree=1707680/2055920 swapFree=4192812/4192956
[pid=21098] ppid=21096 vsize=914988 CPUtime=0.09
/proc/21098/stat : 21098 (java) R 21096 21098 20370 0 -1 0 3071 0 1 0 8 1 0 0 16 0 8 0 156445820 936947712 2817 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21098/statm: 228747 2817 1453 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.511833 s]
/proc/loadavg: 0.56 0.97 1.36 3/78 21099
/proc/meminfo: memFree=1707680/2055920 swapFree=4192812/4192956
[pid=21098] ppid=21096 vsize=915328 CPUtime=0.5
/proc/21098/stat : 21098 (java) R 21096 21098 20370 0 -1 0 7349 0 1 0 45 5 0 0 16 0 8 0 156445820 937295872 7088 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073606639 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21098/statm: 228832 7088 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915328

[startup+1.33298 s]
/proc/loadavg: 0.56 0.97 1.36 3/85 21106
/proc/meminfo: memFree=1683880/2055920 swapFree=4192812/4192956
[pid=21098] ppid=21096 vsize=915452 CPUtime=1.34
/proc/21098/stat : 21098 (java) R 21096 21098 20370 0 -1 0 8640 0 1 0 127 7 0 0 17 0 8 0 156445820 937422848 8378 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073784823 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21098/statm: 228863 8378 2513 14 0 215333 0
[pid=21098/tid=21100] ppid=21096 vsize=915452 CPUtime=0.03
/proc/21098/task/21100/stat : 21100 (java) S 21096 21098 20370 0 -1 64 245 0 0 0 3 0 0 0 16 0 8 0 156445824 937422848 8378 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21098/tid=21101] ppid=21096 vsize=915452 CPUtime=0
/proc/21098/task/21101/stat : 21101 (java) S 21096 21098 20370 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156445824 937422848 8378 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21102] ppid=21096 vsize=915452 CPUtime=0
/proc/21098/task/21102/stat : 21102 (java) S 21096 21098 20370 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156445824 937422848 8378 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21103] ppid=21096 vsize=915452 CPUtime=0
/proc/21098/task/21103/stat : 21103 (java) S 21096 21098 20370 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156445827 937422848 8378 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21104] ppid=21096 vsize=915452 CPUtime=0.2
/proc/21098/task/21104/stat : 21104 (java) S 21096 21098 20370 0 -1 64 382 0 0 0 19 1 0 0 16 0 8 0 156445827 937422848 8378 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21105] ppid=21096 vsize=915452 CPUtime=0
/proc/21098/task/21105/stat : 21105 (java) S 21096 21098 20370 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156445827 937422848 8378 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21106] ppid=21096 vsize=915452 CPUtime=0
/proc/21098/task/21106/stat : 21106 (java) S 21096 21098 20370 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156445827 937422848 8378 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 915452

[startup+2.97329 s]
/proc/loadavg: 0.56 0.97 1.36 2/85 21106
/proc/meminfo: memFree=1683816/2055920 swapFree=4192812/4192956
[pid=21098] ppid=21096 vsize=915452 CPUtime=2.98
/proc/21098/stat : 21098 (java) R 21096 21098 20370 0 -1 0 8645 0 1 0 291 7 0 0 18 0 8 0 156445820 937422848 8382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073814530 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21098/statm: 228863 8382 2513 14 0 215333 0
[pid=21098/tid=21100] ppid=21096 vsize=915452 CPUtime=0.03
/proc/21098/task/21100/stat : 21100 (java) S 21096 21098 20370 0 -1 64 245 0 0 0 3 0 0 0 16 0 8 0 156445824 937422848 8382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21101] ppid=21096 vsize=915452 CPUtime=0
/proc/21098/task/21101/stat : 21101 (java) S 21096 21098 20370 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156445824 937422848 8382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21102] ppid=21096 vsize=915452 CPUtime=0
/proc/21098/task/21102/stat : 21102 (java) S 21096 21098 20370 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156445824 937422848 8382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21103] ppid=21096 vsize=915452 CPUtime=0
/proc/21098/task/21103/stat : 21103 (java) S 21096 21098 20370 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156445827 937422848 8382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21104] ppid=21096 vsize=915452 CPUtime=0.21
/proc/21098/task/21104/stat : 21104 (java) S 21096 21098 20370 0 -1 64 386 0 0 0 20 1 0 0 15 0 8 0 156445827 937422848 8382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21105] ppid=21096 vsize=915452 CPUtime=0
/proc/21098/task/21105/stat : 21105 (java) S 21096 21098 20370 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156445827 937422848 8382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21106] ppid=21096 vsize=915452 CPUtime=0
/proc/21098/task/21106/stat : 21106 (java) S 21096 21098 20370 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156445827 937422848 8382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 915452

[startup+6.26392 s]
/proc/loadavg: 0.59 0.97 1.36 2/85 21106
/proc/meminfo: memFree=1683752/2055920 swapFree=4192812/4192956
[pid=21098] ppid=21096 vsize=915452 CPUtime=6.27
/proc/21098/stat : 21098 (java) R 21096 21098 20370 0 -1 0 8647 0 1 0 620 7 0 0 20 0 8 0 156445820 937422848 8383 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336169 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21098/statm: 228863 8383 2513 14 0 215333 0
[pid=21098/tid=21100] ppid=21096 vsize=915452 CPUtime=0.03
/proc/21098/task/21100/stat : 21100 (java) S 21096 21098 20370 0 -1 64 245 0 0 0 3 0 0 0 16 0 8 0 156445824 937422848 8383 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21101] ppid=21096 vsize=915452 CPUtime=0
/proc/21098/task/21101/stat : 21101 (java) S 21096 21098 20370 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156445824 937422848 8383 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21102] ppid=21096 vsize=915452 CPUtime=0
/proc/21098/task/21102/stat : 21102 (java) S 21096 21098 20370 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156445824 937422848 8383 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21103] ppid=21096 vsize=915452 CPUtime=0
/proc/21098/task/21103/stat : 21103 (java) S 21096 21098 20370 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156445827 937422848 8383 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21104] ppid=21096 vsize=915452 CPUtime=0.21
/proc/21098/task/21104/stat : 21104 (java) S 21096 21098 20370 0 -1 64 387 0 0 0 20 1 0 0 16 0 8 0 156445827 937422848 8383 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21105] ppid=21096 vsize=915452 CPUtime=0
/proc/21098/task/21105/stat : 21105 (java) S 21096 21098 20370 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156445827 937422848 8383 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21106] ppid=21096 vsize=915452 CPUtime=0
/proc/21098/task/21106/stat : 21106 (java) S 21096 21098 20370 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156445827 937422848 8383 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 915452

Child status: 0
Real time (s): 9.55104
CPU time (s): 9.55555
CPU user time (s): 9.47356
CPU system time (s): 0.081987
CPU usage (%): 100.047
Max. virtual memory (cumulated for all children) (KiB): 915452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.47356
system time used= 0.081987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8733
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= 928
involuntary context switches= 240

runsolver used 0.014997 s user time and 0.026995 s system time

The end

Launcher Data (download as text)

Begin job on node21 on Sat Jan  6 10:48:33 UTC 2007


IDJOB= 224272
IDBENCH= 5731
FILE ID= node21/224272-1168080511

PBS_JOBID= 3476051

Free space on /tmp= 66546 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.5/rand-2-40-25-180-500-27_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/224272-1168080511/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node21/watcher-224272-1168080511 -o ROOT/results/node21/solver-224272-1168080511 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/224272-1168080511/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  3788069b797882aa052dc6d3eb269e73

RANDOM SEED= 747217795

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.261
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.261
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:       1708096 kB
Buffers:         34016 kB
Cached:         184944 kB
SwapCached:          0 kB
Active:         171288 kB
Inactive:       106120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1708096 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2092 kB
Writeback:           0 kB
Mapped:          77436 kB
Slab:            55984 kB
Committed_AS:  2913504 kB
PageTables:       1792 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= 66546 MiB



End job on node21 on Sat Jan  6 10:48:45 UTC 2007