Trace number 197240

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.86841 3.94727

DiagnosticValue
CHECKS3673281
NODES28670

General information on the benchmark

Namebqwh/bqwh-18-141/
bqwh-18-141-3_ext.xml
MD5SUM050a88a4770c35e663ff145b8101692e
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.112982
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.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=mac.xml
0.34	   
0.34	   instance
0.35	     name=/tmp/evaluation/197240-1168071036/unknown.xml
0.38	   
0.38	   domains being loaded...
0.41	   
0.41	   variables being loaded...
0.45	     nbVariables=141  nbDomainTypes=129  minDomainSize=2  maxDomainSize=6
0.45	       =>  wckTime=0.136  cpuTime=0.12  mem=6M886
0.45	   
0.45	   relations being loaded...
0.49	   
0.49	   constraints being loaded...
0.68	     nbConstraints=879  nbRelationTypes=201  nbExtensionStructures=849  nbSharedExtensionStructures=30
0.68	     nbConflictsStructures=849  nbSharedConflictsStructures=30  nbSharedBinaryRepresentations=6495  maxDegree=14
0.68	     maxArity=2
0.68	       =>  wckTime=0.367  cpuTime=0.26  mem=11M762
0.73	   
0.73	   solver IterativeSystematicSolver being built... 
0.89	       =>  wckTime=0.577  cpuTime=0.4  mem=15M120
0.91	   
0.91	   preprocessing
0.91	     nbConstraintChecks=0  nbPropagations=141  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.91	     detectedInconsistency=no
0.91	       =>  wckTime=0.016  cpuTime=0.0  mem=15M120
0.95	   
0.95	   search
0.95	     run=0  nbConstraintChecks=2274  nbPropagations=365  nbRevisions=794  nbUselessRevisions=470  nbAssignments=40
0.95	     nbFailedAssignments=2  nbBacktracks=10  nbVisitedNodes=44  nbRestartNogoods=0  mapSize=2  nbInferences=0
0.95	     nbTooLargeKeys=0
0.95	       =>  wckTime=0.055  cpuTime=0.03  mem=15M120
0.97	   
0.97	   search
0.97	     run=1  nbConstraintChecks=5902  nbPropagations=1062  nbRevisions=2928  nbUselessRevisions=1744  nbAssignments=95
0.97	     nbFailedAssignments=6  nbBacktracks=34  nbVisitedNodes=107  nbRestartNogoods=1  mapSize=9  nbInferences=0
0.97	     nbTooLargeKeys=0
0.97	       =>  wckTime=0.072  cpuTime=0.04  mem=15M120
0.98	   
0.98	   search
0.98	     run=2  nbConstraintChecks=9353  nbPropagations=2082  nbRevisions=6322  nbUselessRevisions=3778  nbAssignments=148
0.98	     nbFailedAssignments=10  nbBacktracks=69  nbVisitedNodes=169  nbRestartNogoods=2  mapSize=17  nbInferences=0
0.98	     nbTooLargeKeys=0
0.98	       =>  wckTime=0.088  cpuTime=0.05  mem=15M120
1.00	   
1.00	   search
1.00	     run=3  nbConstraintChecks=14729  nbPropagations=3574  nbRevisions=11722  nbUselessRevisions=6986  nbAssignments=226
1.00	     nbFailedAssignments=18  nbBacktracks=112  nbVisitedNodes=266  nbRestartNogoods=3  mapSize=34  nbInferences=0
1.00	     nbTooLargeKeys=0
1.00	       =>  wckTime=0.103  cpuTime=0.07  mem=15M120
1.02	   
1.02	   search
1.02	     run=4  nbConstraintChecks=23847  nbPropagations=5791  nbRevisions=20905  nbUselessRevisions=12567
1.02	     nbAssignments=319  nbFailedAssignments=28  nbBacktracks=163  nbVisitedNodes=378  nbRestartNogoods=4  mapSize=51
1.02	     nbInferences=0  nbTooLargeKeys=0
1.02	       =>  wckTime=0.122  cpuTime=0.09  mem=15M120
1.04	   
1.04	   search
1.04	     run=5  nbConstraintChecks=33117  nbPropagations=8881  nbRevisions=33811  nbUselessRevisions=20388
1.04	     nbAssignments=458  nbFailedAssignments=44  nbBacktracks=238  nbVisitedNodes=554  nbRestartNogoods=6  mapSize=84
1.04	     nbInferences=0  nbTooLargeKeys=0
1.04	       =>  wckTime=0.142  cpuTime=0.11  mem=15M120
1.06	   
1.06	   search
1.06	     run=6  nbConstraintChecks=45985  nbPropagations=13066  nbRevisions=51875  nbUselessRevisions=31383
1.06	     nbAssignments=623  nbFailedAssignments=66  nbBacktracks=351  nbVisitedNodes=768  nbRestartNogoods=10  mapSize=127
1.06	     nbInferences=0  nbTooLargeKeys=0
1.06	       =>  wckTime=0.166  cpuTime=0.13  mem=15M120
1.09	   
1.09	   search
1.09	     run=7  nbConstraintChecks=63829  nbPropagations=18720  nbRevisions=76966  nbUselessRevisions=46657
1.09	     nbAssignments=849  nbFailedAssignments=97  nbBacktracks=523  nbVisitedNodes=1072  nbRestartNogoods=14  mapSize=196
1.09	     nbInferences=0  nbTooLargeKeys=0
1.09	       =>  wckTime=0.195  cpuTime=0.15  mem=15M120
1.14	   
1.14	   search
1.14	     run=8  nbConstraintChecks=99256  nbPropagations=26861  nbRevisions=117013  nbUselessRevisions=71426
1.14	     nbAssignments=1173  nbFailedAssignments=135  nbBacktracks=790  nbVisitedNodes=1485  nbRestartNogoods=16
1.14	     mapSize=284  nbInferences=0  nbTooLargeKeys=0
1.14	       =>  wckTime=0.245  cpuTime=0.2  mem=15M120
1.22	   
1.22	   search
1.22	     run=9  nbConstraintChecks=149987  nbPropagations=38774  nbRevisions=177472  nbUselessRevisions=108954
1.22	     nbAssignments=1678  nbFailedAssignments=221  nbBacktracks=1186  nbVisitedNodes=2168  nbRestartNogoods=17
1.22	     mapSize=448  nbInferences=0  nbTooLargeKeys=0
1.22	       =>  wckTime=0.326  cpuTime=0.26  mem=16M95
1.32	   
1.32	   search
1.32	     run=10  nbConstraintChecks=236975  nbPropagations=56583  nbRevisions=273594  nbUselessRevisions=169344
1.32	     nbAssignments=2380  nbFailedAssignments=327  nbBacktracks=1762  nbVisitedNodes=3124  nbRestartNogoods=21
1.32	     mapSize=694  nbInferences=0  nbTooLargeKeys=0
1.32	       =>  wckTime=0.425  cpuTime=0.34  mem=16M95
1.44	   
1.44	   INFO : Stopping hyperNogood (mapSize=1023, nbTooLargekeys=0, mem=16M95)
1.45	   
1.45	   search
1.45	     run=11  nbConstraintChecks=387094  nbPropagations=84961  nbRevisions=429167  nbUselessRevisions=266697
1.45	     nbAssignments=3451  nbFailedAssignments=513  nbBacktracks=2627  nbVisitedNodes=4627  nbRestartNogoods=27
1.45	       =>  wckTime=0.558  cpuTime=0.47  mem=16M95
1.61	   
1.61	   search
1.61	     run=12  nbConstraintChecks=592355  nbPropagations=127742  nbRevisions=668555  nbUselessRevisions=416766
1.61	     nbAssignments=5066  nbFailedAssignments=803  nbBacktracks=3926  nbVisitedNodes=6892  nbRestartNogoods=32
1.61	       =>  wckTime=0.713  cpuTime=0.62  mem=16M95
1.83	   
1.83	   search
1.83	     run=13  nbConstraintChecks=885871  nbPropagations=191921  nbRevisions=1036184  nbUselessRevisions=651310
1.83	     nbAssignments=7440  nbFailedAssignments=1200  nbBacktracks=5874  nbVisitedNodes=10175  nbRestartNogoods=40
1.83	       =>  wckTime=0.936  cpuTime=0.85  mem=16M95
2.19	   
2.19	   search
2.19	     run=14  nbConstraintChecks=1384613  nbPropagations=290591  nbRevisions=1614801  nbUselessRevisions=1021326
2.19	     nbAssignments=11058  nbFailedAssignments=1881  nbBacktracks=8800  nbVisitedNodes=15312  nbRestartNogoods=45
2.19	       =>  wckTime=1.295  cpuTime=1.2  mem=16M95
2.71	   
2.71	   search
2.71	     run=15  nbConstraintChecks=2079369  nbPropagations=438246  nbRevisions=2490290  nbUselessRevisions=1585648
2.71	     nbAssignments=16282  nbFailedAssignments=2711  nbBacktracks=13188  nbVisitedNodes=22422  nbRestartNogoods=48
2.71	       =>  wckTime=1.816  cpuTime=1.71  mem=16M95
3.49	   
3.49	   search
3.49	     run=16  nbConstraintChecks=3132978  nbPropagations=660493  nbRevisions=3811778  nbUselessRevisions=2439834
3.49	     nbAssignments=24335  nbFailedAssignments=4173  nbBacktracks=19762  nbVisitedNodes=33478  nbRestartNogoods=49
3.49	       =>  wckTime=2.598  cpuTime=2.49  mem=16M95
3.90	   
3.90	   search
3.90	     run=17  nbConstraintChecks=3673281  nbPropagations=921371  nbRevisions=5361655  nbUselessRevisions=3440814
3.90	     nbAssignments=28670  nbFailedAssignments=4915  nbBacktracks=23214  nbVisitedNodes=39431  nbRestartNogoods=53
3.90	       =>  wckTime=3.005  cpuTime=2.89  mem=16M95
3.90	   
3.90	   global
3.90	     nbConstraintChecks=3673281  nbPropagations=921512  nbRevisions=5361655  nbUselessRevisions=3440814
3.90	     nbRestartNogoods=53  solvingWckTime=3.006  solvingCpuTime=2.89  expiredTime=no  totalExploration=no
3.90	     nbFoundSolutions=1  globalCpuTime=3.34
3.90	       =>  wckTime=3.586  cpuTime=3.29  mem=16M95
3.90	   
3.90	s SATISFIABLE
3.90	v 8 7 12 10 4 1 14 6 14 8 5 12 7 6 10 4 6 11 12 9 0 5 17 10 1 10 5 2 6 9 8 11 14 1 3 9 2 5 7 5 11 8 13 0 3 2 12 15 7 0 14 11 5 8 11 17 9 3 15 1 4 14 6 9 12 8 11 16 2 5 7 10 2 5 12 11 17 1 4 8 12 2 6 5 0 6 12 7 0 16 3 11 14 10 5 2 6 9 12 15 16 14 15 16 4 3 7 9 6 10 13 17 15 7 6 5 1 15 0 17 5 7 13 14 2 8 14 1 10 7 15 6 13 1 5 2 13 0 16 9 8 
3.91	d NODES 28670
3.91	d CHECKS 3673281
3.91	   
3.91	   totalWckTime=3.668  totalCpuTime=3.34

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/node16/watcher-197240-1168071036 -o ROOT/results/node16/solver-197240-1168071036 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/197240-1168071036/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.57 1.83 1.88 5/93 20243
/proc/meminfo: memFree=1355344/2055920 swapFree=4191880/4192956
[pid=20242] ppid=20240 vsize=906644 CPUtime=0.02
/proc/20242/stat : 20242 (java) S 20240 20242 19951 0 -1 0 2068 0 1 0 1 1 0 0 18 0 2 0 155498462 928403456 1817 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/20242/statm: 226661 1817 1036 14 0 214244 0
[pid=20242/tid=20244] ppid=20240 vsize=906644 CPUtime=0
/proc/20242/task/20244/stat : 20244 (java) R 20240 20242 19951 0 -1 64 3 0 0 0 0 0 0 0 19 0 2 0 155498465 928403456 1817 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 7368 0 0 0 -1 1 0 0

[startup+0.103306 s]
/proc/loadavg: 1.57 1.83 1.88 5/93 20243
/proc/meminfo: memFree=1355344/2055920 swapFree=4191880/4192956
[pid=20242] ppid=20240 vsize=914988 CPUtime=0.08
/proc/20242/stat : 20242 (java) R 20240 20242 19951 0 -1 0 2979 0 1 0 7 1 0 0 17 0 8 0 155498462 936947712 2725 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153569892 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20242/statm: 228747 2725 1423 14 0 215242 0
[pid=20242/tid=20244] ppid=20240 vsize=914988 CPUtime=0
/proc/20242/task/20244/stat : 20244 (java) S 20240 20242 19951 0 -1 64 7 0 0 0 0 0 0 0 18 0 8 0 155498465 936947712 2725 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.511231 s]
/proc/loadavg: 1.57 1.83 1.88 5/93 20243
/proc/meminfo: memFree=1355344/2055920 swapFree=4191880/4192956
[pid=20242] ppid=20240 vsize=915328 CPUtime=0.49
/proc/20242/stat : 20242 (java) R 20240 20242 19951 0 -1 0 6246 0 1 0 45 4 0 0 18 0 8 0 155498462 937295872 5985 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20242/statm: 228832 5985 2140 14 0 215302 0
[pid=20242/tid=20244] ppid=20240 vsize=915328 CPUtime=0
/proc/20242/task/20244/stat : 20244 (java) S 20240 20242 19951 0 -1 64 7 0 0 0 0 0 0 0 18 0 8 0 155498465 937295872 5985 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.33408 s]
/proc/loadavg: 1.57 1.83 1.88 3/100 20250
/proc/meminfo: memFree=1331160/2055920 swapFree=4191880/4192956
[pid=20242] ppid=20240 vsize=915568 CPUtime=1.3
/proc/20242/stat : 20242 (java) R 20240 20242 19951 0 -1 0 8852 0 1 0 124 6 0 0 24 0 8 0 155498462 937541632 8590 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073480036 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20242/statm: 228892 8590 2513 14 0 215362 0
[pid=20242/tid=20244] ppid=20240 vsize=915568 CPUtime=0.03
/proc/20242/task/20244/stat : 20244 (java) S 20240 20242 19951 0 -1 64 330 0 0 0 3 0 0 0 16 0 8 0 155498465 937541632 8590 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20242/tid=20245] ppid=20240 vsize=915568 CPUtime=0
/proc/20242/task/20245/stat : 20245 (java) S 20240 20242 19951 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155498466 937541632 8590 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20242/tid=20246] ppid=20240 vsize=915568 CPUtime=0
/proc/20242/task/20246/stat : 20246 (java) S 20240 20242 19951 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155498466 937541632 8590 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20242/tid=20247] ppid=20240 vsize=915568 CPUtime=0
/proc/20242/task/20247/stat : 20247 (java) S 20240 20242 19951 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155498469 937541632 8590 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20242/tid=20248] ppid=20240 vsize=915568 CPUtime=0.26
/proc/20242/task/20248/stat : 20248 (java) S 20240 20242 19951 0 -1 64 410 0 0 0 25 1 0 0 15 0 8 0 155498469 937541632 8590 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20242/tid=20249] ppid=20240 vsize=915568 CPUtime=0
/proc/20242/task/20249/stat : 20249 (java) S 20240 20242 19951 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155498469 937541632 8590 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20242/tid=20250] ppid=20240 vsize=915568 CPUtime=0
/proc/20242/task/20250/stat : 20250 (java) S 20240 20242 19951 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155498469 937541632 8590 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.98678 s]
/proc/loadavg: 1.57 1.83 1.88 3/100 20250
/proc/meminfo: memFree=1330712/2055920 swapFree=4191880/4192956
[pid=20242] ppid=20240 vsize=915568 CPUtime=2.94
/proc/20242/stat : 20242 (java) R 20240 20242 19951 0 -1 0 8895 0 1 0 288 6 0 0 25 0 8 0 155498462 937541632 8632 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073868041 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20242/statm: 228892 8632 2513 14 0 215362 0
[pid=20242/tid=20244] ppid=20240 vsize=915568 CPUtime=0.03
/proc/20242/task/20244/stat : 20244 (java) S 20240 20242 19951 0 -1 64 330 0 0 0 3 0 0 0 16 0 8 0 155498465 937541632 8632 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20242/tid=20245] ppid=20240 vsize=915568 CPUtime=0
/proc/20242/task/20245/stat : 20245 (java) S 20240 20242 19951 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155498466 937541632 8632 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20242/tid=20246] ppid=20240 vsize=915568 CPUtime=0
/proc/20242/task/20246/stat : 20246 (java) S 20240 20242 19951 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155498466 937541632 8632 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20242/tid=20247] ppid=20240 vsize=915568 CPUtime=0
/proc/20242/task/20247/stat : 20247 (java) S 20240 20242 19951 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155498469 937541632 8632 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20242/tid=20248] ppid=20240 vsize=915568 CPUtime=0.26
/proc/20242/task/20248/stat : 20248 (java) S 20240 20242 19951 0 -1 64 412 0 0 0 25 1 0 0 16 0 8 0 155498469 937541632 8632 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20242/tid=20249] ppid=20240 vsize=915568 CPUtime=0
/proc/20242/task/20249/stat : 20249 (java) S 20240 20242 19951 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155498469 937541632 8632 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20242/tid=20250] ppid=20240 vsize=915568 CPUtime=0
/proc/20242/task/20250/stat : 20250 (java) S 20240 20242 19951 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155498469 937541632 8632 18446744073709551615 134512640 134570532 4294956464 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) 915568

Child status: 0
Real time (s): 3.94727
CPU time (s): 3.86841
CPU user time (s): 3.79342
CPU system time (s): 0.074988
CPU usage (%): 98.0022
Max. virtual memory (cumulated for all children) (KiB): 915568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.79342
system time used= 0.074988
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= 1370
involuntary context switches= 1752

runsolver used 0.005999 s user time and 0.023996 s system time

The end

Launcher Data (download as text)

Begin job on node16 on Sat Jan  6 08:10:36 UTC 2007


IDJOB= 197240
IDBENCH= 3453
FILE ID= node16/197240-1168071036

PBS_JOBID= 3475723

Free space on /tmp= 66498 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  050a88a4770c35e663ff145b8101692e

RANDOM SEED= 158555508

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.220
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.220
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:       1355824 kB
Buffers:         63656 kB
Cached:         407316 kB
SwapCached:        268 kB
Active:         201756 kB
Inactive:       400684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1355824 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            2068 kB
Writeback:           0 kB
Mapped:         159888 kB
Slab:            82140 kB
Committed_AS:  4614620 kB
PageTables:       2568 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= 66498 MiB



End job on node16 on Sat Jan  6 08:10:43 UTC 2007