Trace number 196917

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 2.92855 3.11717

DiagnosticValue
CHECKS2456533
NODES17953

General information on the benchmark

Namebqwh/bqwh-18-141/
bqwh-18-141-67_ext.xml
MD5SUM2a7748590eab86073a0503f53d0afe23
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.100983
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.36	   
0.36	Abscon 109 (November, 2006)
0.36	   
0.36	   configuration
0.36	     name=mac.xml
0.39	   
0.39	   instance
0.39	     name=/tmp/evaluation/196917-1168070989/unknown.xml
0.42	   
0.42	   domains being loaded...
0.45	   
0.45	   variables being loaded...
0.50	     nbVariables=141  nbDomainTypes=133  minDomainSize=1  maxDomainSize=6
0.50	       =>  wckTime=0.141  cpuTime=0.11  mem=6M886
0.50	   
0.50	   relations being loaded...
0.55	   
0.55	   constraints being loaded...
0.73	     nbConstraints=854  nbRelationTypes=232  nbSingletonDomainVariables=2  nbExtensionStructures=821
0.73	     nbSharedExtensionStructures=33  nbConflictsStructures=821  nbSharedConflictsStructures=33
0.73	     nbSharedBinaryRepresentations=6284  maxDegree=14  maxArity=2
0.73	       =>  wckTime=0.371  cpuTime=0.26  mem=11M762
0.78	   
0.78	   solver IterativeSystematicSolver being built... 
0.94	       =>  wckTime=0.58  cpuTime=0.38  mem=15M121
0.96	   
0.96	   preprocessing
0.96	     nbConstraintChecks=75  nbPropagations=141  nbRevisions=19  nbUselessRevisions=4  nbRemovedValues=15
0.96	     detectedInconsistency=no
0.96	       =>  wckTime=0.016  cpuTime=0.01  mem=15M121
1.00	   
1.00	   search
1.00	     run=0  nbConstraintChecks=2092  nbPropagations=345  nbRevisions=724  nbUselessRevisions=377  nbAssignments=37
1.00	     nbFailedAssignments=5  nbBacktracks=10  nbVisitedNodes=47  nbRestartNogoods=0  mapSize=6  nbInferences=0
1.00	     nbTooLargeKeys=0
1.00	       =>  wckTime=0.054  cpuTime=0.05  mem=15M121
1.02	   
1.02	   search
1.02	     run=1  nbConstraintChecks=7982  nbPropagations=1166  nbRevisions=3725  nbUselessRevisions=2108  nbAssignments=104
1.02	     nbFailedAssignments=15  nbBacktracks=39  nbVisitedNodes=135  nbRestartNogoods=3  mapSize=25  nbInferences=0
1.02	     nbTooLargeKeys=0
1.02	       =>  wckTime=0.075  cpuTime=0.06  mem=15M121
1.04	   
1.04	   search
1.04	     run=2  nbConstraintChecks=15393  nbPropagations=2587  nbRevisions=9777  nbUselessRevisions=5706  nbAssignments=184
1.04	     nbFailedAssignments=30  nbBacktracks=62  nbVisitedNodes=238  nbRestartNogoods=5  mapSize=40  nbInferences=0
1.04	     nbTooLargeKeys=0
1.04	       =>  wckTime=0.097  cpuTime=0.07  mem=15M121
1.05	   
1.05	   search
1.05	     run=3  nbConstraintChecks=19172  nbPropagations=4405  nbRevisions=17075  nbUselessRevisions=9959  nbAssignments=256
1.05	     nbFailedAssignments=40  nbBacktracks=95  nbVisitedNodes=333  nbRestartNogoods=13  mapSize=60  nbInferences=0
1.05	     nbTooLargeKeys=0
1.05	       =>  wckTime=0.109  cpuTime=0.08  mem=15M121
1.07	   
1.07	   search
1.07	     run=4  nbConstraintChecks=26886  nbPropagations=6893  nbRevisions=27647  nbUselessRevisions=16378
1.07	     nbAssignments=362  nbFailedAssignments=48  nbBacktracks=173  nbVisitedNodes=461  nbRestartNogoods=15  mapSize=81
1.07	     nbInferences=0  nbTooLargeKeys=0
1.07	       =>  wckTime=0.125  cpuTime=0.1  mem=15M121
1.09	   
1.09	   search
1.09	     run=5  nbConstraintChecks=34046  nbPropagations=10068  nbRevisions=40879  nbUselessRevisions=24300
1.09	     nbAssignments=490  nbFailedAssignments=65  nbBacktracks=263  nbVisitedNodes=626  nbRestartNogoods=16  mapSize=116
1.09	     nbInferences=0  nbTooLargeKeys=0
1.09	       =>  wckTime=0.143  cpuTime=0.11  mem=15M121
1.11	   
1.11	   search
1.11	     run=6  nbConstraintChecks=43339  nbPropagations=14122  nbRevisions=57766  nbUselessRevisions=34457
1.11	     nbAssignments=645  nbFailedAssignments=81  nbBacktracks=382  nbVisitedNodes=818  nbRestartNogoods=18  mapSize=149
1.11	     nbInferences=0  nbTooLargeKeys=0
1.11	       =>  wckTime=0.164  cpuTime=0.13  mem=15M121
1.15	   
1.15	   search
1.15	     run=7  nbConstraintChecks=68887  nbPropagations=20063  nbRevisions=84957  nbUselessRevisions=51087
1.15	     nbAssignments=894  nbFailedAssignments=119  nbBacktracks=552  nbVisitedNodes=1146  nbRestartNogoods=22  mapSize=222
1.15	     nbInferences=0  nbTooLargeKeys=0
1.15	       =>  wckTime=0.205  cpuTime=0.16  mem=15M121
1.19	   
1.19	   search
1.19	     run=8  nbConstraintChecks=101322  nbPropagations=28543  nbRevisions=125170  nbUselessRevisions=75736
1.19	     nbAssignments=1231  nbFailedAssignments=167  nbBacktracks=819  nbVisitedNodes=1585  nbRestartNogoods=27
1.19	     mapSize=318  nbInferences=0  nbTooLargeKeys=0
1.19	       =>  wckTime=0.248  cpuTime=0.2  mem=15M121
1.28	   
1.28	   search
1.28	     run=9  nbConstraintChecks=173644  nbPropagations=42156  nbRevisions=195570  nbUselessRevisions=119492
1.28	     nbAssignments=1742  nbFailedAssignments=266  nbBacktracks=1209  nbVisitedNodes=2309  nbRestartNogoods=30
1.28	     mapSize=505  nbInferences=0  nbTooLargeKeys=0
1.28	       =>  wckTime=0.336  cpuTime=0.28  mem=16M97
1.38	   
1.38	   search
1.38	     run=10  nbConstraintChecks=253777  nbPropagations=62055  nbRevisions=300309  nbUselessRevisions=185457
1.38	     nbAssignments=2449  nbFailedAssignments=378  nbBacktracks=1786  nbVisitedNodes=3251  nbRestartNogoods=35
1.38	     mapSize=726  nbInferences=0  nbTooLargeKeys=0
1.38	       =>  wckTime=0.435  cpuTime=0.36  mem=16M97
1.48	   
1.48	   INFO : Stopping hyperNogood (mapSize=1024, nbTooLargekeys=0, mem=16M97)
1.51	   
1.51	   search
1.51	     run=11  nbConstraintChecks=400184  nbPropagations=92389  nbRevisions=463458  nbUselessRevisions=287786
1.51	     nbAssignments=3543  nbFailedAssignments=592  nbBacktracks=2653  nbVisitedNodes=4793  nbRestartNogoods=37
1.51	       =>  wckTime=0.564  cpuTime=0.48  mem=16M97
1.66	   
1.66	   search
1.66	     run=12  nbConstraintChecks=593430  nbPropagations=137475  nbRevisions=708115  nbUselessRevisions=442198
1.66	     nbAssignments=5159  nbFailedAssignments=896  nbBacktracks=3954  nbVisitedNodes=7074  nbRestartNogoods=41
1.66	       =>  wckTime=0.716  cpuTime=0.63  mem=16M97
1.94	   
1.94	   search
1.94	     run=13  nbConstraintChecks=995154  nbPropagations=210351  nbRevisions=1129321  nbUselessRevisions=714270
1.94	     nbAssignments=7607  nbFailedAssignments=1372  nbBacktracks=5900  nbVisitedNodes=10548  nbRestartNogoods=44
1.94	       =>  wckTime=0.993  cpuTime=0.9  mem=16M97
2.30	   
2.30	   search
2.30	     run=14  nbConstraintChecks=1478189  nbPropagations=318647  nbRevisions=1756283  nbUselessRevisions=1120699
2.30	     nbAssignments=11192  nbFailedAssignments=2019  nbBacktracks=8820  nbVisitedNodes=15493  nbRestartNogoods=53
2.30	       =>  wckTime=1.356  cpuTime=1.26  mem=16M97
2.89	   
2.89	   search
2.89	     run=15  nbConstraintChecks=2306129  nbPropagations=485570  nbRevisions=2738054  nbUselessRevisions=1758414
2.89	     nbAssignments=16721  nbFailedAssignments=3145  nbBacktracks=13202  nbVisitedNodes=23463  nbRestartNogoods=60
2.89	       =>  wckTime=1.942  cpuTime=1.84  mem=16M97
3.00	   
3.00	   search
3.00	     run=16  nbConstraintChecks=2456458  nbPropagations=663573  nbRevisions=3782646  nbUselessRevisions=2437044
3.00	     nbAssignments=17953  nbFailedAssignments=3339  nbBacktracks=14099  nbVisitedNodes=25102  nbRestartNogoods=67
3.00	       =>  wckTime=2.059  cpuTime=1.95  mem=16M97
3.00	   
3.00	   global
3.00	     nbConstraintChecks=2456533  nbPropagations=663714  nbRevisions=3782665  nbUselessRevisions=2437048
3.00	     nbRestartNogoods=67  solvingWckTime=2.06  solvingCpuTime=1.95  expiredTime=no  totalExploration=no
3.00	     nbFoundSolutions=1  globalCpuTime=2.37
3.00	       =>  wckTime=2.643  cpuTime=2.33  mem=16M97
3.01	   
3.01	s SATISFIABLE
3.01	v 3 12 17 7 2 11 0 1 3 6 8 14 15 1 9 4 2 1 13 12 7 10 16 3 14 15 11 7 0 4 17 3 17 15 11 0 1 9 5 4 5 12 2 6 8 3 14 10 8 11 17 2 15 12 3 13 0 4 1 6 14 12 13 9 16 4 13 1 0 10 6 10 0 16 14 12 11 15 13 16 0 13 5 14 9 17 10 11 9 3 6 10 17 2 12 4 6 17 11 3 1 14 15 12 13 7 4 9 11 8 1 3 16 17 1 14 6 13 2 1 15 14 4 2 6 5 12 9 2 17 12 15 8 6 16 14 13 4 8 5 11 
3.01	d NODES 17953
3.01	d CHECKS 2456533
3.01	   
3.01	   totalWckTime=2.723  totalCpuTime=2.38

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-196917-1168070989 -o ROOT/results/node16/solver-196917-1168070989 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/196917-1168070989/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.96 1.93 1.91 2/93 19761
/proc/meminfo: memFree=1356440/2055920 swapFree=4191880/4192956
[pid=19760] ppid=19758 vsize=18540 CPUtime=0
/proc/19760/stat : 19760 (runsolver) R 19758 19760 19637 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 155493804 18984960 279 18446744073709551615 4194304 4267372 548682068944 18446744073709551615 231962373415 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/19760/statm: 4635 279 244 17 0 2626 0

[startup+0.102222 s]
/proc/loadavg: 1.96 1.93 1.91 2/93 19761
/proc/meminfo: memFree=1356440/2055920 swapFree=4191880/4192956
[pid=19760] ppid=19758 vsize=907808 CPUtime=0.05
/proc/19760/stat : 19760 (java) D 19758 19760 19637 0 -1 0 2455 0 1 0 4 1 0 0 16 0 4 0 155493804 929595392 2202 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 2147483391 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/19760/statm: 226952 2202 1214 14 0 214535 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 907808

[startup+0.510149 s]
/proc/loadavg: 1.96 1.93 1.91 2/93 19761
/proc/meminfo: memFree=1356440/2055920 swapFree=4191880/4192956
[pid=19760] ppid=19758 vsize=915328 CPUtime=0.44
/proc/19760/stat : 19760 (java) R 19758 19760 19637 0 -1 0 6176 0 1 0 40 4 0 0 18 0 8 0 155493804 937295872 5915 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19760/statm: 228832 5915 2139 14 0 215302 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 915328

[startup+1.3313 s]
/proc/loadavg: 1.96 1.93 1.91 3/100 19768
/proc/meminfo: memFree=1332256/2055920 swapFree=4191880/4192956
[pid=19760] ppid=19758 vsize=915568 CPUtime=1.25
/proc/19760/stat : 19760 (java) R 19758 19760 19637 0 -1 0 8823 0 1 0 118 7 0 0 24 0 8 0 155493804 937541632 8561 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19760/statm: 228892 8561 2513 14 0 215362 0
[pid=19760/tid=19762] ppid=19758 vsize=915568 CPUtime=0.03
/proc/19760/task/19762/stat : 19762 (java) S 19758 19760 19637 0 -1 64 323 0 0 0 3 0 0 0 16 0 8 0 155493808 937541632 8561 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19760/tid=19763] ppid=19758 vsize=915568 CPUtime=0
/proc/19760/task/19763/stat : 19763 (java) S 19758 19760 19637 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155493808 937541632 8561 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19760/tid=19764] ppid=19758 vsize=915568 CPUtime=0
/proc/19760/task/19764/stat : 19764 (java) S 19758 19760 19637 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155493808 937541632 8561 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19760/tid=19765] ppid=19758 vsize=915568 CPUtime=0
/proc/19760/task/19765/stat : 19765 (java) S 19758 19760 19637 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155493816 937541632 8561 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19760/tid=19766] ppid=19758 vsize=915568 CPUtime=0.27
/proc/19760/task/19766/stat : 19766 (java) S 19758 19760 19637 0 -1 64 407 0 0 0 25 2 0 0 15 0 8 0 155493816 937541632 8561 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19760/tid=19767] ppid=19758 vsize=915568 CPUtime=0
/proc/19760/task/19767/stat : 19767 (java) S 19758 19760 19637 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155493816 937541632 8561 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19760/tid=19768] ppid=19758 vsize=915568 CPUtime=0
/proc/19760/task/19768/stat : 19768 (java) S 19758 19760 19637 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155493816 937541632 8561 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 915568

[startup+2.9687 s]
/proc/loadavg: 1.96 1.93 1.91 3/100 19768
/proc/meminfo: memFree=1331744/2055920 swapFree=4191880/4192956
[pid=19760] ppid=19758 vsize=915568 CPUtime=2.87
/proc/19760/stat : 19760 (java) R 19758 19760 19637 0 -1 0 8883 0 1 0 280 7 0 0 25 0 8 0 155493804 937541632 8620 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073480039 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19760/statm: 228892 8620 2513 14 0 215362 0
[pid=19760/tid=19762] ppid=19758 vsize=915568 CPUtime=0.03
/proc/19760/task/19762/stat : 19762 (java) S 19758 19760 19637 0 -1 64 323 0 0 0 3 0 0 0 16 0 8 0 155493808 937541632 8620 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19760/tid=19763] ppid=19758 vsize=915568 CPUtime=0
/proc/19760/task/19763/stat : 19763 (java) S 19758 19760 19637 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155493808 937541632 8620 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19760/tid=19764] ppid=19758 vsize=915568 CPUtime=0
/proc/19760/task/19764/stat : 19764 (java) S 19758 19760 19637 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155493808 937541632 8620 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19760/tid=19765] ppid=19758 vsize=915568 CPUtime=0
/proc/19760/task/19765/stat : 19765 (java) S 19758 19760 19637 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155493816 937541632 8620 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19760/tid=19766] ppid=19758 vsize=915568 CPUtime=0.29
/proc/19760/task/19766/stat : 19766 (java) S 19758 19760 19637 0 -1 64 412 0 0 0 27 2 0 0 15 0 8 0 155493816 937541632 8620 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19760/tid=19767] ppid=19758 vsize=915568 CPUtime=0
/proc/19760/task/19767/stat : 19767 (java) S 19758 19760 19637 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155493816 937541632 8620 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19760/tid=19768] ppid=19758 vsize=915568 CPUtime=0
/proc/19760/task/19768/stat : 19768 (java) S 19758 19760 19637 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155493816 937541632 8620 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 915568

Child status: 0
Real time (s): 3.11717
CPU time (s): 2.92855
CPU user time (s): 2.84557
CPU system time (s): 0.082987
CPU usage (%): 93.9491
Max. virtual memory (cumulated for all children) (KiB): 915568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.84557
system time used= 0.082987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8977
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= 1304
involuntary context switches= 1630

runsolver used 0.012998 s user time and 0.013997 s system time

The end

Launcher Data (download as text)

Begin job on node16 on Sat Jan  6 08:09:50 UTC 2007


IDJOB= 196917
IDBENCH= 3421
FILE ID= node16/196917-1168070989

PBS_JOBID= 3475721

Free space on /tmp= 66498 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  2a7748590eab86073a0503f53d0afe23

RANDOM SEED= 865322332

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:       1356920 kB
Buffers:         63552 kB
Cached:         406400 kB
SwapCached:        268 kB
Active:         200880 kB
Inactive:       400516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1356920 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            2088 kB
Writeback:           0 kB
Mapped:         159860 kB
Slab:            82160 kB
Committed_AS:  4596668 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:09:53 UTC 2007