Trace number 3362646

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 reference: minisat 2.2.0? (TO) 1300.06 1300.03

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-pdtvissoap1-tseitin.cnf
MD5SUMa4c7dbdc89378b1335eea4904f9f5cb5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark117.78
Satisfiable
(Un)Satisfiability was proved
Number of variables156058
Number of clauses466691
Sum of the clauses size1088943
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2311126
Number of clauses of size 3155563
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3362646-1305307670/watcher-3362646-1305307670 -o /tmp/evaluation-result-3362646-1305307670/solver-3362646-1305307670 -C 2400 -W 1300 -M 7680 minisat_release HOME/instance-3362646-1305307670.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: 4.00 4.01 4.00 6/395 5697
/proc/meminfo: memFree=4240420/32951124 swapFree=65586204/67111528
[pid=5697] ppid=5695 vsize=20256 CPUtime=0 cores=4,6
/proc/5697/stat : 5697 (minisat_release) R 5695 5697 5258 0 -1 4202496 899 0 0 0 0 0 0 0 23 0 1 0 720997664 20742144 830 33554432000 4194304 4291037 140734696936544 18446744073709551615 4277852 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5697/statm: 5064 831 214 24 0 1698 0

[startup+0.103166 s]
/proc/loadavg: 4.00 4.01 4.00 6/395 5697
/proc/meminfo: memFree=4240420/32951124 swapFree=65586204/67111528
[pid=5697] ppid=5695 vsize=41212 CPUtime=0.1 cores=4,6
/proc/5697/stat : 5697 (minisat_release) R 5695 5697 5258 0 -1 4202496 7558 0 0 0 9 1 0 0 23 0 1 0 720997664 42201088 6717 33554432000 4194304 4291037 140734696936544 18446744073709551615 216734839493 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5697/statm: 10303 6724 215 24 0 6937 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 41212

[startup+0.201153 s]
/proc/loadavg: 4.00 4.01 4.00 6/395 5697
/proc/meminfo: memFree=4240420/32951124 swapFree=65586204/67111528
[pid=5697] ppid=5695 vsize=71544 CPUtime=0.19 cores=4,6
/proc/5697/stat : 5697 (minisat_release) R 5695 5697 5258 0 -1 4202496 13840 0 0 0 18 1 0 0 24 0 1 0 720997664 73261056 12443 33554432000 4194304 4291037 140734696936544 18446744073709551615 216734839493 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5697/statm: 17886 12444 236 24 0 14520 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 71544

[startup+0.301135 s]
/proc/loadavg: 4.00 4.01 4.00 6/395 5697
/proc/meminfo: memFree=4240420/32951124 swapFree=65586204/67111528
[pid=5697] ppid=5695 vsize=76676 CPUtime=0.29 cores=4,6
/proc/5697/stat : 5697 (minisat_release) R 5695 5697 5258 0 -1 4202496 16148 0 0 0 28 1 0 0 25 0 1 0 720997664 78516224 14218 33554432000 4194304 4291037 140734696936544 18446744073709551615 216734847217 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5697/statm: 19169 14218 251 24 0 15803 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 76676

[startup+0.701065 s]
/proc/loadavg: 4.00 4.01 4.00 6/395 5697
/proc/meminfo: memFree=4240420/32951124 swapFree=65586204/67111528
[pid=5697] ppid=5695 vsize=88664 CPUtime=0.69 cores=4,6
/proc/5697/stat : 5697 (minisat_release) R 5695 5697 5258 0 -1 4202496 21864 0 0 0 67 2 0 0 25 0 1 0 720997664 90791936 16412 33554432000 4194304 4291037 140734696936544 18446744073709551615 4277897 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5697/statm: 22166 16412 251 24 0 18800 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 88664

[startup+1.5009 s]
/proc/loadavg: 4.00 4.01 4.00 6/396 5698
/proc/meminfo: memFree=4170980/32951124 swapFree=65586204/67111528
[pid=5697] ppid=5695 vsize=82472 CPUtime=1.49 cores=4,6
/proc/5697/stat : 5697 (minisat_release) R 5695 5697 5258 0 -1 4202496 26087 0 0 0 146 3 0 0 25 0 1 0 720997664 84451328 16057 33554432000 4194304 4291037 140734696936544 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5697/statm: 20618 16057 269 24 0 17252 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 82472

[startup+3.10065 s]
/proc/loadavg: 4.00 4.01 4.00 6/396 5698
/proc/meminfo: memFree=4167860/32951124 swapFree=65586204/67111528
[pid=5697] ppid=5695 vsize=82472 CPUtime=3.09 cores=4,6
/proc/5697/stat : 5697 (minisat_release) R 5695 5697 5258 0 -1 4202496 26207 0 0 0 306 3 0 0 25 0 1 0 720997664 84451328 16166 33554432000 4194304 4291037 140734696936544 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5697/statm: 20618 16166 271 24 0 17252 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 82472

[startup+6.30109 s]
/proc/loadavg: 4.00 4.01 4.00 6/396 5698
/proc/meminfo: memFree=4155724/32951124 swapFree=65586204/67111528
[pid=5697] ppid=5695 vsize=82472 CPUtime=6.29 cores=4,6
/proc/5697/stat : 5697 (minisat_release) R 5695 5697 5258 0 -1 4202496 26376 0 0 0 626 3 0 0 25 0 1 0 720997664 84451328 16329 33554432000 4194304 4291037 140734696936544 18446744073709551615 4255627 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5697/statm: 20618 16329 271 24 0 17252 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 82472

[startup+12.701 s]
/proc/loadavg: 4.00 4.01 4.00 6/396 5699
/proc/meminfo: memFree=4126132/32951124 swapFree=65586204/67111528
[pid=5697] ppid=5695 vsize=108288 CPUtime=12.69 cores=4,6
/proc/5697/stat : 5697 (minisat_release) R 5695 5697 5258 0 -1 4202496 28773 0 0 0 1265 4 0 0 25 0 1 0 720997664 110886912 18687 33554432000 4194304 4291037 140734696936544 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5697/statm: 27072 18687 271 24 0 23706 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 108288

[startup+25.5007 s]
/proc/loadavg: 4.00 4.01 4.00 6/396 5699
/proc/meminfo: memFree=4049236/32951124 swapFree=65586204/67111528
[pid=5697] ppid=5695 vsize=138640 CPUtime=25.49 cores=4,6
/proc/5697/stat : 5697 (minisat_release) R 5695 5697 5258 0 -1 4202496 37598 0 0 0 2544 5 0 0 25 0 1 0 720997664 141967360 27454 33554432000 4194304 4291037 140734696936544 18446744073709551615 4255938 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5697/statm: 34660 27454 271 24 0 31294 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 138640

[startup+51.1012 s]
/proc/loadavg: 4.00 4.01 4.00 6/396 5700
/proc/meminfo: memFree=3924924/32951124 swapFree=65586204/67111528
[pid=5697] ppid=5695 vsize=188428 CPUtime=51.1 cores=4,6
/proc/5697/stat : 5697 (minisat_release) R 5695 5697 5258 0 -1 4202496 44768 0 0 0 5103 7 0 0 25 0 1 0 720997664 192950272 34532 33554432000 4194304 4291037 140734696936544 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5697/statm: 47107 34532 271 24 0 43741 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 188428

[startup+102.301 s]
/proc/loadavg: 4.00 4.00 4.00 6/396 5701
/proc/meminfo: memFree=3606704/32951124 swapFree=65586204/67111528
[pid=5697] ppid=5695 vsize=238516 CPUtime=102.3 cores=4,6
/proc/5697/stat : 5697 (minisat_release) R 5695 5697 5258 0 -1 4202496 57369 0 0 0 10219 11 0 0 25 0 1 0 720997664 244240384 47034 33554432000 4194304 4291037 140734696936544 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5697/statm: 59629 47034 271 24 0 56263 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 238516

[startup+162.301 s]
/proc/loadavg: 4.16 4.03 4.01 6/396 5703
/proc/meminfo: memFree=3411860/32951124 swapFree=65586204/67111528
[pid=5697] ppid=5695 vsize=157608 CPUtime=162.3 cores=4,6
/proc/5697/stat : 5697 (minisat_release) R 5695 5697 5258 0 -1 4202496 79266 0 0 0 16214 16 0 0 25 0 1 0 720997664 161390592 31176 33554432000 4194304 4291037 140734696936544 18446744073709551615 4248961 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5697/statm: 39402 31176 271 24 0 36036 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 157608

[startup+222.315 s]
/proc/loadavg: 4.25 4.07 4.02 6/396 5704
/proc/meminfo: memFree=3118428/32951124 swapFree=65586204/67111528
[pid=5697] ppid=5695 vsize=238516 CPUtime=222.31 cores=4,6
/proc/5697/stat : 5697 (minisat_release) R 5695 5697 5258 0 -1 4202496 98251 0 0 0 22209 22 0 0 25 0 1 0 720997664 244240384 50038 33554432000 4194304 4291037 140734696936544 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5697/statm: 59629 50038 271 24 0 56263 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 238516

[startup+282.301 s]
/proc/loadavg: 4.09 4.06 4.02 5/396 5734
/proc/meminfo: memFree=2806120/32951124 swapFree=65586204/67111528
[pid=5697] ppid=5695 vsize=319904 CPUtime=282.29 cores=4,6
/proc/5697/stat : 5697 (minisat_release) R 5695 5697 5258 0 -1 4202496 111381 0 0 0 28202 27 0 0 25 0 1 0 720997664 327581696 63072 33554432000 4194304 4291037 140734696936544 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5697/statm: 79976 63072 271 24 0 76610 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 319904

[startup+342.3 s]
/proc/loadavg: 4.09 4.06 4.01 5/396 5736
/proc/meminfo: memFree=4311692/32951124 swapFree=65586204/67111528
[pid=5697] ppid=5695 vsize=319904 CPUtime=342.3 cores=4,6
/proc/5697/stat : 5697 (minisat_release) R 5695 5697 5258 0 -1 4202496 122780 0 0 0 34200 30 0 0 25 0 1 0 720997664 327581696 74409 33554432000 4194304 4291037 140734696936544 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5697/statm: 79976 74409 271 24 0 76610 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 319904

[startup+402.301 s]
/proc/loadavg: 4.03 4.05 4.01 5/396 5737
/proc/meminfo: memFree=4002928/32951124 swapFree=65586204/67111528
[pid=5697] ppid=5695 vsize=152936 CPUtime=402.3 cores=4,6
/proc/5697/stat : 5697 (minisat_release) R 5695 5697 5258 0 -1 4202496 142502 0 0 0 40194 36 0 0 25 0 1 0 720997664 156606464 33330 33554432000 4194304 4291037 140734696936544 18446744073709551615 4256150 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5697/statm: 38234 33330 271 24 0 34868 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 152936

[startup+462.3 s]
/proc/loadavg: 4.01 4.04 4.00 5/396 5739
/proc/meminfo: memFree=3621716/32951124 swapFree=65586204/67111528
[pid=5697] ppid=5695 vsize=252812 CPUtime=462.3 cores=4,6
/proc/5697/stat : 5697 (minisat_release) R 5695 5697 5258 0 -1 4202496 158380 0 0 0 46190 40 0 0 25 0 1 0 720997664 258879488 49078 33554432000 4194304 4291037 140734696936544 18446744073709551615 4248322 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5697/statm: 63203 49078 271 24 0 59837 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 252812

[startup+522.301 s]
/proc/loadavg: 4.06 4.04 4.00 5/396 5822
/proc/meminfo: memFree=6646748/32951124 swapFree=65586204/67111528
[pid=5697] ppid=5695 vsize=334200 CPUtime=522.3 cores=4,6
/proc/5697/stat : 5697 (minisat_release) R 5695 5697 5258 0 -1 4202496 171306 0 0 0 52185 45 0 0 25 0 1 0 720997664 342220800 61934 33554432000 4194304 4291037 140734696936544 18446744073709551615 4248322 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5697/statm: 83550 61934 271 24 0 80184 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 334200

[startup+582.3 s]
/proc/loadavg: 4.02 4.03 4.00 5/396 5824
/proc/meminfo: memFree=6536716/32951124 swapFree=65586204/67111528
[pid=5697] ppid=5695 vsize=334200 CPUtime=582.31 cores=4,6
/proc/5697/stat : 5697 (minisat_release) R 5695 5697 5258 0 -1 4202496 182712 0 0 0 58182 49 0 0 25 0 1 0 720997664 342220800 73270 33554432000 4194304 4291037 140734696936544 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5697/statm: 83550 73270 271 24 0 80184 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 334200

[startup+642.301 s]
/proc/loadavg: 4.00 4.02 4.00 5/396 5854
/proc/meminfo: memFree=7110768/32951124 swapFree=65586204/67111528
[pid=5697] ppid=5695 vsize=466460 CPUtime=642.31 cores=4,6
/proc/5697/stat : 5697 (minisat_release) R 5695 5697 5258 0 -1 4202496 191948 0 0 0 64180 51 0 0 25 0 1 0 720997664 477655040 82436 33554432000 4194304 4291037 140734696936544 18446744073709551615 4248366 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5697/statm: 116615 82436 271 24 0 113249 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 466460

[startup+702.3 s]
/proc/loadavg: 4.00 4.02 4.00 5/393 5861
/proc/meminfo: memFree=7406176/32951124 swapFree=65586204/67111528
[pid=5697] ppid=5695 vsize=173660 CPUtime=702.3 cores=4,6
/proc/5697/stat : 5697 (minisat_release) R 5695 5697 5258 0 -1 4202496 208355 0 0 0 70174 56 0 0 25 0 1 0 720997664 177827840 35689 33554432000 4194304 4291037 140734696936544 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5697/statm: 43415 35689 271 24 0 40049 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 173660

[startup+762.301 s]
/proc/loadavg: 4.13 4.04 4.01 5/396 5914
/proc/meminfo: memFree=6425208/32951124 swapFree=65586204/67111528
[pid=5697] ppid=5695 vsize=254568 CPUtime=762.31 cores=4,6
/proc/5697/stat : 5697 (minisat_release) R 5695 5697 5258 0 -1 4202496 224925 0 0 0 76169 62 0 0 25 0 1 0 720997664 260677632 52130 33554432000 4194304 4291037 140734696936544 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5697/statm: 63642 52130 271 24 0 60276 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 254568

[startup+822.3 s]
/proc/loadavg: 4.19 4.08 4.02 5/396 5915
/proc/meminfo: memFree=6306852/32951124 swapFree=65586204/67111528
[pid=5697] ppid=5695 vsize=335956 CPUtime=822.31 cores=4,6
/proc/5697/stat : 5697 (minisat_release) R 5695 5697 5258 0 -1 4202496 237420 0 0 0 82164 67 0 0 25 0 1 0 720997664 344018944 64547 33554432000 4194304 4291037 140734696936544 18446744073709551615 4255953 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5697/statm: 83989 64547 271 24 0 80623 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 335956

[startup+882.315 s]
/proc/loadavg: 4.07 4.06 4.01 5/396 5917
/proc/meminfo: memFree=6332244/32951124 swapFree=65586204/67111528
[pid=5697] ppid=5695 vsize=335956 CPUtime=882.33 cores=4,6
/proc/5697/stat : 5697 (minisat_release) R 5695 5697 5258 0 -1 4202496 247621 0 0 0 88162 71 0 0 25 0 1 0 720997664 344018944 74681 33554432000 4194304 4291037 140734696936544 18446744073709551615 4255763 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5697/statm: 83989 74681 271 24 0 80623 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 335956

[startup+942.301 s]
/proc/loadavg: 4.02 4.05 4.01 5/396 5919
/proc/meminfo: memFree=6234012/32951124 swapFree=65586204/67111528
[pid=5697] ppid=5695 vsize=469176 CPUtime=942.31 cores=4,6
/proc/5697/stat : 5697 (minisat_release) R 5695 5697 5258 0 -1 4202496 258030 0 0 0 94157 74 0 0 25 0 1 0 720997664 480436224 85015 33554432000 4194304 4291037 140734696936544 18446744073709551615 4261898 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5697/statm: 117294 85015 271 24 0 113928 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 469176

[startup+1002.3 s]
/proc/loadavg: 4.01 4.04 4.00 5/396 5920
/proc/meminfo: memFree=6128084/32951124 swapFree=65586204/67111528
[pid=5697] ppid=5695 vsize=472536 CPUtime=1002.32 cores=4,6
/proc/5697/stat : 5697 (minisat_release) R 5695 5697 5258 0 -1 4202496 267979 0 0 0 100154 78 0 0 25 0 1 0 720997664 483876864 94892 33554432000 4194304 4291037 140734696936544 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5697/statm: 118134 94892 271 24 0 114768 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 472536

[startup+1062.3 s]
/proc/loadavg: 4.07 4.04 4.00 5/396 5922
/proc/meminfo: memFree=6247572/32951124 swapFree=65586204/67111528
[pid=5697] ppid=5695 vsize=210240 CPUtime=1062.31 cores=4,6
/proc/5697/stat : 5697 (minisat_release) R 5695 5697 5258 0 -1 4202496 286202 0 0 0 106149 82 0 0 25 0 1 0 720997664 215285760 41251 33554432000 4194304 4291037 140734696936544 18446744073709551615 4248322 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5697/statm: 52560 41251 271 24 0 49194 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 210240

[startup+1122.3 s]
/proc/loadavg: 4.10 4.05 4.01 5/396 5923
/proc/meminfo: memFree=6061636/32951124 swapFree=65586204/67111528
[pid=5697] ppid=5695 vsize=260756 CPUtime=1122.32 cores=4,6
/proc/5697/stat : 5697 (minisat_release) R 5695 5697 5258 0 -1 4202496 302408 0 0 0 112146 86 0 0 25 0 1 0 720997664 267014144 57349 33554432000 4194304 4291037 140734696936544 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5697/statm: 65189 57349 271 24 0 61823 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 260756

[startup+1182.3 s]
/proc/loadavg: 4.08 4.05 4.00 5/396 5925
/proc/meminfo: memFree=5938848/32951124 swapFree=65586204/67111528
[pid=5697] ppid=5695 vsize=343852 CPUtime=1182.32 cores=4,6
/proc/5697/stat : 5697 (minisat_release) R 5695 5697 5258 0 -1 4202496 314477 0 0 0 118142 90 0 0 25 0 1 0 720997664 352104448 69342 33554432000 4194304 4291037 140734696936544 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5697/statm: 85963 69342 271 24 0 82597 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 343852

[startup+1242.3 s]
/proc/loadavg: 4.03 4.04 4.00 5/396 5927
/proc/meminfo: memFree=5814152/32951124 swapFree=65586204/67111528
[pid=5697] ppid=5695 vsize=344492 CPUtime=1242.32 cores=4,6
/proc/5697/stat : 5697 (minisat_release) R 5695 5697 5258 0 -1 4202496 323687 0 0 0 124140 92 0 0 25 0 1 0 720997664 352759808 78476 33554432000 4194304 4291037 140734696936544 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5697/statm: 86123 78476 271 24 0 82757 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 344492



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.03 4.00 5/396 5928
/proc/meminfo: memFree=5707228/32951124 swapFree=65586204/67111528
[pid=5697] ppid=5695 vsize=477392 CPUtime=1300.03 cores=4,6
/proc/5697/stat : 5697 (minisat_release) R 5695 5697 5258 0 -1 4202496 333614 0 0 0 129908 95 0 0 25 0 1 0 720997664 488849408 88331 33554432000 4194304 4291037 140734696936544 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5697/statm: 119348 88331 271 24 0 115982 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 477392

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

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

[startup+1300 s]
/proc/loadavg: 4.01 4.03 4.00 5/396 5928
/proc/meminfo: memFree=5707228/32951124 swapFree=65586204/67111528
[pid=5697] ppid=5695 vsize=477392 CPUtime=1300.03 cores=4,6
/proc/5697/stat : 5697 (minisat_release) R 5695 5697 5258 0 -1 4202496 333614 0 0 0 129908 95 0 0 25 0 1 0 720997664 488849408 88331 33554432000 4194304 4291037 140734696936544 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5697/statm: 119348 88331 271 24 0 115982 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 477392

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1300.06
CPU user time (s): 1299.09
CPU system time (s): 0.969852
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 504328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.09
system time used= 0.969852
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 333616
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= 10
involuntary context switches= 824

runsolver used 5.09523 second user time and 11.4513 second system time

The end

Launcher Data

Begin job on node119 at 2011-05-13 19:27:50
IDJOB=3362646
IDBENCH=82488
IDSOLVER=1840
FILE ID=node119/3362646-1305307670
RUNJOBID= node119-1305306604-5277
PBS_JOBID= 13321478
Free space on /tmp= 34992 MiB

SOLVER NAME= minisat hack reference: minisat 2.2.0
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtvissoap1-tseitin.cnf
COMMAND LINE= minisat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362646-1305307670/watcher-3362646-1305307670 -o /tmp/evaluation-result-3362646-1305307670/solver-3362646-1305307670 -C 2400 -W 1300 -M 7680  minisat_release HOME/instance-3362646-1305307670.cnf

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

MD5SUM BENCH= a4c7dbdc89378b1335eea4904f9f5cb5
RANDOM SEED=591959403

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       4240576 kB
Buffers:        228996 kB
Cached:       11634808 kB
SwapCached:       4756 kB
Active:       18691144 kB
Inactive:      9528880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       4240576 kB
SwapTotal:    67111528 kB
SwapFree:     65586204 kB
Dirty:            8572 kB
Writeback:           0 kB
AnonPages:    16354636 kB
Mapped:          30592 kB
Slab:           361116 kB
PageTables:      63992 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 106874232 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= 34860 MiB
End job on node119 at 2011-05-13 19:49:32