Trace number 197202

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 5.78212 5.89495

DiagnosticValue
CHECKS6523441
NODES45669

General information on the benchmark

Namebqwh/bqwh-18-141/
bqwh-18-141-25_ext.xml
MD5SUM6da6a16f69b041bb32886b9ac52b1fa1
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.099984
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.39	   
0.39	Abscon 109 (November, 2006)
0.39	   
0.39	   configuration
0.39	     name=mac.xml
0.42	   
0.42	   instance
0.42	     name=/tmp/evaluation/197202-1168071032/unknown.xml
0.45	   
0.45	   domains being loaded...
0.48	   
0.48	   variables being loaded...
0.52	     nbVariables=141  nbDomainTypes=138  minDomainSize=1  maxDomainSize=6
0.52	       =>  wckTime=0.133  cpuTime=0.11  mem=6M886
0.52	   
0.52	   relations being loaded...
0.56	   
0.56	   constraints being loaded...
0.75	     nbConstraints=887  nbRelationTypes=217  nbSingletonDomainVariables=1  nbExtensionStructures=876
0.75	     nbSharedExtensionStructures=11  nbConflictsStructures=876  nbSharedConflictsStructures=11
0.75	     nbSharedBinaryRepresentations=6608  maxDegree=14  maxArity=2
0.75	       =>  wckTime=0.357  cpuTime=0.25  mem=11M770
0.79	   
0.79	   solver IterativeSystematicSolver being built... 
0.94	       =>  wckTime=0.555  cpuTime=0.37  mem=15M158
0.96	   
0.96	   preprocessing
0.96	     nbConstraintChecks=26  nbPropagations=141  nbRevisions=6  nbUselessRevisions=0  nbRemovedValues=6
0.96	     detectedInconsistency=no
0.96	       =>  wckTime=0.016  cpuTime=0.01  mem=15M158
1.00	   
1.00	   search
1.00	     run=0  nbConstraintChecks=2236  nbPropagations=371  nbRevisions=848  nbUselessRevisions=529  nbAssignments=40
1.00	     nbFailedAssignments=1  nbBacktracks=10  nbVisitedNodes=43  nbRestartNogoods=0  mapSize=1  nbInferences=0
1.00	     nbTooLargeKeys=0
1.00	       =>  wckTime=0.053  cpuTime=0.03  mem=15M158
1.02	   
1.02	   search
1.02	     run=1  nbConstraintChecks=7845  nbPropagations=1123  nbRevisions=3912  nbUselessRevisions=2447  nbAssignments=84
1.02	     nbFailedAssignments=4  nbBacktracks=30  nbVisitedNodes=94  nbRestartNogoods=1  mapSize=7  nbInferences=0
1.02	     nbTooLargeKeys=0
1.02	       =>  wckTime=0.07  cpuTime=0.04  mem=15M158
1.04	   
1.04	   search
1.04	     run=2  nbConstraintChecks=15355  nbPropagations=2392  nbRevisions=9951  nbUselessRevisions=6267  nbAssignments=146
1.04	     nbFailedAssignments=9  nbBacktracks=55  nbVisitedNodes=169  nbRestartNogoods=2  mapSize=16  nbInferences=0
1.04	     nbTooLargeKeys=0
1.04	       =>  wckTime=0.09  cpuTime=0.06  mem=15M158
1.05	   
1.05	   search
1.05	     run=3  nbConstraintChecks=20670  nbPropagations=4135  nbRevisions=18124  nbUselessRevisions=11439
1.05	     nbAssignments=232  nbFailedAssignments=17  nbBacktracks=100  nbVisitedNodes=269  nbRestartNogoods=6  mapSize=27
1.05	     nbInferences=0  nbTooLargeKeys=0
1.05	       =>  wckTime=0.106  cpuTime=0.07  mem=15M158
1.07	   
1.07	   search
1.07	     run=4  nbConstraintChecks=29757  nbPropagations=6575  nbRevisions=30048  nbUselessRevisions=18977
1.07	     nbAssignments=336  nbFailedAssignments=33  nbBacktracks=152  nbVisitedNodes=402  nbRestartNogoods=9  mapSize=51
1.07	     nbInferences=0  nbTooLargeKeys=0
1.07	       =>  wckTime=0.121  cpuTime=0.09  mem=15M158
1.09	   
1.09	   search
1.09	     run=5  nbConstraintChecks=41799  nbPropagations=9903  nbRevisions=46908  nbUselessRevisions=29645
1.09	     nbAssignments=464  nbFailedAssignments=43  nbBacktracks=245  nbVisitedNodes=558  nbRestartNogoods=13  mapSize=77
1.09	     nbInferences=0  nbTooLargeKeys=0
1.09	       =>  wckTime=0.143  cpuTime=0.11  mem=15M158
1.11	   
1.11	   search
1.11	     run=6  nbConstraintChecks=56556  nbPropagations=14436  nbRevisions=69406  nbUselessRevisions=43633
1.11	     nbAssignments=645  nbFailedAssignments=73  nbBacktracks=368  nbVisitedNodes=800  nbRestartNogoods=15  mapSize=133
1.11	     nbInferences=0  nbTooLargeKeys=0
1.11	       =>  wckTime=0.168  cpuTime=0.13  mem=15M158
1.15	   
1.15	   search
1.15	     run=7  nbConstraintChecks=82516  nbPropagations=20873  nbRevisions=102778  nbUselessRevisions=64686
1.15	     nbAssignments=888  nbFailedAssignments=110  nbBacktracks=550  nbVisitedNodes=1112  nbRestartNogoods=19  mapSize=194
1.15	     nbInferences=0  nbTooLargeKeys=0
1.15	       =>  wckTime=0.199  cpuTime=0.16  mem=15M158
1.19	   
1.19	   search
1.19	     run=8  nbConstraintChecks=113776  nbPropagations=29562  nbRevisions=148995  nbUselessRevisions=93910
1.19	     nbAssignments=1210  nbFailedAssignments=156  nbBacktracks=806  nbVisitedNodes=1536  nbRestartNogoods=22
1.19	     mapSize=288  nbInferences=0  nbTooLargeKeys=0
1.19	       =>  wckTime=0.24  cpuTime=0.2  mem=15M158
1.26	   
1.26	   search
1.26	     run=9  nbConstraintChecks=165103  nbPropagations=42032  nbRevisions=217005  nbUselessRevisions=137237
1.26	     nbAssignments=1696  nbFailedAssignments=236  nbBacktracks=1199  nbVisitedNodes=2199  nbRestartNogoods=26
1.26	     mapSize=453  nbInferences=0  nbTooLargeKeys=0
1.26	       =>  wckTime=0.313  cpuTime=0.25  mem=16M134
1.36	   
1.36	   search
1.36	     run=10  nbConstraintChecks=252082  nbPropagations=60215  nbRevisions=321795  nbUselessRevisions=204967
1.36	     nbAssignments=2378  nbFailedAssignments=313  nbBacktracks=1782  nbVisitedNodes=3066  nbRestartNogoods=28
1.36	     mapSize=623  nbInferences=0  nbTooLargeKeys=0
1.36	       =>  wckTime=0.41  cpuTime=0.33  mem=16M134
1.49	   
1.49	   search
1.49	     run=11  nbConstraintChecks=415709  nbPropagations=88723  nbRevisions=494705  nbUselessRevisions=317017
1.49	     nbAssignments=3424  nbFailedAssignments=481  nbBacktracks=2646  nbVisitedNodes=4478  nbRestartNogoods=32
1.49	     mapSize=969  nbInferences=1  nbTooLargeKeys=0
1.49	       =>  wckTime=0.546  cpuTime=0.48  mem=16M134
1.51	   
1.51	   INFO : Stopping hyperNogood (mapSize=1012, nbTooLargekeys=0, mem=16M134)
1.67	   
1.67	   search
1.67	     run=12  nbConstraintChecks=653336  nbPropagations=132900  nbRevisions=766682  nbUselessRevisions=492732
1.67	     nbAssignments=5033  nbFailedAssignments=778  nbBacktracks=3946  nbVisitedNodes=6756  nbRestartNogoods=35
1.67	       =>  wckTime=0.72  cpuTime=0.65  mem=16M134
1.91	   
1.91	   search
1.91	     run=13  nbConstraintChecks=997071  nbPropagations=200531  nbRevisions=1186056  nbUselessRevisions=765262
1.91	     nbAssignments=7396  nbFailedAssignments=1171  nbBacktracks=5896  nbVisitedNodes=9972  nbRestartNogoods=40
1.91	       =>  wckTime=0.967  cpuTime=0.89  mem=16M134
2.29	   
2.29	   search
2.29	     run=14  nbConstraintChecks=1520212  nbPropagations=303686  nbRevisions=1826987  nbUselessRevisions=1182832
2.29	     nbAssignments=10964  nbFailedAssignments=1792  nbBacktracks=8822  nbVisitedNodes=14837  nbRestartNogoods=46
2.29	       =>  wckTime=1.343  cpuTime=1.27  mem=16M134
2.84	   
2.84	   search
2.84	     run=15  nbConstraintChecks=2306126  nbPropagations=460224  nbRevisions=2801706  nbUselessRevisions=1820060
2.84	     nbAssignments=16234  nbFailedAssignments=2655  nbBacktracks=13201  nbVisitedNodes=22007  nbRestartNogoods=53
2.84	       =>  wckTime=1.898  cpuTime=1.82  mem=16M134
3.68	   
3.68	   search
3.68	     run=16  nbConstraintChecks=3453396  nbPropagations=695295  nbRevisions=4261485  nbUselessRevisions=2774327
3.68	     nbAssignments=24099  nbFailedAssignments=3936  nbBacktracks=19777  nbVisitedNodes=32703  nbRestartNogoods=62
3.68	       =>  wckTime=2.731  cpuTime=2.65  mem=16M134
4.88	   
4.88	   search
4.88	     run=17  nbConstraintChecks=5128645  nbPropagations=1044528  nbRevisions=6424580  nbUselessRevisions=4188814
4.88	     nbAssignments=35881  nbFailedAssignments=5843  nbBacktracks=29630  nbVisitedNodes=48514  nbRestartNogoods=69
4.88	       =>  wckTime=3.932  cpuTime=3.85  mem=16M134
5.87	   
5.87	   search
5.87	     run=18  nbConstraintChecks=6523415  nbPropagations=1489018  nbRevisions=9191445  nbUselessRevisions=6002458
5.87	     nbAssignments=45669  nbFailedAssignments=7410  nbBacktracks=37710  nbVisitedNodes=61811  nbRestartNogoods=76
5.87	       =>  wckTime=4.923  cpuTime=4.84  mem=16M134
5.87	   
5.87	   global
5.87	     nbConstraintChecks=6523441  nbPropagations=1489159  nbRevisions=9191451  nbUselessRevisions=6002458
5.87	     nbRestartNogoods=76  solvingWckTime=4.924  solvingCpuTime=4.84  expiredTime=no  totalExploration=no
5.87	     nbFoundSolutions=1  globalCpuTime=5.25
5.87	       =>  wckTime=5.482  cpuTime=5.21  mem=16M134
5.87	   
5.87	s SATISFIABLE
5.87	v 17 1 4 14 3 2 5 2 0 17 10 6 8 9 14 3 4 0 13 17 8 12 9 7 11 17 16 5 6 4 13 7 11 13 10 6 15 4 5 14 15 4 8 3 9 11 10 15 12 14 16 17 0 8 3 1 4 14 0 5 8 3 6 3 5 8 0 11 2 1 4 5 3 1 6 13 7 14 0 4 15 2 8 13 11 16 9 9 13 14 2 7 12 16 15 8 2 3 10 5 4 11 17 15 12 10 1 11 13 16 8 5 3 13 10 15 2 6 2 15 12 5 11 17 3 9 4 8 17 14 6 15 0 7 13 9 2 12 3 16 4 
5.87	d NODES 45669
5.87	d CHECKS 6523441
5.87	   
5.87	   totalWckTime=5.562  totalCpuTime=5.25

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-197202-1168071032 -o ROOT/results/node6/solver-197202-1168071032 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/197202-1168071032/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.73 1.91 1.91 5/93 6540
/proc/meminfo: memFree=1304056/2055924 swapFree=4165672/4192956
[pid=6539] ppid=6537 vsize=1784 CPUtime=0
/proc/6539/stat : 6539 (java) D 6537 6539 6416 0 -1 0 346 0 0 0 0 0 0 0 18 0 1 0 155498628 1826816 140 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/6539/statm: 446 140 106 14 0 91 0

[startup+0.108236 s]
/proc/loadavg: 1.73 1.91 1.91 5/93 6540
/proc/meminfo: memFree=1304056/2055924 swapFree=4165672/4192956
[pid=6539] ppid=6537 vsize=905804 CPUtime=0
/proc/6539/stat : 6539 (java) R 6537 6539 6416 0 -1 0 1379 0 1 0 0 0 0 0 18 0 1 0 155498628 927543296 1128 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153443603 0 4 0 7368 0 0 0 17 0 0 0
/proc/6539/statm: 226451 1134 831 14 0 214034 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 905804

[startup+0.516281 s]
/proc/loadavg: 1.73 1.91 1.91 5/93 6540
/proc/meminfo: memFree=1304056/2055924 swapFree=4165672/4192956
[pid=6539] ppid=6537 vsize=915328 CPUtime=0.41
/proc/6539/stat : 6539 (java) R 6537 6539 6416 0 -1 0 6128 0 1 0 37 4 0 0 24 0 8 0 155498628 937295872 5867 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6539/statm: 228832 5867 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 915328

[startup+1.34938 s]
/proc/loadavg: 1.73 1.91 1.91 4/100 6547
/proc/meminfo: memFree=1279808/2055924 swapFree=4165672/4192956
[pid=6539] ppid=6537 vsize=915568 CPUtime=1.24
/proc/6539/stat : 6539 (java) R 6537 6539 6416 0 -1 0 8849 0 1 0 118 6 0 0 25 0 8 0 155498628 937541632 8587 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073879198 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6539/statm: 228892 8587 2513 14 0 215362 0
[pid=6539/tid=6541] ppid=6537 vsize=915568 CPUtime=0.03
/proc/6539/task/6541/stat : 6541 (java) S 6537 6539 6416 0 -1 64 333 0 0 0 3 0 0 0 16 0 8 0 155498641 937541632 8587 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6539/tid=6542] ppid=6537 vsize=915568 CPUtime=0
/proc/6539/task/6542/stat : 6542 (java) S 6537 6539 6416 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155498641 937541632 8587 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6539/tid=6543] ppid=6537 vsize=915568 CPUtime=0
/proc/6539/task/6543/stat : 6543 (java) S 6537 6539 6416 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155498641 937541632 8587 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6539/tid=6544] ppid=6537 vsize=915568 CPUtime=0
/proc/6539/task/6544/stat : 6544 (java) S 6537 6539 6416 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155498644 937541632 8587 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6539/tid=6545] ppid=6537 vsize=915568 CPUtime=0.26
/proc/6539/task/6545/stat : 6545 (java) S 6537 6539 6416 0 -1 64 410 0 0 0 25 1 0 0 16 0 8 0 155498644 937541632 8587 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6539/tid=6546] ppid=6537 vsize=915568 CPUtime=0
/proc/6539/task/6546/stat : 6546 (java) S 6537 6539 6416 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155498645 937541632 8587 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6539/tid=6547] ppid=6537 vsize=915568 CPUtime=0
/proc/6539/task/6547/stat : 6547 (java) S 6537 6539 6416 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155498645 937541632 8587 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 915568

[startup+2.99057 s]
/proc/loadavg: 1.73 1.91 1.91 3/100 6547
/proc/meminfo: memFree=1279296/2055924 swapFree=4165672/4192956
[pid=6539] ppid=6537 vsize=915568 CPUtime=2.88
/proc/6539/stat : 6539 (java) R 6537 6539 6416 0 -1 0 8909 0 1 0 282 6 0 0 25 0 8 0 155498628 937541632 8646 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073873128 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6539/statm: 228892 8646 2513 14 0 215362 0
[pid=6539/tid=6541] ppid=6537 vsize=915568 CPUtime=0.03
/proc/6539/task/6541/stat : 6541 (java) S 6537 6539 6416 0 -1 64 333 0 0 0 3 0 0 0 16 0 8 0 155498641 937541632 8646 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6539/tid=6542] ppid=6537 vsize=915568 CPUtime=0
/proc/6539/task/6542/stat : 6542 (java) S 6537 6539 6416 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155498641 937541632 8646 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6539/tid=6543] ppid=6537 vsize=915568 CPUtime=0
/proc/6539/task/6543/stat : 6543 (java) S 6537 6539 6416 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155498641 937541632 8646 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6539/tid=6544] ppid=6537 vsize=915568 CPUtime=0
/proc/6539/task/6544/stat : 6544 (java) S 6537 6539 6416 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155498644 937541632 8646 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6539/tid=6545] ppid=6537 vsize=915568 CPUtime=0.27
/proc/6539/task/6545/stat : 6545 (java) S 6537 6539 6416 0 -1 64 412 0 0 0 26 1 0 0 16 0 8 0 155498644 937541632 8646 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6539/tid=6546] ppid=6537 vsize=915568 CPUtime=0
/proc/6539/task/6546/stat : 6546 (java) S 6537 6539 6416 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155498645 937541632 8646 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6539/tid=6547] ppid=6537 vsize=915568 CPUtime=0
/proc/6539/task/6547/stat : 6547 (java) S 6537 6539 6416 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155498645 937541632 8646 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 915568

Child status: 0
Real time (s): 5.89495
CPU time (s): 5.78212
CPU user time (s): 5.70413
CPU system time (s): 0.077988
CPU usage (%): 98.086
Max. virtual memory (cumulated for all children) (KiB): 915568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.70413
system time used= 0.077988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9012
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= 1429
involuntary context switches= 1812

runsolver used 0.012998 s user time and 0.026995 s system time

The end

Launcher Data (download as text)

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


IDJOB= 197202
IDBENCH= 3449
FILE ID= node6/197202-1168071032

PBS_JOBID= 3475724

Free space on /tmp= 66529 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  6da6a16f69b041bb32886b9ac52b1fa1

RANDOM SEED= 808710639

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:       1304536 kB
Buffers:         82148 kB
Cached:         508048 kB
SwapCached:       3036 kB
Active:         375392 kB
Inactive:       280124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1304536 kB
SwapTotal:     4192956 kB
SwapFree:      4165672 kB
Dirty:            2088 kB
Writeback:           0 kB
Mapped:          84420 kB
Slab:            80552 kB
Committed_AS:  4940660 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:38 UTC 2007