Trace number 3276119

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

General information on the benchmark

NameSAT05/crafted/sabharwal05/counting/php/unsat/
harder/php-040-039.shuffled-as.sat05-1194.cnf
MD5SUM8c84d9b9f2d75de33656119bc03a9afb
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark45.1361
Satisfiable
(Un)Satisfiability was proved
Number of variables1560
Number of clauses30460
Sum of the clauses size62400
Maximum clause length39
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 230420
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:  1560                                                 |
0.00/0.00	c |  Number of clauses:    30460                                                |
0.00/0.01	c |  Parsing time:         0.01         s                                       |
0.30/0.33	c ============================[ Search Statistics ]==============================
0.30/0.33	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.30/0.33	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.30/0.33	c ===============================================================================
0.30/0.33	c |         0 |    1520    30420   118560 |    10140        0    nan |  0.000 % |
0.30/0.35	c |       102 |    1520    30420   118560 |    11154      102    236 |  0.002 % |
0.30/0.38	c |       252 |    1520    30420   118560 |    12269      252    240 |  0.002 % |
0.40/0.40	c |       477 |    1520    30420   118560 |    13496      477    277 |  0.002 % |
0.40/0.45	c |       816 |    1520    30420   118560 |    14845      816    289 |  0.002 % |
0.49/0.50	c |      1323 |    1520    30420   118560 |    16330     1323    310 |  0.000 % |
0.59/0.62	c |      2082 |    1520    30420   118560 |    17963     2082    369 |  0.002 % |
0.79/0.81	c |      3222 |    1520    30420   118560 |    19759     3222    382 |  0.000 % |
1.10/1.16	c |      4932 |    1520    30420   118560 |    21735     4932    428 |  0.000 % |
1.69/1.75	c |      7494 |    1520    30420   118560 |    23909     7494    457 |  0.000 % |
2.69/2.71	c |     11341 |    1520    30420   118560 |    26300    11341    459 |  0.002 % |
4.79/4.89	c |     17107 |    1520    30420   118560 |    28930    17107    480 |  0.000 % |
8.39/8.46	c |     25759 |    1520    30420   118560 |    31823    25759    514 |  0.000 % |
14.69/14.73	c |     38733 |    1520    30420   118560 |    35006    18336    550 |  0.002 % |
26.79/26.88	c |     58196 |    1520    30420   118560 |    38506    14991    564 |  0.002 % |
50.00/50.07	c |     87390 |    1520    30420   118560 |    42357    19337    616 |  0.000 % |
84.90/84.98	c |    131179 |    1520    30420   118560 |    46593    34903    600 |  0.002 % |
148.40/148.46	c |    196863 |    1520    30420   118560 |    51252    31981    618 |  0.002 % |
239.89/239.93	c |    295389 |    1520    30420   118560 |    56377    18208    579 |  0.002 % |
410.91/410.96	c |    443178 |    1520    30420   118560 |    62015    45188    623 |  0.002 % |
696.11/696.14	c |    664862 |    1520    30420   118560 |    68216    38146    688 |  0.002 % |
1168.42/1168.42	c |    997388 |    1520    30420   118560 |    75038    65059    682 |  0.000 % |
1884.54/1884.58	c |   1496177 |    1520    30420   118560 |    82542    43206    697 |  0.000 % |
3039.17/3039.15	c |   2244359 |    1520    30420   118560 |    90796    67089    740 |  0.000 % |
4875.62/4875.58	c |   3366634 |    1520    30420   118560 |    99876    24816    643 |  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-3276119-1303665919/watcher-3276119-1303665919 -o /tmp/evaluation-result-3276119-1303665919/solver-3276119-1303665919 -C 5000 -W 5100 -M 15500 --output-limit 1,15 HOME/minisat_noassertions HOME/instance-3276119-1303665919.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): 5100 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.02 2.01 1.99 2/177 20010
/proc/meminfo: memFree=14028776/32951124 swapFree=67111528/67111528
[pid=20010] ppid=20007 vsize=2580 CPUtime=0 cores=1,3,5,7
/proc/20010/stat : 20010 (minisat_noasser) R 20007 20010 18340 0 -1 4202496 402 0 0 0 0 0 0 0 25 0 1 0 459008158 2641920 358 33554432000 134512640 135048876 4289264208 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20010/statm: 645 358 50 131 0 512 0

[startup+0.089861 s]
/proc/loadavg: 2.02 2.01 1.99 2/177 20010
/proc/meminfo: memFree=14028776/32951124 swapFree=67111528/67111528
[pid=20010] ppid=20007 vsize=4680 CPUtime=0.08 cores=1,3,5,7
/proc/20010/stat : 20010 (minisat_noasser) R 20007 20010 18340 0 -1 4202496 918 0 0 0 8 0 0 0 25 0 1 0 459008158 4792320 874 33554432000 134512640 135048876 4289264208 18446744073709551615 134529680 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20010/statm: 1170 874 62 131 0 1037 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 4680

[startup+0.100859 s]
/proc/loadavg: 2.02 2.01 1.99 2/177 20010
/proc/meminfo: memFree=14028776/32951124 swapFree=67111528/67111528
[pid=20010] ppid=20007 vsize=4680 CPUtime=0.1 cores=1,3,5,7
/proc/20010/stat : 20010 (minisat_noasser) R 20007 20010 18340 0 -1 4202496 918 0 0 0 10 0 0 0 25 0 1 0 459008158 4792320 874 33554432000 134512640 135048876 4289264208 18446744073709551615 134529612 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20010/statm: 1170 874 62 131 0 1037 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 4680

[startup+0.300813 s]
/proc/loadavg: 2.02 2.01 1.99 2/177 20010
/proc/meminfo: memFree=14028776/32951124 swapFree=67111528/67111528
[pid=20010] ppid=20007 vsize=4680 CPUtime=0.3 cores=1,3,5,7
/proc/20010/stat : 20010 (minisat_noasser) R 20007 20010 18340 0 -1 4202496 918 0 0 0 30 0 0 0 25 0 1 0 459008158 4792320 874 33554432000 134512640 135048876 4289264208 18446744073709551615 134529422 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20010/statm: 1170 874 62 131 0 1037 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 4680

[startup+0.70074 s]
/proc/loadavg: 2.02 2.01 1.99 2/177 20010
/proc/meminfo: memFree=14028776/32951124 swapFree=67111528/67111528
[pid=20010] ppid=20007 vsize=7492 CPUtime=0.69 cores=1,3,5,7
/proc/20010/stat : 20010 (minisat_noasser) R 20007 20010 18340 0 -1 4202496 1707 0 0 0 69 0 0 0 25 0 1 0 459008158 7671808 1602 33554432000 134512640 135048876 4289264208 18446744073709551615 134547017 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20010/statm: 1873 1602 66 131 0 1740 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7492

[startup+1.5006 s]
/proc/loadavg: 2.02 2.01 1.99 3/178 20038
/proc/meminfo: memFree=14016872/32951124 swapFree=67111528/67111528
[pid=20010] ppid=20007 vsize=15280 CPUtime=1.49 cores=1,3,5,7
/proc/20010/stat : 20010 (minisat_noasser) R 20007 20010 18340 0 -1 4202496 3657 0 0 0 149 0 0 0 25 0 1 0 459008158 15646720 3552 33554432000 134512640 135048876 4289264208 18446744073709551615 134546990 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20010/statm: 3820 3552 66 131 0 3687 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15280

[startup+3.10032 s]
/proc/loadavg: 2.02 2.01 1.99 3/178 20038
/proc/meminfo: memFree=14005216/32951124 swapFree=67111528/67111528
[pid=20010] ppid=20007 vsize=27820 CPUtime=3.09 cores=1,3,5,7
/proc/20010/stat : 20010 (minisat_noasser) R 20007 20010 18340 0 -1 4202496 6798 0 0 0 308 1 0 0 25 0 1 0 459008158 28487680 6693 33554432000 134512640 135048876 4289264208 18446744073709551615 134548056 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20010/statm: 6955 6693 66 131 0 6822 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27820

[startup+6.30074 s]
/proc/loadavg: 2.02 2.01 1.99 3/178 20038
/proc/meminfo: memFree=13983380/32951124 swapFree=67111528/67111528
[pid=20010] ppid=20007 vsize=46192 CPUtime=6.3 cores=1,3,5,7
/proc/20010/stat : 20010 (minisat_noasser) R 20007 20010 18340 0 -1 4202496 11390 0 0 0 628 2 0 0 25 0 1 0 459008158 47300608 11285 33554432000 134512640 135048876 4289264208 18446744073709551615 134547023 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20010/statm: 11548 11285 66 131 0 11415 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 46192

[startup+12.7006 s]
/proc/loadavg: 2.02 2.01 1.99 3/178 20039
/proc/meminfo: memFree=13949544/32951124 swapFree=67111528/67111528
[pid=20010] ppid=20007 vsize=73576 CPUtime=12.69 cores=1,3,5,7
/proc/20010/stat : 20010 (minisat_noasser) R 20007 20010 18340 0 -1 4202496 18242 0 0 0 1267 2 0 0 25 0 1 0 459008158 75341824 18137 33554432000 134512640 135048876 4289264208 18446744073709551615 134546927 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20010/statm: 18394 18137 66 131 0 18261 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 73576

[startup+25.5003 s]
/proc/loadavg: 2.10 2.02 2.00 3/178 20039
/proc/meminfo: memFree=13936636/32951124 swapFree=67111528/67111528
[pid=20010] ppid=20007 vsize=86552 CPUtime=25.49 cores=1,3,5,7
/proc/20010/stat : 20010 (minisat_noasser) R 20007 20010 18340 0 -1 4202496 21466 0 0 0 2546 3 0 0 25 0 1 0 459008158 88629248 21361 33554432000 134512640 135048876 4289264208 18446744073709551615 134546980 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20010/statm: 21638 21361 66 131 0 21505 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 86552

[startup+51.1007 s]
/proc/loadavg: 2.06 2.02 2.00 3/178 20040
/proc/meminfo: memFree=13919468/32951124 swapFree=67111528/67111528
[pid=20010] ppid=20007 vsize=100988 CPUtime=51.1 cores=1,3,5,7
/proc/20010/stat : 20010 (minisat_noasser) R 20007 20010 18340 0 -1 4202496 25077 0 0 0 5106 4 0 0 25 0 1 0 459008158 103411712 24972 33554432000 134512640 135048876 4289264208 18446744073709551615 134547001 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20010/statm: 25247 24972 66 131 0 25114 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 100988

[startup+102.307 s]
/proc/loadavg: 2.02 2.02 2.00 3/178 20041
/proc/meminfo: memFree=13896400/32951124 swapFree=67111528/67111528
[pid=20010] ppid=20007 vsize=122004 CPUtime=102.3 cores=1,3,5,7
/proc/20010/stat : 20010 (minisat_noasser) R 20007 20010 18340 0 -1 4202496 30290 0 0 0 10226 4 0 0 25 0 1 0 459008158 124932096 30185 33554432000 134512640 135048876 4289264208 18446744073709551615 134546980 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20010/statm: 30501 30185 66 131 0 30368 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 122004

[startup+162.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 20043
/proc/meminfo: memFree=13884492/32951124 swapFree=67111528/67111528
[pid=20010] ppid=20007 vsize=133516 CPUtime=162.29 cores=1,3,5,7
/proc/20010/stat : 20010 (minisat_noasser) R 20007 20010 18340 0 -1 4202496 33182 0 0 0 16224 5 0 0 25 0 1 0 459008158 136720384 33077 33554432000 134512640 135048876 4289264208 18446744073709551615 134546990 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20010/statm: 33379 33077 66 131 0 33246 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 133516

[startup+222.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 20044
/proc/meminfo: memFree=13881756/32951124 swapFree=67111528/67111528
[pid=20010] ppid=20007 vsize=133516 CPUtime=222.3 cores=1,3,5,7
/proc/20010/stat : 20010 (minisat_noasser) R 20007 20010 18340 0 -1 4202496 33185 0 0 0 22225 5 0 0 25 0 1 0 459008158 136720384 33080 33554432000 134512640 135048876 4289264208 18446744073709551615 134547017 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20010/statm: 33379 33080 66 131 0 33246 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 133516

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20046
/proc/meminfo: memFree=13867216/32951124 swapFree=67111528/67111528
[pid=20010] ppid=20007 vsize=148772 CPUtime=282.3 cores=1,3,5,7
/proc/20010/stat : 20010 (minisat_noasser) R 20007 20010 18340 0 -1 4202496 36965 0 0 0 28224 6 0 0 25 0 1 0 459008158 152342528 36860 33554432000 134512640 135048876 4289264208 18446744073709551615 134547017 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20010/statm: 37193 36860 66 131 0 37060 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 148772

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20047
/proc/meminfo: memFree=13862380/32951124 swapFree=67111528/67111528
[pid=20010] ppid=20007 vsize=151172 CPUtime=342.29 cores=1,3,5,7
/proc/20010/stat : 20010 (minisat_noasser) R 20007 20010 18340 0 -1 4202496 37566 0 0 0 34223 6 0 0 25 0 1 0 459008158 154800128 37461 33554432000 134512640 135048876 4289264208 18446744073709551615 134547023 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20010/statm: 37793 37461 66 131 0 37660 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 151172

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20049
/proc/meminfo: memFree=13857908/32951124 swapFree=67111528/67111528
[pid=20010] ppid=20007 vsize=155528 CPUtime=402.31 cores=1,3,5,7
/proc/20010/stat : 20010 (minisat_noasser) R 20007 20010 18340 0 -1 4202496 38670 0 0 0 40224 7 0 0 25 0 1 0 459008158 159260672 38565 33554432000 134512640 135048876 4289264208 18446744073709551615 134548022 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20010/statm: 38882 38565 66 131 0 38749 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 155528

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20051
/proc/meminfo: memFree=13845872/32951124 swapFree=67111528/67111528
[pid=20010] ppid=20007 vsize=167336 CPUtime=462.3 cores=1,3,5,7
/proc/20010/stat : 20010 (minisat_noasser) R 20007 20010 18340 0 -1 4202496 41573 0 0 0 46223 7 0 0 25 0 1 0 459008158 171352064 41468 33554432000 134512640 135048876 4289264208 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20010/statm: 41834 41468 66 131 0 41701 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 167336

[startup+522.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 20052
/proc/meminfo: memFree=13839668/32951124 swapFree=67111528/67111528
[pid=20010] ppid=20007 vsize=172780 CPUtime=522.3 cores=1,3,5,7
/proc/20010/stat : 20010 (minisat_noasser) R 20007 20010 18340 0 -1 4202496 42933 0 0 0 52223 7 0 0 25 0 1 0 459008158 176926720 42828 33554432000 134512640 135048876 4289264208 18446744073709551615 134548434 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20010/statm: 43195 42828 66 131 0 43062 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 172780

[startup+582.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 20054
/proc/meminfo: memFree=13826008/32951124 swapFree=67111528/67111528
[pid=20010] ppid=20007 vsize=186636 CPUtime=582.3 cores=1,3,5,7
/proc/20010/stat : 20010 (minisat_noasser) R 20007 20010 18340 0 -1 4202496 46375 0 0 0 58222 8 0 0 25 0 1 0 459008158 191115264 46270 33554432000 134512640 135048876 4289264208 18446744073709551615 134548048 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20010/statm: 46659 46270 66 131 0 46526 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 186636


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

[startup+4062.31 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 20159
/proc/meminfo: memFree=13648512/32951124 swapFree=67111528/67111528
[pid=20010] ppid=20007 vsize=349900 CPUtime=4062.4 cores=1,3,5,7
/proc/20010/stat : 20010 (minisat_noasser) R 20007 20010 18340 0 -1 4202496 89717 0 0 0 406223 17 0 0 25 0 1 0 459008158 358297600 87021 33554432000 134512640 135048876 4289264208 18446744073709551615 134548434 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20010/statm: 87475 87021 66 131 0 87342 0
Current children cumulated CPU time (s) 4062.4
Current children cumulated vsize (KiB) 349900

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20160
/proc/meminfo: memFree=13650000/32951124 swapFree=67111528/67111528
[pid=20010] ppid=20007 vsize=348444 CPUtime=4122.4 cores=1,3,5,7
/proc/20010/stat : 20010 (minisat_noasser) R 20007 20010 18340 0 -1 4202496 89717 0 0 0 412223 17 0 0 25 0 1 0 459008158 356806656 86657 33554432000 134512640 135048876 4289264208 18446744073709551615 134546980 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20010/statm: 87111 86657 66 131 0 86978 0
Current children cumulated CPU time (s) 4122.4
Current children cumulated vsize (KiB) 348444

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20162
/proc/meminfo: memFree=13649996/32951124 swapFree=67111528/67111528
[pid=20010] ppid=20007 vsize=348444 CPUtime=4182.4 cores=1,3,5,7
/proc/20010/stat : 20010 (minisat_noasser) R 20007 20010 18340 0 -1 4202496 89717 0 0 0 418223 17 0 0 25 0 1 0 459008158 356806656 86657 33554432000 134512640 135048876 4289264208 18446744073709551615 134547001 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20010/statm: 87111 86657 66 131 0 86978 0
Current children cumulated CPU time (s) 4182.4
Current children cumulated vsize (KiB) 348444

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20163
/proc/meminfo: memFree=13650240/32951124 swapFree=67111528/67111528
[pid=20010] ppid=20007 vsize=348316 CPUtime=4242.4 cores=1,3,5,7
/proc/20010/stat : 20010 (minisat_noasser) R 20007 20010 18340 0 -1 4202496 89717 0 0 0 424223 17 0 0 25 0 1 0 459008158 356675584 86625 33554432000 134512640 135048876 4289264208 18446744073709551615 134547008 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20010/statm: 87079 86625 66 131 0 86946 0
Current children cumulated CPU time (s) 4242.4
Current children cumulated vsize (KiB) 348316

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20165
/proc/meminfo: memFree=13650396/32951124 swapFree=67111528/67111528
[pid=20010] ppid=20007 vsize=348316 CPUtime=4302.4 cores=1,3,5,7
/proc/20010/stat : 20010 (minisat_noasser) R 20007 20010 18340 0 -1 4202496 89717 0 0 0 430223 17 0 0 25 0 1 0 459008158 356675584 86625 33554432000 134512640 135048876 4289264208 18446744073709551615 134547017 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20010/statm: 87079 86625 66 131 0 86946 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 348316

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20167
/proc/meminfo: memFree=13650396/32951124 swapFree=67111528/67111528
[pid=20010] ppid=20007 vsize=348316 CPUtime=4362.4 cores=1,3,5,7
/proc/20010/stat : 20010 (minisat_noasser) R 20007 20010 18340 0 -1 4202496 89719 0 0 0 436223 17 0 0 25 0 1 0 459008158 356675584 86627 33554432000 134512640 135048876 4289264208 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20010/statm: 87079 86627 66 131 0 86946 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 348316

[startup+4422.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 20168
/proc/meminfo: memFree=13650520/32951124 swapFree=67111528/67111528
[pid=20010] ppid=20007 vsize=348316 CPUtime=4422.4 cores=1,3,5,7
/proc/20010/stat : 20010 (minisat_noasser) R 20007 20010 18340 0 -1 4202496 89719 0 0 0 442223 17 0 0 25 0 1 0 459008158 356675584 86627 33554432000 134512640 135048876 4289264208 18446744073709551615 134547017 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20010/statm: 87079 86627 66 131 0 86946 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 348316

[startup+4482.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 20170
/proc/meminfo: memFree=13650632/32951124 swapFree=67111528/67111528
[pid=20010] ppid=20007 vsize=348316 CPUtime=4482.41 cores=1,3,5,7
/proc/20010/stat : 20010 (minisat_noasser) R 20007 20010 18340 0 -1 4202496 89719 0 0 0 448224 17 0 0 25 0 1 0 459008158 356675584 86627 33554432000 134512640 135048876 4289264208 18446744073709551615 134546997 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20010/statm: 87079 86627 66 131 0 86946 0
Current children cumulated CPU time (s) 4482.41
Current children cumulated vsize (KiB) 348316

[startup+4542.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/178 20171
/proc/meminfo: memFree=13650620/32951124 swapFree=67111528/67111528
[pid=20010] ppid=20007 vsize=348316 CPUtime=4542.41 cores=1,3,5,7
/proc/20010/stat : 20010 (minisat_noasser) R 20007 20010 18340 0 -1 4202496 89719 0 0 0 454224 17 0 0 25 0 1 0 459008158 356675584 86627 33554432000 134512640 135048876 4289264208 18446744073709551615 134546980 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20010/statm: 87079 86627 66 131 0 86946 0
Current children cumulated CPU time (s) 4542.41
Current children cumulated vsize (KiB) 348316

[startup+4602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 20173
/proc/meminfo: memFree=13650240/32951124 swapFree=67111528/67111528
[pid=20010] ppid=20007 vsize=348316 CPUtime=4602.41 cores=1,3,5,7
/proc/20010/stat : 20010 (minisat_noasser) R 20007 20010 18340 0 -1 4202496 89721 0 0 0 460224 17 0 0 25 0 1 0 459008158 356675584 86629 33554432000 134512640 135048876 4289264208 18446744073709551615 134547017 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20010/statm: 87079 86629 66 131 0 86946 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 348316

[startup+4662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 20175
/proc/meminfo: memFree=13650224/32951124 swapFree=67111528/67111528
[pid=20010] ppid=20007 vsize=348316 CPUtime=4662.41 cores=1,3,5,7
/proc/20010/stat : 20010 (minisat_noasser) R 20007 20010 18340 0 -1 4202496 89721 0 0 0 466224 17 0 0 25 0 1 0 459008158 356675584 86629 33554432000 134512640 135048876 4289264208 18446744073709551615 134547008 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20010/statm: 87079 86629 66 131 0 86946 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 348316

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20176
/proc/meminfo: memFree=13650464/32951124 swapFree=67111528/67111528
[pid=20010] ppid=20007 vsize=348316 CPUtime=4722.42 cores=1,3,5,7
/proc/20010/stat : 20010 (minisat_noasser) R 20007 20010 18340 0 -1 4202496 89721 0 0 0 472225 17 0 0 25 0 1 0 459008158 356675584 86629 33554432000 134512640 135048876 4289264208 18446744073709551615 134553584 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20010/statm: 87079 86629 66 131 0 86946 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 348316

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20178
/proc/meminfo: memFree=13650440/32951124 swapFree=67111528/67111528
[pid=20010] ppid=20007 vsize=348292 CPUtime=4782.41 cores=1,3,5,7
/proc/20010/stat : 20010 (minisat_noasser) R 20007 20010 18340 0 -1 4202496 89721 0 0 0 478224 17 0 0 25 0 1 0 459008158 356651008 86623 33554432000 134512640 135048876 4289264208 18446744073709551615 134547001 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20010/statm: 87073 86623 66 131 0 86940 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 348292

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20179
/proc/meminfo: memFree=13650548/32951124 swapFree=67111528/67111528
[pid=20010] ppid=20007 vsize=348292 CPUtime=4842.42 cores=1,3,5,7
/proc/20010/stat : 20010 (minisat_noasser) R 20007 20010 18340 0 -1 4202496 89722 0 0 0 484225 17 0 0 25 0 1 0 459008158 356651008 86624 33554432000 134512640 135048876 4289264208 18446744073709551615 134546990 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20010/statm: 87073 86624 66 131 0 86940 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 348292

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20181
/proc/meminfo: memFree=13652780/32951124 swapFree=67111528/67111528
[pid=20010] ppid=20007 vsize=346064 CPUtime=4902.42 cores=1,3,5,7
/proc/20010/stat : 20010 (minisat_noasser) R 20007 20010 18340 0 -1 4202496 89722 0 0 0 490225 17 0 0 25 0 1 0 459008158 354369536 86067 33554432000 134512640 135048876 4289264208 18446744073709551615 134546927 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20010/statm: 86516 86067 66 131 0 86383 0
Current children cumulated CPU time (s) 4902.42
Current children cumulated vsize (KiB) 346064

[startup+4962.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/178 20183
/proc/meminfo: memFree=13652760/32951124 swapFree=67111528/67111528
[pid=20010] ppid=20007 vsize=346064 CPUtime=4962.42 cores=1,3,5,7
/proc/20010/stat : 20010 (minisat_noasser) R 20007 20010 18340 0 -1 4202496 89722 0 0 0 496225 17 0 0 25 0 1 0 459008158 354369536 86067 33554432000 134512640 135048876 4289264208 18446744073709551615 134547023 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20010/statm: 86516 86067 66 131 0 86383 0
Current children cumulated CPU time (s) 4962.42
Current children cumulated vsize (KiB) 346064



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 20184
/proc/meminfo: memFree=13652752/32951124 swapFree=67111528/67111528
[pid=20010] ppid=20007 vsize=346172 CPUtime=5000.02 cores=1,3,5,7
/proc/20010/stat : 20010 (minisat_noasser) R 20007 20010 18340 0 -1 4202496 89731 0 0 0 499985 17 0 0 25 0 1 0 459008158 354480128 86058 33554432000 134512640 135048876 4289264208 18446744073709551615 134547001 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20010/statm: 86543 86058 66 131 0 86410 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 346172

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.03 2.01 2.00 3/178 20184
/proc/meminfo: memFree=13652752/32951124 swapFree=67111528/67111528
[pid=20010] ppid=20007 vsize=346172 CPUtime=5000.02 cores=1,3,5,7
/proc/20010/stat : 20010 (minisat_noasser) R 20007 20010 18340 0 -1 4202496 89731 0 0 0 499985 17 0 0 25 0 1 0 459008158 354480128 86058 33554432000 134512640 135048876 4289264208 18446744073709551615 134547001 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20010/statm: 86543 86058 66 131 0 86410 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 346172

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.92
CPU time (s): 5000.06
CPU user time (s): 4999.86
CPU system time (s): 0.19597
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 350628

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

runsolver used 7.05493 second user time and 16.4515 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-24 19:25:19
IDJOB=3276119
IDBENCH=85456
IDSOLVER=1678
FILE ID=node146/3276119-1303665919
RUNJOBID= node146-1303660917-19787
PBS_JOBID= 13150702
Free space on /tmp= 72868 MiB

SOLVER NAME= SAT07 reference solver: minisat SAT 2007
BENCH NAME= SAT05/crafted/sabharwal05/counting/php/unsat/harder/php-040-039.shuffled-as.sat05-1194.cnf
COMMAND LINE= HOME/minisat_noassertions BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3276119-1303665919/watcher-3276119-1303665919 -o /tmp/evaluation-result-3276119-1303665919/solver-3276119-1303665919 -C 5000 -W 5100 -M 15500 --output-limit 1,15  HOME/minisat_noassertions HOME/instance-3276119-1303665919.cnf

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

MD5SUM BENCH= 8c84d9b9f2d75de33656119bc03a9afb
RANDOM SEED=714086262

node146.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.830
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.66
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.830
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.75
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.830
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.75
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.830
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.830
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.830
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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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:      14029188 kB
Buffers:       2070508 kB
Cached:       16256368 kB
SwapCached:          0 kB
Active:        9510972 kB
Inactive:      8880580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14029188 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5300 kB
Writeback:           0 kB
AnonPages:       63764 kB
Mapped:          15852 kB
Slab:           466964 kB
PageTables:       4648 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   194028 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= 72868 MiB
End job on node146 at 2011-04-24 20:48:41