Trace number 1807324

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 2009-03-18? (TO) 1200.06 1200.61

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v945c61409gyes2.cnf
MD5SUM940c3065d47a27ab24578a138a8ab3c0
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables945
Number of clauses61409
Sum of the clauses size123673
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261364
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

Solver Data

0.00/0.00	c revival is preprocessing the formula...#ITERATIONS 1
0.79/0.87	#LEARNT CLAUSES 0
0.89/0.92	done !
0.89/0.92	c Calling MINISAT
0.89/0.92	This is MiniSat 2.0 beta
0.89/0.92	WARNING: for repeatability, setting FPU to use double precision
0.89/0.92	============================[ Problem Statistics ]=============================
0.89/0.92	|                                                                             |
0.89/0.92	|  Number of variables:  945                                                  |
0.89/0.92	|  Number of clauses:    61409                                                |
0.89/0.94	|  Parsing time:         0.02         s                                       |
0.89/0.95	============================[ Search Statistics ]==============================
0.89/0.95	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.89/0.95	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.89/0.95	===============================================================================
0.89/0.95	|         0 |     945    61409   123673 |    20469        0    nan |  0.000 % |
0.89/0.95	|       101 |     945    61409   123673 |    22516      101    119 |  0.000 % |
0.89/0.96	|       252 |     945    61409   123673 |    24768      252    131 |  0.000 % |
0.89/0.98	|       479 |     945    61409   123673 |    27245      479    140 |  0.000 % |
0.98/1.02	|       816 |     945    61409   123673 |    29969      816    134 |  0.000 % |
0.98/1.07	|      1322 |     945    61409   123673 |    32966     1322    141 |  0.000 % |
1.08/1.14	|      2081 |     945    61409   123673 |    36263     2081    138 |  0.000 % |
1.17/1.28	|      3221 |     945    61409   123673 |    39889     3221    132 |  0.000 % |
1.47/1.57	|      4929 |     945    61409   123673 |    43878     4929    144 |  0.000 % |
2.08/2.16	|      7491 |     945    61409   123673 |    48266     7491    138 |  0.000 % |
3.28/3.34	|     11335 |     945    61409   123673 |    53093    11335    139 |  0.000 % |
6.17/6.27	|     17102 |     945    61409   123673 |    58402    17102    140 |  0.000 % |
12.77/12.87	|     25754 |     945    61409   123673 |    64242    25754    138 |  0.000 % |
21.46/21.55	|     38729 |     945    61409   123673 |    70666    38729    133 |  0.000 % |
56.14/56.23	|     58192 |     945    61409   123673 |    77733    58192    127 |  0.000 % |
112.92/113.08	|     87386 |     945    61409   123673 |    85506    25596    108 |  0.000 % |
169.10/169.26	|    131175 |     945    61409   123673 |    94057    69385    130 |  0.000 % |
301.15/301.31	|    196859 |     945    61409   123673 |   103463    60251    135 |  0.000 % |
521.06/521.39	|    295387 |     945    61409   123673 |   113809    77538    131 |  0.000 % |
908.28/908.71	|    443179 |     945    61409   123673 |   125190    40028    117 |  0.000 % |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1807324-1242156911/watcher-1807324-1242156911 -o /tmp/evaluation-result-1807324-1242156911/solver-1807324-1242156911 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1807324-1242156911.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: 0.99 0.98 0.93 3/64 4564
/proc/meminfo: memFree=761864/2055920 swapFree=4165128/4192956
[pid=4564] ppid=4562 vsize=5360 CPUtime=0
/proc/4564/stat : 4564 (run.sh) R 4562 4564 4053 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 243717172 5488640 236 1992294400 4194304 4889804 548682068784 18446744073709551615 237947644575 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/4564/statm: 1340 236 195 169 0 51 0
[pid=4565] ppid=4564 vsize=2124 CPUtime=0
/proc/4565/stat : 4565 (revival) R 4564 4564 4053 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 243717173 2174976 237 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/4565/statm: 531 245 81 6 0 169 0

[startup+0.089865 s]
/proc/loadavg: 0.99 0.98 0.93 3/64 4564
/proc/meminfo: memFree=761864/2055920 swapFree=4165128/4192956
[pid=4564] ppid=4562 vsize=5360 CPUtime=0
/proc/4564/stat : 4564 (run.sh) S 4562 4564 4053 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 243717172 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4564/statm: 1340 237 196 169 0 51 0
[pid=4565] ppid=4564 vsize=3540 CPUtime=0.08
/proc/4565/stat : 4565 (revival) R 4564 4564 4053 0 -1 4194304 787 0 0 0 8 0 0 0 19 0 1 50000 243717173 3624960 576 1992294400 134512640 134537284 4294956368 18446744073709551615 134524011 0 0 4096 8192 0 0 0 17 0 0 0
/proc/4565/statm: 885 576 85 6 0 523 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 8900

[startup+0.101866 s]
/proc/loadavg: 0.99 0.98 0.93 3/64 4564
/proc/meminfo: memFree=761864/2055920 swapFree=4165128/4192956
[pid=4564] ppid=4562 vsize=5360 CPUtime=0
/proc/4564/stat : 4564 (run.sh) S 4562 4564 4053 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 243717172 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4564/statm: 1340 237 196 169 0 51 0
[pid=4565] ppid=4564 vsize=3540 CPUtime=0.09
/proc/4565/stat : 4565 (revival) R 4564 4564 4053 0 -1 4194304 787 0 0 0 9 0 0 0 19 0 1 50000 243717173 3624960 576 1992294400 134512640 134537284 4294956368 18446744073709551615 134515900 0 0 4096 8192 0 0 0 17 0 0 0
/proc/4565/statm: 885 576 85 6 0 523 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8900

[startup+0.301881 s]
/proc/loadavg: 0.99 0.98 0.93 3/64 4564
/proc/meminfo: memFree=761864/2055920 swapFree=4165128/4192956
[pid=4564] ppid=4562 vsize=5360 CPUtime=0
/proc/4564/stat : 4564 (run.sh) S 4562 4564 4053 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 243717172 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4564/statm: 1340 237 196 169 0 51 0
[pid=4565] ppid=4564 vsize=3540 CPUtime=0.29
/proc/4565/stat : 4565 (revival) R 4564 4564 4053 0 -1 4194304 787 0 0 0 29 0 0 0 21 0 1 50000 243717173 3624960 576 1992294400 134512640 134537284 4294956368 18446744073709551615 134524107 0 0 4096 8192 0 0 0 17 0 0 0
/proc/4565/statm: 885 576 85 6 0 523 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8900

[startup+0.701913 s]
/proc/loadavg: 0.99 0.98 0.93 3/64 4564
/proc/meminfo: memFree=761864/2055920 swapFree=4165128/4192956
[pid=4564] ppid=4562 vsize=5360 CPUtime=0
/proc/4564/stat : 4564 (run.sh) S 4562 4564 4053 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 243717172 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4564/statm: 1340 237 196 169 0 51 0
[pid=4565] ppid=4564 vsize=3540 CPUtime=0.69
/proc/4565/stat : 4565 (revival) R 4564 4564 4053 0 -1 4194304 787 0 0 0 69 0 0 0 25 0 1 50000 243717173 3624960 576 1992294400 134512640 134537284 4294956368 18446744073709551615 134523986 0 0 4096 8192 0 0 0 17 0 0 0
/proc/4565/statm: 885 576 85 6 0 523 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8900

[startup+1.50197 s]
/proc/loadavg: 0.99 0.98 0.93 2/66 4567
/proc/meminfo: memFree=757304/2055920 swapFree=4165128/4192956
[pid=4564] ppid=4562 vsize=5360 CPUtime=0.91
/proc/4564/stat : 4564 (run.sh) S 4562 4564 4053 0 -1 4194304 312 802 0 0 0 0 91 0 16 0 1 0 243717172 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4564/statm: 1340 238 197 169 0 51 0
[pid=4567] ppid=4564 vsize=7112 CPUtime=0.56
/proc/4567/stat : 4567 (minisat) R 4564 4564 4053 0 -1 4194304 1594 0 0 0 56 0 0 0 22 0 1 0 243717264 7282688 1580 1992294400 134512640 135212939 4294956240 18446744073709551615 134526811 0 0 4096 3 0 0 0 17 0 0 0
/proc/4567/statm: 1778 1580 77 170 0 1606 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 12472

[startup+3.1011 s]
/proc/loadavg: 0.99 0.98 0.93 2/66 4567
/proc/meminfo: memFree=753144/2055920 swapFree=4165128/4192956
[pid=4564] ppid=4562 vsize=5360 CPUtime=0.91
/proc/4564/stat : 4564 (run.sh) S 4562 4564 4053 0 -1 4194304 312 802 0 0 0 0 91 0 16 0 1 0 243717172 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4564/statm: 1340 238 197 169 0 51 0
[pid=4567] ppid=4564 vsize=10696 CPUtime=2.16
/proc/4567/stat : 4567 (minisat) R 4564 4564 4053 0 -1 4194304 2488 0 0 0 215 1 0 0 25 0 1 0 243717264 10952704 2474 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/4567/statm: 2674 2474 77 170 0 2502 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 16056

[startup+6.30136 s]
/proc/loadavg: 0.99 0.98 0.93 2/66 4567
/proc/meminfo: memFree=747896/2055920 swapFree=4165128/4192956
[pid=4564] ppid=4562 vsize=5360 CPUtime=0.91
/proc/4564/stat : 4564 (run.sh) S 4562 4564 4053 0 -1 4194304 312 802 0 0 0 0 91 0 16 0 1 0 243717172 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4564/statm: 1340 238 197 169 0 51 0
[pid=4567] ppid=4564 vsize=14860 CPUtime=5.36
/proc/4567/stat : 4567 (minisat) R 4564 4564 4053 0 -1 4194304 3532 0 0 0 533 3 0 0 25 0 1 0 243717264 15216640 3518 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/4567/statm: 3715 3518 77 170 0 3543 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 20220

[startup+12.7019 s]
/proc/loadavg: 0.99 0.98 0.93 2/66 4567
/proc/meminfo: memFree=742328/2055920 swapFree=4165128/4192956
[pid=4564] ppid=4562 vsize=5360 CPUtime=0.91
/proc/4564/stat : 4564 (run.sh) S 4562 4564 4053 0 -1 4194304 312 802 0 0 0 0 91 0 16 0 1 0 243717172 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4564/statm: 1340 238 197 169 0 51 0
[pid=4567] ppid=4564 vsize=19776 CPUtime=11.76
/proc/4567/stat : 4567 (minisat) R 4564 4564 4053 0 -1 4194304 4753 0 0 0 1172 4 0 0 25 0 1 0 243717264 20250624 4739 1992294400 134512640 135212939 4294956240 18446744073709551615 134526746 0 0 4096 3 0 0 0 17 0 0 0
/proc/4567/statm: 4944 4739 77 170 0 4772 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 25136

[startup+25.5019 s]
/proc/loadavg: 0.99 0.98 0.93 2/66 4567
/proc/meminfo: memFree=733368/2055920 swapFree=4165128/4192956
[pid=4564] ppid=4562 vsize=5360 CPUtime=0.91
/proc/4564/stat : 4564 (run.sh) S 4562 4564 4053 0 -1 4194304 312 802 0 0 0 0 91 0 16 0 1 0 243717172 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4564/statm: 1340 238 197 169 0 51 0
[pid=4567] ppid=4564 vsize=28520 CPUtime=24.55
/proc/4567/stat : 4567 (minisat) R 4564 4564 4053 0 -1 4194304 6926 0 0 0 2449 6 0 0 25 0 1 0 243717264 29204480 6912 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/4567/statm: 7130 6912 77 170 0 6958 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 33880

[startup+51.1019 s]
/proc/loadavg: 0.99 0.98 0.93 2/66 4567
/proc/meminfo: memFree=726136/2055920 swapFree=4165128/4192956
[pid=4564] ppid=4562 vsize=5360 CPUtime=0.91
/proc/4564/stat : 4564 (run.sh) S 4562 4564 4053 0 -1 4194304 312 802 0 0 0 0 91 0 16 0 1 0 243717172 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4564/statm: 1340 238 197 169 0 51 0
[pid=4567] ppid=4564 vsize=35832 CPUtime=50.14
/proc/4567/stat : 4567 (minisat) R 4564 4564 4053 0 -1 4194304 8750 0 0 0 5005 9 0 0 25 0 1 0 243717264 36691968 8736 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/4567/statm: 8958 8736 77 170 0 8786 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 41192

[startup+102.307 s]
/proc/loadavg: 0.99 0.98 0.93 2/66 4567
/proc/meminfo: memFree=714360/2055920 swapFree=4165128/4192956
[pid=4564] ppid=4562 vsize=5360 CPUtime=0.91
/proc/4564/stat : 4564 (run.sh) S 4562 4564 4053 0 -1 4194304 312 802 0 0 0 0 91 0 16 0 1 0 243717172 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4564/statm: 1340 238 197 169 0 51 0
[pid=4567] ppid=4564 vsize=47416 CPUtime=101.32
/proc/4567/stat : 4567 (minisat) R 4564 4564 4053 0 -1 4194304 11632 0 0 0 10120 12 0 0 25 0 1 0 243717264 48553984 11618 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/4567/statm: 11854 11618 77 170 0 11682 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 52776

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.93 2/66 4567
/proc/meminfo: memFree=713144/2055920 swapFree=4165128/4192956
[pid=4564] ppid=4562 vsize=5360 CPUtime=0.91
/proc/4564/stat : 4564 (run.sh) S 4562 4564 4053 0 -1 4194304 312 802 0 0 0 0 91 0 16 0 1 0 243717172 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4564/statm: 1340 238 197 169 0 51 0
[pid=4567] ppid=4564 vsize=48680 CPUtime=161.29
/proc/4567/stat : 4567 (minisat) R 4564 4564 4053 0 -1 4194304 11914 0 0 0 16117 12 0 0 25 0 1 0 243717264 49848320 11900 1992294400 134512640 135212939 4294956240 18446744073709551615 134526811 0 0 4096 3 0 0 0 17 0 0 0
/proc/4567/statm: 12170 11900 77 170 0 11998 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 54040

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.93 2/66 4567
/proc/meminfo: memFree=701304/2055920 swapFree=4165128/4192956
[pid=4564] ppid=4562 vsize=5360 CPUtime=0.91
/proc/4564/stat : 4564 (run.sh) S 4562 4564 4053 0 -1 4194304 312 802 0 0 0 0 91 0 16 0 1 0 243717172 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4564/statm: 1340 238 197 169 0 51 0
[pid=4567] ppid=4564 vsize=60604 CPUtime=221.27
/proc/4567/stat : 4567 (minisat) R 4564 4564 4053 0 -1 4194304 14872 0 0 0 22111 16 0 0 25 0 1 0 243717264 62058496 14858 1992294400 134512640 135212939 4294956240 18446744073709551615 134526720 0 0 4096 3 0 0 0 17 0 0 0
/proc/4567/statm: 15151 14858 77 170 0 14979 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 65964

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.93 2/66 4567
/proc/meminfo: memFree=698552/2055920 swapFree=4165128/4192956
[pid=4564] ppid=4562 vsize=5360 CPUtime=0.91
/proc/4564/stat : 4564 (run.sh) S 4562 4564 4053 0 -1 4194304 312 802 0 0 0 0 91 0 16 0 1 0 243717172 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4564/statm: 1340 238 197 169 0 51 0
[pid=4567] ppid=4564 vsize=63592 CPUtime=281.24
/proc/4567/stat : 4567 (minisat) R 4564 4564 4053 0 -1 4194304 15560 0 0 0 28108 16 0 0 25 0 1 0 243717264 65118208 15546 1992294400 134512640 135212939 4294956240 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 0 0 0
/proc/4567/statm: 15898 15546 77 170 0 15726 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 68952

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.93 2/66 4567
/proc/meminfo: memFree=698424/2055920 swapFree=4165128/4192956
[pid=4564] ppid=4562 vsize=5360 CPUtime=0.91
/proc/4564/stat : 4564 (run.sh) S 4562 4564 4053 0 -1 4194304 312 802 0 0 0 0 91 0 16 0 1 0 243717172 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4564/statm: 1340 238 197 169 0 51 0
[pid=4567] ppid=4564 vsize=63736 CPUtime=341.22
/proc/4567/stat : 4567 (minisat) R 4564 4564 4053 0 -1 4194304 15595 0 0 0 34106 16 0 0 25 0 1 0 243717264 65265664 15581 1992294400 134512640 135212939 4294956240 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/4567/statm: 15934 15581 77 170 0 15762 0
Current children cumulated CPU time (s) 342.13

################
# More data... #
################

/proc/4567/statm: 18250 17853 77 170 0 18078 0
Current children cumulated CPU time (s) 522.06
Current children cumulated vsize (KiB) 78360

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.93 2/66 4569
/proc/meminfo: memFree=688312/2055920 swapFree=4165128/4192956
[pid=4564] ppid=4562 vsize=5360 CPUtime=0.91
/proc/4564/stat : 4564 (run.sh) S 4562 4564 4053 0 -1 4194304 312 802 0 0 0 0 91 0 16 0 1 0 243717172 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4564/statm: 1340 238 197 169 0 51 0
[pid=4567] ppid=4564 vsize=74152 CPUtime=581.13
/proc/4567/stat : 4567 (minisat) R 4564 4564 4053 0 -1 4194304 18110 0 0 0 58093 20 0 0 25 0 1 0 243717264 75931648 18096 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/4567/statm: 18538 18096 77 170 0 18366 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 79512

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.93 2/66 4569
/proc/meminfo: memFree=685560/2055920 swapFree=4165128/4192956
[pid=4564] ppid=4562 vsize=5360 CPUtime=0.91
/proc/4564/stat : 4564 (run.sh) S 4562 4564 4053 0 -1 4194304 312 802 0 0 0 0 91 0 16 0 1 0 243717172 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4564/statm: 1340 238 197 169 0 51 0
[pid=4567] ppid=4564 vsize=76800 CPUtime=641.1
/proc/4567/stat : 4567 (minisat) R 4564 4564 4053 0 -1 4194304 18774 0 0 0 64090 20 0 0 25 0 1 0 243717264 78643200 18760 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/4567/statm: 19200 18760 77 170 0 19028 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 82160

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.93 2/66 4569
/proc/meminfo: memFree=682872/2055920 swapFree=4165128/4192956
[pid=4564] ppid=4562 vsize=5360 CPUtime=0.91
/proc/4564/stat : 4564 (run.sh) S 4562 4564 4053 0 -1 4194304 312 802 0 0 0 0 91 0 16 0 1 0 243717172 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4564/statm: 1340 238 197 169 0 51 0
[pid=4567] ppid=4564 vsize=79440 CPUtime=701.06
/proc/4567/stat : 4567 (minisat) R 4564 4564 4053 0 -1 4194304 19439 0 0 0 70085 21 0 0 25 0 1 0 243717264 81346560 19425 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/4567/statm: 19860 19425 77 170 0 19688 0
Current children cumulated CPU time (s) 701.97
Current children cumulated vsize (KiB) 84800

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.93 2/66 4569
/proc/meminfo: memFree=682872/2055920 swapFree=4165128/4192956
[pid=4564] ppid=4562 vsize=5360 CPUtime=0.91
/proc/4564/stat : 4564 (run.sh) S 4562 4564 4053 0 -1 4194304 312 802 0 0 0 0 91 0 16 0 1 0 243717172 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4564/statm: 1340 238 197 169 0 51 0
[pid=4567] ppid=4564 vsize=79440 CPUtime=761.04
/proc/4567/stat : 4567 (minisat) R 4564 4564 4053 0 -1 4194304 19439 0 0 0 76083 21 0 0 25 0 1 0 243717264 81346560 19425 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/4567/statm: 19860 19425 77 170 0 19688 0
Current children cumulated CPU time (s) 761.95
Current children cumulated vsize (KiB) 84800

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.93 2/66 4569
/proc/meminfo: memFree=682808/2055920 swapFree=4165128/4192956
[pid=4564] ppid=4562 vsize=5360 CPUtime=0.91
/proc/4564/stat : 4564 (run.sh) S 4562 4564 4053 0 -1 4194304 312 802 0 0 0 0 91 0 16 0 1 0 243717172 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4564/statm: 1340 238 197 169 0 51 0
[pid=4567] ppid=4564 vsize=79440 CPUtime=821.01
/proc/4567/stat : 4567 (minisat) R 4564 4564 4053 0 -1 4194304 19447 0 0 0 82080 21 0 0 25 0 1 0 243717264 81346560 19433 1992294400 134512640 135212939 4294956240 18446744073709551615 134526750 0 0 4096 3 0 0 0 17 0 0 0
/proc/4567/statm: 19860 19433 77 170 0 19688 0
Current children cumulated CPU time (s) 821.92
Current children cumulated vsize (KiB) 84800

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.93 2/66 4569
/proc/meminfo: memFree=682552/2055920 swapFree=4165128/4192956
[pid=4564] ppid=4562 vsize=5360 CPUtime=0.91
/proc/4564/stat : 4564 (run.sh) S 4562 4564 4053 0 -1 4194304 312 802 0 0 0 0 91 0 16 0 1 0 243717172 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4564/statm: 1340 238 197 169 0 51 0
[pid=4567] ppid=4564 vsize=79808 CPUtime=880.98
/proc/4567/stat : 4567 (minisat) R 4564 4564 4053 0 -1 4194304 19517 0 0 0 88077 21 0 0 25 0 1 0 243717264 81723392 19503 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/4567/statm: 19952 19503 77 170 0 19780 0
Current children cumulated CPU time (s) 881.89
Current children cumulated vsize (KiB) 85168

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.93 2/66 4569
/proc/meminfo: memFree=681144/2055920 swapFree=4165128/4192956
[pid=4564] ppid=4562 vsize=5360 CPUtime=0.91
/proc/4564/stat : 4564 (run.sh) S 4562 4564 4053 0 -1 4194304 312 802 0 0 0 0 91 0 16 0 1 0 243717172 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4564/statm: 1340 238 197 169 0 51 0
[pid=4567] ppid=4564 vsize=81312 CPUtime=940.96
/proc/4567/stat : 4567 (minisat) R 4564 4564 4053 0 -1 4194304 19864 0 0 0 94075 21 0 0 25 0 1 0 243717264 83263488 19850 1992294400 134512640 135212939 4294956240 18446744073709551615 134526857 0 0 4096 3 0 0 0 17 0 0 0
/proc/4567/statm: 20328 19850 77 170 0 20156 0
Current children cumulated CPU time (s) 941.87
Current children cumulated vsize (KiB) 86672

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.93 2/66 4569
/proc/meminfo: memFree=680184/2055920 swapFree=4165128/4192956
[pid=4564] ppid=4562 vsize=5360 CPUtime=0.91
/proc/4564/stat : 4564 (run.sh) S 4562 4564 4053 0 -1 4194304 312 802 0 0 0 0 91 0 16 0 1 0 243717172 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4564/statm: 1340 238 197 169 0 51 0
[pid=4567] ppid=4564 vsize=82332 CPUtime=1000.93
/proc/4567/stat : 4567 (minisat) R 4564 4564 4053 0 -1 4194304 20113 0 0 0 100072 21 0 0 25 0 1 0 243717264 84307968 20099 1992294400 134512640 135212939 4294956240 18446744073709551615 134526732 0 0 4096 3 0 0 0 17 0 0 0
/proc/4567/statm: 20583 20099 77 170 0 20411 0
Current children cumulated CPU time (s) 1001.84
Current children cumulated vsize (KiB) 87692

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.93 2/66 4569
/proc/meminfo: memFree=679864/2055920 swapFree=4165128/4192956
[pid=4564] ppid=4562 vsize=5360 CPUtime=0.91
/proc/4564/stat : 4564 (run.sh) S 4562 4564 4053 0 -1 4194304 312 802 0 0 0 0 91 0 16 0 1 0 243717172 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4564/statm: 1340 238 197 169 0 51 0
[pid=4567] ppid=4564 vsize=82720 CPUtime=1060.92
/proc/4567/stat : 4567 (minisat) R 4564 4564 4053 0 -1 4194304 20201 0 0 0 106070 22 0 0 25 0 1 0 243717264 84705280 20187 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/4567/statm: 20680 20187 77 170 0 20508 0
Current children cumulated CPU time (s) 1061.83
Current children cumulated vsize (KiB) 88080

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.93 2/66 4569
/proc/meminfo: memFree=679352/2055920 swapFree=4165128/4192956
[pid=4564] ppid=4562 vsize=5360 CPUtime=0.91
/proc/4564/stat : 4564 (run.sh) S 4562 4564 4053 0 -1 4194304 312 802 0 0 0 0 91 0 16 0 1 0 243717172 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4564/statm: 1340 238 197 169 0 51 0
[pid=4567] ppid=4564 vsize=83296 CPUtime=1120.89
/proc/4567/stat : 4567 (minisat) R 4564 4564 4053 0 -1 4194304 20335 0 0 0 112067 22 0 0 25 0 1 0 243717264 85295104 20321 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/4567/statm: 20824 20321 77 170 0 20652 0
Current children cumulated CPU time (s) 1121.8
Current children cumulated vsize (KiB) 88656

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.93 2/66 4569
/proc/meminfo: memFree=676344/2055920 swapFree=4165128/4192956
[pid=4564] ppid=4562 vsize=5360 CPUtime=0.91
/proc/4564/stat : 4564 (run.sh) S 4562 4564 4053 0 -1 4194304 312 802 0 0 0 0 91 0 16 0 1 0 243717172 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4564/statm: 1340 238 197 169 0 51 0
[pid=4567] ppid=4564 vsize=86280 CPUtime=1180.85
/proc/4567/stat : 4567 (minisat) R 4564 4564 4053 0 -1 4194304 21091 0 0 0 118063 22 0 0 25 0 1 0 243717264 88350720 21077 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/4567/statm: 21570 21077 77 170 0 21398 0
Current children cumulated CPU time (s) 1181.76
Current children cumulated vsize (KiB) 91640



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.98 0.93 2/66 4569
/proc/meminfo: memFree=676216/2055920 swapFree=4165128/4192956
[pid=4564] ppid=4562 vsize=5360 CPUtime=0.91
/proc/4564/stat : 4564 (run.sh) S 4562 4564 4053 0 -1 4194304 312 802 0 0 0 0 91 0 16 0 1 0 243717172 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4564/statm: 1340 238 197 169 0 51 0
[pid=4567] ppid=4564 vsize=86420 CPUtime=1199.15
/proc/4567/stat : 4567 (minisat) R 4564 4564 4053 0 -1 4194304 21123 0 0 0 119893 22 0 0 25 0 1 0 243717264 88494080 21109 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/4567/statm: 21605 21109 77 170 0 21433 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 91780

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4564 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=910861
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=9998
# CPU time returned by wait4() is 0.920859
# while last known CPU time is 1200.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.61
CPU time (s): 1200.06
CPU user time (s): 1199.84
CPU system time (s): 0.22
CPU usage (%): 99.954
Max. virtual memory (cumulated for all children) (KiB): 91780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.910861
system time used= 0.009998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1114
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= 5
involuntary context switches= 6

runsolver used 1.09483 second user time and 3.2845 second system time

The end

Launcher Data

Begin job on node69 at 2009-05-12 21:35:11
IDJOB=1807324
IDBENCH=71524
IDSOLVER=649
FILE ID=node69/1807324-1242156911
PBS_JOBID= 9289656
Free space on /tmp= 66176 MiB

SOLVER NAME= ReVivAl 0.23 2009-03-18
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v945c61409gyes2.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1807324-1242156911/watcher-1807324-1242156911 -o /tmp/evaluation-result-1807324-1242156911/solver-1807324-1242156911 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1807324-1242156911.cnf HOME

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

MD5SUM BENCH= 940c3065d47a27ab24578a138a8ab3c0
RANDOM SEED=1860831737

node69.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.231
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.231
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:        762344 kB
Buffers:         71368 kB
Cached:        1113804 kB
SwapCached:      22440 kB
Active:          74752 kB
Inactive:      1134840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        762344 kB
SwapTotal:     4192956 kB
SwapFree:      4165128 kB
Dirty:            2116 kB
Writeback:           0 kB
Mapped:          14208 kB
Slab:            69940 kB
Committed_AS:   811620 kB
PageTables:       1464 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= 66176 MiB
End job on node69 at 2009-05-12 21:55:14