Trace number 1807241

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

General information on the benchmark

NameCRAFTED/rbsat/random/forced/
rbsat-v945c61409gyes4.cnf
MD5SUMdf9c42090e37db3e7c6222a93cb90a4d
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 variables945
Number of clauses61409
Sum of the clauses size123673
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261364
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

Solver Data

0.00/0.00	c IUT_BMB_SIM version 1.0
0.89/0.98	This is MiniSat 2.0 beta
0.89/0.98	WARNING: for repeatability, setting FPU to use double precision
0.89/0.98	============================[ Problem Statistics ]=============================
0.89/0.98	|                                                                             |
0.89/0.98	|  Number of variables:  945                                                  |
0.89/0.98	|  Number of clauses:    61409                                                |
0.98/1.01	|  Parsing time:         0.02         s                                       |
0.98/1.01	============================[ Search Statistics ]==============================
0.98/1.01	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.98/1.01	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.98/1.01	===============================================================================
0.98/1.01	|         0 |     945    61409   123673 |    20469        0    nan |  0.000 % |
0.98/1.02	|       100 |     945    61409   123673 |    22516      100    115 |  0.000 % |
0.98/1.02	|       251 |     945    61409   123673 |    24768      251    106 |  0.000 % |
0.98/1.04	|       476 |     945    61409   123673 |    27245      476     96 |  0.000 % |
0.98/1.06	|       813 |     945    61409   123673 |    29969      813     94 |  0.000 % |
0.98/1.10	|      1321 |     945    61409   123673 |    32966     1321     93 |  0.000 % |
1.08/1.18	|      2080 |     945    61409   123673 |    36263     2080    114 |  0.000 % |
1.27/1.34	|      3221 |     945    61409   123673 |    39889     3221    121 |  0.000 % |
1.57/1.62	|      4931 |     945    61409   123673 |    43878     4931    121 |  0.000 % |
2.08/2.19	|      7495 |     945    61409   123673 |    48266     7495    123 |  0.000 % |
3.38/3.48	|     11340 |     945    61409   123673 |    53093    11340    121 |  0.000 % |
5.98/6.04	|     17106 |     945    61409   123673 |    58402    17106    121 |  0.000 % |
12.77/12.82	|     25756 |     945    61409   123673 |    64242    25756    120 |  0.000 % |
28.76/28.83	|     38730 |     945    61409   123673 |    70666    38730    120 |  0.000 % |
69.35/69.40	|     58191 |     945    61409   123673 |    77733    58191    123 |  0.000 % |
140.22/140.30	|     87387 |     945    61409   123673 |    85506    27664    109 |  0.000 % |
235.18/235.31	|    131178 |     945    61409   123673 |    94057    71455    120 |  0.000 % |
361.54/361.70	|    196862 |     945    61409   123673 |   103463    64712    122 |  0.000 % |
578.35/578.61	|    295389 |     945    61409   123673 |   113809    82576    109 |  0.000 % |
926.81/927.22	|    443178 |     945    61409   123673 |   125190    51187     95 |  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-1807241-1242156005/watcher-1807241-1242156005 -o /tmp/evaluation-result-1807241-1242156005/solver-1807241-1242156005 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1807241-1242156005.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.05 1.06 0.97 3/64 13372
/proc/meminfo: memFree=1185576/2055920 swapFree=4180856/4192956
[pid=13372] ppid=13370 vsize=2004 CPUtime=0
/proc/13372/stat : 13372 (IUT_BMB_SIM) R 13370 13372 12787 0 -1 4194304 190 0 0 0 0 0 0 0 18 0 1 0 243628636 2052096 173 1992294400 134512640 135635349 4294956224 18446744073709551615 134533673 0 0 4096 0 0 0 0 17 0 0 0
/proc/13372/statm: 501 174 90 274 0 224 0

[startup+0.0690169 s]
/proc/loadavg: 1.05 1.06 0.97 3/64 13372
/proc/meminfo: memFree=1185576/2055920 swapFree=4180856/4192956
[pid=13372] ppid=13370 vsize=3168 CPUtime=0.06
/proc/13372/stat : 13372 (IUT_BMB_SIM) R 13370 13372 12787 0 -1 4194304 616 0 0 0 6 0 0 0 18 0 1 0 243628636 3244032 599 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/13372/statm: 792 600 97 274 0 515 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 3168

[startup+0.10102 s]
/proc/loadavg: 1.05 1.06 0.97 3/64 13372
/proc/meminfo: memFree=1185576/2055920 swapFree=4180856/4192956
[pid=13372] ppid=13370 vsize=3696 CPUtime=0.09
/proc/13372/stat : 13372 (IUT_BMB_SIM) R 13370 13372 12787 0 -1 4194304 738 0 0 0 9 0 0 0 18 0 1 0 243628636 3784704 721 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/13372/statm: 924 721 97 274 0 647 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3696

[startup+0.301042 s]
/proc/loadavg: 1.05 1.06 0.97 3/64 13372
/proc/meminfo: memFree=1185576/2055920 swapFree=4180856/4192956
[pid=13372] ppid=13370 vsize=6468 CPUtime=0.29
/proc/13372/stat : 13372 (IUT_BMB_SIM) R 13370 13372 12787 0 -1 4194304 1442 0 0 0 29 0 0 0 20 0 1 0 243628636 6623232 1425 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/13372/statm: 1617 1425 97 274 0 1340 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6468

[startup+0.701085 s]
/proc/loadavg: 1.05 1.06 0.97 3/64 13372
/proc/meminfo: memFree=1185576/2055920 swapFree=4180856/4192956
[pid=13372] ppid=13370 vsize=12804 CPUtime=0.69
/proc/13372/stat : 13372 (IUT_BMB_SIM) R 13370 13372 12787 0 -1 4194304 3019 0 0 0 67 2 0 0 24 0 1 0 243628636 13111296 3002 1992294400 134512640 135635349 4294956224 18446744073709551615 135132510 0 0 4096 0 0 0 0 17 0 0 0
/proc/13372/statm: 3201 3002 100 274 0 2924 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12804

[startup+1.50117 s]
/proc/loadavg: 1.05 1.06 0.97 2/66 13374
/proc/meminfo: memFree=1170776/2055920 swapFree=4180856/4192956
[pid=13372] ppid=13370 vsize=12804 CPUtime=0.97
/proc/13372/stat : 13372 (IUT_BMB_SIM) S 13370 13372 12787 0 -1 4194304 3025 0 0 0 76 21 0 0 25 0 1 0 243628636 13111296 3007 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13372/statm: 3201 3007 105 274 0 2924 0
[pid=13374] ppid=13372 vsize=6584 CPUtime=0.5
/proc/13374/stat : 13374 (minisat) R 13372 13372 12787 0 -1 4194304 1692 0 0 0 50 0 0 0 22 0 1 0 243628734 6742016 1442 1992294400 134512640 135212939 4294956320 18446744073709551615 134536040 0 0 4096 3 0 0 0 17 0 0 0
/proc/13374/statm: 1646 1442 77 170 0 1474 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 19388

[startup+3.10135 s]
/proc/loadavg: 1.05 1.06 0.97 2/66 13374
/proc/meminfo: memFree=1165848/2055920 swapFree=4180856/4192956
[pid=13372] ppid=13370 vsize=12804 CPUtime=0.97
/proc/13372/stat : 13372 (IUT_BMB_SIM) S 13370 13372 12787 0 -1 4194304 3025 0 0 0 76 21 0 0 25 0 1 0 243628636 13111296 3007 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13372/statm: 3201 3007 105 274 0 2924 0
[pid=13374] ppid=13372 vsize=9900 CPUtime=2.11
/proc/13374/stat : 13374 (minisat) R 13372 13372 12787 0 -1 4194304 2538 0 0 0 210 1 0 0 25 0 1 0 243628734 10137600 2288 1992294400 134512640 135212939 4294956320 18446744073709551615 134526627 0 0 4096 3 0 0 0 17 0 0 0
/proc/13374/statm: 2475 2288 77 170 0 2303 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 22704

[startup+6.3017 s]
/proc/loadavg: 1.05 1.05 0.97 2/66 13374
/proc/meminfo: memFree=1160920/2055920 swapFree=4180856/4192956
[pid=13372] ppid=13370 vsize=12804 CPUtime=0.97
/proc/13372/stat : 13372 (IUT_BMB_SIM) S 13370 13372 12787 0 -1 4194304 3025 0 0 0 76 21 0 0 25 0 1 0 243628636 13111296 3007 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13372/statm: 3201 3007 105 274 0 2924 0
[pid=13374] ppid=13372 vsize=13864 CPUtime=5.3
/proc/13374/stat : 13374 (minisat) R 13372 13372 12787 0 -1 4194304 3512 0 0 0 528 2 0 0 25 0 1 0 243628734 14196736 3262 1992294400 134512640 135212939 4294956320 18446744073709551615 134526785 0 0 4096 3 0 0 0 17 0 0 0
/proc/13374/statm: 3466 3262 77 170 0 3294 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 26668

[startup+12.7014 s]
/proc/loadavg: 1.04 1.05 0.97 2/66 13374
/proc/meminfo: memFree=1155800/2055920 swapFree=4180856/4192956
[pid=13372] ppid=13370 vsize=12804 CPUtime=0.97
/proc/13372/stat : 13372 (IUT_BMB_SIM) S 13370 13372 12787 0 -1 4194304 3025 0 0 0 76 21 0 0 25 0 1 0 243628636 13111296 3007 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13372/statm: 3201 3007 105 274 0 2924 0
[pid=13374] ppid=13372 vsize=18404 CPUtime=11.7
/proc/13374/stat : 13374 (minisat) R 13372 13372 12787 0 -1 4194304 4639 0 0 0 1167 3 0 0 25 0 1 0 243628734 18845696 4389 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/13374/statm: 4601 4389 77 170 0 4429 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 31208

[startup+25.5018 s]
/proc/loadavg: 1.03 1.05 0.97 2/66 13374
/proc/meminfo: memFree=1150168/2055920 swapFree=4180856/4192956
[pid=13372] ppid=13370 vsize=12804 CPUtime=0.97
/proc/13372/stat : 13372 (IUT_BMB_SIM) S 13370 13372 12787 0 -1 4194304 3025 0 0 0 76 21 0 0 25 0 1 0 243628636 13111296 3007 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13372/statm: 3201 3007 105 274 0 2924 0
[pid=13374] ppid=13372 vsize=23996 CPUtime=24.5
/proc/13374/stat : 13374 (minisat) R 13372 13372 12787 0 -1 4194304 6040 0 0 0 2445 5 0 0 25 0 1 0 243628734 24571904 5790 1992294400 134512640 135212939 4294956320 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 0 0 0
/proc/13374/statm: 5999 5790 77 170 0 5827 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 36800

[startup+51.1016 s]
/proc/loadavg: 1.02 1.05 0.97 2/66 13374
/proc/meminfo: memFree=1142488/2055920 swapFree=4180856/4192956
[pid=13372] ppid=13370 vsize=12804 CPUtime=0.97
/proc/13372/stat : 13372 (IUT_BMB_SIM) S 13370 13372 12787 0 -1 4194304 3025 0 0 0 76 21 0 0 25 0 1 0 243628636 13111296 3007 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13372/statm: 3201 3007 105 274 0 2924 0
[pid=13374] ppid=13372 vsize=31744 CPUtime=50.08
/proc/13374/stat : 13374 (minisat) R 13372 13372 12787 0 -1 4194304 7946 0 0 0 5001 7 0 0 25 0 1 0 243628734 32505856 7696 1992294400 134512640 135212939 4294956320 18446744073709551615 134526732 0 0 4096 3 0 0 0 17 0 0 0
/proc/13374/statm: 7936 7696 77 170 0 7764 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 44548

[startup+102.305 s]
/proc/loadavg: 1.01 1.04 0.97 2/66 13374
/proc/meminfo: memFree=1129816/2055920 swapFree=4180856/4192956
[pid=13372] ppid=13370 vsize=12804 CPUtime=0.97
/proc/13372/stat : 13372 (IUT_BMB_SIM) S 13370 13372 12787 0 -1 4194304 3025 0 0 0 76 21 0 0 25 0 1 0 243628636 13111296 3007 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13372/statm: 3201 3007 105 274 0 2924 0
[pid=13374] ppid=13372 vsize=44444 CPUtime=101.27
/proc/13374/stat : 13374 (minisat) R 13372 13372 12787 0 -1 4194304 11062 0 0 0 10117 10 0 0 25 0 1 0 243628734 45510656 10812 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/13374/statm: 11111 10812 77 170 0 10939 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 57248

[startup+162.302 s]
/proc/loadavg: 1.00 1.03 0.97 2/66 13374
/proc/meminfo: memFree=1124440/2055920 swapFree=4180856/4192956
[pid=13372] ppid=13370 vsize=12804 CPUtime=0.97
/proc/13372/stat : 13372 (IUT_BMB_SIM) S 13370 13372 12787 0 -1 4194304 3025 0 0 0 76 21 0 0 25 0 1 0 243628636 13111296 3007 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13372/statm: 3201 3007 105 274 0 2924 0
[pid=13374] ppid=13372 vsize=49916 CPUtime=161.24
/proc/13374/stat : 13374 (minisat) R 13372 13372 12787 0 -1 4194304 12408 0 0 0 16113 11 0 0 25 0 1 0 243628734 51113984 12158 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/13374/statm: 12479 12158 77 170 0 12307 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 62720

[startup+222.302 s]
/proc/loadavg: 1.00 1.02 0.97 2/66 13374
/proc/meminfo: memFree=1123480/2055920 swapFree=4180856/4192956
[pid=13372] ppid=13370 vsize=12804 CPUtime=0.97
/proc/13372/stat : 13372 (IUT_BMB_SIM) S 13370 13372 12787 0 -1 4194304 3025 0 0 0 76 21 0 0 25 0 1 0 243628636 13111296 3007 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13372/statm: 3201 3007 105 274 0 2924 0
[pid=13374] ppid=13372 vsize=50936 CPUtime=221.21
/proc/13374/stat : 13374 (minisat) R 13372 13372 12787 0 -1 4194304 12648 0 0 0 22110 11 0 0 25 0 1 0 243628734 52158464 12398 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/13374/statm: 12734 12398 77 170 0 12562 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 63740

[startup+282.301 s]
/proc/loadavg: 1.00 1.02 0.97 2/66 13374
/proc/meminfo: memFree=1116056/2055920 swapFree=4180856/4192956
[pid=13372] ppid=13370 vsize=12804 CPUtime=0.97
/proc/13372/stat : 13372 (IUT_BMB_SIM) S 13370 13372 12787 0 -1 4194304 3025 0 0 0 76 21 0 0 25 0 1 0 243628636 13111296 3007 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13372/statm: 3201 3007 105 274 0 2924 0
[pid=13374] ppid=13372 vsize=58580 CPUtime=281.19
/proc/13374/stat : 13374 (minisat) R 13372 13372 12787 0 -1 4194304 14536 0 0 0 28106 13 0 0 25 0 1 0 243628734 59985920 14286 1992294400 134512640 135212939 4294956320 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/13374/statm: 14645 14286 77 170 0 14473 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 71384

[startup+342.302 s]
/proc/loadavg: 1.00 1.01 0.97 2/66 13374
/proc/meminfo: memFree=1112600/2055920 swapFree=4180856/4192956
[pid=13372] ppid=13370 vsize=12804 CPUtime=0.97
/proc/13372/stat : 13372 (IUT_BMB_SIM) S 13370 13372 12787 0 -1 4194304 3025 0 0 0 76 21 0 0 25 0 1 0 243628636 13111296 3007 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13372/statm: 3201 3007 105 274 0 2924 0
[pid=13374] ppid=13372 vsize=62144 CPUtime=341.17
/proc/13374/stat : 13374 (minisat) R 13372 13372 12787 0 -1 4194304 15373 0 0 0 34102 15 0 0 25 0 1 0 243628734 63635456 15123 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/13374/statm: 15536 15123 77 170 0 15364 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 74948

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 13374
/proc/meminfo: memFree=1111704/2055920 swapFree=4180856/4192956
[pid=13372] ppid=13370 vsize=12804 CPUtime=0.97
/proc/13372/stat : 13372 (IUT_BMB_SIM) S 13370 13372 12787 0 -1 4194304 3025 0 0 0 76 21 0 0 25 0 1 0 243628636 13111296 3007 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13372/statm: 3201 3007 105 274 0 2924 0
[pid=13374] ppid=13372 vsize=63212 CPUtime=401.15
/proc/13374/stat : 13374 (minisat) R 13372 13372 12787 0 -1 4194304 15588 0 0 0 40100 15 0 0 25 0 1 0 243628734 64729088 15338 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/13374/statm: 15803 15338 77 170 0 15631 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 76016

[startup+462.302 s]

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

/proc/13374/statm: 17154 16689 77 170 0 16982 0
Current children cumulated CPU time (s) 522.07
Current children cumulated vsize (KiB) 81420

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 13374
/proc/meminfo: memFree=1105176/2055920 swapFree=4180856/4192956
[pid=13372] ppid=13370 vsize=12804 CPUtime=0.97
/proc/13372/stat : 13372 (IUT_BMB_SIM) S 13370 13372 12787 0 -1 4194304 3025 0 0 0 76 21 0 0 25 0 1 0 243628636 13111296 3007 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13372/statm: 3201 3007 105 274 0 2924 0
[pid=13374] ppid=13372 vsize=69824 CPUtime=581.07
/proc/13374/stat : 13374 (minisat) R 13372 13372 12787 0 -1 4194304 17213 0 0 0 58090 17 0 0 25 0 1 0 243628734 71499776 16963 1992294400 134512640 135212939 4294956320 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 0 0 0
/proc/13374/statm: 17456 16963 77 170 0 17284 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 82628

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 13374
/proc/meminfo: memFree=1104664/2055920 swapFree=4180856/4192956
[pid=13372] ppid=13370 vsize=12804 CPUtime=0.97
/proc/13372/stat : 13372 (IUT_BMB_SIM) S 13370 13372 12787 0 -1 4194304 3025 0 0 0 76 21 0 0 25 0 1 0 243628636 13111296 3007 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13372/statm: 3201 3007 105 274 0 2924 0
[pid=13374] ppid=13372 vsize=70396 CPUtime=641.05
/proc/13374/stat : 13374 (minisat) R 13372 13372 12787 0 -1 4194304 17356 0 0 0 64088 17 0 0 25 0 1 0 243628734 72085504 17106 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/13374/statm: 17599 17106 77 170 0 17427 0
Current children cumulated CPU time (s) 642.02
Current children cumulated vsize (KiB) 83200

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 13374
/proc/meminfo: memFree=1104408/2055920 swapFree=4180856/4192956
[pid=13372] ppid=13370 vsize=12804 CPUtime=0.97
/proc/13372/stat : 13372 (IUT_BMB_SIM) S 13370 13372 12787 0 -1 4194304 3025 0 0 0 76 21 0 0 25 0 1 0 243628636 13111296 3007 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13372/statm: 3201 3007 105 274 0 2924 0
[pid=13374] ppid=13372 vsize=70560 CPUtime=701.03
/proc/13374/stat : 13374 (minisat) R 13372 13372 12787 0 -1 4194304 17405 0 0 0 70086 17 0 0 25 0 1 0 243628734 72253440 17155 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/13374/statm: 17640 17155 77 170 0 17468 0
Current children cumulated CPU time (s) 702
Current children cumulated vsize (KiB) 83364

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 13374
/proc/meminfo: memFree=1104280/2055920 swapFree=4180856/4192956
[pid=13372] ppid=13370 vsize=12804 CPUtime=0.97
/proc/13372/stat : 13372 (IUT_BMB_SIM) S 13370 13372 12787 0 -1 4194304 3025 0 0 0 76 21 0 0 25 0 1 0 243628636 13111296 3007 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13372/statm: 3201 3007 105 274 0 2924 0
[pid=13374] ppid=13372 vsize=70560 CPUtime=761
/proc/13374/stat : 13374 (minisat) R 13372 13372 12787 0 -1 4194304 17405 0 0 0 76083 17 0 0 25 0 1 0 243628734 72253440 17155 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/13374/statm: 17640 17155 77 170 0 17468 0
Current children cumulated CPU time (s) 761.97
Current children cumulated vsize (KiB) 83364

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 13374
/proc/meminfo: memFree=1103704/2055920 swapFree=4180856/4192956
[pid=13372] ppid=13370 vsize=12804 CPUtime=0.97
/proc/13372/stat : 13372 (IUT_BMB_SIM) S 13370 13372 12787 0 -1 4194304 3025 0 0 0 76 21 0 0 25 0 1 0 243628636 13111296 3007 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13372/statm: 3201 3007 105 274 0 2924 0
[pid=13374] ppid=13372 vsize=71304 CPUtime=820.97
/proc/13374/stat : 13374 (minisat) R 13372 13372 12787 0 -1 4194304 17568 0 0 0 82080 17 0 0 25 0 1 0 243628734 73015296 17318 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/13374/statm: 17826 17318 77 170 0 17654 0
Current children cumulated CPU time (s) 821.94
Current children cumulated vsize (KiB) 84108

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 13374
/proc/meminfo: memFree=1103448/2055920 swapFree=4180856/4192956
[pid=13372] ppid=13370 vsize=12804 CPUtime=0.97
/proc/13372/stat : 13372 (IUT_BMB_SIM) S 13370 13372 12787 0 -1 4194304 3025 0 0 0 76 21 0 0 25 0 1 0 243628636 13111296 3007 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13372/statm: 3201 3007 105 274 0 2924 0
[pid=13374] ppid=13372 vsize=71628 CPUtime=880.95
/proc/13374/stat : 13374 (minisat) R 13372 13372 12787 0 -1 4194304 17630 0 0 0 88078 17 0 0 25 0 1 0 243628734 73347072 17380 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/13374/statm: 17907 17380 77 170 0 17735 0
Current children cumulated CPU time (s) 881.92
Current children cumulated vsize (KiB) 84432

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 13374
/proc/meminfo: memFree=1103064/2055920 swapFree=4180856/4192956
[pid=13372] ppid=13370 vsize=12804 CPUtime=0.97
/proc/13372/stat : 13372 (IUT_BMB_SIM) S 13370 13372 12787 0 -1 4194304 3025 0 0 0 76 21 0 0 25 0 1 0 243628636 13111296 3007 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13372/statm: 3201 3007 105 274 0 2924 0
[pid=13374] ppid=13372 vsize=72008 CPUtime=940.92
/proc/13374/stat : 13374 (minisat) R 13372 13372 12787 0 -1 4194304 17732 0 0 0 94075 17 0 0 25 0 1 0 243628734 73736192 17482 1992294400 134512640 135212939 4294956320 18446744073709551615 134536367 0 0 4096 3 0 0 0 17 0 0 0
/proc/13374/statm: 18002 17482 77 170 0 17830 0
Current children cumulated CPU time (s) 941.89
Current children cumulated vsize (KiB) 84812

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 13374
/proc/meminfo: memFree=1102936/2055920 swapFree=4180856/4192956
[pid=13372] ppid=13370 vsize=12804 CPUtime=0.97
/proc/13372/stat : 13372 (IUT_BMB_SIM) S 13370 13372 12787 0 -1 4194304 3025 0 0 0 76 21 0 0 25 0 1 0 243628636 13111296 3007 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13372/statm: 3201 3007 105 274 0 2924 0
[pid=13374] ppid=13372 vsize=72168 CPUtime=1000.9
/proc/13374/stat : 13374 (minisat) R 13372 13372 12787 0 -1 4194304 17758 0 0 0 100073 17 0 0 25 0 1 0 243628734 73900032 17508 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/13374/statm: 18042 17508 77 170 0 17870 0
Current children cumulated CPU time (s) 1001.87
Current children cumulated vsize (KiB) 84972

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 13374
/proc/meminfo: memFree=1102936/2055920 swapFree=4180856/4192956
[pid=13372] ppid=13370 vsize=12804 CPUtime=0.97
/proc/13372/stat : 13372 (IUT_BMB_SIM) S 13370 13372 12787 0 -1 4194304 3025 0 0 0 76 21 0 0 25 0 1 0 243628636 13111296 3007 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13372/statm: 3201 3007 105 274 0 2924 0
[pid=13374] ppid=13372 vsize=72168 CPUtime=1060.89
/proc/13374/stat : 13374 (minisat) R 13372 13372 12787 0 -1 4194304 17761 0 0 0 106071 18 0 0 25 0 1 0 243628734 73900032 17511 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/13374/statm: 18042 17511 77 170 0 17870 0
Current children cumulated CPU time (s) 1061.86
Current children cumulated vsize (KiB) 84972

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 13374
/proc/meminfo: memFree=1098328/2055920 swapFree=4180856/4192956
[pid=13372] ppid=13370 vsize=12804 CPUtime=0.97
/proc/13372/stat : 13372 (IUT_BMB_SIM) S 13370 13372 12787 0 -1 4194304 3025 0 0 0 76 21 0 0 25 0 1 0 243628636 13111296 3007 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13372/statm: 3201 3007 105 274 0 2924 0
[pid=13374] ppid=13372 vsize=77240 CPUtime=1120.85
/proc/13374/stat : 13374 (minisat) R 13372 13372 12787 0 -1 4194304 18938 0 0 0 112067 18 0 0 25 0 1 0 243628734 79093760 18688 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/13374/statm: 19310 18688 77 170 0 19138 0
Current children cumulated CPU time (s) 1121.82
Current children cumulated vsize (KiB) 90044

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 13374
/proc/meminfo: memFree=1097048/2055920 swapFree=4180856/4192956
[pid=13372] ppid=13370 vsize=12804 CPUtime=0.97
/proc/13372/stat : 13372 (IUT_BMB_SIM) S 13370 13372 12787 0 -1 4194304 3025 0 0 0 76 21 0 0 25 0 1 0 243628636 13111296 3007 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13372/statm: 3201 3007 105 274 0 2924 0
[pid=13374] ppid=13372 vsize=78472 CPUtime=1180.81
/proc/13374/stat : 13374 (minisat) R 13372 13372 12787 0 -1 4194304 19249 0 0 0 118062 19 0 0 25 0 1 0 243628734 80355328 18999 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/13374/statm: 19618 18999 77 170 0 19446 0
Current children cumulated CPU time (s) 1181.78
Current children cumulated vsize (KiB) 91276



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 13374
/proc/meminfo: memFree=1096984/2055920 swapFree=4180856/4192956
[pid=13372] ppid=13370 vsize=12804 CPUtime=0.97
/proc/13372/stat : 13372 (IUT_BMB_SIM) S 13370 13372 12787 0 -1 4194304 3025 0 0 0 76 21 0 0 25 0 1 0 243628636 13111296 3007 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/13372/statm: 3201 3007 105 274 0 2924 0
[pid=13374] ppid=13372 vsize=78472 CPUtime=1199.11
/proc/13374/stat : 13374 (minisat) R 13372 13372 12787 0 -1 4194304 19251 0 0 0 119892 19 0 0 25 0 1 0 243628734 80355328 19001 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/13374/statm: 19618 19001 77 170 0 19446 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 91276

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 13372 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=767883
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=213967
# CPU time returned by wait4() is 0.98185
# while last known CPU time is 1200.08
#
# 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.08
CPU user time (s): 1199.68
CPU system time (s): 0.4
CPU usage (%): 99.9554
Max. virtual memory (cumulated for all children) (KiB): 91276

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

runsolver used 0.990849 second user time and 3.38748 second system time

The end

Launcher Data

Begin job on node42 at 2009-05-12 21:20:05
IDJOB=1807241
IDBENCH=71365
IDSOLVER=650
FILE ID=node42/1807241-1242156005
PBS_JOBID= 9289681
Free space on /tmp= 66112 MiB

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

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

MD5SUM BENCH= df9c42090e37db3e7c6222a93cb90a4d
RANDOM SEED=813700910

node42.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.232
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.232
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:       1186056 kB
Buffers:         78184 kB
Cached:         695316 kB
SwapCached:       5916 kB
Active:          96836 kB
Inactive:       685604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1186056 kB
SwapTotal:     4192956 kB
SwapFree:      4180856 kB
Dirty:            2852 kB
Writeback:           0 kB
Mapped:          14592 kB
Slab:            73528 kB
Committed_AS:   969616 kB
PageTables:       1392 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= 66112 MiB
End job on node42 at 2009-05-12 21:40:07