Trace number 3349214

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

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k45.cnf
MD5SUM8a76c8add64173ae39149aae572a02d9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark185.162
Satisfiable
(Un)Satisfiability was proved
Number of variables37432
Number of clauses147345
Sum of the clauses size401667
Maximum clause length37
Minimum clause length1
Number of clauses of size 1603
Number of clauses of size 269621
Number of clauses of size 371450
Number of clauses of size 4266
Number of clauses of size 5505
Number of clauses of size over 54900

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

running on 2 cores: 5,7

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.01 0.68 2/357 1009
/proc/meminfo: memFree=8070044/32951124 swapFree=65980216/67111528
[pid=1009] ppid=1007 vsize=19128 CPUtime=0 cores=5,7
/proc/1009/stat : 1009 (ebminisat_relea) R 1007 1009 968 0 -1 4202496 565 0 0 0 0 0 0 0 21 0 1 0 590089532 19587072 508 33554432000 4194304 4293939 140734912464576 18446744073709551615 4201027 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1009/statm: 4782 508 211 25 0 1415 0

[startup+0.071548 s]
/proc/loadavg: 0.00 0.01 0.68 2/357 1009
/proc/meminfo: memFree=8070044/32951124 swapFree=65980216/67111528
[pid=1009] ppid=1007 vsize=32208 CPUtime=0.06 cores=5,7
/proc/1009/stat : 1009 (ebminisat_relea) R 1007 1009 968 0 -1 4202496 4705 0 0 0 6 0 0 0 21 0 1 0 590089532 32980992 4184 33554432000 4194304 4293939 140734912464576 18446744073709551615 4280209 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1009/statm: 8052 4185 219 25 0 4685 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 32208

[startup+0.100533 s]
/proc/loadavg: 0.00 0.01 0.68 2/357 1009
/proc/meminfo: memFree=8070044/32951124 swapFree=65980216/67111528
[pid=1009] ppid=1007 vsize=32348 CPUtime=0.09 cores=5,7
/proc/1009/stat : 1009 (ebminisat_relea) R 1007 1009 968 0 -1 4202496 4777 0 0 0 9 0 0 0 21 0 1 0 590089532 33124352 4256 33554432000 4194304 4293939 140734912464576 18446744073709551615 4233074 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1009/statm: 8087 4256 225 25 0 4720 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32348

[startup+0.300507 s]
/proc/loadavg: 0.00 0.01 0.68 2/357 1009
/proc/meminfo: memFree=8070044/32951124 swapFree=65980216/67111528
[pid=1009] ppid=1007 vsize=33644 CPUtime=0.29 cores=5,7
/proc/1009/stat : 1009 (ebminisat_relea) R 1007 1009 968 0 -1 4202496 7017 0 0 0 28 1 0 0 22 0 1 0 590089532 34451456 4815 33554432000 4194304 4293939 140734912464576 18446744073709551615 4255622 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1009/statm: 8411 4815 234 25 0 5044 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33644

[startup+0.700418 s]
/proc/loadavg: 0.00 0.01 0.68 2/357 1009
/proc/meminfo: memFree=8070044/32951124 swapFree=65980216/67111528
[pid=1009] ppid=1007 vsize=35320 CPUtime=0.69 cores=5,7
/proc/1009/stat : 1009 (ebminisat_relea) R 1007 1009 968 0 -1 4202496 7263 0 0 0 68 1 0 0 23 0 1 0 590089532 36167680 5051 33554432000 4194304 4293939 140734912464576 18446744073709551615 4255561 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1009/statm: 8830 5051 245 25 0 5463 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35320

[startup+1.50029 s]
/proc/loadavg: 0.00 0.01 0.68 3/358 1010
/proc/meminfo: memFree=8045744/32951124 swapFree=65980216/67111528
[pid=1009] ppid=1007 vsize=38040 CPUtime=1.49 cores=5,7
/proc/1009/stat : 1009 (ebminisat_relea) R 1007 1009 968 0 -1 4202496 7696 0 0 0 148 1 0 0 25 0 1 0 590089532 38952960 5472 33554432000 4194304 4293939 140734912464576 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1009/statm: 9510 5472 245 25 0 6143 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38040

[startup+3.10098 s]
/proc/loadavg: 0.00 0.01 0.68 5/362 1018
/proc/meminfo: memFree=8011728/32951124 swapFree=65980216/67111528
[pid=1009] ppid=1007 vsize=42460 CPUtime=3.09 cores=5,7
/proc/1009/stat : 1009 (ebminisat_relea) R 1007 1009 968 0 -1 4202496 8609 0 0 0 308 1 0 0 25 0 1 0 590089532 43479040 6377 33554432000 4194304 4293939 140734912464576 18446744073709551615 4255561 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1009/statm: 10615 6377 245 25 0 7248 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 42460

[startup+6.3004 s]
/proc/loadavg: 0.40 0.10 0.70 5/368 1030
/proc/meminfo: memFree=7503156/32951124 swapFree=65980216/67111528
[pid=1009] ppid=1007 vsize=49640 CPUtime=6.29 cores=5,7
/proc/1009/stat : 1009 (ebminisat_relea) R 1007 1009 968 0 -1 4202496 10515 0 0 0 627 2 0 0 25 0 1 0 590089532 50831360 8256 33554432000 4194304 4293939 140734912464576 18446744073709551615 4262946 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1009/statm: 12410 8256 245 25 0 9043 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 49640

[startup+12.7002 s]
/proc/loadavg: 0.69 0.16 0.72 5/368 1031
/proc/meminfo: memFree=7516428/32951124 swapFree=65980216/67111528
[pid=1009] ppid=1007 vsize=63184 CPUtime=12.69 cores=5,7
/proc/1009/stat : 1009 (ebminisat_relea) R 1007 1009 968 0 -1 4202496 14576 0 0 0 1266 3 0 0 25 0 1 0 590089532 64700416 12277 33554432000 4194304 4293939 140734912464576 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1009/statm: 15796 12277 245 25 0 12429 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 63184

[startup+25.5009 s]
/proc/loadavg: 1.42 0.35 0.77 5/368 1031
/proc/meminfo: memFree=7543796/32951124 swapFree=65980216/67111528
[pid=1009] ppid=1007 vsize=44828 CPUtime=25.49 cores=5,7
/proc/1009/stat : 1009 (ebminisat_relea) R 1007 1009 968 0 -1 4202496 22748 0 0 0 2544 5 0 0 25 0 1 0 590089532 45903872 7570 33554432000 4194304 4293939 140734912464576 18446744073709551615 4255561 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1009/statm: 11207 7570 245 25 0 7840 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 44828

[startup+51.1012 s]
/proc/loadavg: 2.37 0.66 0.86 5/368 1032
/proc/meminfo: memFree=7471060/32951124 swapFree=65980216/67111528
[pid=1009] ppid=1007 vsize=63504 CPUtime=51.1 cores=5,7
/proc/1009/stat : 1009 (ebminisat_relea) R 1007 1009 968 0 -1 4202496 40177 0 0 0 5100 10 0 0 25 0 1 0 590089532 65028096 10743 33554432000 4194304 4293939 140734912464576 18446744073709551615 4256080 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1009/statm: 15876 10743 245 25 0 12509 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 63504

[startup+102.314 s]
/proc/loadavg: 3.45 1.20 1.03 5/368 1033
/proc/meminfo: memFree=7315492/32951124 swapFree=65980216/67111528
[pid=1009] ppid=1007 vsize=133312 CPUtime=102.31 cores=5,7
/proc/1009/stat : 1009 (ebminisat_relea) R 1007 1009 968 0 -1 4202496 71931 0 0 0 10211 20 0 0 25 0 1 0 590089532 136511488 22627 33554432000 4194304 4293939 140734912464576 18446744073709551615 4255891 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1009/statm: 33328 22627 245 25 0 29961 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 133312

[startup+162.301 s]
/proc/loadavg: 3.87 1.72 1.22 5/368 1035
/proc/meminfo: memFree=7145352/32951124 swapFree=65980216/67111528
[pid=1009] ppid=1007 vsize=193848 CPUtime=162.3 cores=5,7
/proc/1009/stat : 1009 (ebminisat_relea) R 1007 1009 968 0 -1 4202496 105791 0 0 0 16197 33 0 0 25 0 1 0 590089532 198500352 33467 33554432000 4194304 4293939 140734912464576 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1009/statm: 48462 33467 245 25 0 45095 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 193848

[startup+222.301 s]
/proc/loadavg: 4.02 2.16 1.40 5/368 1036
/proc/meminfo: memFree=7061624/32951124 swapFree=65980216/67111528
[pid=1009] ppid=1007 vsize=146736 CPUtime=222.3 cores=5,7
/proc/1009/stat : 1009 (ebminisat_relea) R 1007 1009 968 0 -1 4202496 135132 0 0 0 22189 41 0 0 25 0 1 0 590089532 150257664 31384 33554432000 4194304 4293939 140734912464576 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1009/statm: 36684 31384 245 25 0 33317 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 146736

[startup+282.301 s]
/proc/loadavg: 4.01 2.50 1.56 5/368 1038
/proc/meminfo: memFree=7050320/32951124 swapFree=65980216/67111528
[pid=1009] ppid=1007 vsize=92496 CPUtime=282.3 cores=5,7
/proc/1009/stat : 1009 (ebminisat_relea) R 1007 1009 968 0 -1 4202496 164887 0 0 0 28179 51 0 0 25 0 1 0 590089532 94715904 18538 33554432000 4194304 4293939 140734912464576 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1009/statm: 23124 18538 245 25 0 19757 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 92496

[startup+342.301 s]
/proc/loadavg: 4.00 2.77 1.71 5/368 1066
/proc/meminfo: memFree=7239780/32951124 swapFree=65980216/67111528
[pid=1009] ppid=1007 vsize=131244 CPUtime=342.31 cores=5,7
/proc/1009/stat : 1009 (ebminisat_relea) R 1007 1009 968 0 -1 4202496 192803 0 0 0 34172 59 0 0 25 0 1 0 590089532 134393856 24674 33554432000 4194304 4293939 140734912464576 18446744073709551615 4256173 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1009/statm: 32811 24674 245 25 0 29444 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 131244

[startup+402.301 s]
/proc/loadavg: 4.00 2.99 1.85 5/368 1068
/proc/meminfo: memFree=7163376/32951124 swapFree=65980216/67111528
[pid=1009] ppid=1007 vsize=133932 CPUtime=402.3 cores=5,7
/proc/1009/stat : 1009 (ebminisat_relea) R 1007 1009 968 0 -1 4202496 221910 0 0 0 40164 66 0 0 25 0 1 0 590089532 137146368 26201 33554432000 4194304 4293939 140734912464576 18446744073709551615 4255657 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1009/statm: 33483 26201 245 25 0 30116 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 133932

[startup+462.301 s]
/proc/loadavg: 4.08 3.19 1.99 5/368 1070
/proc/meminfo: memFree=7018884/32951124 swapFree=65980216/67111528
[pid=1009] ppid=1007 vsize=214840 CPUtime=462.31 cores=5,7
/proc/1009/stat : 1009 (ebminisat_relea) R 1007 1009 968 0 -1 4202496 241015 0 0 0 46159 72 0 0 25 0 1 0 590089532 219996160 45211 33554432000 4194304 4293939 140734912464576 18446744073709551615 4256148 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1009/statm: 53710 45211 245 25 0 50343 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 214840

[startup+522.301 s]
/proc/loadavg: 4.12 3.36 2.12 5/368 1071
/proc/meminfo: memFree=7043520/32951124 swapFree=65980216/67111528
[pid=1009] ppid=1007 vsize=121536 CPUtime=522.31 cores=5,7
/proc/1009/stat : 1009 (ebminisat_relea) R 1007 1009 968 0 -1 4202496 264939 0 0 0 52152 79 0 0 25 0 1 0 590089532 124452864 25997 33554432000 4194304 4293939 140734912464576 18446744073709551615 4269190 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1009/statm: 30384 25997 245 25 0 27017 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 121536

[startup+582.301 s]
/proc/loadavg: 4.13 3.50 2.25 5/368 1073
/proc/meminfo: memFree=6947636/32951124 swapFree=65980216/67111528
[pid=1009] ppid=1007 vsize=154976 CPUtime=582.31 cores=5,7
/proc/1009/stat : 1009 (ebminisat_relea) R 1007 1009 968 0 -1 4202496 292583 0 0 0 58144 87 0 0 25 0 1 0 590089532 158695424 33141 33554432000 4194304 4293939 140734912464576 18446744073709551615 4255888 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1009/statm: 38744 33141 245 25 0 35377 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 154976

[startup+642.301 s]
/proc/loadavg: 4.04 3.59 2.35 5/368 1074
/proc/meminfo: memFree=6845924/32951124 swapFree=65980216/67111528
[pid=1009] ppid=1007 vsize=189716 CPUtime=642.31 cores=5,7
/proc/1009/stat : 1009 (ebminisat_relea) R 1007 1009 968 0 -1 4202496 318504 0 0 0 64138 93 0 0 25 0 1 0 590089532 194269184 38427 33554432000 4194304 4293939 140734912464576 18446744073709551615 4256166 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1009/statm: 47429 38427 245 25 0 44062 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 189716

[startup+702.301 s]
/proc/loadavg: 4.06 3.68 2.46 5/368 1076
/proc/meminfo: memFree=6765548/32951124 swapFree=65980216/67111528
[pid=1009] ppid=1007 vsize=239804 CPUtime=702.32 cores=5,7
/proc/1009/stat : 1009 (ebminisat_relea) R 1007 1009 968 0 -1 4202496 350672 0 0 0 70131 101 0 0 25 0 1 0 590089532 245559296 43869 33554432000 4194304 4293939 140734912464576 18446744073709551615 4262675 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1009/statm: 59951 43869 245 25 0 56584 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 239804

[startup+762.314 s]
/proc/loadavg: 4.02 3.73 2.55 5/368 1078
/proc/meminfo: memFree=6671528/32951124 swapFree=65980216/67111528
[pid=1009] ppid=1007 vsize=244204 CPUtime=762.32 cores=5,7
/proc/1009/stat : 1009 (ebminisat_relea) R 1007 1009 968 0 -1 4202496 384210 0 0 0 76122 110 0 0 25 0 1 0 590089532 250064896 50449 33554432000 4194304 4293939 140734912464576 18446744073709551615 4248982 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1009/statm: 61051 50449 245 25 0 57684 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 244204

[startup+822.301 s]
/proc/loadavg: 4.00 3.78 2.64 5/368 1079
/proc/meminfo: memFree=6625864/32951124 swapFree=65980216/67111528
[pid=1009] ppid=1007 vsize=246264 CPUtime=822.31 cores=5,7
/proc/1009/stat : 1009 (ebminisat_relea) R 1007 1009 968 0 -1 4202496 412498 0 0 0 82114 117 0 0 25 0 1 0 590089532 252174336 48864 33554432000 4194304 4293939 140734912464576 18446744073709551615 4263324 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1009/statm: 61566 48864 245 25 0 58199 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 246264

[startup+882.301 s]
/proc/loadavg: 4.00 3.82 2.72 5/368 1081
/proc/meminfo: memFree=6513852/32951124 swapFree=65980216/67111528
[pid=1009] ppid=1007 vsize=334960 CPUtime=882.32 cores=5,7
/proc/1009/stat : 1009 (ebminisat_relea) R 1007 1009 968 0 -1 4202496 452328 0 0 0 88104 128 0 0 25 0 1 0 590089532 342999040 61480 33554432000 4194304 4293939 140734912464576 18446744073709551615 4263160 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1009/statm: 83740 61480 245 25 0 80373 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 334960

[startup+942.301 s]
/proc/loadavg: 4.00 3.85 2.80 5/368 1082
/proc/meminfo: memFree=6561932/32951124 swapFree=65980216/67111528
[pid=1009] ppid=1007 vsize=172664 CPUtime=942.32 cores=5,7
/proc/1009/stat : 1009 (ebminisat_relea) R 1007 1009 968 0 -1 4202496 485645 0 0 0 94093 139 0 0 25 0 1 0 590089532 176807936 37702 33554432000 4194304 4293939 140734912464576 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1009/statm: 43166 37702 245 25 0 39799 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 172664

[startup+1002.3 s]
/proc/loadavg: 4.04 3.89 2.88 5/368 1084
/proc/meminfo: memFree=6401816/32951124 swapFree=65980216/67111528
[pid=1009] ppid=1007 vsize=335656 CPUtime=1002.32 cores=5,7
/proc/1009/stat : 1009 (ebminisat_relea) R 1007 1009 968 0 -1 4202496 512187 0 0 0 100086 146 0 0 25 0 1 0 590089532 343711744 63989 33554432000 4194304 4293939 140734912464576 18446744073709551615 4262959 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1009/statm: 83914 63989 245 25 0 80547 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 335656

[startup+1062.3 s]
/proc/loadavg: 4.18 3.95 2.96 5/368 1086
/proc/meminfo: memFree=6449280/32951124 swapFree=65980216/67111528
[pid=1009] ppid=1007 vsize=207472 CPUtime=1062.32 cores=5,7
/proc/1009/stat : 1009 (ebminisat_relea) R 1007 1009 968 0 -1 4202496 539732 0 0 0 106078 154 0 0 25 0 1 0 590089532 212451328 42416 33554432000 4194304 4293939 140734912464576 18446744073709551615 4255874 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1009/statm: 51868 42416 245 25 0 48501 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 207472

[startup+1122.3 s]
/proc/loadavg: 4.13 3.97 3.03 5/368 1087
/proc/meminfo: memFree=6416636/32951124 swapFree=65980216/67111528
[pid=1009] ppid=1007 vsize=185196 CPUtime=1122.32 cores=5,7
/proc/1009/stat : 1009 (ebminisat_relea) R 1007 1009 968 0 -1 4202496 563816 0 0 0 112071 161 0 0 25 0 1 0 590089532 189640704 39439 33554432000 4194304 4293939 140734912464576 18446744073709551615 4262944 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1009/statm: 46299 39439 245 25 0 42932 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 185196

[startup+1182.3 s]
/proc/loadavg: 4.04 3.97 3.09 5/368 1089
/proc/meminfo: memFree=6393668/32951124 swapFree=65980216/67111528
[pid=1009] ppid=1007 vsize=169216 CPUtime=1182.33 cores=5,7
/proc/1009/stat : 1009 (ebminisat_relea) R 1007 1009 968 0 -1 4202496 585124 0 0 0 118066 167 0 0 25 0 1 0 590089532 173277184 35662 33554432000 4194304 4293939 140734912464576 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1009/statm: 42304 35662 245 25 0 38937 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 169216

[startup+1242.3 s]
/proc/loadavg: 4.07 3.99 3.14 5/368 1090
/proc/meminfo: memFree=6239240/32951124 swapFree=65980216/67111528
[pid=1009] ppid=1007 vsize=269092 CPUtime=1242.33 cores=5,7
/proc/1009/stat : 1009 (ebminisat_relea) R 1007 1009 968 0 -1 4202496 612587 0 0 0 124059 174 0 0 25 0 1 0 590089532 275550208 62819 33554432000 4194304 4293939 140734912464576 18446744073709551615 4265250 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1009/statm: 67273 62819 245 25 0 63906 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 269092



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 3.99 3.20 4/366 1093
/proc/meminfo: memFree=6363104/32951124 swapFree=65980216/67111528
[pid=1009] ppid=1007 vsize=157496 CPUtime=1300.04 cores=5,7
/proc/1009/stat : 1009 (ebminisat_relea) R 1007 1009 968 0 -1 4202496 643766 0 0 0 129821 183 0 0 25 0 1 0 590089532 161275904 35052 33554432000 4194304 4293939 140734912464576 18446744073709551615 4255657 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1009/statm: 39374 35052 245 25 0 36007 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 157496

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.06
CPU user time (s): 1298.22
CPU system time (s): 1.83972
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 485896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.22
system time used= 1.83972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 643771
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= 5
involuntary context switches= 2298

runsolver used 4.44332 second user time and 10.9403 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-09 23:32:21
IDJOB=3349214
IDBENCH=20523
IDSOLVER=1812
FILE ID=node142/3349214-1304976740
RUNJOBID= node142-1304976739-990
PBS_JOBID= 13285671
Free space on /tmp= 47096 MiB

SOLVER NAME= minisat hack: EBMiniSAT 2011-03-02
BENCH NAME= SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k45.cnf
COMMAND LINE= DIR/ebminisat_release BENCHNAME  -verb=0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349214-1304976740/watcher-3349214-1304976740 -o /tmp/evaluation-result-3349214-1304976740/solver-3349214-1304976740 -C 2400 -W 1300 -M 7680  HOME/ebminisat_release HOME/instance-3349214-1304976740.cnf  -verb=0

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

MD5SUM BENCH= 8a76c8add64173ae39149aae572a02d9
RANDOM SEED=336277099

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:       8070200 kB
Buffers:        242904 kB
Cached:       19654764 kB
SwapCached:      11212 kB
Active:       11439780 kB
Inactive:     12676936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       8070200 kB
SwapTotal:    67111528 kB
SwapFree:     65980216 kB
Dirty:            4700 kB
Writeback:           0 kB
AnonPages:     4216060 kB
Mapped:          20032 kB
Slab:           665496 kB
PageTables:      32176 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 77046640 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= 47024 MiB
End job on node142 at 2011-05-09 23:54:03