Trace number 3275679

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.14 5000.02

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-5-5_34309.cnf
MD5SUMe252fbf81407f3388187ab50f0786909
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables34307
Number of clauses708206
Sum of the clauses size3541030
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 5708206
Number of clauses of size over 50

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:  34307                                                |
0.00/0.00	c |  Number of clauses:    708206                                               |
0.59/0.62	c |  Parsing time:         0.60         s                                       |
2.89/2.97	c ============================[ Search Statistics ]==============================
2.89/2.97	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.89/2.97	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.89/2.97	c ===============================================================================
2.89/2.97	c |         0 |   34307   708206  3541030 |   236068        0    nan |  0.000 % |
2.99/3.01	c |       101 |   34307   708206  3541030 |   259675      101    157 |  0.000 % |
2.99/3.04	c |       252 |   34307   708206  3541030 |   285643      252    203 |  0.000 % |
2.99/3.07	c |       477 |   34307   708206  3541030 |   314207      477    202 |  0.000 % |
3.09/3.13	c |       814 |   34307   708206  3541030 |   345628      814    211 |  0.000 % |
3.19/3.21	c |      1320 |   34307   708206  3541030 |   380190     1320    225 |  0.000 % |
3.29/3.33	c |      2079 |   34307   708206  3541030 |   418210     2079    250 |  0.000 % |
3.49/3.51	c |      3218 |   34307   708206  3541030 |   460031     3218    248 |  0.000 % |
3.79/3.81	c |      4926 |   34307   708206  3541030 |   506034     4926    258 |  0.000 % |
4.19/4.27	c |      7488 |   34307   708206  3541030 |   556637     7488    260 |  0.000 % |
4.89/4.97	c |     11332 |   34307   708206  3541030 |   612301    11332    261 |  0.000 % |
6.09/6.16	c |     17098 |   34307   708206  3541030 |   673531    17098    269 |  0.000 % |
8.19/8.22	c |     25747 |   34307   708206  3541030 |   740884    25747    280 |  0.000 % |
11.49/11.55	c |     38721 |   34307   708206  3541030 |   814973    38721    284 |  0.000 % |
17.80/17.81	c |     58182 |   34307   708206  3541030 |   896470    58182    286 |  0.000 % |
29.09/29.17	c |     87375 |   34307   708206  3541030 |   986117    87375    297 |  0.000 % |
49.89/49.98	c |    131164 |   34307   708206  3541030 |  1084729   131164    306 |  0.000 % |
89.49/89.58	c |    196849 |   34307   708206  3541030 |  1193202   196849    311 |  0.000 % |
173.60/173.61	c |    295375 |   34307   708206  3541030 |  1312522   295375    321 |  0.000 % |
333.09/333.17	c |    443164 |   34307   708206  3541030 |  1443774   443164    327 |  0.000 % |
721.31/721.36	c |    664847 |   34307   708206  3541030 |  1588151   664847    329 |  0.000 % |
1562.53/1562.59	c |    997372 |   34307   708206  3541030 |  1746967   997372    339 |  0.000 % |
3376.68/3376.61	c |   1496160 |   34307   708206  3541030 |  1921663  1496160    340 |  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-3275679-1303652226/watcher-3275679-1303652226 -o /tmp/evaluation-result-3275679-1303652226/solver-3275679-1303652226 -C 5000 -W 5100 -M 15500 --output-limit 1,15 HOME/minisat_noassertions HOME/instance-3275679-1303652226.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.72 2.94 3.33 2/177 24161
/proc/meminfo: memFree=14916236/32951124 swapFree=67111528/67111528
[pid=24161] ppid=24159 vsize=2568 CPUtime=0 cores=1,3,5,7
/proc/24161/stat : 24161 (minisat_noasser) R 24159 24161 23062 0 -1 4202496 574 0 0 0 0 0 0 0 21 0 1 0 476823642 2629632 530 33554432000 134512640 135048876 4288814880 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/24161/statm: 642 531 50 131 0 509 0

[startup+0.0509651 s]
/proc/loadavg: 2.72 2.94 3.33 2/177 24161
/proc/meminfo: memFree=14916236/32951124 swapFree=67111528/67111528
[pid=24161] ppid=24159 vsize=8460 CPUtime=0.04 cores=1,3,5,7
/proc/24161/stat : 24161 (minisat_noasser) R 24159 24161 23062 0 -1 4202496 1925 0 0 0 4 0 0 0 21 0 1 0 476823642 8663040 1881 33554432000 134512640 135048876 4288814880 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/24161/statm: 2115 1882 50 131 0 1982 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 8460

[startup+0.100954 s]
/proc/loadavg: 2.72 2.94 3.33 2/177 24161
/proc/meminfo: memFree=14916236/32951124 swapFree=67111528/67111528
[pid=24161] ppid=24159 vsize=13792 CPUtime=0.09 cores=1,3,5,7
/proc/24161/stat : 24161 (minisat_noasser) R 24159 24161 23062 0 -1 4202496 3242 0 0 0 9 0 0 0 21 0 1 0 476823642 14123008 3198 33554432000 134512640 135048876 4288814880 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/24161/statm: 3448 3199 50 131 0 3315 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13792

[startup+0.300923 s]
/proc/loadavg: 2.72 2.94 3.33 2/177 24161
/proc/meminfo: memFree=14916236/32951124 swapFree=67111528/67111528
[pid=24161] ppid=24159 vsize=33372 CPUtime=0.29 cores=1,3,5,7
/proc/24161/stat : 24161 (minisat_noasser) R 24159 24161 23062 0 -1 4202496 7865 0 0 0 28 1 0 0 22 0 1 0 476823642 34172928 7821 33554432000 134512640 135048876 4288814880 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/24161/statm: 8343 7822 50 131 0 8210 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33372

[startup+0.700866 s]
/proc/loadavg: 2.72 2.94 3.33 2/177 24161
/proc/meminfo: memFree=14916236/32951124 swapFree=67111528/67111528
[pid=24161] ppid=24159 vsize=62348 CPUtime=0.69 cores=1,3,5,7
/proc/24161/stat : 24161 (minisat_noasser) R 24159 24161 23062 0 -1 4202496 14673 0 0 0 67 2 0 0 23 0 1 0 476823642 63844352 14629 33554432000 134512640 135048876 4288814880 18446744073709551615 134529400 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/24161/statm: 15587 14629 62 131 0 15454 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 62348

[startup+1.50071 s]
/proc/loadavg: 2.72 2.94 3.33 3/178 24162
/proc/meminfo: memFree=14857700/32951124 swapFree=67111528/67111528
[pid=24161] ppid=24159 vsize=62348 CPUtime=1.49 cores=1,3,5,7
/proc/24161/stat : 24161 (minisat_noasser) R 24159 24161 23062 0 -1 4202496 14673 0 0 0 147 2 0 0 25 0 1 0 476823642 63844352 14629 33554432000 134512640 135048876 4288814880 18446744073709551615 134529439 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/24161/statm: 15587 14629 62 131 0 15454 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 62348

[startup+3.10043 s]
/proc/loadavg: 2.72 2.94 3.33 3/178 24162
/proc/meminfo: memFree=14854352/32951124 swapFree=67111528/67111528
[pid=24161] ppid=24159 vsize=57232 CPUtime=3.09 cores=1,3,5,7
/proc/24161/stat : 24161 (minisat_noasser) R 24159 24161 23062 0 -1 4202496 15384 0 0 0 307 2 0 0 25 0 1 0 476823642 58605568 13753 33554432000 134512640 135048876 4288814880 18446744073709551615 134546913 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/24161/statm: 14308 13753 67 131 0 14175 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 57232

[startup+6.30086 s]
/proc/loadavg: 2.82 2.96 3.33 3/178 24162
/proc/meminfo: memFree=14859444/32951124 swapFree=67111528/67111528
[pid=24161] ppid=24159 vsize=61340 CPUtime=6.29 cores=1,3,5,7
/proc/24161/stat : 24161 (minisat_noasser) R 24159 24161 23062 0 -1 4202496 16420 0 0 0 626 3 0 0 25 0 1 0 476823642 62812160 14789 33554432000 134512640 135048876 4288814880 18446744073709551615 134547313 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/24161/statm: 15335 14789 67 131 0 15202 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 61340

[startup+12.7007 s]
/proc/loadavg: 2.76 2.94 3.32 3/178 24162
/proc/meminfo: memFree=14827772/32951124 swapFree=67111528/67111528
[pid=24161] ppid=24159 vsize=91656 CPUtime=12.69 cores=1,3,5,7
/proc/24161/stat : 24161 (minisat_noasser) R 24159 24161 23062 0 -1 4202496 23966 0 0 0 1265 4 0 0 25 0 1 0 476823642 93855744 22335 33554432000 134512640 135048876 4288814880 18446744073709551615 134547313 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/24161/statm: 22914 22335 67 131 0 22781 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 91656

[startup+25.5005 s]
/proc/loadavg: 2.59 2.90 3.30 3/178 24162
/proc/meminfo: memFree=14780412/32951124 swapFree=67111528/67111528
[pid=24161] ppid=24159 vsize=136524 CPUtime=25.49 cores=1,3,5,7
/proc/24161/stat : 24161 (minisat_noasser) R 24159 24161 23062 0 -1 4202496 35191 0 0 0 2542 7 0 0 25 0 1 0 476823642 139800576 33560 33554432000 134512640 135048876 4288814880 18446744073709551615 134547001 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/24161/statm: 34131 33560 67 131 0 33998 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 136524

[startup+51.1009 s]
/proc/loadavg: 2.39 2.82 3.27 3/178 24163
/proc/meminfo: memFree=14710020/32951124 swapFree=67111528/67111528
[pid=24161] ppid=24159 vsize=207224 CPUtime=51.09 cores=1,3,5,7
/proc/24161/stat : 24161 (minisat_noasser) R 24159 24161 23062 0 -1 4202496 52864 0 0 0 5097 12 0 0 25 0 1 0 476823642 212197376 51233 33554432000 134512640 135048876 4288814880 18446744073709551615 134547023 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/24161/statm: 51806 51234 67 131 0 51673 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 207224

[startup+102.307 s]
/proc/loadavg: 2.17 2.69 3.20 3/178 24165
/proc/meminfo: memFree=14594976/32951124 swapFree=67111528/67111528
[pid=24161] ppid=24159 vsize=319484 CPUtime=102.3 cores=1,3,5,7
/proc/24161/stat : 24161 (minisat_noasser) R 24159 24161 23062 0 -1 4202496 80837 0 0 0 10211 19 0 0 25 0 1 0 476823642 327151616 79206 33554432000 134512640 135048876 4288814880 18446744073709551615 134547006 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/24161/statm: 79871 79206 67 131 0 79738 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 319484

[startup+162.3 s]
/proc/loadavg: 2.06 2.57 3.12 3/178 24166
/proc/meminfo: memFree=14504944/32951124 swapFree=67111528/67111528
[pid=24161] ppid=24159 vsize=409436 CPUtime=162.3 cores=1,3,5,7
/proc/24161/stat : 24161 (minisat_noasser) R 24159 24161 23062 0 -1 4202496 103386 0 0 0 16202 28 0 0 25 0 1 0 476823642 419262464 101755 33554432000 134512640 135048876 4288814880 18446744073709551615 134547017 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/24161/statm: 102359 101755 67 131 0 102226 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 409436

[startup+222.301 s]
/proc/loadavg: 2.02 2.46 3.05 3/178 24168
/proc/meminfo: memFree=14406220/32951124 swapFree=67111528/67111528
[pid=24161] ppid=24159 vsize=506956 CPUtime=222.3 cores=1,3,5,7
/proc/24161/stat : 24161 (minisat_noasser) R 24159 24161 23062 0 -1 4202496 127680 0 0 0 22193 37 0 0 25 0 1 0 476823642 519122944 126049 33554432000 134512640 135048876 4288814880 18446744073709551615 134547326 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/24161/statm: 126739 126049 67 131 0 126606 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 506956

[startup+282.301 s]
/proc/loadavg: 2.01 2.37 2.98 3/178 24169
/proc/meminfo: memFree=14332556/32951124 swapFree=67111528/67111528
[pid=24161] ppid=24159 vsize=580640 CPUtime=282.3 cores=1,3,5,7
/proc/24161/stat : 24161 (minisat_noasser) R 24159 24161 23062 0 -1 4202496 146175 0 0 0 28187 43 0 0 25 0 1 0 476823642 594575360 144544 33554432000 134512640 135048876 4288814880 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/24161/statm: 145160 144544 67 131 0 145027 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 580640

[startup+342.3 s]
/proc/loadavg: 2.00 2.30 2.91 3/178 24171
/proc/meminfo: memFree=14272028/32951124 swapFree=67111528/67111528
[pid=24161] ppid=24159 vsize=640388 CPUtime=342.3 cores=1,3,5,7
/proc/24161/stat : 24161 (minisat_noasser) R 24159 24161 23062 0 -1 4202496 161124 0 0 0 34181 49 0 0 25 0 1 0 476823642 655757312 159493 33554432000 134512640 135048876 4288814880 18446744073709551615 134552910 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/24161/statm: 160097 159493 67 131 0 159964 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 640388

[startup+402.301 s]
/proc/loadavg: 2.05 2.26 2.86 3/178 24173
/proc/meminfo: memFree=14206428/32951124 swapFree=67111528/67111528
[pid=24161] ppid=24159 vsize=707108 CPUtime=402.3 cores=1,3,5,7
/proc/24161/stat : 24161 (minisat_noasser) R 24159 24161 23062 0 -1 4202496 177617 0 0 0 40173 57 0 0 25 0 1 0 476823642 724078592 175986 33554432000 134512640 135048876 4288814880 18446744073709551615 134552241 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/24161/statm: 176777 175986 67 131 0 176644 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 707108

[startup+462.301 s]
/proc/loadavg: 2.02 2.21 2.80 3/178 24174
/proc/meminfo: memFree=14154832/32951124 swapFree=67111528/67111528
[pid=24161] ppid=24159 vsize=757220 CPUtime=462.3 cores=1,3,5,7
/proc/24161/stat : 24161 (minisat_noasser) R 24159 24161 23062 0 -1 4202496 190185 0 0 0 46168 62 0 0 25 0 1 0 476823642 775393280 188554 33554432000 134512640 135048876 4288814880 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/24161/statm: 189305 188554 67 131 0 189172 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 757220

[startup+522.301 s]
/proc/loadavg: 2.00 2.17 2.75 3/178 24176
/proc/meminfo: memFree=14113160/32951124 swapFree=67111528/67111528
[pid=24161] ppid=24159 vsize=798920 CPUtime=522.3 cores=1,3,5,7
/proc/24161/stat : 24161 (minisat_noasser) R 24159 24161 23062 0 -1 4202496 200643 0 0 0 52162 68 0 0 25 0 1 0 476823642 818094080 199012 33554432000 134512640 135048876 4288814880 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/24161/statm: 199730 199012 67 131 0 199597 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 798920

[startup+582.301 s]
/proc/loadavg: 2.00 2.14 2.70 3/178 24177
/proc/meminfo: memFree=14072608/32951124 swapFree=67111528/67111528
[pid=24161] ppid=24159 vsize=839136 CPUtime=582.31 cores=1,3,5,7
/proc/24161/stat : 24161 (minisat_noasser) R 24159 24161 23062 0 -1 4202496 210699 0 0 0 58157 74 0 0 25 0 1 0 476823642 859275264 209068 33554432000 134512640 135048876 4288814880 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/24161/statm: 209784 209068 67 131 0 209651 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 839136


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

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24282
/proc/meminfo: memFree=12542284/32951124 swapFree=67111528/67111528
[pid=24161] ppid=24159 vsize=2364408 CPUtime=4062.4 cores=1,3,5,7
/proc/24161/stat : 24161 (minisat_noasser) R 24159 24161 23062 0 -1 4202496 590974 0 0 0 405924 316 0 0 25 0 1 0 476823642 2421153792 589343 33554432000 134512640 135048876 4288814880 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/24161/statm: 591102 589343 67 131 0 590969 0
Current children cumulated CPU time (s) 4062.4
Current children cumulated vsize (KiB) 2364408

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24284
/proc/meminfo: memFree=12521064/32951124 swapFree=67111528/67111528
[pid=24161] ppid=24159 vsize=2385360 CPUtime=4122.39 cores=1,3,5,7
/proc/24161/stat : 24161 (minisat_noasser) R 24159 24161 23062 0 -1 4202496 596236 0 0 0 411920 319 0 0 25 0 1 0 476823642 2442608640 594605 33554432000 134512640 135048876 4288814880 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/24161/statm: 596340 594605 67 131 0 596207 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 2385360

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24285
/proc/meminfo: memFree=12499728/32951124 swapFree=67111528/67111528
[pid=24161] ppid=24159 vsize=2406648 CPUtime=4182.39 cores=1,3,5,7
/proc/24161/stat : 24161 (minisat_noasser) R 24159 24161 23062 0 -1 4202496 601555 0 0 0 417916 323 0 0 25 0 1 0 476823642 2464407552 599924 33554432000 134512640 135048876 4288814880 18446744073709551615 134547326 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/24161/statm: 601662 599924 67 131 0 601529 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 2406648

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24287
/proc/meminfo: memFree=12480496/32951124 swapFree=67111528/67111528
[pid=24161] ppid=24159 vsize=2426208 CPUtime=4242.39 cores=1,3,5,7
/proc/24161/stat : 24161 (minisat_noasser) R 24159 24161 23062 0 -1 4202496 606440 0 0 0 423913 326 0 0 25 0 1 0 476823642 2484436992 604809 33554432000 134512640 135048876 4288814880 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/24161/statm: 606552 604809 67 131 0 606419 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 2426208

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24289
/proc/meminfo: memFree=12460648/32951124 swapFree=67111528/67111528
[pid=24161] ppid=24159 vsize=2445748 CPUtime=4302.4 cores=1,3,5,7
/proc/24161/stat : 24161 (minisat_noasser) R 24159 24161 23062 0 -1 4202496 611358 0 0 0 429910 330 0 0 25 0 1 0 476823642 2504445952 609727 33554432000 134512640 135048876 4288814880 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/24161/statm: 611437 609727 67 131 0 611304 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 2445748

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24290
/proc/meminfo: memFree=12441540/32951124 swapFree=67111528/67111528
[pid=24161] ppid=24159 vsize=2465180 CPUtime=4362.4 cores=1,3,5,7
/proc/24161/stat : 24161 (minisat_noasser) R 24159 24161 23062 0 -1 4202496 616199 0 0 0 435907 333 0 0 25 0 1 0 476823642 2524344320 614568 33554432000 134512640 135048876 4288814880 18446744073709551615 134546864 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/24161/statm: 616295 614568 67 131 0 616162 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 2465180

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24292
/proc/meminfo: memFree=12422192/32951124 swapFree=67111528/67111528
[pid=24161] ppid=24159 vsize=2484268 CPUtime=4422.4 cores=1,3,5,7
/proc/24161/stat : 24161 (minisat_noasser) R 24159 24161 23062 0 -1 4202496 620984 0 0 0 441903 337 0 0 25 0 1 0 476823642 2543890432 619353 33554432000 134512640 135048876 4288814880 18446744073709551615 134546864 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/24161/statm: 621067 619353 67 131 0 620934 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 2484268

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24293
/proc/meminfo: memFree=12402592/32951124 swapFree=67111528/67111528
[pid=24161] ppid=24159 vsize=2504048 CPUtime=4482.4 cores=1,3,5,7
/proc/24161/stat : 24161 (minisat_noasser) R 24159 24161 23062 0 -1 4202496 625948 0 0 0 447899 341 0 0 25 0 1 0 476823642 2564145152 624317 33554432000 134512640 135048876 4288814880 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/24161/statm: 626012 624317 67 131 0 625879 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 2504048

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24295
/proc/meminfo: memFree=12385968/32951124 swapFree=67111528/67111528
[pid=24161] ppid=24159 vsize=2520324 CPUtime=4542.41 cores=1,3,5,7
/proc/24161/stat : 24161 (minisat_noasser) R 24159 24161 23062 0 -1 4202496 629972 0 0 0 453897 344 0 0 25 0 1 0 476823642 2580811776 628341 33554432000 134512640 135048876 4288814880 18446744073709551615 134546980 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/24161/statm: 630081 628341 67 131 0 629948 0
Current children cumulated CPU time (s) 4542.41
Current children cumulated vsize (KiB) 2520324

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24297
/proc/meminfo: memFree=12369472/32951124 swapFree=67111528/67111528
[pid=24161] ppid=24159 vsize=2536064 CPUtime=4602.41 cores=1,3,5,7
/proc/24161/stat : 24161 (minisat_noasser) R 24159 24161 23062 0 -1 4202496 633939 0 0 0 459894 347 0 0 25 0 1 0 476823642 2596929536 632308 33554432000 134512640 135048876 4288814880 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/24161/statm: 634016 632308 67 131 0 633883 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 2536064

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24298
/proc/meminfo: memFree=12353592/32951124 swapFree=67111528/67111528
[pid=24161] ppid=24159 vsize=2552128 CPUtime=4662.4 cores=1,3,5,7
/proc/24161/stat : 24161 (minisat_noasser) R 24159 24161 23062 0 -1 4202496 637928 0 0 0 465891 349 0 0 25 0 1 0 476823642 2613379072 636297 33554432000 134512640 135048876 4288814880 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/24161/statm: 638032 636297 67 131 0 637899 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 2552128

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24300
/proc/meminfo: memFree=12337092/32951124 swapFree=67111528/67111528
[pid=24161] ppid=24159 vsize=2568364 CPUtime=4722.41 cores=1,3,5,7
/proc/24161/stat : 24161 (minisat_noasser) R 24159 24161 23062 0 -1 4202496 641987 0 0 0 471889 352 0 0 25 0 1 0 476823642 2630004736 640356 33554432000 134512640 135048876 4288814880 18446744073709551615 134547276 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/24161/statm: 642091 640356 67 131 0 641958 0
Current children cumulated CPU time (s) 4722.41
Current children cumulated vsize (KiB) 2568364

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24301
/proc/meminfo: memFree=12321216/32951124 swapFree=67111528/67111528
[pid=24161] ppid=24159 vsize=2584340 CPUtime=4782.41 cores=1,3,5,7
/proc/24161/stat : 24161 (minisat_noasser) R 24159 24161 23062 0 -1 4202496 646016 0 0 0 477886 355 0 0 25 0 1 0 476823642 2646364160 644385 33554432000 134512640 135048876 4288814880 18446744073709551615 134546922 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/24161/statm: 646085 644385 67 131 0 645952 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 2584340

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24303
/proc/meminfo: memFree=12305092/32951124 swapFree=67111528/67111528
[pid=24161] ppid=24159 vsize=2600144 CPUtime=4842.41 cores=1,3,5,7
/proc/24161/stat : 24161 (minisat_noasser) R 24159 24161 23062 0 -1 4202496 649981 0 0 0 483883 358 0 0 25 0 1 0 476823642 2662547456 648350 33554432000 134512640 135048876 4288814880 18446744073709551615 134546920 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/24161/statm: 650036 648350 67 131 0 649903 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 2600144

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24305
/proc/meminfo: memFree=12289084/32951124 swapFree=67111528/67111528
[pid=24161] ppid=24159 vsize=2616248 CPUtime=4902.41 cores=1,3,5,7
/proc/24161/stat : 24161 (minisat_noasser) R 24159 24161 23062 0 -1 4202496 654014 0 0 0 489881 360 0 0 25 0 1 0 476823642 2679037952 652383 33554432000 134512640 135048876 4288814880 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/24161/statm: 654062 652383 67 131 0 653929 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 2616248

[startup+4962.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 24306
/proc/meminfo: memFree=12273076/32951124 swapFree=67111528/67111528
[pid=24161] ppid=24159 vsize=2632056 CPUtime=4962.41 cores=1,3,5,7
/proc/24161/stat : 24161 (minisat_noasser) R 24159 24161 23062 0 -1 4202496 657981 0 0 0 495879 362 0 0 25 0 1 0 476823642 2695225344 656350 33554432000 134512640 135048876 4288814880 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/24161/statm: 658014 656350 67 131 0 657881 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 2632056



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.02 2.01 2.00 2/176 24308
/proc/meminfo: memFree=12275196/32951124 swapFree=67111528/67111528
[pid=24161] ppid=24159 vsize=2642204 CPUtime=5000.02 cores=1,3,5,7
/proc/24161/stat : 24161 (minisat_noasser) R 24159 24161 23062 0 -1 4202496 660505 0 0 0 499638 364 0 0 25 0 1 0 476823642 2705616896 658874 33554432000 134512640 135048876 4288814880 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/24161/statm: 660551 658874 67 131 0 660418 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 2642204

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

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

[startup+5000.01 s]
/proc/loadavg: 2.02 2.01 2.00 2/176 24308
/proc/meminfo: memFree=12275196/32951124 swapFree=67111528/67111528
[pid=24161] ppid=24159 vsize=0 CPUtime=5000.12 cores=1,3,5,7
/proc/24161/stat : 24161 (minisat_noasser) R 24159 24161 23062 0 -1 4203524 660505 0 0 0 499638 374 0 0 25 0 1 0 476823642 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/24161/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.12
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.02
CPU time (s): 5000.14
CPU user time (s): 4996.39
CPU system time (s): 3.75543
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 2642204

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

runsolver used 7.54085 second user time and 15.9036 second system time

The end

Launcher Data

Begin job on node108 at 2011-04-24 15:37:07
IDJOB=3275679
IDBENCH=83251
IDSOLVER=1678
FILE ID=node108/3275679-1303652226
RUNJOBID= node108-1303652226-24142
PBS_JOBID= 13150740
Free space on /tmp= 71840 MiB

SOLVER NAME= SAT07 reference solver: minisat SAT 2007
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-5-5_34309.cnf
COMMAND LINE= HOME/minisat_noassertions BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3275679-1303652226/watcher-3275679-1303652226 -o /tmp/evaluation-result-3275679-1303652226/solver-3275679-1303652226 -C 5000 -W 5100 -M 15500 --output-limit 1,15  HOME/minisat_noassertions HOME/instance-3275679-1303652226.cnf

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

MD5SUM BENCH= e252fbf81407f3388187ab50f0786909
RANDOM SEED=1521779595

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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	: 5226.15
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.820
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.820
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.77
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.820
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.82
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.820
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.820
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.820
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:      14916384 kB
Buffers:       2256648 kB
Cached:       15141536 kB
SwapCached:          0 kB
Active:        9666404 kB
Inactive:      7797544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14916384 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           25948 kB
Writeback:           0 kB
AnonPages:       65048 kB
Mapped:          15400 kB
Slab:           507384 kB
PageTables:       4716 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   208264 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= 71840 MiB
End job on node108 at 2011-04-24 17:00:29