Trace number 3275284

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT07 reference solver: minisat SAT 2007? (TO) 5000.06 4999.91

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n140-s20078956-unsat.cnf
MD5SUM8d05c170d9e6ebfc370bd1d7f7c63d86
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 variables141
Number of clauses292
Sum of the clauses size876
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3292
Number of clauses of size 40
Number of clauses of size 50
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:  141                                                  |
0.00/0.00	c |  Number of clauses:    292                                                  |
0.00/0.00	c |  Parsing time:         0.00         s                                       |
0.00/0.00	c ============================[ Search Statistics ]==============================
0.00/0.00	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.00	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.00	c ===============================================================================
0.00/0.00	c |         0 |     141      292      876 |       97        0    nan |  0.000 % |
0.00/0.00	c |       100 |     141      292      876 |      107      100     19 |  0.005 % |
0.00/0.00	c |       254 |     141      292      876 |      117      164     20 |  0.005 % |
0.00/0.00	c |       479 |     141      292      876 |      129      113     14 |  0.005 % |
0.00/0.00	c |       817 |     141      292      876 |      142      146     15 |  0.005 % |
0.00/0.01	c |      1325 |     141      292      876 |      156      186     13 |  0.005 % |
0.00/0.01	c |      2084 |     141      292      876 |      172      113     11 |  0.005 % |
0.00/0.03	c |      3223 |     141      292      876 |      189      154     12 |  0.005 % |
0.03/0.04	c |      4932 |     141      292      876 |      208      219     14 |  0.005 % |
0.03/0.07	c |      7495 |     141      292      876 |      229      146     11 |  0.005 % |
0.09/0.11	c |     11339 |     141      292      876 |      252      151     12 |  0.005 % |
0.09/0.16	c |     17105 |     141      292      876 |      277      178     12 |  0.005 % |
0.19/0.25	c |     25754 |     141      292      876 |      305      253     16 |  0.005 % |
0.29/0.37	c |     38729 |     141      292      876 |      336      225     13 |  0.005 % |
0.50/0.57	c |     58190 |     141      292      876 |      369      275     16 |  0.005 % |
0.80/0.89	c |     87382 |     141      292      876 |      406      276     13 |  0.005 % |
1.30/1.37	c |    131173 |     141      292      876 |      447      403     18 |  0.005 % |
2.10/2.12	c |    196857 |     141      292      876 |      491      373     15 |  0.005 % |
3.20/3.26	c |    295388 |     141      292      876 |      541      382     13 |  0.005 % |
4.90/4.94	c |    443178 |     141      292      876 |      595      584     19 |  0.005 % |
7.50/7.53	c |    664862 |     141      292      876 |      654      597     18 |  0.005 % |
11.40/11.44	c |    997387 |     141      292      876 |      720      383     13 |  0.005 % |
17.40/17.44	c |   1496175 |     141      292      876 |      792      541     18 |  0.005 % |
26.90/26.94	c |   2244357 |     141      292      876 |      871      481     15 |  0.005 % |
41.80/41.86	c |   3366631 |     141      292      876 |      958      572     15 |  0.005 % |
64.60/64.69	c |   5050043 |     141      292      876 |     1054      715     17 |  0.005 % |
99.50/99.59	c |   7575162 |     141      292      876 |     1160      895     19 |  0.005 % |
154.30/154.30	c |  11362838 |     141      292      876 |     1276      788     20 |  0.005 % |
237.61/237.69	c |  17044350 |     141      292      876 |     1403      965     17 |  0.005 % |
374.31/374.31	c |  25566620 |     141      292      876 |     1544     1056     18 |  0.005 % |
584.91/584.97	c |  38350024 |     141      292      876 |     1698     1135     20 |  0.005 % |
909.82/909.83	c |  57525129 |     141      292      876 |     1868     1043     18 |  0.005 % |
1403.84/1403.80	c |  86287787 |     141      292      876 |     2055     1591     21 |  0.005 % |
2165.06/2165.07	c | 129431777 |     141      292      876 |     2260     2103     21 |  0.005 % |
3346.40/3346.32	c | 194147761 |     141      292      876 |     2486     1415     23 |  0.005 % |

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: 977)

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-3275284-1307652169/watcher-3275284-1307652169 -o /tmp/evaluation-result-3275284-1307652169/solver-3275284-1307652169 -C 5000 -W 5100 -M 15500 --output-limit 1,15 HOME/minisat_noassertions HOME/instance-3275284-1307652169.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.75 4.05 4.97 3/173 24796
/proc/meminfo: memFree=32062096/32951124 swapFree=67056304/67111528
[pid=24796] ppid=24793 vsize=1732 CPUtime=0 cores=1,3,5,7
/proc/24796/stat : 24796 (minisat_noasser) R 24793 24796 21841 0 -1 4202496 137 0 0 0 0 0 0 0 19 0 1 0 955447490 1773568 93 33554432000 134512640 135048876 4292115568 18446744073709551615 134683382 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24796/statm: 433 93 66 131 0 300 0

[startup+0.036233 s]
/proc/loadavg: 3.75 4.05 4.97 3/173 24796
/proc/meminfo: memFree=32062096/32951124 swapFree=67056304/67111528
[pid=24796] ppid=24793 vsize=1732 CPUtime=0.03 cores=1,3,5,7
/proc/24796/stat : 24796 (minisat_noasser) R 24793 24796 21841 0 -1 4202496 141 0 0 0 3 0 0 0 19 0 1 0 955447490 1773568 97 33554432000 134512640 135048876 4292115568 18446744073709551615 134682147 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24796/statm: 433 97 66 131 0 300 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1732

[startup+0.10021 s]
/proc/loadavg: 3.75 4.05 4.97 3/173 24796
/proc/meminfo: memFree=32062096/32951124 swapFree=67056304/67111528
[pid=24796] ppid=24793 vsize=1732 CPUtime=0.09 cores=1,3,5,7
/proc/24796/stat : 24796 (minisat_noasser) R 24793 24796 21841 0 -1 4202496 147 0 0 0 9 0 0 0 19 0 1 0 955447490 1773568 103 33554432000 134512640 135048876 4292115568 18446744073709551615 134552616 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24796/statm: 433 103 66 131 0 300 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1732

[startup+0.300172 s]
/proc/loadavg: 3.75 4.05 4.97 3/173 24796
/proc/meminfo: memFree=32062096/32951124 swapFree=67056304/67111528
[pid=24796] ppid=24793 vsize=1732 CPUtime=0.29 cores=1,3,5,7
/proc/24796/stat : 24796 (minisat_noasser) R 24793 24796 21841 0 -1 4202496 151 0 0 0 29 0 0 0 20 0 1 0 955447490 1773568 107 33554432000 134512640 135048876 4292115568 18446744073709551615 134547023 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24796/statm: 433 107 66 131 0 300 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1732

[startup+0.701109 s]
/proc/loadavg: 3.75 4.05 4.97 3/173 24796
/proc/meminfo: memFree=32062096/32951124 swapFree=67056304/67111528
[pid=24796] ppid=24793 vsize=1860 CPUtime=0.7 cores=1,3,5,7
/proc/24796/stat : 24796 (minisat_noasser) R 24793 24796 21841 0 -1 4202496 159 0 0 0 70 0 0 0 21 0 1 0 955447490 1904640 115 33554432000 134512640 135048876 4292115568 18446744073709551615 134547017 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24796/statm: 465 115 66 131 0 332 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 1860

[startup+1.50095 s]
/proc/loadavg: 3.75 4.05 4.97 3/178 24801
/proc/meminfo: memFree=32057748/32951124 swapFree=67056304/67111528
[pid=24796] ppid=24793 vsize=1860 CPUtime=1.5 cores=1,3,5,7
/proc/24796/stat : 24796 (minisat_noasser) R 24793 24796 21841 0 -1 4202496 165 0 0 0 150 0 0 0 23 0 1 0 955447490 1904640 121 33554432000 134512640 135048876 4292115568 18446744073709551615 134552997 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24796/statm: 465 121 66 131 0 332 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 1860

[startup+3.10066 s]
/proc/loadavg: 3.75 4.05 4.97 3/178 24801
/proc/meminfo: memFree=32055432/32951124 swapFree=67056304/67111528
[pid=24796] ppid=24793 vsize=1860 CPUtime=3.1 cores=1,3,5,7
/proc/24796/stat : 24796 (minisat_noasser) R 24793 24796 21841 0 -1 4202496 175 0 0 0 310 0 0 0 25 0 1 0 955447490 1904640 131 33554432000 134512640 135048876 4292115568 18446744073709551615 134552756 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24796/statm: 465 131 66 131 0 332 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 1860

[startup+6.30108 s]
/proc/loadavg: 3.61 4.02 4.95 3/178 24801
/proc/meminfo: memFree=32051392/32951124 swapFree=67056304/67111528
[pid=24796] ppid=24793 vsize=1988 CPUtime=6.3 cores=1,3,5,7
/proc/24796/stat : 24796 (minisat_noasser) R 24793 24796 21841 0 -1 4202496 187 0 0 0 630 0 0 0 25 0 1 0 955447490 2035712 143 33554432000 134512640 135048876 4292115568 18446744073709551615 134546561 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24796/statm: 497 143 66 131 0 364 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 1988

[startup+12.7009 s]
/proc/loadavg: 3.48 3.98 4.94 3/178 24801
/proc/meminfo: memFree=32046948/32951124 swapFree=67056304/67111528
[pid=24796] ppid=24793 vsize=1988 CPUtime=12.7 cores=1,3,5,7
/proc/24796/stat : 24796 (minisat_noasser) R 24793 24796 21841 0 -1 4202496 204 0 0 0 1270 0 0 0 25 0 1 0 955447490 2035712 160 33554432000 134512640 135048876 4292115568 18446744073709551615 134553092 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24796/statm: 497 160 66 131 0 364 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 1988

[startup+25.5005 s]
/proc/loadavg: 3.16 3.89 4.89 3/178 24802
/proc/meminfo: memFree=32045440/32951124 swapFree=67056304/67111528
[pid=24796] ppid=24793 vsize=2112 CPUtime=25.5 cores=1,3,5,7
/proc/24796/stat : 24796 (minisat_noasser) R 24793 24796 21841 0 -1 4202496 220 0 0 0 2550 0 0 0 25 0 1 0 955447490 2162688 176 33554432000 134512640 135048876 4292115568 18446744073709551615 134546922 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24796/statm: 528 176 66 131 0 395 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 2112

[startup+51.1008 s]
/proc/loadavg: 2.76 3.73 4.81 3/178 24802
/proc/meminfo: memFree=32039816/32951124 swapFree=67056304/67111528
[pid=24796] ppid=24793 vsize=2240 CPUtime=51.1 cores=1,3,5,7
/proc/24796/stat : 24796 (minisat_noasser) R 24793 24796 21841 0 -1 4202496 249 0 0 0 5110 0 0 0 25 0 1 0 955447490 2293760 205 33554432000 134512640 135048876 4292115568 18446744073709551615 134547299 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24796/statm: 560 205 66 131 0 427 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 2240

[startup+102.306 s]
/proc/loadavg: 2.33 3.46 4.66 3/178 24804
/proc/meminfo: memFree=32034948/32951124 swapFree=67056304/67111528
[pid=24796] ppid=24793 vsize=2240 CPUtime=102.3 cores=1,3,5,7
/proc/24796/stat : 24796 (minisat_noasser) R 24793 24796 21841 0 -1 4202496 278 0 0 0 10230 0 0 0 25 0 1 0 955447490 2293760 234 33554432000 134512640 135048876 4292115568 18446744073709551615 134552437 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24796/statm: 560 234 66 131 0 427 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 2240

[startup+162.3 s]
/proc/loadavg: 2.12 3.19 4.49 3/178 24805
/proc/meminfo: memFree=32031640/32951124 swapFree=67056304/67111528
[pid=24796] ppid=24793 vsize=2368 CPUtime=162.3 cores=1,3,5,7
/proc/24796/stat : 24796 (minisat_noasser) R 24793 24796 21841 0 -1 4202496 307 0 0 0 16230 0 0 0 25 0 1 0 955447490 2424832 263 33554432000 134512640 135048876 4292115568 18446744073709551615 134552357 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24796/statm: 592 263 66 131 0 459 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 2368

[startup+222.3 s]
/proc/loadavg: 2.04 2.97 4.33 3/178 24807
/proc/meminfo: memFree=32025004/32951124 swapFree=67056304/67111528
[pid=24796] ppid=24793 vsize=2500 CPUtime=222.3 cores=1,3,5,7
/proc/24796/stat : 24796 (minisat_noasser) R 24793 24796 21841 0 -1 4202496 318 0 0 0 22230 0 0 0 25 0 1 0 955447490 2560000 274 33554432000 134512640 135048876 4292115568 18446744073709551615 134546901 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24796/statm: 625 274 66 131 0 492 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 2500

[startup+282.3 s]
/proc/loadavg: 2.01 2.79 4.18 3/178 24809
/proc/meminfo: memFree=32021844/32951124 swapFree=67056304/67111528
[pid=24796] ppid=24793 vsize=2500 CPUtime=282.3 cores=1,3,5,7
/proc/24796/stat : 24796 (minisat_noasser) R 24793 24796 21841 0 -1 4202496 338 0 0 0 28230 0 0 0 25 0 1 0 955447490 2560000 294 33554432000 134512640 135048876 4292115568 18446744073709551615 134547008 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24796/statm: 625 294 66 131 0 492 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 2500

[startup+342.3 s]
/proc/loadavg: 2.00 2.65 4.04 3/178 24810
/proc/meminfo: memFree=32021540/32951124 swapFree=67056304/67111528
[pid=24796] ppid=24793 vsize=2632 CPUtime=342.31 cores=1,3,5,7
/proc/24796/stat : 24796 (minisat_noasser) R 24793 24796 21841 0 -1 4202496 347 0 0 0 34231 0 0 0 25 0 1 0 955447490 2695168 303 33554432000 134512640 135048876 4292115568 18446744073709551615 134546929 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24796/statm: 658 303 66 131 0 525 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 2632

[startup+402.3 s]
/proc/loadavg: 2.00 2.53 3.91 3/178 24812
/proc/meminfo: memFree=32020976/32951124 swapFree=67056304/67111528
[pid=24796] ppid=24793 vsize=2632 CPUtime=402.31 cores=1,3,5,7
/proc/24796/stat : 24796 (minisat_noasser) R 24793 24796 21841 0 -1 4202496 365 0 0 0 40231 0 0 0 25 0 1 0 955447490 2695168 321 33554432000 134512640 135048876 4292115568 18446744073709551615 134547304 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24796/statm: 658 321 66 131 0 525 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 2632

[startup+462.3 s]
/proc/loadavg: 2.00 2.43 3.79 3/178 24813
/proc/meminfo: memFree=32016960/32951124 swapFree=67056304/67111528
[pid=24796] ppid=24793 vsize=2632 CPUtime=462.31 cores=1,3,5,7
/proc/24796/stat : 24796 (minisat_noasser) R 24793 24796 21841 0 -1 4202496 374 0 0 0 46231 0 0 0 25 0 1 0 955447490 2695168 330 33554432000 134512640 135048876 4292115568 18446744073709551615 134547168 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24796/statm: 658 330 66 131 0 525 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 2632

[startup+522.3 s]
/proc/loadavg: 2.00 2.35 3.68 3/178 24815
/proc/meminfo: memFree=32016288/32951124 swapFree=67056304/67111528
[pid=24796] ppid=24793 vsize=2764 CPUtime=522.31 cores=1,3,5,7
/proc/24796/stat : 24796 (minisat_noasser) R 24793 24796 21841 0 -1 4202496 383 0 0 0 52231 0 0 0 25 0 1 0 955447490 2830336 339 33554432000 134512640 135048876 4292115568 18446744073709551615 134546980 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24796/statm: 691 339 66 131 0 558 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 2764

[startup+582.3 s]
/proc/loadavg: 2.10 2.31 3.58 3/178 24817
/proc/meminfo: memFree=32015488/32951124 swapFree=67056304/67111528
[pid=24796] ppid=24793 vsize=2764 CPUtime=582.31 cores=1,3,5,7
/proc/24796/stat : 24796 (minisat_noasser) R 24793 24796 21841 0 -1 4202496 386 0 0 0 58231 0 0 0 25 0 1 0 955447490 2830336 342 33554432000 134512640 135048876 4292115568 18446744073709551615 134546916 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24796/statm: 691 342 66 131 0 558 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 2764


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

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24921
/proc/meminfo: memFree=31974700/32951124 swapFree=67056304/67111528
[pid=24796] ppid=24793 vsize=3556 CPUtime=4062.43 cores=1,3,5,7
/proc/24796/stat : 24796 (minisat_noasser) R 24793 24796 21841 0 -1 4202496 609 0 0 0 406243 0 0 0 25 0 1 0 955447490 3641344 565 33554432000 134512640 135048876 4292115568 18446744073709551615 134552400 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24796/statm: 889 565 66 131 0 756 0
Current children cumulated CPU time (s) 4062.43
Current children cumulated vsize (KiB) 3556

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24923
/proc/meminfo: memFree=31974268/32951124 swapFree=67056304/67111528
[pid=24796] ppid=24793 vsize=3556 CPUtime=4122.43 cores=1,3,5,7
/proc/24796/stat : 24796 (minisat_noasser) R 24793 24796 21841 0 -1 4202496 609 0 0 0 412243 0 0 0 25 0 1 0 955447490 3641344 565 33554432000 134512640 135048876 4292115568 18446744073709551615 134546885 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24796/statm: 889 565 66 131 0 756 0
Current children cumulated CPU time (s) 4122.43
Current children cumulated vsize (KiB) 3556

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24925
/proc/meminfo: memFree=31973228/32951124 swapFree=67056304/67111528
[pid=24796] ppid=24793 vsize=3556 CPUtime=4182.43 cores=1,3,5,7
/proc/24796/stat : 24796 (minisat_noasser) R 24793 24796 21841 0 -1 4202496 609 0 0 0 418243 0 0 0 25 0 1 0 955447490 3641344 565 33554432000 134512640 135048876 4292115568 18446744073709551615 134546999 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24796/statm: 889 565 66 131 0 756 0
Current children cumulated CPU time (s) 4182.43
Current children cumulated vsize (KiB) 3556

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24926
/proc/meminfo: memFree=31970344/32951124 swapFree=67056304/67111528
[pid=24796] ppid=24793 vsize=3556 CPUtime=4242.43 cores=1,3,5,7
/proc/24796/stat : 24796 (minisat_noasser) R 24793 24796 21841 0 -1 4202496 609 0 0 0 424243 0 0 0 25 0 1 0 955447490 3641344 565 33554432000 134512640 135048876 4292115568 18446744073709551615 134546518 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24796/statm: 889 565 66 131 0 756 0
Current children cumulated CPU time (s) 4242.43
Current children cumulated vsize (KiB) 3556

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24928
/proc/meminfo: memFree=31969912/32951124 swapFree=67056304/67111528
[pid=24796] ppid=24793 vsize=3556 CPUtime=4302.43 cores=1,3,5,7
/proc/24796/stat : 24796 (minisat_noasser) R 24793 24796 21841 0 -1 4202496 609 0 0 0 430243 0 0 0 25 0 1 0 955447490 3641344 565 33554432000 134512640 135048876 4292115568 18446744073709551615 134546894 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24796/statm: 889 565 66 131 0 756 0
Current children cumulated CPU time (s) 4302.43
Current children cumulated vsize (KiB) 3556

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24929
/proc/meminfo: memFree=31969492/32951124 swapFree=67056304/67111528
[pid=24796] ppid=24793 vsize=3556 CPUtime=4362.43 cores=1,3,5,7
/proc/24796/stat : 24796 (minisat_noasser) R 24793 24796 21841 0 -1 4202496 609 0 0 0 436243 0 0 0 25 0 1 0 955447490 3641344 565 33554432000 134512640 135048876 4292115568 18446744073709551615 134547310 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24796/statm: 889 565 66 131 0 756 0
Current children cumulated CPU time (s) 4362.43
Current children cumulated vsize (KiB) 3556

[startup+4422.3 s]
/proc/loadavg: 2.06 2.03 2.01 3/178 24931
/proc/meminfo: memFree=31969328/32951124 swapFree=67056304/67111528
[pid=24796] ppid=24793 vsize=3556 CPUtime=4422.43 cores=1,3,5,7
/proc/24796/stat : 24796 (minisat_noasser) R 24793 24796 21841 0 -1 4202496 609 0 0 0 442243 0 0 0 25 0 1 0 955447490 3641344 565 33554432000 134512640 135048876 4292115568 18446744073709551615 134548067 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24796/statm: 889 565 66 131 0 756 0
Current children cumulated CPU time (s) 4422.43
Current children cumulated vsize (KiB) 3556

[startup+4482.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/178 24933
/proc/meminfo: memFree=31966912/32951124 swapFree=67056304/67111528
[pid=24796] ppid=24793 vsize=3556 CPUtime=4482.44 cores=1,3,5,7
/proc/24796/stat : 24796 (minisat_noasser) R 24793 24796 21841 0 -1 4202496 609 0 0 0 448244 0 0 0 25 0 1 0 955447490 3641344 565 33554432000 134512640 135048876 4292115568 18446744073709551615 134546951 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24796/statm: 889 565 66 131 0 756 0
Current children cumulated CPU time (s) 4482.44
Current children cumulated vsize (KiB) 3556

[startup+4542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 24934
/proc/meminfo: memFree=31966372/32951124 swapFree=67056304/67111528
[pid=24796] ppid=24793 vsize=3688 CPUtime=4542.44 cores=1,3,5,7
/proc/24796/stat : 24796 (minisat_noasser) R 24793 24796 21841 0 -1 4202496 610 0 0 0 454244 0 0 0 25 0 1 0 955447490 3776512 566 33554432000 134512640 135048876 4292115568 18446744073709551615 134552677 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24796/statm: 922 566 66 131 0 789 0
Current children cumulated CPU time (s) 4542.44
Current children cumulated vsize (KiB) 3688

[startup+4602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 24936
/proc/meminfo: memFree=31965812/32951124 swapFree=67056304/67111528
[pid=24796] ppid=24793 vsize=3688 CPUtime=4602.45 cores=1,3,5,7
/proc/24796/stat : 24796 (minisat_noasser) R 24793 24796 21841 0 -1 4202496 611 0 0 0 460245 0 0 0 25 0 1 0 955447490 3776512 567 33554432000 134512640 135048876 4292115568 18446744073709551615 134552999 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24796/statm: 922 567 66 131 0 789 0
Current children cumulated CPU time (s) 4602.45
Current children cumulated vsize (KiB) 3688

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24937
/proc/meminfo: memFree=31965768/32951124 swapFree=67056304/67111528
[pid=24796] ppid=24793 vsize=3688 CPUtime=4662.44 cores=1,3,5,7
/proc/24796/stat : 24796 (minisat_noasser) R 24793 24796 21841 0 -1 4202496 613 0 0 0 466244 0 0 0 25 0 1 0 955447490 3776512 569 33554432000 134512640 135048876 4292115568 18446744073709551615 134546920 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24796/statm: 922 569 66 131 0 789 0
Current children cumulated CPU time (s) 4662.44
Current children cumulated vsize (KiB) 3688

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24948
/proc/meminfo: memFree=31964552/32951124 swapFree=67056304/67111528
[pid=24796] ppid=24793 vsize=3688 CPUtime=4722.45 cores=1,3,5,7
/proc/24796/stat : 24796 (minisat_noasser) R 24793 24796 21841 0 -1 4202496 615 0 0 0 472245 0 0 0 25 0 1 0 955447490 3776512 571 33554432000 134512640 135048876 4292115568 18446744073709551615 134546953 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24796/statm: 922 571 66 131 0 789 0
Current children cumulated CPU time (s) 4722.45
Current children cumulated vsize (KiB) 3688

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24950
/proc/meminfo: memFree=31964636/32951124 swapFree=67056304/67111528
[pid=24796] ppid=24793 vsize=3688 CPUtime=4782.45 cores=1,3,5,7
/proc/24796/stat : 24796 (minisat_noasser) R 24793 24796 21841 0 -1 4202496 615 0 0 0 478245 0 0 0 25 0 1 0 955447490 3776512 571 33554432000 134512640 135048876 4292115568 18446744073709551615 134548935 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24796/statm: 922 571 66 131 0 789 0
Current children cumulated CPU time (s) 4782.45
Current children cumulated vsize (KiB) 3688

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24951
/proc/meminfo: memFree=31964476/32951124 swapFree=67056304/67111528
[pid=24796] ppid=24793 vsize=3688 CPUtime=4842.45 cores=1,3,5,7
/proc/24796/stat : 24796 (minisat_noasser) R 24793 24796 21841 0 -1 4202496 615 0 0 0 484245 0 0 0 25 0 1 0 955447490 3776512 571 33554432000 134512640 135048876 4292115568 18446744073709551615 134546980 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24796/statm: 922 571 66 131 0 789 0
Current children cumulated CPU time (s) 4842.45
Current children cumulated vsize (KiB) 3688

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24953
/proc/meminfo: memFree=31964048/32951124 swapFree=67056304/67111528
[pid=24796] ppid=24793 vsize=3688 CPUtime=4902.45 cores=1,3,5,7
/proc/24796/stat : 24796 (minisat_noasser) R 24793 24796 21841 0 -1 4202496 615 0 0 0 490245 0 0 0 25 0 1 0 955447490 3776512 571 33554432000 134512640 135048876 4292115568 18446744073709551615 134547313 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24796/statm: 922 571 66 131 0 789 0
Current children cumulated CPU time (s) 4902.45
Current children cumulated vsize (KiB) 3688

[startup+4962.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 24954
/proc/meminfo: memFree=31963748/32951124 swapFree=67056304/67111528
[pid=24796] ppid=24793 vsize=3688 CPUtime=4962.45 cores=1,3,5,7
/proc/24796/stat : 24796 (minisat_noasser) R 24793 24796 21841 0 -1 4202496 615 0 0 0 496245 0 0 0 25 0 1 0 955447490 3776512 571 33554432000 134512640 135048876 4292115568 18446744073709551615 134546873 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24796/statm: 922 571 66 131 0 789 0
Current children cumulated CPU time (s) 4962.45
Current children cumulated vsize (KiB) 3688



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 24955
/proc/meminfo: memFree=31963472/32951124 swapFree=67056304/67111528
[pid=24796] ppid=24793 vsize=3688 CPUtime=5000.06 cores=1,3,5,7
/proc/24796/stat : 24796 (minisat_noasser) R 24793 24796 21841 0 -1 4202496 615 0 0 0 500006 0 0 0 25 0 1 0 955447490 3776512 571 33554432000 134512640 135048876 4292115568 18446744073709551615 134546864 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24796/statm: 922 571 66 131 0 789 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 3688

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

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

[startup+4999.9 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 24955
/proc/meminfo: memFree=31963472/32951124 swapFree=67056304/67111528
[pid=24796] ppid=24793 vsize=3688 CPUtime=5000.06 cores=1,3,5,7
/proc/24796/stat : 24796 (minisat_noasser) R 24793 24796 21841 0 -1 4202496 615 0 0 0 500006 0 0 0 25 0 1 0 955447490 3776512 571 33554432000 134512640 135048876 4292115568 18446744073709551615 134546864 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/24796/statm: 922 571 66 131 0 789 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 3688

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5000.06
system time used= 0.000999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 615
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= 6
involuntary context switches= 8355

runsolver used 7.02393 second user time and 15.6986 second system time

The end

Launcher Data

Begin job on node110 at 2011-06-09 22:42:49
IDJOB=3275284
IDBENCH=83150
IDSOLVER=1678
FILE ID=node110/3275284-1307652169
RUNJOBID= node110-1307652169-24773
PBS_JOBID= 13549381
Free space on /tmp= 74172 MiB

SOLVER NAME= SAT07 reference solver: minisat SAT 2007
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n140-s20078956-unsat.cnf
COMMAND LINE= HOME/minisat_noassertions BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3275284-1307652169/watcher-3275284-1307652169 -o /tmp/evaluation-result-3275284-1307652169/solver-3275284-1307652169 -C 5000 -W 5100 -M 15500 --output-limit 1,15  HOME/minisat_noassertions HOME/instance-3275284-1307652169.cnf

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

MD5SUM BENCH= 8d05c170d9e6ebfc370bd1d7f7c63d86
RANDOM SEED=1346059617

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
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.76
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.83
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.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.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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32063300 kB
Buffers:        234836 kB
Cached:         404732 kB
SwapCached:       8464 kB
Active:         329716 kB
Inactive:       328372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32063300 kB
SwapTotal:    67111528 kB
SwapFree:     67056304 kB
Dirty:            3144 kB
Writeback:           0 kB
AnonPages:       16612 kB
Mapped:          12836 kB
Slab:           165292 kB
PageTables:       4808 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   191724 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= 74168 MiB
End job on node110 at 2011-06-10 00:06:11