Trace number 3273330

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
SAT07 reference solver: minisat SAT 2007? (TO) 1300.04 1300.01

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v945c61409gyes10.cnf
MD5SUM601a386973128161e9173e2bdf583672
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.58791
Satisfiable
(Un)Satisfiability was proved
Number of variables945
Number of clauses61409
Sum of the clauses size123673
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261364
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

Solver Data

0.00/0.00	c This is MiniSat 2.0 (Feb 1 2007, SAT-Competition version)
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  945                                                  |
0.00/0.00	c |  Number of clauses:    61409                                                |
0.00/0.02	c |  Parsing time:         0.02         s                                       |
0.59/0.60	c ============================[ Search Statistics ]==============================
0.59/0.60	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.59/0.60	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.59/0.60	c ===============================================================================
0.59/0.60	c |         0 |     900    60464   181728 |    20154        0    nan |  0.000 % |
0.59/0.61	c |       102 |     900    60464   181728 |    22170      102    119 |  0.000 % |
0.59/0.62	c |       253 |     900    60464   181728 |    24387      253    135 |  0.000 % |
0.59/0.63	c |       478 |     900    60464   181728 |    26825      478    130 |  0.000 % |
0.59/0.66	c |       816 |     900    60464   181728 |    29508      816    125 |  0.000 % |
0.69/0.70	c |      1323 |     900    60464   181728 |    32459     1323    125 |  0.000 % |
0.69/0.78	c |      2082 |     900    60464   181728 |    35705     2082    122 |  0.000 % |
0.89/0.91	c |      3221 |     900    60464   181728 |    39275     3221    123 |  0.000 % |
1.00/1.09	c |      4929 |     900    60464   181728 |    43203     4929    120 |  0.000 % |
1.39/1.41	c |      7492 |     900    60464   181728 |    47523     7492    122 |  0.000 % |
1.99/2.07	c |     11336 |     900    60464   181728 |    52276    11336    130 |  0.000 % |
3.59/3.62	c |     17103 |     900    60464   181728 |    57503    17103    132 |  0.000 % |
6.59/6.65	c |     25753 |     900    60464   181728 |    63253    25753    128 |  0.000 % |
11.79/11.80	c |     38728 |     900    60464   181728 |    69579    38728    126 |  0.000 % |
24.09/24.10	c |     58189 |     900    60464   181728 |    76537    58189    127 |  0.000 % |
48.09/48.13	c |     87381 |     900    60464   181728 |    84191    25687    120 |  0.000 % |
72.89/72.92	c |    131172 |     900    60464   181728 |    92610    69478    140 |  0.000 % |
109.29/109.32	c |    196858 |     900    60464   181728 |   101871    57591    130 |  0.000 % |
163.29/163.36	c |    295384 |     900    60464   181728 |   112058    71493    127 |  0.000 % |
238.49/238.53	c |    443177 |     900    60464   181728 |   123264    31794    105 |  0.000 % |
345.50/345.51	c |    664867 |     900    60464   181728 |   135590    46605    112 |  0.000 % |
533.10/533.20	c |    997392 |     900    60464   181728 |   149149    25696    100 |  0.000 % |
822.31/822.37	c |   1496180 |     900    60464   181728 |   164064   139240    121 |  0.000 % |
1223.32/1223.31	c |   2244362 |     900    60464   181728 |   180470    24935     95 |  0.000 % |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3273330-1303601097/watcher-3273330-1303601097 -o /tmp/evaluation-result-3273330-1303601097/solver-3273330-1303601097 -C 2400 -W 1300 -M 7680 --output-limit 1,15 HOME/minisat_noassertions HOME/instance-3273330-1303601097.cnf 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 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: 4.05 3.22 1.95 5/189 20566
/proc/meminfo: memFree=11322344/32950928 swapFree=67111528/67111528
[pid=20566] ppid=20564 vsize=2428 CPUtime=0 cores=1,3
/proc/20566/stat : 20566 (minisat_noasser) R 20564 20566 20385 0 -1 4202496 461 0 0 0 0 0 0 0 25 0 1 0 550340351 2486272 417 33554432000 134512640 135048876 4288639104 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/20566/statm: 607 419 50 131 0 474 0

[startup+0.0344901 s]
/proc/loadavg: 4.05 3.22 1.95 5/189 20566
/proc/meminfo: memFree=11322344/32950928 swapFree=67111528/67111528
[pid=20566] ppid=20564 vsize=4996 CPUtime=0.03 cores=1,3
/proc/20566/stat : 20566 (minisat_noasser) R 20564 20566 20385 0 -1 4202496 1120 0 0 0 3 0 0 0 25 0 1 0 550340351 5115904 1076 33554432000 134512640 135048876 4288639104 18446744073709551615 134529378 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/20566/statm: 1249 1076 62 131 0 1116 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 4996

[startup+0.100481 s]
/proc/loadavg: 4.05 3.22 1.95 5/189 20566
/proc/meminfo: memFree=11322344/32950928 swapFree=67111528/67111528
[pid=20566] ppid=20564 vsize=4996 CPUtime=0.09 cores=1,3
/proc/20566/stat : 20566 (minisat_noasser) R 20564 20566 20385 0 -1 4202496 1120 0 0 0 9 0 0 0 25 0 1 0 550340351 5115904 1076 33554432000 134512640 135048876 4288639104 18446744073709551615 134529606 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/20566/statm: 1249 1076 62 131 0 1116 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4996

[startup+0.300445 s]
/proc/loadavg: 4.05 3.22 1.95 5/189 20566
/proc/meminfo: memFree=11322344/32950928 swapFree=67111528/67111528
[pid=20566] ppid=20564 vsize=6340 CPUtime=0.29 cores=1,3
/proc/20566/stat : 20566 (minisat_noasser) R 20564 20566 20385 0 -1 4202496 1439 0 0 0 29 0 0 0 25 0 1 0 550340351 6492160 1395 33554432000 134512640 135048876 4288639104 18446744073709551615 134529671 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/20566/statm: 1585 1395 62 131 0 1452 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6340

[startup+0.700372 s]
/proc/loadavg: 4.05 3.22 1.95 5/189 20566
/proc/meminfo: memFree=11322344/32950928 swapFree=67111528/67111528
[pid=20566] ppid=20564 vsize=5796 CPUtime=0.69 cores=1,3
/proc/20566/stat : 20566 (minisat_noasser) R 20564 20566 20385 0 -1 4202496 1458 0 0 0 69 0 0 0 25 0 1 0 550340351 5935104 1272 33554432000 134512640 135048876 4288639104 18446744073709551615 134546990 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/20566/statm: 1449 1272 67 131 0 1316 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5796

[startup+1.50023 s]
/proc/loadavg: 4.05 3.22 1.95 6/190 20567
/proc/meminfo: memFree=11314408/32950928 swapFree=67111528/67111528
[pid=20566] ppid=20564 vsize=9228 CPUtime=1.49 cores=1,3
/proc/20566/stat : 20566 (minisat_noasser) R 20564 20566 20385 0 -1 4202496 2310 0 0 0 149 0 0 0 25 0 1 0 550340351 9449472 2124 33554432000 134512640 135048876 4288639104 18446744073709551615 134547008 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/20566/statm: 2307 2124 67 131 0 2174 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9228

[startup+3.10094 s]
/proc/loadavg: 4.05 3.22 1.95 5/190 20567
/proc/meminfo: memFree=11308596/32950928 swapFree=67111528/67111528
[pid=20566] ppid=20564 vsize=13516 CPUtime=3.09 cores=1,3
/proc/20566/stat : 20566 (minisat_noasser) R 20564 20566 20385 0 -1 4202496 3369 0 0 0 309 0 0 0 25 0 1 0 550340351 13840384 3183 33554432000 134512640 135048876 4288639104 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/20566/statm: 3379 3183 67 131 0 3246 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 13516

[startup+6.30038 s]
/proc/loadavg: 4.05 3.23 1.96 6/190 20567
/proc/meminfo: memFree=11301296/32950928 swapFree=67111528/67111528
[pid=20566] ppid=20564 vsize=18832 CPUtime=6.29 cores=1,3
/proc/20566/stat : 20566 (minisat_noasser) R 20564 20566 20385 0 -1 4202496 4704 0 0 0 629 0 0 0 25 0 1 0 550340351 19283968 4518 33554432000 134512640 135048876 4288639104 18446744073709551615 134547017 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/20566/statm: 4708 4518 67 131 0 4575 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 18832

[startup+12.7002 s]
/proc/loadavg: 4.04 3.25 1.97 6/190 20568
/proc/meminfo: memFree=11289324/32950928 swapFree=67111528/67111528
[pid=20566] ppid=20564 vsize=27332 CPUtime=12.69 cores=1,3
/proc/20566/stat : 20566 (minisat_noasser) R 20564 20566 20385 0 -1 4202496 6836 0 0 0 1269 0 0 0 25 0 1 0 550340351 27987968 6650 33554432000 134512640 135048876 4288639104 18446744073709551615 134548022 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/20566/statm: 6833 6650 67 131 0 6700 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 27332

[startup+25.501 s]
/proc/loadavg: 4.03 3.28 2.00 5/190 20568
/proc/meminfo: memFree=11272228/32950928 swapFree=67111528/67111528
[pid=20566] ppid=20564 vsize=38872 CPUtime=25.49 cores=1,3
/proc/20566/stat : 20566 (minisat_noasser) R 20564 20566 20385 0 -1 4202496 9682 0 0 0 2548 1 0 0 25 0 1 0 550340351 39804928 9496 33554432000 134512640 135048876 4288639104 18446744073709551615 134546997 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/20566/statm: 9718 9496 67 131 0 9585 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 38872

[startup+51.1004 s]
/proc/loadavg: 4.02 3.34 2.05 6/190 20568
/proc/meminfo: memFree=11252616/32950928 swapFree=67111528/67111528
[pid=20566] ppid=20564 vsize=49144 CPUtime=51.09 cores=1,3
/proc/20566/stat : 20566 (minisat_noasser) R 20564 20566 20385 0 -1 4202496 12228 0 0 0 5107 2 0 0 25 0 1 0 550340351 50323456 12042 33554432000 134512640 135048876 4288639104 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/20566/statm: 12286 12042 67 131 0 12153 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 49144

[startup+102.307 s]
/proc/loadavg: 4.07 3.45 2.16 6/190 20570
/proc/meminfo: memFree=11217760/32950928 swapFree=67111528/67111528
[pid=20566] ppid=20564 vsize=64668 CPUtime=102.29 cores=1,3
/proc/20566/stat : 20566 (minisat_noasser) R 20564 20566 20385 0 -1 4202496 16030 0 0 0 10225 4 0 0 25 0 1 0 550340351 66220032 15844 33554432000 134512640 135048876 4288639104 18446744073709551615 134546951 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/20566/statm: 16167 15844 67 131 0 16034 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 64668

[startup+162.301 s]
/proc/loadavg: 4.02 3.55 2.27 6/190 20571
/proc/meminfo: memFree=11191460/32950928 swapFree=67111528/67111528
[pid=20566] ppid=20564 vsize=68696 CPUtime=162.29 cores=1,3
/proc/20566/stat : 20566 (minisat_noasser) R 20564 20566 20385 0 -1 4202496 17033 0 0 0 16224 5 0 0 25 0 1 0 550340351 70344704 16847 33554432000 134512640 135048876 4288639104 18446744073709551615 134546999 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/20566/statm: 17174 16847 67 131 0 17041 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 68696

[startup+222.301 s]
/proc/loadavg: 4.01 3.63 2.37 5/190 20573
/proc/meminfo: memFree=11153624/32950928 swapFree=67111528/67111528
[pid=20566] ppid=20564 vsize=76784 CPUtime=222.29 cores=1,3
/proc/20566/stat : 20566 (minisat_noasser) R 20564 20566 20385 0 -1 4202496 19012 0 0 0 22223 6 0 0 25 0 1 0 550340351 78626816 18826 33554432000 134512640 135048876 4288639104 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/20566/statm: 19196 18826 67 131 0 19063 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 76784

[startup+282.3 s]
/proc/loadavg: 4.00 3.69 2.47 6/190 20575
/proc/meminfo: memFree=11127084/32950928 swapFree=67111528/67111528
[pid=20566] ppid=20564 vsize=80252 CPUtime=282.3 cores=1,3
/proc/20566/stat : 20566 (minisat_noasser) R 20564 20566 20385 0 -1 4202496 19897 0 0 0 28223 7 0 0 25 0 1 0 550340351 82178048 19711 33554432000 134512640 135048876 4288639104 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/20566/statm: 20063 19711 67 131 0 19930 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 80252

[startup+342.301 s]
/proc/loadavg: 4.00 3.75 2.57 6/190 20576
/proc/meminfo: memFree=11107104/32950928 swapFree=67111528/67111528
[pid=20566] ppid=20564 vsize=82300 CPUtime=342.3 cores=1,3
/proc/20566/stat : 20566 (minisat_noasser) R 20564 20566 20385 0 -1 4202496 20419 0 0 0 34223 7 0 0 25 0 1 0 550340351 84275200 20233 33554432000 134512640 135048876 4288639104 18446744073709551615 134546885 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/20566/statm: 20575 20233 67 131 0 20442 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 82300

[startup+402.301 s]
/proc/loadavg: 4.00 3.79 2.65 5/190 20578
/proc/meminfo: memFree=11089492/32950928 swapFree=67111528/67111528
[pid=20566] ppid=20564 vsize=86260 CPUtime=402.3 cores=1,3
/proc/20566/stat : 20566 (minisat_noasser) R 20564 20566 20385 0 -1 4202496 21402 0 0 0 40223 7 0 0 25 0 1 0 550340351 88330240 21216 33554432000 134512640 135048876 4288639104 18446744073709551615 134547023 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/20566/statm: 21565 21216 67 131 0 21432 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 86260

[startup+462.3 s]
/proc/loadavg: 4.00 3.83 2.73 6/190 20580
/proc/meminfo: memFree=11075716/32950928 swapFree=67111528/67111528
[pid=20566] ppid=20564 vsize=87396 CPUtime=462.3 cores=1,3
/proc/20566/stat : 20566 (minisat_noasser) R 20564 20566 20385 0 -1 4202496 21626 0 0 0 46223 7 0 0 25 0 1 0 550340351 89493504 21440 33554432000 134512640 135048876 4288639104 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/20566/statm: 21849 21440 67 131 0 21716 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 87396

[startup+522.301 s]
/proc/loadavg: 4.00 3.85 2.81 6/190 20581
/proc/meminfo: memFree=11063920/32950928 swapFree=67111528/67111528
[pid=20566] ppid=20564 vsize=87612 CPUtime=522.3 cores=1,3
/proc/20566/stat : 20566 (minisat_noasser) R 20564 20566 20385 0 -1 4202496 21697 0 0 0 52223 7 0 0 25 0 1 0 550340351 89714688 21511 33554432000 134512640 135048876 4288639104 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/20566/statm: 21903 21511 67 131 0 21770 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 87612

[startup+582.301 s]
/proc/loadavg: 4.03 3.89 2.89 6/190 20583
/proc/meminfo: memFree=11060192/32950928 swapFree=67111528/67111528
[pid=20566] ppid=20564 vsize=87824 CPUtime=582.3 cores=1,3
/proc/20566/stat : 20566 (minisat_noasser) R 20564 20566 20385 0 -1 4202496 21723 0 0 0 58223 7 0 0 25 0 1 0 550340351 89931776 21537 33554432000 134512640 135048876 4288639104 18446744073709551615 134546878 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/20566/statm: 21956 21537 67 131 0 21823 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 87824

[startup+642.3 s]
/proc/loadavg: 4.01 3.91 2.95 6/190 20584
/proc/meminfo: memFree=11046668/32950928 swapFree=67111528/67111528
[pid=20566] ppid=20564 vsize=99280 CPUtime=642.31 cores=1,3
/proc/20566/stat : 20566 (minisat_noasser) R 20564 20566 20385 0 -1 4202496 24505 0 0 0 64222 9 0 0 25 0 1 0 550340351 101662720 24319 33554432000 134512640 135048876 4288639104 18446744073709551615 134546882 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/20566/statm: 24820 24319 67 131 0 24687 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 99280

[startup+702.301 s]
/proc/loadavg: 4.00 3.92 3.02 6/190 20586
/proc/meminfo: memFree=11029420/32950928 swapFree=67111528/67111528
[pid=20566] ppid=20564 vsize=104008 CPUtime=702.31 cores=1,3
/proc/20566/stat : 20566 (minisat_noasser) R 20564 20566 20385 0 -1 4202496 25637 0 0 0 70221 10 0 0 25 0 1 0 550340351 106504192 25451 33554432000 134512640 135048876 4288639104 18446744073709551615 134548038 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/20566/statm: 26002 25451 67 131 0 25869 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 104008

[startup+762.307 s]
/proc/loadavg: 4.00 3.93 3.07 5/190 20588
/proc/meminfo: memFree=11027664/32950928 swapFree=67111528/67111528
[pid=20566] ppid=20564 vsize=104232 CPUtime=762.32 cores=1,3
/proc/20566/stat : 20566 (minisat_noasser) R 20564 20566 20385 0 -1 4202496 25687 0 0 0 76222 10 0 0 25 0 1 0 550340351 106733568 25501 33554432000 134512640 135048876 4288639104 18446744073709551615 134547017 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/20566/statm: 26058 25501 67 131 0 25925 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 104232

[startup+822.301 s]
/proc/loadavg: 4.00 3.94 3.13 6/190 20617
/proc/meminfo: memFree=11130168/32950928 swapFree=67111528/67111528
[pid=20566] ppid=20564 vsize=104232 CPUtime=822.31 cores=1,3
/proc/20566/stat : 20566 (minisat_noasser) R 20564 20566 20385 0 -1 4202496 25689 0 0 0 82221 10 0 0 25 0 1 0 550340351 106733568 25503 33554432000 134512640 135048876 4288639104 18446744073709551615 134546894 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/20566/statm: 26058 25503 67 131 0 25925 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 104232

[startup+882.301 s]
/proc/loadavg: 3.96 3.94 3.18 5/190 20678
/proc/meminfo: memFree=11695352/32950928 swapFree=67111528/67111528
[pid=20566] ppid=20564 vsize=110596 CPUtime=882.31 cores=1,3
/proc/20566/stat : 20566 (minisat_noasser) R 20564 20566 20385 0 -1 4202496 27250 0 0 0 88220 11 0 0 25 0 1 0 550340351 113250304 27064 33554432000 134512640 135048876 4288639104 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/20566/statm: 27649 27064 67 131 0 27516 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 110596

[startup+942.3 s]
/proc/loadavg: 3.98 3.95 3.22 5/190 20679
/proc/meminfo: memFree=11690128/32950928 swapFree=67111528/67111528
[pid=20566] ppid=20564 vsize=114820 CPUtime=942.31 cores=1,3
/proc/20566/stat : 20566 (minisat_noasser) R 20564 20566 20385 0 -1 4202496 28281 0 0 0 94219 12 0 0 25 0 1 0 550340351 117575680 28087 33554432000 134512640 135048876 4288639104 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/20566/statm: 28705 28087 67 131 0 28572 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 114820

[startup+1002.3 s]
/proc/loadavg: 3.99 3.95 3.27 5/190 20681
/proc/meminfo: memFree=11689120/32950928 swapFree=67111528/67111528
[pid=20566] ppid=20564 vsize=115540 CPUtime=1002.32 cores=1,3
/proc/20566/stat : 20566 (minisat_noasser) R 20564 20566 20385 0 -1 4202496 28436 0 0 0 100220 12 0 0 25 0 1 0 550340351 118312960 28242 33554432000 134512640 135048876 4288639104 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/20566/statm: 28885 28242 67 131 0 28752 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 115540

[startup+1062.3 s]
/proc/loadavg: 3.99 3.96 3.31 5/190 20682
/proc/meminfo: memFree=11688980/32950928 swapFree=67111528/67111528
[pid=20566] ppid=20564 vsize=115540 CPUtime=1062.32 cores=1,3
/proc/20566/stat : 20566 (minisat_noasser) R 20564 20566 20385 0 -1 4202496 28444 0 0 0 106220 12 0 0 25 0 1 0 550340351 118312960 28250 33554432000 134512640 135048876 4288639104 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/20566/statm: 28885 28250 67 131 0 28752 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 115540

[startup+1122.3 s]
/proc/loadavg: 3.99 3.96 3.35 5/190 20684
/proc/meminfo: memFree=11688468/32950928 swapFree=67111528/67111528
[pid=20566] ppid=20564 vsize=115540 CPUtime=1122.32 cores=1,3
/proc/20566/stat : 20566 (minisat_noasser) R 20564 20566 20385 0 -1 4202496 28445 0 0 0 112220 12 0 0 25 0 1 0 550340351 118312960 28251 33554432000 134512640 135048876 4288639104 18446744073709551615 134547023 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/20566/statm: 28885 28251 67 131 0 28752 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 115540

[startup+1182.3 s]
/proc/loadavg: 3.99 3.97 3.39 5/190 20686
/proc/meminfo: memFree=11688204/32950928 swapFree=67111528/67111528
[pid=20566] ppid=20564 vsize=115540 CPUtime=1182.32 cores=1,3
/proc/20566/stat : 20566 (minisat_noasser) R 20564 20566 20385 0 -1 4202496 28451 0 0 0 118220 12 0 0 25 0 1 0 550340351 118312960 28257 33554432000 134512640 135048876 4288639104 18446744073709551615 134546980 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/20566/statm: 28885 28257 67 131 0 28752 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 115540

[startup+1242.3 s]
/proc/loadavg: 4.05 3.99 3.43 5/190 20687
/proc/meminfo: memFree=11687816/32950928 swapFree=67111528/67111528
[pid=20566] ppid=20564 vsize=115540 CPUtime=1242.32 cores=1,3
/proc/20566/stat : 20566 (minisat_noasser) R 20564 20566 20385 0 -1 4202496 28453 0 0 0 124220 12 0 0 25 0 1 0 550340351 118312960 28259 33554432000 134512640 135048876 4288639104 18446744073709551615 134546922 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/20566/statm: 28885 28259 67 131 0 28752 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 115540



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 3.99 3.46 5/190 20689
/proc/meminfo: memFree=11687564/32950928 swapFree=67111528/67111528
[pid=20566] ppid=20564 vsize=115540 CPUtime=1300.03 cores=1,3
/proc/20566/stat : 20566 (minisat_noasser) R 20564 20566 20385 0 -1 4202496 28454 0 0 0 129991 12 0 0 25 0 1 0 550340351 118312960 28260 33554432000 134512640 135048876 4288639104 18446744073709551615 134546913 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/20566/statm: 28885 28260 67 131 0 28752 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 115540

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.04
CPU user time (s): 1299.92
CPU system time (s): 0.12798
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 115540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.92
system time used= 0.12798
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28454
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= 5
involuntary context switches= 14654

runsolver used 2.03269 second user time and 5.07123 second system time

The end

Launcher Data

Begin job on node112 at 2011-04-24 01:24:57
IDJOB=3273330
IDBENCH=71570
IDSOLVER=1676
FILE ID=node112/3273330-1303601097
RUNJOBID= node112-1303600597-20405
PBS_JOBID= 13150584
Free space on /tmp= 72568 MiB

SOLVER NAME= SAT07 reference solver: minisat SAT 2007
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v945c61409gyes10.cnf
COMMAND LINE= HOME/minisat_noassertions BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3273330-1303601097/watcher-3273330-1303601097 -o /tmp/evaluation-result-3273330-1303601097/solver-3273330-1303601097 -C 2400 -W 1300 -M 7680 --output-limit 1,15  HOME/minisat_noassertions HOME/instance-3273330-1303601097.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 601a386973128161e9173e2bdf583672
RANDOM SEED=1477759998

node112.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5261.27
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      11322624 kB
Buffers:       1966944 kB
Cached:       18568552 kB
SwapCached:          0 kB
Active:        9850592 kB
Inactive:     11233624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11322624 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1992 kB
Writeback:           0 kB
AnonPages:      547888 kB
Mapped:          15788 kB
Slab:           479904 kB
PageTables:       6264 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   737924 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72572 MiB
End job on node112 at 2011-04-24 01:46:39