Trace number 1592875

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

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_12_UNKNOWN.cnf
MD5SUMd18a114d646a89f18fb3efba2be009e6
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 variables1898
Number of clauses118441
Sum of the clauses size352559
Maximum clause length13
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22994
Number of clauses of size 3115424
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:  1898                                                 |
0.00/0.00	|  Number of clauses:    118441                                               |
0.02/0.09	|  Parsing time:         0.08         s                                       |
2.10/2.16	============================[ Search Statistics ]==============================
2.10/2.16	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.10/2.16	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.10/2.16	===============================================================================
2.10/2.16	|         0 |    1240   114014   489429 |    38004        0    nan |  0.000 % |
2.10/2.19	|       101 |    1240   114014   489429 |    41805      101     61 |  0.000 % |
2.20/2.22	|       251 |    1240   114014   489429 |    45985      251     67 |  0.000 % |
2.20/2.26	|       476 |    1240   114014   489429 |    50584      476     72 |  0.000 % |
2.29/2.32	|       813 |    1240   114014   489429 |    55642      813     72 |  0.000 % |
2.39/2.41	|      1320 |    1240   114014   489429 |    61206     1320     79 |  0.000 % |
2.49/2.56	|      2079 |    1240   114014   489429 |    67327     2079     83 |  0.000 % |
2.69/2.79	|      3220 |    1240   114014   489429 |    74060     3220     87 |  0.000 % |
3.09/3.19	|      4930 |    1240   114014   489429 |    81466     4930     87 |  0.000 % |
4.49/4.55	|      7493 |    1240   114014   489429 |    89613     7493     90 |  0.000 % |
6.39/6.43	|     11337 |    1240   114014   489429 |    98574    11337     91 |  0.000 % |
10.99/11.02	|     17103 |    1240   114014   489429 |   108431    17103     91 |  0.000 % |
16.98/17.01	|     25753 |    1240   114014   489429 |   119274    25753     93 |  0.000 % |
36.68/36.72	|     38727 |    1240   114014   489429 |   131202    38727     94 |  0.000 % |
91.66/91.72	|     58188 |    1240   114014   489429 |   144322    58188     96 |  0.000 % |
168.44/168.54	|     87380 |    1240   114014   489429 |   158754    87380     95 |  0.000 % |
429.97/430.16	|    131170 |    1240   114014   489429 |   174630   131170    101 |  0.000 % |
762.08/762.35	|    196855 |    1240   114014   489429 |   192093    37435     95 |  0.000 % |
988.51/988.88	|    295383 |    1240   114014   489429 |   211302   135963    108 |  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-1592875-1239229364/watcher-1592875-1239229364 -o /tmp/evaluation-result-1592875-1239229364/solver-1592875-1239229364 -C 1200 -W 1800 -M 1800 --output-limit 1,15 minisat_static HOME/instance-1592875-1239229364.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: 1.00 0.97 0.72 3/80 11449
/proc/meminfo: memFree=854808/2055912 swapFree=4170596/4192956
[pid=11449] ppid=11447 vsize=2360 CPUtime=0
/proc/11449/stat : 11449 (minisat_static) R 11447 11449 11262 0 -1 4194304 452 0 0 0 0 0 0 0 18 0 1 0 1195600270 2416640 437 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/11449/statm: 590 437 65 178 0 410 0

[startup+0.026675 s]
/proc/loadavg: 1.00 0.97 0.72 3/80 11449
/proc/meminfo: memFree=854808/2055912 swapFree=4170596/4192956
[pid=11449] ppid=11447 vsize=4020 CPUtime=0.02
/proc/11449/stat : 11449 (minisat_static) R 11447 11449 11262 0 -1 4194304 850 0 0 0 2 0 0 0 18 0 1 0 1195600270 4116480 835 1992294400 134512640 135243866 4294956256 18446744073709551615 134547865 0 0 4096 3 0 0 0 17 1 0 0
/proc/11449/statm: 1005 835 65 178 0 825 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 4020

[startup+0.101682 s]
/proc/loadavg: 1.00 0.97 0.72 3/80 11449
/proc/meminfo: memFree=854808/2055912 swapFree=4170596/4192956
[pid=11449] ppid=11447 vsize=8868 CPUtime=0.09
/proc/11449/stat : 11449 (minisat_static) R 11447 11449 11262 0 -1 4194304 2083 0 0 0 9 0 0 0 18 0 1 0 1195600270 9080832 2068 1992294400 134512640 135243866 4294956256 18446744073709551615 134535587 0 0 4096 3 0 0 0 17 1 0 0
/proc/11449/statm: 2217 2068 81 178 0 2037 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8868

[startup+0.301703 s]
/proc/loadavg: 1.00 0.97 0.72 3/80 11449
/proc/meminfo: memFree=854808/2055912 swapFree=4170596/4192956
[pid=11449] ppid=11447 vsize=8868 CPUtime=0.29
/proc/11449/stat : 11449 (minisat_static) R 11447 11449 11262 0 -1 4194304 2083 0 0 0 29 0 0 0 19 0 1 0 1195600270 9080832 2068 1992294400 134512640 135243866 4294956256 18446744073709551615 134535475 0 0 4096 3 0 0 0 17 1 0 0
/proc/11449/statm: 2217 2068 81 178 0 2037 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8868

[startup+0.701745 s]
/proc/loadavg: 1.00 0.97 0.72 3/80 11449
/proc/meminfo: memFree=854808/2055912 swapFree=4170596/4192956
[pid=11449] ppid=11447 vsize=8868 CPUtime=0.69
/proc/11449/stat : 11449 (minisat_static) R 11447 11449 11262 0 -1 4194304 2083 0 0 0 69 0 0 0 22 0 1 0 1195600270 9080832 2068 1992294400 134512640 135243866 4294956256 18446744073709551615 134535747 0 0 4096 3 0 0 0 17 1 0 0
/proc/11449/statm: 2217 2068 81 178 0 2037 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8868

[startup+1.50183 s]
/proc/loadavg: 1.00 0.97 0.72 2/81 11450
/proc/meminfo: memFree=843792/2055912 swapFree=4170596/4192956
[pid=11449] ppid=11447 vsize=12340 CPUtime=1.49
/proc/11449/stat : 11449 (minisat_static) R 11447 11449 11262 0 -1 4194304 2927 0 0 0 148 1 0 0 25 0 1 0 1195600270 12636160 2912 1992294400 134512640 135243866 4294956256 18446744073709551615 134535475 0 0 4096 3 0 0 0 17 1 0 0
/proc/11449/statm: 3085 2912 81 178 0 2905 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 12340

[startup+3.10199 s]
/proc/loadavg: 1.00 0.97 0.72 2/81 11450
/proc/meminfo: memFree=843216/2055912 swapFree=4170596/4192956
[pid=11449] ppid=11447 vsize=11244 CPUtime=3.09
/proc/11449/stat : 11449 (minisat_static) R 11447 11449 11262 0 -1 4194304 2937 0 0 0 308 1 0 0 25 0 1 0 1195600270 11513856 2678 1992294400 134512640 135243866 4294956256 18446744073709551615 134555746 0 0 4096 3 0 0 0 17 1 0 0
/proc/11449/statm: 2811 2678 87 178 0 2631 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 11244

[startup+6.30132 s]
/proc/loadavg: 1.00 0.97 0.72 2/81 11450
/proc/meminfo: memFree=842704/2055912 swapFree=4170596/4192956
[pid=11449] ppid=11447 vsize=13376 CPUtime=6.29
/proc/11449/stat : 11449 (minisat_static) R 11447 11449 11262 0 -1 4194304 3464 0 0 0 627 2 0 0 25 0 1 0 1195600270 13697024 3205 1992294400 134512640 135243866 4294956256 18446744073709551615 134555719 0 0 4096 3 0 0 0 17 1 0 0
/proc/11449/statm: 3344 3205 87 178 0 3164 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 13376

[startup+12.702 s]
/proc/loadavg: 1.00 0.97 0.72 2/81 11450
/proc/meminfo: memFree=838872/2055912 swapFree=4170596/4192956
[pid=11449] ppid=11447 vsize=16668 CPUtime=12.68
/proc/11449/stat : 11449 (minisat_static) R 11447 11449 11262 0 -1 4194304 4298 0 0 0 1266 2 0 0 25 0 1 0 1195600270 17068032 4039 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/11449/statm: 4167 4039 87 178 0 3987 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 16668

[startup+25.5013 s]
/proc/loadavg: 1.00 0.97 0.72 2/81 11450
/proc/meminfo: memFree=833496/2055912 swapFree=4170596/4192956
[pid=11449] ppid=11447 vsize=22088 CPUtime=25.48
/proc/11449/stat : 11449 (minisat_static) R 11447 11449 11262 0 -1 4194304 5596 0 0 0 2544 4 0 0 25 0 1 0 1195600270 22618112 5337 1992294400 134512640 135243866 4294956256 18446744073709551615 134555804 0 0 4096 3 0 0 0 17 1 0 0
/proc/11449/statm: 5522 5337 87 178 0 5342 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 22088

[startup+51.102 s]
/proc/loadavg: 1.00 0.97 0.73 2/81 11450
/proc/meminfo: memFree=827352/2055912 swapFree=4170596/4192956
[pid=11449] ppid=11447 vsize=28220 CPUtime=51.08
/proc/11449/stat : 11449 (minisat_static) R 11447 11449 11262 0 -1 4194304 7131 0 0 0 5102 6 0 0 25 0 1 0 1195600270 28897280 6872 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/11449/statm: 7055 6872 87 178 0 6875 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 28220

[startup+102.306 s]
/proc/loadavg: 1.00 0.97 0.74 2/81 11450
/proc/meminfo: memFree=819160/2055912 swapFree=4170596/4192956
[pid=11449] ppid=11447 vsize=36396 CPUtime=102.26
/proc/11449/stat : 11449 (minisat_static) R 11447 11449 11262 0 -1 4194304 9154 0 0 0 10218 8 0 0 25 0 1 0 1195600270 37269504 8895 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/11449/statm: 9099 8895 87 178 0 8919 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 36396

[startup+162.301 s]
/proc/loadavg: 1.00 0.97 0.75 2/81 11450
/proc/meminfo: memFree=809816/2055912 swapFree=4170596/4192956
[pid=11449] ppid=11447 vsize=45880 CPUtime=162.25
/proc/11449/stat : 11449 (minisat_static) R 11447 11449 11262 0 -1 4194304 11489 0 0 0 16214 11 0 0 25 0 1 0 1195600270 46981120 11230 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/11449/statm: 11470 11230 87 178 0 11290 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 45880

[startup+222.302 s]
/proc/loadavg: 1.00 0.97 0.76 2/81 11450
/proc/meminfo: memFree=801944/2055912 swapFree=4170596/4192956
[pid=11449] ppid=11447 vsize=54420 CPUtime=222.23
/proc/11449/stat : 11449 (minisat_static) R 11447 11449 11262 0 -1 4194304 13452 0 0 0 22210 13 0 0 25 0 1 0 1195600270 55726080 13191 1992294400 134512640 135243866 4294956256 18446744073709551615 134555831 0 0 4096 3 0 0 0 17 1 0 0
/proc/11449/statm: 13605 13191 87 178 0 13425 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 54420

[startup+282.302 s]
/proc/loadavg: 1.00 0.97 0.78 2/81 11450
/proc/meminfo: memFree=797848/2055912 swapFree=4170596/4192956
[pid=11449] ppid=11447 vsize=58380 CPUtime=282.22
/proc/11449/stat : 11449 (minisat_static) R 11447 11449 11262 0 -1 4194304 14473 0 0 0 28207 15 0 0 25 0 1 0 1195600270 59781120 14212 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/11449/statm: 14595 14212 87 178 0 14415 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 58380

[startup+342.301 s]
/proc/loadavg: 1.00 0.97 0.79 2/81 11450
/proc/meminfo: memFree=791768/2055912 swapFree=4170596/4192956
[pid=11449] ppid=11447 vsize=64428 CPUtime=342.19
/proc/11449/stat : 11449 (minisat_static) R 11447 11449 11262 0 -1 4194304 15987 0 0 0 34203 16 0 0 25 0 1 0 1195600270 65974272 15726 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/11449/statm: 16107 15726 87 178 0 15927 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 64428

[startup+402.301 s]
/proc/loadavg: 1.00 0.97 0.80 2/81 11450
/proc/meminfo: memFree=787096/2055912 swapFree=4170596/4192956
[pid=11449] ppid=11447 vsize=69072 CPUtime=402.17
/proc/11449/stat : 11449 (minisat_static) R 11447 11449 11262 0 -1 4194304 17152 0 0 0 40199 18 0 0 25 0 1 0 1195600270 70729728 16891 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/11449/statm: 17268 16891 87 178 0 17088 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 69072

[startup+462.302 s]
/proc/loadavg: 1.00 0.97 0.81 2/81 11450
/proc/meminfo: memFree=781272/2055912 swapFree=4170596/4192956
[pid=11449] ppid=11447 vsize=75012 CPUtime=462.16
/proc/11449/stat : 11449 (minisat_static) R 11447 11449 11262 0 -1 4194304 18596 0 0 0 46197 19 0 0 25 0 1 0 1195600270 76812288 18335 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/11449/statm: 18753 18335 87 178 0 18573 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 75012

[startup+522.302 s]
/proc/loadavg: 1.00 0.97 0.82 2/81 11450
/proc/meminfo: memFree=777880/2055912 swapFree=4170596/4192956
[pid=11449] ppid=11447 vsize=78868 CPUtime=522.15
/proc/11449/stat : 11449 (minisat_static) R 11447 11449 11262 0 -1 4194304 19443 0 0 0 52194 21 0 0 25 0 1 0 1195600270 80760832 19182 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/11449/statm: 19717 19182 87 178 0 19537 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 78868

[startup+582.302 s]
/proc/loadavg: 1.00 0.97 0.83 2/81 11450
/proc/meminfo: memFree=774232/2055912 swapFree=4170596/4192956
[pid=11449] ppid=11447 vsize=82452 CPUtime=582.13
/proc/11449/stat : 11449 (minisat_static) R 11447 11449 11262 0 -1 4194304 20331 0 0 0 58191 22 0 0 25 0 1 0 1195600270 84430848 20070 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/11449/statm: 20613 20070 87 178 0 20433 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 82452

[startup+642.301 s]
/proc/loadavg: 1.00 0.97 0.83 2/81 11450
/proc/meminfo: memFree=770456/2055912 swapFree=4170596/4192956
[pid=11449] ppid=11447 vsize=86440 CPUtime=642.11
/proc/11449/stat : 11449 (minisat_static) R 11447 11449 11262 0 -1 4194304 21294 0 0 0 64188 23 0 0 25 0 1 0 1195600270 88514560 21033 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/11449/statm: 21610 21033 87 178 0 21430 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 86440

[startup+702.301 s]
/proc/loadavg: 1.00 0.97 0.84 2/81 11450
/proc/meminfo: memFree=766168/2055912 swapFree=4170596/4192956
[pid=11449] ppid=11447 vsize=90700 CPUtime=702.1
/proc/11449/stat : 11449 (minisat_static) R 11447 11449 11262 0 -1 4194304 22347 0 0 0 70186 24 0 0 25 0 1 0 1195600270 92876800 22086 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/11449/statm: 22675 22086 87 178 0 22495 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 90700

[startup+762.307 s]
/proc/loadavg: 1.00 0.97 0.84 2/81 11450
/proc/meminfo: memFree=763160/2055912 swapFree=4170596/4192956
[pid=11449] ppid=11447 vsize=93612 CPUtime=762.08
/proc/11449/stat : 11449 (minisat_static) R 11447 11449 11262 0 -1 4194304 23095 0 0 0 76183 25 0 0 25 0 1 0 1195600270 95858688 22834 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/11449/statm: 23403 22834 87 178 0 23223 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 93612

[startup+822.302 s]
/proc/loadavg: 1.00 0.97 0.85 2/81 11450
/proc/meminfo: memFree=763160/2055912 swapFree=4170596/4192956
[pid=11449] ppid=11447 vsize=93612 CPUtime=822.06
/proc/11449/stat : 11449 (minisat_static) R 11447 11449 11262 0 -1 4194304 23099 0 0 0 82181 25 0 0 25 0 1 0 1195600270 95858688 22838 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/11449/statm: 23403 22838 87 178 0 23223 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 93612

[startup+882.302 s]
/proc/loadavg: 1.00 0.97 0.86 2/81 11450
/proc/meminfo: memFree=763160/2055912 swapFree=4170596/4192956
[pid=11449] ppid=11447 vsize=93612 CPUtime=882.04
/proc/11449/stat : 11449 (minisat_static) R 11447 11449 11262 0 -1 4194304 23101 0 0 0 88179 25 0 0 25 0 1 0 1195600270 95858688 22840 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/11449/statm: 23403 22840 87 178 0 23223 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 93612

[startup+942.301 s]
/proc/loadavg: 1.00 0.97 0.86 2/81 11450
/proc/meminfo: memFree=763096/2055912 swapFree=4170596/4192956
[pid=11449] ppid=11447 vsize=93612 CPUtime=942.02
/proc/11449/stat : 11449 (minisat_static) R 11447 11449 11262 0 -1 4194304 23108 0 0 0 94177 25 0 0 25 0 1 0 1195600270 95858688 22847 1992294400 134512640 135243866 4294956256 18446744073709551615 134555883 0 0 4096 3 0 0 0 17 1 0 0
/proc/11449/statm: 23403 22847 87 178 0 23223 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 93612

[startup+1002.3 s]
/proc/loadavg: 1.00 0.97 0.87 2/81 11450
/proc/meminfo: memFree=763032/2055912 swapFree=4170596/4192956
[pid=11449] ppid=11447 vsize=93612 CPUtime=1002
/proc/11449/stat : 11449 (minisat_static) R 11447 11449 11262 0 -1 4194304 23121 0 0 0 100175 25 0 0 25 0 1 0 1195600270 95858688 22860 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/11449/statm: 23403 22860 87 178 0 23223 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 93612

[startup+1062.3 s]
/proc/loadavg: 1.00 0.97 0.87 2/81 11450
/proc/meminfo: memFree=763032/2055912 swapFree=4170596/4192956
[pid=11449] ppid=11447 vsize=93612 CPUtime=1061.99
/proc/11449/stat : 11449 (minisat_static) R 11447 11449 11262 0 -1 4194304 23123 0 0 0 106173 26 0 0 25 0 1 0 1195600270 95858688 22862 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/11449/statm: 23403 22862 87 178 0 23223 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 93612

[startup+1122.3 s]
/proc/loadavg: 1.00 0.97 0.88 2/81 11450
/proc/meminfo: memFree=756696/2055912 swapFree=4170596/4192956
[pid=11449] ppid=11447 vsize=100076 CPUtime=1121.97
/proc/11449/stat : 11449 (minisat_static) R 11447 11449 11262 0 -1 4194304 24724 0 0 0 112169 28 0 0 25 0 1 0 1195600270 102477824 24463 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/11449/statm: 25019 24463 87 178 0 24839 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 100076

[startup+1182.3 s]
/proc/loadavg: 1.00 0.97 0.89 2/81 11450
/proc/meminfo: memFree=750104/2055912 swapFree=4170596/4192956
[pid=11449] ppid=11447 vsize=106616 CPUtime=1181.95
/proc/11449/stat : 11449 (minisat_static) R 11447 11449 11262 0 -1 4194304 26354 0 0 0 118166 29 0 0 25 0 1 0 1195600270 109174784 26093 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/11449/statm: 26654 26093 87 178 0 26474 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 106616



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 0.97 0.89 2/81 11450
/proc/meminfo: memFree=748440/2055912 swapFree=4170596/4192956
[pid=11449] ppid=11447 vsize=108236 CPUtime=1200.06
/proc/11449/stat : 11449 (minisat_static) R 11447 11449 11262 0 -1 4194304 26758 0 0 0 119976 30 0 0 25 0 1 0 1195600270 110833664 26497 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/11449/statm: 27059 26497 87 178 0 26879 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 108236

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.09
CPU user time (s): 1199.77
CPU system time (s): 0.320951
CPU usage (%): 99.9719
Max. virtual memory (cumulated for all children) (KiB): 108236

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

runsolver used 1.56076 second user time and 3.9104 second system time

The end

Launcher Data

Begin job on node78 at 2009-04-09 00:22:44
IDJOB=1592875
IDBENCH=71092
IDSOLVER=568
FILE ID=node78/1592875-1239229364
PBS_JOBID= 9113596
Free space on /tmp= 126628 MiB

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

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

MD5SUM BENCH= d18a114d646a89f18fb3efba2be009e6
RANDOM SEED=2024053401

node78.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.214
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.214
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:      2055912 kB
MemFree:        855224 kB
Buffers:         68324 kB
Cached:        1043436 kB
SwapCached:       7656 kB
Active:         100736 kB
Inactive:      1021260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:        855224 kB
SwapTotal:     4192956 kB
SwapFree:      4170596 kB
Dirty:            2764 kB
Writeback:           0 kB
Mapped:          15944 kB
Slab:            62872 kB
Committed_AS:  3282640 kB
PageTables:       2556 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126628 MiB
End job on node78 at 2009-04-09 00:42:46