Trace number 1592873

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
minisat2-simp 070721? (TO) 1200.13 1200.47

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_20_SAT.cnf
MD5SUM8aa38136187abb1238dedfc85e88a72c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.67874
Satisfiable
(Un)Satisfiability was proved
Number of variables4242
Number of clauses503783
Sum of the clauses size1505427
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 26480
Number of clauses of size 3497272
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	This is MiniSat 2.0 beta
0.00/0.00	WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	============================[ Problem Statistics ]=============================
0.00/0.00	|                                                                             |
0.00/0.00	|  Number of variables:  4242                                                 |
0.00/0.00	|  Number of clauses:    503783                                               |
0.39/0.40	|  Parsing time:         0.37         s                                       |
23.48/23.55	============================[ Search Statistics ]==============================
23.48/23.55	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
23.48/23.55	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
23.48/23.55	===============================================================================
23.48/23.55	|         0 |    2938   493954  2164251 |   164651        0    nan |  0.000 % |
23.58/23.64	|       101 |    2938   493954  2164251 |   181116      101    111 |  0.000 % |
23.68/23.72	|       251 |    2938   493954  2164251 |   199228      251    112 |  0.000 % |
23.78/23.84	|       477 |    2938   493954  2164251 |   219150      477    128 |  0.000 % |
23.88/23.99	|       815 |    2938   493954  2164251 |   241066      815    133 |  0.000 % |
24.18/24.21	|      1321 |    2938   493954  2164251 |   265172     1321    149 |  0.000 % |
24.48/24.50	|      2082 |    2938   493954  2164251 |   291689     2082    164 |  0.000 % |
24.88/24.94	|      3223 |    2938   493954  2164251 |   320858     3223    172 |  0.000 % |
25.78/25.80	|      4933 |    2938   493954  2164251 |   352944     4933    179 |  0.000 % |
26.78/26.82	|      7497 |    2938   493954  2164251 |   388239     7497    191 |  0.000 % |
28.98/29.08	|     11342 |    2938   493954  2164251 |   427063    11342    201 |  0.000 % |
32.98/33.06	|     17108 |    2938   493954  2164251 |   469769    17108    203 |  0.000 % |
39.48/39.57	|     25760 |    2938   493954  2164251 |   516746    25760    206 |  0.000 % |
53.37/53.49	|     38734 |    2938   493954  2164251 |   568421    38734    217 |  0.000 % |
75.56/75.60	|     58195 |    2938   493954  2164251 |   625263    58195    230 |  0.000 % |
138.94/139.07	|     87388 |    2938   493954  2164251 |   687789    87388    256 |  0.000 % |
226.72/226.83	|    131177 |    2938   493954  2164251 |   756568   131177    268 |  0.000 % |
558.24/558.48	|    196861 |    2938   493954  2164251 |   832225   196861    275 |  0.000 % |
1127.57/1127.96	|    295390 |    2938   493954  2164251 |   915447   295390    278 |  0.000 % |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1592873-1239229329/watcher-1592873-1239229329 -o /tmp/evaluation-result-1592873-1239229329/solver-1592873-1239229329 -C 1200 -W 1800 -M 1800 --output-limit 1,15 minisat_static HOME/instance-1592873-1239229329.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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.69 3/68 31917
/proc/meminfo: memFree=1244256/2055920 swapFree=4175360/4192956
[pid=31917] ppid=31915 vsize=2224 CPUtime=0
/proc/31917/stat : 31917 (minisat_static) R 31915 31917 31823 0 -1 4194304 429 0 0 0 0 0 0 0 18 0 1 0 1195594509 2277376 414 1992294400 134512640 135243866 4294956256 18446744073709551615 134764927 0 0 4096 3 0 0 0 17 1 0 0
/proc/31917/statm: 556 418 65 178 0 376 0

[startup+0.0956529 s]
/proc/loadavg: 0.99 0.97 0.69 3/68 31917
/proc/meminfo: memFree=1244256/2055920 swapFree=4175360/4192956
[pid=31917] ppid=31915 vsize=8660 CPUtime=0.08
/proc/31917/stat : 31917 (minisat_static) R 31915 31917 31823 0 -1 4194304 1965 0 0 0 8 0 0 0 18 0 1 0 1195594509 8867840 1950 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/31917/statm: 2165 1952 65 178 0 1985 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 8660

[startup+0.101651 s]
/proc/loadavg: 0.99 0.97 0.69 3/68 31917
/proc/meminfo: memFree=1244256/2055920 swapFree=4175360/4192956
[pid=31917] ppid=31915 vsize=8924 CPUtime=0.09
/proc/31917/stat : 31917 (minisat_static) R 31915 31917 31823 0 -1 4194304 2052 0 0 0 9 0 0 0 18 0 1 0 1195594509 9138176 2037 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/31917/statm: 2231 2037 65 178 0 2051 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8924

[startup+0.301673 s]
/proc/loadavg: 0.99 0.97 0.69 3/68 31917
/proc/meminfo: memFree=1244256/2055920 swapFree=4175360/4192956
[pid=31917] ppid=31915 vsize=23784 CPUtime=0.29
/proc/31917/stat : 31917 (minisat_static) R 31915 31917 31823 0 -1 4194304 5604 0 0 0 27 2 0 0 19 0 1 0 1195594509 24354816 5589 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/31917/statm: 5946 5589 65 178 0 5766 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23784

[startup+0.701711 s]
/proc/loadavg: 0.99 0.97 0.69 3/68 31917
/proc/meminfo: memFree=1244256/2055920 swapFree=4175360/4192956
[pid=31917] ppid=31915 vsize=31968 CPUtime=0.69
/proc/31917/stat : 31917 (minisat_static) R 31915 31917 31823 0 -1 4194304 7488 0 0 0 66 3 0 0 22 0 1 0 1195594509 32735232 7473 1992294400 134512640 135243866 4294956256 18446744073709551615 134535587 0 0 4096 3 0 0 0 17 1 0 0
/proc/31917/statm: 7992 7473 80 178 0 7812 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31968

[startup+1.50179 s]
/proc/loadavg: 0.99 0.97 0.69 2/69 31918
/proc/meminfo: memFree=1214552/2055920 swapFree=4175360/4192956
[pid=31917] ppid=31915 vsize=31968 CPUtime=1.49
/proc/31917/stat : 31917 (minisat_static) R 31915 31917 31823 0 -1 4194304 7488 0 0 0 146 3 0 0 25 0 1 0 1195594509 32735232 7473 1992294400 134512640 135243866 4294956256 18446744073709551615 134535475 0 0 4096 3 0 0 0 17 1 0 0
/proc/31917/statm: 7992 7473 80 178 0 7812 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31968

[startup+3.10195 s]
/proc/loadavg: 0.99 0.97 0.69 2/69 31918
/proc/meminfo: memFree=1214552/2055920 swapFree=4175360/4192956
[pid=31917] ppid=31915 vsize=31968 CPUtime=3.09
/proc/31917/stat : 31917 (minisat_static) R 31915 31917 31823 0 -1 4194304 7488 0 0 0 306 3 0 0 25 0 1 0 1195594509 32735232 7473 1992294400 134512640 135243866 4294956256 18446744073709551615 134535464 0 0 4096 3 0 0 0 17 1 0 0
/proc/31917/statm: 7992 7473 80 178 0 7812 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31968

[startup+6.30127 s]
/proc/loadavg: 0.99 0.97 0.69 2/69 31918
/proc/meminfo: memFree=1214560/2055920 swapFree=4175360/4192956
[pid=31917] ppid=31915 vsize=31968 CPUtime=6.29
/proc/31917/stat : 31917 (minisat_static) R 31915 31917 31823 0 -1 4194304 7488 0 0 0 626 3 0 0 25 0 1 0 1195594509 32735232 7473 1992294400 134512640 135243866 4294956256 18446744073709551615 134535587 0 0 4096 3 0 0 0 17 1 0 0
/proc/31917/statm: 7992 7473 80 178 0 7812 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 31968

[startup+12.7019 s]
/proc/loadavg: 0.99 0.97 0.70 2/69 31918
/proc/meminfo: memFree=1201584/2055920 swapFree=4175360/4192956
[pid=31917] ppid=31915 vsize=44016 CPUtime=12.69
/proc/31917/stat : 31917 (minisat_static) R 31915 31917 31823 0 -1 4194304 10717 0 0 0 1265 4 0 0 25 0 1 0 1195594509 45072384 10702 1992294400 134512640 135243866 4294956256 18446744073709551615 134535475 0 0 4096 3 0 0 0 17 1 0 0
/proc/31917/statm: 11004 10702 80 178 0 10824 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 44016

[startup+25.5012 s]
/proc/loadavg: 0.99 0.97 0.70 2/69 31918
/proc/meminfo: memFree=1205488/2055920 swapFree=4175360/4192956
[pid=31917] ppid=31915 vsize=39912 CPUtime=25.48
/proc/31917/stat : 31917 (minisat_static) R 31915 31917 31823 0 -1 4194304 10727 0 0 0 2544 4 0 0 25 0 1 0 1195594509 40869888 9696 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/31917/statm: 9978 9696 87 178 0 9798 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 39912

[startup+51.1018 s]
/proc/loadavg: 0.99 0.97 0.71 2/69 31918
/proc/meminfo: memFree=1182448/2055920 swapFree=4175360/4192956
[pid=31917] ppid=31915 vsize=63512 CPUtime=51.07
/proc/31917/stat : 31917 (minisat_static) R 31915 31917 31823 0 -1 4194304 16627 0 0 0 5097 10 0 0 25 0 1 0 1195594509 65036288 15596 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/31917/statm: 15878 15596 87 178 0 15698 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 63512

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.72 2/69 31918
/proc/meminfo: memFree=1139568/2055920 swapFree=4175360/4192956
[pid=31917] ppid=31915 vsize=106096 CPUtime=102.27
/proc/31917/stat : 31917 (minisat_static) R 31915 31917 31823 0 -1 4194304 27241 0 0 0 10207 20 0 0 25 0 1 0 1195594509 108642304 26210 1992294400 134512640 135243866 4294956256 18446744073709551615 134555866 0 0 4096 3 0 0 0 17 1 0 0
/proc/31917/statm: 26524 26210 87 178 0 26344 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 106096

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.74 2/69 31918
/proc/meminfo: memFree=1108528/2055920 swapFree=4175360/4192956
[pid=31917] ppid=31915 vsize=137840 CPUtime=162.24
/proc/31917/stat : 31917 (minisat_static) R 31915 31917 31823 0 -1 4194304 35122 0 0 0 16197 27 0 0 25 0 1 0 1195594509 141148160 34091 1992294400 134512640 135243866 4294956256 18446744073709551615 134555804 0 0 4096 3 0 0 0 17 1 0 0
/proc/31917/statm: 34460 34091 87 178 0 34280 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 137840

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.75 2/69 31918
/proc/meminfo: memFree=1073456/2055920 swapFree=4175360/4192956
[pid=31917] ppid=31915 vsize=172292 CPUtime=222.22
/proc/31917/stat : 31917 (minisat_static) R 31915 31917 31823 0 -1 4194304 43745 0 0 0 22185 37 0 0 25 0 1 0 1195594509 176427008 42714 1992294400 134512640 135243866 4294956256 18446744073709551615 134555829 0 0 4096 3 0 0 0 17 1 0 0
/proc/31917/statm: 43073 42714 87 178 0 42893 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 172292

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.76 2/69 31918
/proc/meminfo: memFree=1050800/2055920 swapFree=4175360/4192956
[pid=31917] ppid=31915 vsize=195316 CPUtime=282.21
/proc/31917/stat : 31917 (minisat_static) R 31915 31917 31823 0 -1 4194304 49430 0 0 0 28177 44 0 0 25 0 1 0 1195594509 200003584 48399 1992294400 134512640 135243866 4294956256 18446744073709551615 134555804 0 0 4096 3 0 0 0 17 1 0 0
/proc/31917/statm: 48829 48399 87 178 0 48649 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 195316

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.77 2/69 31918
/proc/meminfo: memFree=1033072/2055920 swapFree=4175360/4192956
[pid=31917] ppid=31915 vsize=212888 CPUtime=342.19
/proc/31917/stat : 31917 (minisat_static) R 31915 31917 31823 0 -1 4194304 53801 0 0 0 34171 48 0 0 25 0 1 0 1195594509 217997312 52770 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/31917/statm: 53222 52770 87 178 0 53042 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 212888

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.78 2/69 31918
/proc/meminfo: memFree=1021424/2055920 swapFree=4175360/4192956
[pid=31917] ppid=31915 vsize=224580 CPUtime=402.17
/proc/31917/stat : 31917 (minisat_static) R 31915 31917 31823 0 -1 4194304 56721 0 0 0 40167 50 0 0 25 0 1 0 1195594509 229969920 55690 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/31917/statm: 56145 55690 87 178 0 55965 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 224580

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.79 2/69 31918
/proc/meminfo: memFree=1012464/2055920 swapFree=4175360/4192956
[pid=31917] ppid=31915 vsize=233600 CPUtime=462.16
/proc/31917/stat : 31917 (minisat_static) R 31915 31917 31823 0 -1 4194304 58935 0 0 0 46163 53 0 0 25 0 1 0 1195594509 239206400 57904 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/31917/statm: 58400 57904 87 178 0 58220 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 233600

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.81 2/69 31918
/proc/meminfo: memFree=1001776/2055920 swapFree=4175360/4192956
[pid=31917] ppid=31915 vsize=244344 CPUtime=522.14
/proc/31917/stat : 31917 (minisat_static) R 31915 31917 31823 0 -1 4194304 61621 0 0 0 52157 57 0 0 25 0 1 0 1195594509 250208256 60590 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/31917/statm: 61086 60590 87 178 0 60906 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 244344

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.82 2/69 31918
/proc/meminfo: memFree=988080/2055920 swapFree=4175360/4192956
[pid=31917] ppid=31915 vsize=257804 CPUtime=582.12
/proc/31917/stat : 31917 (minisat_static) R 31915 31917 31823 0 -1 4194304 65003 0 0 0 58152 60 0 0 25 0 1 0 1195594509 263991296 63972 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/31917/statm: 64451 63972 87 178 0 64271 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 257804

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.82 2/69 31918
/proc/meminfo: memFree=982256/2055920 swapFree=4175360/4192956
[pid=31917] ppid=31915 vsize=263676 CPUtime=642.11
/proc/31917/stat : 31917 (minisat_static) R 31915 31917 31823 0 -1 4194304 66450 0 0 0 64149 62 0 0 25 0 1 0 1195594509 270004224 65419 1992294400 134512640 135243866 4294956256 18446744073709551615 134555822 0 0 4096 3 0 0 0 17 1 0 0
/proc/31917/statm: 65919 65419 87 178 0 65739 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 263676

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.83 2/69 31918
/proc/meminfo: memFree=974512/2055920 swapFree=4175360/4192956
[pid=31917] ppid=31915 vsize=272040 CPUtime=702.09
/proc/31917/stat : 31917 (minisat_static) R 31915 31917 31823 0 -1 4194304 68384 0 0 0 70145 64 0 0 25 0 1 0 1195594509 278568960 67353 1992294400 134512640 135243866 4294956256 18446744073709551615 134555699 0 0 4096 3 0 0 0 17 1 0 0
/proc/31917/statm: 68010 67353 87 178 0 67830 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 272040

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.84 2/69 31918
/proc/meminfo: memFree=964720/2055920 swapFree=4175360/4192956
[pid=31917] ppid=31915 vsize=281788 CPUtime=762.07
/proc/31917/stat : 31917 (minisat_static) R 31915 31917 31823 0 -1 4194304 70825 0 0 0 76141 66 0 0 25 0 1 0 1195594509 288550912 69794 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/31917/statm: 70447 69794 87 178 0 70267 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 281788

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.84 2/69 31918
/proc/meminfo: memFree=955632/2055920 swapFree=4175360/4192956
[pid=31917] ppid=31915 vsize=291120 CPUtime=822.06
/proc/31917/stat : 31917 (minisat_static) R 31915 31917 31823 0 -1 4194304 73127 0 0 0 82137 69 0 0 25 0 1 0 1195594509 298106880 72096 1992294400 134512640 135243866 4294956256 18446744073709551615 134555829 0 0 4096 3 0 0 0 17 1 0 0
/proc/31917/statm: 72780 72096 87 178 0 72600 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 291120

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.85 2/69 31918
/proc/meminfo: memFree=943536/2055920 swapFree=4175360/4192956
[pid=31917] ppid=31915 vsize=303072 CPUtime=882.04
/proc/31917/stat : 31917 (minisat_static) R 31915 31917 31823 0 -1 4194304 76106 0 0 0 88133 71 0 0 25 0 1 0 1195594509 310345728 75075 1992294400 134512640 135243866 4294956256 18446744073709551615 134555792 0 0 4096 3 0 0 0 17 1 0 0
/proc/31917/statm: 75768 75075 87 178 0 75588 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 303072

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.85 2/69 31918
/proc/meminfo: memFree=927856/2055920 swapFree=4175360/4192956
[pid=31917] ppid=31915 vsize=318916 CPUtime=942.02
/proc/31917/stat : 31917 (minisat_static) R 31915 31917 31823 0 -1 4194304 80091 0 0 0 94127 75 0 0 25 0 1 0 1195594509 326569984 79060 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/31917/statm: 79729 79060 87 178 0 79549 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 318916

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.86 2/69 31918
/proc/meminfo: memFree=915120/2055920 swapFree=4175360/4192956
[pid=31917] ppid=31915 vsize=331632 CPUtime=1002
/proc/31917/stat : 31917 (minisat_static) R 31915 31917 31823 0 -1 4194304 83215 0 0 0 100122 78 0 0 25 0 1 0 1195594509 339591168 82184 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/31917/statm: 82908 82184 87 178 0 82728 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 331632

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.87 2/69 31918
/proc/meminfo: memFree=896816/2055920 swapFree=4175360/4192956
[pid=31917] ppid=31915 vsize=350004 CPUtime=1061.99
/proc/31917/stat : 31917 (minisat_static) R 31915 31917 31823 0 -1 4194304 87835 0 0 0 106116 83 0 0 25 0 1 0 1195594509 358404096 86804 1992294400 134512640 135243866 4294956256 18446744073709551615 134558516 0 0 4096 3 0 0 0 17 1 0 0
/proc/31917/statm: 87501 86804 87 178 0 87321 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 350004

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.87 2/69 31918
/proc/meminfo: memFree=879088/2055920 swapFree=4175360/4192956
[pid=31917] ppid=31915 vsize=367392 CPUtime=1121.98
/proc/31917/stat : 31917 (minisat_static) R 31915 31917 31823 0 -1 4194304 92210 0 0 0 112110 88 0 0 25 0 1 0 1195594509 376209408 91179 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/31917/statm: 91848 91179 87 178 0 91668 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 367392

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.88 2/69 31918
/proc/meminfo: memFree=871728/2055920 swapFree=4175360/4192956
[pid=31917] ppid=31915 vsize=374828 CPUtime=1181.96
/proc/31917/stat : 31917 (minisat_static) R 31915 31917 31823 0 -1 4194304 94050 0 0 0 118106 90 0 0 25 0 1 0 1195594509 383823872 93019 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/31917/statm: 93707 93019 87 178 0 93527 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 374828



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.88 2/69 31918
/proc/meminfo: memFree=869872/2055920 swapFree=4175360/4192956
[pid=31917] ppid=31915 vsize=376756 CPUtime=1200.05
/proc/31917/stat : 31917 (minisat_static) R 31915 31917 31823 0 -1 4194304 94478 0 0 0 119915 90 0 0 25 0 1 0 1195594509 385798144 93447 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/31917/statm: 94189 93447 87 178 0 94009 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 376756

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.47
CPU time (s): 1200.13
CPU user time (s): 1199.16
CPU system time (s): 0.965853
CPU usage (%): 99.9717
Max. virtual memory (cumulated for all children) (KiB): 376756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.16
system time used= 0.965853
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 94478
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= 2
involuntary context switches= 2402

runsolver used 1.18082 second user time and 3.19751 second system time

The end

Launcher Data

Begin job on node60 at 2009-04-09 00:22:09
IDJOB=1592873
IDBENCH=71090
IDSOLVER=568
FILE ID=node60/1592873-1239229329
PBS_JOBID= 9113602
Free space on /tmp= 66404 MiB

SOLVER NAME= minisat2-simp 070721
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/ndhf_xits_20_SAT.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1592873-1239229329/watcher-1592873-1239229329 -o /tmp/evaluation-result-1592873-1239229329/solver-1592873-1239229329 -C 1200 -W 1800 -M 1800 --output-limit 1,15  minisat_static HOME/instance-1592873-1239229329.cnf

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

MD5SUM BENCH= 8aa38136187abb1238dedfc85e88a72c
RANDOM SEED=1105609519

node60.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.202
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.202
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1244736 kB
Buffers:         65220 kB
Cached:         657760 kB
SwapCached:      10672 kB
Active:          91916 kB
Inactive:       643836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1244736 kB
SwapTotal:     4192956 kB
SwapFree:      4175360 kB
Dirty:            9492 kB
Writeback:           0 kB
Mapped:          18388 kB
Slab:            61040 kB
Committed_AS:  4020952 kB
PageTables:       1712 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66404 MiB
End job on node60 at 2009-04-09 00:42:12