Trace number 1807269

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

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v1150c84314gyes3.cnf
MD5SUM3e5b6d8ea2e7f58efa9d9a4dc4048be5
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 variables1150
Number of clauses84314
Sum of the clauses size169678
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 284264
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

Solver Data

0.00/0.00	c IUT_BMB_SIM version 1.0
1.29/1.37	This is MiniSat 2.0 beta
1.29/1.37	WARNING: for repeatability, setting FPU to use double precision
1.29/1.37	============================[ Problem Statistics ]=============================
1.29/1.37	|                                                                             |
1.29/1.37	|  Number of variables:  1150                                                 |
1.29/1.37	|  Number of clauses:    84314                                                |
1.36/1.40	|  Parsing time:         0.03         s                                       |
1.36/1.41	============================[ Search Statistics ]==============================
1.36/1.41	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.36/1.41	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.36/1.41	===============================================================================
1.36/1.41	|         0 |    1150    84314   169678 |    28104        0    nan |  0.000 % |
1.36/1.41	|       102 |    1150    84314   169678 |    30915      102     89 |  0.000 % |
1.36/1.42	|       254 |    1150    84314   169678 |    34006      254     98 |  0.000 % |
1.36/1.44	|       479 |    1150    84314   169678 |    37407      479    109 |  0.000 % |
1.36/1.47	|       816 |    1150    84314   169678 |    41148      816    132 |  0.000 % |
1.36/1.52	|      1323 |    1150    84314   169678 |    45262     1323    150 |  0.000 % |
1.36/1.61	|      2083 |    1150    84314   169678 |    49789     2083    152 |  0.000 % |
1.36/1.76	|      3223 |    1150    84314   169678 |    54768     3223    152 |  0.000 % |
1.36/2.09	|      4935 |    1150    84314   169678 |    60244     4935    154 |  0.000 % |
2.68/2.71	|      7497 |    1150    84314   169678 |    66269     7497    155 |  0.000 % |
4.17/4.25	|     11341 |    1150    84314   169678 |    72896    11341    148 |  0.000 % |
6.86/6.96	|     17110 |    1150    84314   169678 |    80185    17110    151 |  0.000 % |
13.27/13.31	|     25760 |    1150    84314   169678 |    88204    25760    159 |  0.000 % |
26.36/26.43	|     38734 |    1150    84314   169678 |    97024    38734    156 |  0.000 % |
56.75/56.87	|     58195 |    1150    84314   169678 |   106727    58195    150 |  0.000 % |
116.22/116.36	|     87390 |    1150    84314   169678 |   117400    87390    149 |  0.000 % |
235.77/235.93	|    131184 |    1150    84314   169678 |   129140    33812    146 |  0.000 % |
364.61/364.84	|    196869 |    1150    84314   169678 |   142054    99497    149 |  0.000 % |
681.79/682.15	|    295395 |    1150    84314   169678 |   156259    76242    135 |  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-1807269-1242156224/watcher-1807269-1242156224 -o /tmp/evaluation-result-1807269-1242156224/solver-1807269-1242156224 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1807269-1242156224.cnf HOME 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 27921
/proc/meminfo: memFree=1143052/2055920 swapFree=4181692/4192956
[pid=27921] ppid=27919 vsize=2276 CPUtime=0
/proc/27921/stat : 27921 (IUT_BMB_SIM) R 27919 27921 27357 0 -1 4194304 185 0 0 0 0 0 0 0 18 0 1 0 243651435 2330624 168 1992294400 134512640 135635349 4294956224 18446744073709551615 134533682 0 0 4096 0 0 0 0 17 0 0 0
/proc/27921/statm: 569 169 90 274 0 292 0

[startup+0.077145 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 27921
/proc/meminfo: memFree=1143052/2055920 swapFree=4181692/4192956
[pid=27921] ppid=27919 vsize=3664 CPUtime=0.07
/proc/27921/stat : 27921 (IUT_BMB_SIM) R 27919 27921 27357 0 -1 4194304 726 0 0 0 7 0 0 0 18 0 1 0 243651435 3751936 709 1992294400 134512640 135635349 4294956224 18446744073709551615 134534214 0 0 4096 0 0 0 0 17 0 0 0
/proc/27921/statm: 916 709 97 274 0 639 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 3664

[startup+0.101147 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 27921
/proc/meminfo: memFree=1143052/2055920 swapFree=4181692/4192956
[pid=27921] ppid=27919 vsize=3928 CPUtime=0.09
/proc/27921/stat : 27921 (IUT_BMB_SIM) R 27919 27921 27357 0 -1 4194304 814 0 0 0 9 0 0 0 18 0 1 0 243651435 4022272 797 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/27921/statm: 982 797 97 274 0 705 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3928

[startup+0.301167 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 27921
/proc/meminfo: memFree=1143052/2055920 swapFree=4181692/4192956
[pid=27921] ppid=27919 vsize=6832 CPUtime=0.3
/proc/27921/stat : 27921 (IUT_BMB_SIM) R 27919 27921 27357 0 -1 4194304 1531 0 0 0 29 1 0 0 19 0 1 0 243651435 6995968 1514 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/27921/statm: 1708 1514 97 274 0 1431 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 6832

[startup+0.701208 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 27921
/proc/meminfo: memFree=1143052/2055920 swapFree=4181692/4192956
[pid=27921] ppid=27919 vsize=13696 CPUtime=0.69
/proc/27921/stat : 27921 (IUT_BMB_SIM) R 27919 27921 27357 0 -1 4194304 3244 0 0 0 68 1 0 0 23 0 1 0 243651435 14024704 3227 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/27921/statm: 3424 3227 97 274 0 3147 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13696

[startup+1.5013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27922
/proc/meminfo: memFree=1126852/2055920 swapFree=4181692/4192956
[pid=27921] ppid=27919 vsize=17260 CPUtime=1.36
/proc/27921/stat : 27921 (IUT_BMB_SIM) S 27919 27921 27357 0 -1 4194304 4147 0 0 0 105 31 0 0 25 0 1 0 243651435 17674240 4129 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27921/statm: 4315 4129 105 274 0 4038 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 17260

[startup+3.10246 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27923
/proc/meminfo: memFree=1118012/2055920 swapFree=4181692/4192956
[pid=27921] ppid=27919 vsize=17260 CPUtime=1.36
/proc/27921/stat : 27921 (IUT_BMB_SIM) S 27919 27921 27357 0 -1 4194304 4147 0 0 0 105 31 0 0 25 0 1 0 243651435 17674240 4129 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27921/statm: 4315 4129 105 274 0 4038 0
[pid=27923] ppid=27921 vsize=11076 CPUtime=1.72
/proc/27923/stat : 27923 (minisat) R 27921 27921 27357 0 -1 4194304 2888 0 0 0 171 1 0 0 25 0 1 0 243651572 11341824 2638 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/27923/statm: 2769 2638 77 170 0 2597 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 28336

[startup+6.30178 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27923
/proc/meminfo: memFree=1111868/2055920 swapFree=4181692/4192956
[pid=27921] ppid=27919 vsize=17260 CPUtime=1.36
/proc/27921/stat : 27921 (IUT_BMB_SIM) S 27919 27921 27357 0 -1 4194304 4147 0 0 0 105 31 0 0 25 0 1 0 243651435 17674240 4129 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27921/statm: 4315 4129 105 274 0 4038 0
[pid=27923] ppid=27921 vsize=15828 CPUtime=4.9
/proc/27923/stat : 27923 (minisat) R 27921 27921 27357 0 -1 4194304 4091 0 0 0 488 2 0 0 25 0 1 0 243651572 16207872 3841 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/27923/statm: 3957 3841 77 170 0 3785 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 33088

[startup+12.7024 s]
/proc/loadavg: 1.31 1.07 1.02 2/66 27923
/proc/meminfo: memFree=1104252/2055920 swapFree=4181692/4192956
[pid=27921] ppid=27919 vsize=17260 CPUtime=1.36
/proc/27921/stat : 27921 (IUT_BMB_SIM) S 27919 27921 27357 0 -1 4194304 4147 0 0 0 105 31 0 0 25 0 1 0 243651435 17674240 4129 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27921/statm: 4315 4129 105 274 0 4038 0
[pid=27923] ppid=27921 vsize=22612 CPUtime=11.31
/proc/27923/stat : 27923 (minisat) R 27921 27921 27357 0 -1 4194304 5768 0 0 0 1127 4 0 0 25 0 1 0 243651572 23154688 5518 1992294400 134512640 135212939 4294956320 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/27923/statm: 5653 5518 77 170 0 5481 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 39872

[startup+25.5018 s]
/proc/loadavg: 1.26 1.06 1.02 2/66 27923
/proc/meminfo: memFree=1095292/2055920 swapFree=4181692/4192956
[pid=27921] ppid=27919 vsize=17260 CPUtime=1.36
/proc/27921/stat : 27921 (IUT_BMB_SIM) S 27919 27921 27357 0 -1 4194304 4147 0 0 0 105 31 0 0 25 0 1 0 243651435 17674240 4129 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27921/statm: 4315 4129 105 274 0 4038 0
[pid=27923] ppid=27921 vsize=31244 CPUtime=24.09
/proc/27923/stat : 27923 (minisat) R 27921 27921 27357 0 -1 4194304 7932 0 0 0 2404 5 0 0 25 0 1 0 243651572 31993856 7682 1992294400 134512640 135212939 4294956320 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 0 0 0
/proc/27923/statm: 7811 7682 77 170 0 7639 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 48504

[startup+51.1014 s]
/proc/loadavg: 1.17 1.06 1.02 2/66 27923
/proc/meminfo: memFree=1084988/2055920 swapFree=4181692/4192956
[pid=27921] ppid=27919 vsize=17260 CPUtime=1.36
/proc/27921/stat : 27921 (IUT_BMB_SIM) S 27919 27921 27357 0 -1 4194304 4147 0 0 0 105 31 0 0 25 0 1 0 243651435 17674240 4129 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27921/statm: 4315 4129 105 274 0 4038 0
[pid=27923] ppid=27921 vsize=41636 CPUtime=49.68
/proc/27923/stat : 27923 (minisat) R 27921 27921 27357 0 -1 4194304 10541 0 0 0 4960 8 0 0 25 0 1 0 243651572 42635264 10291 1992294400 134512640 135212939 4294956320 18446744073709551615 134529346 0 0 4096 3 0 0 0 17 0 0 0
/proc/27923/statm: 10409 10291 77 170 0 10237 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 58896

[startup+102.306 s]
/proc/loadavg: 1.07 1.05 1.01 2/66 27923
/proc/meminfo: memFree=1068092/2055920 swapFree=4181692/4192956
[pid=27921] ppid=27919 vsize=17260 CPUtime=1.36
/proc/27921/stat : 27921 (IUT_BMB_SIM) S 27919 27921 27357 0 -1 4194304 4147 0 0 0 105 31 0 0 25 0 1 0 243651435 17674240 4129 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27921/statm: 4315 4129 105 274 0 4038 0
[pid=27923] ppid=27921 vsize=58360 CPUtime=100.87
/proc/27923/stat : 27923 (minisat) R 27921 27921 27357 0 -1 4194304 14677 0 0 0 10074 13 0 0 25 0 1 0 243651572 59760640 14427 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/27923/statm: 14590 14427 77 170 0 14418 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 75620

[startup+162.302 s]
/proc/loadavg: 1.02 1.03 1.01 2/66 27923
/proc/meminfo: memFree=1052028/2055920 swapFree=4181692/4192956
[pid=27921] ppid=27919 vsize=17260 CPUtime=1.36
/proc/27921/stat : 27921 (IUT_BMB_SIM) S 27919 27921 27357 0 -1 4194304 4147 0 0 0 105 31 0 0 25 0 1 0 243651435 17674240 4129 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27921/statm: 4315 4129 105 274 0 4038 0
[pid=27923] ppid=27921 vsize=74708 CPUtime=160.84
/proc/27923/stat : 27923 (minisat) R 27921 27921 27357 0 -1 4194304 18723 0 0 0 16066 18 0 0 25 0 1 0 243651572 76500992 18473 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/27923/statm: 18677 18473 77 170 0 18505 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 91968

[startup+222.302 s]
/proc/loadavg: 1.01 1.03 1.00 2/66 27923
/proc/meminfo: memFree=1041212/2055920 swapFree=4181692/4192956
[pid=27921] ppid=27919 vsize=17260 CPUtime=1.36
/proc/27921/stat : 27921 (IUT_BMB_SIM) S 27919 27921 27357 0 -1 4194304 4147 0 0 0 105 31 0 0 25 0 1 0 243651435 17674240 4129 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27921/statm: 4315 4129 105 274 0 4038 0
[pid=27923] ppid=27921 vsize=85340 CPUtime=220.81
/proc/27923/stat : 27923 (minisat) R 27921 27921 27357 0 -1 4194304 21377 0 0 0 22061 20 0 0 25 0 1 0 243651572 87388160 21127 1992294400 134512640 135212939 4294956320 18446744073709551615 134526797 0 0 4096 3 0 0 0 17 0 0 0
/proc/27923/statm: 21335 21127 77 170 0 21163 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 102600

[startup+282.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 27923
/proc/meminfo: memFree=1041212/2055920 swapFree=4181692/4192956
[pid=27921] ppid=27919 vsize=17260 CPUtime=1.36
/proc/27921/stat : 27921 (IUT_BMB_SIM) S 27919 27921 27357 0 -1 4194304 4147 0 0 0 105 31 0 0 25 0 1 0 243651435 17674240 4129 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27921/statm: 4315 4129 105 274 0 4038 0
[pid=27923] ppid=27921 vsize=85340 CPUtime=280.79
/proc/27923/stat : 27923 (minisat) R 27921 27921 27357 0 -1 4194304 21380 0 0 0 28059 20 0 0 25 0 1 0 243651572 87388160 21130 1992294400 134512640 135212939 4294956320 18446744073709551615 134526797 0 0 4096 3 0 0 0 17 0 0 0
/proc/27923/statm: 21335 21130 77 170 0 21163 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 102600

[startup+342.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 27923
/proc/meminfo: memFree=1041212/2055920 swapFree=4181692/4192956
[pid=27921] ppid=27919 vsize=17260 CPUtime=1.36
/proc/27921/stat : 27921 (IUT_BMB_SIM) S 27919 27921 27357 0 -1 4194304 4147 0 0 0 105 31 0 0 25 0 1 0 243651435 17674240 4129 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27921/statm: 4315 4129 105 274 0 4038 0
[pid=27923] ppid=27921 vsize=85340 CPUtime=340.76
/proc/27923/stat : 27923 (minisat) R 27921 27921 27357 0 -1 4194304 21381 0 0 0 34056 20 0 0 25 0 1 0 243651572 87388160 21131 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/27923/statm: 21335 21131 77 170 0 21163 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 102600

[startup+402.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 27923
/proc/meminfo: memFree=1041020/2055920 swapFree=4181692/4192956
[pid=27921] ppid=27919 vsize=17260 CPUtime=1.36
/proc/27921/stat : 27921 (IUT_BMB_SIM) S 27919 27921 27357 0 -1 4194304 4147 0 0 0 105 31 0 0 25 0 1 0 243651435 17674240 4129 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27921/statm: 4315 4129 105 274 0 4038 0
[pid=27923] ppid=27921 vsize=85624 CPUtime=400.74
/proc/27923/stat : 27923 (minisat) R 27921 27921 27357 0 -1 4194304 21423 0 0 0 40054 20 0 0 25 0 1 0 243651572 87678976 21173 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/27923/statm: 21406 21173 77 170 0 21234 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 102884

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27923
/proc/meminfo: memFree=1037628/2055920 swapFree=4181692/4192956
[pid=27921] ppid=27919 vsize=17260 CPUtime=1.36

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

/proc/27923/statm: 24107 23828 77 170 0 23935 0
Current children cumulated CPU time (s) 522.06
Current children cumulated vsize (KiB) 113688

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27923
/proc/meminfo: memFree=1024892/2055920 swapFree=4181692/4192956
[pid=27921] ppid=27919 vsize=17260 CPUtime=1.36
/proc/27921/stat : 27921 (IUT_BMB_SIM) S 27919 27921 27357 0 -1 4194304 4147 0 0 0 105 31 0 0 25 0 1 0 243651435 17674240 4129 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27921/statm: 4315 4129 105 274 0 4038 0
[pid=27923] ppid=27921 vsize=102008 CPUtime=580.67
/proc/27923/stat : 27923 (minisat) R 27921 27921 27357 0 -1 4194304 25440 0 0 0 58043 24 0 0 25 0 1 0 243651572 104456192 25190 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/27923/statm: 25502 25190 77 170 0 25330 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 119268

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27923
/proc/meminfo: memFree=1024828/2055920 swapFree=4181692/4192956
[pid=27921] ppid=27919 vsize=17260 CPUtime=1.36
/proc/27921/stat : 27921 (IUT_BMB_SIM) S 27919 27921 27357 0 -1 4194304 4147 0 0 0 105 31 0 0 25 0 1 0 243651435 17674240 4129 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27921/statm: 4315 4129 105 274 0 4038 0
[pid=27923] ppid=27921 vsize=102008 CPUtime=640.65
/proc/27923/stat : 27923 (minisat) R 27921 27921 27357 0 -1 4194304 25442 0 0 0 64041 24 0 0 25 0 1 0 243651572 104456192 25192 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/27923/statm: 25502 25192 77 170 0 25330 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 119268

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27923
/proc/meminfo: memFree=1024828/2055920 swapFree=4181692/4192956
[pid=27921] ppid=27919 vsize=17260 CPUtime=1.36
/proc/27921/stat : 27921 (IUT_BMB_SIM) S 27919 27921 27357 0 -1 4194304 4147 0 0 0 105 31 0 0 25 0 1 0 243651435 17674240 4129 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27921/statm: 4315 4129 105 274 0 4038 0
[pid=27923] ppid=27921 vsize=102008 CPUtime=700.62
/proc/27923/stat : 27923 (minisat) R 27921 27921 27357 0 -1 4194304 25445 0 0 0 70038 24 0 0 25 0 1 0 243651572 104456192 25195 1992294400 134512640 135212939 4294956320 18446744073709551615 134526627 0 0 4096 3 0 0 0 17 0 0 0
/proc/27923/statm: 25502 25195 77 170 0 25330 0
Current children cumulated CPU time (s) 701.98
Current children cumulated vsize (KiB) 119268

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27923
/proc/meminfo: memFree=1024764/2055920 swapFree=4181692/4192956
[pid=27921] ppid=27919 vsize=17260 CPUtime=1.36
/proc/27921/stat : 27921 (IUT_BMB_SIM) S 27919 27921 27357 0 -1 4194304 4147 0 0 0 105 31 0 0 25 0 1 0 243651435 17674240 4129 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27921/statm: 4315 4129 105 274 0 4038 0
[pid=27923] ppid=27921 vsize=102008 CPUtime=760.6
/proc/27923/stat : 27923 (minisat) R 27921 27921 27357 0 -1 4194304 25446 0 0 0 76036 24 0 0 25 0 1 0 243651572 104456192 25196 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/27923/statm: 25502 25196 77 170 0 25330 0
Current children cumulated CPU time (s) 761.96
Current children cumulated vsize (KiB) 119268

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27923
/proc/meminfo: memFree=1024700/2055920 swapFree=4181692/4192956
[pid=27921] ppid=27919 vsize=17260 CPUtime=1.36
/proc/27921/stat : 27921 (IUT_BMB_SIM) S 27919 27921 27357 0 -1 4194304 4147 0 0 0 105 31 0 0 25 0 1 0 243651435 17674240 4129 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27921/statm: 4315 4129 105 274 0 4038 0
[pid=27923] ppid=27921 vsize=102220 CPUtime=820.57
/proc/27923/stat : 27923 (minisat) R 27921 27921 27357 0 -1 4194304 25491 0 0 0 82033 24 0 0 25 0 1 0 243651572 104673280 25241 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/27923/statm: 25555 25241 77 170 0 25383 0
Current children cumulated CPU time (s) 821.93
Current children cumulated vsize (KiB) 119480

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27923
/proc/meminfo: memFree=1024380/2055920 swapFree=4181692/4192956
[pid=27921] ppid=27919 vsize=17260 CPUtime=1.36
/proc/27921/stat : 27921 (IUT_BMB_SIM) S 27919 27921 27357 0 -1 4194304 4147 0 0 0 105 31 0 0 25 0 1 0 243651435 17674240 4129 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27921/statm: 4315 4129 105 274 0 4038 0
[pid=27923] ppid=27921 vsize=102648 CPUtime=880.55
/proc/27923/stat : 27923 (minisat) R 27921 27921 27357 0 -1 4194304 25562 0 0 0 88031 24 0 0 25 0 1 0 243651572 105111552 25312 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/27923/statm: 25662 25312 77 170 0 25490 0
Current children cumulated CPU time (s) 881.91
Current children cumulated vsize (KiB) 119908

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27923
/proc/meminfo: memFree=1023868/2055920 swapFree=4181692/4192956
[pid=27921] ppid=27919 vsize=17260 CPUtime=1.36
/proc/27921/stat : 27921 (IUT_BMB_SIM) S 27919 27921 27357 0 -1 4194304 4147 0 0 0 105 31 0 0 25 0 1 0 243651435 17674240 4129 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27921/statm: 4315 4129 105 274 0 4038 0
[pid=27923] ppid=27921 vsize=103236 CPUtime=940.54
/proc/27923/stat : 27923 (minisat) R 27921 27921 27357 0 -1 4194304 25685 0 0 0 94029 25 0 0 25 0 1 0 243651572 105713664 25435 1992294400 134512640 135212939 4294956320 18446744073709551615 134526811 0 0 4096 3 0 0 0 17 0 0 0
/proc/27923/statm: 25809 25435 77 170 0 25637 0
Current children cumulated CPU time (s) 941.9
Current children cumulated vsize (KiB) 120496

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27923
/proc/meminfo: memFree=1023356/2055920 swapFree=4181692/4192956
[pid=27921] ppid=27919 vsize=17260 CPUtime=1.36
/proc/27921/stat : 27921 (IUT_BMB_SIM) S 27919 27921 27357 0 -1 4194304 4147 0 0 0 105 31 0 0 25 0 1 0 243651435 17674240 4129 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27921/statm: 4315 4129 105 274 0 4038 0
[pid=27923] ppid=27921 vsize=103828 CPUtime=1000.51
/proc/27923/stat : 27923 (minisat) R 27921 27921 27357 0 -1 4194304 25804 0 0 0 100026 25 0 0 25 0 1 0 243651572 106319872 25554 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/27923/statm: 25957 25554 77 170 0 25785 0
Current children cumulated CPU time (s) 1001.87
Current children cumulated vsize (KiB) 121088

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27923
/proc/meminfo: memFree=1020540/2055920 swapFree=4181692/4192956
[pid=27921] ppid=27919 vsize=17260 CPUtime=1.36
/proc/27921/stat : 27921 (IUT_BMB_SIM) S 27919 27921 27357 0 -1 4194304 4147 0 0 0 105 31 0 0 25 0 1 0 243651435 17674240 4129 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27921/statm: 4315 4129 105 274 0 4038 0
[pid=27923] ppid=27921 vsize=106912 CPUtime=1060.48
/proc/27923/stat : 27923 (minisat) R 27921 27921 27357 0 -1 4194304 26537 0 0 0 106022 26 0 0 25 0 1 0 243651572 109477888 26287 1992294400 134512640 135212939 4294956320 18446744073709551615 134526732 0 0 4096 3 0 0 0 17 0 0 0
/proc/27923/statm: 26728 26287 77 170 0 26556 0
Current children cumulated CPU time (s) 1061.84
Current children cumulated vsize (KiB) 124172

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27923
/proc/meminfo: memFree=1013884/2055920 swapFree=4181692/4192956
[pid=27921] ppid=27919 vsize=17260 CPUtime=1.36
/proc/27921/stat : 27921 (IUT_BMB_SIM) S 27919 27921 27357 0 -1 4194304 4147 0 0 0 105 31 0 0 25 0 1 0 243651435 17674240 4129 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27921/statm: 4315 4129 105 274 0 4038 0
[pid=27923] ppid=27921 vsize=113548 CPUtime=1120.46
/proc/27923/stat : 27923 (minisat) R 27921 27921 27357 0 -1 4194304 28203 0 0 0 112019 27 0 0 25 0 1 0 243651572 116273152 27953 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/27923/statm: 28387 27953 77 170 0 28215 0
Current children cumulated CPU time (s) 1121.82
Current children cumulated vsize (KiB) 130808

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27924
/proc/meminfo: memFree=1012476/2055920 swapFree=4181692/4192956
[pid=27921] ppid=27919 vsize=17260 CPUtime=1.36
/proc/27921/stat : 27921 (IUT_BMB_SIM) S 27919 27921 27357 0 -1 4194304 4147 0 0 0 105 31 0 0 25 0 1 0 243651435 17674240 4129 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27921/statm: 4315 4129 105 274 0 4038 0
[pid=27923] ppid=27921 vsize=114824 CPUtime=1180.43
/proc/27923/stat : 27923 (minisat) R 27921 27921 27357 0 -1 4194304 28485 0 0 0 118016 27 0 0 25 0 1 0 243651572 117579776 28235 1992294400 134512640 135212939 4294956320 18446744073709551615 134526750 0 0 4096 3 0 0 0 17 0 0 0
/proc/27923/statm: 28706 28235 77 170 0 28534 0
Current children cumulated CPU time (s) 1181.79
Current children cumulated vsize (KiB) 132084



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27925
/proc/meminfo: memFree=1012156/2055920 swapFree=4181692/4192956
[pid=27921] ppid=27919 vsize=17260 CPUtime=1.36
/proc/27921/stat : 27921 (IUT_BMB_SIM) S 27919 27921 27357 0 -1 4194304 4147 0 0 0 105 31 0 0 25 0 1 0 243651435 17674240 4129 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27921/statm: 4315 4129 105 274 0 4038 0
[pid=27923] ppid=27921 vsize=115108 CPUtime=1198.73
/proc/27923/stat : 27923 (minisat) R 27921 27921 27357 0 -1 4194304 28559 0 0 0 119845 28 0 0 25 0 1 0 243651572 117870592 28309 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/27923/statm: 28777 28309 77 170 0 28605 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 132368

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 27921 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=55839
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=319951
# CPU time returned by wait4() is 1.37579
# while last known CPU time is 1200.09
#
# 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.09
CPU user time (s): 1199.5
CPU system time (s): 0.59
CPU usage (%): 99.9562
Max. virtual memory (cumulated for all children) (KiB): 132368

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

runsolver used 1.40279 second user time and 3.00454 second system time

The end

Launcher Data

Begin job on node90 at 2009-05-12 21:23:44
IDJOB=1807269
IDBENCH=71410
IDSOLVER=650
FILE ID=node90/1807269-1242156224
PBS_JOBID= 9289636
Free space on /tmp= 66260 MiB

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

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

MD5SUM BENCH= 3e5b6d8ea2e7f58efa9d9a4dc4048be5
RANDOM SEED=1592836756

node90.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.238
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.238
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1143540 kB
Buffers:         72240 kB
Cached:         751992 kB
SwapCached:       5436 kB
Active:          31044 kB
Inactive:       802172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1143540 kB
SwapTotal:     4192956 kB
SwapFree:      4181692 kB
Dirty:            3152 kB
Writeback:           0 kB
Mapped:          15036 kB
Slab:            65100 kB
Committed_AS:   805576 kB
PageTables:       1428 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= 66260 MiB
End job on node90 at 2009-05-12 21:43:46