Trace number 1807353

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 1201.42

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v2640c305320gyes8.cnf
MD5SUM930a5df7b1f1625c5486319e8b2ac554
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.34/6.27	This is MiniSat 2.0 beta
5.34/6.27	WARNING: for repeatability, setting FPU to use double precision
5.34/6.27	============================[ Problem Statistics ]=============================
5.34/6.27	|                                                                             |
5.34/6.27	|  Number of variables:  2640                                                 |
5.34/6.27	|  Number of clauses:    305320                                               |
5.40/6.39	|  Parsing time:         0.10         s                                       |
5.40/6.40	============================[ Search Statistics ]==============================
5.40/6.40	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.40/6.40	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.40/6.40	===============================================================================
5.40/6.40	|         0 |    2640   305320   613120 |   101773        0    nan |  0.000 % |
5.40/6.41	|       101 |    2640   305320   613120 |   111950      101    199 |  0.000 % |
5.40/6.43	|       252 |    2640   305320   613120 |   123145      252    224 |  0.000 % |
5.40/6.47	|       477 |    2640   305320   613120 |   135460      477    229 |  0.000 % |
5.63/6.53	|       814 |    2640   305320   613120 |   149006      814    227 |  0.000 % |
5.72/6.64	|      1322 |    2640   305320   613120 |   163906     1322    237 |  0.000 % |
5.92/6.85	|      2081 |    2640   305320   613120 |   180297     2081    266 |  0.000 % |
6.23/7.16	|      3224 |    2640   305320   613120 |   198327     3224    329 |  0.000 % |
6.83/7.71	|      4933 |    2640   305320   613120 |   218160     4933    340 |  0.000 % |
7.93/8.84	|      7495 |    2640   305320   613120 |   239976     7495    333 |  0.000 % |
9.83/10.72	|     11339 |    2640   305320   613120 |   263973    11339    351 |  0.000 % |
13.93/14.84	|     17105 |    2640   305320   613120 |   290371    17105    360 |  0.000 % |
19.93/20.87	|     25754 |    2640   305320   613120 |   319408    25754    341 |  0.000 % |
32.90/33.84	|     38728 |    2640   305320   613120 |   351349    38728    342 |  0.000 % |
57.89/58.82	|     58190 |    2640   305320   613120 |   386484    58190    335 |  0.000 % |
114.87/115.86	|     87383 |    2640   305320   613120 |   425132    87383    327 |  0.000 % |
220.14/221.16	|    131172 |    2640   305320   613120 |   467645   131172    315 |  0.000 % |
532.49/533.60	|    196857 |    2640   305320   613120 |   514410   196857    311 |  0.000 % |
1158.43/1159.87	|    295384 |    2640   305320   613120 |   565851   295384    312 |  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-1807353-1242157424/watcher-1807353-1242157424 -o /tmp/evaluation-result-1807353-1242157424/solver-1807353-1242157424 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1807353-1242157424.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.85 0.97 0.99 3/64 22397
/proc/meminfo: memFree=1403056/2055920 swapFree=4180664/4192956
[pid=22397] ppid=22395 vsize=4864 CPUtime=0
/proc/22397/stat : 22397 (IUT_BMB_SIM) R 22395 22397 22360 0 -1 4194304 190 0 0 0 0 0 0 0 18 0 1 0 243769639 4980736 173 1992294400 134512640 135635349 4294956224 18446744073709551615 134533673 0 0 4096 0 0 0 0 17 0 0 0
/proc/22397/statm: 1216 173 90 274 0 939 0

[startup+0.0895451 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 22397
/proc/meminfo: memFree=1403056/2055920 swapFree=4180664/4192956
[pid=22397] ppid=22395 vsize=6800 CPUtime=0.08
/proc/22397/stat : 22397 (IUT_BMB_SIM) R 22395 22397 22360 0 -1 4194304 1522 0 0 0 8 0 0 0 18 0 1 0 243769639 6963200 1505 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/22397/statm: 1700 1505 97 274 0 1423 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 6800

[startup+0.101547 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 22397
/proc/meminfo: memFree=1403056/2055920 swapFree=4180664/4192956
[pid=22397] ppid=22395 vsize=6932 CPUtime=0.09
/proc/22397/stat : 22397 (IUT_BMB_SIM) R 22395 22397 22360 0 -1 4194304 1565 0 0 0 9 0 0 0 18 0 1 0 243769639 7098368 1548 1992294400 134512640 135635349 4294956224 18446744073709551615 134549608 0 0 4096 0 0 0 0 17 0 0 0
/proc/22397/statm: 1733 1548 97 274 0 1456 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6932

[startup+0.301569 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 22397
/proc/meminfo: memFree=1403056/2055920 swapFree=4180664/4192956
[pid=22397] ppid=22395 vsize=9704 CPUtime=0.29
/proc/22397/stat : 22397 (IUT_BMB_SIM) R 22395 22397 22360 0 -1 4194304 2245 0 0 0 29 0 0 0 19 0 1 0 243769639 9936896 2228 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/22397/statm: 2426 2228 97 274 0 2149 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9704

[startup+0.701613 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 22397
/proc/meminfo: memFree=1403056/2055920 swapFree=4180664/4192956
[pid=22397] ppid=22395 vsize=15248 CPUtime=0.69
/proc/22397/stat : 22397 (IUT_BMB_SIM) R 22395 22397 22360 0 -1 4194304 3619 0 0 0 68 1 0 0 23 0 1 0 243769639 15613952 3602 1992294400 134512640 135635349 4294956224 18446744073709551615 135088841 0 0 4096 0 0 0 0 17 0 0 0
/proc/22397/statm: 3812 3602 97 274 0 3535 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15248

[startup+1.5017 s]
/proc/loadavg: 0.85 0.97 0.99 2/65 22398
/proc/meminfo: memFree=1385192/2055920 swapFree=4180664/4192956
[pid=22397] ppid=22395 vsize=25148 CPUtime=1.49
/proc/22397/stat : 22397 (IUT_BMB_SIM) R 22395 22397 22360 0 -1 4194304 6102 0 0 0 147 2 0 0 25 0 1 0 243769639 25751552 6085 1992294400 134512640 135635349 4294956224 18446744073709551615 134530693 0 0 4096 0 0 0 0 17 0 0 0
/proc/22397/statm: 6287 6085 97 274 0 6010 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25148

[startup+3.10188 s]
/proc/loadavg: 0.85 0.97 0.99 2/65 22398
/proc/meminfo: memFree=1370792/2055920 swapFree=4180664/4192956
[pid=22397] ppid=22395 vsize=51152 CPUtime=3.09
/proc/22397/stat : 22397 (IUT_BMB_SIM) R 22395 22397 22360 0 -1 4194304 12591 0 0 0 304 5 0 0 25 0 1 0 243769639 52379648 12574 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/22397/statm: 12788 12574 97 274 0 12511 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 51152

[startup+6.30224 s]
/proc/loadavg: 0.86 0.97 0.99 1/65 22398
/proc/meminfo: memFree=1341416/2055920 swapFree=4180664/4192956
[pid=22397] ppid=22395 vsize=60072 CPUtime=5.4
/proc/22397/stat : 22397 (IUT_BMB_SIM) S 22395 22397 22360 0 -1 4194304 14844 0 0 0 425 115 0 0 24 0 1 0 243769639 61513728 14826 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/22397/statm: 15018 14826 105 274 0 14741 0
Current children cumulated CPU time (s) 5.4
Current children cumulated vsize (KiB) 60072

[startup+12.7019 s]
/proc/loadavg: 0.87 0.97 0.99 2/66 22399
/proc/meminfo: memFree=1307424/2055920 swapFree=4180664/4192956
[pid=22397] ppid=22395 vsize=60072 CPUtime=5.4
/proc/22397/stat : 22397 (IUT_BMB_SIM) S 22395 22397 22360 0 -1 4194304 14844 0 0 0 425 115 0 0 24 0 1 0 243769639 61513728 14826 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/22397/statm: 15018 14826 105 274 0 14741 0
[pid=22399] ppid=22397 vsize=34560 CPUtime=6.42
/proc/22399/stat : 22399 (minisat) R 22397 22397 22360 0 -1 4194304 8772 0 0 0 637 5 0 0 25 0 1 0 243770266 35389440 8522 1992294400 134512640 135212939 4294956320 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/22399/statm: 8640 8522 77 170 0 8468 0
Current children cumulated CPU time (s) 11.82
Current children cumulated vsize (KiB) 94632

[startup+25.5014 s]
/proc/loadavg: 0.90 0.97 0.99 2/66 22399
/proc/meminfo: memFree=1283296/2055920 swapFree=4180664/4192956
[pid=22397] ppid=22395 vsize=60072 CPUtime=5.4
/proc/22397/stat : 22397 (IUT_BMB_SIM) S 22395 22397 22360 0 -1 4194304 14844 0 0 0 425 115 0 0 24 0 1 0 243769639 61513728 14826 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/22397/statm: 15018 14826 105 274 0 14741 0
[pid=22399] ppid=22397 vsize=57724 CPUtime=19.22
/proc/22399/stat : 22399 (minisat) R 22397 22397 22360 0 -1 4194304 14565 0 0 0 1913 9 0 0 25 0 1 0 243770266 59109376 14315 1992294400 134512640 135212939 4294956320 18446744073709551615 134529346 0 0 4096 3 0 0 0 17 0 0 0
/proc/22399/statm: 14431 14315 77 170 0 14259 0
Current children cumulated CPU time (s) 24.62
Current children cumulated vsize (KiB) 117796

[startup+51.1012 s]
/proc/loadavg: 0.93 0.97 0.99 2/66 22399
/proc/meminfo: memFree=1253472/2055920 swapFree=4180664/4192956
[pid=22397] ppid=22395 vsize=60072 CPUtime=5.4
/proc/22397/stat : 22397 (IUT_BMB_SIM) S 22395 22397 22360 0 -1 4194304 14844 0 0 0 425 115 0 0 24 0 1 0 243769639 61513728 14826 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/22397/statm: 15018 14826 105 274 0 14741 0
[pid=22399] ppid=22397 vsize=87780 CPUtime=44.8
/proc/22399/stat : 22399 (minisat) R 22397 22397 22360 0 -1 4194304 22070 0 0 0 4465 15 0 0 25 0 1 0 243770266 89886720 21820 1992294400 134512640 135212939 4294956320 18446744073709551615 134536559 0 0 4096 3 0 0 0 17 0 0 0
/proc/22399/statm: 21945 21820 77 170 0 21773 0
Current children cumulated CPU time (s) 50.2
Current children cumulated vsize (KiB) 147852

[startup+102.306 s]
/proc/loadavg: 0.97 0.97 0.99 2/66 22399
/proc/meminfo: memFree=1217440/2055920 swapFree=4180664/4192956
[pid=22397] ppid=22395 vsize=60072 CPUtime=5.4
/proc/22397/stat : 22397 (IUT_BMB_SIM) S 22395 22397 22360 0 -1 4194304 14844 0 0 0 425 115 0 0 24 0 1 0 243769639 61513728 14826 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/22397/statm: 15018 14826 105 274 0 14741 0
[pid=22399] ppid=22397 vsize=123308 CPUtime=95.98
/proc/22399/stat : 22399 (minisat) R 22397 22397 22360 0 -1 4194304 30931 0 0 0 9574 24 0 0 25 0 1 0 243770266 126267392 30681 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/22399/statm: 30827 30681 77 170 0 30655 0
Current children cumulated CPU time (s) 101.38
Current children cumulated vsize (KiB) 183380

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22399
/proc/meminfo: memFree=1185120/2055920 swapFree=4180664/4192956
[pid=22397] ppid=22395 vsize=60072 CPUtime=5.4
/proc/22397/stat : 22397 (IUT_BMB_SIM) S 22395 22397 22360 0 -1 4194304 14844 0 0 0 425 115 0 0 24 0 1 0 243769639 61513728 14826 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/22397/statm: 15018 14826 105 274 0 14741 0
[pid=22399] ppid=22397 vsize=155856 CPUtime=155.96
/proc/22399/stat : 22399 (minisat) R 22397 22397 22360 0 -1 4194304 39055 0 0 0 15563 33 0 0 25 0 1 0 243770266 159596544 38805 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/22399/statm: 38964 38805 77 170 0 38792 0
Current children cumulated CPU time (s) 161.36
Current children cumulated vsize (KiB) 215928

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22399
/proc/meminfo: memFree=1155808/2055920 swapFree=4180664/4192956
[pid=22397] ppid=22395 vsize=60072 CPUtime=5.4
/proc/22397/stat : 22397 (IUT_BMB_SIM) S 22395 22397 22360 0 -1 4194304 14844 0 0 0 425 115 0 0 24 0 1 0 243769639 61513728 14826 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/22397/statm: 15018 14826 105 274 0 14741 0
[pid=22399] ppid=22397 vsize=184804 CPUtime=215.93
/proc/22399/stat : 22399 (minisat) R 22397 22397 22360 0 -1 4194304 46303 0 0 0 21554 39 0 0 25 0 1 0 243770266 189239296 46053 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/22399/statm: 46201 46053 77 170 0 46029 0
Current children cumulated CPU time (s) 221.33
Current children cumulated vsize (KiB) 244876

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22399
/proc/meminfo: memFree=1136032/2055920 swapFree=4180664/4192956
[pid=22397] ppid=22395 vsize=60072 CPUtime=5.4
/proc/22397/stat : 22397 (IUT_BMB_SIM) S 22395 22397 22360 0 -1 4194304 14844 0 0 0 425 115 0 0 24 0 1 0 243769639 61513728 14826 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/22397/statm: 15018 14826 105 274 0 14741 0
[pid=22399] ppid=22397 vsize=204904 CPUtime=275.91
/proc/22399/stat : 22399 (minisat) R 22397 22397 22360 0 -1 4194304 51294 0 0 0 27547 44 0 0 25 0 1 0 243770266 209821696 51044 1992294400 134512640 135212939 4294956320 18446744073709551615 134526726 0 0 4096 3 0 0 0 17 0 0 0
/proc/22399/statm: 51226 51044 77 170 0 51054 0
Current children cumulated CPU time (s) 281.31
Current children cumulated vsize (KiB) 264976

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22399
/proc/meminfo: memFree=1117472/2055920 swapFree=4180664/4192956
[pid=22397] ppid=22395 vsize=60072 CPUtime=5.4
/proc/22397/stat : 22397 (IUT_BMB_SIM) S 22395 22397 22360 0 -1 4194304 14844 0 0 0 425 115 0 0 24 0 1 0 243769639 61513728 14826 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/22397/statm: 15018 14826 105 274 0 14741 0
[pid=22399] ppid=22397 vsize=223076 CPUtime=335.9
/proc/22399/stat : 22399 (minisat) R 22397 22397 22360 0 -1 4194304 55855 0 0 0 33540 50 0 0 25 0 1 0 243770266 228429824 55605 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/22399/statm: 55769 55605 77 170 0 55597 0
Current children cumulated CPU time (s) 341.3
Current children cumulated vsize (KiB) 283148

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22399
/proc/meminfo: memFree=1103008/2055920 swapFree=4180664/4192956
[pid=22397] ppid=22395 vsize=60072 CPUtime=5.4
/proc/22397/stat : 22397 (IUT_BMB_SIM) S 22395 22397 22360 0 -1 4194304 14844 0 0 0 425 115 0 0 24 0 1 0 243769639 61513728 14826 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/22397/statm: 15018 14826 105 274 0 14741 0
[pid=22399] ppid=22397 vsize=237680 CPUtime=395.85
/proc/22399/stat : 22399 (minisat) R 22397 22397 22360 0 -1 4194304 59512 0 0 0 39532 53 0 0 25 0 1 0 243770266 243384320 59262 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/22399/statm: 59420 59262 77 170 0 59248 0
Current children cumulated CPU time (s) 401.25
Current children cumulated vsize (KiB) 297752

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22399
/proc/meminfo: memFree=1089184/2055920 swapFree=4180664/4192956
[pid=22397] ppid=22395 vsize=60072 CPUtime=5.4
/proc/22397/stat : 22397 (IUT_BMB_SIM) S 22395 22397 22360 0 -1 4194304 14844 0 0 0 425 115 0 0 24 0 1 0 243769639 61513728 14826 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/22397/statm: 15018 14826 105 274 0 14741 0
[pid=22399] ppid=22397 vsize=251492 CPUtime=455.84
/proc/22399/stat : 22399 (minisat) R 22397 22397 22360 0 -1 4194304 62935 0 0 0 45527 57 0 0 25 0 1 0 243770266 257527808 62685 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/22399/statm: 62873 62685 77 170 0 62701 0
Current children cumulated CPU time (s) 461.24

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

/proc/22399/statm: 65908 65727 77 170 0 65736 0
Current children cumulated CPU time (s) 521.21
Current children cumulated vsize (KiB) 323704

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22399
/proc/meminfo: memFree=1061728/2055920 swapFree=4180664/4192956
[pid=22397] ppid=22395 vsize=60072 CPUtime=5.4
/proc/22397/stat : 22397 (IUT_BMB_SIM) S 22395 22397 22360 0 -1 4194304 14844 0 0 0 425 115 0 0 24 0 1 0 243769639 61513728 14826 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/22397/statm: 15018 14826 105 274 0 14741 0
[pid=22399] ppid=22397 vsize=278888 CPUtime=575.78
/proc/22399/stat : 22399 (minisat) R 22397 22397 22360 0 -1 4194304 69785 0 0 0 57515 63 0 0 25 0 1 0 243770266 285581312 69535 1992294400 134512640 135212939 4294956320 18446744073709551615 134527043 0 0 4096 3 0 0 0 17 0 0 0
/proc/22399/statm: 69722 69535 77 170 0 69550 0
Current children cumulated CPU time (s) 581.18
Current children cumulated vsize (KiB) 338960

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22399
/proc/meminfo: memFree=1046432/2055920 swapFree=4180664/4192956
[pid=22397] ppid=22395 vsize=60072 CPUtime=5.4
/proc/22397/stat : 22397 (IUT_BMB_SIM) S 22395 22397 22360 0 -1 4194304 14844 0 0 0 425 115 0 0 24 0 1 0 243769639 61513728 14826 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/22397/statm: 15018 14826 105 274 0 14741 0
[pid=22399] ppid=22397 vsize=294444 CPUtime=635.75
/proc/22399/stat : 22399 (minisat) R 22397 22397 22360 0 -1 4194304 73565 0 0 0 63508 67 0 0 25 0 1 0 243770266 301510656 73315 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/22399/statm: 73611 73315 77 170 0 73439 0
Current children cumulated CPU time (s) 641.15
Current children cumulated vsize (KiB) 354516

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22399
/proc/meminfo: memFree=1033504/2055920 swapFree=4180664/4192956
[pid=22397] ppid=22395 vsize=60072 CPUtime=5.4
/proc/22397/stat : 22397 (IUT_BMB_SIM) S 22395 22397 22360 0 -1 4194304 14844 0 0 0 425 115 0 0 24 0 1 0 243769639 61513728 14826 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/22397/statm: 15018 14826 105 274 0 14741 0
[pid=22399] ppid=22397 vsize=307556 CPUtime=695.72
/proc/22399/stat : 22399 (minisat) R 22397 22397 22360 0 -1 4194304 76835 0 0 0 69501 71 0 0 25 0 1 0 243770266 314937344 76585 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/22399/statm: 76889 76585 77 170 0 76717 0
Current children cumulated CPU time (s) 701.12
Current children cumulated vsize (KiB) 367628

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22399
/proc/meminfo: memFree=1021280/2055920 swapFree=4180664/4192956
[pid=22397] ppid=22395 vsize=60072 CPUtime=5.4
/proc/22397/stat : 22397 (IUT_BMB_SIM) S 22395 22397 22360 0 -1 4194304 14844 0 0 0 425 115 0 0 24 0 1 0 243769639 61513728 14826 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/22397/statm: 15018 14826 105 274 0 14741 0
[pid=22399] ppid=22397 vsize=319560 CPUtime=755.7
/proc/22399/stat : 22399 (minisat) R 22397 22397 22360 0 -1 4194304 79846 0 0 0 75495 75 0 0 25 0 1 0 243770266 327229440 79596 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/22399/statm: 79890 79596 77 170 0 79718 0
Current children cumulated CPU time (s) 761.1
Current children cumulated vsize (KiB) 379632

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22399
/proc/meminfo: memFree=1009312/2055920 swapFree=4180664/4192956
[pid=22397] ppid=22395 vsize=60072 CPUtime=5.4
/proc/22397/stat : 22397 (IUT_BMB_SIM) S 22395 22397 22360 0 -1 4194304 14844 0 0 0 425 115 0 0 24 0 1 0 243769639 61513728 14826 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/22397/statm: 15018 14826 105 274 0 14741 0
[pid=22399] ppid=22397 vsize=331652 CPUtime=815.67
/proc/22399/stat : 22399 (minisat) R 22397 22397 22360 0 -1 4194304 82871 0 0 0 81489 78 0 0 25 0 1 0 243770266 339611648 82621 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/22399/statm: 82913 82621 77 170 0 82741 0
Current children cumulated CPU time (s) 821.07
Current children cumulated vsize (KiB) 391724

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22399
/proc/meminfo: memFree=997472/2055920 swapFree=4180664/4192956
[pid=22397] ppid=22395 vsize=60072 CPUtime=5.4
/proc/22397/stat : 22397 (IUT_BMB_SIM) S 22395 22397 22360 0 -1 4194304 14844 0 0 0 425 115 0 0 24 0 1 0 243769639 61513728 14826 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/22397/statm: 15018 14826 105 274 0 14741 0
[pid=22399] ppid=22397 vsize=343460 CPUtime=875.65
/proc/22399/stat : 22399 (minisat) R 22397 22397 22360 0 -1 4194304 85799 0 0 0 87484 81 0 0 25 0 1 0 243770266 351703040 85549 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/22399/statm: 85865 85549 77 170 0 85693 0
Current children cumulated CPU time (s) 881.05
Current children cumulated vsize (KiB) 403532

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22399
/proc/meminfo: memFree=983456/2055920 swapFree=4180664/4192956
[pid=22397] ppid=22395 vsize=60072 CPUtime=5.4
/proc/22397/stat : 22397 (IUT_BMB_SIM) S 22395 22397 22360 0 -1 4194304 14844 0 0 0 425 115 0 0 24 0 1 0 243769639 61513728 14826 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/22397/statm: 15018 14826 105 274 0 14741 0
[pid=22399] ppid=22397 vsize=357456 CPUtime=935.63
/proc/22399/stat : 22399 (minisat) R 22397 22397 22360 0 -1 4194304 89298 0 0 0 93479 84 0 0 25 0 1 0 243770266 366034944 89048 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/22399/statm: 89364 89048 77 170 0 89192 0
Current children cumulated CPU time (s) 941.03
Current children cumulated vsize (KiB) 417528

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22399
/proc/meminfo: memFree=970912/2055920 swapFree=4180664/4192956
[pid=22397] ppid=22395 vsize=60072 CPUtime=5.4
/proc/22397/stat : 22397 (IUT_BMB_SIM) S 22395 22397 22360 0 -1 4194304 14844 0 0 0 425 115 0 0 24 0 1 0 243769639 61513728 14826 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/22397/statm: 15018 14826 105 274 0 14741 0
[pid=22399] ppid=22397 vsize=369936 CPUtime=995.6
/proc/22399/stat : 22399 (minisat) R 22397 22397 22360 0 -1 4194304 92407 0 0 0 99474 86 0 0 25 0 1 0 243770266 378814464 92157 1992294400 134512640 135212939 4294956320 18446744073709551615 134526750 0 0 4096 3 0 0 0 17 0 0 0
/proc/22399/statm: 92484 92157 77 170 0 92312 0
Current children cumulated CPU time (s) 1001
Current children cumulated vsize (KiB) 430008

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22405
/proc/meminfo: memFree=959264/2055920 swapFree=4180664/4192956
[pid=22397] ppid=22395 vsize=60072 CPUtime=5.4
/proc/22397/stat : 22397 (IUT_BMB_SIM) S 22395 22397 22360 0 -1 4194304 14844 0 0 0 425 115 0 0 24 0 1 0 243769639 61513728 14826 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/22397/statm: 15018 14826 105 274 0 14741 0
[pid=22399] ppid=22397 vsize=381732 CPUtime=1055.57
/proc/22399/stat : 22399 (minisat) R 22397 22397 22360 0 -1 4194304 95335 0 0 0 105468 89 0 0 25 0 1 0 243770266 390893568 95085 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/22399/statm: 95433 95085 77 170 0 95261 0
Current children cumulated CPU time (s) 1060.97
Current children cumulated vsize (KiB) 441804

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22405
/proc/meminfo: memFree=950048/2055920 swapFree=4180664/4192956
[pid=22397] ppid=22395 vsize=60072 CPUtime=5.4
/proc/22397/stat : 22397 (IUT_BMB_SIM) S 22395 22397 22360 0 -1 4194304 14844 0 0 0 425 115 0 0 24 0 1 0 243769639 61513728 14826 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/22397/statm: 15018 14826 105 274 0 14741 0
[pid=22399] ppid=22397 vsize=390936 CPUtime=1115.54
/proc/22399/stat : 22399 (minisat) R 22397 22397 22360 0 -1 4194304 97615 0 0 0 111462 92 0 0 25 0 1 0 243770266 400318464 97365 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/22399/statm: 97734 97365 77 170 0 97562 0
Current children cumulated CPU time (s) 1120.94
Current children cumulated vsize (KiB) 451008

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22405
/proc/meminfo: memFree=939808/2055920 swapFree=4180664/4192956
[pid=22397] ppid=22395 vsize=60072 CPUtime=5.4
/proc/22397/stat : 22397 (IUT_BMB_SIM) S 22395 22397 22360 0 -1 4194304 14844 0 0 0 425 115 0 0 24 0 1 0 243769639 61513728 14826 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/22397/statm: 15018 14826 105 274 0 14741 0
[pid=22399] ppid=22397 vsize=401332 CPUtime=1175.53
/proc/22399/stat : 22399 (minisat) R 22397 22397 22360 0 -1 4194304 100192 0 0 0 117459 94 0 0 25 0 1 0 243770266 410963968 99942 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/22399/statm: 100333 99942 77 170 0 100161 0
Current children cumulated CPU time (s) 1180.93
Current children cumulated vsize (KiB) 461404



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.4 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22405
/proc/meminfo: memFree=936288/2055920 swapFree=4180664/4192956
[pid=22397] ppid=22395 vsize=60072 CPUtime=5.4
/proc/22397/stat : 22397 (IUT_BMB_SIM) S 22395 22397 22360 0 -1 4194304 14844 0 0 0 425 115 0 0 24 0 1 0 243769639 61513728 14826 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/22397/statm: 15018 14826 105 274 0 14741 0
[pid=22399] ppid=22397 vsize=404688 CPUtime=1194.63
/proc/22399/stat : 22399 (minisat) R 22397 22397 22360 0 -1 4194304 101022 0 0 0 119367 96 0 0 25 0 1 0 243770266 414400512 100772 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/22399/statm: 101172 100772 77 170 0 101000 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 464760

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 22397 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=255353
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=166822
# CPU time returned by wait4() is 5.42217
# 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): 1201.42
CPU time (s): 1200.03
CPU user time (s): 1197.92
CPU system time (s): 2.11
CPU usage (%): 99.8839
Max. virtual memory (cumulated for all children) (KiB): 464760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.25535
system time used= 1.16682
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14844
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= 5
involuntary context switches= 23

runsolver used 0.937857 second user time and 3.44248 second system time

The end

Launcher Data

Begin job on node59 at 2009-05-12 21:43:45
IDJOB=1807353
IDBENCH=71564
IDSOLVER=650
FILE ID=node59/1807353-1242157424
PBS_JOBID= 9289736
Free space on /tmp= 66280 MiB

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

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

MD5SUM BENCH= 930a5df7b1f1625c5486319e8b2ac554
RANDOM SEED=1728594558

node59.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.240
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.240
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:       1403600 kB
Buffers:         68560 kB
Cached:         494964 kB
SwapCached:       6724 kB
Active:          32216 kB
Inactive:       541368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1403600 kB
SwapTotal:     4192956 kB
SwapFree:      4180664 kB
Dirty:            6368 kB
Writeback:           0 kB
Mapped:          14944 kB
Slab:            64732 kB
Committed_AS:   921532 kB
PageTables:       1460 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= 66276 MiB
End job on node59 at 2009-05-12 22:03:48