Trace number 239897

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 3.75643 3.83883

DiagnosticValue
CHECKS2096068
NODES12466

General information on the benchmark

Nameqcp-qwh/QWH-20/
qwh-20-166-9_ext.xml
MD5SUMbd11dc0402ef00434a2d593fc0e9566e
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.991849
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.30	   
0.30	Abscon 109 (November, 2006)
0.30	   
0.30	   configuration
0.30	     name=mac.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/239897-1168085160/unknown.xml
0.36	   
0.36	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.45	     nbVariables=400  nbDomainTypes=21  minDomainSize=1  maxDomainSize=20
0.45	       =>  wckTime=0.147  cpuTime=0.1  mem=7M894
0.45	   
0.45	   relations being loaded...
0.45	   
0.45	   constraints being loaded...
0.79	     nbConstraints=5092  nbRelationTypes=22  nbSingletonDomainVariables=234  nbExtensionStructures=41
0.79	     nbSharedExtensionStructures=5051  nbConflictsStructures=41  nbSharedConflictsStructures=5051
0.79	     nbSharedBinaryRepresentations=858  maxDegree=38  maxArity=2
0.79	       =>  wckTime=0.485  cpuTime=0.34  mem=23M497
0.86	   
0.86	   solver IterativeSystematicSolver being built... 
1.02	       =>  wckTime=0.722  cpuTime=0.47  mem=18M172
1.07	   
1.07	   preprocessing
1.07	     nbConstraintChecks=41661  nbPropagations=400  nbRevisions=3952  nbUselessRevisions=1237  nbRemovedValues=2715
1.07	     detectedInconsistency=no
1.07	       =>  wckTime=0.042  cpuTime=0.02  mem=18M172
1.12	   
1.12	   search
1.12	     run=0  nbConstraintChecks=6932  nbPropagations=743  nbRevisions=8480  nbUselessRevisions=5254  nbAssignments=57
1.12	     nbFailedAssignments=4  nbBacktracks=11  nbVisitedNodes=66  nbRestartNogoods=0  mapSize=7  nbInferences=0
1.12	     nbTooLargeKeys=0
1.12	       =>  wckTime=0.091  cpuTime=0.06  mem=18M172
1.14	   
1.14	   search
1.14	     run=1  nbConstraintChecks=15103  nbPropagations=1867  nbRevisions=22207  nbUselessRevisions=15171
1.14	     nbAssignments=131  nbFailedAssignments=7  nbBacktracks=31  nbVisitedNodes=149  nbRestartNogoods=1  mapSize=14
1.14	     nbInferences=0  nbTooLargeKeys=0
1.14	       =>  wckTime=0.115  cpuTime=0.08  mem=18M172
1.17	   
1.17	   search
1.17	     run=2  nbConstraintChecks=26646  nbPropagations=3470  nbRevisions=43716  nbUselessRevisions=32075
1.17	     nbAssignments=205  nbFailedAssignments=11  nbBacktracks=67  nbVisitedNodes=236  nbRestartNogoods=3  mapSize=26
1.17	     nbInferences=0  nbTooLargeKeys=0
1.17	       =>  wckTime=0.143  cpuTime=0.11  mem=19M147
1.19	   
1.19	   search
1.19	     run=3  nbConstraintChecks=36679  nbPropagations=5512  nbRevisions=71783  nbUselessRevisions=54836
1.19	     nbAssignments=280  nbFailedAssignments=16  nbBacktracks=107  nbVisitedNodes=321  nbRestartNogoods=4  mapSize=35
1.19	     nbInferences=0  nbTooLargeKeys=0
1.19	       =>  wckTime=0.166  cpuTime=0.13  mem=19M147
1.22	   
1.22	   search
1.22	     run=4  nbConstraintChecks=48863  nbPropagations=8088  nbRevisions=108006  nbUselessRevisions=84855
1.22	     nbAssignments=383  nbFailedAssignments=25  nbBacktracks=167  nbVisitedNodes=442  nbRestartNogoods=5  mapSize=51
1.22	     nbInferences=0  nbTooLargeKeys=0
1.22	       =>  wckTime=0.195  cpuTime=0.16  mem=19M147
1.26	   
1.26	   search
1.26	     run=5  nbConstraintChecks=75269  nbPropagations=11524  nbRevisions=162349  nbUselessRevisions=131196
1.26	     nbAssignments=499  nbFailedAssignments=39  nbBacktracks=249  nbVisitedNodes=588  nbRestartNogoods=7  mapSize=80
1.26	     nbInferences=0  nbTooLargeKeys=0
1.26	       =>  wckTime=0.234  cpuTime=0.2  mem=19M147
1.31	   
1.31	   search
1.31	     run=6  nbConstraintChecks=104561  nbPropagations=16013  nbRevisions=236561  nbUselessRevisions=195278
1.31	     nbAssignments=679  nbFailedAssignments=56  nbBacktracks=364  nbVisitedNodes=813  nbRestartNogoods=8  mapSize=120
1.31	     nbInferences=0  nbTooLargeKeys=0
1.31	       =>  wckTime=0.286  cpuTime=0.24  mem=19M147
1.38	   
1.38	   search
1.38	     run=7  nbConstraintChecks=152354  nbPropagations=22116  nbRevisions=344219  nbUselessRevisions=289569
1.38	     nbAssignments=945  nbFailedAssignments=82  nbBacktracks=569  nbVisitedNodes=1131  nbRestartNogoods=13  mapSize=168
1.38	     nbInferences=0  nbTooLargeKeys=0
1.38	       =>  wckTime=0.357  cpuTime=0.31  mem=19M147
1.46	   
1.46	   search
1.46	     run=8  nbConstraintChecks=188522  nbPropagations=29661  nbRevisions=476304  nbUselessRevisions=405679
1.46	     nbAssignments=1271  nbFailedAssignments=114  nbBacktracks=839  nbVisitedNodes=1513  nbRestartNogoods=17
1.46	     mapSize=222  nbInferences=0  nbTooLargeKeys=0
1.46	       =>  wckTime=0.431  cpuTime=0.38  mem=19M147
1.59	   
1.59	   search
1.59	     run=9  nbConstraintChecks=253896  nbPropagations=39497  nbRevisions=654232  nbUselessRevisions=563324
1.59	     nbAssignments=1742  nbFailedAssignments=153  nbBacktracks=1223  nbVisitedNodes=2059  nbRestartNogoods=19
1.59	     mapSize=291  nbInferences=1  nbTooLargeKeys=0
1.59	       =>  wckTime=0.56  cpuTime=0.49  mem=20M122
1.74	   
1.74	   search
1.74	     run=10  nbConstraintChecks=338044  nbPropagations=52491  nbRevisions=887746  nbUselessRevisions=770242
1.74	     nbAssignments=2422  nbFailedAssignments=221  nbBacktracks=1821  nbVisitedNodes=2872  nbRestartNogoods=25
1.74	     mapSize=415  nbInferences=1  nbTooLargeKeys=0
1.74	       =>  wckTime=0.713  cpuTime=0.64  mem=20M122
1.98	   
1.98	   search
1.98	     run=11  nbConstraintChecks=510612  nbPropagations=71428  nbRevisions=1236405  nbUselessRevisions=1079442
1.98	     nbAssignments=3441  nbFailedAssignments=321  nbBacktracks=2717  nbVisitedNodes=4111  nbRestartNogoods=27
1.98	     mapSize=618  nbInferences=1  nbTooLargeKeys=0
1.98	       =>  wckTime=0.954  cpuTime=0.87  mem=21M98
2.30	   
2.30	   search
2.30	     run=12  nbConstraintChecks=750243  nbPropagations=98537  nbRevisions=1756639  nbUselessRevisions=1544307
2.30	     nbAssignments=4961  nbFailedAssignments=478  nbBacktracks=4014  nbVisitedNodes=5917  nbRestartNogoods=31
2.30	     mapSize=887  nbInferences=1  nbTooLargeKeys=0
2.30	       =>  wckTime=1.274  cpuTime=1.19  mem=21M98
2.42	   
2.42	   INFO : Stopping hyperNogood (mapSize=1002, nbTooLargekeys=0, mem=22M73)
2.72	   
2.72	   search
2.72	     run=13  nbConstraintChecks=1060558  nbPropagations=137217  nbRevisions=2479144  nbUselessRevisions=2188561
2.72	     nbAssignments=7242  nbFailedAssignments=761  nbBacktracks=5994  nbVisitedNodes=8752  nbRestartNogoods=45
2.72	       =>  wckTime=1.695  cpuTime=1.61  mem=22M73
3.46	   
3.46	   search
3.46	     run=14  nbConstraintChecks=1767431  nbPropagations=199814  nbRevisions=3677761  nbUselessRevisions=3259801
3.46	     nbAssignments=10637  nbFailedAssignments=1212  nbBacktracks=8915  nbVisitedNodes=12999  nbRestartNogoods=49
3.46	       =>  wckTime=2.433  cpuTime=2.34  mem=22M73
3.78	   
3.78	   search
3.78	     run=15  nbConstraintChecks=2054407  nbPropagations=271103  nbRevisions=5073436  nbUselessRevisions=4510144
3.78	     nbAssignments=12466  nbFailedAssignments=1321  nbBacktracks=10235  nbVisitedNodes=15059  nbRestartNogoods=54
3.78	       =>  wckTime=2.755  cpuTime=2.65  mem=22M73
3.78	   
3.78	   global
3.78	     nbConstraintChecks=2096068  nbPropagations=271503  nbRevisions=5077388  nbUselessRevisions=4511381
3.78	     nbRestartNogoods=54  solvingWckTime=2.756  solvingCpuTime=2.66  expiredTime=no  totalExploration=no
3.78	     nbFoundSolutions=1  globalCpuTime=3.18
3.78	       =>  wckTime=3.482  cpuTime=3.14  mem=22M73
3.79	   
3.79	s SATISFIABLE
3.79	v 10 8 2 17 9 18 15 14 7 3 4 19 12 11 0 16 13 1 5 6 12 19 0 1 7 15 11 16 6 14 18 4 2 9 5 3 10 17 13 8 18 12 1 16 14 17 8 4 11 5 10 9 3 7 15 6 0 13 19 2 6 9 16 12 10 8 1 11 5 4 0 13 14 3 19 2 17 15 7 18 13 4 9 0 15 5 7 17 1 19 14 12 16 10 2 11 8 6 18 3 3 2 12 9 1 4 18 19 8 11 7 16 0 6 13 17 15 5 14 10 14 15 3 11 13 7 9 10 2 8 5 6 4 19 16 0 12 18 17 1 19 1 14 10 6 11 16 7 15 13 12 17 5 2 18 9 3 0 8 4 1 3 17 13 16 6 14 9 18 10 19 2 8 15 7 12 5 4 11 0 11 13 5 19 17 16 10 2 9 1 6 0 15 18 14 8 7 3 4 12 2 16 11 3 0 9 13 8 19 18 17 15 1 12 6 14 4 7 10 5 15 14 10 7 5 12 19 3 4 17 1 8 9 0 11 18 2 16 6 13 8 10 13 14 18 2 12 6 3 0 9 11 17 5 4 1 16 19 15 7 5 6 4 18 19 3 17 0 12 2 8 7 13 16 10 15 14 9 1 11 16 0 6 4 8 10 5 12 14 15 3 18 7 1 17 13 19 11 2 9 17 18 19 8 2 0 4 13 16 7 11 5 6 14 1 10 9 12 3 15 7 17 18 2 3 1 6 5 0 9 15 10 19 13 8 4 11 14 12 16 4 5 8 15 11 14 0 1 10 12 13 3 18 17 9 7 6 2 16 19 0 11 7 5 12 13 2 15 17 6 16 1 10 4 3 19 18 8 9 14 9 7 15 6 4 19 3 18 13 16 2 14 11 8 12 5 1 10 0 17 
3.79	d NODES 12466
3.79	d CHECKS 2096068
3.79	   
3.79	   totalWckTime=3.557  totalCpuTime=3.18

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/node47/watcher-239897-1168085160 -o ROOT/results/node47/solver-239897-1168085160 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/239897-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.66 1.92 1.88 3/80 4719
/proc/meminfo: memFree=1130912/2055920 swapFree=4192812/4192956
[pid=4718] ppid=4716 vsize=1784 CPUtime=0
/proc/4718/stat : 4718 (java) R 4716 4718 4191 0 -1 0 194 0 0 0 0 0 0 0 18 0 1 0 156915632 1826816 160 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/4718/statm: 0 0 0 0 0 0 0

[startup+0.107531 s]
/proc/loadavg: 1.66 1.92 1.88 3/80 4719
/proc/meminfo: memFree=1130912/2055920 swapFree=4192812/4192956
[pid=4718] ppid=4716 vsize=914988 CPUtime=0.08
/proc/4718/stat : 4718 (java) R 4716 4718 4191 0 -1 0 2996 0 1 0 7 1 0 0 23 0 8 0 156915632 936947712 2742 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4718/statm: 228747 2742 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.515572 s]
/proc/loadavg: 1.66 1.92 1.88 3/80 4719
/proc/meminfo: memFree=1130912/2055920 swapFree=4192812/4192956
[pid=4718] ppid=4716 vsize=915328 CPUtime=0.48
/proc/4718/stat : 4718 (java) R 4716 4718 4191 0 -1 0 6545 0 1 0 44 4 0 0 25 0 8 0 156915632 937295872 6284 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073651284 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4718/statm: 228832 6284 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33766 s]
/proc/loadavg: 1.66 1.92 1.88 3/87 4726
/proc/meminfo: memFree=1094888/2055920 swapFree=4192812/4192956
[pid=4718] ppid=4716 vsize=915676 CPUtime=1.3
/proc/4718/stat : 4718 (java) R 4716 4718 4191 0 -1 0 11687 0 1 0 123 7 0 0 25 0 8 0 156915632 937652224 11425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072941832 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4718/statm: 228919 11425 2513 14 0 215389 0
[pid=4718/tid=4720] ppid=4716 vsize=915676 CPUtime=0.05
/proc/4718/task/4720/stat : 4720 (java) S 4716 4718 4191 0 -1 64 842 0 0 0 5 0 0 0 16 0 8 0 156915636 937652224 11425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4718/tid=4721] ppid=4716 vsize=915676 CPUtime=0
/proc/4718/task/4721/stat : 4721 (java) S 4716 4718 4191 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156915637 937652224 11425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4718/tid=4722] ppid=4716 vsize=915676 CPUtime=0
/proc/4718/task/4722/stat : 4722 (java) S 4716 4718 4191 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156915637 937652224 11425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4718/tid=4723] ppid=4716 vsize=915676 CPUtime=0
/proc/4718/task/4723/stat : 4723 (java) S 4716 4718 4191 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156915640 937652224 11425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4718/tid=4724] ppid=4716 vsize=915676 CPUtime=0.26
/proc/4718/task/4724/stat : 4724 (java) S 4716 4718 4191 0 -1 64 470 0 0 0 25 1 0 0 15 0 8 0 156915640 937652224 11425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4718/tid=4725] ppid=4716 vsize=915676 CPUtime=0
/proc/4718/task/4725/stat : 4725 (java) S 4716 4718 4191 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156915640 937652224 11425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4718/tid=4726] ppid=4716 vsize=915676 CPUtime=0
/proc/4718/task/4726/stat : 4726 (java) S 4716 4718 4191 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156915640 937652224 11425 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) 915676

[startup+2.98984 s]
/proc/loadavg: 1.69 1.92 1.88 3/87 4726
/proc/meminfo: memFree=1094824/2055920 swapFree=4192812/4192956
[pid=4718] ppid=4716 vsize=915676 CPUtime=2.94
/proc/4718/stat : 4718 (java) R 4716 4718 4191 0 -1 0 11703 0 1 0 287 7 0 0 25 0 8 0 156915632 937652224 11440 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336182 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4718/statm: 228919 11440 2513 14 0 215389 0
[pid=4718/tid=4720] ppid=4716 vsize=915676 CPUtime=0.05
/proc/4718/task/4720/stat : 4720 (java) S 4716 4718 4191 0 -1 64 842 0 0 0 5 0 0 0 17 0 8 0 156915636 937652224 11440 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4718/tid=4721] ppid=4716 vsize=915676 CPUtime=0
/proc/4718/task/4721/stat : 4721 (java) S 4716 4718 4191 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156915637 937652224 11440 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4718/tid=4722] ppid=4716 vsize=915676 CPUtime=0
/proc/4718/task/4722/stat : 4722 (java) S 4716 4718 4191 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156915637 937652224 11440 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4718/tid=4723] ppid=4716 vsize=915676 CPUtime=0
/proc/4718/task/4723/stat : 4723 (java) S 4716 4718 4191 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156915640 937652224 11440 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4718/tid=4724] ppid=4716 vsize=915676 CPUtime=0.29
/proc/4718/task/4724/stat : 4724 (java) S 4716 4718 4191 0 -1 64 485 0 0 0 28 1 0 0 15 0 8 0 156915640 937652224 11440 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4718/tid=4725] ppid=4716 vsize=915676 CPUtime=0
/proc/4718/task/4725/stat : 4725 (java) S 4716 4718 4191 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156915640 937652224 11440 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4718/tid=4726] ppid=4716 vsize=915676 CPUtime=0
/proc/4718/task/4726/stat : 4726 (java) S 4716 4718 4191 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156915640 937652224 11440 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915676

Child status: 0
Real time (s): 3.83883
CPU time (s): 3.75643
CPU user time (s): 3.66244
CPU system time (s): 0.093985
CPU usage (%): 97.8534
Max. virtual memory (cumulated for all children) (KiB): 915780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.66244
system time used= 0.093985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11714
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= 1453
involuntary context switches= 1757

runsolver used 0.006998 s user time and 0.020996 s system time

The end

Launcher Data (download as text)

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


IDJOB= 239897
IDBENCH= 7089
FILE ID= node47/239897-1168085160

PBS_JOBID= 3476260

Free space on /tmp= 66531 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  bd11dc0402ef00434a2d593fc0e9566e

RANDOM SEED= 233043991

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.240
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.240
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:       1131328 kB
Buffers:         29868 kB
Cached:         194192 kB
SwapCached:          0 kB
Active:         682332 kB
Inactive:       169440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1131328 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2288 kB
Writeback:           0 kB
Mapped:         647892 kB
Slab:            56980 kB
Committed_AS:  3645748 kB
PageTables:       3064 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= 66531 MiB



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