Trace number 1797717

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.05 1200.61

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_09_UNSAT.cnf
MD5SUM3cd74d1813a4408b4123afc23df07d7d
Bench CategoryAPPLICATION (applications 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 variables1910
Number of clauses167931
Sum of the clauses size500698
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23312
Number of clauses of size 3164588
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 531

Solver Data

0.00/0.00	c IUT_BMB_SIM version 1.0
1.29/1.31	This is MiniSat 2.0 beta
1.29/1.31	WARNING: for repeatability, setting FPU to use double precision
1.29/1.31	============================[ Problem Statistics ]=============================
1.29/1.31	|                                                                             |
1.29/1.31	|  Number of variables:  1910                                                 |
1.29/1.31	|  Number of clauses:    167931                                               |
1.29/1.38	|  Parsing time:         0.07         s                                       |
1.29/1.39	============================[ Search Statistics ]==============================
1.29/1.39	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.29/1.39	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.29/1.39	===============================================================================
1.29/1.39	|         0 |    1910   167749   500243 |    55916        0    nan |  0.000 % |
1.29/1.40	|       103 |    1910   167749   500243 |    61507      103     39 |  0.000 % |
1.30/1.41	|       253 |    1910   167749   500243 |    67658      253     35 |  0.000 % |
1.30/1.44	|       479 |    1910   167749   500243 |    74424      479     48 |  0.000 % |
1.30/1.48	|       817 |    1910   167749   500243 |    81867      817     47 |  0.000 % |
1.30/1.61	|      1325 |    1910   167749   500243 |    90053     1325     48 |  0.000 % |
1.30/1.80	|      2086 |    1910   167749   500243 |    99059     2086     50 |  0.000 % |
1.30/2.07	|      3225 |    1910   167749   500243 |   108965     3225     51 |  0.000 % |
2.28/2.37	|      4934 |    1910   167749   500243 |   119861     4934     53 |  0.000 % |
3.18/3.29	|      7497 |    1910   167749   500243 |   131847     7497     52 |  0.000 % |
4.87/4.95	|     11341 |    1910   167749   500243 |   145032    11341     52 |  0.000 % |
7.68/7.76	|     17107 |    1910   167749   500243 |   159535    17107     51 |  0.000 % |
13.17/13.25	|     25757 |    1910   167749   500243 |   175489    25757     51 |  0.000 % |
20.87/21.00	|     38733 |    1910   167749   500243 |   193038    38733     50 |  0.000 % |
48.45/48.52	|     58196 |    1910   167749   500243 |   212342    58196     47 |  0.000 % |
92.64/92.79	|     87388 |    1910   167749   500243 |   233576    87388     51 |  0.000 % |
222.88/223.08	|    131177 |    1910   167749   500243 |   256934   131177     51 |  0.000 % |
479.66/479.93	|    196862 |    1910   167749   500243 |   282627   196862     52 |  0.000 % |
961.63/962.17	|    295389 |    1910   167749   500243 |   310890    32982     52 |  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-1797717-1242088267/watcher-1797717-1242088267 -o /tmp/evaluation-result-1797717-1242088267/solver-1797717-1242088267 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1797717-1242088267.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.91 0.95 0.98 3/64 4361
/proc/meminfo: memFree=1057408/2055920 swapFree=4164052/4192956
[pid=4361] ppid=4359 vsize=3252 CPUtime=0
/proc/4361/stat : 4361 (IUT_BMB_SIM) R 4359 4361 4296 0 -1 4194304 190 0 0 0 0 0 0 0 18 0 1 0 236854737 3330048 173 1992294400 134512640 135635349 4294956224 18446744073709551615 134533673 0 0 4096 0 0 0 0 17 0 0 0
/proc/4361/statm: 813 174 90 274 0 536 0

[startup+0.0779739 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 4361
/proc/meminfo: memFree=1057408/2055920 swapFree=4164052/4192956
[pid=4361] ppid=4359 vsize=4864 CPUtime=0.07
/proc/4361/stat : 4361 (IUT_BMB_SIM) R 4359 4361 4296 0 -1 4194304 1025 0 0 0 7 0 0 0 18 0 1 0 236854737 4980736 1008 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/4361/statm: 1216 1008 97 274 0 939 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 4864

[startup+0.101975 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 4361
/proc/meminfo: memFree=1057408/2055920 swapFree=4164052/4192956
[pid=4361] ppid=4359 vsize=5260 CPUtime=0.09
/proc/4361/stat : 4361 (IUT_BMB_SIM) R 4359 4361 4296 0 -1 4194304 1129 0 0 0 9 0 0 0 18 0 1 0 236854737 5386240 1112 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/4361/statm: 1315 1112 97 274 0 1038 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5260

[startup+0.301993 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 4361
/proc/meminfo: memFree=1057408/2055920 swapFree=4164052/4192956
[pid=4361] ppid=4359 vsize=8560 CPUtime=0.29
/proc/4361/stat : 4361 (IUT_BMB_SIM) R 4359 4361 4296 0 -1 4194304 1955 0 0 0 29 0 0 0 20 0 1 0 236854737 8765440 1938 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/4361/statm: 2140 1938 97 274 0 1863 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8560

[startup+0.701028 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 4361
/proc/meminfo: memFree=1057408/2055920 swapFree=4164052/4192956
[pid=4361] ppid=4359 vsize=11448 CPUtime=0.69
/proc/4361/stat : 4361 (IUT_BMB_SIM) R 4359 4361 4296 0 -1 4194304 2676 0 0 0 52 17 0 0 24 0 1 0 236854737 11722752 2659 1992294400 134512640 135635349 4294956224 18446744073709551615 135132510 0 0 4096 0 0 0 0 17 0 0 0
/proc/4361/statm: 2862 2659 100 274 0 2585 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 11448

[startup+1.50111 s]
/proc/loadavg: 0.91 0.95 0.98 2/65 4362
/proc/meminfo: memFree=1045432/2055920 swapFree=4164052/4192956
[pid=4361] ppid=4359 vsize=11448 CPUtime=1.3
/proc/4361/stat : 4361 (IUT_BMB_SIM) S 4359 4361 4296 0 -1 4194304 2682 0 0 0 72 58 0 0 25 0 1 0 236854737 11722752 2664 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4361/statm: 2862 2664 105 274 0 2585 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 11448

[startup+3.10125 s]
/proc/loadavg: 0.91 0.95 0.98 2/66 4363
/proc/meminfo: memFree=1035568/2055920 swapFree=4164052/4192956
[pid=4361] ppid=4359 vsize=11448 CPUtime=1.3
/proc/4361/stat : 4361 (IUT_BMB_SIM) S 4359 4361 4296 0 -1 4194304 2682 0 0 0 72 58 0 0 25 0 1 0 236854737 11722752 2664 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4361/statm: 2862 2664 105 274 0 2585 0
[pid=4363] ppid=4361 vsize=10544 CPUtime=1.78
/proc/4363/stat : 4363 (minisat) R 4361 4361 4296 0 -1 4194304 2731 0 0 0 176 2 0 0 25 0 1 0 236854868 10797056 2481 1992294400 134512640 135212939 4294956320 18446744073709551615 134526674 0 0 4096 3 0 0 0 17 1 0 0
/proc/4363/statm: 2636 2481 77 170 0 2464 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 21992

[startup+6.30152 s]
/proc/loadavg: 0.92 0.95 0.98 2/66 4363
/proc/meminfo: memFree=1033136/2055920 swapFree=4164052/4192956
[pid=4361] ppid=4359 vsize=11448 CPUtime=1.3
/proc/4361/stat : 4361 (IUT_BMB_SIM) S 4359 4361 4296 0 -1 4194304 2682 0 0 0 72 58 0 0 25 0 1 0 236854737 11722752 2664 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4361/statm: 2862 2664 105 274 0 2585 0
[pid=4363] ppid=4361 vsize=12396 CPUtime=4.97
/proc/4363/stat : 4363 (minisat) R 4361 4361 4296 0 -1 4194304 3190 0 0 0 495 2 0 0 25 0 1 0 236854868 12693504 2940 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/4363/statm: 3099 2940 77 170 0 2927 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 23844

[startup+12.7021 s]
/proc/loadavg: 0.93 0.95 0.98 2/66 4363
/proc/meminfo: memFree=1030384/2055920 swapFree=4164052/4192956
[pid=4361] ppid=4359 vsize=11448 CPUtime=1.3
/proc/4361/stat : 4361 (IUT_BMB_SIM) S 4359 4361 4296 0 -1 4194304 2682 0 0 0 72 58 0 0 25 0 1 0 236854737 11722752 2664 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4361/statm: 2862 2664 105 274 0 2585 0
[pid=4363] ppid=4361 vsize=14904 CPUtime=11.37
/proc/4363/stat : 4363 (minisat) R 4361 4361 4296 0 -1 4194304 3832 0 0 0 1135 2 0 0 25 0 1 0 236854868 15261696 3582 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/4363/statm: 3726 3582 77 170 0 3554 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 26352

[startup+25.5012 s]
/proc/loadavg: 0.94 0.96 0.98 2/66 4363
/proc/meminfo: memFree=1025648/2055920 swapFree=4164052/4192956
[pid=4361] ppid=4359 vsize=11448 CPUtime=1.3
/proc/4361/stat : 4361 (IUT_BMB_SIM) S 4359 4361 4296 0 -1 4194304 2682 0 0 0 72 58 0 0 25 0 1 0 236854737 11722752 2664 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4361/statm: 2862 2664 105 274 0 2585 0
[pid=4363] ppid=4361 vsize=19872 CPUtime=24.16
/proc/4363/stat : 4363 (minisat) R 4361 4361 4296 0 -1 4194304 4996 0 0 0 2413 3 0 0 25 0 1 0 236854868 20348928 4746 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/4363/statm: 4968 4746 77 170 0 4796 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 31320

[startup+51.1014 s]
/proc/loadavg: 0.96 0.96 0.98 2/66 4363
/proc/meminfo: memFree=1021872/2055920 swapFree=4164052/4192956
[pid=4361] ppid=4359 vsize=11448 CPUtime=1.3
/proc/4361/stat : 4361 (IUT_BMB_SIM) S 4359 4361 4296 0 -1 4194304 2682 0 0 0 72 58 0 0 25 0 1 0 236854737 11722752 2664 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4361/statm: 2862 2664 105 274 0 2585 0
[pid=4363] ppid=4361 vsize=23744 CPUtime=49.75
/proc/4363/stat : 4363 (minisat) R 4361 4361 4296 0 -1 4194304 5971 0 0 0 4971 4 0 0 25 0 1 0 236854868 24313856 5721 1992294400 134512640 135212939 4294956320 18446744073709551615 134526811 0 0 4096 3 0 0 0 17 0 0 0
/proc/4363/statm: 5936 5721 77 170 0 5764 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 35192

[startup+102.306 s]
/proc/loadavg: 0.98 0.96 0.98 2/66 4363
/proc/meminfo: memFree=1013040/2055920 swapFree=4164052/4192956
[pid=4361] ppid=4359 vsize=11448 CPUtime=1.3
/proc/4361/stat : 4361 (IUT_BMB_SIM) S 4359 4361 4296 0 -1 4194304 2682 0 0 0 72 58 0 0 25 0 1 0 236854737 11722752 2664 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4361/statm: 2862 2664 105 274 0 2585 0
[pid=4363] ppid=4361 vsize=32480 CPUtime=100.94
/proc/4363/stat : 4363 (minisat) R 4361 4361 4296 0 -1 4194304 8136 0 0 0 10088 6 0 0 25 0 1 0 236854868 33259520 7886 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/4363/statm: 8120 7886 77 170 0 7948 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 43928

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 4363
/proc/meminfo: memFree=1007344/2055920 swapFree=4164052/4192956
[pid=4361] ppid=4359 vsize=11448 CPUtime=1.3
/proc/4361/stat : 4361 (IUT_BMB_SIM) S 4359 4361 4296 0 -1 4194304 2682 0 0 0 72 58 0 0 25 0 1 0 236854737 11722752 2664 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4361/statm: 2862 2664 105 274 0 2585 0
[pid=4363] ppid=4361 vsize=38476 CPUtime=160.91
/proc/4363/stat : 4363 (minisat) R 4361 4361 4296 0 -1 4194304 9569 0 0 0 16083 8 0 0 25 0 1 0 236854868 39399424 9319 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/4363/statm: 9619 9319 77 170 0 9447 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 49924

[startup+222.301 s]
/proc/loadavg: 1.05 0.99 0.99 2/66 4363
/proc/meminfo: memFree=1002416/2055920 swapFree=4164052/4192956
[pid=4361] ppid=4359 vsize=11448 CPUtime=1.3
/proc/4361/stat : 4361 (IUT_BMB_SIM) S 4359 4361 4296 0 -1 4194304 2682 0 0 0 72 58 0 0 25 0 1 0 236854737 11722752 2664 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4361/statm: 2862 2664 105 274 0 2585 0
[pid=4363] ppid=4361 vsize=43396 CPUtime=220.88
/proc/4363/stat : 4363 (minisat) R 4361 4361 4296 0 -1 4194304 10776 0 0 0 22080 8 0 0 25 0 1 0 236854868 44437504 10526 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/4363/statm: 10849 10526 77 170 0 10677 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 54844

[startup+282.302 s]
/proc/loadavg: 1.06 1.00 0.99 2/66 4363
/proc/meminfo: memFree=998064/2055920 swapFree=4164052/4192956
[pid=4361] ppid=4359 vsize=11448 CPUtime=1.3
/proc/4361/stat : 4361 (IUT_BMB_SIM) S 4359 4361 4296 0 -1 4194304 2682 0 0 0 72 58 0 0 25 0 1 0 236854737 11722752 2664 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4361/statm: 2862 2664 105 274 0 2585 0
[pid=4363] ppid=4361 vsize=48072 CPUtime=280.86
/proc/4363/stat : 4363 (minisat) R 4361 4361 4296 0 -1 4194304 11885 0 0 0 28076 10 0 0 25 0 1 0 236854868 49225728 11635 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/4363/statm: 12018 11635 77 170 0 11846 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 59520

[startup+342.302 s]
/proc/loadavg: 1.07 1.01 1.00 2/66 4363
/proc/meminfo: memFree=993904/2055920 swapFree=4164052/4192956
[pid=4361] ppid=4359 vsize=11448 CPUtime=1.3
/proc/4361/stat : 4361 (IUT_BMB_SIM) S 4359 4361 4296 0 -1 4194304 2682 0 0 0 72 58 0 0 25 0 1 0 236854737 11722752 2664 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4361/statm: 2862 2664 105 274 0 2585 0
[pid=4363] ppid=4361 vsize=52188 CPUtime=340.84
/proc/4363/stat : 4363 (minisat) R 4361 4361 4296 0 -1 4194304 12898 0 0 0 34073 11 0 0 25 0 1 0 236854868 53440512 12648 1992294400 134512640 135212939 4294956320 18446744073709551615 134526797 0 0 4096 3 0 0 0 17 0 0 0
/proc/4363/statm: 13047 12648 77 170 0 12875 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 63636

[startup+402.301 s]
/proc/loadavg: 1.02 1.01 1.00 2/66 4363
/proc/meminfo: memFree=989680/2055920 swapFree=4164052/4192956
[pid=4361] ppid=4359 vsize=11448 CPUtime=1.3
/proc/4361/stat : 4361 (IUT_BMB_SIM) S 4359 4361 4296 0 -1 4194304 2682 0 0 0 72 58 0 0 25 0 1 0 236854737 11722752 2664 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4361/statm: 2862 2664 105 274 0 2585 0
[pid=4363] ppid=4361 vsize=56604 CPUtime=400.81
/proc/4363/stat : 4363 (minisat) R 4361 4361 4296 0 -1 4194304 13963 0 0 0 40070 11 0 0 25 0 1 0 236854868 57962496 13713 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/4363/statm: 14151 13713 77 170 0 13979 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 68052

[startup+462.302 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 4363
/proc/meminfo: memFree=985776/2055920 swapFree=4164052/4192956
[pid=4361] ppid=4359 vsize=11448 CPUtime=1.3

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

/proc/4363/statm: 16003 15556 77 170 0 15831 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 75460

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4363
/proc/meminfo: memFree=978224/2055920 swapFree=4164052/4192956
[pid=4361] ppid=4359 vsize=11448 CPUtime=1.3
/proc/4361/stat : 4361 (IUT_BMB_SIM) S 4359 4361 4296 0 -1 4194304 2682 0 0 0 72 58 0 0 25 0 1 0 236854737 11722752 2664 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4361/statm: 2862 2664 105 274 0 2585 0
[pid=4363] ppid=4361 vsize=68480 CPUtime=580.72
/proc/4363/stat : 4363 (minisat) R 4361 4361 4296 0 -1 4194304 16811 0 0 0 58057 15 0 0 25 0 1 0 236854868 70123520 16561 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/4363/statm: 17120 16561 77 170 0 16948 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 79928

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4365
/proc/meminfo: memFree=974768/2055920 swapFree=4164052/4192956
[pid=4361] ppid=4359 vsize=11448 CPUtime=1.3
/proc/4361/stat : 4361 (IUT_BMB_SIM) S 4359 4361 4296 0 -1 4194304 2682 0 0 0 72 58 0 0 25 0 1 0 236854737 11722752 2664 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4361/statm: 2862 2664 105 274 0 2585 0
[pid=4363] ppid=4361 vsize=72040 CPUtime=640.68
/proc/4363/stat : 4363 (minisat) R 4361 4361 4296 0 -1 4194304 17681 0 0 0 64052 16 0 0 25 0 1 0 236854868 73768960 17431 1992294400 134512640 135212939 4294956320 18446744073709551615 134526833 0 0 4096 3 0 0 0 17 0 0 0
/proc/4363/statm: 18010 17431 77 170 0 17838 0
Current children cumulated CPU time (s) 641.98
Current children cumulated vsize (KiB) 83488

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4365
/proc/meminfo: memFree=971824/2055920 swapFree=4164052/4192956
[pid=4361] ppid=4359 vsize=11448 CPUtime=1.3
/proc/4361/stat : 4361 (IUT_BMB_SIM) S 4359 4361 4296 0 -1 4194304 2682 0 0 0 72 58 0 0 25 0 1 0 236854737 11722752 2664 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4361/statm: 2862 2664 105 274 0 2585 0
[pid=4363] ppid=4361 vsize=74944 CPUtime=700.65
/proc/4363/stat : 4363 (minisat) R 4361 4361 4296 0 -1 4194304 18382 0 0 0 70049 16 0 0 25 0 1 0 236854868 76742656 18132 1992294400 134512640 135212939 4294956320 18446744073709551615 134526785 0 0 4096 3 0 0 0 17 0 0 0
/proc/4363/statm: 18736 18132 77 170 0 18564 0
Current children cumulated CPU time (s) 701.95
Current children cumulated vsize (KiB) 86392

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4365
/proc/meminfo: memFree=969008/2055920 swapFree=4164052/4192956
[pid=4361] ppid=4359 vsize=11448 CPUtime=1.3
/proc/4361/stat : 4361 (IUT_BMB_SIM) S 4359 4361 4296 0 -1 4194304 2682 0 0 0 72 58 0 0 25 0 1 0 236854737 11722752 2664 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4361/statm: 2862 2664 105 274 0 2585 0
[pid=4363] ppid=4361 vsize=77928 CPUtime=760.63
/proc/4363/stat : 4363 (minisat) R 4361 4361 4296 0 -1 4194304 19094 0 0 0 76046 17 0 0 25 0 1 0 236854868 79798272 18844 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/4363/statm: 19482 18844 77 170 0 19310 0
Current children cumulated CPU time (s) 761.93
Current children cumulated vsize (KiB) 89376

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4365
/proc/meminfo: memFree=966256/2055920 swapFree=4164052/4192956
[pid=4361] ppid=4359 vsize=11448 CPUtime=1.3
/proc/4361/stat : 4361 (IUT_BMB_SIM) S 4359 4361 4296 0 -1 4194304 2682 0 0 0 72 58 0 0 25 0 1 0 236854737 11722752 2664 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4361/statm: 2862 2664 105 274 0 2585 0
[pid=4363] ppid=4361 vsize=80648 CPUtime=820.59
/proc/4363/stat : 4363 (minisat) R 4361 4361 4296 0 -1 4194304 19793 0 0 0 82041 18 0 0 25 0 1 0 236854868 82583552 19543 1992294400 134512640 135212939 4294956320 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/4363/statm: 20162 19543 77 170 0 19990 0
Current children cumulated CPU time (s) 821.89
Current children cumulated vsize (KiB) 92096

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4365
/proc/meminfo: memFree=963376/2055920 swapFree=4164052/4192956
[pid=4361] ppid=4359 vsize=11448 CPUtime=1.3
/proc/4361/stat : 4361 (IUT_BMB_SIM) S 4359 4361 4296 0 -1 4194304 2682 0 0 0 72 58 0 0 25 0 1 0 236854737 11722752 2664 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4361/statm: 2862 2664 105 274 0 2585 0
[pid=4363] ppid=4361 vsize=83552 CPUtime=880.57
/proc/4363/stat : 4363 (minisat) R 4361 4361 4296 0 -1 4194304 20512 0 0 0 88038 19 0 0 25 0 1 0 236854868 85557248 20262 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/4363/statm: 20888 20262 77 170 0 20716 0
Current children cumulated CPU time (s) 881.87
Current children cumulated vsize (KiB) 95000

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4365
/proc/meminfo: memFree=961008/2055920 swapFree=4164052/4192956
[pid=4361] ppid=4359 vsize=11448 CPUtime=1.3
/proc/4361/stat : 4361 (IUT_BMB_SIM) S 4359 4361 4296 0 -1 4194304 2682 0 0 0 72 58 0 0 25 0 1 0 236854737 11722752 2664 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4361/statm: 2862 2664 105 274 0 2585 0
[pid=4363] ppid=4361 vsize=85824 CPUtime=940.54
/proc/4363/stat : 4363 (minisat) R 4361 4361 4296 0 -1 4194304 21101 0 0 0 94035 19 0 0 25 0 1 0 236854868 87883776 20851 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/4363/statm: 21456 20851 77 170 0 21284 0
Current children cumulated CPU time (s) 941.84
Current children cumulated vsize (KiB) 97272

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4365
/proc/meminfo: memFree=960816/2055920 swapFree=4164052/4192956
[pid=4361] ppid=4359 vsize=11448 CPUtime=1.3
/proc/4361/stat : 4361 (IUT_BMB_SIM) S 4359 4361 4296 0 -1 4194304 2682 0 0 0 72 58 0 0 25 0 1 0 236854737 11722752 2664 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4361/statm: 2862 2664 105 274 0 2585 0
[pid=4363] ppid=4361 vsize=85956 CPUtime=1000.51
/proc/4363/stat : 4363 (minisat) R 4361 4361 4296 0 -1 4194304 21137 0 0 0 100032 19 0 0 25 0 1 0 236854868 88018944 20887 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/4363/statm: 21489 20887 77 170 0 21317 0
Current children cumulated CPU time (s) 1001.81
Current children cumulated vsize (KiB) 97404

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4365
/proc/meminfo: memFree=960624/2055920 swapFree=4164052/4192956
[pid=4361] ppid=4359 vsize=11448 CPUtime=1.3
/proc/4361/stat : 4361 (IUT_BMB_SIM) S 4359 4361 4296 0 -1 4194304 2682 0 0 0 72 58 0 0 25 0 1 0 236854737 11722752 2664 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4361/statm: 2862 2664 105 274 0 2585 0
[pid=4363] ppid=4361 vsize=86200 CPUtime=1060.49
/proc/4363/stat : 4363 (minisat) R 4361 4361 4296 0 -1 4194304 21185 0 0 0 106030 19 0 0 25 0 1 0 236854868 88268800 20935 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/4363/statm: 21550 20935 77 170 0 21378 0
Current children cumulated CPU time (s) 1061.79
Current children cumulated vsize (KiB) 97648

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4365
/proc/meminfo: memFree=960304/2055920 swapFree=4164052/4192956
[pid=4361] ppid=4359 vsize=11448 CPUtime=1.3
/proc/4361/stat : 4361 (IUT_BMB_SIM) S 4359 4361 4296 0 -1 4194304 2682 0 0 0 72 58 0 0 25 0 1 0 236854737 11722752 2664 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4361/statm: 2862 2664 105 274 0 2585 0
[pid=4363] ppid=4361 vsize=86444 CPUtime=1120.47
/proc/4363/stat : 4363 (minisat) R 4361 4361 4296 0 -1 4194304 21257 0 0 0 112027 20 0 0 25 0 1 0 236854868 88518656 21007 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/4363/statm: 21611 21007 77 170 0 21439 0
Current children cumulated CPU time (s) 1121.77
Current children cumulated vsize (KiB) 97892

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4365
/proc/meminfo: memFree=960048/2055920 swapFree=4164052/4192956
[pid=4361] ppid=4359 vsize=11448 CPUtime=1.3
/proc/4361/stat : 4361 (IUT_BMB_SIM) S 4359 4361 4296 0 -1 4194304 2682 0 0 0 72 58 0 0 25 0 1 0 236854737 11722752 2664 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4361/statm: 2862 2664 105 274 0 2585 0
[pid=4363] ppid=4361 vsize=86808 CPUtime=1180.45
/proc/4363/stat : 4363 (minisat) R 4361 4361 4296 0 -1 4194304 21318 0 0 0 118025 20 0 0 25 0 1 0 236854868 88891392 21068 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/4363/statm: 21702 21068 77 170 0 21530 0
Current children cumulated CPU time (s) 1181.75
Current children cumulated vsize (KiB) 98256



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4365
/proc/meminfo: memFree=960048/2055920 swapFree=4164052/4192956
[pid=4361] ppid=4359 vsize=11448 CPUtime=1.3
/proc/4361/stat : 4361 (IUT_BMB_SIM) S 4359 4361 4296 0 -1 4194304 2682 0 0 0 72 58 0 0 25 0 1 0 236854737 11722752 2664 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4361/statm: 2862 2664 105 274 0 2585 0
[pid=4363] ppid=4361 vsize=86808 CPUtime=1198.75
/proc/4363/stat : 4363 (minisat) R 4361 4361 4296 0 -1 4194304 21323 0 0 0 119855 20 0 0 25 0 1 0 236854868 88891392 21073 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/4363/statm: 21702 21073 77 170 0 21530 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 98256

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 4361 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=722890
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=588910
# CPU time returned by wait4() is 1.3118
# while last known CPU time is 1200.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.61
CPU time (s): 1200.05
CPU user time (s): 1199.27
CPU system time (s): 0.78
CPU usage (%): 99.953
Max. virtual memory (cumulated for all children) (KiB): 98256

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

runsolver used 0.977851 second user time and 3.39948 second system time

The end

Launcher Data

Begin job on node50 at 2009-05-12 02:31:07
IDJOB=1797717
IDBENCH=71093
IDSOLVER=650
FILE ID=node50/1797717-1242088267
PBS_JOBID= 9277693
Free space on /tmp= 66276 MiB

SOLVER NAME= IUT_BMB_SIM 1.0
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/ndhf_xits_09_UNSAT.cnf
COMMAND LINE= IUT_BMB_SIM BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797717-1242088267/watcher-1797717-1242088267 -o /tmp/evaluation-result-1797717-1242088267/solver-1797717-1242088267 -C 1200 -W 1800 -M 1800  IUT_BMB_SIM HOME/instance-1797717-1242088267.cnf HOME

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

MD5SUM BENCH= 3cd74d1813a4408b4123afc23df07d7d
RANDOM SEED=74767226

node50.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.216
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.216
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1057888 kB
Buffers:         71356 kB
Cached:         847044 kB
SwapCached:      23672 kB
Active:         316076 kB
Inactive:       627860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1057888 kB
SwapTotal:     4192956 kB
SwapFree:      4164052 kB
Dirty:            4800 kB
Writeback:           0 kB
Mapped:          13724 kB
Slab:            40064 kB
Committed_AS:   787316 kB
PageTables:       1448 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= 66272 MiB
End job on node50 at 2009-05-12 02:51:10