Trace number 1798022

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-core 070721? (TO) 1200.04 1200.33

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_13_UNKNOWN.cnf
MD5SUM57b85ec7870f670f13b00667a6315c05
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 clauses144294
Sum of the clauses size429916
Maximum clause length14
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23219
Number of clauses of size 3141052
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:    144294                                               |
0.00/0.06	|  Parsing time:         0.06         s                                       |
0.00/0.07	============================[ Search Statistics ]==============================
0.00/0.07	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.07	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.07	===============================================================================
0.00/0.07	|         0 |    2058   144294   429916 |    48098        0    nan |  0.000 % |
0.06/0.07	|       100 |    2058   144294   429916 |    52907      100     58 |  0.000 % |
0.06/0.09	|       250 |    2058   144294   429916 |    58198      250     58 |  0.000 % |
0.09/0.11	|       475 |    2058   144294   429916 |    64018      475     62 |  0.000 % |
0.09/0.14	|       813 |    2058   144294   429916 |    70420      813     68 |  0.000 % |
0.09/0.19	|      1320 |    2058   144294   429916 |    77462     1320     70 |  0.000 % |
0.19/0.29	|      2080 |    2058   144294   429916 |    85208     2080     72 |  0.000 % |
0.49/0.55	|      3222 |    2058   144294   429916 |    93729     3222     79 |  0.000 % |
0.79/0.81	|      4931 |    2058   144294   429916 |   103102     4931     99 |  0.000 % |
1.29/1.35	|      7494 |    2058   144294   429916 |   113412     7494    108 |  0.000 % |
2.89/2.99	|     11339 |    2058   144294   429916 |   124753    11339    115 |  0.000 % |
5.89/5.93	|     17105 |    2058   144294   429916 |   137229    17105    115 |  0.000 % |
11.79/11.88	|     25754 |    2058   144294   429916 |   150952    25754    116 |  0.000 % |
22.19/22.25	|     38728 |    2058   144294   429916 |   166047    38728    116 |  0.000 % |
41.79/41.81	|     58189 |    2058   144294   429916 |   182652    58189    116 |  0.000 % |
97.78/97.85	|     87383 |    2058   144294   429916 |   200917    87383    117 |  0.000 % |
193.84/193.99	|    131175 |    2058   144294   429916 |   221009   131175    117 |  0.000 % |
402.19/402.31	|    196859 |    2058   144294   429916 |   243109   196859    117 |  0.000 % |
648.43/648.66	|    295385 |    2058   144294   429916 |   267420    72573    117 |  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-1798022-1242087064/watcher-1798022-1242087064 -o /tmp/evaluation-result-1798022-1242087064/solver-1798022-1242087064 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1798022-1242087064.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 4333
/proc/meminfo: memFree=1059560/2055920 swapFree=4164052/4192956
[pid=4333] ppid=4331 vsize=2200 CPUtime=0
/proc/4333/stat : 4333 (minisat_static) R 4331 4333 4296 0 -1 4194304 421 0 0 0 0 0 0 0 18 0 1 0 236734477 2252800 406 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/4333/statm: 550 406 58 171 0 376 0

[startup+0.0743871 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 4333
/proc/meminfo: memFree=1059560/2055920 swapFree=4164052/4192956
[pid=4333] ppid=4331 vsize=7636 CPUtime=0.06
/proc/4333/stat : 4333 (minisat_static) R 4331 4333 4296 0 -1 4194304 1726 0 0 0 6 0 0 0 18 0 1 0 236734477 7819264 1711 1992294400 134512640 135213614 4294956256 18446744073709551615 134719431 0 0 4096 3 0 0 0 17 1 0 0
/proc/4333/statm: 1909 1711 75 171 0 1735 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 7636

[startup+0.101389 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 4333
/proc/meminfo: memFree=1059560/2055920 swapFree=4164052/4192956
[pid=4333] ppid=4331 vsize=7768 CPUtime=0.09
/proc/4333/stat : 4333 (minisat_static) R 4331 4333 4296 0 -1 4194304 1773 0 0 0 9 0 0 0 18 0 1 0 236734477 7954432 1758 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/4333/statm: 1942 1758 78 171 0 1768 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7768

[startup+0.301406 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 4333
/proc/meminfo: memFree=1059560/2055920 swapFree=4164052/4192956
[pid=4333] ppid=4331 vsize=8560 CPUtime=0.29
/proc/4333/stat : 4333 (minisat_static) R 4331 4333 4296 0 -1 4194304 1966 0 0 0 29 0 0 0 19 0 1 0 236734477 8765440 1951 1992294400 134512640 135213614 4294956256 18446744073709551615 134526775 0 0 4096 3 0 0 0 17 1 0 0
/proc/4333/statm: 2140 1951 78 171 0 1966 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8560

[startup+0.701442 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 4333
/proc/meminfo: memFree=1059560/2055920 swapFree=4164052/4192956
[pid=4333] ppid=4331 vsize=9616 CPUtime=0.69
/proc/4333/stat : 4333 (minisat_static) R 4331 4333 4296 0 -1 4194304 2237 0 0 0 69 0 0 0 24 0 1 0 236734477 9846784 2222 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/4333/statm: 2404 2222 78 171 0 2230 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9616

[startup+1.50151 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 4334
/proc/meminfo: memFree=1049888/2055920 swapFree=4164052/4192956
[pid=4333] ppid=4331 vsize=11744 CPUtime=1.49
/proc/4333/stat : 4333 (minisat_static) R 4331 4333 4296 0 -1 4194304 2783 0 0 0 148 1 0 0 25 0 1 0 236734477 12025856 2768 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/4333/statm: 2936 2768 78 171 0 2762 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 11744

[startup+3.10266 s]
/proc/loadavg: 0.92 0.97 0.99 2/65 4334
/proc/meminfo: memFree=1047776/2055920 swapFree=4164052/4192956
[pid=4333] ppid=4331 vsize=13884 CPUtime=3.09
/proc/4333/stat : 4333 (minisat_static) R 4331 4333 4296 0 -1 4194304 3309 0 0 0 308 1 0 0 25 0 1 0 236734477 14217216 3294 1992294400 134512640 135213614 4294956256 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 1 0 0
/proc/4333/statm: 3471 3294 78 171 0 3297 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 13884

[startup+6.30193 s]
/proc/loadavg: 0.92 0.97 0.99 2/65 4334
/proc/meminfo: memFree=1044336/2055920 swapFree=4164052/4192956
[pid=4333] ppid=4331 vsize=16972 CPUtime=6.29
/proc/4333/stat : 4333 (minisat_static) R 4331 4333 4296 0 -1 4194304 4067 0 0 0 627 2 0 0 25 0 1 0 236734477 17379328 4052 1992294400 134512640 135213614 4294956256 18446744073709551615 134527145 0 0 4096 3 0 0 0 17 1 0 0
/proc/4333/statm: 4243 4052 78 171 0 4069 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 16972

[startup+12.7015 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 4334
/proc/meminfo: memFree=1039224/2055920 swapFree=4164052/4192956
[pid=4333] ppid=4331 vsize=21420 CPUtime=12.69
/proc/4333/stat : 4333 (minisat_static) R 4331 4333 4296 0 -1 4194304 5186 0 0 0 1266 3 0 0 25 0 1 0 236734477 21934080 5171 1992294400 134512640 135213614 4294956256 18446744073709551615 134526851 0 0 4096 3 0 0 0 17 1 0 0
/proc/4333/statm: 5355 5171 78 171 0 5181 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 21420

[startup+25.5016 s]
/proc/loadavg: 0.94 0.97 0.99 2/65 4334
/proc/meminfo: memFree=1031160/2055920 swapFree=4164052/4192956
[pid=4333] ppid=4331 vsize=29336 CPUtime=25.49
/proc/4333/stat : 4333 (minisat_static) R 4331 4333 4296 0 -1 4194304 7156 0 0 0 2544 5 0 0 25 0 1 0 236734477 30040064 7141 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/4333/statm: 7334 7141 78 171 0 7160 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 29336

[startup+51.1019 s]
/proc/loadavg: 0.96 0.97 0.99 2/65 4334
/proc/meminfo: memFree=1019576/2055920 swapFree=4164052/4192956
[pid=4333] ppid=4331 vsize=41024 CPUtime=51.08
/proc/4333/stat : 4333 (minisat_static) R 4331 4333 4296 0 -1 4194304 10067 0 0 0 5100 8 0 0 25 0 1 0 236734477 42008576 10052 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/4333/statm: 10256 10052 78 171 0 10082 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 41024

[startup+102.305 s]
/proc/loadavg: 0.98 0.97 0.99 2/65 4334
/proc/meminfo: memFree=1007288/2055920 swapFree=4164052/4192956
[pid=4333] ppid=4331 vsize=53208 CPUtime=102.27
/proc/4333/stat : 4333 (minisat_static) R 4331 4333 4296 0 -1 4194304 13090 0 0 0 10215 12 0 0 25 0 1 0 236734477 54484992 13075 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/4333/statm: 13302 13075 78 171 0 13128 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 53208

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4334
/proc/meminfo: memFree=993720/2055920 swapFree=4164052/4192956
[pid=4333] ppid=4331 vsize=66984 CPUtime=162.25
/proc/4333/stat : 4333 (minisat_static) R 4331 4333 4296 0 -1 4194304 16501 0 0 0 16211 14 0 0 25 0 1 0 236734477 68591616 16486 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/4333/statm: 16746 16486 78 171 0 16572 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 66984

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4334
/proc/meminfo: memFree=981688/2055920 swapFree=4164052/4192956
[pid=4333] ppid=4331 vsize=79152 CPUtime=222.23
/proc/4333/stat : 4333 (minisat_static) R 4331 4333 4296 0 -1 4194304 19476 0 0 0 22206 17 0 0 25 0 1 0 236734477 81051648 19461 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/4333/statm: 19788 19461 78 171 0 19614 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 79152

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4334
/proc/meminfo: memFree=972344/2055920 swapFree=4164052/4192956
[pid=4333] ppid=4331 vsize=88588 CPUtime=282.22
/proc/4333/stat : 4333 (minisat_static) R 4331 4333 4296 0 -1 4194304 21831 0 0 0 28202 20 0 0 25 0 1 0 236734477 90714112 21816 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/4333/statm: 22147 21816 78 171 0 21973 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 88588

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4334
/proc/meminfo: memFree=962360/2055920 swapFree=4164052/4192956
[pid=4333] ppid=4331 vsize=98424 CPUtime=342.21
/proc/4333/stat : 4333 (minisat_static) R 4331 4333 4296 0 -1 4194304 24291 0 0 0 34198 23 0 0 25 0 1 0 236734477 100786176 24276 1992294400 134512640 135213614 4294956256 18446744073709551615 134526796 0 0 4096 3 0 0 0 17 1 0 0
/proc/4333/statm: 24606 24276 78 171 0 24432 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 98424

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4334
/proc/meminfo: memFree=952952/2055920 swapFree=4164052/4192956
[pid=4333] ppid=4331 vsize=107788 CPUtime=402.19
/proc/4333/stat : 4333 (minisat_static) R 4331 4333 4296 0 -1 4194304 26655 0 0 0 40194 25 0 0 25 0 1 0 236734477 110374912 26640 1992294400 134512640 135213614 4294956256 18446744073709551615 134536495 0 0 4096 3 0 0 0 17 1 0 0
/proc/4333/statm: 26947 26640 78 171 0 26773 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 107788

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4334
/proc/meminfo: memFree=945528/2055920 swapFree=4164052/4192956
[pid=4333] ppid=4331 vsize=115588 CPUtime=462.18
/proc/4333/stat : 4333 (minisat_static) R 4331 4333 4296 0 -1 4194304 28480 0 0 0 46190 28 0 0 25 0 1 0 236734477 118362112 28465 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/4333/statm: 28897 28465 78 171 0 28723 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 115588

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4334
/proc/meminfo: memFree=938168/2055920 swapFree=4164052/4192956
[pid=4333] ppid=4331 vsize=123080 CPUtime=522.16
/proc/4333/stat : 4333 (minisat_static) R 4331 4333 4296 0 -1 4194304 30339 0 0 0 52186 30 0 0 25 0 1 0 236734477 126033920 30324 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/4333/statm: 30770 30324 78 171 0 30596 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 123080

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4334
/proc/meminfo: memFree=931192/2055920 swapFree=4164052/4192956
[pid=4333] ppid=4331 vsize=129924 CPUtime=582.15
/proc/4333/stat : 4333 (minisat_static) R 4331 4333 4296 0 -1 4194304 32049 0 0 0 58182 33 0 0 25 0 1 0 236734477 133042176 32034 1992294400 134512640 135213614 4294956256 18446744073709551615 134526890 0 0 4096 3 0 0 0 17 1 0 0
/proc/4333/statm: 32481 32034 78 171 0 32307 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 129924

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4334
/proc/meminfo: memFree=929016/2055920 swapFree=4164052/4192956
[pid=4333] ppid=4331 vsize=132016 CPUtime=642.14
/proc/4333/stat : 4333 (minisat_static) R 4331 4333 4296 0 -1 4194304 32575 0 0 0 64181 33 0 0 25 0 1 0 236734477 135184384 32560 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/4333/statm: 33004 32560 78 171 0 32830 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 132016

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4334
/proc/meminfo: memFree=929016/2055920 swapFree=4164052/4192956
[pid=4333] ppid=4331 vsize=132016 CPUtime=702.12
/proc/4333/stat : 4333 (minisat_static) R 4331 4333 4296 0 -1 4194304 32580 0 0 0 70179 33 0 0 25 0 1 0 236734477 135184384 32565 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/4333/statm: 33004 32565 78 171 0 32830 0
Current children cumulated CPU time (s) 702.12
Current children cumulated vsize (KiB) 132016

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4334
/proc/meminfo: memFree=928952/2055920 swapFree=4164052/4192956
[pid=4333] ppid=4331 vsize=132016 CPUtime=762.12
/proc/4333/stat : 4333 (minisat_static) R 4331 4333 4296 0 -1 4194304 32591 0 0 0 76178 34 0 0 25 0 1 0 236734477 135184384 32576 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/4333/statm: 33004 32576 78 171 0 32830 0
Current children cumulated CPU time (s) 762.12
Current children cumulated vsize (KiB) 132016

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4334
/proc/meminfo: memFree=928952/2055920 swapFree=4164052/4192956
[pid=4333] ppid=4331 vsize=132016 CPUtime=822.1
/proc/4333/stat : 4333 (minisat_static) R 4331 4333 4296 0 -1 4194304 32598 0 0 0 82176 34 0 0 25 0 1 0 236734477 135184384 32583 1992294400 134512640 135213614 4294956256 18446744073709551615 134526860 0 0 4096 3 0 0 0 17 1 0 0
/proc/4333/statm: 33004 32583 78 171 0 32830 0
Current children cumulated CPU time (s) 822.1
Current children cumulated vsize (KiB) 132016

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4334
/proc/meminfo: memFree=928824/2055920 swapFree=4164052/4192956
[pid=4333] ppid=4331 vsize=132016 CPUtime=882.08
/proc/4333/stat : 4333 (minisat_static) R 4331 4333 4296 0 -1 4194304 32623 0 0 0 88174 34 0 0 25 0 1 0 236734477 135184384 32608 1992294400 134512640 135213614 4294956256 18446744073709551615 134536517 0 0 4096 3 0 0 0 17 1 0 0
/proc/4333/statm: 33004 32608 78 171 0 32830 0
Current children cumulated CPU time (s) 882.08
Current children cumulated vsize (KiB) 132016

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4334
/proc/meminfo: memFree=928888/2055920 swapFree=4164052/4192956
[pid=4333] ppid=4331 vsize=132016 CPUtime=942.06
/proc/4333/stat : 4333 (minisat_static) R 4331 4333 4296 0 -1 4194304 32625 0 0 0 94172 34 0 0 25 0 1 0 236734477 135184384 32610 1992294400 134512640 135213614 4294956256 18446744073709551615 134526860 0 0 4096 3 0 0 0 17 1 0 0
/proc/4333/statm: 33004 32610 78 171 0 32830 0
Current children cumulated CPU time (s) 942.06
Current children cumulated vsize (KiB) 132016

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4334
/proc/meminfo: memFree=928824/2055920 swapFree=4164052/4192956
[pid=4333] ppid=4331 vsize=132016 CPUtime=1002.05
/proc/4333/stat : 4333 (minisat_static) R 4331 4333 4296 0 -1 4194304 32631 0 0 0 100171 34 0 0 25 0 1 0 236734477 135184384 32616 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/4333/statm: 33004 32616 78 171 0 32830 0
Current children cumulated CPU time (s) 1002.05
Current children cumulated vsize (KiB) 132016

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4334
/proc/meminfo: memFree=928824/2055920 swapFree=4164052/4192956
[pid=4333] ppid=4331 vsize=132016 CPUtime=1062.03
/proc/4333/stat : 4333 (minisat_static) R 4331 4333 4296 0 -1 4194304 32632 0 0 0 106169 34 0 0 25 0 1 0 236734477 135184384 32617 1992294400 134512640 135213614 4294956256 18446744073709551615 134526755 0 0 4096 3 0 0 0 17 1 0 0
/proc/4333/statm: 33004 32617 78 171 0 32830 0
Current children cumulated CPU time (s) 1062.03
Current children cumulated vsize (KiB) 132016

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4334
/proc/meminfo: memFree=928760/2055920 swapFree=4164052/4192956
[pid=4333] ppid=4331 vsize=132016 CPUtime=1122.02
/proc/4333/stat : 4333 (minisat_static) R 4331 4333 4296 0 -1 4194304 32632 0 0 0 112168 34 0 0 25 0 1 0 236734477 135184384 32617 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/4333/statm: 33004 32617 78 171 0 32830 0
Current children cumulated CPU time (s) 1122.02
Current children cumulated vsize (KiB) 132016

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4334
/proc/meminfo: memFree=928760/2055920 swapFree=4164052/4192956
[pid=4333] ppid=4331 vsize=132016 CPUtime=1182
/proc/4333/stat : 4333 (minisat_static) R 4331 4333 4296 0 -1 4194304 32639 0 0 0 118166 34 0 0 25 0 1 0 236734477 135184384 32624 1992294400 134512640 135213614 4294956256 18446744073709551615 134536207 0 0 4096 3 0 0 0 17 1 0 0
/proc/4333/statm: 33004 32624 78 171 0 32830 0
Current children cumulated CPU time (s) 1182
Current children cumulated vsize (KiB) 132016



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4334
/proc/meminfo: memFree=928696/2055920 swapFree=4164052/4192956
[pid=4333] ppid=4331 vsize=132016 CPUtime=1200
/proc/4333/stat : 4333 (minisat_static) R 4331 4333 4296 0 -1 4194304 32647 0 0 0 119966 34 0 0 25 0 1 0 236734477 135184384 32632 1992294400 134512640 135213614 4294956256 18446744073709551615 134526783 0 0 4096 3 0 0 0 17 1 0 0
/proc/4333/statm: 33004 32632 78 171 0 32830 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 132016

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

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

[startup+1200.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4334
/proc/meminfo: memFree=928696/2055920 swapFree=4164052/4192956
[pid=4333] ppid=4331 vsize=132016 CPUtime=1200
/proc/4333/stat : 4333 (minisat_static) R 4331 4333 4296 0 -1 4194304 32647 0 0 0 119966 34 0 0 25 0 1 0 236734477 135184384 32632 1992294400 134512640 135213614 4294956256 18446744073709551615 134526783 0 0 4096 3 0 0 0 17 1 0 0
/proc/4333/statm: 33004 32632 78 171 0 32830 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 132016

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.33
CPU time (s): 1200.04
CPU user time (s): 1199.67
CPU system time (s): 0.369943
CPU usage (%): 99.9759
Max. virtual memory (cumulated for all children) (KiB): 132016

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

runsolver used 1.00085 second user time and 2.42163 second system time

The end

Launcher Data

Begin job on node50 at 2009-05-12 02:11:04
IDJOB=1798022
IDBENCH=71076
IDSOLVER=651
FILE ID=node50/1798022-1242087064
PBS_JOBID= 9277693
Free space on /tmp= 66276 MiB

SOLVER NAME= minisat2-core 070721
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rpoc_xits_13_UNKNOWN.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1798022-1242087064/watcher-1798022-1242087064 -o /tmp/evaluation-result-1798022-1242087064/solver-1798022-1242087064 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1798022-1242087064.cnf

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

MD5SUM BENCH= 57b85ec7870f670f13b00667a6315c05
RANDOM SEED=454523334

node50.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.216
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.216
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:       1059976 kB
Buffers:         71236 kB
Cached:         845056 kB
SwapCached:      23672 kB
Active:         314092 kB
Inactive:       627672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1059976 kB
SwapTotal:     4192956 kB
SwapFree:      4164052 kB
Dirty:            3196 kB
Writeback:           0 kB
Mapped:          13648 kB
Slab:            40112 kB
Committed_AS:   786208 kB
PageTables:       1448 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= 66276 MiB
End job on node50 at 2009-05-12 02:31:07