Trace number 1797918

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.12 1200.63

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-c32s-gcdm16-22.cnf
MD5SUM8d2a42a37522a445646cc07d2396ea2a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark130.444
Satisfiable
(Un)Satisfiability was proved
Number of variables129652
Number of clauses386749
Sum of the clauses size902413
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2257832
Number of clauses of size 3128916
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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:  129652                                               |
0.00/0.00	|  Number of clauses:    386749                                               |
0.20/0.22	|  Parsing time:         0.20         s                                       |
0.20/0.23	============================[ Search Statistics ]==============================
0.20/0.23	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.20/0.23	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.20/0.23	===============================================================================
0.20/0.23	|         0 |  129474   386302   901406 |   128767        0    nan |  0.000 % |
0.20/0.25	|       100 |  129474   386302   901406 |   141644      100     17 |  0.137 % |
0.20/0.27	|       250 |  129474   386302   901406 |   155808      250     25 |  0.137 % |
0.29/0.32	|       476 |  129474   386302   901406 |   171389      476     27 |  0.137 % |
0.59/0.66	|       813 |  129474   386302   901406 |   188528      812     34 |  0.138 % |
0.89/0.93	|      1322 |  129465   386299   901400 |   207381     1319     37 |  0.244 % |
1.29/1.30	|      2083 |  129465   386299   901400 |   228119     2080     43 |  0.244 % |
1.69/1.79	|      3222 |  129205   385620   899907 |   250931     3179     44 |  0.345 % |
2.79/2.82	|      4930 |  128943   384962   898461 |   276024     4882     48 |  0.547 % |
3.59/3.63	|      7492 |  128925   384877   898275 |   303626     7441     46 |  0.561 % |
5.80/5.81	|     11338 |  128925   384877   898275 |   333989    11287     50 |  0.561 % |
8.70/8.79	|     17104 |  128534   383896   896118 |   367388    17049     50 |  0.862 % |
15.68/15.79	|     25753 |  128534   383896   896118 |   404127    25698     53 |  0.862 % |
25.18/25.22	|     38728 |  128076   382590   893247 |   444539    35983     54 |  1.216 % |
55.47/55.54	|     58189 |  127169   380001   887493 |   488993    55237     61 |  1.915 % |
106.35/106.42	|     87382 |  126809   378920   885112 |   537893    84367     67 |  2.193 % |
218.81/218.99	|    131173 |  126208   377219   881248 |   591682   127568     82 |  2.908 % |
493.05/493.37	|    196858 |  125155   373602   873042 |   650850   193053    103 |  3.472 % |
917.38/917.89	|    295384 |  124028   370113   865038 |   715935   284863    110 |  4.585 % |

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-1797918-1242083480/watcher-1797918-1242083480 -o /tmp/evaluation-result-1797918-1242083480/solver-1797918-1242083480 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1797918-1242083480.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 3/64 10356
/proc/meminfo: memFree=1238392/2055920 swapFree=4121008/4192956
[pid=10356] ppid=10354 vsize=2216 CPUtime=0
/proc/10356/stat : 10356 (minisat_static) R 10354 10356 9907 0 -1 4194304 437 0 0 0 0 0 0 0 18 0 1 0 236381237 2269184 422 1992294400 134512640 135213614 4294956256 18446744073709551615 134736207 0 0 4096 3 0 0 0 17 0 0 0
/proc/10356/statm: 554 422 58 171 0 380 0

[startup+0.0812579 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 10356
/proc/meminfo: memFree=1238392/2055920 swapFree=4121008/4192956
[pid=10356] ppid=10354 vsize=10660 CPUtime=0.07
/proc/10356/stat : 10356 (minisat_static) R 10354 10356 9907 0 -1 4194304 2299 0 0 0 7 0 0 0 18 0 1 0 236381237 10915840 2284 1992294400 134512640 135213614 4294956256 18446744073709551615 134544745 0 0 4096 3 0 0 0 17 0 0 0
/proc/10356/statm: 2665 2286 58 171 0 2491 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10660

[startup+0.102259 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 10356
/proc/meminfo: memFree=1238392/2055920 swapFree=4121008/4192956
[pid=10356] ppid=10354 vsize=12248 CPUtime=0.1
/proc/10356/stat : 10356 (minisat_static) R 10354 10356 9907 0 -1 4194304 2843 0 0 0 9 1 0 0 18 0 1 0 236381237 12541952 2828 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 0 0 0
/proc/10356/statm: 3062 2829 58 171 0 2888 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 12248

[startup+0.301282 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 10356
/proc/meminfo: memFree=1238392/2055920 swapFree=4121008/4192956
[pid=10356] ppid=10354 vsize=25240 CPUtime=0.29
/proc/10356/stat : 10356 (minisat_static) R 10354 10356 9907 0 -1 4194304 5915 0 0 0 27 2 0 0 19 0 1 0 236381237 25845760 5900 1992294400 134512640 135213614 4294956256 18446744073709551615 134539030 0 0 4096 3 0 0 0 17 0 0 0
/proc/10356/statm: 6310 5900 78 171 0 6136 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25240

[startup+0.70233 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 10356
/proc/meminfo: memFree=1238392/2055920 swapFree=4121008/4192956
[pid=10356] ppid=10354 vsize=25832 CPUtime=0.69
/proc/10356/stat : 10356 (minisat_static) R 10354 10356 9907 0 -1 4194304 6044 0 0 0 67 2 0 0 24 0 1 0 236381237 26451968 6021 1992294400 134512640 135213614 4294956256 18446744073709551615 134526951 0 0 4096 3 0 0 0 17 0 0 0
/proc/10356/statm: 6458 6021 78 171 0 6284 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25832

[startup+1.50142 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10357
/proc/meminfo: memFree=1214320/2055920 swapFree=4121008/4192956
[pid=10356] ppid=10354 vsize=26228 CPUtime=1.49
/proc/10356/stat : 10356 (minisat_static) R 10354 10356 9907 0 -1 4194304 6157 0 0 0 147 2 0 0 25 0 1 0 236381237 26857472 6134 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/10356/statm: 6557 6134 78 171 0 6383 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26228

[startup+3.1016 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10357
/proc/meminfo: memFree=1213552/2055920 swapFree=4121008/4192956
[pid=10356] ppid=10354 vsize=27168 CPUtime=3.09
/proc/10356/stat : 10356 (minisat_static) R 10354 10356 9907 0 -1 4194304 6379 0 0 0 307 2 0 0 25 0 1 0 236381237 27820032 6356 1992294400 134512640 135213614 4294956256 18446744073709551615 134527006 0 0 4096 3 0 0 0 17 0 0 0
/proc/10356/statm: 6792 6356 78 171 0 6618 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27168

[startup+6.30197 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10357
/proc/meminfo: memFree=1211568/2055920 swapFree=4121008/4192956
[pid=10356] ppid=10354 vsize=28892 CPUtime=6.3
/proc/10356/stat : 10356 (minisat_static) R 10354 10356 9907 0 -1 4194304 6804 0 0 0 627 3 0 0 25 0 1 0 236381237 29585408 6781 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 0 0 0
/proc/10356/statm: 7223 6781 78 171 0 7049 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 28892

[startup+12.7017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10357
/proc/meminfo: memFree=1209200/2055920 swapFree=4121008/4192956
[pid=10356] ppid=10354 vsize=31100 CPUtime=12.69
/proc/10356/stat : 10356 (minisat_static) R 10354 10356 9907 0 -1 4194304 7355 0 0 0 1266 3 0 0 25 0 1 0 236381237 31846400 7332 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/10356/statm: 7775 7332 78 171 0 7601 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 31100

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10357
/proc/meminfo: memFree=1204976/2055920 swapFree=4121008/4192956
[pid=10356] ppid=10354 vsize=35356 CPUtime=25.48
/proc/10356/stat : 10356 (minisat_static) R 10354 10356 9907 0 -1 4194304 8440 0 0 0 2544 4 0 0 25 0 1 0 236381237 36204544 8417 1992294400 134512640 135213614 4294956256 18446744073709551615 134529757 0 0 4096 3 0 0 0 17 0 0 0
/proc/10356/statm: 8839 8417 78 171 0 8665 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 35356

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10357
/proc/meminfo: memFree=1199664/2055920 swapFree=4121008/4192956
[pid=10356] ppid=10354 vsize=40896 CPUtime=51.07
/proc/10356/stat : 10356 (minisat_static) R 10354 10356 9907 0 -1 4194304 9792 0 0 0 5101 6 0 0 25 0 1 0 236381237 41877504 9769 1992294400 134512640 135213614 4294956256 18446744073709551615 134529474 0 0 4096 3 0 0 0 17 0 0 0
/proc/10356/statm: 10224 9769 78 171 0 10050 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 40896

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10357
/proc/meminfo: memFree=1188656/2055920 swapFree=4121008/4192956
[pid=10356] ppid=10354 vsize=51720 CPUtime=102.26
/proc/10356/stat : 10356 (minisat_static) R 10354 10356 9907 0 -1 4194304 12484 0 0 0 10218 8 0 0 25 0 1 0 236381237 52961280 12461 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 0 0 0
/proc/10356/statm: 12930 12461 78 171 0 12756 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 51720

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10357
/proc/meminfo: memFree=1177328/2055920 swapFree=4121008/4192956
[pid=10356] ppid=10354 vsize=63128 CPUtime=162.23
/proc/10356/stat : 10356 (minisat_static) R 10354 10356 9907 0 -1 4194304 15335 0 0 0 16211 12 0 0 25 0 1 0 236381237 64643072 15312 1992294400 134512640 135213614 4294956256 18446744073709551615 134527139 0 0 4096 3 0 0 0 17 0 0 0
/proc/10356/statm: 15782 15312 78 171 0 15608 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 63128

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10357
/proc/meminfo: memFree=1166640/2055920 swapFree=4121008/4192956
[pid=10356] ppid=10354 vsize=73644 CPUtime=222.21
/proc/10356/stat : 10356 (minisat_static) R 10354 10356 9907 0 -1 4194304 17971 0 0 0 22207 14 0 0 25 0 1 0 236381237 75411456 17948 1992294400 134512640 135213614 4294956256 18446744073709551615 134529801 0 0 4096 3 0 0 0 17 0 0 0
/proc/10356/statm: 18411 17948 78 171 0 18237 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 73644

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10357
/proc/meminfo: memFree=1157104/2055920 swapFree=4121008/4192956
[pid=10356] ppid=10354 vsize=83488 CPUtime=282.18
/proc/10356/stat : 10356 (minisat_static) R 10354 10356 9907 0 -1 4194304 20378 0 0 0 28201 17 0 0 25 0 1 0 236381237 85491712 20355 1992294400 134512640 135213614 4294956256 18446744073709551615 134538957 0 0 4096 3 0 0 0 17 0 0 0
/proc/10356/statm: 20872 20355 78 171 0 20698 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 83488

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10357
/proc/meminfo: memFree=1148336/2055920 swapFree=4121008/4192956
[pid=10356] ppid=10354 vsize=92068 CPUtime=342.13
/proc/10356/stat : 10356 (minisat_static) R 10354 10356 9907 0 -1 4194304 22548 0 0 0 34194 19 0 0 25 0 1 0 236381237 94277632 22525 1992294400 134512640 135213614 4294956256 18446744073709551615 134529797 0 0 4096 3 0 0 0 17 0 0 0
/proc/10356/statm: 23017 22525 78 171 0 22843 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 92068

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10357
/proc/meminfo: memFree=1140784/2055920 swapFree=4121008/4192956
[pid=10356] ppid=10354 vsize=99632 CPUtime=402.09
/proc/10356/stat : 10356 (minisat_static) R 10354 10356 9907 0 -1 4194304 24441 0 0 0 40187 22 0 0 25 0 1 0 236381237 102023168 24418 1992294400 134512640 135213614 4294956256 18446744073709551615 134529763 0 0 4096 3 0 0 0 17 0 0 0
/proc/10356/statm: 24908 24418 78 171 0 24734 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 99632

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10357
/proc/meminfo: memFree=1132464/2055920 swapFree=4121008/4192956
[pid=10356] ppid=10354 vsize=108024 CPUtime=462.06
/proc/10356/stat : 10356 (minisat_static) R 10354 10356 9907 0 -1 4194304 26550 0 0 0 46182 24 0 0 25 0 1 0 236381237 110616576 26527 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 0 0 0
/proc/10356/statm: 27006 26527 78 171 0 26832 0
Current children cumulated CPU time (s) 462.06
Current children cumulated vsize (KiB) 108024

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10357
/proc/meminfo: memFree=1123888/2055920 swapFree=4121008/4192956
[pid=10356] ppid=10354 vsize=116628 CPUtime=522.04
/proc/10356/stat : 10356 (minisat_static) R 10354 10356 9907 0 -1 4194304 28697 0 0 0 52178 26 0 0 25 0 1 0 236381237 119427072 28674 1992294400 134512640 135213614 4294956256 18446744073709551615 134526959 0 0 4096 3 0 0 0 17 0 0 0
/proc/10356/statm: 29157 28674 78 171 0 28983 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 116628

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10357
/proc/meminfo: memFree=1116272/2055920 swapFree=4121008/4192956
[pid=10356] ppid=10354 vsize=124440 CPUtime=582.02
/proc/10356/stat : 10356 (minisat_static) R 10354 10356 9907 0 -1 4194304 30579 0 0 0 58174 28 0 0 25 0 1 0 236381237 127426560 30556 1992294400 134512640 135213614 4294956256 18446744073709551615 134526957 0 0 4096 3 0 0 0 17 0 0 0
/proc/10356/statm: 31110 30556 78 171 0 30936 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 124440

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10357
/proc/meminfo: memFree=1109872/2055920 swapFree=4121008/4192956
[pid=10356] ppid=10354 vsize=130732 CPUtime=641.99
/proc/10356/stat : 10356 (minisat_static) R 10354 10356 9907 0 -1 4194304 32160 0 0 0 64170 29 0 0 25 0 1 0 236381237 133869568 32137 1992294400 134512640 135213614 4294956256 18446744073709551615 134529491 0 0 4096 3 0 0 0 17 0 0 0
/proc/10356/statm: 32683 32137 78 171 0 32509 0
Current children cumulated CPU time (s) 641.99
Current children cumulated vsize (KiB) 130732

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10357
/proc/meminfo: memFree=1104624/2055920 swapFree=4121008/4192956
[pid=10356] ppid=10354 vsize=135880 CPUtime=701.97
/proc/10356/stat : 10356 (minisat_static) R 10354 10356 9907 0 -1 4194304 33471 0 0 0 70166 31 0 0 25 0 1 0 236381237 139141120 33448 1992294400 134512640 135213614 4294956256 18446744073709551615 134529474 0 0 4096 3 0 0 0 17 0 0 0
/proc/10356/statm: 33970 33448 78 171 0 33796 0
Current children cumulated CPU time (s) 701.97
Current children cumulated vsize (KiB) 135880

[startup+762.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10357
/proc/meminfo: memFree=1095408/2055920 swapFree=4121008/4192956
[pid=10356] ppid=10354 vsize=145004 CPUtime=761.95
/proc/10356/stat : 10356 (minisat_static) R 10354 10356 9907 0 -1 4194304 35743 0 0 0 76161 34 0 0 25 0 1 0 236381237 148484096 35720 1992294400 134512640 135213614 4294956256 18446744073709551615 134529535 0 0 4096 3 0 0 0 17 0 0 0
/proc/10356/statm: 36251 35720 78 171 0 36077 0
Current children cumulated CPU time (s) 761.95
Current children cumulated vsize (KiB) 145004

[startup+822.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10357
/proc/meminfo: memFree=1089200/2055920 swapFree=4121008/4192956
[pid=10356] ppid=10354 vsize=151268 CPUtime=821.92
/proc/10356/stat : 10356 (minisat_static) R 10354 10356 9907 0 -1 4194304 37324 0 0 0 82156 36 0 0 25 0 1 0 236381237 154898432 37301 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 0 0 0
/proc/10356/statm: 37817 37301 78 171 0 37643 0
Current children cumulated CPU time (s) 821.92
Current children cumulated vsize (KiB) 151268

[startup+882.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10357
/proc/meminfo: memFree=1081648/2055920 swapFree=4121008/4192956
[pid=10356] ppid=10354 vsize=158732 CPUtime=881.9
/proc/10356/stat : 10356 (minisat_static) R 10354 10356 9907 0 -1 4194304 39196 0 0 0 88151 39 0 0 25 0 1 0 236381237 162541568 39173 1992294400 134512640 135213614 4294956256 18446744073709551615 134527454 0 0 4096 3 0 0 0 17 0 0 0
/proc/10356/statm: 39683 39173 78 171 0 39509 0
Current children cumulated CPU time (s) 881.9
Current children cumulated vsize (KiB) 158732

[startup+942.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10357
/proc/meminfo: memFree=1075952/2055920 swapFree=4121008/4192956
[pid=10356] ppid=10354 vsize=164452 CPUtime=941.87
/proc/10356/stat : 10356 (minisat_static) R 10354 10356 9907 0 -1 4194304 40627 0 0 0 94147 40 0 0 25 0 1 0 236381237 168398848 40604 1992294400 134512640 135213614 4294956256 18446744073709551615 134529797 0 0 4096 3 0 0 0 17 0 0 0
/proc/10356/statm: 41113 40604 78 171 0 40939 0
Current children cumulated CPU time (s) 941.87
Current children cumulated vsize (KiB) 164452

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10357
/proc/meminfo: memFree=1068848/2055920 swapFree=4121008/4192956
[pid=10356] ppid=10354 vsize=171392 CPUtime=1001.86
/proc/10356/stat : 10356 (minisat_static) R 10354 10356 9907 0 -1 4194304 42401 0 0 0 100144 42 0 0 25 0 1 0 236381237 175505408 42378 1992294400 134512640 135213614 4294956256 18446744073709551615 134529532 0 0 4096 3 0 0 0 17 0 0 0
/proc/10356/statm: 42848 42378 78 171 0 42674 0
Current children cumulated CPU time (s) 1001.86
Current children cumulated vsize (KiB) 171392

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10357
/proc/meminfo: memFree=1061744/2055920 swapFree=4121008/4192956
[pid=10356] ppid=10354 vsize=178484 CPUtime=1061.83
/proc/10356/stat : 10356 (minisat_static) R 10354 10356 9907 0 -1 4194304 44180 0 0 0 106139 44 0 0 25 0 1 0 236381237 182767616 44157 1992294400 134512640 135213614 4294956256 18446744073709551615 134526973 0 0 4096 3 0 0 0 17 0 0 0
/proc/10356/statm: 44621 44157 78 171 0 44447 0
Current children cumulated CPU time (s) 1061.83
Current children cumulated vsize (KiB) 178484

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10357
/proc/meminfo: memFree=1055216/2055920 swapFree=4121008/4192956
[pid=10356] ppid=10354 vsize=185576 CPUtime=1121.81
/proc/10356/stat : 10356 (minisat_static) R 10354 10356 9907 0 -1 4194304 45804 0 0 0 112135 46 0 0 25 0 1 0 236381237 190029824 45781 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 0 0 0
/proc/10356/statm: 46394 45781 78 171 0 46220 0
Current children cumulated CPU time (s) 1121.81
Current children cumulated vsize (KiB) 185576

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10357
/proc/meminfo: memFree=1048304/2055920 swapFree=4121008/4192956
[pid=10356] ppid=10354 vsize=192600 CPUtime=1181.79
/proc/10356/stat : 10356 (minisat_static) R 10354 10356 9907 0 -1 4194304 47537 0 0 0 118131 48 0 0 25 0 1 0 236381237 197222400 47514 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 0 0 0
/proc/10356/statm: 48150 47514 78 171 0 47976 0
Current children cumulated CPU time (s) 1181.79
Current children cumulated vsize (KiB) 192600



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10357
/proc/meminfo: memFree=1046064/2055920 swapFree=4121008/4192956
[pid=10356] ppid=10354 vsize=194796 CPUtime=1200.08
/proc/10356/stat : 10356 (minisat_static) R 10354 10356 9907 0 -1 4194304 48076 0 0 0 119959 49 0 0 25 0 1 0 236381237 199471104 48053 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 0 0 0
/proc/10356/statm: 48699 48053 78 171 0 48525 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 194796

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.63
CPU time (s): 1200.12
CPU user time (s): 1199.6
CPU system time (s): 0.52592
CPU usage (%): 99.9575
Max. virtual memory (cumulated for all children) (KiB): 194796

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

runsolver used 1.01585 second user time and 3.36049 second system time

The end

Launcher Data

Begin job on node20 at 2009-05-12 01:11:20
IDJOB=1797918
IDBENCH=70958
IDSOLVER=651
FILE ID=node20/1797918-1242083480
PBS_JOBID= 9277646
Free space on /tmp= 66312 MiB

SOLVER NAME= minisat2-core 070721
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-c32s-gcdm16-22.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797918-1242083480/watcher-1797918-1242083480 -o /tmp/evaluation-result-1797918-1242083480/solver-1797918-1242083480 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1797918-1242083480.cnf

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

MD5SUM BENCH= 8d2a42a37522a445646cc07d2396ea2a
RANDOM SEED=1476568978

node20.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	: 5931.00
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:       1238808 kB
Buffers:         78236 kB
Cached:         585424 kB
SwapCached:      66320 kB
Active:         272192 kB
Inactive:       459540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1238808 kB
SwapTotal:     4192956 kB
SwapFree:      4121008 kB
Dirty:            7428 kB
Writeback:           0 kB
Mapped:          13564 kB
Slab:            71432 kB
Committed_AS:   913092 kB
PageTables:       1400 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= 66312 MiB
End job on node20 at 2009-05-12 01:31:23