Trace number 3274989

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.1 4999.92

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v945c61409g4.cnf
MD5SUM04c9f68df814bad18919ca17a3e0867a
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark13.382
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.49/0.52	c ============================[ Search Statistics ]==============================
0.49/0.52	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.49/0.52	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.49/0.52	c ===============================================================================
0.49/0.52	c |         0 |     900    57697   167127 |    19232        0    nan |  0.000 % |
0.49/0.53	c |       101 |     900    57697   167127 |    21155      101    108 |  0.000 % |
0.49/0.54	c |       251 |     900    57697   167127 |    23271      251    126 |  0.000 % |
0.49/0.55	c |       476 |     900    57697   167127 |    25598      476    120 |  0.000 % |
0.49/0.58	c |       816 |     900    57697   167127 |    28158      816    120 |  0.000 % |
0.59/0.61	c |      1323 |     900    57697   167127 |    30973     1323    121 |  0.000 % |
0.59/0.67	c |      2083 |     900    57697   167127 |    34071     2083    118 |  0.000 % |
0.69/0.78	c |      3224 |     900    57697   167127 |    37478     3224    117 |  0.000 % |
0.89/0.94	c |      4934 |     900    57697   167127 |    41226     4934    109 |  0.000 % |
1.29/1.30	c |      7496 |     900    57697   167127 |    45348     7496    111 |  0.000 % |
1.79/1.83	c |     11341 |     900    57697   167127 |    49883    11341    108 |  0.000 % |
2.69/2.77	c |     17109 |     900    57697   167127 |    54872    17109    106 |  0.000 % |
4.49/4.58	c |     25760 |     900    57697   167127 |    60359    25760    105 |  0.000 % |
7.99/8.01	c |     38736 |     900    57697   167127 |    66395    38736    104 |  0.000 % |
17.19/17.24	c |     58198 |     900    57697   167127 |    73034    58198    112 |  0.000 % |
27.89/27.93	c |     87392 |     900    57697   167127 |    80338    29850     99 |  0.000 % |
51.49/51.60	c |    131187 |     900    57697   167127 |    88372    73645    109 |  0.000 % |
84.79/84.81	c |    196872 |     900    57697   167127 |    97209    68527    104 |  0.000 % |
136.09/136.18	c |    295402 |     900    57697   167127 |   106930    89665     98 |  0.000 % |
199.20/199.20	c |    443191 |     900    57697   167127 |   117623    66351     88 |  0.000 % |
307.00/307.06	c |    664876 |     900    57697   167127 |   129385    94385     90 |  0.000 % |
447.91/447.92	c |    997401 |     900    57697   167127 |   142324    97539     94 |  0.000 % |
682.41/682.43	c |   1496191 |     900    57697   167127 |   156556   117275     92 |  0.000 % |
1072.33/1072.31	c |   2244373 |     900    57697   167127 |   172212    52619     93 |  0.000 % |
1654.46/1654.45	c |   3366649 |     900    57697   167127 |   189433   124509     89 |  0.000 % |
2548.08/2548.07	c |   5050061 |     900    57697   167127 |   208376   137624    101 |  0.000 % |
4070.34/4070.23	c |   7575177 |     900    57697   167127 |   229214    43839     77 |  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-3274989-1303635252/watcher-3274989-1303635252 -o /tmp/evaluation-result-3274989-1303635252/solver-3274989-1303635252 -C 5000 -W 5000 -M 15500 --output-limit 1,15 HOME/minisat_noassertions HOME/instance-3274989-1303635252.cnf 

running on 4 cores: 0,2,4,6

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: 0.00 0.00 0.00 2/174 13016
/proc/meminfo: memFree=20333396/32950928 swapFree=67111524/67111528
[pid=13016] ppid=13014 vsize=2584 CPUtime=0 cores=0,2,4,6
/proc/13016/stat : 13016 (minisat_noasser) R 13014 13016 12984 0 -1 4202496 510 0 0 0 0 0 0 0 23 0 1 0 475124843 2646016 466 33554432000 134512640 135048876 4287400688 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/13016/statm: 646 466 50 131 0 513 0

[startup+0.0996151 s]
/proc/loadavg: 0.00 0.00 0.00 2/174 13016
/proc/meminfo: memFree=20333396/32950928 swapFree=67111524/67111528
[pid=13016] ppid=13014 vsize=5372 CPUtime=0.09 cores=0,2,4,6
/proc/13016/stat : 13016 (minisat_noasser) R 13014 13016 12984 0 -1 4202496 1165 0 0 0 9 0 0 0 23 0 1 0 475124843 5500928 1121 33554432000 134512640 135048876 4287400688 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/13016/statm: 1343 1121 62 131 0 1210 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5372

[startup+0.100613 s]
/proc/loadavg: 0.00 0.00 0.00 2/174 13016
/proc/meminfo: memFree=20333396/32950928 swapFree=67111524/67111528
[pid=13016] ppid=13014 vsize=5372 CPUtime=0.09 cores=0,2,4,6
/proc/13016/stat : 13016 (minisat_noasser) R 13014 13016 12984 0 -1 4202496 1175 0 0 0 9 0 0 0 24 0 1 0 475124843 5500928 1131 33554432000 134512640 135048876 4287400688 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/13016/statm: 1343 1132 62 131 0 1210 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5372

[startup+0.300575 s]
/proc/loadavg: 0.00 0.00 0.00 2/174 13016
/proc/meminfo: memFree=20333396/32950928 swapFree=67111524/67111528
[pid=13016] ppid=13014 vsize=6212 CPUtime=0.29 cores=0,2,4,6
/proc/13016/stat : 13016 (minisat_noasser) R 13014 13016 12984 0 -1 4202496 1414 0 0 0 29 0 0 0 25 0 1 0 475124843 6361088 1370 33554432000 134512640 135048876 4287400688 18446744073709551615 134529677 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/13016/statm: 1553 1370 62 131 0 1420 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6212

[startup+0.700496 s]
/proc/loadavg: 0.00 0.00 0.00 2/174 13016
/proc/meminfo: memFree=20333396/32950928 swapFree=67111524/67111528
[pid=13016] ppid=13014 vsize=6064 CPUtime=0.69 cores=0,2,4,6
/proc/13016/stat : 13016 (minisat_noasser) R 13014 13016 12984 0 -1 4202496 1518 0 0 0 69 0 0 0 25 0 1 0 475124843 6209536 1330 33554432000 134512640 135048876 4287400688 18446744073709551615 134547017 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/13016/statm: 1516 1330 67 131 0 1383 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6064

[startup+1.50023 s]
/proc/loadavg: 0.16 0.03 0.01 3/178 13023
/proc/meminfo: memFree=20308448/32950928 swapFree=67111524/67111528
[pid=13016] ppid=13014 vsize=9232 CPUtime=1.49 cores=0,2,4,6
/proc/13016/stat : 13016 (minisat_noasser) R 13014 13016 12984 0 -1 4202496 2305 0 0 0 149 0 0 0 25 0 1 0 475124843 9453568 2117 33554432000 134512640 135048876 4287400688 18446744073709551615 134552400 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/13016/statm: 2308 2117 67 131 0 2175 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9232

[startup+3.10104 s]
/proc/loadavg: 0.16 0.03 0.01 3/178 13023
/proc/meminfo: memFree=20303244/32950928 swapFree=67111524/67111528
[pid=13016] ppid=13014 vsize=13812 CPUtime=3.09 cores=0,2,4,6
/proc/13016/stat : 13016 (minisat_noasser) R 13014 13016 12984 0 -1 4202496 3428 0 0 0 309 0 0 0 25 0 1 0 475124843 14143488 3240 33554432000 134512640 135048876 4287400688 18446744073709551615 134547313 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/13016/statm: 3453 3240 67 131 0 3320 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 13812

[startup+6.30039 s]
/proc/loadavg: 0.31 0.07 0.02 3/178 13024
/proc/meminfo: memFree=20295804/32950928 swapFree=67111524/67111528
[pid=13016] ppid=13014 vsize=19932 CPUtime=6.29 cores=0,2,4,6
/proc/13016/stat : 13016 (minisat_noasser) R 13014 13016 12984 0 -1 4202496 4967 0 0 0 629 0 0 0 25 0 1 0 475124843 20410368 4779 33554432000 134512640 135048876 4287400688 18446744073709551615 134546980 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/13016/statm: 4983 4779 67 131 0 4850 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 19932

[startup+12.7002 s]
/proc/loadavg: 0.44 0.10 0.03 3/178 13024
/proc/meminfo: memFree=20265456/32950928 swapFree=67111524/67111528
[pid=13016] ppid=13014 vsize=28884 CPUtime=12.69 cores=0,2,4,6
/proc/13016/stat : 13016 (minisat_noasser) R 13014 13016 12984 0 -1 4202496 7199 0 0 0 1268 1 0 0 25 0 1 0 475124843 29577216 7011 33554432000 134512640 135048876 4287400688 18446744073709551615 134546920 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/13016/statm: 7221 7011 67 131 0 7088 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 28884

[startup+25.5007 s]
/proc/loadavg: 0.68 0.16 0.05 3/178 13024
/proc/meminfo: memFree=20221160/32950928 swapFree=67111524/67111528
[pid=13016] ppid=13014 vsize=42088 CPUtime=25.49 cores=0,2,4,6
/proc/13016/stat : 13016 (minisat_noasser) R 13014 13016 12984 0 -1 4202496 10477 0 0 0 2548 1 0 0 25 0 1 0 475124843 43098112 10289 33554432000 134512640 135048876 4287400688 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13016/statm: 10522 10289 67 131 0 10389 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 42088

[startup+51.1009 s]
/proc/loadavg: 1.20 0.33 0.11 3/178 13025
/proc/meminfo: memFree=20184264/32950928 swapFree=67111524/67111528
[pid=13016] ppid=13014 vsize=42384 CPUtime=51.09 cores=0,2,4,6
/proc/13016/stat : 13016 (minisat_noasser) R 13014 13016 12984 0 -1 4202496 10529 0 0 0 5108 1 0 0 25 0 1 0 475124843 43401216 10341 33554432000 134512640 135048876 4287400688 18446744073709551615 134546901 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13016/statm: 10596 10341 67 131 0 10463 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 42384

[startup+102.306 s]
/proc/loadavg: 1.65 0.59 0.21 3/178 13026
/proc/meminfo: memFree=20117292/32950928 swapFree=67111524/67111528
[pid=13016] ppid=13014 vsize=52616 CPUtime=102.3 cores=0,2,4,6
/proc/13016/stat : 13016 (minisat_noasser) R 13014 13016 12984 0 -1 4202496 12999 0 0 0 10228 2 0 0 25 0 1 0 475124843 53878784 12811 33554432000 134512640 135048876 4287400688 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13016/statm: 13154 12811 67 131 0 13021 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 52616

[startup+162.301 s]
/proc/loadavg: 1.87 0.84 0.32 3/178 13028
/proc/meminfo: memFree=20068304/32950928 swapFree=67111524/67111528
[pid=13016] ppid=13014 vsize=59360 CPUtime=162.3 cores=0,2,4,6
/proc/13016/stat : 13016 (minisat_noasser) R 13014 13016 12984 0 -1 4202496 14647 0 0 0 16227 3 0 0 25 0 1 0 475124843 60784640 14459 33554432000 134512640 135048876 4287400688 18446744073709551615 134546931 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13016/statm: 14840 14459 67 131 0 14707 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 59360

[startup+222.3 s]
/proc/loadavg: 1.95 1.05 0.42 3/178 13029
/proc/meminfo: memFree=20025256/32950928 swapFree=67111524/67111528
[pid=13016] ppid=13014 vsize=60900 CPUtime=222.3 cores=0,2,4,6
/proc/13016/stat : 13016 (minisat_noasser) R 13014 13016 12984 0 -1 4202496 14957 0 0 0 22227 3 0 0 25 0 1 0 475124843 62361600 14769 33554432000 134512640 135048876 4287400688 18446744073709551615 134546931 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13016/statm: 15225 14769 67 131 0 15092 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 60900

[startup+282.301 s]
/proc/loadavg: 1.98 1.22 0.52 3/178 13031
/proc/meminfo: memFree=19983452/32950928 swapFree=67111524/67111528
[pid=13016] ppid=13014 vsize=63996 CPUtime=282.3 cores=0,2,4,6
/proc/13016/stat : 13016 (minisat_noasser) R 13014 13016 12984 0 -1 4202496 15716 0 0 0 28227 3 0 0 25 0 1 0 475124843 65531904 15528 33554432000 134512640 135048876 4287400688 18446744073709551615 134680102 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13016/statm: 15999 15528 67 131 0 15866 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 63996

[startup+342.3 s]
/proc/loadavg: 1.99 1.36 0.61 3/178 13033
/proc/meminfo: memFree=19943380/32950928 swapFree=67111524/67111528
[pid=13016] ppid=13014 vsize=71760 CPUtime=342.31 cores=0,2,4,6
/proc/13016/stat : 13016 (minisat_noasser) R 13014 13016 12984 0 -1 4202496 17631 0 0 0 34227 4 0 0 25 0 1 0 475124843 73482240 17443 33554432000 134512640 135048876 4287400688 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13016/statm: 17940 17443 67 131 0 17807 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 71760

[startup+402.301 s]
/proc/loadavg: 1.99 1.47 0.69 3/178 13034
/proc/meminfo: memFree=19918056/32950928 swapFree=67111524/67111528
[pid=13016] ppid=13014 vsize=75984 CPUtime=402.31 cores=0,2,4,6
/proc/13016/stat : 13016 (minisat_noasser) R 13014 13016 12984 0 -1 4202496 18619 0 0 0 40227 4 0 0 25 0 1 0 475124843 77807616 18431 33554432000 134512640 135048876 4287400688 18446744073709551615 134547008 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13016/statm: 18996 18431 67 131 0 18863 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 75984

[startup+462.3 s]
/proc/loadavg: 2.03 1.58 0.77 3/178 13045
/proc/meminfo: memFree=19897352/32950928 swapFree=67111524/67111528
[pid=13016] ppid=13014 vsize=76148 CPUtime=462.31 cores=0,2,4,6
/proc/13016/stat : 13016 (minisat_noasser) R 13014 13016 12984 0 -1 4202496 18679 0 0 0 46227 4 0 0 25 0 1 0 475124843 77975552 18491 33554432000 134512640 135048876 4287400688 18446744073709551615 134547121 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13016/statm: 19037 18491 67 131 0 18904 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 76148

[startup+522.301 s]
/proc/loadavg: 2.01 1.65 0.85 3/178 13046
/proc/meminfo: memFree=19873644/32950928 swapFree=67111524/67111528
[pid=13016] ppid=13014 vsize=82600 CPUtime=522.31 cores=0,2,4,6
/proc/13016/stat : 13016 (minisat_noasser) R 13014 13016 12984 0 -1 4202496 20175 0 0 0 52227 4 0 0 25 0 1 0 475124843 84582400 19987 33554432000 134512640 135048876 4287400688 18446744073709551615 134547326 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13016/statm: 20650 19987 67 131 0 20517 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 82600

[startup+582.301 s]
/proc/loadavg: 2.08 1.73 0.92 3/178 13048
/proc/meminfo: memFree=19852544/32950928 swapFree=67111524/67111528
[pid=13016] ppid=13014 vsize=85780 CPUtime=582.31 cores=0,2,4,6
/proc/13016/stat : 13016 (minisat_noasser) R 13014 13016 12984 0 -1 4202496 20942 0 0 0 58226 5 0 0 25 0 1 0 475124843 87838720 20754 33554432000 134512640 135048876 4287400688 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13016/statm: 21445 20754 67 131 0 21312 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 85780


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

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 13153
/proc/meminfo: memFree=19539152/32950928 swapFree=67111524/67111528
[pid=13016] ppid=13014 vsize=145972 CPUtime=4062.45 cores=0,2,4,6
/proc/13016/stat : 13016 (minisat_noasser) R 13014 13016 12984 0 -1 4202496 35191 0 0 0 406233 12 0 0 25 0 1 0 475124843 149475328 34979 33554432000 134512640 135048876 4287400688 18446744073709551615 134545962 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13016/statm: 36493 34979 67 131 0 36360 0
Current children cumulated CPU time (s) 4062.45
Current children cumulated vsize (KiB) 145972

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 13154
/proc/meminfo: memFree=19532320/32950928 swapFree=67111524/67111528
[pid=13016] ppid=13014 vsize=145972 CPUtime=4122.45 cores=0,2,4,6
/proc/13016/stat : 13016 (minisat_noasser) R 13014 13016 12984 0 -1 4202496 35191 0 0 0 412233 12 0 0 25 0 1 0 475124843 149475328 34979 33554432000 134512640 135048876 4287400688 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13016/statm: 36493 34979 67 131 0 36360 0
Current children cumulated CPU time (s) 4122.45
Current children cumulated vsize (KiB) 145972

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 13156
/proc/meminfo: memFree=19521020/32950928 swapFree=67111524/67111528
[pid=13016] ppid=13014 vsize=148308 CPUtime=4182.45 cores=0,2,4,6
/proc/13016/stat : 13016 (minisat_noasser) R 13014 13016 12984 0 -1 4202496 35726 0 0 0 418232 13 0 0 25 0 1 0 475124843 151867392 35514 33554432000 134512640 135048876 4287400688 18446744073709551615 134546997 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13016/statm: 37077 35514 67 131 0 36944 0
Current children cumulated CPU time (s) 4182.45
Current children cumulated vsize (KiB) 148308

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 13161
/proc/meminfo: memFree=19508164/32950928 swapFree=67111524/67111528
[pid=13016] ppid=13014 vsize=155720 CPUtime=4242.45 cores=0,2,4,6
/proc/13016/stat : 13016 (minisat_noasser) R 13014 13016 12984 0 -1 4202496 37572 0 0 0 424232 13 0 0 25 0 1 0 475124843 159457280 37360 33554432000 134512640 135048876 4287400688 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13016/statm: 38930 37360 67 131 0 38797 0
Current children cumulated CPU time (s) 4242.45
Current children cumulated vsize (KiB) 155720

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 13162
/proc/meminfo: memFree=19503684/32950928 swapFree=67111524/67111528
[pid=13016] ppid=13014 vsize=155884 CPUtime=4302.45 cores=0,2,4,6
/proc/13016/stat : 13016 (minisat_noasser) R 13014 13016 12984 0 -1 4202496 37610 0 0 0 430232 13 0 0 25 0 1 0 475124843 159625216 37398 33554432000 134512640 135048876 4287400688 18446744073709551615 134546997 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13016/statm: 38971 37398 67 131 0 38838 0
Current children cumulated CPU time (s) 4302.45
Current children cumulated vsize (KiB) 155884

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 13164
/proc/meminfo: memFree=19495232/32950928 swapFree=67111524/67111528
[pid=13016] ppid=13014 vsize=156512 CPUtime=4362.46 cores=0,2,4,6
/proc/13016/stat : 13016 (minisat_noasser) R 13014 13016 12984 0 -1 4202496 37748 0 0 0 436232 14 0 0 25 0 1 0 475124843 160268288 37536 33554432000 134512640 135048876 4287400688 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13016/statm: 39128 37536 67 131 0 38995 0
Current children cumulated CPU time (s) 4362.46
Current children cumulated vsize (KiB) 156512

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 13165
/proc/meminfo: memFree=19487028/32950928 swapFree=67111524/67111528
[pid=13016] ppid=13014 vsize=156512 CPUtime=4422.46 cores=0,2,4,6
/proc/13016/stat : 13016 (minisat_noasser) R 13014 13016 12984 0 -1 4202496 37748 0 0 0 442232 14 0 0 25 0 1 0 475124843 160268288 37536 33554432000 134512640 135048876 4287400688 18446744073709551615 134546997 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13016/statm: 39128 37536 67 131 0 38995 0
Current children cumulated CPU time (s) 4422.46
Current children cumulated vsize (KiB) 156512

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 13167
/proc/meminfo: memFree=19481056/32950928 swapFree=67111524/67111528
[pid=13016] ppid=13014 vsize=157004 CPUtime=4482.46 cores=0,2,4,6
/proc/13016/stat : 13016 (minisat_noasser) R 13014 13016 12984 0 -1 4202496 37838 0 0 0 448232 14 0 0 25 0 1 0 475124843 160772096 37626 33554432000 134512640 135048876 4287400688 18446744073709551615 134545993 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13016/statm: 39251 37626 67 131 0 39118 0
Current children cumulated CPU time (s) 4482.46
Current children cumulated vsize (KiB) 157004

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 13169
/proc/meminfo: memFree=19476196/32950928 swapFree=67111524/67111528
[pid=13016] ppid=13014 vsize=157004 CPUtime=4542.46 cores=0,2,4,6
/proc/13016/stat : 13016 (minisat_noasser) R 13014 13016 12984 0 -1 4202496 37838 0 0 0 454232 14 0 0 25 0 1 0 475124843 160772096 37626 33554432000 134512640 135048876 4287400688 18446744073709551615 134546894 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13016/statm: 39251 37626 67 131 0 39118 0
Current children cumulated CPU time (s) 4542.46
Current children cumulated vsize (KiB) 157004

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 13170
/proc/meminfo: memFree=19471460/32950928 swapFree=67111524/67111528
[pid=13016] ppid=13014 vsize=157000 CPUtime=4602.47 cores=0,2,4,6
/proc/13016/stat : 13016 (minisat_noasser) R 13014 13016 12984 0 -1 4202496 37838 0 0 0 460233 14 0 0 25 0 1 0 475124843 160768000 37626 33554432000 134512640 135048876 4287400688 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13016/statm: 39250 37626 67 131 0 39117 0
Current children cumulated CPU time (s) 4602.47
Current children cumulated vsize (KiB) 157000

[startup+4662.3 s]
/proc/loadavg: 2.04 2.01 1.93 3/178 13172
/proc/meminfo: memFree=19465244/32950928 swapFree=67111524/67111528
[pid=13016] ppid=13014 vsize=157000 CPUtime=4662.47 cores=0,2,4,6
/proc/13016/stat : 13016 (minisat_noasser) R 13014 13016 12984 0 -1 4202496 37843 0 0 0 466233 14 0 0 25 0 1 0 475124843 160768000 37631 33554432000 134512640 135048876 4287400688 18446744073709551615 134547318 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13016/statm: 39250 37631 67 131 0 39117 0
Current children cumulated CPU time (s) 4662.47
Current children cumulated vsize (KiB) 157000

[startup+4722.31 s]
/proc/loadavg: 2.01 2.01 1.93 3/178 13173
/proc/meminfo: memFree=19460136/32950928 swapFree=67111524/67111528
[pid=13016] ppid=13014 vsize=157652 CPUtime=4722.48 cores=0,2,4,6
/proc/13016/stat : 13016 (minisat_noasser) R 13014 13016 12984 0 -1 4202496 37975 0 0 0 472234 14 0 0 25 0 1 0 475124843 161435648 37763 33554432000 134512640 135048876 4287400688 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13016/statm: 39413 37763 67 131 0 39280 0
Current children cumulated CPU time (s) 4722.48
Current children cumulated vsize (KiB) 157652

[startup+4782.3 s]
/proc/loadavg: 2.08 2.02 1.94 3/178 13175
/proc/meminfo: memFree=19457636/32950928 swapFree=67111524/67111528
[pid=13016] ppid=13014 vsize=157652 CPUtime=4782.47 cores=0,2,4,6
/proc/13016/stat : 13016 (minisat_noasser) R 13014 13016 12984 0 -1 4202496 37976 0 0 0 478233 14 0 0 25 0 1 0 475124843 161435648 37764 33554432000 134512640 135048876 4287400688 18446744073709551615 134546847 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13016/statm: 39413 37764 67 131 0 39280 0
Current children cumulated CPU time (s) 4782.47
Current children cumulated vsize (KiB) 157652

[startup+4842.3 s]
/proc/loadavg: 2.03 2.01 1.94 3/178 13177
/proc/meminfo: memFree=19456992/32950928 swapFree=67111524/67111528
[pid=13016] ppid=13014 vsize=158384 CPUtime=4842.47 cores=0,2,4,6
/proc/13016/stat : 13016 (minisat_noasser) R 13014 13016 12984 0 -1 4202496 38123 0 0 0 484233 14 0 0 25 0 1 0 475124843 162185216 37911 33554432000 134512640 135048876 4287400688 18446744073709551615 134546624 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13016/statm: 39596 37911 67 131 0 39463 0
Current children cumulated CPU time (s) 4842.47
Current children cumulated vsize (KiB) 158384

[startup+4902.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/178 13178
/proc/meminfo: memFree=19456972/32950928 swapFree=67111524/67111528
[pid=13016] ppid=13014 vsize=158384 CPUtime=4902.47 cores=0,2,4,6
/proc/13016/stat : 13016 (minisat_noasser) R 13014 13016 12984 0 -1 4202496 38123 0 0 0 490233 14 0 0 25 0 1 0 475124843 162185216 37911 33554432000 134512640 135048876 4287400688 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13016/statm: 39596 37911 67 131 0 39463 0
Current children cumulated CPU time (s) 4902.47
Current children cumulated vsize (KiB) 158384

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 13180
/proc/meminfo: memFree=19457448/32950928 swapFree=67111524/67111528
[pid=13016] ppid=13014 vsize=158384 CPUtime=4962.47 cores=0,2,4,6
/proc/13016/stat : 13016 (minisat_noasser) R 13014 13016 12984 0 -1 4202496 38129 0 0 0 496233 14 0 0 25 0 1 0 475124843 162185216 37917 33554432000 134512640 135048876 4287400688 18446744073709551615 134546924 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13016/statm: 39596 37917 67 131 0 39463 0
Current children cumulated CPU time (s) 4962.47
Current children cumulated vsize (KiB) 158384



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 13181
/proc/meminfo: memFree=19456944/32950928 swapFree=67111524/67111528
[pid=13016] ppid=13014 vsize=158748 CPUtime=5000.08 cores=0,2,4,6
/proc/13016/stat : 13016 (minisat_noasser) R 13014 13016 12984 0 -1 4202496 38191 0 0 0 499994 14 0 0 25 0 1 0 475124843 162557952 37979 33554432000 134512640 135048876 4287400688 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13016/statm: 39687 37979 67 131 0 39554 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 158748

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.00 2.00 1.94 3/178 13181
/proc/meminfo: memFree=19456944/32950928 swapFree=67111524/67111528
[pid=13016] ppid=13014 vsize=158748 CPUtime=5000.08 cores=0,2,4,6
/proc/13016/stat : 13016 (minisat_noasser) R 13014 13016 12984 0 -1 4202496 38191 0 0 0 499994 14 0 0 25 0 1 0 475124843 162557952 37979 33554432000 134512640 135048876 4287400688 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13016/statm: 39687 37979 67 131 0 39554 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 158748

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

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

runsolver used 7.58585 second user time and 15.7376 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-24 10:54:12
IDJOB=3274989
IDBENCH=71271
IDSOLVER=1678
FILE ID=node127/3274989-1303635252
RUNJOBID= node127-1303635250-13002
PBS_JOBID= 13150721
Free space on /tmp= 71432 MiB

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

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

MD5SUM BENCH= 04c9f68df814bad18919ca17a3e0867a
RANDOM SEED=763292045

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:      20333684 kB
Buffers:       2388184 kB
Cached:        9613432 kB
SwapCached:          4 kB
Active:        8224364 kB
Inactive:      3845048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20333684 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            4500 kB
Writeback:          12 kB
AnonPages:       66408 kB
Mapped:          14488 kB
Slab:           483884 kB
PageTables:       4656 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   187500 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 12:17:34