Trace number 1724360

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 24.3843 24.3876

General information on the benchmark

Namemanol-pipe-c9.cnf
MD5SUM7f47eb2c5986b40772da3e38cf0759b1
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.54061
Satisfiable
(Un)Satisfiability was proved
Number of variables15214
Number of clauses45082
Sum of the clauses size105190
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 230054
Number of clauses of size 315027
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.69/0.70	c WARNING: for repeatability, setting FPU to use double precision
0.69/0.70	c ============================[ Problem Statistics ]=============================
0.69/0.70	c |                                                                             |
0.69/0.70	c |  Number of variables:  15214                                                |
0.69/0.70	c |  Number of clauses:    45079                                                |
0.69/0.75	c |  Parsing time:         0.04         s                                       |
0.69/0.98	c ============================[ Search Statistics ]==============================
0.69/0.98	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.69/0.98	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.69/0.98	c ===============================================================================
0.69/0.98	c |         0 |    3047    18797    72447 |     6265        0    nan |  0.000 % |
0.69/1.00	c |       100 |    3047    18797    72447 |     6892      100      8 |  0.007 % |
0.98/1.01	c |       251 |    3047    18797    72447 |     7581      251      9 |  0.007 % |
0.98/1.03	c |       477 |    2884    18797    72447 |     8339      475     11 |  3.352 % |
0.98/1.06	c |       814 |    2884    18797    72447 |     9173      812     12 |  3.352 % |
1.08/1.11	c |      1320 |    2538    14201    55073 |    10090     1266     15 |  3.352 % |
1.08/1.17	c |      2079 |    2503    13756    53398 |    11100     2023     19 |  3.582 % |
1.18/1.25	c |      3218 |    2503    13756    53398 |    12210     3162     22 |  3.582 % |
1.28/1.35	c |      4926 |    2503    13756    53398 |    13431     4870     24 |  3.582 % |
1.58/1.65	c |      7488 |    2503    13756    53398 |    14774     7432     27 |  3.582 % |
1.98/2.06	c |     11333 |    2503    13756    53398 |    16251    11277     30 |  3.582 % |
2.88/2.96	c |     17102 |    2503    13756    53398 |    17876    17046     31 |  3.582 % |
4.08/4.17	c |     25753 |    2503    13756    53398 |    19664    15967     33 |  3.582 % |
6.48/6.60	c |     38728 |    2503    13756    53398 |    21630    18226     33 |  3.582 % |
9.47/9.56	c |     58189 |    2503    13756    53398 |    23793    14746     28 |  3.582 % |
14.88/14.93	c |     87384 |    2503    13756    53398 |    26173    18204     34 |  3.582 % |
22.98/23.04	c |    131174 |    2180    11504    45145 |    28790     9046     18 |  5.706 % |
24.28/24.30	c ===============================================================================
24.28/24.30	c restarts              : 17
24.28/24.30	c conflicts             : 140652         (5966 /sec)
24.28/24.30	c decisions             : 273452         (1.22 % random) (11599 /sec)
24.28/24.30	c propagations          : 15026767       (637364 /sec)
24.28/24.30	c conflict literals     : 4541897        (32.80 % deleted)
24.28/24.30	c Memory used           : 13.86 MB
24.28/24.30	c CPU time              : 23.5764 s
24.28/24.30	
24.28/24.31	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-1724360-1240694605/watcher-1724360-1240694605 -o /tmp/evaluation-result-1724360-1240694605/solver-1724360-1240694605 -C 1200 -W 1800 -M 1800 --output-limit 1,15 IUT_BMB_SAT HOME/instance-1724360-1240694605.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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 19894
/proc/meminfo: memFree=1932744/2055920 swapFree=4181368/4192956
[pid=19894] ppid=19892 vsize=1816 CPUtime=0
/proc/19894/stat : 19894 (IUT_BMB_SAT) R 19892 19894 19708 0 -1 4194304 192 0 0 0 0 0 0 0 18 0 1 0 97493891 1859584 175 1992294400 134512640 135635285 4294956208 18446744073709551615 134533654 0 0 4096 0 0 0 0 17 0 0 0
/proc/19894/statm: 454 176 90 274 0 177 0

[startup+0.01884 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 19894
/proc/meminfo: memFree=1932744/2055920 swapFree=4181368/4192956
[pid=19894] ppid=19892 vsize=3928 CPUtime=0.01
/proc/19894/stat : 19894 (IUT_BMB_SAT) R 19892 19894 19708 0 -1 4194304 730 0 0 0 1 0 0 0 18 0 1 0 97493891 4022272 714 1992294400 134512640 135635285 4294956208 18446744073709551615 134535637 0 0 4096 0 0 0 0 17 0 0 0
/proc/19894/statm: 982 716 90 274 0 705 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 3928

[startup+0.101815 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 19894
/proc/meminfo: memFree=1932744/2055920 swapFree=4181368/4192956
[pid=19894] ppid=19892 vsize=4984 CPUtime=0.09
/proc/19894/stat : 19894 (IUT_BMB_SAT) R 19892 19894 19708 0 -1 4194304 1067 0 0 0 9 0 0 0 18 0 1 0 97493891 5103616 1050 1992294400 134512640 135635285 4294956208 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/19894/statm: 1246 1050 97 274 0 969 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4984

[startup+0.301759 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 19894
/proc/meminfo: memFree=1932744/2055920 swapFree=4181368/4192956
[pid=19894] ppid=19892 vsize=8020 CPUtime=0.3
/proc/19894/stat : 19894 (IUT_BMB_SAT) R 19892 19894 19708 0 -1 4194304 1822 0 0 0 29 1 0 0 19 0 1 0 97493891 8212480 1805 1992294400 134512640 135635285 4294956208 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/19894/statm: 2005 1805 97 274 0 1728 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 8020

[startup+0.701751 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 19894
/proc/meminfo: memFree=1932744/2055920 swapFree=4181368/4192956
[pid=19894] ppid=19892 vsize=10692 CPUtime=0.69
/proc/19894/stat : 19894 (IUT_BMB_SAT) S 19892 19894 19708 0 -1 4194304 2550 0 0 0 52 17 0 0 23 0 1 0 97493891 10948608 2499 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19894/statm: 2673 2499 105 274 0 2396 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 10692

[startup+1.50142 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19897
/proc/meminfo: memFree=1913328/2055920 swapFree=4181368/4192956
[pid=19894] ppid=19892 vsize=10692 CPUtime=0.69
/proc/19894/stat : 19894 (IUT_BMB_SAT) S 19892 19894 19708 0 -1 4194304 2550 0 0 0 52 17 0 0 23 0 1 0 97493891 10948608 2499 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19894/statm: 2673 2499 105 274 0 2396 0
[pid=19896] ppid=19894 vsize=5356 CPUtime=0
/proc/19896/stat : 19896 (sh) S 19894 19894 19708 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 97493961 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19896/statm: 1339 232 193 169 0 50 0
[pid=19897] ppid=19896 vsize=9888 CPUtime=0.79
/proc/19897/stat : 19897 (minisat) R 19896 19894 19708 0 -1 4194304 2433 0 0 0 78 1 0 0 25 0 1 0 97493961 10125312 2228 1992294400 134512640 135243223 4294956304 18446744073709551615 134556032 0 0 4096 3 0 0 0 17 0 0 0
/proc/19897/statm: 2472 2228 85 178 0 2292 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 25936

[startup+3.10197 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19897
/proc/meminfo: memFree=1913200/2055920 swapFree=4181368/4192956
[pid=19894] ppid=19892 vsize=10692 CPUtime=0.69
/proc/19894/stat : 19894 (IUT_BMB_SAT) S 19892 19894 19708 0 -1 4194304 2550 0 0 0 52 17 0 0 23 0 1 0 97493891 10948608 2499 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19894/statm: 2673 2499 105 274 0 2396 0
[pid=19896] ppid=19894 vsize=5356 CPUtime=0
/proc/19896/stat : 19896 (sh) S 19894 19894 19708 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 97493961 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19896/statm: 1339 232 193 169 0 50 0
[pid=19897] ppid=19896 vsize=10944 CPUtime=2.39
/proc/19897/stat : 19897 (minisat) R 19896 19894 19708 0 -1 4194304 2677 0 0 0 238 1 0 0 25 0 1 0 97493961 11206656 2472 1992294400 134512640 135243223 4294956304 18446744073709551615 134555719 0 0 4096 3 0 0 0 17 0 0 0
/proc/19897/statm: 2736 2472 85 178 0 2556 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 26992

[startup+6.30206 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19897
/proc/meminfo: memFree=1911216/2055920 swapFree=4181368/4192956
[pid=19894] ppid=19892 vsize=10692 CPUtime=0.69
/proc/19894/stat : 19894 (IUT_BMB_SAT) S 19892 19894 19708 0 -1 4194304 2550 0 0 0 52 17 0 0 23 0 1 0 97493891 10948608 2499 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19894/statm: 2673 2499 105 274 0 2396 0
[pid=19896] ppid=19894 vsize=5356 CPUtime=0
/proc/19896/stat : 19896 (sh) S 19894 19894 19708 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 97493961 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19896/statm: 1339 232 193 169 0 50 0
[pid=19897] ppid=19896 vsize=11884 CPUtime=5.58
/proc/19897/stat : 19897 (minisat) R 19896 19894 19708 0 -1 4194304 2929 0 0 0 557 1 0 0 25 0 1 0 97493961 12169216 2724 1992294400 134512640 135243223 4294956304 18446744073709551615 134555504 0 0 4096 3 0 0 0 17 0 0 0
/proc/19897/statm: 2971 2724 85 178 0 2791 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 27932

[startup+12.7012 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19897
/proc/meminfo: memFree=1910576/2055920 swapFree=4181368/4192956
[pid=19894] ppid=19892 vsize=10692 CPUtime=0.69
/proc/19894/stat : 19894 (IUT_BMB_SAT) S 19892 19894 19708 0 -1 4194304 2550 0 0 0 52 17 0 0 23 0 1 0 97493891 10948608 2499 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19894/statm: 2673 2499 105 274 0 2396 0
[pid=19896] ppid=19894 vsize=5356 CPUtime=0
/proc/19896/stat : 19896 (sh) S 19894 19894 19708 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 97493961 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19896/statm: 1339 232 193 169 0 50 0
[pid=19897] ppid=19896 vsize=12684 CPUtime=11.98
/proc/19897/stat : 19897 (minisat) R 19896 19894 19708 0 -1 4194304 3127 0 0 0 1197 1 0 0 25 0 1 0 97493961 12988416 2922 1992294400 134512640 135243223 4294956304 18446744073709551615 134555564 0 0 4096 3 0 0 0 17 0 0 0
/proc/19897/statm: 3171 2922 85 178 0 2991 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 28732

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

[startup+19.1014 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19897
/proc/meminfo: memFree=1909360/2055920 swapFree=4181368/4192956
[pid=19894] ppid=19892 vsize=10692 CPUtime=0.69
/proc/19894/stat : 19894 (IUT_BMB_SAT) S 19892 19894 19708 0 -1 4194304 2550 0 0 0 52 17 0 0 23 0 1 0 97493891 10948608 2499 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19894/statm: 2673 2499 105 274 0 2396 0
[pid=19896] ppid=19894 vsize=5356 CPUtime=0
/proc/19896/stat : 19896 (sh) S 19894 19894 19708 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 97493961 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19896/statm: 1339 232 193 169 0 50 0
[pid=19897] ppid=19896 vsize=14052 CPUtime=18.39
/proc/19897/stat : 19897 (minisat) R 19896 19894 19708 0 -1 4194304 3428 0 0 0 1837 2 0 0 25 0 1 0 97493961 14389248 3223 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/19897/statm: 3513 3223 85 178 0 3333 0
Current children cumulated CPU time (s) 19.08
Current children cumulated vsize (KiB) 30100

[startup+22.3025 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19897
/proc/meminfo: memFree=1909168/2055920 swapFree=4181368/4192956
[pid=19894] ppid=19892 vsize=10692 CPUtime=0.69
/proc/19894/stat : 19894 (IUT_BMB_SAT) S 19892 19894 19708 0 -1 4194304 2550 0 0 0 52 17 0 0 23 0 1 0 97493891 10948608 2499 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19894/statm: 2673 2499 105 274 0 2396 0
[pid=19896] ppid=19894 vsize=5356 CPUtime=0
/proc/19896/stat : 19896 (sh) S 19894 19894 19708 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 97493961 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19896/statm: 1339 232 193 169 0 50 0
[pid=19897] ppid=19896 vsize=14184 CPUtime=21.59
/proc/19897/stat : 19897 (minisat) R 19896 19894 19708 0 -1 4194304 3490 0 0 0 2157 2 0 0 25 0 1 0 97493961 14524416 3285 1992294400 134512640 135243223 4294956304 18446744073709551615 134555753 0 0 4096 3 0 0 0 17 0 0 0
/proc/19897/statm: 3546 3285 85 178 0 3366 0
Current children cumulated CPU time (s) 22.28
Current children cumulated vsize (KiB) 30232

[startup+23.1063 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19897
/proc/meminfo: memFree=1909168/2055920 swapFree=4181368/4192956
[pid=19894] ppid=19892 vsize=10692 CPUtime=0.69
/proc/19894/stat : 19894 (IUT_BMB_SAT) S 19892 19894 19708 0 -1 4194304 2550 0 0 0 52 17 0 0 23 0 1 0 97493891 10948608 2499 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19894/statm: 2673 2499 105 274 0 2396 0
[pid=19896] ppid=19894 vsize=5356 CPUtime=0
/proc/19896/stat : 19896 (sh) S 19894 19894 19708 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 97493961 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19896/statm: 1339 232 193 169 0 50 0
[pid=19897] ppid=19896 vsize=14184 CPUtime=22.39
/proc/19897/stat : 19897 (minisat) R 19896 19894 19708 0 -1 4194304 3490 0 0 0 2237 2 0 0 25 0 1 0 97493961 14524416 3285 1992294400 134512640 135243223 4294956304 18446744073709551615 134555564 0 0 4096 3 0 0 0 17 0 0 0
/proc/19897/statm: 3546 3285 85 178 0 3366 0
Current children cumulated CPU time (s) 23.08
Current children cumulated vsize (KiB) 30232

[startup+23.9011 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19897
/proc/meminfo: memFree=1909168/2055920 swapFree=4181368/4192956
[pid=19894] ppid=19892 vsize=10692 CPUtime=0.69
/proc/19894/stat : 19894 (IUT_BMB_SAT) S 19892 19894 19708 0 -1 4194304 2550 0 0 0 52 17 0 0 23 0 1 0 97493891 10948608 2499 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19894/statm: 2673 2499 105 274 0 2396 0
[pid=19896] ppid=19894 vsize=5356 CPUtime=0
/proc/19896/stat : 19896 (sh) S 19894 19894 19708 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 97493961 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19896/statm: 1339 232 193 169 0 50 0
[pid=19897] ppid=19896 vsize=14184 CPUtime=23.19
/proc/19897/stat : 19897 (minisat) R 19896 19894 19708 0 -1 4194304 3490 0 0 0 2317 2 0 0 25 0 1 0 97493961 14524416 3285 1992294400 134512640 135243223 4294956304 18446744073709551615 134555520 0 0 4096 3 0 0 0 17 0 0 0
/proc/19897/statm: 3546 3285 85 178 0 3366 0
Current children cumulated CPU time (s) 23.88
Current children cumulated vsize (KiB) 30232

[startup+24.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19897
/proc/meminfo: memFree=1909168/2055920 swapFree=4181368/4192956
[pid=19894] ppid=19892 vsize=10692 CPUtime=0.69
/proc/19894/stat : 19894 (IUT_BMB_SAT) S 19892 19894 19708 0 -1 4194304 2550 0 0 0 52 17 0 0 23 0 1 0 97493891 10948608 2499 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19894/statm: 2673 2499 105 274 0 2396 0
[pid=19896] ppid=19894 vsize=5356 CPUtime=0
/proc/19896/stat : 19896 (sh) S 19894 19894 19708 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 97493961 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19896/statm: 1339 232 193 169 0 50 0
[pid=19897] ppid=19896 vsize=14184 CPUtime=23.59
/proc/19897/stat : 19897 (minisat) R 19896 19894 19708 0 -1 4194304 3490 0 0 0 2357 2 0 0 25 0 1 0 97493961 14524416 3285 1992294400 134512640 135243223 4294956304 18446744073709551615 134555753 0 0 4096 3 0 0 0 17 0 0 0
/proc/19897/statm: 3546 3285 85 178 0 3366 0
Current children cumulated CPU time (s) 24.28
Current children cumulated vsize (KiB) 30232

Child status: 0
Real time (s): 24.3876
CPU time (s): 24.3843
CPU user time (s): 24.1743
CPU system time (s): 0.209968
CPU usage (%): 99.9865
Max. virtual memory (cumulated for all children) (KiB): 30232

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

runsolver used 0.022996 second user time and 0.075988 second system time

The end

Launcher Data

Begin job on node16 at 2009-04-25 23:23:25
IDJOB=1724360
IDBENCH=71771
IDSOLVER=523
FILE ID=node16/1724360-1240694605
PBS_JOBID= 9186731
Free space on /tmp= 66320 MiB

SOLVER NAME= IUT_BMB_SAT 1.0
BENCH NAME= SAT_RACE06/manol-pipe-c9.cnf
COMMAND LINE= IUT_BMB_SAT BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1724360-1240694605/watcher-1724360-1240694605 -o /tmp/evaluation-result-1724360-1240694605/solver-1724360-1240694605 -C 1200 -W 1800 -M 1800 --output-limit 1,15  IUT_BMB_SAT HOME/instance-1724360-1240694605.cnf HOME

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

MD5SUM BENCH= 7f47eb2c5986b40772da3e38cf0759b1
RANDOM SEED=588832028

node16.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.234
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.234
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:       1933224 kB
Buffers:          8340 kB
Cached:          66088 kB
SwapCached:       5404 kB
Active:          22652 kB
Inactive:        59628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1933224 kB
SwapTotal:     4192956 kB
SwapFree:      4181368 kB
Dirty:            2848 kB
Writeback:           0 kB
Mapped:          13532 kB
Slab:            26484 kB
Committed_AS:   365040 kB
PageTables:       1436 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= 66316 MiB
End job on node16 at 2009-04-25 23:23:49