Trace number 1807070

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.01 1200.61

General information on the benchmark

NameCRAFTED/modcircuits/
mod4block_2vars_9gates_u2_autoenc.cnf
MD5SUM8e1d63506cdb99d6b859945ef44fe71f
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 variables430
Number of clauses97558
Sum of the clauses size571598
Maximum clause length12
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 21578
Number of clauses of size 30
Number of clauses of size 4738
Number of clauses of size 55690
Number of clauses of size over 589488

Solver Data

0.00/0.00	c revival is preprocessing the formula...#ITERATIONS 44
21.16/21.26	#LEARNT CLAUSES 71
21.25/21.33	done !
21.25/21.33	c Now, SatElite...
21.25/21.33	c Parsing...
21.28/21.41	c ==============================================================================
21.28/21.41	c |           |     ORIGINAL     |              LEARNT              |          |
21.28/21.41	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
21.28/21.41	c ==============================================================================
21.28/21.41	c |         0 |   57990   237903 |   17396       0        0     nan |  0.000 % |
21.28/21.73	c |         0 |   53136   256146 |      --       0       --      -- |     --   | -4854/18243
21.28/21.73	c ==============================================================================
21.28/21.73	c Result  :   #vars: 320   #clauses: 53136   #literals: 256146
21.28/21.73	c CPU time:   0.38894 s
21.28/21.73	c ==============================================================================
21.28/21.87	c SatElite is done !
21.28/21.87	c Calling MINISAT
21.28/21.87	This is MiniSat 2.0 beta
21.28/21.87	WARNING: for repeatability, setting FPU to use double precision
21.28/21.87	============================[ Problem Statistics ]=============================
21.28/21.87	|                                                                             |
21.28/21.88	|  Number of variables:  320                                                  |
21.28/21.88	|  Number of clauses:    53136                                                |
21.85/21.91	|  Parsing time:         0.03         s                                       |
21.85/21.91	============================[ Search Statistics ]==============================
21.85/21.91	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
21.85/21.91	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
21.85/21.91	===============================================================================
21.85/21.91	|         0 |     320    53136   256146 |    17712        0    nan |  0.000 % |
21.85/21.91	|       100 |     320    53136   256146 |    19483      100     31 |  0.002 % |
21.85/21.92	|       250 |     320    53136   256146 |    21431      250     25 |  0.001 % |
21.85/21.93	|       475 |     320    53136   256146 |    23574      475     21 |  0.001 % |
21.85/21.94	|       813 |     320    53136   256146 |    25932      813     18 |  0.001 % |
21.85/21.96	|      1320 |     320    53136   256146 |    28525     1320     20 |  0.001 % |
21.85/21.99	|      2079 |     320    53136   256146 |    31377     2079     20 |  0.001 % |
21.95/22.04	|      3219 |     320    53136   256146 |    34515     3219     23 |  0.001 % |
22.04/22.11	|      4929 |     320    53136   256146 |    37967     4929     22 |  0.001 % |
22.14/22.26	|      7491 |     320    53136   256146 |    41763     7491     25 |  0.001 % |
22.44/22.53	|     11335 |     320    53136   256146 |    45940    11335     26 |  0.001 % |
23.04/23.16	|     17101 |     320    53136   256146 |    50534    17101     28 |  0.001 % |
23.94/24.04	|     25753 |     320    53136   256146 |    55587    25753     29 |  0.001 % |
26.04/26.15	|     38728 |     320    53136   256146 |    61146    38728     30 |  0.001 % |
30.54/30.70	|     58191 |     320    53136   256146 |    67261    58191     30 |  0.001 % |
36.14/36.23	|     87383 |     320    53136   256146 |    73987    36137     27 |  0.001 % |
48.23/48.36	|    131173 |     320    53136   256146 |    81386    23928     29 |  0.001 % |
71.61/71.76	|    196858 |     320    53136   256146 |    89524    26979     28 |  0.001 % |
110.90/111.08	|    295386 |     320    53136   256146 |    98477    56942     34 |  0.001 % |
173.09/173.20	|    443177 |     320    53136   256146 |   108324    48346     31 |  0.001 % |
281.33/281.54	|    664860 |     320    53136   256146 |   119157   102824     39 |  0.001 % |
453.86/454.10	|    997389 |     320    53136   256146 |   131073    53523     30 |  0.001 % |
719.43/719.83	|   1496179 |     320    53136   256146 |   144180   111961     31 |  0.001 % |

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-1807070-1242154990/watcher-1807070-1242154990 -o /tmp/evaluation-result-1807070-1242154990/solver-1807070-1242154990 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1807070-1242154990.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.97 3/64 5886
/proc/meminfo: memFree=1190880/2055920 swapFree=4181380/4192956
[pid=5886] ppid=5884 vsize=5360 CPUtime=0
/proc/5886/stat : 5886 (run.sh) S 5884 5886 5258 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 243532551 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5886/statm: 1340 237 196 169 0 51 0
[pid=5887] ppid=5886 vsize=2124 CPUtime=0
/proc/5887/stat : 5887 (revival) R 5886 5886 5258 0 -1 4194304 293 0 0 0 0 0 0 0 19 0 1 0 243532551 2174976 259 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/5887/statm: 659 263 81 6 0 297 0

[startup+0.057101 s]
/proc/loadavg: 1.00 1.00 0.97 3/64 5886
/proc/meminfo: memFree=1190880/2055920 swapFree=4181380/4192956
[pid=5886] ppid=5884 vsize=5360 CPUtime=0
/proc/5886/stat : 5886 (run.sh) S 5884 5886 5258 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 243532551 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5886/statm: 1340 237 196 169 0 51 0
[pid=5887] ppid=5886 vsize=9076 CPUtime=0.04
/proc/5887/stat : 5887 (revival) R 5886 5886 5258 0 -1 4194304 1942 0 0 0 4 0 0 0 19 0 1 0 243532551 9293824 1908 1992294400 134512640 134537284 4294956368 18446744073709551615 134521693 0 0 4096 0 0 0 0 17 0 0 0
/proc/5887/statm: 2269 1908 82 6 0 1907 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14436

[startup+0.101105 s]
/proc/loadavg: 1.00 1.00 0.97 3/64 5886
/proc/meminfo: memFree=1190880/2055920 swapFree=4181380/4192956
[pid=5886] ppid=5884 vsize=5360 CPUtime=0
/proc/5886/stat : 5886 (run.sh) S 5884 5886 5258 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 243532551 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5886/statm: 1340 237 196 169 0 51 0
[pid=5887] ppid=5886 vsize=9076 CPUtime=0.08
/proc/5887/stat : 5887 (revival) R 5886 5886 5258 0 -1 4194304 1942 0 0 0 8 0 0 0 19 0 1 0 243532551 9293824 1908 1992294400 134512640 134537284 4294956368 18446744073709551615 134521693 0 0 4096 0 0 0 0 17 0 0 0
/proc/5887/statm: 2269 1908 82 6 0 1907 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 14436

[startup+0.301131 s]
/proc/loadavg: 1.00 1.00 0.97 3/64 5886
/proc/meminfo: memFree=1190880/2055920 swapFree=4181380/4192956
[pid=5886] ppid=5884 vsize=5360 CPUtime=0
/proc/5886/stat : 5886 (run.sh) S 5884 5886 5258 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 243532551 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5886/statm: 1340 237 196 169 0 51 0
[pid=5887] ppid=5886 vsize=7032 CPUtime=0.29
/proc/5887/stat : 5887 (revival) R 5886 5886 5258 0 -1 4194304 2107 0 0 0 28 1 0 0 21 0 1 50000 243532551 7200768 1397 1992294400 134512640 134537284 4294956368 18446744073709551615 134524563 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5887/statm: 1758 1397 85 6 0 1396 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12392

[startup+0.701184 s]
/proc/loadavg: 1.00 1.00 0.97 3/64 5886
/proc/meminfo: memFree=1190880/2055920 swapFree=4181380/4192956
[pid=5886] ppid=5884 vsize=5360 CPUtime=0
/proc/5886/stat : 5886 (run.sh) S 5884 5886 5258 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 243532551 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5886/statm: 1340 237 196 169 0 51 0
[pid=5887] ppid=5886 vsize=7032 CPUtime=0.69
/proc/5887/stat : 5887 (revival) R 5886 5886 5258 0 -1 4194304 2120 0 0 0 68 1 0 0 25 0 1 50000 243532551 7200768 1410 1992294400 134512640 134537284 4294956368 18446744073709551615 134524280 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5887/statm: 1758 1410 85 6 0 1396 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12392

[startup+1.50129 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 5888
/proc/meminfo: memFree=1185232/2055920 swapFree=4181380/4192956
[pid=5886] ppid=5884 vsize=5360 CPUtime=0
/proc/5886/stat : 5886 (run.sh) S 5884 5886 5258 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 243532551 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5886/statm: 1340 237 196 169 0 51 0
[pid=5887] ppid=5886 vsize=7032 CPUtime=1.49
/proc/5887/stat : 5887 (revival) R 5886 5886 5258 0 -1 4194304 2124 0 0 0 148 1 0 0 25 0 1 50000 243532551 7200768 1414 1992294400 134512640 134537284 4294956368 18446744073709551615 134523641 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5887/statm: 1758 1414 85 6 0 1396 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 12392

[startup+3.1015 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 5888
/proc/meminfo: memFree=1185104/2055920 swapFree=4181380/4192956
[pid=5886] ppid=5884 vsize=5360 CPUtime=0
/proc/5886/stat : 5886 (run.sh) S 5884 5886 5258 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 243532551 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5886/statm: 1340 237 196 169 0 51 0
[pid=5887] ppid=5886 vsize=7032 CPUtime=3.09
/proc/5887/stat : 5887 (revival) R 5886 5886 5258 0 -1 4194304 2130 0 0 0 308 1 0 0 25 0 1 50000 243532551 7200768 1420 1992294400 134512640 134537284 4294956368 18446744073709551615 134523844 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5887/statm: 1758 1420 85 6 0 1396 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 12392

[startup+6.30193 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 5888
/proc/meminfo: memFree=1184912/2055920 swapFree=4181380/4192956
[pid=5886] ppid=5884 vsize=5360 CPUtime=0
/proc/5886/stat : 5886 (run.sh) S 5884 5886 5258 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 243532551 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5886/statm: 1340 237 196 169 0 51 0
[pid=5887] ppid=5886 vsize=7032 CPUtime=6.29
/proc/5887/stat : 5887 (revival) R 5886 5886 5258 0 -1 4194304 2134 0 0 0 628 1 0 0 25 0 1 50000 243532551 7200768 1424 1992294400 134512640 134537284 4294956368 18446744073709551615 134523926 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5887/statm: 1758 1424 85 6 0 1396 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 12392

[startup+12.7028 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 5888
/proc/meminfo: memFree=1184784/2055920 swapFree=4181380/4192956
[pid=5886] ppid=5884 vsize=5360 CPUtime=0
/proc/5886/stat : 5886 (run.sh) S 5884 5886 5258 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 243532551 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5886/statm: 1340 237 196 169 0 51 0
[pid=5887] ppid=5886 vsize=7032 CPUtime=12.66
/proc/5887/stat : 5887 (revival) R 5886 5886 5258 0 -1 4194304 2134 0 0 0 1265 1 0 0 25 0 1 50000 243532551 7200768 1424 1992294400 134512640 134537284 4294956368 18446744073709551615 134515910 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5887/statm: 1758 1424 85 6 0 1396 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 12392

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 5890
/proc/meminfo: memFree=1178832/2055920 swapFree=4181380/4192956
[pid=5886] ppid=5884 vsize=5360 CPUtime=21.83
/proc/5886/stat : 5886 (run.sh) S 5884 5886 5258 0 -1 4194304 341 3606 0 0 0 0 2180 3 16 0 1 0 243532551 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5886/statm: 1340 241 197 169 0 51 0
[pid=5890] ppid=5886 vsize=10036 CPUtime=3.61
/proc/5890/stat : 5890 (minisat) R 5886 5886 5258 0 -1 4194304 2406 0 0 0 360 1 0 0 25 0 1 0 243534739 10276864 2390 1992294400 134512640 135212939 4294956240 18446744073709551615 134527040 0 0 4096 3 0 0 0 17 0 0 0
/proc/5890/statm: 2509 2390 77 170 0 2337 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 15396

[startup+51.1018 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 5890
/proc/meminfo: memFree=1171600/2055920 swapFree=4181380/4192956
[pid=5886] ppid=5884 vsize=5360 CPUtime=21.83
/proc/5886/stat : 5886 (run.sh) S 5884 5886 5258 0 -1 4194304 341 3606 0 0 0 0 2180 3 16 0 1 0 243532551 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5886/statm: 1340 241 197 169 0 51 0
[pid=5890] ppid=5886 vsize=17224 CPUtime=29.2
/proc/5890/stat : 5890 (minisat) R 5886 5886 5258 0 -1 4194304 4151 0 0 0 2917 3 0 0 25 0 1 0 243534739 17637376 4135 1992294400 134512640 135212939 4294956240 18446744073709551615 134527043 0 0 4096 3 0 0 0 17 1 0 0
/proc/5890/statm: 4306 4135 77 170 0 4134 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 22584

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 5890
/proc/meminfo: memFree=1167440/2055920 swapFree=4181380/4192956
[pid=5886] ppid=5884 vsize=5360 CPUtime=21.83
/proc/5886/stat : 5886 (run.sh) S 5884 5886 5258 0 -1 4194304 341 3606 0 0 0 0 2180 3 16 0 1 0 243532551 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5886/statm: 1340 241 197 169 0 51 0
[pid=5890] ppid=5886 vsize=21244 CPUtime=80.38
/proc/5890/stat : 5890 (minisat) R 5886 5886 5258 0 -1 4194304 5177 0 0 0 8033 5 0 0 25 0 1 0 243534739 21753856 5161 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5890/statm: 5311 5161 77 170 0 5139 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 26604

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 5890
/proc/meminfo: memFree=1164816/2055920 swapFree=4181380/4192956
[pid=5886] ppid=5884 vsize=5360 CPUtime=21.83
/proc/5886/stat : 5886 (run.sh) S 5884 5886 5258 0 -1 4194304 341 3606 0 0 0 0 2180 3 16 0 1 0 243532551 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5886/statm: 1340 241 197 169 0 51 0
[pid=5890] ppid=5886 vsize=24092 CPUtime=140.36
/proc/5890/stat : 5890 (minisat) R 5886 5886 5258 0 -1 4194304 5830 0 0 0 14030 6 0 0 25 0 1 0 243534739 24670208 5814 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5890/statm: 6023 5814 77 170 0 5851 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 29452

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 5890
/proc/meminfo: memFree=1163408/2055920 swapFree=4181380/4192956
[pid=5886] ppid=5884 vsize=5360 CPUtime=21.83
/proc/5886/stat : 5886 (run.sh) S 5884 5886 5258 0 -1 4194304 341 3606 0 0 0 0 2180 3 16 0 1 0 243532551 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5886/statm: 1340 241 197 169 0 51 0
[pid=5890] ppid=5886 vsize=25528 CPUtime=200.33
/proc/5890/stat : 5890 (minisat) R 5886 5886 5258 0 -1 4194304 6190 0 0 0 20027 6 0 0 25 0 1 0 243534739 26140672 6174 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5890/statm: 6382 6174 77 170 0 6210 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 30888

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 5890
/proc/meminfo: memFree=1160400/2055920 swapFree=4181380/4192956
[pid=5886] ppid=5884 vsize=5360 CPUtime=21.83
/proc/5886/stat : 5886 (run.sh) S 5884 5886 5258 0 -1 4194304 341 3606 0 0 0 0 2180 3 16 0 1 0 243532551 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5886/statm: 1340 241 197 169 0 51 0
[pid=5890] ppid=5886 vsize=29184 CPUtime=260.31
/proc/5890/stat : 5890 (minisat) R 5886 5886 5258 0 -1 4194304 7043 0 0 0 26024 7 0 0 25 0 1 0 243534739 29884416 7027 1992294400 134512640 135212939 4294956240 18446744073709551615 134526674 0 0 4096 3 0 0 0 17 0 0 0
/proc/5890/statm: 7296 7027 77 170 0 7124 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 34544

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 5890
/proc/meminfo: memFree=1157520/2055920 swapFree=4181380/4192956
[pid=5886] ppid=5884 vsize=5360 CPUtime=21.83
/proc/5886/stat : 5886 (run.sh) S 5884 5886 5258 0 -1 4194304 341 3606 0 0 0 0 2180 3 16 0 1 0 243532551 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5886/statm: 1340 241 197 169 0 51 0
[pid=5890] ppid=5886 vsize=31632 CPUtime=320.28
/proc/5890/stat : 5890 (minisat) R 5886 5886 5258 0 -1 4194304 7641 0 0 0 32021 7 0 0 25 0 1 0 243534739 32391168 7625 1992294400 134512640 135212939 4294956240 18446744073709551615 134543771 0 0 4096 3 0 0 0 17 0 0 0
/proc/5890/statm: 7908 7625 77 170 0 7736 0
Current children cumulated CPU time (s) 342.11

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

/proc/5890/statm: 8220 7883 77 170 0 8048 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 38240

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 5890
/proc/meminfo: memFree=1154320/2055920 swapFree=4181380/4192956
[pid=5886] ppid=5884 vsize=5360 CPUtime=21.83
/proc/5886/stat : 5886 (run.sh) S 5884 5886 5258 0 -1 4194304 341 3606 0 0 0 0 2180 3 16 0 1 0 243532551 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5886/statm: 1340 241 197 169 0 51 0
[pid=5890] ppid=5886 vsize=34940 CPUtime=560.16
/proc/5890/stat : 5890 (minisat) R 5886 5886 5258 0 -1 4194304 8440 0 0 0 56008 8 0 0 25 0 1 0 243534739 35778560 8424 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5890/statm: 8735 8424 77 170 0 8563 0
Current children cumulated CPU time (s) 581.99
Current children cumulated vsize (KiB) 40300

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 5890
/proc/meminfo: memFree=1153936/2055920 swapFree=4181380/4192956
[pid=5886] ppid=5884 vsize=5360 CPUtime=21.83
/proc/5886/stat : 5886 (run.sh) S 5884 5886 5258 0 -1 4194304 341 3606 0 0 0 0 2180 3 16 0 1 0 243532551 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5886/statm: 1340 241 197 169 0 51 0
[pid=5890] ppid=5886 vsize=35464 CPUtime=620.13
/proc/5890/stat : 5890 (minisat) R 5886 5886 5258 0 -1 4194304 8550 0 0 0 62005 8 0 0 25 0 1 0 243534739 36315136 8534 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5890/statm: 8866 8534 77 170 0 8694 0
Current children cumulated CPU time (s) 641.96
Current children cumulated vsize (KiB) 40824

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 5890
/proc/meminfo: memFree=1153744/2055920 swapFree=4181380/4192956
[pid=5886] ppid=5884 vsize=5360 CPUtime=21.83
/proc/5886/stat : 5886 (run.sh) S 5884 5886 5258 0 -1 4194304 341 3606 0 0 0 0 2180 3 16 0 1 0 243532551 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5886/statm: 1340 241 197 169 0 51 0
[pid=5890] ppid=5886 vsize=35608 CPUtime=680.11
/proc/5890/stat : 5890 (minisat) R 5886 5886 5258 0 -1 4194304 8577 0 0 0 68003 8 0 0 25 0 1 0 243534739 36462592 8561 1992294400 134512640 135212939 4294956240 18446744073709551615 134526833 0 0 4096 3 0 0 0 17 0 0 0
/proc/5890/statm: 8902 8561 77 170 0 8730 0
Current children cumulated CPU time (s) 701.94
Current children cumulated vsize (KiB) 40968

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 5890
/proc/meminfo: memFree=1153360/2055920 swapFree=4181380/4192956
[pid=5886] ppid=5884 vsize=5360 CPUtime=21.83
/proc/5886/stat : 5886 (run.sh) S 5884 5886 5258 0 -1 4194304 341 3606 0 0 0 0 2180 3 16 0 1 0 243532551 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5886/statm: 1340 241 197 169 0 51 0
[pid=5890] ppid=5886 vsize=36320 CPUtime=740.1
/proc/5890/stat : 5890 (minisat) R 5886 5886 5258 0 -1 4194304 8677 0 0 0 74001 9 0 0 25 0 1 0 243534739 37191680 8661 1992294400 134512640 135212939 4294956240 18446744073709551615 134526811 0 0 4096 3 0 0 0 17 0 0 0
/proc/5890/statm: 9080 8661 77 170 0 8908 0
Current children cumulated CPU time (s) 761.93
Current children cumulated vsize (KiB) 41680

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 5890
/proc/meminfo: memFree=1147600/2055920 swapFree=4181380/4192956
[pid=5886] ppid=5884 vsize=5360 CPUtime=21.83
/proc/5886/stat : 5886 (run.sh) S 5884 5886 5258 0 -1 4194304 341 3606 0 0 0 0 2180 3 16 0 1 0 243532551 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5886/statm: 1340 241 197 169 0 51 0
[pid=5890] ppid=5886 vsize=42268 CPUtime=800.06
/proc/5890/stat : 5890 (minisat) R 5886 5886 5258 0 -1 4194304 10162 0 0 0 79996 10 0 0 25 0 1 0 243534739 43282432 10146 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5890/statm: 10567 10146 77 170 0 10395 0
Current children cumulated CPU time (s) 821.89
Current children cumulated vsize (KiB) 47628

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 5890
/proc/meminfo: memFree=1146000/2055920 swapFree=4181380/4192956
[pid=5886] ppid=5884 vsize=5360 CPUtime=21.83
/proc/5886/stat : 5886 (run.sh) S 5884 5886 5258 0 -1 4194304 341 3606 0 0 0 0 2180 3 16 0 1 0 243532551 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5886/statm: 1340 241 197 169 0 51 0
[pid=5890] ppid=5886 vsize=43732 CPUtime=860.04
/proc/5890/stat : 5890 (minisat) R 5886 5886 5258 0 -1 4194304 10500 0 0 0 85993 11 0 0 25 0 1 0 243534739 44781568 10484 1992294400 134512640 135212939 4294956240 18446744073709551615 134527040 0 0 4096 3 0 0 0 17 0 0 0
/proc/5890/statm: 10933 10484 77 170 0 10761 0
Current children cumulated CPU time (s) 881.87
Current children cumulated vsize (KiB) 49092

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 5890
/proc/meminfo: memFree=1146000/2055920 swapFree=4181380/4192956
[pid=5886] ppid=5884 vsize=5360 CPUtime=21.83
/proc/5886/stat : 5886 (run.sh) S 5884 5886 5258 0 -1 4194304 341 3606 0 0 0 0 2180 3 16 0 1 0 243532551 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5886/statm: 1340 241 197 169 0 51 0
[pid=5890] ppid=5886 vsize=43732 CPUtime=919.99
/proc/5890/stat : 5890 (minisat) R 5886 5886 5258 0 -1 4194304 10506 0 0 0 91988 11 0 0 25 0 1 0 243534739 44781568 10490 1992294400 134512640 135212939 4294956240 18446744073709551615 134526857 0 0 4096 3 0 0 0 17 0 0 0
/proc/5890/statm: 10933 10490 77 170 0 10761 0
Current children cumulated CPU time (s) 941.82
Current children cumulated vsize (KiB) 49092

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 5890
/proc/meminfo: memFree=1145872/2055920 swapFree=4181380/4192956
[pid=5886] ppid=5884 vsize=5360 CPUtime=21.83
/proc/5886/stat : 5886 (run.sh) S 5884 5886 5258 0 -1 4194304 341 3606 0 0 0 0 2180 3 16 0 1 0 243532551 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5886/statm: 1340 241 197 169 0 51 0
[pid=5890] ppid=5886 vsize=43976 CPUtime=979.96
/proc/5890/stat : 5890 (minisat) R 5886 5886 5258 0 -1 4194304 10549 0 0 0 97985 11 0 0 25 0 1 0 243534739 45031424 10533 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5890/statm: 10994 10533 77 170 0 10822 0
Current children cumulated CPU time (s) 1001.79
Current children cumulated vsize (KiB) 49336

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 5890
/proc/meminfo: memFree=1145680/2055920 swapFree=4181380/4192956
[pid=5886] ppid=5884 vsize=5360 CPUtime=21.83
/proc/5886/stat : 5886 (run.sh) S 5884 5886 5258 0 -1 4194304 341 3606 0 0 0 0 2180 3 16 0 1 0 243532551 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5886/statm: 1340 241 197 169 0 51 0
[pid=5890] ppid=5886 vsize=44260 CPUtime=1039.94
/proc/5890/stat : 5890 (minisat) R 5886 5886 5258 0 -1 4194304 10609 0 0 0 103982 12 0 0 25 0 1 0 243534739 45322240 10593 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5890/statm: 11065 10593 77 170 0 10893 0
Current children cumulated CPU time (s) 1061.77
Current children cumulated vsize (KiB) 49620

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 5890
/proc/meminfo: memFree=1145488/2055920 swapFree=4181380/4192956
[pid=5886] ppid=5884 vsize=5360 CPUtime=21.83
/proc/5886/stat : 5886 (run.sh) S 5884 5886 5258 0 -1 4194304 341 3606 0 0 0 0 2180 3 16 0 1 0 243532551 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5886/statm: 1340 241 197 169 0 51 0
[pid=5890] ppid=5886 vsize=44424 CPUtime=1099.92
/proc/5890/stat : 5890 (minisat) R 5886 5886 5258 0 -1 4194304 10655 0 0 0 109980 12 0 0 25 0 1 0 243534739 45490176 10639 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5890/statm: 11106 10639 77 170 0 10934 0
Current children cumulated CPU time (s) 1121.75
Current children cumulated vsize (KiB) 49784

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 5890
/proc/meminfo: memFree=1145488/2055920 swapFree=4181380/4192956
[pid=5886] ppid=5884 vsize=5360 CPUtime=21.83
/proc/5886/stat : 5886 (run.sh) S 5884 5886 5258 0 -1 4194304 341 3606 0 0 0 0 2180 3 16 0 1 0 243532551 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5886/statm: 1340 241 197 169 0 51 0
[pid=5890] ppid=5886 vsize=44424 CPUtime=1159.88
/proc/5890/stat : 5890 (minisat) R 5886 5886 5258 0 -1 4194304 10657 0 0 0 115976 12 0 0 25 0 1 0 243534739 45490176 10641 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5890/statm: 11106 10641 77 170 0 10934 0
Current children cumulated CPU time (s) 1181.71
Current children cumulated vsize (KiB) 49784



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 5890
/proc/meminfo: memFree=1145424/2055920 swapFree=4181380/4192956
[pid=5886] ppid=5884 vsize=5360 CPUtime=21.83
/proc/5886/stat : 5886 (run.sh) S 5884 5886 5258 0 -1 4194304 341 3606 0 0 0 0 2180 3 16 0 1 0 243532551 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5886/statm: 1340 241 197 169 0 51 0
[pid=5890] ppid=5886 vsize=44424 CPUtime=1178.18
/proc/5890/stat : 5890 (minisat) R 5886 5886 5258 0 -1 4194304 10658 0 0 0 117806 12 0 0 25 0 1 0 243534739 45490176 10642 1992294400 134512640 135212939 4294956240 18446744073709551615 134526624 0 0 4096 3 0 0 0 17 0 0 0
/proc/5890/statm: 11106 10642 77 170 0 10934 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 49784

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 5886 and gives
#  childrusage.ru_utime.tv_sec=21
#  childrusage.ru_utime.tv_usec=805685
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=35994
# CPU time returned by wait4() is 21.8417
# while last known CPU time is 1200.01
#
# 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.01
CPU user time (s): 1199.86
CPU system time (s): 0.15
CPU usage (%): 99.9498
Max. virtual memory (cumulated for all children) (KiB): 49784

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

runsolver used 0.969852 second user time and 3.40748 second system time

The end

Launcher Data

Begin job on node13 at 2009-05-12 21:03:11
IDJOB=1807070
IDBENCH=71151
IDSOLVER=647
FILE ID=node13/1807070-1242154990
PBS_JOBID= 9289708
Free space on /tmp= 66408 MiB

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

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

MD5SUM BENCH= 8e1d63506cdb99d6b859945ef44fe71f
RANDOM SEED=803629825

node13.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.227
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.227
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:       1191360 kB
Buffers:         73372 kB
Cached:         709140 kB
SwapCached:       5336 kB
Active:         186464 kB
Inactive:       604456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1191360 kB
SwapTotal:     4192956 kB
SwapFree:      4181380 kB
Dirty:            4108 kB
Writeback:           0 kB
Mapped:          14056 kB
Slab:            59612 kB
Committed_AS:   807764 kB
PageTables:       1468 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= 66404 MiB
End job on node13 at 2009-05-12 21:23:13