Trace number 1592883

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

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_13_UNKNOWN.cnf
MD5SUM604e1311b2fcb3c933399ca7195c63f1
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 variables2058
Number of clauses133055
Sum of the clauses size396210
Maximum clause length14
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23208
Number of clauses of size 3129824
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:  2058                                                 |
0.00/0.00	|  Number of clauses:    133055                                               |
0.00/0.09	|  Parsing time:         0.09         s                                       |
2.39/2.48	============================[ Search Statistics ]==============================
2.39/2.48	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.39/2.48	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.39/2.48	===============================================================================
2.39/2.48	|         0 |    1350   128608   551081 |    42869        0    nan |  0.000 % |
2.49/2.50	|       101 |    1350   128608   551081 |    47156      101     67 |  0.000 % |
2.49/2.52	|       251 |    1350   128608   551081 |    51871      251     76 |  0.000 % |
2.49/2.57	|       476 |    1350   128608   551081 |    57059      476     78 |  0.000 % |
2.68/2.72	|       813 |    1350   128608   551081 |    62764      813     84 |  0.000 % |
2.78/2.82	|      1319 |    1350   128608   551081 |    69041     1319     95 |  0.000 % |
2.98/3.02	|      2078 |    1350   128608   551081 |    75945     2078    100 |  0.000 % |
3.28/3.39	|      3223 |    1350   128608   551081 |    83540     3223    105 |  0.000 % |
3.88/3.93	|      4931 |    1350   128608   551081 |    91894     4931    110 |  0.000 % |
4.59/4.65	|      7493 |    1350   128608   551081 |   101083     7493    112 |  0.000 % |
6.08/6.16	|     11337 |    1350   128608   551081 |   111192    11337    111 |  0.000 % |
9.99/10.03	|     17104 |    1350   128608   551081 |   122311    17104    108 |  0.000 % |
20.48/20.55	|     25754 |    1350   128608   551081 |   134542    25754    105 |  0.000 % |
38.08/38.13	|     38729 |    1350   128608   551081 |   147996    38729    103 |  0.000 % |
67.87/67.97	|     58191 |    1350   128608   551081 |   162796    58191    104 |  0.000 % |
150.65/150.74	|     87386 |    1350   128608   551081 |   179075    87386    106 |  0.000 % |
334.50/334.65	|    131176 |    1350   128608   551081 |   196983   131176    107 |  0.000 % |
762.48/762.72	|    196860 |    1350   128608   551081 |   216681   196860    106 |  0.000 % |
1057.01/1057.33	|    295387 |    1350   128608   551081 |   238349    97397    115 |  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-1592883-1239230515/watcher-1592883-1239230515 -o /tmp/evaluation-result-1592883-1239230515/solver-1592883-1239230515 -C 1200 -W 1800 -M 1800 --output-limit 1,15 minisat_static HOME/instance-1592883-1239230515.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 1.00 0.91 3/80 1853
/proc/meminfo: memFree=1586948/2055920 swapFree=4163572/4192956
[pid=1853] ppid=1851 vsize=2408 CPUtime=0
/proc/1853/stat : 1853 (minisat_static) R 1851 1853 1754 0 -1 4194304 461 0 0 0 0 0 0 0 20 0 1 0 1195715187 2465792 446 1992294400 134512640 135243866 4294956256 18446744073709551615 134538255 0 0 4096 3 0 0 0 17 1 0 0
/proc/1853/statm: 602 446 65 178 0 422 0

[startup+0.105186 s]
/proc/loadavg: 1.00 1.00 0.91 3/80 1853
/proc/meminfo: memFree=1586948/2055920 swapFree=4163572/4192956
[pid=1853] ppid=1851 vsize=9596 CPUtime=0.09
/proc/1853/stat : 1853 (minisat_static) R 1851 1853 1754 0 -1 4194304 2287 0 0 0 9 0 0 0 21 0 1 0 1195715187 9826304 2272 1992294400 134512640 135243866 4294956256 18446744073709551615 134535473 0 0 4096 3 0 0 0 17 1 0 0
/proc/1853/statm: 2399 2272 81 178 0 2219 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9596

[startup+0.201196 s]
/proc/loadavg: 1.00 1.00 0.91 3/80 1853
/proc/meminfo: memFree=1586948/2055920 swapFree=4163572/4192956
[pid=1853] ppid=1851 vsize=9596 CPUtime=0.19
/proc/1853/stat : 1853 (minisat_static) R 1851 1853 1754 0 -1 4194304 2287 0 0 0 19 0 0 0 21 0 1 0 1195715187 9826304 2272 1992294400 134512640 135243866 4294956256 18446744073709551615 134535747 0 0 4096 3 0 0 0 17 1 0 0
/proc/1853/statm: 2399 2272 81 178 0 2219 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 9596

[startup+0.301207 s]
/proc/loadavg: 1.00 1.00 0.91 3/80 1853
/proc/meminfo: memFree=1586948/2055920 swapFree=4163572/4192956
[pid=1853] ppid=1851 vsize=9596 CPUtime=0.29
/proc/1853/stat : 1853 (minisat_static) R 1851 1853 1754 0 -1 4194304 2287 0 0 0 29 0 0 0 22 0 1 0 1195715187 9826304 2272 1992294400 134512640 135243866 4294956256 18446744073709551615 134535587 0 0 4096 3 0 0 0 17 1 0 0
/proc/1853/statm: 2399 2272 81 178 0 2219 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9596

[startup+0.701246 s]
/proc/loadavg: 1.00 1.00 0.91 3/80 1853
/proc/meminfo: memFree=1586948/2055920 swapFree=4163572/4192956
[pid=1853] ppid=1851 vsize=9596 CPUtime=0.69
/proc/1853/stat : 1853 (minisat_static) R 1851 1853 1754 0 -1 4194304 2287 0 0 0 69 0 0 0 25 0 1 0 1195715187 9826304 2272 1992294400 134512640 135243866 4294956256 18446744073709551615 134535587 0 0 4096 3 0 0 0 17 1 0 0
/proc/1853/statm: 2399 2272 81 178 0 2219 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9596

[startup+1.50233 s]
/proc/loadavg: 1.00 1.00 0.91 2/81 1854
/proc/meminfo: memFree=1575036/2055920 swapFree=4163572/4192956
[pid=1853] ppid=1851 vsize=13440 CPUtime=1.49
/proc/1853/stat : 1853 (minisat_static) R 1851 1853 1754 0 -1 4194304 3171 0 0 0 149 0 0 0 25 0 1 0 1195715187 13762560 3156 1992294400 134512640 135243866 4294956256 18446744073709551615 134535759 0 0 4096 3 0 0 0 17 1 0 0
/proc/1853/statm: 3360 3156 81 178 0 3180 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13440

[startup+3.1015 s]
/proc/loadavg: 1.00 1.00 0.91 2/81 1854
/proc/meminfo: memFree=1574396/2055920 swapFree=4163572/4192956
[pid=1853] ppid=1851 vsize=12224 CPUtime=3.08
/proc/1853/stat : 1853 (minisat_static) R 1851 1853 1754 0 -1 4194304 3178 0 0 0 308 0 0 0 25 0 1 0 1195715187 12517376 2890 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/1853/statm: 3056 2890 87 178 0 2876 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 12224

[startup+6.30182 s]
/proc/loadavg: 1.00 1.00 0.91 2/81 1854
/proc/meminfo: memFree=1573180/2055920 swapFree=4163572/4192956
[pid=1853] ppid=1851 vsize=15436 CPUtime=6.28
/proc/1853/stat : 1853 (minisat_static) R 1851 1853 1754 0 -1 4194304 3960 0 0 0 627 1 0 0 25 0 1 0 1195715187 15806464 3672 1992294400 134512640 135243866 4294956256 18446744073709551615 134555754 0 0 4096 3 0 0 0 17 1 0 0
/proc/1853/statm: 3859 3672 87 178 0 3679 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 15436

[startup+12.7015 s]
/proc/loadavg: 1.00 1.00 0.91 2/81 1854
/proc/meminfo: memFree=1568644/2055920 swapFree=4163572/4192956
[pid=1853] ppid=1851 vsize=19004 CPUtime=12.68
/proc/1853/stat : 1853 (minisat_static) R 1851 1853 1754 0 -1 4194304 4851 0 0 0 1266 2 0 0 25 0 1 0 1195715187 19460096 4563 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/1853/statm: 4751 4563 87 178 0 4571 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 19004

[startup+25.5018 s]
/proc/loadavg: 1.00 1.00 0.91 2/81 1854
/proc/meminfo: memFree=1563524/2055920 swapFree=4163572/4192956
[pid=1853] ppid=1851 vsize=24168 CPUtime=25.48
/proc/1853/stat : 1853 (minisat_static) R 1851 1853 1754 0 -1 4194304 6116 0 0 0 2544 4 0 0 25 0 1 0 1195715187 24748032 5828 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/1853/statm: 6042 5828 87 178 0 5862 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 24168

[startup+51.1014 s]
/proc/loadavg: 1.00 1.00 0.91 2/81 1854
/proc/meminfo: memFree=1555780/2055920 swapFree=4163572/4192956
[pid=1853] ppid=1851 vsize=32144 CPUtime=51.07
/proc/1853/stat : 1853 (minisat_static) R 1851 1853 1754 0 -1 4194304 8098 0 0 0 5100 7 0 0 25 0 1 0 1195715187 32915456 7810 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/1853/statm: 8036 7810 87 178 0 7856 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 32144

[startup+102.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/81 1854
/proc/meminfo: memFree=1545540/2055920 swapFree=4163572/4192956
[pid=1853] ppid=1851 vsize=42400 CPUtime=102.27
/proc/1853/stat : 1853 (minisat_static) R 1851 1853 1754 0 -1 4194304 10579 0 0 0 10218 9 0 0 25 0 1 0 1195715187 43417600 10291 1992294400 134512640 135243866 4294956256 18446744073709551615 134748151 0 0 4096 3 0 0 0 17 1 0 0
/proc/1853/statm: 10600 10291 87 178 0 10420 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 42400

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/81 1854
/proc/meminfo: memFree=1533892/2055920 swapFree=4163572/4192956
[pid=1853] ppid=1851 vsize=54244 CPUtime=162.24
/proc/1853/stat : 1853 (minisat_static) R 1851 1853 1754 0 -1 4194304 13500 0 0 0 16213 11 0 0 25 0 1 0 1195715187 55545856 13212 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/1853/statm: 13561 13212 87 178 0 13381 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 54244

[startup+222.308 s]
/proc/loadavg: 1.07 1.02 0.91 2/81 1854
/proc/meminfo: memFree=1526724/2055920 swapFree=4163572/4192956
[pid=1853] ppid=1851 vsize=61716 CPUtime=222.23
/proc/1853/stat : 1853 (minisat_static) R 1851 1853 1754 0 -1 4194304 15296 0 0 0 22211 12 0 0 25 0 1 0 1195715187 63197184 15008 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/1853/statm: 15429 15008 87 178 0 15249 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 61716

[startup+282.302 s]
/proc/loadavg: 1.10 1.03 0.92 2/81 1854
/proc/meminfo: memFree=1519812/2055920 swapFree=4163572/4192956
[pid=1853] ppid=1851 vsize=68604 CPUtime=282.21
/proc/1853/stat : 1853 (minisat_static) R 1851 1853 1754 0 -1 4194304 17043 0 0 0 28207 14 0 0 25 0 1 0 1195715187 70250496 16755 1992294400 134512640 135243866 4294956256 18446744073709551615 134555822 0 0 4096 3 0 0 0 17 1 0 0
/proc/1853/statm: 17151 16755 87 178 0 16971 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 68604

[startup+342.301 s]
/proc/loadavg: 1.09 1.04 0.93 2/81 1854
/proc/meminfo: memFree=1512260/2055920 swapFree=4163572/4192956
[pid=1853] ppid=1851 vsize=76180 CPUtime=342.19
/proc/1853/stat : 1853 (minisat_static) R 1851 1853 1754 0 -1 4194304 18864 0 0 0 34204 15 0 0 25 0 1 0 1195715187 78008320 18576 1992294400 134512640 135243866 4294956256 18446744073709551615 134555798 0 0 4096 3 0 0 0 17 1 0 0
/proc/1853/statm: 19045 18576 87 178 0 18865 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 76180

[startup+402.301 s]
/proc/loadavg: 1.10 1.04 0.93 2/81 1854
/proc/meminfo: memFree=1506756/2055920 swapFree=4163572/4192956
[pid=1853] ppid=1851 vsize=81872 CPUtime=402.18
/proc/1853/stat : 1853 (minisat_static) R 1851 1853 1754 0 -1 4194304 20243 0 0 0 40201 17 0 0 25 0 1 0 1195715187 83836928 19955 1992294400 134512640 135243866 4294956256 18446744073709551615 134555815 0 0 4096 3 0 0 0 17 1 0 0
/proc/1853/statm: 20468 19955 87 178 0 20288 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 81872

[startup+462.301 s]
/proc/loadavg: 1.08 1.05 0.94 2/81 1854
/proc/meminfo: memFree=1502212/2055920 swapFree=4163572/4192956
[pid=1853] ppid=1851 vsize=86512 CPUtime=462.16
/proc/1853/stat : 1853 (minisat_static) R 1851 1853 1754 0 -1 4194304 21375 0 0 0 46198 18 0 0 25 0 1 0 1195715187 88588288 21087 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/1853/statm: 21628 21087 87 178 0 21448 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 86512

[startup+522.302 s]
/proc/loadavg: 1.08 1.05 0.94 2/81 1854
/proc/meminfo: memFree=1497540/2055920 swapFree=4163572/4192956
[pid=1853] ppid=1851 vsize=91200 CPUtime=522.15
/proc/1853/stat : 1853 (minisat_static) R 1851 1853 1754 0 -1 4194304 22540 0 0 0 52196 19 0 0 25 0 1 0 1195715187 93388800 22252 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/1853/statm: 22800 22252 87 178 0 22620 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 91200

[startup+582.302 s]
/proc/loadavg: 1.03 1.04 0.94 2/81 1854
/proc/meminfo: memFree=1494788/2055920 swapFree=4163572/4192956
[pid=1853] ppid=1851 vsize=93960 CPUtime=582.14
/proc/1853/stat : 1853 (minisat_static) R 1851 1853 1754 0 -1 4194304 23216 0 0 0 58194 20 0 0 25 0 1 0 1195715187 96215040 22928 1992294400 134512640 135243866 4294956256 18446744073709551615 134555719 0 0 4096 3 0 0 0 17 1 0 0
/proc/1853/statm: 23490 22928 87 178 0 23310 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 93960

[startup+642.302 s]
/proc/loadavg: 1.01 1.03 0.94 2/81 1855
/proc/meminfo: memFree=1490820/2055920 swapFree=4163572/4192956
[pid=1853] ppid=1851 vsize=98080 CPUtime=642.12
/proc/1853/stat : 1853 (minisat_static) R 1851 1853 1754 0 -1 4194304 24210 0 0 0 64191 21 0 0 25 0 1 0 1195715187 100433920 23922 1992294400 134512640 135243866 4294956256 18446744073709551615 134555804 0 0 4096 3 0 0 0 17 1 0 0
/proc/1853/statm: 24520 23922 87 178 0 24340 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 98080

[startup+702.302 s]
/proc/loadavg: 1.00 1.02 0.94 2/81 1855
/proc/meminfo: memFree=1485892/2055920 swapFree=4163572/4192956
[pid=1853] ppid=1851 vsize=102892 CPUtime=702.1
/proc/1853/stat : 1853 (minisat_static) R 1851 1853 1754 0 -1 4194304 25402 0 0 0 70188 22 0 0 25 0 1 0 1195715187 105361408 25114 1992294400 134512640 135243866 4294956256 18446744073709551615 134555815 0 0 4096 3 0 0 0 17 1 0 0
/proc/1853/statm: 25723 25114 87 178 0 25543 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 102892

[startup+762.302 s]
/proc/loadavg: 1.00 1.02 0.94 2/81 1855
/proc/meminfo: memFree=1481860/2055920 swapFree=4163572/4192956
[pid=1853] ppid=1851 vsize=106852 CPUtime=762.09
/proc/1853/stat : 1853 (minisat_static) R 1851 1853 1754 0 -1 4194304 26399 0 0 0 76185 24 0 0 25 0 1 0 1195715187 109416448 26111 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/1853/statm: 26713 26111 87 178 0 26533 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 106852

[startup+822.301 s]
/proc/loadavg: 1.00 1.01 0.94 2/81 1855
/proc/meminfo: memFree=1478596/2055920 swapFree=4163572/4192956
[pid=1853] ppid=1851 vsize=110540 CPUtime=822.07
/proc/1853/stat : 1853 (minisat_static) R 1851 1853 1754 0 -1 4194304 27217 0 0 0 82182 25 0 0 25 0 1 0 1195715187 113192960 26929 1992294400 134512640 135243866 4294956256 18446744073709551615 134555815 0 0 4096 3 0 0 0 17 1 0 0
/proc/1853/statm: 27635 26929 87 178 0 27455 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 110540

[startup+882.307 s]
/proc/loadavg: 1.00 1.00 0.94 2/81 1855
/proc/meminfo: memFree=1475588/2055920 swapFree=4163572/4192956
[pid=1853] ppid=1851 vsize=113748 CPUtime=882.06
/proc/1853/stat : 1853 (minisat_static) R 1851 1853 1754 0 -1 4194304 27981 0 0 0 88181 25 0 0 25 0 1 0 1195715187 116477952 27693 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/1853/statm: 28437 27693 87 178 0 28257 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 113748

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/81 1855
/proc/meminfo: memFree=1472260/2055920 swapFree=4163572/4192956
[pid=1853] ppid=1851 vsize=117536 CPUtime=942.04
/proc/1853/stat : 1853 (minisat_static) R 1851 1853 1754 0 -1 4194304 28814 0 0 0 94178 26 0 0 25 0 1 0 1195715187 120356864 28526 1992294400 134512640 135243866 4294956256 18446744073709551615 134555795 0 0 4096 3 0 0 0 17 1 0 0
/proc/1853/statm: 29384 28526 87 178 0 29204 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 117536

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/81 1855
/proc/meminfo: memFree=1470212/2055920 swapFree=4163572/4192956
[pid=1853] ppid=1851 vsize=119496 CPUtime=1002.02
/proc/1853/stat : 1853 (minisat_static) R 1851 1853 1754 0 -1 4194304 29302 0 0 0 100176 26 0 0 25 0 1 0 1195715187 122363904 29014 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/1853/statm: 29874 29014 87 178 0 29694 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 119496

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/81 1855
/proc/meminfo: memFree=1470148/2055920 swapFree=4163572/4192956
[pid=1853] ppid=1851 vsize=119496 CPUtime=1062.01
/proc/1853/stat : 1853 (minisat_static) R 1851 1853 1754 0 -1 4194304 29305 0 0 0 106175 26 0 0 25 0 1 0 1195715187 122363904 29017 1992294400 134512640 135243866 4294956256 18446744073709551615 134555834 0 0 4096 3 0 0 0 17 1 0 0
/proc/1853/statm: 29874 29017 87 178 0 29694 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 119496

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/81 1855
/proc/meminfo: memFree=1470148/2055920 swapFree=4163572/4192956
[pid=1853] ppid=1851 vsize=119496 CPUtime=1121.99
/proc/1853/stat : 1853 (minisat_static) R 1851 1853 1754 0 -1 4194304 29305 0 0 0 112173 26 0 0 25 0 1 0 1195715187 122363904 29017 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/1853/statm: 29874 29017 87 178 0 29694 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 119496

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/81 1861
/proc/meminfo: memFree=1470012/2055920 swapFree=4163572/4192956
[pid=1853] ppid=1851 vsize=119496 CPUtime=1181.98
/proc/1853/stat : 1853 (minisat_static) R 1851 1853 1754 0 -1 4194304 29305 0 0 0 118171 27 0 0 25 0 1 0 1195715187 122363904 29017 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/1853/statm: 29874 29017 87 178 0 29694 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 119496



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 0.94 2/81 1861
/proc/meminfo: memFree=1470012/2055920 swapFree=4163572/4192956
[pid=1853] ppid=1851 vsize=119496 CPUtime=1200.08
/proc/1853/stat : 1853 (minisat_static) R 1851 1853 1754 0 -1 4194304 29306 0 0 0 119981 27 0 0 25 0 1 0 1195715187 122363904 29018 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/1853/statm: 29874 29018 87 178 0 29694 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 119496

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 0.94 2/81 1861
/proc/meminfo: memFree=1470012/2055920 swapFree=4163572/4192956
[pid=1853] ppid=1851 vsize=119496 CPUtime=1200.08
/proc/1853/stat : 1853 (minisat_static) R 1851 1853 1754 0 -1 4194304 29306 0 0 0 119981 27 0 0 25 0 1 0 1195715187 122363904 29018 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/1853/statm: 29874 29018 87 178 0 29694 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 119496

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.42
CPU time (s): 1200.1
CPU user time (s): 1199.82
CPU system time (s): 0.287956
CPU usage (%): 99.9733
Max. virtual memory (cumulated for all children) (KiB): 119496

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

runsolver used 1.47178 second user time and 4.02239 second system time

The end

Launcher Data

Begin job on node90 at 2009-04-09 00:41:55
IDJOB=1592883
IDBENCH=71100
IDSOLVER=568
FILE ID=node90/1592883-1239230515
PBS_JOBID= 9113589
Free space on /tmp= 66528 MiB

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

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

MD5SUM BENCH= 604e1311b2fcb3c933399ca7195c63f1
RANDOM SEED=1687620080

node90.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.234
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.234
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1587364 kB
Buffers:         45080 kB
Cached:         330976 kB
SwapCached:      18684 kB
Active:         163244 kB
Inactive:       233008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1587364 kB
SwapTotal:     4192956 kB
SwapFree:      4163572 kB
Dirty:            2956 kB
Writeback:           0 kB
Mapped:          25752 kB
Slab:            56564 kB
Committed_AS:  2908788 kB
PageTables:       2668 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= 66528 MiB
End job on node90 at 2009-04-09 01:01:58