Trace number 1806884

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.07 1200.41

General information on the benchmark

NameCRAFTED/sgen/sat/
sgen1-sat-240-100.cnf
MD5SUM227ae3ed738eb1cf18ca67ef64582b2c
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 variables240
Number of clauses576
Sum of the clauses size1440
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2480
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 596
Number of clauses of size over 50

Solver Data

0.00/0.00	c IUT_BMB_SIM version 1.0
0.00/0.01	This is MiniSat 2.0 beta
0.00/0.01	WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	============================[ Problem Statistics ]=============================
0.00/0.01	|                                                                             |
0.00/0.01	|  Number of variables:  240                                                  |
0.00/0.01	|  Number of clauses:    576                                                  |
0.00/0.01	|  Parsing time:         0.00         s                                       |
0.00/0.01	============================[ Search Statistics ]==============================
0.00/0.01	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.01	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.01	===============================================================================
0.00/0.01	|         0 |     240      576     1440 |      192        0    nan |  0.000 % |
0.00/0.01	|       101 |     240      576     1440 |      211      101     34 |  0.002 % |
0.00/0.01	|       251 |     240      576     1440 |      232      251     33 |  0.002 % |
0.00/0.02	|       479 |     240      576     1440 |      255      202     26 |  0.002 % |
0.00/0.03	|       816 |     240      576     1440 |      281      357     33 |  0.002 % |
0.00/0.04	|      1322 |     240      576     1440 |      309      329     31 |  0.002 % |
0.00/0.06	|      2081 |     240      576     1440 |      340      350     31 |  0.002 % |
0.00/0.09	|      3222 |     240      576     1440 |      374      259     22 |  0.002 % |
0.00/0.14	|      4932 |     240      576     1440 |      411      392     28 |  0.002 % |
0.00/0.21	|      7494 |     240      576     1440 |      452      264     22 |  0.002 % |
0.00/0.32	|     11338 |     240      576     1440 |      497      423     29 |  0.002 % |
0.00/0.48	|     17104 |     240      576     1440 |      547      397     26 |  0.002 % |
0.00/0.74	|     25753 |     240      576     1440 |      602      626     31 |  0.002 % |
1.09/1.15	|     38727 |     240      576     1440 |      662      465     25 |  0.002 % |
1.68/1.76	|     58189 |     240      576     1440 |      729      529     27 |  0.002 % |
2.68/2.70	|     87381 |     240      576     1440 |      802      673     31 |  0.002 % |
4.18/4.21	|    131170 |     240      576     1440 |      882      471     24 |  0.002 % |
6.48/6.50	|    196854 |     240      576     1440 |      970      918     33 |  0.002 % |
10.18/10.20	|    295380 |     240      576     1440 |     1067      954     33 |  0.002 % |
15.67/15.78	|    443169 |     240      576     1440 |     1174      935     36 |  0.002 % |
24.27/24.37	|    664854 |     240      576     1440 |     1291      833     32 |  0.002 % |
38.16/38.25	|    997380 |     240      576     1440 |     1420     1355     36 |  0.002 % |
58.96/59.10	|   1496168 |     240      576     1440 |     1562     1192     35 |  0.002 % |
91.75/91.84	|   2244350 |     240      576     1440 |     1719     1198     35 |  0.002 % |
141.23/141.31	|   3366626 |     240      576     1440 |     1891     1573     38 |  0.002 % |
219.92/220.00	|   5050037 |     240      576     1440 |     2080     1527     40 |  0.002 % |
341.39/341.59	|   7575153 |     240      576     1440 |     2288     1960     43 |  0.002 % |
530.13/530.40	|  11362828 |     240      576     1440 |     2517     2324     42 |  0.002 % |
823.55/823.85	|  17044340 |     240      576     1440 |     2768     2200     39 |  0.002 % |
1200.05/1200.40	c cannot read from file

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-1806884-1242153320/watcher-1806884-1242153320 -o /tmp/evaluation-result-1806884-1242153320/solver-1806884-1242153320 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1806884-1242153320.cnf HOME 

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


[startup+0 s]
/proc/loadavg: 1.00 1.02 1.00 3/64 2271
/proc/meminfo: memFree=1684152/2055920 swapFree=4180268/4192956
[pid=2271] ppid=2269 vsize=1284 CPUtime=0
/proc/2271/stat : 2271 (IUT_BMB_SIM) R 2269 2271 1820 0 -1 4194304 155 0 0 0 0 0 0 0 18 0 1 0 243358031 1314816 138 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/2271/statm: 321 138 97 274 0 44 0

[startup+0.0552369 s]
/proc/loadavg: 1.00 1.02 1.00 3/64 2271
/proc/meminfo: memFree=1684152/2055920 swapFree=4180268/4192956
[pid=2271] ppid=2269 vsize=1416 CPUtime=0
/proc/2271/stat : 2271 (IUT_BMB_SIM) S 2269 2271 1820 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 243358031 1449984 156 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2271/statm: 354 156 105 274 0 77 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1416

[startup+0.10124 s]
/proc/loadavg: 1.00 1.02 1.00 3/64 2271
/proc/meminfo: memFree=1684152/2055920 swapFree=4180268/4192956
[pid=2271] ppid=2269 vsize=1416 CPUtime=0
/proc/2271/stat : 2271 (IUT_BMB_SIM) S 2269 2271 1820 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 243358031 1449984 156 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2271/statm: 354 156 105 274 0 77 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1416

[startup+0.301259 s]
/proc/loadavg: 1.00 1.02 1.00 3/64 2271
/proc/meminfo: memFree=1684152/2055920 swapFree=4180268/4192956
[pid=2271] ppid=2269 vsize=1416 CPUtime=0
/proc/2271/stat : 2271 (IUT_BMB_SIM) S 2269 2271 1820 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 243358031 1449984 156 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2271/statm: 354 156 105 274 0 77 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1416

[startup+0.701299 s]
/proc/loadavg: 1.00 1.02 1.00 3/64 2271
/proc/meminfo: memFree=1684152/2055920 swapFree=4180268/4192956
[pid=2271] ppid=2269 vsize=1416 CPUtime=0
/proc/2271/stat : 2271 (IUT_BMB_SIM) S 2269 2271 1820 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 243358031 1449984 156 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2271/statm: 354 156 105 274 0 77 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1416

[startup+1.50138 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 2273
/proc/meminfo: memFree=1683560/2055920 swapFree=4180268/4192956
[pid=2271] ppid=2269 vsize=1416 CPUtime=0
/proc/2271/stat : 2271 (IUT_BMB_SIM) S 2269 2271 1820 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 243358031 1449984 156 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2271/statm: 354 156 105 274 0 77 0
[pid=2273] ppid=2271 vsize=2152 CPUtime=1.48
/proc/2273/stat : 2273 (minisat) R 2271 2271 1820 0 -1 4194304 418 0 0 0 148 0 0 0 25 0 1 0 243358032 2203648 168 1992294400 134512640 135212939 4294956320 18446744073709551615 134526682 0 0 4096 3 0 0 0 17 1 0 0
/proc/2273/statm: 538 168 76 170 0 366 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 3568

[startup+3.10154 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 2273
/proc/meminfo: memFree=1683304/2055920 swapFree=4180268/4192956
[pid=2271] ppid=2269 vsize=1416 CPUtime=0
/proc/2271/stat : 2271 (IUT_BMB_SIM) S 2269 2271 1820 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 243358031 1449984 156 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2271/statm: 354 156 105 274 0 77 0
[pid=2273] ppid=2271 vsize=2280 CPUtime=3.08
/proc/2273/stat : 2273 (minisat) R 2271 2271 1820 0 -1 4194304 439 0 0 0 308 0 0 0 25 0 1 0 243358032 2334720 189 1992294400 134512640 135212939 4294956320 18446744073709551615 134526806 0 0 4096 3 0 0 0 17 1 0 0
/proc/2273/statm: 570 189 76 170 0 398 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 3696

[startup+6.30185 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 2273
/proc/meminfo: memFree=1683048/2055920 swapFree=4180268/4192956
[pid=2271] ppid=2269 vsize=1416 CPUtime=0
/proc/2271/stat : 2271 (IUT_BMB_SIM) S 2269 2271 1820 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 243358031 1449984 156 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2271/statm: 354 156 105 274 0 77 0
[pid=2273] ppid=2271 vsize=2280 CPUtime=6.28
/proc/2273/stat : 2273 (minisat) R 2271 2271 1820 0 -1 4194304 460 0 0 0 628 0 0 0 25 0 1 0 243358032 2334720 210 1992294400 134512640 135212939 4294956320 18446744073709551615 134538800 0 0 4096 3 0 0 0 17 1 0 0
/proc/2273/statm: 570 210 76 170 0 398 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 3696

[startup+12.7015 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 2273
/proc/meminfo: memFree=1682856/2055920 swapFree=4180268/4192956
[pid=2271] ppid=2269 vsize=1416 CPUtime=0
/proc/2271/stat : 2271 (IUT_BMB_SIM) S 2269 2271 1820 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 243358031 1449984 156 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2271/statm: 354 156 105 274 0 77 0
[pid=2273] ppid=2271 vsize=2408 CPUtime=12.68
/proc/2273/stat : 2273 (minisat) R 2271 2271 1820 0 -1 4194304 495 0 0 0 1268 0 0 0 25 0 1 0 243358032 2465792 245 1992294400 134512640 135212939 4294956320 18446744073709551615 134538867 0 0 4096 3 0 0 0 17 1 0 0
/proc/2273/statm: 602 245 76 170 0 430 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 3824

[startup+25.5018 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 2273
/proc/meminfo: memFree=1682600/2055920 swapFree=4180268/4192956
[pid=2271] ppid=2269 vsize=1416 CPUtime=0
/proc/2271/stat : 2271 (IUT_BMB_SIM) S 2269 2271 1820 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 243358031 1449984 156 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2271/statm: 354 156 105 274 0 77 0
[pid=2273] ppid=2271 vsize=2668 CPUtime=25.47
/proc/2273/stat : 2273 (minisat) R 2271 2271 1820 0 -1 4194304 540 0 0 0 2547 0 0 0 25 0 1 0 243358032 2732032 290 1992294400 134512640 135212939 4294956320 18446744073709551615 134526726 0 0 4096 3 0 0 0 17 1 0 0
/proc/2273/statm: 667 290 76 170 0 495 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 4084

[startup+51.1013 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 2273
/proc/meminfo: memFree=1682472/2055920 swapFree=4180268/4192956
[pid=2271] ppid=2269 vsize=1416 CPUtime=0
/proc/2271/stat : 2271 (IUT_BMB_SIM) S 2269 2271 1820 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 243358031 1449984 156 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2271/statm: 354 156 105 274 0 77 0
[pid=2273] ppid=2271 vsize=2800 CPUtime=51.06
/proc/2273/stat : 2273 (minisat) R 2271 2271 1820 0 -1 4194304 586 0 0 0 5106 0 0 0 25 0 1 0 243358032 2867200 336 1992294400 134512640 135212939 4294956320 18446744073709551615 134536571 0 0 4096 3 0 0 0 17 1 0 0
/proc/2273/statm: 700 336 76 170 0 528 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 4216

[startup+102.305 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 2273
/proc/meminfo: memFree=1682152/2055920 swapFree=4180268/4192956
[pid=2271] ppid=2269 vsize=1416 CPUtime=0
/proc/2271/stat : 2271 (IUT_BMB_SIM) S 2269 2271 1820 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 243358031 1449984 156 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2271/statm: 354 156 105 274 0 77 0
[pid=2273] ppid=2271 vsize=3056 CPUtime=102.25
/proc/2273/stat : 2273 (minisat) R 2271 2271 1820 0 -1 4194304 655 0 0 0 10225 0 0 0 25 0 1 0 243358032 3129344 405 1992294400 134512640 135212939 4294956320 18446744073709551615 134527029 0 0 4096 3 0 0 0 17 1 0 0
/proc/2273/statm: 764 405 76 170 0 592 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 4472

[startup+162.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 2273
/proc/meminfo: memFree=1682024/2055920 swapFree=4180268/4192956
[pid=2271] ppid=2269 vsize=1416 CPUtime=0
/proc/2271/stat : 2271 (IUT_BMB_SIM) S 2269 2271 1820 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 243358031 1449984 156 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2271/statm: 354 156 105 274 0 77 0
[pid=2273] ppid=2271 vsize=3320 CPUtime=162.23
/proc/2273/stat : 2273 (minisat) R 2271 2271 1820 0 -1 4194304 699 0 0 0 16223 0 0 0 25 0 1 0 243358032 3399680 449 1992294400 134512640 135212939 4294956320 18446744073709551615 134538887 0 0 4096 3 0 0 0 17 1 0 0
/proc/2273/statm: 830 449 76 170 0 658 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 4736

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2273
/proc/meminfo: memFree=1681896/2055920 swapFree=4180268/4192956
[pid=2271] ppid=2269 vsize=1416 CPUtime=0
/proc/2271/stat : 2271 (IUT_BMB_SIM) S 2269 2271 1820 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 243358031 1449984 156 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2271/statm: 354 156 105 274 0 77 0
[pid=2273] ppid=2271 vsize=3320 CPUtime=222.21
/proc/2273/stat : 2273 (minisat) R 2271 2271 1820 0 -1 4194304 725 0 0 0 22221 0 0 0 25 0 1 0 243358032 3399680 475 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/2273/statm: 830 475 76 170 0 658 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 4736

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2273
/proc/meminfo: memFree=1681704/2055920 swapFree=4180268/4192956
[pid=2271] ppid=2269 vsize=1416 CPUtime=0
/proc/2271/stat : 2271 (IUT_BMB_SIM) S 2269 2271 1820 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 243358031 1449984 156 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2271/statm: 354 156 105 274 0 77 0
[pid=2273] ppid=2271 vsize=3452 CPUtime=282.2
/proc/2273/stat : 2273 (minisat) R 2271 2271 1820 0 -1 4194304 756 0 0 0 28219 1 0 0 25 0 1 0 243358032 3534848 506 1992294400 134512640 135212939 4294956320 18446744073709551615 134536768 0 0 4096 3 0 0 0 17 1 0 0
/proc/2273/statm: 863 506 76 170 0 691 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 4868

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2273
/proc/meminfo: memFree=1681576/2055920 swapFree=4180268/4192956
[pid=2271] ppid=2269 vsize=1416 CPUtime=0
/proc/2271/stat : 2271 (IUT_BMB_SIM) S 2269 2271 1820 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 243358031 1449984 156 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2271/statm: 354 156 105 274 0 77 0
[pid=2273] ppid=2271 vsize=3568 CPUtime=342.19
/proc/2273/stat : 2273 (minisat) R 2271 2271 1820 0 -1 4194304 785 0 0 0 34218 1 0 0 25 0 1 0 243358032 3653632 535 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/2273/statm: 892 535 76 170 0 720 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 4984

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2273
/proc/meminfo: memFree=1681320/2055920 swapFree=4180268/4192956
[pid=2271] ppid=2269 vsize=1416 CPUtime=0
/proc/2271/stat : 2271 (IUT_BMB_SIM) S 2269 2271 1820 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 243358031 1449984 156 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2271/statm: 354 156 105 274 0 77 0
[pid=2273] ppid=2271 vsize=3832 CPUtime=402.17
/proc/2273/stat : 2273 (minisat) R 2271 2271 1820 0 -1 4194304 833 0 0 0 40216 1 0 0 25 0 1 0 243358032 3923968 583 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/2273/statm: 958 583 76 170 0 786 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 5248

[startup+462.301 s]

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

/proc/2271/statm: 354 156 105 274 0 77 0
[pid=2273] ppid=2271 vsize=3832 CPUtime=462.15
/proc/2273/stat : 2273 (minisat) R 2271 2271 1820 0 -1 4194304 856 0 0 0 46214 1 0 0 25 0 1 0 243358032 3923968 606 1992294400 134512640 135212939 4294956320 18446744073709551615 134536914 0 0 4096 3 0 0 0 17 1 0 0
/proc/2273/statm: 958 606 76 170 0 786 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 5248

[startup+522.302 s]
/proc/loadavg: 1.05 1.01 1.00 2/66 2275
/proc/meminfo: memFree=1681128/2055920 swapFree=4180268/4192956
[pid=2271] ppid=2269 vsize=1416 CPUtime=0
/proc/2271/stat : 2271 (IUT_BMB_SIM) S 2269 2271 1820 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 243358031 1449984 156 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2271/statm: 354 156 105 274 0 77 0
[pid=2273] ppid=2271 vsize=3964 CPUtime=522.13
/proc/2273/stat : 2273 (minisat) R 2271 2271 1820 0 -1 4194304 867 0 0 0 52212 1 0 0 25 0 1 0 243358032 4059136 617 1992294400 134512640 135212939 4294956320 18446744073709551615 134527011 0 0 4096 3 0 0 0 17 1 0 0
/proc/2273/statm: 991 617 76 170 0 819 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 5380

[startup+582.302 s]
/proc/loadavg: 1.06 1.02 1.00 2/66 2275
/proc/meminfo: memFree=1681064/2055920 swapFree=4180268/4192956
[pid=2271] ppid=2269 vsize=1416 CPUtime=0
/proc/2271/stat : 2271 (IUT_BMB_SIM) S 2269 2271 1820 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 243358031 1449984 156 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2271/statm: 354 156 105 274 0 77 0
[pid=2273] ppid=2271 vsize=3964 CPUtime=582.11
/proc/2273/stat : 2273 (minisat) R 2271 2271 1820 0 -1 4194304 886 0 0 0 58210 1 0 0 25 0 1 0 243358032 4059136 636 1992294400 134512640 135212939 4294956320 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 1 0 0
/proc/2273/statm: 991 636 76 170 0 819 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 5380

[startup+642.302 s]
/proc/loadavg: 1.06 1.03 1.00 2/66 2275
/proc/meminfo: memFree=1680936/2055920 swapFree=4180268/4192956
[pid=2271] ppid=2269 vsize=1416 CPUtime=0
/proc/2271/stat : 2271 (IUT_BMB_SIM) S 2269 2271 1820 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 243358031 1449984 156 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2271/statm: 354 156 105 274 0 77 0
[pid=2273] ppid=2271 vsize=4096 CPUtime=642.1
/proc/2273/stat : 2273 (minisat) R 2271 2271 1820 0 -1 4194304 899 0 0 0 64209 1 0 0 25 0 1 0 243358032 4194304 649 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/2273/statm: 1024 649 76 170 0 852 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 5512

[startup+702.302 s]
/proc/loadavg: 1.14 1.07 1.01 2/66 2275
/proc/meminfo: memFree=1680936/2055920 swapFree=4180268/4192956
[pid=2271] ppid=2269 vsize=1416 CPUtime=0
/proc/2271/stat : 2271 (IUT_BMB_SIM) S 2269 2271 1820 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 243358031 1449984 156 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2271/statm: 354 156 105 274 0 77 0
[pid=2273] ppid=2271 vsize=4096 CPUtime=702.08
/proc/2273/stat : 2273 (minisat) R 2271 2271 1820 0 -1 4194304 911 0 0 0 70207 1 0 0 25 0 1 0 243358032 4194304 661 1992294400 134512640 135212939 4294956320 18446744073709551615 134536541 0 0 4096 3 0 0 0 17 1 0 0
/proc/2273/statm: 1024 661 76 170 0 852 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 5512

[startup+762.306 s]
/proc/loadavg: 1.05 1.05 1.01 2/66 2275
/proc/meminfo: memFree=1680872/2055920 swapFree=4180268/4192956
[pid=2271] ppid=2269 vsize=1416 CPUtime=0
/proc/2271/stat : 2271 (IUT_BMB_SIM) S 2269 2271 1820 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 243358031 1449984 156 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2271/statm: 354 156 105 274 0 77 0
[pid=2273] ppid=2271 vsize=4096 CPUtime=762.07
/proc/2273/stat : 2273 (minisat) R 2271 2271 1820 0 -1 4194304 918 0 0 0 76205 2 0 0 25 0 1 0 243358032 4194304 668 1992294400 134512640 135212939 4294956320 18446744073709551615 134527116 0 0 4096 3 0 0 0 17 1 0 0
/proc/2273/statm: 1024 668 76 170 0 852 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 5512

[startup+822.302 s]
/proc/loadavg: 1.02 1.04 1.00 2/66 2275
/proc/meminfo: memFree=1680872/2055920 swapFree=4180268/4192956
[pid=2271] ppid=2269 vsize=1416 CPUtime=0
/proc/2271/stat : 2271 (IUT_BMB_SIM) S 2269 2271 1820 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 243358031 1449984 156 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2271/statm: 354 156 105 274 0 77 0
[pid=2273] ppid=2271 vsize=4096 CPUtime=822.05
/proc/2273/stat : 2273 (minisat) R 2271 2271 1820 0 -1 4194304 918 0 0 0 82203 2 0 0 25 0 1 0 243358032 4194304 668 1992294400 134512640 135212939 4294956320 18446744073709551615 134536105 0 0 4096 3 0 0 0 17 1 0 0
/proc/2273/statm: 1024 668 76 170 0 852 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 5512

[startup+882.302 s]
/proc/loadavg: 1.00 1.03 1.00 2/66 2275
/proc/meminfo: memFree=1680808/2055920 swapFree=4180268/4192956
[pid=2271] ppid=2269 vsize=1416 CPUtime=0
/proc/2271/stat : 2271 (IUT_BMB_SIM) S 2269 2271 1820 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 243358031 1449984 156 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2271/statm: 354 156 105 274 0 77 0
[pid=2273] ppid=2271 vsize=4224 CPUtime=882.03
/proc/2273/stat : 2273 (minisat) R 2271 2271 1820 0 -1 4194304 943 0 0 0 88201 2 0 0 25 0 1 0 243358032 4325376 693 1992294400 134512640 135212939 4294956320 18446744073709551615 134538844 0 0 4096 3 0 0 0 17 1 0 0
/proc/2273/statm: 1056 693 76 170 0 884 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 5640

[startup+942.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 2275
/proc/meminfo: memFree=1680680/2055920 swapFree=4180268/4192956
[pid=2271] ppid=2269 vsize=1416 CPUtime=0
/proc/2271/stat : 2271 (IUT_BMB_SIM) S 2269 2271 1820 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 243358031 1449984 156 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2271/statm: 354 156 105 274 0 77 0
[pid=2273] ppid=2271 vsize=4224 CPUtime=942.02
/proc/2273/stat : 2273 (minisat) R 2271 2271 1820 0 -1 4194304 954 0 0 0 94200 2 0 0 25 0 1 0 243358032 4325376 704 1992294400 134512640 135212939 4294956320 18446744073709551615 134526674 0 0 4096 3 0 0 0 17 1 0 0
/proc/2273/statm: 1056 704 76 170 0 884 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 5640

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 2275
/proc/meminfo: memFree=1680616/2055920 swapFree=4180268/4192956
[pid=2271] ppid=2269 vsize=1416 CPUtime=0
/proc/2271/stat : 2271 (IUT_BMB_SIM) S 2269 2271 1820 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 243358031 1449984 156 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2271/statm: 354 156 105 274 0 77 0
[pid=2273] ppid=2271 vsize=4352 CPUtime=1002
/proc/2273/stat : 2273 (minisat) R 2271 2271 1820 0 -1 4194304 965 0 0 0 100198 2 0 0 25 0 1 0 243358032 4456448 715 1992294400 134512640 135212939 4294956320 18446744073709551615 134527051 0 0 4096 3 0 0 0 17 1 0 0
/proc/2273/statm: 1088 715 76 170 0 916 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 5768

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 2275
/proc/meminfo: memFree=1680552/2055920 swapFree=4180268/4192956
[pid=2271] ppid=2269 vsize=1416 CPUtime=0
/proc/2271/stat : 2271 (IUT_BMB_SIM) S 2269 2271 1820 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 243358031 1449984 156 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2271/statm: 354 156 105 274 0 77 0
[pid=2273] ppid=2271 vsize=4352 CPUtime=1061.98
/proc/2273/stat : 2273 (minisat) R 2271 2271 1820 0 -1 4194304 984 0 0 0 106196 2 0 0 25 0 1 0 243358032 4456448 734 1992294400 134512640 135212939 4294956320 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 1 0 0
/proc/2273/statm: 1088 734 76 170 0 916 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 5768

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2275
/proc/meminfo: memFree=1680488/2055920 swapFree=4180268/4192956
[pid=2271] ppid=2269 vsize=1416 CPUtime=0
/proc/2271/stat : 2271 (IUT_BMB_SIM) S 2269 2271 1820 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 243358031 1449984 156 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2271/statm: 354 156 105 274 0 77 0
[pid=2273] ppid=2271 vsize=4484 CPUtime=1121.96
/proc/2273/stat : 2273 (minisat) R 2271 2271 1820 0 -1 4194304 998 0 0 0 112194 2 0 0 25 0 1 0 243358032 4591616 748 1992294400 134512640 135212939 4294956320 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 1 0 0
/proc/2273/statm: 1121 748 76 170 0 949 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 5900

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2275
/proc/meminfo: memFree=1680424/2055920 swapFree=4180268/4192956
[pid=2271] ppid=2269 vsize=1416 CPUtime=0
/proc/2271/stat : 2271 (IUT_BMB_SIM) S 2269 2271 1820 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 243358031 1449984 156 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2271/statm: 354 156 105 274 0 77 0
[pid=2273] ppid=2271 vsize=4484 CPUtime=1181.95
/proc/2273/stat : 2273 (minisat) R 2271 2271 1820 0 -1 4194304 1003 0 0 0 118193 2 0 0 25 0 1 0 243358032 4591616 753 1992294400 134512640 135212939 4294956320 18446744073709551615 134536504 0 0 4096 3 0 0 0 17 1 0 0
/proc/2273/statm: 1121 753 76 170 0 949 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 5900



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2275
/proc/meminfo: memFree=1680424/2055920 swapFree=4180268/4192956
[pid=2271] ppid=2269 vsize=1416 CPUtime=0
/proc/2271/stat : 2271 (IUT_BMB_SIM) S 2269 2271 1820 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 243358031 1449984 156 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2271/statm: 354 156 105 274 0 77 0
[pid=2273] ppid=2271 vsize=4484 CPUtime=1200.05
/proc/2273/stat : 2273 (minisat) R 2271 2271 1820 0 -1 4194304 1010 0 0 0 120003 2 0 0 25 0 1 0 243358032 4591616 760 1992294400 134512640 135212939 4294956320 18446744073709551615 134526741 0 0 4096 3 0 0 0 17 1 0 0
/proc/2273/statm: 1121 760 76 170 0 949 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 5900

Sending SIGTERM to process tree (bottom up)

Sleeping 2Solver just ended. Dumping a history of the last processes samples

Child status: 0
Real time (s): 1200.41
CPU time (s): 1200.07
CPU user time (s): 1200.04
CPU system time (s): 0.027995
CPU usage (%): 99.9717
Max. virtual memory (cumulated for all children) (KiB): 5900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200.04
system time used= 0.027995
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1231
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= 6
involuntary context switches= 1956

runsolver used 1.38979 second user time and 2.98555 second system time

The end

Launcher Data

Begin job on node70 at 2009-05-12 20:35:20
IDJOB=1806884
IDBENCH=71122
IDSOLVER=650
FILE ID=node70/1806884-1242153320
PBS_JOBID= 9289655
Free space on /tmp= 66332 MiB

SOLVER NAME= IUT_BMB_SIM 1.0
BENCH NAME= SAT09/CRAFTED/sgen/sat/sgen1-sat-240-100.cnf
COMMAND LINE= IUT_BMB_SIM BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1806884-1242153320/watcher-1806884-1242153320 -o /tmp/evaluation-result-1806884-1242153320/solver-1806884-1242153320 -C 1200 -W 1800 -M 1800  IUT_BMB_SIM HOME/instance-1806884-1242153320.cnf HOME

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

MD5SUM BENCH= 227ae3ed738eb1cf18ca67ef64582b2c
RANDOM SEED=1760670570

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1684696 kB
Buffers:         44312 kB
Cached:         247032 kB
SwapCached:       6496 kB
Active:          61500 kB
Inactive:       238332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1684696 kB
SwapTotal:     4192956 kB
SwapFree:      4180268 kB
Dirty:            2156 kB
Writeback:           0 kB
Mapped:          14036 kB
Slab:            57528 kB
Committed_AS:   841900 kB
PageTables:       1372 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= 66328 MiB
End job on node70 at 2009-05-12 20:55:20