Trace number 1797685

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.04 1200.75

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-20-5p1.cnf
MD5SUM10eca282b9263f77903cd90a479b46ee
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 variables225926
Number of clauses1207249
Sum of the clauses size2914329
Maximum clause length10
Minimum clause length1
Number of clauses of size 111403
Number of clauses of size 2854772
Number of clauses of size 3284354
Number of clauses of size 46300
Number of clauses of size 525200
Number of clauses of size over 525220

Solver Data

0.00/0.00	c IUT_BMB_SIM version 1.0
18.68/18.80	This is MiniSat 2.0 beta
18.68/18.80	WARNING: for repeatability, setting FPU to use double precision
18.68/18.80	============================[ Problem Statistics ]=============================
18.68/18.80	|                                                                             |
18.76/18.80	|  Number of variables:  225926                                               |
18.76/18.80	|  Number of clauses:    941432                                               |
18.76/19.42	|  Parsing time:         0.55         s                                       |
18.76/19.45	============================[ Search Statistics ]==============================
18.76/19.45	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
18.76/19.45	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
18.76/19.45	===============================================================================
18.76/19.45	|         0 |  225886   931434  2305889 |   310478        0    nan |  0.000 % |
19.86/19.95	|       100 |  225869   931434  2305889 |   341525       97     81 |  0.272 % |
19.96/20.07	|       250 |  225695   931434  2305889 |   375678      243     54 |  1.960 % |
20.26/20.32	|       475 |  225621   931434  2305889 |   413246      466     41 |  2.105 % |
20.66/20.77	|       813 |  213506   857317  2136764 |   454570      788     59 |  6.238 % |
21.36/21.42	|      1319 |  213293   857317  2136764 |   500027     1291     68 |  7.878 % |
21.96/22.03	|      2080 |  213293   857317  2136764 |   550030     2052    100 |  7.878 % |
23.35/23.46	|      3219 |  208085   825613  2065245 |   605033     3186    116 |  7.887 % |
26.36/26.42	|      4927 |  207111   821306  2055587 |   665537     4884    121 |  8.472 % |
29.25/29.31	|      7489 |  192284   738876  1874277 |   732090     7378    100 | 14.925 % |
33.75/33.81	|     11335 |  186766   709588  1808284 |   805299    10942     93 | 17.349 % |
39.82/39.98	|     17101 |  186199   701057  1785374 |   885829    16676    104 | 17.577 % |
52.02/52.13	|     25750 |  183490   686936  1753270 |   974412    25290    128 | 18.907 % |
77.20/77.38	|     38726 |  179627   656353  1675691 |  1071854    38109    142 | 20.883 % |
108.59/108.75	|     58187 |  176271   636236  1630022 |  1179039    57101    156 | 21.994 % |
180.71/180.97	|     87379 |  174673   629655  1615062 |  1296943    86087    191 | 22.672 % |
323.85/324.18	|    131170 |  174191   626497  1607699 |  1426638   129775    246 | 22.889 % |
589.33/589.74	|    196854 |  174054   623926  1600508 |  1569301   194867    313 | 22.990 % |
1069.09/1069.77	|    295382 |  172778   616389  1581476 |  1726232   293052    394 | 23.543 % |

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-1797685-1242085578/watcher-1797685-1242085578 -o /tmp/evaluation-result-1797685-1242085578/solver-1797685-1242085578 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1797685-1242085578.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 10885
/proc/meminfo: memFree=861992/2055920 swapFree=4181168/4192956
[pid=10885] ppid=10883 vsize=15432 CPUtime=0
/proc/10885/stat : 10885 (IUT_BMB_SIM) R 10883 10885 10286 0 -1 4194304 189 0 0 0 0 0 0 0 18 0 1 0 236586556 15802368 172 1992294400 134512640 135635349 4294956224 18446744073709551615 134533673 0 0 4096 0 0 0 0 17 0 0 0
/proc/10885/statm: 3858 172 92 274 0 3581 0

[startup+0.0859709 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 10885
/proc/meminfo: memFree=861992/2055920 swapFree=4181168/4192956
[pid=10885] ppid=10883 vsize=15432 CPUtime=0.07
/proc/10885/stat : 10885 (IUT_BMB_SIM) R 10883 10885 10286 0 -1 4194304 1525 0 0 0 7 0 0 0 18 0 1 0 236586556 15802368 1508 1992294400 134512640 135635349 4294956224 18446744073709551615 134533682 0 0 4096 0 0 0 0 17 0 0 0
/proc/10885/statm: 3858 1509 92 274 0 3581 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 15432

[startup+0.101973 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 10885
/proc/meminfo: memFree=861992/2055920 swapFree=4181168/4192956
[pid=10885] ppid=10883 vsize=15432 CPUtime=0.09
/proc/10885/stat : 10885 (IUT_BMB_SIM) R 10883 10885 10286 0 -1 4194304 1788 0 0 0 9 0 0 0 18 0 1 0 236586556 15802368 1771 1992294400 134512640 135635349 4294956224 18446744073709551615 134533673 0 0 4096 0 0 0 0 17 0 0 0
/proc/10885/statm: 3858 1772 92 274 0 3581 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15432

[startup+0.302011 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 10885
/proc/meminfo: memFree=861992/2055920 swapFree=4181168/4192956
[pid=10885] ppid=10883 vsize=27212 CPUtime=0.29
/proc/10885/stat : 10885 (IUT_BMB_SIM) R 10883 10885 10286 0 -1 4194304 6478 0 0 0 26 3 0 0 19 0 1 0 236586556 27865088 6461 1992294400 134512640 135635349 4294956224 18446744073709551615 134533682 0 0 4096 0 0 0 0 17 0 0 0
/proc/10885/statm: 6803 6462 92 274 0 6526 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27212

[startup+0.701085 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 10885
/proc/meminfo: memFree=861992/2055920 swapFree=4181168/4192956
[pid=10885] ppid=10883 vsize=52752 CPUtime=0.69
/proc/10885/stat : 10885 (IUT_BMB_SIM) R 10883 10885 10286 0 -1 4194304 13021 0 0 0 64 5 0 0 23 0 1 0 236586556 54018048 13004 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/10885/statm: 13188 13004 99 274 0 12911 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 52752

[startup+1.50125 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10886
/proc/meminfo: memFree=806112/2055920 swapFree=4181168/4192956
[pid=10885] ppid=10883 vsize=62652 CPUtime=1.49
/proc/10885/stat : 10885 (IUT_BMB_SIM) R 10883 10885 10286 0 -1 4194304 15484 0 0 0 142 7 0 0 25 0 1 0 236586556 64155648 15467 1992294400 134512640 135635349 4294956224 18446744073709551615 134534306 0 0 4096 0 0 0 0 17 1 0 0
/proc/10885/statm: 15663 15467 99 274 0 15386 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 62652

[startup+3.10154 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10886
/proc/meminfo: memFree=793760/2055920 swapFree=4181168/4192956
[pid=10885] ppid=10883 vsize=79020 CPUtime=3.08
/proc/10885/stat : 10885 (IUT_BMB_SIM) R 10883 10885 10286 0 -1 4194304 19583 0 0 0 300 8 0 0 25 0 1 0 236586556 80916480 19566 1992294400 134512640 135635349 4294956224 18446744073709551615 134531310 0 0 4096 0 0 0 0 17 0 0 0
/proc/10885/statm: 19755 19566 99 274 0 19478 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 79020

[startup+6.30114 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10886
/proc/meminfo: memFree=759968/2055920 swapFree=4181168/4192956
[pid=10885] ppid=10883 vsize=111756 CPUtime=6.28
/proc/10885/stat : 10885 (IUT_BMB_SIM) R 10883 10885 10286 0 -1 4194304 27760 0 0 0 616 12 0 0 25 0 1 0 236586556 114438144 27743 1992294400 134512640 135635349 4294956224 18446744073709551615 134530445 0 0 4096 0 0 0 0 17 0 0 0
/proc/10885/statm: 27939 27743 99 274 0 27662 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 111756

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10886
/proc/meminfo: memFree=678688/2055920 swapFree=4181168/4192956
[pid=10885] ppid=10883 vsize=193464 CPUtime=12.68
/proc/10885/stat : 10885 (IUT_BMB_SIM) R 10883 10885 10286 0 -1 4194304 48181 0 0 0 1248 20 0 0 25 0 1 0 236586556 198107136 48164 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/10885/statm: 48366 48164 99 274 0 48089 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 193464

[startup+25.5018 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10887
/proc/meminfo: memFree=591768/2055920 swapFree=4181168/4192956
[pid=10885] ppid=10883 vsize=199272 CPUtime=18.76
/proc/10885/stat : 10885 (IUT_BMB_SIM) S 10883 10885 10286 0 -1 4194304 50497 0 0 0 1524 352 0 0 25 0 1 0 236586556 204054528 49645 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/10885/statm: 49818 49645 106 274 0 49541 0
[pid=10887] ppid=10885 vsize=57480 CPUtime=6.7
/proc/10887/stat : 10887 (minisat) R 10885 10885 10286 0 -1 4194304 13777 0 0 0 661 9 0 0 25 0 1 0 236588434 58859520 13457 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/10887/statm: 14370 13457 77 170 0 14198 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 256752

[startup+51.1016 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10887
/proc/meminfo: memFree=582552/2055920 swapFree=4181168/4192956
[pid=10885] ppid=10883 vsize=199272 CPUtime=18.76
/proc/10885/stat : 10885 (IUT_BMB_SIM) S 10883 10885 10286 0 -1 4194304 50497 0 0 0 1524 352 0 0 25 0 1 0 236586556 204054528 49645 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/10885/statm: 49818 49645 106 274 0 49541 0
[pid=10887] ppid=10885 vsize=66996 CPUtime=32.26
/proc/10887/stat : 10887 (minisat) R 10885 10885 10286 0 -1 4194304 16177 0 0 0 3215 11 0 0 25 0 1 0 236588434 68603904 15857 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/10887/statm: 16749 15857 77 170 0 16577 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 266268

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10887
/proc/meminfo: memFree=560408/2055920 swapFree=4181168/4192956
[pid=10885] ppid=10883 vsize=199272 CPUtime=18.76
/proc/10885/stat : 10885 (IUT_BMB_SIM) S 10883 10885 10286 0 -1 4194304 50497 0 0 0 1524 352 0 0 25 0 1 0 236586556 204054528 49645 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/10885/statm: 49818 49645 106 274 0 49541 0
[pid=10887] ppid=10885 vsize=88760 CPUtime=83.43
/proc/10887/stat : 10887 (minisat) R 10885 10885 10286 0 -1 4194304 21592 0 0 0 8327 16 0 0 25 0 1 0 236588434 90890240 21272 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/10887/statm: 22190 21272 77 170 0 22018 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 288032

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10887
/proc/meminfo: memFree=533528/2055920 swapFree=4181168/4192956
[pid=10885] ppid=10883 vsize=199272 CPUtime=18.76
/proc/10885/stat : 10885 (IUT_BMB_SIM) S 10883 10885 10286 0 -1 4194304 50497 0 0 0 1524 352 0 0 25 0 1 0 236586556 204054528 49645 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/10885/statm: 49818 49645 106 274 0 49541 0
[pid=10887] ppid=10885 vsize=115724 CPUtime=143.37
/proc/10887/stat : 10887 (minisat) R 10885 10885 10286 0 -1 4194304 28344 0 0 0 14313 24 0 0 25 0 1 0 236588434 118501376 28024 1992294400 134512640 135212939 4294956320 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 0 0 0
/proc/10887/statm: 28931 28024 77 170 0 28759 0
Current children cumulated CPU time (s) 162.13
Current children cumulated vsize (KiB) 314996

[startup+222.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10887
/proc/meminfo: memFree=505944/2055920 swapFree=4181168/4192956
[pid=10885] ppid=10883 vsize=199272 CPUtime=18.76
/proc/10885/stat : 10885 (IUT_BMB_SIM) S 10883 10885 10286 0 -1 4194304 50497 0 0 0 1524 352 0 0 25 0 1 0 236586556 204054528 49645 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/10885/statm: 49818 49645 106 274 0 49541 0
[pid=10887] ppid=10885 vsize=143264 CPUtime=203.34
/proc/10887/stat : 10887 (minisat) R 10885 10885 10286 0 -1 4194304 35211 0 0 0 20304 30 0 0 25 0 1 0 236588434 146702336 34891 1992294400 134512640 135212939 4294956320 18446744073709551615 134529415 0 0 4096 3 0 0 0 17 0 0 0
/proc/10887/statm: 35816 34891 77 170 0 35644 0
Current children cumulated CPU time (s) 222.1
Current children cumulated vsize (KiB) 342536

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10887
/proc/meminfo: memFree=482392/2055920 swapFree=4181168/4192956
[pid=10885] ppid=10883 vsize=199272 CPUtime=18.76
/proc/10885/stat : 10885 (IUT_BMB_SIM) S 10883 10885 10286 0 -1 4194304 50497 0 0 0 1524 352 0 0 25 0 1 0 236586556 204054528 49645 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/10885/statm: 49818 49645 106 274 0 49541 0
[pid=10887] ppid=10885 vsize=167076 CPUtime=263.31
/proc/10887/stat : 10887 (minisat) R 10885 10885 10286 0 -1 4194304 41158 0 0 0 26296 35 0 0 25 0 1 0 236588434 171085824 40838 1992294400 134512640 135212939 4294956320 18446744073709551615 134529392 0 0 4096 3 0 0 0 17 0 0 0
/proc/10887/statm: 41769 40838 77 170 0 41597 0
Current children cumulated CPU time (s) 282.07
Current children cumulated vsize (KiB) 366348

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10887
/proc/meminfo: memFree=455640/2055920 swapFree=4181168/4192956
[pid=10885] ppid=10883 vsize=199272 CPUtime=18.76
/proc/10885/stat : 10885 (IUT_BMB_SIM) S 10883 10885 10286 0 -1 4194304 50497 0 0 0 1524 352 0 0 25 0 1 0 236586556 204054528 49645 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/10885/statm: 49818 49645 106 274 0 49541 0
[pid=10887] ppid=10885 vsize=193900 CPUtime=323.28
/proc/10887/stat : 10887 (minisat) R 10885 10885 10286 0 -1 4194304 47877 0 0 0 32286 42 0 0 25 0 1 0 236588434 198553600 47557 1992294400 134512640 135212939 4294956320 18446744073709551615 134536058 0 0 4096 3 0 0 0 17 0 0 0
/proc/10887/statm: 48475 47557 77 170 0 48303 0
Current children cumulated CPU time (s) 342.04
Current children cumulated vsize (KiB) 393172

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10887
/proc/meminfo: memFree=427224/2055920 swapFree=4181168/4192956
[pid=10885] ppid=10883 vsize=199272 CPUtime=18.76
/proc/10885/stat : 10885 (IUT_BMB_SIM) S 10883 10885 10286 0 -1 4194304 50497 0 0 0 1524 352 0 0 25 0 1 0 236586556 204054528 49645 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/10885/statm: 49818 49645 106 274 0 49541 0
[pid=10887] ppid=10885 vsize=222448 CPUtime=383.25
/proc/10887/stat : 10887 (minisat) R 10885 10885 10286 0 -1 4194304 54976 0 0 0 38277 48 0 0 25 0 1 0 236588434 227786752 54656 1992294400 134512640 135212939 4294956320 18446744073709551615 134527043 0 0 4096 3 0 0 0 17 0 0 0
/proc/10887/statm: 55612 54656 77 170 0 55440 0
Current children cumulated CPU time (s) 402.01
Current children cumulated vsize (KiB) 421720

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10887
/proc/meminfo: memFree=403800/2055920 swapFree=4181168/4192956
[pid=10885] ppid=10883 vsize=199272 CPUtime=18.76
/proc/10885/stat : 10885 (IUT_BMB_SIM) S 10883 10885 10286 0 -1 4194304 50497 0 0 0 1524 352 0 0 25 0 1 0 236586556 204054528 49645 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/10885/statm: 49818 49645 106 274 0 49541 0
[pid=10887] ppid=10885 vsize=245456 CPUtime=443.23
/proc/10887/stat : 10887 (minisat) R 10885 10885 10286 0 -1 4194304 60761 0 0 0 44269 54 0 0 25 0 1 0 236588434 251346944 60441 1992294400 134512640 135212939 4294956320 18446744073709551615 134526750 0 0 4096 3 0 0 0 17 0 0 0
/proc/10887/statm: 61364 60441 77 170 0 61192 0
Current children cumulated CPU time (s) 461.99
Current children cumulated vsize (KiB) 444728

[startup+522.302 s]

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

/proc/10887/statm: 75380 74471 77 170 0 75208 0
Current children cumulated CPU time (s) 581.93
Current children cumulated vsize (KiB) 500792

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10887
/proc/meminfo: memFree=321688/2055920 swapFree=4181168/4192956
[pid=10885] ppid=10883 vsize=199272 CPUtime=18.76
/proc/10885/stat : 10885 (IUT_BMB_SIM) S 10883 10885 10286 0 -1 4194304 50497 0 0 0 1524 352 0 0 25 0 1 0 236586556 204054528 49645 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/10885/statm: 49818 49645 106 274 0 49541 0
[pid=10887] ppid=10885 vsize=327132 CPUtime=623.15
/proc/10887/stat : 10887 (minisat) R 10885 10885 10286 0 -1 4194304 81199 0 0 0 62242 73 0 0 25 0 1 0 236588434 334983168 80879 1992294400 134512640 135212939 4294956320 18446744073709551615 134536612 0 0 4096 3 0 0 0 17 0 0 0
/proc/10887/statm: 81783 80879 77 170 0 81611 0
Current children cumulated CPU time (s) 641.91
Current children cumulated vsize (KiB) 526404

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10887
/proc/meminfo: memFree=292376/2055920 swapFree=4181168/4192956
[pid=10885] ppid=10883 vsize=199272 CPUtime=18.76
/proc/10885/stat : 10885 (IUT_BMB_SIM) S 10883 10885 10286 0 -1 4194304 50497 0 0 0 1524 352 0 0 25 0 1 0 236586556 204054528 49645 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/10885/statm: 49818 49645 106 274 0 49541 0
[pid=10887] ppid=10885 vsize=356924 CPUtime=683.11
/proc/10887/stat : 10887 (minisat) R 10885 10885 10286 0 -1 4194304 88563 0 0 0 68231 80 0 0 25 0 1 0 236588434 365490176 88243 1992294400 134512640 135212939 4294956320 18446744073709551615 134536079 0 0 4096 3 0 0 0 17 0 0 0
/proc/10887/statm: 89231 88243 77 170 0 89059 0
Current children cumulated CPU time (s) 701.87
Current children cumulated vsize (KiB) 556196

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10887
/proc/meminfo: memFree=264344/2055920 swapFree=4181168/4192956
[pid=10885] ppid=10883 vsize=199272 CPUtime=18.76
/proc/10885/stat : 10885 (IUT_BMB_SIM) S 10883 10885 10286 0 -1 4194304 50497 0 0 0 1524 352 0 0 25 0 1 0 236586556 204054528 49645 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/10885/statm: 49818 49645 106 274 0 49541 0
[pid=10887] ppid=10885 vsize=384580 CPUtime=743.08
/proc/10887/stat : 10887 (minisat) R 10885 10885 10286 0 -1 4194304 95480 0 0 0 74223 85 0 0 25 0 1 0 236588434 393809920 95160 1992294400 134512640 135212939 4294956320 18446744073709551615 134529409 0 0 4096 3 0 0 0 17 0 0 0
/proc/10887/statm: 96145 95160 77 170 0 95973 0
Current children cumulated CPU time (s) 761.84
Current children cumulated vsize (KiB) 583852

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10887
/proc/meminfo: memFree=238808/2055920 swapFree=4181168/4192956
[pid=10885] ppid=10883 vsize=199272 CPUtime=18.76
/proc/10885/stat : 10885 (IUT_BMB_SIM) S 10883 10885 10286 0 -1 4194304 50497 0 0 0 1524 352 0 0 25 0 1 0 236586556 204054528 49645 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/10885/statm: 49818 49645 106 274 0 49541 0
[pid=10887] ppid=10885 vsize=410232 CPUtime=803.05
/proc/10887/stat : 10887 (minisat) R 10885 10885 10286 0 -1 4194304 101926 0 0 0 80212 93 0 0 25 0 1 0 236588434 420077568 101606 1992294400 134512640 135212939 4294956320 18446744073709551615 134526811 0 0 4096 3 0 0 0 17 0 0 0
/proc/10887/statm: 102558 101606 77 170 0 102386 0
Current children cumulated CPU time (s) 821.81
Current children cumulated vsize (KiB) 609504

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10893
/proc/meminfo: memFree=212184/2055920 swapFree=4181168/4192956
[pid=10885] ppid=10883 vsize=199272 CPUtime=18.76
/proc/10885/stat : 10885 (IUT_BMB_SIM) S 10883 10885 10286 0 -1 4194304 50497 0 0 0 1524 352 0 0 25 0 1 0 236586556 204054528 49645 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/10885/statm: 49818 49645 106 274 0 49541 0
[pid=10887] ppid=10885 vsize=436400 CPUtime=863.01
/proc/10887/stat : 10887 (minisat) R 10885 10885 10286 0 -1 4194304 108450 0 0 0 86203 98 0 0 25 0 1 0 236588434 446873600 108130 1992294400 134512640 135212939 4294956320 18446744073709551615 134526674 0 0 4096 3 0 0 0 17 0 0 0
/proc/10887/statm: 109100 108130 77 170 0 108928 0
Current children cumulated CPU time (s) 881.77
Current children cumulated vsize (KiB) 635672

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10893
/proc/meminfo: memFree=187288/2055920 swapFree=4181168/4192956
[pid=10885] ppid=10883 vsize=199272 CPUtime=18.76
/proc/10885/stat : 10885 (IUT_BMB_SIM) S 10883 10885 10286 0 -1 4194304 50497 0 0 0 1524 352 0 0 25 0 1 0 236586556 204054528 49645 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/10885/statm: 49818 49645 106 274 0 49541 0
[pid=10887] ppid=10885 vsize=461380 CPUtime=922.99
/proc/10887/stat : 10887 (minisat) R 10885 10885 10286 0 -1 4194304 114730 0 0 0 92195 104 0 0 25 0 1 0 236588434 472453120 114410 1992294400 134512640 135212939 4294956320 18446744073709551615 134526811 0 0 4096 3 0 0 0 17 0 0 0
/proc/10887/statm: 115345 114410 77 170 0 115173 0
Current children cumulated CPU time (s) 941.75
Current children cumulated vsize (KiB) 660652

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10893
/proc/meminfo: memFree=154072/2055920 swapFree=4181168/4192956
[pid=10885] ppid=10883 vsize=199272 CPUtime=18.76
/proc/10885/stat : 10885 (IUT_BMB_SIM) S 10883 10885 10286 0 -1 4194304 50497 0 0 0 1524 352 0 0 25 0 1 0 236586556 204054528 49645 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/10885/statm: 49818 49645 106 274 0 49541 0
[pid=10887] ppid=10885 vsize=494456 CPUtime=982.97
/proc/10887/stat : 10887 (minisat) R 10885 10885 10286 0 -1 4194304 122999 0 0 0 98186 111 0 0 25 0 1 0 236588434 506322944 122679 1992294400 134512640 135212939 4294956320 18446744073709551615 134526797 0 0 4096 3 0 0 0 17 0 0 0
/proc/10887/statm: 123614 122679 77 170 0 123442 0
Current children cumulated CPU time (s) 1001.73
Current children cumulated vsize (KiB) 693728

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10893
/proc/meminfo: memFree=127704/2055920 swapFree=4181168/4192956
[pid=10885] ppid=10883 vsize=199272 CPUtime=18.76
/proc/10885/stat : 10885 (IUT_BMB_SIM) S 10883 10885 10286 0 -1 4194304 50497 0 0 0 1524 352 0 0 25 0 1 0 236586556 204054528 49645 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/10885/statm: 49818 49645 106 274 0 49541 0
[pid=10887] ppid=10885 vsize=521228 CPUtime=1042.93
/proc/10887/stat : 10887 (minisat) R 10885 10885 10286 0 -1 4194304 129690 0 0 0 104176 117 0 0 25 0 1 0 236588434 533737472 129370 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/10887/statm: 130307 129370 77 170 0 130135 0
Current children cumulated CPU time (s) 1061.69
Current children cumulated vsize (KiB) 720500

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10893
/proc/meminfo: memFree=103256/2055920 swapFree=4181168/4192956
[pid=10885] ppid=10883 vsize=199272 CPUtime=18.76
/proc/10885/stat : 10885 (IUT_BMB_SIM) S 10883 10885 10286 0 -1 4194304 50497 0 0 0 1524 352 0 0 25 0 1 0 236586556 204054528 49645 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/10885/statm: 49818 49645 106 274 0 49541 0
[pid=10887] ppid=10885 vsize=545136 CPUtime=1102.91
/proc/10887/stat : 10887 (minisat) R 10885 10885 10286 0 -1 4194304 135705 0 0 0 110169 122 0 0 25 0 1 0 236588434 558219264 135385 1992294400 134512640 135212939 4294956320 18446744073709551615 134529321 0 0 4096 3 0 0 0 17 0 0 0
/proc/10887/statm: 136284 135385 77 170 0 136112 0
Current children cumulated CPU time (s) 1121.67
Current children cumulated vsize (KiB) 744408

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10893
/proc/meminfo: memFree=82008/2055920 swapFree=4181168/4192956
[pid=10885] ppid=10883 vsize=199272 CPUtime=18.76
/proc/10885/stat : 10885 (IUT_BMB_SIM) S 10883 10885 10286 0 -1 4194304 50497 0 0 0 1524 352 0 0 25 0 1 0 236586556 204054528 49645 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/10885/statm: 49818 49645 106 274 0 49541 0
[pid=10887] ppid=10885 vsize=567172 CPUtime=1162.88
/proc/10887/stat : 10887 (minisat) R 10885 10885 10286 0 -1 4194304 141039 0 0 0 116161 127 0 0 25 0 1 0 236588434 580784128 140719 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/10887/statm: 141793 140719 77 170 0 141621 0
Current children cumulated CPU time (s) 1181.64
Current children cumulated vsize (KiB) 766444



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10893
/proc/meminfo: memFree=75672/2055920 swapFree=4181168/4192956
[pid=10885] ppid=10883 vsize=199272 CPUtime=18.76
/proc/10885/stat : 10885 (IUT_BMB_SIM) S 10883 10885 10286 0 -1 4194304 50497 0 0 0 1524 352 0 0 25 0 1 0 236586556 204054528 49645 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/10885/statm: 49818 49645 106 274 0 49541 0
[pid=10887] ppid=10885 vsize=573128 CPUtime=1181.28
/proc/10887/stat : 10887 (minisat) R 10885 10885 10286 0 -1 4194304 142536 0 0 0 117999 129 0 0 25 0 1 0 236588434 586883072 142216 1992294400 134512640 135212939 4294956320 18446744073709551615 134536259 0 0 4096 3 0 0 0 17 0 0 0
/proc/10887/statm: 143282 142216 77 170 0 143110 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 772400

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

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

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10893
/proc/meminfo: memFree=75672/2055920 swapFree=4181168/4192956
[pid=10885] ppid=10883 vsize=199272 CPUtime=18.76
/proc/10885/stat : 10885 (IUT_BMB_SIM) S 10883 10885 10286 0 -1 4194304 50497 0 0 0 1524 352 0 0 25 0 1 0 236586556 204054528 49645 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/10885/statm: 49818 49645 106 274 0 49541 0
[pid=10887] ppid=10885 vsize=573128 CPUtime=1181.28
/proc/10887/stat : 10887 (minisat) R 10885 10885 10286 0 -1 4194304 142536 0 0 0 117999 129 0 0 25 0 1 0 236588434 586883072 142216 1992294400 134512640 135212939 4294956320 18446744073709551615 134536259 0 0 4096 3 0 0 0 17 0 0 0
/proc/10887/statm: 143282 142216 77 170 0 143110 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 772400

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10885 and gives
#  childrusage.ru_utime.tv_sec=15
#  childrusage.ru_utime.tv_usec=248681
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=559458
# CPU time returned by wait4() is 18.8081
# while last known CPU time is 1200.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.75
CPU time (s): 1200.04
CPU user time (s): 1195.23
CPU system time (s): 4.81
CPU usage (%): 99.9411
Max. virtual memory (cumulated for all children) (KiB): 772400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.2487
system time used= 3.55946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50497
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= 4
involuntary context switches= 82

runsolver used 1.09683 second user time and 3.2825 second system time

The end

Launcher Data

Begin job on node37 at 2009-05-12 01:46:20
IDJOB=1797685
IDBENCH=71034
IDSOLVER=650
FILE ID=node37/1797685-1242085578
PBS_JOBID= 9277614
Free space on /tmp= 66272 MiB

SOLVER NAME= IUT_BMB_SIM 1.0
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UTI-20-5p1.cnf
COMMAND LINE= IUT_BMB_SIM BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797685-1242085578/watcher-1797685-1242085578 -o /tmp/evaluation-result-1797685-1242085578/solver-1797685-1242085578 -C 1200 -W 1800 -M 1800  IUT_BMB_SIM HOME/instance-1797685-1242085578.cnf HOME

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

MD5SUM BENCH= 10eca282b9263f77903cd90a479b46ee
RANDOM SEED=574231977

node37.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.259
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.259
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:        862408 kB
Buffers:         80048 kB
Cached:        1004656 kB
SwapCached:       5608 kB
Active:          52948 kB
Inactive:      1040184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        862408 kB
SwapTotal:     4192956 kB
SwapFree:      4181168 kB
Dirty:           24884 kB
Writeback:           0 kB
Mapped:          14132 kB
Slab:            86416 kB
Committed_AS:   922664 kB
PageTables:       1396 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= 66252 MiB
End job on node37 at 2009-05-12 02:06:23