Trace number 3274889

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

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m62-q1504.5-n60-p30-s88600538.cnf
MD5SUM76c30bc0971bc865c2b988ddaca89385
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.29319
Satisfiable
(Un)Satisfiability was proved
Number of variables3651
Number of clauses926696
Sum of the clauses size1856923
Maximum clause length62
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2926636
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 560

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:  3651                                                 |
0.00/0.00	c |  Number of clauses:    926696                                               |
0.19/0.26	c |  Parsing time:         0.25         s                                       |
89.20/89.22	c ============================[ Search Statistics ]==============================
89.20/89.22	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
89.20/89.22	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
89.20/89.22	c ===============================================================================
89.20/89.22	c |         0 |    3591   923045  2494701 |   307681        0    nan |  0.000 % |
89.20/89.25	c |       100 |    3591   923045  2494701 |   338449      100    304 |  0.000 % |
89.20/89.29	c |       252 |    3591   923045  2494701 |   372294      252    360 |  0.000 % |
89.29/89.34	c |       480 |    3591   923045  2494701 |   409524      480    365 |  0.000 % |
89.39/89.46	c |       818 |    3591   923045  2494701 |   450476      818    450 |  0.000 % |
89.49/89.59	c |      1326 |    3591   923045  2494701 |   495524     1326    426 |  0.000 % |
89.69/89.76	c |      2086 |    3591   923045  2494701 |   545076     2086    419 |  0.000 % |
89.99/90.09	c |      3226 |    3591   923045  2494701 |   599584     3226    498 |  0.000 % |
90.59/90.67	c |      4935 |    3591   923045  2494701 |   659542     4935    531 |  0.000 % |
91.79/91.88	c |      7499 |    3591   923045  2494701 |   725497     7499    494 |  0.000 % |
94.19/94.29	c |     11348 |    3591   923045  2494701 |   798047    11348    450 |  0.000 % |
102.50/102.59	c |     17116 |    3591   923045  2494701 |   877851    17116    432 |  0.000 % |
115.20/115.26	c |     25768 |    3591   923045  2494701 |   965636    25768    416 |  0.000 % |
154.10/154.15	c |     38742 |    3591   923045  2494701 |  1062200    38742    407 |  0.000 % |
264.29/264.30	c |     58206 |    3591   923045  2494701 |  1168420    58206    403 |  0.000 % |
476.20/476.21	c |     87398 |    3591   923045  2494701 |  1285262    87398    401 |  0.000 % |
891.32/891.38	c |    131189 |    3591   923045  2494701 |  1413788   131189    398 |  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-3274889-1303610608/watcher-3274889-1303610608 -o /tmp/evaluation-result-3274889-1303610608/solver-3274889-1303610608 -C 2400 -W 1300 -M 7680 --output-limit 1,15 HOME/minisat_noassertions HOME/instance-3274889-1303610608.cnf 

running on 2 cores: 1,3

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: 1.12 2.82 3.27 4/184 5614
/proc/meminfo: memFree=15794384/32950928 swapFree=67111528/67111528
[pid=5614] ppid=5612 vsize=20940 CPUtime=0.1 cores=1,3
/proc/5614/stat : 5614 (minisat_noasser) R 5612 5614 3830 0 -1 4202496 4921 0 0 0 9 1 0 0 23 0 1 0 472660611 21442560 4877 33554432000 134512640 135048876 4287202832 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/5614/statm: 5235 4878 50 131 0 5102 0

[startup+0.173739 s]
/proc/loadavg: 1.12 2.82 3.27 4/184 5614
/proc/meminfo: memFree=15794384/32950928 swapFree=67111528/67111528
[pid=5614] ppid=5612 vsize=33192 CPUtime=0.17 cores=1,3
/proc/5614/stat : 5614 (minisat_noasser) R 5612 5614 3830 0 -1 4202496 8001 0 0 0 16 1 0 0 23 0 1 0 472660611 33988608 7957 33554432000 134512640 135048876 4287202832 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/5614/statm: 8298 7960 50 131 0 8165 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 33192

[startup+0.200735 s]
/proc/loadavg: 1.12 2.82 3.27 4/184 5614
/proc/meminfo: memFree=15794384/32950928 swapFree=67111528/67111528
[pid=5614] ppid=5612 vsize=37416 CPUtime=0.19 cores=1,3
/proc/5614/stat : 5614 (minisat_noasser) R 5612 5614 3830 0 -1 4202496 9247 0 0 0 18 1 0 0 23 0 1 0 472660611 38313984 9203 33554432000 134512640 135048876 4287202832 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/5614/statm: 9354 9205 50 131 0 9221 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 37416

[startup+0.300717 s]
/proc/loadavg: 1.12 2.82 3.27 4/184 5614
/proc/meminfo: memFree=15794384/32950928 swapFree=67111528/67111528
[pid=5614] ppid=5612 vsize=50312 CPUtime=0.29 cores=1,3
/proc/5614/stat : 5614 (minisat_noasser) R 5612 5614 3830 0 -1 4202496 12294 0 0 0 28 1 0 0 23 0 1 0 472660611 51519488 12250 33554432000 134512640 135048876 4287202832 18446744073709551615 134529671 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/5614/statm: 12578 12250 62 131 0 12445 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 50312

[startup+0.700648 s]
/proc/loadavg: 1.12 2.82 3.27 4/184 5614
/proc/meminfo: memFree=15794384/32950928 swapFree=67111528/67111528
[pid=5614] ppid=5612 vsize=50312 CPUtime=0.69 cores=1,3
/proc/5614/stat : 5614 (minisat_noasser) R 5612 5614 3830 0 -1 4202496 12294 0 0 0 68 1 0 0 25 0 1 0 472660611 51519488 12250 33554432000 134512640 135048876 4287202832 18446744073709551615 134529404 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/5614/statm: 12578 12250 62 131 0 12445 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 50312

[startup+1.50051 s]
/proc/loadavg: 1.12 2.82 3.27 5/190 5621
/proc/meminfo: memFree=15678244/32950928 swapFree=67111528/67111528
[pid=5614] ppid=5612 vsize=50312 CPUtime=1.49 cores=1,3
/proc/5614/stat : 5614 (minisat_noasser) R 5612 5614 3830 0 -1 4202496 12294 0 0 0 148 1 0 0 25 0 1 0 472660611 51519488 12250 33554432000 134512640 135048876 4287202832 18446744073709551615 134529439 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/5614/statm: 12578 12250 62 131 0 12445 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 50312

[startup+3.10022 s]
/proc/loadavg: 1.12 2.82 3.27 5/190 5621
/proc/meminfo: memFree=15675640/32950928 swapFree=67111528/67111528
[pid=5614] ppid=5612 vsize=50312 CPUtime=3.09 cores=1,3
/proc/5614/stat : 5614 (minisat_noasser) R 5612 5614 3830 0 -1 4202496 12294 0 0 0 308 1 0 0 25 0 1 0 472660611 51519488 12250 33554432000 134512640 135048876 4287202832 18446744073709551615 134529422 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/5614/statm: 12578 12250 62 131 0 12445 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 50312

[startup+6.30065 s]
/proc/loadavg: 1.35 2.84 3.27 5/190 5621
/proc/meminfo: memFree=15667492/32950928 swapFree=67111528/67111528
[pid=5614] ppid=5612 vsize=51764 CPUtime=6.29 cores=1,3
/proc/5614/stat : 5614 (minisat_noasser) R 5612 5614 3830 0 -1 4202496 12653 0 0 0 628 1 0 0 25 0 1 0 472660611 53006336 12609 33554432000 134512640 135048876 4287202832 18446744073709551615 134529686 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/5614/statm: 12941 12609 62 131 0 12808 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 51764

[startup+12.7005 s]
/proc/loadavg: 1.57 2.86 3.28 5/190 5621
/proc/meminfo: memFree=15629200/32950928 swapFree=67111528/67111528
[pid=5614] ppid=5612 vsize=59432 CPUtime=12.69 cores=1,3
/proc/5614/stat : 5614 (minisat_noasser) R 5612 5614 3830 0 -1 4202496 14580 0 0 0 1268 1 0 0 25 0 1 0 472660611 60858368 14536 33554432000 134512640 135048876 4287202832 18446744073709551615 134529686 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/5614/statm: 14858 14536 62 131 0 14725 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 59432

[startup+25.5003 s]
/proc/loadavg: 2.10 2.91 3.29 5/190 5621
/proc/meminfo: memFree=15599544/32950928 swapFree=67111528/67111528
[pid=5614] ppid=5612 vsize=64688 CPUtime=25.49 cores=1,3
/proc/5614/stat : 5614 (minisat_noasser) R 5612 5614 3830 0 -1 4202496 15566 0 0 0 2548 1 0 0 25 0 1 0 472660611 66240512 15522 33554432000 134512640 135048876 4287202832 18446744073709551615 134529878 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/5614/statm: 16172 15522 62 131 0 16039 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 64688

[startup+51.1007 s]
/proc/loadavg: 2.75 3.00 3.30 5/190 5625
/proc/meminfo: memFree=15576748/32950928 swapFree=67111528/67111528
[pid=5614] ppid=5612 vsize=64688 CPUtime=51.09 cores=1,3
/proc/5614/stat : 5614 (minisat_noasser) R 5612 5614 3830 0 -1 4202496 15642 0 0 0 5108 1 0 0 25 0 1 0 472660611 66240512 15598 33554432000 134512640 135048876 4287202832 18446744073709551615 134529677 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/5614/statm: 16172 15598 62 131 0 16039 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 64688

[startup+102.301 s]
/proc/loadavg: 3.53 3.17 3.34 5/190 5626
/proc/meminfo: memFree=15535000/32950928 swapFree=67111528/67111528
[pid=5614] ppid=5612 vsize=72936 CPUtime=102.3 cores=1,3
/proc/5614/stat : 5614 (minisat_noasser) R 5612 5614 3830 0 -1 4202496 21855 0 0 0 10226 4 0 0 25 0 1 0 472660611 74686464 18029 33554432000 134512640 135048876 4287202832 18446744073709551615 134547023 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/5614/statm: 18234 18029 67 131 0 18101 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 72936

[startup+162.301 s]
/proc/loadavg: 3.83 3.31 3.38 5/190 5628
/proc/meminfo: memFree=15474968/32950928 swapFree=67111528/67111528
[pid=5614] ppid=5612 vsize=110924 CPUtime=162.29 cores=1,3
/proc/5614/stat : 5614 (minisat_noasser) R 5612 5614 3830 0 -1 4202496 31322 0 0 0 16221 8 0 0 25 0 1 0 472660611 113586176 27496 33554432000 134512640 135048876 4287202832 18446744073709551615 134547023 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/5614/statm: 27731 27496 67 131 0 27598 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 110924

[startup+222.306 s]
/proc/loadavg: 3.93 3.44 3.42 5/190 5630
/proc/meminfo: memFree=15402900/32950928 swapFree=67111528/67111528
[pid=5614] ppid=5612 vsize=129844 CPUtime=222.3 cores=1,3
/proc/5614/stat : 5614 (minisat_noasser) R 5612 5614 3830 0 -1 4202496 36028 0 0 0 22220 10 0 0 25 0 1 0 472660611 132960256 32202 33554432000 134512640 135048876 4287202832 18446744073709551615 134546999 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/5614/statm: 32461 32202 67 131 0 32328 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 129844

[startup+282.301 s]
/proc/loadavg: 3.97 3.54 3.45 5/190 5631
/proc/meminfo: memFree=15355752/32950928 swapFree=67111528/67111528
[pid=5614] ppid=5612 vsize=144656 CPUtime=282.3 cores=1,3
/proc/5614/stat : 5614 (minisat_noasser) R 5612 5614 3830 0 -1 4202496 39701 0 0 0 28218 12 0 0 25 0 1 0 472660611 148127744 35875 33554432000 134512640 135048876 4287202832 18446744073709551615 134546983 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/5614/statm: 36164 35875 67 131 0 36031 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 144656

[startup+342.3 s]
/proc/loadavg: 4.02 3.63 3.49 5/190 5633
/proc/meminfo: memFree=15315184/32950928 swapFree=67111528/67111528
[pid=5614] ppid=5612 vsize=157224 CPUtime=342.29 cores=1,3
/proc/5614/stat : 5614 (minisat_noasser) R 5612 5614 3830 0 -1 4202496 42789 0 0 0 34216 13 0 0 25 0 1 0 472660611 160997376 38963 33554432000 134512640 135048876 4287202832 18446744073709551615 134546999 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/5614/statm: 39306 38963 67 131 0 39173 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 157224

[startup+402.301 s]
/proc/loadavg: 4.01 3.70 3.52 5/190 5634
/proc/meminfo: memFree=15278104/32950928 swapFree=67111528/67111528
[pid=5614] ppid=5612 vsize=170828 CPUtime=402.3 cores=1,3
/proc/5614/stat : 5614 (minisat_noasser) R 5612 5614 3830 0 -1 4202496 46175 0 0 0 40215 15 0 0 25 0 1 0 472660611 174927872 42349 33554432000 134512640 135048876 4287202832 18446744073709551615 134546983 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/5614/statm: 42707 42349 67 131 0 42574 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 170828

[startup+462.301 s]
/proc/loadavg: 4.11 3.78 3.56 5/190 5636
/proc/meminfo: memFree=15239128/32950928 swapFree=67111528/67111528
[pid=5614] ppid=5612 vsize=185160 CPUtime=462.3 cores=1,3
/proc/5614/stat : 5614 (minisat_noasser) R 5612 5614 3830 0 -1 4202496 49715 0 0 0 46213 17 0 0 25 0 1 0 472660611 189603840 45889 33554432000 134512640 135048876 4287202832 18446744073709551615 134546990 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/5614/statm: 46290 45889 67 131 0 46157 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 185160

[startup+522.3 s]
/proc/loadavg: 4.04 3.82 3.58 5/190 5638
/proc/meminfo: memFree=15200176/32950928 swapFree=67111528/67111528
[pid=5614] ppid=5612 vsize=197564 CPUtime=522.3 cores=1,3
/proc/5614/stat : 5614 (minisat_noasser) R 5612 5614 3830 0 -1 4202496 52820 0 0 0 52211 19 0 0 25 0 1 0 472660611 202305536 48994 33554432000 134512640 135048876 4287202832 18446744073709551615 134546990 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/5614/statm: 49391 48994 67 131 0 49258 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 197564

[startup+582.301 s]
/proc/loadavg: 4.01 3.85 3.60 5/190 5639
/proc/meminfo: memFree=15165064/32950928 swapFree=67111528/67111528
[pid=5614] ppid=5612 vsize=209484 CPUtime=582.31 cores=1,3
/proc/5614/stat : 5614 (minisat_noasser) R 5612 5614 3830 0 -1 4202496 55711 0 0 0 58210 21 0 0 25 0 1 0 472660611 214511616 51885 33554432000 134512640 135048876 4287202832 18446744073709551615 134553584 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/5614/statm: 52371 51885 67 131 0 52238 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 209484

[startup+642.3 s]
/proc/loadavg: 4.00 3.87 3.63 5/190 5641
/proc/meminfo: memFree=15139000/32950928 swapFree=67111528/67111528
[pid=5614] ppid=5612 vsize=219544 CPUtime=642.31 cores=1,3
/proc/5614/stat : 5614 (minisat_noasser) R 5612 5614 3830 0 -1 4202496 58218 0 0 0 64209 22 0 0 25 0 1 0 472660611 224813056 54392 33554432000 134512640 135048876 4287202832 18446744073709551615 134546999 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/5614/statm: 54886 54392 67 131 0 54753 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 219544

[startup+702.301 s]
/proc/loadavg: 4.04 3.91 3.65 5/190 5642
/proc/meminfo: memFree=15109704/32950928 swapFree=67111528/67111528
[pid=5614] ppid=5612 vsize=228788 CPUtime=702.31 cores=1,3
/proc/5614/stat : 5614 (minisat_noasser) R 5612 5614 3830 0 -1 4202496 60496 0 0 0 70208 23 0 0 25 0 1 0 472660611 234278912 56670 33554432000 134512640 135048876 4287202832 18446744073709551615 134546997 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/5614/statm: 57197 56670 67 131 0 57064 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 228788

[startup+762.301 s]
/proc/loadavg: 4.01 3.92 3.67 5/190 5644
/proc/meminfo: memFree=15078788/32950928 swapFree=67111528/67111528
[pid=5614] ppid=5612 vsize=238116 CPUtime=762.32 cores=1,3
/proc/5614/stat : 5614 (minisat_noasser) R 5612 5614 3830 0 -1 4202496 62818 0 0 0 76207 25 0 0 25 0 1 0 472660611 243830784 58992 33554432000 134512640 135048876 4287202832 18446744073709551615 134546983 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/5614/statm: 59529 58992 67 131 0 59396 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 238116

[startup+822.3 s]
/proc/loadavg: 4.00 3.93 3.69 5/190 5646
/proc/meminfo: memFree=15052080/32950928 swapFree=67111528/67111528
[pid=5614] ppid=5612 vsize=248084 CPUtime=822.31 cores=1,3
/proc/5614/stat : 5614 (minisat_noasser) R 5612 5614 3830 0 -1 4202496 65285 0 0 0 82205 26 0 0 25 0 1 0 472660611 254038016 61459 33554432000 134512640 135048876 4287202832 18446744073709551615 134547008 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/5614/statm: 62021 61459 67 131 0 61888 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 248084

[startup+882.307 s]
/proc/loadavg: 4.05 3.96 3.71 5/190 5647
/proc/meminfo: memFree=15023524/32950928 swapFree=67111528/67111528
[pid=5614] ppid=5612 vsize=260356 CPUtime=882.32 cores=1,3
/proc/5614/stat : 5614 (minisat_noasser) R 5612 5614 3830 0 -1 4202496 68326 0 0 0 88205 27 0 0 25 0 1 0 472660611 266604544 64500 33554432000 134512640 135048876 4287202832 18446744073709551615 134546922 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/5614/statm: 65089 64500 67 131 0 64956 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 260356

[startup+942.301 s]
/proc/loadavg: 4.02 3.96 3.73 5/190 5649
/proc/meminfo: memFree=15004648/32950928 swapFree=67111528/67111528
[pid=5614] ppid=5612 vsize=269340 CPUtime=942.32 cores=1,3
/proc/5614/stat : 5614 (minisat_noasser) R 5612 5614 3830 0 -1 4202496 70532 0 0 0 94203 29 0 0 25 0 1 0 472660611 275804160 66706 33554432000 134512640 135048876 4287202832 18446744073709551615 134546983 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/5614/statm: 67335 66706 67 131 0 67202 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 269340

[startup+1002.3 s]
/proc/loadavg: 4.06 3.98 3.74 5/190 5650
/proc/meminfo: memFree=14983676/32950928 swapFree=67111528/67111528
[pid=5614] ppid=5612 vsize=279744 CPUtime=1002.32 cores=1,3
/proc/5614/stat : 5614 (minisat_noasser) R 5612 5614 3830 0 -1 4202496 73019 0 0 0 100201 31 0 0 25 0 1 0 472660611 286457856 69193 33554432000 134512640 135048876 4287202832 18446744073709551615 134547017 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/5614/statm: 69936 69193 67 131 0 69803 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 279744

[startup+1062.3 s]
/proc/loadavg: 4.06 4.00 3.76 5/190 5652
/proc/meminfo: memFree=14960452/32950928 swapFree=67111528/67111528
[pid=5614] ppid=5612 vsize=291112 CPUtime=1062.32 cores=1,3
/proc/5614/stat : 5614 (minisat_noasser) R 5612 5614 3830 0 -1 4202496 75806 0 0 0 106199 33 0 0 25 0 1 0 472660611 298098688 71980 33554432000 134512640 135048876 4287202832 18446744073709551615 134546997 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/5614/statm: 72778 71980 67 131 0 72645 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 291112

[startup+1122.3 s]
/proc/loadavg: 4.17 4.03 3.78 6/197 13989
/proc/meminfo: memFree=14935308/32950928 swapFree=67111528/67111528
[pid=5614] ppid=5612 vsize=301852 CPUtime=1122.32 cores=1,3
/proc/5614/stat : 5614 (minisat_noasser) R 5612 5614 3830 0 -1 4202496 78473 0 0 0 112198 34 0 0 25 0 1 0 472660611 309096448 74647 33554432000 134512640 135048876 4287202832 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/5614/statm: 75463 74647 67 131 0 75330 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 301852

[startup+1182.3 s]
/proc/loadavg: 4.43 4.15 3.84 5/190 11409
/proc/meminfo: memFree=14920944/32950928 swapFree=67111528/67111528
[pid=5614] ppid=5612 vsize=310880 CPUtime=1182.32 cores=1,3
/proc/5614/stat : 5614 (minisat_noasser) R 5612 5614 3830 0 -1 4202496 80665 0 0 0 118197 35 0 0 25 0 1 0 472660611 318341120 76839 33554432000 134512640 135048876 4287202832 18446744073709551615 134546990 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/5614/statm: 77720 76839 67 131 0 77587 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 310880

[startup+1242.3 s]
/proc/loadavg: 3.93 4.07 3.83 4/184 11428
/proc/meminfo: memFree=14971920/32950928 swapFree=67111528/67111528
[pid=5614] ppid=5612 vsize=320504 CPUtime=1242.32 cores=1,3
/proc/5614/stat : 5614 (minisat_noasser) R 5612 5614 3830 0 -1 4202496 83052 0 0 0 124195 37 0 0 25 0 1 0 472660611 328196096 79226 33554432000 134512640 135048876 4287202832 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/5614/statm: 80126 79226 67 131 0 79993 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 320504



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.34 3.88 3.78 3/182 11430
/proc/meminfo: memFree=15161516/32950928 swapFree=67111528/67111528
[pid=5614] ppid=5612 vsize=331368 CPUtime=1300.03 cores=1,3
/proc/5614/stat : 5614 (minisat_noasser) R 5612 5614 3830 0 -1 4202496 85742 0 0 0 129964 39 0 0 25 0 1 0 472660611 339320832 81916 33554432000 134512640 135048876 4287202832 18446744073709551615 134546983 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/5614/statm: 82842 81916 67 131 0 82709 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 331368

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: 3.34 3.88 3.78 3/182 11430
/proc/meminfo: memFree=15161516/32950928 swapFree=67111528/67111528
[pid=5614] ppid=5612 vsize=331368 CPUtime=1300.03 cores=1,3
/proc/5614/stat : 5614 (minisat_noasser) R 5612 5614 3830 0 -1 4202496 85742 0 0 0 129964 39 0 0 25 0 1 0 472660611 339320832 81916 33554432000 134512640 135048876 4287202832 18446744073709551615 134546983 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/5614/statm: 82842 81916 67 131 0 82709 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 331368

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.06
CPU user time (s): 1299.65
CPU system time (s): 0.408937
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 331368

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

runsolver used 2.11168 second user time and 4.98924 second system time

The end

Launcher Data

Begin job on node123 at 2011-04-24 04:03:28
IDJOB=3274889
IDBENCH=88219
IDSOLVER=1676
FILE ID=node123/3274889-1303610608
RUNJOBID= node123-1303610608-5580
PBS_JOBID= 13150618
Free space on /tmp= 72744 MiB

SOLVER NAME= SAT07 reference solver: minisat SAT 2007
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m62-q1504.5-n60-p30-s88600538.cnf
COMMAND LINE= HOME/minisat_noassertions BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3274889-1303610608/watcher-3274889-1303610608 -o /tmp/evaluation-result-3274889-1303610608/solver-3274889-1303610608 -C 2400 -W 1300 -M 7680 --output-limit 1,15  HOME/minisat_noassertions HOME/instance-3274889-1303610608.cnf

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

MD5SUM BENCH= 76c30bc0971bc865c2b988ddaca89385
RANDOM SEED=1431660245

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
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:     32950928 kB
MemFree:      15794540 kB
Buffers:       2138768 kB
Cached:       14408596 kB
SwapCached:          0 kB
Active:        7825920 kB
Inactive:      8798604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15794540 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           33088 kB
Writeback:           0 kB
AnonPages:       76556 kB
Mapped:          14884 kB
Slab:           467188 kB
PageTables:       5472 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   243024 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= 72744 MiB
End job on node123 at 2011-04-24 04:25:10