Trace number 3362678

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

General information on the benchmark

NameSAT05/industrial/grieu05/vmpc/
vmpc_36.renamed-as.sat05-1922.cnf
MD5SUMc9c90d9af49f4c08c7262ecb9a0b2a3d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark978.31
Satisfiable
(Un)Satisfiability was proved
Number of variables1296
Number of clauses230544
Sum of the clauses size603180
Maximum clause length36
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 290828
Number of clauses of size 3139644
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 572

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-3362678-1305308801/watcher-3362678-1305308801 -o /tmp/evaluation-result-3362678-1305308801/solver-3362678-1305308801 -C 2400 -W 1300 -M 7680 minisat_release HOME/instance-3362678-1305308801.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: 1.96 2.80 3.34 5/369 12760
/proc/meminfo: memFree=9269092/32951124 swapFree=67111348/67111528
[pid=12760] ppid=12758 vsize=11796 CPUtime=0 cores=4,6
/proc/12760/stat : 12760 (runsolver) R 12758 12760 12074 0 -1 4202560 41 0 0 0 0 0 0 0 21 0 1 0 623295934 12079104 49 33554432000 4194304 5432360 140736893635664 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 6 0 0 0
/proc/12760/statm: 2949 49 30 303 0 2643 0

[startup+0.10767 s]
/proc/loadavg: 1.96 2.80 3.34 5/369 12760
/proc/meminfo: memFree=9269092/32951124 swapFree=67111348/67111528
[pid=12760] ppid=12758 vsize=29808 CPUtime=0.09 cores=4,6
/proc/12760/stat : 12760 (minisat_release) R 12758 12760 12074 0 -1 4202496 5031 0 0 0 9 0 0 0 21 0 1 0 623295934 30523392 4224 33554432000 4194304 4291037 140734750055728 18446744073709551615 4226088 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12760/statm: 7452 4224 238 24 0 4086 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29808

[startup+0.20067 s]
/proc/loadavg: 1.96 2.80 3.34 5/369 12760
/proc/meminfo: memFree=9269092/32951124 swapFree=67111348/67111528
[pid=12760] ppid=12758 vsize=29976 CPUtime=0.18 cores=4,6
/proc/12760/stat : 12760 (minisat_release) R 12758 12760 12074 0 -1 4202496 5051 0 0 0 18 0 0 0 21 0 1 0 623295934 30695424 4244 33554432000 4194304 4291037 140734750055728 18446744073709551615 4229971 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12760/statm: 7494 4244 238 24 0 4128 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 29976

[startup+0.300626 s]
/proc/loadavg: 1.96 2.80 3.34 5/369 12760
/proc/meminfo: memFree=9269092/32951124 swapFree=67111348/67111528
[pid=12760] ppid=12758 vsize=30244 CPUtime=0.28 cores=4,6
/proc/12760/stat : 12760 (minisat_release) R 12758 12760 12074 0 -1 4202496 5079 0 0 0 28 0 0 0 22 0 1 0 623295934 30969856 4272 33554432000 4194304 4291037 140734750055728 18446744073709551615 4229814 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12760/statm: 7561 4272 238 24 0 4195 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 30244

[startup+0.700558 s]
/proc/loadavg: 1.96 2.80 3.34 5/369 12760
/proc/meminfo: memFree=9269092/32951124 swapFree=67111348/67111528
[pid=12760] ppid=12758 vsize=29028 CPUtime=0.67 cores=4,6
/proc/12760/stat : 12760 (minisat_release) R 12758 12760 12074 0 -1 4202496 5977 0 0 0 67 0 0 0 23 0 1 0 623295934 29724672 3670 33554432000 4194304 4291037 140734750055728 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12760/statm: 7257 3670 254 24 0 3891 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 29028

[startup+1.50042 s]
/proc/loadavg: 1.96 2.80 3.34 5/370 12761
/proc/meminfo: memFree=9239824/32951124 swapFree=67111348/67111528
[pid=12760] ppid=12758 vsize=31748 CPUtime=1.48 cores=4,6
/proc/12760/stat : 12760 (minisat_release) R 12758 12760 12074 0 -1 4202496 6547 0 0 0 147 1 0 0 25 0 1 0 623295934 32509952 4220 33554432000 4194304 4291037 140734750055728 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12760/statm: 7937 4220 255 24 0 4571 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 31748

[startup+3.10111 s]
/proc/loadavg: 2.13 2.82 3.34 5/370 12761
/proc/meminfo: memFree=9228540/32951124 swapFree=67111348/67111528
[pid=12760] ppid=12758 vsize=36168 CPUtime=3.08 cores=4,6
/proc/12760/stat : 12760 (minisat_release) R 12758 12760 12074 0 -1 4202496 7550 0 0 0 307 1 0 0 25 0 1 0 623295934 37036032 5193 33554432000 4194304 4291037 140734750055728 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12760/statm: 9042 5193 255 24 0 5676 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 36168

[startup+6.30056 s]
/proc/loadavg: 2.13 2.82 3.34 4/365 12859
/proc/meminfo: memFree=9221876/32951124 swapFree=67111348/67111528
[pid=12760] ppid=12758 vsize=43348 CPUtime=6.28 cores=4,6
/proc/12760/stat : 12760 (minisat_release) R 12758 12760 12074 0 -1 4202496 9053 0 0 0 627 1 0 0 25 0 1 0 623295934 44388352 6656 33554432000 4194304 4291037 140734750055728 18446744073709551615 4261635 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12760/statm: 10837 6656 255 24 0 7471 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 43348

[startup+12.7004 s]
/proc/loadavg: 2.41 2.86 3.35 5/370 12896
/proc/meminfo: memFree=8798008/32951124 swapFree=67111348/67111528
[pid=12760] ppid=12758 vsize=57852 CPUtime=12.68 cores=4,6
/proc/12760/stat : 12760 (minisat_release) R 12758 12760 12074 0 -1 4202496 12160 0 0 0 1266 2 0 0 25 0 1 0 623295934 59240448 9703 33554432000 4194304 4291037 140734750055728 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12760/statm: 14463 9703 255 24 0 11097 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 57852

[startup+25.5011 s]
/proc/loadavg: 2.66 2.90 3.35 5/370 12896
/proc/meminfo: memFree=8478740/32951124 swapFree=67111348/67111528
[pid=12760] ppid=12758 vsize=80724 CPUtime=25.48 cores=4,6
/proc/12760/stat : 12760 (minisat_release) R 12758 12760 12074 0 -1 4202496 16904 0 0 0 2545 3 0 0 25 0 1 0 623295934 82661376 14356 33554432000 4194304 4291037 140734750055728 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12760/statm: 20181 14356 255 24 0 16815 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 80724

[startup+51.1005 s]
/proc/loadavg: 3.11 2.99 3.37 5/370 12897
/proc/meminfo: memFree=8491696/32951124 swapFree=67111348/67111528
[pid=12760] ppid=12758 vsize=67092 CPUtime=51.08 cores=4,6
/proc/12760/stat : 12760 (minisat_release) R 12758 12760 12074 0 -1 4202496 26623 0 0 0 5101 7 0 0 25 0 1 0 623295934 68702208 11200 33554432000 4194304 4291037 140734750055728 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12760/statm: 16773 11200 257 24 0 13407 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 67092

[startup+102.3 s]
/proc/loadavg: 3.64 3.15 3.40 5/370 12898
/proc/meminfo: memFree=8368852/32951124 swapFree=67111348/67111528
[pid=12760] ppid=12758 vsize=123708 CPUtime=102.28 cores=4,6
/proc/12760/stat : 12760 (minisat_release) R 12758 12760 12074 0 -1 4202496 39062 0 0 0 10217 11 0 0 25 0 1 0 623295934 126676992 23415 33554432000 4194304 4291037 140734750055728 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12760/statm: 30927 23415 257 24 0 27561 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 123708

[startup+162.301 s]
/proc/loadavg: 3.92 3.31 3.44 5/370 12900
/proc/meminfo: memFree=8264540/32951124 swapFree=67111348/67111528
[pid=12760] ppid=12758 vsize=129040 CPUtime=162.28 cores=4,6
/proc/12760/stat : 12760 (minisat_release) R 12758 12760 12074 0 -1 4202496 55060 0 0 0 16212 16 0 0 25 0 1 0 623295934 132136960 22939 33554432000 4194304 4291037 140734750055728 18446744073709551615 4256096 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12760/statm: 32260 22939 257 24 0 28894 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 129040

[startup+222.314 s]
/proc/loadavg: 4.12 3.49 3.49 5/370 12902
/proc/meminfo: memFree=8188400/32951124 swapFree=67111348/67111528
[pid=12760] ppid=12758 vsize=103648 CPUtime=222.3 cores=4,6
/proc/12760/stat : 12760 (minisat_release) R 12758 12760 12074 0 -1 4202496 70023 0 0 0 22208 22 0 0 25 0 1 0 623295934 106135552 19725 33554432000 4194304 4291037 140734750055728 18446744073709551615 4256122 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12760/statm: 25912 19725 257 24 0 22546 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 103648

[startup+282.301 s]
/proc/loadavg: 4.09 3.59 3.52 5/370 12929
/proc/meminfo: memFree=8813132/32951124 swapFree=67111348/67111528
[pid=12760] ppid=12758 vsize=190896 CPUtime=282.29 cores=4,6
/proc/12760/stat : 12760 (minisat_release) R 12758 12760 12074 0 -1 4202496 82074 0 0 0 28204 25 0 0 25 0 1 0 623295934 195477504 31532 33554432000 4194304 4291037 140734750055728 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12760/statm: 47724 31532 257 24 0 44358 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 190896

[startup+342.301 s]
/proc/loadavg: 4.19 3.70 3.56 5/370 12931
/proc/meminfo: memFree=8527248/32951124 swapFree=67111348/67111528
[pid=12760] ppid=12758 vsize=142916 CPUtime=342.29 cores=4,6
/proc/12760/stat : 12760 (minisat_release) R 12758 12760 12074 0 -1 4202496 96984 0 0 0 34199 30 0 0 25 0 1 0 623295934 146345984 25536 33554432000 4194304 4291037 140734750055728 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12760/statm: 35729 25536 257 24 0 32363 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 142916

[startup+402.301 s]
/proc/loadavg: 4.23 3.78 3.60 5/370 12932
/proc/meminfo: memFree=8308656/32951124 swapFree=67111348/67111528
[pid=12760] ppid=12758 vsize=196728 CPUtime=402.29 cores=4,6
/proc/12760/stat : 12760 (minisat_release) R 12758 12760 12074 0 -1 4202496 106583 0 0 0 40197 32 0 0 25 0 1 0 623295934 201449472 34959 33554432000 4194304 4291037 140734750055728 18446744073709551615 4266203 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12760/statm: 49182 34959 257 24 0 45816 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 196728

[startup+462.301 s]
/proc/loadavg: 4.08 3.82 3.62 5/370 12934
/proc/meminfo: memFree=8244640/32951124 swapFree=67111348/67111528
[pid=12760] ppid=12758 vsize=148952 CPUtime=462.29 cores=4,6
/proc/12760/stat : 12760 (minisat_release) R 12758 12760 12074 0 -1 4202496 121718 0 0 0 46193 36 0 0 25 0 1 0 623295934 152526848 27450 33554432000 4194304 4291037 140734750055728 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12760/statm: 37238 27450 257 24 0 33872 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 148952

[startup+522.301 s]
/proc/loadavg: 4.03 3.85 3.64 5/370 12936
/proc/meminfo: memFree=8075836/32951124 swapFree=67111348/67111528
[pid=12760] ppid=12758 vsize=203336 CPUtime=522.29 cores=4,6
/proc/12760/stat : 12760 (minisat_release) R 12758 12760 12074 0 -1 4202496 132217 0 0 0 52190 39 0 0 25 0 1 0 623295934 208216064 37795 33554432000 4194304 4291037 140734750055728 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12760/statm: 50834 37795 257 24 0 47468 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 203336

[startup+582.3 s]
/proc/loadavg: 4.01 3.87 3.66 5/370 12937
/proc/meminfo: memFree=8016020/32951124 swapFree=67111348/67111528
[pid=12760] ppid=12758 vsize=126992 CPUtime=582.29 cores=4,6
/proc/12760/stat : 12760 (minisat_release) R 12758 12760 12074 0 -1 4202496 145519 0 0 0 58187 42 0 0 25 0 1 0 623295934 130039808 24425 33554432000 4194304 4291037 140734750055728 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12760/statm: 31748 24425 257 24 0 28382 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 126992

[startup+642.3 s]
/proc/loadavg: 4.00 3.89 3.68 5/370 12939
/proc/meminfo: memFree=7812632/32951124 swapFree=67111348/67111528
[pid=12760] ppid=12758 vsize=159868 CPUtime=642.3 cores=4,6
/proc/12760/stat : 12760 (minisat_release) R 12758 12760 12074 0 -1 4202496 156152 0 0 0 64185 45 0 0 25 0 1 0 623295934 163704832 34808 33554432000 4194304 4291037 140734750055728 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12760/statm: 39967 34808 257 24 0 36601 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 159868

[startup+702.301 s]
/proc/loadavg: 4.00 3.91 3.69 5/370 12940
/proc/meminfo: memFree=7751088/32951124 swapFree=67111348/67111528
[pid=12760] ppid=12758 vsize=112060 CPUtime=702.3 cores=4,6
/proc/12760/stat : 12760 (minisat_release) R 12758 12760 12074 0 -1 4202496 168935 0 0 0 70181 49 0 0 25 0 1 0 623295934 114749440 23252 33554432000 4194304 4291037 140734750055728 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12760/statm: 28015 23252 257 24 0 24649 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 112060

[startup+762.301 s]
/proc/loadavg: 4.27 4.00 3.74 5/370 12942
/proc/meminfo: memFree=7514456/32951124 swapFree=67111348/67111528
[pid=12760] ppid=12758 vsize=164076 CPUtime=762.31 cores=4,6
/proc/12760/stat : 12760 (minisat_release) R 12758 12760 12074 0 -1 4202496 179575 0 0 0 76178 53 0 0 25 0 1 0 623295934 168013824 33688 33554432000 4194304 4291037 140734750055728 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12760/statm: 41019 33688 257 24 0 37653 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 164076

[startup+822.301 s]
/proc/loadavg: 4.17 4.01 3.75 5/370 12944
/proc/meminfo: memFree=7575912/32951124 swapFree=67111348/67111528
[pid=12760] ppid=12758 vsize=98468 CPUtime=822.3 cores=4,6
/proc/12760/stat : 12760 (minisat_release) R 12758 12760 12074 0 -1 4202496 190602 0 0 0 82174 56 0 0 25 0 1 0 623295934 100831232 19730 33554432000 4194304 4291037 140734750055728 18446744073709551615 4262832 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12760/statm: 24617 19730 257 24 0 21251 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 98468

[startup+882.313 s]
/proc/loadavg: 4.05 4.01 3.77 5/370 12954
/proc/meminfo: memFree=7147028/32951124 swapFree=67111348/67111528
[pid=12760] ppid=12758 vsize=170000 CPUtime=882.31 cores=4,6
/proc/12760/stat : 12760 (minisat_release) R 12758 12760 12074 0 -1 4202496 205038 0 0 0 88170 61 0 0 25 0 1 0 623295934 174080000 33889 33554432000 4194304 4291037 140734750055728 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12760/statm: 42500 33889 257 24 0 39134 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 170000

[startup+942.301 s]
/proc/loadavg: 4.06 4.02 3.78 5/370 12956
/proc/meminfo: memFree=5700900/32951124 swapFree=67111348/67111528
[pid=12760] ppid=12758 vsize=222528 CPUtime=942.3 cores=4,6
/proc/12760/stat : 12760 (minisat_release) R 12758 12760 12074 0 -1 4202496 213805 0 0 0 94167 63 0 0 25 0 1 0 623295934 227868672 42453 33554432000 4194304 4291037 140734750055728 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12760/statm: 55632 42453 257 24 0 52266 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 222528

[startup+1002.3 s]
/proc/loadavg: 4.10 4.04 3.81 5/370 12957
/proc/meminfo: memFree=4737016/32951124 swapFree=67111348/67111528
[pid=12760] ppid=12758 vsize=124588 CPUtime=1002.3 cores=4,6
/proc/12760/stat : 12760 (minisat_release) R 12758 12760 12074 0 -1 4202496 226446 0 0 0 100164 66 0 0 25 0 1 0 623295934 127578112 26486 33554432000 4194304 4291037 140734750055728 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12760/statm: 31147 26486 257 24 0 27781 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 124588

[startup+1062.3 s]
/proc/loadavg: 4.04 4.03 3.82 5/370 12959
/proc/meminfo: memFree=4287504/32951124 swapFree=67111348/67111528
[pid=12760] ppid=12758 vsize=176444 CPUtime=1062.31 cores=4,6
/proc/12760/stat : 12760 (minisat_release) R 12758 12760 12074 0 -1 4202496 237014 0 0 0 106161 70 0 0 25 0 1 0 623295934 180678656 36865 33554432000 4194304 4291037 140734750055728 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12760/statm: 44111 36865 257 24 0 40745 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 176444

[startup+1122.3 s]
/proc/loadavg: 4.01 4.02 3.82 5/370 12961
/proc/meminfo: memFree=3848912/32951124 swapFree=67111348/67111528
[pid=12760] ppid=12758 vsize=227632 CPUtime=1122.31 cores=4,6
/proc/12760/stat : 12760 (minisat_release) R 12758 12760 12074 0 -1 4202496 244365 0 0 0 112159 72 0 0 25 0 1 0 623295934 233095168 44072 33554432000 4194304 4291037 140734750055728 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12760/statm: 56908 44072 257 24 0 53542 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 227632

[startup+1182.3 s]
/proc/loadavg: 4.00 4.02 3.83 5/370 12962
/proc/meminfo: memFree=3749544/32951124 swapFree=67111348/67111528
[pid=12760] ppid=12758 vsize=147956 CPUtime=1182.31 cores=4,6
/proc/12760/stat : 12760 (minisat_release) R 12758 12760 12074 0 -1 4202496 256766 0 0 0 118154 77 0 0 25 0 1 0 623295934 151506944 29083 33554432000 4194304 4291037 140734750055728 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12760/statm: 36989 29083 257 24 0 33623 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 147956

[startup+1242.3 s]
/proc/loadavg: 4.00 4.01 3.84 5/370 12964
/proc/meminfo: memFree=3630192/32951124 swapFree=67111348/67111528
[pid=12760] ppid=12758 vsize=181832 CPUtime=1242.31 cores=4,6
/proc/12760/stat : 12760 (minisat_release) R 12758 12760 12074 0 -1 4202496 266934 0 0 0 124151 80 0 0 25 0 1 0 623295934 186195968 39104 33554432000 4194304 4291037 140734750055728 18446744073709551615 4255709 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12760/statm: 45458 39104 257 24 0 42092 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 181832



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.10 4.04 3.85 3/367 12967
/proc/meminfo: memFree=3830840/32951124 swapFree=67111348/67111528
[pid=12760] ppid=12758 vsize=232832 CPUtime=1300.02 cores=4,6
/proc/12760/stat : 12760 (minisat_release) R 12758 12760 12074 0 -1 4202496 272965 0 0 0 129920 82 0 0 25 0 1 0 623295934 238419968 45037 33554432000 4194304 4291037 140734750055728 18446744073709551615 4266203 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12760/statm: 58208 45037 257 24 0 54842 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 232832

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.10 4.04 3.85 3/367 12967
/proc/meminfo: memFree=3830840/32951124 swapFree=67111348/67111528
[pid=12760] ppid=12758 vsize=232832 CPUtime=1300.02 cores=4,6
/proc/12760/stat : 12760 (minisat_release) R 12758 12760 12074 0 -1 4202496 272965 0 0 0 129920 82 0 0 25 0 1 0 623295934 238419968 45037 33554432000 4194304 4291037 140734750055728 18446744073709551615 4266203 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12760/statm: 58208 45037 257 24 0 54842 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 232832

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.05
CPU user time (s): 1299.21
CPU system time (s): 0.834873
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 232832

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

runsolver used 4.76927 second user time and 10.6084 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-13 19:46:41
IDJOB=3362678
IDBENCH=85991
IDSOLVER=1840
FILE ID=node145/3362678-1305308801
RUNJOBID= node145-1305308800-12719
PBS_JOBID= 13321467
Free space on /tmp= 43220 MiB

SOLVER NAME= minisat hack reference: minisat 2.2.0
BENCH NAME= SAT05/industrial/grieu05/vmpc/vmpc_36.renamed-as.sat05-1922.cnf
COMMAND LINE= minisat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362678-1305308801/watcher-3362678-1305308801 -o /tmp/evaluation-result-3362678-1305308801/solver-3362678-1305308801 -C 2400 -W 1300 -M 7680  minisat_release HOME/instance-3362678-1305308801.cnf

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

MD5SUM BENCH= c9c90d9af49f4c08c7262ecb9a0b2a3d
RANDOM SEED=1242802721

node145.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.786
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.57
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.786
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.76
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.786
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.786
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.786
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.786
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.74
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       9269496 kB
Buffers:        252760 kB
Cached:       17347328 kB
SwapCached:          0 kB
Active:        7659512 kB
Inactive:     15440472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       9269496 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           11764 kB
Writeback:           0 kB
AnonPages:     5499192 kB
Mapped:          27444 kB
Slab:           483700 kB
PageTables:      33972 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 79432068 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= 43120 MiB
End job on node145 at 2011-05-13 20:08:23