Trace number 1797962

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.11 1200.53

General information on the benchmark

NameAPPLICATIONS/bitverif/
countbitssrl/countbitssrl128.cnf
MD5SUMd464f22dd212ad9afa317dae82dd7350
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 variables301759
Number of clauses904892
Sum of the clauses size2111412
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2603260
Number of clauses of size 3301630
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:  301759                                               |
0.00/0.00	|  Number of clauses:    904892                                               |
0.49/0.51	|  Parsing time:         0.45         s                                       |
0.49/0.54	============================[ Search Statistics ]==============================
0.49/0.54	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.49/0.54	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.49/0.54	===============================================================================
0.49/0.54	|         0 |  301757   904888  2111406 |   301629        0    nan |  0.000 % |
0.79/0.89	|       100 |  301756   904888  2111406 |   331792       99     64 |  0.001 % |
0.99/1.09	|       250 |  301748   904888  2111406 |   364971      247     27 |  0.033 % |
1.69/1.79	|       475 |  301647   904523  2110582 |   401468      450     16 |  0.683 % |
3.49/3.53	|       812 |  298837   895405  2089547 |   441615      719    128 |  0.968 % |
4.19/4.28	|      1319 |  296694   888908  2074437 |   485777     1195     88 |  1.814 % |
4.59/4.67	|      2079 |  296693   888908  2074437 |   534354     1954     65 |  1.815 % |
22.28/22.37	|      3219 |  295753   885858  2067394 |   587790     3060    401 |  1.992 % |
23.59/23.67	|      4927 |  295747   885814  2067293 |   646569     4767    282 |  2.340 % |
27.39/27.42	|      7489 |  293653   878712  2051001 |   711226     7302    206 |  2.686 % |
28.78/28.89	|     11335 |  293651   878700  2050977 |   782348    11146    158 |  2.687 % |
30.38/30.45	|     17101 |  293649   878691  2050959 |   860583    16910    116 |  2.688 % |
35.19/35.25	|     25751 |  293649   878691  2050959 |   946642    25560     87 |  2.688 % |
119.56/119.60	|     38726 |  293618   878688  2050953 |  1041306    38524    143 |  2.871 % |
375.37/375.51	|     58187 |  288996   870022  2031092 |  1145436    57833    216 |  4.834 % |
393.26/393.45	|     87379 |  287170   856673  2000478 |  1259980    86941    172 |  4.835 % |
802.23/802.58	|    131169 |  285555   852189  1990207 |  1385978   130616    190 |  5.409 % |

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-1797962-1242079463/watcher-1797962-1242079463 -o /tmp/evaluation-result-1797962-1242079463/solver-1797962-1242079463 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1797962-1242079463.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 32308
/proc/meminfo: memFree=1448176/2055920 swapFree=4171324/4192956
[pid=32308] ppid=32306 vsize=2164 CPUtime=0
/proc/32308/stat : 32308 (minisat_static) R 32306 32308 31981 0 -1 4194304 422 0 0 0 0 0 0 0 18 0 1 0 235979276 2215936 407 1992294400 134512640 135213614 4294956256 18446744073709551615 134736207 0 0 4096 3 0 0 0 17 0 0 0
/proc/32308/statm: 575 411 58 171 0 401 0

[startup+0.0365239 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 32308
/proc/meminfo: memFree=1448176/2055920 swapFree=4171324/4192956
[pid=32308] ppid=32306 vsize=5992 CPUtime=0.02
/proc/32308/stat : 32308 (minisat_static) R 32306 32308 31981 0 -1 4194304 1271 0 0 0 2 0 0 0 18 0 1 0 235979276 6135808 1256 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 0 0 0
/proc/32308/statm: 1498 1257 58 171 0 1324 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5992

[startup+0.101531 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 32308
/proc/meminfo: memFree=1448176/2055920 swapFree=4171324/4192956
[pid=32308] ppid=32306 vsize=12464 CPUtime=0.09
/proc/32308/stat : 32308 (minisat_static) R 32306 32308 31981 0 -1 4194304 2915 0 0 0 8 1 0 0 18 0 1 0 235979276 12763136 2900 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 0 0 0
/proc/32308/statm: 3116 2900 58 171 0 2942 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12464

[startup+0.30156 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 32308
/proc/meminfo: memFree=1448176/2055920 swapFree=4171324/4192956
[pid=32308] ppid=32306 vsize=34856 CPUtime=0.29
/proc/32308/stat : 32308 (minisat_static) R 32306 32308 31981 0 -1 4194304 7870 0 0 0 25 4 0 0 20 0 1 0 235979276 35692544 7855 1992294400 134512640 135213614 4294956256 18446744073709551615 134524560 0 0 4096 3 0 0 0 17 0 0 0
/proc/32308/statm: 8714 7856 58 171 0 8540 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34856

[startup+0.701616 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 32308
/proc/meminfo: memFree=1448176/2055920 swapFree=4171324/4192956
[pid=32308] ppid=32306 vsize=57316 CPUtime=0.69
/proc/32308/stat : 32308 (minisat_static) R 32306 32308 31981 0 -1 4194304 13682 0 0 0 63 6 0 0 24 0 1 0 235979276 58691584 13667 1992294400 134512640 135213614 4294956256 18446744073709551615 134529623 0 0 4096 3 0 0 0 17 0 0 0
/proc/32308/statm: 14329 13667 74 171 0 14155 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 57316

[startup+1.50173 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32309
/proc/meminfo: memFree=1393576/2055920 swapFree=4171324/4192956
[pid=32308] ppid=32306 vsize=57316 CPUtime=1.49
/proc/32308/stat : 32308 (minisat_static) R 32306 32308 31981 0 -1 4194304 13713 0 0 0 143 6 0 0 25 0 1 0 235979276 58691584 13698 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 0 0 0
/proc/32308/statm: 14329 13698 78 171 0 14155 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 57316

[startup+3.10196 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32309
/proc/meminfo: memFree=1393384/2055920 swapFree=4171324/4192956
[pid=32308] ppid=32306 vsize=57984 CPUtime=3.09
/proc/32308/stat : 32308 (minisat_static) R 32306 32308 31981 0 -1 4194304 13817 0 0 0 303 6 0 0 25 0 1 0 235979276 59375616 13802 1992294400 134512640 135213614 4294956256 18446744073709551615 134535853 0 0 4096 3 0 0 0 17 0 0 0
/proc/32308/statm: 14496 13802 78 171 0 14322 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 57984

[startup+6.30141 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32309
/proc/meminfo: memFree=1392744/2055920 swapFree=4171324/4192956
[pid=32308] ppid=32306 vsize=58388 CPUtime=6.29
/proc/32308/stat : 32308 (minisat_static) R 32306 32308 31981 0 -1 4194304 13976 0 0 0 623 6 0 0 25 0 1 0 235979276 59789312 13961 1992294400 134512640 135213614 4294956256 18446744073709551615 134527171 0 0 4096 3 0 0 0 17 0 0 0
/proc/32308/statm: 14597 13961 78 171 0 14423 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 58388

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32309
/proc/meminfo: memFree=1391208/2055920 swapFree=4171324/4192956
[pid=32308] ppid=32306 vsize=60028 CPUtime=12.69
/proc/32308/stat : 32308 (minisat_static) R 32306 32308 31981 0 -1 4194304 14377 0 0 0 1263 6 0 0 25 0 1 0 235979276 61468672 14362 1992294400 134512640 135213614 4294956256 18446744073709551615 134529474 0 0 4096 3 0 0 0 17 0 0 0
/proc/32308/statm: 15007 14362 78 171 0 14833 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 60028

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32309
/proc/meminfo: memFree=1388072/2055920 swapFree=4171324/4192956
[pid=32308] ppid=32306 vsize=63188 CPUtime=25.49
/proc/32308/stat : 32308 (minisat_static) R 32306 32308 31981 0 -1 4194304 15170 0 0 0 2542 7 0 0 25 0 1 0 235979276 64704512 15155 1992294400 134512640 135213614 4294956256 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 0 0 0
/proc/32308/statm: 15797 15155 78 171 0 15623 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 63188

[startup+51.1018 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32309
/proc/meminfo: memFree=1380840/2055920 swapFree=4171324/4192956
[pid=32308] ppid=32306 vsize=70536 CPUtime=51.08
/proc/32308/stat : 32308 (minisat_static) R 32306 32308 31981 0 -1 4194304 17001 0 0 0 5099 9 0 0 25 0 1 0 235979276 72228864 16986 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 0 0 0
/proc/32308/statm: 17634 16986 78 171 0 17460 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 70536

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32309
/proc/meminfo: memFree=1373032/2055920 swapFree=4171324/4192956
[pid=32308] ppid=32306 vsize=78120 CPUtime=102.26
/proc/32308/stat : 32308 (minisat_static) R 32306 32308 31981 0 -1 4194304 18920 0 0 0 10216 10 0 0 25 0 1 0 235979276 79994880 18903 1992294400 134512640 135213614 4294956256 18446744073709551615 134529517 0 0 4096 3 0 0 0 17 0 0 0
/proc/32308/statm: 19530 18903 78 171 0 19356 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 78120

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32309
/proc/meminfo: memFree=1361512/2055920 swapFree=4171324/4192956
[pid=32308] ppid=32306 vsize=89824 CPUtime=162.24
/proc/32308/stat : 32308 (minisat_static) R 32306 32308 31981 0 -1 4194304 21815 0 0 0 16212 12 0 0 25 0 1 0 235979276 91979776 21798 1992294400 134512640 135213614 4294956256 18446744073709551615 134535853 0 0 4096 3 0 0 0 17 0 0 0
/proc/32308/statm: 22456 21798 78 171 0 22282 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 89824

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32309
/proc/meminfo: memFree=1356584/2055920 swapFree=4171324/4192956
[pid=32308] ppid=32306 vsize=94580 CPUtime=222.22
/proc/32308/stat : 32308 (minisat_static) R 32306 32308 31981 0 -1 4194304 23005 0 0 0 22209 13 0 0 25 0 1 0 235979276 96849920 22988 1992294400 134512640 135213614 4294956256 18446744073709551615 134529484 0 0 4096 3 0 0 0 17 0 0 0
/proc/32308/statm: 23645 22988 78 171 0 23471 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 94580

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32309
/proc/meminfo: memFree=1352808/2055920 swapFree=4171324/4192956
[pid=32308] ppid=32306 vsize=98340 CPUtime=282.21
/proc/32308/stat : 32308 (minisat_static) R 32306 32308 31981 0 -1 4194304 23974 0 0 0 28207 14 0 0 25 0 1 0 235979276 100700160 23957 1992294400 134512640 135213614 4294956256 18446744073709551615 134529687 0 0 4096 3 0 0 0 17 0 0 0
/proc/32308/statm: 24585 23957 78 171 0 24411 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 98340

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32309
/proc/meminfo: memFree=1347752/2055920 swapFree=4171324/4192956
[pid=32308] ppid=32306 vsize=103408 CPUtime=342.19
/proc/32308/stat : 32308 (minisat_static) R 32306 32308 31981 0 -1 4194304 25225 0 0 0 34204 15 0 0 25 0 1 0 235979276 105889792 25208 1992294400 134512640 135213614 4294956256 18446744073709551615 134529474 0 0 4096 3 0 0 0 17 0 0 0
/proc/32308/statm: 25852 25208 78 171 0 25678 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 103408

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32309
/proc/meminfo: memFree=1329640/2055920 swapFree=4171324/4192956
[pid=32308] ppid=32306 vsize=121568 CPUtime=402.16
/proc/32308/stat : 32308 (minisat_static) R 32306 32308 31981 0 -1 4194304 29798 0 0 0 40196 20 0 0 25 0 1 0 235979276 124485632 29753 1992294400 134512640 135213614 4294956256 18446744073709551615 134529748 0 0 4096 3 0 0 0 17 0 0 0
/proc/32308/statm: 30392 29753 78 171 0 30218 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 121568

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32309
/proc/meminfo: memFree=1326440/2055920 swapFree=4171324/4192956
[pid=32308] ppid=32306 vsize=124724 CPUtime=462.14
/proc/32308/stat : 32308 (minisat_static) R 32306 32308 31981 0 -1 4194304 30594 0 0 0 46194 20 0 0 25 0 1 0 235979276 127717376 30549 1992294400 134512640 135213614 4294956256 18446744073709551615 134529552 0 0 4096 3 0 0 0 17 0 0 0
/proc/32308/statm: 31181 30549 78 171 0 31007 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 124724

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32309
/proc/meminfo: memFree=1321768/2055920 swapFree=4171324/4192956
[pid=32308] ppid=32306 vsize=129612 CPUtime=522.13
/proc/32308/stat : 32308 (minisat_static) R 32306 32308 31981 0 -1 4194304 31780 0 0 0 52192 21 0 0 25 0 1 0 235979276 132722688 31735 1992294400 134512640 135213614 4294956256 18446744073709551615 134529687 0 0 4096 3 0 0 0 17 0 0 0
/proc/32308/statm: 32403 31735 78 171 0 32229 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 129612

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32309
/proc/meminfo: memFree=1318888/2055920 swapFree=4171324/4192956
[pid=32308] ppid=32306 vsize=132484 CPUtime=582.11
/proc/32308/stat : 32308 (minisat_static) R 32306 32308 31981 0 -1 4194304 32480 0 0 0 58190 21 0 0 25 0 1 0 235979276 135663616 32435 1992294400 134512640 135213614 4294956256 18446744073709551615 134529600 0 0 4096 3 0 0 0 17 0 0 0
/proc/32308/statm: 33121 32435 78 171 0 32947 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 132484

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32309
/proc/meminfo: memFree=1315432/2055920 swapFree=4171324/4192956
[pid=32308] ppid=32306 vsize=135940 CPUtime=642.08
/proc/32308/stat : 32308 (minisat_static) R 32306 32308 31981 0 -1 4194304 33347 0 0 0 64187 21 0 0 25 0 1 0 235979276 139202560 33302 1992294400 134512640 135213614 4294956256 18446744073709551615 134535853 0 0 4096 3 0 0 0 17 0 0 0
/proc/32308/statm: 33985 33302 78 171 0 33811 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 135940

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32309
/proc/meminfo: memFree=1312104/2055920 swapFree=4171324/4192956
[pid=32308] ppid=32306 vsize=139060 CPUtime=702.06
/proc/32308/stat : 32308 (minisat_static) R 32306 32308 31981 0 -1 4194304 34141 0 0 0 70184 22 0 0 25 0 1 0 235979276 142397440 34096 1992294400 134512640 135213614 4294956256 18446744073709551615 134529474 0 0 4096 3 0 0 0 17 0 0 0
/proc/32308/statm: 34765 34096 78 171 0 34591 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 139060

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32309
/proc/meminfo: memFree=1303720/2055920 swapFree=4171324/4192956
[pid=32308] ppid=32306 vsize=147616 CPUtime=762.05
/proc/32308/stat : 32308 (minisat_static) R 32306 32308 31981 0 -1 4194304 36254 0 0 0 76181 24 0 0 25 0 1 0 235979276 151158784 36209 1992294400 134512640 135213614 4294956256 18446744073709551615 134529474 0 0 4096 3 0 0 0 17 0 0 0
/proc/32308/statm: 36904 36209 78 171 0 36730 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 147616

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32309
/proc/meminfo: memFree=1285288/2055920 swapFree=4171324/4192956
[pid=32308] ppid=32306 vsize=166472 CPUtime=822.02
/proc/32308/stat : 32308 (minisat_static) R 32306 32308 31981 0 -1 4194304 40938 0 0 0 82175 27 0 0 25 0 1 0 235979276 170467328 40893 1992294400 134512640 135213614 4294956256 18446744073709551615 134526796 0 0 4096 3 0 0 0 17 0 0 0
/proc/32308/statm: 41618 40893 78 171 0 41444 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 166472

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32309
/proc/meminfo: memFree=1279144/2055920 swapFree=4171324/4192956
[pid=32308] ppid=32306 vsize=172132 CPUtime=882
/proc/32308/stat : 32308 (minisat_static) R 32306 32308 31981 0 -1 4194304 42385 0 0 0 88172 28 0 0 25 0 1 0 235979276 176263168 42340 1992294400 134512640 135213614 4294956256 18446744073709551615 134529537 0 0 4096 3 0 0 0 17 0 0 0
/proc/32308/statm: 43033 42340 78 171 0 42859 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 172132

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32309
/proc/meminfo: memFree=1276840/2055920 swapFree=4171324/4192956
[pid=32308] ppid=32306 vsize=174532 CPUtime=941.98
/proc/32308/stat : 32308 (minisat_static) R 32306 32308 31981 0 -1 4194304 42970 0 0 0 94169 29 0 0 25 0 1 0 235979276 178720768 42925 1992294400 134512640 135213614 4294956256 18446744073709551615 134529474 0 0 4096 3 0 0 0 17 0 0 0
/proc/32308/statm: 43633 42925 78 171 0 43459 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 174532

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32309
/proc/meminfo: memFree=1274664/2055920 swapFree=4171324/4192956
[pid=32308] ppid=32306 vsize=176660 CPUtime=1001.96
/proc/32308/stat : 32308 (minisat_static) R 32306 32308 31981 0 -1 4194304 43507 0 0 0 100167 29 0 0 25 0 1 0 235979276 180899840 43462 1992294400 134512640 135213614 4294956256 18446744073709551615 134529474 0 0 4096 3 0 0 0 17 0 0 0
/proc/32308/statm: 44165 43462 78 171 0 43991 0
Current children cumulated CPU time (s) 1001.96
Current children cumulated vsize (KiB) 176660

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32309
/proc/meminfo: memFree=1272488/2055920 swapFree=4171324/4192956
[pid=32308] ppid=32306 vsize=178788 CPUtime=1061.94
/proc/32308/stat : 32308 (minisat_static) R 32306 32308 31981 0 -1 4194304 44044 0 0 0 106164 30 0 0 25 0 1 0 235979276 183078912 43999 1992294400 134512640 135213614 4294956256 18446744073709551615 134529474 0 0 4096 3 0 0 0 17 0 0 0
/proc/32308/statm: 44697 43999 78 171 0 44523 0
Current children cumulated CPU time (s) 1061.94
Current children cumulated vsize (KiB) 178788

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32309
/proc/meminfo: memFree=1270440/2055920 swapFree=4171324/4192956
[pid=32308] ppid=32306 vsize=180792 CPUtime=1121.92
/proc/32308/stat : 32308 (minisat_static) R 32306 32308 31981 0 -1 4194304 44559 0 0 0 112161 31 0 0 25 0 1 0 235979276 185131008 44514 1992294400 134512640 135213614 4294956256 18446744073709551615 134529520 0 0 4096 3 0 0 0 17 0 0 0
/proc/32308/statm: 45198 44514 78 171 0 45024 0
Current children cumulated CPU time (s) 1121.92
Current children cumulated vsize (KiB) 180792

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32309
/proc/meminfo: memFree=1268264/2055920 swapFree=4171324/4192956
[pid=32308] ppid=32306 vsize=183060 CPUtime=1181.87
/proc/32308/stat : 32308 (minisat_static) R 32306 32308 31981 0 -1 4194304 45120 0 0 0 118156 31 0 0 25 0 1 0 235979276 187453440 45075 1992294400 134512640 135213614 4294956256 18446744073709551615 134529474 0 0 4096 3 0 0 0 17 0 0 0
/proc/32308/statm: 45765 45075 78 171 0 45591 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 183060



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32309
/proc/meminfo: memFree=1267496/2055920 swapFree=4171324/4192956
[pid=32308] ppid=32306 vsize=183728 CPUtime=1200.07
/proc/32308/stat : 32308 (minisat_static) R 32306 32308 31981 0 -1 4194304 45283 0 0 0 119976 31 0 0 25 0 1 0 235979276 188137472 45238 1992294400 134512640 135213614 4294956256 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 0 0 0
/proc/32308/statm: 45932 45238 78 171 0 45758 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 183728

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

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32309
/proc/meminfo: memFree=1267496/2055920 swapFree=4171324/4192956
[pid=32308] ppid=32306 vsize=183728 CPUtime=1200.07
/proc/32308/stat : 32308 (minisat_static) R 32306 32308 31981 0 -1 4194304 45283 0 0 0 119976 31 0 0 25 0 1 0 235979276 188137472 45238 1992294400 134512640 135213614 4294956256 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 0 0 0
/proc/32308/statm: 45932 45238 78 171 0 45758 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 183728

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.53
CPU time (s): 1200.11
CPU user time (s): 1199.76
CPU system time (s): 0.343947
CPU usage (%): 99.9645
Max. virtual memory (cumulated for all children) (KiB): 183728

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

runsolver used 1.10083 second user time and 3.2765 second system time

The end

Launcher Data

Begin job on node29 at 2009-05-12 00:04:24
IDJOB=1797962
IDBENCH=70782
IDSOLVER=651
FILE ID=node29/1797962-1242079463
PBS_JOBID= 9277660
Free space on /tmp= 66376 MiB

SOLVER NAME= minisat2-core 070721
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitssrl/countbitssrl128.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797962-1242079463/watcher-1797962-1242079463 -o /tmp/evaluation-result-1797962-1242079463/solver-1797962-1242079463 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1797962-1242079463.cnf

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

MD5SUM BENCH= d464f22dd212ad9afa317dae82dd7350
RANDOM SEED=847659478

node29.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.281
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.281
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:       1448592 kB
Buffers:         75400 kB
Cached:         431668 kB
SwapCached:      15920 kB
Active:         200060 kB
Inactive:       325952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1448592 kB
SwapTotal:     4192956 kB
SwapFree:      4171324 kB
Dirty:           17380 kB
Writeback:           0 kB
Mapped:          15100 kB
Slab:            67268 kB
Committed_AS:   866852 kB
PageTables:       1476 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= 66376 MiB
End job on node29 at 2009-05-12 00:24:27