Trace number 196973

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 4.6103 4.64797

DiagnosticValue
CHECKS4950263
NODES34678

General information on the benchmark

Namebqwh/bqwh-18-141/
bqwh-18-141-63_ext.xml
MD5SUMd6744ebfa59272976d642d02bf4b8eac
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.075987
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables141
Number of constraints966
Maximum constraint arity2
Maximum domain size7
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=esac.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/196973-1168125084/unknown.xml
0.37	   
0.37	   domains being loaded...
0.40	   
0.40	   variables being loaded...
0.45	     nbVariables=141  nbDomainTypes=131  minDomainSize=2  maxDomainSize=7
0.45	       =>  wckTime=0.135  cpuTime=0.1  mem=6M886
0.45	   
0.45	   relations being loaded...
0.49	   
0.49	   constraints being loaded...
0.68	     nbConstraints=889  nbRelationTypes=219  nbExtensionStructures=857  nbSharedExtensionStructures=32
0.68	     nbConflictsStructures=857  nbSharedConflictsStructures=32  nbSharedBinaryRepresentations=6668  maxDegree=14
0.68	     maxArity=2
0.68	       =>  wckTime=0.365  cpuTime=0.25  mem=11M762
0.72	   
0.72	   solver IterativeSystematicSolver being built... 
0.89	       =>  wckTime=0.576  cpuTime=0.38  mem=15M111
0.98	   
0.98	   preprocessing
0.98	     nbConstraintChecks=17375  nbPropagations=2051  nbRevisions=5726  nbUselessRevisions=3563  nbSingletonTests=277
0.98	     nbEffectiveSingletonTests=1  nbESACBranches=14  nbRemovedValues=1  detectedInconsistency=no
0.98	       =>  wckTime=0.084  cpuTime=0.06  mem=15M111
1.01	   
1.01	   search
1.01	     run=0  nbConstraintChecks=4069  nbPropagations=2400  nbRevisions=7198  nbUselessRevisions=4434  nbAssignments=48
1.01	     nbFailedAssignments=6  nbBacktracks=13  nbVisitedNodes=59  nbRestartNogoods=0  mapSize=8  nbInferences=0
1.01	     nbTooLargeKeys=0
1.01	       =>  wckTime=0.111  cpuTime=0.08  mem=16M152
1.02	   
1.02	   search
1.02	     run=1  nbConstraintChecks=9374  nbPropagations=5259  nbRevisions=16334  nbUselessRevisions=10003  nbAssignments=103
1.02	     nbFailedAssignments=11  nbBacktracks=36  nbVisitedNodes=128  nbRestartNogoods=1  mapSize=22  nbInferences=0
1.02	     nbTooLargeKeys=0
1.02	       =>  wckTime=0.122  cpuTime=0.09  mem=16M152
1.03	   
1.03	   search
1.03	     run=2  nbConstraintChecks=13822  nbPropagations=8522  nbRevisions=27092  nbUselessRevisions=16508
1.03	     nbAssignments=168  nbFailedAssignments=17  nbBacktracks=65  nbVisitedNodes=209  nbRestartNogoods=2  mapSize=37
1.03	     nbInferences=0  nbTooLargeKeys=0
1.03	       =>  wckTime=0.132  cpuTime=0.1  mem=16M152
1.04	   
1.04	   search
1.04	     run=3  nbConstraintChecks=18640  nbPropagations=12217  nbRevisions=39597  nbUselessRevisions=24021
1.04	     nbAssignments=234  nbFailedAssignments=25  nbBacktracks=101  nbVisitedNodes=293  nbRestartNogoods=3  mapSize=53
1.04	     nbInferences=0  nbTooLargeKeys=0
1.04	       =>  wckTime=0.142  cpuTime=0.11  mem=16M152
1.05	   
1.05	   search
1.05	     run=4  nbConstraintChecks=27076  nbPropagations=16618  nbRevisions=55502  nbUselessRevisions=33630
1.05	     nbAssignments=342  nbFailedAssignments=41  nbBacktracks=169  nbVisitedNodes=427  nbRestartNogoods=5  mapSize=77
1.05	     nbInferences=0  nbTooLargeKeys=0
1.06	       =>  wckTime=0.159  cpuTime=0.12  mem=16M152
1.07	   
1.07	   search
1.07	     run=5  nbConstraintChecks=37279  nbPropagations=21959  nbRevisions=75225  nbUselessRevisions=45562
1.07	     nbAssignments=488  nbFailedAssignments=53  nbBacktracks=246  nbVisitedNodes=567  nbRestartNogoods=7  mapSize=100
1.07	     nbInferences=2  nbTooLargeKeys=0
1.07	       =>  wckTime=0.178  cpuTime=0.14  mem=16M152
1.10	   
1.10	   search
1.10	     run=6  nbConstraintChecks=51478  nbPropagations=28471  nbRevisions=100355  nbUselessRevisions=60770
1.10	     nbAssignments=653  nbFailedAssignments=76  nbBacktracks=370  nbVisitedNodes=778  nbRestartNogoods=9  mapSize=144
1.10	     nbInferences=2  nbTooLargeKeys=0
1.10	       =>  wckTime=0.202  cpuTime=0.16  mem=16M152
1.12	   
1.12	   search
1.12	     run=7  nbConstraintChecks=72206  nbPropagations=36611  nbRevisions=133224  nbUselessRevisions=80342
1.12	     nbAssignments=875  nbFailedAssignments=114  nbBacktracks=541  nbVisitedNodes=1077  nbRestartNogoods=11  mapSize=214
1.12	     nbInferences=2  nbTooLargeKeys=0
1.12	       =>  wckTime=0.229  cpuTime=0.18  mem=16M152
1.16	   
1.16	   search
1.16	     run=8  nbConstraintChecks=98431  nbPropagations=46869  nbRevisions=175421  nbUselessRevisions=105208
1.16	     nbAssignments=1205  nbFailedAssignments=175  nbBacktracks=806  nbVisitedNodes=1531  nbRestartNogoods=13
1.16	     mapSize=324  nbInferences=2  nbTooLargeKeys=0
1.16	       =>  wckTime=0.268  cpuTime=0.22  mem=16M152
1.23	   
1.23	   search
1.23	     run=9  nbConstraintChecks=143556  nbPropagations=60518  nbRevisions=236036  nbUselessRevisions=141485
1.23	     nbAssignments=1698  nbFailedAssignments=259  nbBacktracks=1200  nbVisitedNodes=2186  nbRestartNogoods=15
1.23	     mapSize=475  nbInferences=2  nbTooLargeKeys=0
1.23	       =>  wckTime=0.338  cpuTime=0.28  mem=16M152
1.33	   
1.33	   search
1.33	     run=10  nbConstraintChecks=221879  nbPropagations=80011  nbRevisions=329357  nbUselessRevisions=198876
1.33	     nbAssignments=2451  nbFailedAssignments=363  nbBacktracks=1795  nbVisitedNodes=3127  nbRestartNogoods=19
1.33	     mapSize=677  nbInferences=2  nbTooLargeKeys=0
1.33	       =>  wckTime=0.433  cpuTime=0.35  mem=16M152
1.44	   
1.44	   INFO : Stopping hyperNogood (mapSize=1011, nbTooLargekeys=0, mem=16M152)
1.45	   
1.45	   search
1.45	     run=11  nbConstraintChecks=348171  nbPropagations=108535  nbRevisions=475904  nbUselessRevisions=290507
1.45	     nbAssignments=3516  nbFailedAssignments=542  nbBacktracks=2667  nbVisitedNodes=4567  nbRestartNogoods=24
1.45	       =>  wckTime=0.552  cpuTime=0.47  mem=16M152
1.61	   
1.61	   search
1.61	     run=12  nbConstraintChecks=564373  nbPropagations=152231  nbRevisions=711621  nbUselessRevisions=439569
1.61	     nbAssignments=5159  nbFailedAssignments=854  nbBacktracks=3973  nbVisitedNodes=6849  nbRestartNogoods=28
1.61	       =>  wckTime=0.713  cpuTime=0.63  mem=16M152
1.85	   
1.85	   search
1.85	     run=13  nbConstraintChecks=905972  nbPropagations=219379  nbRevisions=1098486  nbUselessRevisions=690255
1.85	     nbAssignments=7526  nbFailedAssignments=1249  nbBacktracks=5919  nbVisitedNodes=10123  nbRestartNogoods=30
1.85	       =>  wckTime=0.956  cpuTime=0.87  mem=16M152
2.20	   
2.20	   search
2.20	     run=14  nbConstraintChecks=1401581  nbPropagations=321627  nbRevisions=1700442  nbUselessRevisions=1083308
2.20	     nbAssignments=11109  nbFailedAssignments=1898  nbBacktracks=8844  nbVisitedNodes=15123  nbRestartNogoods=38
2.20	       =>  wckTime=1.304  cpuTime=1.21  mem=16M152
2.75	   
2.75	   search
2.75	     run=15  nbConstraintChecks=2191562  nbPropagations=478358  nbRevisions=2621947  nbUselessRevisions=1679106
2.75	     nbAssignments=16573  nbFailedAssignments=2978  nbBacktracks=13223  nbVisitedNodes=23108  nbRestartNogoods=41
2.75	       =>  wckTime=1.852  cpuTime=1.76  mem=16M152
3.62	   
3.62	   search
3.62	     run=16  nbConstraintChecks=3483762  nbPropagations=723932  nbRevisions=4094446  nbUselessRevisions=2639189
3.62	     nbAssignments=24838  nbFailedAssignments=4652  nbBacktracks=19792  nbVisitedNodes=34753  nbRestartNogoods=44
3.62	       =>  wckTime=2.727  cpuTime=2.63  mem=16M152
4.62	   
4.62	   search
4.62	     run=17  nbConstraintChecks=4932888  nbPropagations=1069925  nbRevisions=6168561  nbUselessRevisions=3986816
4.62	     nbAssignments=34678  nbFailedAssignments=6543  nbBacktracks=27591  nbVisitedNodes=48545  nbRestartNogoods=56
4.62	       =>  wckTime=3.724  cpuTime=3.63  mem=16M152
4.62	   
4.62	   global
4.62	     nbConstraintChecks=4950263  nbPropagations=1071976  nbRevisions=6174287  nbUselessRevisions=3990379
4.62	     nbRestartNogoods=56  solvingWckTime=3.726  solvingCpuTime=3.63  expiredTime=no  totalExploration=no
4.62	     nbFoundSolutions=1  globalCpuTime=4.07
4.62	       =>  wckTime=4.305  cpuTime=4.01  mem=16M152
4.62	   
4.62	s SATISFIABLE
4.62	v 12 6 13 17 7 9 1 4 16 14 6 3 5 9 1 10 5 2 16 3 13 6 4 12 13 1 5 10 7 14 13 4 7 8 0 1 11 10 5 4 2 8 12 6 1 10 8 15 11 5 10 0 9 6 1 5 15 9 13 6 8 16 9 1 8 13 4 12 17 9 3 13 17 6 7 14 11 15 2 4 11 1 14 13 3 5 10 14 15 3 12 2 17 15 9 13 0 10 7 12 16 7 12 0 13 5 8 15 1 6 2 14 1 9 15 8 5 3 7 11 5 12 9 16 14 17 11 14 3 15 5 13 12 13 12 7 8 9 3 1 17 
4.62	d NODES 34678
4.62	d CHECKS 4950263
4.62	   
4.62	   totalWckTime=4.386  totalCpuTime=4.08

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/node43/watcher-196973-1168125084 -o ROOT/results/node43/solver-196973-1168125084 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/196973-1168125084/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: 0.29 1.09 1.49 5/70 24716
/proc/meminfo: memFree=1841752/2055920 swapFree=4192812/4192956
[pid=24715] ppid=24712 vsize=18540 CPUtime=0
/proc/24715/stat : 24715 (runsolver) R 24712 24715 24570 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 160908268 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 216849247527 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24715/statm: 4635 279 244 17 0 2626 0

[startup+0.106686 s]
/proc/loadavg: 0.29 1.09 1.49 5/70 24716
/proc/meminfo: memFree=1841752/2055920 swapFree=4192812/4192956
[pid=24715] ppid=24712 vsize=914988 CPUtime=0.08
/proc/24715/stat : 24715 (java) R 24712 24715 24570 0 -1 0 2981 0 1 0 7 1 0 0 17 0 8 0 160908268 936947712 2727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154016819 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24715/statm: 228747 2727 1423 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.514754 s]
/proc/loadavg: 0.29 1.09 1.49 5/70 24716
/proc/meminfo: memFree=1841752/2055920 swapFree=4192812/4192956
[pid=24715] ppid=24712 vsize=915328 CPUtime=0.48
/proc/24715/stat : 24715 (java) R 24712 24715 24570 0 -1 0 6280 0 1 0 44 4 0 0 20 0 8 0 160908268 937295872 6019 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073552813 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24715/statm: 228832 6019 2140 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33689 s]
/proc/loadavg: 0.29 1.09 1.49 3/88 24735
/proc/meminfo: memFree=1807944/2055920 swapFree=4192812/4192956
[pid=24715] ppid=24712 vsize=915568 CPUtime=1.31
/proc/24715/stat : 24715 (java) R 24712 24715 24570 0 -1 0 8963 0 1 0 123 8 0 0 25 0 8 0 160908268 937541632 8701 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073877969 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24715/statm: 228892 8701 2524 14 0 215362 0
[pid=24715/tid=24725] ppid=24712 vsize=915568 CPUtime=0.03
/proc/24715/task/24725/stat : 24725 (java) S 24712 24715 24570 0 -1 64 332 0 0 0 3 0 0 0 16 0 8 0 160908273 937541632 8701 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24715/tid=24726] ppid=24712 vsize=915568 CPUtime=0
/proc/24715/task/24726/stat : 24726 (java) S 24712 24715 24570 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 160908273 937541632 8701 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24715/tid=24727] ppid=24712 vsize=915568 CPUtime=0
/proc/24715/task/24727/stat : 24727 (java) S 24712 24715 24570 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 160908273 937541632 8701 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24715/tid=24732] ppid=24712 vsize=915568 CPUtime=0
/proc/24715/task/24732/stat : 24732 (java) S 24712 24715 24570 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 160908277 937541632 8701 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24715/tid=24733] ppid=24712 vsize=915568 CPUtime=0.27
/proc/24715/task/24733/stat : 24733 (java) S 24712 24715 24570 0 -1 64 415 0 0 0 26 1 0 0 15 0 8 0 160908277 937541632 8701 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24715/tid=24734] ppid=24712 vsize=915568 CPUtime=0
/proc/24715/task/24734/stat : 24734 (java) S 24712 24715 24570 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 160908277 937541632 8701 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24715/tid=24735] ppid=24712 vsize=915568 CPUtime=0
/proc/24715/task/24735/stat : 24735 (java) S 24712 24715 24570 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160908277 937541632 8701 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915568

[startup+2.98916 s]
/proc/loadavg: 0.43 1.10 1.49 3/88 24735
/proc/meminfo: memFree=1807240/2055920 swapFree=4192812/4192956
[pid=24715] ppid=24712 vsize=915568 CPUtime=2.95
/proc/24715/stat : 24715 (java) R 24712 24715 24570 0 -1 0 9012 0 1 0 287 8 0 0 25 0 8 0 160908268 937541632 8749 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073873115 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24715/statm: 228892 8749 2524 14 0 215362 0
[pid=24715/tid=24725] ppid=24712 vsize=915568 CPUtime=0.03
/proc/24715/task/24725/stat : 24725 (java) S 24712 24715 24570 0 -1 64 332 0 0 0 3 0 0 0 16 0 8 0 160908273 937541632 8749 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24715/tid=24726] ppid=24712 vsize=915568 CPUtime=0
/proc/24715/task/24726/stat : 24726 (java) S 24712 24715 24570 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 160908273 937541632 8749 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24715/tid=24727] ppid=24712 vsize=915568 CPUtime=0
/proc/24715/task/24727/stat : 24727 (java) S 24712 24715 24570 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 160908273 937541632 8749 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24715/tid=24732] ppid=24712 vsize=915568 CPUtime=0
/proc/24715/task/24732/stat : 24732 (java) S 24712 24715 24570 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 160908277 937541632 8749 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24715/tid=24733] ppid=24712 vsize=915568 CPUtime=0.27
/proc/24715/task/24733/stat : 24733 (java) S 24712 24715 24570 0 -1 64 417 0 0 0 26 1 0 0 16 0 8 0 160908277 937541632 8749 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24715/tid=24734] ppid=24712 vsize=915568 CPUtime=0
/proc/24715/task/24734/stat : 24734 (java) S 24712 24715 24570 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 160908277 937541632 8749 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24715/tid=24735] ppid=24712 vsize=915568 CPUtime=0
/proc/24715/task/24735/stat : 24735 (java) S 24712 24715 24570 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160908277 937541632 8749 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915568

Child status: 0
Real time (s): 4.64797
CPU time (s): 4.6103
CPU user time (s): 4.51731
CPU system time (s): 0.092985
CPU usage (%): 99.1895
Max. virtual memory (cumulated for all children) (KiB): 915568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.51731
system time used= 0.092985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9112
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= 1435
involuntary context switches= 1590

runsolver used 0.010998 s user time and 0.020996 s system time

The end

Launcher Data (download as text)

Begin job on node43 on Sat Jan  6 23:11:28 UTC 2007


IDJOB= 196973
IDBENCH= 3430
FILE ID= node43/196973-1168125084

PBS_JOBID= 3477548

Free space on /tmp= 66483 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  d6744ebfa59272976d642d02bf4b8eac

RANDOM SEED= 854703110

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.278
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.278
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:       1842440 kB
Buffers:         46000 kB
Cached:          93060 kB
SwapCached:          0 kB
Active:          87032 kB
Inactive:        72036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1842440 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2204 kB
Writeback:           0 kB
Mapped:          30168 kB
Slab:            40032 kB
Committed_AS:  3115440 kB
PageTables:       1592 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= 66483 MiB



End job on node43 on Sat Jan  6 23:11:50 UTC 2007