Trace number 1797677

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
IUT_BMB_SIM 1.0? (TO) 1200.02 1200.34

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-15-10p1.cnf
MD5SUM484dad50fb275faff8eff92c4d5447cb
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 variables200003
Number of clauses1019221
Sum of the clauses size2431032
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2759013
Number of clauses of size 3198999
Number of clauses of size 45660
Number of clauses of size 522640
Number of clauses of size over 522660

Solver Data

0.00/0.00	c IUT_BMB_SIM version 1.0
16.79/16.84	This is MiniSat 2.0 beta
16.79/16.84	WARNING: for repeatability, setting FPU to use double precision
16.79/16.84	============================[ Problem Statistics ]=============================
16.79/16.84	|                                                                             |
16.79/16.84	|  Number of variables:  200003                                               |
16.79/16.84	|  Number of clauses:    757256                                               |
16.82/17.32	|  Parsing time:         0.44         s                                       |
16.82/17.34	============================[ Search Statistics ]==============================
16.82/17.34	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
16.82/17.34	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
16.82/17.34	===============================================================================
16.82/17.34	|         0 |  199973   745284  1821649 |   248428        0    nan |  0.000 % |
17.48/17.52	|       103 |  199973   745284  1821649 |   273270      103    199 |  0.000 % |
17.68/17.80	|       253 |  199684   745284  1821649 |   300597      252    141 |  0.270 % |
17.98/18.07	|       478 |  199485   745284  1821649 |   330657      474     88 |  0.843 % |
18.38/18.45	|       818 |  199482   745284  1821649 |   363723      813    103 |  0.848 % |
18.88/18.95	|      1324 |  198223   736044  1802311 |   400095     1309    113 |  0.886 % |
19.97/20.03	|      2083 |  198094   736044  1802311 |   440105     2067    128 |  1.782 % |
21.58/21.65	|      3222 |  196132   724120  1775434 |   484115     3198    124 |  1.921 % |
23.77/23.81	|      4932 |  195323   720291  1767776 |   532527     4906    108 |  2.377 % |
27.78/27.88	|      7495 |  194785   717611  1762416 |   585780     7465    133 |  2.594 % |
33.97/34.01	|     11339 |  193337   713021  1752242 |   644358    11291    138 |  3.669 % |
44.77/44.86	|     17106 |  189722   693667  1710541 |   708794    16636    152 |  5.149 % |
63.97/64.03	|     25756 |  187972   683163  1686913 |   779673    25239    185 |  6.001 % |
102.06/102.13	|     38730 |  183770   662295  1639048 |   857640    37280    234 |  8.107 % |
154.04/154.12	|     58191 |  179609   639786  1589930 |   943404    56673    261 | 10.184 % |
320.02/320.13	|     87383 |  177602   628307  1564160 |  1037745    85487    377 | 11.338 % |
616.95/617.11	|    131172 |  175613   617831  1540596 |  1141519   128804    441 | 12.182 % |
1112.34/1112.61	|    196856 |  174786   613283  1529618 |  1255671   192125    476 | 12.630 % |

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-1797677-1242084797/watcher-1797677-1242084797 -o /tmp/evaluation-result-1797677-1242084797/solver-1797677-1242084797 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1797677-1242084797.cnf HOME 

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 5159
/proc/meminfo: memFree=1948440/2055920 swapFree=4181040/4192956
[pid=5159] ppid=5157 vsize=13232 CPUtime=0
/proc/5159/stat : 5159 (IUT_BMB_SIM) R 5157 5159 4643 0 -1 4194304 184 0 0 0 0 0 0 0 18 0 1 0 236507294 13549568 167 1992294400 134512640 135635349 4294956224 18446744073709551615 134533682 0 0 4096 0 0 0 0 17 1 0 0
/proc/5159/statm: 3308 167 92 274 0 3031 0

[startup+0.0359329 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5159
/proc/meminfo: memFree=1948440/2055920 swapFree=4181040/4192956
[pid=5159] ppid=5157 vsize=13232 CPUtime=0.03
/proc/5159/stat : 5159 (IUT_BMB_SIM) R 5157 5159 4643 0 -1 4194304 672 0 0 0 3 0 0 0 18 0 1 0 236507294 13549568 655 1992294400 134512640 135635349 4294956224 18446744073709551615 134533673 0 0 4096 0 0 0 0 17 1 0 0
/proc/5159/statm: 3308 656 92 274 0 3031 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13232

[startup+0.101936 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5159
/proc/meminfo: memFree=1948440/2055920 swapFree=4181040/4192956
[pid=5159] ppid=5157 vsize=13232 CPUtime=0.09
/proc/5159/stat : 5159 (IUT_BMB_SIM) R 5157 5159 4643 0 -1 4194304 1696 0 0 0 9 0 0 0 18 0 1 0 236507294 13549568 1679 1992294400 134512640 135635349 4294956224 18446744073709551615 134533682 0 0 4096 0 0 0 0 17 1 0 0
/proc/5159/statm: 3308 1679 92 274 0 3031 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13232

[startup+0.301949 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5159
/proc/meminfo: memFree=1948440/2055920 swapFree=4181040/4192956
[pid=5159] ppid=5157 vsize=32848 CPUtime=0.29
/proc/5159/stat : 5159 (IUT_BMB_SIM) R 5157 5159 4643 0 -1 4194304 6994 0 0 0 27 2 0 0 19 0 1 0 236507294 33636352 6977 1992294400 134512640 135635349 4294956224 18446744073709551615 134535645 0 0 4096 0 0 0 0 17 1 0 0
/proc/5159/statm: 8212 6980 92 274 0 7935 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32848

[startup+0.701976 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5159
/proc/meminfo: memFree=1948440/2055920 swapFree=4181040/4192956
[pid=5159] ppid=5157 vsize=46844 CPUtime=0.69
/proc/5159/stat : 5159 (IUT_BMB_SIM) R 5157 5159 4643 0 -1 4194304 11530 0 0 0 65 4 0 0 22 0 1 0 236507294 47968256 11513 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 1 0 0
/proc/5159/statm: 11711 11513 99 274 0 11434 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 46844

[startup+1.50103 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5160
/proc/meminfo: memFree=1898832/2055920 swapFree=4181040/4192956
[pid=5159] ppid=5157 vsize=56480 CPUtime=1.49
/proc/5159/stat : 5159 (IUT_BMB_SIM) R 5157 5159 4643 0 -1 4194304 13945 0 0 0 143 6 0 0 25 0 1 0 236507294 57835520 13928 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 1 0 0
/proc/5159/statm: 14120 13928 99 274 0 13843 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 56480

[startup+3.10113 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5160
/proc/meminfo: memFree=1886480/2055920 swapFree=4181040/4192956
[pid=5159] ppid=5157 vsize=72716 CPUtime=3.09
/proc/5159/stat : 5159 (IUT_BMB_SIM) R 5157 5159 4643 0 -1 4194304 18002 0 0 0 300 9 0 0 25 0 1 0 236507294 74461184 17985 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 1 0 0
/proc/5159/statm: 18179 17985 99 274 0 17902 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 72716

[startup+6.30135 s]
/proc/loadavg: 1.08 1.02 1.01 2/65 5160
/proc/meminfo: memFree=1855440/2055920 swapFree=4181040/4192956
[pid=5159] ppid=5157 vsize=101624 CPUtime=6.29
/proc/5159/stat : 5159 (IUT_BMB_SIM) R 5157 5159 4643 0 -1 4194304 25215 0 0 0 615 14 0 0 25 0 1 0 236507294 104062976 25199 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 1 0 0
/proc/5159/statm: 25406 25199 99 274 0 25129 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 101624

[startup+12.7018 s]
/proc/loadavg: 1.07 1.02 1.00 2/65 5160
/proc/meminfo: memFree=1776656/2055920 swapFree=4181040/4192956
[pid=5159] ppid=5157 vsize=173816 CPUtime=12.69
/proc/5159/stat : 5159 (IUT_BMB_SIM) R 5157 5159 4643 0 -1 4194304 43559 0 0 0 1246 23 0 0 25 0 1 0 236507294 177987584 43058 1992294400 134512640 135635349 4294956224 18446744073709551615 134537024 0 0 4096 0 0 0 0 17 1 0 0
/proc/5159/statm: 43454 43058 99 274 0 43177 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 173816

[startup+25.5016 s]
/proc/loadavg: 1.13 1.03 1.01 2/66 5161
/proc/meminfo: memFree=1717128/2055920 swapFree=4181040/4192956
[pid=5159] ppid=5157 vsize=171764 CPUtime=16.82
/proc/5159/stat : 5159 (IUT_BMB_SIM) S 5157 5159 4643 0 -1 4194304 43567 0 0 0 1367 315 0 0 25 0 1 0 236507294 175886336 42768 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/5159/statm: 42941 42768 106 274 0 42664 0
[pid=5161] ppid=5159 vsize=48512 CPUtime=8.66
/proc/5161/stat : 5161 (minisat) R 5159 5159 4643 0 -1 4194304 11763 0 0 0 859 7 0 0 25 0 1 0 236508976 49676288 11477 1992294400 134512640 135212939 4294956320 18446744073709551615 134529415 0 0 4096 3 0 0 0 17 1 0 0
/proc/5161/statm: 12128 11477 77 170 0 11956 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 220276

[startup+51.1013 s]
/proc/loadavg: 1.08 1.03 1.01 2/66 5161
/proc/meminfo: memFree=1707336/2055920 swapFree=4181040/4192956
[pid=5159] ppid=5157 vsize=171764 CPUtime=16.82
/proc/5159/stat : 5159 (IUT_BMB_SIM) S 5157 5159 4643 0 -1 4194304 43567 0 0 0 1367 315 0 0 25 0 1 0 236507294 175886336 42768 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/5159/statm: 42941 42768 106 274 0 42664 0
[pid=5161] ppid=5159 vsize=58532 CPUtime=34.24
/proc/5161/stat : 5161 (minisat) R 5159 5159 4643 0 -1 4194304 14233 0 0 0 3415 9 0 0 25 0 1 0 236508976 59936768 13947 1992294400 134512640 135212939 4294956320 18446744073709551615 134718999 0 0 4096 3 0 0 0 17 1 0 0
/proc/5161/statm: 14633 13947 77 170 0 14461 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 230296

[startup+102.306 s]
/proc/loadavg: 1.04 1.02 1.00 2/66 5161
/proc/meminfo: memFree=1683848/2055920 swapFree=4181040/4192956
[pid=5159] ppid=5157 vsize=171764 CPUtime=16.82
/proc/5159/stat : 5159 (IUT_BMB_SIM) S 5157 5159 4643 0 -1 4194304 43567 0 0 0 1367 315 0 0 25 0 1 0 236507294 175886336 42768 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/5159/statm: 42941 42768 106 274 0 42664 0
[pid=5161] ppid=5159 vsize=81840 CPUtime=85.44
/proc/5161/stat : 5161 (minisat) R 5159 5159 4643 0 -1 4194304 20068 0 0 0 8528 16 0 0 25 0 1 0 236508976 83804160 19782 1992294400 134512640 135212939 4294956320 18446744073709551615 134719078 0 0 4096 3 0 0 0 17 1 0 0
/proc/5161/statm: 20460 19782 77 170 0 20288 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 253604

[startup+162.302 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 5161
/proc/meminfo: memFree=1655816/2055920 swapFree=4181040/4192956
[pid=5159] ppid=5157 vsize=171764 CPUtime=16.82
/proc/5159/stat : 5159 (IUT_BMB_SIM) S 5157 5159 4643 0 -1 4194304 43567 0 0 0 1367 315 0 0 25 0 1 0 236507294 175886336 42768 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/5159/statm: 42941 42768 106 274 0 42664 0
[pid=5161] ppid=5159 vsize=109940 CPUtime=145.43
/proc/5161/stat : 5161 (minisat) R 5159 5159 4643 0 -1 4194304 27111 0 0 0 14519 24 0 0 25 0 1 0 236508976 112578560 26825 1992294400 134512640 135212939 4294956320 18446744073709551615 134719078 0 0 4096 3 0 0 0 17 1 0 0
/proc/5161/statm: 27485 26825 77 170 0 27313 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 281704

[startup+222.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 5161
/proc/meminfo: memFree=1629384/2055920 swapFree=4181040/4192956
[pid=5159] ppid=5157 vsize=171764 CPUtime=16.82
/proc/5159/stat : 5159 (IUT_BMB_SIM) S 5157 5159 4643 0 -1 4194304 43567 0 0 0 1367 315 0 0 25 0 1 0 236507294 175886336 42768 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/5159/statm: 42941 42768 106 274 0 42664 0
[pid=5161] ppid=5159 vsize=136260 CPUtime=205.41
/proc/5161/stat : 5161 (minisat) R 5159 5159 4643 0 -1 4194304 33666 0 0 0 20512 29 0 0 25 0 1 0 236508976 139530240 33380 1992294400 134512640 135212939 4294956320 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 1 0 0
/proc/5161/statm: 34065 33380 77 170 0 33893 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 308024

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5161
/proc/meminfo: memFree=1607112/2055920 swapFree=4181040/4192956
[pid=5159] ppid=5157 vsize=171764 CPUtime=16.82
/proc/5159/stat : 5159 (IUT_BMB_SIM) S 5157 5159 4643 0 -1 4194304 43567 0 0 0 1367 315 0 0 25 0 1 0 236507294 175886336 42768 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/5159/statm: 42941 42768 106 274 0 42664 0
[pid=5161] ppid=5159 vsize=158660 CPUtime=265.4
/proc/5161/stat : 5161 (minisat) R 5159 5159 4643 0 -1 4194304 39273 0 0 0 26505 35 0 0 25 0 1 0 236508976 162467840 38987 1992294400 134512640 135212939 4294956320 18446744073709551615 134529407 0 0 4096 3 0 0 0 17 1 0 0
/proc/5161/statm: 39665 38987 77 170 0 39493 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 330424

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5161
/proc/meminfo: memFree=1581000/2055920 swapFree=4181040/4192956
[pid=5159] ppid=5157 vsize=171764 CPUtime=16.82
/proc/5159/stat : 5159 (IUT_BMB_SIM) S 5157 5159 4643 0 -1 4194304 43567 0 0 0 1367 315 0 0 25 0 1 0 236507294 175886336 42768 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/5159/statm: 42941 42768 106 274 0 42664 0
[pid=5161] ppid=5159 vsize=184468 CPUtime=325.38
/proc/5161/stat : 5161 (minisat) R 5159 5159 4643 0 -1 4194304 45730 0 0 0 32497 41 0 0 25 0 1 0 236508976 188895232 45444 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/5161/statm: 46117 45444 77 170 0 45945 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 356232

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5161
/proc/meminfo: memFree=1561352/2055920 swapFree=4181040/4192956
[pid=5159] ppid=5157 vsize=171764 CPUtime=16.82
/proc/5159/stat : 5159 (IUT_BMB_SIM) S 5157 5159 4643 0 -1 4194304 43567 0 0 0 1367 315 0 0 25 0 1 0 236507294 175886336 42768 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/5159/statm: 42941 42768 106 274 0 42664 0
[pid=5161] ppid=5159 vsize=204484 CPUtime=385.37
/proc/5161/stat : 5161 (minisat) R 5159 5159 4643 0 -1 4194304 50705 0 0 0 38490 47 0 0 25 0 1 0 236508976 209391616 50419 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/5161/statm: 51121 50419 77 170 0 50949 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 376248

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5163
/proc/meminfo: memFree=1540680/2055920 swapFree=4181040/4192956
[pid=5159] ppid=5157 vsize=171764 CPUtime=16.82
/proc/5159/stat : 5159 (IUT_BMB_SIM) S 5157 5159 4643 0 -1 4194304 43567 0 0 0 1367 315 0 0 25 0 1 0 236507294 175886336 42768 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/5159/statm: 42941 42768 106 274 0 42664 0
[pid=5161] ppid=5159 vsize=224776 CPUtime=445.36
/proc/5161/stat : 5161 (minisat) R 5159 5159 4643 0 -1 4194304 55785 0 0 0 44483 53 0 0 25 0 1 0 236508976 230170624 55499 1992294400 134512640 135212939 4294956320 18446744073709551615 134529346 0 0 4096 3 0 0 0 17 1 0 0
/proc/5161/statm: 56194 55499 77 170 0 56022 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 396540

[startup+522.302 s]

################
# More data... #
################

/proc/5161/statm: 66783 66119 77 170 0 66611 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 438896

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5163
/proc/meminfo: memFree=1481096/2055920 swapFree=4181040/4192956
[pid=5159] ppid=5157 vsize=171764 CPUtime=16.82
/proc/5159/stat : 5159 (IUT_BMB_SIM) S 5157 5159 4643 0 -1 4194304 43567 0 0 0 1367 315 0 0 25 0 1 0 236507294 175886336 42768 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/5159/statm: 42941 42768 106 274 0 42664 0
[pid=5161] ppid=5159 vsize=283948 CPUtime=625.32
/proc/5161/stat : 5161 (minisat) R 5159 5159 4643 0 -1 4194304 70599 0 0 0 62465 67 0 0 25 0 1 0 236508976 290762752 70313 1992294400 134512640 135212939 4294956320 18446744073709551615 134529559 0 0 4096 3 0 0 0 17 1 0 0
/proc/5161/statm: 70987 70313 77 170 0 70815 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 455712

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5163
/proc/meminfo: memFree=1461384/2055920 swapFree=4181040/4192956
[pid=5159] ppid=5157 vsize=171764 CPUtime=16.82
/proc/5159/stat : 5159 (IUT_BMB_SIM) S 5157 5159 4643 0 -1 4194304 43567 0 0 0 1367 315 0 0 25 0 1 0 236507294 175886336 42768 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/5159/statm: 42941 42768 106 274 0 42664 0
[pid=5161] ppid=5159 vsize=303996 CPUtime=685.31
/proc/5161/stat : 5161 (minisat) R 5159 5159 4643 0 -1 4194304 75563 0 0 0 68459 72 0 0 25 0 1 0 236508976 311291904 75277 1992294400 134512640 135212939 4294956320 18446744073709551615 134529407 0 0 4096 3 0 0 0 17 1 0 0
/proc/5161/statm: 75999 75277 77 170 0 75827 0
Current children cumulated CPU time (s) 702.13
Current children cumulated vsize (KiB) 475760

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5163
/proc/meminfo: memFree=1440008/2055920 swapFree=4181040/4192956
[pid=5159] ppid=5157 vsize=171764 CPUtime=16.82
/proc/5159/stat : 5159 (IUT_BMB_SIM) S 5157 5159 4643 0 -1 4194304 43567 0 0 0 1367 315 0 0 25 0 1 0 236507294 175886336 42768 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/5159/statm: 42941 42768 106 274 0 42664 0
[pid=5161] ppid=5159 vsize=325100 CPUtime=745.3
/proc/5161/stat : 5161 (minisat) R 5159 5159 4643 0 -1 4194304 80831 0 0 0 74452 78 0 0 25 0 1 0 236508976 332902400 80545 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/5161/statm: 81275 80545 77 170 0 81103 0
Current children cumulated CPU time (s) 762.12
Current children cumulated vsize (KiB) 496864

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5163
/proc/meminfo: memFree=1421896/2055920 swapFree=4181040/4192956
[pid=5159] ppid=5157 vsize=171764 CPUtime=16.82
/proc/5159/stat : 5159 (IUT_BMB_SIM) S 5157 5159 4643 0 -1 4194304 43567 0 0 0 1367 315 0 0 25 0 1 0 236507294 175886336 42768 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/5159/statm: 42941 42768 106 274 0 42664 0
[pid=5161] ppid=5159 vsize=343380 CPUtime=805.28
/proc/5161/stat : 5161 (minisat) R 5159 5159 4643 0 -1 4194304 85404 0 0 0 80445 83 0 0 25 0 1 0 236508976 351621120 85118 1992294400 134512640 135212939 4294956320 18446744073709551615 134526750 0 0 4096 3 0 0 0 17 1 0 0
/proc/5161/statm: 85845 85118 77 170 0 85673 0
Current children cumulated CPU time (s) 822.1
Current children cumulated vsize (KiB) 515144

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5163
/proc/meminfo: memFree=1407048/2055920 swapFree=4181040/4192956
[pid=5159] ppid=5157 vsize=171764 CPUtime=16.82
/proc/5159/stat : 5159 (IUT_BMB_SIM) S 5157 5159 4643 0 -1 4194304 43567 0 0 0 1367 315 0 0 25 0 1 0 236507294 175886336 42768 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/5159/statm: 42941 42768 106 274 0 42664 0
[pid=5161] ppid=5159 vsize=357912 CPUtime=865.27
/proc/5161/stat : 5161 (minisat) R 5159 5159 4643 0 -1 4194304 89043 0 0 0 86440 87 0 0 25 0 1 0 236508976 366501888 88757 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/5161/statm: 89478 88757 77 170 0 89306 0
Current children cumulated CPU time (s) 882.09
Current children cumulated vsize (KiB) 529676

[startup+942.302 s]
/proc/loadavg: 1.05 1.01 1.00 2/66 5163
/proc/meminfo: memFree=1391624/2055920 swapFree=4181040/4192956
[pid=5159] ppid=5157 vsize=171764 CPUtime=16.82
/proc/5159/stat : 5159 (IUT_BMB_SIM) S 5157 5159 4643 0 -1 4194304 43567 0 0 0 1367 315 0 0 25 0 1 0 236507294 175886336 42768 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/5159/statm: 42941 42768 106 274 0 42664 0
[pid=5161] ppid=5159 vsize=373436 CPUtime=925.25
/proc/5161/stat : 5161 (minisat) R 5159 5159 4643 0 -1 4194304 92938 0 0 0 92434 91 0 0 25 0 1 0 236508976 382398464 92652 1992294400 134512640 135212939 4294956320 18446744073709551615 134529424 0 0 4096 3 0 0 0 17 1 0 0
/proc/5161/statm: 93359 92652 77 170 0 93187 0
Current children cumulated CPU time (s) 942.07
Current children cumulated vsize (KiB) 545200

[startup+1002.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/66 5163
/proc/meminfo: memFree=1379016/2055920 swapFree=4181040/4192956
[pid=5159] ppid=5157 vsize=171764 CPUtime=16.82
/proc/5159/stat : 5159 (IUT_BMB_SIM) S 5157 5159 4643 0 -1 4194304 43567 0 0 0 1367 315 0 0 25 0 1 0 236507294 175886336 42768 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/5159/statm: 42941 42768 106 274 0 42664 0
[pid=5161] ppid=5159 vsize=385904 CPUtime=985.24
/proc/5161/stat : 5161 (minisat) R 5159 5159 4643 0 -1 4194304 96064 0 0 0 98430 94 0 0 25 0 1 0 236508976 395165696 95778 1992294400 134512640 135212939 4294956320 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 1 0 0
/proc/5161/statm: 96476 95778 77 170 0 96304 0
Current children cumulated CPU time (s) 1002.06
Current children cumulated vsize (KiB) 557668

[startup+1062.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/66 5163
/proc/meminfo: memFree=1361736/2055920 swapFree=4181040/4192956
[pid=5159] ppid=5157 vsize=171764 CPUtime=16.82
/proc/5159/stat : 5159 (IUT_BMB_SIM) S 5157 5159 4643 0 -1 4194304 43567 0 0 0 1367 315 0 0 25 0 1 0 236507294 175886336 42768 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/5159/statm: 42941 42768 106 274 0 42664 0
[pid=5161] ppid=5159 vsize=403300 CPUtime=1045.23
/proc/5161/stat : 5161 (minisat) R 5159 5159 4643 0 -1 4194304 100407 0 0 0 104424 99 0 0 25 0 1 0 236508976 412979200 100121 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/5161/statm: 100825 100121 77 170 0 100653 0
Current children cumulated CPU time (s) 1062.05
Current children cumulated vsize (KiB) 575064

[startup+1122.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 5163
/proc/meminfo: memFree=1346248/2055920 swapFree=4181040/4192956
[pid=5159] ppid=5157 vsize=171764 CPUtime=16.82
/proc/5159/stat : 5159 (IUT_BMB_SIM) S 5157 5159 4643 0 -1 4194304 43567 0 0 0 1367 315 0 0 25 0 1 0 236507294 175886336 42768 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/5159/statm: 42941 42768 106 274 0 42664 0
[pid=5161] ppid=5159 vsize=418420 CPUtime=1105.22
/proc/5161/stat : 5161 (minisat) R 5159 5159 4643 0 -1 4194304 104206 0 0 0 110419 103 0 0 25 0 1 0 236508976 428462080 103920 1992294400 134512640 135212939 4294956320 18446744073709551615 134526682 0 0 4096 3 0 0 0 17 1 0 0
/proc/5161/statm: 104605 103920 77 170 0 104433 0
Current children cumulated CPU time (s) 1122.04
Current children cumulated vsize (KiB) 590184

[startup+1182.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 5163
/proc/meminfo: memFree=1331528/2055920 swapFree=4181040/4192956
[pid=5159] ppid=5157 vsize=171764 CPUtime=16.82
/proc/5159/stat : 5159 (IUT_BMB_SIM) S 5157 5159 4643 0 -1 4194304 43567 0 0 0 1367 315 0 0 25 0 1 0 236507294 175886336 42768 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/5159/statm: 42941 42768 106 274 0 42664 0
[pid=5161] ppid=5159 vsize=433152 CPUtime=1165.2
/proc/5161/stat : 5161 (minisat) R 5159 5159 4643 0 -1 4194304 107889 0 0 0 116414 106 0 0 25 0 1 0 236508976 443547648 107603 1992294400 134512640 135212939 4294956320 18446744073709551615 134526797 0 0 4096 3 0 0 0 17 1 0 0
/proc/5161/statm: 108288 107603 77 170 0 108116 0
Current children cumulated CPU time (s) 1182.02
Current children cumulated vsize (KiB) 604916



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 5163
/proc/meminfo: memFree=1325192/2055920 swapFree=4181040/4192956
[pid=5159] ppid=5157 vsize=171764 CPUtime=16.82
/proc/5159/stat : 5159 (IUT_BMB_SIM) S 5157 5159 4643 0 -1 4194304 43567 0 0 0 1367 315 0 0 25 0 1 0 236507294 175886336 42768 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/5159/statm: 42941 42768 106 274 0 42664 0
[pid=5161] ppid=5159 vsize=439260 CPUtime=1183.2
/proc/5161/stat : 5161 (minisat) R 5159 5159 4643 0 -1 4194304 109417 0 0 0 118212 108 0 0 25 0 1 0 236508976 449802240 109131 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/5161/statm: 109815 109131 77 170 0 109643 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 611024

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: 1.00 1.01 1.00 2/66 5163
/proc/meminfo: memFree=1325192/2055920 swapFree=4181040/4192956
[pid=5159] ppid=5157 vsize=171764 CPUtime=16.82
/proc/5159/stat : 5159 (IUT_BMB_SIM) S 5157 5159 4643 0 -1 4194304 43567 0 0 0 1367 315 0 0 25 0 1 0 236507294 175886336 42768 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/5159/statm: 42941 42768 106 274 0 42664 0
[pid=5161] ppid=5159 vsize=439260 CPUtime=1183.2
/proc/5161/stat : 5161 (minisat) R 5159 5159 4643 0 -1 4194304 109417 0 0 0 118212 108 0 0 25 0 1 0 236508976 449802240 109131 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/5161/statm: 109815 109131 77 170 0 109643 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 611024

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5159 and gives
#  childrusage.ru_utime.tv_sec=13
#  childrusage.ru_utime.tv_usec=670921
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=184515
# CPU time returned by wait4() is 16.8554
# while last known CPU time is 1200.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.34
CPU time (s): 1200.02
CPU user time (s): 1195.79
CPU system time (s): 4.23
CPU usage (%): 99.9731
Max. virtual memory (cumulated for all children) (KiB): 611024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.6709
system time used= 3.18452
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43567
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= 3
involuntary context switches= 27

runsolver used 1.40679 second user time and 2.96155 second system time

The end

Launcher Data

Begin job on node52 at 2009-05-12 01:33:18
IDJOB=1797677
IDBENCH=71010
IDSOLVER=650
FILE ID=node52/1797677-1242084797
PBS_JOBID= 9277634
Free space on /tmp= 66056 MiB

SOLVER NAME= IUT_BMB_SIM 1.0
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UCG-15-10p1.cnf
COMMAND LINE= IUT_BMB_SIM BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797677-1242084797/watcher-1797677-1242084797 -o /tmp/evaluation-result-1797677-1242084797/solver-1797677-1242084797 -C 1200 -W 1800 -M 1800  IUT_BMB_SIM HOME/instance-1797677-1242084797.cnf HOME

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

MD5SUM BENCH= 484dad50fb275faff8eff92c4d5447cb
RANDOM SEED=1318341785

node52.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:       1948928 kB
Buffers:          2260 kB
Cached:          49140 kB
SwapCached:       5652 kB
Active:          40280 kB
Inactive:        18948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1948928 kB
SwapTotal:     4192956 kB
SwapFree:      4181040 kB
Dirty:           21000 kB
Writeback:           0 kB
Mapped:          13760 kB
Slab:            33676 kB
Committed_AS:   913636 kB
PageTables:       1488 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= 66040 MiB
End job on node52 at 2009-05-12 01:53:20