Trace number 1736614

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 201.964 202.061

General information on the benchmark

NameCRAFTED/parity-games/
instance_n6_i7_pp_ci_ce.cnf
MD5SUM2ba7146c43b8082afe1c2f5c23a97bd0
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark84.6021
Satisfiable
(Un)Satisfiability was proved
Number of variables8484
Number of clauses74640
Sum of the clauses size243102
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 215431
Number of clauses of size 333298
Number of clauses of size 418962
Number of clauses of size 55508
Number of clauses of size over 51441

Solver Data

0.00/0.00	c IUT_BMB_SAT version 1.0
0.69/0.77	c WARNING: for repeatability, setting FPU to use double precision
0.69/0.77	c ============================[ Problem Statistics ]=============================
0.69/0.77	c |                                                                             |
0.69/0.78	c |  Number of variables:  8484                                                 |
0.69/0.78	c |  Number of clauses:    73989                                                |
0.76/0.85	c |  Parsing time:         0.07         s                                       |
1.18/1.27	c ============================[ Search Statistics ]==============================
1.18/1.27	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.18/1.27	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.18/1.27	c ===============================================================================
1.18/1.27	c |         0 |    4245    43098   143451 |    14366        0    nan |  0.000 % |
1.18/1.28	c |       100 |    4245    43098   143451 |    15802      100     10 |  4.208 % |
1.18/1.29	c |       251 |    4245    43098   143451 |    17382      251     11 |  4.208 % |
1.28/1.31	c |       476 |    4245    43098   143451 |    19121      476     13 |  4.208 % |
1.28/1.35	c |       816 |    4245    43098   143451 |    21033      816     15 |  4.208 % |
1.38/1.40	c |      1322 |    4245    43098   143451 |    23136     1322     16 |  4.208 % |
1.38/1.47	c |      2081 |    4245    43098   143451 |    25450     2081     18 |  4.208 % |
1.58/1.63	c |      3220 |    4245    43098   143451 |    27995     3220     21 |  4.208 % |
1.78/1.89	c |      4930 |    4245    43098   143451 |    30794     4930     30 |  4.208 % |
2.28/2.32	c |      7493 |    4245    43098   143451 |    33874     7493     31 |  4.208 % |
3.08/3.14	c |     11337 |    4245    43098   143451 |    37261    11337     33 |  4.208 % |
4.17/4.22	c |     17103 |    4245    43098   143451 |    40987    17103     33 |  4.208 % |
6.27/6.30	c |     25752 |    4245    43098   143451 |    45086    25752     33 |  4.208 % |
10.57/10.67	c |     38727 |    4245    43098   143451 |    49595    38727     34 |  4.208 % |
18.77/18.85	c |     58188 |    4245    43098   143451 |    54554    26499     30 |  4.208 % |
30.77/30.87	c |     87380 |    4245    43098   143451 |    60010    55691     33 |  4.208 % |
55.24/55.34	c |    131171 |    4245    43098   143451 |    66011    60272     32 |  4.208 % |
93.43/93.51	c |    196856 |    4245    43098   143451 |    72612    37200     34 |  4.208 % |
149.41/149.60	c |    295382 |    4245    43098   143451 |    79873    33862     28 |  4.208 % |
201.88/202.01	c ===============================================================================
201.88/202.01	c restarts              : 19
201.88/202.01	c conflicts             : 387171         (1925 /sec)
201.88/202.01	c decisions             : 695413         (1.42 % random) (3458 /sec)
201.88/202.01	c propagations          : 109414416      (544108 /sec)
201.88/202.01	c conflict literals     : 13912611       (44.45 % deleted)
201.88/202.01	c Memory used           : 20.88 MB
201.88/202.01	c CPU time              : 201.089 s
201.88/202.01	
201.88/202.02	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-1736614-1240812246/watcher-1736614-1240812246 -o /tmp/evaluation-result-1736614-1240812246/solver-1736614-1240812246 -C 1200 -W 1800 -M 1800 --output-limit 1,15 IUT_BMB_SAT HOME/instance-1736614-1240812246.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: 0.99 0.98 0.99 3/65 14347
/proc/meminfo: memFree=1759576/2055920 swapFree=4181400/4192956
[pid=14347] ppid=14345 vsize=2160 CPUtime=0
/proc/14347/stat : 14347 (IUT_BMB_SAT) R 14345 14347 14065 0 -1 4194304 186 0 0 0 0 0 0 0 18 0 1 0 109253918 2211840 169 1992294400 134512640 135635285 4294956224 18446744073709551615 134533654 0 0 4096 0 0 0 0 17 0 0 0
/proc/14347/statm: 540 169 90 274 0 263 0

[startup+0.049359 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 14347
/proc/meminfo: memFree=1759576/2055920 swapFree=4181400/4192956
[pid=14347] ppid=14345 vsize=3960 CPUtime=0.04
/proc/14347/stat : 14347 (IUT_BMB_SAT) R 14345 14347 14065 0 -1 4194304 794 0 0 0 4 0 0 0 18 0 1 0 109253918 4055040 777 1992294400 134512640 135635285 4294956224 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/14347/statm: 990 777 97 274 0 713 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 3960

[startup+0.102367 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 14347
/proc/meminfo: memFree=1759576/2055920 swapFree=4181400/4192956
[pid=14347] ppid=14345 vsize=4752 CPUtime=0.1
/proc/14347/stat : 14347 (IUT_BMB_SAT) R 14345 14347 14065 0 -1 4194304 991 0 0 0 10 0 0 0 18 0 1 0 109253918 4866048 974 1992294400 134512640 135635285 4294956224 18446744073709551615 135072711 0 0 4096 0 0 0 0 17 0 0 0
/proc/14347/statm: 1188 974 97 274 0 911 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 4752

[startup+0.302405 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 14347
/proc/meminfo: memFree=1759576/2055920 swapFree=4181400/4192956
[pid=14347] ppid=14345 vsize=7656 CPUtime=0.29
/proc/14347/stat : 14347 (IUT_BMB_SAT) R 14345 14347 14065 0 -1 4194304 1723 0 0 0 29 0 0 0 20 0 1 0 109253918 7839744 1706 1992294400 134512640 135635285 4294956224 18446744073709551615 134530650 0 0 4096 0 0 0 0 17 0 0 0
/proc/14347/statm: 1914 1706 97 274 0 1637 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7656

[startup+0.70148 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 14347
/proc/meminfo: memFree=1759576/2055920 swapFree=4181400/4192956
[pid=14347] ppid=14345 vsize=9124 CPUtime=0.69
/proc/14347/stat : 14347 (IUT_BMB_SAT) R 14345 14347 14065 0 -1 4194304 2120 0 0 0 48 21 0 0 24 0 1 0 109253918 9342976 2102 1992294400 134512640 135635285 4294956224 18446744073709551615 135132478 0 0 4096 0 0 0 0 17 0 0 0
/proc/14347/statm: 2281 2102 100 274 0 2004 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9124

[startup+1.50163 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 14350
/proc/meminfo: memFree=1743544/2055920 swapFree=4181400/4192956
[pid=14347] ppid=14345 vsize=9124 CPUtime=0.76
/proc/14347/stat : 14347 (IUT_BMB_SAT) S 14345 14347 14065 0 -1 4194304 2126 0 0 0 51 25 0 0 24 0 1 0 109253918 9342976 2107 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14347/statm: 2281 2107 105 274 0 2004 0
[pid=14349] ppid=14347 vsize=5356 CPUtime=0
/proc/14349/stat : 14349 (sh) S 14347 14347 14065 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 109253996 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14349/statm: 1339 232 193 169 0 50 0
[pid=14350] ppid=14349 vsize=7736 CPUtime=0.72
/proc/14350/stat : 14350 (minisat) R 14349 14347 14065 0 -1 4194304 2009 0 0 0 71 1 0 0 24 0 1 0 109253996 7921664 1791 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/14350/statm: 1934 1791 85 178 0 1754 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 22216

[startup+3.10193 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 14350
/proc/meminfo: memFree=1742648/2055920 swapFree=4181400/4192956
[pid=14347] ppid=14345 vsize=9124 CPUtime=0.76
/proc/14347/stat : 14347 (IUT_BMB_SAT) S 14345 14347 14065 0 -1 4194304 2126 0 0 0 51 25 0 0 24 0 1 0 109253918 9342976 2107 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14347/statm: 2281 2107 105 274 0 2004 0
[pid=14349] ppid=14347 vsize=5356 CPUtime=0
/proc/14349/stat : 14349 (sh) S 14347 14347 14065 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 109253996 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14349/statm: 1339 232 193 169 0 50 0
[pid=14350] ppid=14349 vsize=7736 CPUtime=2.32
/proc/14350/stat : 14350 (minisat) R 14349 14347 14065 0 -1 4194304 2011 0 0 0 231 1 0 0 25 0 1 0 109253996 7921664 1793 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/14350/statm: 1934 1793 85 178 0 1754 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 22216

[startup+6.30152 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 14350
/proc/meminfo: memFree=1740792/2055920 swapFree=4181400/4192956
[pid=14347] ppid=14345 vsize=9124 CPUtime=0.76
/proc/14347/stat : 14347 (IUT_BMB_SAT) S 14345 14347 14065 0 -1 4194304 2126 0 0 0 51 25 0 0 24 0 1 0 109253918 9342976 2107 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14347/statm: 2281 2107 105 274 0 2004 0
[pid=14349] ppid=14347 vsize=5356 CPUtime=0
/proc/14349/stat : 14349 (sh) S 14347 14347 14065 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 109253996 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14349/statm: 1339 232 193 169 0 50 0
[pid=14350] ppid=14349 vsize=10116 CPUtime=5.51
/proc/14350/stat : 14350 (minisat) R 14349 14347 14065 0 -1 4194304 2591 0 0 0 550 1 0 0 25 0 1 0 109253996 10358784 2373 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/14350/statm: 2529 2373 85 178 0 2349 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 24596

[startup+12.7017 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 14350
/proc/meminfo: memFree=1737464/2055920 swapFree=4181400/4192956
[pid=14347] ppid=14345 vsize=9124 CPUtime=0.76
/proc/14347/stat : 14347 (IUT_BMB_SAT) S 14345 14347 14065 0 -1 4194304 2126 0 0 0 51 25 0 0 24 0 1 0 109253918 9342976 2107 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14347/statm: 2281 2107 105 274 0 2004 0
[pid=14349] ppid=14347 vsize=5356 CPUtime=0
/proc/14349/stat : 14349 (sh) S 14347 14347 14065 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 109253996 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14349/statm: 1339 232 193 169 0 50 0
[pid=14350] ppid=14349 vsize=13428 CPUtime=11.91
/proc/14350/stat : 14350 (minisat) R 14349 14347 14065 0 -1 4194304 3389 0 0 0 1189 2 0 0 25 0 1 0 109253996 13750272 3171 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/14350/statm: 3357 3171 85 178 0 3177 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 27908

[startup+25.5021 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 14350
/proc/meminfo: memFree=1735928/2055920 swapFree=4181400/4192956
[pid=14347] ppid=14345 vsize=9124 CPUtime=0.76
/proc/14347/stat : 14347 (IUT_BMB_SAT) S 14345 14347 14065 0 -1 4194304 2126 0 0 0 51 25 0 0 24 0 1 0 109253918 9342976 2107 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14347/statm: 2281 2107 105 274 0 2004 0
[pid=14349] ppid=14347 vsize=5356 CPUtime=0
/proc/14349/stat : 14349 (sh) S 14347 14347 14065 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 109253996 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14349/statm: 1339 232 193 169 0 50 0
[pid=14350] ppid=14349 vsize=14768 CPUtime=24.71
/proc/14350/stat : 14350 (minisat) R 14349 14347 14065 0 -1 4194304 3719 0 0 0 2468 3 0 0 25 0 1 0 109253996 15122432 3501 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/14350/statm: 3692 3501 85 178 0 3512 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 29248

[startup+51.1028 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 14350
/proc/meminfo: memFree=1734200/2055920 swapFree=4181400/4192956
[pid=14347] ppid=14345 vsize=9124 CPUtime=0.76
/proc/14347/stat : 14347 (IUT_BMB_SAT) S 14345 14347 14065 0 -1 4194304 2126 0 0 0 51 25 0 0 24 0 1 0 109253918 9342976 2107 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14347/statm: 2281 2107 105 274 0 2004 0
[pid=14349] ppid=14347 vsize=5356 CPUtime=0
/proc/14349/stat : 14349 (sh) S 14347 14347 14065 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 109253996 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14349/statm: 1339 232 193 169 0 50 0
[pid=14350] ppid=14349 vsize=16360 CPUtime=50.28
/proc/14350/stat : 14350 (minisat) R 14349 14347 14065 0 -1 4194304 4150 0 0 0 5025 3 0 0 25 0 1 0 109253996 16752640 3932 1992294400 134512640 135243223 4294956320 18446744073709551615 134555453 0 0 4096 3 0 0 0 17 0 0 0
/proc/14350/statm: 4090 3932 85 178 0 3910 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 30840

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 14350
/proc/meminfo: memFree=1733048/2055920 swapFree=4181400/4192956
[pid=14347] ppid=14345 vsize=9124 CPUtime=0.76
/proc/14347/stat : 14347 (IUT_BMB_SAT) S 14345 14347 14065 0 -1 4194304 2126 0 0 0 51 25 0 0 24 0 1 0 109253918 9342976 2107 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14347/statm: 2281 2107 105 274 0 2004 0
[pid=14349] ppid=14347 vsize=5356 CPUtime=0
/proc/14349/stat : 14349 (sh) S 14347 14347 14065 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 109253996 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14349/statm: 1339 232 193 169 0 50 0
[pid=14350] ppid=14349 vsize=17612 CPUtime=101.47
/proc/14350/stat : 14350 (minisat) R 14349 14347 14065 0 -1 4194304 4430 0 0 0 10143 4 0 0 25 0 1 0 109253996 18034688 4212 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/14350/statm: 4403 4212 85 178 0 4223 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 32092

[startup+162.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 14350
/proc/meminfo: memFree=1731008/2055920 swapFree=4181400/4192956
[pid=14347] ppid=14345 vsize=9124 CPUtime=0.76
/proc/14347/stat : 14347 (IUT_BMB_SAT) S 14345 14347 14065 0 -1 4194304 2126 0 0 0 51 25 0 0 24 0 1 0 109253918 9342976 2107 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14347/statm: 2281 2107 105 274 0 2004 0
[pid=14349] ppid=14347 vsize=5356 CPUtime=0
/proc/14349/stat : 14349 (sh) S 14347 14347 14065 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 109253996 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14349/statm: 1339 232 193 169 0 50 0
[pid=14350] ppid=14349 vsize=19656 CPUtime=161.44
/proc/14350/stat : 14350 (minisat) R 14349 14347 14065 0 -1 4194304 4924 0 0 0 16139 5 0 0 25 0 1 0 109253996 20127744 4706 1992294400 134512640 135243223 4294956320 18446744073709551615 134555551 0 0 4096 3 0 0 0 17 0 0 0
/proc/14350/statm: 4914 4706 85 178 0 4734 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 34136

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

[startup+179.102 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 14350
/proc/meminfo: memFree=1729984/2055920 swapFree=4181400/4192956
[pid=14347] ppid=14345 vsize=9124 CPUtime=0.76
/proc/14347/stat : 14347 (IUT_BMB_SAT) S 14345 14347 14065 0 -1 4194304 2126 0 0 0 51 25 0 0 24 0 1 0 109253918 9342976 2107 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14347/statm: 2281 2107 105 274 0 2004 0
[pid=14349] ppid=14347 vsize=5356 CPUtime=0
/proc/14349/stat : 14349 (sh) S 14347 14347 14065 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 109253996 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14349/statm: 1339 232 193 169 0 50 0
[pid=14350] ppid=14349 vsize=20852 CPUtime=178.23
/proc/14350/stat : 14350 (minisat) R 14349 14347 14065 0 -1 4194304 5235 0 0 0 17818 5 0 0 25 0 1 0 109253996 21352448 5017 1992294400 134512640 135243223 4294956320 18446744073709551615 134555483 0 0 4096 3 0 0 0 17 0 0 0
/proc/14350/statm: 5213 5017 85 178 0 5033 0
Current children cumulated CPU time (s) 178.99
Current children cumulated vsize (KiB) 35332

[startup+191.902 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 14350
/proc/meminfo: memFree=1729152/2055920 swapFree=4181400/4192956
[pid=14347] ppid=14345 vsize=9124 CPUtime=0.76
/proc/14347/stat : 14347 (IUT_BMB_SAT) S 14345 14347 14065 0 -1 4194304 2126 0 0 0 51 25 0 0 24 0 1 0 109253918 9342976 2107 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14347/statm: 2281 2107 105 274 0 2004 0
[pid=14349] ppid=14347 vsize=5356 CPUtime=0
/proc/14349/stat : 14349 (sh) S 14347 14347 14065 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 109253996 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14349/statm: 1339 232 193 169 0 50 0
[pid=14350] ppid=14349 vsize=21380 CPUtime=191.02
/proc/14350/stat : 14350 (minisat) R 14349 14347 14065 0 -1 4194304 5371 0 0 0 19097 5 0 0 25 0 1 0 109253996 21893120 5153 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/14350/statm: 5345 5153 85 178 0 5165 0
Current children cumulated CPU time (s) 191.78
Current children cumulated vsize (KiB) 35860

[startup+198.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 14350
/proc/meminfo: memFree=1729152/2055920 swapFree=4181400/4192956
[pid=14347] ppid=14345 vsize=9124 CPUtime=0.76
/proc/14347/stat : 14347 (IUT_BMB_SAT) S 14345 14347 14065 0 -1 4194304 2126 0 0 0 51 25 0 0 24 0 1 0 109253918 9342976 2107 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14347/statm: 2281 2107 105 274 0 2004 0
[pid=14349] ppid=14347 vsize=5356 CPUtime=0
/proc/14349/stat : 14349 (sh) S 14347 14347 14065 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 109253996 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14349/statm: 1339 232 193 169 0 50 0
[pid=14350] ppid=14349 vsize=21380 CPUtime=197.42
/proc/14350/stat : 14350 (minisat) R 14349 14347 14065 0 -1 4194304 5371 0 0 0 19737 5 0 0 25 0 1 0 109253996 21893120 5153 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/14350/statm: 5345 5153 85 178 0 5165 0
Current children cumulated CPU time (s) 198.18
Current children cumulated vsize (KiB) 35860

[startup+199.902 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 14350
/proc/meminfo: memFree=1729152/2055920 swapFree=4181400/4192956
[pid=14347] ppid=14345 vsize=9124 CPUtime=0.76
/proc/14347/stat : 14347 (IUT_BMB_SAT) S 14345 14347 14065 0 -1 4194304 2126 0 0 0 51 25 0 0 24 0 1 0 109253918 9342976 2107 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14347/statm: 2281 2107 105 274 0 2004 0
[pid=14349] ppid=14347 vsize=5356 CPUtime=0
/proc/14349/stat : 14349 (sh) S 14347 14347 14065 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 109253996 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14349/statm: 1339 232 193 169 0 50 0
[pid=14350] ppid=14349 vsize=21380 CPUtime=199.02
/proc/14350/stat : 14350 (minisat) R 14349 14347 14065 0 -1 4194304 5371 0 0 0 19897 5 0 0 25 0 1 0 109253996 21893120 5153 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/14350/statm: 5345 5153 85 178 0 5165 0
Current children cumulated CPU time (s) 199.78
Current children cumulated vsize (KiB) 35860

[startup+200.702 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 14350
/proc/meminfo: memFree=1729152/2055920 swapFree=4181400/4192956
[pid=14347] ppid=14345 vsize=9124 CPUtime=0.76
/proc/14347/stat : 14347 (IUT_BMB_SAT) S 14345 14347 14065 0 -1 4194304 2126 0 0 0 51 25 0 0 24 0 1 0 109253918 9342976 2107 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14347/statm: 2281 2107 105 274 0 2004 0
[pid=14349] ppid=14347 vsize=5356 CPUtime=0
/proc/14349/stat : 14349 (sh) S 14347 14347 14065 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 109253996 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14349/statm: 1339 232 193 169 0 50 0
[pid=14350] ppid=14349 vsize=21380 CPUtime=199.82
/proc/14350/stat : 14350 (minisat) R 14349 14347 14065 0 -1 4194304 5371 0 0 0 19977 5 0 0 25 0 1 0 109253996 21893120 5153 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/14350/statm: 5345 5153 85 178 0 5165 0
Current children cumulated CPU time (s) 200.58
Current children cumulated vsize (KiB) 35860

[startup+201.502 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 14350
/proc/meminfo: memFree=1729152/2055920 swapFree=4181400/4192956
[pid=14347] ppid=14345 vsize=9124 CPUtime=0.76
/proc/14347/stat : 14347 (IUT_BMB_SAT) S 14345 14347 14065 0 -1 4194304 2126 0 0 0 51 25 0 0 24 0 1 0 109253918 9342976 2107 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14347/statm: 2281 2107 105 274 0 2004 0
[pid=14349] ppid=14347 vsize=5356 CPUtime=0
/proc/14349/stat : 14349 (sh) S 14347 14347 14065 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 109253996 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14349/statm: 1339 232 193 169 0 50 0
[pid=14350] ppid=14349 vsize=21380 CPUtime=200.62
/proc/14350/stat : 14350 (minisat) R 14349 14347 14065 0 -1 4194304 5371 0 0 0 20057 5 0 0 25 0 1 0 109253996 21893120 5153 1992294400 134512640 135243223 4294956320 18446744073709551615 134555632 0 0 4096 3 0 0 0 17 0 0 0
/proc/14350/statm: 5345 5153 85 178 0 5165 0
Current children cumulated CPU time (s) 201.38
Current children cumulated vsize (KiB) 35860

[startup+201.902 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 14350
/proc/meminfo: memFree=1729152/2055920 swapFree=4181400/4192956
[pid=14347] ppid=14345 vsize=9124 CPUtime=0.76
/proc/14347/stat : 14347 (IUT_BMB_SAT) S 14345 14347 14065 0 -1 4194304 2126 0 0 0 51 25 0 0 24 0 1 0 109253918 9342976 2107 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14347/statm: 2281 2107 105 274 0 2004 0
[pid=14349] ppid=14347 vsize=5356 CPUtime=0
/proc/14349/stat : 14349 (sh) S 14347 14347 14065 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 109253996 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14349/statm: 1339 232 193 169 0 50 0
[pid=14350] ppid=14349 vsize=21380 CPUtime=201.02
/proc/14350/stat : 14350 (minisat) R 14349 14347 14065 0 -1 4194304 5371 0 0 0 20097 5 0 0 25 0 1 0 109253996 21893120 5153 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/14350/statm: 5345 5153 85 178 0 5165 0
Current children cumulated CPU time (s) 201.78
Current children cumulated vsize (KiB) 35860

[startup+202.002 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 14350
/proc/meminfo: memFree=1729152/2055920 swapFree=4181400/4192956
[pid=14347] ppid=14345 vsize=9124 CPUtime=0.76
/proc/14347/stat : 14347 (IUT_BMB_SAT) S 14345 14347 14065 0 -1 4194304 2126 0 0 0 51 25 0 0 24 0 1 0 109253918 9342976 2107 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14347/statm: 2281 2107 105 274 0 2004 0
[pid=14349] ppid=14347 vsize=5356 CPUtime=0
/proc/14349/stat : 14349 (sh) S 14347 14347 14065 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 109253996 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14349/statm: 1339 232 193 169 0 50 0
[pid=14350] ppid=14349 vsize=21380 CPUtime=201.12
/proc/14350/stat : 14350 (minisat) R 14349 14347 14065 0 -1 4194304 5371 0 0 0 20107 5 0 0 25 0 1 0 109253996 21893120 5153 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/14350/statm: 5345 5153 85 178 0 5165 0
Current children cumulated CPU time (s) 201.88
Current children cumulated vsize (KiB) 35860

Child status: 0
Real time (s): 202.061
CPU time (s): 201.964
CPU user time (s): 201.642
CPU system time (s): 0.321951
CPU usage (%): 99.952
Max. virtual memory (cumulated for all children) (KiB): 35860

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

runsolver used 0.204968 second user time and 0.535918 second system time

The end

Launcher Data

Begin job on node82 at 2009-04-27 08:04:06
IDJOB=1736614
IDBENCH=71629
IDSOLVER=523
FILE ID=node82/1736614-1240812246
PBS_JOBID= 9187412
Free space on /tmp= 66384 MiB

SOLVER NAME= IUT_BMB_SAT 1.0
BENCH NAME= SAT09/CRAFTED/parity-games/instance_n6_i7_pp_ci_ce.cnf
COMMAND LINE= IUT_BMB_SAT BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1736614-1240812246/watcher-1736614-1240812246 -o /tmp/evaluation-result-1736614-1240812246/solver-1736614-1240812246 -C 1200 -W 1800 -M 1800 --output-limit 1,15  IUT_BMB_SAT HOME/instance-1736614-1240812246.cnf HOME

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

MD5SUM BENCH= 2ba7146c43b8082afe1c2f5c23a97bd0
RANDOM SEED=795659858

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1760120 kB
Buffers:         47144 kB
Cached:         190596 kB
SwapCached:       5360 kB
Active:          96900 kB
Inactive:       149264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1760120 kB
SwapTotal:     4192956 kB
SwapFree:      4181400 kB
Dirty:            3616 kB
Writeback:           0 kB
Mapped:          14404 kB
Slab:            35696 kB
Committed_AS:   326140 kB
PageTables:       1384 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66380 MiB
End job on node82 at 2009-04-27 08:07:28