Trace number 1821949

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.09 1200.05

General information on the benchmark

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

Solver Data

0.00/0.00	c Parsing...
0.52/0.54	c ==============================================================================
0.52/0.54	c |           |     ORIGINAL     |              LEARNT              |          |
0.52/0.54	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.52/0.54	c ==============================================================================
0.52/0.54	c |         0 |  552411  1288959 |  165723       0        0     nan |  0.000 % |
3.52/3.60	c |         0 |  224311   892727 |      --       0       --      -- |     --   | -328093/-396215
3.52/3.60	c ==============================================================================
3.52/3.60	c Result  :   #vars: 29191   #clauses: 224311   #literals: 892727
3.52/3.60	c CPU time:   3.46 s
3.52/3.60	c ==============================================================================
3.91/3.93	This is MiniSat 2.0 beta with hacks by AVG
3.91/3.93	WARNING: for repeatability, setting FPU to use double precision
3.91/3.93	============================[ Problem Statistics ]=============================
3.91/3.93	|                                                                             |
3.91/3.93	|  Number of variables:  29191                                                |
3.91/3.93	|  Number of clauses:    224311                                               |
3.93/4.11	|  Parsing time:         0.16         s                                       |
1200.08/1200.03	HOME/SatELiteGTI: line 36: 16204 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-1821949-1242582534/watcher-1821949-1242582534 -o /tmp/evaluation-result-1821949-1242582534/solver-1821949-1242582534 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821949-1242582534.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.04 1.00 3/97 16198
/proc/meminfo: memFree=1149556/2074464 swapFree=1949244/1959888
[pid=16198] ppid=16196 vsize=2412 CPUtime=0.01
/proc/16198/stat : 16198 (SatELiteGTI) S 16196 16198 16367 0 -1 4194304 367 644 0 0 0 0 1 0 18 0 1 0 1022754530 2469888 276 4294967295 134512640 135169312 3215041888 3215040424 3085684462 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/16198/statm: 603 276 235 161 0 42 0
[pid=16202] ppid=16198 vsize=952 CPUtime=0
/proc/16202/stat : 16202 (SatELite_releas) R 16198 16198 16367 0 -1 4202496 135 0 0 0 0 0 0 0 20 0 1 0 1022754530 974848 70 4294967295 134512640 135223648 3217104720 3217103304 134719062 0 0 0 3 0 0 0 17 3 0 0 0
/proc/16202/statm: 238 70 46 174 0 63 0

[startup+0.06272 s]
/proc/loadavg: 1.01 1.04 1.00 3/97 16198
/proc/meminfo: memFree=1149556/2074464 swapFree=1949244/1959888
[pid=16198] ppid=16196 vsize=2412 CPUtime=0.01
/proc/16198/stat : 16198 (SatELiteGTI) S 16196 16198 16367 0 -1 4194304 367 644 0 0 0 0 1 0 18 0 1 0 1022754530 2469888 276 4294967295 134512640 135169312 3215041888 3215040424 3085684462 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/16198/statm: 603 276 235 161 0 42 0
[pid=16202] ppid=16198 vsize=10064 CPUtime=0.06
/proc/16202/stat : 16202 (SatELite_releas) R 16198 16198 16367 0 -1 4202496 2226 0 0 0 4 2 0 0 20 0 1 0 1022754530 10305536 2161 4294967295 134512640 135223648 3217104720 3217103288 134719062 0 0 0 3 0 0 0 17 3 0 0 0
/proc/16202/statm: 2516 2162 46 174 0 2341 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 12476

[startup+0.112716 s]
/proc/loadavg: 1.01 1.04 1.00 3/97 16198
/proc/meminfo: memFree=1149556/2074464 swapFree=1949244/1959888
[pid=16198] ppid=16196 vsize=2412 CPUtime=0.01
/proc/16198/stat : 16198 (SatELiteGTI) S 16196 16198 16367 0 -1 4194304 367 644 0 0 0 0 1 0 18 0 1 0 1022754530 2469888 276 4294967295 134512640 135169312 3215041888 3215040424 3085684462 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/16198/statm: 603 276 235 161 0 42 0
[pid=16202] ppid=16198 vsize=18348 CPUtime=0.11
/proc/16202/stat : 16202 (SatELite_releas) R 16198 16198 16367 0 -1 4202496 3977 0 0 0 8 3 0 0 21 0 1 0 1022754530 18788352 3912 4294967295 134512640 135223648 3217104720 3217103304 134719062 0 0 0 3 0 0 0 17 3 0 0 0
/proc/16202/statm: 4587 3912 46 174 0 4412 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 20760

[startup+0.312762 s]
/proc/loadavg: 1.01 1.04 1.00 3/97 16198
/proc/meminfo: memFree=1149556/2074464 swapFree=1949244/1959888
[pid=16198] ppid=16196 vsize=2412 CPUtime=0.01
/proc/16198/stat : 16198 (SatELiteGTI) S 16196 16198 16367 0 -1 4194304 367 644 0 0 0 0 1 0 18 0 1 0 1022754530 2469888 276 4294967295 134512640 135169312 3215041888 3215040424 3085684462 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/16198/statm: 603 276 235 161 0 42 0
[pid=16202] ppid=16198 vsize=43548 CPUtime=0.31
/proc/16202/stat : 16202 (SatELite_releas) R 16198 16198 16367 0 -1 4202496 10566 0 0 0 25 6 0 0 21 0 1 0 1022754530 44593152 10501 4294967295 134512640 135223648 3217104720 3217103600 134543095 0 0 0 3 0 0 0 17 3 0 0 0
/proc/16202/statm: 10887 10504 46 174 0 10712 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 45960

[startup+0.712682 s]
/proc/loadavg: 1.01 1.04 1.00 3/97 16198
/proc/meminfo: memFree=1149556/2074464 swapFree=1949244/1959888
[pid=16198] ppid=16196 vsize=2412 CPUtime=0.01
/proc/16198/stat : 16198 (SatELiteGTI) S 16196 16198 16367 0 -1 4194304 367 644 0 0 0 0 1 0 18 0 1 0 1022754530 2469888 276 4294967295 134512640 135169312 3215041888 3215040424 3085684462 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/16198/statm: 603 276 235 161 0 42 0
[pid=16202] ppid=16198 vsize=86932 CPUtime=0.71
/proc/16202/stat : 16202 (SatELite_releas) R 16198 16198 16367 0 -1 4202496 20279 0 0 0 59 12 0 0 23 0 1 0 1022754530 89018368 18681 4294967295 134512640 135223648 3217104720 3217102624 134541345 0 0 0 3 0 0 0 17 3 0 0 0
/proc/16202/statm: 21733 18681 73 174 0 21558 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 89344

[startup+1.51264 s]
/proc/loadavg: 1.01 1.04 1.00 2/99 16203
/proc/meminfo: memFree=1071172/2074464 swapFree=1949244/1959888
[pid=16198] ppid=16196 vsize=2412 CPUtime=0.01
/proc/16198/stat : 16198 (SatELiteGTI) S 16196 16198 16367 0 -1 4194304 367 644 0 0 0 0 1 0 18 0 1 0 1022754530 2469888 276 4294967295 134512640 135169312 3215041888 3215040424 3085684462 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/16198/statm: 603 276 235 161 0 42 0
[pid=16202] ppid=16198 vsize=90716 CPUtime=1.51
/proc/16202/stat : 16202 (SatELite_releas) R 16198 16198 16367 0 -1 4202496 21104 0 0 0 138 13 0 0 25 0 1 0 1022754530 92893184 19506 4294967295 134512640 135223648 3217104720 3217102700 134713306 0 0 0 3 0 0 0 17 3 0 0 0
/proc/16202/statm: 22679 19506 73 174 0 22504 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 93128

[startup+3.11255 s]
/proc/loadavg: 1.01 1.04 1.00 2/99 16203
/proc/meminfo: memFree=1058276/2074464 swapFree=1949244/1959888
[pid=16198] ppid=16196 vsize=2412 CPUtime=0.01
/proc/16198/stat : 16198 (SatELiteGTI) S 16196 16198 16367 0 -1 4194304 367 644 0 0 0 0 1 0 18 0 1 0 1022754530 2469888 276 4294967295 134512640 135169312 3215041888 3215040424 3085684462 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/16198/statm: 603 276 235 161 0 42 0
[pid=16202] ppid=16198 vsize=95184 CPUtime=3.11
/proc/16202/stat : 16202 (SatELite_releas) R 16198 16198 16367 0 -1 4202496 22282 0 0 0 297 14 0 0 25 0 1 0 1022754530 97468416 20503 4294967295 134512640 135223648 3217104720 3217102736 134586877 0 0 0 3 0 0 0 17 3 0 0 0
/proc/16202/statm: 23796 20503 73 174 0 23621 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 97596

[startup+6.31237 s]
/proc/loadavg: 1.01 1.04 1.00 3/99 16204
/proc/meminfo: memFree=1113116/2074464 swapFree=1949244/1959888
[pid=16198] ppid=16196 vsize=2416 CPUtime=3.93
/proc/16198/stat : 16198 (SatELiteGTI) S 16196 16198 16367 0 -1 4194304 385 24821 0 0 0 0 377 16 20 0 1 0 1022754530 2473984 277 4294967295 134512640 135169312 3215041888 3215038104 3085684462 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16198/statm: 604 277 235 161 0 43 0
[pid=16204] ppid=16198 vsize=17444 CPUtime=2.38
/proc/16204/stat : 16204 (minisat_static) R 16198 16198 16367 0 -1 4202496 4176 0 0 0 237 1 0 0 25 0 1 0 1022754923 17862656 4081 4294967295 134512640 135214715 3217244112 3217242576 134528800 0 0 0 3 0 0 0 17 1 0 0 0
/proc/16204/statm: 4361 4081 73 172 0 4188 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 19860

[startup+12.712 s]
/proc/loadavg: 1.01 1.04 1.00 3/99 16204
/proc/meminfo: memFree=1106948/2074464 swapFree=1949244/1959888
[pid=16198] ppid=16196 vsize=2416 CPUtime=3.93
/proc/16198/stat : 16198 (SatELiteGTI) S 16196 16198 16367 0 -1 4194304 385 24821 0 0 0 0 377 16 20 0 1 0 1022754530 2473984 277 4294967295 134512640 135169312 3215041888 3215038104 3085684462 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16198/statm: 604 277 235 161 0 43 0
[pid=16204] ppid=16198 vsize=23112 CPUtime=8.78
/proc/16204/stat : 16204 (minisat_static) R 16198 16198 16367 0 -1 4202496 5613 0 0 0 877 1 0 0 25 0 1 0 1022754923 23666688 5518 4294967295 134512640 135214715 3217244112 3217242576 134528772 0 0 0 3 0 0 0 17 1 0 0 0
/proc/16204/statm: 5778 5518 73 172 0 5605 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 25528

[startup+25.5113 s]
/proc/loadavg: 1.01 1.04 1.00 3/99 16205
/proc/meminfo: memFree=1098828/2074464 swapFree=1949244/1959888
[pid=16198] ppid=16196 vsize=2416 CPUtime=3.93
/proc/16198/stat : 16198 (SatELiteGTI) S 16196 16198 16367 0 -1 4194304 385 24821 0 0 0 0 377 16 20 0 1 0 1022754530 2473984 277 4294967295 134512640 135169312 3215041888 3215038104 3085684462 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16198/statm: 604 277 235 161 0 43 0
[pid=16204] ppid=16198 vsize=30892 CPUtime=21.58
/proc/16204/stat : 16204 (minisat_static) R 16198 16198 16367 0 -1 4202496 7545 0 0 0 2156 2 0 0 25 0 1 0 1022754923 31633408 7450 4294967295 134512640 135214715 3217244112 3217242576 134528560 0 0 0 3 0 0 0 17 1 0 0 0
/proc/16204/statm: 7723 7450 73 172 0 7550 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 33308

[startup+51.1098 s]
/proc/loadavg: 1.08 1.05 1.00 2/99 16399
/proc/meminfo: memFree=1089152/2074464 swapFree=1949244/1959888
[pid=16198] ppid=16196 vsize=2416 CPUtime=3.93
/proc/16198/stat : 16198 (SatELiteGTI) S 16196 16198 16367 0 -1 4194304 385 24821 0 0 0 0 377 16 20 0 1 0 1022754530 2473984 277 4294967295 134512640 135169312 3215041888 3215038104 3085684462 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16198/statm: 604 277 235 161 0 43 0
[pid=16204] ppid=16198 vsize=40284 CPUtime=47.18
/proc/16204/stat : 16204 (minisat_static) R 16198 16198 16367 0 -1 4202496 9865 0 0 0 4715 3 0 0 25 0 1 0 1022754923 41250816 9770 4294967295 134512640 135214715 3217244112 3217242576 134528800 0 0 0 3 0 0 0 17 1 0 0 0
/proc/16204/statm: 10071 9770 73 172 0 9898 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 42700

[startup+102.317 s]
/proc/loadavg: 1.11 1.06 1.01 3/99 16584
/proc/meminfo: memFree=1074244/2074464 swapFree=1949244/1959888
[pid=16198] ppid=16196 vsize=2416 CPUtime=3.93
/proc/16198/stat : 16198 (SatELiteGTI) S 16196 16198 16367 0 -1 4194304 385 24821 0 0 0 0 377 16 20 0 1 0 1022754530 2473984 277 4294967295 134512640 135169312 3215041888 3215038104 3085684462 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16198/statm: 604 277 235 161 0 43 0
[pid=16204] ppid=16198 vsize=54804 CPUtime=98.39
/proc/16204/stat : 16204 (minisat_static) R 16198 16198 16367 0 -1 4202496 13468 0 0 0 9834 5 0 0 25 0 1 0 1022754923 56119296 13373 4294967295 134512640 135214715 3217244112 3217242576 134528588 0 0 0 3 0 0 0 17 1 0 0 0
/proc/16204/statm: 13701 13373 73 172 0 13528 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 57220

[startup+162.314 s]
/proc/loadavg: 1.04 1.04 1.00 3/99 16589
/proc/meminfo: memFree=1064844/2074464 swapFree=1949244/1959888
[pid=16198] ppid=16196 vsize=2416 CPUtime=3.93
/proc/16198/stat : 16198 (SatELiteGTI) S 16196 16198 16367 0 -1 4194304 385 24821 0 0 0 0 377 16 20 0 1 0 1022754530 2473984 277 4294967295 134512640 135169312 3215041888 3215038104 3085684462 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16198/statm: 604 277 235 161 0 43 0
[pid=16204] ppid=16198 vsize=64908 CPUtime=158.39
/proc/16204/stat : 16204 (minisat_static) R 16198 16198 16367 0 -1 4202496 15925 0 0 0 15832 7 0 0 25 0 1 0 1022754923 66465792 15830 4294967295 134512640 135214715 3217244112 3217242576 134528800 0 0 0 3 0 0 0 17 1 0 0 0
/proc/16204/statm: 16227 15830 73 172 0 16054 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 67324

[startup+222.31 s]
/proc/loadavg: 1.12 1.06 1.01 2/99 16961
/proc/meminfo: memFree=1055244/2074464 swapFree=1949244/1959888
[pid=16198] ppid=16196 vsize=2416 CPUtime=3.93
/proc/16198/stat : 16198 (SatELiteGTI) S 16196 16198 16367 0 -1 4194304 385 24821 0 0 0 0 377 16 20 0 1 0 1022754530 2473984 277 4294967295 134512640 135169312 3215041888 3215038104 3085684462 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16198/statm: 604 277 235 161 0 43 0
[pid=16204] ppid=16198 vsize=73904 CPUtime=218.39
/proc/16204/stat : 16204 (minisat_static) R 16198 16198 16367 0 -1 4202496 18200 0 0 0 21831 8 0 0 25 0 1 0 1022754923 75677696 18105 4294967295 134512640 135214715 3217244112 3217242576 134528579 0 0 0 3 0 0 0 17 1 0 0 0
/proc/16204/statm: 18476 18105 73 172 0 18303 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 76320

[startup+282.317 s]
/proc/loadavg: 1.05 1.05 1.00 3/99 16967
/proc/meminfo: memFree=1033232/2074464 swapFree=1949244/1959888
[pid=16198] ppid=16196 vsize=2416 CPUtime=3.93
/proc/16198/stat : 16198 (SatELiteGTI) S 16196 16198 16367 0 -1 4194304 385 24821 0 0 0 0 377 16 20 0 1 0 1022754530 2473984 277 4294967295 134512640 135169312 3215041888 3215038104 3085684462 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16198/statm: 604 277 235 161 0 43 0
[pid=16204] ppid=16198 vsize=96892 CPUtime=278.4
/proc/16204/stat : 16204 (minisat_static) R 16198 16198 16367 0 -1 4202496 23826 0 0 0 27826 14 0 0 25 0 1 0 1022754923 99217408 23731 4294967295 134512640 135214715 3217244112 3217242576 134528800 0 0 0 3 0 0 0 17 1 0 0 0
/proc/16204/statm: 24223 23731 73 172 0 24050 0
Current children cumulated CPU time (s) 282.33
Current children cumulated vsize (KiB) 99308

[startup+342.313 s]
/proc/loadavg: 1.12 1.07 1.01 6/100 17277
/proc/meminfo: memFree=1018184/2074464 swapFree=1949244/1959888
[pid=16198] ppid=16196 vsize=2416 CPUtime=3.93
/proc/16198/stat : 16198 (SatELiteGTI) S 16196 16198 16367 0 -1 4194304 385 24821 0 0 0 0 377 16 20 0 1 0 1022754530 2473984 277 4294967295 134512640 135169312 3215041888 3215038104 3085684462 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16198/statm: 604 277 235 161 0 43 0
[pid=16204] ppid=16198 vsize=111424 CPUtime=338.4
/proc/16204/stat : 16204 (minisat_static) R 16198 16198 16367 0 -1 4202496 27494 0 0 0 33823 17 0 0 25 0 1 0 1022754923 114098176 27399 4294967295 134512640 135214715 3217244112 3217242576 134528727 0 0 0 3 0 0 0 17 1 0 0 0
/proc/16204/statm: 27856 27399 73 172 0 27683 0
Current children cumulated CPU time (s) 342.33

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

[pid=16204] ppid=16198 vsize=129824 CPUtime=458.4
/proc/16204/stat : 16204 (minisat_static) R 16198 16198 16367 0 -1 4202496 32128 0 0 0 45821 19 0 0 25 0 1 0 1022754923 132939776 32033 4294967295 134512640 135214715 3217244112 3217242576 134528498 0 0 0 3 0 0 0 17 1 0 0 0
/proc/16204/statm: 32456 32033 73 172 0 32283 0
Current children cumulated CPU time (s) 462.33
Current children cumulated vsize (KiB) 132240

[startup+522.313 s]
/proc/loadavg: 1.05 1.06 1.00 3/99 17723
/proc/meminfo: memFree=1000016/2074464 swapFree=1949244/1959888
[pid=16198] ppid=16196 vsize=2416 CPUtime=3.93
/proc/16198/stat : 16198 (SatELiteGTI) S 16196 16198 16367 0 -1 4194304 385 24821 0 0 0 0 377 16 20 0 1 0 1022754530 2473984 277 4294967295 134512640 135169312 3215041888 3215038104 3085684462 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16198/statm: 604 277 235 161 0 43 0
[pid=16204] ppid=16198 vsize=129824 CPUtime=518.41
/proc/16204/stat : 16204 (minisat_static) R 16198 16198 16367 0 -1 4202496 32130 0 0 0 51822 19 0 0 25 0 1 0 1022754923 132939776 32035 4294967295 134512640 135214715 3217244112 3217242576 134528800 0 0 0 3 0 0 0 17 1 0 0 0
/proc/16204/statm: 32456 32035 73 172 0 32283 0
Current children cumulated CPU time (s) 522.34
Current children cumulated vsize (KiB) 132240

[startup+582.31 s]
/proc/loadavg: 1.05 1.06 1.00 3/99 17912
/proc/meminfo: memFree=1000016/2074464 swapFree=1949244/1959888
[pid=16198] ppid=16196 vsize=2416 CPUtime=3.93
/proc/16198/stat : 16198 (SatELiteGTI) S 16196 16198 16367 0 -1 4194304 385 24821 0 0 0 0 377 16 20 0 1 0 1022754530 2473984 277 4294967295 134512640 135169312 3215041888 3215038104 3085684462 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16198/statm: 604 277 235 161 0 43 0
[pid=16204] ppid=16198 vsize=129824 CPUtime=578.41
/proc/16204/stat : 16204 (minisat_static) R 16198 16198 16367 0 -1 4202496 32130 0 0 0 57822 19 0 0 25 0 1 0 1022754923 132939776 32035 4294967295 134512640 135214715 3217244112 3217242576 134528539 0 0 0 3 0 0 0 17 1 0 0 0
/proc/16204/statm: 32456 32035 73 172 0 32283 0
Current children cumulated CPU time (s) 582.34
Current children cumulated vsize (KiB) 132240

[startup+642.317 s]
/proc/loadavg: 1.18 1.10 1.02 2/99 18282
/proc/meminfo: memFree=999628/2074464 swapFree=1949244/1959888
[pid=16198] ppid=16196 vsize=2416 CPUtime=3.93
/proc/16198/stat : 16198 (SatELiteGTI) S 16196 16198 16367 0 -1 4194304 385 24821 0 0 0 0 377 16 20 0 1 0 1022754530 2473984 277 4294967295 134512640 135169312 3215041888 3215038104 3085684462 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16198/statm: 604 277 235 161 0 43 0
[pid=16204] ppid=16198 vsize=129824 CPUtime=638.42
/proc/16204/stat : 16204 (minisat_static) R 16198 16198 16367 0 -1 4202496 32130 0 0 0 63823 19 0 0 25 0 1 0 1022754923 132939776 32035 4294967295 134512640 135214715 3217244112 3217242576 134528800 0 0 0 3 0 0 0 17 1 0 0 0
/proc/16204/statm: 32456 32035 73 172 0 32283 0
Current children cumulated CPU time (s) 642.35
Current children cumulated vsize (KiB) 132240

[startup+702.313 s]
/proc/loadavg: 1.07 1.08 1.01 2/99 18285
/proc/meminfo: memFree=999744/2074464 swapFree=1949244/1959888
[pid=16198] ppid=16196 vsize=2416 CPUtime=3.93
/proc/16198/stat : 16198 (SatELiteGTI) S 16196 16198 16367 0 -1 4194304 385 24821 0 0 0 0 377 16 20 0 1 0 1022754530 2473984 277 4294967295 134512640 135169312 3215041888 3215038104 3085684462 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16198/statm: 604 277 235 161 0 43 0
[pid=16204] ppid=16198 vsize=129824 CPUtime=698.42
/proc/16204/stat : 16204 (minisat_static) R 16198 16198 16367 0 -1 4202496 32134 0 0 0 69823 19 0 0 25 0 1 0 1022754923 132939776 32039 4294967295 134512640 135214715 3217244112 3217242576 134528800 0 0 0 3 0 0 0 17 1 0 0 0
/proc/16204/statm: 32456 32039 73 172 0 32283 0
Current children cumulated CPU time (s) 702.35
Current children cumulated vsize (KiB) 132240

[startup+762.31 s]
/proc/loadavg: 1.13 1.09 1.01 2/99 18656
/proc/meminfo: memFree=995560/2074464 swapFree=1949244/1959888
[pid=16198] ppid=16196 vsize=2416 CPUtime=3.93
/proc/16198/stat : 16198 (SatELiteGTI) S 16196 16198 16367 0 -1 4194304 385 24821 0 0 0 0 377 16 20 0 1 0 1022754530 2473984 277 4294967295 134512640 135169312 3215041888 3215038104 3085684462 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16198/statm: 604 277 235 161 0 43 0
[pid=16204] ppid=16198 vsize=133672 CPUtime=758.42
/proc/16204/stat : 16204 (minisat_static) R 16198 16198 16367 0 -1 4202496 33071 0 0 0 75820 22 0 0 25 0 1 0 1022754923 136880128 32976 4294967295 134512640 135214715 3217244112 3217242576 134528800 0 0 0 3 0 0 0 17 1 0 0 0
/proc/16204/statm: 33418 32976 73 172 0 33245 0
Current children cumulated CPU time (s) 762.35
Current children cumulated vsize (KiB) 136088

[startup+822.306 s]
/proc/loadavg: 1.05 1.08 1.01 2/99 18666
/proc/meminfo: memFree=989344/2074464 swapFree=1949244/1959888
[pid=16198] ppid=16196 vsize=2416 CPUtime=3.93
/proc/16198/stat : 16198 (SatELiteGTI) S 16196 16198 16367 0 -1 4194304 385 24821 0 0 0 0 377 16 20 0 1 0 1022754530 2473984 277 4294967295 134512640 135169312 3215041888 3215038104 3085684462 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16198/statm: 604 277 235 161 0 43 0
[pid=16204] ppid=16198 vsize=140632 CPUtime=818.42
/proc/16204/stat : 16204 (minisat_static) R 16198 16198 16367 0 -1 4202496 34797 0 0 0 81820 22 0 0 25 0 1 0 1022754923 144007168 34702 4294967295 134512640 135214715 3217244112 3217242576 134528588 0 0 0 3 0 0 0 17 1 0 0 0
/proc/16204/statm: 35158 34702 73 172 0 34985 0
Current children cumulated CPU time (s) 822.35
Current children cumulated vsize (KiB) 143048

[startup+882.313 s]
/proc/loadavg: 1.12 1.09 1.01 2/99 19038
/proc/meminfo: memFree=982748/2074464 swapFree=1949244/1959888
[pid=16198] ppid=16196 vsize=2416 CPUtime=3.93
/proc/16198/stat : 16198 (SatELiteGTI) S 16196 16198 16367 0 -1 4194304 385 24821 0 0 0 0 377 16 20 0 1 0 1022754530 2473984 277 4294967295 134512640 135169312 3215041888 3215038104 3085684462 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16198/statm: 604 277 235 161 0 43 0
[pid=16204] ppid=16198 vsize=146648 CPUtime=878.43
/proc/16204/stat : 16204 (minisat_static) R 16198 16198 16367 0 -1 4202496 36310 0 0 0 87820 23 0 0 25 0 1 0 1022754923 150167552 36215 4294967295 134512640 135214715 3217244112 3217242576 134528800 0 0 0 3 0 0 0 17 1 0 0 0
/proc/16204/statm: 36662 36215 73 172 0 36489 0
Current children cumulated CPU time (s) 882.36
Current children cumulated vsize (KiB) 149064

[startup+942.31 s]
/proc/loadavg: 1.05 1.07 1.01 2/99 19042
/proc/meminfo: memFree=977796/2074464 swapFree=1949244/1959888
[pid=16198] ppid=16196 vsize=2416 CPUtime=3.93
/proc/16198/stat : 16198 (SatELiteGTI) S 16196 16198 16367 0 -1 4194304 385 24821 0 0 0 0 377 16 20 0 1 0 1022754530 2473984 277 4294967295 134512640 135169312 3215041888 3215038104 3085684462 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16198/statm: 604 277 235 161 0 43 0
[pid=16204] ppid=16198 vsize=152044 CPUtime=938.43
/proc/16204/stat : 16204 (minisat_static) R 16198 16198 16367 0 -1 4202496 37650 0 0 0 93818 25 0 0 25 0 1 0 1022754923 155693056 37555 4294967295 134512640 135214715 3217244112 3217242576 134528763 0 0 0 3 0 0 0 17 1 0 0 0
/proc/16204/statm: 38011 37555 73 172 0 37838 0
Current children cumulated CPU time (s) 942.36
Current children cumulated vsize (KiB) 154460

[startup+1002.32 s]
/proc/loadavg: 1.12 1.09 1.01 6/100 19383
/proc/meminfo: memFree=973024/2074464 swapFree=1949244/1959888
[pid=16198] ppid=16196 vsize=2416 CPUtime=3.93
/proc/16198/stat : 16198 (SatELiteGTI) S 16196 16198 16367 0 -1 4194304 385 24821 0 0 0 0 377 16 20 0 1 0 1022754530 2473984 277 4294967295 134512640 135169312 3215041888 3215038104 3085684462 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16198/statm: 604 277 235 161 0 43 0
[pid=16204] ppid=16198 vsize=157284 CPUtime=998.44
/proc/16204/stat : 16204 (minisat_static) R 16198 16198 16367 0 -1 4202496 38725 0 0 0 99819 25 0 0 25 0 1 0 1022754923 161058816 38630 4294967295 134512640 135214715 3217244112 3217242576 134528800 0 0 0 3 0 0 0 17 1 0 0 0
/proc/16204/statm: 39321 38630 73 172 0 39148 0
Current children cumulated CPU time (s) 1002.37
Current children cumulated vsize (KiB) 159700

[startup+1062.31 s]
/proc/loadavg: 1.05 1.07 1.01 3/99 19416
/proc/meminfo: memFree=969240/2074464 swapFree=1949244/1959888
[pid=16198] ppid=16196 vsize=2416 CPUtime=3.93
/proc/16198/stat : 16198 (SatELiteGTI) S 16196 16198 16367 0 -1 4194304 385 24821 0 0 0 0 377 16 20 0 1 0 1022754530 2473984 277 4294967295 134512640 135169312 3215041888 3215038104 3085684462 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16198/statm: 604 277 235 161 0 43 0
[pid=16204] ppid=16198 vsize=161596 CPUtime=1058.44
/proc/16204/stat : 16204 (minisat_static) R 16198 16198 16367 0 -1 4202496 39796 0 0 0 105818 26 0 0 25 0 1 0 1022754923 165474304 39701 4294967295 134512640 135214715 3217244112 3217242576 134528800 0 0 0 3 0 0 0 17 1 0 0 0
/proc/16204/statm: 40399 39701 73 172 0 40226 0
Current children cumulated CPU time (s) 1062.37
Current children cumulated vsize (KiB) 164012

[startup+1122.32 s]
/proc/loadavg: 1.07 1.08 1.01 2/99 19605
/proc/meminfo: memFree=968884/2074464 swapFree=1949244/1959888
[pid=16198] ppid=16196 vsize=2416 CPUtime=3.93
/proc/16198/stat : 16198 (SatELiteGTI) S 16196 16198 16367 0 -1 4194304 385 24821 0 0 0 0 377 16 20 0 1 0 1022754530 2473984 277 4294967295 134512640 135169312 3215041888 3215038104 3085684462 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16198/statm: 604 277 235 161 0 43 0
[pid=16204] ppid=16198 vsize=161860 CPUtime=1118.45
/proc/16204/stat : 16204 (minisat_static) R 16198 16198 16367 0 -1 4202496 39878 0 0 0 111819 26 0 0 25 0 1 0 1022754923 165744640 39783 4294967295 134512640 135214715 3217244112 3217242320 134538807 0 0 0 3 0 0 0 17 1 0 0 0
/proc/16204/statm: 40465 39783 73 172 0 40292 0
Current children cumulated CPU time (s) 1122.38
Current children cumulated vsize (KiB) 164276

[startup+1182.32 s]
/proc/loadavg: 1.03 1.06 1.01 3/99 19798
/proc/meminfo: memFree=969132/2074464 swapFree=1949244/1959888
[pid=16198] ppid=16196 vsize=2416 CPUtime=3.93
/proc/16198/stat : 16198 (SatELiteGTI) S 16196 16198 16367 0 -1 4194304 385 24821 0 0 0 0 377 16 20 0 1 0 1022754530 2473984 277 4294967295 134512640 135169312 3215041888 3215038104 3085684462 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16198/statm: 604 277 235 161 0 43 0
[pid=16204] ppid=16198 vsize=161860 CPUtime=1178.45
/proc/16204/stat : 16204 (minisat_static) R 16198 16198 16367 0 -1 4202496 39879 0 0 0 117819 26 0 0 25 0 1 0 1022754923 165744640 39784 4294967295 134512640 135214715 3217244112 3217242576 134528800 0 0 0 3 0 0 0 17 1 0 0 0
/proc/16204/statm: 40465 39784 73 172 0 40292 0
Current children cumulated CPU time (s) 1182.38
Current children cumulated vsize (KiB) 164276



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.02 s]
/proc/loadavg: 1.02 1.06 1.00 3/99 19981
/proc/meminfo: memFree=969184/2074464 swapFree=1949244/1959888
[pid=16198] ppid=16196 vsize=2416 CPUtime=3.93
/proc/16198/stat : 16198 (SatELiteGTI) S 16196 16198 16367 0 -1 4194304 385 24821 0 0 0 0 377 16 20 0 1 0 1022754530 2473984 277 4294967295 134512640 135169312 3215041888 3215038104 3085684462 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16198/statm: 604 277 235 161 0 43 0
[pid=16204] ppid=16198 vsize=161860 CPUtime=1196.15
/proc/16204/stat : 16204 (minisat_static) R 16198 16198 16367 0 -1 4202496 39880 0 0 0 119589 26 0 0 25 0 1 0 1022754923 165744640 39785 4294967295 134512640 135214715 3217244112 3217242576 134528579 0 0 0 3 0 0 0 17 1 0 0 0
/proc/16204/statm: 40465 39785 73 172 0 40292 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 164276

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.09
CPU user time (s): 1199.66
CPU system time (s): 0.43
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 164276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.66
system time used= 0.43
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65177
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19
involuntary context switches= 4828

runsolver used 0 second user time and 0.02 second system time

The end

Launcher Data

Begin job on tipi11 at 2009-05-17 19:48:54
IDJOB=1821949
IDBENCH=71745
IDSOLVER=660
FILE ID=tipi11/1821949-1242582534
PBS_JOBID=
Free space on /tmp= 9323 MiB

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

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

MD5SUM BENCH= 61e4a04a828a2cd33ae3f3dde54ef320
RANDOM SEED= 1406275318

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:       1149556 kB
Buffers:         48532 kB
Cached:         771384 kB
SwapCached:       5248 kB
Active:         498172 kB
Inactive:       333644 kB
HighTotal:     1178688 kB
HighFree:       562164 kB
LowTotal:       895776 kB
LowFree:        587392 kB
SwapTotal:     1959888 kB
SwapFree:      1949244 kB
Dirty:           11424 kB
Writeback:           0 kB
AnonPages:       11172 kB
Mapped:           5360 kB
Slab:            83772 kB
PageTables:        532 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= 9322 MiB
End job on tipi11 at 2009-05-17 20:08:58