Trace number 1806335

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
SatElite + ReVivAl 0.23 2009-03-18UNSAT 71.2382 71.2733

General information on the benchmark

Namecrafted/Difficult/contest05/QG/
QG6-gensys-icl008.sat05-2720.reshuffled-07.cnf
MD5SUMf1b3061e7694aa99406ed9e867c9dfa5
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark60.5078
Satisfiable
(Un)Satisfiability was proved
Number of variables1610
Number of clauses8277
Sum of the clauses size69859
Maximum clause length16
Minimum clause length1
Number of clauses of size 133
Number of clauses of size 2283
Number of clauses of size 31178
Number of clauses of size 4142
Number of clauses of size 5924
Number of clauses of size over 55717

Solver Data

0.00/0.00	c revival is preprocessing the formula...#ITERATIONS 89
6.88/6.93	#LEARNT CLAUSES 906
6.88/6.95	done !
6.88/6.95	c Now, SatElite...
6.88/6.95	c Parsing...
6.88/6.98	c ==============================================================================
6.88/6.98	c |           |     ORIGINAL     |              LEARNT              |          |
6.88/6.98	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
6.88/6.98	c ==============================================================================
6.88/6.98	c |         0 |    8787    65056 |    2636       0        0     nan |  0.000 % |
6.93/7.02	c |         0 |    7842    57930 |      --       0       --      -- |     --   | -945/-7126
6.93/7.02	c ==============================================================================
6.93/7.02	c Result  :   #vars: 1396   #clauses: 7842   #literals: 57930
6.93/7.02	c CPU time:   0.058991 s
6.93/7.02	c ==============================================================================
6.93/7.05	c SatElite is done !
6.93/7.05	c Calling MINISAT
6.93/7.05	This is MiniSat 2.0 beta
6.93/7.05	WARNING: for repeatability, setting FPU to use double precision
6.93/7.05	============================[ Problem Statistics ]=============================
6.93/7.05	|                                                                             |
6.93/7.05	|  Number of variables:  1396                                                 |
6.93/7.05	|  Number of clauses:    7842                                                 |
6.93/7.06	|  Parsing time:         0.01         s                                       |
6.93/7.06	============================[ Search Statistics ]==============================
6.93/7.06	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.93/7.06	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.93/7.06	===============================================================================
6.93/7.06	|         0 |    1396     7842    57930 |     2614        0    nan |  0.000 % |
6.93/7.07	|       100 |    1396     7842    57930 |     2875      100     16 |  0.000 % |
6.93/7.07	|       250 |    1396     7842    57930 |     3162      250     13 |  0.000 % |
6.93/7.07	|       475 |    1396     7842    57930 |     3479      475     13 |  0.000 % |
6.93/7.08	|       812 |    1396     7842    57930 |     3827      812     14 |  0.000 % |
6.93/7.09	|      1318 |    1396     7842    57930 |     4209     1318     17 |  0.000 % |
7.04/7.11	|      2077 |    1396     7842    57930 |     4630     2077     16 |  0.000 % |
7.04/7.16	|      3216 |    1396     7842    57930 |     5093     3216     17 |  0.000 % |
7.04/7.25	|      4924 |    1396     7842    57930 |     5603     4924     22 |  0.000 % |
7.04/7.37	|      7486 |    1396     7842    57930 |     6163     4625     24 |  0.000 % |
7.04/7.58	|     11330 |    1396     7842    57930 |     6780     5334     19 |  0.000 % |
7.87/7.91	|     17096 |    1396     7842    57930 |     7458     4268     17 |  0.000 % |
8.37/8.46	|     25746 |    1396     7842    57930 |     8203     5383     16 |  0.000 % |
9.27/9.37	|     38722 |    1396     7842    57930 |     9024     5969     16 |  0.000 % |
10.67/10.77	|     58183 |    1396     7842    57930 |     9926     7247     18 |  0.000 % |
13.07/13.19	|     87375 |    1396     7842    57930 |    10919     6444     19 |  0.000 % |
16.97/17.04	|    131164 |    1396     7842    57930 |    12011     6341     20 |  0.000 % |
23.17/23.22	|    196849 |    1396     7842    57930 |    13212    11615     21 |  0.001 % |
33.07/33.17	|    295377 |    1395     7080    52608 |    14533    11861     19 |  0.072 % |
48.85/48.98	|    443166 |    1395     7080    52608 |    15986    13612     18 |  0.072 % |
71.14/71.27	===============================================================================
71.14/71.27	restarts              : 20
71.14/71.27	conflicts             : 634604         (9888 /sec)
71.14/71.27	decisions             : 1286188        (1.93 % random) (20041 /sec)
71.14/71.27	propagations          : 22507368       (350706 /sec)
71.14/71.27	conflict literals     : 13433153       (27.79 % deleted)
71.14/71.27	Memory used           : 5.48 MB
71.14/71.27	CPU time              : 64.1772 s
71.14/71.27	
71.14/71.27	UNSATISFIABLE
71.14/71.27	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-1806335-1242148375/watcher-1806335-1242148375 -o /tmp/evaluation-result-1806335-1242148375/solver-1806335-1242148375 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1806335-1242148375.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.94 3/65 24126
/proc/meminfo: memFree=1276784/2055912 swapFree=4149836/4192956
[pid=24126] ppid=24124 vsize=5360 CPUtime=0
/proc/24126/stat : 24126 (run.sh) R 24124 24126 23843 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 242866539 5488640 236 1992294400 4194304 4889804 548682068784 18446744073709551615 255372880543 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/24126/statm: 1340 236 195 169 0 51 0
[pid=24127] ppid=24126 vsize=2084 CPUtime=0
/proc/24127/stat : 24127 (revival) R 24126 24126 23843 0 -1 4194304 259 0 0 0 0 0 0 0 18 0 1 0 242866539 2134016 225 1992294400 134512640 134537284 4294956368 18446744073709551615 10151547 0 0 4096 0 0 0 0 17 0 0 0
/proc/24127/statm: 521 228 82 6 0 159 0

[startup+0.103239 s]
/proc/loadavg: 1.00 1.00 0.94 3/65 24126
/proc/meminfo: memFree=1276784/2055912 swapFree=4149836/4192956
[pid=24126] ppid=24124 vsize=5360 CPUtime=0
/proc/24126/stat : 24126 (run.sh) S 24124 24126 23843 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242866539 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24126/statm: 1340 237 196 169 0 51 0
[pid=24127] ppid=24126 vsize=2396 CPUtime=0.09
/proc/24127/stat : 24127 (revival) R 24126 24126 23843 0 -1 4194304 438 0 0 0 9 0 0 0 19 0 1 50000 242866539 2453504 318 1992294400 134512640 134537284 4294956368 18446744073709551615 134525898 0 0 4096 8192 0 0 0 17 0 0 0
/proc/24127/statm: 599 318 85 6 0 237 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7756

[startup+0.201249 s]
/proc/loadavg: 1.00 1.00 0.94 3/65 24126
/proc/meminfo: memFree=1276784/2055912 swapFree=4149836/4192956
[pid=24126] ppid=24124 vsize=5360 CPUtime=0
/proc/24126/stat : 24126 (run.sh) S 24124 24126 23843 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242866539 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24126/statm: 1340 237 196 169 0 51 0
[pid=24127] ppid=24126 vsize=2528 CPUtime=0.19
/proc/24127/stat : 24127 (revival) R 24126 24126 23843 0 -1 4194304 451 0 0 0 19 0 0 0 20 0 1 50000 242866539 2588672 331 1992294400 134512640 134537284 4294956368 18446744073709551615 134523732 0 0 4096 8192 0 0 0 17 0 0 0
/proc/24127/statm: 632 331 85 6 0 270 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 7888

[startup+0.301261 s]
/proc/loadavg: 1.00 1.00 0.94 3/65 24126
/proc/meminfo: memFree=1276784/2055912 swapFree=4149836/4192956
[pid=24126] ppid=24124 vsize=5360 CPUtime=0
/proc/24126/stat : 24126 (run.sh) S 24124 24126 23843 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242866539 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24126/statm: 1340 237 196 169 0 51 0
[pid=24127] ppid=24126 vsize=2528 CPUtime=0.29
/proc/24127/stat : 24127 (revival) R 24126 24126 23843 0 -1 4194304 460 0 0 0 29 0 0 0 22 0 1 50000 242866539 2588672 340 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24127/statm: 632 340 85 6 0 270 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7888

[startup+0.701301 s]
/proc/loadavg: 1.00 1.00 0.94 3/65 24126
/proc/meminfo: memFree=1276784/2055912 swapFree=4149836/4192956
[pid=24126] ppid=24124 vsize=5360 CPUtime=0
/proc/24126/stat : 24126 (run.sh) S 24124 24126 23843 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242866539 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24126/statm: 1340 237 196 169 0 51 0
[pid=24127] ppid=24126 vsize=2660 CPUtime=0.69
/proc/24127/stat : 24127 (revival) R 24126 24126 23843 0 -1 4194304 489 0 0 0 69 0 0 0 25 0 1 50000 242866539 2723840 369 1992294400 134512640 134537284 4294956368 18446744073709551615 134515803 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24127/statm: 665 369 85 6 0 303 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8020

[startup+1.50138 s]
/proc/loadavg: 1.00 1.00 0.94 2/67 24128
/proc/meminfo: memFree=1275232/2055912 swapFree=4149836/4192956
[pid=24126] ppid=24124 vsize=5360 CPUtime=0
/proc/24126/stat : 24126 (run.sh) S 24124 24126 23843 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242866539 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24126/statm: 1340 237 196 169 0 51 0
[pid=24127] ppid=24126 vsize=2792 CPUtime=1.48
/proc/24127/stat : 24127 (revival) R 24126 24126 23843 0 -1 4194304 533 0 0 0 148 0 0 0 25 0 1 50000 242866539 2859008 413 1992294400 134512640 134537284 4294956368 18446744073709551615 134523851 0 0 4096 8192 0 0 0 17 0 0 0
/proc/24127/statm: 698 413 85 6 0 336 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 8152

[startup+3.10155 s]
/proc/loadavg: 1.00 1.00 0.94 2/67 24128
/proc/meminfo: memFree=1274912/2055912 swapFree=4149836/4192956
[pid=24126] ppid=24124 vsize=5360 CPUtime=0
/proc/24126/stat : 24126 (run.sh) S 24124 24126 23843 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242866539 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24126/statm: 1340 237 196 169 0 51 0
[pid=24127] ppid=24126 vsize=3056 CPUtime=3.08
/proc/24127/stat : 24127 (revival) R 24126 24126 23843 0 -1 4194304 606 0 0 0 308 0 0 0 25 0 1 50000 242866539 3129344 486 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/24127/statm: 764 486 85 6 0 402 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 8416

[startup+6.30188 s]
/proc/loadavg: 1.00 1.00 0.94 2/67 24128
/proc/meminfo: memFree=1274272/2055912 swapFree=4149836/4192956
[pid=24126] ppid=24124 vsize=5360 CPUtime=0
/proc/24126/stat : 24126 (run.sh) S 24124 24126 23843 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242866539 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24126/statm: 1340 237 196 169 0 51 0
[pid=24127] ppid=24126 vsize=3584 CPUtime=6.28
/proc/24127/stat : 24127 (revival) R 24126 24126 23843 0 -1 4194304 732 0 0 0 628 0 0 0 25 0 1 50000 242866539 3670016 612 1992294400 134512640 134537284 4294956368 18446744073709551615 134523906 0 0 4096 8192 0 0 0 17 0 0 0
/proc/24127/statm: 896 612 85 6 0 534 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 8944

[startup+12.7025 s]
/proc/loadavg: 1.00 1.00 0.94 2/67 24130
/proc/meminfo: memFree=1272872/2055912 swapFree=4149836/4192956
[pid=24126] ppid=24124 vsize=5360 CPUtime=7.04
/proc/24126/stat : 24126 (run.sh) S 24124 24126 23843 0 -1 4194304 341 1180 0 0 0 0 703 1 16 0 1 0 242866539 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24126/statm: 1340 241 197 169 0 51 0
[pid=24130] ppid=24126 vsize=4144 CPUtime=5.63
/proc/24130/stat : 24130 (minisat) R 24126 24126 23843 0 -1 4194304 751 0 0 0 563 0 0 0 25 0 1 0 242867245 4243456 735 1992294400 134512640 135212939 4294956240 18446744073709551615 134526797 0 0 4096 3 0 0 0 17 0 0 0
/proc/24130/statm: 1036 735 76 170 0 864 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 9504

[startup+25.5019 s]
/proc/loadavg: 1.00 1.00 0.94 2/67 24130
/proc/meminfo: memFree=1272424/2055912 swapFree=4149836/4192956
[pid=24126] ppid=24124 vsize=5360 CPUtime=7.04
/proc/24126/stat : 24126 (run.sh) S 24124 24126 23843 0 -1 4194304 341 1180 0 0 0 0 703 1 16 0 1 0 242866539 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24126/statm: 1340 241 197 169 0 51 0
[pid=24130] ppid=24126 vsize=4680 CPUtime=18.42
/proc/24130/stat : 24130 (minisat) R 24126 24126 23843 0 -1 4194304 895 0 0 0 1842 0 0 0 25 0 1 0 242867245 4792320 879 1992294400 134512640 135212939 4294956240 18446744073709551615 134526797 0 0 4096 3 0 0 0 17 0 0 0
/proc/24130/statm: 1170 879 76 170 0 998 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 10040

[startup+51.1015 s]
/proc/loadavg: 1.00 1.00 0.94 2/67 24130
/proc/meminfo: memFree=1271848/2055912 swapFree=4149836/4192956
[pid=24126] ppid=24124 vsize=5360 CPUtime=7.04
/proc/24126/stat : 24126 (run.sh) S 24124 24126 23843 0 -1 4194304 341 1180 0 0 0 0 703 1 16 0 1 0 242866539 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24126/statm: 1340 241 197 169 0 51 0
[pid=24130] ppid=24126 vsize=5340 CPUtime=44.01
/proc/24130/stat : 24130 (minisat) R 24126 24126 23843 0 -1 4194304 1044 0 0 0 4401 0 0 0 25 0 1 0 242867245 5468160 1028 1992294400 134512640 135212939 4294956240 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/24130/statm: 1335 1028 76 170 0 1163 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 10700

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

[startup+51.2015 s]
/proc/loadavg: 1.00 1.00 0.94 2/67 24130
/proc/meminfo: memFree=1271848/2055912 swapFree=4149836/4192956
[pid=24126] ppid=24124 vsize=5360 CPUtime=7.04
/proc/24126/stat : 24126 (run.sh) S 24124 24126 23843 0 -1 4194304 341 1180 0 0 0 0 703 1 16 0 1 0 242866539 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24126/statm: 1340 241 197 169 0 51 0
[pid=24130] ppid=24126 vsize=5340 CPUtime=44.11
/proc/24130/stat : 24130 (minisat) R 24126 24126 23843 0 -1 4194304 1044 0 0 0 4411 0 0 0 25 0 1 0 242867245 5468160 1028 1992294400 134512640 135212939 4294956240 18446744073709551615 134526857 0 0 4096 3 0 0 0 17 0 0 0
/proc/24130/statm: 1335 1028 76 170 0 1163 0
Current children cumulated CPU time (s) 51.15
Current children cumulated vsize (KiB) 10700

[startup+64.0019 s]
/proc/loadavg: 1.00 1.00 0.94 2/67 24130
/proc/meminfo: memFree=1271656/2055912 swapFree=4149836/4192956
[pid=24126] ppid=24124 vsize=5360 CPUtime=7.04
/proc/24126/stat : 24126 (run.sh) S 24124 24126 23843 0 -1 4194304 341 1180 0 0 0 0 703 1 16 0 1 0 242866539 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24126/statm: 1340 241 197 169 0 51 0
[pid=24130] ppid=24126 vsize=5476 CPUtime=56.9
/proc/24130/stat : 24130 (minisat) R 24126 24126 23843 0 -1 4194304 1084 0 0 0 5690 0 0 0 25 0 1 0 242867245 5607424 1068 1992294400 134512640 135212939 4294956240 18446744073709551615 134534900 0 0 4096 3 0 0 0 17 0 0 0
/proc/24130/statm: 1369 1068 76 170 0 1197 0
Current children cumulated CPU time (s) 63.94
Current children cumulated vsize (KiB) 10836

[startup+67.2052 s]
/proc/loadavg: 1.00 1.00 0.94 2/67 24130
/proc/meminfo: memFree=1271656/2055912 swapFree=4149836/4192956
[pid=24126] ppid=24124 vsize=5360 CPUtime=7.04
/proc/24126/stat : 24126 (run.sh) S 24124 24126 23843 0 -1 4194304 341 1180 0 0 0 0 703 1 16 0 1 0 242866539 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24126/statm: 1340 241 197 169 0 51 0
[pid=24130] ppid=24126 vsize=5476 CPUtime=60.11
/proc/24130/stat : 24130 (minisat) R 24126 24126 23843 0 -1 4194304 1090 0 0 0 6011 0 0 0 25 0 1 0 242867245 5607424 1074 1992294400 134512640 135212939 4294956240 18446744073709551615 134526674 0 0 4096 3 0 0 0 17 0 0 0
/proc/24130/statm: 1369 1074 76 170 0 1197 0
Current children cumulated CPU time (s) 67.15
Current children cumulated vsize (KiB) 10836

[startup+68.8014 s]
/proc/loadavg: 1.00 1.00 0.94 2/67 24130
/proc/meminfo: memFree=1271656/2055912 swapFree=4149836/4192956
[pid=24126] ppid=24124 vsize=5360 CPUtime=7.04
/proc/24126/stat : 24126 (run.sh) S 24124 24126 23843 0 -1 4194304 341 1180 0 0 0 0 703 1 16 0 1 0 242866539 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24126/statm: 1340 241 197 169 0 51 0
[pid=24130] ppid=24126 vsize=5612 CPUtime=61.7
/proc/24130/stat : 24130 (minisat) R 24126 24126 23843 0 -1 4194304 1103 0 0 0 6170 0 0 0 25 0 1 0 242867245 5746688 1087 1992294400 134512640 135212939 4294956240 18446744073709551615 134526845 0 0 4096 3 0 0 0 17 0 0 0
/proc/24130/statm: 1403 1087 76 170 0 1231 0
Current children cumulated CPU time (s) 68.74
Current children cumulated vsize (KiB) 10972

[startup+70.4015 s]
/proc/loadavg: 1.00 1.00 0.94 2/67 24130
/proc/meminfo: memFree=1271592/2055912 swapFree=4149836/4192956
[pid=24126] ppid=24124 vsize=5360 CPUtime=7.04
/proc/24126/stat : 24126 (run.sh) S 24124 24126 23843 0 -1 4194304 341 1180 0 0 0 0 703 1 16 0 1 0 242866539 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24126/statm: 1340 241 197 169 0 51 0
[pid=24130] ppid=24126 vsize=5612 CPUtime=63.31
/proc/24130/stat : 24130 (minisat) R 24126 24126 23843 0 -1 4194304 1106 0 0 0 6331 0 0 0 25 0 1 0 242867245 5746688 1090 1992294400 134512640 135212939 4294956240 18446744073709551615 134536079 0 0 4096 3 0 0 0 17 0 0 0
/proc/24130/statm: 1403 1090 76 170 0 1231 0
Current children cumulated CPU time (s) 70.35
Current children cumulated vsize (KiB) 10972

[startup+70.8016 s]
/proc/loadavg: 1.00 1.00 0.94 2/67 24130
/proc/meminfo: memFree=1271592/2055912 swapFree=4149836/4192956
[pid=24126] ppid=24124 vsize=5360 CPUtime=7.04
/proc/24126/stat : 24126 (run.sh) S 24124 24126 23843 0 -1 4194304 341 1180 0 0 0 0 703 1 16 0 1 0 242866539 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24126/statm: 1340 241 197 169 0 51 0
[pid=24130] ppid=24126 vsize=5612 CPUtime=63.7
/proc/24130/stat : 24130 (minisat) R 24126 24126 23843 0 -1 4194304 1106 0 0 0 6370 0 0 0 25 0 1 0 242867245 5746688 1090 1992294400 134512640 135212939 4294956240 18446744073709551615 134526800 0 0 4096 3 0 0 0 17 0 0 0
/proc/24130/statm: 1403 1090 76 170 0 1231 0
Current children cumulated CPU time (s) 70.74
Current children cumulated vsize (KiB) 10972

[startup+71.2016 s]
/proc/loadavg: 1.00 1.00 0.94 2/67 24130
/proc/meminfo: memFree=1271592/2055912 swapFree=4149836/4192956
[pid=24126] ppid=24124 vsize=5360 CPUtime=7.04
/proc/24126/stat : 24126 (run.sh) S 24124 24126 23843 0 -1 4194304 341 1180 0 0 0 0 703 1 16 0 1 0 242866539 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24126/statm: 1340 241 197 169 0 51 0
[pid=24130] ppid=24126 vsize=5612 CPUtime=64.1
/proc/24130/stat : 24130 (minisat) R 24126 24126 23843 0 -1 4194304 1106 0 0 0 6410 0 0 0 25 0 1 0 242867245 5746688 1090 1992294400 134512640 135212939 4294956240 18446744073709551615 134526723 0 0 4096 3 0 0 0 17 0 0 0
/proc/24130/statm: 1403 1090 76 170 0 1231 0
Current children cumulated CPU time (s) 71.14
Current children cumulated vsize (KiB) 10972

Child status: 20
Real time (s): 71.2733
CPU time (s): 71.2382
CPU user time (s): 71.2122
CPU system time (s): 0.025996
CPU usage (%): 99.9507
Max. virtual memory (cumulated for all children) (KiB): 10972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71.2122
system time used= 0.025996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2650
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= 212

runsolver used 0.053991 second user time and 0.212967 second system time

The end

Launcher Data

Begin job on node78 at 2009-05-12 19:12:55
IDJOB=1806335
IDBENCH=24718
IDSOLVER=647
FILE ID=node78/1806335-1242148375
PBS_JOBID= 9289648
Free space on /tmp= 126588 MiB

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

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

MD5SUM BENCH= f1b3061e7694aa99406ed9e867c9dfa5
RANDOM SEED=1615465167

node78.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.243
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.243
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:      2055912 kB
MemFree:       1277272 kB
Buffers:         41764 kB
Cached:         630984 kB
SwapCached:      36152 kB
Active:          65388 kB
Inactive:       644864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1277272 kB
SwapTotal:     4192956 kB
SwapFree:      4149836 kB
Dirty:            1752 kB
Writeback:           0 kB
Mapped:          14192 kB
Slab:            54144 kB
Committed_AS:   670520 kB
PageTables:       1428 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126588 MiB
End job on node78 at 2009-05-12 19:14:07