Trace number 3274999

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

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v945c61409g7.cnf
MD5SUMcffaf116c6c0eb21439a109753d19c34
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.01139
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.50/0.54	c ============================[ Search Statistics ]==============================
0.50/0.54	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.50/0.54	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.50/0.54	c ===============================================================================
0.50/0.54	c |         0 |     900    57963   168289 |    19321        0    nan |  0.000 % |
0.50/0.54	c |       103 |     900    57963   168289 |    21253      103    148 |  0.000 % |
0.50/0.55	c |       253 |     900    57963   168289 |    23378      253    157 |  0.000 % |
0.50/0.57	c |       479 |     900    57963   168289 |    25716      479    133 |  0.000 % |
0.50/0.59	c |       817 |     900    57963   168289 |    28287      817    118 |  0.000 % |
0.60/0.63	c |      1323 |     900    57963   168289 |    31116     1323    113 |  0.000 % |
0.70/0.70	c |      2082 |     900    57963   168289 |    34228     2082    117 |  0.000 % |
0.79/0.81	c |      3223 |     900    57963   168289 |    37651     3223    116 |  0.000 % |
1.00/1.00	c |      4933 |     900    57963   168289 |    41416     4933    116 |  0.000 % |
1.29/1.31	c |      7496 |     900    57963   168289 |    45557     7496    117 |  0.000 % |
1.79/1.89	c |     11340 |     900    57963   168289 |    50113    11340    122 |  0.000 % |
3.09/3.12	c |     17108 |     900    57963   168289 |    55125    17108    121 |  0.000 % |
5.19/5.26	c |     25757 |     900    57963   168289 |    60637    25757    118 |  0.000 % |
9.99/10.07	c |     38736 |     900    57963   168289 |    66701    38736    117 |  0.000 % |
19.59/19.61	c |     58198 |     900    57963   168289 |    73371    58198    114 |  0.000 % |
32.09/32.12	c |     87390 |     900    57963   168289 |    80708    31105     96 |  0.000 % |
47.89/47.92	c |    131179 |     900    57963   168289 |    88779    74894    101 |  0.000 % |
76.70/76.74	c |    196863 |     900    57963   168289 |    97657    67011    114 |  0.000 % |
128.20/128.28	c |    295392 |     900    57963   168289 |   107423    87362    111 |  0.000 % |
201.40/201.47	c |    443181 |     900    57963   168289 |   118165    58596    102 |  0.000 % |
290.60/290.66	c |    664865 |     900    57963   168289 |   129982    86215     94 |  0.000 % |
418.30/418.30	c |    997390 |     900    57963   168289 |   142980    88196     87 |  0.000 % |
634.71/634.71	c |   1496181 |     900    57963   168289 |   157278    98700     90 |  0.000 % |
969.32/969.37	c |   2244364 |     900    57963   168289 |   173006    26939     76 |  0.000 % |
1487.73/1487.70	c |   3366638 |     900    57963   168289 |   190306    97741     94 |  0.000 % |
2322.37/2322.35	c |   5050049 |     900    57963   168289 |   209337   100534     72 |  0.000 % |
3680.50/3680.47	c |   7575167 |     900    57963   168289 |   230271    27337     74 |  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: 977)

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-3274999-1307644617/watcher-3274999-1307644617 -o /tmp/evaluation-result-3274999-1307644617/solver-3274999-1307644617 -C 5000 -W 5000 -M 15500 --output-limit 1,15 HOME/minisat_noassertions HOME/instance-3274999-1307644617.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.76 2.94 2.98 4/176 5794
/proc/meminfo: memFree=32291984/32951124 swapFree=67053960/67111528
[pid=5794] ppid=5790 vsize=2588 CPUtime=0 cores=1,3,5,7
/proc/5794/stat : 5794 (minisat_noasser) R 5790 5794 5749 0 -1 4202496 520 0 0 0 0 0 0 0 20 0 1 0 856877183 2650112 476 33554432000 134512640 135048876 4287194432 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/5794/statm: 647 477 50 131 0 514 0

[startup+0.0679989 s]
/proc/loadavg: 2.76 2.94 2.98 4/176 5794
/proc/meminfo: memFree=32291984/32951124 swapFree=67053960/67111528
[pid=5794] ppid=5790 vsize=4992 CPUtime=0.06 cores=1,3,5,7
/proc/5794/stat : 5794 (minisat_noasser) R 5790 5794 5749 0 -1 4202496 1110 0 0 0 6 0 0 0 20 0 1 0 856877183 5111808 1066 33554432000 134512640 135048876 4287194432 18446744073709551615 134529400 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/5794/statm: 1248 1066 62 131 0 1115 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 4992

[startup+0.100991 s]
/proc/loadavg: 2.76 2.94 2.98 4/176 5794
/proc/meminfo: memFree=32291984/32951124 swapFree=67053960/67111528
[pid=5794] ppid=5790 vsize=5364 CPUtime=0.1 cores=1,3,5,7
/proc/5794/stat : 5794 (minisat_noasser) R 5790 5794 5749 0 -1 4202496 1174 0 0 0 10 0 0 0 20 0 1 0 856877183 5492736 1130 33554432000 134512640 135048876 4287194432 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/5794/statm: 1341 1130 62 131 0 1208 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 5364

[startup+0.300953 s]
/proc/loadavg: 2.76 2.94 2.98 4/176 5794
/proc/meminfo: memFree=32291984/32951124 swapFree=67053960/67111528
[pid=5794] ppid=5790 vsize=6336 CPUtime=0.3 cores=1,3,5,7
/proc/5794/stat : 5794 (minisat_noasser) R 5790 5794 5749 0 -1 4202496 1419 0 0 0 30 0 0 0 21 0 1 0 856877183 6488064 1375 33554432000 134512640 135048876 4287194432 18446744073709551615 134529640 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/5794/statm: 1584 1375 62 131 0 1451 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 6336

[startup+0.700879 s]
/proc/loadavg: 2.76 2.94 2.98 4/176 5794
/proc/meminfo: memFree=32291984/32951124 swapFree=67053960/67111528
[pid=5794] ppid=5790 vsize=5924 CPUtime=0.7 cores=1,3,5,7
/proc/5794/stat : 5794 (minisat_noasser) R 5790 5794 5749 0 -1 4202496 1475 0 0 0 70 0 0 0 22 0 1 0 856877183 6066176 1287 33554432000 134512640 135048876 4287194432 18446744073709551615 134547313 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/5794/statm: 1481 1287 67 131 0 1348 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 5924

[startup+1.50073 s]
/proc/loadavg: 2.76 2.94 2.98 3/178 5796
/proc/meminfo: memFree=32279120/32951124 swapFree=67053960/67111528
[pid=5794] ppid=5790 vsize=9488 CPUtime=1.49 cores=1,3,5,7
/proc/5794/stat : 5794 (minisat_noasser) R 5790 5794 5749 0 -1 4202496 2369 0 0 0 149 0 0 0 25 0 1 0 856877183 9715712 2181 33554432000 134512640 135048876 4287194432 18446744073709551615 134552698 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/5794/statm: 2372 2181 67 131 0 2239 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9488

[startup+3.10044 s]
/proc/loadavg: 2.76 2.94 2.98 4/178 5796
/proc/meminfo: memFree=32271948/32951124 swapFree=67053960/67111528
[pid=5794] ppid=5790 vsize=13980 CPUtime=3.09 cores=1,3,5,7
/proc/5794/stat : 5794 (minisat_noasser) R 5790 5794 5749 0 -1 4202496 3487 0 0 0 309 0 0 0 25 0 1 0 856877183 14315520 3299 33554432000 134512640 135048876 4287194432 18446744073709551615 134547023 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/5794/statm: 3495 3299 67 131 0 3362 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 13980

[startup+6.30085 s]
/proc/loadavg: 2.70 2.92 2.98 4/178 5796
/proc/meminfo: memFree=32257936/32951124 swapFree=67053960/67111528
[pid=5794] ppid=5790 vsize=19928 CPUtime=6.29 cores=1,3,5,7
/proc/5794/stat : 5794 (minisat_noasser) R 5790 5794 5749 0 -1 4202496 4960 0 0 0 629 0 0 0 25 0 1 0 856877183 20406272 4772 33554432000 134512640 135048876 4287194432 18446744073709551615 134546997 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/5794/statm: 4982 4772 67 131 0 4849 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 19928

[startup+12.7007 s]
/proc/loadavg: 2.64 2.91 2.97 3/178 5796
/proc/meminfo: memFree=32238772/32951124 swapFree=67053960/67111528
[pid=5794] ppid=5790 vsize=27780 CPUtime=12.7 cores=1,3,5,7
/proc/5794/stat : 5794 (minisat_noasser) R 5790 5794 5749 0 -1 4202496 6913 0 0 0 1269 1 0 0 25 0 1 0 856877183 28446720 6725 33554432000 134512640 135048876 4287194432 18446744073709551615 134546553 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/5794/statm: 6945 6725 67 131 0 6812 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 27780

[startup+25.5003 s]
/proc/loadavg: 2.50 2.86 2.96 3/178 5796
/proc/meminfo: memFree=32211168/32951124 swapFree=67053960/67111528
[pid=5794] ppid=5790 vsize=39800 CPUtime=25.49 cores=1,3,5,7
/proc/5794/stat : 5794 (minisat_noasser) R 5790 5794 5749 0 -1 4202496 9886 0 0 0 2548 1 0 0 25 0 1 0 856877183 40755200 9698 33554432000 134512640 135048876 4287194432 18446744073709551615 134546873 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/5794/statm: 9950 9698 67 131 0 9817 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 39800

[startup+51.1006 s]
/proc/loadavg: 2.49 2.82 2.94 3/178 5797
/proc/meminfo: memFree=32188992/32951124 swapFree=67053960/67111528
[pid=5794] ppid=5790 vsize=44212 CPUtime=51.1 cores=1,3,5,7
/proc/5794/stat : 5794 (minisat_noasser) R 5790 5794 5749 0 -1 4202496 10958 0 0 0 5108 2 0 0 25 0 1 0 856877183 45273088 10770 33554432000 134512640 135048876 4287194432 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/5794/statm: 11053 10770 67 131 0 10920 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 44212

[startup+102.306 s]
/proc/loadavg: 2.21 2.69 2.89 4/178 5798
/proc/meminfo: memFree=32167116/32951124 swapFree=67053960/67111528
[pid=5794] ppid=5790 vsize=60628 CPUtime=102.3 cores=1,3,5,7
/proc/5794/stat : 5794 (minisat_noasser) R 5790 5794 5749 0 -1 4202496 14951 0 0 0 10227 3 0 0 25 0 1 0 856877183 62083072 14763 33554432000 134512640 135048876 4287194432 18446744073709551615 134547023 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/5794/statm: 15157 14763 67 131 0 15024 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 60628

[startup+162.301 s]
/proc/loadavg: 2.08 2.57 2.83 3/178 5800
/proc/meminfo: memFree=32150340/32951124 swapFree=67053960/67111528
[pid=5794] ppid=5790 vsize=67400 CPUtime=162.3 cores=1,3,5,7
/proc/5794/stat : 5794 (minisat_noasser) R 5790 5794 5749 0 -1 4202496 16608 0 0 0 16226 4 0 0 25 0 1 0 856877183 69017600 16420 33554432000 134512640 135048876 4287194432 18446744073709551615 134546997 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/5794/statm: 16850 16420 67 131 0 16717 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 67400

[startup+222.301 s]
/proc/loadavg: 2.03 2.46 2.78 4/178 5802
/proc/meminfo: memFree=32141116/32951124 swapFree=67053960/67111528
[pid=5794] ppid=5790 vsize=70524 CPUtime=222.3 cores=1,3,5,7
/proc/5794/stat : 5794 (minisat_noasser) R 5790 5794 5749 0 -1 4202496 17356 0 0 0 22226 4 0 0 25 0 1 0 856877183 72216576 17168 33554432000 134512640 135048876 4287194432 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/5794/statm: 17631 17168 67 131 0 17498 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 70524

[startup+282.301 s]
/proc/loadavg: 2.01 2.37 2.72 3/178 5803
/proc/meminfo: memFree=32135876/32951124 swapFree=67053960/67111528
[pid=5794] ppid=5790 vsize=74748 CPUtime=282.3 cores=1,3,5,7
/proc/5794/stat : 5794 (minisat_noasser) R 5790 5794 5749 0 -1 4202496 18343 0 0 0 28226 4 0 0 25 0 1 0 856877183 76541952 18155 33554432000 134512640 135048876 4287194432 18446744073709551615 134547020 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/5794/statm: 18687 18155 67 131 0 18554 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 74748

[startup+342.301 s]
/proc/loadavg: 2.00 2.30 2.68 4/178 5805
/proc/meminfo: memFree=32130624/32951124 swapFree=67053960/67111528
[pid=5794] ppid=5790 vsize=74912 CPUtime=342.3 cores=1,3,5,7
/proc/5794/stat : 5794 (minisat_noasser) R 5790 5794 5749 0 -1 4202496 18391 0 0 0 34226 4 0 0 25 0 1 0 856877183 76709888 18203 33554432000 134512640 135048876 4287194432 18446744073709551615 134547270 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/5794/statm: 18728 18203 67 131 0 18595 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 74912

[startup+402.301 s]
/proc/loadavg: 2.00 2.25 2.63 4/178 5806
/proc/meminfo: memFree=32128856/32951124 swapFree=67053960/67111528
[pid=5794] ppid=5790 vsize=75972 CPUtime=402.3 cores=1,3,5,7
/proc/5794/stat : 5794 (minisat_noasser) R 5790 5794 5749 0 -1 4202496 18667 0 0 0 40226 4 0 0 25 0 1 0 856877183 77795328 18479 33554432000 134512640 135048876 4287194432 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/5794/statm: 18993 18479 67 131 0 18860 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 75972

[startup+462.301 s]
/proc/loadavg: 2.00 2.20 2.59 3/178 5808
/proc/meminfo: memFree=32122740/32951124 swapFree=67053960/67111528
[pid=5794] ppid=5790 vsize=82020 CPUtime=462.31 cores=1,3,5,7
/proc/5794/stat : 5794 (minisat_noasser) R 5790 5794 5749 0 -1 4202496 20066 0 0 0 46226 5 0 0 25 0 1 0 856877183 83988480 19878 33554432000 134512640 135048876 4287194432 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/5794/statm: 20505 19878 67 131 0 20372 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 82020

[startup+522.301 s]
/proc/loadavg: 2.00 2.16 2.55 4/178 5810
/proc/meminfo: memFree=32117488/32951124 swapFree=67053960/67111528
[pid=5794] ppid=5790 vsize=85988 CPUtime=522.3 cores=1,3,5,7
/proc/5794/stat : 5794 (minisat_noasser) R 5790 5794 5749 0 -1 4202496 21011 0 0 0 52225 5 0 0 25 0 1 0 856877183 88051712 20823 33554432000 134512640 135048876 4287194432 18446744073709551615 134546980 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/5794/statm: 21497 20823 67 131 0 21364 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 85988

[startup+582.301 s]
/proc/loadavg: 2.00 2.13 2.51 4/178 5811
/proc/meminfo: memFree=32115592/32951124 swapFree=67053960/67111528
[pid=5794] ppid=5790 vsize=87000 CPUtime=582.31 cores=1,3,5,7
/proc/5794/stat : 5794 (minisat_noasser) R 5790 5794 5749 0 -1 4202496 21250 0 0 0 58226 5 0 0 25 0 1 0 856877183 89088000 21062 33554432000 134512640 135048876 4287194432 18446744073709551615 134546949 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/5794/statm: 21750 21062 67 131 0 21617 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 87000


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

[startup+4062.31 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 5954
/proc/meminfo: memFree=31420536/32951124 swapFree=67053960/67111528
[pid=5794] ppid=5790 vsize=160232 CPUtime=4062.43 cores=1,3,5,7
/proc/5794/stat : 5794 (minisat_noasser) R 5790 5794 5749 0 -1 4202496 38901 0 0 0 406230 13 0 0 25 0 1 0 856877183 164077568 38696 33554432000 134512640 135048876 4287194432 18446744073709551615 134546867 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/5794/statm: 40058 38696 67 131 0 39925 0
Current children cumulated CPU time (s) 4062.43
Current children cumulated vsize (KiB) 160232

[startup+4122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 5956
/proc/meminfo: memFree=31405860/32951124 swapFree=67053960/67111528
[pid=5794] ppid=5790 vsize=162020 CPUtime=4122.42 cores=1,3,5,7
/proc/5794/stat : 5794 (minisat_noasser) R 5790 5794 5749 0 -1 4202496 39325 0 0 0 412229 13 0 0 25 0 1 0 856877183 165908480 39120 33554432000 134512640 135048876 4287194432 18446744073709551615 134545993 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/5794/statm: 40505 39120 67 131 0 40372 0
Current children cumulated CPU time (s) 4122.42
Current children cumulated vsize (KiB) 162020

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5957
/proc/meminfo: memFree=31400244/32951124 swapFree=67053960/67111528
[pid=5794] ppid=5790 vsize=162224 CPUtime=4182.43 cores=1,3,5,7
/proc/5794/stat : 5794 (minisat_noasser) R 5790 5794 5749 0 -1 4202496 39366 0 0 0 418230 13 0 0 25 0 1 0 856877183 166117376 39161 33554432000 134512640 135048876 4287194432 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/5794/statm: 40556 39161 67 131 0 40423 0
Current children cumulated CPU time (s) 4182.43
Current children cumulated vsize (KiB) 162224

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5959
/proc/meminfo: memFree=31399960/32951124 swapFree=67053960/67111528
[pid=5794] ppid=5790 vsize=162436 CPUtime=4242.43 cores=1,3,5,7
/proc/5794/stat : 5794 (minisat_noasser) R 5790 5794 5749 0 -1 4202496 39418 0 0 0 424230 13 0 0 25 0 1 0 856877183 166334464 39213 33554432000 134512640 135048876 4287194432 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/5794/statm: 40609 39213 67 131 0 40476 0
Current children cumulated CPU time (s) 4242.43
Current children cumulated vsize (KiB) 162436

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5960
/proc/meminfo: memFree=31399932/32951124 swapFree=67053960/67111528
[pid=5794] ppid=5790 vsize=162436 CPUtime=4302.43 cores=1,3,5,7
/proc/5794/stat : 5794 (minisat_noasser) R 5790 5794 5749 0 -1 4202496 39418 0 0 0 430230 13 0 0 25 0 1 0 856877183 166334464 39213 33554432000 134512640 135048876 4287194432 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/5794/statm: 40609 39213 67 131 0 40476 0
Current children cumulated CPU time (s) 4302.43
Current children cumulated vsize (KiB) 162436

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5962
/proc/meminfo: memFree=31399524/32951124 swapFree=67053960/67111528
[pid=5794] ppid=5790 vsize=162600 CPUtime=4362.43 cores=1,3,5,7
/proc/5794/stat : 5794 (minisat_noasser) R 5790 5794 5749 0 -1 4202496 39457 0 0 0 436230 13 0 0 25 0 1 0 856877183 166502400 39252 33554432000 134512640 135048876 4287194432 18446744073709551615 134547326 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/5794/statm: 40650 39252 67 131 0 40517 0
Current children cumulated CPU time (s) 4362.43
Current children cumulated vsize (KiB) 162600

[startup+4422.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/178 5964
/proc/meminfo: memFree=31399368/32951124 swapFree=67053960/67111528
[pid=5794] ppid=5790 vsize=162600 CPUtime=4422.43 cores=1,3,5,7
/proc/5794/stat : 5794 (minisat_noasser) R 5790 5794 5749 0 -1 4202496 39457 0 0 0 442230 13 0 0 25 0 1 0 856877183 166502400 39252 33554432000 134512640 135048876 4287194432 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/5794/statm: 40650 39252 67 131 0 40517 0
Current children cumulated CPU time (s) 4422.43
Current children cumulated vsize (KiB) 162600

[startup+4482.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 5965
/proc/meminfo: memFree=31399088/32951124 swapFree=67053960/67111528
[pid=5794] ppid=5790 vsize=163092 CPUtime=4482.43 cores=1,3,5,7
/proc/5794/stat : 5794 (minisat_noasser) R 5790 5794 5749 0 -1 4202496 39552 0 0 0 448230 13 0 0 25 0 1 0 856877183 167006208 39347 33554432000 134512640 135048876 4287194432 18446744073709551615 134547273 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/5794/statm: 40773 39347 67 131 0 40640 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 163092

[startup+4542.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 5967
/proc/meminfo: memFree=31398936/32951124 swapFree=67053960/67111528
[pid=5794] ppid=5790 vsize=163092 CPUtime=4542.44 cores=1,3,5,7
/proc/5794/stat : 5794 (minisat_noasser) R 5790 5794 5749 0 -1 4202496 39561 0 0 0 454231 13 0 0 25 0 1 0 856877183 167006208 39356 33554432000 134512640 135048876 4287194432 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/5794/statm: 40773 39356 67 131 0 40640 0
Current children cumulated CPU time (s) 4542.44
Current children cumulated vsize (KiB) 163092

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5968
/proc/meminfo: memFree=31397288/32951124 swapFree=67053960/67111528
[pid=5794] ppid=5790 vsize=164316 CPUtime=4602.44 cores=1,3,5,7
/proc/5794/stat : 5794 (minisat_noasser) R 5790 5794 5749 0 -1 4202496 39809 0 0 0 460231 13 0 0 25 0 1 0 856877183 168259584 39604 33554432000 134512640 135048876 4287194432 18446744073709551615 134546988 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/5794/statm: 41079 39604 67 131 0 40946 0
Current children cumulated CPU time (s) 4602.44
Current children cumulated vsize (KiB) 164316

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5970
/proc/meminfo: memFree=31397116/32951124 swapFree=67053960/67111528
[pid=5794] ppid=5790 vsize=164316 CPUtime=4662.44 cores=1,3,5,7
/proc/5794/stat : 5794 (minisat_noasser) R 5790 5794 5749 0 -1 4202496 39812 0 0 0 466231 13 0 0 25 0 1 0 856877183 168259584 39607 33554432000 134512640 135048876 4287194432 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/5794/statm: 41079 39607 67 131 0 40946 0
Current children cumulated CPU time (s) 4662.44
Current children cumulated vsize (KiB) 164316

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5972
/proc/meminfo: memFree=31396824/32951124 swapFree=67053960/67111528
[pid=5794] ppid=5790 vsize=164760 CPUtime=4722.44 cores=1,3,5,7
/proc/5794/stat : 5794 (minisat_noasser) R 5790 5794 5749 0 -1 4202496 39882 0 0 0 472231 13 0 0 25 0 1 0 856877183 168714240 39677 33554432000 134512640 135048876 4287194432 18446744073709551615 134546839 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/5794/statm: 41190 39677 67 131 0 41057 0
Current children cumulated CPU time (s) 4722.44
Current children cumulated vsize (KiB) 164760

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5973
/proc/meminfo: memFree=31396912/32951124 swapFree=67053960/67111528
[pid=5794] ppid=5790 vsize=164760 CPUtime=4782.44 cores=1,3,5,7
/proc/5794/stat : 5794 (minisat_noasser) R 5790 5794 5749 0 -1 4202496 39882 0 0 0 478231 13 0 0 25 0 1 0 856877183 168714240 39677 33554432000 134512640 135048876 4287194432 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/5794/statm: 41190 39677 67 131 0 41057 0
Current children cumulated CPU time (s) 4782.44
Current children cumulated vsize (KiB) 164760

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5975
/proc/meminfo: memFree=31396504/32951124 swapFree=67053960/67111528
[pid=5794] ppid=5790 vsize=165248 CPUtime=4842.44 cores=1,3,5,7
/proc/5794/stat : 5794 (minisat_noasser) R 5790 5794 5749 0 -1 4202496 39993 0 0 0 484231 13 0 0 25 0 1 0 856877183 169213952 39788 33554432000 134512640 135048876 4287194432 18446744073709551615 134547017 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/5794/statm: 41312 39788 67 131 0 41179 0
Current children cumulated CPU time (s) 4842.44
Current children cumulated vsize (KiB) 165248

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5976
/proc/meminfo: memFree=31396472/32951124 swapFree=67053960/67111528
[pid=5794] ppid=5790 vsize=165248 CPUtime=4902.44 cores=1,3,5,7
/proc/5794/stat : 5794 (minisat_noasser) R 5790 5794 5749 0 -1 4202496 39994 0 0 0 490231 13 0 0 25 0 1 0 856877183 169213952 39789 33554432000 134512640 135048876 4287194432 18446744073709551615 134547326 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/5794/statm: 41312 39789 67 131 0 41179 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 165248

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5978
/proc/meminfo: memFree=31396188/32951124 swapFree=67053960/67111528
[pid=5794] ppid=5790 vsize=165492 CPUtime=4962.45 cores=1,3,5,7
/proc/5794/stat : 5794 (minisat_noasser) R 5790 5794 5749 0 -1 4202496 40037 0 0 0 496232 13 0 0 25 0 1 0 856877183 169463808 39832 33554432000 134512640 135048876 4287194432 18446744073709551615 134547008 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/5794/statm: 41373 39832 67 131 0 41240 0
Current children cumulated CPU time (s) 4962.45
Current children cumulated vsize (KiB) 165492



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 5979
/proc/meminfo: memFree=31396044/32951124 swapFree=67053960/67111528
[pid=5794] ppid=5790 vsize=165492 CPUtime=5000.05 cores=1,3,5,7
/proc/5794/stat : 5794 (minisat_noasser) R 5790 5794 5749 0 -1 4202496 40037 0 0 0 499992 13 0 0 25 0 1 0 856877183 169463808 39832 33554432000 134512640 135048876 4287194432 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/5794/statm: 41373 39832 67 131 0 41240 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 165492

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.04 2.01 2.00 3/178 5979
/proc/meminfo: memFree=31396044/32951124 swapFree=67053960/67111528
[pid=5794] ppid=5790 vsize=165492 CPUtime=5000.05 cores=1,3,5,7
/proc/5794/stat : 5794 (minisat_noasser) R 5790 5794 5749 0 -1 4202496 40037 0 0 0 499992 13 0 0 25 0 1 0 856877183 169463808 39832 33554432000 134512640 135048876 4287194432 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/5794/statm: 41373 39832 67 131 0 41240 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 165492

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.91
CPU time (s): 5000.07
CPU user time (s): 4999.93
CPU system time (s): 0.142978
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 165492

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

runsolver used 8.29574 second user time and 18.6452 second system time

The end

Launcher Data

Begin job on node142 at 2011-06-09 20:36:57
IDJOB=3274999
IDBENCH=71284
IDSOLVER=1678
FILE ID=node142/3274999-1307644617
RUNJOBID= node142-1307644617-5768
PBS_JOBID= 13549407
Free space on /tmp= 74148 MiB

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

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

MD5SUM BENCH= cffaf116c6c0eb21439a109753d19c34
RANDOM SEED=321718571

node142.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.846
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.69
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.846
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	: 5131.95
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.846
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.82
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.846
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.67
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.846
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.81
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.846
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.846
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.82
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.846
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32292824 kB
Buffers:        104652 kB
Cached:         360620 kB
SwapCached:      11412 kB
Active:         228644 kB
Inactive:       256164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32292824 kB
SwapTotal:    67111528 kB
SwapFree:     67053960 kB
Dirty:            4716 kB
Writeback:          48 kB
AnonPages:       17132 kB
Mapped:          12128 kB
Slab:           105224 kB
PageTables:       4124 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   184348 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= 74140 MiB
End job on node142 at 2011-06-09 22:00:19