Trace number 1821811

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.02 1199.92

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_09_UNSAT.cnf
MD5SUM3cd74d1813a4408b4123afc23df07d7d
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 variables1910
Number of clauses167931
Sum of the clauses size500698
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23312
Number of clauses of size 3164588
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 531

Solver Data

0.00/0.00	c Parsing...
0.12/0.11	c ==============================================================================
0.12/0.11	c |           |     ORIGINAL     |              LEARNT              |          |
0.12/0.11	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.12/0.11	c ==============================================================================
0.12/0.11	c |         0 |  167931   500698 |   50379       0        0     nan |  0.000 % |
2.42/2.42	c |         0 |  166431   731017 |      --       0       --      -- |     --   | -1500/230319
2.42/2.42	c ==============================================================================
2.42/2.42	c Result  :   #vars: 1151   #clauses: 166431   #literals: 731017
2.42/2.42	c CPU time:   2.41 s
2.42/2.42	c ==============================================================================
2.62/2.64	This is MiniSat 2.0 beta with hacks by AVG
2.62/2.64	WARNING: for repeatability, setting FPU to use double precision
2.62/2.64	============================[ Problem Statistics ]=============================
2.62/2.64	|                                                                             |
2.62/2.64	|  Number of variables:  1151                                                 |
2.62/2.64	|  Number of clauses:    166431                                               |
2.65/2.75	|  Parsing time:         0.09         s                                       |
1200.01/1199.92	HOME/SatELiteGTI: line 36:  1606 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-1821811-1242568332/watcher-1821811-1242568332 -o /tmp/evaluation-result-1821811-1242568332/solver-1821811-1242568332 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821811-1242568332.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.00 1.00 1.00 2/93 1600
/proc/meminfo: memFree=543236/2074464 swapFree=1949056/1959888
[pid=1600] ppid=1598 vsize=2416 CPUtime=0.01
/proc/1600/stat : 1600 (SatELiteGTI) S 1598 1600 14060 0 -1 4194304 365 648 0 0 0 0 1 0 25 0 1 0 1021330331 2473984 276 4294967295 134512640 135169312 3216162432 3216160968 3085770478 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/1600/statm: 604 276 235 161 0 43 0
[pid=1604] ppid=1600 vsize=948 CPUtime=0
/proc/1604/stat : 1604 (SatELite_releas) R 1600 1600 14060 0 -1 4202496 101 0 0 0 0 0 0 0 25 0 1 0 1021330331 970752 37 4294967295 134512640 135223648 3212905296 3212905116 134539968 0 0 0 0 0 0 0 17 0 0 0 0
/proc/1604/statm: 237 49 40 174 0 62 0

[startup+0.093427 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 1600
/proc/meminfo: memFree=543236/2074464 swapFree=1949056/1959888
[pid=1600] ppid=1598 vsize=2416 CPUtime=0.01
/proc/1600/stat : 1600 (SatELiteGTI) S 1598 1600 14060 0 -1 4194304 365 648 0 0 0 0 1 0 25 0 1 0 1021330331 2473984 276 4294967295 134512640 135169312 3216162432 3216160968 3085770478 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/1600/statm: 604 276 235 161 0 43 0
[pid=1604] ppid=1600 vsize=8372 CPUtime=0.09
/proc/1604/stat : 1604 (SatELite_releas) R 1600 1600 14060 0 -1 4202496 1897 0 0 0 9 0 0 0 25 0 1 0 1021330331 8572928 1833 4294967295 134512640 135223648 3212905296 3212904032 134540952 0 0 0 3 0 0 0 17 0 0 0 0
/proc/1604/statm: 2093 1835 46 174 0 1918 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10788

[startup+0.113429 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 1600
/proc/meminfo: memFree=543236/2074464 swapFree=1949056/1959888
[pid=1600] ppid=1598 vsize=2416 CPUtime=0.01
/proc/1600/stat : 1600 (SatELiteGTI) S 1598 1600 14060 0 -1 4194304 365 648 0 0 0 0 1 0 25 0 1 0 1021330331 2473984 276 4294967295 134512640 135169312 3216162432 3216160968 3085770478 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/1600/statm: 604 276 235 161 0 43 0
[pid=1604] ppid=1600 vsize=10748 CPUtime=0.11
/proc/1604/stat : 1604 (SatELite_releas) R 1600 1600 14060 0 -1 4202496 2491 0 0 0 11 0 0 0 25 0 1 0 1021330331 11005952 2427 4294967295 134512640 135223648 3212905296 3212904304 134547508 0 0 0 3 0 0 0 17 0 0 0 0
/proc/1604/statm: 2687 2427 47 174 0 2512 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 13164

[startup+0.313407 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 1600
/proc/meminfo: memFree=543236/2074464 swapFree=1949056/1959888
[pid=1600] ppid=1598 vsize=2416 CPUtime=0.01
/proc/1600/stat : 1600 (SatELiteGTI) S 1598 1600 14060 0 -1 4194304 365 648 0 0 0 0 1 0 25 0 1 0 1021330331 2473984 276 4294967295 134512640 135169312 3216162432 3216160968 3085770478 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/1600/statm: 604 276 235 161 0 43 0
[pid=1604] ppid=1600 vsize=14064 CPUtime=0.31
/proc/1604/stat : 1604 (SatELite_releas) R 1600 1600 14060 0 -1 4202496 3351 0 0 0 31 0 0 0 25 0 1 0 1021330331 14401536 3287 4294967295 134512640 135223648 3212905296 3212903248 134564737 0 0 0 3 0 0 0 17 0 0 0 0
/proc/1604/statm: 3516 3287 73 174 0 3341 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 16480

[startup+0.713375 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 1600
/proc/meminfo: memFree=543236/2074464 swapFree=1949056/1959888
[pid=1600] ppid=1598 vsize=2416 CPUtime=0.01
/proc/1600/stat : 1600 (SatELiteGTI) S 1598 1600 14060 0 -1 4194304 365 648 0 0 0 0 1 0 25 0 1 0 1021330331 2473984 276 4294967295 134512640 135169312 3216162432 3216160968 3085770478 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/1600/statm: 604 276 235 161 0 43 0
[pid=1604] ppid=1600 vsize=16240 CPUtime=0.71
/proc/1604/stat : 1604 (SatELite_releas) R 1600 1600 14060 0 -1 4202496 3723 0 0 0 71 0 0 0 25 0 1 0 1021330331 16629760 3659 4294967295 134512640 135223648 3212905296 3212903296 134549033 0 0 0 3 0 0 0 17 0 0 0 0
/proc/1604/statm: 4060 3659 73 174 0 3885 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 18656

[startup+1.5133 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 1605
/proc/meminfo: memFree=525868/2074464 swapFree=1949056/1959888
[pid=1600] ppid=1598 vsize=2416 CPUtime=0.01
/proc/1600/stat : 1600 (SatELiteGTI) S 1598 1600 14060 0 -1 4194304 365 648 0 0 0 0 1 0 25 0 1 0 1021330331 2473984 276 4294967295 134512640 135169312 3216162432 3216160968 3085770478 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/1600/statm: 604 276 235 161 0 43 0
[pid=1604] ppid=1600 vsize=19736 CPUtime=1.51
/proc/1604/stat : 1604 (SatELite_releas) R 1600 1600 14060 0 -1 4202496 4285 0 0 0 151 0 0 0 25 0 1 0 1021330331 20209664 4221 4294967295 134512640 135223648 3212905296 3212903392 134585540 0 0 0 3 0 0 0 17 0 0 0 0
/proc/1604/statm: 4934 4221 73 174 0 4759 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 22152

[startup+3.11317 s]
/proc/loadavg: 1.00 1.00 1.00 4/95 1605
/proc/meminfo: memFree=525868/2074464 swapFree=1949056/1959888
[pid=1600] ppid=1598 vsize=2420 CPUtime=2.65
/proc/1600/stat : 1600 (SatELiteGTI) S 1598 1600 14060 0 -1 4194304 385 4936 0 0 0 0 264 1 18 0 1 0 1021330331 2478080 278 4294967295 134512640 135169312 3216162432 3216158648 3085770478 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/1600/statm: 605 278 235 161 0 44 0
Current children cumulated CPU time (s) 2.65
Current children cumulated vsize (KiB) 2420

[startup+6.31289 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 1606
/proc/meminfo: memFree=528720/2074464 swapFree=1949056/1959888
[pid=1600] ppid=1598 vsize=2420 CPUtime=2.65
/proc/1600/stat : 1600 (SatELiteGTI) S 1598 1600 14060 0 -1 4194304 385 4936 0 0 0 0 264 1 18 0 1 0 1021330331 2478080 278 4294967295 134512640 135169312 3216162432 3216158648 3085770478 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/1600/statm: 605 278 235 161 0 44 0
[pid=1606] ppid=1600 vsize=11188 CPUtime=3.67
/proc/1606/stat : 1606 (minisat_static) R 1600 1600 14060 0 -1 4202496 2707 0 0 0 366 1 0 0 25 0 1 0 1021330595 11456512 2641 4294967295 134512640 135214715 3220601600 3220600064 134528698 0 0 0 3 0 0 0 17 1 0 0 0
/proc/1606/statm: 2797 2641 74 172 0 2624 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 13608

[startup+12.7123 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 1606
/proc/meminfo: memFree=525932/2074464 swapFree=1949056/1959888
[pid=1600] ppid=1598 vsize=2420 CPUtime=2.65
/proc/1600/stat : 1600 (SatELiteGTI) S 1598 1600 14060 0 -1 4194304 385 4936 0 0 0 0 264 1 18 0 1 0 1021330331 2478080 278 4294967295 134512640 135169312 3216162432 3216158648 3085770478 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/1600/statm: 605 278 235 161 0 44 0
[pid=1606] ppid=1600 vsize=13492 CPUtime=10.07
/proc/1606/stat : 1606 (minisat_static) R 1600 1600 14060 0 -1 4202496 3276 0 0 0 1006 1 0 0 25 0 1 0 1021330595 13815808 3210 4294967295 134512640 135214715 3220601600 3220600064 134528800 0 0 0 3 0 0 0 17 1 0 0 0
/proc/1606/statm: 3373 3210 74 172 0 3200 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 15912

[startup+25.5112 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 1790
/proc/meminfo: memFree=525008/2074464 swapFree=1949056/1959888
[pid=1600] ppid=1598 vsize=2420 CPUtime=2.65
/proc/1600/stat : 1600 (SatELiteGTI) S 1598 1600 14060 0 -1 4194304 385 4936 0 0 0 0 264 1 18 0 1 0 1021330331 2478080 278 4294967295 134512640 135169312 3216162432 3216158648 3085770478 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/1600/statm: 605 278 235 161 0 44 0
[pid=1606] ppid=1600 vsize=15028 CPUtime=22.87
/proc/1606/stat : 1606 (minisat_static) R 1600 1600 14060 0 -1 4202496 3645 0 0 0 2286 1 0 0 25 0 1 0 1021330595 15388672 3579 4294967295 134512640 135214715 3220601600 3220600064 134528688 0 0 0 3 0 0 0 17 0 0 0 0
/proc/1606/statm: 3757 3579 74 172 0 3584 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 17448

[startup+51.119 s]
/proc/loadavg: 1.16 1.03 1.01 4/95 1795
/proc/meminfo: memFree=521128/2074464 swapFree=1949056/1959888
[pid=1600] ppid=1598 vsize=2420 CPUtime=2.65
/proc/1600/stat : 1600 (SatELiteGTI) S 1598 1600 14060 0 -1 4194304 385 4936 0 0 0 0 264 1 18 0 1 0 1021330331 2478080 278 4294967295 134512640 135169312 3216162432 3216158648 3085770478 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/1600/statm: 605 278 235 161 0 44 0
[pid=1606] ppid=1600 vsize=19120 CPUtime=48.48
/proc/1606/stat : 1606 (minisat_static) R 1600 1600 14060 0 -1 4202496 4640 0 0 0 4847 1 0 0 25 0 1 0 1021330595 19578880 4574 4294967295 134512640 135214715 3220601600 3220600064 134528626 0 0 0 3 0 0 0 17 0 0 0 0
/proc/1606/statm: 4780 4574 74 172 0 4607 0
Current children cumulated CPU time (s) 51.13
Current children cumulated vsize (KiB) 21540

[startup+102.325 s]
/proc/loadavg: 1.07 1.03 1.01 2/95 1979
/proc/meminfo: memFree=514020/2074464 swapFree=1949056/1959888
[pid=1600] ppid=1598 vsize=2420 CPUtime=2.65
/proc/1600/stat : 1600 (SatELiteGTI) S 1598 1600 14060 0 -1 4194304 385 4936 0 0 0 0 264 1 18 0 1 0 1021330331 2478080 278 4294967295 134512640 135169312 3216162432 3216158648 3085770478 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/1600/statm: 605 278 235 161 0 44 0
[pid=1606] ppid=1600 vsize=26020 CPUtime=99.69
/proc/1606/stat : 1606 (minisat_static) R 1600 1600 14060 0 -1 4202496 6342 0 0 0 9967 2 0 0 25 0 1 0 1021330595 26644480 6276 4294967295 134512640 135214715 3220601600 3220600064 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/1606/statm: 6505 6276 74 172 0 6332 0
Current children cumulated CPU time (s) 102.34
Current children cumulated vsize (KiB) 28440

[startup+162.319 s]
/proc/loadavg: 1.14 1.05 1.01 3/95 2167
/proc/meminfo: memFree=508828/2074464 swapFree=1949056/1959888
[pid=1600] ppid=1598 vsize=2420 CPUtime=2.65
/proc/1600/stat : 1600 (SatELiteGTI) S 1598 1600 14060 0 -1 4194304 385 4936 0 0 0 0 264 1 18 0 1 0 1021330331 2478080 278 4294967295 134512640 135169312 3216162432 3216158648 3085770478 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/1600/statm: 605 278 235 161 0 44 0
[pid=1606] ppid=1600 vsize=31764 CPUtime=159.69
/proc/1606/stat : 1606 (minisat_static) R 1600 1600 14060 0 -1 4202496 7705 0 0 0 15965 4 0 0 25 0 1 0 1021330595 32526336 7631 4294967295 134512640 135214715 3220601600 3220600064 134528702 0 0 0 3 0 0 0 17 3 0 0 0
/proc/1606/statm: 7941 7631 74 172 0 7768 0
Current children cumulated CPU time (s) 162.34
Current children cumulated vsize (KiB) 34184

[startup+222.314 s]
/proc/loadavg: 1.15 1.07 1.02 3/95 2356
/proc/meminfo: memFree=504744/2074464 swapFree=1949056/1959888
[pid=1600] ppid=1598 vsize=2420 CPUtime=2.65
/proc/1600/stat : 1600 (SatELiteGTI) S 1598 1600 14060 0 -1 4194304 385 4936 0 0 0 0 264 1 18 0 1 0 1021330331 2478080 278 4294967295 134512640 135169312 3216162432 3216158648 3085770478 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/1600/statm: 605 278 235 161 0 44 0
[pid=1606] ppid=1600 vsize=35736 CPUtime=219.69
/proc/1606/stat : 1606 (minisat_static) R 1600 1600 14060 0 -1 4202496 8706 0 0 0 21964 5 0 0 25 0 1 0 1021330595 36593664 8632 4294967295 134512640 135214715 3220601600 3220600064 134528688 0 0 0 3 0 0 0 17 3 0 0 0
/proc/1606/statm: 8934 8632 74 172 0 8761 0
Current children cumulated CPU time (s) 222.34
Current children cumulated vsize (KiB) 38156

[startup+282.319 s]
/proc/loadavg: 1.06 1.05 1.01 3/95 2549
/proc/meminfo: memFree=501216/2074464 swapFree=1949056/1959888
[pid=1600] ppid=1598 vsize=2420 CPUtime=2.65
/proc/1600/stat : 1600 (SatELiteGTI) S 1598 1600 14060 0 -1 4194304 385 4936 0 0 0 0 264 1 18 0 1 0 1021330331 2478080 278 4294967295 134512640 135169312 3216162432 3216158648 3085770478 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/1600/statm: 605 278 235 161 0 44 0
[pid=1606] ppid=1600 vsize=39428 CPUtime=279.7
/proc/1606/stat : 1606 (minisat_static) R 1600 1600 14060 0 -1 4202496 9585 0 0 0 27964 6 0 0 25 0 1 0 1021330595 40374272 9511 4294967295 134512640 135214715 3220601600 3220600064 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/1606/statm: 9857 9511 74 172 0 9684 0
Current children cumulated CPU time (s) 282.35
Current children cumulated vsize (KiB) 41848

[startup+342.324 s]
/proc/loadavg: 1.02 1.04 1.00 2/95 2734
/proc/meminfo: memFree=495932/2074464 swapFree=1949056/1959888
[pid=1600] ppid=1598 vsize=2420 CPUtime=2.65
/proc/1600/stat : 1600 (SatELiteGTI) S 1598 1600 14060 0 -1 4194304 385 4936 0 0 0 0 264 1 18 0 1 0 1021330331 2478080 278 4294967295 134512640 135169312 3216162432 3216158648 3085770478 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/1600/statm: 605 278 235 161 0 44 0
[pid=1606] ppid=1600 vsize=44652 CPUtime=339.71
/proc/1606/stat : 1606 (minisat_static) R 1600 1600 14060 0 -1 4202496 10885 0 0 0 33964 7 0 0 25 0 1 0 1021330595 45723648 10811 4294967295 134512640 135214715 3220601600 3220600064 134528997 0 0 0 3 0 0 0 17 3 0 0 0
/proc/1606/statm: 11163 10811 74 172 0 10990 0
Current children cumulated CPU time (s) 342.36
Current children cumulated vsize (KiB) 47072

[startup+402.319 s]

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

/proc/1600/statm: 605 278 235 161 0 44 0
[pid=1606] ppid=1600 vsize=55024 CPUtime=519.71
/proc/1606/stat : 1606 (minisat_static) R 1600 1600 14060 0 -1 4202496 13406 0 0 0 51960 11 0 0 25 0 1 0 1021330595 56344576 13332 4294967295 134512640 135214715 3220601600 3220600064 134528688 0 0 0 3 0 0 0 17 3 0 0 0
/proc/1606/statm: 13756 13332 74 172 0 13583 0
Current children cumulated CPU time (s) 522.36
Current children cumulated vsize (KiB) 57444

[startup+582.313 s]
/proc/loadavg: 1.09 1.07 1.01 2/95 3506
/proc/meminfo: memFree=482624/2074464 swapFree=1949056/1959888
[pid=1600] ppid=1598 vsize=2420 CPUtime=2.65
/proc/1600/stat : 1600 (SatELiteGTI) S 1598 1600 14060 0 -1 4194304 385 4936 0 0 0 0 264 1 18 0 1 0 1021330331 2478080 278 4294967295 134512640 135169312 3216162432 3216158648 3085770478 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/1600/statm: 605 278 235 161 0 44 0
[pid=1606] ppid=1600 vsize=58164 CPUtime=579.72
/proc/1606/stat : 1606 (minisat_static) R 1600 1600 14060 0 -1 4202496 14181 0 0 0 57958 14 0 0 25 0 1 0 1021330595 59559936 14107 4294967295 134512640 135214715 3220601600 3220600064 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/1606/statm: 14541 14107 74 172 0 14368 0
Current children cumulated CPU time (s) 582.37
Current children cumulated vsize (KiB) 60584

[startup+642.318 s]
/proc/loadavg: 1.09 1.07 1.01 2/95 3694
/proc/meminfo: memFree=478828/2074464 swapFree=1949056/1959888
[pid=1600] ppid=1598 vsize=2420 CPUtime=2.65
/proc/1600/stat : 1600 (SatELiteGTI) S 1598 1600 14060 0 -1 4194304 385 4936 0 0 0 0 264 1 18 0 1 0 1021330331 2478080 278 4294967295 134512640 135169312 3216162432 3216158648 3085770478 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/1600/statm: 605 278 235 161 0 44 0
[pid=1606] ppid=1600 vsize=61824 CPUtime=639.73
/proc/1606/stat : 1606 (minisat_static) R 1600 1600 14060 0 -1 4202496 15085 0 0 0 63959 14 0 0 25 0 1 0 1021330595 63307776 15011 4294967295 134512640 135214715 3220601600 3220600064 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/1606/statm: 15456 15011 74 172 0 15283 0
Current children cumulated CPU time (s) 642.38
Current children cumulated vsize (KiB) 64244

[startup+702.313 s]
/proc/loadavg: 1.09 1.07 1.01 2/95 3886
/proc/meminfo: memFree=475324/2074464 swapFree=1949056/1959888
[pid=1600] ppid=1598 vsize=2420 CPUtime=2.65
/proc/1600/stat : 1600 (SatELiteGTI) S 1598 1600 14060 0 -1 4194304 385 4936 0 0 0 0 264 1 18 0 1 0 1021330331 2478080 278 4294967295 134512640 135169312 3216162432 3216158648 3085770478 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/1600/statm: 605 278 235 161 0 44 0
[pid=1606] ppid=1600 vsize=65412 CPUtime=699.73
/proc/1606/stat : 1606 (minisat_static) R 1600 1600 14060 0 -1 4202496 15991 0 0 0 69957 16 0 0 25 0 1 0 1021330595 66981888 15917 4294967295 134512640 135214715 3220601600 3220600064 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/1606/statm: 16353 15917 74 172 0 16180 0
Current children cumulated CPU time (s) 702.38
Current children cumulated vsize (KiB) 67832

[startup+762.317 s]
/proc/loadavg: 1.09 1.07 1.01 2/95 4100
/proc/meminfo: memFree=471760/2074464 swapFree=1949056/1959888
[pid=1600] ppid=1598 vsize=2420 CPUtime=2.65
/proc/1600/stat : 1600 (SatELiteGTI) S 1598 1600 14060 0 -1 4194304 385 4936 0 0 0 0 264 1 18 0 1 0 1021330331 2478080 278 4294967295 134512640 135169312 3216162432 3216158648 3085770478 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/1600/statm: 605 278 235 161 0 44 0
[pid=1606] ppid=1600 vsize=69076 CPUtime=759.74
/proc/1606/stat : 1606 (minisat_static) R 1600 1600 14060 0 -1 4202496 16846 0 0 0 75954 20 0 0 25 0 1 0 1021330595 70733824 16772 4294967295 134512640 135214715 3220601600 3220600064 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/1606/statm: 17269 16772 74 172 0 17096 0
Current children cumulated CPU time (s) 762.39
Current children cumulated vsize (KiB) 71496

[startup+822.302 s]
/proc/loadavg: 1.09 1.07 1.01 2/95 4289
/proc/meminfo: memFree=469528/2074464 swapFree=1949056/1959888
[pid=1600] ppid=1598 vsize=2420 CPUtime=2.65
/proc/1600/stat : 1600 (SatELiteGTI) S 1598 1600 14060 0 -1 4194304 385 4936 0 0 0 0 264 1 18 0 1 0 1021330331 2478080 278 4294967295 134512640 135169312 3216162432 3216158648 3085770478 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/1600/statm: 605 278 235 161 0 44 0
[pid=1606] ppid=1600 vsize=71332 CPUtime=819.73
/proc/1606/stat : 1606 (minisat_static) R 1600 1600 14060 0 -1 4202496 17419 0 0 0 81953 20 0 0 25 0 1 0 1021330595 73043968 17345 4294967295 134512640 135214715 3220601600 3220600064 134528785 0 0 0 3 0 0 0 17 3 0 0 0
/proc/1606/statm: 17833 17345 74 172 0 17660 0
Current children cumulated CPU time (s) 822.38
Current children cumulated vsize (KiB) 73752

[startup+882.317 s]
/proc/loadavg: 1.30 1.12 1.02 2/95 4478
/proc/meminfo: memFree=466620/2074464 swapFree=1949056/1959888
[pid=1600] ppid=1598 vsize=2420 CPUtime=2.65
/proc/1600/stat : 1600 (SatELiteGTI) S 1598 1600 14060 0 -1 4194304 385 4936 0 0 0 0 264 1 18 0 1 0 1021330331 2478080 278 4294967295 134512640 135169312 3216162432 3216158648 3085770478 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/1600/statm: 605 278 235 161 0 44 0
[pid=1606] ppid=1600 vsize=74624 CPUtime=879.75
/proc/1606/stat : 1606 (minisat_static) R 1600 1600 14060 0 -1 4202496 18129 0 0 0 87951 24 0 0 25 0 1 0 1021330595 76414976 18055 4294967295 134512640 135214715 3220601600 3220600064 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/1606/statm: 18656 18055 74 172 0 18483 0
Current children cumulated CPU time (s) 882.4
Current children cumulated vsize (KiB) 77044

[startup+942.322 s]
/proc/loadavg: 1.11 1.09 1.02 3/95 4663
/proc/meminfo: memFree=464212/2074464 swapFree=1949056/1959888
[pid=1600] ppid=1598 vsize=2420 CPUtime=2.65
/proc/1600/stat : 1600 (SatELiteGTI) S 1598 1600 14060 0 -1 4194304 385 4936 0 0 0 0 264 1 18 0 1 0 1021330331 2478080 278 4294967295 134512640 135169312 3216162432 3216158648 3085770478 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/1600/statm: 605 278 235 161 0 44 0
[pid=1606] ppid=1600 vsize=77092 CPUtime=939.76
/proc/1606/stat : 1606 (minisat_static) R 1600 1600 14060 0 -1 4202496 18711 0 0 0 93948 28 0 0 25 0 1 0 1021330595 78942208 18637 4294967295 134512640 135214715 3220601600 3220600064 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/1606/statm: 19273 18637 74 172 0 19100 0
Current children cumulated CPU time (s) 942.41
Current children cumulated vsize (KiB) 79512

[startup+1002.32 s]
/proc/loadavg: 1.04 1.07 1.01 2/95 4851
/proc/meminfo: memFree=462296/2074464 swapFree=1949056/1959888
[pid=1600] ppid=1598 vsize=2420 CPUtime=2.65
/proc/1600/stat : 1600 (SatELiteGTI) S 1598 1600 14060 0 -1 4194304 385 4936 0 0 0 0 264 1 18 0 1 0 1021330331 2478080 278 4294967295 134512640 135169312 3216162432 3216158648 3085770478 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/1600/statm: 605 278 235 161 0 44 0
[pid=1606] ppid=1600 vsize=79208 CPUtime=999.76
/proc/1606/stat : 1606 (minisat_static) R 1600 1600 14060 0 -1 4202496 19249 0 0 0 99948 28 0 0 25 0 1 0 1021330595 81108992 19175 4294967295 134512640 135214715 3220601600 3220600064 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/1606/statm: 19802 19175 74 172 0 19629 0
Current children cumulated CPU time (s) 1002.41
Current children cumulated vsize (KiB) 81628

[startup+1062.32 s]
/proc/loadavg: 1.01 1.06 1.00 3/95 5043
/proc/meminfo: memFree=459476/2074464 swapFree=1949056/1959888
[pid=1600] ppid=1598 vsize=2420 CPUtime=2.65
/proc/1600/stat : 1600 (SatELiteGTI) S 1598 1600 14060 0 -1 4194304 385 4936 0 0 0 0 264 1 18 0 1 0 1021330331 2478080 278 4294967295 134512640 135169312 3216162432 3216158648 3085770478 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/1600/statm: 605 278 235 161 0 44 0
[pid=1606] ppid=1600 vsize=82052 CPUtime=1059.76
/proc/1606/stat : 1606 (minisat_static) R 1600 1600 14060 0 -1 4202496 19973 0 0 0 105946 30 0 0 25 0 1 0 1021330595 84021248 19899 4294967295 134512640 135214715 3220601600 3220600064 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/1606/statm: 20513 19899 74 172 0 20340 0
Current children cumulated CPU time (s) 1062.41
Current children cumulated vsize (KiB) 84472

[startup+1122.33 s]
/proc/loadavg: 1.00 1.05 1.00 3/95 5232
/proc/meminfo: memFree=455996/2074464 swapFree=1949056/1959888
[pid=1600] ppid=1598 vsize=2420 CPUtime=2.65
/proc/1600/stat : 1600 (SatELiteGTI) S 1598 1600 14060 0 -1 4194304 385 4936 0 0 0 0 264 1 18 0 1 0 1021330331 2478080 278 4294967295 134512640 135169312 3216162432 3216158648 3085770478 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/1600/statm: 605 278 235 161 0 44 0
[pid=1606] ppid=1600 vsize=85472 CPUtime=1119.77
/proc/1606/stat : 1606 (minisat_static) R 1600 1600 14060 0 -1 4202496 20811 0 0 0 111945 32 0 0 25 0 1 0 1021330595 87523328 20737 4294967295 134512640 135214715 3220601600 3220600064 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/1606/statm: 21368 20737 74 172 0 21195 0
Current children cumulated CPU time (s) 1122.42
Current children cumulated vsize (KiB) 87892

[startup+1182.31 s]
/proc/loadavg: 1.00 1.03 1.00 2/95 5421
/proc/meminfo: memFree=453376/2074464 swapFree=1949056/1959888
[pid=1600] ppid=1598 vsize=2420 CPUtime=2.65
/proc/1600/stat : 1600 (SatELiteGTI) S 1598 1600 14060 0 -1 4194304 385 4936 0 0 0 0 264 1 18 0 1 0 1021330331 2478080 278 4294967295 134512640 135169312 3216162432 3216158648 3085770478 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/1600/statm: 605 278 235 161 0 44 0
[pid=1606] ppid=1600 vsize=88408 CPUtime=1179.76
/proc/1606/stat : 1606 (minisat_static) R 1600 1600 14060 0 -1 4202496 21539 0 0 0 117944 32 0 0 25 0 1 0 1021330595 90529792 21465 4294967295 134512640 135214715 3220601600 3220600064 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/1606/statm: 22102 21465 74 172 0 21929 0
Current children cumulated CPU time (s) 1182.41
Current children cumulated vsize (KiB) 90828



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.91 s]
/proc/loadavg: 1.00 1.03 1.00 2/95 5421
/proc/meminfo: memFree=452564/2074464 swapFree=1949056/1959888
[pid=1600] ppid=1598 vsize=2420 CPUtime=2.65
/proc/1600/stat : 1600 (SatELiteGTI) S 1598 1600 14060 0 -1 4194304 385 4936 0 0 0 0 264 1 18 0 1 0 1021330331 2478080 278 4294967295 134512640 135169312 3216162432 3216158648 3085770478 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/1600/statm: 605 278 235 161 0 44 0
[pid=1606] ppid=1600 vsize=89200 CPUtime=1197.36
/proc/1606/stat : 1606 (minisat_static) R 1600 1600 14060 0 -1 4202496 21754 0 0 0 119704 32 0 0 25 0 1 0 1021330595 91340800 21680 4294967295 134512640 135214715 3220601600 3220600064 134528688 0 0 0 3 0 0 0 17 3 0 0 0
/proc/1606/statm: 22300 21680 74 172 0 22127 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 91620

Sending SIGTERM to process tree (bottom up)

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

[startup+1199.91 s]
/proc/loadavg: 1.00 1.03 1.00 2/95 5421
/proc/meminfo: memFree=452564/2074464 swapFree=1949056/1959888
[pid=1600] ppid=1598 vsize=2420 CPUtime=2.65
/proc/1600/stat : 1600 (SatELiteGTI) S 1598 1600 14060 0 -1 4194304 385 4936 0 0 0 0 264 1 18 0 1 0 1021330331 2478080 278 4294967295 134512640 135169312 3216162432 3216158648 3085770478 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/1600/statm: 605 278 235 161 0 44 0
[pid=1606] ppid=1600 vsize=89200 CPUtime=1197.36
/proc/1606/stat : 1606 (minisat_static) R 1600 1600 14060 0 -1 4202496 21754 0 0 0 119704 32 0 0 25 0 1 0 1021330595 91340800 21680 4294967295 134512640 135214715 3220601600 3220600064 134528688 0 0 0 3 0 0 0 17 3 0 0 0
/proc/1606/statm: 22300 21680 74 172 0 22127 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 91620

Child status: 143
Real time (s): 1199.92
CPU time (s): 1200.02
CPU user time (s): 1199.68
CPU system time (s): 0.34
CPU usage (%): 100.008
Max. virtual memory (cumulated for all children) (KiB): 91620

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

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi27 at 2009-05-17 15:52:12
IDJOB=1821811
IDBENCH=71093
IDSOLVER=660
FILE ID=tipi27/1821811-1242568332
PBS_JOBID=
Free space on /tmp= 8673 MiB

SOLVER NAME= MiniSat2hack 2009-03-23
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/ndhf_xits_09_UNSAT.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1821811-1242568332/watcher-1821811-1242568332 -o /tmp/evaluation-result-1821811-1242568332/solver-1821811-1242568332 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1821811-1242568332.cnf

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

MD5SUM BENCH= 3cd74d1813a4408b4123afc23df07d7d
RANDOM SEED= 1319122018

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:        543632 kB
Buffers:         55988 kB
Cached:        1344640 kB
SwapCached:       5456 kB
Active:         535408 kB
Inactive:       874972 kB
HighTotal:     1178688 kB
HighFree:       241936 kB
LowTotal:       895776 kB
LowFree:        301696 kB
SwapTotal:     1959888 kB
SwapFree:      1949056 kB
Dirty:            4392 kB
Writeback:           0 kB
AnonPages:        9160 kB
Mapped:           3180 kB
Slab:           111796 kB
PageTables:        488 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    90624 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 8673 MiB
End job on tipi27 at 2009-05-17 16:12:12