Trace number 3362670

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

General information on the benchmark

NameSAT02/industrial/nam/fpga-routing/
k2fix_gr_rcs_w8.shuffled.cnf
MD5SUM82e833e539576c6d79252b19dcace0cf
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.08123
Satisfiable
(Un)Satisfiability was proved
Number of variables10056
Number of clauses271393
Sum of the clauses size550328
Maximum clause length8
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2270136
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51257

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

running on 2 cores: 0,2

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: 2.45 3.08 3.52 4/342 14440
/proc/meminfo: memFree=10673528/32951124 swapFree=67111352/67111528
[pid=14440] ppid=14438 vsize=20912 CPUtime=0 cores=0,2
/proc/14440/stat : 14440 (minisat_release) R 14438 14440 13867 0 -1 4202496 1042 0 0 0 0 0 0 0 25 0 1 0 623298210 21413888 984 33554432000 4194304 4291037 140736080729648 18446744073709551615 270338044613 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14440/statm: 5228 984 215 24 0 1862 0

[startup+0.085336 s]
/proc/loadavg: 2.45 3.08 3.52 4/342 14440
/proc/meminfo: memFree=10673528/32951124 swapFree=67111352/67111528
[pid=14440] ppid=14438 vsize=29968 CPUtime=0.07 cores=0,2
/proc/14440/stat : 14440 (minisat_release) R 14438 14440 13867 0 -1 4202496 4360 0 0 0 7 0 0 0 25 0 1 0 623298210 30687232 3973 33554432000 4194304 4291037 140736080729648 18446744073709551615 4221493 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14440/statm: 7492 3973 215 24 0 4126 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 29968

[startup+0.100328 s]
/proc/loadavg: 2.45 3.08 3.52 4/342 14440
/proc/meminfo: memFree=10673528/32951124 swapFree=67111352/67111528
[pid=14440] ppid=14438 vsize=30344 CPUtime=0.09 cores=0,2
/proc/14440/stat : 14440 (minisat_release) R 14438 14440 13867 0 -1 4202496 4851 0 0 0 9 0 0 0 25 0 1 0 623298210 31072256 4262 33554432000 4194304 4291037 140736080729648 18446744073709551615 270338044613 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14440/statm: 7586 4263 215 24 0 4220 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30344

[startup+0.300292 s]
/proc/loadavg: 2.45 3.08 3.52 4/342 14440
/proc/meminfo: memFree=10673528/32951124 swapFree=67111352/67111528
[pid=14440] ppid=14438 vsize=31132 CPUtime=0.29 cores=0,2
/proc/14440/stat : 14440 (minisat_release) R 14438 14440 13867 0 -1 4202496 5183 0 0 0 29 0 0 0 25 0 1 0 623298210 31879168 4593 33554432000 4194304 4291037 140736080729648 18446744073709551615 4229971 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14440/statm: 7783 4593 239 24 0 4417 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31132

[startup+0.700238 s]
/proc/loadavg: 2.45 3.08 3.52 4/342 14440
/proc/meminfo: memFree=10673528/32951124 swapFree=67111352/67111528
[pid=14440] ppid=14438 vsize=39532 CPUtime=0.69 cores=0,2
/proc/14440/stat : 14440 (minisat_release) R 14438 14440 13867 0 -1 4202496 7194 0 0 0 68 1 0 0 25 0 1 0 623298210 40480768 6604 33554432000 4194304 4291037 140736080729648 18446744073709551615 4230004 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14440/statm: 9883 6604 240 24 0 6517 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 39532

[startup+1.50105 s]
/proc/loadavg: 2.57 3.10 3.52 5/343 14441
/proc/meminfo: memFree=10641524/32951124 swapFree=67111352/67111528
[pid=14440] ppid=14438 vsize=38144 CPUtime=1.49 cores=0,2
/proc/14440/stat : 14440 (minisat_release) R 14438 14440 13867 0 -1 4202496 8764 0 0 0 148 1 0 0 25 0 1 0 623298210 39059456 5793 33554432000 4194304 4291037 140736080729648 18446744073709551615 4256275 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14440/statm: 9536 5793 256 24 0 6170 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38144

[startup+3.10074 s]
/proc/loadavg: 2.57 3.10 3.52 5/343 14441
/proc/meminfo: memFree=10640408/32951124 swapFree=67111352/67111528
[pid=14440] ppid=14438 vsize=38144 CPUtime=3.09 cores=0,2
/proc/14440/stat : 14440 (minisat_release) R 14438 14440 13867 0 -1 4202496 9164 0 0 0 308 1 0 0 25 0 1 0 623298210 39059456 6182 33554432000 4194304 4291037 140736080729648 18446744073709551615 4255709 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14440/statm: 9536 6182 256 24 0 6170 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 38144

[startup+6.30111 s]
/proc/loadavg: 2.69 3.11 3.52 5/343 14469
/proc/meminfo: memFree=10605668/32951124 swapFree=67111352/67111528
[pid=14440] ppid=14438 vsize=42564 CPUtime=6.3 cores=0,2
/proc/14440/stat : 14440 (minisat_release) R 14438 14440 13867 0 -1 4202496 9905 0 0 0 628 2 0 0 25 0 1 0 623298210 43585536 6905 33554432000 4194304 4291037 140736080729648 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14440/statm: 10641 6905 256 24 0 7275 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 42564

[startup+12.7008 s]
/proc/loadavg: 2.79 3.13 3.52 5/343 14469
/proc/meminfo: memFree=10582024/32951124 swapFree=67111352/67111528
[pid=14440] ppid=14438 vsize=50148 CPUtime=12.69 cores=0,2
/proc/14440/stat : 14440 (minisat_release) R 14438 14440 13867 0 -1 4202496 11349 0 0 0 1267 2 0 0 25 0 1 0 623298210 51351552 8309 33554432000 4194304 4291037 140736080729648 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14440/statm: 12537 8309 256 24 0 9171 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 50148

[startup+25.5003 s]
/proc/loadavg: 3.06 3.17 3.53 5/343 14469
/proc/meminfo: memFree=10542984/32951124 swapFree=67111352/67111528
[pid=14440] ppid=14438 vsize=65104 CPUtime=25.49 cores=0,2
/proc/14440/stat : 14440 (minisat_release) R 14438 14440 13867 0 -1 4202496 14284 0 0 0 2546 3 0 0 25 0 1 0 623298210 66666496 11197 33554432000 4194304 4291037 140736080729648 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14440/statm: 16276 11197 256 24 0 12910 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 65104

[startup+51.1012 s]
/proc/loadavg: 3.38 3.23 3.54 5/343 14470
/proc/meminfo: memFree=10484016/32951124 swapFree=67111352/67111528
[pid=14440] ppid=14438 vsize=89888 CPUtime=51.09 cores=0,2
/proc/14440/stat : 14440 (minisat_release) R 14438 14440 13867 0 -1 4202496 18805 0 0 0 5104 5 0 0 25 0 1 0 623298210 92045312 15638 33554432000 4194304 4291037 140736080729648 18446744073709551615 4256169 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14440/statm: 22472 15638 256 24 0 19106 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 89888

[startup+102.313 s]
/proc/loadavg: 3.85 3.38 3.57 5/343 14471
/proc/meminfo: memFree=10423492/32951124 swapFree=67111352/67111528
[pid=14440] ppid=14438 vsize=128928 CPUtime=102.31 cores=0,2
/proc/14440/stat : 14440 (minisat_release) R 14438 14440 13867 0 -1 4202496 25369 0 0 0 10222 9 0 0 25 0 1 0 623298210 132022272 22088 33554432000 4194304 4291037 140736080729648 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14440/statm: 32232 22088 256 24 0 28866 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 128928

[startup+162.301 s]
/proc/loadavg: 3.94 3.49 3.60 5/343 14499
/proc/meminfo: memFree=10051480/32951124 swapFree=67111352/67111528
[pid=14440] ppid=14438 vsize=135552 CPUtime=162.3 cores=0,2
/proc/14440/stat : 14440 (minisat_release) R 14438 14440 13867 0 -1 4202496 31079 0 0 0 16219 11 0 0 25 0 1 0 623298210 138805248 27698 33554432000 4194304 4291037 140736080729648 18446744073709551615 4256322 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14440/statm: 33888 27698 256 24 0 30522 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 135552

[startup+222.3 s]
/proc/loadavg: 3.98 3.58 3.62 5/343 14500
/proc/meminfo: memFree=9821428/32951124 swapFree=67111352/67111528
[pid=14440] ppid=14438 vsize=189800 CPUtime=222.31 cores=0,2
/proc/14440/stat : 14440 (minisat_release) R 14438 14440 13867 0 -1 4202496 36396 0 0 0 22218 13 0 0 25 0 1 0 623298210 194355200 32929 33554432000 4194304 4291037 140736080729648 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14440/statm: 47450 32929 256 24 0 44084 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 189800

[startup+282.3 s]
/proc/loadavg: 3.99 3.65 3.64 5/343 14502
/proc/meminfo: memFree=9673208/32951124 swapFree=67111352/67111528
[pid=14440] ppid=14438 vsize=96084 CPUtime=282.31 cores=0,2
/proc/14440/stat : 14440 (minisat_release) R 14438 14440 13867 0 -1 4202496 45760 0 0 0 28215 16 0 0 25 0 1 0 623298210 98390016 18345 33554432000 4194304 4291037 140736080729648 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14440/statm: 24021 18345 256 24 0 20655 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 96084

[startup+342.3 s]
/proc/loadavg: 3.99 3.71 3.66 5/343 14503
/proc/meminfo: memFree=9483332/32951124 swapFree=67111352/67111528
[pid=14440] ppid=14438 vsize=116360 CPUtime=342.3 cores=0,2
/proc/14440/stat : 14440 (minisat_release) R 14438 14440 13867 0 -1 4202496 52229 0 0 0 34212 18 0 0 25 0 1 0 623298210 119152640 24695 33554432000 4194304 4291037 140736080729648 18446744073709551615 4256169 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14440/statm: 29090 24695 256 24 0 25724 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 116360

[startup+402.301 s]
/proc/loadavg: 3.99 3.76 3.68 5/343 14505
/proc/meminfo: memFree=9321372/32951124 swapFree=67111352/67111528
[pid=14440] ppid=14438 vsize=148912 CPUtime=402.3 cores=0,2
/proc/14440/stat : 14440 (minisat_release) R 14438 14440 13867 0 -1 4202496 57121 0 0 0 40211 19 0 0 25 0 1 0 623298210 152485888 29476 33554432000 4194304 4291037 140736080729648 18446744073709551615 4256122 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14440/statm: 37228 29476 256 24 0 33862 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 148912

[startup+462.301 s]
/proc/loadavg: 3.99 3.80 3.69 5/343 14507
/proc/meminfo: memFree=9173288/32951124 swapFree=67111352/67111528
[pid=14440] ppid=14438 vsize=150728 CPUtime=462.31 cores=0,2
/proc/14440/stat : 14440 (minisat_release) R 14438 14440 13867 0 -1 4202496 61101 0 0 0 46210 21 0 0 25 0 1 0 623298210 154345472 33377 33554432000 4194304 4291037 140736080729648 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14440/statm: 37682 33377 256 24 0 34316 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 150728

[startup+522.301 s]
/proc/loadavg: 4.12 3.87 3.72 5/343 14508
/proc/meminfo: memFree=8957120/32951124 swapFree=67111352/67111528
[pid=14440] ppid=14438 vsize=202312 CPUtime=522.32 cores=0,2
/proc/14440/stat : 14440 (minisat_release) R 14438 14440 13867 0 -1 4202496 64236 0 0 0 52209 23 0 0 25 0 1 0 623298210 207167488 36442 33554432000 4194304 4291037 140736080729648 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14440/statm: 50578 36442 256 24 0 47212 0
Current children cumulated CPU time (s) 522.32
Current children cumulated vsize (KiB) 202312

[startup+582.301 s]
/proc/loadavg: 4.12 3.91 3.74 5/343 14510
/proc/meminfo: memFree=8831232/32951124 swapFree=67111352/67111528
[pid=14440] ppid=14438 vsize=204344 CPUtime=582.32 cores=0,2
/proc/14440/stat : 14440 (minisat_release) R 14438 14440 13867 0 -1 4202496 66614 0 0 0 58208 24 0 0 25 0 1 0 623298210 209248256 38763 33554432000 4194304 4291037 140736080729648 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14440/statm: 51086 38763 256 24 0 47720 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 204344

[startup+642.301 s]
/proc/loadavg: 4.08 3.94 3.76 5/343 14511
/proc/meminfo: memFree=8675832/32951124 swapFree=67111352/67111528
[pid=14440] ppid=14438 vsize=212196 CPUtime=642.33 cores=0,2
/proc/14440/stat : 14440 (minisat_release) R 14438 14440 13867 0 -1 4202496 70512 0 0 0 64208 25 0 0 25 0 1 0 623298210 217288704 42610 33554432000 4194304 4291037 140736080729648 18446744073709551615 4248322 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14440/statm: 53049 42610 256 24 0 49683 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 212196

[startup+702.301 s]
/proc/loadavg: 4.03 3.94 3.77 5/343 14513
/proc/meminfo: memFree=8650136/32951124 swapFree=67111352/67111528
[pid=14440] ppid=14438 vsize=112320 CPUtime=702.32 cores=0,2
/proc/14440/stat : 14440 (minisat_release) R 14438 14440 13867 0 -1 4202496 78642 0 0 0 70203 29 0 0 25 0 1 0 623298210 115015680 22388 33554432000 4194304 4291037 140736080729648 18446744073709551615 4262225 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14440/statm: 28080 22388 256 24 0 24714 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 112320

[startup+762.312 s]
/proc/loadavg: 3.93 3.93 3.78 4/337 14532
/proc/meminfo: memFree=8554536/32951124 swapFree=67111352/67111528
[pid=14440] ppid=14438 vsize=131288 CPUtime=762.34 cores=0,2
/proc/14440/stat : 14440 (minisat_release) R 14438 14440 13867 0 -1 4202496 84268 0 0 0 76202 32 0 0 25 0 1 0 623298210 134438912 27871 33554432000 4194304 4291037 140736080729648 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14440/statm: 32822 27871 256 24 0 29456 0
Current children cumulated CPU time (s) 762.34
Current children cumulated vsize (KiB) 131288

[startup+822.3 s]
/proc/loadavg: 3.34 3.76 3.72 4/337 14533
/proc/meminfo: memFree=8424932/32951124 swapFree=67111352/67111528
[pid=14440] ppid=14438 vsize=162280 CPUtime=822.33 cores=0,2
/proc/14440/stat : 14440 (minisat_release) R 14438 14440 13867 0 -1 4202496 89009 0 0 0 82199 34 0 0 25 0 1 0 623298210 166174720 32519 33554432000 4194304 4291037 140736080729648 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14440/statm: 40570 32519 256 24 0 37204 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 162280

[startup+882.3 s]
/proc/loadavg: 3.12 3.62 3.68 4/337 14544
/proc/meminfo: memFree=8319868/32951124 swapFree=67111352/67111528
[pid=14440] ppid=14438 vsize=163248 CPUtime=882.33 cores=0,2
/proc/14440/stat : 14440 (minisat_release) R 14438 14440 13867 0 -1 4202496 92743 0 0 0 88198 35 0 0 25 0 1 0 623298210 167165952 36163 33554432000 4194304 4291037 140736080729648 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14440/statm: 40812 36163 256 24 0 37446 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 163248

[startup+942.3 s]
/proc/loadavg: 3.04 3.50 3.63 4/337 14545
/proc/meminfo: memFree=8227476/32951124 swapFree=67111352/67111528
[pid=14440] ppid=14438 vsize=217136 CPUtime=942.34 cores=0,2
/proc/14440/stat : 14440 (minisat_release) R 14438 14440 13867 0 -1 4202496 96997 0 0 0 94197 37 0 0 25 0 1 0 623298210 222347264 40348 33554432000 4194304 4291037 140736080729648 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14440/statm: 54284 40348 256 24 0 50918 0
Current children cumulated CPU time (s) 942.34
Current children cumulated vsize (KiB) 217136

[startup+1002.3 s]
/proc/loadavg: 3.01 3.41 3.59 4/337 14547
/proc/meminfo: memFree=8127616/32951124 swapFree=67111352/67111528
[pid=14440] ppid=14438 vsize=218820 CPUtime=1002.34 cores=0,2
/proc/14440/stat : 14440 (minisat_release) R 14438 14440 13867 0 -1 4202496 100523 0 0 0 100195 39 0 0 25 0 1 0 623298210 224071680 43819 33554432000 4194304 4291037 140736080729648 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14440/statm: 54705 43819 256 24 0 51339 0
Current children cumulated CPU time (s) 1002.34
Current children cumulated vsize (KiB) 218820

[startup+1062.3 s]
/proc/loadavg: 3.08 3.36 3.56 4/337 14549
/proc/meminfo: memFree=8042284/32951124 swapFree=67111352/67111528
[pid=14440] ppid=14438 vsize=221048 CPUtime=1062.34 cores=0,2
/proc/14440/stat : 14440 (minisat_release) R 14438 14440 13867 0 -1 4202496 103907 0 0 0 106194 40 0 0 25 0 1 0 623298210 226353152 47154 33554432000 4194304 4291037 140736080729648 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14440/statm: 55262 47154 256 24 0 51896 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 221048

[startup+1122.3 s]
/proc/loadavg: 3.13 3.32 3.53 4/337 14550
/proc/meminfo: memFree=7956800/32951124 swapFree=67111352/67111528
[pid=14440] ppid=14438 vsize=225872 CPUtime=1122.34 cores=0,2
/proc/14440/stat : 14440 (minisat_release) R 14438 14440 13867 0 -1 4202496 107244 0 0 0 112193 41 0 0 25 0 1 0 623298210 231292928 50453 33554432000 4194304 4291037 140736080729648 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14440/statm: 56468 50453 256 24 0 53102 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 225872

[startup+1182.3 s]
/proc/loadavg: 3.05 3.26 3.50 4/337 14552
/proc/meminfo: memFree=7953552/32951124 swapFree=67111352/67111528
[pid=14440] ppid=14438 vsize=144964 CPUtime=1182.35 cores=0,2
/proc/14440/stat : 14440 (minisat_release) R 14438 14440 13867 0 -1 4202496 116860 0 0 0 118191 44 0 0 25 0 1 0 623298210 148443136 28121 33554432000 4194304 4291037 140736080729648 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14440/statm: 36241 28121 256 24 0 32875 0
Current children cumulated CPU time (s) 1182.35
Current children cumulated vsize (KiB) 144964

[startup+1242.3 s]
/proc/loadavg: 3.02 3.21 3.46 4/337 14553
/proc/meminfo: memFree=7871192/32951124 swapFree=67111352/67111528
[pid=14440] ppid=14438 vsize=175784 CPUtime=1242.35 cores=0,2
/proc/14440/stat : 14440 (minisat_release) R 14438 14440 13867 0 -1 4202496 123385 0 0 0 124190 45 0 0 25 0 1 0 623298210 180002816 34495 33554432000 4194304 4291037 140736080729648 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14440/statm: 43946 34495 256 24 0 40580 0
Current children cumulated CPU time (s) 1242.35
Current children cumulated vsize (KiB) 175784



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.92 3.15 3.43 3/335 14556
/proc/meminfo: memFree=7855672/32951124 swapFree=67111352/67111528
[pid=14440] ppid=14438 vsize=226424 CPUtime=1300.06 cores=0,2
/proc/14440/stat : 14440 (minisat_release) R 14438 14440 13867 0 -1 4202496 128806 0 0 0 129958 48 0 0 25 0 1 0 623298210 231858176 39826 33554432000 4194304 4291037 140736080729648 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14440/statm: 56606 39826 256 24 0 53240 0
Current children cumulated CPU time (s) 1300.06
Current children cumulated vsize (KiB) 226424

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.08
CPU user time (s): 1299.59
CPU system time (s): 0.494924
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 237368

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

runsolver used 4.44732 second user time and 9.38357 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-13 19:47:06
IDJOB=3362670
IDBENCH=88062
IDSOLVER=1840
FILE ID=node143/3362670-1305308826
RUNJOBID= node143-1305308825-14371
PBS_JOBID= 13321470
Free space on /tmp= 41216 MiB

SOLVER NAME= minisat hack reference: minisat 2.2.0
BENCH NAME= SAT02/industrial/nam/fpga-routing/k2fix_gr_rcs_w8.shuffled.cnf
COMMAND LINE= minisat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362670-1305308826/watcher-3362670-1305308826 -o /tmp/evaluation-result-3362670-1305308826/solver-3362670-1305308826 -C 2400 -W 1300 -M 7680  minisat_release HOME/instance-3362670-1305308826.cnf

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

MD5SUM BENCH= 82e833e539576c6d79252b19dcace0cf
RANDOM SEED=245769057

node143.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.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.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.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.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.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.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      10673684 kB
Buffers:        232576 kB
Cached:        5518580 kB
SwapCached:          0 kB
Active:       17147428 kB
Inactive:      4816340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10673684 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:            6408 kB
Writeback:           8 kB
AnonPages:    16212524 kB
Mapped:          29168 kB
Slab:           195668 kB
PageTables:      53824 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 70018356 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= 41136 MiB
End job on node143 at 2011-05-13 20:08:48