Trace number 1783863

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
MiniSat 2.1 (Sat-race'08 Edition)UNSAT 369.993 370.086

General information on the benchmark

Namecrafted/Difficult/contest05/QG/
QG6-gensys-ukn003.sat05-2726.reshuffled-07.cnf
MD5SUM92c8b4fc23a7c22313979a2d9b3b5a58
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark101.986
Satisfiable
(Un)Satisfiability was proved
Number of variables1691
Number of clauses9177
Sum of the clauses size77698
Maximum clause length16
Minimum clause length1
Number of clauses of size 133
Number of clauses of size 2289
Number of clauses of size 31389
Number of clauses of size 4171
Number of clauses of size 5960
Number of clauses of size over 56335

Solver Data

0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.02	c |  Number of variables:          2123                                         |
0.00/0.02	c |  Number of clauses:            8918                                         |
0.00/0.02	c |  Parse time:                   0.02 s                                       |
0.00/0.06	c |  Simplification time:          0.04 s                                       |
0.00/0.06	c |                                                                             |
0.00/0.06	c ============================[ Search Statistics ]==============================
0.00/0.06	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.06	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.06	c ===============================================================================
0.00/0.06	c |       100 |    1267     5022    39562 |     1841      100     13 |  2.025 % |
0.00/0.07	c |       250 |    1267     5022    39562 |     2025      250     18 |  2.025 % |
0.00/0.07	c |       475 |    1267     5022    39562 |     2228      475     22 |  2.025 % |
0.07/0.08	c |       812 |    1267     5022    39562 |     2450      812     23 |  2.025 % |
0.07/0.09	c |      1318 |    1267     5022    39562 |     2695     1318     26 |  2.025 % |
0.09/0.11	c |      2077 |    1267     5022    39562 |     2965     2077     26 |  2.025 % |
0.09/0.16	c |      3216 |    1267     5022    39562 |     3262     1672     24 |  2.025 % |
0.19/0.22	c |      4924 |    1267     5022    39562 |     3588     3380     28 |  2.025 % |
0.29/0.32	c |      7486 |    1267     5022    39562 |     3947     2255     26 |  2.025 % |
0.39/0.48	c |     11330 |    1267     5022    39562 |     4341     2102     24 |  2.025 % |
0.69/0.71	c |     17096 |    1267     5022    39562 |     4776     3422     28 |  2.025 % |
0.99/1.07	c |     25745 |    1267     5022    39562 |     5253     4683     27 |  2.025 % |
1.59/1.66	c |     38719 |    1267     5022    39562 |     5779     4213     30 |  2.025 % |
2.49/2.54	c |     58180 |    1267     5022    39562 |     6357     2994     21 |  2.025 % |
3.99/4.00	c |     87372 |    1267     5022    39562 |     6992     6320     35 |  2.025 % |
6.29/6.39	c |    131161 |    1267     5022    39562 |     7691     3901     25 |  2.025 % |
9.90/9.97	c |    196845 |    1267     5022    39562 |     8461     7086     32 |  2.025 % |
15.89/15.96	c |    295371 |    1267     5022    39562 |     9307     7030     31 |  2.025 % |
25.29/25.39	c |    443160 |    1267     5022    39562 |    10238     8733     31 |  2.025 % |
40.48/40.56	c |    664843 |    1267     5022    39562 |    11261     7785     29 |  2.025 % |
64.28/64.30	c |    997368 |    1267     5022    39562 |    12388    10363     27 |  2.025 % |
100.77/100.81	c |   1496156 |    1267     5022    39562 |    13626     9200     23 |  2.025 % |
155.95/156.01	c |   2244338 |    1267     5022    39562 |    14989     8748     28 |  2.025 % |
243.23/243.38	c |   3366612 |    1267     5022    39562 |    16488    13567     27 |  2.025 % |
369.90/370.08	c ===============================================================================
369.90/370.08	c restarts              : 8191
369.90/370.08	c conflicts             : 4924137        (13310 /sec)
369.90/370.08	c decisions             : 7724050        (20879 /sec)
369.90/370.08	c propagations          : 198330702      (536106 /sec)
369.90/370.08	c conflict literals     : 140526351      (21.96 % deleted)
369.90/370.08	c Memory used           : 23.55 MB
369.90/370.08	c CPU time              : 369.947 s
369.90/370.08	c 
369.90/370.08	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-1783863-1241896412/watcher-1783863-1241896412 -o /tmp/evaluation-result-1783863-1241896412/solver-1783863-1241896412 -C 5000 -W 6000 -M 1800 HOME/minisat HOME/instance-1783863-1241896412.cnf 

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.12 1.04 1.01 2/64 12540
/proc/meminfo: memFree=1828464/2055920 swapFree=4180136/4192956
[pid=12540] ppid=12538 vsize=7608 CPUtime=0
/proc/12540/stat : 12540 (minisat) R 12538 12540 12459 0 -1 4194304 296 0 0 0 0 0 0 0 18 0 1 0 217667284 7790592 280 1992294400 4194304 5092341 548682068848 18446744073709551615 4270144 0 0 4096 3 0 0 0 17 1 0 0
/proc/12540/statm: 1902 280 63 219 0 1680 0

[startup+0.0777119 s]
/proc/loadavg: 1.12 1.04 1.01 2/64 12540
/proc/meminfo: memFree=1828464/2055920 swapFree=4180136/4192956
[pid=12540] ppid=12538 vsize=8272 CPUtime=0.07
/proc/12540/stat : 12540 (minisat) R 12538 12540 12459 0 -1 4194304 640 0 0 0 7 0 0 0 18 0 1 0 217667284 8470528 523 1992294400 4194304 5092341 548682068848 18446744073709551615 4265869 0 0 4096 3 0 0 0 17 1 0 0
/proc/12540/statm: 2068 523 100 219 0 1846 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 8272

[startup+0.101715 s]
/proc/loadavg: 1.12 1.04 1.01 2/64 12540
/proc/meminfo: memFree=1828464/2055920 swapFree=4180136/4192956
[pid=12540] ppid=12538 vsize=8272 CPUtime=0.09
/proc/12540/stat : 12540 (minisat) R 12538 12540 12459 0 -1 4194304 667 0 0 0 9 0 0 0 18 0 1 0 217667284 8470528 550 1992294400 4194304 5092341 548682068848 18446744073709551615 4265869 0 0 4096 3 0 0 0 17 1 0 0
/proc/12540/statm: 2068 550 100 219 0 1846 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8272

[startup+0.301734 s]
/proc/loadavg: 1.12 1.04 1.01 2/64 12540
/proc/meminfo: memFree=1828464/2055920 swapFree=4180136/4192956
[pid=12540] ppid=12538 vsize=13532 CPUtime=0.29
/proc/12540/stat : 12540 (minisat) R 12538 12540 12459 0 -1 4194304 1014 0 0 0 29 0 0 0 19 0 1 0 217667284 13856768 766 1992294400 4194304 5092341 548682068848 18446744073709551615 4241025 0 0 4096 3 0 0 0 17 1 0 0
/proc/12540/statm: 3383 766 100 219 0 3161 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13532

[startup+0.701774 s]
/proc/loadavg: 1.12 1.04 1.01 2/64 12540
/proc/meminfo: memFree=1828464/2055920 swapFree=4180136/4192956
[pid=12540] ppid=12538 vsize=13532 CPUtime=0.69
/proc/12540/stat : 12540 (minisat) R 12538 12540 12459 0 -1 4194304 1060 0 0 0 69 0 0 0 23 0 1 0 217667284 13856768 812 1992294400 4194304 5092341 548682068848 18446744073709551615 4244035 0 0 4096 3 0 0 0 17 1 0 0
/proc/12540/statm: 3383 812 100 219 0 3161 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13532

[startup+1.50285 s]
/proc/loadavg: 1.12 1.04 1.01 2/65 12541
/proc/meminfo: memFree=1824616/2055920 swapFree=4180136/4192956
[pid=12540] ppid=12538 vsize=18724 CPUtime=1.49
/proc/12540/stat : 12540 (minisat) R 12538 12540 12459 0 -1 4194304 1307 0 0 0 149 0 0 0 25 0 1 0 217667284 19173376 1059 1992294400 4194304 5092341 548682068848 18446744073709551615 4241256 0 0 4096 3 0 0 0 17 1 0 0
/proc/12540/statm: 4681 1059 100 219 0 4459 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 18724

[startup+3.10201 s]
/proc/loadavg: 1.12 1.04 1.01 2/65 12541
/proc/meminfo: memFree=1824168/2055920 swapFree=4180136/4192956
[pid=12540] ppid=12538 vsize=18724 CPUtime=3.09
/proc/12540/stat : 12540 (minisat) R 12538 12540 12459 0 -1 4194304 1393 0 0 0 309 0 0 0 25 0 1 0 217667284 19173376 1145 1992294400 4194304 5092341 548682068848 18446744073709551615 4248079 0 0 4096 3 0 0 0 17 1 0 0
/proc/12540/statm: 4681 1145 100 219 0 4459 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 18724

[startup+6.30133 s]
/proc/loadavg: 1.11 1.04 1.01 2/65 12541
/proc/meminfo: memFree=1823400/2055920 swapFree=4180136/4192956
[pid=12540] ppid=12538 vsize=18724 CPUtime=6.29
/proc/12540/stat : 12540 (minisat) R 12538 12540 12459 0 -1 4194304 1568 0 0 0 629 0 0 0 25 0 1 0 217667284 19173376 1320 1992294400 4194304 5092341 548682068848 18446744073709551615 4249813 0 0 4096 3 0 0 0 17 1 0 0
/proc/12540/statm: 4681 1320 100 219 0 4459 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 18724

[startup+12.702 s]
/proc/loadavg: 1.10 1.04 1.01 2/65 12541
/proc/meminfo: memFree=1822248/2055920 swapFree=4180136/4192956
[pid=12540] ppid=12538 vsize=18740 CPUtime=12.69
/proc/12540/stat : 12540 (minisat) R 12538 12540 12459 0 -1 4194304 2925 0 0 0 1268 1 0 0 25 0 1 0 217667284 19189760 1605 1992294400 4194304 5092341 548682068848 18446744073709551615 4249472 0 0 4096 3 0 0 0 17 1 0 0
/proc/12540/statm: 4685 1605 100 219 0 4463 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 18740

[startup+25.5012 s]
/proc/loadavg: 1.08 1.04 1.00 2/65 12541
/proc/meminfo: memFree=1821032/2055920 swapFree=4180136/4192956
[pid=12540] ppid=12538 vsize=18740 CPUtime=25.48
/proc/12540/stat : 12540 (minisat) R 12538 12540 12459 0 -1 4194304 3198 0 0 0 2547 1 0 0 25 0 1 0 217667284 19189760 1878 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/12540/statm: 4685 1878 100 219 0 4463 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 18740

[startup+51.1018 s]
/proc/loadavg: 1.05 1.03 1.00 2/65 12541
/proc/meminfo: memFree=1819240/2055920 swapFree=4180136/4192956
[pid=12540] ppid=12538 vsize=18740 CPUtime=51.08
/proc/12540/stat : 12540 (minisat) R 12538 12540 12459 0 -1 4194304 3644 0 0 0 5106 2 0 0 25 0 1 0 217667284 19189760 2324 1992294400 4194304 5092341 548682068848 18446744073709551615 4240957 0 0 4096 3 0 0 0 17 1 0 0
/proc/12540/statm: 4685 2324 100 219 0 4463 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 18740

[startup+102.306 s]
/proc/loadavg: 1.02 1.02 1.00 2/65 12541
/proc/meminfo: memFree=1815656/2055920 swapFree=4180136/4192956
[pid=12540] ppid=12538 vsize=24112 CPUtime=102.27
/proc/12540/stat : 12540 (minisat) R 12538 12540 12459 0 -1 4194304 5344 0 0 0 10224 3 0 0 25 0 1 0 217667284 24690688 3205 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/12540/statm: 6028 3205 100 219 0 5806 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 24112

[startup+162.302 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 12541
/proc/meminfo: memFree=1815016/2055920 swapFree=4180136/4192956
[pid=12540] ppid=12538 vsize=24112 CPUtime=162.25
/proc/12540/stat : 12540 (minisat) R 12538 12540 12459 0 -1 4194304 5497 0 0 0 16222 3 0 0 25 0 1 0 217667284 24690688 3358 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/12540/statm: 6028 3358 100 219 0 5806 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 24112

[startup+222.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 12541
/proc/meminfo: memFree=1814952/2055920 swapFree=4180136/4192956
[pid=12540] ppid=12538 vsize=24112 CPUtime=222.23
/proc/12540/stat : 12540 (minisat) R 12538 12540 12459 0 -1 4194304 5504 0 0 0 22220 3 0 0 25 0 1 0 217667284 24690688 3365 1992294400 4194304 5092341 548682068848 18446744073709551615 4241447 0 0 4096 3 0 0 0 17 1 0 0
/proc/12540/statm: 6028 3365 100 219 0 5806 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 24112

[startup+282.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 12541
/proc/meminfo: memFree=1814312/2055920 swapFree=4180136/4192956
[pid=12540] ppid=12538 vsize=24112 CPUtime=282.22
/proc/12540/stat : 12540 (minisat) R 12538 12540 12459 0 -1 4194304 5666 0 0 0 28219 3 0 0 25 0 1 0 217667284 24690688 3527 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/12540/statm: 6028 3527 102 219 0 5806 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 24112

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12541
/proc/meminfo: memFree=1813864/2055920 swapFree=4180136/4192956
[pid=12540] ppid=12538 vsize=24112 CPUtime=342.21
/proc/12540/stat : 12540 (minisat) R 12538 12540 12459 0 -1 4194304 5766 0 0 0 34217 4 0 0 25 0 1 0 217667284 24690688 3627 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/12540/statm: 6028 3627 102 219 0 5806 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 24112

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

[startup+345.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12541
/proc/meminfo: memFree=1813864/2055920 swapFree=4180136/4192956
[pid=12540] ppid=12538 vsize=24112 CPUtime=345.41
/proc/12540/stat : 12540 (minisat) R 12538 12540 12459 0 -1 4194304 5793 0 0 0 34537 4 0 0 25 0 1 0 217667284 24690688 3654 1992294400 4194304 5092341 548682068848 18446744073709551615 4241447 0 0 4096 3 0 0 0 17 1 0 0
/proc/12540/statm: 6028 3654 102 219 0 5806 0
Current children cumulated CPU time (s) 345.41
Current children cumulated vsize (KiB) 24112

[startup+358.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12541
/proc/meminfo: memFree=1813096/2055920 swapFree=4180136/4192956
[pid=12540] ppid=12538 vsize=24112 CPUtime=358.2
/proc/12540/stat : 12540 (minisat) R 12538 12540 12459 0 -1 4194304 5960 0 0 0 35816 4 0 0 25 0 1 0 217667284 24690688 3821 1992294400 4194304 5092341 548682068848 18446744073709551615 4241376 0 0 4096 3 0 0 0 17 1 0 0
/proc/12540/statm: 6028 3821 102 219 0 5806 0
Current children cumulated CPU time (s) 358.2
Current children cumulated vsize (KiB) 24112

[startup+364.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12541
/proc/meminfo: memFree=1813096/2055920 swapFree=4180136/4192956
[pid=12540] ppid=12538 vsize=24112 CPUtime=364.6
/proc/12540/stat : 12540 (minisat) R 12538 12540 12459 0 -1 4194304 5970 0 0 0 36456 4 0 0 25 0 1 0 217667284 24690688 3831 1992294400 4194304 5092341 548682068848 18446744073709551615 4241447 0 0 4096 3 0 0 0 17 1 0 0
/proc/12540/statm: 6028 3831 102 219 0 5806 0
Current children cumulated CPU time (s) 364.6
Current children cumulated vsize (KiB) 24112

[startup+367.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12541
/proc/meminfo: memFree=1813032/2055920 swapFree=4180136/4192956
[pid=12540] ppid=12538 vsize=24112 CPUtime=367.8
/proc/12540/stat : 12540 (minisat) R 12538 12540 12459 0 -1 4194304 5971 0 0 0 36776 4 0 0 25 0 1 0 217667284 24690688 3832 1992294400 4194304 5092341 548682068848 18446744073709551615 4240969 0 0 4096 3 0 0 0 17 1 0 0
/proc/12540/statm: 6028 3832 102 219 0 5806 0
Current children cumulated CPU time (s) 367.8
Current children cumulated vsize (KiB) 24112

[startup+368.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12541
/proc/meminfo: memFree=1813032/2055920 swapFree=4180136/4192956
[pid=12540] ppid=12538 vsize=24112 CPUtime=368.6
/proc/12540/stat : 12540 (minisat) R 12538 12540 12459 0 -1 4194304 5971 0 0 0 36856 4 0 0 25 0 1 0 217667284 24690688 3832 1992294400 4194304 5092341 548682068848 18446744073709551615 4240672 0 0 4096 3 0 0 0 17 1 0 0
/proc/12540/statm: 6028 3832 102 219 0 5806 0
Current children cumulated CPU time (s) 368.6
Current children cumulated vsize (KiB) 24112

[startup+369.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12541
/proc/meminfo: memFree=1813032/2055920 swapFree=4180136/4192956
[pid=12540] ppid=12538 vsize=24112 CPUtime=369.4
/proc/12540/stat : 12540 (minisat) R 12538 12540 12459 0 -1 4194304 5971 0 0 0 36936 4 0 0 25 0 1 0 217667284 24690688 3832 1992294400 4194304 5092341 548682068848 18446744073709551615 4240661 0 0 4096 3 0 0 0 17 1 0 0
/proc/12540/statm: 6028 3832 102 219 0 5806 0
Current children cumulated CPU time (s) 369.4
Current children cumulated vsize (KiB) 24112

[startup+369.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12541
/proc/meminfo: memFree=1813032/2055920 swapFree=4180136/4192956
[pid=12540] ppid=12538 vsize=24112 CPUtime=369.8
/proc/12540/stat : 12540 (minisat) R 12538 12540 12459 0 -1 4194304 5971 0 0 0 36976 4 0 0 25 0 1 0 217667284 24690688 3832 1992294400 4194304 5092341 548682068848 18446744073709551615 4241075 0 0 4096 3 0 0 0 17 1 0 0
/proc/12540/statm: 6028 3832 102 219 0 5806 0
Current children cumulated CPU time (s) 369.8
Current children cumulated vsize (KiB) 24112

[startup+370.002 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12541
/proc/meminfo: memFree=1813032/2055920 swapFree=4180136/4192956
[pid=12540] ppid=12538 vsize=24112 CPUtime=369.9
/proc/12540/stat : 12540 (minisat) R 12538 12540 12459 0 -1 4194304 5971 0 0 0 36986 4 0 0 25 0 1 0 217667284 24690688 3832 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/12540/statm: 6028 3832 102 219 0 5806 0
Current children cumulated CPU time (s) 369.9
Current children cumulated vsize (KiB) 24112

Child status: 20
Real time (s): 370.086
CPU time (s): 369.993
CPU user time (s): 369.947
CPU system time (s): 0.045993
CPU usage (%): 99.9748
Max. virtual memory (cumulated for all children) (KiB): 24112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 369.947
system time used= 0.045993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5981
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= 2
involuntary context switches= 494

runsolver used 0.296954 second user time and 0.778881 second system time

The end

Launcher Data

Begin job on node70 at 2009-05-09 21:13:33
IDJOB=1783863
IDBENCH=24714
IDSOLVER=608
FILE ID=node70/1783863-1241896412
PBS_JOBID= 9264754
Free space on /tmp= 66332 MiB

SOLVER NAME= MiniSat 2.1 (Sat-race'08 Edition)
BENCH NAME= SAT07/crafted/Difficult/contest05/QG/QG6-gensys-ukn003.sat05-2726.reshuffled-07.cnf
COMMAND LINE= HOME/minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1783863-1241896412/watcher-1783863-1241896412 -o /tmp/evaluation-result-1783863-1241896412/solver-1783863-1241896412 -C 5000 -W 6000 -M 1800  HOME/minisat HOME/instance-1783863-1241896412.cnf

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

MD5SUM BENCH= 92c8b4fc23a7c22313979a2d9b3b5a58
RANDOM SEED=66162975

node70.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.213
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.213
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:       1828880 kB
Buffers:         42372 kB
Cached:         115960 kB
SwapCached:       7044 kB
Active:          64828 kB
Inactive:       102536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1828880 kB
SwapTotal:     4192956 kB
SwapFree:      4180136 kB
Dirty:            1312 kB
Writeback:           0 kB
Mapped:          14048 kB
Slab:            45740 kB
Committed_AS:   668340 kB
PageTables:       1372 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= 66332 MiB
End job on node70 at 2009-05-09 21:19:43