Trace number 3348722

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
minisat hack: cir_minisat 2011-03-02? (TO) 1300.04 1300.03

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-pdtvisns3p00-tseitin.cnf
MD5SUMa8ad0173824ed9404a8c153da07c5f9c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark938.798
Satisfiable
(Un)Satisfiability was proved
Number of variables183325
Number of clauses546914
Sum of the clauses size1276130
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2364608
Number of clauses of size 3182304
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


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

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-3348722-1304971243/watcher-3348722-1304971243 -o /tmp/evaluation-result-3348722-1304971243/solver-3348722-1304971243 -C 2400 -W 1300 -M 7680 HOME/cir_minisat HOME/instance-3348722-1304971243.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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.79 3.08 3.30 4/307 7041
/proc/meminfo: memFree=8778468/32951124 swapFree=63649172/67111528
[pid=7041] ppid=7039 vsize=20100 CPUtime=0 cores=1,3
/proc/7041/stat : 7041 (cir_minisat) R 7039 7041 4777 0 -1 4202496 883 0 0 0 0 0 0 0 23 0 1 0 608722819 20582400 806 33554432000 4194304 4254575 140734391065824 18446744073709551615 210204308165 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7041/statm: 5025 807 212 15 0 1668 0

[startup+0.0208619 s]
/proc/loadavg: 3.79 3.08 3.30 4/307 7041
/proc/meminfo: memFree=8778468/32951124 swapFree=63649172/67111528
[pid=7041] ppid=7039 vsize=23936 CPUtime=0.01 cores=1,3
/proc/7041/stat : 7041 (cir_minisat) R 7039 7041 4777 0 -1 4202496 1995 0 0 0 1 0 0 0 23 0 1 0 608722819 24510464 1845 33554432000 4194304 4254575 140734391065824 18446744073709551615 4239917 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7041/statm: 5984 1846 212 15 0 2627 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 23936

[startup+0.100851 s]
/proc/loadavg: 3.79 3.08 3.30 4/307 7041
/proc/meminfo: memFree=8778468/32951124 swapFree=63649172/67111528
[pid=7041] ppid=7039 vsize=46108 CPUtime=0.08 cores=1,3
/proc/7041/stat : 7041 (cir_minisat) R 7039 7041 4777 0 -1 4202496 7735 0 0 0 8 0 0 0 23 0 1 0 608722819 47214592 7181 33554432000 4194304 4254575 140734391065824 18446744073709551615 4241321 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7041/statm: 11527 7185 212 15 0 8170 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 46108

[startup+0.300828 s]
/proc/loadavg: 3.79 3.08 3.30 4/307 7041
/proc/meminfo: memFree=8778468/32951124 swapFree=63649172/67111528
[pid=7041] ppid=7039 vsize=59868 CPUtime=0.29 cores=1,3
/proc/7041/stat : 7041 (cir_minisat) R 7039 7041 4777 0 -1 4202496 11274 0 0 0 28 1 0 0 25 0 1 0 608722819 61304832 10304 33554432000 4194304 4254575 140734391065824 18446744073709551615 4216522 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7041/statm: 14967 10304 231 15 0 11610 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 59868

[startup+0.700747 s]
/proc/loadavg: 3.79 3.08 3.30 4/307 7041
/proc/meminfo: memFree=8778468/32951124 swapFree=63649172/67111528
[pid=7041] ppid=7039 vsize=59868 CPUtime=0.69 cores=1,3
/proc/7041/stat : 7041 (cir_minisat) R 7039 7041 4777 0 -1 4202496 11366 0 0 0 68 1 0 0 25 0 1 0 608722819 61304832 10396 33554432000 4194304 4254575 140734391065824 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7041/statm: 14967 10396 231 15 0 11610 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 59868

[startup+1.50062 s]
/proc/loadavg: 3.79 3.08 3.30 5/308 7042
/proc/meminfo: memFree=8732588/32951124 swapFree=63649172/67111528
[pid=7041] ppid=7039 vsize=60140 CPUtime=1.49 cores=1,3
/proc/7041/stat : 7041 (cir_minisat) R 7039 7041 4777 0 -1 4202496 11447 0 0 0 148 1 0 0 25 0 1 0 608722819 61583360 10477 33554432000 4194304 4254575 140734391065824 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7041/statm: 15035 10477 231 15 0 11678 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 60140

[startup+3.10034 s]
/proc/loadavg: 3.79 3.08 3.30 5/308 7042
/proc/meminfo: memFree=8726388/32951124 swapFree=63649172/67111528
[pid=7041] ppid=7039 vsize=60788 CPUtime=3.09 cores=1,3
/proc/7041/stat : 7041 (cir_minisat) R 7039 7041 4777 0 -1 4202496 11571 0 0 0 308 1 0 0 25 0 1 0 608722819 62246912 10598 33554432000 4194304 4254575 140734391065824 18446744073709551615 4223782 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7041/statm: 15197 10598 232 15 0 11840 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 60788

[startup+6.30081 s]
/proc/loadavg: 3.81 3.10 3.30 5/308 7042
/proc/meminfo: memFree=8714780/32951124 swapFree=63649172/67111528
[pid=7041] ppid=7039 vsize=60788 CPUtime=6.29 cores=1,3
/proc/7041/stat : 7041 (cir_minisat) R 7039 7041 4777 0 -1 4202496 11773 0 0 0 628 1 0 0 25 0 1 0 608722819 62246912 10795 33554432000 4194304 4254575 140734391065824 18446744073709551615 4216711 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7041/statm: 15197 10795 232 15 0 11840 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 60788

[startup+12.7007 s]
/proc/loadavg: 3.82 3.11 3.31 5/308 7042
/proc/meminfo: memFree=8683652/32951124 swapFree=63649172/67111528
[pid=7041] ppid=7039 vsize=61708 CPUtime=12.69 cores=1,3
/proc/7041/stat : 7041 (cir_minisat) R 7039 7041 4777 0 -1 4202496 12151 0 0 0 1268 1 0 0 25 0 1 0 608722819 63188992 11162 33554432000 4194304 4254575 140734391065824 18446744073709551615 4212536 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7041/statm: 15427 11162 232 15 0 12070 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 61708

[startup+25.5006 s]
/proc/loadavg: 3.86 3.15 3.32 5/308 7052
/proc/meminfo: memFree=8627500/32951124 swapFree=63649172/67111528
[pid=7041] ppid=7039 vsize=70372 CPUtime=25.49 cores=1,3
/proc/7041/stat : 7041 (cir_minisat) R 7039 7041 4777 0 -1 4202496 13427 0 0 0 2547 2 0 0 25 0 1 0 608722819 72060928 12416 33554432000 4194304 4254575 140734391065824 18446744073709551615 4216526 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7041/statm: 17593 12416 232 15 0 14236 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 70372

[startup+51.1003 s]
/proc/loadavg: 3.91 3.22 3.33 5/308 7053
/proc/meminfo: memFree=8522972/32951124 swapFree=63649172/67111528
[pid=7041] ppid=7039 vsize=72672 CPUtime=51.09 cores=1,3
/proc/7041/stat : 7041 (cir_minisat) R 7039 7041 4777 0 -1 4202496 15118 0 0 0 5106 3 0 0 25 0 1 0 608722819 74416128 14072 33554432000 4194304 4254575 140734391065824 18446744073709551615 4216847 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7041/statm: 18168 14072 232 15 0 14811 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 72672

[startup+102.312 s]
/proc/loadavg: 3.96 3.34 3.37 5/308 7054
/proc/meminfo: memFree=8418464/32951124 swapFree=63649172/67111528
[pid=7041] ppid=7039 vsize=87744 CPUtime=102.3 cores=1,3
/proc/7041/stat : 7041 (cir_minisat) R 7039 7041 4777 0 -1 4202496 18807 0 0 0 10226 4 0 0 25 0 1 0 608722819 89849856 17708 33554432000 4194304 4254575 140734391065824 18446744073709551615 4209845 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7041/statm: 21936 17708 232 15 0 18579 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 87744

[startup+162.301 s]
/proc/loadavg: 4.02 3.47 3.41 5/308 7055
/proc/meminfo: memFree=8260560/32951124 swapFree=63649172/67111528
[pid=7041] ppid=7039 vsize=110596 CPUtime=162.3 cores=1,3
/proc/7041/stat : 7041 (cir_minisat) R 7039 7041 4777 0 -1 4202496 23461 0 0 0 16223 7 0 0 25 0 1 0 608722819 113250304 22304 33554432000 4194304 4254575 140734391065824 18446744073709551615 4209788 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7041/statm: 27649 22304 232 15 0 24292 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 110596

[startup+222.3 s]
/proc/loadavg: 4.04 3.58 3.45 5/308 7060
/proc/meminfo: memFree=8062224/32951124 swapFree=63649172/67111528
[pid=7041] ppid=7039 vsize=142912 CPUtime=222.3 cores=1,3
/proc/7041/stat : 7041 (cir_minisat) R 7039 7041 4777 0 -1 4202496 27914 0 0 0 22221 9 0 0 25 0 1 0 608722819 146341888 26725 33554432000 4194304 4254575 140734391065824 18446744073709551615 4216789 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7041/statm: 35728 26725 232 15 0 32371 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 142912

[startup+282.3 s]
/proc/loadavg: 4.01 3.65 3.48 5/308 7062
/proc/meminfo: memFree=8039748/32951124 swapFree=63649172/67111528
[pid=7041] ppid=7039 vsize=147540 CPUtime=282.29 cores=1,3
/proc/7041/stat : 7041 (cir_minisat) R 7039 7041 4777 0 -1 4202496 32203 0 0 0 28219 10 0 0 25 0 1 0 608722819 151080960 30966 33554432000 4194304 4254575 140734391065824 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7041/statm: 36885 30966 232 15 0 33528 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 147540

[startup+342.3 s]
/proc/loadavg: 4.00 3.71 3.51 5/308 7063
/proc/meminfo: memFree=7864108/32951124 swapFree=63649172/67111528
[pid=7041] ppid=7039 vsize=199256 CPUtime=342.29 cores=1,3
/proc/7041/stat : 7041 (cir_minisat) R 7039 7041 4777 0 -1 4202496 35038 0 0 0 34218 11 0 0 25 0 1 0 608722819 204038144 33747 33554432000 4194304 4254575 140734391065824 18446744073709551615 4223782 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7041/statm: 49814 33747 232 15 0 46457 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 199256

[startup+402.3 s]
/proc/loadavg: 4.00 3.76 3.54 5/308 7065
/proc/meminfo: memFree=7816800/32951124 swapFree=63649172/67111528
[pid=7041] ppid=7039 vsize=201260 CPUtime=402.3 cores=1,3
/proc/7041/stat : 7041 (cir_minisat) R 7039 7041 4777 0 -1 4202496 38631 0 0 0 40217 13 0 0 25 0 1 0 608722819 206090240 37304 33554432000 4194304 4254575 140734391065824 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7041/statm: 50315 37304 232 15 0 46958 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 201260

[startup+462.3 s]
/proc/loadavg: 4.05 3.82 3.57 5/308 7066
/proc/meminfo: memFree=7649480/32951124 swapFree=63649172/67111528
[pid=7041] ppid=7039 vsize=203548 CPUtime=462.3 cores=1,3
/proc/7041/stat : 7041 (cir_minisat) R 7039 7041 4777 0 -1 4202496 42269 0 0 0 46215 15 0 0 25 0 1 0 608722819 208433152 40902 33554432000 4194304 4254575 140734391065824 18446744073709551615 4217050 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7041/statm: 50887 40902 232 15 0 47530 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 203548

[startup+522.301 s]
/proc/loadavg: 4.05 3.86 3.60 5/308 7095
/proc/meminfo: memFree=7594940/32951124 swapFree=63649172/67111528
[pid=7041] ppid=7039 vsize=205980 CPUtime=522.29 cores=1,3
/proc/7041/stat : 7041 (cir_minisat) R 7039 7041 4777 0 -1 4202496 45526 0 0 0 52213 16 0 0 25 0 1 0 608722819 210923520 44120 33554432000 4194304 4254575 140734391065824 18446744073709551615 4216960 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7041/statm: 51495 44120 232 15 0 48138 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 205980

[startup+582.301 s]
/proc/loadavg: 4.02 3.89 3.62 5/308 7097
/proc/meminfo: memFree=7405684/32951124 swapFree=63649172/67111528
[pid=7041] ppid=7039 vsize=289324 CPUtime=582.3 cores=1,3
/proc/7041/stat : 7041 (cir_minisat) R 7039 7041 4777 0 -1 4202496 52618 0 0 0 58210 20 0 0 25 0 1 0 608722819 296267776 51181 33554432000 4194304 4254575 140734391065824 18446744073709551615 4216441 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7041/statm: 72331 51181 232 15 0 68974 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 289324

[startup+642.301 s]
/proc/loadavg: 4.00 3.90 3.64 5/305 7101
/proc/meminfo: memFree=8568552/32951124 swapFree=63649172/67111528
[pid=7041] ppid=7039 vsize=290880 CPUtime=642.3 cores=1,3
/proc/7041/stat : 7041 (cir_minisat) R 7039 7041 4777 0 -1 4202496 56526 0 0 0 64209 21 0 0 25 0 1 0 608722819 297861120 55055 33554432000 4194304 4254575 140734391065824 18446744073709551615 4209845 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7041/statm: 72720 55055 232 15 0 69363 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 290880

[startup+702.301 s]
/proc/loadavg: 4.04 3.92 3.66 5/308 7127
/proc/meminfo: memFree=8477112/32951124 swapFree=63649172/67111528
[pid=7041] ppid=7039 vsize=294248 CPUtime=702.3 cores=1,3
/proc/7041/stat : 7041 (cir_minisat) R 7039 7041 4777 0 -1 4202496 60535 0 0 0 70207 23 0 0 25 0 1 0 608722819 301309952 59028 33554432000 4194304 4254575 140734391065824 18446744073709551615 4217028 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7041/statm: 73562 59028 232 15 0 70205 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 294248

[startup+762.312 s]
/proc/loadavg: 4.12 3.96 3.69 5/308 7128
/proc/meminfo: memFree=8404692/32951124 swapFree=63649172/67111528
[pid=7041] ppid=7039 vsize=296436 CPUtime=762.31 cores=1,3
/proc/7041/stat : 7041 (cir_minisat) R 7039 7041 4777 0 -1 4202496 63953 0 0 0 76206 25 0 0 25 0 1 0 608722819 303550464 62407 33554432000 4194304 4254575 140734391065824 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7041/statm: 74109 62407 232 15 0 70752 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 296436

[startup+822.301 s]
/proc/loadavg: 4.09 3.98 3.71 5/308 7130
/proc/meminfo: memFree=8328520/32951124 swapFree=63649172/67111528
[pid=7041] ppid=7039 vsize=298396 CPUtime=822.31 cores=1,3
/proc/7041/stat : 7041 (cir_minisat) R 7039 7041 4777 0 -1 4202496 68088 0 0 0 82203 28 0 0 25 0 1 0 608722819 305557504 66511 33554432000 4194304 4254575 140734391065824 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7041/statm: 74599 66511 232 15 0 71242 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 298396

[startup+882.301 s]
/proc/loadavg: 4.03 3.98 3.73 5/308 7132
/proc/meminfo: memFree=8263628/32951124 swapFree=63649172/67111528
[pid=7041] ppid=7039 vsize=302400 CPUtime=882.3 cores=1,3
/proc/7041/stat : 7041 (cir_minisat) R 7039 7041 4777 0 -1 4202496 71165 0 0 0 88201 29 0 0 25 0 1 0 608722819 309657600 69546 33554432000 4194304 4254575 140734391065824 18446744073709551615 4209251 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7041/statm: 75600 69546 232 15 0 72243 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 302400

[startup+942.301 s]
/proc/loadavg: 4.01 3.98 3.74 5/308 7133
/proc/meminfo: memFree=8197236/32951124 swapFree=63649172/67111528
[pid=7041] ppid=7039 vsize=436324 CPUtime=942.3 cores=1,3
/proc/7041/stat : 7041 (cir_minisat) R 7039 7041 4777 0 -1 4202496 74889 0 0 0 94199 31 0 0 25 0 1 0 608722819 446795776 73239 33554432000 4194304 4254575 140734391065824 18446744073709551615 4217028 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7041/statm: 109081 73239 232 15 0 105724 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 436324

[startup+1002.3 s]
/proc/loadavg: 4.14 4.02 3.76 5/308 7135
/proc/meminfo: memFree=8130864/32951124 swapFree=63649172/67111528
[pid=7041] ppid=7039 vsize=437724 CPUtime=1002.3 cores=1,3
/proc/7041/stat : 7041 (cir_minisat) R 7039 7041 4777 0 -1 4202496 78985 0 0 0 100197 33 0 0 25 0 1 0 608722819 448229376 77293 33554432000 4194304 4254575 140734391065824 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7041/statm: 109431 77293 232 15 0 106074 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 437724

[startup+1062.3 s]
/proc/loadavg: 4.05 4.01 3.77 5/308 7163
/proc/meminfo: memFree=8251700/32951124 swapFree=63649172/67111528
[pid=7041] ppid=7039 vsize=439856 CPUtime=1062.31 cores=1,3
/proc/7041/stat : 7041 (cir_minisat) R 7039 7041 4777 0 -1 4202496 82743 0 0 0 106196 35 0 0 25 0 1 0 608722819 450412544 81026 33554432000 4194304 4254575 140734391065824 18446744073709551615 4217028 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7041/statm: 109964 81026 232 15 0 106607 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 439856

[startup+1122.3 s]
/proc/loadavg: 4.02 4.00 3.79 5/308 7165
/proc/meminfo: memFree=8131728/32951124 swapFree=63649172/67111528
[pid=7041] ppid=7039 vsize=442476 CPUtime=1122.31 cores=1,3
/proc/7041/stat : 7041 (cir_minisat) R 7039 7041 4777 0 -1 4202496 85943 0 0 0 112195 36 0 0 25 0 1 0 608722819 453095424 84192 33554432000 4194304 4254575 140734391065824 18446744073709551615 4217050 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7041/statm: 110619 84192 232 15 0 107262 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 442476

[startup+1182.3 s]
/proc/loadavg: 3.66 3.92 3.77 4/302 7185
/proc/meminfo: memFree=8953800/32951124 swapFree=63649172/67111528
[pid=7041] ppid=7039 vsize=444460 CPUtime=1182.31 cores=1,3
/proc/7041/stat : 7041 (cir_minisat) R 7039 7041 4777 0 -1 4202496 90131 0 0 0 118192 39 0 0 25 0 1 0 608722819 455127040 88347 33554432000 4194304 4254575 140734391065824 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7041/statm: 111115 88347 232 15 0 107758 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 444460

[startup+1242.3 s]
/proc/loadavg: 2.61 3.57 3.66 3/296 7203
/proc/meminfo: memFree=9164116/32951124 swapFree=63649172/67111528
[pid=7041] ppid=7039 vsize=446068 CPUtime=1242.31 cores=1,3
/proc/7041/stat : 7041 (cir_minisat) R 7039 7041 4777 0 -1 4202496 94207 0 0 0 124191 40 0 0 25 0 1 0 608722819 456773632 92385 33554432000 4194304 4254575 140734391065824 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7041/statm: 111517 92385 232 15 0 108160 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 446068



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.22 3.28 3.55 3/296 7205
/proc/meminfo: memFree=9074160/32951124 swapFree=63649172/67111528
[pid=7041] ppid=7039 vsize=447812 CPUtime=1300.02 cores=1,3
/proc/7041/stat : 7041 (cir_minisat) R 7039 7041 4777 0 -1 4202496 98306 0 0 0 129960 42 0 0 25 0 1 0 608722819 458559488 96451 33554432000 4194304 4254575 140734391065824 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7041/statm: 111953 96451 232 15 0 108596 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 447812

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.03
CPU time (s): 1300.04
CPU user time (s): 1299.61
CPU system time (s): 0.438933
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 447812

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

runsolver used 3.64345 second user time and 8.74467 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-09 22:00:43
IDJOB=3348722
IDBENCH=82481
IDSOLVER=1810
FILE ID=node130/3348722-1304971243
RUNJOBID= node130-1304971082-6781
PBS_JOBID= 13285620
Free space on /tmp= 30380 MiB

SOLVER NAME= minisat hack: cir_minisat 2011-03-02
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-pdtvisns3p00-tseitin.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3348722-1304971243/watcher-3348722-1304971243 -o /tmp/evaluation-result-3348722-1304971243/solver-3348722-1304971243 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3348722-1304971243.cnf

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

MD5SUM BENCH= a8ad0173824ed9404a8c153da07c5f9c
RANDOM SEED=1350525579

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       8778508 kB
Buffers:        248152 kB
Cached:       21483128 kB
SwapCached:      10100 kB
Active:        6058636 kB
Inactive:     17472700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       8778508 kB
SwapTotal:    67111528 kB
SwapFree:     63649172 kB
Dirty:           14560 kB
Writeback:           0 kB
AnonPages:     1797840 kB
Mapped:          13680 kB
Slab:           552500 kB
PageTables:      27036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 52471784 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= 30440 MiB
End job on node130 at 2011-05-09 22:22:25