Trace number 3275179

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.03 4999.91

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v760c43649gyes6.cnf
MD5SUMdc046d6f885b64777ffc1cfc8367a176
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.874866
Satisfiable
(Un)Satisfiability was proved
Number of variables760
Number of clauses43649
Sum of the clauses size87978
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 243609
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

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:  760                                                  |
0.00/0.00	c |  Number of clauses:    43649                                                |
0.00/0.01	c |  Parsing time:         0.01         s                                       |
0.29/0.35	c ============================[ Search Statistics ]==============================
0.29/0.35	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.29/0.35	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.29/0.35	c ===============================================================================
0.29/0.35	c |         0 |     720    42889   127595 |    14296        0    nan |  0.000 % |
0.29/0.35	c |       100 |     720    42889   127595 |    15725      100    164 |  0.000 % |
0.29/0.36	c |       250 |     720    42889   127595 |    17298      250    150 |  0.000 % |
0.29/0.37	c |       477 |     720    42889   127595 |    19028      477    139 |  0.000 % |
0.29/0.39	c |       815 |     720    42889   127595 |    20931      815    130 |  0.000 % |
0.40/0.43	c |      1323 |     720    42889   127595 |    23024     1323    130 |  0.000 % |
0.40/0.48	c |      2082 |     720    42889   127595 |    25326     2082    126 |  0.000 % |
0.50/0.58	c |      3221 |     720    42889   127595 |    27859     3221    122 |  0.000 % |
0.70/0.76	c |      4929 |     720    42889   127595 |    30645     4929    114 |  0.000 % |
1.00/1.10	c |      7493 |     720    42889   127595 |    33710     7493    113 |  0.000 % |
1.60/1.64	c |     11339 |     720    42889   127595 |    37081    11339    114 |  0.000 % |
2.60/2.62	c |     17108 |     720    42889   127595 |    40789    17108    109 |  0.000 % |
4.30/4.33	c |     25757 |     720    42889   127595 |    44868    25757    109 |  0.000 % |
8.59/8.61	c |     38732 |     720    42889   127595 |    49354    38732    108 |  0.000 % |
13.29/13.33	c |     58193 |     720    42889   127595 |    54290    21732     99 |  0.000 % |
21.19/21.26	c |     87388 |     720    42889   127595 |    59719    50927    108 |  0.000 % |
33.79/33.80	c |    131182 |     720    42889   127595 |    65691    49037    106 |  0.000 % |
62.99/63.03	c |    196867 |     720    42889   127595 |    72260    64116    110 |  0.000 % |
92.89/92.92	c |    295395 |     720    42889   127595 |    79486    52126     95 |  0.000 % |
153.49/153.55	c |    443184 |     720    42889   127595 |    87435    76020     96 |  0.000 % |
225.89/225.94	c |    664869 |     720    42889   127595 |    96178    18703     71 |  0.000 % |
323.00/323.03	c |    997394 |     720    42889   127595 |   105796    37526     88 |  0.000 % |
476.40/476.49	c |   1496182 |     720    42889   127595 |   116376    95912     90 |  0.000 % |
723.60/723.67	c |   2244369 |     720    42889   127595 |   128013    58903     77 |  0.000 % |
1115.42/1115.44	c |   3366643 |     720    42889   127595 |   140815    92584     77 |  0.000 % |
1717.93/1717.94	c |   5050056 |     720    42889   127595 |   154896    77992     82 |  0.000 % |
2658.85/2658.82	c |   7575172 |     720    42889   127595 |   170386    24611     69 |  0.000 % |
4184.99/4184.91	c |  11362848 |     720    42889   127595 |   187424    44183     65 |  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-3275179-1303640257/watcher-3275179-1303640257 -o /tmp/evaluation-result-3275179-1303640257/solver-3275179-1303640257 -C 5000 -W 5000 -M 15500 --output-limit 1,15 HOME/minisat_noassertions HOME/instance-3275179-1303640257.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: 1.92 1.98 1.92 2/177 20118
/proc/meminfo: memFree=13707232/32951124 swapFree=67102140/67111528
[pid=20118] ppid=20116 vsize=2576 CPUtime=0 cores=1,3,5,7
/proc/20118/stat : 20118 (minisat_noasser) R 20116 20118 19870 0 -1 4202496 456 0 0 0 0 0 0 0 25 0 1 0 554256407 2637824 412 33554432000 134512640 135048876 4288395440 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/20118/statm: 644 413 50 131 0 511 0

[startup+0.022148 s]
/proc/loadavg: 1.92 1.98 1.92 2/177 20118
/proc/meminfo: memFree=13707232/32951124 swapFree=67102140/67111528
[pid=20118] ppid=20116 vsize=4192 CPUtime=0.02 cores=1,3,5,7
/proc/20118/stat : 20118 (minisat_noasser) R 20116 20118 19870 0 -1 4202496 838 0 0 0 2 0 0 0 25 0 1 0 554256407 4292608 794 33554432000 134512640 135048876 4288395440 18446744073709551615 134529395 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/20118/statm: 1048 794 62 131 0 915 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 4192

[startup+0.101148 s]
/proc/loadavg: 1.92 1.98 1.92 2/177 20118
/proc/meminfo: memFree=13707232/32951124 swapFree=67102140/67111528
[pid=20118] ppid=20116 vsize=4852 CPUtime=0.1 cores=1,3,5,7
/proc/20118/stat : 20118 (minisat_noasser) R 20116 20118 19870 0 -1 4202496 1020 0 0 0 10 0 0 0 25 0 1 0 554256407 4968448 976 33554432000 134512640 135048876 4288395440 18446744073709551615 134690426 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/20118/statm: 1213 976 62 131 0 1080 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 4852

[startup+0.300111 s]
/proc/loadavg: 1.92 1.98 1.92 2/177 20118
/proc/meminfo: memFree=13707232/32951124 swapFree=67102140/67111528
[pid=20118] ppid=20116 vsize=5152 CPUtime=0.29 cores=1,3,5,7
/proc/20118/stat : 20118 (minisat_noasser) R 20116 20118 19870 0 -1 4202496 1075 0 0 0 29 0 0 0 25 0 1 0 554256407 5275648 1031 33554432000 134512640 135048876 4288395440 18446744073709551615 134529183 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/20118/statm: 1288 1031 62 131 0 1155 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5152

[startup+0.701028 s]
/proc/loadavg: 1.92 1.98 1.92 2/177 20118
/proc/meminfo: memFree=13707232/32951124 swapFree=67102140/67111528
[pid=20118] ppid=20116 vsize=6192 CPUtime=0.7 cores=1,3,5,7
/proc/20118/stat : 20118 (minisat_noasser) R 20116 20118 19870 0 -1 4202496 1469 0 0 0 70 0 0 0 25 0 1 0 554256407 6340608 1324 33554432000 134512640 135048876 4288395440 18446744073709551615 134547008 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/20118/statm: 1548 1324 67 131 0 1415 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 6192

[startup+1.50089 s]
/proc/loadavg: 1.92 1.98 1.92 3/178 20119
/proc/meminfo: memFree=13699164/32951124 swapFree=67102140/67111528
[pid=20118] ppid=20116 vsize=9240 CPUtime=1.5 cores=1,3,5,7
/proc/20118/stat : 20118 (minisat_noasser) R 20116 20118 19870 0 -1 4202496 2209 0 0 0 150 0 0 0 25 0 1 0 554256407 9461760 2064 33554432000 134512640 135048876 4288395440 18446744073709551615 134546864 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/20118/statm: 2310 2064 67 131 0 2177 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 9240

[startup+3.10062 s]
/proc/loadavg: 1.92 1.98 1.92 3/178 20119
/proc/meminfo: memFree=13692732/32951124 swapFree=67102140/67111528
[pid=20118] ppid=20116 vsize=13524 CPUtime=3.1 cores=1,3,5,7
/proc/20118/stat : 20118 (minisat_noasser) R 20116 20118 19870 0 -1 4202496 3281 0 0 0 310 0 0 0 25 0 1 0 554256407 13848576 3136 33554432000 134512640 135048876 4288395440 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/20118/statm: 3381 3136 67 131 0 3248 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 13524

[startup+6.30105 s]
/proc/loadavg: 1.93 1.98 1.92 3/178 20119
/proc/meminfo: memFree=13679592/32951124 swapFree=67102140/67111528
[pid=20118] ppid=20116 vsize=19512 CPUtime=6.3 cores=1,3,5,7
/proc/20118/stat : 20118 (minisat_noasser) R 20116 20118 19870 0 -1 4202496 4769 0 0 0 630 0 0 0 25 0 1 0 554256407 19980288 4624 33554432000 134512640 135048876 4288395440 18446744073709551615 134547282 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/20118/statm: 4878 4624 67 131 0 4745 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 19512

[startup+12.7009 s]
/proc/loadavg: 1.93 1.98 1.92 3/178 20120
/proc/meminfo: memFree=13666812/32951124 swapFree=67102140/67111528
[pid=20118] ppid=20116 vsize=27668 CPUtime=12.69 cores=1,3,5,7
/proc/20118/stat : 20118 (minisat_noasser) R 20116 20118 19870 0 -1 4202496 6811 0 0 0 1269 0 0 0 25 0 1 0 554256407 28332032 6666 33554432000 134512640 135048876 4288395440 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/20118/statm: 6917 6666 67 131 0 6784 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 27668

[startup+25.5007 s]
/proc/loadavg: 1.95 1.98 1.92 3/178 20120
/proc/meminfo: memFree=13656160/32951124 swapFree=67102140/67111528
[pid=20118] ppid=20116 vsize=33768 CPUtime=25.49 cores=1,3,5,7
/proc/20118/stat : 20118 (minisat_noasser) R 20116 20118 19870 0 -1 4202496 8362 0 0 0 2549 0 0 0 25 0 1 0 554256407 34578432 8217 33554432000 134512640 135048876 4288395440 18446744073709551615 134547017 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/20118/statm: 8442 8217 67 131 0 8309 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 33768

[startup+51.1002 s]
/proc/loadavg: 1.96 1.98 1.92 3/178 20121
/proc/meminfo: memFree=13646784/32951124 swapFree=67102140/67111528
[pid=20118] ppid=20116 vsize=38176 CPUtime=51.09 cores=1,3,5,7
/proc/20118/stat : 20118 (minisat_noasser) R 20116 20118 19870 0 -1 4202496 9437 0 0 0 5109 0 0 0 25 0 1 0 554256407 39092224 9292 33554432000 134512640 135048876 4288395440 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/20118/statm: 9544 9292 67 131 0 9411 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 38176

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.92 3/178 20122
/proc/meminfo: memFree=13634368/32951124 swapFree=67102140/67111528
[pid=20118] ppid=20116 vsize=44104 CPUtime=102.29 cores=1,3,5,7
/proc/20118/stat : 20118 (minisat_noasser) R 20116 20118 19870 0 -1 4202496 10867 0 0 0 10229 0 0 0 25 0 1 0 554256407 45162496 10722 33554432000 134512640 135048876 4288395440 18446744073709551615 134548022 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/20118/statm: 11026 10722 67 131 0 10893 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 44104

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.92 3/178 20124
/proc/meminfo: memFree=13623064/32951124 swapFree=67102140/67111528
[pid=20118] ppid=20116 vsize=50480 CPUtime=162.29 cores=1,3,5,7
/proc/20118/stat : 20118 (minisat_noasser) R 20116 20118 19870 0 -1 4202496 12375 0 0 0 16228 1 0 0 25 0 1 0 554256407 51691520 12230 33554432000 134512640 135048876 4288395440 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/20118/statm: 12620 12230 67 131 0 12487 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 50480

[startup+222.3 s]
/proc/loadavg: 1.99 1.98 1.92 3/178 20125
/proc/meminfo: memFree=13616724/32951124 swapFree=67102140/67111528
[pid=20118] ppid=20116 vsize=51888 CPUtime=222.29 cores=1,3,5,7
/proc/20118/stat : 20118 (minisat_noasser) R 20116 20118 19870 0 -1 4202496 12688 0 0 0 22228 1 0 0 25 0 1 0 554256407 53133312 12543 33554432000 134512640 135048876 4288395440 18446744073709551615 134546929 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/20118/statm: 12972 12543 67 131 0 12839 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 51888

[startup+282.301 s]
/proc/loadavg: 1.99 1.98 1.92 3/178 20127
/proc/meminfo: memFree=13611876/32951124 swapFree=67102140/67111528
[pid=20118] ppid=20116 vsize=56340 CPUtime=282.3 cores=1,3,5,7
/proc/20118/stat : 20118 (minisat_noasser) R 20116 20118 19870 0 -1 4202496 13736 0 0 0 28228 2 0 0 25 0 1 0 554256407 57692160 13591 33554432000 134512640 135048876 4288395440 18446744073709551615 134546920 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/20118/statm: 14085 13591 67 131 0 13952 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 56340

[startup+342.3 s]
/proc/loadavg: 1.99 1.98 1.92 3/178 20128
/proc/meminfo: memFree=13604528/32951124 swapFree=67102140/67111528
[pid=20118] ppid=20116 vsize=56840 CPUtime=342.3 cores=1,3,5,7
/proc/20118/stat : 20118 (minisat_noasser) R 20116 20118 19870 0 -1 4202496 13857 0 0 0 34228 2 0 0 25 0 1 0 554256407 58204160 13712 33554432000 134512640 135048876 4288395440 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/20118/statm: 14210 13712 67 131 0 14077 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 56840

[startup+402.301 s]
/proc/loadavg: 2.06 2.00 1.93 3/178 20130
/proc/meminfo: memFree=13599060/32951124 swapFree=67102140/67111528
[pid=20118] ppid=20116 vsize=62060 CPUtime=402.3 cores=1,3,5,7
/proc/20118/stat : 20118 (minisat_noasser) R 20116 20118 19870 0 -1 4202496 15132 0 0 0 40228 2 0 0 25 0 1 0 554256407 63549440 14987 33554432000 134512640 135048876 4288395440 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/20118/statm: 15515 14987 67 131 0 15382 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 62060

[startup+462.3 s]
/proc/loadavg: 2.02 2.00 1.93 3/178 20132
/proc/meminfo: memFree=13598676/32951124 swapFree=67102140/67111528
[pid=20118] ppid=20116 vsize=62788 CPUtime=462.3 cores=1,3,5,7
/proc/20118/stat : 20118 (minisat_noasser) R 20116 20118 19870 0 -1 4202496 15256 0 0 0 46228 2 0 0 25 0 1 0 554256407 64294912 15111 33554432000 134512640 135048876 4288395440 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/20118/statm: 15697 15111 67 131 0 15564 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 62788

[startup+522.301 s]
/proc/loadavg: 2.01 2.00 1.93 3/178 20133
/proc/meminfo: memFree=13590224/32951124 swapFree=67102140/67111528
[pid=20118] ppid=20116 vsize=67816 CPUtime=522.3 cores=1,3,5,7
/proc/20118/stat : 20118 (minisat_noasser) R 20116 20118 19870 0 -1 4202496 16497 0 0 0 52228 2 0 0 25 0 1 0 554256407 69443584 16352 33554432000 134512640 135048876 4288395440 18446744073709551615 134546839 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/20118/statm: 16954 16352 67 131 0 16821 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 67816

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 20135
/proc/meminfo: memFree=13584504/32951124 swapFree=67102140/67111528
[pid=20118] ppid=20116 vsize=68172 CPUtime=582.3 cores=1,3,5,7
/proc/20118/stat : 20118 (minisat_noasser) R 20116 20118 19870 0 -1 4202496 16585 0 0 0 58228 2 0 0 25 0 1 0 554256407 69808128 16440 33554432000 134512640 135048876 4288395440 18446744073709551615 134547176 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/20118/statm: 17043 16440 67 131 0 16910 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 68172


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

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 20240
/proc/meminfo: memFree=13480812/32951124 swapFree=67102140/67111528
[pid=20118] ppid=20116 vsize=122112 CPUtime=4062.39 cores=1,3,5,7
/proc/20118/stat : 20118 (minisat_noasser) R 20116 20118 19870 0 -1 4202496 29820 0 0 0 406232 7 0 0 25 0 1 0 554256407 125042688 29673 33554432000 134512640 135048876 4288395440 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/20118/statm: 30528 29673 67 131 0 30395 0
Current children cumulated CPU time (s) 4062.39
Current children cumulated vsize (KiB) 122112

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 20241
/proc/meminfo: memFree=13480796/32951124 swapFree=67102140/67111528
[pid=20118] ppid=20116 vsize=122176 CPUtime=4122.39 cores=1,3,5,7
/proc/20118/stat : 20118 (minisat_noasser) R 20116 20118 19870 0 -1 4202496 29833 0 0 0 412232 7 0 0 25 0 1 0 554256407 125108224 29682 33554432000 134512640 135048876 4288395440 18446744073709551615 134547020 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/20118/statm: 30544 29682 67 131 0 30411 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 122176

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 20243
/proc/meminfo: memFree=13480280/32951124 swapFree=67102140/67111528
[pid=20118] ppid=20116 vsize=122828 CPUtime=4182.39 cores=1,3,5,7
/proc/20118/stat : 20118 (minisat_noasser) R 20116 20118 19870 0 -1 4202496 29966 0 0 0 418232 7 0 0 25 0 1 0 554256407 125775872 29815 33554432000 134512640 135048876 4288395440 18446744073709551615 134548022 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/20118/statm: 30707 29815 67 131 0 30574 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 122828

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 20244
/proc/meminfo: memFree=13478528/32951124 swapFree=67102140/67111528
[pid=20118] ppid=20116 vsize=125236 CPUtime=4242.39 cores=1,3,5,7
/proc/20118/stat : 20118 (minisat_noasser) R 20116 20118 19870 0 -1 4202496 30551 0 0 0 424232 7 0 0 25 0 1 0 554256407 128241664 30400 33554432000 134512640 135048876 4288395440 18446744073709551615 134547023 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/20118/statm: 31309 30400 67 131 0 31176 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 125236

[startup+4302.3 s]
/proc/loadavg: 2.04 2.01 1.96 3/178 20246
/proc/meminfo: memFree=13468956/32951124 swapFree=67102140/67111528
[pid=20118] ppid=20116 vsize=134320 CPUtime=4302.39 cores=1,3,5,7
/proc/20118/stat : 20118 (minisat_noasser) R 20116 20118 19870 0 -1 4202496 32807 0 0 0 430231 8 0 0 25 0 1 0 554256407 137543680 32656 33554432000 134512640 135048876 4288395440 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/20118/statm: 33580 32656 67 131 0 33447 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 134320

[startup+4362.3 s]
/proc/loadavg: 2.01 2.01 1.96 3/178 20248
/proc/meminfo: memFree=13464840/32951124 swapFree=67102140/67111528
[pid=20118] ppid=20116 vsize=138572 CPUtime=4362.39 cores=1,3,5,7
/proc/20118/stat : 20118 (minisat_noasser) R 20116 20118 19870 0 -1 4202496 33851 0 0 0 436231 8 0 0 25 0 1 0 554256407 141897728 33700 33554432000 134512640 135048876 4288395440 18446744073709551615 134552786 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/20118/statm: 34643 33700 67 131 0 34510 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 138572

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 20249
/proc/meminfo: memFree=13464448/32951124 swapFree=67102140/67111528
[pid=20118] ppid=20116 vsize=138900 CPUtime=4422.39 cores=1,3,5,7
/proc/20118/stat : 20118 (minisat_noasser) R 20116 20118 19870 0 -1 4202496 33941 0 0 0 442231 8 0 0 25 0 1 0 554256407 142233600 33790 33554432000 134512640 135048876 4288395440 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/20118/statm: 34725 33790 67 131 0 34592 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 138900

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 20251
/proc/meminfo: memFree=13464548/32951124 swapFree=67102140/67111528
[pid=20118] ppid=20116 vsize=138900 CPUtime=4482.39 cores=1,3,5,7
/proc/20118/stat : 20118 (minisat_noasser) R 20116 20118 19870 0 -1 4202496 33941 0 0 0 448231 8 0 0 25 0 1 0 554256407 142233600 33790 33554432000 134512640 135048876 4288395440 18446744073709551615 134547270 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/20118/statm: 34725 33790 67 131 0 34592 0
Current children cumulated CPU time (s) 4482.39
Current children cumulated vsize (KiB) 138900

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 20252
/proc/meminfo: memFree=13464656/32951124 swapFree=67102140/67111528
[pid=20118] ppid=20116 vsize=138900 CPUtime=4542.39 cores=1,3,5,7
/proc/20118/stat : 20118 (minisat_noasser) R 20116 20118 19870 0 -1 4202496 33941 0 0 0 454231 8 0 0 25 0 1 0 554256407 142233600 33790 33554432000 134512640 135048876 4288395440 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/20118/statm: 34725 33790 67 131 0 34592 0
Current children cumulated CPU time (s) 4542.39
Current children cumulated vsize (KiB) 138900

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 20254
/proc/meminfo: memFree=13464024/32951124 swapFree=67102140/67111528
[pid=20118] ppid=20116 vsize=139064 CPUtime=4602.4 cores=1,3,5,7
/proc/20118/stat : 20118 (minisat_noasser) R 20116 20118 19870 0 -1 4202496 33968 0 0 0 460232 8 0 0 25 0 1 0 554256407 142401536 33817 33554432000 134512640 135048876 4288395440 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/20118/statm: 34766 33817 67 131 0 34633 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 139064

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 20256
/proc/meminfo: memFree=13463880/32951124 swapFree=67102140/67111528
[pid=20118] ppid=20116 vsize=139064 CPUtime=4662.39 cores=1,3,5,7
/proc/20118/stat : 20118 (minisat_noasser) R 20116 20118 19870 0 -1 4202496 33968 0 0 0 466231 8 0 0 25 0 1 0 554256407 142401536 33817 33554432000 134512640 135048876 4288395440 18446744073709551615 134546980 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/20118/statm: 34766 33817 67 131 0 34633 0
Current children cumulated CPU time (s) 4662.39
Current children cumulated vsize (KiB) 139064

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 20257
/proc/meminfo: memFree=13463988/32951124 swapFree=67102140/67111528
[pid=20118] ppid=20116 vsize=139064 CPUtime=4722.4 cores=1,3,5,7
/proc/20118/stat : 20118 (minisat_noasser) R 20116 20118 19870 0 -1 4202496 33968 0 0 0 472232 8 0 0 25 0 1 0 554256407 142401536 33817 33554432000 134512640 135048876 4288395440 18446744073709551615 134546990 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/20118/statm: 34766 33817 67 131 0 34633 0
Current children cumulated CPU time (s) 4722.4
Current children cumulated vsize (KiB) 139064

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 20259
/proc/meminfo: memFree=13464096/32951124 swapFree=67102140/67111528
[pid=20118] ppid=20116 vsize=139064 CPUtime=4782.4 cores=1,3,5,7
/proc/20118/stat : 20118 (minisat_noasser) R 20116 20118 19870 0 -1 4202496 33969 0 0 0 478232 8 0 0 25 0 1 0 554256407 142401536 33818 33554432000 134512640 135048876 4288395440 18446744073709551615 134546867 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/20118/statm: 34766 33818 67 131 0 34633 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 139064

[startup+4842.3 s]
/proc/loadavg: 2.06 2.02 1.97 3/178 20260
/proc/meminfo: memFree=13463712/32951124 swapFree=67102140/67111528
[pid=20118] ppid=20116 vsize=139064 CPUtime=4842.4 cores=1,3,5,7
/proc/20118/stat : 20118 (minisat_noasser) R 20116 20118 19870 0 -1 4202496 33970 0 0 0 484232 8 0 0 25 0 1 0 554256407 142401536 33819 33554432000 134512640 135048876 4288395440 18446744073709551615 134546980 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/20118/statm: 34766 33819 67 131 0 34633 0
Current children cumulated CPU time (s) 4842.4
Current children cumulated vsize (KiB) 139064

[startup+4902.3 s]
/proc/loadavg: 2.02 2.01 1.97 3/178 20265
/proc/meminfo: memFree=13463032/32951124 swapFree=67102140/67111528
[pid=20118] ppid=20116 vsize=139308 CPUtime=4902.4 cores=1,3,5,7
/proc/20118/stat : 20118 (minisat_noasser) R 20116 20118 19870 0 -1 4202496 34028 0 0 0 490232 8 0 0 25 0 1 0 554256407 142651392 33877 33554432000 134512640 135048876 4288395440 18446744073709551615 134546931 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/20118/statm: 34827 33877 67 131 0 34694 0
Current children cumulated CPU time (s) 4902.4
Current children cumulated vsize (KiB) 139308

[startup+4962.3 s]
/proc/loadavg: 2.01 2.00 1.97 3/178 20267
/proc/meminfo: memFree=13463072/32951124 swapFree=67102140/67111528
[pid=20118] ppid=20116 vsize=139472 CPUtime=4962.41 cores=1,3,5,7
/proc/20118/stat : 20118 (minisat_noasser) R 20116 20118 19870 0 -1 4202496 34059 0 0 0 496232 9 0 0 25 0 1 0 554256407 142819328 33908 33554432000 134512640 135048876 4288395440 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/20118/statm: 34868 33908 67 131 0 34735 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 139472



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.92 1.98 1.96 3/178 20296
/proc/meminfo: memFree=13583180/32951124 swapFree=67102140/67111528
[pid=20118] ppid=20116 vsize=139472 CPUtime=5000.01 cores=1,3,5,7
/proc/20118/stat : 20118 (minisat_noasser) R 20116 20118 19870 0 -1 4202496 34059 0 0 0 499992 9 0 0 25 0 1 0 554256407 142819328 33908 33554432000 134512640 135048876 4288395440 18446744073709551615 134547023 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/20118/statm: 34868 33908 67 131 0 34735 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 139472

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: 1.92 1.98 1.96 3/178 20296
/proc/meminfo: memFree=13583180/32951124 swapFree=67102140/67111528
[pid=20118] ppid=20116 vsize=139472 CPUtime=5000.01 cores=1,3,5,7
/proc/20118/stat : 20118 (minisat_noasser) R 20116 20118 19870 0 -1 4202496 34059 0 0 0 499992 9 0 0 25 0 1 0 554256407 142819328 33908 33554432000 134512640 135048876 4288395440 18446744073709551615 134547023 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/20118/statm: 34868 33908 67 131 0 34735 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 139472

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.91
CPU time (s): 5000.03
CPU user time (s): 4999.93
CPU system time (s): 0.096985
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 139472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.93
system time used= 0.096985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34059
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= 3
involuntary context switches= 6902

runsolver used 7.8748 second user time and 18.1592 second system time

The end

Launcher Data

Begin job on node119 at 2011-04-24 12:17:38
IDJOB=3275179
IDBENCH=71576
IDSOLVER=1678
FILE ID=node119/3275179-1303640257
RUNJOBID= node119-1303635250-19889
PBS_JOBID= 13150729
Free space on /tmp= 71940 MiB

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

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

MD5SUM BENCH= dc046d6f885b64777ffc1cfc8367a176
RANDOM SEED=331345730

node119.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.815
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.63
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.815
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.815
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.815
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.83
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.815
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.67
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.815
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.83
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.815
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.74
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.815
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:     32951124 kB
MemFree:      13707256 kB
Buffers:       2214756 kB
Cached:       16375092 kB
SwapCached:       5504 kB
Active:        7482188 kB
Inactive:     11182900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13707256 kB
SwapTotal:    67111528 kB
SwapFree:     67102140 kB
Dirty:            4040 kB
Writeback:          24 kB
AnonPages:       72628 kB
Mapped:          15216 kB
Slab:           516252 kB
PageTables:       4716 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   221616 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= 71940 MiB
End job on node119 at 2011-04-24 13:40:59