Trace number 1807199

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.03 1200.62

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v2640c305320g2.cnf
MD5SUMa751c1722336404421531c8b945f61ee
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2640
Number of clauses305320
Sum of the clauses size613120
Maximum clause length33
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2305240
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 580

Solver Data

0.00/0.00	c IUT_BMB_SIM version 1.0
5.29/5.34	This is MiniSat 2.0 beta
5.29/5.34	WARNING: for repeatability, setting FPU to use double precision
5.29/5.34	============================[ Problem Statistics ]=============================
5.29/5.34	|                                                                             |
5.29/5.34	|  Number of variables:  2640                                                 |
5.29/5.34	|  Number of clauses:    305320                                               |
5.38/5.46	|  Parsing time:         0.11         s                                       |
5.38/5.47	============================[ Search Statistics ]==============================
5.38/5.47	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.38/5.47	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.38/5.47	===============================================================================
5.38/5.47	|         0 |    2640   305320   613120 |   101773        0    nan |  0.000 % |
5.38/5.49	|       100 |    2640   305320   613120 |   111950      100    355 |  0.000 % |
5.48/5.51	|       250 |    2640   305320   613120 |   123145      250    249 |  0.000 % |
5.48/5.55	|       475 |    2640   305320   613120 |   135460      475    234 |  0.000 % |
5.57/5.61	|       812 |    2640   305320   613120 |   149006      812    286 |  0.000 % |
5.67/5.70	|      1320 |    2640   305320   613120 |   163906     1320    291 |  0.000 % |
5.77/5.89	|      2079 |    2640   305320   613120 |   180297     2079    283 |  0.000 % |
6.07/6.12	|      3218 |    2640   305320   613120 |   198327     3218    271 |  0.000 % |
6.48/6.60	|      4928 |    2640   305320   613120 |   218160     4928    294 |  0.000 % |
7.37/7.44	|      7490 |    2640   305320   613120 |   239976     7490    310 |  0.000 % |
8.86/8.95	|     11336 |    2640   305320   613120 |   263973    11336    300 |  0.000 % |
11.95/12.01	|     17103 |    2640   305320   613120 |   290371    17103    299 |  0.000 % |
18.55/18.67	|     25755 |    2640   305320   613120 |   319408    25755    302 |  0.000 % |
29.25/29.34	|     38733 |    2640   305320   613120 |   351349    38733    289 |  0.000 % |
55.13/55.28	|     58194 |    2640   305320   613120 |   386484    58194    295 |  0.000 % |
107.11/107.25	|     87387 |    2640   305320   613120 |   425132    87387    308 |  0.000 % |
211.76/211.96	|    131178 |    2640   305320   613120 |   467645   131178    305 |  0.000 % |
421.88/422.14	|    196862 |    2640   305320   613120 |   514410   196862    294 |  0.000 % |
904.46/904.94	|    295388 |    2640   305320   613120 |   565851   295388    290 |  0.000 % |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1807199-1242155409/watcher-1807199-1242155409 -o /tmp/evaluation-result-1807199-1242155409/solver-1807199-1242155409 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1807199-1242155409.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: 0.99 0.98 0.99 3/64 19833
/proc/meminfo: memFree=903632/2055920 swapFree=4175140/4192956
[pid=19833] ppid=19831 vsize=4864 CPUtime=0
/proc/19833/stat : 19833 (IUT_BMB_SIM) R 19831 19833 19243 0 -1 4194304 190 0 0 0 0 0 0 0 18 0 1 0 243568102 4980736 173 1992294400 134512640 135635349 4294956224 18446744073709551615 134533673 0 0 4096 0 0 0 0 17 0 0 0
/proc/19833/statm: 1216 174 90 274 0 939 0

[startup+0.013061 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 19833
/proc/meminfo: memFree=903632/2055920 swapFree=4175140/4192956
[pid=19833] ppid=19831 vsize=4864 CPUtime=0.01
/proc/19833/stat : 19833 (IUT_BMB_SIM) R 19831 19833 19243 0 -1 4194304 323 0 0 0 1 0 0 0 18 0 1 0 243568102 4980736 306 1992294400 134512640 135635349 4294956224 18446744073709551615 134533682 0 0 4096 0 0 0 0 17 0 0 0
/proc/19833/statm: 1216 307 90 274 0 939 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 4864

[startup+0.101068 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 19833
/proc/meminfo: memFree=903632/2055920 swapFree=4175140/4192956
[pid=19833] ppid=19831 vsize=6932 CPUtime=0.09
/proc/19833/stat : 19833 (IUT_BMB_SIM) R 19831 19833 19243 0 -1 4194304 1562 0 0 0 9 0 0 0 18 0 1 0 243568102 7098368 1545 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/19833/statm: 1733 1545 97 274 0 1456 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6932

[startup+0.301086 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 19833
/proc/meminfo: memFree=903632/2055920 swapFree=4175140/4192956
[pid=19833] ppid=19831 vsize=9704 CPUtime=0.29
/proc/19833/stat : 19833 (IUT_BMB_SIM) R 19831 19833 19243 0 -1 4194304 2237 0 0 0 28 1 0 0 19 0 1 0 243568102 9936896 2220 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/19833/statm: 2426 2220 97 274 0 2149 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9704

[startup+0.701124 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 19833
/proc/meminfo: memFree=903632/2055920 swapFree=4175140/4192956
[pid=19833] ppid=19831 vsize=15116 CPUtime=0.69
/proc/19833/stat : 19833 (IUT_BMB_SIM) R 19831 19833 19243 0 -1 4194304 3606 0 0 0 68 1 0 0 23 0 1 0 243568102 15478784 3589 1992294400 134512640 135635349 4294956224 18446744073709551615 134528268 0 0 4096 0 0 0 0 17 0 0 0
/proc/19833/statm: 3779 3590 97 274 0 3502 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15116

[startup+1.5012 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19834
/proc/meminfo: memFree=885832/2055920 swapFree=4175140/4192956
[pid=19833] ppid=19831 vsize=25016 CPUtime=1.49
/proc/19833/stat : 19833 (IUT_BMB_SIM) R 19831 19833 19243 0 -1 4194304 6082 0 0 0 147 2 0 0 25 0 1 0 243568102 25616384 6065 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/19833/statm: 6254 6065 97 274 0 5977 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25016

[startup+3.10135 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19834
/proc/meminfo: memFree=871496/2055920 swapFree=4175140/4192956
[pid=19833] ppid=19831 vsize=50624 CPUtime=3.09
/proc/19833/stat : 19833 (IUT_BMB_SIM) R 19831 19833 19243 0 -1 4194304 12476 0 0 0 304 5 0 0 25 0 1 0 243568102 51838976 12459 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/19833/statm: 12656 12459 97 274 0 12379 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 50624

[startup+6.30165 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 19835
/proc/meminfo: memFree=834944/2055920 swapFree=4175140/4192956
[pid=19833] ppid=19831 vsize=58940 CPUtime=5.32
/proc/19833/stat : 19833 (IUT_BMB_SIM) S 19831 19833 19243 0 -1 4194304 14562 0 0 0 421 111 0 0 25 0 1 0 243568102 60354560 14544 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19833/statm: 14735 14544 105 274 0 14458 0
[pid=19835] ppid=19833 vsize=18144 CPUtime=0.95
/proc/19835/stat : 19835 (minisat) R 19833 19833 19243 0 -1 4194304 4655 0 0 0 94 1 0 0 25 0 1 0 243568635 18579456 4405 1992294400 134512640 135212939 4294956320 18446744073709551615 134719078 0 0 4096 3 0 0 0 17 0 0 0
/proc/19835/statm: 4536 4405 77 170 0 4364 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 77084

[startup+12.7013 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 19835
/proc/meminfo: memFree=807488/2055920 swapFree=4175140/4192956
[pid=19833] ppid=19831 vsize=58940 CPUtime=5.32
/proc/19833/stat : 19833 (IUT_BMB_SIM) S 19831 19833 19243 0 -1 4194304 14562 0 0 0 421 111 0 0 25 0 1 0 243568102 60354560 14544 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19833/statm: 14735 14544 105 274 0 14458 0
[pid=19835] ppid=19833 vsize=36052 CPUtime=7.34
/proc/19835/stat : 19835 (minisat) R 19833 19833 19243 0 -1 4194304 9121 0 0 0 729 5 0 0 25 0 1 0 243568635 36917248 8871 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/19835/statm: 9013 8871 77 170 0 8841 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 94992

[startup+25.5015 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 19835
/proc/meminfo: memFree=787456/2055920 swapFree=4175140/4192956
[pid=19833] ppid=19831 vsize=58940 CPUtime=5.32
/proc/19833/stat : 19833 (IUT_BMB_SIM) S 19831 19833 19243 0 -1 4194304 14562 0 0 0 421 111 0 0 25 0 1 0 243568102 60354560 14544 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19833/statm: 14735 14544 105 274 0 14458 0
[pid=19835] ppid=19833 vsize=55228 CPUtime=20.13
/proc/19835/stat : 19835 (minisat) R 19833 19833 19243 0 -1 4194304 13940 0 0 0 2004 9 0 0 25 0 1 0 243568635 56553472 13690 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/19835/statm: 13807 13690 77 170 0 13635 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 114168

[startup+51.1019 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 19835
/proc/meminfo: memFree=760640/2055920 swapFree=4175140/4192956
[pid=19833] ppid=19831 vsize=58940 CPUtime=5.32
/proc/19833/stat : 19833 (IUT_BMB_SIM) S 19831 19833 19243 0 -1 4194304 14562 0 0 0 421 111 0 0 25 0 1 0 243568102 60354560 14544 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19833/statm: 14735 14544 105 274 0 14458 0
[pid=19835] ppid=19833 vsize=82108 CPUtime=45.71
/proc/19835/stat : 19835 (minisat) R 19833 19833 19243 0 -1 4194304 20664 0 0 0 4557 14 0 0 25 0 1 0 243568635 84078592 20414 1992294400 134512640 135212939 4294956320 18446744073709551615 134526741 0 0 4096 3 0 0 0 17 0 0 0
/proc/19835/statm: 20527 20414 77 170 0 20355 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 141048

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 19835
/proc/meminfo: memFree=721536/2055920 swapFree=4175140/4192956
[pid=19833] ppid=19831 vsize=58940 CPUtime=5.32
/proc/19833/stat : 19833 (IUT_BMB_SIM) S 19831 19833 19243 0 -1 4194304 14562 0 0 0 421 111 0 0 25 0 1 0 243568102 60354560 14544 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19833/statm: 14735 14544 105 274 0 14458 0
[pid=19835] ppid=19833 vsize=120788 CPUtime=96.9
/proc/19835/stat : 19835 (minisat) R 19833 19833 19243 0 -1 4194304 30302 0 0 0 9666 24 0 0 25 0 1 0 243568635 123686912 30052 1992294400 134512640 135212939 4294956320 18446744073709551615 134719078 0 0 4096 3 0 0 0 17 0 0 0
/proc/19835/statm: 30197 30052 77 170 0 30025 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 179728

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 19835
/proc/meminfo: memFree=683968/2055920 swapFree=4175140/4192956
[pid=19833] ppid=19831 vsize=58940 CPUtime=5.32
/proc/19833/stat : 19833 (IUT_BMB_SIM) S 19831 19833 19243 0 -1 4194304 14562 0 0 0 421 111 0 0 25 0 1 0 243568102 60354560 14544 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19833/statm: 14735 14544 105 274 0 14458 0
[pid=19835] ppid=19833 vsize=158624 CPUtime=156.86
/proc/19835/stat : 19835 (minisat) R 19833 19833 19243 0 -1 4194304 39744 0 0 0 15653 33 0 0 25 0 1 0 243568635 162430976 39494 1992294400 134512640 135212939 4294956320 18446744073709551615 134536433 0 0 4096 3 0 0 0 17 0 0 0
/proc/19835/statm: 39656 39494 77 170 0 39484 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 217564

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 19835
/proc/meminfo: memFree=659008/2055920 swapFree=4175140/4192956
[pid=19833] ppid=19831 vsize=58940 CPUtime=5.32
/proc/19833/stat : 19833 (IUT_BMB_SIM) S 19831 19833 19243 0 -1 4194304 14562 0 0 0 421 111 0 0 25 0 1 0 243568102 60354560 14544 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19833/statm: 14735 14544 105 274 0 14458 0
[pid=19835] ppid=19833 vsize=183208 CPUtime=216.84
/proc/19835/stat : 19835 (minisat) R 19833 19833 19243 0 -1 4194304 45912 0 0 0 21646 38 0 0 25 0 1 0 243568635 187604992 45662 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/19835/statm: 45802 45662 77 170 0 45630 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 242148

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 19835
/proc/meminfo: memFree=636032/2055920 swapFree=4175140/4192956
[pid=19833] ppid=19831 vsize=58940 CPUtime=5.32
/proc/19833/stat : 19833 (IUT_BMB_SIM) S 19831 19833 19243 0 -1 4194304 14562 0 0 0 421 111 0 0 25 0 1 0 243568102 60354560 14544 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19833/statm: 14735 14544 105 274 0 14458 0
[pid=19835] ppid=19833 vsize=206624 CPUtime=276.81
/proc/19835/stat : 19835 (minisat) R 19833 19833 19243 0 -1 4194304 51700 0 0 0 27638 43 0 0 25 0 1 0 243568635 211582976 51450 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/19835/statm: 51656 51450 77 170 0 51484 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 265564

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 19835
/proc/meminfo: memFree=613888/2055920 swapFree=4175140/4192956
[pid=19833] ppid=19831 vsize=58940 CPUtime=5.32
/proc/19833/stat : 19833 (IUT_BMB_SIM) S 19831 19833 19243 0 -1 4194304 14562 0 0 0 421 111 0 0 25 0 1 0 243568102 60354560 14544 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19833/statm: 14735 14544 105 274 0 14458 0
[pid=19835] ppid=19833 vsize=228480 CPUtime=336.79
/proc/19835/stat : 19835 (minisat) R 19833 19833 19243 0 -1 4194304 57195 0 0 0 33632 47 0 0 25 0 1 0 243568635 233963520 56945 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/19835/statm: 57120 56945 77 170 0 56948 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 287420

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 19835
/proc/meminfo: memFree=594944/2055920 swapFree=4175140/4192956
[pid=19833] ppid=19831 vsize=58940 CPUtime=5.32
/proc/19833/stat : 19833 (IUT_BMB_SIM) S 19831 19833 19243 0 -1 4194304 14562 0 0 0 421 111 0 0 25 0 1 0 243568102 60354560 14544 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19833/statm: 14735 14544 105 274 0 14458 0
[pid=19835] ppid=19833 vsize=247580 CPUtime=396.77
/proc/19835/stat : 19835 (minisat) R 19833 19833 19243 0 -1 4194304 61987 0 0 0 39626 51 0 0 25 0 1 0 243568635 253521920 61737 1992294400 134512640 135212939 4294956320 18446744073709551615 134526741 0 0 4096 3 0 0 0 17 0 0 0
/proc/19835/statm: 61895 61737 77 170 0 61723 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 306520

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 19835
/proc/meminfo: memFree=577984/2055920 swapFree=4175140/4192956
[pid=19833] ppid=19831 vsize=58940 CPUtime=5.32
/proc/19833/stat : 19833 (IUT_BMB_SIM) S 19831 19833 19243 0 -1 4194304 14562 0 0 0 421 111 0 0 25 0 1 0 243568102 60354560 14544 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19833/statm: 14735 14544 105 274 0 14458 0
[pid=19835] ppid=19833 vsize=264300 CPUtime=456.74

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

/proc/19835/statm: 70269 70003 77 170 0 70097 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 340016

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 19835
/proc/meminfo: memFree=546432/2055920 swapFree=4175140/4192956
[pid=19833] ppid=19831 vsize=58940 CPUtime=5.32
/proc/19833/stat : 19833 (IUT_BMB_SIM) S 19831 19833 19243 0 -1 4194304 14562 0 0 0 421 111 0 0 25 0 1 0 243568102 60354560 14544 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19833/statm: 14735 14544 105 274 0 14458 0
[pid=19835] ppid=19833 vsize=296140 CPUtime=576.7
/proc/19835/stat : 19835 (minisat) R 19833 19833 19243 0 -1 4194304 74034 0 0 0 57607 63 0 0 25 0 1 0 243568635 303247360 73784 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/19835/statm: 74035 73784 77 170 0 73863 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 355080

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 19835
/proc/meminfo: memFree=530560/2055920 swapFree=4175140/4192956
[pid=19833] ppid=19831 vsize=58940 CPUtime=5.32
/proc/19833/stat : 19833 (IUT_BMB_SIM) S 19831 19833 19243 0 -1 4194304 14562 0 0 0 421 111 0 0 25 0 1 0 243568102 60354560 14544 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19833/statm: 14735 14544 105 274 0 14458 0
[pid=19835] ppid=19833 vsize=311808 CPUtime=636.67
/proc/19835/stat : 19835 (minisat) R 19833 19833 19243 0 -1 4194304 77967 0 0 0 63600 67 0 0 25 0 1 0 243568635 319291392 77717 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/19835/statm: 77952 77717 77 170 0 77780 0
Current children cumulated CPU time (s) 641.99
Current children cumulated vsize (KiB) 370748

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 19835
/proc/meminfo: memFree=516288/2055920 swapFree=4175140/4192956
[pid=19833] ppid=19831 vsize=58940 CPUtime=5.32
/proc/19833/stat : 19833 (IUT_BMB_SIM) S 19831 19833 19243 0 -1 4194304 14562 0 0 0 421 111 0 0 25 0 1 0 243568102 60354560 14544 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19833/statm: 14735 14544 105 274 0 14458 0
[pid=19835] ppid=19833 vsize=326160 CPUtime=696.64
/proc/19835/stat : 19835 (minisat) R 19833 19833 19243 0 -1 4194304 81535 0 0 0 69594 70 0 0 25 0 1 0 243568635 333987840 81285 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/19835/statm: 81540 81285 77 170 0 81368 0
Current children cumulated CPU time (s) 701.96
Current children cumulated vsize (KiB) 385100

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 19835
/proc/meminfo: memFree=505152/2055920 swapFree=4175140/4192956
[pid=19833] ppid=19831 vsize=58940 CPUtime=5.32
/proc/19833/stat : 19833 (IUT_BMB_SIM) S 19831 19833 19243 0 -1 4194304 14562 0 0 0 421 111 0 0 25 0 1 0 243568102 60354560 14544 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19833/statm: 14735 14544 105 274 0 14458 0
[pid=19835] ppid=19833 vsize=337220 CPUtime=756.61
/proc/19835/stat : 19835 (minisat) R 19833 19833 19243 0 -1 4194304 84314 0 0 0 75586 75 0 0 25 0 1 0 243568635 345313280 84064 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/19835/statm: 84305 84064 77 170 0 84133 0
Current children cumulated CPU time (s) 761.93
Current children cumulated vsize (KiB) 396160

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 19835
/proc/meminfo: memFree=491136/2055920 swapFree=4175140/4192956
[pid=19833] ppid=19831 vsize=58940 CPUtime=5.32
/proc/19833/stat : 19833 (IUT_BMB_SIM) S 19831 19833 19243 0 -1 4194304 14562 0 0 0 421 111 0 0 25 0 1 0 243568102 60354560 14544 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19833/statm: 14735 14544 105 274 0 14458 0
[pid=19835] ppid=19833 vsize=351420 CPUtime=816.58
/proc/19835/stat : 19835 (minisat) R 19833 19833 19243 0 -1 4194304 87853 0 0 0 81580 78 0 0 25 0 1 0 243568635 359854080 87603 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/19835/statm: 87855 87603 77 170 0 87683 0
Current children cumulated CPU time (s) 821.9
Current children cumulated vsize (KiB) 410360

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 19835
/proc/meminfo: memFree=480064/2055920 swapFree=4175140/4192956
[pid=19833] ppid=19831 vsize=58940 CPUtime=5.32
/proc/19833/stat : 19833 (IUT_BMB_SIM) S 19831 19833 19243 0 -1 4194304 14562 0 0 0 421 111 0 0 25 0 1 0 243568102 60354560 14544 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19833/statm: 14735 14544 105 274 0 14458 0
[pid=19835] ppid=19833 vsize=362372 CPUtime=876.55
/proc/19835/stat : 19835 (minisat) R 19833 19833 19243 0 -1 4194304 90566 0 0 0 87574 81 0 0 25 0 1 0 243568635 371068928 90316 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/19835/statm: 90593 90316 77 170 0 90421 0
Current children cumulated CPU time (s) 881.87
Current children cumulated vsize (KiB) 421312

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 19835
/proc/meminfo: memFree=467584/2055920 swapFree=4175140/4192956
[pid=19833] ppid=19831 vsize=58940 CPUtime=5.32
/proc/19833/stat : 19833 (IUT_BMB_SIM) S 19831 19833 19243 0 -1 4194304 14562 0 0 0 421 111 0 0 25 0 1 0 243568102 60354560 14544 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19833/statm: 14735 14544 105 274 0 14458 0
[pid=19835] ppid=19833 vsize=374816 CPUtime=936.52
/proc/19835/stat : 19835 (minisat) R 19833 19833 19243 0 -1 4194304 93683 0 0 0 93570 82 0 0 25 0 1 0 243568635 383811584 93433 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/19835/statm: 93704 93433 77 170 0 93532 0
Current children cumulated CPU time (s) 941.84
Current children cumulated vsize (KiB) 433756

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 19835
/proc/meminfo: memFree=459328/2055920 swapFree=4175140/4192956
[pid=19833] ppid=19831 vsize=58940 CPUtime=5.32
/proc/19833/stat : 19833 (IUT_BMB_SIM) S 19831 19833 19243 0 -1 4194304 14562 0 0 0 421 111 0 0 25 0 1 0 243568102 60354560 14544 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19833/statm: 14735 14544 105 274 0 14458 0
[pid=19835] ppid=19833 vsize=383124 CPUtime=996.51
/proc/19835/stat : 19835 (minisat) R 19833 19833 19243 0 -1 4194304 95729 0 0 0 99566 85 0 0 25 0 1 0 243568635 392318976 95479 1992294400 134512640 135212939 4294956320 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/19835/statm: 95781 95479 77 170 0 95609 0
Current children cumulated CPU time (s) 1001.83
Current children cumulated vsize (KiB) 442064

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 19835
/proc/meminfo: memFree=451584/2055920 swapFree=4175140/4192956
[pid=19833] ppid=19831 vsize=58940 CPUtime=5.32
/proc/19833/stat : 19833 (IUT_BMB_SIM) S 19831 19833 19243 0 -1 4194304 14562 0 0 0 421 111 0 0 25 0 1 0 243568102 60354560 14544 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19833/statm: 14735 14544 105 274 0 14458 0
[pid=19835] ppid=19833 vsize=391592 CPUtime=1056.49
/proc/19835/stat : 19835 (minisat) R 19833 19833 19243 0 -1 4194304 97690 0 0 0 105562 87 0 0 25 0 1 0 243568635 400990208 97440 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/19835/statm: 97898 97440 77 170 0 97726 0
Current children cumulated CPU time (s) 1061.81
Current children cumulated vsize (KiB) 450532

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 19835
/proc/meminfo: memFree=444608/2055920 swapFree=4175140/4192956
[pid=19833] ppid=19831 vsize=58940 CPUtime=5.32
/proc/19833/stat : 19833 (IUT_BMB_SIM) S 19831 19833 19243 0 -1 4194304 14562 0 0 0 421 111 0 0 25 0 1 0 243568102 60354560 14544 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19833/statm: 14735 14544 105 274 0 14458 0
[pid=19835] ppid=19833 vsize=398400 CPUtime=1116.46
/proc/19835/stat : 19835 (minisat) R 19833 19833 19243 0 -1 4194304 99414 0 0 0 111558 88 0 0 25 0 1 0 243568635 407961600 99164 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/19835/statm: 99600 99164 77 170 0 99428 0
Current children cumulated CPU time (s) 1121.78
Current children cumulated vsize (KiB) 457340

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 19835
/proc/meminfo: memFree=437696/2055920 swapFree=4175140/4192956
[pid=19833] ppid=19831 vsize=58940 CPUtime=5.32
/proc/19833/stat : 19833 (IUT_BMB_SIM) S 19831 19833 19243 0 -1 4194304 14562 0 0 0 421 111 0 0 25 0 1 0 243568102 60354560 14544 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19833/statm: 14735 14544 105 274 0 14458 0
[pid=19835] ppid=19833 vsize=405348 CPUtime=1176.42
/proc/19835/stat : 19835 (minisat) R 19833 19833 19243 0 -1 4194304 101162 0 0 0 117552 90 0 0 25 0 1 0 243568635 415076352 100912 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/19835/statm: 101337 100912 77 170 0 101165 0
Current children cumulated CPU time (s) 1181.74
Current children cumulated vsize (KiB) 464288



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 19835
/proc/meminfo: memFree=434624/2055920 swapFree=4175140/4192956
[pid=19833] ppid=19831 vsize=58940 CPUtime=5.32
/proc/19833/stat : 19833 (IUT_BMB_SIM) S 19831 19833 19243 0 -1 4194304 14562 0 0 0 421 111 0 0 25 0 1 0 243568102 60354560 14544 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19833/statm: 14735 14544 105 274 0 14458 0
[pid=19835] ppid=19833 vsize=408428 CPUtime=1194.71
/proc/19835/stat : 19835 (minisat) R 19833 19833 19243 0 -1 4194304 101899 0 0 0 119381 90 0 0 25 0 1 0 243568635 418230272 101649 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/19835/statm: 102107 101649 77 170 0 101935 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 467368

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19833 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=215359
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=126828
# CPU time returned by wait4() is 5.34219
# while last known CPU time is 1200.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.62
CPU time (s): 1200.03
CPU user time (s): 1198.02
CPU system time (s): 2.01
CPU usage (%): 99.9506
Max. virtual memory (cumulated for all children) (KiB): 467368

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

runsolver used 1.03784 second user time and 3.33949 second system time

The end

Launcher Data

Begin job on node61 at 2009-05-12 21:10:10
IDJOB=1807199
IDBENCH=71311
IDSOLVER=650
FILE ID=node61/1807199-1242155409
PBS_JOBID= 9289663
Free space on /tmp= 66252 MiB

SOLVER NAME= IUT_BMB_SIM 1.0
BENCH NAME= SAT09/CRAFTED/rbsat/random/unforced/rbsat-v2640c305320g2.cnf
COMMAND LINE= IUT_BMB_SIM BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1807199-1242155409/watcher-1807199-1242155409 -o /tmp/evaluation-result-1807199-1242155409/solver-1807199-1242155409 -C 1200 -W 1800 -M 1800  IUT_BMB_SIM HOME/instance-1807199-1242155409.cnf HOME

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

MD5SUM BENCH= a751c1722336404421531c8b945f61ee
RANDOM SEED=398608211

node61.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.216
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.216
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:        904112 kB
Buffers:         82036 kB
Cached:         966984 kB
SwapCached:      12460 kB
Active:         248092 kB
Inactive:       815820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        904112 kB
SwapTotal:     4192956 kB
SwapFree:      4175140 kB
Dirty:            6072 kB
Writeback:           0 kB
Mapped:          13744 kB
Slab:            74048 kB
Committed_AS:   894472 kB
PageTables:       1368 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66248 MiB
End job on node61 at 2009-05-12 21:30:12