Trace number 197050

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 3.77243 3.83023

DiagnosticValue
CHECKS3248453
NODES23840

General information on the benchmark

Namebqwh/bqwh-18-141/
bqwh-18-141-69_ext.xml
MD5SUM2b7370fa48096843ca4d6bc5594f9dd8
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.103983
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables141
Number of constraints966
Maximum constraint arity2
Maximum domain size6
Number of constraints which are defined in extension966
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=mac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/197050-1168071010/unknown.xml
0.39	   
0.39	   domains being loaded...
0.42	   
0.42	   variables being loaded...
0.47	     nbVariables=141  nbDomainTypes=139  minDomainSize=1  maxDomainSize=6
0.47	       =>  wckTime=0.143  cpuTime=0.12  mem=6M886
0.47	   
0.47	   relations being loaded...
0.50	   
0.50	   constraints being loaded...
0.70	     nbConstraints=848  nbRelationTypes=209  nbSingletonDomainVariables=1  nbExtensionStructures=848
0.70	     nbSharedExtensionStructures=0  nbConflictsStructures=848  nbSharedConflictsStructures=0
0.70	     nbSharedBinaryRepresentations=6191  maxDegree=14  maxArity=2
0.70	       =>  wckTime=0.38  cpuTime=0.26  mem=11M762
0.75	   
0.75	   solver IterativeSystematicSolver being built... 
0.92	       =>  wckTime=0.594  cpuTime=0.39  mem=15M126
0.94	   
0.94	   preprocessing
0.94	     nbConstraintChecks=13  nbPropagations=141  nbRevisions=3  nbUselessRevisions=0  nbRemovedValues=3
0.94	     detectedInconsistency=no
0.94	       =>  wckTime=0.017  cpuTime=0.01  mem=15M126
0.98	   
0.98	   search
0.98	     run=0  nbConstraintChecks=3608  nbPropagations=422  nbRevisions=1401  nbUselessRevisions=851  nbAssignments=36
0.98	     nbFailedAssignments=4  nbBacktracks=13  nbVisitedNodes=45  nbRestartNogoods=0  mapSize=7  nbInferences=0
0.98	     nbTooLargeKeys=0
0.98	       =>  wckTime=0.058  cpuTime=0.04  mem=15M126
0.99	   
0.99	   search
0.99	     run=1  nbConstraintChecks=7155  nbPropagations=1170  nbRevisions=4139  nbUselessRevisions=2496  nbAssignments=84
0.99	     nbFailedAssignments=9  nbBacktracks=33  nbVisitedNodes=105  nbRestartNogoods=1  mapSize=18  nbInferences=0
0.99	     nbTooLargeKeys=0
0.99	       =>  wckTime=0.074  cpuTime=0.05  mem=15M126
1.01	   
1.01	   search
1.01	     run=2  nbConstraintChecks=13334  nbPropagations=2355  nbRevisions=9239  nbUselessRevisions=5528  nbAssignments=138
1.01	     nbFailedAssignments=18  nbBacktracks=56  nbVisitedNodes=175  nbRestartNogoods=2  mapSize=31  nbInferences=0
1.01	     nbTooLargeKeys=0
1.01	       =>  wckTime=0.094  cpuTime=0.06  mem=15M126
1.03	   
1.03	   search
1.03	     run=3  nbConstraintChecks=20310  nbPropagations=4125  nbRevisions=17339  nbUselessRevisions=10505
1.03	     nbAssignments=214  nbFailedAssignments=28  nbBacktracks=90  nbVisitedNodes=268  nbRestartNogoods=5  mapSize=44
1.03	     nbInferences=0  nbTooLargeKeys=0
1.03	       =>  wckTime=0.111  cpuTime=0.07  mem=15M126
1.05	   
1.05	   search
1.05	     run=4  nbConstraintChecks=29694  nbPropagations=6572  nbRevisions=29232  nbUselessRevisions=17822
1.05	     nbAssignments=305  nbFailedAssignments=43  nbBacktracks=143  nbVisitedNodes=386  nbRestartNogoods=9  mapSize=69
1.05	     nbInferences=0  nbTooLargeKeys=0
1.05	       =>  wckTime=0.127  cpuTime=0.09  mem=15M126
1.07	   
1.07	   search
1.07	     run=5  nbConstraintChecks=39315  nbPropagations=9823  nbRevisions=44776  nbUselessRevisions=27272
1.07	     nbAssignments=422  nbFailedAssignments=58  nbBacktracks=224  nbVisitedNodes=536  nbRestartNogoods=11  mapSize=99
1.07	     nbInferences=0  nbTooLargeKeys=0
1.07	       =>  wckTime=0.147  cpuTime=0.11  mem=15M126
1.09	   
1.09	   search
1.09	     run=6  nbConstraintChecks=52786  nbPropagations=14196  nbRevisions=65485  nbUselessRevisions=39709
1.09	     nbAssignments=590  nbFailedAssignments=87  nbBacktracks=338  nbVisitedNodes=762  nbRestartNogoods=13  mapSize=151
1.09	     nbInferences=0  nbTooLargeKeys=0
1.09	       =>  wckTime=0.172  cpuTime=0.13  mem=15M126
1.13	   
1.13	   search
1.13	     run=7  nbConstraintChecks=73547  nbPropagations=20090  nbRevisions=94911  nbUselessRevisions=57733
1.13	     nbAssignments=806  nbFailedAssignments=111  nbBacktracks=508  nbVisitedNodes=1030  nbRestartNogoods=15  mapSize=198
1.13	     nbInferences=0  nbTooLargeKeys=0
1.13	       =>  wckTime=0.208  cpuTime=0.16  mem=15M126
1.18	   
1.18	   search
1.18	     run=8  nbConstraintChecks=114682  nbPropagations=28779  nbRevisions=141722  nbUselessRevisions=86957
1.18	     nbAssignments=1137  nbFailedAssignments=161  nbBacktracks=767  nbVisitedNodes=1472  nbRestartNogoods=19
1.18	     mapSize=298  nbInferences=0  nbTooLargeKeys=0
1.18	       =>  wckTime=0.257  cpuTime=0.21  mem=15M126
1.26	   
1.26	   search
1.26	     run=9  nbConstraintChecks=173645  nbPropagations=41703  nbRevisions=214025  nbUselessRevisions=133009
1.26	     nbAssignments=1638  nbFailedAssignments=240  nbBacktracks=1160  nbVisitedNodes=2124  nbRestartNogoods=23
1.26	     mapSize=436  nbInferences=0  nbTooLargeKeys=0
1.26	       =>  wckTime=0.344  cpuTime=0.28  mem=16M101
1.38	   
1.38	   search
1.38	     run=10  nbConstraintChecks=265680  nbPropagations=61267  nbRevisions=326410  nbUselessRevisions=205388
1.38	     nbAssignments=2361  nbFailedAssignments=350  nbBacktracks=1744  nbVisitedNodes=3086  nbRestartNogoods=26
1.38	     mapSize=658  nbInferences=0  nbTooLargeKeys=0
1.38	       =>  wckTime=0.46  cpuTime=0.37  mem=16M101
1.51	   
1.51	   search
1.51	     run=11  nbConstraintChecks=394435  nbPropagations=90209  nbRevisions=494746  nbUselessRevisions=314497
1.51	     nbAssignments=3439  nbFailedAssignments=541  nbBacktracks=2612  nbVisitedNodes=4536  nbRestartNogoods=31
1.51	     mapSize=1004  nbInferences=0  nbTooLargeKeys=0
1.51	       =>  wckTime=0.588  cpuTime=0.49  mem=16M101
1.51	   
1.52	   INFO : Stopping hyperNogood (mapSize=1010, nbTooLargekeys=0, mem=16M101)
1.68	   
1.68	   search
1.68	     run=12  nbConstraintChecks=597958  nbPropagations=133840  nbRevisions=750520  nbUselessRevisions=480341
1.68	     nbAssignments=5036  nbFailedAssignments=824  nbBacktracks=3918  nbVisitedNodes=6684  nbRestartNogoods=35
1.68	       =>  wckTime=0.761  cpuTime=0.67  mem=16M101
1.95	   
1.95	   search
1.95	     run=13  nbConstraintChecks=939900  nbPropagations=202234  nbRevisions=1156490  nbUselessRevisions=745716
1.95	     nbAssignments=7444  nbFailedAssignments=1270  nbBacktracks=5867  nbVisitedNodes=9975  nbRestartNogoods=38
1.95	       =>  wckTime=1.033  cpuTime=0.95  mem=16M101
2.33	   
2.33	   search
2.33	     run=14  nbConstraintChecks=1410812  nbPropagations=303893  nbRevisions=1760426  nbUselessRevisions=1137647
2.33	     nbAssignments=10960  nbFailedAssignments=1857  nbBacktracks=8787  nbVisitedNodes=14797  nbRestartNogoods=40
2.33	       =>  wckTime=1.411  cpuTime=1.32  mem=16M101
2.95	   
2.95	   search
2.95	     run=15  nbConstraintChecks=2193179  nbPropagations=461404  nbRevisions=2697376  nbUselessRevisions=1746085
2.95	     nbAssignments=16375  nbFailedAssignments=2873  nbBacktracks=13173  nbVisitedNodes=22387  nbRestartNogoods=45
2.95	       =>  wckTime=2.027  cpuTime=1.93  mem=16M101
3.80	   
3.80	   search
3.80	     run=16  nbConstraintChecks=3248440  nbPropagations=695100  nbRevisions=4093847  nbUselessRevisions=2658356
3.80	     nbAssignments=23840  nbFailedAssignments=4250  nbBacktracks=19120  nbVisitedNodes=32617  nbRestartNogoods=51
3.80	       =>  wckTime=2.883  cpuTime=2.77  mem=16M101
3.80	   
3.80	   global
3.80	     nbConstraintChecks=3248453  nbPropagations=695241  nbRevisions=4093850  nbUselessRevisions=2658356
3.80	     nbRestartNogoods=51  solvingWckTime=2.884  solvingCpuTime=2.77  expiredTime=no  totalExploration=no
3.80	     nbFoundSolutions=1  globalCpuTime=3.21
3.80	       =>  wckTime=3.481  cpuTime=3.16  mem=16M101
3.81	   
3.81	s SATISFIABLE
3.81	v 1 3 15 11 12 17 14 0 4 7 16 2 8 11 0 6 17 15 11 2 7 3 9 14 7 17 8 16 14 10 15 13 13 3 14 11 9 2 12 16 11 3 2 5 0 8 14 16 11 3 16 9 10 15 2 17 12 7 11 16 13 9 3 6 10 1 13 7 17 12 15 4 15 8 2 13 10 1 9 5 15 7 4 14 2 1 13 11 9 14 13 6 1 0 11 2 9 8 11 4 7 16 5 8 14 7 9 17 4 5 0 5 13 8 2 15 4 10 5 3 10 6 13 15 8 17 16 1 2 5 10 4 6 11 6 16 12 8 5 10 14 
3.81	d NODES 23840
3.81	d CHECKS 3248453
3.81	   
3.81	   totalWckTime=3.565  totalCpuTime=3.21

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/node6/watcher-197050-1168071010 -o ROOT/results/node6/solver-197050-1168071010 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/197050-1168071010/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.71 1.92 1.92 4/93 6338
/proc/meminfo: memFree=1304368/2055924 swapFree=4165672/4192956
[pid=6337] ppid=6335 vsize=906644 CPUtime=0.02
/proc/6337/stat : 6337 (java) S 6335 6337 6102 0 -1 0 2068 0 1 0 1 1 0 0 18 0 2 0 155496434 928403456 1817 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/6337/statm: 226661 1817 1036 14 0 214244 0
[pid=6337/tid=6339] ppid=6335 vsize=906644 CPUtime=0
/proc/6337/task/6339/stat : 6339 (java) R 6335 6337 6102 0 -1 64 3 0 0 0 0 0 0 0 19 0 2 0 155496438 928403456 1817 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 7368 0 0 0 -1 1 0 0

[startup+0.103357 s]
/proc/loadavg: 1.71 1.92 1.92 4/93 6338
/proc/meminfo: memFree=1304368/2055924 swapFree=4165672/4192956
[pid=6337] ppid=6335 vsize=914988 CPUtime=0.09
/proc/6337/stat : 6337 (java) R 6335 6337 6102 0 -1 0 2996 0 1 0 7 2 0 0 20 0 8 0 155496434 936947712 2742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6337/statm: 228747 2742 1427 14 0 215242 0
[pid=6337/tid=6339] ppid=6335 vsize=914988 CPUtime=0
/proc/6337/task/6339/stat : 6339 (java) S 6335 6337 6102 0 -1 64 6 0 0 0 0 0 0 0 18 0 8 0 155496438 936947712 2742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.511404 s]
/proc/loadavg: 1.71 1.92 1.92 4/93 6338
/proc/meminfo: memFree=1304368/2055924 swapFree=4165672/4192956
[pid=6337] ppid=6335 vsize=915328 CPUtime=0.49
/proc/6337/stat : 6337 (java) R 6335 6337 6102 0 -1 0 6230 0 1 0 45 4 0 0 22 0 8 0 155496434 937295872 5969 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6337/statm: 228832 5969 2140 14 0 215302 0
[pid=6337/tid=6339] ppid=6335 vsize=915328 CPUtime=0
/proc/6337/task/6339/stat : 6339 (java) S 6335 6337 6102 0 -1 64 6 0 0 0 0 0 0 0 18 0 8 0 155496438 937295872 5969 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33254 s]
/proc/loadavg: 1.81 1.94 1.93 3/100 6345
/proc/meminfo: memFree=1280120/2055924 swapFree=4165672/4192956
[pid=6337] ppid=6335 vsize=915568 CPUtime=1.3
/proc/6337/stat : 6337 (java) R 6335 6337 6102 0 -1 0 8824 0 1 0 123 7 0 0 25 0 8 0 155496434 937541632 8562 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073480297 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6337/statm: 228892 8562 2513 14 0 215362 0
[pid=6337/tid=6339] ppid=6335 vsize=915568 CPUtime=0.03
/proc/6337/task/6339/stat : 6339 (java) S 6335 6337 6102 0 -1 64 326 0 0 0 3 0 0 0 16 0 8 0 155496438 937541632 8562 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6337/tid=6340] ppid=6335 vsize=915568 CPUtime=0
/proc/6337/task/6340/stat : 6340 (java) S 6335 6337 6102 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155496438 937541632 8562 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6337/tid=6341] ppid=6335 vsize=915568 CPUtime=0
/proc/6337/task/6341/stat : 6341 (java) S 6335 6337 6102 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155496438 937541632 8562 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6337/tid=6342] ppid=6335 vsize=915568 CPUtime=0
/proc/6337/task/6342/stat : 6342 (java) S 6335 6337 6102 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155496442 937541632 8562 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6337/tid=6343] ppid=6335 vsize=915568 CPUtime=0.28
/proc/6337/task/6343/stat : 6343 (java) S 6335 6337 6102 0 -1 64 407 0 0 0 27 1 0 0 16 0 8 0 155496442 937541632 8562 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6337/tid=6344] ppid=6335 vsize=915568 CPUtime=0
/proc/6337/task/6344/stat : 6344 (java) S 6335 6337 6102 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155496442 937541632 8562 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6337/tid=6345] ppid=6335 vsize=915568 CPUtime=0
/proc/6337/task/6345/stat : 6345 (java) S 6335 6337 6102 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155496442 937541632 8562 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915568

[startup+2.97169 s]
/proc/loadavg: 1.81 1.94 1.93 3/100 6345
/proc/meminfo: memFree=1279608/2055924 swapFree=4165672/4192956
[pid=6337] ppid=6335 vsize=915568 CPUtime=2.92
/proc/6337/stat : 6337 (java) R 6335 6337 6102 0 -1 0 8894 0 1 0 285 7 0 0 25 0 8 0 155496434 937541632 8631 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073871787 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6337/statm: 228892 8631 2513 14 0 215362 0
[pid=6337/tid=6339] ppid=6335 vsize=915568 CPUtime=0.03
/proc/6337/task/6339/stat : 6339 (java) S 6335 6337 6102 0 -1 64 326 0 0 0 3 0 0 0 16 0 8 0 155496438 937541632 8631 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6337/tid=6340] ppid=6335 vsize=915568 CPUtime=0
/proc/6337/task/6340/stat : 6340 (java) S 6335 6337 6102 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155496438 937541632 8631 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6337/tid=6341] ppid=6335 vsize=915568 CPUtime=0
/proc/6337/task/6341/stat : 6341 (java) S 6335 6337 6102 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155496438 937541632 8631 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6337/tid=6342] ppid=6335 vsize=915568 CPUtime=0
/proc/6337/task/6342/stat : 6342 (java) S 6335 6337 6102 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155496442 937541632 8631 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6337/tid=6343] ppid=6335 vsize=915568 CPUtime=0.29
/proc/6337/task/6343/stat : 6343 (java) S 6335 6337 6102 0 -1 64 412 0 0 0 28 1 0 0 16 0 8 0 155496442 937541632 8631 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6337/tid=6344] ppid=6335 vsize=915568 CPUtime=0
/proc/6337/task/6344/stat : 6344 (java) S 6335 6337 6102 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155496442 937541632 8631 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6337/tid=6345] ppid=6335 vsize=915568 CPUtime=0
/proc/6337/task/6345/stat : 6345 (java) S 6335 6337 6102 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155496442 937541632 8631 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 915568

Child status: 0
Real time (s): 3.83023
CPU time (s): 3.77243
CPU user time (s): 3.68844
CPU system time (s): 0.083987
CPU usage (%): 98.4907
Max. virtual memory (cumulated for all children) (KiB): 915568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.68844
system time used= 0.083987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8992
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= 1378
involuntary context switches= 1770

runsolver used 0.007998 s user time and 0.021996 s system time

The end

Launcher Data (download as text)

Begin job on node6 on Sat Jan  6 08:10:10 UTC 2007


IDJOB= 197050
IDBENCH= 3435
FILE ID= node6/197050-1168071010

PBS_JOBID= 3475722

Free space on /tmp= 66529 MiB

BENCH NAME= HOME/pub/bench/CPAI06/bqwh/bqwh-18-141/bqwh-18-141-69_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/197050-1168071010/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-197050-1168071010 -o ROOT/results/node6/solver-197050-1168071010 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/197050-1168071010/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  2b7370fa48096843ca4d6bc5594f9dd8

RANDOM SEED= 155032299

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:      2055924 kB
MemFree:       1304848 kB
Buffers:         82108 kB
Cached:         507748 kB
SwapCached:       3036 kB
Active:         375124 kB
Inactive:       280044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1304848 kB
SwapTotal:     4192956 kB
SwapFree:      4165672 kB
Dirty:            2080 kB
Writeback:           0 kB
Mapped:          84456 kB
Slab:            80540 kB
Committed_AS:  4933964 kB
PageTables:       2468 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= 66529 MiB



End job on node6 on Sat Jan  6 08:10:14 UTC 2007