Trace number 3275129

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) 5000.11 4999.92

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v945c61409g3.cnf
MD5SUM4de3b21cb74a7ec60763201555524736
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.619904
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.01/0.02	c |  Parsing time:         0.02         s                                       |
0.49/0.56	c ============================[ Search Statistics ]==============================
0.49/0.56	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.49/0.56	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.49/0.56	c ===============================================================================
0.49/0.56	c |         0 |     900    60464   181602 |    20154        0    nan |  0.000 % |
0.49/0.57	c |       100 |     900    60464   181602 |    22170      100    128 |  0.000 % |
0.49/0.58	c |       250 |     900    60464   181602 |    24387      250    117 |  0.000 % |
0.49/0.59	c |       476 |     900    60464   181602 |    26825      476    119 |  0.000 % |
0.59/0.62	c |       815 |     900    60464   181602 |    29508      815    116 |  0.000 % |
0.59/0.66	c |      1322 |     900    60464   181602 |    32459     1322    115 |  0.000 % |
0.69/0.72	c |      2081 |     900    60464   181602 |    35705     2081    112 |  0.000 % |
0.79/0.83	c |      3221 |     900    60464   181602 |    39275     3221    109 |  0.000 % |
1.00/1.05	c |      4930 |     900    60464   181602 |    43203     4930    107 |  0.000 % |
1.39/1.47	c |      7494 |     900    60464   181602 |    47523     7494    105 |  0.000 % |
1.89/1.90	c |     11339 |     900    60464   181602 |    52276    11339    107 |  0.000 % |
2.79/2.87	c |     17105 |     900    60464   181602 |    57503    17105    114 |  0.000 % |
4.99/5.04	c |     25755 |     900    60464   181602 |    63253    25755    119 |  0.000 % |
8.29/8.37	c |     38730 |     900    60464   181602 |    69579    38730    118 |  0.000 % |
15.29/15.38	c |     58196 |     900    60464   181602 |    76537    58196    117 |  0.000 % |
23.10/23.17	c |     87389 |     900    60464   181602 |    84191    24696     93 |  0.000 % |
35.49/35.53	c |    131179 |     900    60464   181602 |    92610    68486    108 |  0.000 % |
59.89/59.96	c |    196863 |     900    60464   181602 |   101871    58438    108 |  0.000 % |
105.09/105.11	c |    295390 |     900    60464   181602 |   112058    73108    111 |  0.000 % |
176.80/176.80	c |    443181 |     900    60464   181602 |   123264    31245    102 |  0.000 % |
270.00/270.02	c |    664866 |     900    60464   181602 |   135590    41469    106 |  0.000 % |
391.91/391.97	c |    997391 |     900    60464   181602 |   149149    21783    100 |  0.000 % |
607.11/607.15	c |   1496179 |     900    60464   181602 |   164064   132368    118 |  0.000 % |
1093.13/1093.17	c |   2244363 |     900    60464   181602 |   180470    25952     92 |  0.000 % |
1657.66/1657.68	c |   3366637 |     900    60464   181602 |   198518    31280     90 |  0.000 % |
2510.09/2510.02	c |   5050051 |     900    60464   181602 |   218369   115616    103 |  0.000 % |
4250.76/4250.64	c |   7575168 |     900    60464   181602 |   240206    93011     87 |  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-3275129-1303640254/watcher-3275129-1303640254 -o /tmp/evaluation-result-3275129-1303640254/solver-3275129-1303640254 -C 5000 -W 5000 -M 15500 --output-limit 1,15 HOME/minisat_noassertions HOME/instance-3275129-1303640254.cnf 

running on 4 cores: 1,3,5,7

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): 5000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 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: 2.00 2.00 1.94 2/174 13230
/proc/meminfo: memFree=20335008/32950928 swapFree=67111524/67111528
[pid=13230] ppid=13228 vsize=2572 CPUtime=0 cores=1,3,5,7
/proc/13230/stat : 13230 (minisat_noasser) R 13228 13230 12984 0 -1 4202496 514 0 0 0 0 0 0 0 23 0 1 0 475625055 2633728 470 33554432000 134512640 135048876 4290331296 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/13230/statm: 643 472 50 131 0 510 0

[startup+0.0197249 s]
/proc/loadavg: 2.00 2.00 1.94 2/174 13230
/proc/meminfo: memFree=20335008/32950928 swapFree=67111524/67111528
[pid=13230] ppid=13228 vsize=4996 CPUtime=0.01 cores=1,3,5,7
/proc/13230/stat : 13230 (minisat_noasser) R 13228 13230 12984 0 -1 4202496 1092 0 0 0 1 0 0 0 23 0 1 0 475625055 5115904 1048 33554432000 134512640 135048876 4290331296 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/13230/statm: 1249 1050 50 131 0 1116 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 4996

[startup+0.100768 s]
/proc/loadavg: 2.00 2.00 1.94 2/174 13230
/proc/meminfo: memFree=20335008/32950928 swapFree=67111524/67111528
[pid=13230] ppid=13228 vsize=5364 CPUtime=0.1 cores=1,3,5,7
/proc/13230/stat : 13230 (minisat_noasser) R 13228 13230 12984 0 -1 4202496 1157 0 0 0 10 0 0 0 23 0 1 0 475625055 5492736 1113 33554432000 134512640 135048876 4290331296 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/13230/statm: 1341 1116 62 131 0 1208 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 5364

[startup+0.300728 s]
/proc/loadavg: 2.00 2.00 1.94 2/174 13230
/proc/meminfo: memFree=20335008/32950928 swapFree=67111524/67111528
[pid=13230] ppid=13228 vsize=6336 CPUtime=0.29 cores=1,3,5,7
/proc/13230/stat : 13230 (minisat_noasser) R 13228 13230 12984 0 -1 4202496 1439 0 0 0 29 0 0 0 25 0 1 0 475625055 6488064 1395 33554432000 134512640 135048876 4290331296 18446744073709551615 134529686 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/13230/statm: 1584 1395 62 131 0 1451 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6336

[startup+0.700654 s]
/proc/loadavg: 2.00 2.00 1.94 2/174 13230
/proc/meminfo: memFree=20335008/32950928 swapFree=67111524/67111528
[pid=13230] ppid=13228 vsize=5792 CPUtime=0.69 cores=1,3,5,7
/proc/13230/stat : 13230 (minisat_noasser) R 13228 13230 12984 0 -1 4202496 1455 0 0 0 69 0 0 0 25 0 1 0 475625055 5931008 1269 33554432000 134512640 135048876 4290331296 18446744073709551615 134547917 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/13230/statm: 1448 1269 67 131 0 1315 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5792

[startup+1.5005 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 13237
/proc/meminfo: memFree=20311288/32950928 swapFree=67111524/67111528
[pid=13230] ppid=13228 vsize=8564 CPUtime=1.49 cores=1,3,5,7
/proc/13230/stat : 13230 (minisat_noasser) R 13228 13230 12984 0 -1 4202496 2126 0 0 0 149 0 0 0 25 0 1 0 475625055 8769536 1940 33554432000 134512640 135048876 4290331296 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/13230/statm: 2141 1940 67 131 0 2008 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8564

[startup+3.1002 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 13237
/proc/meminfo: memFree=20303368/32950928 swapFree=67111524/67111528
[pid=13230] ppid=13228 vsize=14488 CPUtime=3.09 cores=1,3,5,7
/proc/13230/stat : 13230 (minisat_noasser) R 13228 13230 12984 0 -1 4202496 3605 0 0 0 309 0 0 0 25 0 1 0 475625055 14835712 3419 33554432000 134512640 135048876 4290331296 18446744073709551615 134546999 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/13230/statm: 3622 3419 67 131 0 3489 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 14488

[startup+6.30059 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 13237
/proc/meminfo: memFree=20294492/32950928 swapFree=67111524/67111528
[pid=13230] ppid=13228 vsize=21144 CPUtime=6.29 cores=1,3,5,7
/proc/13230/stat : 13230 (minisat_noasser) R 13228 13230 12984 0 -1 4202496 5262 0 0 0 629 0 0 0 25 0 1 0 475625055 21651456 5076 33554432000 134512640 135048876 4290331296 18446744073709551615 134546980 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/13230/statm: 5286 5076 67 131 0 5153 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 21144

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 13237
/proc/meminfo: memFree=20270708/32950928 swapFree=67111524/67111528
[pid=13230] ppid=13228 vsize=31828 CPUtime=12.69 cores=1,3,5,7
/proc/13230/stat : 13230 (minisat_noasser) R 13228 13230 12984 0 -1 4202496 7945 0 0 0 1268 1 0 0 25 0 1 0 475625055 32591872 7759 33554432000 134512640 135048876 4290331296 18446744073709551615 134547276 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/13230/statm: 7957 7759 67 131 0 7824 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 31828

[startup+25.5009 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 13237
/proc/meminfo: memFree=20232056/32950928 swapFree=67111524/67111528
[pid=13230] ppid=13228 vsize=43532 CPUtime=25.49 cores=1,3,5,7
/proc/13230/stat : 13230 (minisat_noasser) R 13228 13230 12984 0 -1 4202496 10863 0 0 0 2547 2 0 0 25 0 1 0 475625055 44576768 10677 33554432000 134512640 135048876 4290331296 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/13230/statm: 10883 10677 67 131 0 10750 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 43532

[startup+51.101 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 13238
/proc/meminfo: memFree=20191216/32950928 swapFree=67111524/67111528
[pid=13230] ppid=13228 vsize=51712 CPUtime=51.09 cores=1,3,5,7
/proc/13230/stat : 13230 (minisat_noasser) R 13228 13230 12984 0 -1 4202496 12859 0 0 0 5107 2 0 0 25 0 1 0 475625055 52953088 12673 33554432000 134512640 135048876 4290331296 18446744073709551615 134547282 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/13230/statm: 12928 12673 67 131 0 12795 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 51712

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 13240
/proc/meminfo: memFree=20139100/32950928 swapFree=67111524/67111528
[pid=13230] ppid=13228 vsize=59504 CPUtime=102.3 cores=1,3,5,7
/proc/13230/stat : 13230 (minisat_noasser) R 13228 13230 12984 0 -1 4202496 14768 0 0 0 10227 3 0 0 25 0 1 0 475625055 60932096 14582 33554432000 134512640 135048876 4290331296 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/13230/statm: 14876 14582 67 131 0 14743 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 59504

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.94 4/178 13241
/proc/meminfo: memFree=20100508/32950928 swapFree=67111524/67111528
[pid=13230] ppid=13228 vsize=66932 CPUtime=162.3 cores=1,3,5,7
/proc/13230/stat : 13230 (minisat_noasser) R 13228 13230 12984 0 -1 4202496 16536 0 0 0 16226 4 0 0 25 0 1 0 475625055 68538368 16350 33554432000 134512640 135048876 4290331296 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/13230/statm: 16733 16350 67 131 0 16600 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 66932

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 13243
/proc/meminfo: memFree=20052616/32950928 swapFree=67111524/67111528
[pid=13230] ppid=13228 vsize=75928 CPUtime=222.3 cores=1,3,5,7
/proc/13230/stat : 13230 (minisat_noasser) R 13228 13230 12984 0 -1 4202496 18824 0 0 0 22225 5 0 0 25 0 1 0 475625055 77750272 18638 33554432000 134512640 135048876 4290331296 18446744073709551615 134546927 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/13230/statm: 18982 18638 67 131 0 18849 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 75928

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 13244
/proc/meminfo: memFree=20024828/32950928 swapFree=67111524/67111528
[pid=13230] ppid=13228 vsize=79096 CPUtime=282.3 cores=1,3,5,7
/proc/13230/stat : 13230 (minisat_noasser) R 13228 13230 12984 0 -1 4202496 19602 0 0 0 28225 5 0 0 25 0 1 0 475625055 80994304 19416 33554432000 134512640 135048876 4290331296 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/13230/statm: 19774 19416 67 131 0 19641 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 79096

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 13246
/proc/meminfo: memFree=19993424/32950928 swapFree=67111524/67111528
[pid=13230] ppid=13228 vsize=82956 CPUtime=342.3 cores=1,3,5,7
/proc/13230/stat : 13230 (minisat_noasser) R 13228 13230 12984 0 -1 4202496 20558 0 0 0 34225 5 0 0 25 0 1 0 475625055 84946944 20372 33554432000 134512640 135048876 4290331296 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/13230/statm: 20739 20372 67 131 0 20606 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 82956

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 13247
/proc/meminfo: memFree=19973448/32950928 swapFree=67111524/67111528
[pid=13230] ppid=13228 vsize=83484 CPUtime=402.31 cores=1,3,5,7
/proc/13230/stat : 13230 (minisat_noasser) R 13228 13230 12984 0 -1 4202496 20693 0 0 0 40226 5 0 0 25 0 1 0 475625055 85487616 20507 33554432000 134512640 135048876 4290331296 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/13230/statm: 20871 20507 67 131 0 20738 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 83484

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 13249
/proc/meminfo: memFree=19946644/32950928 swapFree=67111524/67111528
[pid=13230] ppid=13228 vsize=97328 CPUtime=462.31 cores=1,3,5,7
/proc/13230/stat : 13230 (minisat_noasser) R 13228 13230 12984 0 -1 4202496 24065 0 0 0 46225 6 0 0 25 0 1 0 475625055 99663872 23879 33554432000 134512640 135048876 4290331296 18446744073709551615 134546920 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/13230/statm: 24332 23879 67 131 0 24199 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 97328

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 13251
/proc/meminfo: memFree=19933732/32950928 swapFree=67111524/67111528
[pid=13230] ppid=13228 vsize=98468 CPUtime=522.31 cores=1,3,5,7
/proc/13230/stat : 13230 (minisat_noasser) R 13228 13230 12984 0 -1 4202496 24284 0 0 0 52225 6 0 0 25 0 1 0 475625055 100831232 24098 33554432000 134512640 135048876 4290331296 18446744073709551615 134546901 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/13230/statm: 24617 24098 67 131 0 24484 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 98468

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 13252
/proc/meminfo: memFree=19917844/32950928 swapFree=67111524/67111528
[pid=13230] ppid=13228 vsize=98468 CPUtime=582.31 cores=1,3,5,7
/proc/13230/stat : 13230 (minisat_noasser) R 13228 13230 12984 0 -1 4202496 24285 0 0 0 58225 6 0 0 25 0 1 0 475625055 100831232 24099 33554432000 134512640 135048876 4290331296 18446744073709551615 134546999 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/13230/statm: 24617 24099 67 131 0 24484 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 98468


################
# More data... #
################

[startup+4062.31 s]
/proc/loadavg: 2.01 2.01 1.98 3/178 13357
/proc/meminfo: memFree=19591324/32950928 swapFree=67111524/67111528
[pid=13230] ppid=13228 vsize=156572 CPUtime=4062.45 cores=1,3,5,7
/proc/13230/stat : 13230 (minisat_noasser) R 13228 13230 12984 0 -1 4202496 38087 0 0 0 406233 12 0 0 25 0 1 0 475625055 160329728 37853 33554432000 134512640 135048876 4290331296 18446744073709551615 134547023 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/13230/statm: 39143 37853 67 131 0 39010 0
Current children cumulated CPU time (s) 4062.45
Current children cumulated vsize (KiB) 156572

[startup+4122.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/178 13359
/proc/meminfo: memFree=19576912/32950928 swapFree=67111524/67111528
[pid=13230] ppid=13228 vsize=161312 CPUtime=4122.45 cores=1,3,5,7
/proc/13230/stat : 13230 (minisat_noasser) R 13228 13230 12984 0 -1 4202496 39263 0 0 0 412232 13 0 0 25 0 1 0 475625055 165183488 39029 33554432000 134512640 135048876 4290331296 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/13230/statm: 40328 39029 67 131 0 40195 0
Current children cumulated CPU time (s) 4122.45
Current children cumulated vsize (KiB) 161312

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 1.98 4/178 13360
/proc/meminfo: memFree=19565236/32950928 swapFree=67111524/67111528
[pid=13230] ppid=13228 vsize=163432 CPUtime=4182.46 cores=1,3,5,7
/proc/13230/stat : 13230 (minisat_noasser) R 13228 13230 12984 0 -1 4202496 39672 0 0 0 418233 13 0 0 25 0 1 0 475625055 167354368 39438 33554432000 134512640 135048876 4290331296 18446744073709551615 134547017 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/13230/statm: 40858 39438 67 131 0 40725 0
Current children cumulated CPU time (s) 4182.46
Current children cumulated vsize (KiB) 163432

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 13362
/proc/meminfo: memFree=19554544/32950928 swapFree=67111524/67111528
[pid=13230] ppid=13228 vsize=163840 CPUtime=4242.46 cores=1,3,5,7
/proc/13230/stat : 13230 (minisat_noasser) R 13228 13230 12984 0 -1 4202496 39762 0 0 0 424233 13 0 0 25 0 1 0 475625055 167772160 39528 33554432000 134512640 135048876 4290331296 18446744073709551615 134547304 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/13230/statm: 40960 39528 67 131 0 40827 0
Current children cumulated CPU time (s) 4242.46
Current children cumulated vsize (KiB) 163840

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 13364
/proc/meminfo: memFree=19550184/32950928 swapFree=67111524/67111528
[pid=13230] ppid=13228 vsize=163840 CPUtime=4302.46 cores=1,3,5,7
/proc/13230/stat : 13230 (minisat_noasser) R 13228 13230 12984 0 -1 4202496 39762 0 0 0 430233 13 0 0 25 0 1 0 475625055 167772160 39528 33554432000 134512640 135048876 4290331296 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/13230/statm: 40960 39528 67 131 0 40827 0
Current children cumulated CPU time (s) 4302.46
Current children cumulated vsize (KiB) 163840

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 13365
/proc/meminfo: memFree=19543468/32950928 swapFree=67111524/67111528
[pid=13230] ppid=13228 vsize=164328 CPUtime=4362.46 cores=1,3,5,7
/proc/13230/stat : 13230 (minisat_noasser) R 13228 13230 12984 0 -1 4202496 39857 0 0 0 436233 13 0 0 25 0 1 0 475625055 168271872 39623 33554432000 134512640 135048876 4290331296 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/13230/statm: 41082 39623 67 131 0 40949 0
Current children cumulated CPU time (s) 4362.46
Current children cumulated vsize (KiB) 164328

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 13367
/proc/meminfo: memFree=19528572/32950928 swapFree=67111524/67111528
[pid=13230] ppid=13228 vsize=170584 CPUtime=4422.46 cores=1,3,5,7
/proc/13230/stat : 13230 (minisat_noasser) R 13228 13230 12984 0 -1 4202496 41421 0 0 0 442233 13 0 0 25 0 1 0 475625055 174678016 41187 33554432000 134512640 135048876 4290331296 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/13230/statm: 42646 41187 67 131 0 42513 0
Current children cumulated CPU time (s) 4422.46
Current children cumulated vsize (KiB) 170584

[startup+4482.3 s]
/proc/loadavg: 2.03 2.01 1.98 3/178 13368
/proc/meminfo: memFree=19520856/32950928 swapFree=67111524/67111528
[pid=13230] ppid=13228 vsize=171560 CPUtime=4482.46 cores=1,3,5,7
/proc/13230/stat : 13230 (minisat_noasser) R 13228 13230 12984 0 -1 4202496 41624 0 0 0 448233 13 0 0 25 0 1 0 475625055 175677440 41390 33554432000 134512640 135048876 4290331296 18446744073709551615 134546847 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/13230/statm: 42890 41390 67 131 0 42757 0
Current children cumulated CPU time (s) 4482.46
Current children cumulated vsize (KiB) 171560

[startup+4542.3 s]
/proc/loadavg: 2.01 2.01 1.98 3/178 13370
/proc/meminfo: memFree=19508928/32950928 swapFree=67111524/67111528
[pid=13230] ppid=13228 vsize=176492 CPUtime=4542.47 cores=1,3,5,7
/proc/13230/stat : 13230 (minisat_noasser) R 13228 13230 12984 0 -1 4202496 42820 0 0 0 454232 15 0 0 25 0 1 0 475625055 180727808 42586 33554432000 134512640 135048876 4290331296 18446744073709551615 134546920 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/13230/statm: 44123 42586 67 131 0 43990 0
Current children cumulated CPU time (s) 4542.47
Current children cumulated vsize (KiB) 176492

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 13372
/proc/meminfo: memFree=19500848/32950928 swapFree=67111524/67111528
[pid=13230] ppid=13228 vsize=176492 CPUtime=4602.48 cores=1,3,5,7
/proc/13230/stat : 13230 (minisat_noasser) R 13228 13230 12984 0 -1 4202496 42822 0 0 0 460233 15 0 0 25 0 1 0 475625055 180727808 42588 33554432000 134512640 135048876 4290331296 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/13230/statm: 44123 42588 67 131 0 43990 0
Current children cumulated CPU time (s) 4602.48
Current children cumulated vsize (KiB) 176492

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 13373
/proc/meminfo: memFree=19492896/32950928 swapFree=67111524/67111528
[pid=13230] ppid=13228 vsize=176980 CPUtime=4662.48 cores=1,3,5,7
/proc/13230/stat : 13230 (minisat_noasser) R 13228 13230 12984 0 -1 4202496 42922 0 0 0 466233 15 0 0 25 0 1 0 475625055 181227520 42688 33554432000 134512640 135048876 4290331296 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/13230/statm: 44245 42688 67 131 0 44112 0
Current children cumulated CPU time (s) 4662.48
Current children cumulated vsize (KiB) 176980

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 13375
/proc/meminfo: memFree=19484080/32950928 swapFree=67111524/67111528
[pid=13230] ppid=13228 vsize=177224 CPUtime=4722.48 cores=1,3,5,7
/proc/13230/stat : 13230 (minisat_noasser) R 13228 13230 12984 0 -1 4202496 42977 0 0 0 472233 15 0 0 25 0 1 0 475625055 181477376 42743 33554432000 134512640 135048876 4290331296 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/13230/statm: 44306 42743 67 131 0 44173 0
Current children cumulated CPU time (s) 4722.48
Current children cumulated vsize (KiB) 177224

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 13376
/proc/meminfo: memFree=19476984/32950928 swapFree=67111524/67111528
[pid=13230] ppid=13228 vsize=177224 CPUtime=4782.48 cores=1,3,5,7
/proc/13230/stat : 13230 (minisat_noasser) R 13228 13230 12984 0 -1 4202496 42977 0 0 0 478233 15 0 0 25 0 1 0 475625055 181477376 42743 33554432000 134512640 135048876 4290331296 18446744073709551615 134546847 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/13230/statm: 44306 42743 67 131 0 44173 0
Current children cumulated CPU time (s) 4782.48
Current children cumulated vsize (KiB) 177224

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 13378
/proc/meminfo: memFree=19465552/32950928 swapFree=67111524/67111528
[pid=13230] ppid=13228 vsize=177712 CPUtime=4842.48 cores=1,3,5,7
/proc/13230/stat : 13230 (minisat_noasser) R 13228 13230 12984 0 -1 4202496 43077 0 0 0 484233 15 0 0 25 0 1 0 475625055 181977088 42843 33554432000 134512640 135048876 4290331296 18446744073709551615 134547282 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/13230/statm: 44428 42843 67 131 0 44295 0
Current children cumulated CPU time (s) 4842.48
Current children cumulated vsize (KiB) 177712

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 13380
/proc/meminfo: memFree=19457712/32950928 swapFree=67111524/67111528
[pid=13230] ppid=13228 vsize=177712 CPUtime=4902.48 cores=1,3,5,7
/proc/13230/stat : 13230 (minisat_noasser) R 13228 13230 12984 0 -1 4202496 43077 0 0 0 490233 15 0 0 25 0 1 0 475625055 181977088 42843 33554432000 134512640 135048876 4290331296 18446744073709551615 134546880 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/13230/statm: 44428 42843 67 131 0 44295 0
Current children cumulated CPU time (s) 4902.48
Current children cumulated vsize (KiB) 177712

[startup+4962.3 s]
/proc/loadavg: 2.04 2.01 1.99 3/178 13381
/proc/meminfo: memFree=19449636/32950928 swapFree=67111524/67111528
[pid=13230] ppid=13228 vsize=177712 CPUtime=4962.49 cores=1,3,5,7
/proc/13230/stat : 13230 (minisat_noasser) R 13228 13230 12984 0 -1 4202496 43077 0 0 0 496234 15 0 0 25 0 1 0 475625055 181977088 42843 33554432000 134512640 135048876 4290331296 18446744073709551615 134547017 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/13230/statm: 44428 42843 67 131 0 44295 0
Current children cumulated CPU time (s) 4962.49
Current children cumulated vsize (KiB) 177712



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.02 2.01 1.99 3/178 13382
/proc/meminfo: memFree=19443788/32950928 swapFree=67111524/67111528
[pid=13230] ppid=13228 vsize=177712 CPUtime=5000.09 cores=1,3,5,7
/proc/13230/stat : 13230 (minisat_noasser) R 13228 13230 12984 0 -1 4202496 43077 0 0 0 499994 15 0 0 25 0 1 0 475625055 181977088 42843 33554432000 134512640 135048876 4290331296 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/13230/statm: 44428 42843 67 131 0 44295 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 177712

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

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

[startup+4999.9 s]
/proc/loadavg: 2.02 2.01 1.99 3/178 13382
/proc/meminfo: memFree=19443788/32950928 swapFree=67111524/67111528
[pid=13230] ppid=13228 vsize=177712 CPUtime=5000.09 cores=1,3,5,7
/proc/13230/stat : 13230 (minisat_noasser) R 13228 13230 12984 0 -1 4202496 43077 0 0 0 499994 15 0 0 25 0 1 0 475625055 181977088 42843 33554432000 134512640 135048876 4290331296 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/13230/statm: 44428 42843 67 131 0 44295 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 177712

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.92
CPU time (s): 5000.11
CPU user time (s): 4999.95
CPU system time (s): 0.158975
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 177712

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

runsolver used 8.18475 second user time and 18.1542 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-24 12:17:34
IDJOB=3275129
IDBENCH=71481
IDSOLVER=1678
FILE ID=node127/3275129-1303640254
RUNJOBID= node127-1303635250-13003
PBS_JOBID= 13150721
Free space on /tmp= 71432 MiB

SOLVER NAME= SAT07 reference solver: minisat SAT 2007
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/unforced/rbsat-v945c61409g3.cnf
COMMAND LINE= HOME/minisat_noassertions BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3275129-1303640254/watcher-3275129-1303640254 -o /tmp/evaluation-result-3275129-1303640254/solver-3275129-1303640254 -C 5000 -W 5000 -M 15500 --output-limit 1,15  HOME/minisat_noassertions HOME/instance-3275129-1303640254.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 4de3b21cb74a7ec60763201555524736
RANDOM SEED=1968658123

node127.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.823
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.64
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.823
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.823
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.74
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.823
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.86
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.823
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	: 5332.75
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.823
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.75
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.823
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.60
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.823
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      20335280 kB
Buffers:       2388336 kB
Cached:        9611628 kB
SwapCached:          4 kB
Active:        8225284 kB
Inactive:      3842932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20335280 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            3120 kB
Writeback:           0 kB
AnonPages:       67096 kB
Mapped:          14564 kB
Slab:           483596 kB
PageTables:       4208 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   188876 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= 71428 MiB
End job on node127 at 2011-04-24 13:40:56