Trace number 3274883

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

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m62-q1327.5-n60-p15-s1351253.cnf
MD5SUMb23c52475e3d098cb9d5a92c025d6982
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7.18991
Satisfiable
(Un)Satisfiability was proved
Number of variables3420
Number of clauses1120760
Sum of the clauses size2244820
Maximum clause length62
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21120700
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:  3420                                                 |
0.00/0.00	c |  Number of clauses:    1120760                                              |
0.28/0.32	c |  Parsing time:         0.30         s                                       |
166.09/166.11	c ============================[ Search Statistics ]==============================
166.09/166.11	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
166.09/166.11	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
166.09/166.11	c ===============================================================================
166.09/166.11	c |         0 |    3360  1117340  3177670 |   372446        0    nan |  0.000 % |
166.09/166.16	c |       101 |    3360  1117340  3177670 |   409691      101    316 |  0.000 % |
166.09/166.18	c |       251 |    3360  1117340  3177670 |   450660      251    267 |  0.000 % |
166.19/166.24	c |       477 |    3360  1117340  3177670 |   495726      477    296 |  0.000 % |
166.29/166.32	c |       816 |    3360  1117340  3177670 |   545299      816    317 |  0.000 % |
166.49/166.51	c |      1322 |    3360  1117340  3177670 |   599829     1322    482 |  0.000 % |
166.69/166.78	c |      2082 |    3360  1117340  3177670 |   659811     2082    439 |  0.000 % |
167.19/167.25	c |      3225 |    3360  1117340  3177670 |   725793     3225    416 |  0.000 % |
168.19/168.21	c |      4936 |    3360  1117340  3177670 |   798372     4936    398 |  0.000 % |
170.39/170.48	c |      7498 |    3360  1117340  3177670 |   878209     7498    381 |  0.000 % |
174.19/174.27	c |     11343 |    3360  1117340  3177670 |   966030    11343    363 |  0.000 % |
182.78/182.87	c |     17110 |    3360  1117340  3177670 |  1062633    17110    351 |  0.000 % |
198.39/198.43	c |     25759 |    3360  1117340  3177670 |  1168897    25759    344 |  0.000 % |
226.09/226.17	c |     38735 |    3360  1117340  3177670 |  1285786    38735    334 |  0.000 % |
307.79/307.89	c |     58196 |    3360  1117340  3177670 |  1414365    58196    331 |  0.000 % |
468.50/468.57	c |     87388 |    3360  1117340  3177670 |  1555802    87388    330 |  0.000 % |
797.61/797.68	c |    131180 |    3360  1117340  3177670 |  1711382   131180    325 |  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-3274883-1303610608/watcher-3274883-1303610608 -o /tmp/evaluation-result-3274883-1303610608/solver-3274883-1303610608 -C 2400 -W 1300 -M 7680 --output-limit 1,15 HOME/minisat_noassertions HOME/instance-3274883-1303610608.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: 1.12 2.82 3.27 6/188 5619
/proc/meminfo: memFree=15787392/32950928 swapFree=67111528/67111528
[pid=5619] ppid=5617 vsize=11800 CPUtime=0 cores=0,2
/proc/5619/stat : 5619 (runsolver) R 5617 5619 3830 0 -1 4202560 43 0 0 0 0 0 0 0 21 0 1 0 472660614 12083200 51 33554432000 4194304 5434984 140735349733024 18446744073709551615 4881607 0 2147483391 4096 24578 0 0 0 17 2 0 0 0
/proc/5619/statm: 2950 51 31 303 0 2644 0

[startup+0.101146 s]
/proc/loadavg: 1.12 2.82 3.27 6/188 5619
/proc/meminfo: memFree=15787392/32950928 swapFree=67111528/67111528
[pid=5619] ppid=5617 vsize=19388 CPUtime=0.08 cores=0,2
/proc/5619/stat : 5619 (minisat_noasser) R 5617 5619 3830 0 -1 4202496 4470 0 0 0 8 0 0 0 21 0 1 0 472660614 19853312 4426 33554432000 134512640 135048876 4294727520 18446744073709551615 134530821 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/5619/statm: 4847 4428 50 131 0 4714 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 19388

[startup+0.20113 s]
/proc/loadavg: 1.12 2.82 3.27 6/188 5619
/proc/meminfo: memFree=15787392/32950928 swapFree=67111528/67111528
[pid=5619] ppid=5617 vsize=36660 CPUtime=0.18 cores=0,2
/proc/5619/stat : 5619 (minisat_noasser) R 5617 5619 3830 0 -1 4202496 9046 0 0 0 17 1 0 0 21 0 1 0 472660614 37539840 9002 33554432000 134512640 135048876 4294727520 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/5619/statm: 9165 9004 50 131 0 9032 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 36660

[startup+0.301113 s]
/proc/loadavg: 1.12 2.82 3.27 6/188 5619
/proc/meminfo: memFree=15787392/32950928 swapFree=67111528/67111528
[pid=5619] ppid=5617 vsize=54716 CPUtime=0.28 cores=0,2
/proc/5619/stat : 5619 (minisat_noasser) R 5617 5619 3830 0 -1 4202496 13574 0 0 0 27 1 0 0 22 0 1 0 472660614 56029184 13530 33554432000 134512640 135048876 4294727520 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/5619/statm: 13679 13531 50 131 0 13546 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 54716

[startup+0.701041 s]
/proc/loadavg: 1.12 2.82 3.27 6/188 5619
/proc/meminfo: memFree=15787392/32950928 swapFree=67111528/67111528
[pid=5619] ppid=5617 vsize=63040 CPUtime=0.69 cores=0,2
/proc/5619/stat : 5619 (minisat_noasser) R 5617 5619 3830 0 -1 4202496 14818 0 0 0 67 2 0 0 23 0 1 0 472660614 64552960 14774 33554432000 134512640 135048876 4294727520 18446744073709551615 134529220 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/5619/statm: 15760 14774 62 131 0 15627 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 63040

[startup+1.5009 s]
/proc/loadavg: 1.12 2.82 3.27 5/190 5621
/proc/meminfo: memFree=15677872/32950928 swapFree=67111528/67111528
[pid=5619] ppid=5617 vsize=63040 CPUtime=1.49 cores=0,2
/proc/5619/stat : 5619 (minisat_noasser) R 5617 5619 3830 0 -1 4202496 14818 0 0 0 147 2 0 0 25 0 1 0 472660614 64552960 14774 33554432000 134512640 135048876 4294727520 18446744073709551615 134529347 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/5619/statm: 15760 14774 62 131 0 15627 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 63040

[startup+3.10068 s]
/proc/loadavg: 1.12 2.82 3.27 5/190 5621
/proc/meminfo: memFree=15675516/32950928 swapFree=67111528/67111528
[pid=5619] ppid=5617 vsize=63040 CPUtime=3.09 cores=0,2
/proc/5619/stat : 5619 (minisat_noasser) R 5617 5619 3830 0 -1 4202496 14818 0 0 0 307 2 0 0 25 0 1 0 472660614 64552960 14774 33554432000 134512640 135048876 4294727520 18446744073709551615 134529400 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/5619/statm: 15760 14774 62 131 0 15627 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 63040

[startup+6.30105 s]
/proc/loadavg: 1.35 2.84 3.27 5/190 5621
/proc/meminfo: memFree=15667368/32950928 swapFree=67111528/67111528
[pid=5619] ppid=5617 vsize=63040 CPUtime=6.29 cores=0,2
/proc/5619/stat : 5619 (minisat_noasser) R 5617 5619 3830 0 -1 4202496 14818 0 0 0 627 2 0 0 25 0 1 0 472660614 64552960 14774 33554432000 134512640 135048876 4294727520 18446744073709551615 134529224 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/5619/statm: 15760 14774 62 131 0 15627 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 63040

[startup+12.7009 s]
/proc/loadavg: 1.57 2.86 3.28 5/190 5621
/proc/meminfo: memFree=15629200/32950928 swapFree=67111528/67111528
[pid=5619] ppid=5617 vsize=68748 CPUtime=12.69 cores=0,2
/proc/5619/stat : 5619 (minisat_noasser) R 5617 5619 3830 0 -1 4202496 16259 0 0 0 1267 2 0 0 25 0 1 0 472660614 70397952 16215 33554432000 134512640 135048876 4294727520 18446744073709551615 134529400 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/5619/statm: 17187 16215 62 131 0 17054 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 68748

[startup+25.5007 s]
/proc/loadavg: 2.10 2.91 3.29 5/190 5621
/proc/meminfo: memFree=15599544/32950928 swapFree=67111528/67111528
[pid=5619] ppid=5617 vsize=78080 CPUtime=25.48 cores=0,2
/proc/5619/stat : 5619 (minisat_noasser) R 5617 5619 3830 0 -1 4202496 18635 0 0 0 2546 2 0 0 25 0 1 0 472660614 79953920 18591 33554432000 134512640 135048876 4294727520 18446744073709551615 134521190 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/5619/statm: 19520 18591 62 131 0 19387 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 78080

[startup+51.1012 s]
/proc/loadavg: 2.75 3.00 3.30 5/190 5625
/proc/meminfo: memFree=15576748/32950928 swapFree=67111528/67111528
[pid=5619] ppid=5617 vsize=85772 CPUtime=51.08 cores=0,2
/proc/5619/stat : 5619 (minisat_noasser) R 5617 5619 3830 0 -1 4202496 19822 0 0 0 5106 2 0 0 25 0 1 0 472660614 87830528 19778 33554432000 134512640 135048876 4294727520 18446744073709551615 134529236 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/5619/statm: 21443 19778 62 131 0 21310 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 85772

[startup+102.301 s]
/proc/loadavg: 3.53 3.17 3.34 5/190 5626
/proc/meminfo: memFree=15535000/32950928 swapFree=67111528/67111528
[pid=5619] ppid=5617 vsize=85772 CPUtime=102.29 cores=0,2
/proc/5619/stat : 5619 (minisat_noasser) R 5617 5619 3830 0 -1 4202496 20031 0 0 0 10227 2 0 0 25 0 1 0 472660614 87830528 19987 33554432000 134512640 135048876 4294727520 18446744073709551615 134529671 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/5619/statm: 21443 19987 62 131 0 21310 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 85772

[startup+162.301 s]
/proc/loadavg: 3.83 3.31 3.38 5/190 5628
/proc/meminfo: memFree=15474968/32950928 swapFree=67111528/67111528
[pid=5619] ppid=5617 vsize=85772 CPUtime=162.29 cores=0,2
/proc/5619/stat : 5619 (minisat_noasser) R 5617 5619 3830 0 -1 4202496 20083 0 0 0 16226 3 0 0 25 0 1 0 472660614 87830528 20039 33554432000 134512640 135048876 4294727520 18446744073709551615 134529677 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/5619/statm: 21443 20039 62 131 0 21310 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 85772

[startup+222.307 s]
/proc/loadavg: 3.93 3.44 3.42 5/190 5630
/proc/meminfo: memFree=15402776/32950928 swapFree=67111528/67111528
[pid=5619] ppid=5617 vsize=107792 CPUtime=222.3 cores=0,2
/proc/5619/stat : 5619 (minisat_noasser) R 5617 5619 3830 0 -1 4202496 31138 0 0 0 22222 8 0 0 25 0 1 0 472660614 110379008 26341 33554432000 134512640 135048876 4294727520 18446744073709551615 134546997 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/5619/statm: 26948 26341 67 131 0 26815 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 107792

[startup+282.3 s]
/proc/loadavg: 3.97 3.54 3.45 5/190 5631
/proc/meminfo: memFree=15355628/32950928 swapFree=67111528/67111528
[pid=5619] ppid=5617 vsize=129040 CPUtime=282.29 cores=0,2
/proc/5619/stat : 5619 (minisat_noasser) R 5617 5619 3830 0 -1 4202496 36407 0 0 0 28219 10 0 0 25 0 1 0 472660614 132136960 31610 33554432000 134512640 135048876 4294727520 18446744073709551615 134546983 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/5619/statm: 32260 31610 67 131 0 32127 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 129040

[startup+342.301 s]
/proc/loadavg: 4.02 3.63 3.49 5/190 5633
/proc/meminfo: memFree=15315184/32950928 swapFree=67111528/67111528
[pid=5619] ppid=5617 vsize=149156 CPUtime=342.29 cores=0,2
/proc/5619/stat : 5619 (minisat_noasser) R 5617 5619 3830 0 -1 4202496 41356 0 0 0 34217 12 0 0 25 0 1 0 472660614 152735744 36559 33554432000 134512640 135048876 4294727520 18446744073709551615 134547023 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/5619/statm: 37289 36559 67 131 0 37156 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 149156

[startup+402.301 s]
/proc/loadavg: 4.01 3.70 3.52 5/190 5634
/proc/meminfo: memFree=15278104/32950928 swapFree=67111528/67111528
[pid=5619] ppid=5617 vsize=165332 CPUtime=402.29 cores=0,2
/proc/5619/stat : 5619 (minisat_noasser) R 5617 5619 3830 0 -1 4202496 45363 0 0 0 40215 14 0 0 25 0 1 0 472660614 169299968 40566 33554432000 134512640 135048876 4294727520 18446744073709551615 134547326 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/5619/statm: 41333 40566 67 131 0 41200 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 165332

[startup+462.3 s]
/proc/loadavg: 4.11 3.78 3.56 5/190 5636
/proc/meminfo: memFree=15239128/32950928 swapFree=67111528/67111528
[pid=5619] ppid=5617 vsize=179004 CPUtime=462.29 cores=0,2
/proc/5619/stat : 5619 (minisat_noasser) R 5617 5619 3830 0 -1 4202496 48774 0 0 0 46214 15 0 0 25 0 1 0 472660614 183300096 43977 33554432000 134512640 135048876 4294727520 18446744073709551615 134547017 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/5619/statm: 44751 43977 67 131 0 44618 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 179004

[startup+522.301 s]
/proc/loadavg: 4.04 3.82 3.58 5/190 5638
/proc/meminfo: memFree=15200176/32950928 swapFree=67111528/67111528
[pid=5619] ppid=5617 vsize=191372 CPUtime=522.3 cores=0,2
/proc/5619/stat : 5619 (minisat_noasser) R 5617 5619 3830 0 -1 4202496 51755 0 0 0 52214 16 0 0 25 0 1 0 472660614 195964928 46958 33554432000 134512640 135048876 4294727520 18446744073709551615 134546990 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/5619/statm: 47843 46958 67 131 0 47710 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 191372

[startup+582.3 s]
/proc/loadavg: 4.01 3.85 3.60 5/190 5639
/proc/meminfo: memFree=15165064/32950928 swapFree=67111528/67111528
[pid=5619] ppid=5617 vsize=204880 CPUtime=582.29 cores=0,2
/proc/5619/stat : 5619 (minisat_noasser) R 5617 5619 3830 0 -1 4202496 55058 0 0 0 58211 18 0 0 25 0 1 0 472660614 209797120 50261 33554432000 134512640 135048876 4294727520 18446744073709551615 134546980 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/5619/statm: 51220 50261 67 131 0 51087 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 204880

[startup+642.301 s]
/proc/loadavg: 4.00 3.87 3.63 5/190 5641
/proc/meminfo: memFree=15139000/32950928 swapFree=67111528/67111528
[pid=5619] ppid=5617 vsize=214720 CPUtime=642.3 cores=0,2
/proc/5619/stat : 5619 (minisat_noasser) R 5617 5619 3830 0 -1 4202496 57511 0 0 0 64211 19 0 0 25 0 1 0 472660614 219873280 52714 33554432000 134512640 135048876 4294727520 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/5619/statm: 53680 52714 67 131 0 53547 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 214720

[startup+702.301 s]
/proc/loadavg: 4.04 3.91 3.65 5/190 5642
/proc/meminfo: memFree=15109704/32950928 swapFree=67111528/67111528
[pid=5619] ppid=5617 vsize=226324 CPUtime=702.3 cores=0,2
/proc/5619/stat : 5619 (minisat_noasser) R 5617 5619 3830 0 -1 4202496 60374 0 0 0 70209 21 0 0 25 0 1 0 472660614 231755776 55577 33554432000 134512640 135048876 4294727520 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/5619/statm: 56581 55577 67 131 0 56448 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 226324

[startup+762.3 s]
/proc/loadavg: 4.01 3.92 3.67 5/190 5644
/proc/meminfo: memFree=15078788/32950928 swapFree=67111528/67111528
[pid=5619] ppid=5617 vsize=236472 CPUtime=762.3 cores=0,2
/proc/5619/stat : 5619 (minisat_noasser) R 5617 5619 3830 0 -1 4202496 62885 0 0 0 76208 22 0 0 25 0 1 0 472660614 242147328 58088 33554432000 134512640 135048876 4294727520 18446744073709551615 134546997 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/5619/statm: 59118 58088 67 131 0 58985 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 236472

[startup+822.301 s]
/proc/loadavg: 4.00 3.93 3.69 5/190 5646
/proc/meminfo: memFree=15052080/32950928 swapFree=67111528/67111528
[pid=5619] ppid=5617 vsize=244508 CPUtime=822.3 cores=0,2
/proc/5619/stat : 5619 (minisat_noasser) R 5617 5619 3830 0 -1 4202496 64870 0 0 0 82207 23 0 0 25 0 1 0 472660614 250376192 60073 33554432000 134512640 135048876 4294727520 18446744073709551615 134546980 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/5619/statm: 61127 60073 67 131 0 60994 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 244508

[startup+882.307 s]
/proc/loadavg: 4.05 3.96 3.71 5/190 5647
/proc/meminfo: memFree=15023524/32950928 swapFree=67111528/67111528
[pid=5619] ppid=5617 vsize=256100 CPUtime=882.31 cores=0,2
/proc/5619/stat : 5619 (minisat_noasser) R 5617 5619 3830 0 -1 4202496 67641 0 0 0 88207 24 0 0 25 0 1 0 472660614 262246400 62844 33554432000 134512640 135048876 4294727520 18446744073709551615 134546894 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/5619/statm: 64025 62844 67 131 0 63892 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 256100

[startup+942.301 s]
/proc/loadavg: 4.02 3.96 3.73 5/190 5649
/proc/meminfo: memFree=15004648/32950928 swapFree=67111528/67111528
[pid=5619] ppid=5617 vsize=266176 CPUtime=942.3 cores=0,2
/proc/5619/stat : 5619 (minisat_noasser) R 5617 5619 3830 0 -1 4202496 70078 0 0 0 94205 25 0 0 25 0 1 0 472660614 272564224 65281 33554432000 134512640 135048876 4294727520 18446744073709551615 134546983 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/5619/statm: 66544 65281 67 131 0 66411 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 266176

[startup+1002.3 s]
/proc/loadavg: 4.06 3.98 3.74 5/190 5650
/proc/meminfo: memFree=14983676/32950928 swapFree=67111528/67111528
[pid=5619] ppid=5617 vsize=276816 CPUtime=1002.31 cores=0,2
/proc/5619/stat : 5619 (minisat_noasser) R 5617 5619 3830 0 -1 4202496 72695 0 0 0 100204 27 0 0 25 0 1 0 472660614 283459584 67898 33554432000 134512640 135048876 4294727520 18446744073709551615 134546990 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/5619/statm: 69204 67898 67 131 0 69071 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 276816

[startup+1062.3 s]
/proc/loadavg: 4.06 4.00 3.76 5/190 5652
/proc/meminfo: memFree=14960328/32950928 swapFree=67111528/67111528
[pid=5619] ppid=5617 vsize=286616 CPUtime=1062.31 cores=0,2
/proc/5619/stat : 5619 (minisat_noasser) R 5617 5619 3830 0 -1 4202496 75074 0 0 0 106203 28 0 0 25 0 1 0 472660614 293494784 70277 33554432000 134512640 135048876 4294727520 18446744073709551615 134546997 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/5619/statm: 71654 70277 67 131 0 71521 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 286616

[startup+1122.3 s]
/proc/loadavg: 4.17 4.03 3.78 6/196 14018
/proc/meminfo: memFree=14934944/32950928 swapFree=67111528/67111528
[pid=5619] ppid=5617 vsize=294136 CPUtime=1122.31 cores=0,2
/proc/5619/stat : 5619 (minisat_noasser) R 5617 5619 3830 0 -1 4202496 76926 0 0 0 112202 29 0 0 25 0 1 0 472660614 301195264 72129 33554432000 134512640 135048876 4294727520 18446744073709551615 134546990 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/5619/statm: 73534 72129 67 131 0 73401 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 294136

[startup+1182.3 s]
/proc/loadavg: 4.43 4.15 3.84 5/190 11409
/proc/meminfo: memFree=14920944/32950928 swapFree=67111528/67111528
[pid=5619] ppid=5617 vsize=301928 CPUtime=1182.31 cores=0,2
/proc/5619/stat : 5619 (minisat_noasser) R 5617 5619 3830 0 -1 4202496 78844 0 0 0 118202 29 0 0 25 0 1 0 472660614 309174272 74047 33554432000 134512640 135048876 4294727520 18446744073709551615 134546980 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/5619/statm: 75482 74047 67 131 0 75349 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 301928

[startup+1242.3 s]
/proc/loadavg: 3.93 4.07 3.83 4/184 11428
/proc/meminfo: memFree=14971920/32950928 swapFree=67111528/67111528
[pid=5619] ppid=5617 vsize=309616 CPUtime=1242.31 cores=0,2
/proc/5619/stat : 5619 (minisat_noasser) R 5617 5619 3830 0 -1 4202496 80711 0 0 0 124202 29 0 0 25 0 1 0 472660614 317046784 75914 33554432000 134512640 135048876 4294727520 18446744073709551615 134546990 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/5619/statm: 77404 75914 67 131 0 77271 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 309616



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.34 3.88 3.78 2/181 11431
/proc/meminfo: memFree=15489000/32950928 swapFree=67111528/67111528
[pid=5619] ppid=5617 vsize=319628 CPUtime=1300.02 cores=0,2
/proc/5619/stat : 5619 (minisat_noasser) R 5617 5619 3830 0 -1 4202496 83224 0 0 0 129971 31 0 0 25 0 1 0 472660614 327299072 78427 33554432000 134512640 135048876 4294727520 18446744073709551615 134546983 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/5619/statm: 79907 78427 67 131 0 79774 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 319628

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 2/181 11431
/proc/meminfo: memFree=15489000/32950928 swapFree=67111528/67111528
[pid=5619] ppid=5617 vsize=319628 CPUtime=1300.02 cores=0,2
/proc/5619/stat : 5619 (minisat_noasser) R 5617 5619 3830 0 -1 4202496 83224 0 0 0 129971 31 0 0 25 0 1 0 472660614 327299072 78427 33554432000 134512640 135048876 4294727520 18446744073709551615 134546983 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/5619/statm: 79907 78427 67 131 0 79774 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 319628

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.05
CPU user time (s): 1299.72
CPU system time (s): 0.32795
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 319628

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

runsolver used 2.14167 second user time and 4.95625 second system time

The end

Launcher Data

Begin job on node123 at 2011-04-24 04:03:28
IDJOB=3274883
IDBENCH=88217
IDSOLVER=1676
FILE ID=node123/3274883-1303610608
RUNJOBID= node123-1303610608-5578
PBS_JOBID= 13150618
Free space on /tmp= 72740 MiB

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

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

MD5SUM BENCH= b23c52475e3d098cb9d5a92c025d6982
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:      15787928 kB
Buffers:       2138776 kB
Cached:       14410140 kB
SwapCached:          0 kB
Active:        7840384 kB
Inactive:      8791360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15787928 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           34252 kB
Writeback:           0 kB
AnonPages:       81600 kB
Mapped:          14884 kB
Slab:           467188 kB
PageTables:       5084 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   257996 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= 72756 MiB
End job on node123 at 2011-04-24 04:25:10