Trace number 239840

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 4.02439 4.10358

DiagnosticValue
CHECKS2246857
NODES11930

General information on the benchmark

Nameqcp-qwh/QWH-20/
qwh-20-166-0_ext.xml
MD5SUMab766fd0fac11bd1dabdda8877cce5fd
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.826873
SatisfiableYES
(Un)Satisfiability was proved
Number of variables400
Number of constraints7600
Maximum constraint arity2
Maximum domain size20
Number of constraints which are defined in extension7600
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.32	   configuration
0.32	     name=mac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/239840-1168085160/unknown.xml
0.38	   
0.38	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.47	     nbVariables=400  nbDomainTypes=21  minDomainSize=1  maxDomainSize=20
0.47	       =>  wckTime=0.152  cpuTime=0.12  mem=7M894
0.47	   
0.47	   relations being loaded...
0.47	   
0.47	   constraints being loaded...
0.84	     nbConstraints=5092  nbRelationTypes=22  nbSingletonDomainVariables=234  nbExtensionStructures=41
0.84	     nbSharedExtensionStructures=5051  nbConflictsStructures=41  nbSharedConflictsStructures=5051
0.84	     nbSharedBinaryRepresentations=858  maxDegree=38  maxArity=2
0.84	       =>  wckTime=0.518  cpuTime=0.36  mem=23M497
0.91	   
0.91	   solver IterativeSystematicSolver being built... 
1.09	       =>  wckTime=0.769  cpuTime=0.51  mem=18M172
1.14	   
1.14	   preprocessing
1.14	     nbConstraintChecks=41725  nbPropagations=400  nbRevisions=3914  nbUselessRevisions=1240  nbRemovedValues=2674
1.14	     detectedInconsistency=no
1.14	       =>  wckTime=0.05  cpuTime=0.03  mem=18M172
1.20	   
1.20	   search
1.20	     run=0  nbConstraintChecks=7811  nbPropagations=782  nbRevisions=8864  nbUselessRevisions=5594  nbAssignments=67
1.20	     nbFailedAssignments=5  nbBacktracks=20  nbVisitedNodes=77  nbRestartNogoods=0  mapSize=8  nbInferences=0
1.20	     nbTooLargeKeys=0
1.20	       =>  wckTime=0.106  cpuTime=0.07  mem=18M172
1.22	   
1.22	   search
1.22	     run=1  nbConstraintChecks=16987  nbPropagations=1986  nbRevisions=23691  nbUselessRevisions=16479
1.22	     nbAssignments=142  nbFailedAssignments=10  nbBacktracks=40  nbVisitedNodes=161  nbRestartNogoods=1  mapSize=16
1.22	     nbInferences=0  nbTooLargeKeys=0
1.22	       =>  wckTime=0.133  cpuTime=0.09  mem=19M147
1.25	   
1.25	   search
1.25	     run=2  nbConstraintChecks=23903  nbPropagations=3527  nbRevisions=42667  nbUselessRevisions=30956
1.25	     nbAssignments=209  nbFailedAssignments=16  nbBacktracks=76  nbVisitedNodes=240  nbRestartNogoods=2  mapSize=27
1.25	     nbInferences=0  nbTooLargeKeys=0
1.25	       =>  wckTime=0.158  cpuTime=0.12  mem=19M147
1.27	   
1.27	   search
1.27	     run=3  nbConstraintChecks=34365  nbPropagations=5507  nbRevisions=68437  nbUselessRevisions=51458
1.27	     nbAssignments=286  nbFailedAssignments=20  nbBacktracks=115  nbVisitedNodes=326  nbRestartNogoods=3  mapSize=34
1.27	     nbInferences=0  nbTooLargeKeys=0
1.27	       =>  wckTime=0.181  cpuTime=0.14  mem=19M147
1.31	   
1.31	   search
1.31	     run=4  nbConstraintChecks=50494  nbPropagations=8135  nbRevisions=104840  nbUselessRevisions=81396
1.31	     nbAssignments=407  nbFailedAssignments=29  nbBacktracks=165  nbVisitedNodes=463  nbRestartNogoods=5  mapSize=46
1.31	     nbInferences=0  nbTooLargeKeys=0
1.31	       =>  wckTime=0.218  cpuTime=0.17  mem=19M147
1.35	   
1.35	   search
1.35	     run=5  nbConstraintChecks=72572  nbPropagations=11592  nbRevisions=155464  nbUselessRevisions=123925
1.35	     nbAssignments=524  nbFailedAssignments=48  nbBacktracks=246  nbVisitedNodes=619  nbRestartNogoods=9  mapSize=83
1.35	     nbInferences=0  nbTooLargeKeys=0
1.35	       =>  wckTime=0.261  cpuTime=0.21  mem=19M147
1.41	   
1.41	   search
1.41	     run=6  nbConstraintChecks=109517  nbPropagations=16257  nbRevisions=230432  nbUselessRevisions=188018
1.41	     nbAssignments=694  nbFailedAssignments=75  nbBacktracks=360  nbVisitedNodes=830  nbRestartNogoods=11  mapSize=119
1.41	     nbInferences=0  nbTooLargeKeys=0
1.41	       =>  wckTime=0.321  cpuTime=0.27  mem=19M147
1.48	   
1.48	   search
1.48	     run=7  nbConstraintChecks=143068  nbPropagations=22201  nbRevisions=328821  nbUselessRevisions=273093
1.48	     nbAssignments=978  nbFailedAssignments=108  nbBacktracks=530  nbVisitedNodes=1163  nbRestartNogoods=16  mapSize=160
1.48	     nbInferences=0  nbTooLargeKeys=0
1.48	       =>  wckTime=0.387  cpuTime=0.33  mem=19M147
1.56	   
1.56	   search
1.56	     run=8  nbConstraintChecks=176264  nbPropagations=29571  nbRevisions=448903  nbUselessRevisions=377387
1.56	     nbAssignments=1291  nbFailedAssignments=138  nbBacktracks=794  nbVisitedNodes=1536  nbRestartNogoods=24
1.56	     mapSize=219  nbInferences=0  nbTooLargeKeys=0
1.56	       =>  wckTime=0.465  cpuTime=0.41  mem=19M147
1.72	   
1.72	   search
1.72	     run=9  nbConstraintChecks=271054  nbPropagations=40093  nbRevisions=633108  nbUselessRevisions=538757
1.72	     nbAssignments=1799  nbFailedAssignments=182  nbBacktracks=1211  nbVisitedNodes=2131  nbRestartNogoods=25
1.72	     mapSize=303  nbInferences=0  nbTooLargeKeys=0
1.72	       =>  wckTime=0.63  cpuTime=0.56  mem=20M122
1.88	   
1.88	   search
1.88	     run=10  nbConstraintChecks=351247  nbPropagations=53838  nbRevisions=869899  nbUselessRevisions=746468
1.88	     nbAssignments=2473  nbFailedAssignments=243  nbBacktracks=1798  nbVisitedNodes=2933  nbRestartNogoods=28
1.88	     mapSize=422  nbInferences=0  nbTooLargeKeys=0
1.88	       =>  wckTime=0.793  cpuTime=0.71  mem=20M122
2.13	   
2.13	   search
2.13	     run=11  nbConstraintChecks=508816  nbPropagations=73337  nbRevisions=1211794  nbUselessRevisions=1047552
2.13	     nbAssignments=3484  nbFailedAssignments=353  nbBacktracks=2667  nbVisitedNodes=4176  nbRestartNogoods=33
2.13	     mapSize=633  nbInferences=0  nbTooLargeKeys=0
2.13	       =>  wckTime=1.037  cpuTime=0.95  mem=21M98
2.51	   
2.51	   search
2.51	     run=12  nbConstraintChecks=787797  nbPropagations=101943  nbRevisions=1748967  nbUselessRevisions=1524559
2.51	     nbAssignments=5021  nbFailedAssignments=527  nbBacktracks=3982  nbVisitedNodes=6033  nbRestartNogoods=41
2.51	     mapSize=932  nbInferences=0  nbTooLargeKeys=0
2.51	       =>  wckTime=1.417  cpuTime=1.32  mem=21M98
2.60	   
2.61	   INFO : Stopping hyperNogood (mapSize=1008, nbTooLargekeys=0, mem=22M73)
3.01	   
3.01	   search
3.01	     run=13  nbConstraintChecks=1211536  nbPropagations=144704  nbRevisions=2588878  nbUselessRevisions=2275107
3.01	     nbAssignments=7302  nbFailedAssignments=801  nbBacktracks=5930  nbVisitedNodes=8833  nbRestartNogoods=47
3.01	       =>  wckTime=1.916  cpuTime=1.81  mem=22M73
3.81	   
3.81	   search
3.81	     run=14  nbConstraintChecks=1959501  nbPropagations=211689  nbRevisions=3949114  nbUselessRevisions=3493396
3.81	     nbAssignments=10741  nbFailedAssignments=1261  nbBacktracks=8856  nbVisitedNodes=13171  nbRestartNogoods=53
3.81	       =>  wckTime=2.722  cpuTime=2.61  mem=22M73
4.07	   
4.07	   search
4.07	     run=15  nbConstraintChecks=2205132  nbPropagations=285905  nbRevisions=5478249  nbUselessRevisions=4864338
4.07	     nbAssignments=11930  nbFailedAssignments=1393  nbBacktracks=9513  nbVisitedNodes=14623  nbRestartNogoods=60
4.07	       =>  wckTime=2.978  cpuTime=2.86  mem=22M73
4.07	   
4.07	   global
4.07	     nbConstraintChecks=2246857  nbPropagations=286305  nbRevisions=5482163  nbUselessRevisions=4865578
4.07	     nbRestartNogoods=60  solvingWckTime=2.979  solvingCpuTime=2.86  expiredTime=no  totalExploration=no
4.07	     nbFoundSolutions=1  globalCpuTime=3.42
4.07	       =>  wckTime=3.752  cpuTime=3.37  mem=22M73
4.07	   
4.07	s SATISFIABLE
4.07	v 19 11 18 0 17 14 13 8 3 7 2 15 1 9 4 10 16 12 5 6 17 8 3 14 4 18 15 12 10 16 1 7 6 0 13 11 2 5 19 9 15 9 10 12 14 16 5 4 1 17 7 11 0 18 2 6 8 19 13 3 3 5 4 17 10 7 0 19 15 18 8 16 11 2 9 13 6 1 14 12 14 15 9 18 1 3 7 2 11 13 4 10 8 12 0 17 5 16 6 19 6 10 2 9 5 15 1 16 7 3 19 12 13 8 17 18 0 11 4 14 18 4 16 5 7 6 11 9 19 10 14 8 12 13 3 1 17 2 15 0 9 6 14 15 18 12 19 0 2 5 10 4 7 17 8 3 1 13 16 11 1 7 5 8 9 19 16 17 6 12 11 14 15 10 18 0 13 3 2 4 11 16 6 3 13 0 10 7 14 8 12 19 2 4 1 5 9 15 18 17 13 19 0 1 11 2 4 15 8 9 18 6 3 7 5 16 12 14 17 10 7 3 8 13 2 17 6 18 9 11 16 0 14 5 19 15 10 4 12 1 12 0 15 4 3 11 17 13 16 1 5 2 10 14 6 19 7 18 9 8 8 18 7 10 6 1 12 5 13 0 15 17 16 19 14 4 3 9 11 2 4 1 17 16 19 8 9 6 12 14 0 13 18 15 7 2 11 10 3 5 16 2 1 6 0 5 14 10 17 19 13 9 4 3 11 12 18 8 7 15 5 17 13 19 15 10 2 11 18 4 3 1 9 6 12 8 14 7 0 16 10 12 19 7 16 9 3 1 0 2 6 18 5 11 15 14 4 17 8 13 0 13 11 2 12 4 8 14 5 15 9 3 17 1 16 7 19 6 10 18 2 14 12 11 8 13 18 3 4 6 17 5 19 16 10 9 15 0 1 7 
4.07	d NODES 11930
4.07	d CHECKS 2246857
4.07	   
4.07	   totalWckTime=3.832  totalCpuTime=3.42

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/node56/watcher-239840-1168085160 -o ROOT/results/node56/solver-239840-1168085160 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/239840-1168085160/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.69 1.93 1.89 4/80 9828
/proc/meminfo: memFree=1026288/2055920 swapFree=4184772/4192956
[pid=9827] ppid=9825 vsize=1784 CPUtime=0
/proc/9827/stat : 9827 (java) R 9825 9827 8776 0 -1 0 169 0 0 0 0 0 0 0 18 0 1 0 156914534 1826816 140 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/9827/statm: 446 140 106 14 0 91 0

[startup+0.107707 s]
/proc/loadavg: 1.69 1.93 1.89 4/80 9828
/proc/meminfo: memFree=1026288/2055920 swapFree=4184772/4192956
[pid=9827] ppid=9825 vsize=914988 CPUtime=0.08
/proc/9827/stat : 9827 (java) R 9825 9827 8776 0 -1 0 2984 0 1 0 7 1 0 0 19 0 8 0 156914534 936947712 2730 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155185169 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9827/statm: 228747 2730 1425 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.515744 s]
/proc/loadavg: 1.69 1.93 1.89 4/80 9828
/proc/meminfo: memFree=1026288/2055920 swapFree=4184772/4192956
[pid=9827] ppid=9825 vsize=915328 CPUtime=0.48
/proc/9827/stat : 9827 (java) R 9825 9827 8776 0 -1 0 6438 0 1 0 44 4 0 0 18 0 8 0 156914534 937295872 6177 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9827/statm: 228832 6177 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33683 s]
/proc/loadavg: 1.69 1.93 1.89 5/87 9835
/proc/meminfo: memFree=990456/2055920 swapFree=4184772/4192956
[pid=9827] ppid=9825 vsize=915676 CPUtime=1.29
/proc/9827/stat : 9827 (java) R 9825 9827 8776 0 -1 0 11693 0 1 0 120 9 0 0 23 0 8 0 156914534 937652224 11431 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336169 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9827/statm: 228919 11431 2513 14 0 215389 0
[pid=9827/tid=9829] ppid=9825 vsize=915676 CPUtime=0.06
/proc/9827/task/9829/stat : 9829 (java) S 9825 9827 8776 0 -1 64 842 0 0 0 6 0 0 0 16 0 8 0 156914538 937652224 11431 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9827/tid=9830] ppid=9825 vsize=915676 CPUtime=0
/proc/9827/task/9830/stat : 9830 (java) S 9825 9827 8776 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156914539 937652224 11431 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9827/tid=9831] ppid=9825 vsize=915676 CPUtime=0
/proc/9827/task/9831/stat : 9831 (java) S 9825 9827 8776 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156914539 937652224 11431 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9827/tid=9832] ppid=9825 vsize=915676 CPUtime=0
/proc/9827/task/9832/stat : 9832 (java) S 9825 9827 8776 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156914542 937652224 11431 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9827/tid=9833] ppid=9825 vsize=915676 CPUtime=0.26
/proc/9827/task/9833/stat : 9833 (java) S 9825 9827 8776 0 -1 64 467 0 0 0 26 0 0 0 15 0 8 0 156914542 937652224 11431 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9827/tid=9834] ppid=9825 vsize=915676 CPUtime=0
/proc/9827/task/9834/stat : 9834 (java) S 9825 9827 8776 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156914542 937652224 11431 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9827/tid=9835] ppid=9825 vsize=915676 CPUtime=0
/proc/9827/task/9835/stat : 9835 (java) S 9825 9827 8776 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156914542 937652224 11431 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 915676

[startup+2.97399 s]
/proc/loadavg: 1.69 1.93 1.89 3/87 9835
/proc/meminfo: memFree=990264/2055920 swapFree=4184772/4192956
[pid=9827] ppid=9825 vsize=915676 CPUtime=2.92
/proc/9827/stat : 9827 (java) R 9825 9827 8776 0 -1 0 11711 0 1 0 282 10 0 0 25 0 8 0 156914534 937652224 11448 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073941753 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9827/statm: 228919 11448 2513 14 0 215389 0
[pid=9827/tid=9829] ppid=9825 vsize=915676 CPUtime=0.06
/proc/9827/task/9829/stat : 9829 (java) S 9825 9827 8776 0 -1 64 842 0 0 0 6 0 0 0 17 0 8 0 156914538 937652224 11448 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9827/tid=9830] ppid=9825 vsize=915676 CPUtime=0
/proc/9827/task/9830/stat : 9830 (java) S 9825 9827 8776 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156914539 937652224 11448 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9827/tid=9831] ppid=9825 vsize=915676 CPUtime=0
/proc/9827/task/9831/stat : 9831 (java) S 9825 9827 8776 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156914539 937652224 11448 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9827/tid=9832] ppid=9825 vsize=915676 CPUtime=0
/proc/9827/task/9832/stat : 9832 (java) S 9825 9827 8776 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156914542 937652224 11448 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9827/tid=9833] ppid=9825 vsize=915676 CPUtime=0.3
/proc/9827/task/9833/stat : 9833 (java) S 9825 9827 8776 0 -1 64 484 0 0 0 29 1 0 0 15 0 8 0 156914542 937652224 11448 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9827/tid=9834] ppid=9825 vsize=915676 CPUtime=0
/proc/9827/task/9834/stat : 9834 (java) S 9825 9827 8776 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156914542 937652224 11448 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9827/tid=9835] ppid=9825 vsize=915676 CPUtime=0
/proc/9827/task/9835/stat : 9835 (java) S 9825 9827 8776 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156914542 937652224 11448 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 915676

Child status: 0
Real time (s): 4.10358
CPU time (s): 4.02439
CPU user time (s): 3.91341
CPU system time (s): 0.110983
CPU usage (%): 98.0703
Max. virtual memory (cumulated for all children) (KiB): 915676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.91341
system time used= 0.110983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11724
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= 1398
involuntary context switches= 1719

runsolver used 0.010998 s user time and 0.016997 s system time

The end

Launcher Data (download as text)

Begin job on node56 on Sat Jan  6 12:06:02 UTC 2007


IDJOB= 239840
IDBENCH= 7086
FILE ID= node56/239840-1168085160

PBS_JOBID= 3476203

Free space on /tmp= 66519 MiB

BENCH NAME= HOME/pub/bench/CPAI06/qcp-qwh/QWH-20/qwh-20-166-0_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/239840-1168085160/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node56/watcher-239840-1168085160 -o ROOT/results/node56/solver-239840-1168085160 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/239840-1168085160/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  ab766fd0fac11bd1dabdda8877cce5fd

RANDOM SEED= 230977522

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.232
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.232
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:       1026704 kB
Buffers:         32256 kB
Cached:         310308 kB
SwapCached:       2060 kB
Active:         675096 kB
Inactive:       285544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1026704 kB
SwapTotal:     4192956 kB
SwapFree:      4184772 kB
Dirty:            2316 kB
Writeback:           0 kB
Mapped:         635040 kB
Slab:            52532 kB
Committed_AS:  3627016 kB
PageTables:       3080 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= 66519 MiB



End job on node56 on Sat Jan  6 12:06:14 UTC 2007