Trace number 1806350

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
ReVivAl 0.23 + SatElite 2009-03-18UNSAT 57.1453 57.1839

General information on the benchmark

Namecrafted/Difficult/contest05/QG/
QG6-dead-dnd002.sat05-2713.reshuffled-07.cnf
MD5SUM3ea6a8df7aa4f426ea9b73a3dcbe6d01
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark44.3023
Satisfiable
(Un)Satisfiability was proved
Number of variables1339
Number of clauses7095
Sum of the clauses size60253
Maximum clause length16
Minimum clause length1
Number of clauses of size 133
Number of clauses of size 2289
Number of clauses of size 31520
Number of clauses of size 4130
Number of clauses of size 5168
Number of clauses of size over 54955

Solver Data

0.00/0.00	c SatElite...
0.00/0.00	c Parsing...
0.00/0.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |    6817    59135 |    2045       0        0     nan |  0.000 % |
0.04/0.05	c |         0 |    5771    51850 |      --       0       --      -- |     --   | -339/-4142
0.04/0.05	c ==============================================================================
0.04/0.05	c Result  :   #vars: 1232   #clauses: 5771   #literals: 51850
0.04/0.05	c CPU time:   0.051992 s
0.04/0.05	c ==============================================================================
0.04/0.08	c SatElite is done !
0.04/0.08	c revival is preprocessing the formula...#ITERATIONS 69
3.66/3.75	#LEARNT CLAUSES 763
3.66/3.77	done !
3.66/3.77	c Calling MINISAT
3.66/3.77	This is MiniSat 2.0 beta
3.66/3.77	WARNING: for repeatability, setting FPU to use double precision
3.66/3.77	============================[ Problem Statistics ]=============================
3.66/3.77	|                                                                             |
3.66/3.77	|  Number of variables:  1232                                                 |
3.66/3.77	|  Number of clauses:    6534                                                 |
3.66/3.77	|  Parsing time:         0.01         s                                       |
3.66/3.78	============================[ Search Statistics ]==============================
3.66/3.78	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.66/3.78	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.66/3.78	===============================================================================
3.66/3.78	|         0 |    1232     6534    51275 |     2178        0    nan |  0.000 % |
3.66/3.78	|       102 |    1232     6534    51275 |     2395      102     14 |  0.000 % |
3.66/3.78	|       252 |    1232     6534    51275 |     2635      252     16 |  0.000 % |
3.66/3.78	|       478 |    1232     6534    51275 |     2898      478     16 |  0.000 % |
3.66/3.79	|       815 |    1232     6534    51275 |     3188      815     18 |  0.000 % |
3.74/3.81	|      1321 |    1232     6534    51275 |     3507     1321     19 |  0.000 % |
3.74/3.83	|      2080 |    1232     6534    51275 |     3858     2080     20 |  0.000 % |
3.74/3.88	|      3219 |    1232     6534    51275 |     4244     3219     22 |  0.000 % |
3.74/3.96	|      4927 |    1232     6534    51275 |     4668     2760     25 |  0.000 % |
3.74/4.10	|      7489 |    1232     6534    51275 |     5135     2943     20 |  0.000 % |
4.27/4.30	|     11333 |    1232     6534    51275 |     5649     4175     23 |  0.000 % |
4.56/4.67	|     17099 |    1232     6534    51275 |     6214     4219     22 |  0.000 % |
5.26/5.30	|     25748 |    1232     6534    51275 |     6835     3415     24 |  0.001 % |
6.06/6.10	|     38722 |    1232     6534    51275 |     7519     6022     16 |  0.000 % |
7.56/7.67	|     58183 |    1232     6534    51275 |     8270     6475     20 |  0.000 % |
9.46/9.57	|     87375 |    1232     6534    51275 |     9098     6510     16 |  0.000 % |
13.55/13.65	|    131167 |    1232     6534    51275 |    10007     9043     23 |  0.001 % |
20.35/20.43	|    196851 |    1232     6534    51275 |    11008     9171     24 |  0.001 % |
29.25/29.34	|    295377 |    1231     5771    46034 |    12109     9179     21 |  0.082 % |
42.85/42.92	|    443168 |    1229     4998    40020 |    13320     8669     19 |  0.244 % |
57.04/57.18	===============================================================================
57.04/57.18	restarts              : 20
57.04/57.18	conflicts             : 591565         (11082 /sec)
57.04/57.18	decisions             : 854413         (1.93 % random) (16007 /sec)
57.04/57.18	propagations          : 21017344       (393739 /sec)
57.04/57.18	conflict literals     : 12904050       (29.94 % deleted)
57.04/57.18	Memory used           : 5.15 MB
57.04/57.18	CPU time              : 53.3789 s
57.04/57.18	
57.04/57.18	UNSATISFIABLE
57.04/57.18	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1806350-1242148426/watcher-1806350-1242148426 -o /tmp/evaluation-result-1806350-1242148426/solver-1806350-1242148426 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1806350-1242148426.cnf HOME 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 0.96 3/65 26684
/proc/meminfo: memFree=1713168/2055920 swapFree=4179792/4192956
[pid=26684] ppid=26682 vsize=5360 CPUtime=0
/proc/26684/stat : 26684 (run.sh) R 26682 26684 26393 0 -1 4194304 269 0 0 0 0 0 0 0 18 0 1 0 242870369 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 250968861343 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/26684/statm: 1340 237 196 169 0 51 0
[pid=26685] ppid=26684 vsize=948 CPUtime=0
/proc/26685/stat : 26685 (SatElite) R 26684 26684 26393 0 -1 4194304 141 0 0 0 0 0 0 0 18 0 1 0 242870369 970752 124 1992294400 134512640 135031949 4294956224 18446744073709551615 134690605 0 0 4096 3 0 0 0 17 0 0 0
/proc/26685/statm: 237 124 52 126 0 108 0

[startup+0.0488991 s]
/proc/loadavg: 1.00 1.00 0.96 3/65 26684
/proc/meminfo: memFree=1713168/2055920 swapFree=4179792/4192956
[pid=26684] ppid=26682 vsize=5360 CPUtime=0
/proc/26684/stat : 26684 (run.sh) S 26682 26684 26393 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 242870369 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26684/statm: 1340 238 197 169 0 51 0
[pid=26685] ppid=26684 vsize=1696 CPUtime=0.04
/proc/26685/stat : 26685 (SatElite) R 26684 26684 26393 0 -1 4194304 365 0 0 0 4 0 0 0 19 0 1 0 242870369 1736704 348 1992294400 134512640 135031949 4294956224 18446744073709551615 134566426 0 0 4096 3 0 0 0 17 0 0 0
/proc/26685/statm: 424 348 67 126 0 295 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 7056

[startup+0.101909 s]
/proc/loadavg: 1.00 1.00 0.96 3/65 26684
/proc/meminfo: memFree=1713168/2055920 swapFree=4179792/4192956
[pid=26684] ppid=26682 vsize=5360 CPUtime=0.07
/proc/26684/stat : 26684 (run.sh) S 26682 26684 26393 0 -1 4194304 317 398 0 0 0 0 7 0 16 0 1 0 242870369 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26684/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5360

[startup+0.301924 s]
/proc/loadavg: 1.00 1.00 0.96 3/65 26684
/proc/meminfo: memFree=1713168/2055920 swapFree=4179792/4192956
[pid=26684] ppid=26682 vsize=5360 CPUtime=0.07
/proc/26684/stat : 26684 (run.sh) S 26682 26684 26393 0 -1 4194304 317 398 0 0 0 0 7 0 16 0 1 0 242870369 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26684/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5360

[startup+0.701962 s]
/proc/loadavg: 1.00 1.00 0.96 3/65 26684
/proc/meminfo: memFree=1713168/2055920 swapFree=4179792/4192956
[pid=26684] ppid=26682 vsize=5360 CPUtime=0.07
/proc/26684/stat : 26684 (run.sh) S 26682 26684 26393 0 -1 4194304 317 398 0 0 0 0 7 0 16 0 1 0 242870369 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26684/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5360

[startup+1.50104 s]
/proc/loadavg: 1.00 1.00 0.96 2/67 26687
/proc/meminfo: memFree=1711488/2055920 swapFree=4179792/4192956
[pid=26684] ppid=26682 vsize=5360 CPUtime=0.07
/proc/26684/stat : 26684 (run.sh) S 26682 26684 26393 0 -1 4194304 317 398 0 0 0 0 7 0 16 0 1 0 242870369 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26684/statm: 1340 241 197 169 0 51 0
[pid=26687] ppid=26684 vsize=2660 CPUtime=1.4
/proc/26687/stat : 26687 (revival) R 26684 26684 26393 0 -1 4194304 476 0 0 0 140 0 0 0 25 0 1 50000 242870378 2723840 379 1992294400 134512640 134537284 4294956384 18446744073709551615 134523906 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26687/statm: 665 379 85 6 0 303 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 8020

[startup+3.1022 s]
/proc/loadavg: 1.00 1.00 0.96 2/67 26687
/proc/meminfo: memFree=1711040/2055920 swapFree=4179792/4192956
[pid=26684] ppid=26682 vsize=5360 CPUtime=0.07
/proc/26684/stat : 26684 (run.sh) S 26682 26684 26393 0 -1 4194304 317 398 0 0 0 0 7 0 16 0 1 0 242870369 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26684/statm: 1340 241 197 169 0 51 0
[pid=26687] ppid=26684 vsize=3056 CPUtime=3
/proc/26687/stat : 26687 (revival) R 26684 26684 26393 0 -1 4194304 566 0 0 0 300 0 0 0 25 0 1 50000 242870378 3129344 469 1992294400 134512640 134537284 4294956384 18446744073709551615 134523670 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26687/statm: 764 469 85 6 0 402 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 8416

[startup+6.30151 s]
/proc/loadavg: 1.00 1.00 0.96 2/67 26688
/proc/meminfo: memFree=1710272/2055920 swapFree=4179792/4192956
[pid=26684] ppid=26682 vsize=5360 CPUtime=3.74
/proc/26684/stat : 26684 (run.sh) S 26682 26684 26393 0 -1 4194304 343 1013 0 0 0 0 374 0 16 0 1 0 242870369 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26684/statm: 1340 241 197 169 0 51 0
[pid=26688] ppid=26684 vsize=3512 CPUtime=2.52
/proc/26688/stat : 26688 (minisat) R 26684 26684 26393 0 -1 4194304 577 0 0 0 252 0 0 0 25 0 1 0 242870746 3596288 561 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/26688/statm: 878 561 76 170 0 706 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 8872

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 0.96 2/67 26688
/proc/meminfo: memFree=1709504/2055920 swapFree=4179792/4192956
[pid=26684] ppid=26682 vsize=5360 CPUtime=3.74
/proc/26684/stat : 26684 (run.sh) S 26682 26684 26393 0 -1 4194304 343 1013 0 0 0 0 374 0 16 0 1 0 242870369 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26684/statm: 1340 241 197 169 0 51 0
[pid=26688] ppid=26684 vsize=4200 CPUtime=8.91
/proc/26688/stat : 26688 (minisat) R 26684 26684 26393 0 -1 4194304 742 0 0 0 891 0 0 0 25 0 1 0 242870746 4300800 726 1992294400 134512640 135212939 4294956240 18446744073709551615 134526644 0 0 4096 3 0 0 0 17 0 0 0
/proc/26688/statm: 1050 726 76 170 0 878 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 9560

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 0.96 2/67 26688
/proc/meminfo: memFree=1708864/2055920 swapFree=4179792/4192956
[pid=26684] ppid=26682 vsize=5360 CPUtime=3.74
/proc/26684/stat : 26684 (run.sh) S 26682 26684 26393 0 -1 4194304 343 1013 0 0 0 0 374 0 16 0 1 0 242870369 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26684/statm: 1340 241 197 169 0 51 0
[pid=26688] ppid=26684 vsize=4872 CPUtime=21.71
/proc/26688/stat : 26688 (minisat) R 26684 26684 26393 0 -1 4194304 913 0 0 0 2171 0 0 0 25 0 1 0 242870746 4988928 897 1992294400 134512640 135212939 4294956240 18446744073709551615 134527045 0 0 4096 3 0 0 0 17 0 0 0
/proc/26688/statm: 1218 897 76 170 0 1046 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 10232

[startup+51.1019 s]
/proc/loadavg: 1.00 1.00 0.96 2/67 26688
/proc/meminfo: memFree=1708544/2055920 swapFree=4179792/4192956
[pid=26684] ppid=26682 vsize=5360 CPUtime=3.74
/proc/26684/stat : 26684 (run.sh) S 26682 26684 26393 0 -1 4194304 343 1013 0 0 0 0 374 0 16 0 1 0 242870369 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26684/statm: 1340 241 197 169 0 51 0
[pid=26688] ppid=26684 vsize=5272 CPUtime=47.3
/proc/26688/stat : 26688 (minisat) R 26684 26684 26393 0 -1 4194304 1003 0 0 0 4730 0 0 0 25 0 1 0 242870746 5398528 987 1992294400 134512640 135212939 4294956240 18446744073709551615 134536768 0 0 4096 3 0 0 0 17 0 0 0
/proc/26688/statm: 1318 987 76 170 0 1146 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 10632

Solver just ended. Dumping a history of the last processes samples

[startup+54.3022 s]
/proc/loadavg: 1.00 1.00 0.96 2/67 26688
/proc/meminfo: memFree=1708480/2055920 swapFree=4179792/4192956
[pid=26684] ppid=26682 vsize=5360 CPUtime=3.74
/proc/26684/stat : 26684 (run.sh) S 26682 26684 26393 0 -1 4194304 343 1013 0 0 0 0 374 0 16 0 1 0 242870369 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26684/statm: 1340 241 197 169 0 51 0
[pid=26688] ppid=26684 vsize=5272 CPUtime=50.49
/proc/26688/stat : 26688 (minisat) R 26684 26684 26393 0 -1 4194304 1011 0 0 0 5049 0 0 0 25 0 1 0 242870746 5398528 995 1992294400 134512640 135212939 4294956240 18446744073709551615 134523905 0 0 4096 3 0 0 0 17 0 0 0
/proc/26688/statm: 1318 995 76 170 0 1146 0
Current children cumulated CPU time (s) 54.23
Current children cumulated vsize (KiB) 10632

[startup+55.9013 s]
/proc/loadavg: 1.00 1.00 0.96 2/67 26688
/proc/meminfo: memFree=1708480/2055920 swapFree=4179792/4192956
[pid=26684] ppid=26682 vsize=5360 CPUtime=3.74
/proc/26684/stat : 26684 (run.sh) S 26682 26684 26393 0 -1 4194304 343 1013 0 0 0 0 374 0 16 0 1 0 242870369 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26684/statm: 1340 241 197 169 0 51 0
[pid=26688] ppid=26684 vsize=5272 CPUtime=52.09
/proc/26688/stat : 26688 (minisat) R 26684 26684 26393 0 -1 4194304 1016 0 0 0 5209 0 0 0 25 0 1 0 242870746 5398528 1000 1992294400 134512640 135212939 4294956240 18446744073709551615 134529452 0 0 4096 3 0 0 0 17 0 0 0
/proc/26688/statm: 1318 1000 76 170 0 1146 0
Current children cumulated CPU time (s) 55.83
Current children cumulated vsize (KiB) 10632

[startup+56.7014 s]
/proc/loadavg: 1.00 1.00 0.96 2/67 26688
/proc/meminfo: memFree=1708480/2055920 swapFree=4179792/4192956
[pid=26684] ppid=26682 vsize=5360 CPUtime=3.74
/proc/26684/stat : 26684 (run.sh) S 26682 26684 26393 0 -1 4194304 343 1013 0 0 0 0 374 0 16 0 1 0 242870369 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26684/statm: 1340 241 197 169 0 51 0
[pid=26688] ppid=26684 vsize=5272 CPUtime=52.89
/proc/26688/stat : 26688 (minisat) R 26684 26684 26393 0 -1 4194304 1019 0 0 0 5289 0 0 0 25 0 1 0 242870746 5398528 1003 1992294400 134512640 135212939 4294956240 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 0 0 0
/proc/26688/statm: 1318 1003 76 170 0 1146 0
Current children cumulated CPU time (s) 56.63
Current children cumulated vsize (KiB) 10632

[startup+57.1015 s]
/proc/loadavg: 1.00 1.00 0.96 2/67 26688
/proc/meminfo: memFree=1708480/2055920 swapFree=4179792/4192956
[pid=26684] ppid=26682 vsize=5360 CPUtime=3.74
/proc/26684/stat : 26684 (run.sh) S 26682 26684 26393 0 -1 4194304 343 1013 0 0 0 0 374 0 16 0 1 0 242870369 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26684/statm: 1340 241 197 169 0 51 0
[pid=26688] ppid=26684 vsize=5272 CPUtime=53.3
/proc/26688/stat : 26688 (minisat) R 26684 26684 26393 0 -1 4194304 1024 0 0 0 5330 0 0 0 25 0 1 0 242870746 5398528 1008 1992294400 134512640 135212939 4294956240 18446744073709551615 134530451 0 0 4096 3 0 0 0 17 0 0 0
/proc/26688/statm: 1318 1008 76 170 0 1146 0
Current children cumulated CPU time (s) 57.04
Current children cumulated vsize (KiB) 10632

Child status: 20
Real time (s): 57.1839
CPU time (s): 57.1453
CPU user time (s): 57.1283
CPU system time (s): 0.016997
CPU usage (%): 99.9325
Max. virtual memory (cumulated for all children) (KiB): 10632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 57.1283
system time used= 0.016997
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2403
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10
involuntary context switches= 176

runsolver used 0.050992 second user time and 0.170974 second system time

The end

Launcher Data

Begin job on node56 at 2009-05-12 19:13:46
IDJOB=1806350
IDBENCH=24721
IDSOLVER=648
FILE ID=node56/1806350-1242148426
PBS_JOBID= 9289668
Free space on /tmp= 102976 MiB

SOLVER NAME= ReVivAl 0.23 + SatElite 2009-03-18
BENCH NAME= SAT07/crafted/Difficult/contest05/QG/QG6-dead-dnd002.sat05-2713.reshuffled-07.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1806350-1242148426/watcher-1806350-1242148426 -o /tmp/evaluation-result-1806350-1242148426/solver-1806350-1242148426 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1806350-1242148426.cnf HOME

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 3ea6a8df7aa4f426ea9b73a3dcbe6d01
RANDOM SEED=1222541935

node56.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.218
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.218
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:       1713648 kB
Buffers:         42788 kB
Cached:         223800 kB
SwapCached:       7316 kB
Active:          72612 kB
Inactive:       203220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1713648 kB
SwapTotal:     4192956 kB
SwapFree:      4179792 kB
Dirty:            1704 kB
Writeback:           0 kB
Mapped:          14544 kB
Slab:            52408 kB
Committed_AS:   803732 kB
PageTables:       1472 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= 102972 MiB
End job on node56 at 2009-05-12 19:14:43