Trace number 1807278

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.13 1200.66

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v2100c215164gyes2.cnf
MD5SUM5301921bbf5d6337937a0fa8d34aaf48
Bench CategoryCRAFTED (crafted 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 variables2100
Number of clauses215164
Sum of the clauses size432288
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2215094
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 570

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:  2100                                                 |
0.00/0.00	|  Number of clauses:    215164                                               |
0.09/0.14	|  Parsing time:         0.12         s                                       |
5.79/5.88	============================[ Search Statistics ]==============================
5.79/5.88	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.79/5.88	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.79/5.88	===============================================================================
5.79/5.88	|         0 |    2030   205360   613185 |    68453        0    nan |  0.000 % |
5.89/5.92	|       100 |    2030   205360   613185 |    75298      100    265 |  0.000 % |
5.89/5.95	|       251 |    2030   205360   613185 |    82828      251    237 |  0.000 % |
5.99/6.02	|       481 |    2030   205360   613185 |    91111      481    244 |  0.000 % |
6.08/6.10	|       820 |    2030   205360   613185 |   100222      820    224 |  0.000 % |
6.18/6.26	|      1327 |    2030   205360   613185 |   110244     1327    253 |  0.000 % |
6.38/6.48	|      2088 |    2030   205360   613185 |   121269     2088    247 |  0.000 % |
6.88/6.91	|      3231 |    2030   205360   613185 |   133396     3231    249 |  0.000 % |
7.39/7.48	|      4940 |    2030   205360   613185 |   146735     4940    231 |  0.000 % |
8.59/8.62	|      7503 |    2030   205360   613185 |   161409     7503    240 |  0.000 % |
10.29/10.39	|     11347 |    2030   205360   613185 |   177550    11347    236 |  0.000 % |
13.49/13.54	|     17113 |    2030   205360   613185 |   195305    17113    236 |  0.000 % |
20.48/20.55	|     25763 |    2030   205360   613185 |   214835    25763    236 |  0.000 % |
32.27/32.31	|     38738 |    2030   205360   613185 |   236319    38738    230 |  0.000 % |
69.75/69.83	|     58200 |    2030   205360   613185 |   259951    58200    225 |  0.000 % |
111.74/111.86	|     87396 |    2030   205360   613185 |   285946    87396    218 |  0.000 % |
216.30/216.43	|    131186 |    2030   205360   613185 |   314541   131186    222 |  0.000 % |
436.10/436.31	|    196870 |    2030   205360   613185 |   345995   196870    224 |  0.000 % |
1012.84/1013.31	|    295399 |    2030   205360   613185 |   380594   295399    227 |  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-1807278-1242156239/watcher-1807278-1242156239 -o /tmp/evaluation-result-1807278-1242156239/solver-1807278-1242156239 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1807278-1242156239.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: 1.00 1.00 1.00 2/65 8020
/proc/meminfo: memFree=1827496/2055920 swapFree=4181592/4192956
[pid=8020] ppid=8018 vsize=1916 CPUtime=0
/proc/8020/stat : 8020 (minisat_static) R 8018 8020 7207 0 -1 4194304 316 0 0 0 0 0 0 0 20 0 1 0 243653549 1961984 301 1992294400 134512640 135243866 4294956256 18446744073709551615 134770158 0 0 4096 3 0 0 0 17 0 0 0
/proc/8020/statm: 479 308 50 178 0 299 0

[startup+0.0303651 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8020
/proc/meminfo: memFree=1827496/2055920 swapFree=4181592/4192956
[pid=8020] ppid=8018 vsize=4000 CPUtime=0.02
/proc/8020/stat : 8020 (minisat_static) R 8018 8020 7207 0 -1 4194304 878 0 0 0 2 0 0 0 20 0 1 0 243653549 4096000 863 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 0 0 0
/proc/8020/statm: 1000 863 65 178 0 820 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 4000

[startup+0.101372 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8020
/proc/meminfo: memFree=1827496/2055920 swapFree=4181592/4192956
[pid=8020] ppid=8018 vsize=10444 CPUtime=0.09
/proc/8020/stat : 8020 (minisat_static) R 8018 8020 7207 0 -1 4194304 2364 0 0 0 8 1 0 0 20 0 1 0 243653549 10694656 2349 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 0 0 0
/proc/8020/statm: 2611 2350 65 178 0 2431 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10444

[startup+0.301395 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8020
/proc/meminfo: memFree=1827496/2055920 swapFree=4181592/4192956
[pid=8020] ppid=8018 vsize=13888 CPUtime=0.28
/proc/8020/stat : 8020 (minisat_static) R 8018 8020 7207 0 -1 4194304 3180 0 0 0 27 1 0 0 22 0 1 0 243653549 14221312 3165 1992294400 134512640 135243866 4294956256 18446744073709551615 134535587 0 0 4096 3 0 0 0 17 0 0 0
/proc/8020/statm: 3472 3165 80 178 0 3292 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 13888

[startup+0.701437 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8020
/proc/meminfo: memFree=1827496/2055920 swapFree=4181592/4192956
[pid=8020] ppid=8018 vsize=13888 CPUtime=0.68
/proc/8020/stat : 8020 (minisat_static) R 8018 8020 7207 0 -1 4194304 3180 0 0 0 67 1 0 0 25 0 1 0 243653549 14221312 3165 1992294400 134512640 135243866 4294956256 18446744073709551615 134535475 0 0 4096 3 0 0 0 17 0 0 0
/proc/8020/statm: 3472 3165 80 178 0 3292 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 13888

[startup+1.50153 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8021
/proc/meminfo: memFree=1815136/2055920 swapFree=4181592/4192956
[pid=8020] ppid=8018 vsize=17056 CPUtime=1.49
/proc/8020/stat : 8020 (minisat_static) R 8018 8020 7207 0 -1 4194304 4009 0 0 0 147 2 0 0 25 0 1 0 243653549 17465344 3994 1992294400 134512640 135243866 4294956256 18446744073709551615 134541606 0 0 4096 3 0 0 0 17 0 0 0
/proc/8020/statm: 4264 3994 81 178 0 4084 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17056

[startup+3.1017 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8021
/proc/meminfo: memFree=1810848/2055920 swapFree=4181592/4192956
[pid=8020] ppid=8018 vsize=17664 CPUtime=3.09
/proc/8020/stat : 8020 (minisat_static) R 8018 8020 7207 0 -1 4194304 4242 0 0 0 307 2 0 0 25 0 1 0 243653549 18087936 4227 1992294400 134512640 135243866 4294956256 18446744073709551615 134535643 0 0 4096 3 0 0 0 17 0 0 0
/proc/8020/statm: 4416 4227 81 178 0 4236 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17664

[startup+6.30106 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8021
/proc/meminfo: memFree=1810400/2055920 swapFree=4181592/4192956
[pid=8020] ppid=8018 vsize=15972 CPUtime=6.28
/proc/8020/stat : 8020 (minisat_static) R 8018 8020 7207 0 -1 4194304 4303 0 0 0 626 2 0 0 25 0 1 0 243653549 16355328 3785 1992294400 134512640 135243866 4294956256 18446744073709551615 134555804 0 0 4096 3 0 0 0 17 0 0 0
/proc/8020/statm: 3993 3785 87 178 0 3813 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 15972

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8021
/proc/meminfo: memFree=1801320/2055920 swapFree=4181592/4192956
[pid=8020] ppid=8018 vsize=27984 CPUtime=12.69
/proc/8020/stat : 8020 (minisat_static) R 8018 8020 7207 0 -1 4194304 7300 0 0 0 1264 5 0 0 25 0 1 0 243653549 28655616 6782 1992294400 134512640 135243866 4294956256 18446744073709551615 134555699 0 0 4096 3 0 0 0 17 0 0 0
/proc/8020/statm: 6996 6782 87 178 0 6816 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 27984

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8021
/proc/meminfo: memFree=1785896/2055920 swapFree=4181592/4192956
[pid=8020] ppid=8018 vsize=42980 CPUtime=25.48
/proc/8020/stat : 8020 (minisat_static) R 8018 8020 7207 0 -1 4194304 11053 0 0 0 2539 9 0 0 25 0 1 0 243653549 44011520 10535 1992294400 134512640 135243866 4294956256 18446744073709551615 134555804 0 0 4096 3 0 0 0 17 0 0 0
/proc/8020/statm: 10745 10535 87 178 0 10565 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 42980

[startup+51.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8021
/proc/meminfo: memFree=1768424/2055920 swapFree=4181592/4192956
[pid=8020] ppid=8018 vsize=60256 CPUtime=51.07
/proc/8020/stat : 8020 (minisat_static) R 8018 8020 7207 0 -1 4194304 15360 0 0 0 5094 13 0 0 25 0 1 0 243653549 61702144 14842 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/8020/statm: 15064 14842 87 178 0 14884 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 60256

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8021
/proc/meminfo: memFree=1740904/2055920 swapFree=4181592/4192956
[pid=8020] ppid=8018 vsize=87396 CPUtime=102.25
/proc/8020/stat : 8020 (minisat_static) R 8018 8020 7207 0 -1 4194304 22147 0 0 0 10206 19 0 0 25 0 1 0 243653549 89493504 21629 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/8020/statm: 21849 21629 87 178 0 21669 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 87396

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8021
/proc/meminfo: memFree=1714856/2055920 swapFree=4181592/4192956
[pid=8020] ppid=8018 vsize=113864 CPUtime=162.22
/proc/8020/stat : 8020 (minisat_static) R 8018 8020 7207 0 -1 4194304 28727 0 0 0 16196 26 0 0 25 0 1 0 243653549 116596736 28209 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/8020/statm: 28466 28209 87 178 0 28286 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 113864

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8021
/proc/meminfo: memFree=1691688/2055920 swapFree=4181592/4192956
[pid=8020] ppid=8018 vsize=136500 CPUtime=222.19
/proc/8020/stat : 8020 (minisat_static) R 8018 8020 7207 0 -1 4194304 34406 0 0 0 22188 31 0 0 25 0 1 0 243653549 139776000 33888 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/8020/statm: 34125 33888 87 178 0 33945 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 136500

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8021
/proc/meminfo: memFree=1672424/2055920 swapFree=4181592/4192956
[pid=8020] ppid=8018 vsize=156200 CPUtime=282.17
/proc/8020/stat : 8020 (minisat_static) R 8018 8020 7207 0 -1 4194304 39253 0 0 0 28181 36 0 0 25 0 1 0 243653549 159948800 38735 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/8020/statm: 39050 38735 87 178 0 38870 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 156200

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8021
/proc/meminfo: memFree=1657448/2055920 swapFree=4181592/4192956
[pid=8020] ppid=8018 vsize=170912 CPUtime=342.14
/proc/8020/stat : 8020 (minisat_static) R 8018 8020 7207 0 -1 4194304 42951 0 0 0 34173 41 0 0 25 0 1 0 243653549 175013888 42433 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/8020/statm: 42728 42433 87 178 0 42548 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 170912

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8021
/proc/meminfo: memFree=1641320/2055920 swapFree=4181592/4192956
[pid=8020] ppid=8018 vsize=187076 CPUtime=402.12
/proc/8020/stat : 8020 (minisat_static) R 8018 8020 7207 0 -1 4194304 47006 0 0 0 40168 44 0 0 25 0 1 0 243653549 191565824 46488 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/8020/statm: 46769 46488 87 178 0 46589 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 187076

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8021
/proc/meminfo: memFree=1626664/2055920 swapFree=4181592/4192956
[pid=8020] ppid=8018 vsize=201720 CPUtime=462.09
/proc/8020/stat : 8020 (minisat_static) R 8018 8020 7207 0 -1 4194304 50620 0 0 0 46162 47 0 0 25 0 1 0 243653549 206561280 50102 1992294400 134512640 135243866 4294956256 18446744073709551615 134555869 0 0 4096 3 0 0 0 17 0 0 0
/proc/8020/statm: 50430 50102 87 178 0 50250 0
Current children cumulated CPU time (s) 462.09
Current children cumulated vsize (KiB) 201720

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8021
/proc/meminfo: memFree=1613864/2055920 swapFree=4181592/4192956
[pid=8020] ppid=8018 vsize=214988 CPUtime=522.06
/proc/8020/stat : 8020 (minisat_static) R 8018 8020 7207 0 -1 4194304 53829 0 0 0 52156 50 0 0 25 0 1 0 243653549 220147712 53311 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 0 0 0
/proc/8020/statm: 53747 53311 87 178 0 53567 0
Current children cumulated CPU time (s) 522.06
Current children cumulated vsize (KiB) 214988

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8021
/proc/meminfo: memFree=1602472/2055920 swapFree=4181592/4192956
[pid=8020] ppid=8018 vsize=226148 CPUtime=582.04
/proc/8020/stat : 8020 (minisat_static) R 8018 8020 7207 0 -1 4194304 56632 0 0 0 58150 54 0 0 25 0 1 0 243653549 231575552 56114 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 0 0 0
/proc/8020/statm: 56537 56114 87 178 0 56357 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 226148

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8021
/proc/meminfo: memFree=1591976/2055920 swapFree=4181592/4192956
[pid=8020] ppid=8018 vsize=236556 CPUtime=642.02
/proc/8020/stat : 8020 (minisat_static) R 8018 8020 7207 0 -1 4194304 59229 0 0 0 64146 56 0 0 25 0 1 0 243653549 242233344 58711 1992294400 134512640 135243866 4294956256 18446744073709551615 134555883 0 0 4096 3 0 0 0 17 0 0 0
/proc/8020/statm: 59139 58711 87 178 0 58959 0
Current children cumulated CPU time (s) 642.02
Current children cumulated vsize (KiB) 236556

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8021
/proc/meminfo: memFree=1581800/2055920 swapFree=4181592/4192956
[pid=8020] ppid=8018 vsize=246856 CPUtime=701.99
/proc/8020/stat : 8020 (minisat_static) R 8018 8020 7207 0 -1 4194304 61796 0 0 0 70140 59 0 0 25 0 1 0 243653549 252780544 61278 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 0 0 0
/proc/8020/statm: 61714 61278 87 178 0 61534 0
Current children cumulated CPU time (s) 701.99
Current children cumulated vsize (KiB) 246856

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8021
/proc/meminfo: memFree=1571496/2055920 swapFree=4181592/4192956
[pid=8020] ppid=8018 vsize=257060 CPUtime=761.96
/proc/8020/stat : 8020 (minisat_static) R 8018 8020 7207 0 -1 4194304 64328 0 0 0 76134 62 0 0 25 0 1 0 243653549 263229440 63810 1992294400 134512640 135243866 4294956256 18446744073709551615 134555929 0 0 4096 3 0 0 0 17 0 0 0
/proc/8020/statm: 64265 63810 87 178 0 64085 0
Current children cumulated CPU time (s) 761.96
Current children cumulated vsize (KiB) 257060

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8021
/proc/meminfo: memFree=1562792/2055920 swapFree=4181592/4192956
[pid=8020] ppid=8018 vsize=265688 CPUtime=821.94
/proc/8020/stat : 8020 (minisat_static) R 8018 8020 7207 0 -1 4194304 66508 0 0 0 82130 64 0 0 25 0 1 0 243653549 272064512 65990 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/8020/statm: 66422 65990 87 178 0 66242 0
Current children cumulated CPU time (s) 821.94
Current children cumulated vsize (KiB) 265688

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8021
/proc/meminfo: memFree=1554152/2055920 swapFree=4181592/4192956
[pid=8020] ppid=8018 vsize=274376 CPUtime=881.91
/proc/8020/stat : 8020 (minisat_static) R 8018 8020 7207 0 -1 4194304 68647 0 0 0 88125 66 0 0 25 0 1 0 243653549 280961024 68129 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/8020/statm: 68594 68129 87 178 0 68414 0
Current children cumulated CPU time (s) 881.91
Current children cumulated vsize (KiB) 274376

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8021
/proc/meminfo: memFree=1546472/2055920 swapFree=4181592/4192956
[pid=8020] ppid=8018 vsize=282080 CPUtime=941.88
/proc/8020/stat : 8020 (minisat_static) R 8018 8020 7207 0 -1 4194304 70576 0 0 0 94121 67 0 0 25 0 1 0 243653549 288849920 70058 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 0 0 0
/proc/8020/statm: 70520 70058 87 178 0 70340 0
Current children cumulated CPU time (s) 941.88
Current children cumulated vsize (KiB) 282080

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8021
/proc/meminfo: memFree=1536744/2055920 swapFree=4181592/4192956
[pid=8020] ppid=8018 vsize=291864 CPUtime=1001.85
/proc/8020/stat : 8020 (minisat_static) R 8018 8020 7207 0 -1 4194304 72994 0 0 0 100116 69 0 0 25 0 1 0 243653549 298868736 72476 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/8020/statm: 72966 72476 87 178 0 72786 0
Current children cumulated CPU time (s) 1001.85
Current children cumulated vsize (KiB) 291864

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8021
/proc/meminfo: memFree=1527592/2055920 swapFree=4181592/4192956
[pid=8020] ppid=8018 vsize=300940 CPUtime=1061.83
/proc/8020/stat : 8020 (minisat_static) R 8018 8020 7207 0 -1 4194304 75271 0 0 0 106111 72 0 0 25 0 1 0 243653549 308162560 74753 1992294400 134512640 135243866 4294956256 18446744073709551615 134556115 0 0 4096 3 0 0 0 17 0 0 0
/proc/8020/statm: 75235 74753 87 178 0 75055 0
Current children cumulated CPU time (s) 1061.83
Current children cumulated vsize (KiB) 300940

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8023
/proc/meminfo: memFree=1518824/2055920 swapFree=4181592/4192956
[pid=8020] ppid=8018 vsize=310132 CPUtime=1121.8
/proc/8020/stat : 8020 (minisat_static) R 8018 8020 7207 0 -1 4194304 77393 0 0 0 112106 74 0 0 25 0 1 0 243653549 317575168 76875 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 0 0 0
/proc/8020/statm: 77533 76875 87 178 0 77353 0
Current children cumulated CPU time (s) 1121.8
Current children cumulated vsize (KiB) 310132

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8023
/proc/meminfo: memFree=1511784/2055920 swapFree=4181592/4192956
[pid=8020] ppid=8018 vsize=317276 CPUtime=1181.77
/proc/8020/stat : 8020 (minisat_static) R 8018 8020 7207 0 -1 4194304 79182 0 0 0 118102 75 0 0 25 0 1 0 243653549 324890624 78664 1992294400 134512640 135243866 4294956256 18446744073709551615 134555606 0 0 4096 3 0 0 0 17 0 0 0
/proc/8020/statm: 79319 78664 87 178 0 79139 0
Current children cumulated CPU time (s) 1181.77
Current children cumulated vsize (KiB) 317276



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8023
/proc/meminfo: memFree=1509224/2055920 swapFree=4181592/4192956
[pid=8020] ppid=8018 vsize=319724 CPUtime=1200.07
/proc/8020/stat : 8020 (minisat_static) R 8018 8020 7207 0 -1 4194304 79799 0 0 0 119931 76 0 0 25 0 1 0 243653549 327397376 79281 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/8020/statm: 79931 79281 87 178 0 79751 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 319724

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.66
CPU time (s): 1200.13
CPU user time (s): 1199.32
CPU system time (s): 0.815875
CPU usage (%): 99.9562
Max. virtual memory (cumulated for all children) (KiB): 319724

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

runsolver used 1.3188 second user time and 2.67259 second system time

The end

Launcher Data

Begin job on node86 at 2009-05-12 21:23:59
IDJOB=1807278
IDBENCH=71428
IDSOLVER=568
FILE ID=node86/1807278-1242156239
PBS_JOBID= 9289640
Free space on /tmp= 66184 MiB

SOLVER NAME= minisat2-simp 070721
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v2100c215164gyes2.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1807278-1242156239/watcher-1807278-1242156239 -o /tmp/evaluation-result-1807278-1242156239/solver-1807278-1242156239 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1807278-1242156239.cnf

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

MD5SUM BENCH= 5301921bbf5d6337937a0fa8d34aaf48
RANDOM SEED=505044662

node86.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1827976 kB
Buffers:         26048 kB
Cached:         135692 kB
SwapCached:       5472 kB
Active:          29276 kB
Inactive:       141068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1827976 kB
SwapTotal:     4192956 kB
SwapFree:      4181592 kB
Dirty:            3552 kB
Writeback:           0 kB
Mapped:          14288 kB
Slab:            43488 kB
Committed_AS:   901040 kB
PageTables:       1464 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= 66184 MiB
End job on node86 at 2009-05-12 21:44:02