Trace number 239764

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 8.06577 8.20021

DiagnosticValue
CHECKS6141409
NODES28047

General information on the benchmark

Nameqcp-qwh/QWH-20/
qwh-20-166-5_ext.xml
MD5SUM87f77288681d1fcda6fa63450e0546b6
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 benchmark0.680896
SatisfiableYES
(Un)Satisfiability was proved
Number of variables400
Number of constraints7600
Maximum constraint arity2
Maximum domain size20
Number of constraints which are defined in extension7600
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.33	   
0.33	Abscon 109 (November, 2006)
0.33	   
0.33	   configuration
0.33	     name=mac.xml
0.37	   
0.37	   instance
0.37	     name=/tmp/evaluation/239764-1168085148/unknown.xml
0.40	   
0.40	   domains being loaded...
0.40	   
0.40	   variables being loaded...
0.49	     nbVariables=400  nbDomainTypes=21  minDomainSize=1  maxDomainSize=20
0.49	       =>  wckTime=0.152  cpuTime=0.12  mem=7M894
0.49	   
0.49	   relations being loaded...
0.49	   
0.49	   constraints being loaded...
0.85	     nbConstraints=5092  nbRelationTypes=22  nbSingletonDomainVariables=234  nbExtensionStructures=41
0.85	     nbSharedExtensionStructures=5051  nbConflictsStructures=41  nbSharedConflictsStructures=5051
0.85	     nbSharedBinaryRepresentations=858  maxDegree=38  maxArity=2
0.85	       =>  wckTime=0.515  cpuTime=0.36  mem=23M513
0.92	   
0.92	   solver IterativeSystematicSolver being built... 
1.11	       =>  wckTime=0.771  cpuTime=0.51  mem=18M172
1.16	   
1.16	   preprocessing
1.17	     nbConstraintChecks=41766  nbPropagations=400  nbRevisions=3914  nbUselessRevisions=1228  nbRemovedValues=2686
1.17	     detectedInconsistency=no
1.17	       =>  wckTime=0.051  cpuTime=0.03  mem=18M172
1.22	   
1.22	   search
1.22	     run=0  nbConstraintChecks=6245  nbPropagations=692  nbRevisions=7877  nbUselessRevisions=4727  nbAssignments=63
1.22	     nbFailedAssignments=3  nbBacktracks=39  nbVisitedNodes=69  nbRestartNogoods=0  mapSize=4  nbInferences=0
1.22	     nbTooLargeKeys=0
1.22	       =>  wckTime=0.104  cpuTime=0.07  mem=18M172
1.23	   
1.23	   search
1.23	     run=1  nbConstraintChecks=12976  nbPropagations=1634  nbRevisions=19908  nbUselessRevisions=13088  nbAssignments=93
1.23	     nbFailedAssignments=7  nbBacktracks=55  nbVisitedNodes=106  nbRestartNogoods=1  mapSize=10  nbInferences=0
1.23	     nbTooLargeKeys=0
1.23	       =>  wckTime=0.119  cpuTime=0.09  mem=18M172
1.27	   
1.27	   search
1.27	     run=2  nbConstraintChecks=26420  nbPropagations=3112  nbRevisions=40859  nbUselessRevisions=29388
1.27	     nbAssignments=193  nbFailedAssignments=20  nbBacktracks=80  nbVisitedNodes=229  nbRestartNogoods=2  mapSize=25
1.27	     nbInferences=0  nbTooLargeKeys=0
1.27	       =>  wckTime=0.153  cpuTime=0.12  mem=19M147
1.30	   
1.30	   search
1.30	     run=3  nbConstraintChecks=40118  nbPropagations=5140  nbRevisions=70929  nbUselessRevisions=53816
1.30	     nbAssignments=285  nbFailedAssignments=26  nbBacktracks=129  nbVisitedNodes=340  nbRestartNogoods=10  mapSize=43
1.30	     nbInferences=0  nbTooLargeKeys=0
1.30	       =>  wckTime=0.183  cpuTime=0.14  mem=19M147
1.34	   
1.34	   search
1.34	     run=4  nbConstraintChecks=64397  nbPropagations=8036  nbRevisions=118383  nbUselessRevisions=93997
1.34	     nbAssignments=426  nbFailedAssignments=40  nbBacktracks=203  nbVisitedNodes=508  nbRestartNogoods=11  mapSize=67
1.34	     nbInferences=0  nbTooLargeKeys=0
1.34	       =>  wckTime=0.23  cpuTime=0.19  mem=19M147
1.38	   
1.38	   search
1.38	     run=5  nbConstraintChecks=76495  nbPropagations=11496  nbRevisions=173975  nbUselessRevisions=141433
1.38	     nbAssignments=557  nbFailedAssignments=50  nbBacktracks=291  nbVisitedNodes=660  nbRestartNogoods=14  mapSize=87
1.38	     nbInferences=0  nbTooLargeKeys=0
1.38	       =>  wckTime=0.265  cpuTime=0.22  mem=19M147
1.43	   
1.43	   search
1.43	     run=6  nbConstraintChecks=99244  nbPropagations=15856  nbRevisions=245136  nbUselessRevisions=202877
1.43	     nbAssignments=743  nbFailedAssignments=60  nbBacktracks=407  nbVisitedNodes=874  nbRestartNogoods=15  mapSize=112
1.43	     nbInferences=0  nbTooLargeKeys=0
1.43	       =>  wckTime=0.315  cpuTime=0.27  mem=19M147
1.48	   
1.48	   search
1.48	     run=7  nbConstraintChecks=120740  nbPropagations=21148  nbRevisions=330670  nbUselessRevisions=277133
1.48	     nbAssignments=963  nbFailedAssignments=72  nbBacktracks=593  nbVisitedNodes=1123  nbRestartNogoods=18  mapSize=140
1.48	     nbInferences=0  nbTooLargeKeys=0
1.48	       =>  wckTime=0.368  cpuTime=0.32  mem=19M147
1.58	   
1.58	   search
1.58	     run=8  nbConstraintChecks=167347  nbPropagations=28293  nbRevisions=446607  nbUselessRevisions=378248
1.58	     nbAssignments=1341  nbFailedAssignments=116  nbBacktracks=864  nbVisitedNodes=1585  nbRestartNogoods=19
1.58	     mapSize=218  nbInferences=0  nbTooLargeKeys=0
1.58	       =>  wckTime=0.463  cpuTime=0.41  mem=19M147
1.72	   
1.72	   search
1.72	     run=9  nbConstraintChecks=237056  nbPropagations=37975  nbRevisions=610074  nbUselessRevisions=522061
1.72	     nbAssignments=1857  nbFailedAssignments=157  nbBacktracks=1286  nbVisitedNodes=2189  nbRestartNogoods=25
1.72	     mapSize=301  nbInferences=0  nbTooLargeKeys=0
1.72	       =>  wckTime=0.609  cpuTime=0.54  mem=20M122
1.88	   
1.88	   search
1.88	     run=10  nbConstraintChecks=310606  nbPropagations=50857  nbRevisions=822347  nbUselessRevisions=709223
1.88	     nbAssignments=2551  nbFailedAssignments=224  nbBacktracks=1874  nbVisitedNodes=3028  nbRestartNogoods=30
1.88	     mapSize=441  nbInferences=0  nbTooLargeKeys=0
1.88	       =>  wckTime=0.771  cpuTime=0.69  mem=20M122
2.11	   
2.11	   search
2.11	     run=11  nbConstraintChecks=450947  nbPropagations=68650  nbRevisions=1133413  nbUselessRevisions=985676
2.11	     nbAssignments=3567  nbFailedAssignments=298  nbBacktracks=2755  nbVisitedNodes=4183  nbRestartNogoods=32
2.11	     mapSize=575  nbInferences=0  nbTooLargeKeys=0
2.11	       =>  wckTime=1.001  cpuTime=0.91  mem=21M98
2.48	   
2.48	   search
2.48	     run=12  nbConstraintChecks=708263  nbPropagations=94722  nbRevisions=1631366  nbUselessRevisions=1432574
2.48	     nbAssignments=5070  nbFailedAssignments=432  nbBacktracks=4081  nbVisitedNodes=5951  nbRestartNogoods=37
2.48	     mapSize=838  nbInferences=0  nbTooLargeKeys=0
2.48	       =>  wckTime=1.368  cpuTime=1.27  mem=21M98
2.67	   
2.67	   INFO : Stopping hyperNogood (mapSize=1003, nbTooLargekeys=0, mem=22M73)
2.95	   
2.95	   search
2.95	     run=13  nbConstraintChecks=1094766  nbPropagations=133490  nbRevisions=2403150  nbUselessRevisions=2126405
2.96	     nbAssignments=7287  nbFailedAssignments=659  nbBacktracks=6040  nbVisitedNodes=8617  nbRestartNogoods=39
2.96	       =>  wckTime=1.843  cpuTime=1.74  mem=22M73
3.70	   
3.70	   search
3.70	     run=14  nbConstraintChecks=1763282  nbPropagations=193915  nbRevisions=3643602  nbUselessRevisions=3243614
3.70	     nbAssignments=10582  nbFailedAssignments=985  nbBacktracks=8972  nbVisitedNodes=12585  nbRestartNogoods=40
3.70	       =>  wckTime=2.589  cpuTime=2.48  mem=22M73
4.88	   
4.88	   search
4.88	     run=15  nbConstraintChecks=2883442  nbPropagations=290351  nbRevisions=5671061  nbUselessRevisions=5070883
4.88	     nbAssignments=15619  nbFailedAssignments=1596  nbBacktracks=13366  nbVisitedNodes=18829  nbRestartNogoods=47
4.88	       =>  wckTime=3.768  cpuTime=3.65  mem=22M73
6.97	   
6.97	   search
6.97	     run=16  nbConstraintChecks=4912994  nbPropagations=452917  nbRevisions=9105663  nbUselessRevisions=8163081
6.97	     nbAssignments=23289  nbFailedAssignments=2667  nbBacktracks=19941  nbVisitedNodes=28741  nbRestartNogoods=52
6.97	       =>  wckTime=5.862  cpuTime=5.72  mem=22M73
8.16	   
8.16	   search
8.16	     run=17  nbConstraintChecks=6099643  nbPropagations=653078  nbRevisions=13387784  nbUselessRevisions=12022499
8.16	     nbAssignments=28047  nbFailedAssignments=3305  nbBacktracks=23661  nbVisitedNodes=34855  nbRestartNogoods=60
8.16	       =>  wckTime=7.05  cpuTime=6.89  mem=22M73
8.16	   
8.16	   global
8.16	     nbConstraintChecks=6141409  nbPropagations=653478  nbRevisions=13391698  nbUselessRevisions=12023727
8.16	     nbRestartNogoods=60  solvingWckTime=7.051  solvingCpuTime=6.89  expiredTime=no  totalExploration=no
8.16	     nbFoundSolutions=1  globalCpuTime=7.46
8.16	       =>  wckTime=7.826  cpuTime=7.4  mem=22M73
8.16	   
8.17	s SATISFIABLE
8.17	v 2 7 13 0 5 4 16 17 12 11 8 1 19 14 15 3 6 9 10 18 1 5 19 15 11 18 10 16 8 17 2 7 14 3 9 6 0 13 4 12 12 2 18 5 10 8 1 14 19 16 13 6 9 7 11 0 17 4 15 3 18 15 7 13 4 17 11 0 6 19 14 16 8 1 2 9 5 3 12 10 13 3 15 18 7 16 9 19 14 5 6 10 11 4 17 12 8 2 1 0 16 17 8 11 13 15 7 3 18 9 19 12 0 6 1 4 10 5 14 2 6 10 12 19 9 3 15 1 0 2 7 5 16 8 14 11 13 18 17 4 10 0 2 3 16 13 19 6 17 14 11 4 12 5 18 1 9 8 7 15 4 19 10 17 8 7 13 11 16 15 5 0 6 2 12 18 3 14 9 1 8 11 9 16 1 0 12 18 10 3 4 14 5 17 7 13 2 15 6 19 11 1 17 10 2 19 0 9 5 6 18 15 4 13 8 16 7 12 3 14 14 13 0 9 12 2 5 4 3 7 1 8 15 11 19 10 18 6 16 17 15 4 16 14 18 12 8 5 9 0 3 17 2 19 10 7 1 11 13 6 3 12 14 1 6 5 17 13 15 4 9 2 10 18 16 8 19 0 11 7 0 14 4 6 19 10 2 7 11 13 12 9 3 15 5 17 16 1 18 8 5 9 11 2 3 6 18 15 4 1 10 19 7 0 13 14 12 17 8 16 19 6 1 8 0 9 4 12 2 18 16 11 17 10 3 15 14 7 5 13 17 8 6 7 14 11 3 10 1 12 0 13 18 9 4 19 15 16 2 5 7 16 3 4 15 14 6 2 13 8 17 18 1 12 0 5 11 10 19 9 9 18 5 12 17 1 14 8 7 10 15 3 13 16 6 2 4 19 0 11 
8.17	d NODES 28047
8.17	d CHECKS 6141409
8.17	   
8.17	   totalWckTime=7.907  totalCpuTime=7.47

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-239764-1168085148 -o ROOT/results/node2/solver-239764-1168085148 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/239764-1168085148/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: 1.67 1.93 1.89 2/93 7151
/proc/meminfo: memFree=625640/2055920 swapFree=4191880/4192956
[pid=7150] ppid=7148 vsize=18540 CPUtime=0
/proc/7150/stat : 7150 (runsolver) R 7148 7150 6657 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 156911530 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 206381313319 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/7150/statm: 4635 279 244 17 0 2626 0

[startup+0.103097 s]
/proc/loadavg: 1.67 1.93 1.89 2/93 7151
/proc/meminfo: memFree=625640/2055920 swapFree=4191880/4192956
[pid=7150] ppid=7148 vsize=911488 CPUtime=0.06
/proc/7150/stat : 7150 (java) R 7148 7150 6657 0 -1 0 2567 0 1 0 5 1 0 0 20 0 8 0 156911530 933363712 2314 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152817520 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7150/statm: 227872 2314 1263 14 0 215051 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 911488

[startup+0.514667 s]
/proc/loadavg: 1.67 1.93 1.89 2/93 7151
/proc/meminfo: memFree=625640/2055920 swapFree=4191880/4192956
[pid=7150] ppid=7148 vsize=915328 CPUtime=0.47
/proc/7150/stat : 7150 (java) R 7148 7150 6657 0 -1 0 6404 0 1 0 42 5 0 0 18 0 8 0 156911530 937295872 6143 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072942952 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7150/statm: 228832 6143 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 915328

[startup+1.34133 s]
/proc/loadavg: 1.67 1.93 1.89 3/100 7158
/proc/meminfo: memFree=589680/2055920 swapFree=4191880/4192956
[pid=7150] ppid=7148 vsize=915676 CPUtime=1.29
/proc/7150/stat : 7150 (java) R 7148 7150 6657 0 -1 0 11694 0 1 0 119 10 0 0 23 0 8 0 156911530 937652224 11432 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073967951 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7150/statm: 228919 11432 2513 14 0 215389 0
[pid=7150/tid=7152] ppid=7148 vsize=915676 CPUtime=0.06
/proc/7150/task/7152/stat : 7152 (java) S 7148 7150 6657 0 -1 64 842 0 0 0 6 0 0 0 16 0 8 0 156911536 937652224 11432 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7150/tid=7153] ppid=7148 vsize=915676 CPUtime=0
/proc/7150/task/7153/stat : 7153 (java) S 7148 7150 6657 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156911536 937652224 11432 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7150/tid=7154] ppid=7148 vsize=915676 CPUtime=0
/proc/7150/task/7154/stat : 7154 (java) S 7148 7150 6657 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156911536 937652224 11432 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7150/tid=7155] ppid=7148 vsize=915676 CPUtime=0
/proc/7150/task/7155/stat : 7155 (java) S 7148 7150 6657 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156911540 937652224 11432 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7150/tid=7156] ppid=7148 vsize=915676 CPUtime=0.26
/proc/7150/task/7156/stat : 7156 (java) S 7148 7150 6657 0 -1 64 467 0 0 0 25 1 0 0 15 0 8 0 156911540 937652224 11432 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7150/tid=7157] ppid=7148 vsize=915676 CPUtime=0
/proc/7150/task/7157/stat : 7157 (java) S 7148 7150 6657 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156911540 937652224 11432 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7150/tid=7158] ppid=7148 vsize=915676 CPUtime=0
/proc/7150/task/7158/stat : 7158 (java) S 7148 7150 6657 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156911540 937652224 11432 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 915676

[startup+2.97863 s]
/proc/loadavg: 1.67 1.93 1.89 3/100 7158
/proc/meminfo: memFree=589488/2055920 swapFree=4191880/4192956
[pid=7150] ppid=7148 vsize=915676 CPUtime=2.91
/proc/7150/stat : 7150 (java) R 7148 7150 6657 0 -1 0 11712 0 1 0 281 10 0 0 25 0 8 0 156911530 937652224 11448 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073977184 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7150/statm: 228919 11448 2513 14 0 215389 0
[pid=7150/tid=7152] ppid=7148 vsize=915676 CPUtime=0.06
/proc/7150/task/7152/stat : 7152 (java) S 7148 7150 6657 0 -1 64 842 0 0 0 6 0 0 0 17 0 8 0 156911536 937652224 11448 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7150/tid=7153] ppid=7148 vsize=915676 CPUtime=0
/proc/7150/task/7153/stat : 7153 (java) S 7148 7150 6657 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156911536 937652224 11448 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7150/tid=7154] ppid=7148 vsize=915676 CPUtime=0
/proc/7150/task/7154/stat : 7154 (java) S 7148 7150 6657 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156911536 937652224 11448 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7150/tid=7155] ppid=7148 vsize=915676 CPUtime=0
/proc/7150/task/7155/stat : 7155 (java) S 7148 7150 6657 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156911540 937652224 11448 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7150/tid=7156] ppid=7148 vsize=915676 CPUtime=0.3
/proc/7150/task/7156/stat : 7156 (java) S 7148 7150 6657 0 -1 64 483 0 0 0 29 1 0 0 16 0 8 0 156911540 937652224 11448 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7150/tid=7157] ppid=7148 vsize=915676 CPUtime=0
/proc/7150/task/7157/stat : 7157 (java) S 7148 7150 6657 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156911540 937652224 11448 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7150/tid=7158] ppid=7148 vsize=915676 CPUtime=0
/proc/7150/task/7158/stat : 7158 (java) S 7148 7150 6657 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156911540 937652224 11448 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 915676

[startup+6.28024 s]
/proc/loadavg: 1.70 1.93 1.89 3/100 7158
/proc/meminfo: memFree=589488/2055920 swapFree=4191880/4192956
[pid=7150] ppid=7148 vsize=915676 CPUtime=6.18
/proc/7150/stat : 7150 (java) R 7148 7150 6657 0 -1 0 11715 0 1 0 608 10 0 0 25 0 8 0 156911530 937652224 11450 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073953423 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7150/statm: 228919 11450 2513 14 0 215389 0
[pid=7150/tid=7152] ppid=7148 vsize=915676 CPUtime=0.06
/proc/7150/task/7152/stat : 7152 (java) S 7148 7150 6657 0 -1 64 842 0 0 0 6 0 0 0 16 0 8 0 156911536 937652224 11450 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7150/tid=7153] ppid=7148 vsize=915676 CPUtime=0
/proc/7150/task/7153/stat : 7153 (java) S 7148 7150 6657 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156911536 937652224 11450 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7150/tid=7154] ppid=7148 vsize=915676 CPUtime=0
/proc/7150/task/7154/stat : 7154 (java) S 7148 7150 6657 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156911536 937652224 11450 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7150/tid=7155] ppid=7148 vsize=915676 CPUtime=0
/proc/7150/task/7155/stat : 7155 (java) S 7148 7150 6657 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156911540 937652224 11450 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7150/tid=7156] ppid=7148 vsize=915676 CPUtime=0.3
/proc/7150/task/7156/stat : 7156 (java) S 7148 7150 6657 0 -1 64 486 0 0 0 29 1 0 0 16 0 8 0 156911540 937652224 11450 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7150/tid=7157] ppid=7148 vsize=915676 CPUtime=0
/proc/7150/task/7157/stat : 7157 (java) S 7148 7150 6657 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156911540 937652224 11450 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7150/tid=7158] ppid=7148 vsize=915676 CPUtime=0
/proc/7150/task/7158/stat : 7158 (java) S 7148 7150 6657 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156911540 937652224 11450 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 915676

Child status: 0
Real time (s): 8.20021
CPU time (s): 8.06577
CPU user time (s): 7.95279
CPU system time (s): 0.112982
CPU usage (%): 98.3605
Max. virtual memory (cumulated for all children) (KiB): 915676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.95279
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= 11724
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= 1496
involuntary context switches= 2053

runsolver used 0.012998 s user time and 0.037994 s system time

The end

Launcher Data (download as text)

Begin job on node2 on Sat Jan  6 12:05:52 UTC 2007


IDJOB= 239764
IDBENCH= 7082
FILE ID= node2/239764-1168085148

PBS_JOBID= 3476258

Free space on /tmp= 66318 MiB

BENCH NAME= HOME/pub/bench/CPAI06/qcp-qwh/QWH-20/qwh-20-166-5_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/239764-1168085148/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node2/watcher-239764-1168085148 -o ROOT/results/node2/solver-239764-1168085148 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/239764-1168085148/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  87f77288681d1fcda6fa63450e0546b6

RANDOM SEED= 280063340

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:        626248 kB
Buffers:         60976 kB
Cached:         600532 kB
SwapCached:        268 kB
Active:         802056 kB
Inactive:       531060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        626248 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            2308 kB
Writeback:           0 kB
Mapped:         699960 kB
Slab:            79928 kB
Committed_AS:  4352200 kB
PageTables:       3620 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= 66318 MiB



End job on node2 on Sat Jan  6 12:06:12 UTC 2007