Trace number 1786129

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 202.034 202.116

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.5391
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.77	c |  Number of variables:  8484                                                 |
0.69/0.77	c |  Number of clauses:    73989                                                |
0.76/0.84	c |  Parsing time:         0.07         s                                       |
1.17/1.27	c ============================[ Search Statistics ]==============================
1.17/1.27	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.17/1.27	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.17/1.27	c ===============================================================================
1.17/1.27	c |         0 |    4245    43098   143451 |    14366        0    nan |  0.000 % |
1.17/1.28	c |       100 |    4245    43098   143451 |    15802      100     10 |  4.208 % |
1.17/1.29	c |       251 |    4245    43098   143451 |    17382      251     11 |  4.208 % |
1.27/1.31	c |       476 |    4245    43098   143451 |    19121      476     13 |  4.208 % |
1.27/1.34	c |       816 |    4245    43098   143451 |    21033      816     15 |  4.208 % |
1.37/1.40	c |      1322 |    4245    43098   143451 |    23136     1322     16 |  4.208 % |
1.37/1.47	c |      2081 |    4245    43098   143451 |    25450     2081     18 |  4.208 % |
1.57/1.62	c |      3220 |    4245    43098   143451 |    27995     3220     21 |  4.208 % |
1.77/1.89	c |      4930 |    4245    43098   143451 |    30794     4930     30 |  4.208 % |
2.27/2.31	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.23	c |     17103 |    4245    43098   143451 |    40987    17103     33 |  4.208 % |
6.27/6.32	c |     25752 |    4245    43098   143451 |    45086    25752     33 |  4.208 % |
10.67/10.74	c |     38727 |    4245    43098   143451 |    49595    38727     34 |  4.208 % |
18.86/18.93	c |     58188 |    4245    43098   143451 |    54554    26499     30 |  4.208 % |
30.87/30.90	c |     87380 |    4245    43098   143451 |    60010    55691     33 |  4.208 % |
55.35/55.42	c |    131171 |    4245    43098   143451 |    66011    60272     32 |  4.208 % |
93.44/93.53	c |    196856 |    4245    43098   143451 |    72612    37200     34 |  4.208 % |
149.42/149.58	c |    295382 |    4245    43098   143451 |    79873    33862     28 |  4.208 % |
201.90/202.07	c ===============================================================================
201.90/202.07	c restarts              : 19
201.90/202.07	c conflicts             : 387171         (1925 /sec)
201.90/202.07	c decisions             : 695413         (1.42 % random) (3457 /sec)
201.90/202.07	c propagations          : 109414416      (543900 /sec)
201.90/202.07	c conflict literals     : 13912611       (44.45 % deleted)
201.90/202.07	c Memory used           : 20.88 MB
201.90/202.07	c CPU time              : 201.166 s
201.90/202.07	
201.90/202.07	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-1786129-1241948496/watcher-1786129-1241948496 -o /tmp/evaluation-result-1786129-1241948496/solver-1786129-1241948496 -C 5000 -W 6000 -M 1800 IUT_BMB_SAT HOME/instance-1786129-1241948496.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 1.00 3/64 2867
/proc/meminfo: memFree=1623336/2055920 swapFree=4181940/4192956
[pid=2867] ppid=2865 vsize=2160 CPUtime=0
/proc/2867/stat : 2867 (IUT_BMB_SAT) R 2865 2867 2790 0 -1 4194304 191 0 0 0 0 0 0 0 18 0 1 0 222876869 2211840 174 1992294400 134512640 135635285 4294956224 18446744073709551615 134533644 0 0 4096 0 0 0 0 17 0 0 0
/proc/2867/statm: 540 175 90 274 0 263 0

[startup+0.0526641 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2867
/proc/meminfo: memFree=1623336/2055920 swapFree=4181940/4192956
[pid=2867] ppid=2865 vsize=3960 CPUtime=0.05
/proc/2867/stat : 2867 (IUT_BMB_SAT) R 2865 2867 2790 0 -1 4194304 807 0 0 0 5 0 0 0 18 0 1 0 222876869 4055040 790 1992294400 134512640 135635285 4294956224 18446744073709551615 135132382 0 0 4096 0 0 0 0 17 0 0 0
/proc/2867/statm: 990 790 97 274 0 713 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 3960

[startup+0.101668 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2867
/proc/meminfo: memFree=1623336/2055920 swapFree=4181940/4192956
[pid=2867] ppid=2865 vsize=4752 CPUtime=0.09
/proc/2867/stat : 2867 (IUT_BMB_SAT) R 2865 2867 2790 0 -1 4194304 992 0 0 0 9 0 0 0 18 0 1 0 222876869 4866048 975 1992294400 134512640 135635285 4294956224 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/2867/statm: 1188 975 97 274 0 911 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4752

[startup+0.301686 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2867
/proc/meminfo: memFree=1623336/2055920 swapFree=4181940/4192956
[pid=2867] ppid=2865 vsize=7656 CPUtime=0.3
/proc/2867/stat : 2867 (IUT_BMB_SAT) R 2865 2867 2790 0 -1 4194304 1738 0 0 0 29 1 0 0 19 0 1 0 222876869 7839744 1721 1992294400 134512640 135635285 4294956224 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/2867/statm: 1914 1722 97 274 0 1637 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 7656

[startup+0.701719 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2867
/proc/meminfo: memFree=1623336/2055920 swapFree=4181940/4192956
[pid=2867] ppid=2865 vsize=9124 CPUtime=0.69
/proc/2867/stat : 2867 (IUT_BMB_SAT) R 2865 2867 2790 0 -1 4194304 2120 0 0 0 48 21 0 0 23 0 1 0 222876869 9342976 2102 1992294400 134512640 135635285 4294956224 18446744073709551615 135132478 0 0 4096 0 0 0 0 17 0 0 0
/proc/2867/statm: 2281 2102 100 274 0 2004 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9124

[startup+1.50279 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 2870
/proc/meminfo: memFree=1607312/2055920 swapFree=4181940/4192956
[pid=2867] ppid=2865 vsize=9124 CPUtime=0.76
/proc/2867/stat : 2867 (IUT_BMB_SAT) S 2865 2867 2790 0 -1 4194304 2126 0 0 0 50 26 0 0 24 0 1 0 222876869 9342976 2107 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2867/statm: 2281 2107 105 274 0 2004 0
[pid=2869] ppid=2867 vsize=5356 CPUtime=0
/proc/2869/stat : 2869 (sh) S 2867 2867 2790 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 222876946 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2869/statm: 1339 232 193 169 0 50 0
[pid=2870] ppid=2869 vsize=7736 CPUtime=0.71
/proc/2870/stat : 2870 (minisat) R 2869 2867 2790 0 -1 4194304 2009 0 0 0 71 0 0 0 24 0 1 0 222876947 7921664 1791 1992294400 134512640 135243223 4294956320 18446744073709551615 134555557 0 0 4096 3 0 0 0 17 0 0 0
/proc/2870/statm: 1934 1791 85 178 0 1754 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 22216

[startup+3.10193 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 2870
/proc/meminfo: memFree=1606480/2055920 swapFree=4181940/4192956
[pid=2867] ppid=2865 vsize=9124 CPUtime=0.76
/proc/2867/stat : 2867 (IUT_BMB_SAT) S 2865 2867 2790 0 -1 4194304 2126 0 0 0 50 26 0 0 24 0 1 0 222876869 9342976 2107 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2867/statm: 2281 2107 105 274 0 2004 0
[pid=2869] ppid=2867 vsize=5356 CPUtime=0
/proc/2869/stat : 2869 (sh) S 2867 2867 2790 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 222876946 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2869/statm: 1339 232 193 169 0 50 0
[pid=2870] ppid=2869 vsize=7736 CPUtime=2.32
/proc/2870/stat : 2870 (minisat) R 2869 2867 2790 0 -1 4194304 2011 0 0 0 231 1 0 0 25 0 1 0 222876947 7921664 1793 1992294400 134512640 135243223 4294956320 18446744073709551615 134559401 0 0 4096 3 0 0 0 17 0 0 0
/proc/2870/statm: 1934 1793 85 178 0 1754 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 22216

[startup+6.30121 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 2870
/proc/meminfo: memFree=1604688/2055920 swapFree=4181940/4192956
[pid=2867] ppid=2865 vsize=9124 CPUtime=0.76
/proc/2867/stat : 2867 (IUT_BMB_SAT) S 2865 2867 2790 0 -1 4194304 2126 0 0 0 50 26 0 0 24 0 1 0 222876869 9342976 2107 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2867/statm: 2281 2107 105 274 0 2004 0
[pid=2869] ppid=2867 vsize=5356 CPUtime=0
/proc/2869/stat : 2869 (sh) S 2867 2867 2790 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 222876946 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2869/statm: 1339 232 193 169 0 50 0
[pid=2870] ppid=2869 vsize=10116 CPUtime=5.51
/proc/2870/stat : 2870 (minisat) R 2869 2867 2790 0 -1 4194304 2589 0 0 0 550 1 0 0 25 0 1 0 222876947 10358784 2371 1992294400 134512640 135243223 4294956320 18446744073709551615 134558242 0 0 4096 3 0 0 0 17 0 0 0
/proc/2870/statm: 2529 2371 85 178 0 2349 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 24596

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 2870
/proc/meminfo: memFree=1601232/2055920 swapFree=4181940/4192956
[pid=2867] ppid=2865 vsize=9124 CPUtime=0.76
/proc/2867/stat : 2867 (IUT_BMB_SAT) S 2865 2867 2790 0 -1 4194304 2126 0 0 0 50 26 0 0 24 0 1 0 222876869 9342976 2107 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2867/statm: 2281 2107 105 274 0 2004 0
[pid=2869] ppid=2867 vsize=5356 CPUtime=0
/proc/2869/stat : 2869 (sh) S 2867 2867 2790 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 222876946 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2869/statm: 1339 232 193 169 0 50 0
[pid=2870] ppid=2869 vsize=13428 CPUtime=11.91
/proc/2870/stat : 2870 (minisat) R 2869 2867 2790 0 -1 4194304 3380 0 0 0 1189 2 0 0 25 0 1 0 222876947 13750272 3162 1992294400 134512640 135243223 4294956320 18446744073709551615 134566310 0 0 4096 3 0 0 0 17 0 0 0
/proc/2870/statm: 3357 3162 85 178 0 3177 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 27908

[startup+25.5019 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 2870
/proc/meminfo: memFree=1599696/2055920 swapFree=4181940/4192956
[pid=2867] ppid=2865 vsize=9124 CPUtime=0.76
/proc/2867/stat : 2867 (IUT_BMB_SAT) S 2865 2867 2790 0 -1 4194304 2126 0 0 0 50 26 0 0 24 0 1 0 222876869 9342976 2107 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2867/statm: 2281 2107 105 274 0 2004 0
[pid=2869] ppid=2867 vsize=5356 CPUtime=0
/proc/2869/stat : 2869 (sh) S 2867 2867 2790 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 222876946 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2869/statm: 1339 232 193 169 0 50 0
[pid=2870] ppid=2869 vsize=14768 CPUtime=24.7
/proc/2870/stat : 2870 (minisat) R 2869 2867 2790 0 -1 4194304 3719 0 0 0 2468 2 0 0 25 0 1 0 222876947 15122432 3501 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/2870/statm: 3692 3501 85 178 0 3512 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 29248

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 2870
/proc/meminfo: memFree=1598032/2055920 swapFree=4181940/4192956
[pid=2867] ppid=2865 vsize=9124 CPUtime=0.76
/proc/2867/stat : 2867 (IUT_BMB_SAT) S 2865 2867 2790 0 -1 4194304 2126 0 0 0 50 26 0 0 24 0 1 0 222876869 9342976 2107 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2867/statm: 2281 2107 105 274 0 2004 0
[pid=2869] ppid=2867 vsize=5356 CPUtime=0
/proc/2869/stat : 2869 (sh) S 2867 2867 2790 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 222876946 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2869/statm: 1339 232 193 169 0 50 0
[pid=2870] ppid=2869 vsize=16360 CPUtime=50.29
/proc/2870/stat : 2870 (minisat) R 2869 2867 2790 0 -1 4194304 4150 0 0 0 5026 3 0 0 25 0 1 0 222876947 16752640 3932 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/2870/statm: 4090 3932 85 178 0 3910 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 30840

[startup+102.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 2870
/proc/meminfo: memFree=1596816/2055920 swapFree=4181940/4192956
[pid=2867] ppid=2865 vsize=9124 CPUtime=0.76
/proc/2867/stat : 2867 (IUT_BMB_SAT) S 2865 2867 2790 0 -1 4194304 2126 0 0 0 50 26 0 0 24 0 1 0 222876869 9342976 2107 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2867/statm: 2281 2107 105 274 0 2004 0
[pid=2869] ppid=2867 vsize=5356 CPUtime=0
/proc/2869/stat : 2869 (sh) S 2867 2867 2790 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 222876946 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2869/statm: 1339 232 193 169 0 50 0
[pid=2870] ppid=2869 vsize=17612 CPUtime=101.48
/proc/2870/stat : 2870 (minisat) R 2869 2867 2790 0 -1 4194304 4430 0 0 0 10144 4 0 0 25 0 1 0 222876947 18034688 4212 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/2870/statm: 4403 4212 85 178 0 4223 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 32092

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 2870
/proc/meminfo: memFree=1594832/2055920 swapFree=4181940/4192956
[pid=2867] ppid=2865 vsize=9124 CPUtime=0.76
/proc/2867/stat : 2867 (IUT_BMB_SAT) S 2865 2867 2790 0 -1 4194304 2126 0 0 0 50 26 0 0 24 0 1 0 222876869 9342976 2107 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2867/statm: 2281 2107 105 274 0 2004 0
[pid=2869] ppid=2867 vsize=5356 CPUtime=0
/proc/2869/stat : 2869 (sh) S 2867 2867 2790 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 222876946 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2869/statm: 1339 232 193 169 0 50 0
[pid=2870] ppid=2869 vsize=19656 CPUtime=161.45
/proc/2870/stat : 2870 (minisat) R 2869 2867 2790 0 -1 4194304 4924 0 0 0 16141 4 0 0 25 0 1 0 222876947 20127744 4706 1992294400 134512640 135243223 4294956320 18446744073709551615 134566220 0 0 4096 3 0 0 0 17 0 0 0
/proc/2870/statm: 4914 4706 85 178 0 4734 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 34136

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

[startup+179.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 2870
/proc/meminfo: memFree=1593808/2055920 swapFree=4181940/4192956
[pid=2867] ppid=2865 vsize=9124 CPUtime=0.76
/proc/2867/stat : 2867 (IUT_BMB_SAT) S 2865 2867 2790 0 -1 4194304 2126 0 0 0 50 26 0 0 24 0 1 0 222876869 9342976 2107 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2867/statm: 2281 2107 105 274 0 2004 0
[pid=2869] ppid=2867 vsize=5356 CPUtime=0
/proc/2869/stat : 2869 (sh) S 2867 2867 2790 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 222876946 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2869/statm: 1339 232 193 169 0 50 0
[pid=2870] ppid=2869 vsize=20852 CPUtime=178.24
/proc/2870/stat : 2870 (minisat) R 2869 2867 2790 0 -1 4194304 5235 0 0 0 17820 4 0 0 25 0 1 0 222876947 21352448 5017 1992294400 134512640 135243223 4294956320 18446744073709551615 134555578 0 0 4096 3 0 0 0 17 0 0 0
/proc/2870/statm: 5213 5017 85 178 0 5033 0
Current children cumulated CPU time (s) 179
Current children cumulated vsize (KiB) 35332

[startup+191.902 s]
/proc/loadavg: 1.07 1.02 1.00 2/67 2870
/proc/meminfo: memFree=1593104/2055920 swapFree=4181940/4192956
[pid=2867] ppid=2865 vsize=9124 CPUtime=0.76
/proc/2867/stat : 2867 (IUT_BMB_SAT) S 2865 2867 2790 0 -1 4194304 2126 0 0 0 50 26 0 0 24 0 1 0 222876869 9342976 2107 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2867/statm: 2281 2107 105 274 0 2004 0
[pid=2869] ppid=2867 vsize=5356 CPUtime=0
/proc/2869/stat : 2869 (sh) S 2867 2867 2790 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 222876946 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2869/statm: 1339 232 193 169 0 50 0
[pid=2870] ppid=2869 vsize=21380 CPUtime=191.04
/proc/2870/stat : 2870 (minisat) R 2869 2867 2790 0 -1 4194304 5371 0 0 0 19099 5 0 0 25 0 1 0 222876947 21893120 5153 1992294400 134512640 135243223 4294956320 18446744073709551615 134555523 0 0 4096 3 0 0 0 17 0 0 0
/proc/2870/statm: 5345 5153 85 178 0 5165 0
Current children cumulated CPU time (s) 191.8
Current children cumulated vsize (KiB) 35860

[startup+198.302 s]
/proc/loadavg: 1.07 1.02 1.00 2/67 2870
/proc/meminfo: memFree=1593040/2055920 swapFree=4181940/4192956
[pid=2867] ppid=2865 vsize=9124 CPUtime=0.76
/proc/2867/stat : 2867 (IUT_BMB_SAT) S 2865 2867 2790 0 -1 4194304 2126 0 0 0 50 26 0 0 24 0 1 0 222876869 9342976 2107 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2867/statm: 2281 2107 105 274 0 2004 0
[pid=2869] ppid=2867 vsize=5356 CPUtime=0
/proc/2869/stat : 2869 (sh) S 2867 2867 2790 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 222876946 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2869/statm: 1339 232 193 169 0 50 0
[pid=2870] ppid=2869 vsize=21380 CPUtime=197.44
/proc/2870/stat : 2870 (minisat) R 2869 2867 2790 0 -1 4194304 5371 0 0 0 19739 5 0 0 25 0 1 0 222876947 21893120 5153 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/2870/statm: 5345 5153 85 178 0 5165 0
Current children cumulated CPU time (s) 198.2
Current children cumulated vsize (KiB) 35860

[startup+199.901 s]
/proc/loadavg: 1.07 1.02 1.00 2/67 2870
/proc/meminfo: memFree=1593040/2055920 swapFree=4181940/4192956
[pid=2867] ppid=2865 vsize=9124 CPUtime=0.76
/proc/2867/stat : 2867 (IUT_BMB_SAT) S 2865 2867 2790 0 -1 4194304 2126 0 0 0 50 26 0 0 24 0 1 0 222876869 9342976 2107 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2867/statm: 2281 2107 105 274 0 2004 0
[pid=2869] ppid=2867 vsize=5356 CPUtime=0
/proc/2869/stat : 2869 (sh) S 2867 2867 2790 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 222876946 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2869/statm: 1339 232 193 169 0 50 0
[pid=2870] ppid=2869 vsize=21380 CPUtime=199.04
/proc/2870/stat : 2870 (minisat) R 2869 2867 2790 0 -1 4194304 5371 0 0 0 19899 5 0 0 25 0 1 0 222876947 21893120 5153 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/2870/statm: 5345 5153 85 178 0 5165 0
Current children cumulated CPU time (s) 199.8
Current children cumulated vsize (KiB) 35860

[startup+201.501 s]
/proc/loadavg: 1.06 1.02 1.00 2/67 2870
/proc/meminfo: memFree=1593040/2055920 swapFree=4181940/4192956
[pid=2867] ppid=2865 vsize=9124 CPUtime=0.76
/proc/2867/stat : 2867 (IUT_BMB_SAT) S 2865 2867 2790 0 -1 4194304 2126 0 0 0 50 26 0 0 24 0 1 0 222876869 9342976 2107 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2867/statm: 2281 2107 105 274 0 2004 0
[pid=2869] ppid=2867 vsize=5356 CPUtime=0
/proc/2869/stat : 2869 (sh) S 2867 2867 2790 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 222876946 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2869/statm: 1339 232 193 169 0 50 0
[pid=2870] ppid=2869 vsize=21380 CPUtime=200.64
/proc/2870/stat : 2870 (minisat) R 2869 2867 2790 0 -1 4194304 5371 0 0 0 20059 5 0 0 25 0 1 0 222876947 21893120 5153 1992294400 134512640 135243223 4294956320 18446744073709551615 134555570 0 0 4096 3 0 0 0 17 0 0 0
/proc/2870/statm: 5345 5153 85 178 0 5165 0
Current children cumulated CPU time (s) 201.4
Current children cumulated vsize (KiB) 35860

[startup+201.901 s]
/proc/loadavg: 1.06 1.02 1.00 2/67 2870
/proc/meminfo: memFree=1593040/2055920 swapFree=4181940/4192956
[pid=2867] ppid=2865 vsize=9124 CPUtime=0.76
/proc/2867/stat : 2867 (IUT_BMB_SAT) S 2865 2867 2790 0 -1 4194304 2126 0 0 0 50 26 0 0 24 0 1 0 222876869 9342976 2107 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2867/statm: 2281 2107 105 274 0 2004 0
[pid=2869] ppid=2867 vsize=5356 CPUtime=0
/proc/2869/stat : 2869 (sh) S 2867 2867 2790 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 222876946 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2869/statm: 1339 232 193 169 0 50 0
[pid=2870] ppid=2869 vsize=21380 CPUtime=201.04
/proc/2870/stat : 2870 (minisat) R 2869 2867 2790 0 -1 4194304 5371 0 0 0 20099 5 0 0 25 0 1 0 222876947 21893120 5153 1992294400 134512640 135243223 4294956320 18446744073709551615 134555453 0 0 4096 3 0 0 0 17 0 0 0
/proc/2870/statm: 5345 5153 85 178 0 5165 0
Current children cumulated CPU time (s) 201.8
Current children cumulated vsize (KiB) 35860

[startup+202.101 s]
/proc/loadavg: 1.06 1.02 1.00 2/67 2870
/proc/meminfo: memFree=1593040/2055920 swapFree=4181940/4192956
[pid=2867] ppid=2865 vsize=8324 CPUtime=201.99
/proc/2867/stat : 2867 (IUT_BMB_SAT) R 2865 2867 2790 0 -1 4194304 3530 5659 0 0 52 26 20116 5 17 0 1 0 222876869 8523776 1908 1992294400 134512640 135635285 4294956224 18446744073709551615 135063321 0 0 4096 0 0 0 0 17 0 0 0
/proc/2867/statm: 2081 1908 106 274 0 1804 0
Current children cumulated CPU time (s) 201.99
Current children cumulated vsize (KiB) 8324

Child status: 0
Real time (s): 202.116
CPU time (s): 202.034
CPU user time (s): 201.709
CPU system time (s): 0.32495
CPU usage (%): 99.9595
Max. virtual memory (cumulated for all children) (KiB): 35860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 201.709
system time used= 0.32495
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= 529

runsolver used 0.19597 second user time and 0.546916 second system time

The end

Launcher Data

Begin job on node58 at 2009-05-10 11:41:36
IDJOB=1786129
IDBENCH=71629
IDSOLVER=638
FILE ID=node58/1786129-1241948496
PBS_JOBID= 9265047
Free space on /tmp= 66148 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-1786129-1241948496/watcher-1786129-1241948496 -o /tmp/evaluation-result-1786129-1241948496/solver-1786129-1241948496 -C 5000 -W 6000 -M 1800  IUT_BMB_SAT HOME/instance-1786129-1241948496.cnf HOME

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

MD5SUM BENCH= 2ba7146c43b8082afe1c2f5c23a97bd0
RANDOM SEED=906601827

node58.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.233
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.233
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:       1623816 kB
Buffers:         54760 kB
Cached:         308252 kB
SwapCached:       4936 kB
Active:         147436 kB
Inactive:       224108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1623816 kB
SwapTotal:     4192956 kB
SwapFree:      4181940 kB
Dirty:            3604 kB
Writeback:           0 kB
Mapped:          14716 kB
Slab:            46624 kB
Committed_AS:   682948 kB
PageTables:       1356 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= 66144 MiB
End job on node58 at 2009-05-10 11:44:59