Trace number 3318207

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: MiniSAT 2.2.0-agile-26? (TO) 1300.03 1300.02

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top24.cnf
MD5SUM1f485d737caaaca49e2c467c83cbdcec
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark520.047
Satisfiable
(Un)Satisfiability was proved
Number of variables65983
Number of clauses209942
Sum of the clauses size513194
Maximum clause length2578
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2127592
Number of clauses of size 380970
Number of clauses of size 4299
Number of clauses of size 522
Number of clauses of size over 51058

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-3318207-1304901997/watcher-3318207-1304901997 -o /tmp/evaluation-result-3318207-1304901997/solver-3318207-1304901997 -C 2400 -W 1300 -M 7680 minisat HOME/instance-3318207-1304901997.cnf 

running on 2 cores: 4,6

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.74 2.65 2.92 5/367 29069
/proc/meminfo: memFree=7938204/32951124 swapFree=65980216/67111528
[pid=29069] ppid=29067 vsize=27952 CPUtime=0 cores=4,6
/proc/29069/stat : 29069 (minisat) R 29067 29069 28499 0 -1 4202496 2354 0 0 0 0 0 0 0 24 0 1 0 582615180 28622848 2242 33554432000 4194304 4291235 140733333999856 18446744073709551615 4277976 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29069/statm: 6988 2242 216 24 0 3622 0

[startup+0.0419361 s]
/proc/loadavg: 3.74 2.65 2.92 5/367 29069
/proc/meminfo: memFree=7938204/32951124 swapFree=65980216/67111528
[pid=29069] ppid=29067 vsize=32040 CPUtime=0.03 cores=4,6
/proc/29069/stat : 29069 (minisat) R 29067 29069 28499 0 -1 4202496 3817 0 0 0 3 0 0 0 24 0 1 0 582615180 32808960 3527 33554432000 4194304 4291235 140733333999856 18446744073709551615 4277932 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29069/statm: 8010 3529 216 24 0 4644 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 32040

[startup+0.100936 s]
/proc/loadavg: 3.74 2.65 2.92 5/367 29069
/proc/meminfo: memFree=7938204/32951124 swapFree=65980216/67111528
[pid=29069] ppid=29067 vsize=39396 CPUtime=0.08 cores=4,6
/proc/29069/stat : 29069 (minisat) R 29067 29069 28499 0 -1 4202496 6488 0 0 0 8 0 0 0 24 0 1 0 582615180 40341504 5846 33554432000 4194304 4291235 140733333999856 18446744073709551615 4229674 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29069/statm: 9849 5846 238 24 0 6483 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 39396

[startup+0.300901 s]
/proc/loadavg: 3.74 2.65 2.92 5/367 29069
/proc/meminfo: memFree=7938204/32951124 swapFree=65980216/67111528
[pid=29069] ppid=29067 vsize=45536 CPUtime=0.29 cores=4,6
/proc/29069/stat : 29069 (minisat) R 29067 29069 28499 0 -1 4202496 9646 0 0 0 28 1 0 0 25 0 1 0 582615180 46628864 7331 33554432000 4194304 4291235 140733333999856 18446744073709551615 4277932 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29069/statm: 11384 7331 240 24 0 8018 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45536

[startup+0.700842 s]
/proc/loadavg: 3.74 2.65 2.92 5/367 29069
/proc/meminfo: memFree=7938204/32951124 swapFree=65980216/67111528
[pid=29069] ppid=29067 vsize=42380 CPUtime=0.69 cores=4,6
/proc/29069/stat : 29069 (minisat) R 29067 29069 28499 0 -1 4202496 10841 0 0 0 68 1 0 0 25 0 1 0 582615180 43397120 6668 33554432000 4194304 4291235 140733333999856 18446744073709551615 4255611 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29069/statm: 10595 6668 258 24 0 7229 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 42380

[startup+1.50069 s]
/proc/loadavg: 3.74 2.65 2.92 6/368 29070
/proc/meminfo: memFree=7910552/32951124 swapFree=65980216/67111528
[pid=29069] ppid=29067 vsize=46732 CPUtime=1.49 cores=4,6
/proc/29069/stat : 29069 (minisat) R 29067 29069 28499 0 -1 4202496 11072 0 0 0 148 1 0 0 25 0 1 0 582615180 47853568 6890 33554432000 4194304 4291235 140733333999856 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29069/statm: 11683 6890 258 24 0 8317 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 46732

[startup+3.1004 s]
/proc/loadavg: 3.76 2.67 2.92 6/368 29070
/proc/meminfo: memFree=7907204/32951124 swapFree=65980216/67111528
[pid=29069] ppid=29067 vsize=46732 CPUtime=3.08 cores=4,6
/proc/29069/stat : 29069 (minisat) R 29067 29069 28499 0 -1 4202496 11613 0 0 0 307 1 0 0 25 0 1 0 582615180 47853568 7420 33554432000 4194304 4291235 140733333999856 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29069/statm: 11683 7420 258 24 0 8317 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 46732

[startup+6.30081 s]
/proc/loadavg: 3.76 2.67 2.92 6/368 29070
/proc/meminfo: memFree=7892200/32951124 swapFree=65980216/67111528
[pid=29069] ppid=29067 vsize=58228 CPUtime=6.29 cores=4,6
/proc/29069/stat : 29069 (minisat) R 29067 29069 28499 0 -1 4202496 14493 0 0 0 627 2 0 0 25 0 1 0 582615180 59625472 10281 33554432000 4194304 4291235 140733333999856 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29069/statm: 14557 10281 258 24 0 11191 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 58228

[startup+12.7006 s]
/proc/loadavg: 3.80 2.71 2.93 6/368 29070
/proc/meminfo: memFree=7877100/32951124 swapFree=65980216/67111528
[pid=29069] ppid=29067 vsize=65408 CPUtime=12.69 cores=4,6
/proc/29069/stat : 29069 (minisat) R 29067 29069 28499 0 -1 4202496 16082 0 0 0 1266 3 0 0 25 0 1 0 582615180 66977792 11841 33554432000 4194304 4291235 140733333999856 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29069/statm: 16352 11841 258 24 0 12986 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 65408

[startup+25.5003 s]
/proc/loadavg: 3.83 2.75 2.94 5/368 29071
/proc/meminfo: memFree=7848952/32951124 swapFree=65980216/67111528
[pid=29069] ppid=29067 vsize=77084 CPUtime=25.49 cores=4,6
/proc/29069/stat : 29069 (minisat) R 29067 29069 28499 0 -1 4202496 18860 0 0 0 2545 4 0 0 25 0 1 0 582615180 78934016 14570 33554432000 4194304 4291235 140733333999856 18446744073709551615 4256124 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29069/statm: 19271 14570 258 24 0 15905 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 77084

[startup+51.1006 s]
/proc/loadavg: 3.89 2.85 2.97 6/368 29072
/proc/meminfo: memFree=7824248/32951124 swapFree=65980216/67111528
[pid=29069] ppid=29067 vsize=74780 CPUtime=51.09 cores=4,6
/proc/29069/stat : 29069 (minisat) R 29067 29069 28499 0 -1 4202496 28456 0 0 0 5102 7 0 0 25 0 1 0 582615180 76574720 14649 33554432000 4194304 4291235 140733333999856 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29069/statm: 18695 14649 258 24 0 15329 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 74780

[startup+102.314 s]
/proc/loadavg: 3.95 3.04 3.03 5/368 29073
/proc/meminfo: memFree=7767576/32951124 swapFree=65980216/67111528
[pid=29069] ppid=29067 vsize=91056 CPUtime=102.3 cores=4,6
/proc/29069/stat : 29069 (minisat) R 29067 29069 28499 0 -1 4202496 43468 0 0 0 10217 13 0 0 25 0 1 0 582615180 93241344 18639 33554432000 4194304 4291235 140733333999856 18446744073709551615 4256288 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29069/statm: 22764 18639 258 24 0 19398 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 91056

[startup+162.3 s]
/proc/loadavg: 3.98 3.21 3.09 5/368 29074
/proc/meminfo: memFree=7706420/32951124 swapFree=65980216/67111528
[pid=29069] ppid=29067 vsize=114024 CPUtime=162.29 cores=4,6
/proc/29069/stat : 29069 (minisat) R 29067 29069 28499 0 -1 4202496 59610 0 0 0 16210 19 0 0 25 0 1 0 582615180 116760576 21429 33554432000 4194304 4291235 140733333999856 18446744073709551615 4256087 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29069/statm: 28506 21429 258 24 0 25140 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 114024

[startup+222.301 s]
/proc/loadavg: 3.99 3.36 3.14 5/368 29157
/proc/meminfo: memFree=8030748/32951124 swapFree=65980216/67111528
[pid=29069] ppid=29067 vsize=118760 CPUtime=222.29 cores=4,6
/proc/29069/stat : 29069 (minisat) R 29067 29069 28499 0 -1 4202496 75617 0 0 0 22205 24 0 0 25 0 1 0 582615180 121610240 23202 33554432000 4194304 4291235 140733333999856 18446744073709551615 4256145 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29069/statm: 29690 23202 258 24 0 26324 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 118760

[startup+282.301 s]
/proc/loadavg: 4.06 3.49 3.20 5/368 29159
/proc/meminfo: memFree=7940332/32951124 swapFree=65980216/67111528
[pid=29069] ppid=29067 vsize=122500 CPUtime=282.3 cores=4,6
/proc/29069/stat : 29069 (minisat) R 29067 29069 28499 0 -1 4202496 90114 0 0 0 28202 28 0 0 25 0 1 0 582615180 125440000 22521 33554432000 4194304 4291235 140733333999856 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29069/statm: 30625 22521 258 24 0 27259 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 122500

[startup+342.301 s]
/proc/loadavg: 4.11 3.61 3.25 5/368 29160
/proc/meminfo: memFree=7896400/32951124 swapFree=65980216/67111528
[pid=29069] ppid=29067 vsize=126500 CPUtime=342.3 cores=4,6
/proc/29069/stat : 29069 (minisat) R 29067 29069 28499 0 -1 4202496 105715 0 0 0 34199 31 0 0 25 0 1 0 582615180 129536000 24519 33554432000 4194304 4291235 140733333999856 18446744073709551615 4261915 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29069/statm: 31625 24519 258 24 0 28259 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 126500

[startup+402.3 s]
/proc/loadavg: 4.08 3.69 3.30 5/368 29162
/proc/meminfo: memFree=7909108/32951124 swapFree=65980216/67111528
[pid=29069] ppid=29067 vsize=109744 CPUtime=402.3 cores=4,6
/proc/29069/stat : 29069 (minisat) R 29067 29069 28499 0 -1 4202496 120945 0 0 0 40194 36 0 0 25 0 1 0 582615180 112377856 23301 33554432000 4194304 4291235 140733333999856 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29069/statm: 27436 23301 258 24 0 24070 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 109744

[startup+462.301 s]
/proc/loadavg: 4.03 3.74 3.34 5/368 29163
/proc/meminfo: memFree=7858712/32951124 swapFree=65980216/67111528
[pid=29069] ppid=29067 vsize=101528 CPUtime=462.3 cores=4,6
/proc/29069/stat : 29069 (minisat) R 29067 29069 28499 0 -1 4202496 135028 0 0 0 46189 41 0 0 25 0 1 0 582615180 103964672 20668 33554432000 4194304 4291235 140733333999856 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29069/statm: 25382 20668 258 24 0 22016 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 101528

[startup+522.3 s]
/proc/loadavg: 4.05 3.80 3.39 5/368 29165
/proc/meminfo: memFree=7851332/32951124 swapFree=65980216/67111528
[pid=29069] ppid=29067 vsize=162992 CPUtime=522.3 cores=4,6
/proc/29069/stat : 29069 (minisat) R 29067 29069 28499 0 -1 4202496 148371 0 0 0 52185 45 0 0 25 0 1 0 582615180 166903808 33743 33554432000 4194304 4291235 140733333999856 18446744073709551615 4256124 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29069/statm: 40748 33743 258 24 0 37382 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 162992

[startup+582.301 s]
/proc/loadavg: 4.02 3.83 3.42 5/368 29167
/proc/meminfo: memFree=7745976/32951124 swapFree=65980216/67111528
[pid=29069] ppid=29067 vsize=133456 CPUtime=582.3 cores=4,6
/proc/29069/stat : 29069 (minisat) R 29067 29069 28499 0 -1 4202496 160123 0 0 0 58181 49 0 0 25 0 1 0 582615180 136658944 27572 33554432000 4194304 4291235 140733333999856 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29069/statm: 33364 27572 258 24 0 29998 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 133456

[startup+642.3 s]
/proc/loadavg: 4.00 3.86 3.46 5/368 29168
/proc/meminfo: memFree=7850196/32951124 swapFree=65980216/67111528
[pid=29069] ppid=29067 vsize=123484 CPUtime=642.31 cores=4,6
/proc/29069/stat : 29069 (minisat) R 29067 29069 28499 0 -1 4202496 175436 0 0 0 64178 53 0 0 25 0 1 0 582615180 126447616 24872 33554432000 4194304 4291235 140733333999856 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29069/statm: 30871 24872 258 24 0 27505 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 123484

[startup+702.301 s]
/proc/loadavg: 4.00 3.89 3.49 5/368 29170
/proc/meminfo: memFree=7784048/32951124 swapFree=65980216/67111528
[pid=29069] ppid=29067 vsize=173272 CPUtime=702.3 cores=4,6
/proc/29069/stat : 29069 (minisat) R 29067 29069 28499 0 -1 4202496 187997 0 0 0 70173 57 0 0 25 0 1 0 582615180 177430528 37214 33554432000 4194304 4291235 140733333999856 18446744073709551615 4256145 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29069/statm: 43318 37214 258 24 0 39952 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 173272

[startup+762.313 s]
/proc/loadavg: 4.00 3.90 3.51 5/368 29171
/proc/meminfo: memFree=7718028/32951124 swapFree=65980216/67111528
[pid=29069] ppid=29067 vsize=174336 CPUtime=762.31 cores=4,6
/proc/29069/stat : 29069 (minisat) R 29067 29069 28499 0 -1 4202496 203652 0 0 0 76169 62 0 0 25 0 1 0 582615180 178520064 33083 33554432000 4194304 4291235 140733333999856 18446744073709551615 4255661 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29069/statm: 43584 33083 258 24 0 40218 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 174336

[startup+822.301 s]
/proc/loadavg: 4.03 3.93 3.55 5/368 29173
/proc/meminfo: memFree=7837796/32951124 swapFree=65980216/67111528
[pid=29069] ppid=29067 vsize=143944 CPUtime=822.3 cores=4,6
/proc/29069/stat : 29069 (minisat) R 29067 29069 28499 0 -1 4202496 218879 0 0 0 82164 66 0 0 25 0 1 0 582615180 147398656 28693 33554432000 4194304 4291235 140733333999856 18446744073709551615 4255760 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29069/statm: 35986 28693 258 24 0 32620 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 143944

[startup+882.301 s]
/proc/loadavg: 4.22 4.00 3.59 5/368 29184
/proc/meminfo: memFree=7702000/32951124 swapFree=65980216/67111528
[pid=29069] ppid=29067 vsize=174764 CPUtime=882.31 cores=4,6
/proc/29069/stat : 29069 (minisat) R 29067 29069 28499 0 -1 4202496 229032 0 0 0 88162 69 0 0 25 0 1 0 582615180 178958336 38678 33554432000 4194304 4291235 140733333999856 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29069/statm: 43691 38678 258 24 0 40325 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 174764

[startup+942.301 s]
/proc/loadavg: 4.08 4.00 3.62 5/368 29185
/proc/meminfo: memFree=7827816/32951124 swapFree=65980216/67111528
[pid=29069] ppid=29067 vsize=177844 CPUtime=942.3 cores=4,6
/proc/29069/stat : 29069 (minisat) R 29067 29069 28499 0 -1 4202496 245650 0 0 0 94156 74 0 0 25 0 1 0 582615180 182112256 34252 33554432000 4194304 4291235 140733333999856 18446744073709551615 4256124 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29069/statm: 44461 34252 258 24 0 41095 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 177844

[startup+1002.3 s]
/proc/loadavg: 4.03 4.00 3.64 5/368 29187
/proc/meminfo: memFree=7738872/32951124 swapFree=65980216/67111528
[pid=29069] ppid=29067 vsize=128728 CPUtime=1002.31 cores=4,6
/proc/29069/stat : 29069 (minisat) R 29067 29069 28499 0 -1 4202496 260254 0 0 0 100150 81 0 0 25 0 1 0 582615180 131817472 26142 33554432000 4194304 4291235 140733333999856 18446744073709551615 4255866 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29069/statm: 32182 26142 258 24 0 28816 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 128728

[startup+1062.3 s]
/proc/loadavg: 4.01 4.00 3.66 5/368 29215
/proc/meminfo: memFree=7816420/32951124 swapFree=65980216/67111528
[pid=29069] ppid=29067 vsize=178516 CPUtime=1062.31 cores=4,6
/proc/29069/stat : 29069 (minisat) R 29067 29069 28499 0 -1 4202496 272976 0 0 0 106146 85 0 0 25 0 1 0 582615180 182800384 38632 33554432000 4194304 4291235 140733333999856 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29069/statm: 44629 38632 258 24 0 41263 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 178516

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.67 5/368 29217
/proc/meminfo: memFree=7815768/32951124 swapFree=65980216/67111528
[pid=29069] ppid=29067 vsize=150068 CPUtime=1122.31 cores=4,6
/proc/29069/stat : 29069 (minisat) R 29067 29069 28499 0 -1 4202496 288043 0 0 0 112142 89 0 0 25 0 1 0 582615180 153669632 31458 33554432000 4194304 4291235 140733333999856 18446744073709551615 4255841 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29069/statm: 37517 31458 258 24 0 34151 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 150068

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.69 5/368 29219
/proc/meminfo: memFree=7828748/32951124 swapFree=65980216/67111528
[pid=29069] ppid=29067 vsize=103280 CPUtime=1182.3 cores=4,6
/proc/29069/stat : 29069 (minisat) R 29067 29069 28499 0 -1 4202496 298571 0 0 0 118139 91 0 0 25 0 1 0 582615180 105758720 21660 33554432000 4194304 4291235 140733333999856 18446744073709551615 4267245 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29069/statm: 25820 21660 258 24 0 22454 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 103280

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.71 5/368 29220
/proc/meminfo: memFree=7817276/32951124 swapFree=65980216/67111528
[pid=29069] ppid=29067 vsize=152600 CPUtime=1242.3 cores=4,6
/proc/29069/stat : 29069 (minisat) R 29067 29069 28499 0 -1 4202496 311276 0 0 0 124136 94 0 0 25 0 1 0 582615180 156262400 34133 33554432000 4194304 4291235 140733333999856 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29069/statm: 38150 34133 258 24 0 34784 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 152600



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.73 7/368 29222
/proc/meminfo: memFree=7661748/32951124 swapFree=65980216/67111528
[pid=29069] ppid=29067 vsize=162176 CPUtime=1300.02 cores=4,6
/proc/29069/stat : 29069 (minisat) R 29067 29069 28499 0 -1 4202496 329040 0 0 0 129903 99 0 0 25 0 1 0 582615180 166068224 32872 33554432000 4194304 4291235 140733333999856 18446744073709551615 4255827 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29069/statm: 40544 32872 258 24 0 37178 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 162176

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.04
system time used= 0.995848
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 329040
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= 9
involuntary context switches= 1235

runsolver used 4.80227 second user time and 10.5854 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-09 02:46:37
IDJOB=3318207
IDBENCH=83116
IDSOLVER=1707
FILE ID=node142/3318207-1304901997
RUNJOBID= node142-1304901864-28971
PBS_JOBID= 13282129
Free space on /tmp= 47048 MiB

SOLVER NAME= minisat hack: MiniSAT 2.2.0-agile-26
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-top24.cnf
COMMAND LINE= minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3318207-1304901997/watcher-3318207-1304901997 -o /tmp/evaluation-result-3318207-1304901997/solver-3318207-1304901997 -C 2400 -W 1300 -M 7680  minisat HOME/instance-3318207-1304901997.cnf

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

MD5SUM BENCH= 1f485d737caaaca49e2c467c83cbdcec
RANDOM SEED=891955102

node142.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.846
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.69
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.846
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	: 5131.95
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.846
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.82
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.846
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.67
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.846
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.81
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.846
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.75
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.846
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.82
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.846
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:       7938360 kB
Buffers:        234104 kB
Cached:       19495816 kB
SwapCached:      11212 kB
Active:       11426804 kB
Inactive:     12821412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       7938360 kB
SwapTotal:    67111528 kB
SwapFree:     65980216 kB
Dirty:            3488 kB
Writeback:           0 kB
AnonPages:     4515388 kB
Mapped:          20680 kB
Slab:           666180 kB
PageTables:      33200 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 77456868 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= 47088 MiB
End job on node142 at 2011-05-09 03:08:19