Trace number 1807343

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-18? (TO) 1200.07 1200.61

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v945c61409gyes8.cnf
MD5SUM0b0881d9187e7912564ae88556ada128
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.91	done !
0.89/0.91	c Now, SatElite...
0.89/0.91	c Parsing...
0.97/1.01	c ==============================================================================
0.97/1.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.97/1.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.97/1.01	c ==============================================================================
0.97/1.01	c |         0 |   61409   123673 |   18422       0        0     nan |  0.000 % |
1.17/1.22	c |         0 |   60464   199184 |      --       0       --      -- |     --   | -945/75511
1.17/1.22	c ==============================================================================
1.17/1.22	c Result  :   #vars: 900   #clauses: 60464   #literals: 199184
1.17/1.22	c CPU time:   0.297954 s
1.17/1.22	c ==============================================================================
1.27/1.32	c SatElite is done !
1.27/1.32	c Calling MINISAT
1.27/1.32	This is MiniSat 2.0 beta
1.27/1.32	WARNING: for repeatability, setting FPU to use double precision
1.27/1.32	============================[ Problem Statistics ]=============================
1.27/1.32	|                                                                             |
1.27/1.32	|  Number of variables:  900                                                  |
1.27/1.32	|  Number of clauses:    60464                                                |
1.27/1.35	|  Parsing time:         0.03         s                                       |
1.27/1.35	============================[ Search Statistics ]==============================
1.27/1.35	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.27/1.35	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.27/1.35	===============================================================================
1.27/1.35	|         0 |     900    60464   199184 |    20154        0    nan |  0.000 % |
1.27/1.36	|       100 |     900    60464   199184 |    22170      100    106 |  0.000 % |
1.27/1.38	|       250 |     900    60464   199184 |    24387      250    116 |  0.000 % |
1.30/1.41	|       476 |     900    60464   199184 |    26825      476    134 |  0.000 % |
1.30/1.45	|       813 |     900    60464   199184 |    29508      813    128 |  0.000 % |
1.30/1.52	|      1319 |     900    60464   199184 |    32459     1319    132 |  0.000 % |
1.30/1.63	|      2080 |     900    60464   199184 |    35705     2080    130 |  0.000 % |
1.30/1.81	|      3220 |     900    60464   199184 |    39275     3220    131 |  0.000 % |
2.07/2.16	|      4928 |     900    60464   199184 |    43203     4928    130 |  0.000 % |
2.67/2.71	|      7491 |     900    60464   199184 |    47523     7491    125 |  0.000 % |
3.67/3.77	|     11335 |     900    60464   199184 |    52276    11335    125 |  0.000 % |
6.17/6.24	|     17101 |     900    60464   199184 |    57503    17101    131 |  0.000 % |
13.36/13.42	|     25752 |     900    60464   199184 |    63253    25752    131 |  0.000 % |
26.66/26.71	|     38726 |     900    60464   199184 |    69579    38726    128 |  0.000 % |
56.54/56.66	|     58187 |     900    60464   199184 |    76537    58187    127 |  0.000 % |
107.01/107.15	|     87379 |     900    60464   199184 |    84191    27540    110 |  0.000 % |
152.60/152.73	|    131168 |     900    60464   199184 |    92610    71329    121 |  0.000 % |
222.46/222.69	|    196852 |     900    60464   199184 |   101871    60183    118 |  0.000 % |
334.22/334.49	|    295380 |     900    60464   199184 |   112058    75394    115 |  0.000 % |
608.71/609.03	|    443169 |     900    60464   199184 |   123264    38790    117 |  0.000 % |
986.74/987.26	|    664855 |     900    60464   199184 |   135590    55223    104 |  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-1807343-1242157213/watcher-1807343-1242157213 -o /tmp/evaluation-result-1807343-1242157213/solver-1807343-1242157213 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1807343-1242157213.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.85 0.97 0.96 3/64 13434
/proc/meminfo: memFree=1186024/2055920 swapFree=4180856/4192956
[pid=13434] ppid=13432 vsize=5360 CPUtime=0
/proc/13434/stat : 13434 (run.sh) S 13432 13434 13397 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 243749502 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13434/statm: 1340 237 196 169 0 51 0
[pid=13435] ppid=13434 vsize=2124 CPUtime=0
/proc/13435/stat : 13435 (revival) R 13434 13434 13397 0 -1 4194304 293 0 0 0 0 0 0 0 19 0 1 0 243749502 2174976 259 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/13435/statm: 659 262 81 6 0 297 0

[startup+0.0230389 s]
/proc/loadavg: 0.85 0.97 0.96 3/64 13434
/proc/meminfo: memFree=1186024/2055920 swapFree=4180856/4192956
[pid=13434] ppid=13432 vsize=5360 CPUtime=0
/proc/13434/stat : 13434 (run.sh) S 13432 13434 13397 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 243749502 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13434/statm: 1340 237 196 169 0 51 0
[pid=13435] ppid=13434 vsize=3540 CPUtime=0.01
/proc/13435/stat : 13435 (revival) R 13434 13434 13397 0 -1 4194304 788 0 0 0 1 0 0 0 19 0 1 50000 243749502 3624960 576 1992294400 134512640 134537284 4294956368 18446744073709551615 134524314 0 0 4096 8192 0 0 0 17 0 0 0
/proc/13435/statm: 885 576 85 6 0 523 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8900

[startup+0.102047 s]
/proc/loadavg: 0.85 0.97 0.96 3/64 13434
/proc/meminfo: memFree=1186024/2055920 swapFree=4180856/4192956
[pid=13434] ppid=13432 vsize=5360 CPUtime=0
/proc/13434/stat : 13434 (run.sh) S 13432 13434 13397 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 243749502 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13434/statm: 1340 237 196 169 0 51 0
[pid=13435] ppid=13434 vsize=3540 CPUtime=0.09
/proc/13435/stat : 13435 (revival) R 13434 13434 13397 0 -1 4194304 788 0 0 0 9 0 0 0 19 0 1 50000 243749502 3624960 576 1992294400 134512640 134537284 4294956368 18446744073709551615 134523659 0 0 4096 8192 0 0 0 17 0 0 0
/proc/13435/statm: 885 576 85 6 0 523 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8900

[startup+0.302069 s]
/proc/loadavg: 0.85 0.97 0.96 3/64 13434
/proc/meminfo: memFree=1186024/2055920 swapFree=4180856/4192956
[pid=13434] ppid=13432 vsize=5360 CPUtime=0
/proc/13434/stat : 13434 (run.sh) S 13432 13434 13397 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 243749502 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13434/statm: 1340 237 196 169 0 51 0
[pid=13435] ppid=13434 vsize=3540 CPUtime=0.29
/proc/13435/stat : 13435 (revival) R 13434 13434 13397 0 -1 4194304 788 0 0 0 29 0 0 0 21 0 1 50000 243749502 3624960 576 1992294400 134512640 134537284 4294956368 18446744073709551615 134523936 0 0 4096 8192 0 0 0 17 0 0 0
/proc/13435/statm: 885 576 85 6 0 523 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8900

[startup+0.702113 s]
/proc/loadavg: 0.85 0.97 0.96 3/64 13434
/proc/meminfo: memFree=1186024/2055920 swapFree=4180856/4192956
[pid=13434] ppid=13432 vsize=5360 CPUtime=0
/proc/13434/stat : 13434 (run.sh) S 13432 13434 13397 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 243749502 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13434/statm: 1340 237 196 169 0 51 0
[pid=13435] ppid=13434 vsize=3540 CPUtime=0.69
/proc/13435/stat : 13435 (revival) R 13434 13434 13397 0 -1 4194304 788 0 0 0 69 0 0 0 24 0 1 50000 243749502 3624960 576 1992294400 134512640 134537284 4294956368 18446744073709551615 134523659 0 0 4096 8192 0 0 0 17 0 0 0
/proc/13435/statm: 885 576 85 6 0 523 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8900

[startup+1.50121 s]
/proc/loadavg: 0.85 0.97 0.96 2/66 13437
/proc/meminfo: memFree=1182232/2055920 swapFree=4180856/4192956
[pid=13434] ppid=13432 vsize=5360 CPUtime=1.3
/proc/13434/stat : 13434 (run.sh) S 13432 13434 13397 0 -1 4194304 341 2167 0 0 0 0 129 1 15 0 1 0 243749502 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13434/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 5360

[startup+3.10138 s]
/proc/loadavg: 0.85 0.97 0.96 2/66 13438
/proc/meminfo: memFree=1177240/2055920 swapFree=4180856/4192956
[pid=13434] ppid=13432 vsize=5360 CPUtime=1.3
/proc/13434/stat : 13434 (run.sh) S 13432 13434 13397 0 -1 4194304 341 2167 0 0 0 0 129 1 15 0 1 0 243749502 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13434/statm: 1340 241 197 169 0 51 0
[pid=13438] ppid=13434 vsize=9572 CPUtime=1.77
/proc/13438/stat : 13438 (minisat) R 13434 13434 13397 0 -1 4194304 2282 0 0 0 176 1 0 0 25 0 1 0 243749634 9801728 2266 1992294400 134512640 135212939 4294956240 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/13438/statm: 2393 2266 77 170 0 2221 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 14932

[startup+6.30173 s]
/proc/loadavg: 0.86 0.97 0.96 2/66 13438
/proc/meminfo: memFree=1171032/2055920 swapFree=4180856/4192956
[pid=13434] ppid=13432 vsize=5360 CPUtime=1.3
/proc/13434/stat : 13434 (run.sh) S 13432 13434 13397 0 -1 4194304 341 2167 0 0 0 0 129 1 15 0 1 0 243749502 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13434/statm: 1340 241 197 169 0 51 0
[pid=13438] ppid=13434 vsize=14460 CPUtime=4.97
/proc/13438/stat : 13438 (minisat) R 13434 13434 13397 0 -1 4194304 3504 0 0 0 495 2 0 0 25 0 1 0 243749634 14807040 3488 1992294400 134512640 135212939 4294956240 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 0 0 0
/proc/13438/statm: 3615 3488 77 170 0 3443 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 19820

[startup+12.7014 s]
/proc/loadavg: 0.87 0.97 0.96 2/66 13438
/proc/meminfo: memFree=1165864/2055920 swapFree=4180856/4192956
[pid=13434] ppid=13432 vsize=5360 CPUtime=1.3
/proc/13434/stat : 13434 (run.sh) S 13432 13434 13397 0 -1 4194304 341 2167 0 0 0 0 129 1 15 0 1 0 243749502 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13434/statm: 1340 241 197 169 0 51 0
[pid=13438] ppid=13434 vsize=18952 CPUtime=11.36
/proc/13438/stat : 13438 (minisat) R 13434 13434 13397 0 -1 4194304 4636 0 0 0 1133 3 0 0 25 0 1 0 243749634 19406848 4620 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/13438/statm: 4738 4620 77 170 0 4566 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 24312

[startup+25.5028 s]
/proc/loadavg: 0.90 0.97 0.96 2/66 13438
/proc/meminfo: memFree=1158888/2055920 swapFree=4180856/4192956
[pid=13434] ppid=13432 vsize=5360 CPUtime=1.3
/proc/13434/stat : 13434 (run.sh) S 13432 13434 13397 0 -1 4194304 341 2167 0 0 0 0 129 1 15 0 1 0 243749502 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13434/statm: 1340 241 197 169 0 51 0
[pid=13438] ppid=13434 vsize=25756 CPUtime=24.16
/proc/13438/stat : 13438 (minisat) R 13434 13434 13397 0 -1 4194304 6330 0 0 0 2411 5 0 0 25 0 1 0 243749634 26374144 6314 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/13438/statm: 6439 6314 77 170 0 6267 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 31116

[startup+51.1027 s]
/proc/loadavg: 0.93 0.97 0.96 2/66 13438
/proc/meminfo: memFree=1149032/2055920 swapFree=4180856/4192956
[pid=13434] ppid=13432 vsize=5360 CPUtime=1.3
/proc/13434/stat : 13434 (run.sh) S 13432 13434 13397 0 -1 4194304 341 2167 0 0 0 0 129 1 15 0 1 0 243749502 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13434/statm: 1340 241 197 169 0 51 0
[pid=13438] ppid=13434 vsize=35812 CPUtime=49.74
/proc/13438/stat : 13438 (minisat) R 13434 13434 13397 0 -1 4194304 8835 0 0 0 4966 8 0 0 25 0 1 0 243749634 36671488 8819 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/13438/statm: 8953 8819 77 170 0 8781 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 41172

[startup+102.306 s]
/proc/loadavg: 0.97 0.97 0.96 2/66 13438
/proc/meminfo: memFree=1136552/2055920 swapFree=4180856/4192956
[pid=13434] ppid=13432 vsize=5360 CPUtime=1.3
/proc/13434/stat : 13434 (run.sh) S 13432 13434 13397 0 -1 4194304 341 2167 0 0 0 0 129 1 15 0 1 0 243749502 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13434/statm: 1340 241 197 169 0 51 0
[pid=13438] ppid=13434 vsize=48088 CPUtime=100.92
/proc/13438/stat : 13438 (minisat) R 13434 13434 13397 0 -1 4194304 11866 0 0 0 10081 11 0 0 25 0 1 0 243749634 49242112 11850 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/13438/statm: 12022 11850 77 170 0 11850 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 53448

[startup+162.303 s]
/proc/loadavg: 0.99 0.97 0.96 2/66 13440
/proc/meminfo: memFree=1136168/2055920 swapFree=4180856/4192956
[pid=13434] ppid=13432 vsize=5360 CPUtime=1.3
/proc/13434/stat : 13434 (run.sh) S 13432 13434 13397 0 -1 4194304 341 2167 0 0 0 0 129 1 15 0 1 0 243749502 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13434/statm: 1340 241 197 169 0 51 0
[pid=13438] ppid=13434 vsize=48572 CPUtime=160.89
/proc/13438/stat : 13438 (minisat) R 13434 13434 13397 0 -1 4194304 11965 0 0 0 16078 11 0 0 25 0 1 0 243749634 49737728 11949 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/13438/statm: 12143 11949 77 170 0 11971 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 53932

[startup+222.303 s]
/proc/loadavg: 0.99 0.97 0.96 2/66 13440
/proc/meminfo: memFree=1128168/2055920 swapFree=4180856/4192956
[pid=13434] ppid=13432 vsize=5360 CPUtime=1.3
/proc/13434/stat : 13434 (run.sh) S 13432 13434 13397 0 -1 4194304 341 2167 0 0 0 0 129 1 15 0 1 0 243749502 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13434/statm: 1340 241 197 169 0 51 0
[pid=13438] ppid=13434 vsize=56572 CPUtime=220.86
/proc/13438/stat : 13438 (minisat) R 13434 13434 13397 0 -1 4194304 13948 0 0 0 22073 13 0 0 25 0 1 0 243749634 57929728 13932 1992294400 134512640 135212939 4294956240 18446744073709551615 134526682 0 0 4096 3 0 0 0 17 0 0 0
/proc/13438/statm: 14143 13932 77 170 0 13971 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 61932

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/66 13440
/proc/meminfo: memFree=1123816/2055920 swapFree=4180856/4192956
[pid=13434] ppid=13432 vsize=5360 CPUtime=1.3
/proc/13434/stat : 13434 (run.sh) S 13432 13434 13397 0 -1 4194304 341 2167 0 0 0 0 129 1 15 0 1 0 243749502 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13434/statm: 1340 241 197 169 0 51 0
[pid=13438] ppid=13434 vsize=61144 CPUtime=280.83
/proc/13438/stat : 13438 (minisat) R 13434 13434 13397 0 -1 4194304 15098 0 0 0 28069 14 0 0 25 0 1 0 243749634 62611456 15082 1992294400 134512640 135212939 4294956240 18446744073709551615 134526624 0 0 4096 3 0 0 0 17 0 0 0
/proc/13438/statm: 15286 15082 77 170 0 15114 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 66504

[startup+342.303 s]
/proc/loadavg: 0.99 0.97 0.96 2/66 13440
/proc/meminfo: memFree=1122664/2055920 swapFree=4180856/4192956
[pid=13434] ppid=13432 vsize=5360 CPUtime=1.3
/proc/13434/stat : 13434 (run.sh) S 13432 13434 13397 0 -1 4194304 341 2167 0 0 0 0 129 1 15 0 1 0 243749502 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13434/statm: 1340 241 197 169 0 51 0
[pid=13438] ppid=13434 vsize=62068 CPUtime=340.81
/proc/13438/stat : 13438 (minisat) R 13434 13434 13397 0 -1 4194304 15327 0 0 0 34067 14 0 0 25 0 1 0 243749634 63557632 15311 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/13438/statm: 15517 15311 77 170 0 15345 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 67428

[startup+402.302 s]

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

/proc/13438/statm: 17613 17370 77 170 0 17441 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 75812

[startup+582.302 s]
/proc/loadavg: 1.03 0.99 0.96 2/66 13440
/proc/meminfo: memFree=1113320/2055920 swapFree=4180856/4192956
[pid=13434] ppid=13432 vsize=5360 CPUtime=1.3
/proc/13434/stat : 13434 (run.sh) S 13432 13434 13397 0 -1 4194304 341 2167 0 0 0 0 129 1 15 0 1 0 243749502 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13434/statm: 1340 241 197 169 0 51 0
[pid=13438] ppid=13434 vsize=71640 CPUtime=580.72
/proc/13438/stat : 13438 (minisat) R 13434 13434 13397 0 -1 4194304 17682 0 0 0 58056 16 0 0 25 0 1 0 243749634 73359360 17666 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/13438/statm: 17910 17666 77 170 0 17738 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 77000

[startup+642.303 s]
/proc/loadavg: 1.01 0.99 0.96 2/66 13440
/proc/meminfo: memFree=1111016/2055920 swapFree=4180856/4192956
[pid=13434] ppid=13432 vsize=5360 CPUtime=1.3
/proc/13434/stat : 13434 (run.sh) S 13432 13434 13397 0 -1 4194304 341 2167 0 0 0 0 129 1 15 0 1 0 243749502 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13434/statm: 1340 241 197 169 0 51 0
[pid=13438] ppid=13434 vsize=73752 CPUtime=640.69
/proc/13438/stat : 13438 (minisat) R 13434 13434 13397 0 -1 4194304 18232 0 0 0 64053 16 0 0 25 0 1 0 243749634 75522048 18216 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/13438/statm: 18438 18216 77 170 0 18266 0
Current children cumulated CPU time (s) 641.99
Current children cumulated vsize (KiB) 79112

[startup+702.302 s]
/proc/loadavg: 1.00 0.99 0.96 2/66 13440
/proc/meminfo: memFree=1110952/2055920 swapFree=4180856/4192956
[pid=13434] ppid=13432 vsize=5360 CPUtime=1.3
/proc/13434/stat : 13434 (run.sh) S 13432 13434 13397 0 -1 4194304 341 2167 0 0 0 0 129 1 15 0 1 0 243749502 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13434/statm: 1340 241 197 169 0 51 0
[pid=13438] ppid=13434 vsize=73752 CPUtime=700.66
/proc/13438/stat : 13438 (minisat) R 13434 13434 13397 0 -1 4194304 18238 0 0 0 70050 16 0 0 25 0 1 0 243749634 75522048 18222 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/13438/statm: 18438 18222 77 170 0 18266 0
Current children cumulated CPU time (s) 701.96
Current children cumulated vsize (KiB) 79112

[startup+762.306 s]
/proc/loadavg: 1.00 0.99 0.96 2/66 13440
/proc/meminfo: memFree=1110312/2055920 swapFree=4180856/4192956
[pid=13434] ppid=13432 vsize=5360 CPUtime=1.3
/proc/13434/stat : 13434 (run.sh) S 13432 13434 13397 0 -1 4194304 341 2167 0 0 0 0 129 1 15 0 1 0 243749502 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13434/statm: 1340 241 197 169 0 51 0
[pid=13438] ppid=13434 vsize=74532 CPUtime=760.64
/proc/13438/stat : 13438 (minisat) R 13434 13434 13397 0 -1 4194304 18401 0 0 0 76048 16 0 0 25 0 1 0 243749634 76320768 18385 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/13438/statm: 18633 18385 77 170 0 18461 0
Current children cumulated CPU time (s) 761.94
Current children cumulated vsize (KiB) 79892

[startup+822.302 s]
/proc/loadavg: 1.00 0.99 0.96 2/66 13440
/proc/meminfo: memFree=1109608/2055920 swapFree=4180856/4192956
[pid=13434] ppid=13432 vsize=5360 CPUtime=1.3
/proc/13434/stat : 13434 (run.sh) S 13432 13434 13397 0 -1 4194304 341 2167 0 0 0 0 129 1 15 0 1 0 243749502 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13434/statm: 1340 241 197 169 0 51 0
[pid=13438] ppid=13434 vsize=75184 CPUtime=820.62
/proc/13438/stat : 13438 (minisat) R 13434 13434 13397 0 -1 4194304 18585 0 0 0 82045 17 0 0 25 0 1 0 243749634 76988416 18569 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/13438/statm: 18796 18569 77 170 0 18624 0
Current children cumulated CPU time (s) 821.92
Current children cumulated vsize (KiB) 80544

[startup+882.301 s]
/proc/loadavg: 1.00 0.99 0.96 2/66 13440
/proc/meminfo: memFree=1109288/2055920 swapFree=4180856/4192956
[pid=13434] ppid=13432 vsize=5360 CPUtime=1.3
/proc/13434/stat : 13434 (run.sh) S 13432 13434 13397 0 -1 4194304 341 2167 0 0 0 0 129 1 15 0 1 0 243749502 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13434/statm: 1340 241 197 169 0 51 0
[pid=13438] ppid=13434 vsize=75620 CPUtime=880.6
/proc/13438/stat : 13438 (minisat) R 13434 13434 13397 0 -1 4194304 18667 0 0 0 88043 17 0 0 25 0 1 0 243749634 77434880 18651 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/13438/statm: 18905 18651 77 170 0 18733 0
Current children cumulated CPU time (s) 881.9
Current children cumulated vsize (KiB) 80980

[startup+942.302 s]
/proc/loadavg: 1.00 0.99 0.96 2/66 13440
/proc/meminfo: memFree=1108904/2055920 swapFree=4180856/4192956
[pid=13434] ppid=13432 vsize=5360 CPUtime=1.3
/proc/13434/stat : 13434 (run.sh) S 13432 13434 13397 0 -1 4194304 341 2167 0 0 0 0 129 1 15 0 1 0 243749502 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13434/statm: 1340 241 197 169 0 51 0
[pid=13438] ppid=13434 vsize=76108 CPUtime=940.57
/proc/13438/stat : 13438 (minisat) R 13434 13434 13397 0 -1 4194304 18762 0 0 0 94040 17 0 0 25 0 1 0 243749634 77934592 18746 1992294400 134512640 135212939 4294956240 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 0 0 0
/proc/13438/statm: 19027 18746 77 170 0 18855 0
Current children cumulated CPU time (s) 941.87
Current children cumulated vsize (KiB) 81468

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.96 2/66 13440
/proc/meminfo: memFree=1108904/2055920 swapFree=4180856/4192956
[pid=13434] ppid=13432 vsize=5360 CPUtime=1.3
/proc/13434/stat : 13434 (run.sh) S 13432 13434 13397 0 -1 4194304 341 2167 0 0 0 0 129 1 15 0 1 0 243749502 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13434/statm: 1340 241 197 169 0 51 0
[pid=13438] ppid=13434 vsize=76108 CPUtime=1000.54
/proc/13438/stat : 13438 (minisat) R 13434 13434 13397 0 -1 4194304 18770 0 0 0 100037 17 0 0 25 0 1 0 243749634 77934592 18754 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/13438/statm: 19027 18754 77 170 0 18855 0
Current children cumulated CPU time (s) 1001.84
Current children cumulated vsize (KiB) 81468

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.96 2/66 13440
/proc/meminfo: memFree=1108904/2055920 swapFree=4180856/4192956
[pid=13434] ppid=13432 vsize=5360 CPUtime=1.3
/proc/13434/stat : 13434 (run.sh) S 13432 13434 13397 0 -1 4194304 341 2167 0 0 0 0 129 1 15 0 1 0 243749502 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13434/statm: 1340 241 197 169 0 51 0
[pid=13438] ppid=13434 vsize=76108 CPUtime=1060.51
/proc/13438/stat : 13438 (minisat) R 13434 13434 13397 0 -1 4194304 18770 0 0 0 106034 17 0 0 25 0 1 0 243749634 77934592 18754 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/13438/statm: 19027 18754 77 170 0 18855 0
Current children cumulated CPU time (s) 1061.81
Current children cumulated vsize (KiB) 81468

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.96 2/66 13440
/proc/meminfo: memFree=1108904/2055920 swapFree=4180856/4192956
[pid=13434] ppid=13432 vsize=5360 CPUtime=1.3
/proc/13434/stat : 13434 (run.sh) S 13432 13434 13397 0 -1 4194304 341 2167 0 0 0 0 129 1 15 0 1 0 243749502 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13434/statm: 1340 241 197 169 0 51 0
[pid=13438] ppid=13434 vsize=76108 CPUtime=1120.49
/proc/13438/stat : 13438 (minisat) R 13434 13434 13397 0 -1 4194304 18770 0 0 0 112032 17 0 0 25 0 1 0 243749634 77934592 18754 1992294400 134512640 135212939 4294956240 18446744073709551615 134527040 0 0 4096 3 0 0 0 17 0 0 0
/proc/13438/statm: 19027 18754 77 170 0 18855 0
Current children cumulated CPU time (s) 1121.79
Current children cumulated vsize (KiB) 81468

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.96 2/66 13440
/proc/meminfo: memFree=1106216/2055920 swapFree=4180856/4192956
[pid=13434] ppid=13432 vsize=5360 CPUtime=1.3
/proc/13434/stat : 13434 (run.sh) S 13432 13434 13397 0 -1 4194304 341 2167 0 0 0 0 129 1 15 0 1 0 243749502 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13434/statm: 1340 241 197 169 0 51 0
[pid=13438] ppid=13434 vsize=78944 CPUtime=1180.47
/proc/13438/stat : 13438 (minisat) R 13434 13434 13397 0 -1 4194304 19481 0 0 0 118029 18 0 0 25 0 1 0 243749634 80838656 19465 1992294400 134512640 135212939 4294956240 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/13438/statm: 19736 19465 77 170 0 19564 0
Current children cumulated CPU time (s) 1181.77
Current children cumulated vsize (KiB) 84304



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 0.99 0.96 2/66 13440
/proc/meminfo: memFree=1103528/2055920 swapFree=4180856/4192956
[pid=13434] ppid=13432 vsize=5360 CPUtime=1.3
/proc/13434/stat : 13434 (run.sh) S 13432 13434 13397 0 -1 4194304 341 2167 0 0 0 0 129 1 15 0 1 0 243749502 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13434/statm: 1340 241 197 169 0 51 0
[pid=13438] ppid=13434 vsize=81460 CPUtime=1198.77
/proc/13438/stat : 13438 (minisat) R 13434 13434 13397 0 -1 4194304 20119 0 0 0 119858 19 0 0 25 0 1 0 243749634 83415040 20103 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/13438/statm: 20365 20103 77 170 0 20193 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 86820

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 13434 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=299802
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=16997
# CPU time returned by wait4() is 1.3168
# while last known CPU time is 1200.07
#
# 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.07
CPU user time (s): 1199.87
CPU system time (s): 0.2
CPU usage (%): 99.9549
Max. virtual memory (cumulated for all children) (KiB): 86820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.2998
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= 2508
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= 8
involuntary context switches= 10

runsolver used 1.12383 second user time and 3.25351 second system time

The end

Launcher Data

Begin job on node42 at 2009-05-12 21:40:13
IDJOB=1807343
IDBENCH=71554
IDSOLVER=647
FILE ID=node42/1807343-1242157213
PBS_JOBID= 9289726
Free space on /tmp= 66112 MiB

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

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

MD5SUM BENCH= 0b0881d9187e7912564ae88556ada128
RANDOM SEED=1481829851

node42.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.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1186504 kB
Buffers:         78284 kB
Cached:         694808 kB
SwapCached:       5916 kB
Active:          96408 kB
Inactive:       685484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1186504 kB
SwapTotal:     4192956 kB
SwapFree:      4180856 kB
Dirty:            2324 kB
Writeback:           0 kB
Mapped:          14496 kB
Slab:            73616 kB
Committed_AS:   970672 kB
PageTables:       1392 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= 66108 MiB
End job on node42 at 2009-05-12 22:00:16