Trace number 1821951

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
APTUSAT 2009-03-22? (TO) 1200.09 1200.04

General information on the benchmark

Namemanol-pipe-f9n.cnf
MD5SUM61e4a04a828a2cd33ae3f3dde54ef320
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark327.06
Satisfiable
(Un)Satisfiability was proved
Number of variables185149
Number of clauses552412
Sum of the clauses size1288960
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2368274
Number of clauses of size 3184137
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.52/0.55	c ==============================================================================
0.52/0.55	c |           |     ORIGINAL     |              LEARNT              |          |
0.52/0.55	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.52/0.55	c ==============================================================================
0.52/0.55	c |         0 |  552411  1288959 |  165723       0        0     nan |  0.000 % |
3.62/3.69	c |         0 |  224311   892727 |      --       0       --      -- |     --   | -328093/-396215
3.62/3.69	c ==============================================================================
3.62/3.69	c Result  :   #vars: 29191   #clauses: 224311   #literals: 892727
3.62/3.69	c CPU time:   3.54 s
3.62/3.69	c ==============================================================================
4.02/4.01	This is MiniSat 2.0 beta
4.02/4.01	WARNING: for repeatability, setting FPU to use double precision
4.02/4.01	============================[ Problem Statistics ]=============================
4.02/4.01	|                                                                             |
4.02/4.01	|  Number of variables:  29191                                                |
4.02/4.01	|  Number of clauses:    224311                                               |
4.02/4.18	|  Parsing time:         0.14         s                                       |
4.02/4.19	============================[ Search Statistics ]==============================
4.02/4.19	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.02/4.19	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.02/4.19	===============================================================================
4.02/4.19	|         0 |   29191   224311   892727 |    74770        0    nan |  0.000 % |
4.02/4.24	|       101 |   29123   224311   892727 |    82247       88     12 |  0.336 % |
4.32/4.35	|       252 |   29122   224311   892727 |    90472      238     16 |  0.349 % |
4.42/4.42	|       477 |   29122   224311   892727 |    99519      463     19 |  0.349 % |
4.52/4.55	|       814 |   29122   224311   892727 |   109471      800     32 |  0.349 % |
4.62/4.67	|      1320 |   29122   224311   892727 |   120418     1306     31 |  0.349 % |
4.92/4.99	|      2079 |   29086   223249   889104 |   132460     2051     29 |  0.387 % |
5.32/5.39	|      3219 |   29061   223249   889104 |   145706     3177     25 |  0.576 % |
5.52/5.56	|      4928 |   29058   223249   889104 |   160276     4884     28 |  0.593 % |
5.82/5.88	|      7490 |   29017   222288   885953 |   176304     7441     31 |  0.596 % |
6.62/6.67	|     11335 |   29017   222288   885953 |   193934    11286     34 |  0.596 % |
8.21/8.22	|     17101 |   29017   222277   885926 |   213328    17052     35 |  0.596 % |
10.41/10.44	|     25751 |   29016   222174   885536 |   234661    25701     47 |  0.599 % |
13.01/13.07	|     38725 |   29016   222174   885536 |   258127    38675     46 |  0.599 % |
17.21/17.28	|     58186 |   29016   222174   885536 |   283940    58136     45 |  0.599 % |
30.82/30.90	|     87378 |   29006   222150   885463 |   312334    87326     51 |  0.634 % |
72.02/72.08	|    131167 |   29006   222150   885463 |   343567   131115     77 |  0.634 % |
146.02/146.04	|    196851 |   29003   222096   885312 |   377924   196795     75 |  0.644 % |
258.73/258.80	|    295377 |   29000   222096   885312 |   415716   295317     67 |  0.685 % |
546.64/546.70	|    443166 |   28991   221772   884110 |   457288    49672     32 |  0.685 % |
776.85/776.87	|    664849 |   28966   221212   881991 |   503017   271337     44 |  0.771 % |
1200.08/1200.03	HOME/SatELiteGTI: line 36: 10830 Terminated              $MS $2 $TMP.cnf $TMP.result

Verifier Data

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

Watcher Data

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

command line: runsolver --timestamp -w /tmp/evaluation-result-1821951-1242582577/watcher-1821951-1242582577 -o /tmp/evaluation-result-1821951-1242582577/solver-1821951-1242582577 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821951-1242582577.cnf -restarts=1 

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: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.02 1.00 3/96 10824
/proc/meminfo: memFree=1191364/2074464 swapFree=1950760/1959888
[pid=10824] ppid=10822 vsize=2412 CPUtime=0.01
/proc/10824/stat : 10824 (SatELiteGTI) S 10822 10824 11066 0 -1 4194304 365 648 0 0 0 1 0 0 18 0 1 0 1022756120 2469888 276 4294967295 134512640 135169312 3217330064 3217328600 3085749998 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/10824/statm: 603 276 235 161 0 42 0
[pid=10828] ppid=10824 vsize=952 CPUtime=0
/proc/10828/stat : 10828 (SatELite_releas) R 10824 10824 11066 0 -1 4202496 129 0 0 0 0 0 0 0 20 0 1 0 1022756121 974848 65 4294967295 134512640 135223648 3214578912 3214577508 134719062 0 0 0 3 0 0 0 17 1 0 0 0
/proc/10828/statm: 238 68 46 174 0 63 0

[startup+0.070642 s]
/proc/loadavg: 1.00 1.02 1.00 3/96 10824
/proc/meminfo: memFree=1191364/2074464 swapFree=1950760/1959888
[pid=10824] ppid=10822 vsize=2412 CPUtime=0.01
/proc/10824/stat : 10824 (SatELiteGTI) S 10822 10824 11066 0 -1 4194304 365 648 0 0 0 1 0 0 18 0 1 0 1022756120 2469888 276 4294967295 134512640 135169312 3217330064 3217328600 3085749998 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/10824/statm: 603 276 235 161 0 42 0
[pid=10828] ppid=10824 vsize=10592 CPUtime=0.07
/proc/10828/stat : 10828 (SatELite_releas) R 10824 10824 11066 0 -1 4202496 2422 0 0 0 5 2 0 0 20 0 1 0 1022756121 10846208 2358 4294967295 134512640 135223648 3214578912 3214577480 134719062 0 0 0 3 0 0 0 17 1 0 0 0
/proc/10828/statm: 2648 2359 46 174 0 2473 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13004

[startup+0.11064 s]
/proc/loadavg: 1.00 1.02 1.00 3/96 10824
/proc/meminfo: memFree=1191364/2074464 swapFree=1950760/1959888
[pid=10824] ppid=10822 vsize=2412 CPUtime=0.01
/proc/10824/stat : 10824 (SatELiteGTI) S 10822 10824 11066 0 -1 4194304 365 648 0 0 0 1 0 0 18 0 1 0 1022756120 2469888 276 4294967295 134512640 135169312 3217330064 3217328600 3085749998 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/10824/statm: 603 276 235 161 0 42 0
[pid=10828] ppid=10824 vsize=17308 CPUtime=0.11
/proc/10828/stat : 10828 (SatELite_releas) R 10824 10824 11066 0 -1 4202496 3775 0 0 0 9 2 0 0 21 0 1 0 1022756121 17723392 3711 4294967295 134512640 135223648 3214578912 3214577648 134540952 0 0 0 3 0 0 0 17 1 0 0 0
/proc/10828/statm: 4327 3712 46 174 0 4152 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 19720

[startup+0.310628 s]
/proc/loadavg: 1.00 1.02 1.00 3/96 10824
/proc/meminfo: memFree=1191364/2074464 swapFree=1950760/1959888
[pid=10824] ppid=10822 vsize=2412 CPUtime=0.01
/proc/10824/stat : 10824 (SatELiteGTI) S 10822 10824 11066 0 -1 4194304 365 648 0 0 0 1 0 0 18 0 1 0 1022756120 2469888 276 4294967295 134512640 135169312 3217330064 3217328600 3085749998 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/10824/statm: 603 276 235 161 0 42 0
[pid=10828] ppid=10824 vsize=42492 CPUtime=0.31
/proc/10828/stat : 10828 (SatELite_releas) R 10824 10824 11066 0 -1 4202496 10217 0 0 0 26 5 0 0 21 0 1 0 1022756121 43511808 10153 4294967295 134512640 135223648 3214578912 3214577864 134737310 0 0 0 3 0 0 0 17 1 0 0 0
/proc/10828/statm: 10623 10155 46 174 0 10448 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 44904

[startup+0.710606 s]
/proc/loadavg: 1.00 1.02 1.00 3/96 10824
/proc/meminfo: memFree=1191364/2074464 swapFree=1950760/1959888
[pid=10824] ppid=10822 vsize=2412 CPUtime=0.01
/proc/10824/stat : 10824 (SatELiteGTI) S 10822 10824 11066 0 -1 4194304 365 648 0 0 0 1 0 0 18 0 1 0 1022756120 2469888 276 4294967295 134512640 135169312 3217330064 3217328600 3085749998 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/10824/statm: 603 276 235 161 0 42 0
[pid=10828] ppid=10824 vsize=86676 CPUtime=0.71
/proc/10828/stat : 10828 (SatELite_releas) R 10824 10824 11066 0 -1 4202496 20240 0 0 0 61 10 0 0 22 0 1 0 1022756121 88756224 18643 4294967295 134512640 135223648 3214578912 3214576648 134716979 0 0 0 3 0 0 0 17 1 0 0 0
/proc/10828/statm: 21669 18643 73 174 0 21494 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 89088

[startup+1.51056 s]
/proc/loadavg: 1.00 1.02 1.00 2/98 10829
/proc/meminfo: memFree=1112956/2074464 swapFree=1950760/1959888
[pid=10824] ppid=10822 vsize=2412 CPUtime=0.01
/proc/10824/stat : 10824 (SatELiteGTI) S 10822 10824 11066 0 -1 4194304 365 648 0 0 0 1 0 0 18 0 1 0 1022756120 2469888 276 4294967295 134512640 135169312 3217330064 3217328600 3085749998 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/10824/statm: 603 276 235 161 0 42 0
[pid=10828] ppid=10824 vsize=90716 CPUtime=1.51
/proc/10828/stat : 10828 (SatELite_releas) R 10824 10824 11066 0 -1 4202496 21079 0 0 0 141 10 0 0 25 0 1 0 1022756121 92893184 19482 4294967295 134512640 135223648 3214578912 3214576680 134737406 0 0 0 3 0 0 0 17 1 0 0 0
/proc/10828/statm: 22679 19482 73 174 0 22504 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 93128

[startup+3.11047 s]
/proc/loadavg: 1.00 1.02 1.00 2/98 10829
/proc/meminfo: memFree=1100556/2074464 swapFree=1950760/1959888
[pid=10824] ppid=10822 vsize=2412 CPUtime=0.01
/proc/10824/stat : 10824 (SatELiteGTI) S 10822 10824 11066 0 -1 4194304 365 648 0 0 0 1 0 0 18 0 1 0 1022756120 2469888 276 4294967295 134512640 135169312 3217330064 3217328600 3085749998 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/10824/statm: 603 276 235 161 0 42 0
[pid=10828] ppid=10824 vsize=95184 CPUtime=3.11
/proc/10828/stat : 10828 (SatELite_releas) R 10824 10824 11066 0 -1 4202496 22279 0 0 0 298 13 0 0 25 0 1 0 1022756121 97468416 20501 4294967295 134512640 135223648 3214578912 3214577008 134598430 0 0 0 3 0 0 0 17 1 0 0 0
/proc/10828/statm: 23796 20501 73 174 0 23621 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 97596

[startup+6.3103 s]
/proc/loadavg: 1.00 1.02 1.00 2/98 10830
/proc/meminfo: memFree=1154992/2074464 swapFree=1950760/1959888
[pid=10824] ppid=10822 vsize=2416 CPUtime=4.02
/proc/10824/stat : 10824 (SatELiteGTI) S 10822 10824 11066 0 -1 4194304 384 24823 0 0 0 1 383 18 20 0 1 0 1022756120 2473984 278 4294967295 134512640 135169312 3217330064 3217326280 3085749998 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/10824/statm: 604 278 235 161 0 43 0
[pid=10830] ppid=10824 vsize=17408 CPUtime=2.3
/proc/10830/stat : 10830 (minisat_static) R 10824 10824 11066 0 -1 4202496 4190 0 0 0 227 3 0 0 25 0 1 0 1022756521 17825792 4094 4294967295 134512640 135213731 3214325008 3214323488 134530208 0 0 0 3 0 0 0 17 2 0 0 0
/proc/10830/statm: 4352 4094 73 172 0 4178 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 19824

[startup+12.7099 s]
/proc/loadavg: 1.00 1.02 1.00 2/98 10832
/proc/meminfo: memFree=1147732/2074464 swapFree=1950760/1959888
[pid=10824] ppid=10822 vsize=2416 CPUtime=4.02
/proc/10824/stat : 10824 (SatELiteGTI) S 10822 10824 11066 0 -1 4194304 384 24823 0 0 0 1 383 18 20 0 1 0 1022756120 2473984 278 4294967295 134512640 135169312 3217330064 3217326280 3085749998 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/10824/statm: 604 278 235 161 0 43 0
[pid=10830] ppid=10824 vsize=23988 CPUtime=8.69
/proc/10830/stat : 10830 (minisat_static) R 10824 10824 11066 0 -1 4202496 5815 0 0 0 865 4 0 0 25 0 1 0 1022756521 24563712 5719 4294967295 134512640 135213731 3214325008 3214323264 134536125 0 0 0 3 0 0 0 17 2 0 0 0
/proc/10830/statm: 5997 5719 73 172 0 5823 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 26404

[startup+25.5092 s]
/proc/loadavg: 1.00 1.02 1.00 2/98 10832
/proc/meminfo: memFree=1137040/2074464 swapFree=1950760/1959888
[pid=10824] ppid=10822 vsize=2416 CPUtime=4.02
/proc/10824/stat : 10824 (SatELiteGTI) S 10822 10824 11066 0 -1 4194304 384 24823 0 0 0 1 383 18 20 0 1 0 1022756120 2473984 278 4294967295 134512640 135169312 3217330064 3217326280 3085749998 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/10824/statm: 604 278 235 161 0 43 0
[pid=10830] ppid=10824 vsize=34368 CPUtime=21.49
/proc/10830/stat : 10830 (minisat_static) R 10824 10824 11066 0 -1 4202496 8397 0 0 0 2143 6 0 0 25 0 1 0 1022756521 35192832 8301 4294967295 134512640 135213731 3214325008 3214323488 134529987 0 0 0 3 0 0 0 17 2 0 0 0
/proc/10830/statm: 8592 8301 73 172 0 8418 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 36784

[startup+51.1078 s]
/proc/loadavg: 1.00 1.01 1.00 2/98 11016
/proc/meminfo: memFree=1121784/2074464 swapFree=1950760/1959888
[pid=10824] ppid=10822 vsize=2416 CPUtime=4.02
/proc/10824/stat : 10824 (SatELiteGTI) S 10822 10824 11066 0 -1 4194304 384 24823 0 0 0 1 383 18 20 0 1 0 1022756120 2473984 278 4294967295 134512640 135169312 3217330064 3217326280 3085749998 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/10824/statm: 604 278 235 161 0 43 0
[pid=10830] ppid=10824 vsize=49516 CPUtime=47.09
/proc/10830/stat : 10830 (minisat_static) R 10824 10824 11066 0 -1 4202496 12186 0 0 0 4700 9 0 0 25 0 1 0 1022756521 50704384 12090 4294967295 134512640 135213731 3214325008 3214323488 134530114 0 0 0 3 0 0 0 17 2 0 0 0
/proc/10830/statm: 12379 12090 73 172 0 12205 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 51932

[startup+102.315 s]
/proc/loadavg: 1.00 1.01 1.00 2/98 11207
/proc/meminfo: memFree=1098780/2074464 swapFree=1950760/1959888
[pid=10824] ppid=10822 vsize=2416 CPUtime=4.02
/proc/10824/stat : 10824 (SatELiteGTI) S 10822 10824 11066 0 -1 4194304 384 24823 0 0 0 1 383 18 20 0 1 0 1022756120 2473984 278 4294967295 134512640 135169312 3217330064 3217326280 3085749998 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/10824/statm: 604 278 235 161 0 43 0
[pid=10830] ppid=10824 vsize=72024 CPUtime=98.3
/proc/10830/stat : 10830 (minisat_static) R 10824 10824 11066 0 -1 4202496 17772 0 0 0 9819 11 0 0 25 0 1 0 1022756521 73752576 17676 4294967295 134512640 135213731 3214325008 3214323488 134529968 0 0 0 3 0 0 0 17 2 0 0 0
/proc/10830/statm: 18006 17676 73 172 0 17832 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 74440

[startup+162.312 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 11396
/proc/meminfo: memFree=1082412/2074464 swapFree=1950760/1959888
[pid=10824] ppid=10822 vsize=2416 CPUtime=4.02
/proc/10824/stat : 10824 (SatELiteGTI) S 10822 10824 11066 0 -1 4194304 384 24823 0 0 0 1 383 18 20 0 1 0 1022756120 2473984 278 4294967295 134512640 135169312 3217330064 3217326280 3085749998 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/10824/statm: 604 278 235 161 0 43 0
[pid=10830] ppid=10824 vsize=88392 CPUtime=158.3
/proc/10830/stat : 10830 (minisat_static) R 10824 10824 11066 0 -1 4202496 21803 0 0 0 15818 12 0 0 25 0 1 0 1022756521 90513408 21707 4294967295 134512640 135213731 3214325008 3214323488 134530636 0 0 0 3 0 0 0 17 2 0 0 0
/proc/10830/statm: 22098 21707 73 172 0 21924 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 90808

[startup+222.318 s]
/proc/loadavg: 1.00 1.00 1.00 2/98 11583
/proc/meminfo: memFree=1068980/2074464 swapFree=1950760/1959888
[pid=10824] ppid=10822 vsize=2416 CPUtime=4.02
/proc/10824/stat : 10824 (SatELiteGTI) S 10822 10824 11066 0 -1 4194304 384 24823 0 0 0 1 383 18 20 0 1 0 1022756120 2473984 278 4294967295 134512640 135169312 3217330064 3217326280 3085749998 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/10824/statm: 604 278 235 161 0 43 0
[pid=10830] ppid=10824 vsize=101384 CPUtime=218.31
/proc/10830/stat : 10830 (minisat_static) R 10824 10824 11066 0 -1 4202496 25106 0 0 0 21815 16 0 0 25 0 1 0 1022756521 103817216 25010 4294967295 134512640 135213731 3214325008 3214323488 134529987 0 0 0 3 0 0 0 17 2 0 0 0
/proc/10830/statm: 25346 25010 73 172 0 25172 0
Current children cumulated CPU time (s) 222.33
Current children cumulated vsize (KiB) 103800

[startup+282.315 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 11769
/proc/meminfo: memFree=1060936/2074464 swapFree=1950760/1959888
[pid=10824] ppid=10822 vsize=2416 CPUtime=4.02
/proc/10824/stat : 10824 (SatELiteGTI) S 10822 10824 11066 0 -1 4194304 384 24823 0 0 0 1 383 18 20 0 1 0 1022756120 2473984 278 4294967295 134512640 135169312 3217330064 3217326280 3085749998 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/10824/statm: 604 278 235 161 0 43 0
[pid=10830] ppid=10824 vsize=109556 CPUtime=278.31
/proc/10830/stat : 10830 (minisat_static) R 10824 10824 11066 0 -1 4202496 27151 0 0 0 27812 19 0 0 25 0 1 0 1022756521 112185344 27055 4294967295 134512640 135213731 3214325008 3214323488 134530193 0 0 0 3 0 0 0 17 2 0 0 0
/proc/10830/statm: 27389 27055 73 172 0 27215 0
Current children cumulated CPU time (s) 282.33
Current children cumulated vsize (KiB) 111972

[startup+342.322 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 11966
/proc/meminfo: memFree=1055704/2074464 swapFree=1950760/1959888
[pid=10824] ppid=10822 vsize=2416 CPUtime=4.02
/proc/10824/stat : 10824 (SatELiteGTI) S 10822 10824 11066 0 -1 4194304 384 24823 0 0 0 1 383 18 20 0 1 0 1022756120 2473984 278 4294967295 134512640 135169312 3217330064 3217326280 3085749998 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/10824/statm: 604 278 235 161 0 43 0
[pid=10830] ppid=10824 vsize=114960 CPUtime=338.32
/proc/10830/stat : 10830 (minisat_static) R 10824 10824 11066 0 -1 4202496 28386 0 0 0 33813 19 0 0 25 0 1 0 1022756521 117719040 28290 4294967295 134512640 135213731 3214325008 3214323488 134530208 0 0 0 3 0 0 0 17 2 0 0 0
/proc/10830/statm: 28740 28290 73 172 0 28566 0
Current children cumulated CPU time (s) 342.34

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

[pid=10830] ppid=10824 vsize=124612 CPUtime=458.32
/proc/10830/stat : 10830 (minisat_static) R 10824 10824 11066 0 -1 4202496 30802 0 0 0 45813 19 0 0 25 0 1 0 1022756521 127602688 30706 4294967295 134512640 135213731 3214325008 3214323488 134530208 0 0 0 3 0 0 0 17 2 0 0 0
/proc/10830/statm: 31153 30706 73 172 0 30979 0
Current children cumulated CPU time (s) 462.34
Current children cumulated vsize (KiB) 127028

[startup+522.312 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 12530
/proc/meminfo: memFree=1041212/2074464 swapFree=1950760/1959888
[pid=10824] ppid=10822 vsize=2416 CPUtime=4.02
/proc/10824/stat : 10824 (SatELiteGTI) S 10822 10824 11066 0 -1 4194304 384 24823 0 0 0 1 383 18 20 0 1 0 1022756120 2473984 278 4294967295 134512640 135169312 3217330064 3217326280 3085749998 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/10824/statm: 604 278 235 161 0 43 0
[pid=10830] ppid=10824 vsize=129632 CPUtime=518.32
/proc/10830/stat : 10830 (minisat_static) R 10824 10824 11066 0 -1 4202496 32038 0 0 0 51813 19 0 0 25 0 1 0 1022756521 132743168 31942 4294967295 134512640 135213731 3214325008 3214323488 134530208 0 0 0 3 0 0 0 17 2 0 0 0
/proc/10830/statm: 32408 31942 73 172 0 32234 0
Current children cumulated CPU time (s) 522.34
Current children cumulated vsize (KiB) 132048

[startup+582.318 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 12716
/proc/meminfo: memFree=1039584/2074464 swapFree=1950760/1959888
[pid=10824] ppid=10822 vsize=2416 CPUtime=4.02
/proc/10824/stat : 10824 (SatELiteGTI) S 10822 10824 11066 0 -1 4194304 384 24823 0 0 0 1 383 18 20 0 1 0 1022756120 2473984 278 4294967295 134512640 135169312 3217330064 3217326280 3085749998 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/10824/statm: 604 278 235 161 0 43 0
[pid=10830] ppid=10824 vsize=131092 CPUtime=578.33
/proc/10830/stat : 10830 (minisat_static) R 10824 10824 11066 0 -1 4202496 32408 0 0 0 57814 19 0 0 25 0 1 0 1022756521 134238208 32312 4294967295 134512640 135213731 3214325008 3214323488 134530193 0 0 0 3 0 0 0 17 2 0 0 0
/proc/10830/statm: 32773 32312 73 172 0 32599 0
Current children cumulated CPU time (s) 582.35
Current children cumulated vsize (KiB) 133508

[startup+642.315 s]
/proc/loadavg: 1.00 1.00 1.00 2/98 12905
/proc/meminfo: memFree=1039460/2074464 swapFree=1950760/1959888
[pid=10824] ppid=10822 vsize=2416 CPUtime=4.02
/proc/10824/stat : 10824 (SatELiteGTI) S 10822 10824 11066 0 -1 4194304 384 24823 0 0 0 1 383 18 20 0 1 0 1022756120 2473984 278 4294967295 134512640 135169312 3217330064 3217326280 3085749998 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/10824/statm: 604 278 235 161 0 43 0
[pid=10830] ppid=10824 vsize=131092 CPUtime=638.33
/proc/10830/stat : 10830 (minisat_static) R 10824 10824 11066 0 -1 4202496 32409 0 0 0 63814 19 0 0 25 0 1 0 1022756521 134238208 32313 4294967295 134512640 135213731 3214325008 3214323488 134530117 0 0 0 3 0 0 0 17 2 0 0 0
/proc/10830/statm: 32773 32313 73 172 0 32599 0
Current children cumulated CPU time (s) 642.35
Current children cumulated vsize (KiB) 133508

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 13093
/proc/meminfo: memFree=1039344/2074464 swapFree=1950760/1959888
[pid=10824] ppid=10822 vsize=2416 CPUtime=4.02
/proc/10824/stat : 10824 (SatELiteGTI) S 10822 10824 11066 0 -1 4194304 384 24823 0 0 0 1 383 18 20 0 1 0 1022756120 2473984 278 4294967295 134512640 135169312 3217330064 3217326280 3085749998 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/10824/statm: 604 278 235 161 0 43 0
[pid=10830] ppid=10824 vsize=131092 CPUtime=698.32
/proc/10830/stat : 10830 (minisat_static) R 10824 10824 11066 0 -1 4202496 32416 0 0 0 69813 19 0 0 25 0 1 0 1022756521 134238208 32320 4294967295 134512640 135213731 3214325008 3214323488 134530235 0 0 0 3 0 0 0 17 2 0 0 0
/proc/10830/statm: 32773 32320 73 172 0 32599 0
Current children cumulated CPU time (s) 702.34
Current children cumulated vsize (KiB) 133508

[startup+762.308 s]
/proc/loadavg: 1.00 1.00 1.00 4/98 13286
/proc/meminfo: memFree=1039756/2074464 swapFree=1950760/1959888
[pid=10824] ppid=10822 vsize=2416 CPUtime=4.02
/proc/10824/stat : 10824 (SatELiteGTI) S 10822 10824 11066 0 -1 4194304 384 24823 0 0 0 1 383 18 20 0 1 0 1022756120 2473984 278 4294967295 134512640 135169312 3217330064 3217326280 3085749998 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/10824/statm: 604 278 235 161 0 43 0
[pid=10830] ppid=10824 vsize=131092 CPUtime=758.33
/proc/10830/stat : 10830 (minisat_static) R 10824 10824 11066 0 -1 4202496 32420 0 0 0 75814 19 0 0 25 0 1 0 1022756521 134238208 32324 4294967295 134512640 135213731 3214325008 3214323488 134530208 0 0 0 3 0 0 0 17 2 0 0 0
/proc/10830/statm: 32773 32324 73 172 0 32599 0
Current children cumulated CPU time (s) 762.35
Current children cumulated vsize (KiB) 133508

[startup+822.305 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 13473
/proc/meminfo: memFree=1039816/2074464 swapFree=1950760/1959888
[pid=10824] ppid=10822 vsize=2416 CPUtime=4.02
/proc/10824/stat : 10824 (SatELiteGTI) S 10822 10824 11066 0 -1 4194304 384 24823 0 0 0 1 383 18 20 0 1 0 1022756120 2473984 278 4294967295 134512640 135169312 3217330064 3217326280 3085749998 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/10824/statm: 604 278 235 161 0 43 0
[pid=10830] ppid=10824 vsize=131092 CPUtime=818.33
/proc/10830/stat : 10830 (minisat_static) R 10824 10824 11066 0 -1 4202496 32423 0 0 0 81814 19 0 0 25 0 1 0 1022756521 134238208 32327 4294967295 134512640 135213731 3214325008 3214323488 134530208 0 0 0 3 0 0 0 17 2 0 0 0
/proc/10830/statm: 32773 32327 73 172 0 32599 0
Current children cumulated CPU time (s) 822.35
Current children cumulated vsize (KiB) 133508

[startup+882.312 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 13659
/proc/meminfo: memFree=1039888/2074464 swapFree=1950760/1959888
[pid=10824] ppid=10822 vsize=2416 CPUtime=4.02
/proc/10824/stat : 10824 (SatELiteGTI) S 10822 10824 11066 0 -1 4194304 384 24823 0 0 0 1 383 18 20 0 1 0 1022756120 2473984 278 4294967295 134512640 135169312 3217330064 3217326280 3085749998 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/10824/statm: 604 278 235 161 0 43 0
[pid=10830] ppid=10824 vsize=131092 CPUtime=878.34
/proc/10830/stat : 10830 (minisat_static) R 10824 10824 11066 0 -1 4202496 32427 0 0 0 87815 19 0 0 25 0 1 0 1022756521 134238208 32331 4294967295 134512640 135213731 3214325008 3214323488 134530208 0 0 0 3 0 0 0 17 2 0 0 0
/proc/10830/statm: 32773 32331 73 172 0 32599 0
Current children cumulated CPU time (s) 882.36
Current children cumulated vsize (KiB) 133508

[startup+942.308 s]
/proc/loadavg: 1.00 1.00 1.00 2/98 13848
/proc/meminfo: memFree=1039748/2074464 swapFree=1950760/1959888
[pid=10824] ppid=10822 vsize=2416 CPUtime=4.02
/proc/10824/stat : 10824 (SatELiteGTI) S 10822 10824 11066 0 -1 4194304 384 24823 0 0 0 1 383 18 20 0 1 0 1022756120 2473984 278 4294967295 134512640 135169312 3217330064 3217326280 3085749998 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/10824/statm: 604 278 235 161 0 43 0
[pid=10830] ppid=10824 vsize=131092 CPUtime=938.34
/proc/10830/stat : 10830 (minisat_static) R 10824 10824 11066 0 -1 4202496 32430 0 0 0 93815 19 0 0 25 0 1 0 1022756521 134238208 32334 4294967295 134512640 135213731 3214325008 3214323488 134530208 0 0 0 3 0 0 0 17 2 0 0 0
/proc/10830/statm: 32773 32334 73 172 0 32599 0
Current children cumulated CPU time (s) 942.36
Current children cumulated vsize (KiB) 133508

[startup+1002.32 s]
/proc/loadavg: 1.04 1.01 1.00 3/98 14036
/proc/meminfo: memFree=1039840/2074464 swapFree=1950760/1959888
[pid=10824] ppid=10822 vsize=2416 CPUtime=4.02
/proc/10824/stat : 10824 (SatELiteGTI) S 10822 10824 11066 0 -1 4194304 384 24823 0 0 0 1 383 18 20 0 1 0 1022756120 2473984 278 4294967295 134512640 135169312 3217330064 3217326280 3085749998 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/10824/statm: 604 278 235 161 0 43 0
[pid=10830] ppid=10824 vsize=131092 CPUtime=998.35
/proc/10830/stat : 10830 (minisat_static) R 10824 10824 11066 0 -1 4202496 32430 0 0 0 99816 19 0 0 25 0 1 0 1022756521 134238208 32334 4294967295 134512640 135213731 3214325008 3214323488 134529968 0 0 0 3 0 0 0 17 2 0 0 0
/proc/10830/statm: 32773 32334 73 172 0 32599 0
Current children cumulated CPU time (s) 1002.37
Current children cumulated vsize (KiB) 133508

[startup+1062.31 s]
/proc/loadavg: 1.01 1.01 1.00 2/98 14224
/proc/meminfo: memFree=1039104/2074464 swapFree=1950760/1959888
[pid=10824] ppid=10822 vsize=2416 CPUtime=4.02
/proc/10824/stat : 10824 (SatELiteGTI) S 10822 10824 11066 0 -1 4194304 384 24823 0 0 0 1 383 18 20 0 1 0 1022756120 2473984 278 4294967295 134512640 135169312 3217330064 3217326280 3085749998 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/10824/statm: 604 278 235 161 0 43 0
[pid=10830] ppid=10824 vsize=131752 CPUtime=1058.35
/proc/10830/stat : 10830 (minisat_static) R 10824 10824 11066 0 -1 4202496 32615 0 0 0 105816 19 0 0 25 0 1 0 1022756521 134914048 32519 4294967295 134512640 135213731 3214325008 3214323488 134530208 0 0 0 3 0 0 0 17 2 0 0 0
/proc/10830/statm: 32938 32519 73 172 0 32764 0
Current children cumulated CPU time (s) 1062.37
Current children cumulated vsize (KiB) 134168

[startup+1122.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/98 14416
/proc/meminfo: memFree=1028952/2074464 swapFree=1950760/1959888
[pid=10824] ppid=10822 vsize=2416 CPUtime=4.02
/proc/10824/stat : 10824 (SatELiteGTI) S 10822 10824 11066 0 -1 4194304 384 24823 0 0 0 1 383 18 20 0 1 0 1022756120 2473984 278 4294967295 134512640 135169312 3217330064 3217326280 3085749998 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/10824/statm: 604 278 235 161 0 43 0
[pid=10830] ppid=10824 vsize=141836 CPUtime=1118.36
/proc/10830/stat : 10830 (minisat_static) R 10824 10824 11066 0 -1 4202496 35146 0 0 0 111817 19 0 0 25 0 1 0 1022756521 145240064 35050 4294967295 134512640 135213731 3214325008 3214323488 134529947 0 0 0 3 0 0 0 17 2 0 0 0
/proc/10830/statm: 35459 35050 73 172 0 35285 0
Current children cumulated CPU time (s) 1122.38
Current children cumulated vsize (KiB) 144252

[startup+1182.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/98 14602
/proc/meminfo: memFree=1018644/2074464 swapFree=1950760/1959888
[pid=10824] ppid=10822 vsize=2416 CPUtime=4.02
/proc/10824/stat : 10824 (SatELiteGTI) S 10822 10824 11066 0 -1 4194304 384 24823 0 0 0 1 383 18 20 0 1 0 1022756120 2473984 278 4294967295 134512640 135169312 3217330064 3217326280 3085749998 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/10824/statm: 604 278 235 161 0 43 0
[pid=10830] ppid=10824 vsize=152952 CPUtime=1178.36
/proc/10830/stat : 10830 (minisat_static) R 10824 10824 11066 0 -1 4202496 37717 0 0 0 117816 20 0 0 25 0 1 0 1022756521 156622848 37621 4294967295 134512640 135213731 3214325008 3214323488 134530208 0 0 0 3 0 0 0 17 2 0 0 0
/proc/10830/statm: 38238 37621 73 172 0 38064 0
Current children cumulated CPU time (s) 1182.38
Current children cumulated vsize (KiB) 155368



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.01 s]
/proc/loadavg: 1.16 1.03 1.01 3/98 14605
/proc/meminfo: memFree=1015760/2074464 swapFree=1950760/1959888
[pid=10824] ppid=10822 vsize=2416 CPUtime=4.02
/proc/10824/stat : 10824 (SatELiteGTI) S 10822 10824 11066 0 -1 4194304 384 24823 0 0 0 1 383 18 20 0 1 0 1022756120 2473984 278 4294967295 134512640 135169312 3217330064 3217326280 3085749998 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/10824/statm: 604 278 235 161 0 43 0
[pid=10830] ppid=10824 vsize=155944 CPUtime=1196.06
/proc/10830/stat : 10830 (minisat_static) R 10824 10824 11066 0 -1 4202496 38452 0 0 0 119586 20 0 0 25 0 1 0 1022756521 159686656 38356 4294967295 134512640 135213731 3214325008 3214323416 134719542 0 0 0 3 0 0 0 17 2 0 0 0
/proc/10830/statm: 38986 38356 73 172 0 38812 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 158360

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)
Real time (s): 1200.04
CPU time (s): 1200.09
CPU user time (s): 1199.69
CPU system time (s): 0.4
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 158360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.69
system time used= 0.4
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63751
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= 19
involuntary context switches= 1308

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi23 at 2009-05-17 19:49:37
IDJOB=1821951
IDBENCH=71745
IDSOLVER=662
FILE ID=tipi23/1821951-1242582577
PBS_JOBID=
Free space on /tmp= 8345 MiB

SOLVER NAME= APTUSAT 2009-03-22
BENCH NAME= SAT_RACE06/manol-pipe-f9n.cnf
COMMAND LINE= SatELiteGTI BENCHNAME -restarts=1
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1821951-1242582577/watcher-1821951-1242582577 -o /tmp/evaluation-result-1821951-1242582577/solver-1821951-1242582577 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1821951-1242582577.cnf -restarts=1

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

MD5SUM BENCH= 61e4a04a828a2cd33ae3f3dde54ef320
RANDOM SEED= 2279450

Linux tipi23 2.6.18 #19 SMP Tue Jun 19 11:27:27 CEST 2007 i686 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.377
cache size	: 1024 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3618.38

processor	: 1
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.377
cache size	: 1024 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.78

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.377
cache size	: 1024 KB
physical id	: 1
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.79

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.377
cache size	: 1024 KB
physical id	: 1
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.78


/proc/meminfo:
MemTotal:      2074464 kB
MemFree:       1191388 kB
Buffers:         51252 kB
Cached:         729184 kB
SwapCached:       3584 kB
Active:         431140 kB
Inactive:       361020 kB
HighTotal:     1178688 kB
HighFree:       606680 kB
LowTotal:       895776 kB
LowFree:        584708 kB
SwapTotal:     1959888 kB
SwapFree:      1950760 kB
Dirty:           11692 kB
Writeback:           0 kB
AnonPages:       11028 kB
Mapped:           4256 kB
Slab:            82000 kB
PageTables:        656 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    96888 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 8345 MiB
End job on tipi23 at 2009-05-17 20:09:40