Trace number 1821895

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
MiniSat2hack 2009-03-23? (TO) 1200.05 1200.05

General information on the benchmark

Namemanol-pipe-c7nidw.cnf
MD5SUMcddc29f8f256e39e02d9b418f68e802c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark135.07
Satisfiable
(Un)Satisfiability was proved
Number of variables169072
Number of clauses501421
Sum of the clauses size1169981
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2334280
Number of clauses of size 3167140
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.42/0.51	c ==============================================================================
0.42/0.51	c |           |     ORIGINAL     |              LEARNT              |          |
0.42/0.51	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.42/0.51	c ==============================================================================
0.42/0.51	c |         0 |  501420  1169980 |  150425       0        0     nan |  0.000 % |
3.28/3.35	c |         0 |  215779   849690 |      --       0       --      -- |     --   | -285639/-320285
3.28/3.35	c ==============================================================================
3.28/3.35	c Result  :   #vars: 28036   #clauses: 215779   #literals: 849690
3.28/3.35	c CPU time:   3.09 s
3.28/3.35	c ==============================================================================
3.56/3.67	This is MiniSat 2.0 beta with hacks by AVG
3.56/3.67	WARNING: for repeatability, setting FPU to use double precision
3.56/3.67	============================[ Problem Statistics ]=============================
3.56/3.67	|                                                                             |
3.56/3.67	|  Number of variables:  28036                                                |
3.56/3.67	|  Number of clauses:    215779                                               |
3.62/3.83	|  Parsing time:         0.15         s                                       |
1200.03/1200.03	HOME/SatELiteGTI: line 36:   846 Terminated              $MS $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-1821895-1242577718/watcher-1821895-1242577718 -o /tmp/evaluation-result-1821895-1242577718/solver-1821895-1242577718 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821895-1242577718.cnf 

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: 0.92 0.98 0.99 2/97 839
/proc/meminfo: memFree=1203076/2074464 swapFree=1949244/1959888
[pid=839] ppid=837 vsize=2416 CPUtime=0.01
/proc/839/stat : 839 (SatELiteGTI) S 837 839 16367 0 -1 4194304 365 646 0 0 0 0 0 1 18 0 1 0 1022272891 2473984 276 4294967295 134512640 135169312 3218559168 3218557704 3084893934 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/839/statm: 604 276 235 161 0 43 0
[pid=843] ppid=839 vsize=956 CPUtime=0
/proc/843/stat : 843 (SatELite_releas) R 839 839 16367 0 -1 4202496 135 0 0 0 0 0 0 0 20 0 1 0 1022272891 978944 71 4294967295 134512640 135223648 3213986912 3213985496 134719062 0 0 0 3 0 0 0 17 0 0 0 0
/proc/843/statm: 239 73 46 174 0 64 0

[startup+0.082512 s]
/proc/loadavg: 0.92 0.98 0.99 2/97 839
/proc/meminfo: memFree=1203076/2074464 swapFree=1949244/1959888
[pid=839] ppid=837 vsize=2416 CPUtime=0.01
/proc/839/stat : 839 (SatELiteGTI) S 837 839 16367 0 -1 4194304 365 646 0 0 0 0 0 1 18 0 1 0 1022272891 2473984 276 4294967295 134512640 135169312 3218559168 3218557704 3084893934 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/839/statm: 604 276 235 161 0 43 0
[pid=843] ppid=839 vsize=12928 CPUtime=0.08
/proc/843/stat : 843 (SatELite_releas) R 839 839 16367 0 -1 4202496 2910 0 0 0 6 2 0 0 21 0 1 0 1022272891 13238272 2846 4294967295 134512640 135223648 3213986912 3213985684 134741470 0 0 0 3 0 0 0 17 0 0 0 0
/proc/843/statm: 3616 2846 46 174 0 3441 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15344

[startup+0.112509 s]
/proc/loadavg: 0.92 0.98 0.99 2/97 839
/proc/meminfo: memFree=1203076/2074464 swapFree=1949244/1959888
[pid=839] ppid=837 vsize=2416 CPUtime=0.01
/proc/839/stat : 839 (SatELiteGTI) S 837 839 16367 0 -1 4194304 365 646 0 0 0 0 0 1 18 0 1 0 1022272891 2473984 276 4294967295 134512640 135169312 3218559168 3218557704 3084893934 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/839/statm: 604 276 235 161 0 43 0
[pid=843] ppid=839 vsize=17992 CPUtime=0.11
/proc/843/stat : 843 (SatELite_releas) R 839 839 16367 0 -1 4202496 3858 0 0 0 9 2 0 0 21 0 1 0 1022272891 18423808 3794 4294967295 134512640 135223648 3213986912 3213985496 134719062 0 0 0 3 0 0 0 17 0 0 0 0
/proc/843/statm: 4498 3795 46 174 0 4323 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 20408

[startup+0.312497 s]
/proc/loadavg: 0.92 0.98 0.99 2/97 839
/proc/meminfo: memFree=1203076/2074464 swapFree=1949244/1959888
[pid=839] ppid=837 vsize=2416 CPUtime=0.01
/proc/839/stat : 839 (SatELiteGTI) S 837 839 16367 0 -1 4194304 365 646 0 0 0 0 0 1 18 0 1 0 1022272891 2473984 276 4294967295 134512640 135169312 3218559168 3218557704 3084893934 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/839/statm: 604 276 235 161 0 43 0
[pid=843] ppid=839 vsize=42848 CPUtime=0.31
/proc/843/stat : 843 (SatELite_releas) R 839 839 16367 0 -1 4202496 10305 0 0 0 26 5 0 0 21 0 1 0 1022272891 43876352 10241 4294967295 134512640 135223648 3213986912 3213985496 134719062 0 0 0 3 0 0 0 17 0 0 0 0
/proc/843/statm: 10712 10245 46 174 0 10537 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 45264

[startup+0.712475 s]
/proc/loadavg: 0.92 0.98 0.99 2/97 839
/proc/meminfo: memFree=1203076/2074464 swapFree=1949244/1959888
[pid=839] ppid=837 vsize=2416 CPUtime=0.01
/proc/839/stat : 839 (SatELiteGTI) S 837 839 16367 0 -1 4194304 365 646 0 0 0 0 0 1 18 0 1 0 1022272891 2473984 276 4294967295 134512640 135169312 3218559168 3218557704 3084893934 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/839/statm: 604 276 235 161 0 43 0
[pid=843] ppid=839 vsize=80084 CPUtime=0.7
/proc/843/stat : 843 (SatELite_releas) D 839 839 16367 0 -1 4202496 18574 0 0 0 59 11 0 0 22 0 1 0 1022272891 82006016 17116 4294967295 134512640 135223648 3213986912 3213984680 134737406 0 0 0 3 3222585681 0 0 17 0 0 0 0
/proc/843/statm: 20021 17116 73 174 0 19846 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 82500

[startup+1.51243 s]
/proc/loadavg: 0.92 0.98 0.99 2/99 845
/proc/meminfo: memFree=1130644/2074464 swapFree=1949244/1959888
[pid=839] ppid=837 vsize=2416 CPUtime=0.01
/proc/839/stat : 839 (SatELiteGTI) S 837 839 16367 0 -1 4194304 365 646 0 0 0 0 0 1 18 0 1 0 1022272891 2473984 276 4294967295 134512640 135169312 3218559168 3218557704 3084893934 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/839/statm: 604 276 235 161 0 43 0
[pid=843] ppid=839 vsize=83976 CPUtime=1.48
/proc/843/stat : 843 (SatELite_releas) R 839 839 16367 0 -1 4202496 19450 0 0 0 133 15 0 0 25 0 1 0 1022272891 85991424 17992 4294967295 134512640 135223648 3213986912 3213984680 134737406 0 0 0 3 0 0 0 17 0 0 0 0
/proc/843/statm: 20994 17992 73 174 0 20819 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 86392

[startup+3.11234 s]
/proc/loadavg: 0.92 0.98 0.99 2/99 845
/proc/meminfo: memFree=1118120/2074464 swapFree=1949244/1959888
[pid=839] ppid=837 vsize=2416 CPUtime=0.01
/proc/839/stat : 839 (SatELiteGTI) S 837 839 16367 0 -1 4194304 365 646 0 0 0 0 0 1 18 0 1 0 1022272891 2473984 276 4294967295 134512640 135169312 3218559168 3218557704 3084893934 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/839/statm: 604 276 235 161 0 43 0
[pid=843] ppid=839 vsize=87208 CPUtime=3.06
/proc/843/stat : 843 (SatELite_releas) R 839 839 16367 0 -1 4202496 20492 0 0 0 288 18 0 0 25 0 1 0 1022272891 89300992 18702 4294967295 134512640 135223648 3213986912 3213985008 134585495 0 0 0 3 0 0 0 17 0 0 0 0
/proc/843/statm: 21802 18702 73 174 0 21627 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 89624

[startup+6.31216 s]
/proc/loadavg: 0.93 0.98 0.99 2/99 846
/proc/meminfo: memFree=1167008/2074464 swapFree=1949244/1959888
[pid=839] ppid=837 vsize=2420 CPUtime=3.62
/proc/839/stat : 839 (SatELiteGTI) S 837 839 16367 0 -1 4194304 385 22857 0 0 0 0 336 26 18 0 1 0 1022272891 2478080 278 4294967295 134512640 135169312 3218559168 3218555384 3084893934 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/839/statm: 605 278 235 161 0 44 0
[pid=846] ppid=839 vsize=18636 CPUtime=2.64
/proc/846/stat : 846 (minisat_static) R 839 839 16367 0 -1 4202496 4425 0 0 0 260 4 0 0 25 0 1 0 1022273258 19083264 4359 4294967295 134512640 135214715 3216826224 3216824488 134527325 0 0 0 3 0 0 0 17 3 0 0 0
/proc/846/statm: 4659 4359 73 172 0 4486 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 21056

[startup+12.7218 s]
/proc/loadavg: 0.93 0.98 0.99 2/99 846
/proc/meminfo: memFree=1156996/2074464 swapFree=1949244/1959888
[pid=839] ppid=837 vsize=2420 CPUtime=3.62
/proc/839/stat : 839 (SatELiteGTI) S 837 839 16367 0 -1 4194304 385 22857 0 0 0 0 336 26 18 0 1 0 1022272891 2478080 278 4294967295 134512640 135169312 3218559168 3218555384 3084893934 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/839/statm: 605 278 235 161 0 44 0
[pid=846] ppid=839 vsize=28376 CPUtime=9.05
/proc/846/stat : 846 (minisat_static) R 839 839 16367 0 -1 4202496 6852 0 0 0 899 6 0 0 25 0 1 0 1022273258 29057024 6786 4294967295 134512640 135214715 3216826224 3216824304 134536366 0 0 0 3 0 0 0 17 3 0 0 0
/proc/846/statm: 7094 6786 73 172 0 6921 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 30796

[startup+25.5211 s]
/proc/loadavg: 0.95 0.98 0.99 2/99 846
/proc/meminfo: memFree=1146528/2074464 swapFree=1949244/1959888
[pid=839] ppid=837 vsize=2420 CPUtime=3.62
/proc/839/stat : 839 (SatELiteGTI) S 837 839 16367 0 -1 4194304 385 22857 0 0 0 0 336 26 18 0 1 0 1022272891 2478080 278 4294967295 134512640 135169312 3218559168 3218555384 3084893934 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/839/statm: 605 278 235 161 0 44 0
[pid=846] ppid=839 vsize=38220 CPUtime=21.85
/proc/846/stat : 846 (minisat_static) R 839 839 16367 0 -1 4202496 9291 0 0 0 2178 7 0 0 25 0 1 0 1022273258 39137280 9225 4294967295 134512640 135214715 3216826224 3216824688 134528709 0 0 0 3 0 0 0 17 3 0 0 0
/proc/846/statm: 9555 9225 73 172 0 9382 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 40640

[startup+51.1196 s]
/proc/loadavg: 0.96 0.98 0.99 2/99 1045
/proc/meminfo: memFree=1126340/2074464 swapFree=1949244/1959888
[pid=839] ppid=837 vsize=2420 CPUtime=3.62
/proc/839/stat : 839 (SatELiteGTI) S 837 839 16367 0 -1 4194304 385 22857 0 0 0 0 336 26 18 0 1 0 1022272891 2478080 278 4294967295 134512640 135169312 3218559168 3218555384 3084893934 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/839/statm: 605 278 235 161 0 44 0
[pid=846] ppid=839 vsize=58472 CPUtime=47.45
/proc/846/stat : 846 (minisat_static) R 839 839 16367 0 -1 4202496 14275 0 0 0 4734 11 0 0 25 0 1 0 1022273258 59875328 14209 4294967295 134512640 135214715 3216826224 3216824688 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/846/statm: 14618 14209 73 172 0 14445 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 60892

[startup+102.327 s]
/proc/loadavg: 0.98 0.98 0.99 2/99 1047
/proc/meminfo: memFree=1107724/2074464 swapFree=1949244/1959888
[pid=839] ppid=837 vsize=2420 CPUtime=3.62
/proc/839/stat : 839 (SatELiteGTI) S 837 839 16367 0 -1 4194304 385 22857 0 0 0 0 336 26 18 0 1 0 1022272891 2478080 278 4294967295 134512640 135169312 3218559168 3218555384 3084893934 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/839/statm: 605 278 235 161 0 44 0
[pid=846] ppid=839 vsize=77004 CPUtime=98.66
/proc/846/stat : 846 (minisat_static) R 839 839 16367 0 -1 4202496 18994 0 0 0 9854 12 0 0 25 0 1 0 1022273258 78852096 18928 4294967295 134512640 135214715 3216826224 3216824688 134528579 0 0 0 3 0 0 0 17 3 0 0 0
/proc/846/statm: 19251 18928 73 172 0 19078 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 79424

[startup+162.313 s]
/proc/loadavg: 0.99 0.98 0.99 4/99 1241
/proc/meminfo: memFree=1093216/2074464 swapFree=1949244/1959888
[pid=839] ppid=837 vsize=2420 CPUtime=3.62
/proc/839/stat : 839 (SatELiteGTI) S 837 839 16367 0 -1 4194304 385 22857 0 0 0 0 336 26 18 0 1 0 1022272891 2478080 278 4294967295 134512640 135169312 3218559168 3218555384 3084893934 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/839/statm: 605 278 235 161 0 44 0
[pid=846] ppid=839 vsize=91624 CPUtime=158.65
/proc/846/stat : 846 (minisat_static) R 839 839 16367 0 -1 4202496 22558 0 0 0 15850 15 0 0 25 0 1 0 1022273258 93822976 22492 4294967295 134512640 135214715 3216826224 3216824112 134536408 0 0 0 3 0 0 0 17 3 0 0 0
/proc/846/statm: 22906 22492 73 172 0 22733 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 94044

[startup+222.31 s]
/proc/loadavg: 0.99 0.98 0.99 2/99 1430
/proc/meminfo: memFree=1093232/2074464 swapFree=1949244/1959888
[pid=839] ppid=837 vsize=2420 CPUtime=3.62
/proc/839/stat : 839 (SatELiteGTI) S 837 839 16367 0 -1 4194304 385 22857 0 0 0 0 336 26 18 0 1 0 1022272891 2478080 278 4294967295 134512640 135169312 3218559168 3218555384 3084893934 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/839/statm: 605 278 235 161 0 44 0
[pid=846] ppid=839 vsize=91624 CPUtime=218.65
/proc/846/stat : 846 (minisat_static) R 839 839 16367 0 -1 4202496 22559 0 0 0 21850 15 0 0 25 0 1 0 1022273258 93822976 22493 4294967295 134512640 135214715 3216826224 3216824688 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/846/statm: 22906 22493 73 172 0 22733 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 94044

[startup+282.317 s]
/proc/loadavg: 0.99 0.98 0.99 3/99 1617
/proc/meminfo: memFree=1088024/2074464 swapFree=1949244/1959888
[pid=839] ppid=837 vsize=2420 CPUtime=3.62
/proc/839/stat : 839 (SatELiteGTI) S 837 839 16367 0 -1 4194304 385 22857 0 0 0 0 336 26 18 0 1 0 1022272891 2478080 278 4294967295 134512640 135169312 3218559168 3218555384 3084893934 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/839/statm: 605 278 235 161 0 44 0
[pid=846] ppid=839 vsize=97060 CPUtime=278.66
/proc/846/stat : 846 (minisat_static) R 839 839 16367 0 -1 4202496 23932 0 0 0 27849 17 0 0 25 0 1 0 1022273258 99389440 23866 4294967295 134512640 135214715 3216826224 3216824688 134529050 0 0 0 3 0 0 0 17 3 0 0 0
/proc/846/statm: 24265 23866 73 172 0 24092 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 99480

[startup+342.313 s]
/proc/loadavg: 0.99 0.98 0.99 3/99 1803
/proc/meminfo: memFree=1075516/2074464 swapFree=1949244/1959888
[pid=839] ppid=837 vsize=2420 CPUtime=3.62
/proc/839/stat : 839 (SatELiteGTI) S 837 839 16367 0 -1 4194304 385 22857 0 0 0 0 336 26 18 0 1 0 1022272891 2478080 278 4294967295 134512640 135169312 3218559168 3218555384 3084893934 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/839/statm: 605 278 235 161 0 44 0
[pid=846] ppid=839 vsize=110036 CPUtime=338.66
/proc/846/stat : 846 (minisat_static) R 839 839 16367 0 -1 4202496 26989 0 0 0 33846 20 0 0 25 0 1 0 1022273258 112676864 26923 4294967295 134512640 135214715 3216826224 3216824688 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/846/statm: 27509 26923 73 172 0 27336 0
Current children cumulated CPU time (s) 342.28

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

[pid=846] ppid=839 vsize=123752 CPUtime=458.67
/proc/846/stat : 846 (minisat_static) R 839 839 16367 0 -1 4202496 30388 0 0 0 45845 22 0 0 25 0 1 0 1022273258 126722048 30322 4294967295 134512640 135214715 3216826224 3216824688 134528539 0 0 0 3 0 0 0 17 3 0 0 0
/proc/846/statm: 30938 30322 73 172 0 30765 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 126172

[startup+522.313 s]
/proc/loadavg: 0.99 0.98 0.99 2/99 2375
/proc/meminfo: memFree=1052048/2074464 swapFree=1949244/1959888
[pid=839] ppid=837 vsize=2420 CPUtime=3.62
/proc/839/stat : 839 (SatELiteGTI) S 837 839 16367 0 -1 4194304 385 22857 0 0 0 0 336 26 18 0 1 0 1022272891 2478080 278 4294967295 134512640 135169312 3218559168 3218555384 3084893934 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/839/statm: 605 278 235 161 0 44 0
[pid=846] ppid=839 vsize=133640 CPUtime=518.67
/proc/846/stat : 846 (minisat_static) R 839 839 16367 0 -1 4202496 32848 0 0 0 51842 25 0 0 25 0 1 0 1022273258 136847360 32782 4294967295 134512640 135214715 3216826224 3216824688 134528781 0 0 0 3 0 0 0 17 3 0 0 0
/proc/846/statm: 33410 32782 73 172 0 33237 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 136060

[startup+582.31 s]
/proc/loadavg: 0.99 0.98 0.99 2/99 2569
/proc/meminfo: memFree=1039316/2074464 swapFree=1949244/1959888
[pid=839] ppid=837 vsize=2420 CPUtime=3.62
/proc/839/stat : 839 (SatELiteGTI) S 837 839 16367 0 -1 4194304 385 22857 0 0 0 0 336 26 18 0 1 0 1022272891 2478080 278 4294967295 134512640 135169312 3218559168 3218555384 3084893934 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/839/statm: 605 278 235 161 0 44 0
[pid=846] ppid=839 vsize=146204 CPUtime=578.67
/proc/846/stat : 846 (minisat_static) R 839 839 16367 0 -1 4202496 36005 0 0 0 57836 31 0 0 25 0 1 0 1022273258 149712896 35939 4294967295 134512640 135214715 3216826224 3216824688 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/846/statm: 36551 35939 73 172 0 36378 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 148624

[startup+642.316 s]
/proc/loadavg: 0.99 0.98 0.99 2/99 2762
/proc/meminfo: memFree=1026784/2074464 swapFree=1949244/1959888
[pid=839] ppid=837 vsize=2420 CPUtime=3.62
/proc/839/stat : 839 (SatELiteGTI) S 837 839 16367 0 -1 4194304 385 22857 0 0 0 0 336 26 18 0 1 0 1022272891 2478080 278 4294967295 134512640 135169312 3218559168 3218555384 3084893934 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/839/statm: 605 278 235 161 0 44 0
[pid=846] ppid=839 vsize=158748 CPUtime=638.68
/proc/846/stat : 846 (minisat_static) R 839 839 16367 0 -1 4202496 39154 0 0 0 63837 31 0 0 25 0 1 0 1022273258 162557952 39088 4294967295 134512640 135214715 3216826224 3216824432 134537675 0 0 0 3 0 0 0 17 3 0 0 0
/proc/846/statm: 39687 39088 73 172 0 39514 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 161168

[startup+702.313 s]
/proc/loadavg: 0.99 0.98 0.99 2/99 2952
/proc/meminfo: memFree=1026768/2074464 swapFree=1949244/1959888
[pid=839] ppid=837 vsize=2420 CPUtime=3.62
/proc/839/stat : 839 (SatELiteGTI) S 837 839 16367 0 -1 4194304 385 22857 0 0 0 0 336 26 18 0 1 0 1022272891 2478080 278 4294967295 134512640 135169312 3218559168 3218555384 3084893934 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/839/statm: 605 278 235 161 0 44 0
[pid=846] ppid=839 vsize=158748 CPUtime=698.68
/proc/846/stat : 846 (minisat_static) R 839 839 16367 0 -1 4202496 39154 0 0 0 69837 31 0 0 25 0 1 0 1022273258 162557952 39088 4294967295 134512640 135214715 3216826224 3216824688 134528509 0 0 0 3 0 0 0 17 3 0 0 0
/proc/846/statm: 39687 39088 73 172 0 39514 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 161168

[startup+762.32 s]
/proc/loadavg: 0.99 0.98 0.99 3/99 3141
/proc/meminfo: memFree=1027016/2074464 swapFree=1949244/1959888
[pid=839] ppid=837 vsize=2420 CPUtime=3.62
/proc/839/stat : 839 (SatELiteGTI) S 837 839 16367 0 -1 4194304 385 22857 0 0 0 0 336 26 18 0 1 0 1022272891 2478080 278 4294967295 134512640 135169312 3218559168 3218555384 3084893934 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/839/statm: 605 278 235 161 0 44 0
[pid=846] ppid=839 vsize=158748 CPUtime=758.69
/proc/846/stat : 846 (minisat_static) R 839 839 16367 0 -1 4202496 39154 0 0 0 75838 31 0 0 25 0 1 0 1022273258 162557952 39088 4294967295 134512640 135214715 3216826224 3216824688 134528763 0 0 0 3 0 0 0 17 3 0 0 0
/proc/846/statm: 39687 39088 73 172 0 39514 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 161168

[startup+822.316 s]
/proc/loadavg: 0.99 0.98 0.99 2/99 3332
/proc/meminfo: memFree=1027140/2074464 swapFree=1949244/1959888
[pid=839] ppid=837 vsize=2420 CPUtime=3.62
/proc/839/stat : 839 (SatELiteGTI) S 837 839 16367 0 -1 4194304 385 22857 0 0 0 0 336 26 18 0 1 0 1022272891 2478080 278 4294967295 134512640 135169312 3218559168 3218555384 3084893934 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/839/statm: 605 278 235 161 0 44 0
[pid=846] ppid=839 vsize=158748 CPUtime=818.69
/proc/846/stat : 846 (minisat_static) R 839 839 16367 0 -1 4202496 39155 0 0 0 81838 31 0 0 25 0 1 0 1022273258 162557952 39089 4294967295 134512640 135214715 3216826224 3216824688 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/846/statm: 39687 39089 73 172 0 39514 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 161168

[startup+882.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/99 3537
/proc/meminfo: memFree=1026892/2074464 swapFree=1949244/1959888
[pid=839] ppid=837 vsize=2420 CPUtime=3.62
/proc/839/stat : 839 (SatELiteGTI) S 837 839 16367 0 -1 4194304 385 22857 0 0 0 0 336 26 18 0 1 0 1022272891 2478080 278 4294967295 134512640 135169312 3218559168 3218555384 3084893934 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/839/statm: 605 278 235 161 0 44 0
[pid=846] ppid=839 vsize=158748 CPUtime=878.68
/proc/846/stat : 846 (minisat_static) R 839 839 16367 0 -1 4202496 39205 0 0 0 87837 31 0 0 25 0 1 0 1022273258 162557952 39139 4294967295 134512640 135214715 3216826224 3216824688 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/846/statm: 39687 39139 73 172 0 39514 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 161168

[startup+942.309 s]
/proc/loadavg: 0.99 0.98 0.99 2/99 3736
/proc/meminfo: memFree=1026900/2074464 swapFree=1949244/1959888
[pid=839] ppid=837 vsize=2420 CPUtime=3.62
/proc/839/stat : 839 (SatELiteGTI) S 837 839 16367 0 -1 4194304 385 22857 0 0 0 0 336 26 18 0 1 0 1022272891 2478080 278 4294967295 134512640 135169312 3218559168 3218555384 3084893934 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/839/statm: 605 278 235 161 0 44 0
[pid=846] ppid=839 vsize=158748 CPUtime=938.69
/proc/846/stat : 846 (minisat_static) R 839 839 16367 0 -1 4202496 39207 0 0 0 93838 31 0 0 25 0 1 0 1022273258 162557952 39141 4294967295 134512640 135214715 3216826224 3216824688 134529050 0 0 0 3 0 0 0 17 3 0 0 0
/proc/846/statm: 39687 39141 73 172 0 39514 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 161168

[startup+1002.31 s]
/proc/loadavg: 0.99 0.98 0.99 2/99 3924
/proc/meminfo: memFree=1026884/2074464 swapFree=1949244/1959888
[pid=839] ppid=837 vsize=2420 CPUtime=3.62
/proc/839/stat : 839 (SatELiteGTI) S 837 839 16367 0 -1 4194304 385 22857 0 0 0 0 336 26 18 0 1 0 1022272891 2478080 278 4294967295 134512640 135169312 3218559168 3218555384 3084893934 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/839/statm: 605 278 235 161 0 44 0
[pid=846] ppid=839 vsize=158748 CPUtime=998.69
/proc/846/stat : 846 (minisat_static) R 839 839 16367 0 -1 4202496 39208 0 0 0 99838 31 0 0 25 0 1 0 1022273258 162557952 39142 4294967295 134512640 135214715 3216826224 3216824432 134537355 0 0 0 3 0 0 0 17 3 0 0 0
/proc/846/statm: 39687 39142 73 172 0 39514 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 161168

[startup+1062.31 s]
/proc/loadavg: 0.99 0.98 0.99 2/99 4113
/proc/meminfo: memFree=1026892/2074464 swapFree=1949244/1959888
[pid=839] ppid=837 vsize=2420 CPUtime=3.62
/proc/839/stat : 839 (SatELiteGTI) S 837 839 16367 0 -1 4194304 385 22857 0 0 0 0 336 26 18 0 1 0 1022272891 2478080 278 4294967295 134512640 135169312 3218559168 3218555384 3084893934 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/839/statm: 605 278 235 161 0 44 0
[pid=846] ppid=839 vsize=158748 CPUtime=1058.7
/proc/846/stat : 846 (minisat_static) R 839 839 16367 0 -1 4202496 39208 0 0 0 105839 31 0 0 25 0 1 0 1022273258 162557952 39142 4294967295 134512640 135214715 3216826224 3216824488 134527305 0 0 0 3 0 0 0 17 3 0 0 0
/proc/846/statm: 39687 39142 73 172 0 39514 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 161168

[startup+1122.31 s]
/proc/loadavg: 0.99 0.98 0.99 2/99 4302
/proc/meminfo: memFree=1026884/2074464 swapFree=1949244/1959888
[pid=839] ppid=837 vsize=2420 CPUtime=3.62
/proc/839/stat : 839 (SatELiteGTI) S 837 839 16367 0 -1 4194304 385 22857 0 0 0 0 336 26 18 0 1 0 1022272891 2478080 278 4294967295 134512640 135169312 3218559168 3218555384 3084893934 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/839/statm: 605 278 235 161 0 44 0
[pid=846] ppid=839 vsize=158748 CPUtime=1118.7
/proc/846/stat : 846 (minisat_static) R 839 839 16367 0 -1 4202496 39221 0 0 0 111839 31 0 0 25 0 1 0 1022273258 162557952 39155 4294967295 134512640 135214715 3216826224 3216824688 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/846/statm: 39687 39155 73 172 0 39514 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 161168

[startup+1182.32 s]
/proc/loadavg: 0.99 0.98 0.99 3/99 4493
/proc/meminfo: memFree=1026776/2074464 swapFree=1949244/1959888
[pid=839] ppid=837 vsize=2420 CPUtime=3.62
/proc/839/stat : 839 (SatELiteGTI) S 837 839 16367 0 -1 4194304 385 22857 0 0 0 0 336 26 18 0 1 0 1022272891 2478080 278 4294967295 134512640 135169312 3218559168 3218555384 3084893934 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/839/statm: 605 278 235 161 0 44 0
[pid=846] ppid=839 vsize=158748 CPUtime=1178.71
/proc/846/stat : 846 (minisat_static) R 839 839 16367 0 -1 4202496 39264 0 0 0 117840 31 0 0 25 0 1 0 1022273258 162557952 39198 4294967295 134512640 135214715 3216826224 3216824688 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/846/statm: 39687 39198 73 172 0 39514 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 161168



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.01 s]
/proc/loadavg: 0.99 0.98 0.99 3/99 4678
/proc/meminfo: memFree=1026540/2074464 swapFree=1949244/1959888
[pid=839] ppid=837 vsize=2420 CPUtime=3.62
/proc/839/stat : 839 (SatELiteGTI) S 837 839 16367 0 -1 4194304 385 22857 0 0 0 0 336 26 18 0 1 0 1022272891 2478080 278 4294967295 134512640 135169312 3218559168 3218555384 3084893934 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/839/statm: 605 278 235 161 0 44 0
[pid=846] ppid=839 vsize=158748 CPUtime=1196.41
/proc/846/stat : 846 (minisat_static) R 839 839 16367 0 -1 4202496 39267 0 0 0 119610 31 0 0 25 0 1 0 1022273258 162557952 39201 4294967295 134512640 135214715 3216826224 3216824688 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/846/statm: 39687 39201 73 172 0 39514 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 161168

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.05
CPU time (s): 1200.05
CPU user time (s): 1199.46
CPU system time (s): 0.59
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 161168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.46
system time used= 0.59
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62600
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= 21
involuntary context switches= 955

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi11 at 2009-05-17 18:28:38
IDJOB=1821895
IDBENCH=71715
IDSOLVER=660
FILE ID=tipi11/1821895-1242577718
PBS_JOBID=
Free space on /tmp= 9362 MiB

SOLVER NAME= MiniSat2hack 2009-03-23
BENCH NAME= SAT_RACE06/manol-pipe-c7nidw.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1821895-1242577718/watcher-1821895-1242577718 -o /tmp/evaluation-result-1821895-1242577718/solver-1821895-1242577718 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1821895-1242577718.cnf

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

MD5SUM BENCH= cddc29f8f256e39e02d9b418f68e802c
RANDOM SEED= 888615356

Linux tipi11 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.431
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.40

processor	: 1
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.431
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.77

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.431
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.431
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.77


/proc/meminfo:
MemTotal:      2074464 kB
MemFree:       1203084 kB
Buffers:         47020 kB
Cached:         719556 kB
SwapCached:       5248 kB
Active:         459292 kB
Inactive:       319088 kB
HighTotal:     1178688 kB
HighFree:       613872 kB
LowTotal:       895776 kB
LowFree:        589212 kB
SwapTotal:     1959888 kB
SwapFree:      1949244 kB
Dirty:           10568 kB
Writeback:          44 kB
AnonPages:       10976 kB
Mapped:           5164 kB
Slab:            83768 kB
PageTables:        564 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    97128 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 9362 MiB
End job on tipi11 at 2009-05-17 18:48:41