Trace number 240296

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 52.387 52.4785

DiagnosticValue
CHECKS49899060
NODES199840

General information on the benchmark

Nameqcp-qwh/QCP-20/
qcp-20-187-5_ext.xml
MD5SUMde12e9e03a3e91a7ba1ca5a72caa5404
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 benchmark1.56276
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.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/240296-1168085212/unknown.xml
0.35	   
0.35	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.43	     nbVariables=400  nbDomainTypes=21  minDomainSize=1  maxDomainSize=20
0.43	       =>  wckTime=0.141  cpuTime=0.11  mem=7M894
0.43	   
0.43	   relations being loaded...
0.44	   
0.44	   constraints being loaded...
0.78	     nbConstraints=5540  nbRelationTypes=22  nbSingletonDomainVariables=213  nbExtensionStructures=41
0.78	     nbSharedExtensionStructures=5499  nbConflictsStructures=41  nbSharedConflictsStructures=5499
0.78	     nbSharedBinaryRepresentations=858  maxDegree=38  maxArity=2
0.78	       =>  wckTime=0.485  cpuTime=0.34  mem=24M505
0.85	   
0.86	   solver IterativeSystematicSolver being built... 
1.02	       =>  wckTime=0.724  cpuTime=0.48  mem=18M543
1.06	   
1.07	   preprocessing
1.07	     nbConstraintChecks=45379  nbPropagations=400  nbRevisions=3974  nbUselessRevisions=1081  nbRemovedValues=2893
1.07	     detectedInconsistency=no
1.07	       =>  wckTime=0.041  cpuTime=0.02  mem=18M543
1.14	   
1.14	   search
1.14	     run=0  nbConstraintChecks=5864  nbPropagations=891  nbRevisions=5862  nbUselessRevisions=2253  nbAssignments=290
1.14	     nbFailedAssignments=6  nbBacktracks=10  nbVisitedNodes=300  nbRestartNogoods=0  mapSize=8  nbInferences=0
1.14	     nbTooLargeKeys=0
1.14	       =>  wckTime=0.12  cpuTime=0.08  mem=19M516
1.19	   
1.19	   search
1.19	     run=1  nbConstraintChecks=11317  nbPropagations=2268  nbRevisions=13408  nbUselessRevisions=5535  nbAssignments=574
1.19	     nbFailedAssignments=10  nbBacktracks=34  nbVisitedNodes=592  nbRestartNogoods=1  mapSize=15  nbInferences=0
1.19	     nbTooLargeKeys=0
1.19	       =>  wckTime=0.17  cpuTime=0.13  mem=19M516
1.24	   
1.24	   search
1.24	     run=2  nbConstraintChecks=20320  nbPropagations=4327  nbRevisions=23874  nbUselessRevisions=10583
1.24	     nbAssignments=882  nbFailedAssignments=20  nbBacktracks=59  nbVisitedNodes=920  nbRestartNogoods=2  mapSize=32
1.24	     nbInferences=0  nbTooLargeKeys=0
1.24	       =>  wckTime=0.22  cpuTime=0.17  mem=19M516
1.29	   
1.29	   search
1.29	     run=3  nbConstraintChecks=27497  nbPropagations=6990  nbRevisions=36669  nbUselessRevisions=17027
1.29	     nbAssignments=1187  nbFailedAssignments=32  nbBacktracks=99  nbVisitedNodes=1249  nbRestartNogoods=5  mapSize=55
1.29	     nbInferences=0  nbTooLargeKeys=0
1.29	       =>  wckTime=0.268  cpuTime=0.22  mem=19M516
1.35	   
1.35	   search
1.35	     run=4  nbConstraintChecks=36064  nbPropagations=10331  nbRevisions=52333  nbUselessRevisions=25180
1.35	     nbAssignments=1507  nbFailedAssignments=42  nbBacktracks=151  nbVisitedNodes=1590  nbRestartNogoods=6  mapSize=74
1.35	     nbInferences=0  nbTooLargeKeys=0
1.35	       =>  wckTime=0.326  cpuTime=0.26  mem=20M489
1.40	   
1.40	   search
1.40	     run=5  nbConstraintChecks=47310  nbPropagations=14565  nbRevisions=71387  nbUselessRevisions=35188
1.40	     nbAssignments=1846  nbFailedAssignments=62  nbBacktracks=227  nbVisitedNodes=1973  nbRestartNogoods=7  mapSize=112
1.40	     nbInferences=0  nbTooLargeKeys=0
1.40	       =>  wckTime=0.375  cpuTime=0.31  mem=20M489
1.45	   
1.45	   search
1.45	     run=6  nbConstraintChecks=69009  nbPropagations=20182  nbRevisions=98073  nbUselessRevisions=50032
1.45	     nbAssignments=2263  nbFailedAssignments=91  nbBacktracks=349  nbVisitedNodes=2437  nbRestartNogoods=9  mapSize=154
1.45	     nbInferences=0  nbTooLargeKeys=0
1.45	       =>  wckTime=0.433  cpuTime=0.36  mem=20M489
1.52	   
1.52	   search
1.52	     run=7  nbConstraintChecks=94398  nbPropagations=27520  nbRevisions=133338  nbUselessRevisions=70025
1.52	     nbAssignments=2741  nbFailedAssignments=128  nbBacktracks=526  nbVisitedNodes=2982  nbRestartNogoods=14
1.52	     mapSize=216  nbInferences=0  nbTooLargeKeys=0
1.52	       =>  wckTime=0.496  cpuTime=0.43  mem=21M461
1.61	   
1.61	   search
1.61	     run=8  nbConstraintChecks=145844  nbPropagations=37940  nbRevisions=185771  nbUselessRevisions=100089
1.61	     nbAssignments=3375  nbFailedAssignments=234  nbBacktracks=786  nbVisitedNodes=3811  nbRestartNogoods=17
1.61	     mapSize=383  nbInferences=0  nbTooLargeKeys=0
1.61	       =>  wckTime=0.588  cpuTime=0.52  mem=21M461
1.73	   
1.73	   search
1.73	     run=9  nbConstraintChecks=209145  nbPropagations=52318  nbRevisions=258938  nbUselessRevisions=142426
1.73	     nbAssignments=4174  nbFailedAssignments=372  nbBacktracks=1174  nbVisitedNodes=4857  nbRestartNogoods=23
1.73	     mapSize=590  nbInferences=0  nbTooLargeKeys=0
1.73	       =>  wckTime=0.708  cpuTime=0.63  mem=22M434
1.92	   
1.92	   search
1.92	     run=10  nbConstraintChecks=320167  nbPropagations=71826  nbRevisions=395913  nbUselessRevisions=238700
1.92	     nbAssignments=4969  nbFailedAssignments=545  nbBacktracks=1755  nbVisitedNodes=5994  nbRestartNogoods=28
1.92	     mapSize=886  nbInferences=0  nbTooLargeKeys=0
1.92	       =>  wckTime=0.898  cpuTime=0.81  mem=22M434
2.01	   
2.01	   INFO : Stopping hyperNogood (mapSize=1005, nbTooLargekeys=0, mem=23M407)
2.13	   
2.13	   search
2.13	     run=11  nbConstraintChecks=482818  nbPropagations=97564  nbRevisions=630759  nbUselessRevisions=420150
2.13	     nbAssignments=6106  nbFailedAssignments=729  nbBacktracks=2628  nbVisitedNodes=7470  nbRestartNogoods=33
2.13	       =>  wckTime=1.11  cpuTime=1.03  mem=23M407
2.42	   
2.42	   search
2.42	     run=12  nbConstraintChecks=713516  nbPropagations=132386  nbRevisions=1013842  nbUselessRevisions=732295
2.42	     nbAssignments=7686  nbFailedAssignments=960  nbBacktracks=3927  nbVisitedNodes=9519  nbRestartNogoods=38
2.42	       =>  wckTime=1.403  cpuTime=1.32  mem=23M407
2.85	   
2.85	   search
2.85	     run=13  nbConstraintChecks=1067057  nbPropagations=180020  nbRevisions=1630908  nbUselessRevisions=1251609
2.85	     nbAssignments=9957  nbFailedAssignments=1211  nbBacktracks=5884  nbVisitedNodes=12306  nbRestartNogoods=42
2.85	       =>  wckTime=1.829  cpuTime=1.74  mem=23M407
3.62	   
3.63	   search
3.63	     run=14  nbConstraintChecks=1753437  nbPropagations=251679  nbRevisions=2668464  nbUselessRevisions=2138411
3.63	     nbAssignments=13445  nbFailedAssignments=1740  nbBacktracks=8807  nbVisitedNodes=16906  nbRestartNogoods=49
3.63	       =>  wckTime=2.603  cpuTime=2.51  mem=23M407
4.75	   
4.75	   search
4.75	     run=15  nbConstraintChecks=2769534  nbPropagations=358945  nbRevisions=4363475  nbUselessRevisions=3606616
4.75	     nbAssignments=18725  nbFailedAssignments=2591  nbBacktracks=13191  nbVisitedNodes=23797  nbRestartNogoods=54
4.75	       =>  wckTime=3.73  cpuTime=3.64  mem=23M407
6.73	   
6.73	   search
6.73	     run=16  nbConstraintChecks=4545412  nbPropagations=534832  nbRevisions=7093519  nbUselessRevisions=5969809
6.73	     nbAssignments=27382  nbFailedAssignments=4653  nbBacktracks=19760  nbVisitedNodes=36501  nbRestartNogoods=64
6.73	       =>  wckTime=5.712  cpuTime=5.62  mem=23M407
9.67	   
9.67	   search
9.67	     run=17  nbConstraintChecks=7159731  nbPropagations=813120  nbRevisions=11365356  nbUselessRevisions=9665190
9.67	     nbAssignments=40524  nbFailedAssignments=7916  nbBacktracks=29612  nbVisitedNodes=55897  nbRestartNogoods=71
9.67	       =>  wckTime=8.652  cpuTime=8.55  mem=23M407
14.58	   
14.58	   search
14.58	     run=18  nbConstraintChecks=11596398  nbPropagations=1267578  nbRevisions=18258274  nbUselessRevisions=15626296
14.58	     nbAssignments=60650  nbFailedAssignments=13230  nbBacktracks=44391  nbVisitedNodes=86184  nbRestartNogoods=83
14.58	       =>  wckTime=13.563  cpuTime=13.46  mem=23M407
22.93	   
22.93	   search
22.93	     run=19  nbConstraintChecks=20314984  nbPropagations=2021734  nbRevisions=30735811  nbUselessRevisions=26504247
22.93	     nbAssignments=89454  nbFailedAssignments=19830  nbBacktracks=66569  nbVisitedNodes=128391  nbRestartNogoods=90
22.93	       =>  wckTime=21.909  cpuTime=21.8  mem=23M407
34.16	   
34.16	   search
34.16	     run=20  nbConstraintChecks=30606236  nbPropagations=3175956  nbRevisions=49317179  nbUselessRevisions=42646215
34.16	     nbAssignments=136435  nbFailedAssignments=33539  nbBacktracks=99821  nbVisitedNodes=202518  nbRestartNogoods=98
34.16	       =>  wckTime=33.136  cpuTime=33.03  mem=23M407
52.44	   
52.44	   search
52.44	     run=21  nbConstraintChecks=49853681  nbPropagations=4978532  nbRevisions=80403294  nbUselessRevisions=69882102
52.44	     nbAssignments=199840  nbFailedAssignments=47382  nbBacktracks=148983  nbVisitedNodes=292482  nbRestartNogoods=109
52.44	       =>  wckTime=51.415  cpuTime=51.3  mem=23M407
52.44	   
52.44	   global
52.44	     nbConstraintChecks=49899060  nbPropagations=4978932  nbRevisions=80407268  nbUselessRevisions=69883183
52.44	     nbRestartNogoods=109  solvingWckTime=51.416  solvingCpuTime=51.3  expiredTime=no  totalExploration=no
52.44	     nbFoundSolutions=1  globalCpuTime=51.83
52.44	       =>  wckTime=52.144  cpuTime=51.78  mem=23M407
52.44	   
52.44	s SATISFIABLE
52.44	v 17 13 4 19 9 1 5 14 16 6 18 2 12 10 7 3 11 15 8 0 5 14 17 8 7 3 11 4 13 12 0 18 9 2 6 16 10 19 15 1 2 10 3 1 6 7 9 0 18 15 17 8 5 14 16 4 12 13 11 19 12 8 6 18 1 14 2 19 4 10 5 7 3 17 15 9 0 16 13 11 15 4 18 14 8 10 7 1 19 5 3 9 11 12 0 6 17 2 16 13 6 2 11 12 10 19 15 7 8 18 1 5 17 0 3 13 16 14 4 9 19 9 8 6 4 5 10 15 2 17 14 16 1 3 12 7 13 11 0 18 7 16 14 17 18 13 8 9 6 4 2 11 15 5 1 0 19 10 12 3 3 0 15 9 5 4 6 10 11 2 7 12 13 1 8 19 14 17 18 16 0 7 9 3 11 6 18 12 15 1 10 4 16 13 19 2 5 8 17 14 10 3 1 16 2 17 14 5 0 19 6 13 4 7 11 8 18 12 9 15 4 11 19 7 13 8 1 6 5 16 12 3 10 18 17 15 9 0 14 2 16 1 13 0 14 11 19 18 12 3 9 15 6 8 5 17 2 4 7 10 9 6 2 10 15 0 12 16 3 13 4 17 19 11 14 1 7 18 5 8 8 18 10 13 0 9 4 3 17 11 16 19 7 6 2 14 15 5 1 12 13 5 7 2 17 16 0 11 1 9 15 14 18 19 4 12 8 3 10 6 11 17 5 4 12 15 3 2 9 8 13 0 14 16 18 10 1 6 19 7 14 15 12 11 3 18 16 8 10 7 19 6 0 9 13 5 4 1 2 17 1 12 16 5 19 2 13 17 14 0 11 10 8 15 9 18 6 7 3 4 18 19 0 15 16 12 17 13 7 14 8 1 2 4 10 11 3 9 6 5 
52.44	d NODES 199840
52.44	d CHECKS 49899060
52.44	   
52.44	   totalWckTime=52.218  totalCpuTime=51.83

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/node35/watcher-240296-1168085212 -o ROOT/results/node35/solver-240296-1168085212 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/240296-1168085212/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.95 1.72 1.82 2/68 15406
/proc/meminfo: memFree=1614512/2055920 swapFree=4192812/4192956
[pid=15405] ppid=15403 vsize=1456 CPUtime=0
/proc/15405/stat : 15405 (java) R 15403 15405 15022 0 -1 0 117 0 0 0 0 0 0 0 19 0 1 0 156916244 1490944 89 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 134520934 0 0 4096 0 0 0 0 17 1 0 0
/proc/15405/statm: 365 96 76 14 0 10 0

[startup+0.102684 s]
/proc/loadavg: 0.95 1.72 1.82 2/68 15406
/proc/meminfo: memFree=1614512/2055920 swapFree=4192812/4192956
[pid=15405] ppid=15403 vsize=916012 CPUtime=0.07
/proc/15405/stat : 15405 (java) S 15403 15405 15022 0 -1 0 2998 0 1 0 6 1 0 0 17 0 8 0 156916244 937996288 2744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15405/statm: 229003 2744 1427 14 0 215498 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 916012

[startup+0.510732 s]
/proc/loadavg: 0.95 1.72 1.82 2/68 15406
/proc/meminfo: memFree=1614512/2055920 swapFree=4192812/4192956
[pid=15405] ppid=15403 vsize=916352 CPUtime=0.48
/proc/15405/stat : 15405 (java) R 15403 15405 15022 0 -1 0 6590 0 1 0 45 3 0 0 16 0 8 0 156916244 938344448 6329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072926607 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15405/statm: 229088 6329 2138 14 0 215558 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 916352

[startup+1.33283 s]
/proc/loadavg: 0.95 1.72 1.82 2/75 15413
/proc/meminfo: memFree=1577336/2055920 swapFree=4192812/4192956
[pid=15405] ppid=15403 vsize=916700 CPUtime=1.29
/proc/15405/stat : 15405 (java) S 15403 15405 15022 0 -1 0 11999 0 1 0 121 8 0 0 16 0 8 0 156916244 938700800 11737 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15405/statm: 229175 11737 2513 14 0 215645 0
[pid=15405/tid=15407] ppid=15403 vsize=916700 CPUtime=0.06
/proc/15405/task/15407/stat : 15407 (java) S 15403 15405 15022 0 -1 64 904 0 0 0 6 0 0 0 17 0 8 0 156916248 938700800 11737 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15405/tid=15408] ppid=15403 vsize=916700 CPUtime=0
/proc/15405/task/15408/stat : 15408 (java) S 15403 15405 15022 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156916249 938700800 11737 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15405/tid=15409] ppid=15403 vsize=916700 CPUtime=0
/proc/15405/task/15409/stat : 15409 (java) S 15403 15405 15022 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156916249 938700800 11737 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15405/tid=15410] ppid=15403 vsize=916700 CPUtime=0
/proc/15405/task/15410/stat : 15410 (java) S 15403 15405 15022 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156916252 938700800 11737 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15405/tid=15411] ppid=15403 vsize=916700 CPUtime=0.25
/proc/15405/task/15411/stat : 15411 (java) R 15403 15405 15022 0 -1 64 469 0 0 0 24 1 0 0 16 0 8 0 156916252 938700800 11737 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153140112 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15405/tid=15412] ppid=15403 vsize=916700 CPUtime=0
/proc/15405/task/15412/stat : 15412 (java) S 15403 15405 15022 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156916252 938700800 11737 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15405/tid=15413] ppid=15403 vsize=916700 CPUtime=0
/proc/15405/task/15413/stat : 15413 (java) S 15403 15405 15022 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 156916252 938700800 11737 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) 916700

[startup+2.98502 s]
/proc/loadavg: 0.95 1.71 1.81 2/75 15413
/proc/meminfo: memFree=1577208/2055920 swapFree=4192812/4192956
[pid=15405] ppid=15403 vsize=916700 CPUtime=2.94
/proc/15405/stat : 15405 (java) R 15403 15405 15022 0 -1 0 12013 0 1 0 286 8 0 0 17 0 8 0 156916244 938700800 11750 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073964545 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15405/statm: 229175 11750 2513 14 0 215645 0
[pid=15405/tid=15407] ppid=15403 vsize=916700 CPUtime=0.06
/proc/15405/task/15407/stat : 15407 (java) S 15403 15405 15022 0 -1 64 904 0 0 0 6 0 0 0 17 0 8 0 156916248 938700800 11750 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15405/tid=15408] ppid=15403 vsize=916700 CPUtime=0
/proc/15405/task/15408/stat : 15408 (java) S 15403 15405 15022 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156916249 938700800 11750 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15405/tid=15409] ppid=15403 vsize=916700 CPUtime=0
/proc/15405/task/15409/stat : 15409 (java) S 15403 15405 15022 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156916249 938700800 11750 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15405/tid=15410] ppid=15403 vsize=916700 CPUtime=0
/proc/15405/task/15410/stat : 15410 (java) S 15403 15405 15022 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156916252 938700800 11750 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15405/tid=15411] ppid=15403 vsize=916700 CPUtime=0.27
/proc/15405/task/15411/stat : 15411 (java) S 15403 15405 15022 0 -1 64 482 0 0 0 26 1 0 0 16 0 8 0 156916252 938700800 11750 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15405/tid=15412] ppid=15403 vsize=916700 CPUtime=0
/proc/15405/task/15412/stat : 15412 (java) S 15403 15405 15022 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156916252 938700800 11750 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15405/tid=15413] ppid=15403 vsize=916700 CPUtime=0
/proc/15405/task/15413/stat : 15413 (java) S 15403 15405 15022 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 156916252 938700800 11750 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 916700

[startup+6.27441 s]
/proc/loadavg: 0.95 1.71 1.81 2/75 15416
/proc/meminfo: memFree=1577080/2055920 swapFree=4192812/4192956
[pid=15405] ppid=15403 vsize=916700 CPUtime=6.22
/proc/15405/stat : 15405 (java) R 15403 15405 15022 0 -1 0 12015 0 1 0 614 8 0 0 25 0 8 0 156916244 938700800 11751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073953459 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15405/statm: 229175 11751 2513 14 0 215645 0
[pid=15405/tid=15407] ppid=15403 vsize=916700 CPUtime=0.06
/proc/15405/task/15407/stat : 15407 (java) S 15403 15405 15022 0 -1 64 904 0 0 0 6 0 0 0 16 0 8 0 156916248 938700800 11751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15405/tid=15408] ppid=15403 vsize=916700 CPUtime=0
/proc/15405/task/15408/stat : 15408 (java) S 15403 15405 15022 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156916249 938700800 11751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15405/tid=15409] ppid=15403 vsize=916700 CPUtime=0
/proc/15405/task/15409/stat : 15409 (java) S 15403 15405 15022 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156916249 938700800 11751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15405/tid=15410] ppid=15403 vsize=916700 CPUtime=0
/proc/15405/task/15410/stat : 15410 (java) S 15403 15405 15022 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156916252 938700800 11751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15405/tid=15411] ppid=15403 vsize=916700 CPUtime=0.27
/proc/15405/task/15411/stat : 15411 (java) S 15403 15405 15022 0 -1 64 484 0 0 0 26 1 0 0 16 0 8 0 156916252 938700800 11751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15405/tid=15412] ppid=15403 vsize=916700 CPUtime=0
/proc/15405/task/15412/stat : 15412 (java) S 15403 15405 15022 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156916252 938700800 11751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15405/tid=15413] ppid=15403 vsize=916700 CPUtime=0
/proc/15405/task/15413/stat : 15413 (java) S 15403 15405 15022 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 156916252 938700800 11751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 916700

[startup+12.7572 s]
/proc/loadavg: 0.96 1.69 1.80 2/75 15446
/proc/meminfo: memFree=1575352/2055920 swapFree=4192812/4192956
[pid=15405] ppid=15403 vsize=916700 CPUtime=12.7
/proc/15405/stat : 15405 (java) R 15403 15405 15022 0 -1 0 12015 0 1 0 1262 8 0 0 25 0 8 0 156916244 938700800 11751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073997536 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15405/statm: 229175 11751 2513 14 0 215645 0
[pid=15405/tid=15407] ppid=15403 vsize=916700 CPUtime=0.06
/proc/15405/task/15407/stat : 15407 (java) S 15403 15405 15022 0 -1 64 904 0 0 0 6 0 0 0 16 0 8 0 156916248 938700800 11751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15405/tid=15408] ppid=15403 vsize=916700 CPUtime=0
/proc/15405/task/15408/stat : 15408 (java) S 15403 15405 15022 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156916249 938700800 11751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15405/tid=15409] ppid=15403 vsize=916700 CPUtime=0
/proc/15405/task/15409/stat : 15409 (java) S 15403 15405 15022 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156916249 938700800 11751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15405/tid=15410] ppid=15403 vsize=916700 CPUtime=0
/proc/15405/task/15410/stat : 15410 (java) S 15403 15405 15022 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156916252 938700800 11751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15405/tid=15411] ppid=15403 vsize=916700 CPUtime=0.27
/proc/15405/task/15411/stat : 15411 (java) S 15403 15405 15022 0 -1 64 484 0 0 0 26 1 0 0 16 0 8 0 156916252 938700800 11751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15405/tid=15412] ppid=15403 vsize=916700 CPUtime=0
/proc/15405/task/15412/stat : 15412 (java) S 15403 15405 15022 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156916252 938700800 11751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15405/tid=15413] ppid=15403 vsize=916700 CPUtime=0
/proc/15405/task/15413/stat : 15413 (java) S 15403 15405 15022 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 156916252 938700800 11751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 916700

[startup+25.5847 s]
/proc/loadavg: 1.04 1.68 1.80 2/75 15458
/proc/meminfo: memFree=1575224/2055920 swapFree=4192812/4192956
[pid=15405] ppid=15403 vsize=916700 CPUtime=25.52
/proc/15405/stat : 15405 (java) R 15403 15405 15022 0 -1 0 12015 0 1 0 2543 9 0 0 25 0 8 0 156916244 938700800 11751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073980724 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15405/statm: 229175 11751 2513 14 0 215645 0
[pid=15405/tid=15407] ppid=15403 vsize=916700 CPUtime=0.06
/proc/15405/task/15407/stat : 15407 (java) S 15403 15405 15022 0 -1 64 904 0 0 0 6 0 0 0 16 0 8 0 156916248 938700800 11751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15405/tid=15408] ppid=15403 vsize=916700 CPUtime=0
/proc/15405/task/15408/stat : 15408 (java) S 15403 15405 15022 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156916249 938700800 11751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15405/tid=15409] ppid=15403 vsize=916700 CPUtime=0
/proc/15405/task/15409/stat : 15409 (java) S 15403 15405 15022 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156916249 938700800 11751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15405/tid=15410] ppid=15403 vsize=916700 CPUtime=0
/proc/15405/task/15410/stat : 15410 (java) S 15403 15405 15022 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156916252 938700800 11751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15405/tid=15411] ppid=15403 vsize=916700 CPUtime=0.27
/proc/15405/task/15411/stat : 15411 (java) S 15403 15405 15022 0 -1 64 484 0 0 0 26 1 0 0 16 0 8 0 156916252 938700800 11751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15405/tid=15412] ppid=15403 vsize=916700 CPUtime=0
/proc/15405/task/15412/stat : 15412 (java) S 15403 15405 15022 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156916252 938700800 11751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15405/tid=15413] ppid=15403 vsize=916700 CPUtime=0
/proc/15405/task/15413/stat : 15413 (java) S 15403 15405 15022 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 156916252 938700800 11751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 916700

[startup+51.2697 s]
/proc/loadavg: 1.02 1.62 1.78 2/75 15466
/proc/meminfo: memFree=1575288/2055920 swapFree=4192812/4192956
[pid=15405] ppid=15403 vsize=916700 CPUtime=51.2
/proc/15405/stat : 15405 (java) R 15403 15405 15022 0 -1 0 12015 0 1 0 5111 9 0 0 25 0 8 0 156916244 938700800 11751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073954508 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15405/statm: 229175 11751 2513 14 0 215645 0
[pid=15405/tid=15407] ppid=15403 vsize=916700 CPUtime=0.06
/proc/15405/task/15407/stat : 15407 (java) S 15403 15405 15022 0 -1 64 904 0 0 0 6 0 0 0 16 0 8 0 156916248 938700800 11751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15405/tid=15408] ppid=15403 vsize=916700 CPUtime=0
/proc/15405/task/15408/stat : 15408 (java) S 15403 15405 15022 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156916249 938700800 11751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15405/tid=15409] ppid=15403 vsize=916700 CPUtime=0
/proc/15405/task/15409/stat : 15409 (java) S 15403 15405 15022 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156916249 938700800 11751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15405/tid=15410] ppid=15403 vsize=916700 CPUtime=0
/proc/15405/task/15410/stat : 15410 (java) S 15403 15405 15022 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156916252 938700800 11751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15405/tid=15411] ppid=15403 vsize=916700 CPUtime=0.27
/proc/15405/task/15411/stat : 15411 (java) S 15403 15405 15022 0 -1 64 484 0 0 0 26 1 0 0 16 0 8 0 156916252 938700800 11751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15405/tid=15412] ppid=15403 vsize=916700 CPUtime=0
/proc/15405/task/15412/stat : 15412 (java) S 15403 15405 15022 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156916252 938700800 11751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15405/tid=15413] ppid=15403 vsize=916700 CPUtime=0
/proc/15405/task/15413/stat : 15413 (java) S 15403 15405 15022 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 156916252 938700800 11751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.2
Current children cumulated vsize (KiB) 916700

Child status: 0
Real time (s): 52.4785
CPU time (s): 52.387
CPU user time (s): 52.2851
CPU system time (s): 0.101984
CPU usage (%): 99.8256
Max. virtual memory (cumulated for all children) (KiB): 916804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 52.2851
system time used= 0.101984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12026
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= 2060
involuntary context switches= 1287

runsolver used 0.052991 s user time and 0.145977 s system time

The end

Launcher Data (download as text)

Begin job on node35 on Sat Jan  6 12:06:59 UTC 2007


IDJOB= 240296
IDBENCH= 7120
FILE ID= node35/240296-1168085212

PBS_JOBID= 3476273

Free space on /tmp= 66559 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  de12e9e03a3e91a7ba1ca5a72caa5404

RANDOM SEED= 493959325

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.234
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.234
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:       1615056 kB
Buffers:         29992 kB
Cached:         314088 kB
SwapCached:          0 kB
Active:          82112 kB
Inactive:       283084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1615056 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2240 kB
Writeback:           0 kB
Mapped:          31324 kB
Slab:            61436 kB
Committed_AS:  3084876 kB
PageTables:       1620 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= 66557 MiB



End job on node35 on Sat Jan  6 12:08:04 UTC 2007