Trace number 1806737

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/edgematching/
fbcolors/em_14_7_3_fbc.cnf
MD5SUM4fe2719d54370e06a454523e5441fbad
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 variables24356
Number of clauses347216
Sum of the clauses size1043884
Maximum clause length144
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2118940
Number of clauses of size 3177720
Number of clauses of size 424200
Number of clauses of size 525920
Number of clauses of size over 5436

Solver Data

0.00/0.00	c IUT_BMB_SIM version 1.0
3.89/3.94	This is MiniSat 2.0 beta
3.89/3.94	WARNING: for repeatability, setting FPU to use double precision
3.89/3.94	============================[ Problem Statistics ]=============================
3.89/3.94	|                                                                             |
3.89/3.94	|  Number of variables:  24356                                                |
3.89/3.94	|  Number of clauses:    347216                                               |
3.93/4.13	|  Parsing time:         0.16         s                                       |
3.93/4.14	============================[ Search Statistics ]==============================
3.93/4.14	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.93/4.14	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.93/4.14	===============================================================================
3.93/4.14	|         0 |   24356   347216  1043884 |   115738        0    nan |  0.000 % |
3.93/4.17	|       101 |   24356   347216  1043884 |   127312      101    492 |  0.000 % |
4.28/4.33	|       251 |   24335   347216  1043884 |   140043      247    249 |  0.115 % |
4.28/4.37	|       477 |   24324   347216  1043884 |   154048      469    183 |  0.242 % |
4.38/4.43	|       814 |   24307   347216  1043884 |   169452      803    147 |  0.341 % |
4.48/4.52	|      1320 |   24286   347216  1043884 |   186398     1306    118 |  0.456 % |
4.58/4.65	|      2080 |   24249   347216  1043884 |   205038     2057    118 |  0.686 % |
5.48/5.55	|      3221 |   24189   346652  1042756 |   225541     3189    173 |  0.686 % |
6.28/6.36	|      4929 |   24189   346652  1042756 |   248096     4897    377 |  0.686 % |
7.98/8.06	|      7492 |   24189   346652  1042756 |   272905     7460    456 |  0.686 % |
9.58/9.67	|     11337 |   24189   346652  1042756 |   300196    11305    612 |  0.686 % |
13.38/13.47	|     17104 |   24189   346652  1042756 |   330215    17072    649 |  0.686 % |
18.97/19.00	|     25754 |   24189   346652  1042756 |   363237    25722    702 |  0.686 % |
29.27/29.32	|     38728 |   24189   346652  1042756 |   399561    38696    777 |  0.686 % |
51.36/51.40	|     58191 |   24189   346652  1042756 |   439517    58159    822 |  0.686 % |
95.24/95.33	|     87384 |   24155   346638  1042728 |   483469    87345    815 |  0.838 % |
192.31/192.47	|    131174 |   24144   346638  1042728 |   531816   131133    975 |  0.870 % |
359.24/359.47	|    196858 |   24144   346638  1042728 |   584997   196817   1016 |  0.870 % |
569.36/569.62	|    295385 |   24140   346638  1042728 |   643497   295343    937 |  0.887 % |

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-1806737-1242151886/watcher-1806737-1242151886 -o /tmp/evaluation-result-1806737-1242151886/solver-1806737-1242151886 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1806737-1242151886.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.01 1.00 1.00 3/65 7831
/proc/meminfo: memFree=821672/2055920 swapFree=4181592/4192956
[pid=7831] ppid=7829 vsize=5356 CPUtime=0
/proc/7831/stat : 7831 (IUT_BMB_SIM) R 7829 7831 7207 0 -1 4194304 184 0 0 0 0 0 0 0 18 0 1 0 243218323 5484544 168 1992294400 134512640 135635349 4294956224 18446744073709551615 134533682 0 0 4096 0 0 0 0 17 0 0 0
/proc/7831/statm: 1339 168 90 274 0 1062 0

[startup+0.063391 s]
/proc/loadavg: 1.01 1.00 1.00 3/65 7831
/proc/meminfo: memFree=821672/2055920 swapFree=4181592/4192956
[pid=7831] ppid=7829 vsize=6716 CPUtime=0.06
/proc/7831/stat : 7831 (IUT_BMB_SIM) R 7829 7831 7207 0 -1 4194304 1235 0 0 0 6 0 0 0 18 0 1 0 243218323 6877184 1218 1992294400 134512640 135635349 4294956224 18446744073709551615 134535003 0 0 4096 0 0 0 0 17 0 0 0
/proc/7831/statm: 1679 1223 90 274 0 1402 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 6716

[startup+0.101395 s]
/proc/loadavg: 1.01 1.00 1.00 3/65 7831
/proc/meminfo: memFree=821672/2055920 swapFree=4181592/4192956
[pid=7831] ppid=7829 vsize=10312 CPUtime=0.09
/proc/7831/stat : 7831 (IUT_BMB_SIM) R 7829 7831 7207 0 -1 4194304 2381 0 0 0 9 0 0 0 18 0 1 0 243218323 10559488 2364 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/7831/statm: 2578 2364 93 274 0 2301 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10312

[startup+0.301416 s]
/proc/loadavg: 1.01 1.00 1.00 3/65 7831
/proc/meminfo: memFree=821672/2055920 swapFree=4181592/4192956
[pid=7831] ppid=7829 vsize=13216 CPUtime=0.29
/proc/7831/stat : 7831 (IUT_BMB_SIM) R 7829 7831 7207 0 -1 4194304 3137 0 0 0 29 0 0 0 19 0 1 0 243218323 13533184 3120 1992294400 134512640 135635349 4294956224 18446744073709551615 134548641 0 0 4096 0 0 0 0 17 0 0 0
/proc/7831/statm: 3304 3120 97 274 0 3027 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13216

[startup+0.70146 s]
/proc/loadavg: 1.01 1.00 1.00 3/65 7831
/proc/meminfo: memFree=821672/2055920 swapFree=4181592/4192956
[pid=7831] ppid=7829 vsize=19552 CPUtime=0.7
/proc/7831/stat : 7831 (IUT_BMB_SIM) R 7829 7831 7207 0 -1 4194304 4704 0 0 0 68 2 0 0 23 0 1 0 243218323 20021248 4687 1992294400 134512640 135635349 4294956224 18446744073709551615 135088823 0 0 4096 0 0 0 0 17 0 0 0
/proc/7831/statm: 4888 4687 97 274 0 4611 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 19552

[startup+1.50155 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 7832
/proc/meminfo: memFree=799328/2055920 swapFree=4181592/4192956
[pid=7831] ppid=7829 vsize=30904 CPUtime=1.49
/proc/7831/stat : 7831 (IUT_BMB_SIM) R 7829 7831 7207 0 -1 4194304 7556 0 0 0 145 4 0 0 25 0 1 0 243218323 31645696 7539 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/7831/statm: 7726 7539 97 274 0 7449 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30904

[startup+3.10173 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 7832
/proc/meminfo: memFree=780192/2055920 swapFree=4181592/4192956
[pid=7831] ppid=7829 vsize=42096 CPUtime=3.1
/proc/7831/stat : 7831 (IUT_BMB_SIM) R 7829 7831 7207 0 -1 4194304 10443 0 0 0 245 65 0 0 25 0 1 0 243218323 43106304 10345 1992294400 134512640 135635349 4294956224 18446744073709551615 135132510 0 0 4096 0 0 0 0 17 0 0 0
/proc/7831/statm: 10524 10345 100 274 0 10247 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 42096

[startup+6.30108 s]
/proc/loadavg: 1.01 1.00 1.00 2/67 7833
/proc/meminfo: memFree=753880/2055920 swapFree=4181592/4192956
[pid=7831] ppid=7829 vsize=42096 CPUtime=3.93
/proc/7831/stat : 7831 (IUT_BMB_SIM) S 7829 7831 7207 0 -1 4194304 10449 0 0 0 271 122 0 0 25 0 1 0 243218323 43106304 10350 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/7831/statm: 10524 10350 105 274 0 10247 0
[pid=7833] ppid=7831 vsize=25732 CPUtime=2.35
/proc/7833/stat : 7833 (minisat) R 7831 7831 7207 0 -1 4194304 6396 0 0 0 231 4 0 0 25 0 1 0 243218717 26349568 6146 1992294400 134512640 135212939 4294956320 18446744073709551615 134719078 0 0 4096 3 0 0 0 17 0 0 0
/proc/7833/statm: 6433 6146 77 170 0 6261 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 67828

[startup+12.7028 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 7833
/proc/meminfo: memFree=718104/2055920 swapFree=4181592/4192956
[pid=7831] ppid=7829 vsize=42096 CPUtime=3.93
/proc/7831/stat : 7831 (IUT_BMB_SIM) S 7829 7831 7207 0 -1 4194304 10449 0 0 0 271 122 0 0 25 0 1 0 243218323 43106304 10350 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/7831/statm: 10524 10350 105 274 0 10247 0
[pid=7833] ppid=7831 vsize=58484 CPUtime=8.74
/proc/7833/stat : 7833 (minisat) R 7831 7831 7207 0 -1 4194304 14572 0 0 0 867 7 0 0 25 0 1 0 243218717 59887616 14322 1992294400 134512640 135212939 4294956320 18446744073709551615 134530602 0 0 4096 3 0 0 0 17 0 0 0
/proc/7833/statm: 14621 14322 77 170 0 14449 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 100580

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 7833
/proc/meminfo: memFree=648728/2055920 swapFree=4181592/4192956
[pid=7831] ppid=7829 vsize=42096 CPUtime=3.93
/proc/7831/stat : 7831 (IUT_BMB_SIM) S 7829 7831 7207 0 -1 4194304 10449 0 0 0 271 122 0 0 25 0 1 0 243218323 43106304 10350 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/7831/statm: 10524 10350 105 274 0 10247 0
[pid=7833] ppid=7831 vsize=126124 CPUtime=21.54
/proc/7833/stat : 7833 (minisat) R 7831 7831 7207 0 -1 4194304 31499 0 0 0 2139 15 0 0 25 0 1 0 243218717 129150976 31249 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/7833/statm: 31531 31249 77 170 0 31359 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 168220

[startup+51.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 7833
/proc/meminfo: memFree=557272/2055920 swapFree=4181592/4192956
[pid=7831] ppid=7829 vsize=42096 CPUtime=3.93
/proc/7831/stat : 7831 (IUT_BMB_SIM) S 7829 7831 7207 0 -1 4194304 10449 0 0 0 271 122 0 0 25 0 1 0 243218323 43106304 10350 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/7831/statm: 10524 10350 105 274 0 10247 0
[pid=7833] ppid=7831 vsize=218768 CPUtime=47.13
/proc/7833/stat : 7833 (minisat) R 7831 7831 7207 0 -1 4194304 54654 0 0 0 4685 28 0 0 25 0 1 0 243218717 224018432 54404 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/7833/statm: 54692 54404 77 170 0 54520 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 260864

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 7833
/proc/meminfo: memFree=437272/2055920 swapFree=4181592/4192956
[pid=7831] ppid=7829 vsize=42096 CPUtime=3.93
/proc/7831/stat : 7831 (IUT_BMB_SIM) S 7829 7831 7207 0 -1 4194304 10449 0 0 0 271 122 0 0 25 0 1 0 243218323 43106304 10350 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/7831/statm: 10524 10350 105 274 0 10247 0
[pid=7833] ppid=7831 vsize=337188 CPUtime=98.31
/proc/7833/stat : 7833 (minisat) R 7831 7831 7207 0 -1 4194304 84214 0 0 0 9785 46 0 0 25 0 1 0 243218717 345280512 83964 1992294400 134512640 135212939 4294956320 18446744073709551615 134526831 0 0 4096 3 0 0 0 17 0 0 0
/proc/7833/statm: 84297 83964 77 170 0 84125 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 379284

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 7833
/proc/meminfo: memFree=283608/2055920 swapFree=4181592/4192956
[pid=7831] ppid=7829 vsize=42096 CPUtime=3.93
/proc/7831/stat : 7831 (IUT_BMB_SIM) S 7829 7831 7207 0 -1 4194304 10449 0 0 0 271 122 0 0 25 0 1 0 243218323 43106304 10350 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/7831/statm: 10524 10350 105 274 0 10247 0
[pid=7833] ppid=7831 vsize=491804 CPUtime=158.29
/proc/7833/stat : 7833 (minisat) R 7831 7831 7207 0 -1 4194304 122863 0 0 0 15763 66 0 0 25 0 1 0 243218717 503607296 122613 1992294400 134512640 135212939 4294956320 18446744073709551615 134529635 0 0 4096 3 0 0 0 17 0 0 0
/proc/7833/statm: 122951 122613 77 170 0 122779 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 533900

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 7833
/proc/meminfo: memFree=167128/2055920 swapFree=4181592/4192956
[pid=7831] ppid=7829 vsize=42096 CPUtime=3.93
/proc/7831/stat : 7831 (IUT_BMB_SIM) S 7829 7831 7207 0 -1 4194304 10449 0 0 0 271 122 0 0 25 0 1 0 243218323 43106304 10350 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/7831/statm: 10524 10350 105 274 0 10247 0
[pid=7833] ppid=7831 vsize=607148 CPUtime=218.27
/proc/7833/stat : 7833 (minisat) R 7831 7831 7207 0 -1 4194304 151602 0 0 0 21747 80 0 0 25 0 1 0 243218717 621719552 151352 1992294400 134512640 135212939 4294956320 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 0 0 0
/proc/7833/statm: 151787 151352 77 170 0 151615 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 649244

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 7833
/proc/meminfo: memFree=45336/2055920 swapFree=4181592/4192956
[pid=7831] ppid=7829 vsize=42096 CPUtime=3.93
/proc/7831/stat : 7831 (IUT_BMB_SIM) S 7829 7831 7207 0 -1 4194304 10449 0 0 0 271 122 0 0 25 0 1 0 243218323 43106304 10350 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/7831/statm: 10524 10350 105 274 0 10247 0
[pid=7833] ppid=7831 vsize=730000 CPUtime=278.24
/proc/7833/stat : 7833 (minisat) R 7831 7831 7207 0 -1 4194304 182308 0 0 0 27723 101 0 0 25 0 1 0 243218717 747520000 182058 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/7833/statm: 182500 182058 77 170 0 182328 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 772096

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 7833
/proc/meminfo: memFree=15704/2055920 swapFree=4181592/4192956
[pid=7831] ppid=7829 vsize=42096 CPUtime=3.93
/proc/7831/stat : 7831 (IUT_BMB_SIM) S 7829 7831 7207 0 -1 4194304 10449 0 0 0 271 122 0 0 25 0 1 0 243218323 43106304 10350 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/7831/statm: 10524 10350 105 274 0 10247 0
[pid=7833] ppid=7831 vsize=820620 CPUtime=338.22
/proc/7833/stat : 7833 (minisat) R 7831 7831 7207 0 -1 4194304 204889 0 0 0 33705 117 0 0 25 0 1 0 243218717 840314880 204639 1992294400 134512640 135212939 4294956320 18446744073709551615 134526732 0 0 4096 3 0 0 0 17 0 0 0
/proc/7833/statm: 205155 204639 77 170 0 204983 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 862716

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 7833
/proc/meminfo: memFree=16280/2055920 swapFree=4181592/4192956
[pid=7831] ppid=7829 vsize=42096 CPUtime=3.93
/proc/7831/stat : 7831 (IUT_BMB_SIM) S 7829 7831 7207 0 -1 4194304 10449 0 0 0 271 122 0 0 25 0 1 0 243218323 43106304 10350 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/7831/statm: 10524 10350 105 274 0 10247 0
[pid=7833] ppid=7831 vsize=932744 CPUtime=398.2
/proc/7833/stat : 7833 (minisat) R 7831 7831 7207 0 -1 4194304 232741 0 0 0 39686 134 0 0 25 0 1 0 243218717 955129856 232491 1992294400 134512640 135212939 4294956320 18446744073709551615 134536040 0 0 4096 3 0 0 0 17 0 0 0
/proc/7833/statm: 233186 232491 77 170 0 233014 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 974840

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 7833
/proc/meminfo: memFree=15896/2055920 swapFree=4181592/4192956
[pid=7831] ppid=7829 vsize=42096 CPUtime=3.93
/proc/7831/stat : 7831 (IUT_BMB_SIM) S 7829 7831 7207 0 -1 4194304 10449 0 0 0 271 122 0 0 25 0 1 0 243218323 43106304 10350 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/7831/statm: 10524 10350 105 274 0 10247 0
[pid=7833] ppid=7831 vsize=1046472 CPUtime=458.16

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

/proc/7833/statm: 282418 281672 77 170 0 282246 0
Current children cumulated CPU time (s) 522.07
Current children cumulated vsize (KiB) 1171768

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 7833
/proc/meminfo: memFree=17944/2055920 swapFree=4181592/4192956
[pid=7831] ppid=7829 vsize=42096 CPUtime=3.93
/proc/7831/stat : 7831 (IUT_BMB_SIM) S 7829 7831 7207 0 -1 4194304 10449 0 0 0 271 122 0 0 25 0 1 0 243218323 43106304 10350 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/7831/statm: 10524 10350 105 274 0 10247 0
[pid=7833] ppid=7831 vsize=1202800 CPUtime=578.12
/proc/7833/stat : 7833 (minisat) R 7831 7831 7207 0 -1 4194304 300181 0 0 0 57631 181 0 0 25 0 1 0 243218717 1231667200 299931 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/7833/statm: 300700 299931 77 170 0 300528 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 1244896

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 7833
/proc/meminfo: memFree=16984/2055920 swapFree=4181592/4192956
[pid=7831] ppid=7829 vsize=42096 CPUtime=3.93
/proc/7831/stat : 7831 (IUT_BMB_SIM) S 7829 7831 7207 0 -1 4194304 10449 0 0 0 271 122 0 0 25 0 1 0 243218323 43106304 10350 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/7831/statm: 10524 10350 105 274 0 10247 0
[pid=7833] ppid=7831 vsize=1297200 CPUtime=638.09
/proc/7833/stat : 7833 (minisat) R 7831 7831 7207 0 -1 4194304 323564 0 0 0 63615 194 0 0 25 0 1 0 243218717 1328332800 323314 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/7833/statm: 324300 323314 77 170 0 324128 0
Current children cumulated CPU time (s) 642.02
Current children cumulated vsize (KiB) 1339296

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 7833
/proc/meminfo: memFree=18136/2055920 swapFree=4181592/4192956
[pid=7831] ppid=7829 vsize=42096 CPUtime=3.93
/proc/7831/stat : 7831 (IUT_BMB_SIM) S 7829 7831 7207 0 -1 4194304 10449 0 0 0 271 122 0 0 25 0 1 0 243218323 43106304 10350 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/7831/statm: 10524 10350 105 274 0 10247 0
[pid=7833] ppid=7831 vsize=1334324 CPUtime=698.06
/proc/7833/stat : 7833 (minisat) R 7831 7831 7207 0 -1 4194304 332815 0 0 0 69605 201 0 0 25 0 1 0 243218717 1366347776 332565 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/7833/statm: 333581 332565 77 170 0 333409 0
Current children cumulated CPU time (s) 701.99
Current children cumulated vsize (KiB) 1376420

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 7833
/proc/meminfo: memFree=15192/2055920 swapFree=4181592/4192956
[pid=7831] ppid=7829 vsize=42096 CPUtime=3.93
/proc/7831/stat : 7831 (IUT_BMB_SIM) S 7829 7831 7207 0 -1 4194304 10449 0 0 0 271 122 0 0 25 0 1 0 243218323 43106304 10350 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/7831/statm: 10524 10350 105 274 0 10247 0
[pid=7833] ppid=7831 vsize=1377488 CPUtime=758.04
/proc/7833/stat : 7833 (minisat) R 7831 7831 7207 0 -1 4194304 343623 0 0 0 75595 209 0 0 25 0 1 0 243218717 1410547712 343373 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/7833/statm: 344372 343373 77 170 0 344200 0
Current children cumulated CPU time (s) 761.97
Current children cumulated vsize (KiB) 1419584

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 7833
/proc/meminfo: memFree=15448/2055920 swapFree=4181592/4192956
[pid=7831] ppid=7829 vsize=42096 CPUtime=3.93
/proc/7831/stat : 7831 (IUT_BMB_SIM) S 7829 7831 7207 0 -1 4194304 10449 0 0 0 271 122 0 0 25 0 1 0 243218323 43106304 10350 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/7831/statm: 10524 10350 105 274 0 10247 0
[pid=7833] ppid=7831 vsize=1440504 CPUtime=818.01
/proc/7833/stat : 7833 (minisat) R 7831 7831 7207 0 -1 4194304 359369 0 0 0 81582 219 0 0 25 0 1 0 243218717 1475076096 359119 1992294400 134512640 135212939 4294956320 18446744073709551615 134536946 0 0 4096 3 0 0 0 17 0 0 0
/proc/7833/statm: 360126 359119 77 170 0 359954 0
Current children cumulated CPU time (s) 821.94
Current children cumulated vsize (KiB) 1482600

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 7833
/proc/meminfo: memFree=14872/2055920 swapFree=4181592/4192956
[pid=7831] ppid=7829 vsize=42096 CPUtime=3.93
/proc/7831/stat : 7831 (IUT_BMB_SIM) S 7829 7831 7207 0 -1 4194304 10449 0 0 0 271 122 0 0 25 0 1 0 243218323 43106304 10350 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/7831/statm: 10524 10350 105 274 0 10247 0
[pid=7833] ppid=7831 vsize=1500608 CPUtime=877.99
/proc/7833/stat : 7833 (minisat) R 7831 7831 7207 0 -1 4194304 374354 0 0 0 87568 231 0 0 25 0 1 0 243218717 1536622592 374104 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/7833/statm: 375152 374104 77 170 0 374980 0
Current children cumulated CPU time (s) 881.92
Current children cumulated vsize (KiB) 1542704

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 7833
/proc/meminfo: memFree=14808/2055920 swapFree=4181592/4192956
[pid=7831] ppid=7829 vsize=42096 CPUtime=3.93
/proc/7831/stat : 7831 (IUT_BMB_SIM) S 7829 7831 7207 0 -1 4194304 10449 0 0 0 271 122 0 0 25 0 1 0 243218323 43106304 10350 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/7831/statm: 10524 10350 105 274 0 10247 0
[pid=7833] ppid=7831 vsize=1569336 CPUtime=937.97
/proc/7833/stat : 7833 (minisat) R 7831 7831 7207 0 -1 4194304 391549 0 0 0 93554 243 0 0 25 0 1 0 243218717 1607000064 391299 1992294400 134512640 135212939 4294956320 18446744073709551615 134719078 0 0 4096 3 0 0 0 17 0 0 0
/proc/7833/statm: 392334 391300 77 170 0 392162 0
Current children cumulated CPU time (s) 941.9
Current children cumulated vsize (KiB) 1611432

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 7833
/proc/meminfo: memFree=16088/2055920 swapFree=4181592/4192956
[pid=7831] ppid=7829 vsize=42096 CPUtime=3.93
/proc/7831/stat : 7831 (IUT_BMB_SIM) S 7829 7831 7207 0 -1 4194304 10449 0 0 0 271 122 0 0 25 0 1 0 243218323 43106304 10350 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/7831/statm: 10524 10350 105 274 0 10247 0
[pid=7833] ppid=7831 vsize=1623028 CPUtime=997.95
/proc/7833/stat : 7833 (minisat) R 7831 7831 7207 0 -1 4194304 404961 0 0 0 99543 252 0 0 25 0 1 0 243218717 1661980672 404711 1992294400 134512640 135212939 4294956320 18446744073709551615 134526732 0 0 4096 3 0 0 0 17 0 0 0
/proc/7833/statm: 405757 404711 77 170 0 405585 0
Current children cumulated CPU time (s) 1001.88
Current children cumulated vsize (KiB) 1665124

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 7833
/proc/meminfo: memFree=15832/2055920 swapFree=4181592/4192956
[pid=7831] ppid=7829 vsize=42096 CPUtime=3.93
/proc/7831/stat : 7831 (IUT_BMB_SIM) S 7829 7831 7207 0 -1 4194304 10449 0 0 0 271 122 0 0 25 0 1 0 243218323 43106304 10350 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/7831/statm: 10524 10350 105 274 0 10247 0
[pid=7833] ppid=7831 vsize=1676204 CPUtime=1057.92
/proc/7833/stat : 7833 (minisat) R 7831 7831 7207 0 -1 4194304 418264 0 0 0 105532 260 0 0 25 0 1 0 243218717 1716432896 418014 1992294400 134512640 135212939 4294956320 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 0 0 0
/proc/7833/statm: 419051 418014 77 170 0 418879 0
Current children cumulated CPU time (s) 1061.85
Current children cumulated vsize (KiB) 1718300

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 7833
/proc/meminfo: memFree=15384/2055920 swapFree=4181592/4192956
[pid=7831] ppid=7829 vsize=42096 CPUtime=3.93
/proc/7831/stat : 7831 (IUT_BMB_SIM) S 7829 7831 7207 0 -1 4194304 10449 0 0 0 271 122 0 0 25 0 1 0 243218323 43106304 10350 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/7831/statm: 10524 10350 105 274 0 10247 0
[pid=7833] ppid=7831 vsize=1715388 CPUtime=1117.89
/proc/7833/stat : 7833 (minisat) R 7831 7831 7207 0 -1 4194304 427890 0 0 0 111522 267 0 0 25 0 1 0 243218717 1756557312 427640 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/7833/statm: 428847 427640 77 170 0 428675 0
Current children cumulated CPU time (s) 1121.82
Current children cumulated vsize (KiB) 1757484

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 7833
/proc/meminfo: memFree=15448/2055920 swapFree=4181592/4192956
[pid=7831] ppid=7829 vsize=42096 CPUtime=3.93
/proc/7831/stat : 7831 (IUT_BMB_SIM) S 7829 7831 7207 0 -1 4194304 10449 0 0 0 271 122 0 0 25 0 1 0 243218323 43106304 10350 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/7831/statm: 10524 10350 105 274 0 10247 0
[pid=7833] ppid=7831 vsize=1748976 CPUtime=1177.86
/proc/7833/stat : 7833 (minisat) R 7831 7831 7207 0 -1 4194304 436197 0 0 0 117512 274 0 0 25 0 1 0 243218717 1790951424 435947 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/7833/statm: 437244 435947 77 170 0 437072 0
Current children cumulated CPU time (s) 1181.79
Current children cumulated vsize (KiB) 1791072



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 7833
/proc/meminfo: memFree=15704/2055920 swapFree=4181592/4192956
[pid=7831] ppid=7829 vsize=42096 CPUtime=3.93
/proc/7831/stat : 7831 (IUT_BMB_SIM) S 7829 7831 7207 0 -1 4194304 10449 0 0 0 271 122 0 0 25 0 1 0 243218323 43106304 10350 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/7831/statm: 10524 10350 105 274 0 10247 0
[pid=7833] ppid=7831 vsize=1765964 CPUtime=1196.16
/proc/7833/stat : 7833 (minisat) R 7831 7831 7207 0 -1 4194304 440448 0 0 0 119339 277 0 0 25 0 1 0 243218717 1808347136 440198 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/7833/statm: 441491 440198 77 170 0 441319 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 1808060

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 7831 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=714587
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=232812
# CPU time returned by wait4() is 3.9474
# 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): 1196.1
CPU system time (s): 3.99
CPU usage (%): 99.9558
Max. virtual memory (cumulated for all children) (KiB): 1808060

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

runsolver used 1.15982 second user time and 3.21851 second system time

The end

Launcher Data

Begin job on node86 at 2009-05-12 20:11:27
IDJOB=1806737
IDBENCH=70932
IDSOLVER=650
FILE ID=node86/1806737-1242151886
PBS_JOBID= 9289640
Free space on /tmp= 66180 MiB

SOLVER NAME= IUT_BMB_SIM 1.0
BENCH NAME= SAT09/CRAFTED/edgematching/fbcolors/em_14_7_3_fbc.cnf
COMMAND LINE= IUT_BMB_SIM BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1806737-1242151886/watcher-1806737-1242151886 -o /tmp/evaluation-result-1806737-1242151886/solver-1806737-1242151886 -C 1200 -W 1800 -M 1800  IUT_BMB_SIM HOME/instance-1806737-1242151886.cnf HOME

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

MD5SUM BENCH= 4fe2719d54370e06a454523e5441fbad
RANDOM SEED=109151957

node86.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.213
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.213
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:        822224 kB
Buffers:         80036 kB
Cached:        1052676 kB
SwapCached:       5472 kB
Active:          64864 kB
Inactive:      1076456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        822224 kB
SwapTotal:     4192956 kB
SwapFree:      4181592 kB
Dirty:            9308 kB
Writeback:           0 kB
Mapped:          14288 kB
Slab:            78236 kB
Committed_AS:   894644 kB
PageTables:       1464 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= 66172 MiB
End job on node86 at 2009-05-12 20:31:29