Trace number 1784725

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 58.3591 58.3832

General information on the benchmark

Namecrafted/Medium/contest05/others/
QG8-gensys-ukn005.sat05-3584.reshuffled-07.cnf
MD5SUMdb9d2b7fba78f1cbe73aba9a1aa51042
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark34.7507
Satisfiable
(Un)Satisfiability was proved
Number of variables1133
Number of clauses56210
Sum of the clauses size352304
Maximum clause length22
Minimum clause length1
Number of clauses of size 136
Number of clauses of size 22544
Number of clauses of size 310764
Number of clauses of size 427
Number of clauses of size 545
Number of clauses of size over 542794

Solver Data

0.00/0.00	c IUT_BMB_SAT version 1.0
0.59/0.64	c WARNING: for repeatability, setting FPU to use double precision
0.59/0.64	c ============================[ Problem Statistics ]=============================
0.59/0.64	c |                                                                             |
0.59/0.64	c |  Number of variables:  1133                                                 |
0.59/0.64	c |  Number of clauses:    54582                                                |
0.63/0.72	c |  Parsing time:         0.08         s                                       |
5.87/5.94	c ============================[ Search Statistics ]==============================
5.87/5.94	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.87/5.94	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.87/5.94	c ===============================================================================
5.87/5.94	c |         0 |     256    41785   288237 |    13928        0    nan |  0.000 % |
5.87/5.96	c |       102 |     256    41785   288237 |    15321      102     19 |  0.000 % |
5.87/5.97	c |       254 |     256    41785   288237 |    16853      254     21 |  0.000 % |
5.97/6.00	c |       479 |     256    41785   288237 |    18538      479     20 |  0.000 % |
5.97/6.05	c |       817 |     256    41785   288237 |    20392      817     21 |  0.000 % |
5.97/6.09	c |      1323 |     256    41785   288237 |    22431     1323     20 |  0.002 % |
6.07/6.18	c |      2082 |     256    41785   288237 |    24674     2082     19 |  0.001 % |
6.27/6.32	c |      3221 |     256    41785   288237 |    27142     3221     19 |  0.000 % |
6.47/6.55	c |      4932 |     256    41785   288237 |    29856     4932     20 |  0.000 % |
6.87/6.98	c |      7498 |     256    41785   288237 |    32842     7498     19 |  0.001 % |
7.57/7.69	c |     11342 |     256    41785   288237 |    36126    11342     20 |  0.002 % |
9.07/9.13	c |     17108 |     256    41785   288237 |    39739    17108     21 |  0.001 % |
11.87/11.98	c |     25762 |     256    41785   288237 |    43713    25762     21 |  0.002 % |
17.77/17.81	c |     38736 |     256    41785   288237 |    48084    38736     22 |  0.000 % |
26.97/27.09	c |     58201 |     256    41785   288237 |    52892    26025     23 |  0.000 % |
43.76/43.89	c |     87393 |     255    38884   268035 |    58182    49327     24 |  0.089 % |
58.26/58.35	c ===============================================================================
58.26/58.35	c restarts              : 16
58.26/58.35	c conflicts             : 111934         (1941 /sec)
58.26/58.35	c decisions             : 126136         (1.75 % random) (2187 /sec)
58.26/58.35	c propagations          : 2178818        (37781 /sec)
58.26/58.35	c conflict literals     : 2469704        (45.65 % deleted)
58.26/58.35	c Memory used           : 12.62 MB
58.26/58.35	c CPU time              : 57.6692 s
58.26/58.35	
58.26/58.36	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-1784725-1241865748/watcher-1784725-1241865748 -o /tmp/evaluation-result-1784725-1241865748/solver-1784725-1241865748 -C 5000 -W 6000 -M 1800 IUT_BMB_SAT HOME/instance-1784725-1241865748.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 1.00 0.93 3/64 29932
/proc/meminfo: memFree=1765360/2055920 swapFree=4075572/4192956
[pid=29932] ppid=29930 vsize=1944 CPUtime=0
/proc/29932/stat : 29932 (IUT_BMB_SAT) R 29930 29932 29795 0 -1 4194304 193 0 0 0 0 0 0 0 18 0 1 0 214602875 1990656 176 1992294400 134512640 135635285 4294956224 18446744073709551615 134533644 0 0 4096 0 0 0 0 17 0 0 0
/proc/29932/statm: 486 176 92 274 0 209 0

[startup+0.101247 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 29932
/proc/meminfo: memFree=1765360/2055920 swapFree=4075572/4192956
[pid=29932] ppid=29930 vsize=3748 CPUtime=0.1
/proc/29932/stat : 29932 (IUT_BMB_SAT) R 29930 29932 29795 0 -1 4194304 770 0 0 0 10 0 0 0 18 0 1 0 214602875 3837952 753 1992294400 134512640 135635285 4294956224 18446744073709551615 134547185 0 0 4096 0 0 0 0 17 0 0 0
/proc/29932/statm: 937 754 99 274 0 660 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 3748

[startup+0.201255 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 29932
/proc/meminfo: memFree=1765360/2055920 swapFree=4075572/4192956
[pid=29932] ppid=29930 vsize=5480 CPUtime=0.19
/proc/29932/stat : 29932 (IUT_BMB_SAT) R 29930 29932 29795 0 -1 4194304 1189 0 0 0 19 0 0 0 19 0 1 0 214602875 5611520 1172 1992294400 134512640 135635285 4294956224 18446744073709551615 134693694 0 0 4096 0 0 0 0 17 0 0 0
/proc/29932/statm: 1370 1173 99 274 0 1093 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 5480

[startup+0.301264 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 29932
/proc/meminfo: memFree=1765360/2055920 swapFree=4075572/4192956
[pid=29932] ppid=29930 vsize=7904 CPUtime=0.29
/proc/29932/stat : 29932 (IUT_BMB_SAT) R 29930 29932 29795 0 -1 4194304 1784 0 0 0 29 0 0 0 20 0 1 0 214602875 8093696 1767 1992294400 134512640 135635285 4294956224 18446744073709551615 134549730 0 0 4096 0 0 0 0 17 0 0 0
/proc/29932/statm: 1976 1767 99 274 0 1699 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7904

[startup+0.701301 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 29932
/proc/meminfo: memFree=1765360/2055920 swapFree=4075572/4192956
[pid=29932] ppid=29930 vsize=7904 CPUtime=0.63
/proc/29932/stat : 29932 (IUT_BMB_SAT) S 29930 29932 29795 0 -1 4194304 1796 0 0 0 43 20 0 0 23 0 1 0 214602875 8093696 1778 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/29932/statm: 1976 1778 106 274 0 1699 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 7904

[startup+1.50237 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 29935
/proc/meminfo: memFree=1751184/2055920 swapFree=4075572/4192956
[pid=29932] ppid=29930 vsize=7904 CPUtime=0.63
/proc/29932/stat : 29932 (IUT_BMB_SAT) S 29930 29932 29795 0 -1 4194304 1796 0 0 0 43 20 0 0 23 0 1 0 214602875 8093696 1778 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/29932/statm: 1976 1778 106 274 0 1699 0
[pid=29934] ppid=29932 vsize=5356 CPUtime=0
/proc/29934/stat : 29934 (sh) S 29932 29932 29795 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214602939 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29934/statm: 1339 232 193 169 0 50 0
[pid=29935] ppid=29934 vsize=6476 CPUtime=0.85
/proc/29935/stat : 29935 (minisat) R 29934 29932 29795 0 -1 4194304 1503 0 0 0 85 0 0 0 25 0 1 0 214602939 6631424 1484 1992294400 134512640 135243223 4294956320 18446744073709551615 134535425 0 0 4096 3 0 0 0 17 0 0 0
/proc/29935/statm: 1619 1484 78 178 0 1439 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 19736

[startup+3.10155 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 29935
/proc/meminfo: memFree=1751056/2055920 swapFree=4075572/4192956
[pid=29932] ppid=29930 vsize=7904 CPUtime=0.63
/proc/29932/stat : 29932 (IUT_BMB_SAT) S 29930 29932 29795 0 -1 4194304 1796 0 0 0 43 20 0 0 23 0 1 0 214602875 8093696 1778 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/29932/statm: 1976 1778 106 274 0 1699 0
[pid=29934] ppid=29932 vsize=5356 CPUtime=0
/proc/29934/stat : 29934 (sh) S 29932 29932 29795 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214602939 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29934/statm: 1339 232 193 169 0 50 0
[pid=29935] ppid=29934 vsize=6608 CPUtime=2.45
/proc/29935/stat : 29935 (minisat) R 29934 29932 29795 0 -1 4194304 1528 0 0 0 245 0 0 0 25 0 1 0 214602939 6766592 1509 1992294400 134512640 135243223 4294956320 18446744073709551615 134541171 0 0 4096 3 0 0 0 17 0 0 0
/proc/29935/statm: 1652 1509 78 178 0 1472 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 19868

[startup+6.30184 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 29935
/proc/meminfo: memFree=1750480/2055920 swapFree=4075572/4192956
[pid=29932] ppid=29930 vsize=7904 CPUtime=0.63
/proc/29932/stat : 29932 (IUT_BMB_SAT) S 29930 29932 29795 0 -1 4194304 1796 0 0 0 43 20 0 0 23 0 1 0 214602875 8093696 1778 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/29932/statm: 1976 1778 106 274 0 1699 0
[pid=29934] ppid=29932 vsize=5356 CPUtime=0
/proc/29934/stat : 29934 (sh) S 29932 29932 29795 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214602939 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29934/statm: 1339 232 193 169 0 50 0
[pid=29935] ppid=29934 vsize=6364 CPUtime=5.64
/proc/29935/stat : 29935 (minisat) R 29934 29932 29795 0 -1 4194304 1587 0 0 0 564 0 0 0 25 0 1 0 214602939 6516736 1457 1992294400 134512640 135243223 4294956320 18446744073709551615 134555671 0 0 4096 3 0 0 0 17 0 0 0
/proc/29935/statm: 1591 1457 84 178 0 1411 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 19624

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 29935
/proc/meminfo: memFree=1749392/2055920 swapFree=4075572/4192956
[pid=29932] ppid=29930 vsize=7904 CPUtime=0.63
/proc/29932/stat : 29932 (IUT_BMB_SAT) S 29930 29932 29795 0 -1 4194304 1796 0 0 0 43 20 0 0 23 0 1 0 214602875 8093696 1778 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/29932/statm: 1976 1778 106 274 0 1699 0
[pid=29934] ppid=29932 vsize=5356 CPUtime=0
/proc/29934/stat : 29934 (sh) S 29932 29932 29795 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214602939 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29934/statm: 1339 232 193 169 0 50 0
[pid=29935] ppid=29934 vsize=8252 CPUtime=12.05
/proc/29935/stat : 29935 (minisat) R 29934 29932 29795 0 -1 4194304 2065 0 0 0 1204 1 0 0 25 0 1 0 214602939 8450048 1935 1992294400 134512640 135243223 4294956320 18446744073709551615 134555707 0 0 4096 3 0 0 0 17 0 0 0
/proc/29935/statm: 2063 1935 84 178 0 1883 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 21512

[startup+25.5015 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 29935
/proc/meminfo: memFree=1746384/2055920 swapFree=4075572/4192956
[pid=29932] ppid=29930 vsize=7904 CPUtime=0.63
/proc/29932/stat : 29932 (IUT_BMB_SAT) S 29930 29932 29795 0 -1 4194304 1796 0 0 0 43 20 0 0 23 0 1 0 214602875 8093696 1778 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/29932/statm: 1976 1778 106 274 0 1699 0
[pid=29934] ppid=29932 vsize=5356 CPUtime=0
/proc/29934/stat : 29934 (sh) S 29932 29932 29795 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214602939 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29934/statm: 1339 232 193 169 0 50 0
[pid=29935] ppid=29934 vsize=11008 CPUtime=24.84
/proc/29935/stat : 29935 (minisat) R 29934 29932 29795 0 -1 4194304 2742 0 0 0 2483 1 0 0 25 0 1 0 214602939 11272192 2612 1992294400 134512640 135243223 4294956320 18446744073709551615 134558242 0 0 4096 3 0 0 0 17 0 0 0
/proc/29935/statm: 2752 2612 84 178 0 2572 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 24268

[startup+51.1018 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 29935
/proc/meminfo: memFree=1744720/2055920 swapFree=4075572/4192956
[pid=29932] ppid=29930 vsize=7904 CPUtime=0.63
/proc/29932/stat : 29932 (IUT_BMB_SAT) S 29930 29932 29795 0 -1 4194304 1796 0 0 0 43 20 0 0 23 0 1 0 214602875 8093696 1778 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/29932/statm: 1976 1778 106 274 0 1699 0
[pid=29934] ppid=29932 vsize=5356 CPUtime=0
/proc/29934/stat : 29934 (sh) S 29932 29932 29795 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214602939 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29934/statm: 1339 232 193 169 0 50 0
[pid=29935] ppid=29934 vsize=12780 CPUtime=50.43
/proc/29935/stat : 29935 (minisat) R 29934 29932 29795 0 -1 4194304 3194 0 0 0 5041 2 0 0 25 0 1 0 214602939 13086720 3064 1992294400 134512640 135243223 4294956320 18446744073709551615 134572610 0 0 4096 3 0 0 0 17 0 0 0
/proc/29935/statm: 3195 3064 84 178 0 3015 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 26040

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

[startup+51.2028 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 29935
/proc/meminfo: memFree=1744720/2055920 swapFree=4075572/4192956
[pid=29932] ppid=29930 vsize=7904 CPUtime=0.63
/proc/29932/stat : 29932 (IUT_BMB_SAT) S 29930 29932 29795 0 -1 4194304 1796 0 0 0 43 20 0 0 23 0 1 0 214602875 8093696 1778 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/29932/statm: 1976 1778 106 274 0 1699 0
[pid=29934] ppid=29932 vsize=5356 CPUtime=0
/proc/29934/stat : 29934 (sh) S 29932 29932 29795 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214602939 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29934/statm: 1339 232 193 169 0 50 0
[pid=29935] ppid=29934 vsize=12780 CPUtime=50.53
/proc/29935/stat : 29935 (minisat) R 29934 29932 29795 0 -1 4194304 3194 0 0 0 5051 2 0 0 25 0 1 0 214602939 13086720 3064 1992294400 134512640 135243223 4294956320 18446744073709551615 134563832 0 0 4096 3 0 0 0 17 0 0 0
/proc/29935/statm: 3195 3064 84 178 0 3015 0
Current children cumulated CPU time (s) 51.16
Current children cumulated vsize (KiB) 26040

[startup+54.4011 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 29935
/proc/meminfo: memFree=1744656/2055920 swapFree=4075572/4192956
[pid=29932] ppid=29930 vsize=7904 CPUtime=0.63
/proc/29932/stat : 29932 (IUT_BMB_SAT) S 29930 29932 29795 0 -1 4194304 1796 0 0 0 43 20 0 0 23 0 1 0 214602875 8093696 1778 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/29932/statm: 1976 1778 106 274 0 1699 0
[pid=29934] ppid=29932 vsize=5356 CPUtime=0
/proc/29934/stat : 29934 (sh) S 29932 29932 29795 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214602939 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29934/statm: 1339 232 193 169 0 50 0
[pid=29935] ppid=29934 vsize=12916 CPUtime=53.73
/proc/29935/stat : 29935 (minisat) R 29934 29932 29795 0 -1 4194304 3202 0 0 0 5371 2 0 0 25 0 1 0 214602939 13225984 3072 1992294400 134512640 135243223 4294956320 18446744073709551615 134555632 0 0 4096 3 0 0 0 17 0 0 0
/proc/29935/statm: 3229 3072 84 178 0 3049 0
Current children cumulated CPU time (s) 54.36
Current children cumulated vsize (KiB) 26176

[startup+56.0013 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 29935
/proc/meminfo: memFree=1744656/2055920 swapFree=4075572/4192956
[pid=29932] ppid=29930 vsize=7904 CPUtime=0.63
/proc/29932/stat : 29932 (IUT_BMB_SAT) S 29930 29932 29795 0 -1 4194304 1796 0 0 0 43 20 0 0 23 0 1 0 214602875 8093696 1778 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/29932/statm: 1976 1778 106 274 0 1699 0
[pid=29934] ppid=29932 vsize=5356 CPUtime=0
/proc/29934/stat : 29934 (sh) S 29932 29932 29795 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214602939 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29934/statm: 1339 232 193 169 0 50 0
[pid=29935] ppid=29934 vsize=12916 CPUtime=55.33
/proc/29935/stat : 29935 (minisat) R 29934 29932 29795 0 -1 4194304 3208 0 0 0 5531 2 0 0 25 0 1 0 214602939 13225984 3078 1992294400 134512640 135243223 4294956320 18446744073709551615 134555622 0 0 4096 3 0 0 0 17 0 0 0
/proc/29935/statm: 3229 3078 84 178 0 3049 0
Current children cumulated CPU time (s) 55.96
Current children cumulated vsize (KiB) 26176

[startup+57.6014 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 29935
/proc/meminfo: memFree=1744592/2055920 swapFree=4075572/4192956
[pid=29932] ppid=29930 vsize=7904 CPUtime=0.63
/proc/29932/stat : 29932 (IUT_BMB_SAT) S 29930 29932 29795 0 -1 4194304 1796 0 0 0 43 20 0 0 23 0 1 0 214602875 8093696 1778 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/29932/statm: 1976 1778 106 274 0 1699 0
[pid=29934] ppid=29932 vsize=5356 CPUtime=0
/proc/29934/stat : 29934 (sh) S 29932 29932 29795 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214602939 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29934/statm: 1339 232 193 169 0 50 0
[pid=29935] ppid=29934 vsize=12916 CPUtime=56.93
/proc/29935/stat : 29935 (minisat) R 29934 29932 29795 0 -1 4194304 3217 0 0 0 5691 2 0 0 25 0 1 0 214602939 13225984 3087 1992294400 134512640 135243223 4294956320 18446744073709551615 134555719 0 0 4096 3 0 0 0 17 0 0 0
/proc/29935/statm: 3229 3087 84 178 0 3049 0
Current children cumulated CPU time (s) 57.56
Current children cumulated vsize (KiB) 26176

[startup+58.0014 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 29935
/proc/meminfo: memFree=1744592/2055920 swapFree=4075572/4192956
[pid=29932] ppid=29930 vsize=7904 CPUtime=0.63
/proc/29932/stat : 29932 (IUT_BMB_SAT) S 29930 29932 29795 0 -1 4194304 1796 0 0 0 43 20 0 0 23 0 1 0 214602875 8093696 1778 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/29932/statm: 1976 1778 106 274 0 1699 0
[pid=29934] ppid=29932 vsize=5356 CPUtime=0
/proc/29934/stat : 29934 (sh) S 29932 29932 29795 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214602939 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29934/statm: 1339 232 193 169 0 50 0
[pid=29935] ppid=29934 vsize=12916 CPUtime=57.33
/proc/29935/stat : 29935 (minisat) R 29934 29932 29795 0 -1 4194304 3217 0 0 0 5731 2 0 0 25 0 1 0 214602939 13225984 3087 1992294400 134512640 135243223 4294956320 18446744073709551615 134555655 0 0 4096 3 0 0 0 17 0 0 0
/proc/29935/statm: 3229 3087 84 178 0 3049 0
Current children cumulated CPU time (s) 57.96
Current children cumulated vsize (KiB) 26176

[startup+58.2015 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 29935
/proc/meminfo: memFree=1744592/2055920 swapFree=4075572/4192956
[pid=29932] ppid=29930 vsize=7904 CPUtime=0.63
/proc/29932/stat : 29932 (IUT_BMB_SAT) S 29930 29932 29795 0 -1 4194304 1796 0 0 0 43 20 0 0 23 0 1 0 214602875 8093696 1778 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/29932/statm: 1976 1778 106 274 0 1699 0
[pid=29934] ppid=29932 vsize=5356 CPUtime=0
/proc/29934/stat : 29934 (sh) S 29932 29932 29795 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214602939 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29934/statm: 1339 232 193 169 0 50 0
[pid=29935] ppid=29934 vsize=12916 CPUtime=57.53
/proc/29935/stat : 29935 (minisat) R 29934 29932 29795 0 -1 4194304 3217 0 0 0 5751 2 0 0 25 0 1 0 214602939 13225984 3087 1992294400 134512640 135243223 4294956320 18446744073709551615 134555650 0 0 4096 3 0 0 0 17 0 0 0
/proc/29935/statm: 3229 3087 84 178 0 3049 0
Current children cumulated CPU time (s) 58.16
Current children cumulated vsize (KiB) 26176

[startup+58.3015 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 29935
/proc/meminfo: memFree=1744592/2055920 swapFree=4075572/4192956
[pid=29932] ppid=29930 vsize=7904 CPUtime=0.63
/proc/29932/stat : 29932 (IUT_BMB_SAT) S 29930 29932 29795 0 -1 4194304 1796 0 0 0 43 20 0 0 23 0 1 0 214602875 8093696 1778 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/29932/statm: 1976 1778 106 274 0 1699 0
[pid=29934] ppid=29932 vsize=5356 CPUtime=0
/proc/29934/stat : 29934 (sh) S 29932 29932 29795 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214602939 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29934/statm: 1339 232 193 169 0 50 0
[pid=29935] ppid=29934 vsize=12916 CPUtime=57.63
/proc/29935/stat : 29935 (minisat) R 29934 29932 29795 0 -1 4194304 3217 0 0 0 5761 2 0 0 25 0 1 0 214602939 13225984 3087 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/29935/statm: 3229 3087 84 178 0 3049 0
Current children cumulated CPU time (s) 58.26
Current children cumulated vsize (KiB) 26176

Child status: 0
Real time (s): 58.3832
CPU time (s): 58.3591
CPU user time (s): 58.1262
CPU system time (s): 0.232964
CPU usage (%): 99.9587
Max. virtual memory (cumulated for all children) (KiB): 26176

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

runsolver used 0.048992 second user time and 0.173973 second system time

The end

Launcher Data

Begin job on node43 at 2009-05-09 12:42:28
IDJOB=1784725
IDBENCH=24601
IDSOLVER=638
FILE ID=node43/1784725-1241865748
PBS_JOBID= 9264571
Free space on /tmp= 66088 MiB

SOLVER NAME= IUT_BMB_SAT 1.0
BENCH NAME= SAT07/crafted/Medium/contest05/others/QG8-gensys-ukn005.sat05-3584.reshuffled-07.cnf
COMMAND LINE= IUT_BMB_SAT BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1784725-1241865748/watcher-1784725-1241865748 -o /tmp/evaluation-result-1784725-1241865748/solver-1784725-1241865748 -C 5000 -W 6000 -M 1800  IUT_BMB_SAT HOME/instance-1784725-1241865748.cnf HOME

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

MD5SUM BENCH= db9d2b7fba78f1cbe73aba9a1aa51042
RANDOM SEED=721514315

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:       1765904 kB
Buffers:         29828 kB
Cached:          84172 kB
SwapCached:     111556 kB
Active:          62676 kB
Inactive:       165124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1765904 kB
SwapTotal:     4192956 kB
SwapFree:      4075572 kB
Dirty:            3856 kB
Writeback:           0 kB
Mapped:          14036 kB
Slab:            48252 kB
Committed_AS:   766756 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= 66084 MiB
End job on node43 at 2009-05-09 12:43:27