Trace number 1592859

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.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.09/0.11	|  Parsing time:         0.10         s                                       |
3.29/3.32	============================[ Search Statistics ]==============================
3.29/3.32	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.29/3.32	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.29/3.32	===============================================================================
3.29/3.32	|         0 |    1350   139837   610077 |    46612        0    nan |  0.000 % |
3.29/3.34	|       102 |    1350   139837   610077 |    51273      102     66 |  0.000 % |
3.29/3.37	|       253 |    1350   139837   610077 |    56400      253     67 |  0.000 % |
3.39/3.42	|       478 |    1350   139837   610077 |    62041      478     80 |  0.000 % |
3.39/3.47	|       815 |    1350   139837   610077 |    68245      815     84 |  0.000 % |
3.49/3.57	|      1322 |    1350   139837   610077 |    75069     1322     91 |  0.000 % |
3.79/3.89	|      2082 |    1350   139837   610077 |    82576     2082     95 |  0.000 % |
4.39/4.43	|      3223 |    1350   139837   610077 |    90834     3223     94 |  0.000 % |
4.78/4.81	|      4931 |    1350   139837   610077 |    99917     4931     96 |  0.000 % |
5.79/5.89	|      7496 |    1350   139837   610077 |   109909     7496     96 |  0.000 % |
8.19/8.28	|     11343 |    1350   139837   610077 |   120900    11343    105 |  0.000 % |
11.89/11.92	|     17111 |    1350   139837   610077 |   132990    17111    109 |  0.000 % |
17.69/17.75	|     25761 |    1350   139837   610077 |   146289    25761    111 |  0.000 % |
27.39/27.48	|     38735 |    1350   139837   610077 |   160918    38735    113 |  0.000 % |
56.47/56.52	|     58197 |    1350   139837   610077 |   177010    58197    114 |  0.000 % |
131.66/131.75	|     87390 |    1350   139837   610077 |   194711    87390    115 |  0.000 % |
188.54/188.67	|    131180 |    1350   139837   610077 |   214182   131180    116 |  0.000 % |
305.82/305.98	|    196864 |    1350   139837   610077 |   235600   196864    115 |  0.000 % |
698.82/699.02	|    295391 |    1350   139837   610077 |   259160    76392    114 |  0.000 % |
1198.31/1198.61	|    443180 |    1350   139837   610077 |   285076   224181    122 |  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-1592859-1239228708/watcher-1592859-1239228708 -o /tmp/evaluation-result-1592859-1239228708/solver-1592859-1239228708 -C 1200 -W 1800 -M 1800 --output-limit 1,15 minisat_static HOME/instance-1592859-1239228708.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.08 0.02 0.01 3/64 5322
/proc/meminfo: memFree=554248/2055920 swapFree=4175764/4192956
[pid=5322] ppid=5320 vsize=2408 CPUtime=0
/proc/5322/stat : 5322 (minisat_static) R 5320 5322 5258 0 -1 4194304 458 0 0 0 0 0 0 0 18 0 1 0 1195536418 2465792 443 1992294400 134512640 135243866 4294956256 18446744073709551615 134764927 0 0 4096 3 0 0 0 17 1 0 0
/proc/5322/statm: 602 444 65 178 0 422 0

[startup+0.022616 s]
/proc/loadavg: 0.08 0.02 0.01 3/64 5322
/proc/meminfo: memFree=554248/2055920 swapFree=4175764/4192956
[pid=5322] ppid=5320 vsize=3492 CPUtime=0.01
/proc/5322/stat : 5322 (minisat_static) R 5320 5322 5258 0 -1 4194304 737 0 0 0 1 0 0 0 18 0 1 0 1195536418 3575808 722 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/5322/statm: 873 723 65 178 0 693 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 3492

[startup+0.101622 s]
/proc/loadavg: 0.08 0.02 0.01 3/64 5322
/proc/meminfo: memFree=554248/2055920 swapFree=4175764/4192956
[pid=5322] ppid=5320 vsize=9332 CPUtime=0.09
/proc/5322/stat : 5322 (minisat_static) R 5320 5322 5258 0 -1 4194304 2199 0 0 0 9 0 0 0 18 0 1 0 1195536418 9555968 2184 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/5322/statm: 2333 2184 65 178 0 2153 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9332

[startup+0.301639 s]
/proc/loadavg: 0.08 0.02 0.01 3/64 5322
/proc/meminfo: memFree=554248/2055920 swapFree=4175764/4192956
[pid=5322] ppid=5320 vsize=10656 CPUtime=0.29
/proc/5322/stat : 5322 (minisat_static) R 5320 5322 5258 0 -1 4194304 2432 0 0 0 29 0 0 0 19 0 1 0 1195536418 10911744 2417 1992294400 134512640 135243866 4294956256 18446744073709551615 134535475 0 0 4096 3 0 0 0 17 1 0 0
/proc/5322/statm: 2664 2417 81 178 0 2484 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10656

[startup+0.701673 s]
/proc/loadavg: 0.08 0.02 0.01 3/64 5322
/proc/meminfo: memFree=554248/2055920 swapFree=4175764/4192956
[pid=5322] ppid=5320 vsize=10656 CPUtime=0.69
/proc/5322/stat : 5322 (minisat_static) R 5320 5322 5258 0 -1 4194304 2432 0 0 0 69 0 0 0 22 0 1 0 1195536418 10911744 2417 1992294400 134512640 135243866 4294956256 18446744073709551615 134535471 0 0 4096 3 0 0 0 17 1 0 0
/proc/5322/statm: 2664 2417 81 178 0 2484 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 10656

[startup+1.50174 s]
/proc/loadavg: 0.15 0.03 0.01 2/65 5323
/proc/meminfo: memFree=544896/2055920 swapFree=4175764/4192956
[pid=5322] ppid=5320 vsize=14792 CPUtime=1.49
/proc/5322/stat : 5322 (minisat_static) R 5320 5322 5258 0 -1 4194304 3540 0 0 0 149 0 0 0 25 0 1 0 1195536418 15147008 3525 1992294400 134512640 135243866 4294956256 18446744073709551615 134536615 0 0 4096 3 0 0 0 17 1 0 0
/proc/5322/statm: 3698 3525 81 178 0 3518 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 14792

[startup+3.10188 s]
/proc/loadavg: 0.15 0.03 0.01 2/65 5323
/proc/meminfo: memFree=540288/2055920 swapFree=4175764/4192956
[pid=5322] ppid=5320 vsize=14792 CPUtime=3.09
/proc/5322/stat : 5322 (minisat_static) R 5320 5322 5258 0 -1 4194304 3540 0 0 0 309 0 0 0 25 0 1 0 1195536418 15147008 3525 1992294400 134512640 135243866 4294956256 18446744073709551615 134536629 0 0 4096 3 0 0 0 17 1 0 0
/proc/5322/statm: 3698 3525 81 178 0 3518 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 14792

[startup+6.30115 s]
/proc/loadavg: 0.15 0.03 0.01 2/65 5323
/proc/meminfo: memFree=541696/2055920 swapFree=4175764/4192956
[pid=5322] ppid=5320 vsize=13908 CPUtime=6.29
/proc/5322/stat : 5322 (minisat_static) R 5320 5322 5258 0 -1 4194304 3721 0 0 0 628 1 0 0 25 0 1 0 1195536418 14241792 3303 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/5322/statm: 3477 3303 87 178 0 3297 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 13908

[startup+12.7027 s]
/proc/loadavg: 0.28 0.06 0.02 2/65 5323
/proc/meminfo: memFree=536512/2055920 swapFree=4175764/4192956
[pid=5322] ppid=5320 vsize=19100 CPUtime=12.69
/proc/5322/stat : 5322 (minisat_static) R 5320 5322 5258 0 -1 4194304 5011 0 0 0 1267 2 0 0 25 0 1 0 1195536418 19558400 4593 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/5322/statm: 4775 4593 87 178 0 4595 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 19100

[startup+25.5018 s]
/proc/loadavg: 0.39 0.09 0.03 2/65 5323
/proc/meminfo: memFree=527168/2055920 swapFree=4175764/4192956
[pid=5322] ppid=5320 vsize=28004 CPUtime=25.48
/proc/5322/stat : 5322 (minisat_static) R 5320 5322 5258 0 -1 4194304 7263 0 0 0 2544 4 0 0 25 0 1 0 1195536418 28676096 6845 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/5322/statm: 7001 6845 87 178 0 6821 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 28004

[startup+51.102 s]
/proc/loadavg: 0.60 0.17 0.05 2/65 5323
/proc/meminfo: memFree=517568/2055920 swapFree=4175764/4192956
[pid=5322] ppid=5320 vsize=37752 CPUtime=51.08
/proc/5322/stat : 5322 (minisat_static) R 5320 5322 5258 0 -1 4194304 9658 0 0 0 5101 7 0 0 25 0 1 0 1195536418 38658048 9240 1992294400 134512640 135243866 4294956256 18446744073709551615 134555850 0 0 4096 3 0 0 0 17 1 0 0
/proc/5322/statm: 9438 9240 87 178 0 9258 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 37752

[startup+102.305 s]
/proc/loadavg: 0.84 0.30 0.11 2/65 5323
/proc/meminfo: memFree=507520/2055920 swapFree=4175764/4192956
[pid=5322] ppid=5320 vsize=47652 CPUtime=102.27
/proc/5322/stat : 5322 (minisat_static) R 5320 5322 5258 0 -1 4194304 12135 0 0 0 10217 10 0 0 25 0 1 0 1195536418 48795648 11717 1992294400 134512640 135243866 4294956256 18446744073709551615 134555795 0 0 4096 3 0 0 0 17 1 0 0
/proc/5322/statm: 11913 11717 87 178 0 11733 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 47652

[startup+162.302 s]
/proc/loadavg: 0.94 0.43 0.16 2/65 5323
/proc/meminfo: memFree=491520/2055920 swapFree=4175764/4192956
[pid=5322] ppid=5320 vsize=64492 CPUtime=162.25
/proc/5322/stat : 5322 (minisat_static) R 5320 5322 5258 0 -1 4194304 16214 0 0 0 16211 14 0 0 25 0 1 0 1195536418 66039808 15796 1992294400 134512640 135243866 4294956256 18446744073709551615 134555804 0 0 4096 3 0 0 0 17 1 0 0
/proc/5322/statm: 16123 15796 87 178 0 15943 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 64492

[startup+222.302 s]
/proc/loadavg: 0.98 0.53 0.21 2/65 5323
/proc/meminfo: memFree=467264/2055920 swapFree=4175764/4192956
[pid=5322] ppid=5320 vsize=88460 CPUtime=222.24
/proc/5322/stat : 5322 (minisat_static) R 5320 5322 5258 0 -1 4194304 22172 0 0 0 22203 21 0 0 25 0 1 0 1195536418 90583040 21754 1992294400 134512640 135243866 4294956256 18446744073709551615 134555740 0 0 4096 3 0 0 0 17 1 0 0
/proc/5322/statm: 22115 21754 87 178 0 21935 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 88460

[startup+282.302 s]
/proc/loadavg: 0.99 0.61 0.26 2/65 5323
/proc/meminfo: memFree=452096/2055920 swapFree=4175764/4192956
[pid=5322] ppid=5320 vsize=103976 CPUtime=282.22
/proc/5322/stat : 5322 (minisat_static) R 5320 5322 5258 0 -1 4194304 25998 0 0 0 28198 24 0 0 25 0 1 0 1195536418 106471424 25580 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/5322/statm: 25994 25580 87 178 0 25814 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 103976

[startup+342.302 s]
/proc/loadavg: 0.99 0.68 0.30 2/65 5323
/proc/meminfo: memFree=442880/2055920 swapFree=4175764/4192956
[pid=5322] ppid=5320 vsize=113404 CPUtime=342.2
/proc/5322/stat : 5322 (minisat_static) R 5320 5322 5258 0 -1 4194304 28302 0 0 0 34194 26 0 0 25 0 1 0 1195536418 116125696 27836 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/5322/statm: 28351 27836 87 178 0 28171 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 113404

[startup+402.301 s]
/proc/loadavg: 0.99 0.74 0.34 2/65 5323
/proc/meminfo: memFree=439808/2055920 swapFree=4175764/4192956
[pid=5322] ppid=5320 vsize=116452 CPUtime=402.19
/proc/5322/stat : 5322 (minisat_static) R 5320 5322 5258 0 -1 4194304 29059 0 0 0 40192 27 0 0 25 0 1 0 1195536418 119246848 28593 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/5322/statm: 29113 28593 87 178 0 28933 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 116452

[startup+462.301 s]
/proc/loadavg: 0.99 0.78 0.38 2/65 5323
/proc/meminfo: memFree=436480/2055920 swapFree=4175764/4192956
[pid=5322] ppid=5320 vsize=119984 CPUtime=462.18
/proc/5322/stat : 5322 (minisat_static) R 5320 5322 5258 0 -1 4194304 29878 0 0 0 46189 29 0 0 25 0 1 0 1195536418 122863616 29412 1992294400 134512640 135243866 4294956256 18446744073709551615 134555869 0 0 4096 3 0 0 0 17 1 0 0
/proc/5322/statm: 29996 29412 87 178 0 29816 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 119984

[startup+522.301 s]
/proc/loadavg: 0.99 0.82 0.41 2/65 5323
/proc/meminfo: memFree=432960/2055920 swapFree=4175764/4192956
[pid=5322] ppid=5320 vsize=123480 CPUtime=522.16
/proc/5322/stat : 5322 (minisat_static) R 5320 5322 5258 0 -1 4194304 30762 0 0 0 52186 30 0 0 25 0 1 0 1195536418 126443520 30296 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/5322/statm: 30870 30296 87 178 0 30690 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 123480

[startup+582.302 s]
/proc/loadavg: 0.99 0.85 0.45 2/65 5323
/proc/meminfo: memFree=429312/2055920 swapFree=4175764/4192956
[pid=5322] ppid=5320 vsize=127188 CPUtime=582.15
/proc/5322/stat : 5322 (minisat_static) R 5320 5322 5258 0 -1 4194304 31675 0 0 0 58184 31 0 0 25 0 1 0 1195536418 130240512 31209 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/5322/statm: 31797 31209 87 178 0 31617 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 127188

[startup+642.302 s]
/proc/loadavg: 0.99 0.87 0.48 2/65 5323
/proc/meminfo: memFree=425536/2055920 swapFree=4175764/4192956
[pid=5322] ppid=5320 vsize=130808 CPUtime=642.14
/proc/5322/stat : 5322 (minisat_static) R 5320 5322 5258 0 -1 4194304 32593 0 0 0 64182 32 0 0 25 0 1 0 1195536418 133947392 32127 1992294400 134512640 135243866 4294956256 18446744073709551615 134563960 0 0 4096 3 0 0 0 17 1 0 0
/proc/5322/statm: 32702 32127 87 178 0 32522 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 130808

[startup+702.302 s]
/proc/loadavg: 0.99 0.89 0.51 2/65 5323
/proc/meminfo: memFree=425536/2055920 swapFree=4175764/4192956
[pid=5322] ppid=5320 vsize=130808 CPUtime=702.12
/proc/5322/stat : 5322 (minisat_static) R 5320 5322 5258 0 -1 4194304 32597 0 0 0 70180 32 0 0 25 0 1 0 1195536418 133947392 32131 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/5322/statm: 32702 32131 87 178 0 32522 0
Current children cumulated CPU time (s) 702.12
Current children cumulated vsize (KiB) 130808

[startup+762.305 s]
/proc/loadavg: 0.99 0.91 0.54 2/65 5323
/proc/meminfo: memFree=425536/2055920 swapFree=4175764/4192956
[pid=5322] ppid=5320 vsize=130808 CPUtime=762.11
/proc/5322/stat : 5322 (minisat_static) R 5320 5322 5258 0 -1 4194304 32597 0 0 0 76179 32 0 0 25 0 1 0 1195536418 133947392 32131 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/5322/statm: 32702 32131 87 178 0 32522 0
Current children cumulated CPU time (s) 762.11
Current children cumulated vsize (KiB) 130808

[startup+822.301 s]
/proc/loadavg: 0.99 0.92 0.56 2/65 5323
/proc/meminfo: memFree=425472/2055920 swapFree=4175764/4192956
[pid=5322] ppid=5320 vsize=130808 CPUtime=822.09
/proc/5322/stat : 5322 (minisat_static) R 5320 5322 5258 0 -1 4194304 32599 0 0 0 82177 32 0 0 25 0 1 0 1195536418 133947392 32133 1992294400 134512640 135243866 4294956256 18446744073709551615 134555754 0 0 4096 3 0 0 0 17 1 0 0
/proc/5322/statm: 32702 32133 87 178 0 32522 0
Current children cumulated CPU time (s) 822.09
Current children cumulated vsize (KiB) 130808

[startup+882.301 s]
/proc/loadavg: 0.99 0.93 0.59 2/65 5323
/proc/meminfo: memFree=425472/2055920 swapFree=4175764/4192956
[pid=5322] ppid=5320 vsize=130808 CPUtime=882.07
/proc/5322/stat : 5322 (minisat_static) R 5320 5322 5258 0 -1 4194304 32599 0 0 0 88175 32 0 0 25 0 1 0 1195536418 133947392 32133 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/5322/statm: 32702 32133 87 178 0 32522 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 130808

[startup+942.302 s]
/proc/loadavg: 0.99 0.94 0.61 2/65 5323
/proc/meminfo: memFree=425472/2055920 swapFree=4175764/4192956
[pid=5322] ppid=5320 vsize=130808 CPUtime=942.06
/proc/5322/stat : 5322 (minisat_static) R 5320 5322 5258 0 -1 4194304 32604 0 0 0 94174 32 0 0 25 0 1 0 1195536418 133947392 32138 1992294400 134512640 135243866 4294956256 18446744073709551615 134555929 0 0 4096 3 0 0 0 17 1 0 0
/proc/5322/statm: 32702 32138 87 178 0 32522 0
Current children cumulated CPU time (s) 942.06
Current children cumulated vsize (KiB) 130808

[startup+1002.3 s]
/proc/loadavg: 0.99 0.95 0.63 2/65 5323
/proc/meminfo: memFree=425408/2055920 swapFree=4175764/4192956
[pid=5322] ppid=5320 vsize=130808 CPUtime=1002.05
/proc/5322/stat : 5322 (minisat_static) R 5320 5322 5258 0 -1 4194304 32607 0 0 0 100173 32 0 0 25 0 1 0 1195536418 133947392 32141 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/5322/statm: 32702 32141 87 178 0 32522 0
Current children cumulated CPU time (s) 1002.05
Current children cumulated vsize (KiB) 130808

[startup+1062.3 s]
/proc/loadavg: 0.99 0.96 0.65 2/65 5323
/proc/meminfo: memFree=425408/2055920 swapFree=4175764/4192956
[pid=5322] ppid=5320 vsize=130808 CPUtime=1062.03
/proc/5322/stat : 5322 (minisat_static) R 5320 5322 5258 0 -1 4194304 32610 0 0 0 106171 32 0 0 25 0 1 0 1195536418 133947392 32144 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/5322/statm: 32702 32144 87 178 0 32522 0
Current children cumulated CPU time (s) 1062.03
Current children cumulated vsize (KiB) 130808

[startup+1122.3 s]
/proc/loadavg: 0.99 0.96 0.67 2/65 5323
/proc/meminfo: memFree=425408/2055920 swapFree=4175764/4192956
[pid=5322] ppid=5320 vsize=130808 CPUtime=1122.03
/proc/5322/stat : 5322 (minisat_static) R 5320 5322 5258 0 -1 4194304 32610 0 0 0 112170 33 0 0 25 0 1 0 1195536418 133947392 32144 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/5322/statm: 32702 32144 87 178 0 32522 0
Current children cumulated CPU time (s) 1122.03
Current children cumulated vsize (KiB) 130808

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.69 2/65 5323
/proc/meminfo: memFree=420864/2055920 swapFree=4175764/4192956
[pid=5322] ppid=5320 vsize=135596 CPUtime=1182
/proc/5322/stat : 5322 (minisat_static) R 5320 5322 5258 0 -1 4194304 33769 0 0 0 118166 34 0 0 25 0 1 0 1195536418 138850304 33303 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/5322/statm: 33899 33303 87 178 0 33719 0
Current children cumulated CPU time (s) 1182
Current children cumulated vsize (KiB) 135596



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.3 s]
/proc/loadavg: 0.99 0.97 0.69 2/65 5323
/proc/meminfo: memFree=417984/2055920 swapFree=4175764/4192956
[pid=5322] ppid=5320 vsize=138648 CPUtime=1200.01
/proc/5322/stat : 5322 (minisat_static) R 5320 5322 5258 0 -1 4194304 34453 0 0 0 119966 35 0 0 25 0 1 0 1195536418 141975552 33987 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/5322/statm: 34662 33987 87 178 0 34482 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 138648

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.69 2/65 5323
/proc/meminfo: memFree=417984/2055920 swapFree=4175764/4192956
[pid=5322] ppid=5320 vsize=138648 CPUtime=1200.01
/proc/5322/stat : 5322 (minisat_static) R 5320 5322 5258 0 -1 4194304 34453 0 0 0 119966 35 0 0 25 0 1 0 1195536418 141975552 33987 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/5322/statm: 34662 33987 87 178 0 34482 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 138648

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.373943
CPU usage (%): 99.976
Max. virtual memory (cumulated for all children) (KiB): 138648

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

runsolver used 0.954854 second user time and 2.46362 second system time

The end

Launcher Data

Begin job on node31 at 2009-04-09 00:11:49
IDJOB=1592859
IDBENCH=71076
IDSOLVER=568
FILE ID=node31/1592859-1239228708
PBS_JOBID= 9113621
Free space on /tmp= 66476 MiB

SOLVER NAME= minisat2-simp 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-1592859-1239228708/watcher-1592859-1239228708 -o /tmp/evaluation-result-1592859-1239228708/solver-1592859-1239228708 -C 1200 -W 1800 -M 1800 --output-limit 1,15  minisat_static HOME/instance-1592859-1239228708.cnf

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

MD5SUM BENCH= 57b85ec7870f670f13b00667a6315c05
RANDOM SEED=1260720636

node31.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:      2055920 kB
MemFree:        554728 kB
Buffers:         63500 kB
Cached:        1340812 kB
SwapCached:      10224 kB
Active:         285484 kB
Inactive:      1130484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        554728 kB
SwapTotal:     4192956 kB
SwapFree:      4175764 kB
Dirty:            3456 kB
Writeback:           0 kB
Mapped:          17388 kB
Slab:            70940 kB
Committed_AS:  3715128 kB
PageTables:       1472 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= 66476 MiB
End job on node31 at 2009-04-09 00:31:51