Trace number 3274901

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

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m42-q663-n40-p15-s72490337.cnf
MD5SUMab8e40d31c79e7a71114e3126a46874f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.38479
Satisfiable
(Un)Satisfiability was proved
Number of variables1649
Number of clauses256038
Sum of the clauses size513645
Maximum clause length42
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2255998
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

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:  1649                                                 |
0.00/0.00	c |  Number of clauses:    256038                                               |
0.02/0.07	c |  Parsing time:         0.07         s                                       |
9.99/10.00	c ============================[ Search Statistics ]==============================
9.99/10.00	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.99/10.00	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.99/10.00	c ===============================================================================
9.99/10.00	c |         0 |    1609   254389   675751 |    84796        0    nan |  0.000 % |
9.99/10.01	c |       101 |    1609   254389   675751 |    93275      101    244 |  0.000 % |
9.99/10.02	c |       253 |    1609   254389   675751 |   102603      253    249 |  0.000 % |
9.99/10.05	c |       479 |    1609   254389   675751 |   112863      479    256 |  0.000 % |
9.99/10.08	c |       816 |    1609   254389   675751 |   124150      816    252 |  0.000 % |
10.09/10.15	c |      1322 |    1609   254389   675751 |   136565     1322    252 |  0.000 % |
10.19/10.25	c |      2081 |    1609   254389   675751 |   150221     2081    255 |  0.000 % |
10.29/10.38	c |      3220 |    1609   254389   675751 |   165244     3220    241 |  0.000 % |
10.59/10.65	c |      4929 |    1609   254389   675751 |   181768     4929    245 |  0.000 % |
11.29/11.39	c |      7493 |    1609   254389   675751 |   199945     7493    258 |  0.000 % |
13.00/13.04	c |     11338 |    1609   254389   675751 |   219939    11338    260 |  0.000 % |
16.99/17.08	c |     17106 |    1609   254389   675751 |   241933    17106    263 |  0.000 % |
26.79/26.84	c |     25756 |    1609   254389   675751 |   266127    25756    263 |  0.000 % |
48.99/49.09	c |     38733 |    1609   254389   675751 |   292739    38733    261 |  0.000 % |
99.79/99.85	c |     58198 |    1609   254389   675751 |   322013    58198    261 |  0.000 % |
246.49/246.51	c |     87390 |    1609   254389   675751 |   354215    87390    265 |  0.000 % |
497.81/497.82	c |    131179 |    1609   254389   675751 |   389636   131179    269 |  0.000 % |
980.21/980.28	c |    196863 |    1609   254389   675751 |   428600   196863    269 |  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-3274901-1303610733/watcher-3274901-1303610733 -o /tmp/evaluation-result-3274901-1303610733/solver-3274901-1303610733 -C 2400 -W 1300 -M 7680 --output-limit 1,15 HOME/minisat_noassertions HOME/instance-3274901-1303610733.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: 7.06 7.76 7.32 3/182 31575
/proc/meminfo: memFree=15099980/32951124 swapFree=67111528/67111528
[pid=31575] ppid=31573 vsize=3044 CPUtime=0 cores=1,3
/proc/31575/stat : 31575 (minisat_noasser) R 31573 31575 31526 0 -1 4202496 694 0 0 0 0 0 0 0 20 0 1 0 453488621 3117056 650 33554432000 134512640 135048876 4287350592 18446744073709551615 134686936 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/31575/statm: 761 650 50 131 0 628 0

[startup+0.0231411 s]
/proc/loadavg: 7.06 7.76 7.32 3/182 31575
/proc/meminfo: memFree=15099980/32951124 swapFree=67111528/67111528
[pid=31575] ppid=31573 vsize=5620 CPUtime=0.02 cores=1,3
/proc/31575/stat : 31575 (minisat_noasser) R 31573 31575 31526 0 -1 4202496 1296 0 0 0 2 0 0 0 20 0 1 0 453488621 5754880 1252 33554432000 134512640 135048876 4287350592 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/31575/statm: 1405 1253 50 131 0 1272 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5620

[startup+0.101122 s]
/proc/loadavg: 7.06 7.76 7.32 3/182 31575
/proc/meminfo: memFree=15099980/32951124 swapFree=67111528/67111528
[pid=31575] ppid=31573 vsize=15372 CPUtime=0.09 cores=1,3
/proc/31575/stat : 31575 (minisat_noasser) R 31573 31575 31526 0 -1 4202496 3692 0 0 0 9 0 0 0 20 0 1 0 453488621 15740928 3648 33554432000 134512640 135048876 4287350592 18446744073709551615 134529389 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/31575/statm: 3843 3648 62 131 0 3710 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15372

[startup+0.301091 s]
/proc/loadavg: 7.06 7.76 7.32 3/182 31575
/proc/meminfo: memFree=15099980/32951124 swapFree=67111528/67111528
[pid=31575] ppid=31573 vsize=15372 CPUtime=0.29 cores=1,3
/proc/31575/stat : 31575 (minisat_noasser) R 31573 31575 31526 0 -1 4202496 3692 0 0 0 29 0 0 0 21 0 1 0 453488621 15740928 3648 33554432000 134512640 135048876 4287350592 18446744073709551615 134529400 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/31575/statm: 3843 3648 62 131 0 3710 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15372

[startup+0.701017 s]
/proc/loadavg: 7.06 7.76 7.32 3/182 31575
/proc/meminfo: memFree=15099980/32951124 swapFree=67111528/67111528
[pid=31575] ppid=31573 vsize=15372 CPUtime=0.69 cores=1,3
/proc/31575/stat : 31575 (minisat_noasser) R 31573 31575 31526 0 -1 4202496 3692 0 0 0 69 0 0 0 22 0 1 0 453488621 15740928 3648 33554432000 134512640 135048876 4287350592 18446744073709551615 134529363 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/31575/statm: 3843 3648 62 131 0 3710 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15372

[startup+1.50087 s]
/proc/loadavg: 7.06 7.76 7.32 5/190 31587
/proc/meminfo: memFree=15051432/32951124 swapFree=67111528/67111528
[pid=31575] ppid=31573 vsize=17748 CPUtime=1.49 cores=1,3
/proc/31575/stat : 31575 (minisat_noasser) R 31573 31575 31526 0 -1 4202496 4306 0 0 0 149 0 0 0 25 0 1 0 453488621 18173952 4262 33554432000 134512640 135048876 4287350592 18446744073709551615 134529655 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/31575/statm: 4437 4262 62 131 0 4304 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17748

[startup+3.10061 s]
/proc/loadavg: 7.06 7.76 7.32 5/190 31587
/proc/meminfo: memFree=15040896/32951124 swapFree=67111528/67111528
[pid=31575] ppid=31573 vsize=19532 CPUtime=3.09 cores=1,3
/proc/31575/stat : 31575 (minisat_noasser) R 31573 31575 31526 0 -1 4202496 4623 0 0 0 309 0 0 0 25 0 1 0 453488621 20000768 4579 33554432000 134512640 135048876 4287350592 18446744073709551615 134529224 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/31575/statm: 4883 4579 62 131 0 4750 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 19532

[startup+6.30104 s]
/proc/loadavg: 6.82 7.70 7.31 5/190 31587
/proc/meminfo: memFree=15033464/32951124 swapFree=67111528/67111528
[pid=31575] ppid=31573 vsize=19532 CPUtime=6.29 cores=1,3
/proc/31575/stat : 31575 (minisat_noasser) R 31573 31575 31526 0 -1 4202496 4643 0 0 0 629 0 0 0 25 0 1 0 453488621 20000768 4599 33554432000 134512640 135048876 4287350592 18446744073709551615 134529224 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/31575/statm: 4883 4599 62 131 0 4750 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 19532

[startup+12.7009 s]
/proc/loadavg: 6.59 7.64 7.29 5/190 31587
/proc/meminfo: memFree=15018388/32951124 swapFree=67111528/67111528
[pid=31575] ppid=31573 vsize=24816 CPUtime=12.7 cores=1,3
/proc/31575/stat : 31575 (minisat_noasser) R 31573 31575 31526 0 -1 4202496 6786 0 0 0 1269 1 0 0 25 0 1 0 453488621 25411584 6065 33554432000 134512640 135048876 4287350592 18446744073709551615 134547023 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/31575/statm: 6204 6065 67 131 0 6071 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 24816

[startup+25.5006 s]
/proc/loadavg: 6.02 7.46 7.23 5/190 31588
/proc/meminfo: memFree=14967972/32951124 swapFree=67111528/67111528
[pid=31575] ppid=31573 vsize=41696 CPUtime=25.49 cores=1,3
/proc/31575/stat : 31575 (minisat_noasser) R 31573 31575 31526 0 -1 4202496 10995 0 0 0 2548 1 0 0 25 0 1 0 453488621 42696704 10274 33554432000 134512640 135048876 4287350592 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/31575/statm: 10424 10274 67 131 0 10291 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 41696

[startup+51.1011 s]
/proc/loadavg: 5.41 7.20 7.15 5/190 31589
/proc/meminfo: memFree=14900660/32951124 swapFree=67111528/67111528
[pid=31575] ppid=31573 vsize=58112 CPUtime=51.09 cores=1,3
/proc/31575/stat : 31575 (minisat_noasser) R 31573 31575 31526 0 -1 4202496 15096 0 0 0 5106 3 0 0 25 0 1 0 453488621 59506688 14375 33554432000 134512640 135048876 4287350592 18446744073709551615 134546920 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/31575/statm: 14528 14375 67 131 0 14395 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 58112

[startup+102.307 s]
/proc/loadavg: 4.65 6.72 6.99 5/190 31590
/proc/meminfo: memFree=14805044/32951124 swapFree=67111528/67111528
[pid=31575] ppid=31573 vsize=80136 CPUtime=102.3 cores=1,3
/proc/31575/stat : 31575 (minisat_noasser) R 31573 31575 31526 0 -1 4202496 20533 0 0 0 10225 5 0 0 25 0 1 0 453488621 82059264 19812 33554432000 134512640 135048876 4287350592 18446744073709551615 134546980 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/31575/statm: 20034 19812 67 131 0 19901 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 80136

[startup+162.3 s]
/proc/loadavg: 4.27 6.24 6.80 5/190 31591
/proc/meminfo: memFree=14733476/32951124 swapFree=67111528/67111528
[pid=31575] ppid=31573 vsize=95852 CPUtime=162.29 cores=1,3
/proc/31575/stat : 31575 (minisat_noasser) R 31573 31575 31526 0 -1 4202496 24439 0 0 0 16222 7 0 0 25 0 1 0 453488621 98152448 23718 33554432000 134512640 135048876 4287350592 18446744073709551615 134546997 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/31575/statm: 23963 23718 67 131 0 23830 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 95852

[startup+222.301 s]
/proc/loadavg: 4.10 5.83 6.63 5/190 31593
/proc/meminfo: memFree=14675900/32951124 swapFree=67111528/67111528
[pid=31575] ppid=31573 vsize=111400 CPUtime=222.3 cores=1,3
/proc/31575/stat : 31575 (minisat_noasser) R 31573 31575 31526 0 -1 4202496 28244 0 0 0 22220 10 0 0 25 0 1 0 453488621 114073600 27523 33554432000 134512640 135048876 4287350592 18446744073709551615 134546980 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/31575/statm: 27850 27523 67 131 0 27717 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 111400

[startup+282.301 s]
/proc/loadavg: 4.03 5.49 6.46 5/190 31595
/proc/meminfo: memFree=14632096/32951124 swapFree=67111528/67111528
[pid=31575] ppid=31573 vsize=122260 CPUtime=282.3 cores=1,3
/proc/31575/stat : 31575 (minisat_noasser) R 31573 31575 31526 0 -1 4202496 30871 0 0 0 28219 11 0 0 25 0 1 0 453488621 125194240 30150 33554432000 134512640 135048876 4287350592 18446744073709551615 134547023 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/31575/statm: 30565 30150 67 131 0 30432 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 122260

[startup+342.3 s]
/proc/loadavg: 4.01 5.22 6.30 5/190 31596
/proc/meminfo: memFree=14568820/32951124 swapFree=67111528/67111528
[pid=31575] ppid=31573 vsize=134904 CPUtime=342.3 cores=1,3
/proc/31575/stat : 31575 (minisat_noasser) R 31573 31575 31526 0 -1 4202496 34000 0 0 0 34217 13 0 0 25 0 1 0 453488621 138141696 33279 33554432000 134512640 135048876 4287350592 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/31575/statm: 33726 33279 67 131 0 33593 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 134904

[startup+402.301 s]
/proc/loadavg: 4.00 4.99 6.16 5/190 31598
/proc/meminfo: memFree=14525016/32951124 swapFree=67111528/67111528
[pid=31575] ppid=31573 vsize=149280 CPUtime=402.29 cores=1,3
/proc/31575/stat : 31575 (minisat_noasser) R 31573 31575 31526 0 -1 4202496 37628 0 0 0 40214 15 0 0 25 0 1 0 453488621 152862720 36907 33554432000 134512640 135048876 4287350592 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/31575/statm: 37320 36907 67 131 0 37187 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 149280

[startup+462.3 s]
/proc/loadavg: 4.00 4.81 6.02 5/190 31599
/proc/meminfo: memFree=14479596/32951124 swapFree=67111528/67111528
[pid=31575] ppid=31573 vsize=161360 CPUtime=462.3 cores=1,3
/proc/31575/stat : 31575 (minisat_noasser) R 31573 31575 31526 0 -1 4202496 40605 0 0 0 46213 17 0 0 25 0 1 0 453488621 165232640 39884 33554432000 134512640 135048876 4287350592 18446744073709551615 134547008 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/31575/statm: 40340 39884 67 131 0 40207 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 161360

[startup+522.301 s]
/proc/loadavg: 4.00 4.66 5.89 5/190 31601
/proc/meminfo: memFree=14443356/32951124 swapFree=67111528/67111528
[pid=31575] ppid=31573 vsize=169408 CPUtime=522.3 cores=1,3
/proc/31575/stat : 31575 (minisat_noasser) R 31573 31575 31526 0 -1 4202496 42594 0 0 0 52212 18 0 0 25 0 1 0 453488621 173473792 41873 33554432000 134512640 135048876 4287350592 18446744073709551615 134547017 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/31575/statm: 42352 41873 67 131 0 42219 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 169408

[startup+582.301 s]
/proc/loadavg: 4.05 4.55 5.77 5/190 31603
/proc/meminfo: memFree=14411092/32951124 swapFree=67111528/67111528
[pid=31575] ppid=31573 vsize=178024 CPUtime=582.3 cores=1,3
/proc/31575/stat : 31575 (minisat_noasser) R 31573 31575 31526 0 -1 4202496 44655 0 0 0 58211 19 0 0 25 0 1 0 453488621 182296576 43934 33554432000 134512640 135048876 4287350592 18446744073709551615 134546999 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/31575/statm: 44506 43934 67 131 0 44373 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 178024

[startup+642.3 s]
/proc/loadavg: 4.07 4.46 5.66 5/190 31604
/proc/meminfo: memFree=14375592/32951124 swapFree=67111528/67111528
[pid=31575] ppid=31573 vsize=187728 CPUtime=642.31 cores=1,3
/proc/31575/stat : 31575 (minisat_noasser) R 31573 31575 31526 0 -1 4202496 47032 0 0 0 64211 20 0 0 25 0 1 0 453488621 192233472 46311 33554432000 134512640 135048876 4287350592 18446744073709551615 134547008 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/31575/statm: 46932 46311 67 131 0 46799 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 187728

[startup+702.301 s]
/proc/loadavg: 4.02 4.38 5.56 5/190 31606
/proc/meminfo: memFree=14339364/32951124 swapFree=67111528/67111528
[pid=31575] ppid=31573 vsize=198096 CPUtime=702.31 cores=1,3
/proc/31575/stat : 31575 (minisat_noasser) R 31573 31575 31526 0 -1 4202496 49582 0 0 0 70210 21 0 0 25 0 1 0 453488621 202850304 48861 33554432000 134512640 135048876 4287350592 18446744073709551615 134546997 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/31575/statm: 49524 48861 67 131 0 49391 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 198096

[startup+762.307 s]
/proc/loadavg: 4.01 4.31 5.46 5/190 31607
/proc/meminfo: memFree=14303872/32951124 swapFree=67111528/67111528
[pid=31575] ppid=31573 vsize=210528 CPUtime=762.32 cores=1,3
/proc/31575/stat : 31575 (minisat_noasser) R 31573 31575 31526 0 -1 4202496 52640 0 0 0 76210 22 0 0 25 0 1 0 453488621 215580672 51919 33554432000 134512640 135048876 4287350592 18446744073709551615 134546990 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/31575/statm: 52632 51919 67 131 0 52499 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 210528

[startup+822.3 s]
/proc/loadavg: 4.00 4.25 5.36 5/190 31609
/proc/meminfo: memFree=14276576/32951124 swapFree=67111528/67111528
[pid=31575] ppid=31573 vsize=221764 CPUtime=822.3 cores=1,3
/proc/31575/stat : 31575 (minisat_noasser) R 31573 31575 31526 0 -1 4202496 55391 0 0 0 82207 23 0 0 25 0 1 0 453488621 227086336 54670 33554432000 134512640 135048876 4287350592 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/31575/statm: 55441 54670 67 131 0 55308 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 221764

[startup+882.301 s]
/proc/loadavg: 4.00 4.20 5.27 5/190 31611
/proc/meminfo: memFree=14252624/32951124 swapFree=67111528/67111528
[pid=31575] ppid=31573 vsize=229272 CPUtime=882.31 cores=1,3
/proc/31575/stat : 31575 (minisat_noasser) R 31573 31575 31526 0 -1 4202496 57251 0 0 0 88207 24 0 0 25 0 1 0 453488621 234774528 56530 33554432000 134512640 135048876 4287350592 18446744073709551615 134547008 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/31575/statm: 57318 56530 67 131 0 57185 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 229272

[startup+942.301 s]
/proc/loadavg: 4.00 4.16 5.19 5/190 31612
/proc/meminfo: memFree=14230752/32951124 swapFree=67111528/67111528
[pid=31575] ppid=31573 vsize=238832 CPUtime=942.31 cores=1,3
/proc/31575/stat : 31575 (minisat_noasser) R 31573 31575 31526 0 -1 4202496 59625 0 0 0 94204 27 0 0 25 0 1 0 453488621 244563968 58904 33554432000 134512640 135048876 4287350592 18446744073709551615 134546983 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/31575/statm: 59708 58904 67 131 0 59575 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 238832

[startup+1002.3 s]
/proc/loadavg: 4.15 4.16 5.13 6/196 11582
/proc/meminfo: memFree=14203836/32951124 swapFree=67111528/67111528
[pid=31575] ppid=31573 vsize=247124 CPUtime=1002.31 cores=1,3
/proc/31575/stat : 31575 (minisat_noasser) R 31573 31575 31526 0 -1 4202496 61643 0 0 0 100203 28 0 0 25 0 1 0 453488621 253054976 60922 33554432000 134512640 135048876 4287350592 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/31575/statm: 61781 60922 67 131 0 61648 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 247124

[startup+1062.3 s]
/proc/loadavg: 4.52 4.30 5.11 5/190 5031
/proc/meminfo: memFree=14184588/32951124 swapFree=67111528/67111528
[pid=31575] ppid=31573 vsize=255724 CPUtime=1062.3 cores=1,3
/proc/31575/stat : 31575 (minisat_noasser) R 31573 31575 31526 0 -1 4202496 63761 0 0 0 106201 29 0 0 25 0 1 0 453488621 261861376 63040 33554432000 134512640 135048876 4287350592 18446744073709551615 134547023 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/31575/statm: 63931 63040 67 131 0 63798 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 255724

[startup+1122.3 s]
/proc/loadavg: 4.26 4.26 5.05 5/190 5033
/proc/meminfo: memFree=14159384/32951124 swapFree=67111528/67111528
[pid=31575] ppid=31573 vsize=265164 CPUtime=1122.31 cores=1,3
/proc/31575/stat : 31575 (minisat_noasser) R 31573 31575 31526 0 -1 4202496 65976 0 0 0 112200 31 0 0 25 0 1 0 453488621 271527936 65255 33554432000 134512640 135048876 4287350592 18446744073709551615 134546999 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/31575/statm: 66291 65255 67 131 0 66158 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 265164

[startup+1182.3 s]
/proc/loadavg: 4.16 4.23 4.98 5/190 5038
/proc/meminfo: memFree=14130460/32951124 swapFree=67111528/67111528
[pid=31575] ppid=31573 vsize=276048 CPUtime=1182.31 cores=1,3
/proc/31575/stat : 31575 (minisat_noasser) R 31573 31575 31526 0 -1 4202496 68686 0 0 0 118199 32 0 0 25 0 1 0 453488621 282673152 67965 33554432000 134512640 135048876 4287350592 18446744073709551615 134546980 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/31575/statm: 69012 67965 67 131 0 68879 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 276048

[startup+1242.3 s]
/proc/loadavg: 4.06 4.18 4.92 5/190 5039
/proc/meminfo: memFree=14096596/32951124 swapFree=67111528/67111528
[pid=31575] ppid=31573 vsize=288004 CPUtime=1242.32 cores=1,3
/proc/31575/stat : 31575 (minisat_noasser) R 31573 31575 31526 0 -1 4202496 71626 0 0 0 124198 34 0 0 25 0 1 0 453488621 294916096 70905 33554432000 134512640 135048876 4287350592 18446744073709551615 134547023 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/31575/statm: 72001 70905 67 131 0 71868 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 288004



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.15 4.86 5/191 5042
/proc/meminfo: memFree=14293732/32951124 swapFree=67111528/67111528
[pid=31575] ppid=31573 vsize=295352 CPUtime=1300.02 cores=1,3
/proc/31575/stat : 31575 (minisat_noasser) R 31573 31575 31526 0 -1 4202496 73463 0 0 0 129967 35 0 0 25 0 1 0 453488621 302440448 72742 33554432000 134512640 135048876 4287350592 18446744073709551615 134546839 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/31575/statm: 73838 72742 67 131 0 73705 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 295352

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.04
CPU user time (s): 1299.68
CPU system time (s): 0.367944
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 295352

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

runsolver used 2.03669 second user time and 5.07123 second system time

The end

Launcher Data

Begin job on node140 at 2011-04-24 04:05:33
IDJOB=3274901
IDBENCH=88223
IDSOLVER=1676
FILE ID=node140/3274901-1303610733
RUNJOBID= node140-1303610733-31546
PBS_JOBID= 13150639
Free space on /tmp= 72408 MiB

SOLVER NAME= SAT07 reference solver: minisat SAT 2007
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m42-q663-n40-p15-s72490337.cnf
COMMAND LINE= HOME/minisat_noassertions BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3274901-1303610733/watcher-3274901-1303610733 -o /tmp/evaluation-result-3274901-1303610733/solver-3274901-1303610733 -C 2400 -W 1300 -M 7680 --output-limit 1,15  HOME/minisat_noassertions HOME/instance-3274901-1303610733.cnf

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

MD5SUM BENCH= ab8e40d31c79e7a71114e3126a46874f
RANDOM SEED=2060987393

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15100864 kB
Buffers:       2359308 kB
Cached:       14858272 kB
SwapCached:          0 kB
Active:       10027792 kB
Inactive:      7260620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15100864 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            9264 kB
Writeback:          24 kB
AnonPages:       70408 kB
Mapped:          14948 kB
Slab:           495172 kB
PageTables:       4784 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   214216 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= 72400 MiB
End job on node140 at 2011-04-24 04:27:15