Trace number 1796451

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.04 1201.11

General information on the benchmark

Nameindustrial/grieu/
vmpc_29.cnf
MD5SUM1e81246225c81a67548d334d1dfcc24b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark50.4983
Satisfiable
(Un)Satisfiability was proved
Number of variables841
Number of clauses120147
Sum of the clauses size314766
Maximum clause length29
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 247183
Number of clauses of size 372906
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 558

Solver Data

0.00/0.00	c revival is preprocessing the formula...#ITERATIONS 9
32.30/32.70	#LEARNT CLAUSES 35
32.40/32.80	done !
32.40/32.80	c Now, SatElite...
32.40/32.80	c Parsing...
32.48/32.98	c ==============================================================================
32.48/32.98	c |           |     ORIGINAL     |              LEARNT              |          |
32.48/32.98	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
32.48/32.98	c ==============================================================================
32.48/32.98	c |         0 |  119899   299259 |   35969       0        0     nan |  0.000 % |
32.48/32.98	c ==============================================================================
32.48/32.98	c Result  :   #vars: 840   #clauses: 119899   #literals: 299259
32.48/32.98	c CPU time:   0.159975 s
32.48/32.98	c ==============================================================================
32.82/33.41	c SatElite is done !
32.82/33.41	c Calling MINISAT
32.82/33.47	This is MiniSat 2.0 beta
32.82/33.47	WARNING: for repeatability, setting FPU to use double precision
32.82/33.47	============================[ Problem Statistics ]=============================
32.82/33.47	|                                                                             |
32.82/33.48	|  Number of variables:  840                                                  |
32.82/33.48	|  Number of clauses:    119899                                               |
32.84/33.53	|  Parsing time:         0.05         s                                       |
32.84/33.53	============================[ Search Statistics ]==============================
32.84/33.53	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
32.84/33.53	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
32.84/33.53	===============================================================================
32.84/33.53	|         0 |     840   119899   299259 |    39966        0    nan |  0.000 % |
32.84/33.56	|       104 |     840   119899   299259 |    43962      104     41 |  0.000 % |
32.84/33.58	|       254 |     840   119899   299259 |    48359      254     64 |  0.000 % |
32.84/33.60	|       480 |     840   119899   299259 |    53195      480     74 |  0.000 % |
32.84/33.64	|       818 |     840   119899   299259 |    58514      818     87 |  0.000 % |
32.84/33.70	|      1325 |     840   119899   299259 |    64366     1325    100 |  0.000 % |
32.84/33.81	|      2086 |     840   119899   299259 |    70802     2086    102 |  0.000 % |
32.84/33.97	|      3226 |     840   119899   299259 |    77883     3226     98 |  0.000 % |
33.58/34.26	|      4937 |     840   119899   299259 |    85671     4937     97 |  0.000 % |
34.08/34.77	|      7500 |     840   119899   299259 |    94238     7500     96 |  0.000 % |
35.07/35.74	|     11344 |     840   119899   299259 |   103662    11344     96 |  0.000 % |
36.97/37.76	|     17115 |     840   119899   299259 |   114028    17115     96 |  0.000 % |
40.87/41.51	|     25767 |     840   119899   299259 |   125431    25767     96 |  0.000 % |
47.67/48.37	|     38744 |     840   119899   299259 |   137974    38744     96 |  0.000 % |
65.77/66.41	|     58205 |     840   119899   299259 |   151772    58205     95 |  0.000 % |
102.95/103.62	|     87397 |     840   119899   299259 |   166949    87397     95 |  0.000 % |
202.31/203.06	|    131187 |     840   119899   299259 |   183644   131187     95 |  0.000 % |
426.93/427.77	|    196871 |     840   119899   299259 |   202008    35218     84 |  0.000 % |
577.27/578.15	|    295399 |     840   119899   299259 |   222209   133746     90 |  0.000 % |
873.16/874.15	|    443188 |     840   119899   299259 |   244430    83699     81 |  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-1796451-1242075815/watcher-1796451-1242075815 -o /tmp/evaluation-result-1796451-1242075815/solver-1796451-1242075815 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1796451-1242075815.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 1.00 3/64 10615
/proc/meminfo: memFree=707432/2055920 swapFree=4180192/4192956
[pid=10615] ppid=10613 vsize=5360 CPUtime=0
/proc/10615/stat : 10615 (run.sh) S 10613 10615 10387 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235614846 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10615/statm: 1340 237 196 169 0 51 0
[pid=10616] ppid=10615 vsize=1868 CPUtime=0
/proc/10616/stat : 10616 (revival) R 10615 10615 10387 0 -1 4194304 179 0 0 0 0 0 0 0 19 0 1 0 235614846 1912832 145 1992294400 134512640 134537284 4294956368 18446744073709551615 13030349 0 0 4096 0 0 0 0 17 1 0 0
/proc/10616/statm: 467 152 80 6 0 105 0

[startup+0.028815 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 10615
/proc/meminfo: memFree=707432/2055920 swapFree=4180192/4192956
[pid=10615] ppid=10613 vsize=5360 CPUtime=0
/proc/10615/stat : 10615 (run.sh) S 10613 10615 10387 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235614846 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10615/statm: 1340 237 196 169 0 51 0
[pid=10616] ppid=10615 vsize=5684 CPUtime=0.01
/proc/10616/stat : 10616 (revival) R 10615 10615 10387 0 -1 4194304 1150 0 0 0 1 0 0 0 19 0 1 0 235614846 5820416 1116 1992294400 134512640 134537284 4294956368 18446744073709551615 13026939 0 0 4096 0 0 0 0 17 1 0 0
/proc/10616/statm: 1421 1118 82 6 0 1059 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 11044

[startup+0.101829 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 10615
/proc/meminfo: memFree=707432/2055920 swapFree=4180192/4192956
[pid=10615] ppid=10613 vsize=5360 CPUtime=0
/proc/10615/stat : 10615 (run.sh) S 10613 10615 10387 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235614846 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10615/statm: 1340 237 196 169 0 51 0
[pid=10616] ppid=10615 vsize=6188 CPUtime=0.08
/proc/10616/stat : 10616 (revival) R 10615 10615 10387 0 -1 4194304 1662 0 0 0 8 0 0 0 19 0 1 50000 235614846 6336512 1213 1992294400 134512640 134537284 4294956368 18446744073709551615 134523844 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10616/statm: 1547 1213 85 6 0 1185 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 11548

[startup+0.301867 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 10615
/proc/meminfo: memFree=707432/2055920 swapFree=4180192/4192956
[pid=10615] ppid=10613 vsize=5360 CPUtime=0
/proc/10615/stat : 10615 (run.sh) S 10613 10615 10387 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235614846 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10615/statm: 1340 237 196 169 0 51 0
[pid=10616] ppid=10615 vsize=6452 CPUtime=0.28
/proc/10616/stat : 10616 (revival) R 10615 10615 10387 0 -1 4194304 1733 0 0 0 28 0 0 0 20 0 1 50000 235614846 6606848 1284 1992294400 134512640 134537284 4294956368 18446744073709551615 134523623 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10616/statm: 1613 1284 85 6 0 1251 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 11812

[startup+0.701945 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 10615
/proc/meminfo: memFree=707432/2055920 swapFree=4180192/4192956
[pid=10615] ppid=10613 vsize=5360 CPUtime=0
/proc/10615/stat : 10615 (run.sh) S 10613 10615 10387 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235614846 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10615/statm: 1340 237 196 169 0 51 0
[pid=10616] ppid=10615 vsize=7112 CPUtime=0.68
/proc/10616/stat : 10616 (revival) R 10615 10615 10387 0 -1 4194304 1885 0 0 0 68 0 0 0 24 0 1 50000 235614846 7282688 1436 1992294400 134512640 134537284 4294956368 18446744073709551615 134523936 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10616/statm: 1778 1436 85 6 0 1416 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 12472

[startup+1.5011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10617
/proc/meminfo: memFree=701272/2055920 swapFree=4180192/4192956
[pid=10615] ppid=10613 vsize=5360 CPUtime=0
/proc/10615/stat : 10615 (run.sh) S 10613 10615 10387 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235614846 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10615/statm: 1340 237 196 169 0 51 0
[pid=10616] ppid=10615 vsize=8300 CPUtime=1.48
/proc/10616/stat : 10616 (revival) R 10615 10615 10387 0 -1 4194304 2182 0 0 0 148 0 0 0 25 0 1 50000 235614846 8499200 1733 1992294400 134512640 134537284 4294956368 18446744073709551615 13026885 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10616/statm: 2075 1733 85 6 0 1713 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 13660

[startup+3.10141 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10617
/proc/meminfo: memFree=699544/2055920 swapFree=4180192/4192956
[pid=10615] ppid=10613 vsize=5360 CPUtime=0
/proc/10615/stat : 10615 (run.sh) S 10613 10615 10387 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235614846 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10615/statm: 1340 237 196 169 0 51 0
[pid=10616] ppid=10615 vsize=10676 CPUtime=3.09
/proc/10616/stat : 10616 (revival) R 10615 10615 10387 0 -1 4194304 2788 0 0 0 308 1 0 0 25 0 1 50000 235614846 10932224 2339 1992294400 134512640 134537284 4294956368 18446744073709551615 134523751 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10616/statm: 2669 2339 85 6 0 2307 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16036

[startup+6.30104 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10617
/proc/meminfo: memFree=695256/2055920 swapFree=4180192/4192956
[pid=10615] ppid=10613 vsize=5360 CPUtime=0
/proc/10615/stat : 10615 (run.sh) S 10613 10615 10387 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235614846 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10615/statm: 1340 237 196 169 0 51 0
[pid=10616] ppid=10615 vsize=14768 CPUtime=5.91
/proc/10616/stat : 10616 (revival) R 10615 10615 10387 0 -1 4194304 3813 0 0 0 589 2 0 0 25 0 1 50000 235614846 15122432 3364 1992294400 134512640 134537284 4294956368 18446744073709551615 134523906 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10616/statm: 3692 3365 85 6 0 3330 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 20128

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10617
/proc/meminfo: memFree=684000/2055920 swapFree=4180192/4192956
[pid=10615] ppid=10613 vsize=5360 CPUtime=0
/proc/10615/stat : 10615 (run.sh) S 10613 10615 10387 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235614846 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10615/statm: 1340 237 196 169 0 51 0
[pid=10616] ppid=10615 vsize=25592 CPUtime=12.31
/proc/10616/stat : 10616 (revival) R 10615 10615 10387 0 -1 4194304 6535 0 0 0 1227 4 0 0 25 0 1 50000 235614846 26206208 6086 1992294400 134512640 134537284 4294956368 18446744073709551615 134523992 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10616/statm: 6398 6086 85 6 0 6036 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 30952

[startup+25.5018 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10617
/proc/meminfo: memFree=661344/2055920 swapFree=4180192/4192956
[pid=10615] ppid=10613 vsize=5360 CPUtime=0
/proc/10615/stat : 10615 (run.sh) S 10613 10615 10387 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 235614846 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10615/statm: 1340 237 196 169 0 51 0
[pid=10616] ppid=10615 vsize=47636 CPUtime=25.1
/proc/10616/stat : 10616 (revival) R 10615 10615 10387 0 -1 4194304 12024 0 0 0 2503 7 0 0 25 0 1 50000 235614846 48779264 11575 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10616/statm: 11909 11575 85 6 0 11547 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 52996

[startup+51.1018 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10619
/proc/meminfo: memFree=679968/2055920 swapFree=4180192/4192956
[pid=10615] ppid=10613 vsize=5360 CPUtime=32.84
/proc/10615/stat : 10615 (run.sh) S 10613 10615 10387 0 -1 4194304 341 16863 0 0 0 0 3270 14 16 0 1 0 235614846 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10615/statm: 1340 241 197 169 0 51 0
[pid=10619] ppid=10615 vsize=24680 CPUtime=17.63
/proc/10619/stat : 10619 (minisat) R 10615 10615 10387 0 -1 4194304 6038 0 0 0 1756 7 0 0 25 0 1 0 235618187 25272320 6022 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/10619/statm: 6170 6022 77 170 0 5998 0
Current children cumulated CPU time (s) 50.47
Current children cumulated vsize (KiB) 30040

[startup+102.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10619
/proc/meminfo: memFree=661280/2055920 swapFree=4180192/4192956
[pid=10615] ppid=10613 vsize=5360 CPUtime=32.84
/proc/10615/stat : 10615 (run.sh) S 10613 10615 10387 0 -1 4194304 341 16863 0 0 0 0 3270 14 16 0 1 0 235614846 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10615/statm: 1340 241 197 169 0 51 0
[pid=10619] ppid=10615 vsize=43496 CPUtime=68.81
/proc/10619/stat : 10619 (minisat) R 10615 10615 10387 0 -1 4194304 10733 0 0 0 6869 12 0 0 25 0 1 0 235618187 44539904 10717 1992294400 134512640 135212939 4294956240 18446744073709551615 134536768 0 0 4096 3 0 0 0 17 1 0 0
/proc/10619/statm: 10874 10717 77 170 0 10702 0
Current children cumulated CPU time (s) 101.65
Current children cumulated vsize (KiB) 48856

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10619
/proc/meminfo: memFree=648096/2055920 swapFree=4180192/4192956
[pid=10615] ppid=10613 vsize=5360 CPUtime=32.84
/proc/10615/stat : 10615 (run.sh) S 10613 10615 10387 0 -1 4194304 341 16863 0 0 0 0 3270 14 16 0 1 0 235614846 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10615/statm: 1340 241 197 169 0 51 0
[pid=10619] ppid=10615 vsize=56728 CPUtime=128.79
/proc/10619/stat : 10619 (minisat) R 10615 10615 10387 0 -1 4194304 13961 0 0 0 12864 15 0 0 25 0 1 0 235618187 58089472 13945 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/10619/statm: 14182 13945 77 170 0 14010 0
Current children cumulated CPU time (s) 161.63
Current children cumulated vsize (KiB) 62088

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10619
/proc/meminfo: memFree=637856/2055920 swapFree=4180192/4192956
[pid=10615] ppid=10613 vsize=5360 CPUtime=32.84
/proc/10615/stat : 10615 (run.sh) S 10613 10615 10387 0 -1 4194304 341 16863 0 0 0 0 3270 14 16 0 1 0 235614846 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10615/statm: 1340 241 197 169 0 51 0
[pid=10619] ppid=10615 vsize=67176 CPUtime=188.76
/proc/10619/stat : 10619 (minisat) R 10615 10615 10387 0 -1 4194304 16528 0 0 0 18860 16 0 0 25 0 1 0 235618187 68788224 16512 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/10619/statm: 16794 16512 77 170 0 16622 0
Current children cumulated CPU time (s) 221.6
Current children cumulated vsize (KiB) 72536

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10619
/proc/meminfo: memFree=629856/2055920 swapFree=4180192/4192956
[pid=10615] ppid=10613 vsize=5360 CPUtime=32.84
/proc/10615/stat : 10615 (run.sh) S 10613 10615 10387 0 -1 4194304 341 16863 0 0 0 0 3270 14 16 0 1 0 235614846 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10615/statm: 1340 241 197 169 0 51 0
[pid=10619] ppid=10615 vsize=75440 CPUtime=248.74
/proc/10619/stat : 10619 (minisat) R 10615 10615 10387 0 -1 4194304 18515 0 0 0 24855 19 0 0 25 0 1 0 235618187 77250560 18499 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/10619/statm: 18860 18499 77 170 0 18688 0
Current children cumulated CPU time (s) 281.58
Current children cumulated vsize (KiB) 80800

[startup+342.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10619
/proc/meminfo: memFree=623200/2055920 swapFree=4180192/4192956
[pid=10615] ppid=10613 vsize=5360 CPUtime=32.84
/proc/10615/stat : 10615 (run.sh) S 10613 10615 10387 0 -1 4194304 341 16863 0 0 0 0 3270 14 16 0 1 0 235614846 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10615/statm: 1340 241 197 169 0 51 0
[pid=10619] ppid=10615 vsize=82108 CPUtime=308.72
/proc/10619/stat : 10619 (minisat) R 10615 10615 10387 0 -1 4194304 20166 0 0 0 30852 20 0 0 25 0 1 0 235618187 84078592 20150 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/10619/statm: 20527 20150 77 170 0 20355 0
Current children cumulated CPU time (s) 341.56

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

/proc/10619/statm: 22943 22524 77 170 0 22771 0
Current children cumulated CPU time (s) 581.47
Current children cumulated vsize (KiB) 97132

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10619
/proc/meminfo: memFree=613472/2055920 swapFree=4180192/4192956
[pid=10615] ppid=10613 vsize=5360 CPUtime=32.84
/proc/10615/stat : 10615 (run.sh) S 10613 10615 10387 0 -1 4194304 341 16863 0 0 0 0 3270 14 16 0 1 0 235614846 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10615/statm: 1340 241 197 169 0 51 0
[pid=10619] ppid=10615 vsize=91984 CPUtime=608.61
/proc/10619/stat : 10619 (minisat) R 10615 10615 10387 0 -1 4194304 22593 0 0 0 60838 23 0 0 25 0 1 0 235618187 94191616 22577 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/10619/statm: 22996 22577 77 170 0 22824 0
Current children cumulated CPU time (s) 641.45
Current children cumulated vsize (KiB) 97344

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10619
/proc/meminfo: memFree=613024/2055920 swapFree=4180192/4192956
[pid=10615] ppid=10613 vsize=5360 CPUtime=32.84
/proc/10615/stat : 10615 (run.sh) S 10613 10615 10387 0 -1 4194304 341 16863 0 0 0 0 3270 14 16 0 1 0 235614846 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10615/statm: 1340 241 197 169 0 51 0
[pid=10619] ppid=10615 vsize=92484 CPUtime=668.59
/proc/10619/stat : 10619 (minisat) R 10615 10615 10387 0 -1 4194304 22695 0 0 0 66836 23 0 0 25 0 1 0 235618187 94703616 22679 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/10619/statm: 23121 22679 77 170 0 22949 0
Current children cumulated CPU time (s) 701.43
Current children cumulated vsize (KiB) 97844

[startup+762.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10619
/proc/meminfo: memFree=607456/2055920 swapFree=4180192/4192956
[pid=10615] ppid=10613 vsize=5360 CPUtime=32.84
/proc/10615/stat : 10615 (run.sh) S 10613 10615 10387 0 -1 4194304 341 16863 0 0 0 0 3270 14 16 0 1 0 235614846 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10615/statm: 1340 241 197 169 0 51 0
[pid=10619] ppid=10615 vsize=98112 CPUtime=728.56
/proc/10619/stat : 10619 (minisat) R 10615 10615 10387 0 -1 4194304 24118 0 0 0 72832 24 0 0 25 0 1 0 235618187 100466688 24102 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/10619/statm: 24528 24102 77 170 0 24356 0
Current children cumulated CPU time (s) 761.4
Current children cumulated vsize (KiB) 103472

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10619
/proc/meminfo: memFree=600480/2055920 swapFree=4180192/4192956
[pid=10615] ppid=10613 vsize=5360 CPUtime=32.84
/proc/10615/stat : 10615 (run.sh) S 10613 10615 10387 0 -1 4194304 341 16863 0 0 0 0 3270 14 16 0 1 0 235614846 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10615/statm: 1340 241 197 169 0 51 0
[pid=10619] ppid=10615 vsize=105404 CPUtime=788.54
/proc/10619/stat : 10619 (minisat) R 10615 10615 10387 0 -1 4194304 25829 0 0 0 78828 26 0 0 25 0 1 0 235618187 107933696 25813 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/10619/statm: 26351 25813 77 170 0 26179 0
Current children cumulated CPU time (s) 821.38
Current children cumulated vsize (KiB) 110764

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10619
/proc/meminfo: memFree=600480/2055920 swapFree=4180192/4192956
[pid=10615] ppid=10613 vsize=5360 CPUtime=32.84
/proc/10615/stat : 10615 (run.sh) S 10613 10615 10387 0 -1 4194304 341 16863 0 0 0 0 3270 14 16 0 1 0 235614846 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10615/statm: 1340 241 197 169 0 51 0
[pid=10619] ppid=10615 vsize=105404 CPUtime=848.52
/proc/10619/stat : 10619 (minisat) R 10615 10615 10387 0 -1 4194304 25829 0 0 0 84826 26 0 0 25 0 1 0 235618187 107933696 25813 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/10619/statm: 26351 25813 77 170 0 26179 0
Current children cumulated CPU time (s) 881.36
Current children cumulated vsize (KiB) 110764

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10619
/proc/meminfo: memFree=600288/2055920 swapFree=4180192/4192956
[pid=10615] ppid=10613 vsize=5360 CPUtime=32.84
/proc/10615/stat : 10615 (run.sh) S 10613 10615 10387 0 -1 4194304 341 16863 0 0 0 0 3270 14 16 0 1 0 235614846 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10615/statm: 1340 241 197 169 0 51 0
[pid=10619] ppid=10615 vsize=105688 CPUtime=908.5
/proc/10619/stat : 10619 (minisat) R 10615 10615 10387 0 -1 4194304 25879 0 0 0 90824 26 0 0 25 0 1 0 235618187 108224512 25863 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/10619/statm: 26422 25863 77 170 0 26250 0
Current children cumulated CPU time (s) 941.34
Current children cumulated vsize (KiB) 111048

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10619
/proc/meminfo: memFree=599520/2055920 swapFree=4180192/4192956
[pid=10615] ppid=10613 vsize=5360 CPUtime=32.84
/proc/10615/stat : 10615 (run.sh) S 10613 10615 10387 0 -1 4194304 341 16863 0 0 0 0 3270 14 16 0 1 0 235614846 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10615/statm: 1340 241 197 169 0 51 0
[pid=10619] ppid=10615 vsize=106400 CPUtime=968.47
/proc/10619/stat : 10619 (minisat) R 10615 10615 10387 0 -1 4194304 26054 0 0 0 96821 26 0 0 25 0 1 0 235618187 108953600 26038 1992294400 134512640 135212939 4294956240 18446744073709551615 134526811 0 0 4096 3 0 0 0 17 1 0 0
/proc/10619/statm: 26600 26038 77 170 0 26428 0
Current children cumulated CPU time (s) 1001.31
Current children cumulated vsize (KiB) 111760

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10619
/proc/meminfo: memFree=598816/2055920 swapFree=4180192/4192956
[pid=10615] ppid=10613 vsize=5360 CPUtime=32.84
/proc/10615/stat : 10615 (run.sh) S 10613 10615 10387 0 -1 4194304 341 16863 0 0 0 0 3270 14 16 0 1 0 235614846 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10615/statm: 1340 241 197 169 0 51 0
[pid=10619] ppid=10615 vsize=107332 CPUtime=1028.45
/proc/10619/stat : 10619 (minisat) R 10615 10615 10387 0 -1 4194304 26249 0 0 0 102819 26 0 0 25 0 1 0 235618187 109907968 26233 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/10619/statm: 26833 26233 77 170 0 26661 0
Current children cumulated CPU time (s) 1061.29
Current children cumulated vsize (KiB) 112692

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10619
/proc/meminfo: memFree=598432/2055920 swapFree=4180192/4192956
[pid=10615] ppid=10613 vsize=5360 CPUtime=32.84
/proc/10615/stat : 10615 (run.sh) S 10613 10615 10387 0 -1 4194304 341 16863 0 0 0 0 3270 14 16 0 1 0 235614846 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10615/statm: 1340 241 197 169 0 51 0
[pid=10619] ppid=10615 vsize=107836 CPUtime=1088.43
/proc/10619/stat : 10619 (minisat) R 10615 10615 10387 0 -1 4194304 26326 0 0 0 108817 26 0 0 25 0 1 0 235618187 110424064 26310 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/10619/statm: 26959 26310 77 170 0 26787 0
Current children cumulated CPU time (s) 1121.27
Current children cumulated vsize (KiB) 113196

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10619
/proc/meminfo: memFree=598304/2055920 swapFree=4180192/4192956
[pid=10615] ppid=10613 vsize=5360 CPUtime=32.84
/proc/10615/stat : 10615 (run.sh) S 10613 10615 10387 0 -1 4194304 341 16863 0 0 0 0 3270 14 16 0 1 0 235614846 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10615/statm: 1340 241 197 169 0 51 0
[pid=10619] ppid=10615 vsize=108000 CPUtime=1148.4
/proc/10619/stat : 10619 (minisat) R 10615 10615 10387 0 -1 4194304 26371 0 0 0 114814 26 0 0 25 0 1 0 235618187 110592000 26355 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/10619/statm: 27000 26355 77 170 0 26828 0
Current children cumulated CPU time (s) 1181.24
Current children cumulated vsize (KiB) 113360



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10619
/proc/meminfo: memFree=598240/2055920 swapFree=4180192/4192956
[pid=10615] ppid=10613 vsize=5360 CPUtime=32.84
/proc/10615/stat : 10615 (run.sh) S 10613 10615 10387 0 -1 4194304 341 16863 0 0 0 0 3270 14 16 0 1 0 235614846 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10615/statm: 1340 241 197 169 0 51 0
[pid=10619] ppid=10615 vsize=108144 CPUtime=1167.2
/proc/10619/stat : 10619 (minisat) R 10615 10615 10387 0 -1 4194304 26395 0 0 0 116694 26 0 0 25 0 1 0 235618187 110739456 26379 1992294400 134512640 135212939 4294956240 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 1 0 0
/proc/10619/statm: 27036 26379 77 170 0 26864 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 113504

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

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

[startup+1201.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10619
/proc/meminfo: memFree=598240/2055920 swapFree=4180192/4192956
[pid=10615] ppid=10613 vsize=5360 CPUtime=32.84
/proc/10615/stat : 10615 (run.sh) S 10613 10615 10387 0 -1 4194304 341 16863 0 0 0 0 3270 14 16 0 1 0 235614846 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10615/statm: 1340 241 197 169 0 51 0
[pid=10619] ppid=10615 vsize=108144 CPUtime=1167.2
/proc/10619/stat : 10619 (minisat) R 10615 10615 10387 0 -1 4194304 26395 0 0 0 116694 26 0 0 25 0 1 0 235618187 110739456 26379 1992294400 134512640 135212939 4294956240 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 1 0 0
/proc/10619/statm: 27036 26379 77 170 0 26864 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 113504

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.11
CPU time (s): 1200.04
CPU user time (s): 1199.64
CPU system time (s): 0.4
CPU usage (%): 99.9107
Max. virtual memory (cumulated for all children) (KiB): 113504

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

runsolver used 1.3088 second user time and 3.13352 second system time

The end

Launcher Data

Begin job on node28 at 2009-05-11 23:03:35
IDJOB=1796451
IDBENCH=20491
IDSOLVER=647
FILE ID=node28/1796451-1242075815
PBS_JOBID= 9277649
Free space on /tmp= 66036 MiB

SOLVER NAME= SatElite + ReVivAl 0.23 2009-03-18
BENCH NAME= SAT07/industrial/grieu/vmpc_29.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1796451-1242075815/watcher-1796451-1242075815 -o /tmp/evaluation-result-1796451-1242075815/solver-1796451-1242075815 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1796451-1242075815.cnf HOME

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

MD5SUM BENCH= 1e81246225c81a67548d334d1dfcc24b
RANDOM SEED=570393634

node28.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.261
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.261
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:        707848 kB
Buffers:         72240 kB
Cached:        1169868 kB
SwapCached:       6032 kB
Active:         292832 kB
Inactive:       957972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        707848 kB
SwapTotal:     4192956 kB
SwapFree:      4180192 kB
Dirty:            3060 kB
Writeback:           0 kB
Mapped:          14220 kB
Slab:            83092 kB
Committed_AS:   835116 kB
PageTables:       1420 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66032 MiB
End job on node28 at 2009-05-11 23:23:39