Trace number 3274475

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) 1300.09 1300.06

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.69/0.72	c |  Parsing time:         0.69         s                                       |
3.30/3.33	c ============================[ Search Statistics ]==============================
3.30/3.33	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.30/3.33	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.30/3.33	c ===============================================================================
3.30/3.33	c |         0 |   34307   708206  3541030 |   236068        0    nan |  0.000 % |
3.30/3.38	c |       101 |   34307   708206  3541030 |   259675      101    157 |  0.000 % |
3.39/3.41	c |       252 |   34307   708206  3541030 |   285643      252    203 |  0.000 % |
3.39/3.44	c |       477 |   34307   708206  3541030 |   314207      477    202 |  0.000 % |
3.49/3.51	c |       814 |   34307   708206  3541030 |   345628      814    211 |  0.000 % |
3.49/3.60	c |      1320 |   34307   708206  3541030 |   380190     1320    225 |  0.000 % |
4.21/4.50	c |      2079 |   34307   708206  3541030 |   418210     2079    250 |  0.000 % |
4.21/4.50	c |      3218 |   34307   708206  3541030 |   460031     3218    248 |  0.000 % |
4.21/4.50	c |      4926 |   34307   708206  3541030 |   506034     4926    258 |  0.000 % |
4.21/4.84	c |      7488 |   34307   708206  3541030 |   556637     7488    260 |  0.000 % |
5.31/5.67	c |     11332 |   34307   708206  3541030 |   612301    11332    261 |  0.000 % |
6.22/7.06	c |     17098 |   34307   708206  3541030 |   673531    17098    269 |  0.000 % |
6.22/9.51	c |     25747 |   34307   708206  3541030 |   740884    25747    280 |  0.000 % |
6.22/13.51	c |     38721 |   34307   708206  3541030 |   814973    38721    284 |  0.000 % |
21.09/21.17	c |     58182 |   34307   708206  3541030 |   896470    58182    286 |  0.000 % |
34.89/34.92	c |     87375 |   34307   708206  3541030 |   986117    87375    297 |  0.000 % |
60.69/60.74	c |    131164 |   34307   708206  3541030 |  1084729   131164    306 |  0.000 % |
110.40/110.47	c |    196849 |   34307   708206  3541030 |  1193202   196849    311 |  0.000 % |
217.70/217.72	c |    295375 |   34307   708206  3541030 |  1312522   295375    321 |  0.000 % |
425.00/425.09	c |    443164 |   34307   708206  3541030 |  1443774   443164    327 |  0.000 % |
930.41/930.40	c |    664847 |   34307   708206  3541030 |  1588151   664847    329 |  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-3274475-1303603567/watcher-3274475-1303603567 -o /tmp/evaluation-result-3274475-1303603567/solver-3274475-1303603567 -C 2400 -W 1300 -M 7680 --output-limit 1,15 HOME/minisat_noassertions HOME/instance-3274475-1303603567.cnf 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 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: 3.47 3.88 3.72 5/187 13110
/proc/meminfo: memFree=18504960/32951132 swapFree=67111528/67111528
[pid=13110] ppid=13108 vsize=2572 CPUtime=0 cores=0,2
/proc/13110/stat : 13110 (minisat_noasser) R 13108 13110 12714 0 -1 4202496 558 0 0 0 0 0 0 0 21 0 1 0 471956515 2633728 514 33554432000 134512640 135048876 4287464752 18446744073709551615 134549237 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13110/statm: 643 514 50 131 0 510 0

[startup+0.0989321 s]
/proc/loadavg: 3.47 3.88 3.72 5/187 13110
/proc/meminfo: memFree=18504960/32951132 swapFree=67111528/67111528
[pid=13110] ppid=13108 vsize=12052 CPUtime=0.09 cores=0,2
/proc/13110/stat : 13110 (minisat_noasser) R 13108 13110 12714 0 -1 4202496 2864 0 0 0 9 0 0 0 21 0 1 0 471956515 12341248 2820 33554432000 134512640 135048876 4287464752 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13110/statm: 3013 2821 50 131 0 2880 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12052

[startup+0.100932 s]
/proc/loadavg: 3.47 3.88 3.72 5/187 13110
/proc/meminfo: memFree=18504960/32951132 swapFree=67111528/67111528
[pid=13110] ppid=13108 vsize=12184 CPUtime=0.09 cores=0,2
/proc/13110/stat : 13110 (minisat_noasser) R 13108 13110 12714 0 -1 4202496 2900 0 0 0 9 0 0 0 21 0 1 0 471956515 12476416 2856 33554432000 134512640 135048876 4287464752 18446744073709551615 134700013 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13110/statm: 3046 2856 50 131 0 2913 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12184

[startup+0.300921 s]
/proc/loadavg: 3.47 3.88 3.72 5/187 13110
/proc/meminfo: memFree=18504960/32951132 swapFree=67111528/67111528
[pid=13110] ppid=13108 vsize=29124 CPUtime=0.29 cores=0,2
/proc/13110/stat : 13110 (minisat_noasser) R 13108 13110 12714 0 -1 4202496 6943 0 0 0 28 1 0 0 22 0 1 0 471956515 29822976 6899 33554432000 134512640 135048876 4287464752 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13110/statm: 7281 6900 50 131 0 7148 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29124

[startup+0.700828 s]
/proc/loadavg: 3.47 3.88 3.72 5/187 13110
/proc/meminfo: memFree=18504960/32951132 swapFree=67111528/67111528
[pid=13110] ppid=13108 vsize=58168 CPUtime=0.69 cores=0,2
/proc/13110/stat : 13110 (minisat_noasser) R 13108 13110 12714 0 -1 4202496 14288 0 0 0 66 3 0 0 24 0 1 0 471956515 59564032 14244 33554432000 134512640 135048876 4287464752 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13110/statm: 14542 14245 50 131 0 14409 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 58168

[startup+1.50069 s]
/proc/loadavg: 3.51 3.89 3.72 5/188 13111
/proc/meminfo: memFree=18442364/32951132 swapFree=67111528/67111528
[pid=13110] ppid=13108 vsize=62352 CPUtime=1.49 cores=0,2
/proc/13110/stat : 13110 (minisat_noasser) R 13108 13110 12714 0 -1 4202496 14674 0 0 0 146 3 0 0 25 0 1 0 471956515 63848448 14630 33554432000 134512640 135048876 4287464752 18446744073709551615 134529229 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13110/statm: 15588 14630 62 131 0 15455 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 62352

[startup+3.10039 s]
/proc/loadavg: 3.51 3.89 3.72 5/188 13112
/proc/meminfo: memFree=18439028/32951132 swapFree=67111528/67111528
[pid=13110] ppid=13108 vsize=64400 CPUtime=3.09 cores=0,2
/proc/13110/stat : 13110 (minisat_noasser) R 13108 13110 12714 0 -1 4202496 15366 0 0 0 306 3 0 0 25 0 1 0 471956515 65945600 15322 33554432000 134512640 135048876 4287464752 18446744073709551615 134529229 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13110/statm: 16100 15322 62 131 0 15967 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 64400

[startup+6.55579 s]
/proc/loadavg: 3.71 3.92 3.73 5/188 13112
/proc/meminfo: memFree=18412352/32951132 swapFree=67111528/67111528
[pid=13110] ppid=13108 vsize=86960 CPUtime=13.67 cores=0,2
/proc/13110/stat : 13110 (minisat_noasser) R 13108 13110 12714 0 -1 4202496 22826 0 0 0 1361 6 0 0 25 0 1 0 471956515 89047040 21195 33554432000 134512640 135048876 4287464752 18446744073709551615 134546885 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13110/statm: 21740 21195 67 131 0 21607 0
Current children cumulated CPU time (s) 13.67
Current children cumulated vsize (KiB) 86960

[startup+13.7306 s]
/proc/loadavg: 3.71 3.92 3.73 5/188 13112
/proc/meminfo: memFree=18412352/32951132 swapFree=67111528/67111528
[pid=13110] ppid=13108 vsize=87224 CPUtime=13.72 cores=0,2
/proc/13110/stat : 13110 (minisat_noasser) R 13108 13110 12714 0 -1 4202496 22875 0 0 0 1366 6 0 0 25 0 1 0 471956515 89317376 21244 33554432000 134512640 135048876 4287464752 18446744073709551615 134546864 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13110/statm: 21806 21245 67 131 0 21673 0
Current children cumulated CPU time (s) 13.72
Current children cumulated vsize (KiB) 87224

[startup+25.5005 s]
/proc/loadavg: 3.98 3.97 3.75 5/188 13139
/proc/meminfo: memFree=18302756/32951132 swapFree=67111528/67111528
[pid=13110] ppid=13108 vsize=123592 CPUtime=25.49 cores=0,2
/proc/13110/stat : 13110 (minisat_noasser) R 13108 13110 12714 0 -1 4202496 31952 0 0 0 2540 9 0 0 25 0 1 0 471956515 126558208 30321 33554432000 134512640 135048876 4287464752 18446744073709551615 134546980 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13110/statm: 30898 30321 67 131 0 30765 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 123592

[startup+51.1071 s]
/proc/loadavg: 4.05 3.99 3.76 5/188 13140
/proc/meminfo: memFree=18228180/32951132 swapFree=67111528/67111528
[pid=13110] ppid=13108 vsize=186084 CPUtime=51.1 cores=0,2
/proc/13110/stat : 13110 (minisat_noasser) R 13108 13110 12714 0 -1 4202496 47573 0 0 0 5095 15 0 0 25 0 1 0 471956515 190550016 45942 33554432000 134512640 135048876 4287464752 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13110/statm: 46521 45942 67 131 0 46388 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 186084

[startup+102.301 s]
/proc/loadavg: 4.02 3.99 3.77 5/188 13141
/proc/meminfo: memFree=18113916/32951132 swapFree=67111528/67111528
[pid=13110] ppid=13108 vsize=278560 CPUtime=102.29 cores=0,2
/proc/13110/stat : 13110 (minisat_noasser) R 13108 13110 12714 0 -1 4202496 70679 0 0 0 10205 24 0 0 25 0 1 0 471956515 285245440 69048 33554432000 134512640 135048876 4287464752 18446744073709551615 134547017 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13110/statm: 69640 69048 67 131 0 69507 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 278560

[startup+162.301 s]
/proc/loadavg: 4.01 3.99 3.78 5/188 13143
/proc/meminfo: memFree=17984508/32951132 swapFree=67111528/67111528
[pid=13110] ppid=13108 vsize=365716 CPUtime=162.29 cores=0,2
/proc/13110/stat : 13110 (minisat_noasser) R 13108 13110 12714 0 -1 4202496 92432 0 0 0 16197 32 0 0 25 0 1 0 471956515 374493184 90801 33554432000 134512640 135048876 4287464752 18446744073709551615 134546939 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13110/statm: 91429 90801 67 131 0 91296 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 365716

[startup+222.3 s]
/proc/loadavg: 4.00 3.99 3.79 5/188 13144
/proc/meminfo: memFree=17914628/32951132 swapFree=67111528/67111528
[pid=13110] ppid=13108 vsize=430580 CPUtime=222.29 cores=0,2
/proc/13110/stat : 13110 (minisat_noasser) R 13108 13110 12714 0 -1 4202496 108690 0 0 0 22191 38 0 0 25 0 1 0 471956515 440913920 107059 33554432000 134512640 135048876 4287464752 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13110/statm: 107645 107059 67 131 0 107512 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 430580

[startup+282.301 s]
/proc/loadavg: 4.11 4.02 3.82 5/188 13146
/proc/meminfo: memFree=17836252/32951132 swapFree=67111528/67111528
[pid=13110] ppid=13108 vsize=507488 CPUtime=282.29 cores=0,2
/proc/13110/stat : 13110 (minisat_noasser) R 13108 13110 12714 0 -1 4202496 127816 0 0 0 28184 45 0 0 25 0 1 0 471956515 519667712 126185 33554432000 134512640 135048876 4287464752 18446744073709551615 134547326 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13110/statm: 126872 126185 67 131 0 126739 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 507488

[startup+342.301 s]
/proc/loadavg: 4.04 4.01 3.82 5/188 13148
/proc/meminfo: memFree=17775356/32951132 swapFree=67111528/67111528
[pid=13110] ppid=13108 vsize=566508 CPUtime=342.29 cores=0,2
/proc/13110/stat : 13110 (minisat_noasser) R 13108 13110 12714 0 -1 4202496 142626 0 0 0 34176 53 0 0 25 0 1 0 471956515 580104192 140995 33554432000 134512640 135048876 4287464752 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13110/statm: 141627 140995 67 131 0 141494 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 566508

[startup+402.301 s]
/proc/loadavg: 4.01 4.01 3.83 5/188 13149
/proc/meminfo: memFree=17725616/32951132 swapFree=67111528/67111528
[pid=13110] ppid=13108 vsize=611184 CPUtime=402.29 cores=0,2
/proc/13110/stat : 13110 (minisat_noasser) R 13108 13110 12714 0 -1 4202496 153819 0 0 0 40170 59 0 0 25 0 1 0 471956515 625852416 152188 33554432000 134512640 135048876 4287464752 18446744073709551615 134548022 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13110/statm: 152796 152188 67 131 0 152663 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 611184

[startup+462.301 s]
/proc/loadavg: 4.00 4.00 3.84 5/188 13151
/proc/meminfo: memFree=17669812/32951132 swapFree=67111528/67111528
[pid=13110] ppid=13108 vsize=665332 CPUtime=462.3 cores=0,2
/proc/13110/stat : 13110 (minisat_noasser) R 13108 13110 12714 0 -1 4202496 167146 0 0 0 46166 64 0 0 25 0 1 0 471956515 681299968 165515 33554432000 134512640 135048876 4287464752 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13110/statm: 166333 165515 67 131 0 166200 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 665332

[startup+522.3 s]
/proc/loadavg: 4.00 4.00 3.84 5/188 13152
/proc/meminfo: memFree=17620456/32951132 swapFree=67111528/67111528
[pid=13110] ppid=13108 vsize=710828 CPUtime=522.3 cores=0,2
/proc/13110/stat : 13110 (minisat_noasser) R 13108 13110 12714 0 -1 4202496 178548 0 0 0 52160 70 0 0 25 0 1 0 471956515 727887872 176917 33554432000 134512640 135048876 4287464752 18446744073709551615 134546920 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13110/statm: 177707 176917 67 131 0 177574 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 710828

[startup+582.301 s]
/proc/loadavg: 4.07 4.02 3.85 5/188 13154
/proc/meminfo: memFree=17565024/32951132 swapFree=67111528/67111528
[pid=13110] ppid=13108 vsize=749944 CPUtime=582.31 cores=0,2
/proc/13110/stat : 13110 (minisat_noasser) R 13108 13110 12714 0 -1 4202496 188358 0 0 0 58155 76 0 0 25 0 1 0 471956515 767942656 186727 33554432000 134512640 135048876 4287464752 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13110/statm: 187486 186727 67 131 0 187353 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 749944

[startup+642.301 s]
/proc/loadavg: 4.02 4.01 3.86 5/188 13156
/proc/meminfo: memFree=17504756/32951132 swapFree=67111528/67111528
[pid=13110] ppid=13108 vsize=783476 CPUtime=642.3 cores=0,2
/proc/13110/stat : 13110 (minisat_noasser) R 13108 13110 12714 0 -1 4202496 196746 0 0 0 64151 79 0 0 25 0 1 0 471956515 802279424 195115 33554432000 134512640 135048876 4287464752 18446744073709551615 134546997 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13110/statm: 195869 195115 67 131 0 195736 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 783476

[startup+702.307 s]
/proc/loadavg: 4.01 4.00 3.86 5/188 13157
/proc/meminfo: memFree=17472504/32951132 swapFree=67111528/67111528
[pid=13110] ppid=13108 vsize=814556 CPUtime=702.31 cores=0,2
/proc/13110/stat : 13110 (minisat_noasser) R 13108 13110 12714 0 -1 4202496 204545 0 0 0 70148 83 0 0 25 0 1 0 471956515 834105344 202914 33554432000 134512640 135048876 4287464752 18446744073709551615 134547017 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13110/statm: 203639 202914 67 131 0 203506 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 814556

[startup+762.301 s]
/proc/loadavg: 4.00 4.00 3.87 5/188 13159
/proc/meminfo: memFree=17438024/32951132 swapFree=67111528/67111528
[pid=13110] ppid=13108 vsize=845212 CPUtime=762.3 cores=0,2
/proc/13110/stat : 13110 (minisat_noasser) R 13108 13110 12714 0 -1 4202496 212200 0 0 0 76143 87 0 0 25 0 1 0 471956515 865497088 210569 33554432000 134512640 135048876 4287464752 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13110/statm: 211303 210569 67 131 0 211170 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 845212

[startup+822.3 s]
/proc/loadavg: 4.06 4.01 3.88 5/188 13160
/proc/meminfo: memFree=17376884/32951132 swapFree=67111528/67111528
[pid=13110] ppid=13108 vsize=874836 CPUtime=822.31 cores=0,2
/proc/13110/stat : 13110 (minisat_noasser) R 13108 13110 12714 0 -1 4202496 219636 0 0 0 82139 92 0 0 25 0 1 0 471956515 895832064 218005 33554432000 134512640 135048876 4287464752 18446744073709551615 134546997 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13110/statm: 218709 218005 67 131 0 218576 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 874836

[startup+882.301 s]
/proc/loadavg: 4.02 4.01 3.89 5/188 13162
/proc/meminfo: memFree=17333600/32951132 swapFree=67111528/67111528
[pid=13110] ppid=13108 vsize=903456 CPUtime=882.31 cores=0,2
/proc/13110/stat : 13110 (minisat_noasser) R 13108 13110 12714 0 -1 4202496 226794 0 0 0 88136 95 0 0 25 0 1 0 471956515 925138944 225163 33554432000 134512640 135048876 4287464752 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13110/statm: 225864 225163 67 131 0 225731 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 903456

[startup+942.3 s]
/proc/loadavg: 4.00 4.00 3.89 5/188 13164
/proc/meminfo: memFree=17299868/32951132 swapFree=67111528/67111528
[pid=13110] ppid=13108 vsize=934132 CPUtime=942.3 cores=0,2
/proc/13110/stat : 13110 (minisat_noasser) R 13108 13110 12714 0 -1 4202496 234477 0 0 0 94131 99 0 0 25 0 1 0 471956515 956551168 232846 33554432000 134512640 135048876 4287464752 18446744073709551615 134547326 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13110/statm: 233533 232846 67 131 0 233400 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 934132

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.90 5/188 13165
/proc/meminfo: memFree=17255712/32951132 swapFree=67111528/67111528
[pid=13110] ppid=13108 vsize=978536 CPUtime=1002.31 cores=0,2
/proc/13110/stat : 13110 (minisat_noasser) R 13108 13110 12714 0 -1 4202496 245269 0 0 0 100125 106 0 0 25 0 1 0 471956515 1002020864 243638 33554432000 134512640 135048876 4287464752 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13110/statm: 244634 243638 67 131 0 244501 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 978536

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.90 5/188 13167
/proc/meminfo: memFree=17215156/32951132 swapFree=67111528/67111528
[pid=13110] ppid=13108 vsize=1018036 CPUtime=1062.31 cores=0,2
/proc/13110/stat : 13110 (minisat_noasser) R 13108 13110 12714 0 -1 4202496 255183 0 0 0 106119 112 0 0 25 0 1 0 471956515 1042468864 253552 33554432000 134512640 135048876 4287464752 18446744073709551615 134546920 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13110/statm: 254509 253552 67 131 0 254376 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 1018036

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/188 13168
/proc/meminfo: memFree=17174484/32951132 swapFree=67111528/67111528
[pid=13110] ppid=13108 vsize=1053472 CPUtime=1122.31 cores=0,2
/proc/13110/stat : 13110 (minisat_noasser) R 13108 13110 12714 0 -1 4202496 264058 0 0 0 112115 116 0 0 25 0 1 0 471956515 1078755328 262427 33554432000 134512640 135048876 4287464752 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13110/statm: 263368 262427 67 131 0 263235 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 1053472

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/188 13170
/proc/meminfo: memFree=17139516/32951132 swapFree=67111528/67111528
[pid=13110] ppid=13108 vsize=1087240 CPUtime=1182.32 cores=0,2
/proc/13110/stat : 13110 (minisat_noasser) R 13108 13110 12714 0 -1 4202496 272494 0 0 0 118112 120 0 0 25 0 1 0 471956515 1113333760 270863 33554432000 134512640 135048876 4287464752 18446744073709551615 134547326 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13110/statm: 271810 270863 67 131 0 271677 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1087240

[startup+1242.3 s]
/proc/loadavg: 4.05 4.01 3.91 5/188 13172
/proc/meminfo: memFree=17106144/32951132 swapFree=67111528/67111528
[pid=13110] ppid=13108 vsize=1118956 CPUtime=1242.32 cores=0,2
/proc/13110/stat : 13110 (minisat_noasser) R 13108 13110 12714 0 -1 4202496 280451 0 0 0 124108 124 0 0 25 0 1 0 471956515 1145810944 278820 33554432000 134512640 135048876 4287464752 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13110/statm: 279739 278820 67 131 0 279606 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 1118956



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.01 3.91 3/184 13175
/proc/meminfo: memFree=17361972/32951132 swapFree=67111528/67111528
[pid=13110] ppid=13108 vsize=1144200 CPUtime=1300.02 cores=0,2
/proc/13110/stat : 13110 (minisat_noasser) R 13108 13110 12714 0 -1 4202496 286745 0 0 0 129875 127 0 0 25 0 1 0 471956515 1171660800 285114 33554432000 134512640 135048876 4287464752 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13110/statm: 286050 285114 67 131 0 285917 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 1144200

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

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

[startup+1300 s]
/proc/loadavg: 4.02 4.01 3.91 3/184 13175
/proc/meminfo: memFree=17361972/32951132 swapFree=67111528/67111528
[pid=13110] ppid=13108 vsize=1144200 CPUtime=1300.02 cores=0,2
/proc/13110/stat : 13110 (minisat_noasser) R 13108 13110 12714 0 -1 4202496 286745 0 0 0 129875 127 0 0 25 0 1 0 471956515 1171660800 285114 33554432000 134512640 135048876 4287464752 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13110/statm: 286050 285114 67 131 0 285917 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 1144200

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.06
CPU time (s): 1300.09
CPU user time (s): 1298.76
CPU system time (s): 1.3328
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1144200

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

runsolver used 3.06553 second user time and 7.54685 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-24 02:06:09
IDJOB=3274475
IDBENCH=83251
IDSOLVER=1676
FILE ID=node131/3274475-1303603567
RUNJOBID= node131-1303603567-13068
PBS_JOBID= 13150611
Free space on /tmp= 71972 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-3274475-1303603567/watcher-3274475-1303603567 -o /tmp/evaluation-result-3274475-1303603567/solver-3274475-1303603567 -C 2400 -W 1300 -M 7680 --output-limit 1,15  HOME/minisat_noassertions HOME/instance-3274475-1303603567.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= e252fbf81407f3388187ab50f0786909
RANDOM SEED=675360057

node131.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.83
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.75
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.77
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      18505108 kB
Buffers:        994964 kB
Cached:       12837996 kB
SwapCached:          0 kB
Active:        4337984 kB
Inactive:      9593804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      18505108 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           35324 kB
Writeback:          12 kB
AnonPages:       98060 kB
Mapped:          16200 kB
Slab:           451480 kB
PageTables:       4920 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   283156 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71980 MiB
End job on node131 at 2011-04-24 02:27:51