Trace number 1784719

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_SAT 1.0UNSAT 430.02 430.142

General information on the benchmark

Namecrafted/Medium/contest05/others/
pmg-11-UNSAT.sat05-3939.reshuffled-07.cnf
MD5SUMab810788a5ff5edde690e75706c8dd18
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark15.2297
Satisfiable
(Un)Satisfiability was proved
Number of variables169
Number of clauses562
Sum of the clauses size1684
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22
Number of clauses of size 3560
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c IUT_BMB_SAT version 1.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Number of variables:  169                                                  |
0.00/0.01	c |  Number of clauses:    562                                                  |
0.00/0.01	c |  Parsing time:         0.00         s                                       |
0.00/0.01	c ============================[ Search Statistics ]==============================
0.00/0.01	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.01	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.01	c ===============================================================================
0.00/0.01	c |         0 |      90      336     1016 |      112        0    nan |  0.000 % |
0.00/0.01	c |       100 |      90      336     1016 |      123      100     16 |  0.011 % |
0.00/0.01	c |       250 |      90      336     1016 |      135      169     16 |  0.004 % |
0.00/0.02	c |       475 |      90      336     1016 |      149      125     12 |  0.004 % |
0.00/0.02	c |       812 |      90      336     1016 |      163      178     13 |  0.011 % |
0.00/0.03	c |      1318 |      90      336     1016 |      180      179     13 |  0.011 % |
0.00/0.04	c |      2078 |      90      336     1016 |      198      162     12 |  0.007 % |
0.00/0.06	c |      3217 |      90      336     1016 |      218      249     13 |  0.004 % |
0.00/0.09	c |      4925 |      90      336     1016 |      240      166     11 |  0.007 % |
0.00/0.14	c |      7488 |      90      336     1016 |      264      270     12 |  0.004 % |
0.00/0.21	c |     11333 |      90      336     1016 |      290      292     13 |  0.004 % |
0.00/0.32	c |     17099 |      90      336     1016 |      319      244     11 |  0.007 % |
0.00/0.48	c |     25748 |      90      336     1016 |      351      243     11 |  0.004 % |
0.00/0.74	c |     38723 |      90      336     1016 |      386      227     10 |  0.011 % |
1.09/1.12	c |     58184 |      90      336     1016 |      425      322     12 |  0.004 % |
1.68/1.71	c |     87376 |      90      336     1016 |      467      329     13 |  0.004 % |
2.58/2.63	c |    131165 |      90      336     1016 |      514      409     12 |  0.007 % |
3.88/3.97	c |    196850 |      90      336     1016 |      566      338     11 |  0.004 % |
5.98/6.08	c |    295379 |      90      336     1016 |      622      352     12 |  0.004 % |
9.38/9.40	c |    443168 |      90      336     1016 |      684      567     14 |  0.004 % |
14.38/14.45	c |    664853 |      90      336     1016 |      753      467     13 |  0.004 % |
22.17/22.22	c |    997378 |      90      336     1016 |      828      744     14 |  0.004 % |
34.17/34.24	c |   1496167 |      90      336     1016 |      911      810     14 |  0.004 % |
52.67/52.74	c |   2244350 |      90      336     1016 |     1002      831     16 |  0.007 % |
81.66/81.74	c |   3366626 |      90      336     1016 |     1103      791     13 |  0.004 % |
126.54/126.64	c |   5050039 |      90      336     1016 |     1213      847     15 |  0.004 % |
195.52/195.67	c |   7575156 |      90      336     1016 |     1334     1018     14 |  0.018 % |
301.59/301.74	c |  11362832 |      89      330      998 |     1468      841     13 |  0.609 % |
429.96/430.14	c ===============================================================================
429.96/430.14	c restarts              : 28
429.96/430.14	c conflicts             : 15869948       (36907 /sec)
429.96/430.14	c decisions             : 17215570       (1.10 % random) (40037 /sec)
429.96/430.14	c propagations          : 376647605      (875938 /sec)
429.96/430.14	c conflict literals     : 260912106      (28.98 % deleted)
429.96/430.14	c Memory used           : 2.39 MB
429.96/430.14	c CPU time              : 429.994 s
429.96/430.14	
429.96/430.14	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1784719-1241865317/watcher-1784719-1241865317 -o /tmp/evaluation-result-1784719-1241865317/solver-1784719-1241865317 -C 5000 -W 6000 -M 1800 IUT_BMB_SAT HOME/instance-1784719-1241865317.cnf HOME 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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 0.99 0.91 3/64 29901
/proc/meminfo: memFree=1767656/2055920 swapFree=4075572/4192956
[pid=29901] ppid=29899 vsize=1284 CPUtime=0
/proc/29901/stat : 29901 (IUT_BMB_SAT) R 29899 29901 29795 0 -1 4194304 136 0 0 0 0 0 0 0 20 0 1 0 214559805 1314816 119 1992294400 134512640 135635285 4294956224 18446744073709551615 134693531 0 0 4096 0 0 0 0 17 1 0 0
/proc/29901/statm: 321 119 97 274 0 44 0

[startup+0.0935319 s]
/proc/loadavg: 1.00 0.99 0.91 3/64 29901
/proc/meminfo: memFree=1767656/2055920 swapFree=4075572/4192956
[pid=29901] ppid=29899 vsize=1284 CPUtime=0
/proc/29901/stat : 29901 (IUT_BMB_SAT) S 29899 29901 29795 0 -1 4194304 152 0 0 0 0 0 0 0 20 0 1 0 214559805 1314816 134 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/29901/statm: 321 134 106 274 0 44 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1284

[startup+0.101532 s]
/proc/loadavg: 1.00 0.99 0.91 3/64 29901
/proc/meminfo: memFree=1767656/2055920 swapFree=4075572/4192956
[pid=29901] ppid=29899 vsize=1284 CPUtime=0
/proc/29901/stat : 29901 (IUT_BMB_SAT) S 29899 29901 29795 0 -1 4194304 152 0 0 0 0 0 0 0 20 0 1 0 214559805 1314816 134 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/29901/statm: 321 134 106 274 0 44 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1284

[startup+0.301549 s]
/proc/loadavg: 1.00 0.99 0.91 3/64 29901
/proc/meminfo: memFree=1767656/2055920 swapFree=4075572/4192956
[pid=29901] ppid=29899 vsize=1284 CPUtime=0
/proc/29901/stat : 29901 (IUT_BMB_SAT) S 29899 29901 29795 0 -1 4194304 152 0 0 0 0 0 0 0 20 0 1 0 214559805 1314816 134 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/29901/statm: 321 134 106 274 0 44 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1284

[startup+0.701584 s]
/proc/loadavg: 1.00 0.99 0.91 3/64 29901
/proc/meminfo: memFree=1767656/2055920 swapFree=4075572/4192956
[pid=29901] ppid=29899 vsize=1284 CPUtime=0
/proc/29901/stat : 29901 (IUT_BMB_SAT) S 29899 29901 29795 0 -1 4194304 152 0 0 0 0 0 0 0 20 0 1 0 214559805 1314816 134 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/29901/statm: 321 134 106 274 0 44 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1284

[startup+1.50166 s]
/proc/loadavg: 1.00 0.99 0.91 2/67 29904
/proc/meminfo: memFree=1767056/2055920 swapFree=4075572/4192956
[pid=29901] ppid=29899 vsize=1284 CPUtime=0
/proc/29901/stat : 29901 (IUT_BMB_SAT) S 29899 29901 29795 0 -1 4194304 152 0 0 0 0 0 0 0 20 0 1 0 214559805 1314816 134 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/29901/statm: 321 134 106 274 0 44 0
[pid=29903] ppid=29901 vsize=5356 CPUtime=0
/proc/29903/stat : 29903 (sh) S 29901 29901 29795 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214559806 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29903/statm: 1339 232 193 169 0 50 0
[pid=29904] ppid=29903 vsize=2048 CPUtime=1.48
/proc/29904/stat : 29904 (minisat) R 29903 29901 29795 0 -1 4194304 152 0 0 0 148 0 0 0 25 0 1 0 214559806 2097152 133 1992294400 134512640 135243223 4294956320 18446744073709551615 134555504 0 0 4096 3 0 0 0 17 1 0 0
/proc/29904/statm: 512 133 84 178 0 332 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 8688

[startup+3.1018 s]
/proc/loadavg: 1.00 0.99 0.91 2/67 29904
/proc/meminfo: memFree=1766928/2055920 swapFree=4075572/4192956
[pid=29901] ppid=29899 vsize=1284 CPUtime=0
/proc/29901/stat : 29901 (IUT_BMB_SAT) S 29899 29901 29795 0 -1 4194304 152 0 0 0 0 0 0 0 20 0 1 0 214559805 1314816 134 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/29901/statm: 321 134 106 274 0 44 0
[pid=29903] ppid=29901 vsize=5356 CPUtime=0
/proc/29903/stat : 29903 (sh) S 29901 29901 29795 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214559806 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29903/statm: 1339 232 193 169 0 50 0
[pid=29904] ppid=29903 vsize=2048 CPUtime=3.08
/proc/29904/stat : 29904 (minisat) R 29903 29901 29795 0 -1 4194304 158 0 0 0 308 0 0 0 25 0 1 0 214559806 2097152 139 1992294400 134512640 135243223 4294956320 18446744073709551615 134555753 0 0 4096 3 0 0 0 17 1 0 0
/proc/29904/statm: 512 139 84 178 0 332 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 8688

[startup+6.30209 s]
/proc/loadavg: 1.00 0.99 0.91 2/67 29904
/proc/meminfo: memFree=1766736/2055920 swapFree=4075572/4192956
[pid=29901] ppid=29899 vsize=1284 CPUtime=0
/proc/29901/stat : 29901 (IUT_BMB_SAT) S 29899 29901 29795 0 -1 4194304 152 0 0 0 0 0 0 0 20 0 1 0 214559805 1314816 134 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/29901/statm: 321 134 106 274 0 44 0
[pid=29903] ppid=29901 vsize=5356 CPUtime=0
/proc/29903/stat : 29903 (sh) S 29901 29901 29795 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214559806 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29903/statm: 1339 232 193 169 0 50 0
[pid=29904] ppid=29903 vsize=2048 CPUtime=6.28
/proc/29904/stat : 29904 (minisat) R 29903 29901 29795 0 -1 4194304 166 0 0 0 628 0 0 0 25 0 1 0 214559806 2097152 147 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/29904/statm: 512 147 84 178 0 332 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 8688

[startup+12.7017 s]
/proc/loadavg: 1.00 0.99 0.91 2/67 29904
/proc/meminfo: memFree=1766672/2055920 swapFree=4075572/4192956
[pid=29901] ppid=29899 vsize=1284 CPUtime=0
/proc/29901/stat : 29901 (IUT_BMB_SAT) S 29899 29901 29795 0 -1 4194304 152 0 0 0 0 0 0 0 20 0 1 0 214559805 1314816 134 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/29901/statm: 321 134 106 274 0 44 0
[pid=29903] ppid=29901 vsize=5356 CPUtime=0
/proc/29903/stat : 29903 (sh) S 29901 29901 29795 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214559806 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29903/statm: 1339 232 193 169 0 50 0
[pid=29904] ppid=29903 vsize=2048 CPUtime=12.68
/proc/29904/stat : 29904 (minisat) R 29903 29901 29795 0 -1 4194304 174 0 0 0 1268 0 0 0 25 0 1 0 214559806 2097152 155 1992294400 134512640 135243223 4294956320 18446744073709551615 134555570 0 0 4096 3 0 0 0 17 1 0 0
/proc/29904/statm: 512 155 84 178 0 332 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 8688

[startup+25.5018 s]
/proc/loadavg: 1.00 0.99 0.91 2/67 29904
/proc/meminfo: memFree=1766672/2055920 swapFree=4075572/4192956
[pid=29901] ppid=29899 vsize=1284 CPUtime=0
/proc/29901/stat : 29901 (IUT_BMB_SAT) S 29899 29901 29795 0 -1 4194304 152 0 0 0 0 0 0 0 20 0 1 0 214559805 1314816 134 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/29901/statm: 321 134 106 274 0 44 0
[pid=29903] ppid=29901 vsize=5356 CPUtime=0
/proc/29903/stat : 29903 (sh) S 29901 29901 29795 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214559806 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29903/statm: 1339 232 193 169 0 50 0
[pid=29904] ppid=29903 vsize=2180 CPUtime=25.47
/proc/29904/stat : 29904 (minisat) R 29903 29901 29795 0 -1 4194304 186 0 0 0 2547 0 0 0 25 0 1 0 214559806 2232320 167 1992294400 134512640 135243223 4294956320 18446744073709551615 134558565 0 0 4096 3 0 0 0 17 1 0 0
/proc/29904/statm: 545 167 84 178 0 365 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 8820

[startup+51.1011 s]
/proc/loadavg: 1.00 0.99 0.91 2/67 29904
/proc/meminfo: memFree=1766608/2055920 swapFree=4075572/4192956
[pid=29901] ppid=29899 vsize=1284 CPUtime=0
/proc/29901/stat : 29901 (IUT_BMB_SAT) S 29899 29901 29795 0 -1 4194304 152 0 0 0 0 0 0 0 20 0 1 0 214559805 1314816 134 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/29901/statm: 321 134 106 274 0 44 0
[pid=29903] ppid=29901 vsize=5356 CPUtime=0
/proc/29903/stat : 29903 (sh) S 29901 29901 29795 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214559806 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29903/statm: 1339 232 193 169 0 50 0
[pid=29904] ppid=29903 vsize=2180 CPUtime=51.06
/proc/29904/stat : 29904 (minisat) R 29903 29901 29795 0 -1 4194304 199 0 0 0 5106 0 0 0 25 0 1 0 214559806 2232320 180 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/29904/statm: 545 180 84 178 0 365 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 8820

[startup+102.306 s]
/proc/loadavg: 1.05 1.00 0.91 2/67 29904
/proc/meminfo: memFree=1766544/2055920 swapFree=4075572/4192956
[pid=29901] ppid=29899 vsize=1284 CPUtime=0
/proc/29901/stat : 29901 (IUT_BMB_SAT) S 29899 29901 29795 0 -1 4194304 152 0 0 0 0 0 0 0 20 0 1 0 214559805 1314816 134 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/29901/statm: 321 134 106 274 0 44 0
[pid=29903] ppid=29901 vsize=5356 CPUtime=0
/proc/29903/stat : 29903 (sh) S 29901 29901 29795 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214559806 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29903/statm: 1339 232 193 169 0 50 0
[pid=29904] ppid=29903 vsize=2312 CPUtime=102.25
/proc/29904/stat : 29904 (minisat) R 29903 29901 29795 0 -1 4194304 220 0 0 0 10225 0 0 0 25 0 1 0 214559806 2367488 201 1992294400 134512640 135243223 4294956320 18446744073709551615 134564945 0 0 4096 3 0 0 0 17 1 0 0
/proc/29904/statm: 578 201 84 178 0 398 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 8952

[startup+162.301 s]
/proc/loadavg: 1.12 1.03 0.93 2/67 29904
/proc/meminfo: memFree=1766480/2055920 swapFree=4075572/4192956
[pid=29901] ppid=29899 vsize=1284 CPUtime=0
/proc/29901/stat : 29901 (IUT_BMB_SAT) S 29899 29901 29795 0 -1 4194304 152 0 0 0 0 0 0 0 20 0 1 0 214559805 1314816 134 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/29901/statm: 321 134 106 274 0 44 0
[pid=29903] ppid=29901 vsize=5356 CPUtime=0
/proc/29903/stat : 29903 (sh) S 29901 29901 29795 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214559806 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29903/statm: 1339 232 193 169 0 50 0
[pid=29904] ppid=29903 vsize=2312 CPUtime=162.23
/proc/29904/stat : 29904 (minisat) R 29903 29901 29795 0 -1 4194304 234 0 0 0 16223 0 0 0 25 0 1 0 214559806 2367488 215 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/29904/statm: 578 215 84 178 0 398 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 8952

[startup+222.301 s]
/proc/loadavg: 1.04 1.02 0.93 2/67 29904
/proc/meminfo: memFree=1766352/2055920 swapFree=4075572/4192956
[pid=29901] ppid=29899 vsize=1284 CPUtime=0
/proc/29901/stat : 29901 (IUT_BMB_SAT) S 29899 29901 29795 0 -1 4194304 152 0 0 0 0 0 0 0 20 0 1 0 214559805 1314816 134 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/29901/statm: 321 134 106 274 0 44 0
[pid=29903] ppid=29901 vsize=5356 CPUtime=0
/proc/29903/stat : 29903 (sh) S 29901 29901 29795 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214559806 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29903/statm: 1339 232 193 169 0 50 0
[pid=29904] ppid=29903 vsize=2312 CPUtime=222.21
/proc/29904/stat : 29904 (minisat) R 29903 29901 29795 0 -1 4194304 247 0 0 0 22221 0 0 0 25 0 1 0 214559806 2367488 228 1992294400 134512640 135243223 4294956320 18446744073709551615 134555504 0 0 4096 3 0 0 0 17 1 0 0
/proc/29904/statm: 578 228 84 178 0 398 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 8952

[startup+282.302 s]
/proc/loadavg: 1.01 1.02 0.93 2/67 29904
/proc/meminfo: memFree=1766288/2055920 swapFree=4075572/4192956
[pid=29901] ppid=29899 vsize=1284 CPUtime=0
/proc/29901/stat : 29901 (IUT_BMB_SAT) S 29899 29901 29795 0 -1 4194304 152 0 0 0 0 0 0 0 20 0 1 0 214559805 1314816 134 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/29901/statm: 321 134 106 274 0 44 0
[pid=29903] ppid=29901 vsize=5356 CPUtime=0
/proc/29903/stat : 29903 (sh) S 29901 29901 29795 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214559806 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29903/statm: 1339 232 193 169 0 50 0
[pid=29904] ppid=29903 vsize=2444 CPUtime=282.2
/proc/29904/stat : 29904 (minisat) R 29903 29901 29795 0 -1 4194304 253 0 0 0 28220 0 0 0 25 0 1 0 214559806 2502656 234 1992294400 134512640 135243223 4294956320 18446744073709551615 134555564 0 0 4096 3 0 0 0 17 1 0 0
/proc/29904/statm: 611 234 84 178 0 431 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 9084

[startup+342.301 s]
/proc/loadavg: 1.00 1.01 0.93 2/67 29906
/proc/meminfo: memFree=1766232/2055920 swapFree=4075572/4192956
[pid=29901] ppid=29899 vsize=1284 CPUtime=0
/proc/29901/stat : 29901 (IUT_BMB_SAT) S 29899 29901 29795 0 -1 4194304 152 0 0 0 0 0 0 0 20 0 1 0 214559805 1314816 134 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/29901/statm: 321 134 106 274 0 44 0
[pid=29903] ppid=29901 vsize=5356 CPUtime=0
/proc/29903/stat : 29903 (sh) S 29901 29901 29795 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214559806 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29903/statm: 1339 232 193 169 0 50 0
[pid=29904] ppid=29903 vsize=2444 CPUtime=342.19
/proc/29904/stat : 29904 (minisat) R 29903 29901 29795 0 -1 4194304 258 0 0 0 34218 1 0 0 25 0 1 0 214559806 2502656 239 1992294400 134512640 135243223 4294956320 18446744073709551615 134555619 0 0 4096 3 0 0 0 17 1 0 0
/proc/29904/statm: 611 239 84 178 0 431 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 9084

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 29906
/proc/meminfo: memFree=1766296/2055920 swapFree=4075572/4192956
[pid=29901] ppid=29899 vsize=1284 CPUtime=0
/proc/29901/stat : 29901 (IUT_BMB_SAT) S 29899 29901 29795 0 -1 4194304 152 0 0 0 0 0 0 0 20 0 1 0 214559805 1314816 134 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/29901/statm: 321 134 106 274 0 44 0
[pid=29903] ppid=29901 vsize=5356 CPUtime=0
/proc/29903/stat : 29903 (sh) S 29901 29901 29795 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214559806 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29903/statm: 1339 232 193 169 0 50 0
[pid=29904] ppid=29903 vsize=2444 CPUtime=402.17
/proc/29904/stat : 29904 (minisat) R 29903 29901 29795 0 -1 4194304 261 0 0 0 40216 1 0 0 25 0 1 0 214559806 2502656 242 1992294400 134512640 135243223 4294956320 18446744073709551615 134555653 0 0 4096 3 0 0 0 17 1 0 0
/proc/29904/statm: 611 242 84 178 0 431 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 9084

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

[startup+409.501 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 29906
/proc/meminfo: memFree=1766232/2055920 swapFree=4075572/4192956
[pid=29901] ppid=29899 vsize=1284 CPUtime=0
/proc/29901/stat : 29901 (IUT_BMB_SAT) S 29899 29901 29795 0 -1 4194304 152 0 0 0 0 0 0 0 20 0 1 0 214559805 1314816 134 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/29901/statm: 321 134 106 274 0 44 0
[pid=29903] ppid=29901 vsize=5356 CPUtime=0
/proc/29903/stat : 29903 (sh) S 29901 29901 29795 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214559806 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29903/statm: 1339 232 193 169 0 50 0
[pid=29904] ppid=29903 vsize=2444 CPUtime=409.36
/proc/29904/stat : 29904 (minisat) R 29903 29901 29795 0 -1 4194304 261 0 0 0 40935 1 0 0 25 0 1 0 214559806 2502656 242 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/29904/statm: 611 242 84 178 0 431 0
Current children cumulated CPU time (s) 409.36
Current children cumulated vsize (KiB) 9084

[startup+422.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 29906
/proc/meminfo: memFree=1766232/2055920 swapFree=4075572/4192956
[pid=29901] ppid=29899 vsize=1284 CPUtime=0
/proc/29901/stat : 29901 (IUT_BMB_SAT) S 29899 29901 29795 0 -1 4194304 152 0 0 0 0 0 0 0 20 0 1 0 214559805 1314816 134 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/29901/statm: 321 134 106 274 0 44 0
[pid=29903] ppid=29901 vsize=5356 CPUtime=0
/proc/29903/stat : 29903 (sh) S 29901 29901 29795 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214559806 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29903/statm: 1339 232 193 169 0 50 0
[pid=29904] ppid=29903 vsize=2444 CPUtime=422.17
/proc/29904/stat : 29904 (minisat) R 29903 29901 29795 0 -1 4194304 261 0 0 0 42216 1 0 0 25 0 1 0 214559806 2502656 242 1992294400 134512640 135243223 4294956320 18446744073709551615 134565286 0 0 4096 3 0 0 0 17 1 0 0
/proc/29904/statm: 611 242 84 178 0 431 0
Current children cumulated CPU time (s) 422.17
Current children cumulated vsize (KiB) 9084

[startup+425.503 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 29906
/proc/meminfo: memFree=1766232/2055920 swapFree=4075572/4192956
[pid=29901] ppid=29899 vsize=1284 CPUtime=0
/proc/29901/stat : 29901 (IUT_BMB_SAT) S 29899 29901 29795 0 -1 4194304 152 0 0 0 0 0 0 0 20 0 1 0 214559805 1314816 134 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/29901/statm: 321 134 106 274 0 44 0
[pid=29903] ppid=29901 vsize=5356 CPUtime=0
/proc/29903/stat : 29903 (sh) S 29901 29901 29795 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214559806 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29903/statm: 1339 232 193 169 0 50 0
[pid=29904] ppid=29903 vsize=2444 CPUtime=425.36
/proc/29904/stat : 29904 (minisat) R 29903 29901 29795 0 -1 4194304 261 0 0 0 42535 1 0 0 25 0 1 0 214559806 2502656 242 1992294400 134512640 135243223 4294956320 18446744073709551615 134558288 0 0 4096 3 0 0 0 17 1 0 0
/proc/29904/statm: 611 242 84 178 0 431 0
Current children cumulated CPU time (s) 425.36
Current children cumulated vsize (KiB) 9084

[startup+428.702 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 29906
/proc/meminfo: memFree=1766232/2055920 swapFree=4075572/4192956
[pid=29901] ppid=29899 vsize=1284 CPUtime=0
/proc/29901/stat : 29901 (IUT_BMB_SAT) S 29899 29901 29795 0 -1 4194304 152 0 0 0 0 0 0 0 20 0 1 0 214559805 1314816 134 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/29901/statm: 321 134 106 274 0 44 0
[pid=29903] ppid=29901 vsize=5356 CPUtime=0
/proc/29903/stat : 29903 (sh) S 29901 29901 29795 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214559806 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29903/statm: 1339 232 193 169 0 50 0
[pid=29904] ppid=29903 vsize=2444 CPUtime=428.56
/proc/29904/stat : 29904 (minisat) R 29903 29901 29795 0 -1 4194304 261 0 0 0 42855 1 0 0 25 0 1 0 214559806 2502656 242 1992294400 134512640 135243223 4294956320 18446744073709551615 134555753 0 0 4096 3 0 0 0 17 1 0 0
/proc/29904/statm: 611 242 84 178 0 431 0
Current children cumulated CPU time (s) 428.56
Current children cumulated vsize (KiB) 9084

[startup+429.502 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 29906
/proc/meminfo: memFree=1766232/2055920 swapFree=4075572/4192956
[pid=29901] ppid=29899 vsize=1284 CPUtime=0
/proc/29901/stat : 29901 (IUT_BMB_SAT) S 29899 29901 29795 0 -1 4194304 152 0 0 0 0 0 0 0 20 0 1 0 214559805 1314816 134 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/29901/statm: 321 134 106 274 0 44 0
[pid=29903] ppid=29901 vsize=5356 CPUtime=0
/proc/29903/stat : 29903 (sh) S 29901 29901 29795 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214559806 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29903/statm: 1339 232 193 169 0 50 0
[pid=29904] ppid=29903 vsize=2444 CPUtime=429.36
/proc/29904/stat : 29904 (minisat) R 29903 29901 29795 0 -1 4194304 261 0 0 0 42935 1 0 0 25 0 1 0 214559806 2502656 242 1992294400 134512640 135243223 4294956320 18446744073709551615 134555400 0 0 4096 3 0 0 0 17 1 0 0
/proc/29904/statm: 611 242 84 178 0 431 0
Current children cumulated CPU time (s) 429.36
Current children cumulated vsize (KiB) 9084

[startup+429.901 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 29906
/proc/meminfo: memFree=1766232/2055920 swapFree=4075572/4192956
[pid=29901] ppid=29899 vsize=1284 CPUtime=0
/proc/29901/stat : 29901 (IUT_BMB_SAT) S 29899 29901 29795 0 -1 4194304 152 0 0 0 0 0 0 0 20 0 1 0 214559805 1314816 134 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/29901/statm: 321 134 106 274 0 44 0
[pid=29903] ppid=29901 vsize=5356 CPUtime=0
/proc/29903/stat : 29903 (sh) S 29901 29901 29795 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214559806 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29903/statm: 1339 232 193 169 0 50 0
[pid=29904] ppid=29903 vsize=2444 CPUtime=429.76
/proc/29904/stat : 29904 (minisat) R 29903 29901 29795 0 -1 4194304 261 0 0 0 42975 1 0 0 25 0 1 0 214559806 2502656 242 1992294400 134512640 135243223 4294956320 18446744073709551615 134555646 0 0 4096 3 0 0 0 17 1 0 0
/proc/29904/statm: 611 242 84 178 0 431 0
Current children cumulated CPU time (s) 429.76
Current children cumulated vsize (KiB) 9084

[startup+430.105 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 29906
/proc/meminfo: memFree=1766232/2055920 swapFree=4075572/4192956
[pid=29901] ppid=29899 vsize=1284 CPUtime=0
/proc/29901/stat : 29901 (IUT_BMB_SAT) S 29899 29901 29795 0 -1 4194304 152 0 0 0 0 0 0 0 20 0 1 0 214559805 1314816 134 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/29901/statm: 321 134 106 274 0 44 0
[pid=29903] ppid=29901 vsize=5356 CPUtime=0
/proc/29903/stat : 29903 (sh) S 29901 29901 29795 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214559806 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29903/statm: 1339 232 193 169 0 50 0
[pid=29904] ppid=29903 vsize=2444 CPUtime=429.96
/proc/29904/stat : 29904 (minisat) R 29903 29901 29795 0 -1 4194304 261 0 0 0 42995 1 0 0 25 0 1 0 214559806 2502656 242 1992294400 134512640 135243223 4294956320 18446744073709551615 134555570 0 0 4096 3 0 0 0 17 1 0 0
/proc/29904/statm: 611 242 84 178 0 431 0
Current children cumulated CPU time (s) 429.96
Current children cumulated vsize (KiB) 9084

Child status: 0
Real time (s): 430.142
CPU time (s): 430.02
CPU user time (s): 429.999
CPU system time (s): 0.020996
CPU usage (%): 99.9716
Max. virtual memory (cumulated for all children) (KiB): 9084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 429.999
system time used= 0.020996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 730
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= 8
involuntary context switches= 833

runsolver used 0.38894 second user time and 1.18582 second system time

The end

Launcher Data

Begin job on node43 at 2009-05-09 12:35:18
IDJOB=1784719
IDBENCH=24600
IDSOLVER=638
FILE ID=node43/1784719-1241865317
PBS_JOBID= 9264571
Free space on /tmp= 66088 MiB

SOLVER NAME= IUT_BMB_SAT 1.0
BENCH NAME= SAT07/crafted/Medium/contest05/others/pmg-11-UNSAT.sat05-3939.reshuffled-07.cnf
COMMAND LINE= IUT_BMB_SAT BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1784719-1241865317/watcher-1784719-1241865317 -o /tmp/evaluation-result-1784719-1241865317/solver-1784719-1241865317 -C 5000 -W 6000 -M 1800  IUT_BMB_SAT HOME/instance-1784719-1241865317.cnf HOME

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

MD5SUM BENCH= ab810788a5ff5edde690e75706c8dd18
RANDOM SEED=384738173

node43.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.237
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.237
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:       1768072 kB
Buffers:         29568 kB
Cached:          82052 kB
SwapCached:     111556 kB
Active:          58708 kB
Inactive:       166700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1768072 kB
SwapTotal:     4192956 kB
SwapFree:      4075572 kB
Dirty:            2184 kB
Writeback:           0 kB
Mapped:          14036 kB
Slab:            48332 kB
Committed_AS:   765688 kB
PageTables:       1444 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= 66088 MiB
End job on node43 at 2009-05-09 12:42:28