Trace number 1592849

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.11 1200.42

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_10_UNKNOWN.cnf
MD5SUMe868383f091c36fa9594c670095c9824
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 variables1584
Number of clauses91646
Sum of the clauses size272553
Maximum clause length11
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22569
Number of clauses of size 389054
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

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:  1584                                                 |
0.00/0.00	|  Number of clauses:    91646                                                |
0.04/0.07	|  Parsing time:         0.06         s                                       |
1.39/1.47	============================[ Search Statistics ]==============================
1.39/1.47	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.39/1.47	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.39/1.47	===============================================================================
1.39/1.47	|         0 |    1003    87270   375659 |    29090        0    nan |  0.000 % |
1.39/1.49	|       101 |    1003    87270   375659 |    31999      101     52 |  0.000 % |
1.49/1.52	|       251 |    1003    87270   375659 |    35198      251     53 |  0.000 % |
1.49/1.57	|       477 |    1003    87270   375659 |    38718      477     54 |  0.000 % |
1.59/1.63	|       815 |    1003    87270   375659 |    42590      815     54 |  0.000 % |
1.69/1.73	|      1321 |    1003    87270   375659 |    46849     1321     60 |  0.000 % |
1.79/1.85	|      2080 |    1003    87270   375659 |    51534     2080     59 |  0.000 % |
1.99/2.05	|      3220 |    1003    87270   375659 |    56688     3220     59 |  0.000 % |
2.29/2.35	|      4928 |    1003    87270   375659 |    62356     4928     58 |  0.000 % |
2.89/2.96	|      7491 |    1003    87270   375659 |    68592     7491     59 |  0.000 % |
4.39/4.45	|     11335 |    1003    87270   375659 |    75451    11335     59 |  0.000 % |
6.19/6.25	|     17101 |    1003    87270   375659 |    82997    17101     63 |  0.000 % |
16.19/16.22	|     25752 |    1003    87270   375659 |    91296    25752     66 |  0.000 % |
32.19/32.27	|     38726 |    1003    87270   375659 |   100426    38726     70 |  0.000 % |
55.08/55.11	|     58189 |    1003    87270   375659 |   110469    58189     71 |  0.000 % |
85.78/85.89	|     87384 |    1003    87270   375659 |   121516    87384     73 |  0.000 % |
151.35/151.43	|    131174 |    1003    87270   375659 |   133667    25098     73 |  0.000 % |
306.91/307.01	|    196865 |    1003    87270   375659 |   147034    90789     76 |  0.000 % |
544.55/544.71	|    295393 |    1003    87270   375659 |   161737    63683     70 |  0.000 % |
904.75/905.04	|    443184 |    1003    87270   375659 |   177911    68720     81 |  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-1592849-1239228304/watcher-1592849-1239228304 -o /tmp/evaluation-result-1592849-1239228304/solver-1592849-1239228304 -C 1200 -W 1800 -M 1800 --output-limit 1,15 minisat_static HOME/instance-1592849-1239228304.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.00 0.00 0.00 3/64 7691
/proc/meminfo: memFree=1523488/2055920 swapFree=4175080/4192956
[pid=7691] ppid=7689 vsize=2204 CPUtime=0
/proc/7691/stat : 7691 (minisat_static) R 7689 7691 7654 0 -1 4194304 425 0 0 0 0 0 0 0 18 0 1 0 1195493663 2256896 410 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/7691/statm: 551 411 65 178 0 371 0

[startup+0.0522699 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 7691
/proc/meminfo: memFree=1523488/2055920 swapFree=4175080/4192956
[pid=7691] ppid=7689 vsize=5840 CPUtime=0.04
/proc/7691/stat : 7691 (minisat_static) R 7689 7691 7654 0 -1 4194304 1298 0 0 0 4 0 0 0 18 0 1 0 1195493663 5980160 1283 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/7691/statm: 1460 1283 65 178 0 1280 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5840

[startup+0.101274 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 7691
/proc/meminfo: memFree=1523488/2055920 swapFree=4175080/4192956
[pid=7691] ppid=7689 vsize=7156 CPUtime=0.09
/proc/7691/stat : 7691 (minisat_static) R 7689 7691 7654 0 -1 4194304 1699 0 0 0 9 0 0 0 18 0 1 0 1195493663 7327744 1684 1992294400 134512640 135243866 4294956256 18446744073709551615 134535595 0 0 4096 3 0 0 0 17 1 0 0
/proc/7691/statm: 1789 1684 81 178 0 1609 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7156

[startup+0.301296 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 7691
/proc/meminfo: memFree=1523488/2055920 swapFree=4175080/4192956
[pid=7691] ppid=7689 vsize=7156 CPUtime=0.29
/proc/7691/stat : 7691 (minisat_static) R 7689 7691 7654 0 -1 4194304 1699 0 0 0 29 0 0 0 19 0 1 0 1195493663 7327744 1684 1992294400 134512640 135243866 4294956256 18446744073709551615 134535587 0 0 4096 3 0 0 0 17 1 0 0
/proc/7691/statm: 1789 1684 81 178 0 1609 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7156

[startup+0.701339 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 7691
/proc/meminfo: memFree=1523488/2055920 swapFree=4175080/4192956
[pid=7691] ppid=7689 vsize=10028 CPUtime=0.69
/proc/7691/stat : 7691 (minisat_static) R 7689 7691 7654 0 -1 4194304 2345 0 0 0 68 1 0 0 23 0 1 0 1195493663 10268672 2330 1992294400 134512640 135243866 4294956256 18446744073709551615 134541859 0 0 4096 3 0 0 0 17 1 0 0
/proc/7691/statm: 2507 2330 81 178 0 2327 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 10028

[startup+1.50243 s]
/proc/loadavg: 0.08 0.02 0.01 2/65 7692
/proc/meminfo: memFree=1514072/2055920 swapFree=4175080/4192956
[pid=7691] ppid=7689 vsize=9484 CPUtime=1.49
/proc/7691/stat : 7691 (minisat_static) R 7689 7691 7654 0 -1 4194304 2437 0 0 0 148 1 0 0 25 0 1 0 1195493663 9711616 2232 1992294400 134512640 135243866 4294956256 18446744073709551615 134555905 0 0 4096 3 0 0 0 17 1 0 0
/proc/7691/statm: 2371 2232 87 178 0 2191 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9484

[startup+3.1016 s]
/proc/loadavg: 0.08 0.02 0.01 2/65 7692
/proc/meminfo: memFree=1514456/2055920 swapFree=4175080/4192956
[pid=7691] ppid=7689 vsize=9880 CPUtime=3.09
/proc/7691/stat : 7691 (minisat_static) R 7689 7691 7654 0 -1 4194304 2528 0 0 0 308 1 0 0 25 0 1 0 1195493663 10117120 2323 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/7691/statm: 2470 2323 87 178 0 2290 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9880

[startup+6.30195 s]
/proc/loadavg: 0.08 0.02 0.01 2/65 7692
/proc/meminfo: memFree=1512472/2055920 swapFree=4175080/4192956
[pid=7691] ppid=7689 vsize=12836 CPUtime=6.29
/proc/7691/stat : 7691 (minisat_static) R 7689 7691 7654 0 -1 4194304 3283 0 0 0 627 2 0 0 25 0 1 0 1195493663 13144064 3078 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/7691/statm: 3209 3078 87 178 0 3029 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 12836

[startup+12.7016 s]
/proc/loadavg: 0.22 0.05 0.02 2/65 7692
/proc/meminfo: memFree=1509208/2055920 swapFree=4175080/4192956
[pid=7691] ppid=7689 vsize=15104 CPUtime=12.69
/proc/7691/stat : 7691 (minisat_static) R 7689 7691 7654 0 -1 4194304 3823 0 0 0 1266 3 0 0 25 0 1 0 1195493663 15466496 3618 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/7691/statm: 3776 3618 87 178 0 3596 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 15104

[startup+25.502 s]
/proc/loadavg: 0.34 0.08 0.02 3/65 7692
/proc/meminfo: memFree=1505752/2055920 swapFree=4175080/4192956
[pid=7691] ppid=7689 vsize=18544 CPUtime=25.49
/proc/7691/stat : 7691 (minisat_static) R 7689 7691 7654 0 -1 4194304 4654 0 0 0 2545 4 0 0 25 0 1 0 1195493663 18989056 4449 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/7691/statm: 4636 4449 87 178 0 4456 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 18544

[startup+51.1018 s]
/proc/loadavg: 0.56 0.15 0.05 2/65 7692
/proc/meminfo: memFree=1498392/2055920 swapFree=4175080/4192956
[pid=7691] ppid=7689 vsize=25864 CPUtime=51.07
/proc/7691/stat : 7691 (minisat_static) R 7689 7691 7654 0 -1 4194304 6496 0 0 0 5101 6 0 0 25 0 1 0 1195493663 26484736 6291 1992294400 134512640 135243866 4294956256 18446744073709551615 134555829 0 0 4096 3 0 0 0 17 1 0 0
/proc/7691/statm: 6466 6291 87 178 0 6286 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 25864

[startup+102.305 s]
/proc/loadavg: 0.82 0.29 0.10 2/65 7692
/proc/meminfo: memFree=1480480/2055920 swapFree=4175080/4192956
[pid=7691] ppid=7689 vsize=43992 CPUtime=102.27
/proc/7691/stat : 7691 (minisat_static) R 7689 7691 7654 0 -1 4194304 10935 0 0 0 10217 10 0 0 25 0 1 0 1195493663 45047808 10730 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/7691/statm: 10998 10730 87 178 0 10818 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 43992

[startup+162.302 s]
/proc/loadavg: 0.93 0.42 0.15 2/65 7692
/proc/meminfo: memFree=1473888/2055920 swapFree=4175080/4192956
[pid=7691] ppid=7689 vsize=50484 CPUtime=162.25
/proc/7691/stat : 7691 (minisat_static) R 7689 7691 7654 0 -1 4194304 12559 0 0 0 16213 12 0 0 25 0 1 0 1195493663 51695616 12354 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/7691/statm: 12621 12354 87 178 0 12441 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 50484

[startup+222.301 s]
/proc/loadavg: 0.97 0.52 0.20 2/65 7692
/proc/meminfo: memFree=1473824/2055920 swapFree=4175080/4192956
[pid=7691] ppid=7689 vsize=50484 CPUtime=222.23
/proc/7691/stat : 7691 (minisat_static) R 7689 7691 7654 0 -1 4194304 12568 0 0 0 22211 12 0 0 25 0 1 0 1195493663 51695616 12363 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/7691/statm: 12621 12363 87 178 0 12441 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 50484

[startup+282.302 s]
/proc/loadavg: 0.99 0.61 0.25 2/65 7692
/proc/meminfo: memFree=1473824/2055920 swapFree=4175080/4192956
[pid=7691] ppid=7689 vsize=50484 CPUtime=282.22
/proc/7691/stat : 7691 (minisat_static) R 7689 7691 7654 0 -1 4194304 12575 0 0 0 28210 12 0 0 25 0 1 0 1195493663 51695616 12370 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/7691/statm: 12621 12370 87 178 0 12441 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 50484

[startup+342.301 s]
/proc/loadavg: 0.99 0.67 0.30 2/65 7692
/proc/meminfo: memFree=1473632/2055920 swapFree=4175080/4192956
[pid=7691] ppid=7689 vsize=50728 CPUtime=342.2
/proc/7691/stat : 7691 (minisat_static) R 7689 7691 7654 0 -1 4194304 12625 0 0 0 34208 12 0 0 25 0 1 0 1195493663 51945472 12420 1992294400 134512640 135243866 4294956256 18446744073709551615 134555804 0 0 4096 3 0 0 0 17 1 0 0
/proc/7691/statm: 12682 12420 87 178 0 12502 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 50728

[startup+402.302 s]
/proc/loadavg: 0.99 0.73 0.34 2/65 7692
/proc/meminfo: memFree=1470496/2055920 swapFree=4175080/4192956
[pid=7691] ppid=7689 vsize=54236 CPUtime=402.18
/proc/7691/stat : 7691 (minisat_static) R 7689 7691 7654 0 -1 4194304 13419 0 0 0 40205 13 0 0 25 0 1 0 1195493663 55537664 13214 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/7691/statm: 13559 13214 87 178 0 13379 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 54236

[startup+462.301 s]
/proc/loadavg: 0.99 0.78 0.38 2/65 7692
/proc/meminfo: memFree=1465056/2055920 swapFree=4175080/4192956
[pid=7691] ppid=7689 vsize=59856 CPUtime=462.17
/proc/7691/stat : 7691 (minisat_static) R 7689 7691 7654 0 -1 4194304 14801 0 0 0 46202 15 0 0 25 0 1 0 1195493663 61292544 14596 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/7691/statm: 14964 14596 87 178 0 14784 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 59856

[startup+522.302 s]
/proc/loadavg: 0.99 0.81 0.41 2/65 7692
/proc/meminfo: memFree=1460640/2055920 swapFree=4175080/4192956
[pid=7691] ppid=7689 vsize=64488 CPUtime=522.16
/proc/7691/stat : 7691 (minisat_static) R 7689 7691 7654 0 -1 4194304 15850 0 0 0 52199 17 0 0 25 0 1 0 1195493663 66035712 15645 1992294400 134512640 135243866 4294956256 18446744073709551615 134555829 0 0 4096 3 0 0 0 17 1 0 0
/proc/7691/statm: 16122 15645 87 178 0 15942 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 64488

[startup+582.301 s]
/proc/loadavg: 0.99 0.85 0.45 2/65 7692
/proc/meminfo: memFree=1457952/2055920 swapFree=4175080/4192956
[pid=7691] ppid=7689 vsize=67484 CPUtime=582.14
/proc/7691/stat : 7691 (minisat_static) R 7689 7691 7654 0 -1 4194304 16515 0 0 0 58197 17 0 0 25 0 1 0 1195493663 69103616 16310 1992294400 134512640 135243866 4294956256 18446744073709551615 134555752 0 0 4096 3 0 0 0 17 1 0 0
/proc/7691/statm: 16871 16310 87 178 0 16691 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 67484

[startup+642.302 s]
/proc/loadavg: 0.99 0.87 0.48 2/65 7692
/proc/meminfo: memFree=1457568/2055920 swapFree=4175080/4192956
[pid=7691] ppid=7689 vsize=67860 CPUtime=642.12
/proc/7691/stat : 7691 (minisat_static) R 7689 7691 7654 0 -1 4194304 16610 0 0 0 64195 17 0 0 25 0 1 0 1195493663 69488640 16405 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/7691/statm: 16965 16405 87 178 0 16785 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 67860

[startup+702.301 s]
/proc/loadavg: 0.99 0.89 0.51 2/65 7692
/proc/meminfo: memFree=1457120/2055920 swapFree=4175080/4192956
[pid=7691] ppid=7689 vsize=68352 CPUtime=702.1
/proc/7691/stat : 7691 (minisat_static) R 7689 7691 7654 0 -1 4194304 16722 0 0 0 70193 17 0 0 25 0 1 0 1195493663 69992448 16517 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/7691/statm: 17088 16517 87 178 0 16908 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 68352

[startup+762.306 s]
/proc/loadavg: 0.99 0.91 0.54 2/65 7692
/proc/meminfo: memFree=1456736/2055920 swapFree=4175080/4192956
[pid=7691] ppid=7689 vsize=68760 CPUtime=762.1
/proc/7691/stat : 7691 (minisat_static) R 7689 7691 7654 0 -1 4194304 16803 0 0 0 76192 18 0 0 25 0 1 0 1195493663 70410240 16598 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/7691/statm: 17190 16598 87 178 0 17010 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 68760

[startup+822.301 s]
/proc/loadavg: 0.99 0.92 0.56 2/65 7692
/proc/meminfo: memFree=1452192/2055920 swapFree=4175080/4192956
[pid=7691] ppid=7689 vsize=73456 CPUtime=822.07
/proc/7691/stat : 7691 (minisat_static) R 7689 7691 7654 0 -1 4194304 17936 0 0 0 82188 19 0 0 25 0 1 0 1195493663 75218944 17731 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/7691/statm: 18364 17731 87 178 0 18184 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 73456

[startup+882.302 s]
/proc/loadavg: 0.99 0.93 0.58 2/65 7692
/proc/meminfo: memFree=1450656/2055920 swapFree=4175080/4192956
[pid=7691] ppid=7689 vsize=74812 CPUtime=882.06
/proc/7691/stat : 7691 (minisat_static) R 7689 7691 7654 0 -1 4194304 18303 0 0 0 88186 20 0 0 25 0 1 0 1195493663 76607488 18098 1992294400 134512640 135243866 4294956256 18446744073709551615 134555746 0 0 4096 3 0 0 0 17 1 0 0
/proc/7691/statm: 18703 18098 87 178 0 18523 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 74812

[startup+942.301 s]
/proc/loadavg: 0.99 0.94 0.61 2/65 7692
/proc/meminfo: memFree=1450656/2055920 swapFree=4175080/4192956
[pid=7691] ppid=7689 vsize=74812 CPUtime=942.04
/proc/7691/stat : 7691 (minisat_static) R 7689 7691 7654 0 -1 4194304 18304 0 0 0 94184 20 0 0 25 0 1 0 1195493663 76607488 18099 1992294400 134512640 135243866 4294956256 18446744073709551615 134555792 0 0 4096 3 0 0 0 17 1 0 0
/proc/7691/statm: 18703 18099 87 178 0 18523 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 74812

[startup+1002.3 s]
/proc/loadavg: 0.99 0.95 0.63 2/65 7692
/proc/meminfo: memFree=1450656/2055920 swapFree=4175080/4192956
[pid=7691] ppid=7689 vsize=74812 CPUtime=1002.03
/proc/7691/stat : 7691 (minisat_static) R 7689 7691 7654 0 -1 4194304 18304 0 0 0 100183 20 0 0 25 0 1 0 1195493663 76607488 18099 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/7691/statm: 18703 18099 87 178 0 18523 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 74812

[startup+1062.3 s]
/proc/loadavg: 0.99 0.95 0.65 2/65 7692
/proc/meminfo: memFree=1450656/2055920 swapFree=4175080/4192956
[pid=7691] ppid=7689 vsize=74812 CPUtime=1062.01
/proc/7691/stat : 7691 (minisat_static) R 7689 7691 7654 0 -1 4194304 18304 0 0 0 106181 20 0 0 25 0 1 0 1195493663 76607488 18099 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/7691/statm: 18703 18099 87 178 0 18523 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 74812

[startup+1122.3 s]
/proc/loadavg: 0.99 0.96 0.67 2/65 7692
/proc/meminfo: memFree=1450592/2055920 swapFree=4175080/4192956
[pid=7691] ppid=7689 vsize=74812 CPUtime=1122
/proc/7691/stat : 7691 (minisat_static) R 7689 7691 7654 0 -1 4194304 18314 0 0 0 112179 21 0 0 25 0 1 0 1195493663 76607488 18109 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/7691/statm: 18703 18109 87 178 0 18523 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 74812

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.69 2/65 7692
/proc/meminfo: memFree=1447136/2055920 swapFree=4175080/4192956
[pid=7691] ppid=7689 vsize=78516 CPUtime=1181.98
/proc/7691/stat : 7691 (minisat_static) R 7689 7691 7654 0 -1 4194304 19225 0 0 0 118177 21 0 0 25 0 1 0 1195493663 80400384 19020 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/7691/statm: 19629 19020 87 178 0 19449 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 78516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.69 2/65 7692
/proc/meminfo: memFree=1444384/2055920 swapFree=4175080/4192956
[pid=7691] ppid=7689 vsize=80980 CPUtime=1200.08
/proc/7691/stat : 7691 (minisat_static) R 7689 7691 7654 0 -1 4194304 19865 0 0 0 119986 22 0 0 25 0 1 0 1195493663 82923520 19660 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/7691/statm: 20245 19660 87 178 0 20065 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 80980

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.42
CPU time (s): 1200.11
CPU user time (s): 1199.87
CPU system time (s): 0.236963
CPU usage (%): 99.974
Max. virtual memory (cumulated for all children) (KiB): 80980

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

runsolver used 1.02084 second user time and 2.72758 second system time

The end

Launcher Data

Begin job on node37 at 2009-04-09 00:05:05
IDJOB=1592849
IDBENCH=71066
IDSOLVER=568
FILE ID=node37/1592849-1239228304
PBS_JOBID= 9113615
Free space on /tmp= 66448 MiB

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

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

MD5SUM BENCH= e868383f091c36fa9594c670095c9824
RANDOM SEED=272878066

node37.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.213
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.213
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:       1523968 kB
Buffers:         32304 kB
Cached:         445752 kB
SwapCached:      12224 kB
Active:          69800 kB
Inactive:       421764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1523968 kB
SwapTotal:     4192956 kB
SwapFree:      4175080 kB
Dirty:            2252 kB
Writeback:           0 kB
Mapped:          18568 kB
Slab:            26500 kB
Committed_AS:  3504308 kB
PageTables:       1384 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= 66444 MiB
End job on node37 at 2009-04-09 00:25:07