Trace number 3349282

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: EBMiniSAT 2011-03-02? (TO) 1300.14 1300.08

General information on the benchmark

Nameindustrial/anbulagan/
hard-sat/partial-10-17-s.cnf
MD5SUMf72920912a1bb14f90e9fea5dee0ec1c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark77.9931
Satisfiable
(Un)Satisfiability was proved
Number of variables298900
Number of clauses1409628
Sum of the clauses size3261218
Maximum clause length10
Minimum clause length1
Number of clauses of size 122283
Number of clauses of size 21089480
Number of clauses of size 3242405
Number of clauses of size 46160
Number of clauses of size 524640
Number of clauses of size over 524660

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-3349282-1304976739/watcher-3349282-1304976739 -o /tmp/evaluation-result-3349282-1304976739/solver-3349282-1304976739 -C 2400 -W 1300 -M 7680 HOME/ebminisat_release HOME/instance-3349282-1304976739.cnf -verb=0 

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: 0.00 0.08 1.08 4/354 3601
/proc/meminfo: memFree=6137400/32950928 swapFree=45936960/67111528
[pid=3601] ppid=3599 vsize=20456 CPUtime=0 cores=4,6
/proc/3601/stat : 3601 (ebminisat_relea) R 3599 3601 3554 0 -1 4202496 922 0 0 0 0 0 0 0 22 0 1 0 609270678 20946944 865 33554432000 4194304 4293939 140734413823024 18446744073709551615 4240881 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3601/statm: 5209 866 218 25 0 1842 0

[startup+0.061016 s]
/proc/loadavg: 0.00 0.08 1.08 4/354 3601
/proc/meminfo: memFree=6137400/32950928 swapFree=45936960/67111528
[pid=3601] ppid=3599 vsize=35524 CPUtime=0.04 cores=4,6
/proc/3601/stat : 3601 (ebminisat_relea) R 3599 3601 3554 0 -1 4202496 4947 0 0 0 4 0 0 0 22 0 1 0 609270678 36376576 4697 33554432000 4194304 4293939 140734413823024 18446744073709551615 4280633 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3601/statm: 8881 4699 218 25 0 5514 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 35524

[startup+0.101002 s]
/proc/loadavg: 0.00 0.08 1.08 4/354 3601
/proc/meminfo: memFree=6137400/32950928 swapFree=45936960/67111528
[pid=3601] ppid=3599 vsize=51720 CPUtime=0.09 cores=4,6
/proc/3601/stat : 3601 (ebminisat_relea) R 3599 3601 3554 0 -1 4202496 9208 0 0 0 8 1 0 0 22 0 1 0 609270678 52961280 8822 33554432000 4194304 4293939 140734413823024 18446744073709551615 4280209 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3601/statm: 12930 8832 218 25 0 9563 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 51720

[startup+0.300964 s]
/proc/loadavg: 0.00 0.08 1.08 4/354 3601
/proc/meminfo: memFree=6137400/32950928 swapFree=45936960/67111528
[pid=3601] ppid=3599 vsize=92724 CPUtime=0.29 cores=4,6
/proc/3601/stat : 3601 (ebminisat_relea) R 3599 3601 3554 0 -1 4202496 19941 0 0 0 26 3 0 0 23 0 1 0 609270678 94949376 18557 33554432000 4194304 4293939 140734413823024 18446744073709551615 4280633 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3601/statm: 23181 18558 218 25 0 19814 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 92724

[startup+0.700878 s]
/proc/loadavg: 0.00 0.08 1.08 4/354 3601
/proc/meminfo: memFree=6137400/32950928 swapFree=45936960/67111528
[pid=3601] ppid=3599 vsize=153612 CPUtime=0.68 cores=4,6
/proc/3601/stat : 3601 (ebminisat_relea) R 3599 3601 3554 0 -1 4202496 34732 0 0 0 64 4 0 0 25 0 1 0 609270678 157298688 31302 33554432000 4194304 4293939 140734413823024 18446744073709551615 4215504 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3601/statm: 38403 31302 222 25 0 35036 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 153612

[startup+1.50071 s]
/proc/loadavg: 0.00 0.08 1.08 5/360 3612
/proc/meminfo: memFree=5860008/32950928 swapFree=45936960/67111528
[pid=3601] ppid=3599 vsize=172724 CPUtime=1.49 cores=4,6
/proc/3601/stat : 3601 (ebminisat_relea) R 3599 3601 3554 0 -1 4202496 40854 0 0 0 144 5 0 0 25 0 1 0 609270678 176869376 37158 33554432000 4194304 4293939 140734413823024 18446744073709551615 4232642 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3601/statm: 43181 37158 225 25 0 39814 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 172724

[startup+3.1004 s]
/proc/loadavg: 0.32 0.14 1.09 5/363 3618
/proc/meminfo: memFree=5681880/32950928 swapFree=45936960/67111528
[pid=3601] ppid=3599 vsize=144356 CPUtime=3.09 cores=4,6
/proc/3601/stat : 3601 (ebminisat_relea) R 3599 3601 3554 0 -1 4202496 45235 0 0 0 303 6 0 0 25 0 1 0 609270678 147820544 29588 33554432000 4194304 4293939 140734413823024 18446744073709551615 4250543 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3601/statm: 36089 29588 244 25 0 32722 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 144356

[startup+6.30076 s]
/proc/loadavg: 0.32 0.14 1.09 5/363 3618
/proc/meminfo: memFree=5627576/32950928 swapFree=45936960/67111528
[pid=3601] ppid=3599 vsize=144356 CPUtime=6.29 cores=4,6
/proc/3601/stat : 3601 (ebminisat_relea) R 3599 3601 3554 0 -1 4202496 45803 0 0 0 623 6 0 0 25 0 1 0 609270678 147820544 30154 33554432000 4194304 4293939 140734413823024 18446744073709551615 4263774 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3601/statm: 36089 30154 245 25 0 32722 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 144356

[startup+12.7005 s]
/proc/loadavg: 0.89 0.27 1.12 5/363 3618
/proc/meminfo: memFree=5647060/32950928 swapFree=45936960/67111528
[pid=3601] ppid=3599 vsize=156032 CPUtime=12.69 cores=4,6
/proc/3601/stat : 3601 (ebminisat_relea) R 3599 3601 3554 0 -1 4202496 47165 0 0 0 1263 6 0 0 25 0 1 0 609270678 159776768 31512 33554432000 4194304 4293939 140734413823024 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3601/statm: 39008 31512 245 25 0 35641 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 156032

[startup+25.5009 s]
/proc/loadavg: 1.36 0.39 1.15 5/363 3618
/proc/meminfo: memFree=5606544/32950928 swapFree=45936960/67111528
[pid=3601] ppid=3599 vsize=175000 CPUtime=25.49 cores=4,6
/proc/3601/stat : 3601 (ebminisat_relea) R 3599 3601 3554 0 -1 4202496 50424 0 0 0 2542 7 0 0 25 0 1 0 609270678 179200000 34762 33554432000 4194304 4293939 140734413823024 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3601/statm: 43750 34762 245 25 0 40383 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 175000

[startup+51.1008 s]
/proc/loadavg: 2.38 0.71 1.24 5/363 3619
/proc/meminfo: memFree=5509812/32950928 swapFree=45936960/67111528
[pid=3601] ppid=3599 vsize=205820 CPUtime=51.09 cores=4,6
/proc/3601/stat : 3601 (ebminisat_relea) R 3599 3601 3554 0 -1 4202496 58511 0 0 0 5099 10 0 0 25 0 1 0 609270678 210759680 42832 33554432000 4194304 4293939 140734413823024 18446744073709551615 4262675 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3601/statm: 51455 42832 245 25 0 48088 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 205820

[startup+102.314 s]
/proc/loadavg: 3.35 1.26 1.39 5/363 3648
/proc/meminfo: memFree=5464720/32950928 swapFree=45936960/67111528
[pid=3601] ppid=3599 vsize=337296 CPUtime=102.31 cores=4,6
/proc/3601/stat : 3601 (ebminisat_relea) R 3599 3601 3554 0 -1 4202496 77203 0 0 0 10216 15 0 0 25 0 1 0 609270678 345391104 61495 33554432000 4194304 4293939 140734413823024 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3601/statm: 84324 61495 245 25 0 80957 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 337296

[startup+162.301 s]
/proc/loadavg: 3.76 1.76 1.56 5/363 3649
/proc/meminfo: memFree=5320744/32950928 swapFree=45936960/67111528
[pid=3601] ppid=3599 vsize=472632 CPUtime=162.3 cores=4,6
/proc/3601/stat : 3601 (ebminisat_relea) R 3599 3601 3554 0 -1 4202496 102903 0 0 0 16208 22 0 0 25 0 1 0 609270678 483975168 87163 33554432000 4194304 4293939 140734413823024 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3601/statm: 118158 87163 245 25 0 114791 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 472632

[startup+222.301 s]
/proc/loadavg: 3.99 2.19 1.72 5/363 3651
/proc/meminfo: memFree=5207892/32950928 swapFree=45936960/67111528
[pid=3601] ppid=3599 vsize=478848 CPUtime=222.3 cores=4,6
/proc/3601/stat : 3601 (ebminisat_relea) R 3599 3601 3554 0 -1 4202496 124082 0 0 0 22203 27 0 0 25 0 1 0 609270678 490340352 108317 33554432000 4194304 4293939 140734413823024 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3601/statm: 119712 108317 245 25 0 116345 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 478848

[startup+282.301 s]
/proc/loadavg: 4.07 2.53 1.86 5/363 3652
/proc/meminfo: memFree=5095540/32950928 swapFree=45936960/67111528
[pid=3601] ppid=3599 vsize=698628 CPUtime=282.31 cores=4,6
/proc/3601/stat : 3601 (ebminisat_relea) R 3599 3601 3554 0 -1 4202496 145818 0 0 0 28199 32 0 0 25 0 1 0 609270678 715395072 130031 33554432000 4194304 4293939 140734413823024 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3601/statm: 174657 130031 245 25 0 171290 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 698628

[startup+342.301 s]
/proc/loadavg: 4.02 2.80 1.99 5/363 3654
/proc/meminfo: memFree=4978712/32950928 swapFree=45936960/67111528
[pid=3601] ppid=3599 vsize=703864 CPUtime=342.3 cores=4,6
/proc/3601/stat : 3601 (ebminisat_relea) R 3599 3601 3554 0 -1 4202496 170003 0 0 0 34192 38 0 0 25 0 1 0 609270678 720756736 154193 33554432000 4194304 4293939 140734413823024 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3601/statm: 175966 154193 245 25 0 172599 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 703864

[startup+402.301 s]
/proc/loadavg: 4.01 3.01 2.11 5/363 3656
/proc/meminfo: memFree=4857668/32950928 swapFree=45936960/67111528
[pid=3601] ppid=3599 vsize=1057172 CPUtime=402.31 cores=4,6
/proc/3601/stat : 3601 (ebminisat_relea) R 3599 3601 3554 0 -1 4202496 192369 0 0 0 40186 45 0 0 25 0 1 0 609270678 1082544128 176542 33554432000 4194304 4293939 140734413823024 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3601/statm: 264293 176542 245 25 0 260926 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 1057172

[startup+462.301 s]
/proc/loadavg: 4.16 3.22 2.24 5/363 3657
/proc/meminfo: memFree=4738612/32950928 swapFree=45936960/67111528
[pid=3601] ppid=3599 vsize=1062148 CPUtime=462.31 cores=4,6
/proc/3601/stat : 3601 (ebminisat_relea) R 3599 3601 3554 0 -1 4202496 214095 0 0 0 46180 51 0 0 25 0 1 0 609270678 1087639552 198248 33554432000 4194304 4293939 140734413823024 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3601/statm: 265537 198248 245 25 0 262170 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 1062148

[startup+522.301 s]
/proc/loadavg: 4.06 3.35 2.34 5/363 3659
/proc/meminfo: memFree=4634804/32950928 swapFree=45936960/67111528
[pid=3601] ppid=3599 vsize=1067076 CPUtime=522.31 cores=4,6
/proc/3601/stat : 3601 (ebminisat_relea) R 3599 3601 3554 0 -1 4202496 233448 0 0 0 52175 56 0 0 25 0 1 0 609270678 1092685824 217575 33554432000 4194304 4293939 140734413823024 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3601/statm: 266769 217575 245 25 0 263402 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 1067076

[startup+582.301 s]
/proc/loadavg: 4.09 3.50 2.46 5/363 3660
/proc/meminfo: memFree=4531116/32950928 swapFree=45936960/67111528
[pid=3601] ppid=3599 vsize=1071712 CPUtime=582.32 cores=4,6
/proc/3601/stat : 3601 (ebminisat_relea) R 3599 3601 3554 0 -1 4202496 254426 0 0 0 58171 61 0 0 25 0 1 0 609270678 1097433088 238528 33554432000 4194304 4293939 140734413823024 18446744073709551615 4251579 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3601/statm: 267928 238528 245 25 0 264561 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 1071712

[startup+642.301 s]
/proc/loadavg: 4.03 3.59 2.55 5/363 3662
/proc/meminfo: memFree=4427172/32950928 swapFree=45936960/67111528
[pid=3601] ppid=3599 vsize=1076464 CPUtime=642.32 cores=4,6
/proc/3601/stat : 3601 (ebminisat_relea) R 3599 3601 3554 0 -1 4202496 273700 0 0 0 64166 66 0 0 25 0 1 0 609270678 1102299136 257771 33554432000 4194304 4293939 140734413823024 18446744073709551615 4263678 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3601/statm: 269116 257771 245 25 0 265749 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 1076464

[startup+702.301 s]
/proc/loadavg: 4.07 3.68 2.65 5/363 3664
/proc/meminfo: memFree=4322980/32950928 swapFree=45936960/67111528
[pid=3601] ppid=3599 vsize=1646872 CPUtime=702.32 cores=4,6
/proc/3601/stat : 3601 (ebminisat_relea) R 3599 3601 3554 0 -1 4202496 294169 0 0 0 70160 72 0 0 25 0 1 0 609270678 1686396928 278223 33554432000 4194304 4293939 140734413823024 18446744073709551615 4263101 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3601/statm: 411718 278223 245 25 0 408351 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 1646872

[startup+762.314 s]
/proc/loadavg: 4.02 3.73 2.73 5/363 3665
/proc/meminfo: memFree=4225356/32950928 swapFree=45936960/67111528
[pid=3601] ppid=3599 vsize=1651900 CPUtime=762.34 cores=4,6
/proc/3601/stat : 3601 (ebminisat_relea) R 3599 3601 3554 0 -1 4202496 312148 0 0 0 76157 77 0 0 25 0 1 0 609270678 1691545600 296189 33554432000 4194304 4293939 140734413823024 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3601/statm: 412975 296189 245 25 0 409608 0
Current children cumulated CPU time (s) 762.34
Current children cumulated vsize (KiB) 1651900

[startup+822.301 s]
/proc/loadavg: 4.05 3.79 2.81 5/363 3667
/proc/meminfo: memFree=4127140/32950928 swapFree=45936960/67111528
[pid=3601] ppid=3599 vsize=1656672 CPUtime=822.33 cores=4,6
/proc/3601/stat : 3601 (ebminisat_relea) R 3599 3601 3554 0 -1 4202496 330374 0 0 0 82151 82 0 0 25 0 1 0 609270678 1696432128 314399 33554432000 4194304 4293939 140734413823024 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3601/statm: 414168 314399 245 25 0 410801 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 1656672

[startup+882.301 s]
/proc/loadavg: 4.02 3.83 2.88 5/363 3668
/proc/meminfo: memFree=4035364/32950928 swapFree=45936960/67111528
[pid=3601] ppid=3599 vsize=1660328 CPUtime=882.33 cores=4,6
/proc/3601/stat : 3601 (ebminisat_relea) R 3599 3601 3554 0 -1 4202496 348705 0 0 0 88145 88 0 0 25 0 1 0 609270678 1700175872 332716 33554432000 4194304 4293939 140734413823024 18446744073709551615 4255888 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3601/statm: 415082 332716 245 25 0 411715 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 1660328

[startup+942.301 s]
/proc/loadavg: 4.00 3.86 2.95 5/363 3670
/proc/meminfo: memFree=3936144/32950928 swapFree=45936960/67111528
[pid=3601] ppid=3599 vsize=1664776 CPUtime=942.33 cores=4,6
/proc/3601/stat : 3601 (ebminisat_relea) R 3599 3601 3554 0 -1 4202496 367686 0 0 0 94141 92 0 0 25 0 1 0 609270678 1704730624 351679 33554432000 4194304 4293939 140734413823024 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3601/statm: 416194 351679 245 25 0 412827 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 1664776

[startup+1002.3 s]
/proc/loadavg: 4.04 3.89 3.02 5/363 3672
/proc/meminfo: memFree=3838284/32950928 swapFree=45936960/67111528
[pid=3601] ppid=3599 vsize=1669188 CPUtime=1002.34 cores=4,6
/proc/3601/stat : 3601 (ebminisat_relea) R 3599 3601 3554 0 -1 4202496 389148 0 0 0 100136 98 0 0 25 0 1 0 609270678 1709248512 373128 33554432000 4194304 4293939 140734413823024 18446744073709551615 4248356 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3601/statm: 417297 373128 245 25 0 413930 0
Current children cumulated CPU time (s) 1002.34
Current children cumulated vsize (KiB) 1669188

[startup+1062.3 s]
/proc/loadavg: 4.12 3.94 3.08 5/363 3673
/proc/meminfo: memFree=3744516/32950928 swapFree=45936960/67111528
[pid=3601] ppid=3599 vsize=1671828 CPUtime=1062.34 cores=4,6
/proc/3601/stat : 3601 (ebminisat_relea) R 3599 3601 3554 0 -1 4202496 407895 0 0 0 106131 103 0 0 25 0 1 0 609270678 1711951872 391856 33554432000 4194304 4293939 140734413823024 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3601/statm: 417957 391856 245 25 0 414590 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 1671828

[startup+1122.3 s]
/proc/loadavg: 4.04 3.95 3.14 5/363 3702
/proc/meminfo: memFree=3956336/32950928 swapFree=45936960/67111528
[pid=3601] ppid=3599 vsize=2596648 CPUtime=1122.34 cores=4,6
/proc/3601/stat : 3601 (ebminisat_relea) R 3599 3601 3554 0 -1 4202496 429357 0 0 0 112125 109 0 0 25 0 1 0 609270678 2658967552 413300 33554432000 4194304 4293939 140734413823024 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3601/statm: 649162 413300 245 25 0 645795 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 2596648

[startup+1182.3 s]
/proc/loadavg: 4.12 3.98 3.20 5/363 3703
/proc/meminfo: memFree=3860564/32950928 swapFree=45936960/67111528
[pid=3601] ppid=3599 vsize=2599004 CPUtime=1182.35 cores=4,6
/proc/3601/stat : 3601 (ebminisat_relea) R 3599 3601 3554 0 -1 4202496 447539 0 0 0 118121 114 0 0 25 0 1 0 609270678 2661380096 431467 33554432000 4194304 4293939 140734413823024 18446744073709551615 4255824 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3601/statm: 649751 431467 245 25 0 646384 0
Current children cumulated CPU time (s) 1182.35
Current children cumulated vsize (KiB) 2599004

[startup+1242.3 s]
/proc/loadavg: 4.12 4.01 3.26 5/363 3705
/proc/meminfo: memFree=3781172/32950928 swapFree=45936960/67111528
[pid=3601] ppid=3599 vsize=2603172 CPUtime=1242.34 cores=4,6
/proc/3601/stat : 3601 (ebminisat_relea) R 3599 3601 3554 0 -1 4202496 466329 0 0 0 124116 118 0 0 25 0 1 0 609270678 2665648128 450237 33554432000 4194304 4293939 140734413823024 18446744073709551615 4263678 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3601/statm: 650793 450237 245 25 0 647426 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 2603172



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.12 4.02 3.30 5/363 3706
/proc/meminfo: memFree=3697196/32950928 swapFree=45936960/67111528
[pid=3601] ppid=3599 vsize=2606176 CPUtime=1300.06 cores=4,6
/proc/3601/stat : 3601 (ebminisat_relea) R 3599 3601 3554 0 -1 4202496 484180 0 0 0 129882 124 0 0 25 0 1 0 609270678 2668724224 468072 33554432000 4194304 4293939 140734413823024 18446744073709551615 4248558 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3601/statm: 651544 468072 245 25 0 648177 0
Current children cumulated CPU time (s) 1300.06
Current children cumulated vsize (KiB) 2606176

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.08
CPU time (s): 1300.14
CPU user time (s): 1298.83
CPU system time (s): 1.3108
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 2606176

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

runsolver used 4.78227 second user time and 10.6094 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-09 23:32:20
IDJOB=3349282
IDBENCH=20349
IDSOLVER=1812
FILE ID=node149/3349282-1304976739
RUNJOBID= node149-1304976739-3576
PBS_JOBID= 13285664
Free space on /tmp= 42456 MiB

SOLVER NAME= minisat hack: EBMiniSAT 2011-03-02
BENCH NAME= SAT07/industrial/anbulagan/hard-sat/partial-10-17-s.cnf
COMMAND LINE= DIR/ebminisat_release BENCHNAME  -verb=0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349282-1304976739/watcher-3349282-1304976739 -o /tmp/evaluation-result-3349282-1304976739/solver-3349282-1304976739 -C 2400 -W 1300 -M 7680  HOME/ebminisat_release HOME/instance-3349282-1304976739.cnf  -verb=0

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

MD5SUM BENCH= f72920912a1bb14f90e9fea5dee0ec1c
RANDOM SEED=636870732

node149.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.806
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.61
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.806
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.806
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.83
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.806
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.73
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.806
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.82
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.806
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.806
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.806
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:     32950928 kB
MemFree:       6137672 kB
Buffers:        242632 kB
Cached:       21427972 kB
SwapCached:      21336 kB
Active:       12037308 kB
Inactive:     14014576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       6137672 kB
SwapTotal:    67111528 kB
SwapFree:     45936960 kB
Dirty:           50592 kB
Writeback:           0 kB
AnonPages:     4372256 kB
Mapped:          14204 kB
Slab:           621680 kB
PageTables:      72108 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 80261520 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= 42452 MiB
End job on node149 at 2011-05-09 23:54:02