Trace number 3362493

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.02

General information on the benchmark

NameSAT05/industrial/grieu05/vmpc/
vmpc_35.renamed-as.sat05-1921.cnf
MD5SUM5fda0e0fb8a21967728dfe29bf2d4ea5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark473.18
Satisfiable
(Un)Satisfiability was proved
Number of variables1225
Number of clauses211785
Sum of the clauses size554190
Maximum clause length35
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 283405
Number of clauses of size 3128310
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 570

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

running on 2 cores: 1,3

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 4/366 12754
/proc/meminfo: memFree=9273952/32951124 swapFree=67111348/67111528
[pid=12754] ppid=12752 vsize=19796 CPUtime=0 cores=1,3
/proc/12754/stat : 12754 (minisat_release) R 12752 12754 12074 0 -1 4202496 809 0 0 0 0 0 0 0 21 0 1 0 623295931 20271104 740 33554432000 4194304 4291037 140734805977376 18446744073709551615 4277897 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12754/statm: 4949 740 213 24 0 1583 0

[startup+0.0807499 s]
/proc/loadavg: 1.96 2.80 3.34 4/366 12754
/proc/meminfo: memFree=9273952/32951124 swapFree=67111348/67111528
[pid=12754] ppid=12752 vsize=29392 CPUtime=0.06 cores=1,3
/proc/12754/stat : 12754 (minisat_release) R 12752 12754 12074 0 -1 4202496 4800 0 0 0 6 0 0 0 21 0 1 0 623295931 30097408 4008 33554432000 4194304 4291037 140734805977376 18446744073709551615 4230302 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12754/statm: 7348 4008 238 24 0 3982 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 29392

[startup+0.100744 s]
/proc/loadavg: 1.96 2.80 3.34 4/366 12754
/proc/meminfo: memFree=9273952/32951124 swapFree=67111348/67111528
[pid=12754] ppid=12752 vsize=29532 CPUtime=0.08 cores=1,3
/proc/12754/stat : 12754 (minisat_release) R 12752 12754 12074 0 -1 4202496 4813 0 0 0 8 0 0 0 21 0 1 0 623295931 30240768 4021 33554432000 4194304 4291037 140734805977376 18446744073709551615 4230176 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12754/statm: 7383 4021 238 24 0 4017 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 29532

[startup+0.300708 s]
/proc/loadavg: 1.96 2.80 3.34 4/366 12754
/proc/meminfo: memFree=9273952/32951124 swapFree=67111348/67111528
[pid=12754] ppid=12752 vsize=29668 CPUtime=0.28 cores=1,3
/proc/12754/stat : 12754 (minisat_release) R 12752 12754 12074 0 -1 4202496 4852 0 0 0 28 0 0 0 22 0 1 0 623295931 30380032 4060 33554432000 4194304 4291037 140734805977376 18446744073709551615 4230176 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12754/statm: 7417 4060 238 24 0 4051 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 29668

[startup+0.700636 s]
/proc/loadavg: 1.96 2.80 3.34 4/366 12754
/proc/meminfo: memFree=9273952/32951124 swapFree=67111348/67111528
[pid=12754] ppid=12752 vsize=28584 CPUtime=0.69 cores=1,3
/proc/12754/stat : 12754 (minisat_release) R 12752 12754 12074 0 -1 4202496 5718 0 0 0 68 1 0 0 23 0 1 0 623295931 29270016 3515 33554432000 4194304 4291037 140734805977376 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12754/statm: 7146 3515 256 24 0 3780 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28584

[startup+1.50049 s]
/proc/loadavg: 1.96 2.80 3.34 5/370 12761
/proc/meminfo: memFree=9242180/32951124 swapFree=67111348/67111528
[pid=12754] ppid=12752 vsize=31304 CPUtime=1.49 cores=1,3
/proc/12754/stat : 12754 (minisat_release) R 12752 12754 12074 0 -1 4202496 6268 0 0 0 148 1 0 0 25 0 1 0 623295931 32055296 4047 33554432000 4194304 4291037 140734805977376 18446744073709551615 4255709 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12754/statm: 7826 4047 256 24 0 4460 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31304

[startup+3.1002 s]
/proc/loadavg: 2.13 2.82 3.34 5/370 12761
/proc/meminfo: memFree=9229904/32951124 swapFree=67111348/67111528
[pid=12754] ppid=12752 vsize=35724 CPUtime=3.09 cores=1,3
/proc/12754/stat : 12754 (minisat_release) R 12752 12754 12074 0 -1 4202496 7148 0 0 0 308 1 0 0 25 0 1 0 623295931 36581376 4906 33554432000 4194304 4291037 140734805977376 18446744073709551615 4248359 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12754/statm: 8931 4906 256 24 0 5565 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 35724

[startup+6.30063 s]
/proc/loadavg: 2.13 2.82 3.34 4/367 12854
/proc/meminfo: memFree=9221984/32951124 swapFree=67111348/67111528
[pid=12754] ppid=12752 vsize=43388 CPUtime=6.29 cores=1,3
/proc/12754/stat : 12754 (minisat_release) R 12752 12754 12074 0 -1 4202496 8731 0 0 0 628 1 0 0 25 0 1 0 623295931 44429312 6452 33554432000 4194304 4291037 140734805977376 18446744073709551615 4256104 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12754/statm: 10847 6452 256 24 0 7481 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 43388

[startup+12.7005 s]
/proc/loadavg: 2.28 2.84 3.34 5/370 12896
/proc/meminfo: memFree=8818716/32951124 swapFree=67111348/67111528
[pid=12754] ppid=12752 vsize=57368 CPUtime=12.69 cores=1,3
/proc/12754/stat : 12754 (minisat_release) R 12752 12754 12074 0 -1 4202496 11741 0 0 0 1268 1 0 0 25 0 1 0 623295931 58744832 9412 33554432000 4194304 4291037 140734805977376 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12754/statm: 14342 9412 256 24 0 10976 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 57368

[startup+25.5002 s]
/proc/loadavg: 2.66 2.90 3.35 5/370 12896
/proc/meminfo: memFree=8479112/32951124 swapFree=67111348/67111528
[pid=12754] ppid=12752 vsize=80580 CPUtime=25.49 cores=1,3
/proc/12754/stat : 12754 (minisat_release) R 12752 12754 12074 0 -1 4202496 16387 0 0 0 2547 2 0 0 25 0 1 0 623295931 82513920 13973 33554432000 4194304 4291037 140734805977376 18446744073709551615 4255943 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12754/statm: 20145 13973 258 24 0 16779 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 80580

[startup+51.1006 s]
/proc/loadavg: 3.11 2.99 3.37 5/370 12897
/proc/meminfo: memFree=8491944/32951124 swapFree=67111348/67111528
[pid=12754] ppid=12752 vsize=66036 CPUtime=51.09 cores=1,3
/proc/12754/stat : 12754 (minisat_release) R 12752 12754 12074 0 -1 4202496 26707 0 0 0 5104 5 0 0 25 0 1 0 623295931 67620864 13097 33554432000 4194304 4291037 140734805977376 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12754/statm: 16509 13097 258 24 0 13143 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 66036

[startup+102.313 s]
/proc/loadavg: 3.64 3.15 3.40 5/370 12898
/proc/meminfo: memFree=8369224/32951124 swapFree=67111348/67111528
[pid=12754] ppid=12752 vsize=73260 CPUtime=102.31 cores=1,3
/proc/12754/stat : 12754 (minisat_release) R 12752 12754 12074 0 -1 4202496 43198 0 0 0 10221 10 0 0 25 0 1 0 623295931 75018240 14875 33554432000 4194304 4291037 140734805977376 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12754/statm: 18315 14875 258 24 0 14949 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 73260

[startup+162.301 s]
/proc/loadavg: 3.92 3.31 3.44 5/370 12900
/proc/meminfo: memFree=8265036/32951124 swapFree=67111348/67111528
[pid=12754] ppid=12752 vsize=79104 CPUtime=162.3 cores=1,3
/proc/12754/stat : 12754 (minisat_release) R 12752 12754 12074 0 -1 4202496 59081 0 0 0 16215 15 0 0 25 0 1 0 623295931 81002496 14581 33554432000 4194304 4291037 140734805977376 18446744073709551615 4255709 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12754/statm: 19776 14581 258 24 0 16410 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 79104

[startup+222.301 s]
/proc/loadavg: 4.12 3.49 3.49 5/370 12902
/proc/meminfo: memFree=8188648/32951124 swapFree=67111348/67111528
[pid=12754] ppid=12752 vsize=135360 CPUtime=222.3 cores=1,3
/proc/12754/stat : 12754 (minisat_release) R 12752 12754 12074 0 -1 4202496 72289 0 0 0 22211 19 0 0 25 0 1 0 623295931 138608640 27578 33554432000 4194304 4291037 140734805977376 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12754/statm: 33840 27578 258 24 0 30474 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 135360

[startup+282.3 s]
/proc/loadavg: 4.09 3.59 3.52 5/365 12923
/proc/meminfo: memFree=8821108/32951124 swapFree=67111348/67111528
[pid=12754] ppid=12752 vsize=108572 CPUtime=282.29 cores=1,3
/proc/12754/stat : 12754 (minisat_release) R 12752 12754 12074 0 -1 4202496 87663 0 0 0 28206 23 0 0 25 0 1 0 623295931 111177728 23439 33554432000 4194304 4291037 140734805977376 18446744073709551615 4248474 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12754/statm: 27143 23439 258 24 0 23777 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 108572

[startup+342.3 s]
/proc/loadavg: 4.03 3.66 3.55 6/370 12931
/proc/meminfo: memFree=8527868/32951124 swapFree=67111348/67111528
[pid=12754] ppid=12752 vsize=95244 CPUtime=342.3 cores=1,3
/proc/12754/stat : 12754 (minisat_release) R 12752 12754 12074 0 -1 4202496 101888 0 0 0 34202 28 0 0 25 0 1 0 623295931 97529856 17366 33554432000 4194304 4291037 140734805977376 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12754/statm: 23811 17366 258 24 0 20445 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 95244

[startup+402.301 s]
/proc/loadavg: 4.23 3.78 3.60 6/370 12932
/proc/meminfo: memFree=8309028/32951124 swapFree=67111348/67111528
[pid=12754] ppid=12752 vsize=146800 CPUtime=402.3 cores=1,3
/proc/12754/stat : 12754 (minisat_release) R 12752 12754 12074 0 -1 4202496 113279 0 0 0 40199 31 0 0 25 0 1 0 623295931 150323200 28540 33554432000 4194304 4291037 140734805977376 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12754/statm: 36700 28540 258 24 0 33334 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 146800

[startup+462.301 s]
/proc/loadavg: 4.08 3.82 3.62 6/370 12934
/proc/meminfo: memFree=8245136/32951124 swapFree=67111348/67111528
[pid=12754] ppid=12752 vsize=119100 CPUtime=462.3 cores=1,3
/proc/12754/stat : 12754 (minisat_release) R 12752 12754 12074 0 -1 4202496 127035 0 0 0 46194 36 0 0 25 0 1 0 623295931 121958400 22344 33554432000 4194304 4291037 140734805977376 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12754/statm: 29775 22344 258 24 0 26409 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 119100

[startup+522.301 s]
/proc/loadavg: 4.03 3.85 3.64 6/370 12936
/proc/meminfo: memFree=8076332/32951124 swapFree=67111348/67111528
[pid=12754] ppid=12752 vsize=157132 CPUtime=522.3 cores=1,3
/proc/12754/stat : 12754 (minisat_release) R 12752 12754 12074 0 -1 4202496 139555 0 0 0 52190 40 0 0 25 0 1 0 623295931 160903168 34655 33554432000 4194304 4291037 140734805977376 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12754/statm: 39283 34655 258 24 0 35917 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 157132

[startup+582.3 s]
/proc/loadavg: 4.01 3.87 3.66 6/370 12937
/proc/meminfo: memFree=8016516/32951124 swapFree=67111348/67111528
[pid=12754] ppid=12752 vsize=114220 CPUtime=582.31 cores=1,3
/proc/12754/stat : 12754 (minisat_release) R 12752 12754 12074 0 -1 4202496 151807 0 0 0 58186 45 0 0 25 0 1 0 623295931 116961280 21676 33554432000 4194304 4291037 140734805977376 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12754/statm: 28555 21676 258 24 0 25189 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 114220

[startup+642.301 s]
/proc/loadavg: 4.00 3.89 3.68 6/370 12939
/proc/meminfo: memFree=7807300/32951124 swapFree=67111348/67111528
[pid=12754] ppid=12752 vsize=165456 CPUtime=642.31 cores=1,3
/proc/12754/stat : 12754 (minisat_release) R 12752 12754 12074 0 -1 4202496 163447 0 0 0 64183 48 0 0 25 0 1 0 623295931 169426944 33096 33554432000 4194304 4291037 140734805977376 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12754/statm: 41364 33096 258 24 0 37998 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 165456

[startup+702.301 s]
/proc/loadavg: 4.00 3.91 3.69 6/370 12940
/proc/meminfo: memFree=7751708/32951124 swapFree=67111348/67111528
[pid=12754] ppid=12752 vsize=117392 CPUtime=702.31 cores=1,3
/proc/12754/stat : 12754 (minisat_release) R 12752 12754 12074 0 -1 4202496 176190 0 0 0 70177 54 0 0 25 0 1 0 623295931 120209408 23443 33554432000 4194304 4291037 140734805977376 18446744073709551615 4262384 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12754/statm: 29348 23443 258 24 0 25982 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 117392

[startup+762.314 s]
/proc/loadavg: 4.27 4.00 3.74 6/370 12942
/proc/meminfo: memFree=7514704/32951124 swapFree=67111348/67111528
[pid=12754] ppid=12752 vsize=169168 CPUtime=762.32 cores=1,3
/proc/12754/stat : 12754 (minisat_release) R 12752 12754 12074 0 -1 4202496 187665 0 0 0 76174 58 0 0 25 0 1 0 623295931 173228032 34702 33554432000 4194304 4291037 140734805977376 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12754/statm: 42292 34702 258 24 0 38926 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 169168

[startup+822.3 s]
/proc/loadavg: 4.17 4.01 3.75 6/370 12944
/proc/meminfo: memFree=7576780/32951124 swapFree=67111348/67111528
[pid=12754] ppid=12752 vsize=109604 CPUtime=822.31 cores=1,3
/proc/12754/stat : 12754 (minisat_release) R 12752 12754 12074 0 -1 4202496 199551 0 0 0 82167 64 0 0 25 0 1 0 623295931 112234496 22343 33554432000 4194304 4291037 140734805977376 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12754/statm: 27401 22343 258 24 0 24035 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 109604

[startup+882.301 s]
/proc/loadavg: 4.05 4.01 3.77 6/370 12954
/proc/meminfo: memFree=7147276/32951124 swapFree=67111348/67111528
[pid=12754] ppid=12752 vsize=174316 CPUtime=882.31 cores=1,3
/proc/12754/stat : 12754 (minisat_release) R 12752 12754 12074 0 -1 4202496 211943 0 0 0 88162 69 0 0 25 0 1 0 623295931 178499584 34486 33554432000 4194304 4291037 140734805977376 18446744073709551615 4255694 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12754/statm: 43579 34486 258 24 0 40213 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 174316

[startup+942.301 s]
/proc/loadavg: 4.06 4.02 3.78 6/370 12956
/proc/meminfo: memFree=5704372/32951124 swapFree=67111348/67111528
[pid=12754] ppid=12752 vsize=226464 CPUtime=942.32 cores=1,3
/proc/12754/stat : 12754 (minisat_release) R 12752 12754 12074 0 -1 4202496 220904 0 0 0 94159 73 0 0 25 0 1 0 623295931 231899136 43267 33554432000 4194304 4291037 140734805977376 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12754/statm: 56616 43267 258 24 0 53250 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 226464

[startup+1002.3 s]
/proc/loadavg: 4.10 4.04 3.81 6/370 12957
/proc/meminfo: memFree=4737512/32951124 swapFree=67111348/67111528
[pid=12754] ppid=12752 vsize=178332 CPUtime=1002.32 cores=1,3
/proc/12754/stat : 12754 (minisat_release) R 12752 12754 12074 0 -1 4202496 235670 0 0 0 100154 78 0 0 25 0 1 0 623295931 182611968 32759 33554432000 4194304 4291037 140734805977376 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12754/statm: 44583 32759 258 24 0 41217 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 178332

[startup+1062.3 s]
/proc/loadavg: 4.04 4.03 3.82 6/370 12959
/proc/meminfo: memFree=4288992/32951124 swapFree=67111348/67111528
[pid=12754] ppid=12752 vsize=229828 CPUtime=1062.31 cores=1,3
/proc/12754/stat : 12754 (minisat_release) R 12752 12754 12074 0 -1 4202496 244410 0 0 0 106150 81 0 0 25 0 1 0 623295931 235343872 41313 33554432000 4194304 4291037 140734805977376 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12754/statm: 57457 41313 258 24 0 54091 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 229828

[startup+1122.3 s]
/proc/loadavg: 4.01 4.02 3.82 6/370 12961
/proc/meminfo: memFree=3849160/32951124 swapFree=67111348/67111528
[pid=12754] ppid=12752 vsize=150328 CPUtime=1122.32 cores=1,3
/proc/12754/stat : 12754 (minisat_release) R 12752 12754 12074 0 -1 4202496 257788 0 0 0 112146 86 0 0 25 0 1 0 623295931 153935872 30011 33554432000 4194304 4291037 140734805977376 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12754/statm: 37582 30011 258 24 0 34216 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 150328

[startup+1182.3 s]
/proc/loadavg: 4.00 4.02 3.83 6/370 12962
/proc/meminfo: memFree=3750040/32951124 swapFree=67111348/67111528
[pid=12754] ppid=12752 vsize=184292 CPUtime=1182.32 cores=1,3
/proc/12754/stat : 12754 (minisat_release) R 12752 12754 12074 0 -1 4202496 267759 0 0 0 118141 91 0 0 25 0 1 0 623295931 188715008 39808 33554432000 4194304 4291037 140734805977376 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12754/statm: 46073 39808 258 24 0 42707 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 184292

[startup+1242.3 s]
/proc/loadavg: 4.00 4.01 3.84 6/370 12964
/proc/meminfo: memFree=3630440/32951124 swapFree=67111348/67111528
[pid=12754] ppid=12752 vsize=239460 CPUtime=1242.33 cores=1,3
/proc/12754/stat : 12754 (minisat_release) R 12752 12754 12074 0 -1 4202496 276626 0 0 0 124138 95 0 0 25 0 1 0 623295931 245207040 48542 33554432000 4194304 4291037 140734805977376 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12754/statm: 59865 48542 258 24 0 56499 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 239460



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.10 4.04 3.85 4/368 12966
/proc/meminfo: memFree=3679312/32951124 swapFree=67111348/67111528
[pid=12754] ppid=12752 vsize=193888 CPUtime=1300.03 cores=1,3
/proc/12754/stat : 12754 (minisat_release) R 12752 12754 12074 0 -1 4202496 293005 0 0 0 129903 100 0 0 25 0 1 0 623295931 198541312 38196 33554432000 4194304 4291037 140734805977376 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12754/statm: 48472 38196 258 24 0 45106 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 193888

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): 1299.04
CPU system time (s): 1.01584
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 239460

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

runsolver used 4.43133 second user time and 10.9073 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-13 19:46:41
IDJOB=3362493
IDBENCH=85987
IDSOLVER=1840
FILE ID=node145/3362493-1305308801
RUNJOBID= node145-1305308800-12720
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_35.renamed-as.sat05-1921.cnf
COMMAND LINE= minisat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362493-1305308801/watcher-3362493-1305308801 -o /tmp/evaluation-result-3362493-1305308801/solver-3362493-1305308801 -C 2400 -W 1300 -M 7680  minisat_release HOME/instance-3362493-1305308801.cnf

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

MD5SUM BENCH= 5fda0e0fb8a21967728dfe29bf2d4ea5
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:       9274232 kB
Buffers:        252756 kB
Cached:       17345780 kB
SwapCached:          0 kB
Active:        7652220 kB
Inactive:     15443096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       9274232 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           10600 kB
Writeback:           0 kB
AnonPages:     5496088 kB
Mapped:          27444 kB
Slab:           483700 kB
PageTables:      34360 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 79405980 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