Trace number 1806107

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

General information on the benchmark

Namecrafted/Hard/contest05/others/
eulcbip-8-UNSAT.sat05-3937.reshuffled-07.cnf
MD5SUMcc16a72221b8e1efdfd6127b2f238bcd
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 variables161
Number of clauses802
Sum of the clauses size3204
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22
Number of clauses of size 30
Number of clauses of size 4800
Number of clauses of size 50
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:  161                                                  |
0.00/0.01	|  Number of clauses:    802                                                  |
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 |     161      800     3200 |      266        0    nan |  0.000 % |
0.00/0.01	|       100 |     161      800     3200 |      293      100      5 |  0.004 % |
0.00/0.01	|       251 |     161      800     3200 |      322      251     19 |  0.004 % |
0.00/0.02	|       478 |     161      800     3200 |      354      276     19 |  0.004 % |
0.00/0.02	|       815 |     161      800     3200 |      390      398     17 |  0.004 % |
0.00/0.03	|      1323 |     161      800     3200 |      429      474     21 |  0.004 % |
0.00/0.05	|      2084 |     161      800     3200 |      472      474     17 |  0.004 % |
0.00/0.08	|      3223 |     161      800     3200 |      519      547     21 |  0.004 % |
0.00/0.13	|      4932 |     161      800     3200 |      571      529     21 |  0.004 % |
0.00/0.20	|      7495 |     161      800     3200 |      628      510     21 |  0.004 % |
0.00/0.32	|     11339 |     161      800     3200 |      691      562     19 |  0.004 % |
0.00/0.49	|     17105 |     161      800     3200 |      760      727     21 |  0.004 % |
0.00/0.77	|     25754 |     161      800     3200 |      836      853     27 |  0.004 % |
1.09/1.19	|     38728 |     161      800     3200 |      920      868     27 |  0.004 % |
1.78/1.80	|     58190 |     161      800     3200 |     1012      696     22 |  0.004 % |
2.78/2.84	|     87382 |     161      800     3200 |     1113      609     18 |  0.004 % |
4.29/4.39	|    131172 |     161      800     3200 |     1225      665     21 |  0.004 % |
6.68/6.76	|    196856 |     161      800     3200 |     1347      973     23 |  0.004 % |
10.58/10.69	|    295382 |     161      800     3200 |     1482      910     22 |  0.004 % |
16.88/16.96	|    443172 |     161      800     3200 |     1630     1479     30 |  0.004 % |
26.87/26.92	|    664855 |     161      800     3200 |     1793     1675     33 |  0.004 % |
40.77/40.84	|    997380 |     161      800     3200 |     1973     1432     31 |  0.004 % |
63.06/63.19	|   1496170 |     161      800     3200 |     2170     1595     33 |  0.004 % |
96.45/96.50	|   2244353 |     161      800     3200 |     2387     1804     34 |  0.004 % |
152.74/152.81	|   3366628 |     161      800     3200 |     2626     2452     34 |  0.004 % |
236.90/237.04	|   5050039 |     161      800     3200 |     2889     2415     40 |  0.004 % |
366.27/366.43	|   7575157 |     161      800     3200 |     3178     2831     34 |  0.004 % |
568.71/568.94	|  11362832 |     161      800     3200 |     3495     1833     30 |  0.004 % |
869.21/869.58	|  17044345 |     161      800     3200 |     3845     1890     29 |  0.004 % |
1200.01/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-1806107-1242145299/watcher-1806107-1242145299 -o /tmp/evaluation-result-1806107-1242145299/solver-1806107-1242145299 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1806107-1242145299.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.99 0.97 0.91 3/64 5484
/proc/meminfo: memFree=1201832/2055920 swapFree=4181380/4192956
[pid=5484] ppid=5482 vsize=1284 CPUtime=0
/proc/5484/stat : 5484 (IUT_BMB_SIM) R 5482 5484 5258 0 -1 4194304 154 0 0 0 0 0 0 0 18 0 1 0 242563350 1314816 137 1992294400 134512640 135635349 4294956224 18446744073709551615 135132510 0 0 4096 0 0 0 0 17 0 0 0
/proc/5484/statm: 321 137 101 274 0 44 0

[startup+0.048218 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 5484
/proc/meminfo: memFree=1201832/2055920 swapFree=4181380/4192956
[pid=5484] ppid=5482 vsize=1284 CPUtime=0
/proc/5484/stat : 5484 (IUT_BMB_SIM) S 5482 5484 5258 0 -1 4194304 160 0 0 0 0 0 0 0 18 0 1 0 242563350 1314816 142 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5484/statm: 321 142 106 274 0 44 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1284

[startup+0.101223 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 5484
/proc/meminfo: memFree=1201832/2055920 swapFree=4181380/4192956
[pid=5484] ppid=5482 vsize=1284 CPUtime=0
/proc/5484/stat : 5484 (IUT_BMB_SIM) S 5482 5484 5258 0 -1 4194304 160 0 0 0 0 0 0 0 18 0 1 0 242563350 1314816 142 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5484/statm: 321 142 106 274 0 44 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1284

[startup+0.301249 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 5484
/proc/meminfo: memFree=1201832/2055920 swapFree=4181380/4192956
[pid=5484] ppid=5482 vsize=1284 CPUtime=0
/proc/5484/stat : 5484 (IUT_BMB_SIM) S 5482 5484 5258 0 -1 4194304 160 0 0 0 0 0 0 0 18 0 1 0 242563350 1314816 142 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5484/statm: 321 142 106 274 0 44 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1284

[startup+0.7013 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 5484
/proc/meminfo: memFree=1201832/2055920 swapFree=4181380/4192956
[pid=5484] ppid=5482 vsize=1284 CPUtime=0
/proc/5484/stat : 5484 (IUT_BMB_SIM) S 5482 5484 5258 0 -1 4194304 160 0 0 0 0 0 0 0 18 0 1 0 242563350 1314816 142 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5484/statm: 321 142 106 274 0 44 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1284

[startup+1.50141 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 5486
/proc/meminfo: memFree=1201304/2055920 swapFree=4181380/4192956
[pid=5484] ppid=5482 vsize=1284 CPUtime=0
/proc/5484/stat : 5484 (IUT_BMB_SIM) S 5482 5484 5258 0 -1 4194304 160 0 0 0 0 0 0 0 18 0 1 0 242563350 1314816 142 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5484/statm: 321 142 106 274 0 44 0
[pid=5486] ppid=5484 vsize=2152 CPUtime=1.48
/proc/5486/stat : 5486 (minisat) R 5484 5484 5258 0 -1 4194304 418 0 0 0 148 0 0 0 25 0 1 0 242563351 2203648 168 1992294400 134512640 135212939 4294956320 18446744073709551615 134530499 0 0 4096 3 0 0 0 17 1 0 0
/proc/5486/statm: 538 168 76 170 0 366 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 3436

[startup+3.10161 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 5486
/proc/meminfo: memFree=1201112/2055920 swapFree=4181380/4192956
[pid=5484] ppid=5482 vsize=1284 CPUtime=0
/proc/5484/stat : 5484 (IUT_BMB_SIM) S 5482 5484 5258 0 -1 4194304 160 0 0 0 0 0 0 0 18 0 1 0 242563350 1314816 142 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5484/statm: 321 142 106 274 0 44 0
[pid=5486] ppid=5484 vsize=2284 CPUtime=3.08
/proc/5486/stat : 5486 (minisat) R 5484 5484 5258 0 -1 4194304 440 0 0 0 308 0 0 0 25 0 1 0 242563351 2338816 190 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/5486/statm: 571 190 76 170 0 399 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 3568

[startup+6.30104 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 5486
/proc/meminfo: memFree=1200920/2055920 swapFree=4181380/4192956
[pid=5484] ppid=5482 vsize=1284 CPUtime=0
/proc/5484/stat : 5484 (IUT_BMB_SIM) S 5482 5484 5258 0 -1 4194304 160 0 0 0 0 0 0 0 18 0 1 0 242563350 1314816 142 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5484/statm: 321 142 106 274 0 44 0
[pid=5486] ppid=5484 vsize=2284 CPUtime=6.28
/proc/5486/stat : 5486 (minisat) R 5484 5484 5258 0 -1 4194304 454 0 0 0 628 0 0 0 25 0 1 0 242563351 2338816 204 1992294400 134512640 135212939 4294956320 18446744073709551615 134526627 0 0 4096 3 0 0 0 17 1 0 0
/proc/5486/statm: 571 204 76 170 0 399 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 3568

[startup+12.7029 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 5486
/proc/meminfo: memFree=1200664/2055920 swapFree=4181380/4192956
[pid=5484] ppid=5482 vsize=1284 CPUtime=0
/proc/5484/stat : 5484 (IUT_BMB_SIM) S 5482 5484 5258 0 -1 4194304 160 0 0 0 0 0 0 0 18 0 1 0 242563350 1314816 142 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5484/statm: 321 142 106 274 0 44 0
[pid=5486] ppid=5484 vsize=2412 CPUtime=12.68
/proc/5486/stat : 5486 (minisat) R 5484 5484 5258 0 -1 4194304 500 0 0 0 1268 0 0 0 25 0 1 0 242563351 2469888 250 1992294400 134512640 135212939 4294956320 18446744073709551615 134536105 0 0 4096 3 0 0 0 17 1 0 0
/proc/5486/statm: 603 250 76 170 0 431 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 3696

[startup+25.5016 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 5486
/proc/meminfo: memFree=1200472/2055920 swapFree=4181380/4192956
[pid=5484] ppid=5482 vsize=1284 CPUtime=0
/proc/5484/stat : 5484 (IUT_BMB_SIM) S 5482 5484 5258 0 -1 4194304 160 0 0 0 0 0 0 0 18 0 1 0 242563350 1314816 142 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5484/statm: 321 142 106 274 0 44 0
[pid=5486] ppid=5484 vsize=2544 CPUtime=25.48
/proc/5486/stat : 5486 (minisat) R 5484 5484 5258 0 -1 4194304 536 0 0 0 2548 0 0 0 25 0 1 0 242563351 2605056 286 1992294400 134512640 135212939 4294956320 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 1 0 0
/proc/5486/statm: 636 286 76 170 0 464 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 3828

[startup+51.1019 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 5486
/proc/meminfo: memFree=1200344/2055920 swapFree=4181380/4192956
[pid=5484] ppid=5482 vsize=1284 CPUtime=0
/proc/5484/stat : 5484 (IUT_BMB_SIM) S 5482 5484 5258 0 -1 4194304 160 0 0 0 0 0 0 0 18 0 1 0 242563350 1314816 142 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5484/statm: 321 142 106 274 0 44 0
[pid=5486] ppid=5484 vsize=2808 CPUtime=51.07
/proc/5486/stat : 5486 (minisat) R 5484 5484 5258 0 -1 4194304 590 0 0 0 5107 0 0 0 25 0 1 0 242563351 2875392 340 1992294400 134512640 135212939 4294956320 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 1 0 0
/proc/5486/statm: 702 340 76 170 0 530 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 4092

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 5486
/proc/meminfo: memFree=1199960/2055920 swapFree=4181380/4192956
[pid=5484] ppid=5482 vsize=1284 CPUtime=0
/proc/5484/stat : 5484 (IUT_BMB_SIM) S 5482 5484 5258 0 -1 4194304 160 0 0 0 0 0 0 0 18 0 1 0 242563350 1314816 142 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5484/statm: 321 142 106 274 0 44 0
[pid=5486] ppid=5484 vsize=3192 CPUtime=102.25
/proc/5486/stat : 5486 (minisat) R 5484 5484 5258 0 -1 4194304 671 0 0 0 10225 0 0 0 25 0 1 0 242563351 3268608 421 1992294400 134512640 135212939 4294956320 18446744073709551615 134527284 0 0 4096 3 0 0 0 17 1 0 0
/proc/5486/statm: 798 421 76 170 0 626 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 4476

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 5486
/proc/meminfo: memFree=1199768/2055920 swapFree=4181380/4192956
[pid=5484] ppid=5482 vsize=1284 CPUtime=0
/proc/5484/stat : 5484 (IUT_BMB_SIM) S 5482 5484 5258 0 -1 4194304 160 0 0 0 0 0 0 0 18 0 1 0 242563350 1314816 142 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5484/statm: 321 142 106 274 0 44 0
[pid=5486] ppid=5484 vsize=3440 CPUtime=162.23
/proc/5486/stat : 5486 (minisat) R 5484 5484 5258 0 -1 4194304 734 0 0 0 16223 0 0 0 25 0 1 0 242563351 3522560 484 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/5486/statm: 860 484 76 170 0 688 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 4724

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 5486
/proc/meminfo: memFree=1199576/2055920 swapFree=4181380/4192956
[pid=5484] ppid=5482 vsize=1284 CPUtime=0
/proc/5484/stat : 5484 (IUT_BMB_SIM) S 5482 5484 5258 0 -1 4194304 160 0 0 0 0 0 0 0 18 0 1 0 242563350 1314816 142 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5484/statm: 321 142 106 274 0 44 0
[pid=5486] ppid=5484 vsize=3572 CPUtime=222.21
/proc/5486/stat : 5486 (minisat) R 5484 5484 5258 0 -1 4194304 768 0 0 0 22221 0 0 0 25 0 1 0 242563351 3657728 518 1992294400 134512640 135212939 4294956320 18446744073709551615 134536617 0 0 4096 3 0 0 0 17 1 0 0
/proc/5486/statm: 893 518 76 170 0 721 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 4856

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 5486
/proc/meminfo: memFree=1199448/2055920 swapFree=4181380/4192956
[pid=5484] ppid=5482 vsize=1284 CPUtime=0
/proc/5484/stat : 5484 (IUT_BMB_SIM) S 5482 5484 5258 0 -1 4194304 160 0 0 0 0 0 0 0 18 0 1 0 242563350 1314816 142 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5484/statm: 321 142 106 274 0 44 0
[pid=5486] ppid=5484 vsize=3704 CPUtime=282.19
/proc/5486/stat : 5486 (minisat) R 5484 5484 5258 0 -1 4194304 796 0 0 0 28219 0 0 0 25 0 1 0 242563351 3792896 546 1992294400 134512640 135212939 4294956320 18446744073709551615 134536094 0 0 4096 3 0 0 0 17 1 0 0
/proc/5486/statm: 926 546 76 170 0 754 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 4988

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 5486
/proc/meminfo: memFree=1199320/2055920 swapFree=4181380/4192956
[pid=5484] ppid=5482 vsize=1284 CPUtime=0
/proc/5484/stat : 5484 (IUT_BMB_SIM) S 5482 5484 5258 0 -1 4194304 160 0 0 0 0 0 0 0 18 0 1 0 242563350 1314816 142 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5484/statm: 321 142 106 274 0 44 0
[pid=5486] ppid=5484 vsize=3704 CPUtime=342.18
/proc/5486/stat : 5486 (minisat) R 5484 5484 5258 0 -1 4194304 821 0 0 0 34217 1 0 0 25 0 1 0 242563351 3792896 571 1992294400 134512640 135212939 4294956320 18446744073709551615 134526682 0 0 4096 3 0 0 0 17 1 0 0
/proc/5486/statm: 926 571 76 170 0 754 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 4988

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 5486
/proc/meminfo: memFree=1199320/2055920 swapFree=4181380/4192956
[pid=5484] ppid=5482 vsize=1284 CPUtime=0
/proc/5484/stat : 5484 (IUT_BMB_SIM) S 5482 5484 5258 0 -1 4194304 160 0 0 0 0 0 0 0 18 0 1 0 242563350 1314816 142 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5484/statm: 321 142 106 274 0 44 0
[pid=5486] ppid=5484 vsize=3836 CPUtime=402.16
/proc/5486/stat : 5486 (minisat) R 5484 5484 5258 0 -1 4194304 839 0 0 0 40215 1 0 0 25 0 1 0 242563351 3928064 589 1992294400 134512640 135212939 4294956320 18446744073709551615 134526831 0 0 4096 3 0 0 0 17 1 0 0
/proc/5486/statm: 959 589 76 170 0 787 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 5120

[startup+462.302 s]

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

/proc/5484/statm: 321 142 106 274 0 44 0
[pid=5486] ppid=5484 vsize=3936 CPUtime=462.14
/proc/5486/stat : 5486 (minisat) R 5484 5484 5258 0 -1 4194304 865 0 0 0 46213 1 0 0 25 0 1 0 242563351 4030464 615 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/5486/statm: 984 615 76 170 0 812 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 5220

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 5486
/proc/meminfo: memFree=1199128/2055920 swapFree=4181380/4192956
[pid=5484] ppid=5482 vsize=1284 CPUtime=0
/proc/5484/stat : 5484 (IUT_BMB_SIM) S 5482 5484 5258 0 -1 4194304 160 0 0 0 0 0 0 0 18 0 1 0 242563350 1314816 142 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5484/statm: 321 142 106 274 0 44 0
[pid=5486] ppid=5484 vsize=3936 CPUtime=522.12
/proc/5486/stat : 5486 (minisat) R 5484 5484 5258 0 -1 4194304 871 0 0 0 52211 1 0 0 25 0 1 0 242563351 4030464 621 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/5486/statm: 984 621 76 170 0 812 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 5220

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 5486
/proc/meminfo: memFree=1199000/2055920 swapFree=4181380/4192956
[pid=5484] ppid=5482 vsize=1284 CPUtime=0
/proc/5484/stat : 5484 (IUT_BMB_SIM) S 5482 5484 5258 0 -1 4194304 160 0 0 0 0 0 0 0 18 0 1 0 242563350 1314816 142 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5484/statm: 321 142 106 274 0 44 0
[pid=5486] ppid=5484 vsize=4056 CPUtime=582.1
/proc/5486/stat : 5486 (minisat) R 5484 5484 5258 0 -1 4194304 905 0 0 0 58209 1 0 0 25 0 1 0 242563351 4153344 655 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/5486/statm: 1014 655 76 170 0 842 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 5340

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 5486
/proc/meminfo: memFree=1198936/2055920 swapFree=4181380/4192956
[pid=5484] ppid=5482 vsize=1284 CPUtime=0
/proc/5484/stat : 5484 (IUT_BMB_SIM) S 5482 5484 5258 0 -1 4194304 160 0 0 0 0 0 0 0 18 0 1 0 242563350 1314816 142 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5484/statm: 321 142 106 274 0 44 0
[pid=5486] ppid=5484 vsize=4188 CPUtime=642.09
/proc/5486/stat : 5486 (minisat) R 5484 5484 5258 0 -1 4194304 931 0 0 0 64208 1 0 0 25 0 1 0 242563351 4288512 681 1992294400 134512640 135212939 4294956320 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 1 0 0
/proc/5486/statm: 1047 681 76 170 0 875 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 5472

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 5486
/proc/meminfo: memFree=1198872/2055920 swapFree=4181380/4192956
[pid=5484] ppid=5482 vsize=1284 CPUtime=0
/proc/5484/stat : 5484 (IUT_BMB_SIM) S 5482 5484 5258 0 -1 4194304 160 0 0 0 0 0 0 0 18 0 1 0 242563350 1314816 142 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5484/statm: 321 142 106 274 0 44 0
[pid=5486] ppid=5484 vsize=4188 CPUtime=702.06
/proc/5486/stat : 5486 (minisat) R 5484 5484 5258 0 -1 4194304 932 0 0 0 70205 1 0 0 25 0 1 0 242563351 4288512 682 1992294400 134512640 135212939 4294956320 18446744073709551615 134526898 0 0 4096 3 0 0 0 17 1 0 0
/proc/5486/statm: 1047 682 76 170 0 875 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 5472

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 5486
/proc/meminfo: memFree=1198808/2055920 swapFree=4181380/4192956
[pid=5484] ppid=5482 vsize=1284 CPUtime=0
/proc/5484/stat : 5484 (IUT_BMB_SIM) S 5482 5484 5258 0 -1 4194304 160 0 0 0 0 0 0 0 18 0 1 0 242563350 1314816 142 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5484/statm: 321 142 106 274 0 44 0
[pid=5486] ppid=5484 vsize=4188 CPUtime=762.05
/proc/5486/stat : 5486 (minisat) R 5484 5484 5258 0 -1 4194304 940 0 0 0 76204 1 0 0 25 0 1 0 242563351 4288512 690 1992294400 134512640 135212939 4294956320 18446744073709551615 134526857 0 0 4096 3 0 0 0 17 1 0 0
/proc/5486/statm: 1047 690 76 170 0 875 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 5472

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 5486
/proc/meminfo: memFree=1198808/2055920 swapFree=4181380/4192956
[pid=5484] ppid=5482 vsize=1284 CPUtime=0
/proc/5484/stat : 5484 (IUT_BMB_SIM) S 5482 5484 5258 0 -1 4194304 160 0 0 0 0 0 0 0 18 0 1 0 242563350 1314816 142 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5484/statm: 321 142 106 274 0 44 0
[pid=5486] ppid=5484 vsize=4316 CPUtime=822.02
/proc/5486/stat : 5486 (minisat) R 5484 5484 5258 0 -1 4194304 952 0 0 0 82201 1 0 0 25 0 1 0 242563351 4419584 702 1992294400 134512640 135212939 4294956320 18446744073709551615 134539109 0 0 4096 3 0 0 0 17 1 0 0
/proc/5486/statm: 1079 702 76 170 0 907 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 5600

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 5486
/proc/meminfo: memFree=1198680/2055920 swapFree=4181380/4192956
[pid=5484] ppid=5482 vsize=1284 CPUtime=0
/proc/5484/stat : 5484 (IUT_BMB_SIM) S 5482 5484 5258 0 -1 4194304 160 0 0 0 0 0 0 0 18 0 1 0 242563350 1314816 142 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5484/statm: 321 142 106 274 0 44 0
[pid=5486] ppid=5484 vsize=4316 CPUtime=882
/proc/5486/stat : 5486 (minisat) R 5484 5484 5258 0 -1 4194304 972 0 0 0 88199 1 0 0 25 0 1 0 242563351 4419584 722 1992294400 134512640 135212939 4294956320 18446744073709551615 134538844 0 0 4096 3 0 0 0 17 1 0 0
/proc/5486/statm: 1079 722 76 170 0 907 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 5600

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 5486
/proc/meminfo: memFree=1198616/2055920 swapFree=4181380/4192956
[pid=5484] ppid=5482 vsize=1284 CPUtime=0
/proc/5484/stat : 5484 (IUT_BMB_SIM) S 5482 5484 5258 0 -1 4194304 160 0 0 0 0 0 0 0 18 0 1 0 242563350 1314816 142 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5484/statm: 321 142 106 274 0 44 0
[pid=5486] ppid=5484 vsize=4436 CPUtime=941.98
/proc/5486/stat : 5486 (minisat) R 5484 5484 5258 0 -1 4194304 982 0 0 0 94197 1 0 0 25 0 1 0 242563351 4542464 732 1992294400 134512640 135212939 4294956320 18446744073709551615 134526712 0 0 4096 3 0 0 0 17 1 0 0
/proc/5486/statm: 1109 732 76 170 0 937 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 5720

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 5486
/proc/meminfo: memFree=1198552/2055920 swapFree=4181380/4192956
[pid=5484] ppid=5482 vsize=1284 CPUtime=0
/proc/5484/stat : 5484 (IUT_BMB_SIM) S 5482 5484 5258 0 -1 4194304 160 0 0 0 0 0 0 0 18 0 1 0 242563350 1314816 142 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5484/statm: 321 142 106 274 0 44 0
[pid=5486] ppid=5484 vsize=4436 CPUtime=1001.97
/proc/5486/stat : 5486 (minisat) R 5484 5484 5258 0 -1 4194304 987 0 0 0 100195 2 0 0 25 0 1 0 242563351 4542464 737 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/5486/statm: 1109 737 76 170 0 937 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 5720

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 5486
/proc/meminfo: memFree=1198552/2055920 swapFree=4181380/4192956
[pid=5484] ppid=5482 vsize=1284 CPUtime=0
/proc/5484/stat : 5484 (IUT_BMB_SIM) S 5482 5484 5258 0 -1 4194304 160 0 0 0 0 0 0 0 18 0 1 0 242563350 1314816 142 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5484/statm: 321 142 106 274 0 44 0
[pid=5486] ppid=5484 vsize=4436 CPUtime=1061.95
/proc/5486/stat : 5486 (minisat) R 5484 5484 5258 0 -1 4194304 993 0 0 0 106193 2 0 0 25 0 1 0 242563351 4542464 743 1992294400 134512640 135212939 4294956320 18446744073709551615 134529346 0 0 4096 3 0 0 0 17 1 0 0
/proc/5486/statm: 1109 743 76 170 0 937 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 5720

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 5486
/proc/meminfo: memFree=1198552/2055920 swapFree=4181380/4192956
[pid=5484] ppid=5482 vsize=1284 CPUtime=0
/proc/5484/stat : 5484 (IUT_BMB_SIM) S 5482 5484 5258 0 -1 4194304 160 0 0 0 0 0 0 0 18 0 1 0 242563350 1314816 142 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5484/statm: 321 142 106 274 0 44 0
[pid=5486] ppid=5484 vsize=4436 CPUtime=1121.93
/proc/5486/stat : 5486 (minisat) R 5484 5484 5258 0 -1 4194304 997 0 0 0 112191 2 0 0 25 0 1 0 242563351 4542464 747 1992294400 134512640 135212939 4294956320 18446744073709551615 134526857 0 0 4096 3 0 0 0 17 1 0 0
/proc/5486/statm: 1109 747 76 170 0 937 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 5720

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 5486
/proc/meminfo: memFree=1198488/2055920 swapFree=4181380/4192956
[pid=5484] ppid=5482 vsize=1284 CPUtime=0
/proc/5484/stat : 5484 (IUT_BMB_SIM) S 5482 5484 5258 0 -1 4194304 160 0 0 0 0 0 0 0 18 0 1 0 242563350 1314816 142 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5484/statm: 321 142 106 274 0 44 0
[pid=5486] ppid=5484 vsize=4436 CPUtime=1181.92
/proc/5486/stat : 5486 (minisat) R 5484 5484 5258 0 -1 4194304 997 0 0 0 118190 2 0 0 25 0 1 0 242563351 4542464 747 1992294400 134512640 135212939 4294956320 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 1 0 0
/proc/5486/statm: 1109 747 76 170 0 937 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 5720



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 5486
/proc/meminfo: memFree=1198488/2055920 swapFree=4181380/4192956
[pid=5484] ppid=5482 vsize=1284 CPUtime=0
/proc/5484/stat : 5484 (IUT_BMB_SIM) S 5482 5484 5258 0 -1 4194304 160 0 0 0 0 0 0 0 18 0 1 0 242563350 1314816 142 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5484/statm: 321 142 106 274 0 44 0
[pid=5486] ppid=5484 vsize=4436 CPUtime=1200.01
/proc/5486/stat : 5486 (minisat) R 5484 5484 5258 0 -1 4194304 997 0 0 0 119999 2 0 0 25 0 1 0 242563351 4542464 747 1992294400 134512640 135212939 4294956320 18446744073709551615 134537035 0 0 4096 3 0 0 0 17 1 0 0
/proc/5486/statm: 1109 747 76 170 0 937 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 5720

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.03
CPU user time (s): 1200
CPU system time (s): 0.027995
CPU usage (%): 99.9688
Max. virtual memory (cumulated for all children) (KiB): 5732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200
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= 1192
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= 3363

runsolver used 1.48277 second user time and 2.50562 second system time

The end

Launcher Data

Begin job on node13 at 2009-05-12 18:21:39
IDJOB=1806107
IDBENCH=24666
IDSOLVER=650
FILE ID=node13/1806107-1242145299
PBS_JOBID= 9289708
Free space on /tmp= 66412 MiB

SOLVER NAME= IUT_BMB_SIM 1.0
BENCH NAME= SAT07/crafted/Hard/contest05/others/eulcbip-8-UNSAT.sat05-3937.reshuffled-07.cnf
COMMAND LINE= IUT_BMB_SIM BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1806107-1242145299/watcher-1806107-1242145299 -o /tmp/evaluation-result-1806107-1242145299/solver-1806107-1242145299 -C 1200 -W 1800 -M 1800  IUT_BMB_SIM HOME/instance-1806107-1242145299.cnf HOME

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

MD5SUM BENCH= cc16a72221b8e1efdfd6127b2f238bcd
RANDOM SEED=870866994

node13.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.227
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.227
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:       1202376 kB
Buffers:         71820 kB
Cached:         699880 kB
SwapCached:       5336 kB
Active:         178328 kB
Inactive:       601712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1202376 kB
SwapTotal:     4192956 kB
SwapFree:      4181380 kB
Dirty:            2160 kB
Writeback:           0 kB
Mapped:          14004 kB
Slab:            59536 kB
Committed_AS:   796056 kB
PageTables:       1460 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= 66412 MiB
End job on node13 at 2009-05-12 18:41:39