Trace number 3362535

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.11 1300.08

General information on the benchmark

Namevelev-vliw-uns-4.0-9-i1.cnf
MD5SUM590cca3a58efdeb1c95ef988a53daa1d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark420.299
Satisfiable
(Un)Satisfiability was proved
Number of variables154309
Number of clauses3230738
Sum of the clauses size9429252
Maximum clause length3625
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 22024994
Number of clauses of size 31081436
Number of clauses of size 48866
Number of clauses of size 58692
Number of clauses of size over 5106749

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

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.71 3.94 3.98 4/422 2037
/proc/meminfo: memFree=6276012/32950940 swapFree=67111356/67111528
[pid=2037] ppid=2035 vsize=19416 CPUtime=0 cores=5,7
/proc/2037/stat : 2037 (minisat_release) R 2035 2037 1983 0 -1 4202496 665 0 0 0 0 0 0 0 21 0 1 0 720882236 19881984 605 33554432000 4194304 4291037 140735753069760 18446744073709551615 4277852 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2037/statm: 4854 605 213 24 0 1488 0

[startup+0.070933 s]
/proc/loadavg: 3.71 3.94 3.98 4/422 2037
/proc/meminfo: memFree=6276012/32950940 swapFree=67111356/67111528
[pid=2037] ppid=2035 vsize=29596 CPUtime=0.06 cores=5,7
/proc/2037/stat : 2037 (minisat_release) R 2035 2037 1983 0 -1 4202496 4364 0 0 0 6 0 0 0 21 0 1 0 720882236 30306304 3824 33554432000 4194304 4291037 140735753069760 18446744073709551615 215988253381 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2037/statm: 7399 3826 215 24 0 4033 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 29596

[startup+0.100925 s]
/proc/loadavg: 3.71 3.94 3.98 4/422 2037
/proc/meminfo: memFree=6276012/32950940 swapFree=67111356/67111528
[pid=2037] ppid=2035 vsize=36960 CPUtime=0.09 cores=5,7
/proc/2037/stat : 2037 (minisat_release) R 2035 2037 1983 0 -1 4202496 5999 0 0 0 9 0 0 0 21 0 1 0 720882236 37847040 5200 33554432000 4194304 4291037 140735753069760 18446744073709551615 215988253381 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2037/statm: 9240 5203 215 24 0 5874 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36960

[startup+0.30089 s]
/proc/loadavg: 3.71 3.94 3.98 4/422 2037
/proc/meminfo: memFree=6276012/32950940 swapFree=67111356/67111528
[pid=2037] ppid=2035 vsize=74880 CPUtime=0.29 cores=5,7
/proc/2037/stat : 2037 (minisat_release) R 2035 2037 1983 0 -1 4202496 16635 0 0 0 27 2 0 0 22 0 1 0 720882236 76677120 13920 33554432000 4194304 4291037 140735753069760 18446744073709551615 215988253381 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2037/statm: 18720 13921 215 24 0 15354 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 74880

[startup+0.700877 s]
/proc/loadavg: 3.71 3.94 3.98 4/422 2037
/proc/meminfo: memFree=6276012/32950940 swapFree=67111356/67111528
[pid=2037] ppid=2035 vsize=160872 CPUtime=0.69 cores=5,7
/proc/2037/stat : 2037 (minisat_release) R 2035 2037 1983 0 -1 4202496 37685 0 0 0 64 5 0 0 24 0 1 0 720882236 164732928 31467 33554432000 4194304 4291037 140735753069760 18446744073709551615 4277897 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2037/statm: 40218 31469 215 24 0 36852 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 160872

[startup+1.50068 s]
/proc/loadavg: 3.71 3.94 3.98 5/423 2038
/proc/meminfo: memFree=6081972/32950940 swapFree=67111356/67111528
[pid=2037] ppid=2035 vsize=263288 CPUtime=1.49 cores=5,7
/proc/2037/stat : 2037 (minisat_release) R 2035 2037 1983 0 -1 4202496 65304 0 0 0 139 10 0 0 25 0 1 0 720882236 269606912 55298 33554432000 4194304 4291037 140735753069760 18446744073709551615 4229514 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2037/statm: 65822 55298 238 24 0 62456 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 263288

[startup+3.1004 s]
/proc/loadavg: 3.71 3.94 3.98 5/423 2038
/proc/meminfo: memFree=5987152/32950940 swapFree=67111356/67111528
[pid=2037] ppid=2035 vsize=263288 CPUtime=3.09 cores=5,7
/proc/2037/stat : 2037 (minisat_release) R 2035 2037 1983 0 -1 4202496 65304 0 0 0 299 10 0 0 25 0 1 0 720882236 269606912 55298 33554432000 4194304 4291037 140735753069760 18446744073709551615 4230042 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2037/statm: 65822 55298 238 24 0 62456 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 263288

[startup+6.30084 s]
/proc/loadavg: 3.89 3.98 3.99 5/423 2038
/proc/meminfo: memFree=5843916/32950940 swapFree=67111356/67111528
[pid=2037] ppid=2035 vsize=267828 CPUtime=6.3 cores=5,7
/proc/2037/stat : 2037 (minisat_release) R 2035 2037 1983 0 -1 4202496 67466 0 0 0 619 11 0 0 25 0 1 0 720882236 274255872 57366 33554432000 4194304 4291037 140735753069760 18446744073709551615 4229968 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2037/statm: 66957 57366 239 24 0 63591 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 267828

[startup+12.7007 s]
/proc/loadavg: 3.90 3.98 3.99 5/423 2065
/proc/meminfo: memFree=5021204/32950940 swapFree=67111356/67111528
[pid=2037] ppid=2035 vsize=252860 CPUtime=12.69 cores=5,7
/proc/2037/stat : 2037 (minisat_release) R 2035 2037 1983 0 -1 4202496 83639 0 0 0 1257 12 0 0 25 0 1 0 720882236 258928640 50202 33554432000 4194304 4291037 140735753069760 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2037/statm: 63215 50202 259 24 0 59849 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 252860

[startup+25.5005 s]
/proc/loadavg: 3.91 3.98 3.99 5/426 2071
/proc/meminfo: memFree=4763996/32950940 swapFree=67111356/67111528
[pid=2037] ppid=2035 vsize=252860 CPUtime=25.49 cores=5,7
/proc/2037/stat : 2037 (minisat_release) R 2035 2037 1983 0 -1 4202496 86760 0 0 0 2535 14 0 0 25 0 1 0 720882236 258928640 53275 33554432000 4194304 4291037 140735753069760 18446744073709551615 4251403 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2037/statm: 63215 53275 259 24 0 59849 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 252860

[startup+51.101 s]
/proc/loadavg: 3.95 3.98 3.99 5/426 2099
/proc/meminfo: memFree=4748136/32950940 swapFree=67111356/67111528
[pid=2037] ppid=2035 vsize=302948 CPUtime=51.09 cores=5,7
/proc/2037/stat : 2037 (minisat_release) R 2035 2037 1983 0 -1 4202496 95690 0 0 0 5093 16 0 0 25 0 1 0 720882236 310218752 62119 33554432000 4194304 4291037 140735753069760 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2037/statm: 75737 62119 259 24 0 72371 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 302948

[startup+102.301 s]
/proc/loadavg: 3.98 3.98 3.99 5/426 2127
/proc/meminfo: memFree=5715448/32950940 swapFree=67111356/67111528
[pid=2037] ppid=2035 vsize=384336 CPUtime=102.29 cores=5,7
/proc/2037/stat : 2037 (minisat_release) R 2035 2037 1983 0 -1 4202496 118509 0 0 0 10206 23 0 0 25 0 1 0 720882236 393560064 84734 33554432000 4194304 4291037 140735753069760 18446744073709551615 4251672 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2037/statm: 96084 84734 259 24 0 92718 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 384336

[startup+162.301 s]
/proc/loadavg: 3.99 3.98 3.99 5/426 2129
/proc/meminfo: memFree=5531112/32950940 swapFree=67111356/67111528
[pid=2037] ppid=2035 vsize=524692 CPUtime=162.3 cores=5,7
/proc/2037/stat : 2037 (minisat_release) R 2035 2037 1983 0 -1 4202496 144274 0 0 0 16199 31 0 0 25 0 1 0 720882236 537284608 110275 33554432000 4194304 4291037 140735753069760 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2037/statm: 131173 110275 259 24 0 127807 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 524692

[startup+222.301 s]
/proc/loadavg: 3.99 3.98 3.99 5/426 2131
/proc/meminfo: memFree=5327244/32950940 swapFree=67111356/67111528
[pid=2037] ppid=2035 vsize=753828 CPUtime=222.3 cores=5,7
/proc/2037/stat : 2037 (minisat_release) R 2035 2037 1983 0 -1 4202496 166771 0 0 0 22193 37 0 0 25 0 1 0 720882236 771919872 132552 33554432000 4194304 4291037 140735753069760 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2037/statm: 188457 132552 259 24 0 185091 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 753828

[startup+282.301 s]
/proc/loadavg: 4.14 4.02 4.00 5/426 2132
/proc/meminfo: memFree=5232820/32950940 swapFree=67111356/67111528
[pid=2037] ppid=2035 vsize=763104 CPUtime=282.29 cores=5,7
/proc/2037/stat : 2037 (minisat_release) R 2035 2037 1983 0 -1 4202496 191384 0 0 0 28184 45 0 0 25 0 1 0 720882236 781418496 156933 33554432000 4194304 4291037 140735753069760 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2037/statm: 190776 156933 259 24 0 187410 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 763104

[startup+342.301 s]
/proc/loadavg: 4.09 4.03 4.00 5/426 2134
/proc/meminfo: memFree=5015924/32950940 swapFree=67111356/67111528
[pid=2037] ppid=2035 vsize=775344 CPUtime=342.3 cores=5,7
/proc/2037/stat : 2037 (minisat_release) R 2035 2037 1983 0 -1 4202496 215646 0 0 0 34176 54 0 0 25 0 1 0 720882236 793952256 180975 33554432000 4194304 4291037 140735753069760 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2037/statm: 193836 180975 259 24 0 190470 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 775344

[startup+402.301 s]
/proc/loadavg: 4.08 4.04 4.00 5/426 2162
/proc/meminfo: memFree=4358128/32950940 swapFree=67111356/67111528
[pid=2037] ppid=2035 vsize=1135500 CPUtime=402.29 cores=5,7
/proc/2037/stat : 2037 (minisat_release) R 2035 2037 1983 0 -1 4202496 233799 0 0 0 40169 60 0 0 25 0 1 0 720882236 1162752000 198985 33554432000 4194304 4291037 140735753069760 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2037/statm: 283875 198985 259 24 0 280509 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 1135500

[startup+462.301 s]
/proc/loadavg: 4.03 4.03 4.00 5/426 2164
/proc/meminfo: memFree=4241776/32950940 swapFree=67111356/67111528
[pid=2037] ppid=2035 vsize=1149624 CPUtime=462.3 cores=5,7
/proc/2037/stat : 2037 (minisat_release) R 2035 2037 1983 0 -1 4202496 249269 0 0 0 46165 65 0 0 25 0 1 0 720882236 1177214976 214329 33554432000 4194304 4291037 140735753069760 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2037/statm: 287406 214329 259 24 0 284040 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1149624

[startup+522.301 s]
/proc/loadavg: 4.15 4.07 4.01 5/426 2166
/proc/meminfo: memFree=4037240/32950940 swapFree=67111356/67111528
[pid=2037] ppid=2035 vsize=1159624 CPUtime=522.3 cores=5,7
/proc/2037/stat : 2037 (minisat_release) R 2035 2037 1983 0 -1 4202496 265595 0 0 0 52158 72 0 0 25 0 1 0 720882236 1187454976 230513 33554432000 4194304 4291037 140735753069760 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2037/statm: 289906 230513 259 24 0 286540 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1159624

[startup+582.316 s]
/proc/loadavg: 4.12 4.07 4.01 5/426 2194
/proc/meminfo: memFree=4725952/32950940 swapFree=67111356/67111528
[pid=2037] ppid=2035 vsize=1164852 CPUtime=582.32 cores=5,7
/proc/2037/stat : 2037 (minisat_release) R 2035 2037 1983 0 -1 4202496 276398 0 0 0 58154 78 0 0 25 0 1 0 720882236 1192808448 241204 33554432000 4194304 4291037 140735753069760 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2037/statm: 291213 241204 259 24 0 287847 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 1164852

[startup+642.301 s]
/proc/loadavg: 4.04 4.05 4.00 5/426 2196
/proc/meminfo: memFree=4546272/32950940 swapFree=67111356/67111528
[pid=2037] ppid=2035 vsize=1172892 CPUtime=642.3 cores=5,7
/proc/2037/stat : 2037 (minisat_release) R 2035 2037 1983 0 -1 4202496 289083 0 0 0 64147 83 0 0 25 0 1 0 720882236 1201041408 253783 33554432000 4194304 4291037 140735753069760 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2037/statm: 293223 253783 259 24 0 289857 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 1172892

[startup+702.301 s]
/proc/loadavg: 4.01 4.04 4.00 5/426 2197
/proc/meminfo: memFree=4501956/32950940 swapFree=67111356/67111528
[pid=2037] ppid=2035 vsize=1185492 CPUtime=702.31 cores=5,7
/proc/2037/stat : 2037 (minisat_release) R 2035 2037 1983 0 -1 4202496 301668 0 0 0 70142 89 0 0 25 0 1 0 720882236 1213943808 266280 33554432000 4194304 4291037 140735753069760 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2037/statm: 296373 266280 259 24 0 293007 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 1185492

[startup+762.301 s]
/proc/loadavg: 4.00 4.03 4.00 5/426 2199
/proc/meminfo: memFree=4658132/32950940 swapFree=67111356/67111528
[pid=2037] ppid=2035 vsize=1194136 CPUtime=762.31 cores=5,7
/proc/2037/stat : 2037 (minisat_release) R 2035 2037 1983 0 -1 4202496 313247 0 0 0 76138 93 0 0 25 0 1 0 720882236 1222795264 277783 33554432000 4194304 4291037 140735753069760 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2037/statm: 298534 277783 259 24 0 295168 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 1194136

[startup+822.301 s]
/proc/loadavg: 4.11 4.05 4.01 5/426 2201
/proc/meminfo: memFree=4535688/32950940 swapFree=67111356/67111528
[pid=2037] ppid=2035 vsize=1773964 CPUtime=822.31 cores=5,7
/proc/2037/stat : 2037 (minisat_release) R 2035 2037 1983 0 -1 4202496 333139 0 0 0 82130 101 0 0 25 0 1 0 720882236 1816539136 297505 33554432000 4194304 4291037 140735753069760 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2037/statm: 443491 297505 259 24 0 440125 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 1773964

[startup+882.301 s]
/proc/loadavg: 4.12 4.07 4.01 5/426 2202
/proc/meminfo: memFree=4301532/32950940 swapFree=67111356/67111528
[pid=2037] ppid=2035 vsize=1773964 CPUtime=882.31 cores=5,7
/proc/2037/stat : 2037 (minisat_release) R 2035 2037 1983 0 -1 4202496 351884 0 0 0 88122 109 0 0 25 0 1 0 720882236 1816539136 316107 33554432000 4194304 4291037 140735753069760 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2037/statm: 443491 316107 259 24 0 440125 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 1773964

[startup+942.301 s]
/proc/loadavg: 4.04 4.05 4.01 5/426 2204
/proc/meminfo: memFree=4085232/32950940 swapFree=67111356/67111528
[pid=2037] ppid=2035 vsize=1783148 CPUtime=942.31 cores=5,7
/proc/2037/stat : 2037 (minisat_release) R 2035 2037 1983 0 -1 4202496 367405 0 0 0 94117 114 0 0 25 0 1 0 720882236 1825943552 331501 33554432000 4194304 4291037 140735753069760 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2037/statm: 445787 331501 259 24 0 442421 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 1783148

[startup+1002.3 s]
/proc/loadavg: 4.01 4.04 4.00 5/426 2205
/proc/meminfo: memFree=3866832/32950940 swapFree=67111356/67111528
[pid=2037] ppid=2035 vsize=1798628 CPUtime=1002.31 cores=5,7
/proc/2037/stat : 2037 (minisat_release) R 2035 2037 1983 0 -1 4202496 378114 0 0 0 100112 119 0 0 25 0 1 0 720882236 1841795072 342126 33554432000 4194304 4291037 140735753069760 18446744073709551615 4248998 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2037/statm: 449657 342126 259 24 0 446291 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 1798628

[startup+1062.3 s]
/proc/loadavg: 4.00 4.03 4.00 5/426 2207
/proc/meminfo: memFree=3820536/32950940 swapFree=67111356/67111528
[pid=2037] ppid=2035 vsize=1820772 CPUtime=1062.32 cores=5,7
/proc/2037/stat : 2037 (minisat_release) R 2035 2037 1983 0 -1 4202496 388357 0 0 0 106109 123 0 0 25 0 1 0 720882236 1864470528 352314 33554432000 4194304 4291037 140735753069760 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2037/statm: 455193 352314 259 24 0 451827 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1820772

[startup+1122.3 s]
/proc/loadavg: 4.11 4.06 4.01 5/426 2209
/proc/meminfo: memFree=3615148/32950940 swapFree=67111356/67111528
[pid=2037] ppid=2035 vsize=1828060 CPUtime=1122.32 cores=5,7
/proc/2037/stat : 2037 (minisat_release) R 2035 2037 1983 0 -1 4202496 400136 0 0 0 112104 128 0 0 25 0 1 0 720882236 1871933440 363984 33554432000 4194304 4291037 140735753069760 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2037/statm: 457015 363984 259 24 0 453649 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1828060

[startup+1182.3 s]
/proc/loadavg: 4.07 4.06 4.01 5/426 2210
/proc/meminfo: memFree=3454268/32950940 swapFree=67111356/67111528
[pid=2037] ppid=2035 vsize=1831300 CPUtime=1182.32 cores=5,7
/proc/2037/stat : 2037 (minisat_release) R 2035 2037 1983 0 -1 4202496 408442 0 0 0 118100 132 0 0 25 0 1 0 720882236 1875251200 372218 33554432000 4194304 4291037 140735753069760 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2037/statm: 457825 372218 259 24 0 454459 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1831300

[startup+1242.32 s]
/proc/loadavg: 4.02 4.05 4.00 5/426 2212
/proc/meminfo: memFree=3401268/32950940 swapFree=67111356/67111528
[pid=2037] ppid=2035 vsize=1841024 CPUtime=1242.34 cores=5,7
/proc/2037/stat : 2037 (minisat_release) R 2035 2037 1983 0 -1 4202496 416103 0 0 0 124098 136 0 0 25 0 1 0 720882236 1885208576 379804 33554432000 4194304 4291037 140735753069760 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2037/statm: 460256 379804 259 24 0 456890 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 1841024



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.04 4.00 5/426 2213
/proc/meminfo: memFree=3215336/32950940 swapFree=67111356/67111528
[pid=2037] ppid=2035 vsize=1841024 CPUtime=1300.02 cores=5,7
/proc/2037/stat : 2037 (minisat_release) R 2035 2037 1983 0 -1 4202496 425305 0 0 0 129862 140 0 0 25 0 1 0 720882236 1885208576 388911 33554432000 4194304 4291037 140735753069760 18446744073709551615 4248366 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2037/statm: 460256 388911 259 24 0 456890 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 1841024

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.04 4.00 5/426 2213
/proc/meminfo: memFree=3215336/32950940 swapFree=67111356/67111528
[pid=2037] ppid=2035 vsize=1841024 CPUtime=1300.02 cores=5,7
/proc/2037/stat : 2037 (minisat_release) R 2035 2037 1983 0 -1 4202496 425305 0 0 0 129862 140 0 0 25 0 1 0 720882236 1885208576 388911 33554432000 4194304 4291037 140735753069760 18446744073709551615 4248366 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2037/statm: 460256 388911 259 24 0 456890 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 1841024

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.08
CPU time (s): 1300.11
CPU user time (s): 1298.64
CPU system time (s): 1.46778
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1841024

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

runsolver used 5.03623 second user time and 12.7001 second system time

The end

Launcher Data

Begin job on node117 at 2011-05-13 19:08:35
IDJOB=3362535
IDBENCH=69571
IDSOLVER=1840
FILE ID=node117/3362535-1305306512
RUNJOBID= node117-1305306512-2004
PBS_JOBID= 13321473
Free space on /tmp= 37576 MiB

SOLVER NAME= minisat hack reference: minisat 2.2.0
BENCH NAME= SAT_RACE08/cnf/velev-vliw-uns-4.0-9-i1.cnf
COMMAND LINE= minisat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362535-1305306512/watcher-3362535-1305306512 -o /tmp/evaluation-result-3362535-1305306512/solver-3362535-1305306512 -C 2400 -W 1300 -M 7680  minisat_release HOME/instance-3362535-1305306512.cnf

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

MD5SUM BENCH= 590cca3a58efdeb1c95ef988a53daa1d
RANDOM SEED=1601717741

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:       6276292 kB
Buffers:        253360 kB
Cached:       17709100 kB
SwapCached:          0 kB
Active:       14172892 kB
Inactive:     11830392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:       6276292 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:          185064 kB
Writeback:           0 kB
AnonPages:     8041084 kB
Mapped:          32380 kB
Slab:           559620 kB
PageTables:      45224 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 100627560 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= 37660 MiB
End job on node117 at 2011-05-13 19:30:17