Trace number 1820816

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
BinMiniSat 2009-03-21? (TO) 1200.07 1200.03

General information on the benchmark

Namealoul-chnl11-13.cnf
MD5SUMc7162bc1ddb6d2592f237fef1b04b5ce
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables286
Number of clauses1742
Sum of the clauses size3718
Maximum clause length11
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21716
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 526

Solver Data

0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |    1742     3718 |     522       0        0     nan |  0.000 % |
0.00/0.00	c |         0 |    1716     6240 |      --       0       --      -- |     --   | -26/2522
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 260   #clauses: 1716   #literals: 6240
0.00/0.00	c CPU time:   0.01 s
0.00/0.00	c ==============================================================================
0.00/0.01	This is MiniSat 2.0 beta
0.00/0.01	WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	============================[ Problem Statistics ]=============================
0.00/0.01	|                                                                             |
0.00/0.01	|  Number of variables:  260                                                  |
0.00/0.01	|  Number of clauses:    1716                                                 |
0.00/0.01	|  Parsing time:         0.00         s                                       |
0.00/0.01	============================[ Search Statistics ]==============================
0.00/0.01	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.01	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.01	===============================================================================
0.00/0.01	|         0 |     260     1716     6240 |      572        0    nan |  0.000 % |
0.00/0.01	|       101 |     260     1716     6240 |      629      101     39 |  0.019 % |
0.00/0.01	|       252 |     260     1716     6240 |      692      252     41 |  0.019 % |
0.00/0.02	|       479 |     260     1716     6240 |      761      479     46 |  0.019 % |
0.00/0.03	|       816 |     260     1716     6240 |      837      816     49 |  0.019 % |
0.00/0.05	|      1325 |     260     1716     6240 |      921      868     48 |  0.019 % |
0.00/0.08	|      2084 |     260     1716     6240 |     1013      630     43 |  0.019 % |
0.01/0.13	|      3224 |     260     1716     6240 |     1114      680     44 |  0.019 % |
0.01/0.21	|      4934 |     260     1716     6240 |     1226     1191     52 |  0.019 % |
0.01/0.34	|      7496 |     260     1716     6240 |     1348     1159     52 |  0.019 % |
0.01/0.54	|     11340 |     260     1716     6240 |     1483      737     47 |  0.019 % |
0.01/0.84	|     17107 |     260     1716     6240 |     1631     1045     49 |  0.019 % |
1.30/1.32	|     25759 |     260     1716     6240 |     1795     1200     51 |  0.019 % |
2.00/2.07	|     38736 |     260     1716     6240 |     1974     1093     50 |  0.019 % |
3.20/3.26	|     58200 |     260     1716     6240 |     2172     1131     49 |  0.019 % |
5.00/5.07	|     87393 |     260     1716     6240 |     2389     1246     48 |  0.019 % |
7.81/7.88	|    131182 |     260     1716     6240 |     2628     1968     48 |  0.019 % |
12.30/12.37	|    196867 |     260     1716     6240 |     2891     2716     51 |  0.019 % |
19.50/19.60	|    295395 |     260     1716     6240 |     3180     1813     49 |  0.019 % |
31.10/31.20	|    443184 |     260     1716     6240 |     3498     3169     52 |  0.019 % |
48.61/48.64	|    664867 |     260     1716     6240 |     3848     3496     48 |  0.021 % |
75.81/75.89	|    997392 |     260     1716     6240 |     4232     2647     47 |  0.022 % |
119.51/119.54	|   1496182 |     260     1716     6240 |     4656     4031     47 |  0.025 % |
190.22/190.23	|   2244371 |     260     1716     6240 |     5121     2418     50 |  0.028 % |
302.63/302.70	|   3366647 |     259     1704     6216 |     5634     3127     51 |  0.402 % |
475.73/475.74	|   5050059 |     257     1681     6170 |     6197     5112     47 |  1.170 % |
753.94/753.91	|   7575177 |     253     1636     6080 |     6817     3409     42 |  2.694 % |
1188.07/1188.03	|  11362852 |     249     1598     6004 |     7498     5391     43 |  4.238 % |
1200.07/1200.02	HOME/SatELiteGTI: line 36:  3739 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-1820816-1242479737/watcher-1820816-1242479737 -o /tmp/evaluation-result-1820816-1242479737/solver-1820816-1242479737 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1820816-1242479737.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.97 1.01 1.00 2/93 3733
/proc/meminfo: memFree=1463340/2074464 swapFree=1950884/1959888
[pid=3733] ppid=3731 vsize=2412 CPUtime=0
/proc/3733/stat : 3733 (SatELiteGTI) S 3731 3733 10114 0 -1 4194304 367 649 0 0 0 0 0 0 25 0 1 0 1012474488 2469888 277 4294967295 134512640 135169312 3214810416 3214808952 3085913838 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/3733/statm: 603 277 235 161 0 42 0
[pid=3737] ppid=3733 vsize=948 CPUtime=0
/proc/3737/stat : 3737 (SatELite_releas) R 3733 3733 10114 0 -1 4202496 100 0 0 0 0 0 0 0 25 0 1 0 1012474489 970752 37 4294967295 134512640 135223648 3219845616 3219845240 134719062 0 0 0 0 0 0 0 17 0 0 0 0
/proc/3737/statm: 237 49 40 174 0 62 0

[startup+0.108571 s]
/proc/loadavg: 0.97 1.01 1.00 2/93 3733
/proc/meminfo: memFree=1463340/2074464 swapFree=1950884/1959888
[pid=3733] ppid=3731 vsize=2416 CPUtime=0.01
/proc/3733/stat : 3733 (SatELiteGTI) S 3731 3733 10114 0 -1 4194304 387 859 0 0 0 0 1 0 25 0 1 0 1012474488 2473984 278 4294967295 134512640 135169312 3214810416 3214806632 3085913838 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/3733/statm: 604 278 235 161 0 43 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2416

[startup+0.208567 s]
/proc/loadavg: 0.97 1.01 1.00 2/93 3733
/proc/meminfo: memFree=1463340/2074464 swapFree=1950884/1959888
[pid=3733] ppid=3731 vsize=2416 CPUtime=0.01
/proc/3733/stat : 3733 (SatELiteGTI) S 3731 3733 10114 0 -1 4194304 387 859 0 0 0 0 1 0 25 0 1 0 1012474488 2473984 278 4294967295 134512640 135169312 3214810416 3214806632 3085913838 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/3733/statm: 604 278 235 161 0 43 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2416

[startup+0.308561 s]
/proc/loadavg: 0.97 1.01 1.00 2/93 3733
/proc/meminfo: memFree=1463340/2074464 swapFree=1950884/1959888
[pid=3733] ppid=3731 vsize=2416 CPUtime=0.01
/proc/3733/stat : 3733 (SatELiteGTI) S 3731 3733 10114 0 -1 4194304 387 859 0 0 0 0 1 0 25 0 1 0 1012474488 2473984 278 4294967295 134512640 135169312 3214810416 3214806632 3085913838 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/3733/statm: 604 278 235 161 0 43 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2416

[startup+0.708542 s]
/proc/loadavg: 0.97 1.01 1.00 2/93 3733
/proc/meminfo: memFree=1463340/2074464 swapFree=1950884/1959888
[pid=3733] ppid=3731 vsize=2416 CPUtime=0.01
/proc/3733/stat : 3733 (SatELiteGTI) S 3731 3733 10114 0 -1 4194304 387 859 0 0 0 0 1 0 25 0 1 0 1012474488 2473984 278 4294967295 134512640 135169312 3214810416 3214806632 3085913838 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/3733/statm: 604 278 235 161 0 43 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2416

[startup+1.5085 s]
/proc/loadavg: 0.97 1.01 1.00 3/95 3739
/proc/meminfo: memFree=1462424/2074464 swapFree=1950884/1959888
[pid=3733] ppid=3731 vsize=2416 CPUtime=0.01
/proc/3733/stat : 3733 (SatELiteGTI) S 3731 3733 10114 0 -1 4194304 387 859 0 0 0 0 1 0 25 0 1 0 1012474488 2473984 278 4294967295 134512640 135169312 3214810416 3214806632 3085913838 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/3733/statm: 604 278 235 161 0 43 0
[pid=3739] ppid=3733 vsize=2692 CPUtime=1.49
/proc/3739/stat : 3739 (minisat_static) R 3733 3733 10114 0 -1 4202496 360 0 0 0 149 0 0 0 25 0 1 0 1012474489 2756608 295 4294967295 134512640 135216011 3218258128 3218256480 134527406 0 0 0 3 0 0 0 17 0 0 0 0
/proc/3739/statm: 673 295 71 172 0 500 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 5108

[startup+3.10843 s]
/proc/loadavg: 0.97 1.01 1.00 3/95 3739
/proc/meminfo: memFree=1462424/2074464 swapFree=1950884/1959888
[pid=3733] ppid=3731 vsize=2416 CPUtime=0.01
/proc/3733/stat : 3733 (SatELiteGTI) S 3731 3733 10114 0 -1 4194304 387 859 0 0 0 0 1 0 25 0 1 0 1012474488 2473984 278 4294967295 134512640 135169312 3214810416 3214806632 3085913838 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/3733/statm: 604 278 235 161 0 43 0
[pid=3739] ppid=3733 vsize=2824 CPUtime=3.09
/proc/3739/stat : 3739 (minisat_static) R 3733 3733 10114 0 -1 4202496 404 0 0 0 309 0 0 0 25 0 1 0 1012474489 2891776 339 4294967295 134512640 135216011 3218258128 3218256480 134527425 0 0 0 3 0 0 0 17 0 0 0 0
/proc/3739/statm: 706 339 71 172 0 533 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 5240

[startup+6.30827 s]
/proc/loadavg: 0.97 1.01 1.00 3/95 3739
/proc/meminfo: memFree=1462332/2074464 swapFree=1950884/1959888
[pid=3733] ppid=3731 vsize=2416 CPUtime=0.01
/proc/3733/stat : 3733 (SatELiteGTI) S 3731 3733 10114 0 -1 4194304 387 859 0 0 0 0 1 0 25 0 1 0 1012474488 2473984 278 4294967295 134512640 135169312 3214810416 3214806632 3085913838 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/3733/statm: 604 278 235 161 0 43 0
[pid=3739] ppid=3733 vsize=3088 CPUtime=6.29
/proc/3739/stat : 3739 (minisat_static) R 3733 3733 10114 0 -1 4202496 473 0 0 0 629 0 0 0 25 0 1 0 1012474489 3162112 408 4294967295 134512640 135216011 3218258128 3218256592 134540636 0 0 0 3 0 0 0 17 0 0 0 0
/proc/3739/statm: 772 408 71 172 0 599 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 5504

[startup+12.708 s]
/proc/loadavg: 0.97 1.01 1.00 4/95 3739
/proc/meminfo: memFree=1462124/2074464 swapFree=1950884/1959888
[pid=3733] ppid=3731 vsize=2416 CPUtime=0.01
/proc/3733/stat : 3733 (SatELiteGTI) S 3731 3733 10114 0 -1 4194304 387 859 0 0 0 0 1 0 25 0 1 0 1012474488 2473984 278 4294967295 134512640 135169312 3214810416 3214806632 3085913838 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/3733/statm: 604 278 235 161 0 43 0
[pid=3739] ppid=3733 vsize=3220 CPUtime=12.69
/proc/3739/stat : 3739 (minisat_static) R 3733 3733 10114 0 -1 4202496 511 0 0 0 1268 1 0 0 25 0 1 0 1012474489 3297280 446 4294967295 134512640 135216011 3218258128 3218256480 134527957 0 0 0 3 0 0 0 17 0 0 0 0
/proc/3739/statm: 805 446 71 172 0 632 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 5636

[startup+25.5073 s]
/proc/loadavg: 0.98 1.01 1.00 3/95 3741
/proc/meminfo: memFree=1461600/2074464 swapFree=1950884/1959888
[pid=3733] ppid=3731 vsize=2416 CPUtime=0.01
/proc/3733/stat : 3733 (SatELiteGTI) S 3731 3733 10114 0 -1 4194304 387 859 0 0 0 0 1 0 25 0 1 0 1012474488 2473984 278 4294967295 134512640 135169312 3214810416 3214806632 3085913838 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/3733/statm: 604 278 235 161 0 43 0
[pid=3739] ppid=3733 vsize=3624 CPUtime=25.49
/proc/3739/stat : 3739 (minisat_static) R 3733 3733 10114 0 -1 4202496 615 0 0 0 2548 1 0 0 25 0 1 0 1012474489 3710976 550 4294967295 134512640 135216011 3218258128 3218256592 134541304 0 0 0 3 0 0 0 17 0 0 0 0
/proc/3739/statm: 906 550 71 172 0 733 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 6040

[startup+51.1161 s]
/proc/loadavg: 0.99 1.01 1.00 2/95 3931
/proc/meminfo: memFree=1460768/2074464 swapFree=1950884/1959888
[pid=3733] ppid=3731 vsize=2416 CPUtime=0.01
/proc/3733/stat : 3733 (SatELiteGTI) S 3731 3733 10114 0 -1 4194304 387 859 0 0 0 0 1 0 25 0 1 0 1012474488 2473984 278 4294967295 134512640 135169312 3214810416 3214806632 3085913838 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/3733/statm: 604 278 235 161 0 43 0
[pid=3739] ppid=3733 vsize=4024 CPUtime=51.1
/proc/3739/stat : 3739 (minisat_static) R 3733 3733 10114 0 -1 4202496 695 0 0 0 5109 1 0 0 25 0 1 0 1012474489 4120576 630 4294967295 134512640 135216011 3218258128 3218256480 134527301 0 0 0 3 0 0 0 17 0 0 0 0
/proc/3739/statm: 1006 630 71 172 0 833 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 6440

[startup+102.314 s]
/proc/loadavg: 0.99 1.00 1.00 3/95 4120
/proc/meminfo: memFree=1459816/2074464 swapFree=1950884/1959888
[pid=3733] ppid=3731 vsize=2416 CPUtime=0.01
/proc/3733/stat : 3733 (SatELiteGTI) S 3731 3733 10114 0 -1 4194304 387 859 0 0 0 0 1 0 25 0 1 0 1012474488 2473984 278 4294967295 134512640 135169312 3214810416 3214806632 3085913838 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/3733/statm: 604 278 235 161 0 43 0
[pid=3739] ppid=3733 vsize=4560 CPUtime=102.3
/proc/3739/stat : 3739 (minisat_static) R 3733 3733 10114 0 -1 4202496 823 0 0 0 10229 1 0 0 25 0 1 0 1012474489 4669440 758 4294967295 134512640 135216011 3218258128 3218256432 134531912 0 0 0 3 0 0 0 17 0 0 0 0
/proc/3739/statm: 1140 758 71 172 0 967 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 6976

[startup+162.321 s]
/proc/loadavg: 0.99 1.00 1.00 3/95 4307
/proc/meminfo: memFree=1459560/2074464 swapFree=1950884/1959888
[pid=3733] ppid=3731 vsize=2416 CPUtime=0.01
/proc/3733/stat : 3733 (SatELiteGTI) S 3731 3733 10114 0 -1 4194304 387 859 0 0 0 0 1 0 25 0 1 0 1012474488 2473984 278 4294967295 134512640 135169312 3214810416 3214806632 3085913838 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/3733/statm: 604 278 235 161 0 43 0
[pid=3739] ppid=3733 vsize=4692 CPUtime=162.31
/proc/3739/stat : 3739 (minisat_static) R 3733 3733 10114 0 -1 4202496 881 0 0 0 16223 8 0 0 25 0 1 0 1012474489 4804608 816 4294967295 134512640 135216011 3218258128 3218256480 134527395 0 0 0 3 0 0 0 17 0 0 0 0
/proc/3739/statm: 1173 816 71 172 0 1000 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 7108

[startup+222.318 s]
/proc/loadavg: 1.06 1.02 1.00 2/95 4496
/proc/meminfo: memFree=1459064/2074464 swapFree=1950884/1959888
[pid=3733] ppid=3731 vsize=2416 CPUtime=0.01
/proc/3733/stat : 3733 (SatELiteGTI) S 3731 3733 10114 0 -1 4194304 387 859 0 0 0 0 1 0 25 0 1 0 1012474488 2473984 278 4294967295 134512640 135169312 3214810416 3214806632 3085913838 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/3733/statm: 604 278 235 161 0 43 0
[pid=3739] ppid=3733 vsize=4956 CPUtime=222.31
/proc/3739/stat : 3739 (minisat_static) R 3733 3733 10114 0 -1 4202496 944 0 0 0 22223 8 0 0 25 0 1 0 1012474489 5074944 879 4294967295 134512640 135216011 3218258128 3218256480 134527289 0 0 0 3 0 0 0 17 0 0 0 0
/proc/3739/statm: 1239 879 71 172 0 1066 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 7372

[startup+282.325 s]
/proc/loadavg: 1.02 1.01 1.00 2/95 4684
/proc/meminfo: memFree=1459204/2074464 swapFree=1950884/1959888
[pid=3733] ppid=3731 vsize=2416 CPUtime=0.01
/proc/3733/stat : 3733 (SatELiteGTI) S 3731 3733 10114 0 -1 4194304 387 859 0 0 0 0 1 0 25 0 1 0 1012474488 2473984 278 4294967295 134512640 135169312 3214810416 3214806632 3085913838 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/3733/statm: 604 278 235 161 0 43 0
[pid=3739] ppid=3733 vsize=5088 CPUtime=282.32
/proc/3739/stat : 3739 (minisat_static) R 3733 3733 10114 0 -1 4202496 980 0 0 0 28224 8 0 0 25 0 1 0 1012474489 5210112 915 4294967295 134512640 135216011 3218258128 3218256480 134527303 0 0 0 3 0 0 0 17 0 0 0 0
/proc/3739/statm: 1272 915 71 172 0 1099 0
Current children cumulated CPU time (s) 282.33
Current children cumulated vsize (KiB) 7504

[startup+342.322 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 4874
/proc/meminfo: memFree=1458884/2074464 swapFree=1950884/1959888
[pid=3733] ppid=3731 vsize=2416 CPUtime=0.01
/proc/3733/stat : 3733 (SatELiteGTI) S 3731 3733 10114 0 -1 4194304 387 859 0 0 0 0 1 0 25 0 1 0 1012474488 2473984 278 4294967295 134512640 135169312 3214810416 3214806632 3085913838 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/3733/statm: 604 278 235 161 0 43 0
[pid=3739] ppid=3733 vsize=5528 CPUtime=342.32
/proc/3739/stat : 3739 (minisat_static) R 3733 3733 10114 0 -1 4202496 1063 0 0 0 34224 8 0 0 25 0 1 0 1012474489 5660672 998 4294967295 134512640 135216011 3218258128 3218256480 134527557 0 0 0 3 0 0 0 17 0 0 0 0
/proc/3739/statm: 1382 998 71 172 0 1209 0
Current children cumulated CPU time (s) 342.33
Current children cumulated vsize (KiB) 7944

[startup+402.319 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 5061
/proc/meminfo: memFree=1458816/2074464 swapFree=1950884/1959888
[pid=3733] ppid=3731 vsize=2416 CPUtime=0.01
/proc/3733/stat : 3733 (SatELiteGTI) S 3731 3733 10114 0 -1 4194304 387 859 0 0 0 0 1 0 25 0 1 0 1012474488 2473984 278 4294967295 134512640 135169312 3214810416 3214806632 3085913838 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/3733/statm: 604 278 235 161 0 43 0
[pid=3739] ppid=3733 vsize=5528 CPUtime=402.32
/proc/3739/stat : 3739 (minisat_static) R 3733 3733 10114 0 -1 4202496 1087 0 0 0 40224 8 0 0 25 0 1 0 1012474489 5660672 1022 4294967295 134512640 135216011 3218258128 3218256272 134535976 0 0 0 3 0 0 0 17 0 0 0 0
/proc/3739/statm: 1382 1022 71 172 0 1209 0
Current children cumulated CPU time (s) 402.33

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

/proc/3739/statm: 1527 1146 71 172 0 1354 0
Current children cumulated CPU time (s) 582.33
Current children cumulated vsize (KiB) 8524

[startup+642.318 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 5819
/proc/meminfo: memFree=1458040/2074464 swapFree=1950884/1959888
[pid=3733] ppid=3731 vsize=2416 CPUtime=0.01
/proc/3733/stat : 3733 (SatELiteGTI) S 3731 3733 10114 0 -1 4194304 387 859 0 0 0 0 1 0 25 0 1 0 1012474488 2473984 278 4294967295 134512640 135169312 3214810416 3214806632 3085913838 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/3733/statm: 604 278 235 161 0 43 0
[pid=3739] ppid=3733 vsize=6108 CPUtime=642.33
/proc/3739/stat : 3739 (minisat_static) R 3733 3733 10114 0 -1 4202496 1223 0 0 0 64224 9 0 0 25 0 1 0 1012474489 6254592 1158 4294967295 134512640 135216011 3218258128 3218256480 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/3739/statm: 1527 1158 71 172 0 1354 0
Current children cumulated CPU time (s) 642.34
Current children cumulated vsize (KiB) 8524

[startup+702.315 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 6006
/proc/meminfo: memFree=1457940/2074464 swapFree=1950884/1959888
[pid=3733] ppid=3731 vsize=2416 CPUtime=0.01
/proc/3733/stat : 3733 (SatELiteGTI) S 3731 3733 10114 0 -1 4194304 387 859 0 0 0 0 1 0 25 0 1 0 1012474488 2473984 278 4294967295 134512640 135169312 3214810416 3214806632 3085913838 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/3733/statm: 604 278 235 161 0 43 0
[pid=3739] ppid=3733 vsize=6108 CPUtime=702.33
/proc/3739/stat : 3739 (minisat_static) R 3733 3733 10114 0 -1 4202496 1225 0 0 0 70224 9 0 0 25 0 1 0 1012474489 6254592 1160 4294967295 134512640 135216011 3218258128 3218256480 134527395 0 0 0 3 0 0 0 17 0 0 0 0
/proc/3739/statm: 1527 1160 71 172 0 1354 0
Current children cumulated CPU time (s) 702.34
Current children cumulated vsize (KiB) 8524

[startup+762.312 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 6193
/proc/meminfo: memFree=1457800/2074464 swapFree=1950884/1959888
[pid=3733] ppid=3731 vsize=2416 CPUtime=0.01
/proc/3733/stat : 3733 (SatELiteGTI) S 3731 3733 10114 0 -1 4194304 387 859 0 0 0 0 1 0 25 0 1 0 1012474488 2473984 278 4294967295 134512640 135169312 3214810416 3214806632 3085913838 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/3733/statm: 604 278 235 161 0 43 0
[pid=3739] ppid=3733 vsize=6360 CPUtime=762.33
/proc/3739/stat : 3739 (minisat_static) R 3733 3733 10114 0 -1 4202496 1274 0 0 0 76223 10 0 0 25 0 1 0 1012474489 6512640 1209 4294967295 134512640 135216011 3218258128 3218256480 134527559 0 0 0 3 0 0 0 17 0 0 0 0
/proc/3739/statm: 1590 1209 71 172 0 1417 0
Current children cumulated CPU time (s) 762.34
Current children cumulated vsize (KiB) 8776

[startup+822.309 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 6386
/proc/meminfo: memFree=1457916/2074464 swapFree=1950884/1959888
[pid=3733] ppid=3731 vsize=2416 CPUtime=0.01
/proc/3733/stat : 3733 (SatELiteGTI) S 3731 3733 10114 0 -1 4194304 387 859 0 0 0 0 1 0 25 0 1 0 1012474488 2473984 278 4294967295 134512640 135169312 3214810416 3214806632 3085913838 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/3733/statm: 604 278 235 161 0 43 0
[pid=3739] ppid=3733 vsize=6352 CPUtime=822.33
/proc/3739/stat : 3739 (minisat_static) R 3733 3733 10114 0 -1 4202496 1276 0 0 0 82223 10 0 0 25 0 1 0 1012474489 6504448 1211 4294967295 134512640 135216011 3218258128 3218256480 134527406 0 0 0 3 0 0 0 17 0 0 0 0
/proc/3739/statm: 1588 1211 71 172 0 1415 0
Current children cumulated CPU time (s) 822.34
Current children cumulated vsize (KiB) 8768

[startup+882.316 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 6574
/proc/meminfo: memFree=1457924/2074464 swapFree=1950884/1959888
[pid=3733] ppid=3731 vsize=2416 CPUtime=0.01
/proc/3733/stat : 3733 (SatELiteGTI) S 3731 3733 10114 0 -1 4194304 387 859 0 0 0 0 1 0 25 0 1 0 1012474488 2473984 278 4294967295 134512640 135169312 3214810416 3214806632 3085913838 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/3733/statm: 604 278 235 161 0 43 0
[pid=3739] ppid=3733 vsize=6352 CPUtime=882.34
/proc/3739/stat : 3739 (minisat_static) R 3733 3733 10114 0 -1 4202496 1278 0 0 0 88224 10 0 0 25 0 1 0 1012474489 6504448 1213 4294967295 134512640 135216011 3218258128 3218256480 134527376 0 0 0 3 0 0 0 17 0 0 0 0
/proc/3739/statm: 1588 1213 71 172 0 1415 0
Current children cumulated CPU time (s) 882.35
Current children cumulated vsize (KiB) 8768

[startup+942.313 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 6762
/proc/meminfo: memFree=1457784/2074464 swapFree=1950884/1959888
[pid=3733] ppid=3731 vsize=2416 CPUtime=0.01
/proc/3733/stat : 3733 (SatELiteGTI) S 3731 3733 10114 0 -1 4194304 387 859 0 0 0 0 1 0 25 0 1 0 1012474488 2473984 278 4294967295 134512640 135169312 3214810416 3214806632 3085913838 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/3733/statm: 604 278 235 161 0 43 0
[pid=3739] ppid=3733 vsize=6352 CPUtime=942.34
/proc/3739/stat : 3739 (minisat_static) R 3733 3733 10114 0 -1 4202496 1291 0 0 0 94220 14 0 0 25 0 1 0 1012474489 6504448 1226 4294967295 134512640 135216011 3218258128 3218256272 134536477 0 0 0 3 0 0 0 17 0 0 0 0
/proc/3739/statm: 1588 1226 71 172 0 1415 0
Current children cumulated CPU time (s) 942.35
Current children cumulated vsize (KiB) 8768

[startup+1002.32 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 6949
/proc/meminfo: memFree=1457924/2074464 swapFree=1950884/1959888
[pid=3733] ppid=3731 vsize=2416 CPUtime=0.01
/proc/3733/stat : 3733 (SatELiteGTI) S 3731 3733 10114 0 -1 4194304 387 859 0 0 0 0 1 0 25 0 1 0 1012474488 2473984 278 4294967295 134512640 135169312 3214810416 3214806632 3085913838 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/3733/statm: 604 278 235 161 0 43 0
[pid=3739] ppid=3733 vsize=6352 CPUtime=1002.35
/proc/3739/stat : 3739 (minisat_static) R 3733 3733 10114 0 -1 4202496 1292 0 0 0 100221 14 0 0 25 0 1 0 1012474489 6504448 1227 4294967295 134512640 135216011 3218258128 3218256480 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/3739/statm: 1588 1227 71 172 0 1415 0
Current children cumulated CPU time (s) 1002.36
Current children cumulated vsize (KiB) 8768

[startup+1062.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 7136
/proc/meminfo: memFree=1457932/2074464 swapFree=1950884/1959888
[pid=3733] ppid=3731 vsize=2416 CPUtime=0.01
/proc/3733/stat : 3733 (SatELiteGTI) S 3731 3733 10114 0 -1 4194304 387 859 0 0 0 0 1 0 25 0 1 0 1012474488 2473984 278 4294967295 134512640 135169312 3214810416 3214806632 3085913838 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/3733/statm: 604 278 235 161 0 43 0
[pid=3739] ppid=3733 vsize=6352 CPUtime=1062.34
/proc/3739/stat : 3739 (minisat_static) R 3733 3733 10114 0 -1 4202496 1292 0 0 0 106220 14 0 0 25 0 1 0 1012474489 6504448 1227 4294967295 134512640 135216011 3218258128 3218256480 134527957 0 0 0 3 0 0 0 17 0 0 0 0
/proc/3739/statm: 1588 1227 71 172 0 1415 0
Current children cumulated CPU time (s) 1062.35
Current children cumulated vsize (KiB) 8768

[startup+1122.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 7329
/proc/meminfo: memFree=1457816/2074464 swapFree=1950884/1959888
[pid=3733] ppid=3731 vsize=2416 CPUtime=0.01
/proc/3733/stat : 3733 (SatELiteGTI) S 3731 3733 10114 0 -1 4194304 387 859 0 0 0 0 1 0 25 0 1 0 1012474488 2473984 278 4294967295 134512640 135169312 3214810416 3214806632 3085913838 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/3733/statm: 604 278 235 161 0 43 0
[pid=3739] ppid=3733 vsize=6352 CPUtime=1122.35
/proc/3739/stat : 3739 (minisat_static) R 3733 3733 10114 0 -1 4202496 1292 0 0 0 112221 14 0 0 25 0 1 0 1012474489 6504448 1227 4294967295 134512640 135216011 3218258128 3218256432 134531624 0 0 0 3 0 0 0 17 0 0 0 0
/proc/3739/statm: 1588 1227 71 172 0 1415 0
Current children cumulated CPU time (s) 1122.36
Current children cumulated vsize (KiB) 8768

[startup+1182.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 7517
/proc/meminfo: memFree=1457684/2074464 swapFree=1950884/1959888
[pid=3733] ppid=3731 vsize=2416 CPUtime=0.01
/proc/3733/stat : 3733 (SatELiteGTI) S 3731 3733 10114 0 -1 4194304 387 859 0 0 0 0 1 0 25 0 1 0 1012474488 2473984 278 4294967295 134512640 135169312 3214810416 3214806632 3085913838 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/3733/statm: 604 278 235 161 0 43 0
[pid=3739] ppid=3733 vsize=6480 CPUtime=1182.35
/proc/3739/stat : 3739 (minisat_static) R 3733 3733 10114 0 -1 4202496 1310 0 0 0 118221 14 0 0 25 0 1 0 1012474489 6635520 1245 4294967295 134512640 135216011 3218258128 3218256480 134527406 0 0 0 3 0 0 0 17 0 0 0 0
/proc/3739/statm: 1620 1245 71 172 0 1447 0
Current children cumulated CPU time (s) 1182.36
Current children cumulated vsize (KiB) 8896



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.02 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 7518
/proc/meminfo: memFree=1457904/2074464 swapFree=1950884/1959888
[pid=3733] ppid=3731 vsize=2416 CPUtime=0.01
/proc/3733/stat : 3733 (SatELiteGTI) S 3731 3733 10114 0 -1 4194304 387 859 0 0 0 0 1 0 25 0 1 0 1012474488 2473984 278 4294967295 134512640 135169312 3214810416 3214806632 3085913838 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/3733/statm: 604 278 235 161 0 43 0
[pid=3739] ppid=3733 vsize=6480 CPUtime=1200.06
/proc/3739/stat : 3739 (minisat_static) R 3733 3733 10114 0 -1 4202496 1310 0 0 0 119991 15 0 0 25 0 1 0 1012474489 6635520 1245 4294967295 134512640 135216011 3218258128 3218256480 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/3739/statm: 1620 1245 71 172 0 1447 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 8896

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

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

[startup+1200.02 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 7518
/proc/meminfo: memFree=1457904/2074464 swapFree=1950884/1959888
[pid=3733] ppid=3731 vsize=2416 CPUtime=0.01
/proc/3733/stat : 3733 (SatELiteGTI) S 3731 3733 10114 0 -1 4194304 387 859 0 0 0 0 1 0 25 0 1 0 1012474488 2473984 278 4294967295 134512640 135169312 3214810416 3214806632 3085913838 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/3733/statm: 604 278 235 161 0 43 0
[pid=3739] ppid=3733 vsize=6480 CPUtime=1200.06
/proc/3739/stat : 3739 (minisat_static) R 3733 3733 10114 0 -1 4202496 1310 0 0 0 119991 15 0 0 25 0 1 0 1012474489 6635520 1245 4294967295 134512640 135216011 3218258128 3218256480 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/3739/statm: 1620 1245 71 172 0 1447 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 8896

Child status: 143

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

Real time (s): 1200.03
CPU time (s): 1200.07
CPU user time (s): 1199.92
CPU system time (s): 0.15
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 8900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.92
system time used= 0.15
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2831
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= 20
involuntary context switches= 690

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi13 at 2009-05-16 15:15:37
IDJOB=1820816
IDBENCH=69602
IDSOLVER=661
FILE ID=tipi13/1820816-1242479737
PBS_JOBID=
Free space on /tmp= 7279 MiB

SOLVER NAME= BinMiniSat 2009-03-21
BENCH NAME= SAT_RACE08/cnf/aloul-chnl11-13.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1820816-1242479737/watcher-1820816-1242479737 -o /tmp/evaluation-result-1820816-1242479737/solver-1820816-1242479737 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1820816-1242479737.cnf

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

MD5SUM BENCH= c7162bc1ddb6d2592f237fef1b04b5ce
RANDOM SEED= 1225710177

Linux tipi13 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.475
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.37

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

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.475
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:       1463620 kB
Buffers:         38228 kB
Cached:         480560 kB
SwapCached:       3452 kB
Active:         302732 kB
Inactive:       225572 kB
HighTotal:     1178688 kB
HighFree:       722188 kB
LowTotal:       895776 kB
LowFree:        741432 kB
SwapTotal:     1959888 kB
SwapFree:      1950884 kB
Dirty:            1692 kB
Writeback:           0 kB
AnonPages:        8728 kB
Mapped:           3168 kB
Slab:            74072 kB
PageTables:        456 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    90600 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 7279 MiB
End job on tipi13 at 2009-05-16 15:35:37