Trace number 1797483

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.06 1200.42

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-16.cnf
MD5SUM65057bcebbeecf6a7f3bc3fcfb2de009
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark417.869
Satisfiable
(Un)Satisfiability was proved
Number of variables52382
Number of clauses182485
Sum of the clauses size472601
Maximum clause length131
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 285834
Number of clauses of size 387884
Number of clauses of size 47609
Number of clauses of size 5700
Number of clauses of size over 5457

Solver Data

0.00/0.00	c IUT_BMB_SIM version 1.0
3.08/3.18	This is MiniSat 2.0 beta
3.08/3.18	WARNING: for repeatability, setting FPU to use double precision
3.08/3.18	============================[ Problem Statistics ]=============================
3.08/3.18	|                                                                             |
3.08/3.18	|  Number of variables:  52382                                                |
3.08/3.18	|  Number of clauses:    181871                                               |
3.28/3.39	|  Parsing time:         0.19         s                                       |
3.28/3.39	============================[ Search Statistics ]==============================
3.28/3.39	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.28/3.39	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.28/3.39	===============================================================================
3.28/3.39	|         0 |   52380   181213   469603 |    60404        0    nan |  0.000 % |
3.36/3.49	|       101 |   52380   181213   469603 |    66444      101     22 |  0.000 % |
3.56/3.61	|       253 |   52363   181213   469603 |    73089      252     61 |  9.555 % |
3.76/3.84	|       478 |   47374   157573   409533 |    80398      475     60 |  9.557 % |
4.06/4.15	|       815 |   47372   157563   409507 |    88437      811     69 |  9.561 % |
4.97/5.08	|      1322 |   47354   157563   409507 |    97281     1317    187 |  9.784 % |
6.97/7.06	|      2084 |   47255   156916   407832 |   107009     2079    142 |  9.784 % |
9.17/9.23	|      3223 |   47253   156910   407816 |   117710     3217    142 |  9.788 % |
10.27/10.31	|      4931 |   46685   154682   402100 |   129482     4512    142 | 10.880 % |
14.17/14.23	|      7493 |   46685   154682   402100 |   142430     7074    139 | 10.880 % |
19.76/19.88	|     11337 |   46673   154637   401988 |   156673    10911    126 | 10.899 % |
23.55/23.67	|     17105 |   46670   154626   401962 |   172340    16678    150 | 10.901 % |
34.86/34.90	|     25754 |   46663   154598   401892 |   189574    25320    168 | 10.914 % |
53.35/53.42	|     38728 |   46657   154574   401832 |   208532    38288    188 | 10.926 % |
80.14/80.25	|     58191 |   46654   154562   401802 |   229385    57748    213 | 10.932 % |
131.04/131.13	|     87383 |   46653   154558   401792 |   252323    86937    225 | 10.938 % |
242.80/242.96	|    131172 |   46621   154468   401559 |   277556   130716    257 | 10.997 % |
441.75/441.94	|    196857 |   46619   154464   401549 |   305311   196400    260 | 10.998 % |
870.64/870.92	|    295384 |   46618   154460   401539 |   335843   294926    285 | 11.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-1797483-1242073176/watcher-1797483-1242073176 -o /tmp/evaluation-result-1797483-1242073176/solver-1797483-1242073176 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1797483-1242073176.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.02 1.02 1.23 3/64 16558
/proc/meminfo: memFree=731644/2055920 swapFree=4181692/4192956
[pid=16558] ppid=16556 vsize=3424 CPUtime=0
/proc/16558/stat : 16558 (IUT_BMB_SIM) R 16556 16558 16487 0 -1 4194304 151 0 0 0 0 0 0 0 20 0 1 0 235346726 3506176 134 1992294400 134512640 135635349 4294956224 18446744073709551615 134533673 0 0 4096 0 0 0 0 17 1 0 0
/proc/16558/statm: 856 134 90 274 0 579 0

[startup+0.0794059 s]
/proc/loadavg: 1.02 1.02 1.23 3/64 16558
/proc/meminfo: memFree=731644/2055920 swapFree=4181692/4192956
[pid=16558] ppid=16556 vsize=10700 CPUtime=0.06
/proc/16558/stat : 16558 (IUT_BMB_SIM) R 16556 16558 16487 0 -1 4194304 2500 0 0 0 6 0 0 0 20 0 1 0 235346726 10956800 2483 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 1 0 0
/proc/16558/statm: 2675 2483 97 274 0 2398 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10700

[startup+0.101407 s]
/proc/loadavg: 1.02 1.02 1.23 3/64 16558
/proc/meminfo: memFree=731644/2055920 swapFree=4181692/4192956
[pid=16558] ppid=16556 vsize=10964 CPUtime=0.09
/proc/16558/stat : 16558 (IUT_BMB_SIM) R 16556 16558 16487 0 -1 4194304 2576 0 0 0 9 0 0 0 20 0 1 0 235346726 11227136 2559 1992294400 134512640 135635349 4294956224 18446744073709551615 135132414 0 0 4096 0 0 0 0 17 1 0 0
/proc/16558/statm: 2741 2559 97 274 0 2464 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10964

[startup+0.301428 s]
/proc/loadavg: 1.02 1.02 1.23 3/64 16558
/proc/meminfo: memFree=731644/2055920 swapFree=4181692/4192956
[pid=16558] ppid=16556 vsize=13604 CPUtime=0.29
/proc/16558/stat : 16558 (IUT_BMB_SIM) R 16556 16558 16487 0 -1 4194304 3226 0 0 0 28 1 0 0 22 0 1 0 235346726 13930496 3209 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 1 0 0
/proc/16558/statm: 3401 3209 97 274 0 3124 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13604

[startup+0.701469 s]
/proc/loadavg: 1.02 1.02 1.23 3/64 16558
/proc/meminfo: memFree=731644/2055920 swapFree=4181692/4192956
[pid=16558] ppid=16556 vsize=18488 CPUtime=0.69
/proc/16558/stat : 16558 (IUT_BMB_SIM) R 16556 16558 16487 0 -1 4194304 4445 0 0 0 68 1 0 0 25 0 1 0 235346726 18931712 4428 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 1 0 0
/proc/16558/statm: 4622 4428 97 274 0 4345 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18488

[startup+1.50155 s]
/proc/loadavg: 1.02 1.02 1.23 2/65 16559
/proc/meminfo: memFree=710772/2055920 swapFree=4181692/4192956
[pid=16558] ppid=16556 vsize=32924 CPUtime=1.49
/proc/16558/stat : 16558 (IUT_BMB_SIM) R 16556 16558 16487 0 -1 4194304 8119 0 0 0 146 3 0 0 25 0 1 0 235346726 33714176 8005 1992294400 134512640 135635349 4294956224 18446744073709551615 134528934 0 0 4096 0 0 0 0 17 1 0 0
/proc/16558/statm: 8231 8005 97 274 0 7954 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 32924

[startup+3.10172 s]
/proc/loadavg: 1.02 1.02 1.23 2/65 16559
/proc/meminfo: memFree=698548/2055920 swapFree=4181692/4192956
[pid=16558] ppid=16556 vsize=32408 CPUtime=3.08
/proc/16558/stat : 16558 (IUT_BMB_SIM) R 16556 16558 16487 0 -1 4194304 8126 0 0 0 207 101 0 0 25 0 1 0 235346726 33185792 7923 1992294400 134512640 135635349 4294956224 18446744073709551615 135132510 0 0 4096 0 0 0 0 17 1 0 0
/proc/16558/statm: 8102 7923 100 274 0 7825 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 32408

[startup+6.30104 s]
/proc/loadavg: 1.10 1.03 1.24 2/66 16560
/proc/meminfo: memFree=684012/2055920 swapFree=4181692/4192956
[pid=16558] ppid=16556 vsize=32408 CPUtime=3.16
/proc/16558/stat : 16558 (IUT_BMB_SIM) S 16556 16558 16487 0 -1 4194304 8132 0 0 0 210 106 0 0 25 0 1 0 235346726 33185792 7928 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/16558/statm: 8102 7928 105 274 0 7825 0
[pid=16560] ppid=16558 vsize=14132 CPUtime=3.11
/proc/16560/stat : 16560 (minisat) R 16558 16558 16487 0 -1 4194304 3479 0 0 0 309 2 0 0 25 0 1 0 235347043 14471168 3229 1992294400 134512640 135212939 4294956320 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 1 0 0
/proc/16560/statm: 3533 3229 77 170 0 3361 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 46540

[startup+12.7017 s]
/proc/loadavg: 1.25 1.06 1.25 2/66 16560
/proc/meminfo: memFree=681836/2055920 swapFree=4181692/4192956
[pid=16558] ppid=16556 vsize=32408 CPUtime=3.16
/proc/16558/stat : 16558 (IUT_BMB_SIM) S 16556 16558 16487 0 -1 4194304 8132 0 0 0 210 106 0 0 25 0 1 0 235346726 33185792 7928 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/16558/statm: 8102 7928 105 274 0 7825 0
[pid=16560] ppid=16558 vsize=16508 CPUtime=9.51
/proc/16560/stat : 16560 (minisat) R 16558 16558 16487 0 -1 4194304 4056 0 0 0 949 2 0 0 25 0 1 0 235347043 16904192 3806 1992294400 134512640 135212939 4294956320 18446744073709551615 134526750 0 0 4096 3 0 0 0 17 1 0 0
/proc/16560/statm: 4127 3806 77 170 0 3955 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 48916

[startup+25.505 s]
/proc/loadavg: 1.34 1.09 1.25 2/66 16560
/proc/meminfo: memFree=674476/2055920 swapFree=4181692/4192956
[pid=16558] ppid=16556 vsize=32408 CPUtime=3.16
/proc/16558/stat : 16558 (IUT_BMB_SIM) S 16556 16558 16487 0 -1 4194304 8132 0 0 0 210 106 0 0 25 0 1 0 235346726 33185792 7928 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/16558/statm: 8102 7928 105 274 0 7825 0
[pid=16560] ppid=16558 vsize=23860 CPUtime=22.3
/proc/16560/stat : 16560 (minisat) R 16558 16558 16487 0 -1 4194304 5910 0 0 0 2227 3 0 0 25 0 1 0 235347043 24432640 5660 1992294400 134512640 135212939 4294956320 18446744073709551615 134526857 0 0 4096 3 0 0 0 17 1 0 0
/proc/16560/statm: 5965 5660 77 170 0 5793 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 56268

[startup+51.1027 s]
/proc/loadavg: 1.22 1.08 1.25 2/66 16560
/proc/meminfo: memFree=657388/2055920 swapFree=4181692/4192956
[pid=16558] ppid=16556 vsize=32408 CPUtime=3.16
/proc/16558/stat : 16558 (IUT_BMB_SIM) S 16556 16558 16487 0 -1 4194304 8132 0 0 0 210 106 0 0 25 0 1 0 235346726 33185792 7928 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/16558/statm: 8102 7928 105 274 0 7825 0
[pid=16560] ppid=16558 vsize=41324 CPUtime=47.89
/proc/16560/stat : 16560 (minisat) R 16558 16558 16487 0 -1 4194304 10282 0 0 0 4782 7 0 0 25 0 1 0 235347043 42315776 10032 1992294400 134512640 135212939 4294956320 18446744073709551615 134526633 0 0 4096 3 0 0 0 17 1 0 0
/proc/16560/statm: 10331 10032 77 170 0 10159 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 73732

[startup+102.303 s]
/proc/loadavg: 1.09 1.07 1.23 2/66 16560
/proc/meminfo: memFree=626156/2055920 swapFree=4181692/4192956
[pid=16558] ppid=16556 vsize=32408 CPUtime=3.16
/proc/16558/stat : 16558 (IUT_BMB_SIM) S 16556 16558 16487 0 -1 4194304 8132 0 0 0 210 106 0 0 25 0 1 0 235346726 33185792 7928 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/16558/statm: 8102 7928 105 274 0 7825 0
[pid=16560] ppid=16558 vsize=73156 CPUtime=99.07
/proc/16560/stat : 16560 (minisat) R 16558 16558 16487 0 -1 4194304 18212 0 0 0 9891 16 0 0 25 0 1 0 235347043 74911744 17962 1992294400 134512640 135212939 4294956320 18446744073709551615 134529346 0 0 4096 3 0 0 0 17 1 0 0
/proc/16560/statm: 18289 17963 77 170 0 18117 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 105564

[startup+162.302 s]
/proc/loadavg: 1.03 1.05 1.21 2/66 16560
/proc/meminfo: memFree=598508/2055920 swapFree=4181692/4192956
[pid=16558] ppid=16556 vsize=32408 CPUtime=3.16
/proc/16558/stat : 16558 (IUT_BMB_SIM) S 16556 16558 16487 0 -1 4194304 8132 0 0 0 210 106 0 0 25 0 1 0 235346726 33185792 7928 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/16558/statm: 8102 7928 105 274 0 7825 0
[pid=16560] ppid=16558 vsize=100444 CPUtime=159.06
/proc/16560/stat : 16560 (minisat) R 16558 16558 16487 0 -1 4194304 24971 0 0 0 15883 23 0 0 25 0 1 0 235347043 102854656 24721 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/16560/statm: 25111 24721 77 170 0 24939 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 132852

[startup+222.301 s]
/proc/loadavg: 1.01 1.04 1.20 2/66 16560
/proc/meminfo: memFree=557996/2055920 swapFree=4181692/4192956
[pid=16558] ppid=16556 vsize=32408 CPUtime=3.16
/proc/16558/stat : 16558 (IUT_BMB_SIM) S 16556 16558 16487 0 -1 4194304 8132 0 0 0 210 106 0 0 25 0 1 0 235346726 33185792 7928 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/16558/statm: 8102 7928 105 274 0 7825 0
[pid=16560] ppid=16558 vsize=140500 CPUtime=219.04
/proc/16560/stat : 16560 (minisat) R 16558 16558 16487 0 -1 4194304 35025 0 0 0 21872 32 0 0 25 0 1 0 235347043 143872000 34775 1992294400 134512640 135212939 4294956320 18446744073709551615 134536259 0 0 4096 3 0 0 0 17 1 0 0
/proc/16560/statm: 35125 34775 77 170 0 34953 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 172908

[startup+282.302 s]
/proc/loadavg: 1.00 1.03 1.18 2/66 16560
/proc/meminfo: memFree=531244/2055920 swapFree=4181692/4192956
[pid=16558] ppid=16556 vsize=32408 CPUtime=3.16
/proc/16558/stat : 16558 (IUT_BMB_SIM) S 16556 16558 16487 0 -1 4194304 8132 0 0 0 210 106 0 0 25 0 1 0 235346726 33185792 7928 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/16558/statm: 8102 7928 105 274 0 7825 0
[pid=16560] ppid=16558 vsize=167772 CPUtime=279.03
/proc/16560/stat : 16560 (minisat) R 16558 16558 16487 0 -1 4194304 41772 0 0 0 27865 38 0 0 25 0 1 0 235347043 171798528 41522 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/16560/statm: 41943 41522 77 170 0 41771 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 200180

[startup+342.306 s]
/proc/loadavg: 1.00 1.02 1.17 2/66 16560
/proc/meminfo: memFree=504492/2055920 swapFree=4181692/4192956
[pid=16558] ppid=16556 vsize=32408 CPUtime=3.16
/proc/16558/stat : 16558 (IUT_BMB_SIM) S 16556 16558 16487 0 -1 4194304 8132 0 0 0 210 106 0 0 25 0 1 0 235346726 33185792 7928 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/16558/statm: 8102 7928 105 274 0 7825 0
[pid=16560] ppid=16558 vsize=194172 CPUtime=339.02
/proc/16560/stat : 16560 (minisat) R 16558 16558 16487 0 -1 4194304 48383 0 0 0 33858 44 0 0 25 0 1 0 235347043 198832128 48133 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/16560/statm: 48543 48133 77 170 0 48371 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 226580

[startup+402.302 s]
/proc/loadavg: 1.00 1.02 1.16 2/66 16560
/proc/meminfo: memFree=485868/2055920 swapFree=4181692/4192956
[pid=16558] ppid=16556 vsize=32408 CPUtime=3.16
/proc/16558/stat : 16558 (IUT_BMB_SIM) S 16556 16558 16487 0 -1 4194304 8132 0 0 0 210 106 0 0 25 0 1 0 235346726 33185792 7928 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/16558/statm: 8102 7928 105 274 0 7825 0
[pid=16560] ppid=16558 vsize=212844 CPUtime=399
/proc/16560/stat : 16560 (minisat) R 16558 16558 16487 0 -1 4194304 53063 0 0 0 39851 49 0 0 25 0 1 0 235347043 217952256 52813 1992294400 134512640 135212939 4294956320 18446744073709551615 134527043 0 0 4096 3 0 0 0 17 1 0 0
/proc/16560/statm: 53211 52813 77 170 0 53039 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 245252

[startup+462.301 s]
/proc/loadavg: 1.00 1.01 1.14 2/66 16560
/proc/meminfo: memFree=470892/2055920 swapFree=4181692/4192956
[pid=16558] ppid=16556 vsize=32408 CPUtime=3.16
/proc/16558/stat : 16558 (IUT_BMB_SIM) S 16556 16558 16487 0 -1 4194304 8132 0 0 0 210 106 0 0 25 0 1 0 235346726 33185792 7928 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/16558/statm: 8102 7928 105 274 0 7825 0
[pid=16560] ppid=16558 vsize=227764 CPUtime=458.98

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

/proc/16560/statm: 62154 61638 77 170 0 61982 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 281024

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.12 2/66 16560
/proc/meminfo: memFree=430188/2055920 swapFree=4181692/4192956
[pid=16558] ppid=16556 vsize=32408 CPUtime=3.16
/proc/16558/stat : 16558 (IUT_BMB_SIM) S 16556 16558 16487 0 -1 4194304 8132 0 0 0 210 106 0 0 25 0 1 0 235346726 33185792 7928 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/16558/statm: 8102 7928 105 274 0 7825 0
[pid=16560] ppid=16558 vsize=268700 CPUtime=578.96
/proc/16560/stat : 16560 (minisat) R 16558 16558 16487 0 -1 4194304 66930 0 0 0 57834 62 0 0 25 0 1 0 235347043 275148800 66680 1992294400 134512640 135212939 4294956320 18446744073709551615 134529346 0 0 4096 3 0 0 0 17 1 0 0
/proc/16560/statm: 67175 66680 77 170 0 67003 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 301108

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.11 2/66 16560
/proc/meminfo: memFree=408684/2055920 swapFree=4181692/4192956
[pid=16558] ppid=16556 vsize=32408 CPUtime=3.16
/proc/16558/stat : 16558 (IUT_BMB_SIM) S 16556 16558 16487 0 -1 4194304 8132 0 0 0 210 106 0 0 25 0 1 0 235346726 33185792 7928 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/16558/statm: 8102 7928 105 274 0 7825 0
[pid=16560] ppid=16558 vsize=290180 CPUtime=638.93
/proc/16560/stat : 16560 (minisat) R 16558 16558 16487 0 -1 4194304 72327 0 0 0 63827 66 0 0 25 0 1 0 235347043 297144320 72077 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/16560/statm: 72545 72077 77 170 0 72373 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 322588

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.10 2/66 16560
/proc/meminfo: memFree=389932/2055920 swapFree=4181692/4192956
[pid=16558] ppid=16556 vsize=32408 CPUtime=3.16
/proc/16558/stat : 16558 (IUT_BMB_SIM) S 16556 16558 16487 0 -1 4194304 8132 0 0 0 210 106 0 0 25 0 1 0 235346726 33185792 7928 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/16558/statm: 8102 7928 105 274 0 7825 0
[pid=16560] ppid=16558 vsize=308908 CPUtime=698.92
/proc/16560/stat : 16560 (minisat) R 16558 16558 16487 0 -1 4194304 76984 0 0 0 69822 70 0 0 25 0 1 0 235347043 316321792 76734 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/16560/statm: 77227 76734 77 170 0 77055 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 341316

[startup+762.301 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 16560
/proc/meminfo: memFree=373484/2055920 swapFree=4181692/4192956
[pid=16558] ppid=16556 vsize=32408 CPUtime=3.16
/proc/16558/stat : 16558 (IUT_BMB_SIM) S 16556 16558 16487 0 -1 4194304 8132 0 0 0 210 106 0 0 25 0 1 0 235346726 33185792 7928 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/16558/statm: 8102 7928 105 274 0 7825 0
[pid=16560] ppid=16558 vsize=325444 CPUtime=758.9
/proc/16560/stat : 16560 (minisat) R 16558 16558 16487 0 -1 4194304 81108 0 0 0 75816 74 0 0 25 0 1 0 235347043 333254656 80858 1992294400 134512640 135212939 4294956320 18446744073709551615 134529346 0 0 4096 3 0 0 0 17 1 0 0
/proc/16560/statm: 81361 80858 77 170 0 81189 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 357852

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 16560
/proc/meminfo: memFree=354668/2055920 swapFree=4181692/4192956
[pid=16558] ppid=16556 vsize=32408 CPUtime=3.16
/proc/16558/stat : 16558 (IUT_BMB_SIM) S 16556 16558 16487 0 -1 4194304 8132 0 0 0 210 106 0 0 25 0 1 0 235346726 33185792 7928 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/16558/statm: 8102 7928 105 274 0 7825 0
[pid=16560] ppid=16558 vsize=344196 CPUtime=818.9
/proc/16560/stat : 16560 (minisat) R 16558 16558 16487 0 -1 4194304 85781 0 0 0 81811 79 0 0 25 0 1 0 235347043 352456704 85531 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/16560/statm: 86049 85531 77 170 0 85877 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 376604

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 16560
/proc/meminfo: memFree=341932/2055920 swapFree=4181692/4192956
[pid=16558] ppid=16556 vsize=32408 CPUtime=3.16
/proc/16558/stat : 16558 (IUT_BMB_SIM) S 16556 16558 16487 0 -1 4194304 8132 0 0 0 210 106 0 0 25 0 1 0 235346726 33185792 7928 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/16558/statm: 8102 7928 105 274 0 7825 0
[pid=16560] ppid=16558 vsize=356604 CPUtime=878.88
/proc/16560/stat : 16560 (minisat) R 16558 16558 16487 0 -1 4194304 88921 0 0 0 87806 82 0 0 25 0 1 0 235347043 365162496 88671 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/16560/statm: 89151 88671 77 170 0 88979 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 389012

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 16560
/proc/meminfo: memFree=326060/2055920 swapFree=4181692/4192956
[pid=16558] ppid=16556 vsize=32408 CPUtime=3.16
/proc/16558/stat : 16558 (IUT_BMB_SIM) S 16556 16558 16487 0 -1 4194304 8132 0 0 0 210 106 0 0 25 0 1 0 235346726 33185792 7928 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/16558/statm: 8102 7928 105 274 0 7825 0
[pid=16560] ppid=16558 vsize=372764 CPUtime=938.87
/proc/16560/stat : 16560 (minisat) R 16558 16558 16487 0 -1 4194304 92935 0 0 0 93801 86 0 0 25 0 1 0 235347043 381710336 92685 1992294400 134512640 135212939 4294956320 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 1 0 0
/proc/16560/statm: 93191 92685 77 170 0 93019 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 405172

[startup+1002.31 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 16560
/proc/meminfo: memFree=313452/2055920 swapFree=4181692/4192956
[pid=16558] ppid=16556 vsize=32408 CPUtime=3.16
/proc/16558/stat : 16558 (IUT_BMB_SIM) S 16556 16558 16487 0 -1 4194304 8132 0 0 0 210 106 0 0 25 0 1 0 235346726 33185792 7928 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/16558/statm: 8102 7928 105 274 0 7825 0
[pid=16560] ppid=16558 vsize=385956 CPUtime=998.85
/proc/16560/stat : 16560 (minisat) R 16558 16558 16487 0 -1 4194304 96053 0 0 0 99796 89 0 0 25 0 1 0 235347043 395218944 95803 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/16560/statm: 96489 95803 77 170 0 96317 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 418364

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 16560
/proc/meminfo: memFree=297644/2055920 swapFree=4181692/4192956
[pid=16558] ppid=16556 vsize=32408 CPUtime=3.16
/proc/16558/stat : 16558 (IUT_BMB_SIM) S 16556 16558 16487 0 -1 4194304 8132 0 0 0 210 106 0 0 25 0 1 0 235346726 33185792 7928 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/16558/statm: 8102 7928 105 274 0 7825 0
[pid=16560] ppid=16558 vsize=401740 CPUtime=1058.83
/proc/16560/stat : 16560 (minisat) R 16558 16558 16487 0 -1 4194304 99995 0 0 0 105790 93 0 0 25 0 1 0 235347043 411381760 99745 1992294400 134512640 135212939 4294956320 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 1 0 0
/proc/16560/statm: 100435 99745 77 170 0 100263 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 434148

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.05 2/66 16560
/proc/meminfo: memFree=288364/2055920 swapFree=4181692/4192956
[pid=16558] ppid=16556 vsize=32408 CPUtime=3.16
/proc/16558/stat : 16558 (IUT_BMB_SIM) S 16556 16558 16487 0 -1 4194304 8132 0 0 0 210 106 0 0 25 0 1 0 235346726 33185792 7928 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/16558/statm: 8102 7928 105 274 0 7825 0
[pid=16560] ppid=16558 vsize=410956 CPUtime=1118.82
/proc/16560/stat : 16560 (minisat) R 16558 16558 16487 0 -1 4194304 102308 0 0 0 111786 96 0 0 25 0 1 0 235347043 420818944 102058 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/16560/statm: 102739 102058 77 170 0 102567 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 443364

[startup+1182.3 s]
/proc/loadavg: 1.05 1.01 1.05 2/66 16560
/proc/meminfo: memFree=277932/2055920 swapFree=4181692/4192956
[pid=16558] ppid=16556 vsize=32408 CPUtime=3.16
/proc/16558/stat : 16558 (IUT_BMB_SIM) S 16556 16558 16487 0 -1 4194304 8132 0 0 0 210 106 0 0 25 0 1 0 235346726 33185792 7928 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/16558/statm: 8102 7928 105 274 0 7825 0
[pid=16560] ppid=16558 vsize=421636 CPUtime=1178.8
/proc/16560/stat : 16560 (minisat) R 16558 16558 16487 0 -1 4194304 104953 0 0 0 117782 98 0 0 25 0 1 0 235347043 431755264 104703 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/16560/statm: 105409 104703 77 170 0 105237 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 454044



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.04 1.01 1.05 2/66 16560
/proc/meminfo: memFree=273836/2055920 swapFree=4181692/4192956
[pid=16558] ppid=16556 vsize=32408 CPUtime=3.16
/proc/16558/stat : 16558 (IUT_BMB_SIM) S 16556 16558 16487 0 -1 4194304 8132 0 0 0 210 106 0 0 25 0 1 0 235346726 33185792 7928 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/16558/statm: 8102 7928 105 274 0 7825 0
[pid=16560] ppid=16558 vsize=425464 CPUtime=1196.9
/proc/16560/stat : 16560 (minisat) R 16558 16558 16487 0 -1 4194304 105920 0 0 0 119591 99 0 0 25 0 1 0 235347043 435675136 105670 1992294400 134512640 135212939 4294956320 18446744073709551615 134526661 0 0 4096 3 0 0 0 17 1 0 0
/proc/16560/statm: 106366 105670 77 170 0 106194 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 457872

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 16558 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=102680
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=72836
# CPU time returned by wait4() is 3.17552
# while last known CPU time is 1200.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.42
CPU time (s): 1200.06
CPU user time (s): 1198.01
CPU system time (s): 2.05
CPU usage (%): 99.9703
Max. virtual memory (cumulated for all children) (KiB): 457872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.10268
system time used= 1.07284
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8132
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 6

runsolver used 1.37479 second user time and 3.2785 second system time

The end

Launcher Data

Begin job on node90 at 2009-05-11 22:19:37
IDJOB=1797483
IDBENCH=20398
IDSOLVER=650
FILE ID=node90/1797483-1242073176
PBS_JOBID= 9277664
Free space on /tmp= 66284 MiB

SOLVER NAME= IUT_BMB_SIM 1.0
BENCH NAME= SAT07/industrial/fuhs/medium/AProVE07-16.cnf
COMMAND LINE= IUT_BMB_SIM BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797483-1242073176/watcher-1797483-1242073176 -o /tmp/evaluation-result-1797483-1242073176/solver-1797483-1242073176 -C 1200 -W 1800 -M 1800  IUT_BMB_SIM HOME/instance-1797483-1242073176.cnf HOME

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

MD5SUM BENCH= 65057bcebbeecf6a7f3bc3fcfb2de009
RANDOM SEED=841194972

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:        732124 kB
Buffers:         86928 kB
Cached:        1123636 kB
SwapCached:       5480 kB
Active:         299744 kB
Inactive:       919776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        732124 kB
SwapTotal:     4192956 kB
SwapFree:      4181692 kB
Dirty:            5356 kB
Writeback:           0 kB
Mapped:          15016 kB
Slab:            90268 kB
Committed_AS:   696052 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= 66280 MiB
End job on node90 at 2009-05-11 22:39:39