Trace number 1821950

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.12 1200.06

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.53/0.55	c ==============================================================================
0.53/0.55	c |           |     ORIGINAL     |              LEARNT              |          |
0.53/0.55	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.53/0.55	c ==============================================================================
0.53/0.55	c |         0 |  552411  1288959 |  165723       0        0     nan |  0.000 % |
3.63/3.69	c |         0 |  224311   892727 |      --       0       --      -- |     --   | -328093/-396215
3.63/3.70	c ==============================================================================
3.63/3.70	c Result  :   #vars: 29191   #clauses: 224311   #literals: 892727
3.63/3.70	c CPU time:   3.55 s
3.63/3.70	c ==============================================================================
3.93/4.01	This is MiniSat 2.0 beta
3.93/4.01	WARNING: for repeatability, setting FPU to use double precision
3.93/4.01	============================[ Problem Statistics ]=============================
3.93/4.01	|                                                                             |
3.93/4.01	|  Number of variables:  29191                                                |
3.93/4.01	|  Number of clauses:    224311                                               |
4.02/4.18	|  Parsing time:         0.17         s                                       |
4.02/4.20	============================[ Search Statistics ]==============================
4.02/4.20	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.02/4.20	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.02/4.20	===============================================================================
4.02/4.20	|         0 |   29191   224311   892727 |    74770        0    nan |  0.000 % |
4.02/4.29	|       101 |   29191   224311   892727 |    82247      101      9 |  0.000 % |
4.33/4.34	|       252 |   29191   224311   892727 |    90472      252     12 |  0.000 % |
4.43/4.45	|       477 |   29191   224311   892727 |    99519      477     13 |  0.000 % |
4.63/4.63	|       814 |   29191   224311   892727 |   109471      814     19 |  0.000 % |
4.83/4.83	|      1320 |   29189   224311   892727 |   120418     1318     31 |  0.055 % |
5.13/5.14	|      2080 |   29188   224311   892727 |   132460     2077     33 |  0.076 % |
5.53/5.56	|      3219 |   29169   224187   892377 |   145706     3216     30 |  0.076 % |
5.93/5.94	|      4928 |   29161   224187   892377 |   160276     4924     28 |  0.144 % |
6.72/6.77	|      7492 |   29149   223755   890865 |   176304     7486     29 |  0.144 % |
7.41/7.49	|     11336 |   29142   223697   890664 |   193934    11328     36 |  0.171 % |
8.61/8.63	|     17104 |   29123   223615   890414 |   213328    17092     37 |  0.271 % |
11.01/11.04	|     25753 |   29113   223615   890414 |   234661    25738     38 |  0.323 % |
15.18/15.22	|     38730 |   29097   223056   888403 |   258127    38708     46 |  0.322 % |
21.58/21.71	|     58191 |   29097   223056   888403 |   283940    58169     48 |  0.322 % |
34.78/34.86	|     87383 |   29092   223030   888327 |   312334    87358     47 |  0.339 % |
54.58/54.70	|    131172 |   29092   223023   888310 |   343567   131146     48 |  0.349 % |
96.59/96.70	|    196856 |   29072   222811   887569 |   377924   196823     46 |  0.586 % |
202.89/202.96	|    295382 |   29072   222811   887569 |   415716   295349     49 |  0.586 % |
440.72/440.80	|    443173 |   28963   219196   875268 |   457288    63080     33 |  0.781 % |
740.14/740.20	|    664858 |   28954   218994   874490 |   503017   284761     73 |  0.812 % |
1200.09/1200.04	HOME/SatELiteGTI: line 36: 15026 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-1821950-1242582543/watcher-1821950-1242582543 -o /tmp/evaluation-result-1821950-1242582543/solver-1821950-1242582543 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821950-1242582543.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: 1.01 1.02 1.00 3/93 15020
/proc/meminfo: memFree=713624/2074464 swapFree=1949056/1959888
[pid=15020] ppid=15018 vsize=2412 CPUtime=0.01
/proc/15020/stat : 15020 (SatELiteGTI) S 15018 15020 14060 0 -1 4194304 368 649 0 0 0 1 0 0 18 0 1 0 1022751567 2469888 277 4294967295 134512640 135169312 3215007072 3215005608 3085561582 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/15020/statm: 603 277 235 161 0 42 0
[pid=15024] ppid=15020 vsize=952 CPUtime=0
/proc/15024/stat : 15024 (SatELite_releas) R 15020 15020 14060 0 -1 4202496 114 0 0 0 0 0 0 0 20 0 1 0 1022751567 974848 50 4294967295 134512640 135223648 3217358736 3217357640 134736942 0 0 0 3 0 0 0 17 1 0 0 0
/proc/15024/statm: 239 54 44 174 0 64 0

[startup+0.060191 s]
/proc/loadavg: 1.01 1.02 1.00 3/93 15020
/proc/meminfo: memFree=713624/2074464 swapFree=1949056/1959888
[pid=15020] ppid=15018 vsize=2412 CPUtime=0.01
/proc/15020/stat : 15020 (SatELiteGTI) S 15018 15020 14060 0 -1 4194304 368 649 0 0 0 1 0 0 18 0 1 0 1022751567 2469888 277 4294967295 134512640 135169312 3215007072 3215005608 3085561582 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/15020/statm: 603 277 235 161 0 42 0
[pid=15024] ppid=15020 vsize=9672 CPUtime=0.06
/proc/15024/stat : 15024 (SatELite_releas) R 15020 15020 14060 0 -1 4202496 2087 0 0 0 5 1 0 0 20 0 1 0 1022751567 9904128 2023 4294967295 134512640 135223648 3217358736 3217357688 134737310 0 0 0 3 0 0 0 17 1 0 0 0
/proc/15024/statm: 2418 2025 46 174 0 2243 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 12084

[startup+0.120184 s]
/proc/loadavg: 1.01 1.02 1.00 3/93 15020
/proc/meminfo: memFree=713624/2074464 swapFree=1949056/1959888
[pid=15020] ppid=15018 vsize=2412 CPUtime=0.01
/proc/15020/stat : 15020 (SatELiteGTI) S 15018 15020 14060 0 -1 4194304 368 649 0 0 0 1 0 0 18 0 1 0 1022751567 2469888 277 4294967295 134512640 135169312 3215007072 3215005608 3085561582 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/15020/statm: 603 277 235 161 0 42 0
[pid=15024] ppid=15020 vsize=18748 CPUtime=0.12
/proc/15024/stat : 15024 (SatELite_releas) R 15020 15020 14060 0 -1 4202496 4117 0 0 0 10 2 0 0 20 0 1 0 1022751567 19197952 4053 4294967295 134512640 135223648 3217358736 3217357320 134719062 0 0 0 3 0 0 0 17 1 0 0 0
/proc/15024/statm: 4687 4053 46 174 0 4512 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 21160

[startup+0.320166 s]
/proc/loadavg: 1.01 1.02 1.00 3/93 15020
/proc/meminfo: memFree=713624/2074464 swapFree=1949056/1959888
[pid=15020] ppid=15018 vsize=2412 CPUtime=0.01
/proc/15020/stat : 15020 (SatELiteGTI) S 15018 15020 14060 0 -1 4194304 368 649 0 0 0 1 0 0 18 0 1 0 1022751567 2469888 277 4294967295 134512640 135169312 3215007072 3215005608 3085561582 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/15020/statm: 603 277 235 161 0 42 0
[pid=15024] ppid=15020 vsize=43552 CPUtime=0.32
/proc/15024/stat : 15024 (SatELite_releas) R 15020 15020 14060 0 -1 4202496 10590 0 0 0 28 4 0 0 21 0 1 0 1022751567 44597248 10526 4294967295 134512640 135223648 3217358736 3217357320 134719062 0 0 0 3 0 0 0 17 1 0 0 0
/proc/15024/statm: 10888 10527 46 174 0 10713 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 45964

[startup+0.720131 s]
/proc/loadavg: 1.01 1.02 1.00 3/93 15020
/proc/meminfo: memFree=713624/2074464 swapFree=1949056/1959888
[pid=15020] ppid=15018 vsize=2412 CPUtime=0.01
/proc/15020/stat : 15020 (SatELiteGTI) S 15018 15020 14060 0 -1 4194304 368 649 0 0 0 1 0 0 18 0 1 0 1022751567 2469888 277 4294967295 134512640 135169312 3215007072 3215005608 3085561582 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/15020/statm: 603 277 235 161 0 42 0
[pid=15024] ppid=15020 vsize=86936 CPUtime=0.72
/proc/15024/stat : 15024 (SatELite_releas) R 15020 15020 14060 0 -1 4202496 20277 0 0 0 63 9 0 0 22 0 1 0 1022751567 89022464 18680 4294967295 134512640 135223648 3217358736 3217356736 134547997 0 0 0 3 0 0 0 17 1 0 0 0
/proc/15024/statm: 21734 18680 73 174 0 21559 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 89348

[startup+1.52006 s]
/proc/loadavg: 1.01 1.02 1.00 2/95 15025
/proc/meminfo: memFree=635372/2074464 swapFree=1949056/1959888
[pid=15020] ppid=15018 vsize=2412 CPUtime=0.01
/proc/15020/stat : 15020 (SatELiteGTI) S 15018 15020 14060 0 -1 4194304 368 649 0 0 0 1 0 0 18 0 1 0 1022751567 2469888 277 4294967295 134512640 135169312 3215007072 3215005608 3085561582 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/15020/statm: 603 277 235 161 0 42 0
[pid=15024] ppid=15020 vsize=90720 CPUtime=1.52
/proc/15024/stat : 15024 (SatELite_releas) R 15020 15020 14060 0 -1 4202496 21092 0 0 0 141 11 0 0 25 0 1 0 1022751567 92897280 19495 4294967295 134512640 135223648 3217358736 3217356800 134546390 0 0 0 3 0 0 0 17 1 0 0 0
/proc/15024/statm: 22680 19495 73 174 0 22505 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 93132

[startup+3.11992 s]
/proc/loadavg: 1.01 1.02 1.00 2/95 15025
/proc/meminfo: memFree=622972/2074464 swapFree=1949056/1959888
[pid=15020] ppid=15018 vsize=2412 CPUtime=0.01
/proc/15020/stat : 15020 (SatELiteGTI) S 15018 15020 14060 0 -1 4194304 368 649 0 0 0 1 0 0 18 0 1 0 1022751567 2469888 277 4294967295 134512640 135169312 3215007072 3215005608 3085561582 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/15020/statm: 603 277 235 161 0 42 0
[pid=15024] ppid=15020 vsize=95188 CPUtime=3.12
/proc/15024/stat : 15024 (SatELite_releas) R 15020 15020 14060 0 -1 4202496 22281 0 0 0 299 13 0 0 25 0 1 0 1022751567 97472512 20503 4294967295 134512640 135223648 3217358736 3217356832 134595815 0 0 0 3 0 0 0 17 1 0 0 0
/proc/15024/statm: 23797 20503 73 174 0 23622 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 97600

[startup+6.31965 s]
/proc/loadavg: 1.01 1.02 1.00 2/95 15026
/proc/meminfo: memFree=676920/2074464 swapFree=1949056/1959888
[pid=15020] ppid=15018 vsize=2416 CPUtime=4.02
/proc/15020/stat : 15020 (SatELiteGTI) S 15018 15020 14060 0 -1 4194304 388 24826 0 0 0 1 385 16 18 0 1 0 1022751567 2473984 278 4294967295 134512640 135169312 3215007072 3215003288 3085561582 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/15020/statm: 604 278 235 161 0 43 0
[pid=15026] ppid=15020 vsize=17092 CPUtime=2.31
/proc/15026/stat : 15026 (minisat_static) R 15020 15020 14060 0 -1 4202496 4080 0 0 0 229 2 0 0 25 0 1 0 1022751969 17502208 3984 4294967295 134512640 135216011 3215121872 3215120224 134527163 0 0 0 3 0 0 0 17 2 0 0 0
/proc/15026/statm: 4273 3984 71 172 0 4100 0
Current children cumulated CPU time (s) 6.33
Current children cumulated vsize (KiB) 19508

[startup+12.7191 s]
/proc/loadavg: 1.01 1.02 1.00 2/95 15033
/proc/meminfo: memFree=671280/2074464 swapFree=1949056/1959888
[pid=15020] ppid=15018 vsize=2416 CPUtime=4.02
/proc/15020/stat : 15020 (SatELiteGTI) S 15018 15020 14060 0 -1 4194304 388 24826 0 0 0 1 385 16 18 0 1 0 1022751567 2473984 278 4294967295 134512640 135169312 3215007072 3215003288 3085561582 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/15020/statm: 604 278 235 161 0 43 0
[pid=15026] ppid=15020 vsize=22984 CPUtime=8.68
/proc/15026/stat : 15026 (minisat_static) R 15020 15020 14060 0 -1 4202496 5545 0 0 0 862 6 0 0 25 0 1 0 1022751969 23535616 5449 4294967295 134512640 135216011 3215121872 3215120224 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/15026/statm: 5746 5449 71 172 0 5573 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 25400

[startup+25.518 s]
/proc/loadavg: 1.00 1.02 1.00 2/95 15033
/proc/meminfo: memFree=662696/2074464 swapFree=1949056/1959888
[pid=15020] ppid=15018 vsize=2416 CPUtime=4.02
/proc/15020/stat : 15020 (SatELiteGTI) S 15018 15020 14060 0 -1 4194304 388 24826 0 0 0 1 385 16 18 0 1 0 1022751567 2473984 278 4294967295 134512640 135169312 3215007072 3215003288 3085561582 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/15020/statm: 604 278 235 161 0 43 0
[pid=15026] ppid=15020 vsize=30980 CPUtime=21.46
/proc/15026/stat : 15026 (minisat_static) R 15020 15020 14060 0 -1 4202496 7547 0 0 0 2138 8 0 0 25 0 1 0 1022751969 31723520 7451 4294967295 134512640 135216011 3215121872 3215119952 134524268 0 0 0 3 0 0 0 17 2 0 0 0
/proc/15026/statm: 7745 7451 71 172 0 7572 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 33396

[startup+51.1158 s]
/proc/loadavg: 1.06 1.03 1.00 2/95 15033
/proc/meminfo: memFree=649576/2074464 swapFree=1949056/1959888
[pid=15020] ppid=15018 vsize=2416 CPUtime=4.02
/proc/15020/stat : 15020 (SatELiteGTI) S 15018 15020 14060 0 -1 4194304 388 24826 0 0 0 1 385 16 18 0 1 0 1022751567 2473984 278 4294967295 134512640 135169312 3215007072 3215003288 3085561582 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/15020/statm: 604 278 235 161 0 43 0
[pid=15026] ppid=15020 vsize=44392 CPUtime=47.06
/proc/15026/stat : 15026 (minisat_static) R 15020 15020 14060 0 -1 4202496 10885 0 0 0 4693 13 0 0 25 0 1 0 1022751969 45457408 10789 4294967295 134512640 135216011 3215121872 3215120224 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/15026/statm: 11098 10789 71 172 0 10925 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 46808

[startup+102.321 s]
/proc/loadavg: 1.03 1.03 1.00 2/95 15222
/proc/meminfo: memFree=631208/2074464 swapFree=1949056/1959888
[pid=15020] ppid=15018 vsize=2416 CPUtime=4.02
/proc/15020/stat : 15020 (SatELiteGTI) S 15018 15020 14060 0 -1 4194304 388 24826 0 0 0 1 385 16 18 0 1 0 1022751567 2473984 278 4294967295 134512640 135169312 3215007072 3215003288 3085561582 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/15020/statm: 604 278 235 161 0 43 0
[pid=15026] ppid=15020 vsize=61708 CPUtime=98.27
/proc/15026/stat : 15026 (minisat_static) R 15020 15020 14060 0 -1 4202496 15226 0 0 0 9811 16 0 0 25 0 1 0 1022751969 63188992 15130 4294967295 134512640 135216011 3215121872 3215120224 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/15026/statm: 15427 15130 71 172 0 15254 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 64124

[startup+162.306 s]
/proc/loadavg: 1.10 1.05 1.01 3/95 15415
/proc/meminfo: memFree=616668/2074464 swapFree=1949056/1959888
[pid=15020] ppid=15018 vsize=2416 CPUtime=4.02
/proc/15020/stat : 15020 (SatELiteGTI) S 15018 15020 14060 0 -1 4194304 388 24826 0 0 0 1 385 16 18 0 1 0 1022751567 2473984 278 4294967295 134512640 135169312 3215007072 3215003288 3085561582 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/15020/statm: 604 278 235 161 0 43 0
[pid=15026] ppid=15020 vsize=76620 CPUtime=158.26
/proc/15026/stat : 15026 (minisat_static) R 15020 15020 14060 0 -1 4202496 18908 0 0 0 15806 20 0 0 25 0 1 0 1022751969 78458880 18812 4294967295 134512640 135216011 3215121872 3215119952 134524258 0 0 0 3 0 0 0 17 2 0 0 0
/proc/15026/statm: 19155 18812 71 172 0 18982 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 79036

[startup+222.311 s]
/proc/loadavg: 1.04 1.04 1.00 2/95 15599
/proc/meminfo: memFree=604208/2074464 swapFree=1949056/1959888
[pid=15020] ppid=15018 vsize=2416 CPUtime=4.02
/proc/15020/stat : 15020 (SatELiteGTI) S 15018 15020 14060 0 -1 4194304 388 24826 0 0 0 1 385 16 18 0 1 0 1022751567 2473984 278 4294967295 134512640 135169312 3215007072 3215003288 3085561582 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/15020/statm: 604 278 235 161 0 43 0
[pid=15026] ppid=15020 vsize=89784 CPUtime=218.27
/proc/15026/stat : 15026 (minisat_static) R 15020 15020 14060 0 -1 4202496 22049 0 0 0 21806 21 0 0 25 0 1 0 1022751969 91938816 21953 4294967295 134512640 135216011 3215121872 3215120224 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/15026/statm: 22446 21953 71 172 0 22273 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 92200

[startup+282.306 s]
/proc/loadavg: 1.01 1.03 1.00 2/95 15788
/proc/meminfo: memFree=594280/2074464 swapFree=1949056/1959888
[pid=15020] ppid=15018 vsize=2416 CPUtime=4.02
/proc/15020/stat : 15020 (SatELiteGTI) S 15018 15020 14060 0 -1 4194304 388 24826 0 0 0 1 385 16 18 0 1 0 1022751567 2473984 278 4294967295 134512640 135169312 3215007072 3215003288 3085561582 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/15020/statm: 604 278 235 161 0 43 0
[pid=15026] ppid=15020 vsize=100100 CPUtime=278.27
/proc/15026/stat : 15026 (minisat_static) R 15020 15020 14060 0 -1 4202496 24631 0 0 0 27805 22 0 0 25 0 1 0 1022751969 102502400 24535 4294967295 134512640 135216011 3215121872 3215120224 134527283 0 0 0 3 0 0 0 17 2 0 0 0
/proc/15026/statm: 25025 24535 71 172 0 24852 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 102516

[startup+342.311 s]
/proc/loadavg: 1.00 1.02 1.00 3/95 15976
/proc/meminfo: memFree=587328/2074464 swapFree=1949056/1959888
[pid=15020] ppid=15018 vsize=2416 CPUtime=4.02
/proc/15020/stat : 15020 (SatELiteGTI) S 15018 15020 14060 0 -1 4194304 388 24826 0 0 0 1 385 16 18 0 1 0 1022751567 2473984 278 4294967295 134512640 135169312 3215007072 3215003288 3085561582 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/15020/statm: 604 278 235 161 0 43 0
[pid=15026] ppid=15020 vsize=106936 CPUtime=338.28
/proc/15026/stat : 15026 (minisat_static) R 15020 15020 14060 0 -1 4202496 26357 0 0 0 33804 24 0 0 25 0 1 0 1022751969 109502464 26261 4294967295 134512640 135216011 3215121872 3215120224 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/15026/statm: 26734 26261 71 172 0 26561 0
Current children cumulated CPU time (s) 342.3

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

/proc/15020/statm: 604 278 235 161 0 43 0
[pid=15026] ppid=15020 vsize=113680 CPUtime=458.3
/proc/15026/stat : 15026 (minisat_static) R 15020 15020 14060 0 -1 4202496 28020 0 0 0 45802 28 0 0 25 0 1 0 1022751969 116408320 27924 4294967295 134512640 135216011 3215121872 3215120224 134527474 0 0 0 3 0 0 0 17 2 0 0 0
/proc/15026/statm: 28420 27924 71 172 0 28247 0
Current children cumulated CPU time (s) 462.32
Current children cumulated vsize (KiB) 116096

[startup+522.315 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 16540
/proc/meminfo: memFree=580020/2074464 swapFree=1949056/1959888
[pid=15020] ppid=15018 vsize=2416 CPUtime=4.02
/proc/15020/stat : 15020 (SatELiteGTI) S 15018 15020 14060 0 -1 4194304 388 24826 0 0 0 1 385 16 18 0 1 0 1022751567 2473984 278 4294967295 134512640 135169312 3215007072 3215003288 3085561582 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/15020/statm: 604 278 235 161 0 43 0
[pid=15026] ppid=15020 vsize=113680 CPUtime=518.3
/proc/15026/stat : 15026 (minisat_static) R 15020 15020 14060 0 -1 4202496 28021 0 0 0 51802 28 0 0 25 0 1 0 1022751969 116408320 27925 4294967295 134512640 135216011 3215121872 3215120224 134527213 0 0 0 3 0 0 0 17 2 0 0 0
/proc/15026/statm: 28420 27925 71 172 0 28247 0
Current children cumulated CPU time (s) 522.32
Current children cumulated vsize (KiB) 116096

[startup+582.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 16733
/proc/meminfo: memFree=580136/2074464 swapFree=1949056/1959888
[pid=15020] ppid=15018 vsize=2416 CPUtime=4.02
/proc/15020/stat : 15020 (SatELiteGTI) S 15018 15020 14060 0 -1 4194304 388 24826 0 0 0 1 385 16 18 0 1 0 1022751567 2473984 278 4294967295 134512640 135169312 3215007072 3215003288 3085561582 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/15020/statm: 604 278 235 161 0 43 0
[pid=15026] ppid=15020 vsize=113680 CPUtime=578.3
/proc/15026/stat : 15026 (minisat_static) R 15020 15020 14060 0 -1 4202496 28023 0 0 0 57802 28 0 0 25 0 1 0 1022751969 116408320 27927 4294967295 134512640 135216011 3215121872 3215120224 134527283 0 0 0 3 0 0 0 17 2 0 0 0
/proc/15026/statm: 28420 27927 71 172 0 28247 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 116096

[startup+642.315 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 16921
/proc/meminfo: memFree=580136/2074464 swapFree=1949056/1959888
[pid=15020] ppid=15018 vsize=2416 CPUtime=4.02
/proc/15020/stat : 15020 (SatELiteGTI) S 15018 15020 14060 0 -1 4194304 388 24826 0 0 0 1 385 16 18 0 1 0 1022751567 2473984 278 4294967295 134512640 135169312 3215007072 3215003288 3085561582 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/15020/statm: 604 278 235 161 0 43 0
[pid=15026] ppid=15020 vsize=113680 CPUtime=638.31
/proc/15026/stat : 15026 (minisat_static) R 15020 15020 14060 0 -1 4202496 28025 0 0 0 63803 28 0 0 25 0 1 0 1022751969 116408320 27929 4294967295 134512640 135216011 3215121872 3215120016 134536553 0 0 0 3 0 0 0 17 2 0 0 0
/proc/15026/statm: 28420 27929 71 172 0 28247 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 116096

[startup+702.319 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 17110
/proc/meminfo: memFree=580020/2074464 swapFree=1949056/1959888
[pid=15020] ppid=15018 vsize=2416 CPUtime=4.02
/proc/15020/stat : 15020 (SatELiteGTI) S 15018 15020 14060 0 -1 4194304 388 24826 0 0 0 1 385 16 18 0 1 0 1022751567 2473984 278 4294967295 134512640 135169312 3215007072 3215003288 3085561582 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/15020/statm: 604 278 235 161 0 43 0
[pid=15026] ppid=15020 vsize=113680 CPUtime=698.32
/proc/15026/stat : 15026 (minisat_static) R 15020 15020 14060 0 -1 4202496 28026 0 0 0 69804 28 0 0 25 0 1 0 1022751969 116408320 27930 4294967295 134512640 135216011 3215121872 3215119952 134524258 0 0 0 3 0 0 0 17 2 0 0 0
/proc/15026/statm: 28420 27930 71 172 0 28247 0
Current children cumulated CPU time (s) 702.34
Current children cumulated vsize (KiB) 116096

[startup+762.324 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 17299
/proc/meminfo: memFree=575896/2074464 swapFree=1949056/1959888
[pid=15020] ppid=15018 vsize=2416 CPUtime=4.02
/proc/15020/stat : 15020 (SatELiteGTI) S 15018 15020 14060 0 -1 4194304 388 24826 0 0 0 1 385 16 18 0 1 0 1022751567 2473984 278 4294967295 134512640 135169312 3215007072 3215003288 3085561582 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/15020/statm: 604 278 235 161 0 43 0
[pid=15026] ppid=15020 vsize=117812 CPUtime=758.33
/proc/15026/stat : 15026 (minisat_static) R 15020 15020 14060 0 -1 4202496 29017 0 0 0 75805 28 0 0 25 0 1 0 1022751969 120639488 28921 4294967295 134512640 135216011 3215121872 3215120224 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/15026/statm: 29453 28921 71 172 0 29280 0
Current children cumulated CPU time (s) 762.35
Current children cumulated vsize (KiB) 120228

[startup+822.319 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 17483
/proc/meminfo: memFree=569844/2074464 swapFree=1949056/1959888
[pid=15020] ppid=15018 vsize=2416 CPUtime=4.02
/proc/15020/stat : 15020 (SatELiteGTI) S 15018 15020 14060 0 -1 4194304 388 24826 0 0 0 1 385 16 18 0 1 0 1022751567 2473984 278 4294967295 134512640 135169312 3215007072 3215003288 3085561582 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/15020/statm: 604 278 235 161 0 43 0
[pid=15026] ppid=15020 vsize=124112 CPUtime=818.33
/proc/15026/stat : 15026 (minisat_static) R 15020 15020 14060 0 -1 4202496 30610 0 0 0 81805 28 0 0 25 0 1 0 1022751969 127090688 30514 4294967295 134512640 135216011 3215121872 3215120224 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/15026/statm: 31028 30514 71 172 0 30855 0
Current children cumulated CPU time (s) 822.35
Current children cumulated vsize (KiB) 126528

[startup+882.314 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 17672
/proc/meminfo: memFree=565496/2074464 swapFree=1949056/1959888
[pid=15020] ppid=15018 vsize=2416 CPUtime=4.02
/proc/15020/stat : 15020 (SatELiteGTI) S 15018 15020 14060 0 -1 4194304 388 24826 0 0 0 1 385 16 18 0 1 0 1022751567 2473984 278 4294967295 134512640 135169312 3215007072 3215003288 3085561582 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/15020/statm: 604 278 235 161 0 43 0
[pid=15026] ppid=15020 vsize=128328 CPUtime=878.33
/proc/15026/stat : 15026 (minisat_static) R 15020 15020 14060 0 -1 4202496 31661 0 0 0 87804 29 0 0 25 0 1 0 1022751969 131407872 31565 4294967295 134512640 135216011 3215121872 3215120224 134527283 0 0 0 3 0 0 0 17 2 0 0 0
/proc/15026/statm: 32082 31565 71 172 0 31909 0
Current children cumulated CPU time (s) 882.35
Current children cumulated vsize (KiB) 130744

[startup+942.309 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 17864
/proc/meminfo: memFree=565620/2074464 swapFree=1949056/1959888
[pid=15020] ppid=15018 vsize=2416 CPUtime=4.02
/proc/15020/stat : 15020 (SatELiteGTI) S 15018 15020 14060 0 -1 4194304 388 24826 0 0 0 1 385 16 18 0 1 0 1022751567 2473984 278 4294967295 134512640 135169312 3215007072 3215003288 3085561582 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/15020/statm: 604 278 235 161 0 43 0
[pid=15026] ppid=15020 vsize=128632 CPUtime=938.33
/proc/15026/stat : 15026 (minisat_static) R 15020 15020 14060 0 -1 4202496 31723 0 0 0 93804 29 0 0 25 0 1 0 1022751969 131719168 31627 4294967295 134512640 135216011 3215121872 3215120224 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/15026/statm: 32158 31627 71 172 0 31985 0
Current children cumulated CPU time (s) 942.35
Current children cumulated vsize (KiB) 131048

[startup+1002.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 18053
/proc/meminfo: memFree=557336/2074464 swapFree=1949056/1959888
[pid=15020] ppid=15018 vsize=2416 CPUtime=4.02
/proc/15020/stat : 15020 (SatELiteGTI) S 15018 15020 14060 0 -1 4194304 388 24826 0 0 0 1 385 16 18 0 1 0 1022751567 2473984 278 4294967295 134512640 135169312 3215007072 3215003288 3085561582 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/15020/statm: 604 278 235 161 0 43 0
[pid=15026] ppid=15020 vsize=136552 CPUtime=998.34
/proc/15026/stat : 15026 (minisat_static) R 15020 15020 14060 0 -1 4202496 33706 0 0 0 99802 32 0 0 25 0 1 0 1022751969 139829248 33610 4294967295 134512640 135216011 3215121872 3215119952 134524416 0 0 0 3 0 0 0 17 2 0 0 0
/proc/15026/statm: 34138 33610 71 172 0 33965 0
Current children cumulated CPU time (s) 1002.36
Current children cumulated vsize (KiB) 138968

[startup+1062.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 18242
/proc/meminfo: memFree=549484/2074464 swapFree=1949056/1959888
[pid=15020] ppid=15018 vsize=2416 CPUtime=4.02
/proc/15020/stat : 15020 (SatELiteGTI) S 15018 15020 14060 0 -1 4194304 388 24826 0 0 0 1 385 16 18 0 1 0 1022751567 2473984 278 4294967295 134512640 135169312 3215007072 3215003288 3085561582 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/15020/statm: 604 278 235 161 0 43 0
[pid=15026] ppid=15020 vsize=144688 CPUtime=1058.34
/proc/15026/stat : 15026 (minisat_static) R 15020 15020 14060 0 -1 4202496 35683 0 0 0 105801 33 0 0 25 0 1 0 1022751969 148160512 35587 4294967295 134512640 135216011 3215121872 3215120224 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/15026/statm: 36172 35587 71 172 0 35999 0
Current children cumulated CPU time (s) 1062.36
Current children cumulated vsize (KiB) 147104

[startup+1122.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 18426
/proc/meminfo: memFree=543432/2074464 swapFree=1949056/1959888
[pid=15020] ppid=15018 vsize=2416 CPUtime=4.02
/proc/15020/stat : 15020 (SatELiteGTI) S 15018 15020 14060 0 -1 4194304 388 24826 0 0 0 1 385 16 18 0 1 0 1022751567 2473984 278 4294967295 134512640 135169312 3215007072 3215003288 3085561582 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/15020/statm: 604 278 235 161 0 43 0
[pid=15026] ppid=15020 vsize=150628 CPUtime=1118.35
/proc/15026/stat : 15026 (minisat_static) R 15020 15020 14060 0 -1 4202496 37181 0 0 0 111799 36 0 0 25 0 1 0 1022751969 154243072 37085 4294967295 134512640 135216011 3215121872 3215120224 134527414 0 0 0 3 0 0 0 17 2 0 0 0
/proc/15026/statm: 37657 37085 71 172 0 37484 0
Current children cumulated CPU time (s) 1122.37
Current children cumulated vsize (KiB) 153044

[startup+1182.33 s]
/proc/loadavg: 1.16 1.03 1.01 3/95 18615
/proc/meminfo: memFree=537092/2074464 swapFree=1949056/1959888
[pid=15020] ppid=15018 vsize=2416 CPUtime=4.02
/proc/15020/stat : 15020 (SatELiteGTI) S 15018 15020 14060 0 -1 4194304 388 24826 0 0 0 1 385 16 18 0 1 0 1022751567 2473984 278 4294967295 134512640 135169312 3215007072 3215003288 3085561582 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/15020/statm: 604 278 235 161 0 43 0
[pid=15026] ppid=15020 vsize=157020 CPUtime=1178.37
/proc/15026/stat : 15026 (minisat_static) R 15020 15020 14060 0 -1 4202496 38776 0 0 0 117799 38 0 0 25 0 1 0 1022751969 160788480 38680 4294967295 134512640 135216011 3215121872 3215119952 134524258 0 0 0 3 0 0 0 17 2 0 0 0
/proc/15026/statm: 39255 38680 71 172 0 39082 0
Current children cumulated CPU time (s) 1182.39
Current children cumulated vsize (KiB) 159436



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.03 s]
/proc/loadavg: 1.40 1.09 1.03 3/95 18798
/proc/meminfo: memFree=535280/2074464 swapFree=1949056/1959888
[pid=15020] ppid=15018 vsize=2416 CPUtime=4.02
/proc/15020/stat : 15020 (SatELiteGTI) S 15018 15020 14060 0 -1 4194304 388 24826 0 0 0 1 385 16 18 0 1 0 1022751567 2473984 278 4294967295 134512640 135169312 3215007072 3215003288 3085561582 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/15020/statm: 604 278 235 161 0 43 0
[pid=15026] ppid=15020 vsize=158484 CPUtime=1196.07
/proc/15026/stat : 15026 (minisat_static) R 15020 15020 14060 0 -1 4202496 39165 0 0 0 119567 40 0 0 25 0 1 0 1022751969 162287616 39069 4294967295 134512640 135216011 3215121872 3215120224 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/15026/statm: 39621 39069 71 172 0 39448 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 160900

Sending SIGTERM to process tree (bottom up)
Child status: 143
 DDumping a history of the last processes samples

Child status: 143
Real time (s): 1200.06
CPU time (s): 1200.12
CPU user time (s): 1199.52
CPU system time (s): 0.6
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 160900

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

runsolver used 0.01 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi27 at 2009-05-17 19:49:03
IDJOB=1821950
IDBENCH=71745
IDSOLVER=661
FILE ID=tipi27/1821950-1242582543
PBS_JOBID=
Free space on /tmp= 8409 MiB

SOLVER NAME= BinMiniSat 2009-03-21
BENCH NAME= SAT_RACE06/manol-pipe-f9n.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1821950-1242582543/watcher-1821950-1242582543 -o /tmp/evaluation-result-1821950-1242582543/solver-1821950-1242582543 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1821950-1242582543.cnf

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

MD5SUM BENCH= 61e4a04a828a2cd33ae3f3dde54ef320
RANDOM SEED= 1971555848

Linux tipi27 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.389
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.389
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.79

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.389
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.389
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:        713500 kB
Buffers:         64320 kB
Cached:        1180460 kB
SwapCached:       5456 kB
Active:         458544 kB
Inactive:       796040 kB
HighTotal:     1178688 kB
HighFree:       312936 kB
LowTotal:       895776 kB
LowFree:        400564 kB
SwapTotal:     1959888 kB
SwapFree:      1949056 kB
Dirty:           11380 kB
Writeback:           0 kB
AnonPages:        9200 kB
Mapped:           3600 kB
Slab:            97428 kB
PageTables:        396 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    90628 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 8409 MiB
End job on tipi27 at 2009-05-17 20:09:04