Trace number 197543

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.73843 3.78437

DiagnosticValue
CHECKS3799402
NODES27411

General information on the benchmark

Namebqwh/bqwh-18-141/
bqwh-18-141-97_ext.xml
MD5SUM922e2e0dd05ea438b13d7be4fd904097
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.111982
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.30	   
0.30	Abscon 109 (November, 2006)
0.30	   
0.30	   configuration
0.30	     name=esac.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/197543-1168125902/unknown.xml
0.36	   
0.36	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.43	     nbVariables=141  nbDomainTypes=135  minDomainSize=2  maxDomainSize=6
0.43	       =>  wckTime=0.13  cpuTime=0.11  mem=6M886
0.43	   
0.43	   relations being loaded...
0.46	   
0.46	   constraints being loaded...
0.65	     nbConstraints=873  nbRelationTypes=203  nbExtensionStructures=865  nbSharedExtensionStructures=8
0.65	     nbConflictsStructures=865  nbSharedConflictsStructures=8  nbSharedBinaryRepresentations=6422  maxDegree=14
0.65	     maxArity=2
0.65	       =>  wckTime=0.348  cpuTime=0.23  mem=11M762
0.69	   
0.69	   solver IterativeSystematicSolver being built... 
0.86	       =>  wckTime=0.556  cpuTime=0.36  mem=15M104
0.94	   
0.94	   preprocessing
0.95	     nbConstraintChecks=21521  nbPropagations=2266  nbRevisions=7683  nbUselessRevisions=5048  nbSingletonTests=304
0.95	     nbEffectiveSingletonTests=1  nbESACBranches=19  nbRemovedValues=1  detectedInconsistency=no
0.95	       =>  wckTime=0.085  cpuTime=0.06  mem=15M104
0.97	   
0.97	   search
0.97	     run=0  nbConstraintChecks=3576  nbPropagations=2589  nbRevisions=9054  nbUselessRevisions=5897  nbAssignments=55
0.97	     nbFailedAssignments=4  nbBacktracks=20  nbVisitedNodes=63  nbRestartNogoods=0  mapSize=5  nbInferences=0
0.97	     nbTooLargeKeys=0
0.97	       =>  wckTime=0.111  cpuTime=0.07  mem=16M144
0.98	   
0.98	   search
0.98	     run=1  nbConstraintChecks=5518  nbPropagations=5397  nbRevisions=18766  nbUselessRevisions=12166  nbAssignments=99
0.98	     nbFailedAssignments=6  nbBacktracks=38  nbVisitedNodes=113  nbRestartNogoods=2  mapSize=10  nbInferences=0
0.98	     nbTooLargeKeys=0
0.98	       =>  wckTime=0.118  cpuTime=0.08  mem=16M144
0.99	   
0.99	   search
0.99	     run=2  nbConstraintChecks=10000  nbPropagations=8595  nbRevisions=30208  nbUselessRevisions=19478
0.99	     nbAssignments=158  nbFailedAssignments=12  nbBacktracks=68  nbVisitedNodes=186  nbRestartNogoods=3  mapSize=22
0.99	     nbInferences=0  nbTooLargeKeys=0
0.99	       =>  wckTime=0.128  cpuTime=0.09  mem=16M144
1.00	   
1.00	   search
1.00	     run=3  nbConstraintChecks=15502  nbPropagations=12267  nbRevisions=43853  nbUselessRevisions=28146
1.00	     nbAssignments=237  nbFailedAssignments=20  nbBacktracks=101  nbVisitedNodes=287  nbRestartNogoods=5  mapSize=41
1.00	     nbInferences=0  nbTooLargeKeys=0
1.00	       =>  wckTime=0.138  cpuTime=0.1  mem=16M144
1.01	   
1.01	   search
1.01	     run=4  nbConstraintChecks=26515  nbPropagations=16705  nbRevisions=61860  nbUselessRevisions=39504
1.01	     nbAssignments=329  nbFailedAssignments=34  nbBacktracks=158  nbVisitedNodes=407  nbRestartNogoods=7  mapSize=67
1.01	     nbInferences=0  nbTooLargeKeys=0
1.01	       =>  wckTime=0.154  cpuTime=0.11  mem=16M144
1.03	   
1.03	   search
1.03	     run=5  nbConstraintChecks=35448  nbPropagations=21869  nbRevisions=83130  nbUselessRevisions=52648
1.03	     nbAssignments=441  nbFailedAssignments=54  nbBacktracks=235  nbVisitedNodes=574  nbRestartNogoods=9  mapSize=117
1.03	     nbInferences=0  nbTooLargeKeys=0
1.03	       =>  wckTime=0.169  cpuTime=0.12  mem=16M144
1.05	   
1.05	   search
1.05	     run=6  nbConstraintChecks=46708  nbPropagations=27956  nbRevisions=109156  nbUselessRevisions=68856
1.05	     nbAssignments=591  nbFailedAssignments=75  nbBacktracks=353  nbVisitedNodes=757  nbRestartNogoods=10  mapSize=149
1.05	     nbInferences=1  nbTooLargeKeys=0
1.05	       =>  wckTime=0.187  cpuTime=0.14  mem=16M144
1.08	   
1.08	   search
1.08	     run=7  nbConstraintChecks=73216  nbPropagations=35869  nbRevisions=146258  nbUselessRevisions=92156
1.08	     nbAssignments=814  nbFailedAssignments=99  nbBacktracks=524  nbVisitedNodes=1033  nbRestartNogoods=11  mapSize=196
1.08	     nbInferences=1  nbTooLargeKeys=0
1.08	       =>  wckTime=0.216  cpuTime=0.17  mem=16M144
1.12	   
1.12	   search
1.12	     run=8  nbConstraintChecks=104867  nbPropagations=46173  nbRevisions=196398  nbUselessRevisions=123691
1.12	     nbAssignments=1140  nbFailedAssignments=147  nbBacktracks=787  nbVisitedNodes=1453  nbRestartNogoods=17
1.12	     mapSize=285  nbInferences=1  nbTooLargeKeys=0
1.12	       =>  wckTime=0.256  cpuTime=0.21  mem=16M144
1.19	   
1.19	   search
1.19	     run=9  nbConstraintChecks=149843  nbPropagations=59771  nbRevisions=265274  nbUselessRevisions=167209
1.19	     nbAssignments=1610  nbFailedAssignments=196  nbBacktracks=1177  nbVisitedNodes=2036  nbRestartNogoods=20
1.19	     mapSize=387  nbInferences=1  nbTooLargeKeys=0
1.19	       =>  wckTime=0.33  cpuTime=0.26  mem=16M144
1.28	   
1.28	   search
1.28	     run=10  nbConstraintChecks=224692  nbPropagations=79121  nbRevisions=363576  nbUselessRevisions=228759
1.28	     nbAssignments=2350  nbFailedAssignments=339  nbBacktracks=1758  nbVisitedNodes=3066  nbRestartNogoods=24
1.28	     mapSize=649  nbInferences=1  nbTooLargeKeys=0
1.28	       =>  wckTime=0.422  cpuTime=0.35  mem=16M144
1.39	   
1.39	   search
1.39	     run=11  nbConstraintChecks=349558  nbPropagations=107660  nbRevisions=517446  nbUselessRevisions=327711
1.39	     nbAssignments=3366  nbFailedAssignments=462  nbBacktracks=2627  nbVisitedNodes=4358  nbRestartNogoods=31
1.40	     mapSize=924  nbInferences=4  nbTooLargeKeys=0
1.40	       =>  wckTime=0.535  cpuTime=0.46  mem=16M144
1.42	   
1.42	   INFO : Stopping hyperNogood (mapSize=1008, nbTooLargekeys=0, mem=16M144)
1.56	   
1.56	   search
1.56	     run=12  nbConstraintChecks=566298  nbPropagations=151921  nbRevisions=766551  nbUselessRevisions=490685
1.56	     nbAssignments=4942  nbFailedAssignments=724  nbBacktracks=3932  nbVisitedNodes=6474  nbRestartNogoods=33
1.56	       =>  wckTime=0.701  cpuTime=0.62  mem=16M144
1.78	   
1.79	   search
1.79	     run=13  nbConstraintChecks=882932  nbPropagations=219639  nbRevisions=1157282  nbUselessRevisions=750030
1.79	     nbAssignments=7305  nbFailedAssignments=1118  nbBacktracks=5881  nbVisitedNodes=9599  nbRestartNogoods=36
1.79	       =>  wckTime=0.926  cpuTime=0.85  mem=16M144
2.14	   
2.14	   search
2.14	     run=14  nbConstraintChecks=1376801  nbPropagations=324003  nbRevisions=1765164  nbUselessRevisions=1155096
2.14	     nbAssignments=10938  nbFailedAssignments=1778  nbBacktracks=8804  nbVisitedNodes=14521  nbRestartNogoods=43
2.14	       =>  wckTime=1.277  cpuTime=1.19  mem=16M144
2.65	   
2.65	   search
2.65	     run=15  nbConstraintChecks=2107009  nbPropagations=482295  nbRevisions=2697494  nbUselessRevisions=1779360
2.65	     nbAssignments=16286  nbFailedAssignments=2702  nbBacktracks=13183  nbVisitedNodes=21759  nbRestartNogoods=54
2.65	       =>  wckTime=1.788  cpuTime=1.7  mem=16M144
3.47	   
3.47	   search
3.47	     run=16  nbConstraintChecks=3325144  nbPropagations=726560  nbRevisions=4171362  nbUselessRevisions=2769090
3.47	     nbAssignments=24333  nbFailedAssignments=4153  nbBacktracks=19754  nbVisitedNodes=32830  nbRestartNogoods=58
3.47	       =>  wckTime=2.607  cpuTime=2.5  mem=16M144
3.77	   
3.77	   search
3.77	     run=17  nbConstraintChecks=3777881  nbPropagations=1001830  nbRevisions=5848060  nbUselessRevisions=3898291
3.77	     nbAssignments=27411  nbFailedAssignments=4637  nbBacktracks=22207  nbVisitedNodes=36971  nbRestartNogoods=64
3.77	       =>  wckTime=2.907  cpuTime=2.8  mem=16M144
3.77	   
3.77	   global
3.77	     nbConstraintChecks=3799402  nbPropagations=1004096  nbRevisions=5855743  nbUselessRevisions=3903339
3.77	     nbRestartNogoods=64  solvingWckTime=2.908  solvingCpuTime=2.8  expiredTime=no  totalExploration=no
3.77	     nbFoundSolutions=1  globalCpuTime=3.21
3.77	       =>  wckTime=3.467  cpuTime=3.16  mem=16M144
3.77	   
3.77	s SATISFIABLE
3.77	v 12 16 6 14 2 3 7 13 17 13 3 0 12 14 15 7 2 11 15 16 1 7 13 6 7 12 6 14 17 1 4 16 8 14 6 3 9 11 13 12 6 0 16 15 7 8 5 3 9 4 7 2 8 0 9 13 3 1 4 11 8 16 5 1 17 12 15 16 11 14 11 3 7 2 9 4 8 15 16 14 0 1 8 15 2 13 4 10 9 3 8 0 2 0 13 16 7 11 17 15 2 12 7 2 4 13 1 16 3 11 16 0 3 13 17 1 8 7 8 17 6 5 10 12 4 8 14 3 5 2 6 10 9 13 4 10 12 11 8 3 14 
3.77	d NODES 27411
3.77	d CHECKS 3799402
3.77	   
3.77	   totalWckTime=3.543  totalCpuTime=3.22

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/node44/watcher-197543-1168125902 -o ROOT/results/node44/solver-197543-1168125902 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/197543-1168125902/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.62 0.58 1.22 4/75 25742
/proc/meminfo: memFree=1533016/2055920 swapFree=4192812/4192956
[pid=25741] ppid=25739 vsize=18540 CPUtime=0
/proc/25741/stat : 25741 (runsolver) R 25739 25741 24917 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 160990814 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 264840473895 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/25741/statm: 4635 279 244 17 0 2626 0

[startup+0.102639 s]
/proc/loadavg: 0.62 0.58 1.22 4/75 25742
/proc/meminfo: memFree=1533016/2055920 swapFree=4192812/4192956
[pid=25741] ppid=25739 vsize=914988 CPUtime=0.08
/proc/25741/stat : 25741 (java) R 25739 25741 24917 0 -1 0 2987 0 1 0 6 2 0 0 25 0 8 0 160990814 936947712 2733 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155476988 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25741/statm: 228747 2733 1426 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.510678 s]
/proc/loadavg: 0.62 0.58 1.22 4/75 25742
/proc/meminfo: memFree=1533016/2055920 swapFree=4192812/4192956
[pid=25741] ppid=25739 vsize=915328 CPUtime=0.48
/proc/25741/stat : 25741 (java) R 25739 25741 24917 0 -1 0 6364 0 1 0 44 4 0 0 25 0 8 0 160990814 937295872 6103 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25741/statm: 228832 6103 2140 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33176 s]
/proc/loadavg: 0.62 0.58 1.22 4/82 25749
/proc/meminfo: memFree=1508576/2055920 swapFree=4192812/4192956
[pid=25741] ppid=25739 vsize=915568 CPUtime=1.3
/proc/25741/stat : 25741 (java) R 25739 25741 24917 0 -1 0 8964 0 1 0 123 7 0 0 25 0 8 0 160990814 937541632 8702 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073866103 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25741/statm: 228892 8702 2524 14 0 215362 0
[pid=25741/tid=25743] ppid=25739 vsize=915568 CPUtime=0.03
/proc/25741/task/25743/stat : 25743 (java) S 25739 25741 24917 0 -1 64 331 0 0 0 3 0 0 0 16 0 8 0 160990818 937541632 8702 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25741/tid=25744] ppid=25739 vsize=915568 CPUtime=0
/proc/25741/task/25744/stat : 25744 (java) S 25739 25741 24917 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 160990818 937541632 8702 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25741/tid=25745] ppid=25739 vsize=915568 CPUtime=0
/proc/25741/task/25745/stat : 25745 (java) S 25739 25741 24917 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 160990818 937541632 8702 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25741/tid=25746] ppid=25739 vsize=915568 CPUtime=0
/proc/25741/task/25746/stat : 25746 (java) S 25739 25741 24917 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 160990821 937541632 8702 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25741/tid=25747] ppid=25739 vsize=915568 CPUtime=0.26
/proc/25741/task/25747/stat : 25747 (java) S 25739 25741 24917 0 -1 64 413 0 0 0 25 1 0 0 15 0 8 0 160990821 937541632 8702 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25741/tid=25748] ppid=25739 vsize=915568 CPUtime=0
/proc/25741/task/25748/stat : 25748 (java) S 25739 25741 24917 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 160990822 937541632 8702 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25741/tid=25749] ppid=25739 vsize=915568 CPUtime=0
/proc/25741/task/25749/stat : 25749 (java) R 25739 25741 24917 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160990822 937541632 8702 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915568

[startup+2.96993 s]
/proc/loadavg: 0.62 0.58 1.22 3/82 25749
/proc/meminfo: memFree=1508320/2055920 swapFree=4192812/4192956
[pid=25741] ppid=25739 vsize=915568 CPUtime=2.92
/proc/25741/stat : 25741 (java) R 25739 25741 24917 0 -1 0 9010 0 1 0 285 7 0 0 25 0 8 0 160990814 937541632 8747 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073871655 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25741/statm: 228892 8747 2524 14 0 215362 0
[pid=25741/tid=25743] ppid=25739 vsize=915568 CPUtime=0.03
/proc/25741/task/25743/stat : 25743 (java) S 25739 25741 24917 0 -1 64 331 0 0 0 3 0 0 0 17 0 8 0 160990818 937541632 8747 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25741/tid=25744] ppid=25739 vsize=915568 CPUtime=0
/proc/25741/task/25744/stat : 25744 (java) S 25739 25741 24917 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 160990818 937541632 8747 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25741/tid=25745] ppid=25739 vsize=915568 CPUtime=0
/proc/25741/task/25745/stat : 25745 (java) S 25739 25741 24917 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 160990818 937541632 8747 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25741/tid=25746] ppid=25739 vsize=915568 CPUtime=0
/proc/25741/task/25746/stat : 25746 (java) S 25739 25741 24917 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 160990821 937541632 8747 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25741/tid=25747] ppid=25739 vsize=915568 CPUtime=0.27
/proc/25741/task/25747/stat : 25747 (java) S 25739 25741 24917 0 -1 64 416 0 0 0 26 1 0 0 15 0 8 0 160990821 937541632 8747 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25741/tid=25748] ppid=25739 vsize=915568 CPUtime=0
/proc/25741/task/25748/stat : 25748 (java) S 25739 25741 24917 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 160990822 937541632 8747 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25741/tid=25749] ppid=25739 vsize=915568 CPUtime=0
/proc/25741/task/25749/stat : 25749 (java) S 25739 25741 24917 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160990822 937541632 8747 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 915568

Child status: 0
Real time (s): 3.78437
CPU time (s): 3.73843
CPU user time (s): 3.65344
CPU system time (s): 0.084987
CPU usage (%): 98.7861
Max. virtual memory (cumulated for all children) (KiB): 915568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.65344
system time used= 0.084987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9108
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= 1466
involuntary context switches= 1738

runsolver used 0.006998 s user time and 0.016997 s system time

The end

Launcher Data (download as text)

Begin job on node44 on Sat Jan  6 23:25:09 UTC 2007


IDJOB= 197543
IDBENCH= 3482
FILE ID= node44/197543-1168125902

PBS_JOBID= 3477584

Free space on /tmp= 66538 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  922e2e0dd05ea438b13d7be4fd904097

RANDOM SEED= 196154587

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.213
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.213
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:       1533752 kB
Buffers:         37268 kB
Cached:         390452 kB
SwapCached:          0 kB
Active:         126072 kB
Inactive:       327144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1533752 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1796 kB
Writeback:           0 kB
Mapped:          37296 kB
Slab:            54348 kB
Committed_AS:  3163052 kB
PageTables:       1788 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= 66538 MiB



End job on node44 on Sat Jan  6 23:25:29 UTC 2007