Trace number 197106

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 ESACSAT 3.81542 3.89556

DiagnosticValue
CHECKS3546380
NODES29544

General information on the benchmark

Namebqwh/bqwh-18-141/
bqwh-18-141-87_ext.xml
MD5SUMf8d6b3df3a2fbdd638e78bb08da167b2
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.088986
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=esac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/197106-1168125266/unknown.xml
0.38	   
0.39	   domains being loaded...
0.42	   
0.42	   variables being loaded...
0.46	     nbVariables=141  nbDomainTypes=137  minDomainSize=1  maxDomainSize=6
0.46	       =>  wckTime=0.138  cpuTime=0.09  mem=6M886
0.46	   
0.46	   relations being loaded...
0.51	   
0.51	   constraints being loaded...
0.70	     nbConstraints=898  nbRelationTypes=241  nbSingletonDomainVariables=1  nbExtensionStructures=893
0.70	     nbSharedExtensionStructures=5  nbConflictsStructures=893  nbSharedConflictsStructures=5
0.70	     nbSharedBinaryRepresentations=7099  maxDegree=14  maxArity=2
0.70	       =>  wckTime=0.374  cpuTime=0.24  mem=11M764
0.74	   
0.74	   solver IterativeSystematicSolver being built... 
0.91	       =>  wckTime=0.589  cpuTime=0.39  mem=15M132
0.98	   
0.98	   preprocessing
0.98	     nbConstraintChecks=9788  nbPropagations=1322  nbRevisions=3176  nbUselessRevisions=1896  nbSingletonTests=157
0.98	     nbEffectiveSingletonTests=0  nbESACBranches=9  nbRemovedValues=3  detectedInconsistency=no
0.98	       =>  wckTime=0.065  cpuTime=0.04  mem=15M132
1.01	   
1.01	   search
1.01	     run=0  nbConstraintChecks=3704  nbPropagations=1701  nbRevisions=4583  nbUselessRevisions=2745  nbAssignments=59
1.01	     nbFailedAssignments=5  nbBacktracks=13  nbVisitedNodes=69  nbRestartNogoods=0  mapSize=7  nbInferences=0
1.01	     nbTooLargeKeys=0
1.01	       =>  wckTime=0.099  cpuTime=0.05  mem=16M124
1.02	   
1.02	   search
1.02	     run=1  nbConstraintChecks=6276  nbPropagations=3711  nbRevisions=10012  nbUselessRevisions=5952  nbAssignments=111
1.02	     nbFailedAssignments=9  nbBacktracks=38  nbVisitedNodes=129  nbRestartNogoods=2  mapSize=14  nbInferences=0
1.02	     nbTooLargeKeys=0
1.02	       =>  wckTime=0.108  cpuTime=0.06  mem=16M124
1.03	   
1.03	   search
1.03	     run=2  nbConstraintChecks=9777  nbPropagations=6057  nbRevisions=16639  nbUselessRevisions=9802  nbAssignments=161
1.03	     nbFailedAssignments=17  nbBacktracks=62  nbVisitedNodes=197  nbRestartNogoods=3  mapSize=31  nbInferences=0
1.03	     nbTooLargeKeys=0
1.03	       =>  wckTime=0.116  cpuTime=0.07  mem=16M124
1.04	   
1.04	   search
1.04	     run=3  nbConstraintChecks=15660  nbPropagations=8941  nbRevisions=25651  nbUselessRevisions=15107
1.04	     nbAssignments=245  nbFailedAssignments=27  nbBacktracks=96  nbVisitedNodes=300  nbRestartNogoods=4  mapSize=47
1.04	     nbInferences=0  nbTooLargeKeys=0
1.04	       =>  wckTime=0.128  cpuTime=0.08  mem=16M124
1.06	   
1.06	   search
1.06	     run=4  nbConstraintChecks=25924  nbPropagations=12607  nbRevisions=38676  nbUselessRevisions=22842
1.06	     nbAssignments=338  nbFailedAssignments=38  nbBacktracks=159  nbVisitedNodes=426  nbRestartNogoods=6  mapSize=79
1.06	     nbInferences=0  nbTooLargeKeys=0
1.06	       =>  wckTime=0.144  cpuTime=0.09  mem=16M124
1.08	   
1.08	   search
1.08	     run=5  nbConstraintChecks=32639  nbPropagations=16967  nbRevisions=54048  nbUselessRevisions=31767
1.08	     nbAssignments=457  nbFailedAssignments=64  nbBacktracks=235  nbVisitedNodes=591  nbRestartNogoods=7  mapSize=117
1.08	     nbInferences=0  nbTooLargeKeys=0
1.08	       =>  wckTime=0.163  cpuTime=0.11  mem=16M124
1.10	   
1.10	   search
1.10	     run=6  nbConstraintChecks=48940  nbPropagations=22553  nbRevisions=75144  nbUselessRevisions=43819
1.10	     nbAssignments=631  nbFailedAssignments=108  nbBacktracks=354  nbVisitedNodes=847  nbRestartNogoods=8  mapSize=192
1.10	     nbInferences=0  nbTooLargeKeys=0
1.10	       =>  wckTime=0.186  cpuTime=0.13  mem=16M124
1.13	   
1.13	   search
1.13	     run=7  nbConstraintChecks=65178  nbPropagations=29576  nbRevisions=102674  nbUselessRevisions=59747
1.13	     nbAssignments=873  nbFailedAssignments=135  nbBacktracks=528  nbVisitedNodes=1143  nbRestartNogoods=10  mapSize=238
1.13	     nbInferences=0  nbTooLargeKeys=0
1.13	       =>  wckTime=0.218  cpuTime=0.15  mem=16M124
1.18	   
1.18	   search
1.18	     run=8  nbConstraintChecks=99025  nbPropagations=39169  nbRevisions=144269  nbUselessRevisions=84563
1.18	     nbAssignments=1217  nbFailedAssignments=190  nbBacktracks=787  nbVisitedNodes=1607  nbRestartNogoods=14
1.18	     mapSize=348  nbInferences=0  nbTooLargeKeys=0
1.18	       =>  wckTime=0.262  cpuTime=0.19  mem=16M124
1.26	   
1.26	   search
1.26	     run=9  nbConstraintChecks=149352  nbPropagations=52751  nbRevisions=205781  nbUselessRevisions=121415
1.26	     nbAssignments=1756  nbFailedAssignments=295  nbBacktracks=1173  nbVisitedNodes=2322  nbRestartNogoods=19
1.26	     mapSize=532  nbInferences=0  nbTooLargeKeys=0
1.26	       =>  wckTime=0.342  cpuTime=0.26  mem=16M124
1.35	   
1.35	   search
1.35	     run=10  nbConstraintChecks=213397  nbPropagations=71280  nbRevisions=294292  nbUselessRevisions=175509
1.35	     nbAssignments=2453  nbFailedAssignments=386  nbBacktracks=1751  nbVisitedNodes=3215  nbRestartNogoods=22
1.35	     mapSize=716  nbInferences=0  nbTooLargeKeys=0
1.35	       =>  wckTime=0.432  cpuTime=0.33  mem=16M124
1.42	   
1.42	   INFO : Stopping hyperNogood (mapSize=1003, nbTooLargekeys=0, mem=16M124)
1.45	   
1.45	   search
1.45	     run=11  nbConstraintChecks=326326  nbPropagations=98461  nbRevisions=428918  nbUselessRevisions=258783
1.45	     nbAssignments=3606  nbFailedAssignments=597  nbBacktracks=2618  nbVisitedNodes=4765  nbRestartNogoods=29
1.45	       =>  wckTime=0.537  cpuTime=0.43  mem=16M124
1.60	   
1.60	   search
1.60	     run=12  nbConstraintChecks=508886  nbPropagations=139790  nbRevisions=637159  nbUselessRevisions=387141
1.60	     nbAssignments=5324  nbFailedAssignments=973  nbBacktracks=3918  nbVisitedNodes=7287  nbRestartNogoods=37
1.60	       =>  wckTime=0.689  cpuTime=0.58  mem=16M124
1.82	   
1.82	   search
1.82	     run=13  nbConstraintChecks=776008  nbPropagations=202358  nbRevisions=944889  nbUselessRevisions=571742
1.82	     nbAssignments=7894  nbFailedAssignments=1586  nbBacktracks=5864  nbVisitedNodes=11227  nbRestartNogoods=43
1.82	       =>  wckTime=0.907  cpuTime=0.79  mem=16M124
2.14	   
2.14	   search
2.14	     run=14  nbConstraintChecks=1211030  nbPropagations=296411  nbRevisions=1441391  nbUselessRevisions=881152
2.14	     nbAssignments=11533  nbFailedAssignments=2282  nbBacktracks=8785  nbVisitedNodes=16285  nbRestartNogoods=46
2.14	       =>  wckTime=1.226  cpuTime=1.11  mem=16M124
2.67	   
2.67	   search
2.67	     run=15  nbConstraintChecks=1921583  nbPropagations=442125  nbRevisions=2246915  nbUselessRevisions=1393075
2.67	     nbAssignments=17075  nbFailedAssignments=3375  nbBacktracks=13172  nbVisitedNodes=24106  nbRestartNogoods=53
2.67	       =>  wckTime=1.752  cpuTime=1.63  mem=16M124
3.46	   
3.46	   search
3.46	     run=16  nbConstraintChecks=3016011  nbPropagations=665092  nbRevisions=3511572  nbUselessRevisions=2199234
3.46	     nbAssignments=25202  nbFailedAssignments=4861  nbBacktracks=19751  nbVisitedNodes=35446  nbRestartNogoods=59
3.46	       =>  wckTime=2.545  cpuTime=2.42  mem=16M124
3.85	   
3.85	   search
3.85	     run=17  nbConstraintChecks=3536592  nbPropagations=926485  nbRevisions=4997944  nbUselessRevisions=3149568
3.85	     nbAssignments=29544  nbFailedAssignments=5623  nbBacktracks=23190  nbVisitedNodes=41589  nbRestartNogoods=63
3.85	       =>  wckTime=2.937  cpuTime=2.8  mem=16M124
3.85	   
3.85	   global
3.85	     nbConstraintChecks=3546380  nbPropagations=927807  nbRevisions=5001120  nbUselessRevisions=3151464
3.85	     nbRestartNogoods=63  solvingWckTime=2.938  solvingCpuTime=2.81  expiredTime=no  totalExploration=no
3.85	     nbFoundSolutions=1  globalCpuTime=3.26
3.85	       =>  wckTime=3.53  cpuTime=3.2  mem=16M124
3.86	   
3.86	s SATISFIABLE
3.86	v 7 1 16 8 15 13 12 5 11 0 7 3 1 17 2 15 17 13 16 8 2 3 11 5 1 6 14 13 11 10 7 9 14 7 15 5 8 9 1 4 15 11 17 3 5 7 13 8 1 8 4 3 14 17 9 0 9 2 3 1 17 8 6 12 0 13 3 11 9 17 8 3 4 0 5 2 7 15 12 1 7 14 6 8 3 17 5 9 3 15 1 17 13 0 0 13 5 17 8 1 10 16 3 0 1 9 7 11 10 0 9 7 8 15 12 13 4 13 8 17 0 7 3 12 9 14 17 11 1 6 15 12 2 11 12 7 13 0 14 5 6 
3.86	d NODES 29544
3.86	d CHECKS 3546380
3.86	   
3.86	   totalWckTime=3.611  totalCpuTime=3.26

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/node4/watcher-197106-1168125266 -o ROOT/results/node4/solver-197106-1168125266 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/197106-1168125266/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.12 1.53 1.76 5/88 27682
/proc/meminfo: memFree=1779792/2055920 swapFree=4182144/4192956
[pid=27681] ppid=27679 vsize=18540 CPUtime=0
/proc/27681/stat : 27681 (runsolver) R 27679 27681 27558 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 160923120 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 259913061085 0 0 4096 24578 0 0 0 17 1 0 0
/proc/27681/statm: 4635 279 244 17 0 2626 0

[startup+0.108396 s]
/proc/loadavg: 1.12 1.53 1.76 5/88 27682
/proc/meminfo: memFree=1779792/2055920 swapFree=4182144/4192956
[pid=27681] ppid=27679 vsize=914988 CPUtime=0.09
/proc/27681/stat : 27681 (java) R 27679 27681 27558 0 -1 0 2994 0 1 0 7 2 0 0 17 0 8 0 160923120 936947712 2740 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072924296 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27681/statm: 228747 2740 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.516435 s]
/proc/loadavg: 1.12 1.53 1.76 5/88 27682
/proc/meminfo: memFree=1779792/2055920 swapFree=4182144/4192956
[pid=27681] ppid=27679 vsize=915328 CPUtime=0.49
/proc/27681/stat : 27681 (java) R 27679 27681 27558 0 -1 0 6237 0 1 0 44 5 0 0 18 0 8 0 160923120 937295872 5976 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27681/statm: 228832 5976 2139 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33951 s]
/proc/loadavg: 1.12 1.53 1.76 3/95 27689
/proc/meminfo: memFree=1755032/2055920 swapFree=4182144/4192956
[pid=27681] ppid=27679 vsize=915568 CPUtime=1.3
/proc/27681/stat : 27681 (java) R 27679 27681 27558 0 -1 0 8962 0 1 0 122 8 0 0 24 0 8 0 160923120 937541632 8700 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073871472 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27681/statm: 228892 8700 2524 14 0 215362 0
[pid=27681/tid=27683] ppid=27679 vsize=915568 CPUtime=0.03
/proc/27681/task/27683/stat : 27683 (java) S 27679 27681 27558 0 -1 64 337 0 0 0 3 0 0 0 16 0 8 0 160923124 937541632 8700 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27681/tid=27684] ppid=27679 vsize=915568 CPUtime=0
/proc/27681/task/27684/stat : 27684 (java) S 27679 27681 27558 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 160923124 937541632 8700 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27681/tid=27685] ppid=27679 vsize=915568 CPUtime=0
/proc/27681/task/27685/stat : 27685 (java) S 27679 27681 27558 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 160923124 937541632 8700 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27681/tid=27686] ppid=27679 vsize=915568 CPUtime=0
/proc/27681/task/27686/stat : 27686 (java) S 27679 27681 27558 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 160923128 937541632 8700 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27681/tid=27687] ppid=27679 vsize=915568 CPUtime=0.28
/proc/27681/task/27687/stat : 27687 (java) S 27679 27681 27558 0 -1 64 414 0 0 0 27 1 0 0 16 0 8 0 160923128 937541632 8700 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27681/tid=27688] ppid=27679 vsize=915568 CPUtime=0
/proc/27681/task/27688/stat : 27688 (java) S 27679 27681 27558 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 160923128 937541632 8700 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27681/tid=27689] ppid=27679 vsize=915568 CPUtime=0
/proc/27681/task/27689/stat : 27689 (java) S 27679 27681 27558 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160923128 937541632 8700 18446744073709551615 134512640 134570532 4294956480 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.99267 s]
/proc/loadavg: 1.12 1.53 1.76 3/95 27689
/proc/meminfo: memFree=1754584/2055920 swapFree=4182144/4192956
[pid=27681] ppid=27679 vsize=915568 CPUtime=2.94
/proc/27681/stat : 27681 (java) R 27679 27681 27558 0 -1 0 9008 0 1 0 286 8 0 0 25 0 8 0 160923120 937541632 8745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073888705 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27681/statm: 228892 8745 2524 14 0 215362 0
[pid=27681/tid=27683] ppid=27679 vsize=915568 CPUtime=0.03
/proc/27681/task/27683/stat : 27683 (java) S 27679 27681 27558 0 -1 64 337 0 0 0 3 0 0 0 16 0 8 0 160923124 937541632 8745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27681/tid=27684] ppid=27679 vsize=915568 CPUtime=0
/proc/27681/task/27684/stat : 27684 (java) S 27679 27681 27558 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 160923124 937541632 8745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27681/tid=27685] ppid=27679 vsize=915568 CPUtime=0
/proc/27681/task/27685/stat : 27685 (java) S 27679 27681 27558 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 160923124 937541632 8745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27681/tid=27686] ppid=27679 vsize=915568 CPUtime=0
/proc/27681/task/27686/stat : 27686 (java) S 27679 27681 27558 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 160923128 937541632 8745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27681/tid=27687] ppid=27679 vsize=915568 CPUtime=0.29
/proc/27681/task/27687/stat : 27687 (java) S 27679 27681 27558 0 -1 64 419 0 0 0 28 1 0 0 15 0 8 0 160923128 937541632 8745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27681/tid=27688] ppid=27679 vsize=915568 CPUtime=0
/proc/27681/task/27688/stat : 27688 (java) S 27679 27681 27558 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 160923128 937541632 8745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27681/tid=27689] ppid=27679 vsize=915568 CPUtime=0
/proc/27681/task/27689/stat : 27689 (java) S 27679 27681 27558 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160923128 937541632 8745 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) 915568

Child status: 0
Real time (s): 3.89556
CPU time (s): 3.81542
CPU user time (s): 3.71943
CPU system time (s): 0.095985
CPU usage (%): 97.9427
Max. virtual memory (cumulated for all children) (KiB): 915568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.71943
system time used= 0.095985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9106
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= 1394
involuntary context switches= 1716

runsolver used 0.007998 s user time and 0.020996 s system time

The end

Launcher Data (download as text)

Begin job on node4 on Sat Jan  6 23:14:31 UTC 2007


IDJOB= 197106
IDBENCH= 3440
FILE ID= node4/197106-1168125266

PBS_JOBID= 3477565

Free space on /tmp= 66305 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  f8d6b3df3a2fbdd638e78bb08da167b2

RANDOM SEED= 815391746

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.223
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.223
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:       1780272 kB
Buffers:         32660 kB
Cached:         113252 kB
SwapCached:       2464 kB
Active:         138268 kB
Inactive:        83184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1780272 kB
SwapTotal:     4192956 kB
SwapFree:      4182144 kB
Dirty:            1852 kB
Writeback:           0 kB
Mapped:          86336 kB
Slab:            38712 kB
Committed_AS:  4091108 kB
PageTables:       2444 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= 66305 MiB



End job on node4 on Sat Jan  6 23:14:43 UTC 2007