Trace number 1820431

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.03 1199.93

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-26.cnf
MD5SUM0cf155110f71a43081221b427d368ee8
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 variables21734
Number of clauses79766
Sum of the clauses size211276
Maximum clause length225
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 236916
Number of clauses of size 338055
Number of clauses of size 43077
Number of clauses of size 5748
Number of clauses of size over 5969

Solver Data

0.00/0.00	c Parsing...
0.07/0.07	c ==============================================================================
0.07/0.07	c |           |     ORIGINAL     |              LEARNT              |          |
0.07/0.07	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.07/0.07	c ==============================================================================
0.07/0.07	c |         0 |   78817   208932 |   23645       0        0     nan |  0.000 % |
0.42/0.49	c |         0 |   60741   195331 |      --       0       --      -- |     --   | -18076/-13601
0.42/0.49	c ==============================================================================
0.42/0.49	c Result  :   #vars: 11150   #clauses: 60741   #literals: 195331
0.42/0.49	c CPU time:   0.47 s
0.42/0.49	c ==============================================================================
0.52/0.56	This is MiniSat 2.0 beta with hacks by AVG
0.52/0.56	WARNING: for repeatability, setting FPU to use double precision
0.52/0.56	============================[ Problem Statistics ]=============================
0.52/0.56	|                                                                             |
0.52/0.56	|  Number of variables:  11150                                                |
0.52/0.56	|  Number of clauses:    60741                                                |
0.52/0.60	|  Parsing time:         0.04         s                                       |
1200.02/1199.92	HOME/SatELiteGTI: line 36: 16662 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-1820431-1242443116/watcher-1820431-1242443116 -o /tmp/evaluation-result-1820431-1242443116/solver-1820431-1242443116 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1820431-1242443116.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.12 1.05 1.01 2/93 16656
/proc/meminfo: memFree=944832/2074464 swapFree=1948616/1959888
[pid=16656] ppid=16654 vsize=2412 CPUtime=0.01
/proc/16656/stat : 16656 (SatELiteGTI) S 16654 16656 10436 0 -1 4194304 366 642 0 0 0 0 0 1 25 0 1 0 1008812134 2469888 276 4294967295 134512640 135169312 3218389136 3218387672 3085201134 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16656/statm: 603 276 235 161 0 42 0
[pid=16660] ppid=16656 vsize=952 CPUtime=0
/proc/16660/stat : 16660 (SatELite_releas) R 16656 16656 10436 0 -1 4202496 124 0 0 0 0 0 0 0 25 0 1 0 1008812135 974848 60 4294967295 134512640 135223648 3219896816 3219895536 134734703 0 0 0 3 0 0 0 17 3 0 0 0
/proc/16660/statm: 238 63 45 174 0 63 0

[startup+0.063476 s]
/proc/loadavg: 1.12 1.05 1.01 2/93 16656
/proc/meminfo: memFree=944832/2074464 swapFree=1948616/1959888
[pid=16656] ppid=16654 vsize=2412 CPUtime=0.01
/proc/16656/stat : 16656 (SatELiteGTI) S 16654 16656 10436 0 -1 4194304 366 642 0 0 0 0 0 1 25 0 1 0 1008812134 2469888 276 4294967295 134512640 135169312 3218389136 3218387672 3085201134 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16656/statm: 603 276 235 161 0 42 0
[pid=16660] ppid=16656 vsize=9428 CPUtime=0.06
/proc/16660/stat : 16660 (SatELite_releas) R 16656 16656 10436 0 -1 4202496 1999 0 0 0 6 0 0 0 25 0 1 0 1008812135 9654272 1935 4294967295 134512640 135223648 3219896816 3219895384 134719062 0 0 0 3 0 0 0 17 3 0 0 0
/proc/16660/statm: 2357 1936 47 174 0 2182 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 11840

[startup+0.113472 s]
/proc/loadavg: 1.12 1.05 1.01 2/93 16656
/proc/meminfo: memFree=944832/2074464 swapFree=1948616/1959888
[pid=16656] ppid=16654 vsize=2412 CPUtime=0.01
/proc/16656/stat : 16656 (SatELiteGTI) S 16654 16656 10436 0 -1 4194304 366 642 0 0 0 0 0 1 25 0 1 0 1008812134 2469888 276 4294967295 134512640 135169312 3218389136 3218387672 3085201134 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16656/statm: 603 276 235 161 0 42 0
[pid=16660] ppid=16656 vsize=12096 CPUtime=0.11
/proc/16660/stat : 16660 (SatELite_releas) R 16656 16656 10436 0 -1 4202496 2665 0 0 0 11 0 0 0 25 0 1 0 1008812135 12386304 2558 4294967295 134512640 135223648 3219896816 3219894912 134598459 0 0 0 3 0 0 0 17 3 0 0 0
/proc/16660/statm: 3024 2559 73 174 0 2849 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 14508

[startup+0.313455 s]
/proc/loadavg: 1.12 1.05 1.01 2/93 16656
/proc/meminfo: memFree=944832/2074464 swapFree=1948616/1959888
[pid=16656] ppid=16654 vsize=2412 CPUtime=0.01
/proc/16656/stat : 16656 (SatELiteGTI) S 16654 16656 10436 0 -1 4194304 366 642 0 0 0 0 0 1 25 0 1 0 1008812134 2469888 276 4294967295 134512640 135169312 3218389136 3218387672 3085201134 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16656/statm: 603 276 235 161 0 42 0
[pid=16660] ppid=16656 vsize=15956 CPUtime=0.31
/proc/16660/stat : 16660 (SatELite_releas) R 16656 16656 10436 0 -1 4202496 3370 0 0 0 30 1 0 0 25 0 1 0 1008812135 16338944 3263 4294967295 134512640 135223648 3219896816 3219895168 134601518 0 0 0 3 0 0 0 17 3 0 0 0
/proc/16660/statm: 3989 3263 73 174 0 3814 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 18368

[startup+0.713423 s]
/proc/loadavg: 1.12 1.05 1.01 2/93 16656
/proc/meminfo: memFree=944832/2074464 swapFree=1948616/1959888
[pid=16656] ppid=16654 vsize=2416 CPUtime=0.57
/proc/16656/stat : 16656 (SatELiteGTI) S 16654 16656 10436 0 -1 4194304 385 4329 0 0 0 0 52 5 20 0 1 0 1008812134 2473984 277 4294967295 134512640 135169312 3218389136 3218385352 3085201134 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16656/statm: 604 277 235 161 0 43 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 2416

[startup+1.51336 s]
/proc/loadavg: 1.12 1.05 1.01 2/95 16662
/proc/meminfo: memFree=937104/2074464 swapFree=1948616/1959888
[pid=16656] ppid=16654 vsize=2416 CPUtime=0.57
/proc/16656/stat : 16656 (SatELiteGTI) S 16654 16656 10436 0 -1 4194304 385 4329 0 0 0 0 52 5 20 0 1 0 1008812134 2473984 277 4294967295 134512640 135169312 3218389136 3218385352 3085201134 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16656/statm: 604 277 235 161 0 43 0
[pid=16662] ppid=16656 vsize=7204 CPUtime=0.95
/proc/16662/stat : 16662 (minisat_static) R 16656 16656 10436 0 -1 4202496 1722 0 0 0 95 0 0 0 25 0 1 0 1008812191 7376896 1657 4294967295 134512640 135214715 3218036880 3218035344 134528588 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16662/statm: 1801 1657 74 172 0 1628 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 9620

[startup+3.11322 s]
/proc/loadavg: 1.11 1.05 1.01 2/95 16662
/proc/meminfo: memFree=934748/2074464 swapFree=1948616/1959888
[pid=16656] ppid=16654 vsize=2416 CPUtime=0.57
/proc/16656/stat : 16656 (SatELiteGTI) S 16654 16656 10436 0 -1 4194304 385 4329 0 0 0 0 52 5 20 0 1 0 1008812134 2473984 277 4294967295 134512640 135169312 3218389136 3218385352 3085201134 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16656/statm: 604 277 235 161 0 43 0
[pid=16662] ppid=16656 vsize=10080 CPUtime=2.55
/proc/16662/stat : 16662 (minisat_static) R 16656 16656 10436 0 -1 4202496 2428 0 0 0 254 1 0 0 25 0 1 0 1008812191 10321920 2363 4294967295 134512640 135214715 3218036880 3218035344 134528560 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16662/statm: 2520 2363 74 172 0 2347 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 12496

[startup+6.31296 s]
/proc/loadavg: 1.11 1.05 1.01 2/95 16664
/proc/meminfo: memFree=930084/2074464 swapFree=1948616/1959888
[pid=16656] ppid=16654 vsize=2416 CPUtime=0.57
/proc/16656/stat : 16656 (SatELiteGTI) S 16654 16656 10436 0 -1 4194304 385 4329 0 0 0 0 52 5 20 0 1 0 1008812134 2473984 277 4294967295 134512640 135169312 3218389136 3218385352 3085201134 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16656/statm: 604 277 235 161 0 43 0
[pid=16662] ppid=16656 vsize=14396 CPUtime=5.75
/proc/16662/stat : 16662 (minisat_static) R 16656 16656 10436 0 -1 4202496 3519 0 0 0 573 2 0 0 25 0 1 0 1008812191 14741504 3454 4294967295 134512640 135214715 3218036880 3218035440 134540425 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16662/statm: 3599 3454 74 172 0 3426 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 16812

[startup+12.7124 s]
/proc/loadavg: 1.09 1.05 1.01 2/95 16664
/proc/meminfo: memFree=921584/2074464 swapFree=1948616/1959888
[pid=16656] ppid=16654 vsize=2416 CPUtime=0.57
/proc/16656/stat : 16656 (SatELiteGTI) S 16654 16656 10436 0 -1 4194304 385 4329 0 0 0 0 52 5 20 0 1 0 1008812134 2473984 277 4294967295 134512640 135169312 3218389136 3218385352 3085201134 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16656/statm: 604 277 235 161 0 43 0
[pid=16662] ppid=16656 vsize=22040 CPUtime=12.15
/proc/16662/stat : 16662 (minisat_static) R 16656 16656 10436 0 -1 4202496 5416 0 0 0 1212 3 0 0 25 0 1 0 1008812191 22568960 5351 4294967295 134512640 135214715 3218036880 3218035088 134538231 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16662/statm: 5510 5351 74 172 0 5337 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 24456

[startup+25.5114 s]
/proc/loadavg: 1.08 1.04 1.01 2/95 16665
/proc/meminfo: memFree=911728/2074464 swapFree=1948616/1959888
[pid=16656] ppid=16654 vsize=2416 CPUtime=0.57
/proc/16656/stat : 16656 (SatELiteGTI) S 16654 16656 10436 0 -1 4194304 385 4329 0 0 0 0 52 5 20 0 1 0 1008812134 2473984 277 4294967295 134512640 135169312 3218389136 3218385352 3085201134 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16656/statm: 604 277 235 161 0 43 0
[pid=16662] ppid=16656 vsize=32076 CPUtime=24.95
/proc/16662/stat : 16662 (minisat_static) R 16656 16656 10436 0 -1 4202496 7943 0 0 0 2489 6 0 0 25 0 1 0 1008812191 32845824 7878 4294967295 134512640 135214715 3218036880 3218034704 134536484 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16662/statm: 8019 7878 74 172 0 7846 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 34492

[startup+51.1193 s]
/proc/loadavg: 1.16 1.07 1.01 2/95 16851
/proc/meminfo: memFree=906372/2074464 swapFree=1948616/1959888
[pid=16656] ppid=16654 vsize=2416 CPUtime=0.57
/proc/16656/stat : 16656 (SatELiteGTI) S 16654 16656 10436 0 -1 4194304 385 4329 0 0 0 0 52 5 20 0 1 0 1008812134 2473984 277 4294967295 134512640 135169312 3218389136 3218385352 3085201134 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16656/statm: 604 277 235 161 0 43 0
[pid=16662] ppid=16656 vsize=36560 CPUtime=50.56
/proc/16662/stat : 16662 (minisat_static) R 16656 16656 10436 0 -1 4202496 9057 0 0 0 5048 8 0 0 25 0 1 0 1008812191 37437440 8992 4294967295 134512640 135214715 3218036880 3218035344 134528800 0 0 0 3 0 0 0 17 1 0 0 0
/proc/16662/statm: 9140 8992 74 172 0 8967 0
Current children cumulated CPU time (s) 51.13
Current children cumulated vsize (KiB) 38976

[startup+102.315 s]
/proc/loadavg: 1.13 1.07 1.01 2/95 17037
/proc/meminfo: memFree=896940/2074464 swapFree=1948616/1959888
[pid=16656] ppid=16654 vsize=2416 CPUtime=0.57
/proc/16656/stat : 16656 (SatELiteGTI) S 16654 16656 10436 0 -1 4194304 385 4329 0 0 0 0 52 5 20 0 1 0 1008812134 2473984 277 4294967295 134512640 135169312 3218389136 3218385352 3085201134 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16656/statm: 604 277 235 161 0 43 0
[pid=16662] ppid=16656 vsize=47180 CPUtime=101.76
/proc/16662/stat : 16662 (minisat_static) R 16656 16656 10436 0 -1 4202496 11660 0 0 0 10162 14 0 0 25 0 1 0 1008812191 48312320 11595 4294967295 134512640 135214715 3218036880 3218035344 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/16662/statm: 11795 11595 74 172 0 11622 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 49596

[startup+162.32 s]
/proc/loadavg: 1.17 1.09 1.02 2/95 17225
/proc/meminfo: memFree=879084/2074464 swapFree=1948616/1959888
[pid=16656] ppid=16654 vsize=2416 CPUtime=0.57
/proc/16656/stat : 16656 (SatELiteGTI) S 16654 16656 10436 0 -1 4194304 385 4329 0 0 0 0 52 5 20 0 1 0 1008812134 2473984 277 4294967295 134512640 135169312 3218389136 3218385352 3085201134 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16656/statm: 604 277 235 161 0 43 0
[pid=16662] ppid=16656 vsize=64616 CPUtime=161.77
/proc/16662/stat : 16662 (minisat_static) R 16656 16656 10436 0 -1 4202496 16057 0 0 0 16160 17 0 0 25 0 1 0 1008812191 66166784 15992 4294967295 134512640 135214715 3218036880 3218035344 134528560 0 0 0 3 0 0 0 17 3 0 0 0
/proc/16662/statm: 16154 15992 74 172 0 15981 0
Current children cumulated CPU time (s) 162.34
Current children cumulated vsize (KiB) 67032

[startup+222.315 s]
/proc/loadavg: 1.10 1.08 1.02 2/95 17412
/proc/meminfo: memFree=877844/2074464 swapFree=1948616/1959888
[pid=16656] ppid=16654 vsize=2416 CPUtime=0.57
/proc/16656/stat : 16656 (SatELiteGTI) S 16654 16656 10436 0 -1 4194304 385 4329 0 0 0 0 52 5 20 0 1 0 1008812134 2473984 277 4294967295 134512640 135169312 3218389136 3218385352 3085201134 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16656/statm: 604 277 235 161 0 43 0
[pid=16662] ppid=16656 vsize=65672 CPUtime=221.77
/proc/16662/stat : 16662 (minisat_static) R 16656 16656 10436 0 -1 4202496 16305 0 0 0 22160 17 0 0 25 0 1 0 1008812191 67248128 16240 4294967295 134512640 135214715 3218036880 3218035344 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/16662/statm: 16418 16240 74 172 0 16245 0
Current children cumulated CPU time (s) 222.34
Current children cumulated vsize (KiB) 68088

[startup+282.32 s]
/proc/loadavg: 1.06 1.08 1.02 2/95 17601
/proc/meminfo: memFree=877596/2074464 swapFree=1948616/1959888
[pid=16656] ppid=16654 vsize=2416 CPUtime=0.57
/proc/16656/stat : 16656 (SatELiteGTI) S 16654 16656 10436 0 -1 4194304 385 4329 0 0 0 0 52 5 20 0 1 0 1008812134 2473984 277 4294967295 134512640 135169312 3218389136 3218385352 3085201134 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16656/statm: 604 277 235 161 0 43 0
[pid=16662] ppid=16656 vsize=65672 CPUtime=281.78
/proc/16662/stat : 16662 (minisat_static) R 16656 16656 10436 0 -1 4202496 16307 0 0 0 28161 17 0 0 25 0 1 0 1008812191 67248128 16242 4294967295 134512640 135214715 3218036880 3218035344 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/16662/statm: 16418 16242 74 172 0 16245 0
Current children cumulated CPU time (s) 282.35
Current children cumulated vsize (KiB) 68088

[startup+342.315 s]
/proc/loadavg: 1.02 1.06 1.01 2/95 17793
/proc/meminfo: memFree=869132/2074464 swapFree=1948616/1959888
[pid=16656] ppid=16654 vsize=2416 CPUtime=0.57
/proc/16656/stat : 16656 (SatELiteGTI) S 16654 16656 10436 0 -1 4194304 385 4329 0 0 0 0 52 5 20 0 1 0 1008812134 2473984 277 4294967295 134512640 135169312 3218389136 3218385352 3085201134 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16656/statm: 604 277 235 161 0 43 0
[pid=16662] ppid=16656 vsize=73956 CPUtime=341.78
/proc/16662/stat : 16662 (minisat_static) R 16656 16656 10436 0 -1 4202496 18370 0 0 0 34157 21 0 0 25 0 1 0 1008812191 75730944 18305 4294967295 134512640 135214715 3218036880 3218035344 134528613 0 0 0 3 0 0 0 17 3 0 0 0
/proc/16662/statm: 18489 18305 74 172 0 18316 0
Current children cumulated CPU time (s) 342.35
Current children cumulated vsize (KiB) 76372

[startup+402.32 s]

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

/proc/16656/stat : 16656 (SatELiteGTI) S 16654 16656 10436 0 -1 4194304 385 4329 0 0 0 0 52 5 20 0 1 0 1008812134 2473984 277 4294967295 134512640 135169312 3218389136 3218385352 3085201134 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16656/statm: 604 277 235 161 0 43 0
[pid=16662] ppid=16656 vsize=88208 CPUtime=521.79
/proc/16662/stat : 16662 (minisat_static) R 16656 16656 10436 0 -1 4202496 21890 0 0 0 52140 39 0 0 25 0 1 0 1008812191 90324992 21825 4294967295 134512640 135214715 3218036880 3218035344 134528785 0 0 0 3 0 0 0 17 3 0 0 0
/proc/16662/statm: 22052 21825 74 172 0 21879 0
Current children cumulated CPU time (s) 522.36
Current children cumulated vsize (KiB) 90624

[startup+582.306 s]
/proc/loadavg: 1.03 1.03 1.00 3/95 18546
/proc/meminfo: memFree=855144/2074464 swapFree=1948616/1959888
[pid=16656] ppid=16654 vsize=2416 CPUtime=0.57
/proc/16656/stat : 16656 (SatELiteGTI) S 16654 16656 10436 0 -1 4194304 385 4329 0 0 0 0 52 5 20 0 1 0 1008812134 2473984 277 4294967295 134512640 135169312 3218389136 3218385352 3085201134 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16656/statm: 604 277 235 161 0 43 0
[pid=16662] ppid=16656 vsize=88208 CPUtime=581.79
/proc/16662/stat : 16662 (minisat_static) R 16656 16656 10436 0 -1 4202496 21894 0 0 0 58140 39 0 0 25 0 1 0 1008812191 90324992 21829 4294967295 134512640 135214715 3218036880 3218035344 134528688 0 0 0 3 0 0 0 17 3 0 0 0
/proc/16662/statm: 22052 21829 74 172 0 21879 0
Current children cumulated CPU time (s) 582.36
Current children cumulated vsize (KiB) 90624

[startup+642.321 s]
/proc/loadavg: 1.01 1.02 1.00 2/95 18738
/proc/meminfo: memFree=855236/2074464 swapFree=1948616/1959888
[pid=16656] ppid=16654 vsize=2416 CPUtime=0.57
/proc/16656/stat : 16656 (SatELiteGTI) S 16654 16656 10436 0 -1 4194304 385 4329 0 0 0 0 52 5 20 0 1 0 1008812134 2473984 277 4294967295 134512640 135169312 3218389136 3218385352 3085201134 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16656/statm: 604 277 235 161 0 43 0
[pid=16662] ppid=16656 vsize=88208 CPUtime=641.81
/proc/16662/stat : 16662 (minisat_static) R 16656 16656 10436 0 -1 4202496 21896 0 0 0 64142 39 0 0 25 0 1 0 1008812191 90324992 21831 4294967295 134512640 135214715 3218036880 3218034640 134536289 0 0 0 3 0 0 0 17 3 0 0 0
/proc/16662/statm: 22052 21831 74 172 0 21879 0
Current children cumulated CPU time (s) 642.38
Current children cumulated vsize (KiB) 90624

[startup+702.326 s]
/proc/loadavg: 1.00 1.02 1.00 3/95 18925
/proc/meminfo: memFree=846596/2074464 swapFree=1948616/1959888
[pid=16656] ppid=16654 vsize=2416 CPUtime=0.57
/proc/16656/stat : 16656 (SatELiteGTI) S 16654 16656 10436 0 -1 4194304 385 4329 0 0 0 0 52 5 20 0 1 0 1008812134 2473984 277 4294967295 134512640 135169312 3218389136 3218385352 3085201134 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16656/statm: 604 277 235 161 0 43 0
[pid=16662] ppid=16656 vsize=96940 CPUtime=701.82
/proc/16662/stat : 16662 (minisat_static) R 16656 16656 10436 0 -1 4202496 24051 0 0 0 70142 40 0 0 25 0 1 0 1008812191 99266560 23986 4294967295 134512640 135214715 3218036880 3218035344 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/16662/statm: 24235 23986 74 172 0 24062 0
Current children cumulated CPU time (s) 702.39
Current children cumulated vsize (KiB) 99356

[startup+762.321 s]
/proc/loadavg: 1.00 1.01 1.00 3/95 19116
/proc/meminfo: memFree=846084/2074464 swapFree=1948616/1959888
[pid=16656] ppid=16654 vsize=2416 CPUtime=0.57
/proc/16656/stat : 16656 (SatELiteGTI) S 16654 16656 10436 0 -1 4194304 385 4329 0 0 0 0 52 5 20 0 1 0 1008812134 2473984 277 4294967295 134512640 135169312 3218389136 3218385352 3085201134 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16656/statm: 604 277 235 161 0 43 0
[pid=16662] ppid=16656 vsize=97104 CPUtime=761.82
/proc/16662/stat : 16662 (minisat_static) R 16656 16656 10436 0 -1 4202496 24124 0 0 0 76141 41 0 0 25 0 1 0 1008812191 99434496 24059 4294967295 134512640 135214715 3218036880 3218035344 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/16662/statm: 24276 24059 74 172 0 24103 0
Current children cumulated CPU time (s) 762.39
Current children cumulated vsize (KiB) 99520

[startup+822.316 s]
/proc/loadavg: 1.07 1.04 1.01 3/95 19303
/proc/meminfo: memFree=845852/2074464 swapFree=1948616/1959888
[pid=16656] ppid=16654 vsize=2416 CPUtime=0.57
/proc/16656/stat : 16656 (SatELiteGTI) S 16654 16656 10436 0 -1 4194304 385 4329 0 0 0 0 52 5 20 0 1 0 1008812134 2473984 277 4294967295 134512640 135169312 3218389136 3218385352 3085201134 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16656/statm: 604 277 235 161 0 43 0
[pid=16662] ppid=16656 vsize=97316 CPUtime=821.82
/proc/16662/stat : 16662 (minisat_static) R 16656 16656 10436 0 -1 4202496 24137 0 0 0 82141 41 0 0 25 0 1 0 1008812191 99651584 24072 4294967295 134512640 135214715 3218036880 3218035344 134528724 0 0 0 3 0 0 0 17 3 0 0 0
/proc/16662/statm: 24329 24072 74 172 0 24156 0
Current children cumulated CPU time (s) 822.39
Current children cumulated vsize (KiB) 99732

[startup+882.311 s]
/proc/loadavg: 1.02 1.03 1.00 3/95 19492
/proc/meminfo: memFree=845960/2074464 swapFree=1948616/1959888
[pid=16656] ppid=16654 vsize=2416 CPUtime=0.57
/proc/16656/stat : 16656 (SatELiteGTI) S 16654 16656 10436 0 -1 4194304 385 4329 0 0 0 0 52 5 20 0 1 0 1008812134 2473984 277 4294967295 134512640 135169312 3218389136 3218385352 3085201134 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16656/statm: 604 277 235 161 0 43 0
[pid=16662] ppid=16656 vsize=97316 CPUtime=881.82
/proc/16662/stat : 16662 (minisat_static) R 16656 16656 10436 0 -1 4202496 24145 0 0 0 88141 41 0 0 25 0 1 0 1008812191 99651584 24080 4294967295 134512640 135214715 3218036880 3218035344 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/16662/statm: 24329 24080 74 172 0 24156 0
Current children cumulated CPU time (s) 882.39
Current children cumulated vsize (KiB) 99732

[startup+942.316 s]
/proc/loadavg: 1.01 1.02 1.00 2/95 19683
/proc/meminfo: memFree=846052/2074464 swapFree=1948616/1959888
[pid=16656] ppid=16654 vsize=2416 CPUtime=0.57
/proc/16656/stat : 16656 (SatELiteGTI) S 16654 16656 10436 0 -1 4194304 385 4329 0 0 0 0 52 5 20 0 1 0 1008812134 2473984 277 4294967295 134512640 135169312 3218389136 3218385352 3085201134 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16656/statm: 604 277 235 161 0 43 0
[pid=16662] ppid=16656 vsize=97208 CPUtime=941.83
/proc/16662/stat : 16662 (minisat_static) R 16656 16656 10436 0 -1 4202496 24172 0 0 0 94142 41 0 0 25 0 1 0 1008812191 99540992 24099 4294967295 134512640 135214715 3218036880 3218035344 134528588 0 0 0 3 0 0 0 17 3 0 0 0
/proc/16662/statm: 24302 24099 74 172 0 24129 0
Current children cumulated CPU time (s) 942.4
Current children cumulated vsize (KiB) 99624

[startup+1002.31 s]
/proc/loadavg: 1.00 1.01 1.00 2/95 19871
/proc/meminfo: memFree=846092/2074464 swapFree=1948616/1959888
[pid=16656] ppid=16654 vsize=2416 CPUtime=0.57
/proc/16656/stat : 16656 (SatELiteGTI) S 16654 16656 10436 0 -1 4194304 385 4329 0 0 0 0 52 5 20 0 1 0 1008812134 2473984 277 4294967295 134512640 135169312 3218389136 3218385352 3085201134 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16656/statm: 604 277 235 161 0 43 0
[pid=16662] ppid=16656 vsize=97208 CPUtime=1001.83
/proc/16662/stat : 16662 (minisat_static) R 16656 16656 10436 0 -1 4202496 24172 0 0 0 100142 41 0 0 25 0 1 0 1008812191 99540992 24099 4294967295 134512640 135214715 3218036880 3218033296 134536289 0 0 0 3 0 0 0 17 3 0 0 0
/proc/16662/statm: 24302 24099 74 172 0 24129 0
Current children cumulated CPU time (s) 1002.4
Current children cumulated vsize (KiB) 99624

[startup+1062.32 s]
/proc/loadavg: 1.00 1.01 1.00 2/95 20059
/proc/meminfo: memFree=846068/2074464 swapFree=1948616/1959888
[pid=16656] ppid=16654 vsize=2416 CPUtime=0.57
/proc/16656/stat : 16656 (SatELiteGTI) S 16654 16656 10436 0 -1 4194304 385 4329 0 0 0 0 52 5 20 0 1 0 1008812134 2473984 277 4294967295 134512640 135169312 3218389136 3218385352 3085201134 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16656/statm: 604 277 235 161 0 43 0
[pid=16662] ppid=16656 vsize=97208 CPUtime=1061.84
/proc/16662/stat : 16662 (minisat_static) R 16656 16656 10436 0 -1 4202496 24172 0 0 0 106143 41 0 0 25 0 1 0 1008812191 99540992 24099 4294967295 134512640 135214715 3218036880 3218035344 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/16662/statm: 24302 24099 74 172 0 24129 0
Current children cumulated CPU time (s) 1062.41
Current children cumulated vsize (KiB) 99624

[startup+1122.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 20246
/proc/meminfo: memFree=846084/2074464 swapFree=1948616/1959888
[pid=16656] ppid=16654 vsize=2416 CPUtime=0.57
/proc/16656/stat : 16656 (SatELiteGTI) S 16654 16656 10436 0 -1 4194304 385 4329 0 0 0 0 52 5 20 0 1 0 1008812134 2473984 277 4294967295 134512640 135169312 3218389136 3218385352 3085201134 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16656/statm: 604 277 235 161 0 43 0
[pid=16662] ppid=16656 vsize=97208 CPUtime=1121.85
/proc/16662/stat : 16662 (minisat_static) R 16656 16656 10436 0 -1 4202496 24172 0 0 0 112143 42 0 0 25 0 1 0 1008812191 99540992 24099 4294967295 134512640 135214715 3218036880 3218035344 134528688 0 0 0 3 0 0 0 17 3 0 0 0
/proc/16662/statm: 24302 24099 74 172 0 24129 0
Current children cumulated CPU time (s) 1122.42
Current children cumulated vsize (KiB) 99624

[startup+1182.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 20435
/proc/meminfo: memFree=845960/2074464 swapFree=1948616/1959888
[pid=16656] ppid=16654 vsize=2416 CPUtime=0.57
/proc/16656/stat : 16656 (SatELiteGTI) S 16654 16656 10436 0 -1 4194304 385 4329 0 0 0 0 52 5 20 0 1 0 1008812134 2473984 277 4294967295 134512640 135169312 3218389136 3218385352 3085201134 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16656/statm: 604 277 235 161 0 43 0
[pid=16662] ppid=16656 vsize=97208 CPUtime=1181.85
/proc/16662/stat : 16662 (minisat_static) R 16656 16656 10436 0 -1 4202496 24172 0 0 0 118143 42 0 0 25 0 1 0 1008812191 99540992 24099 4294967295 134512640 135214715 3218036880 3218035344 134528688 0 0 0 3 0 0 0 17 3 0 0 0
/proc/16662/statm: 24302 24099 74 172 0 24129 0
Current children cumulated CPU time (s) 1182.42
Current children cumulated vsize (KiB) 99624



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 20435
/proc/meminfo: memFree=842700/2074464 swapFree=1948616/1959888
[pid=16656] ppid=16654 vsize=2416 CPUtime=0.57
/proc/16656/stat : 16656 (SatELiteGTI) S 16654 16656 10436 0 -1 4194304 385 4329 0 0 0 0 52 5 20 0 1 0 1008812134 2473984 277 4294967295 134512640 135169312 3218389136 3218385352 3085201134 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16656/statm: 604 277 235 161 0 43 0
[pid=16662] ppid=16656 vsize=100772 CPUtime=1199.45
/proc/16662/stat : 16662 (minisat_static) R 16656 16656 10436 0 -1 4202496 25032 0 0 0 119903 42 0 0 25 0 1 0 1008812191 103190528 24959 4294967295 134512640 135214715 3218036880 3218035344 134528749 0 0 0 3 0 0 0 17 3 0 0 0
/proc/16662/statm: 25193 24959 74 172 0 25020 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 103188

Sending SIGTERM to process tree (bottom up)
SSolver just ended. Dumping a history of the last processes samples

[startup+1199.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 20435
/proc/meminfo: memFree=842700/2074464 swapFree=1948616/1959888
[pid=16656] ppid=16654 vsize=2416 CPUtime=0.57
/proc/16656/stat : 16656 (SatELiteGTI) S 16654 16656 10436 0 -1 4194304 385 4329 0 0 0 0 52 5 20 0 1 0 1008812134 2473984 277 4294967295 134512640 135169312 3218389136 3218385352 3085201134 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16656/statm: 604 277 235 161 0 43 0
[pid=16662] ppid=16656 vsize=100772 CPUtime=1199.45
/proc/16662/stat : 16662 (minisat_static) R 16656 16656 10436 0 -1 4202496 25032 0 0 0 119903 42 0 0 25 0 1 0 1008812191 103190528 24959 4294967295 134512640 135214715 3218036880 3218035344 134528749 0 0 0 3 0 0 0 17 3 0 0 0
/proc/16662/statm: 25193 24959 74 172 0 25020 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 103188

Child status: 143
Real time (s): 1199.93
CPU time (s): 1200.03
CPU user time (s): 1199.55
CPU system time (s): 0.48
CPU usage (%): 100.008
Max. virtual memory (cumulated for all children) (KiB): 103188

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

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi16 at 2009-05-16 05:05:16
IDJOB=1820431
IDBENCH=20403
IDSOLVER=660
FILE ID=tipi16/1820431-1242443116
PBS_JOBID=
Free space on /tmp= 6045 MiB

SOLVER NAME= MiniSat2hack 2009-03-23
BENCH NAME= SAT07/industrial/fuhs/hard/AProVE07-26.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1820431-1242443116/watcher-1820431-1242443116 -o /tmp/evaluation-result-1820431-1242443116/solver-1820431-1242443116 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1820431-1242443116.cnf

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

MD5SUM BENCH= 0cf155110f71a43081221b427d368ee8
RANDOM SEED= 634227485

Linux tipi16 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.457
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.457
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.457
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.78

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.457
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:        944848 kB
Buffers:         36708 kB
Cached:        1007564 kB
SwapCached:       6028 kB
Active:         685156 kB
Inactive:       369328 kB
HighTotal:     1178688 kB
HighFree:       234736 kB
LowTotal:       895776 kB
LowFree:        710112 kB
SwapTotal:     1959888 kB
SwapFree:      1948616 kB
Dirty:            3108 kB
Writeback:           0 kB
AnonPages:        9108 kB
Mapped:           3208 kB
Slab:            66292 kB
PageTables:        480 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    90764 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 6045 MiB
End job on tipi16 at 2009-05-16 05:25:16