Trace number 3380163

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
SApperloT2010 2011-05-15 (fixed)? (TO) 1300.06 1300.02

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top24.cnf
MD5SUM1f485d737caaaca49e2c467c83cbdcec
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark520.047
Satisfiable
(Un)Satisfiability was proved
Number of variables65983
Number of clauses209942
Sum of the clauses size513194
Maximum clause length2578
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2127592
Number of clauses of size 380970
Number of clauses of size 4299
Number of clauses of size 522
Number of clauses of size over 51058

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-3380163-1305455838/watcher-3380163-1305455838 -o /tmp/evaluation-result-3380163-1305455838/solver-3380163-1305455838 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3380163-1305455838.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: 0.85 1.27 2.23 2/282 6303
/proc/meminfo: memFree=20481168/32950904 swapFree=67057400/67111528
[pid=6303] ppid=6301 vsize=23392 CPUtime=0 cores=5,7
/proc/6303/stat : 6303 (SApperloT2010) R 6301 6303 4476 0 -1 4202496 2791 0 0 0 0 0 0 0 23 0 1 0 657183602 23953408 2731 33554432000 4194304 4394578 140734174154688 18446744073709551615 237278540485 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/6303/statm: 5848 2731 247 49 0 2989 0

[startup+0.040281 s]
/proc/loadavg: 0.85 1.27 2.23 2/282 6303
/proc/meminfo: memFree=20481168/32950904 swapFree=67057400/67111528
[pid=6303] ppid=6301 vsize=26692 CPUtime=0.03 cores=5,7
/proc/6303/stat : 6303 (SApperloT2010) R 6301 6303 4476 0 -1 4202496 3620 0 0 0 3 0 0 0 23 0 1 0 657183602 27332608 3560 33554432000 4194304 4394578 140734174154688 18446744073709551615 237278540485 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/6303/statm: 6673 3560 247 49 0 3814 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 26692

[startup+0.100272 s]
/proc/loadavg: 0.85 1.27 2.23 2/282 6303
/proc/meminfo: memFree=20481168/32950904 swapFree=67057400/67111528
[pid=6303] ppid=6301 vsize=32764 CPUtime=0.09 cores=5,7
/proc/6303/stat : 6303 (SApperloT2010) R 6301 6303 4476 0 -1 4202496 5134 0 0 0 9 0 0 0 23 0 1 0 657183602 33550336 5074 33554432000 4194304 4394578 140734174154688 18446744073709551615 237278546941 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/6303/statm: 8191 5075 247 49 0 5332 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32764

[startup+0.300237 s]
/proc/loadavg: 0.85 1.27 2.23 2/282 6303
/proc/meminfo: memFree=20481168/32950904 swapFree=67057400/67111528
[pid=6303] ppid=6301 vsize=49764 CPUtime=0.29 cores=5,7
/proc/6303/stat : 6303 (SApperloT2010) R 6301 6303 4476 0 -1 4202496 9464 0 0 0 26 3 0 0 25 0 1 0 657183602 50958336 8992 33554432000 4194304 4394578 140734174154688 18446744073709551615 237278904215 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/6303/statm: 12441 8992 255 49 0 9582 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 49764

[startup+0.700168 s]
/proc/loadavg: 0.85 1.27 2.23 2/282 6303
/proc/meminfo: memFree=20481168/32950904 swapFree=67057400/67111528
[pid=6303] ppid=6301 vsize=61072 CPUtime=0.69 cores=5,7
/proc/6303/stat : 6303 (SApperloT2010) R 6301 6303 4476 0 -1 4202496 13382 0 0 0 61 8 0 0 25 0 1 0 657183602 62537728 12138 33554432000 4194304 4394578 140734174154688 18446744073709551615 237278904215 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/6303/statm: 15268 12138 255 49 0 12409 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 61072

[startup+1.50102 s]
/proc/loadavg: 0.85 1.27 2.23 5/293 6324
/proc/meminfo: memFree=20338040/32950904 swapFree=67057400/67111528
[pid=6303] ppid=6301 vsize=76780 CPUtime=1.5 cores=5,7
/proc/6303/stat : 6303 (SApperloT2010) R 6301 6303 4476 0 -1 4202496 17524 0 0 0 139 11 0 0 25 0 1 0 657183602 78622720 16280 33554432000 4194304 4394578 140734174154688 18446744073709551615 4298298 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/6303/statm: 19195 16280 266 49 0 16336 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 76780

[startup+3.10074 s]
/proc/loadavg: 0.85 1.27 2.23 5/293 6324
/proc/meminfo: memFree=20319060/32950904 swapFree=67057400/67111528
[pid=6303] ppid=6301 vsize=80248 CPUtime=3.09 cores=5,7
/proc/6303/stat : 6303 (SApperloT2010) R 6301 6303 4476 0 -1 4202496 18355 0 0 0 298 11 0 0 25 0 1 0 657183602 82173952 17111 33554432000 4194304 4394578 140734174154688 18446744073709551615 4298298 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/6303/statm: 20062 17111 266 49 0 17203 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 80248

[startup+6.30017 s]
/proc/loadavg: 1.10 1.31 2.24 5/293 6324
/proc/meminfo: memFree=20298860/32950904 swapFree=67057400/67111528
[pid=6303] ppid=6301 vsize=86624 CPUtime=6.29 cores=5,7
/proc/6303/stat : 6303 (SApperloT2010) R 6301 6303 4476 0 -1 4202496 19935 0 0 0 618 11 0 0 25 0 1 0 657183602 88702976 18691 33554432000 4194304 4394578 140734174154688 18446744073709551615 4345926 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/6303/statm: 21656 18691 266 49 0 18797 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 86624

[startup+12.701 s]
/proc/loadavg: 1.33 1.36 2.25 5/293 6324
/proc/meminfo: memFree=20266588/32950904 swapFree=67057400/67111528
[pid=6303] ppid=6301 vsize=99056 CPUtime=12.7 cores=5,7
/proc/6303/stat : 6303 (SApperloT2010) R 6301 6303 4476 0 -1 4202496 22905 0 0 0 1258 12 0 0 25 0 1 0 657183602 101433344 21661 33554432000 4194304 4394578 140734174154688 18446744073709551615 4298358 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/6303/statm: 24764 21661 266 49 0 21905 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 99056

[startup+25.5008 s]
/proc/loadavg: 1.92 1.48 2.28 5/293 6325
/proc/meminfo: memFree=20242288/32950904 swapFree=67057400/67111528
[pid=6303] ppid=6301 vsize=108412 CPUtime=25.49 cores=5,7
/proc/6303/stat : 6303 (SApperloT2010) R 6301 6303 4476 0 -1 4202496 25040 0 0 0 2537 12 0 0 25 0 1 0 657183602 111013888 23796 33554432000 4194304 4394578 140734174154688 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/6303/statm: 27103 23796 266 49 0 24244 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 108412

[startup+51.1002 s]
/proc/loadavg: 2.63 1.68 2.32 5/293 6325
/proc/meminfo: memFree=20220392/32950904 swapFree=67057400/67111528
[pid=6303] ppid=6301 vsize=115848 CPUtime=51.1 cores=5,7
/proc/6303/stat : 6303 (SApperloT2010) R 6301 6303 4476 0 -1 4202496 26696 0 0 0 5097 13 0 0 25 0 1 0 657183602 118628352 25452 33554432000 4194304 4394578 140734174154688 18446744073709551615 4298370 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/6303/statm: 28962 25452 266 49 0 26103 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 115848

[startup+102.311 s]
/proc/loadavg: 3.48 2.07 2.41 5/293 6381
/proc/meminfo: memFree=20045784/32950904 swapFree=67057400/67111528
[pid=6303] ppid=6301 vsize=124484 CPUtime=102.3 cores=5,7
/proc/6303/stat : 6303 (SApperloT2010) R 6301 6303 4476 0 -1 4202496 28606 0 0 0 10217 13 0 0 25 0 1 0 657183602 127471616 27362 33554432000 4194304 4394578 140734174154688 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/6303/statm: 31121 27362 266 49 0 28262 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 124484

[startup+162.3 s]
/proc/loadavg: 3.81 2.42 2.51 5/293 6382
/proc/meminfo: memFree=19990108/32950904 swapFree=67057400/67111528
[pid=6303] ppid=6301 vsize=138500 CPUtime=162.29 cores=5,7
/proc/6303/stat : 6303 (SApperloT2010) R 6301 6303 4476 0 -1 4202496 31664 0 0 0 16215 14 0 0 25 0 1 0 657183602 141824000 30420 33554432000 4194304 4394578 140734174154688 18446744073709551615 4298358 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/6303/statm: 34625 30420 266 49 0 31766 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 138500

[startup+222.301 s]
/proc/loadavg: 3.98 2.72 2.61 5/293 6384
/proc/meminfo: memFree=19971860/32950904 swapFree=67057400/67111528
[pid=6303] ppid=6301 vsize=139904 CPUtime=222.3 cores=5,7
/proc/6303/stat : 6303 (SApperloT2010) R 6301 6303 4476 0 -1 4202496 32033 0 0 0 22215 15 0 0 25 0 1 0 657183602 143261696 30789 33554432000 4194304 4394578 140734174154688 18446744073709551615 4327664 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/6303/statm: 34976 30789 266 49 0 32117 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 139904

[startup+282.301 s]
/proc/loadavg: 3.99 2.95 2.69 5/293 6385
/proc/meminfo: memFree=19931040/32950904 swapFree=67057400/67111528
[pid=6303] ppid=6301 vsize=144452 CPUtime=282.3 cores=5,7
/proc/6303/stat : 6303 (SApperloT2010) R 6301 6303 4476 0 -1 4202496 32956 0 0 0 28215 15 0 0 25 0 1 0 657183602 147918848 31712 33554432000 4194304 4394578 140734174154688 18446744073709551615 4296802 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/6303/statm: 36113 31712 266 49 0 33254 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 144452

[startup+342.3 s]
/proc/loadavg: 4.03 3.15 2.78 5/293 6387
/proc/meminfo: memFree=19906724/32950904 swapFree=67057400/67111528
[pid=6303] ppid=6301 vsize=158552 CPUtime=342.3 cores=5,7
/proc/6303/stat : 6303 (SApperloT2010) R 6301 6303 4476 0 -1 4202496 36025 0 0 0 34214 16 0 0 25 0 1 0 657183602 162357248 34781 33554432000 4194304 4394578 140734174154688 18446744073709551615 4298272 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/6303/statm: 39638 34781 266 49 0 36779 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 158552

[startup+402.301 s]
/proc/loadavg: 4.01 3.30 2.85 5/293 6389
/proc/meminfo: memFree=19893320/32950904 swapFree=67057400/67111528
[pid=6303] ppid=6301 vsize=163548 CPUtime=402.3 cores=5,7
/proc/6303/stat : 6303 (SApperloT2010) R 6301 6303 4476 0 -1 4202496 37103 0 0 0 40214 16 0 0 25 0 1 0 657183602 167473152 35859 33554432000 4194304 4394578 140734174154688 18446744073709551615 4298767 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/6303/statm: 40887 35859 266 49 0 38028 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 163548

[startup+462.301 s]
/proc/loadavg: 3.92 3.41 2.91 4/287 6407
/proc/meminfo: memFree=20055392/32950904 swapFree=67057400/67111528
[pid=6303] ppid=6301 vsize=167776 CPUtime=462.3 cores=5,7
/proc/6303/stat : 6303 (SApperloT2010) R 6301 6303 4476 0 -1 4202496 37955 0 0 0 46214 16 0 0 25 0 1 0 657183602 171802624 36711 33554432000 4194304 4394578 140734174154688 18446744073709551615 4346330 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/6303/statm: 41944 36711 266 49 0 39085 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 167776

[startup+522.3 s]
/proc/loadavg: 3.34 3.33 2.91 4/287 6409
/proc/meminfo: memFree=20046196/32950904 swapFree=67057400/67111528
[pid=6303] ppid=6301 vsize=174196 CPUtime=522.31 cores=5,7
/proc/6303/stat : 6303 (SApperloT2010) R 6301 6303 4476 0 -1 4202496 39442 0 0 0 52214 17 0 0 25 0 1 0 657183602 178376704 38198 33554432000 4194304 4394578 140734174154688 18446744073709551615 4298401 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/6303/statm: 43549 38198 266 49 0 40690 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 174196

[startup+582.301 s]
/proc/loadavg: 3.15 3.28 2.92 4/287 6410
/proc/meminfo: memFree=20038728/32950904 swapFree=67057400/67111528
[pid=6303] ppid=6301 vsize=174620 CPUtime=582.31 cores=5,7
/proc/6303/stat : 6303 (SApperloT2010) R 6301 6303 4476 0 -1 4202496 39542 0 0 0 58214 17 0 0 25 0 1 0 657183602 178810880 38298 33554432000 4194304 4394578 140734174154688 18446744073709551615 4299025 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/6303/statm: 43655 38298 266 49 0 40796 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 174620

[startup+642.301 s]
/proc/loadavg: 3.16 3.26 2.93 4/287 6412
/proc/meminfo: memFree=20019724/32950904 swapFree=67057400/67111528
[pid=6303] ppid=6301 vsize=177628 CPUtime=642.31 cores=5,7
/proc/6303/stat : 6303 (SApperloT2010) R 6301 6303 4476 0 -1 4202496 40244 0 0 0 64214 17 0 0 25 0 1 0 657183602 181891072 39000 33554432000 4194304 4394578 140734174154688 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/6303/statm: 44407 39000 266 49 0 41548 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 177628

[startup+702.3 s]
/proc/loadavg: 3.06 3.21 2.93 4/287 6414
/proc/meminfo: memFree=20003808/32950904 swapFree=67057400/67111528
[pid=6303] ppid=6301 vsize=193112 CPUtime=702.31 cores=5,7
/proc/6303/stat : 6303 (SApperloT2010) R 6301 6303 4476 0 -1 4202496 43578 0 0 0 70212 19 0 0 25 0 1 0 657183602 197746688 42334 33554432000 4194304 4394578 140734174154688 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/6303/statm: 48278 42334 266 49 0 45419 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 193112

[startup+762.311 s]
/proc/loadavg: 3.02 3.17 2.93 4/287 6415
/proc/meminfo: memFree=19994352/32950904 swapFree=67057400/67111528
[pid=6303] ppid=6301 vsize=198872 CPUtime=762.32 cores=5,7
/proc/6303/stat : 6303 (SApperloT2010) R 6301 6303 4476 0 -1 4202496 44688 0 0 0 76213 19 0 0 25 0 1 0 657183602 203644928 43444 33554432000 4194304 4394578 140734174154688 18446744073709551615 4298862 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/6303/statm: 49718 43444 266 49 0 46859 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 198872

[startup+822.301 s]
/proc/loadavg: 3.00 3.14 2.93 4/287 6417
/proc/meminfo: memFree=19983164/32950904 swapFree=67057400/67111528
[pid=6303] ppid=6301 vsize=202968 CPUtime=822.31 cores=5,7
/proc/6303/stat : 6303 (SApperloT2010) R 6301 6303 4476 0 -1 4202496 45452 0 0 0 82212 19 0 0 25 0 1 0 657183602 207839232 44208 33554432000 4194304 4394578 140734174154688 18446744073709551615 4298370 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/6303/statm: 50742 44208 266 49 0 47883 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 202968

[startup+882.3 s]
/proc/loadavg: 3.09 3.14 2.94 4/287 6418
/proc/meminfo: memFree=19965288/32950904 swapFree=67057400/67111528
[pid=6303] ppid=6301 vsize=204992 CPUtime=882.32 cores=5,7
/proc/6303/stat : 6303 (SApperloT2010) R 6301 6303 4476 0 -1 4202496 45869 0 0 0 88212 20 0 0 25 0 1 0 657183602 209911808 44625 33554432000 4194304 4394578 140734174154688 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/6303/statm: 51248 44625 266 49 0 48389 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 204992

[startup+942.301 s]
/proc/loadavg: 3.03 3.11 2.94 4/287 6420
/proc/meminfo: memFree=19953488/32950904 swapFree=67057400/67111528
[pid=6303] ppid=6301 vsize=205792 CPUtime=942.32 cores=5,7
/proc/6303/stat : 6303 (SApperloT2010) R 6301 6303 4476 0 -1 4202496 46018 0 0 0 94212 20 0 0 25 0 1 0 657183602 210731008 44774 33554432000 4194304 4394578 140734174154688 18446744073709551615 4295955 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/6303/statm: 51448 44774 266 49 0 48589 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 205792

[startup+1002.3 s]
/proc/loadavg: 3.01 3.09 2.94 4/287 6422
/proc/meminfo: memFree=19941672/32950904 swapFree=67057400/67111528
[pid=6303] ppid=6301 vsize=213964 CPUtime=1002.32 cores=5,7
/proc/6303/stat : 6303 (SApperloT2010) R 6301 6303 4476 0 -1 4202496 47748 0 0 0 100211 21 0 0 25 0 1 0 657183602 219099136 46504 33554432000 4194304 4394578 140734174154688 18446744073709551615 4298862 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/6303/statm: 53491 46504 266 49 0 50632 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 213964

[startup+1062.3 s]
/proc/loadavg: 3.00 3.07 2.94 4/287 6423
/proc/meminfo: memFree=19937916/32950904 swapFree=67057400/67111528
[pid=6303] ppid=6301 vsize=217068 CPUtime=1062.32 cores=5,7
/proc/6303/stat : 6303 (SApperloT2010) R 6301 6303 4476 0 -1 4202496 48367 0 0 0 106211 21 0 0 25 0 1 0 657183602 222277632 47123 33554432000 4194304 4394578 140734174154688 18446744073709551615 4298370 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/6303/statm: 54267 47123 266 49 0 51408 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 217068

[startup+1122.3 s]
/proc/loadavg: 3.09 3.08 2.95 4/287 6425
/proc/meminfo: memFree=19930196/32950904 swapFree=67057400/67111528
[pid=6303] ppid=6301 vsize=219340 CPUtime=1122.32 cores=5,7
/proc/6303/stat : 6303 (SApperloT2010) R 6301 6303 4476 0 -1 4202496 48825 0 0 0 112211 21 0 0 25 0 1 0 657183602 224604160 47581 33554432000 4194304 4394578 140734174154688 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/6303/statm: 54835 47581 266 49 0 51976 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 219340

[startup+1182.3 s]
/proc/loadavg: 3.18 3.10 2.96 4/287 6426
/proc/meminfo: memFree=19914292/32950904 swapFree=67057400/67111528
[pid=6303] ppid=6301 vsize=228580 CPUtime=1182.32 cores=5,7
/proc/6303/stat : 6303 (SApperloT2010) R 6301 6303 4476 0 -1 4202496 50802 0 0 0 118210 22 0 0 25 0 1 0 657183602 234065920 49558 33554432000 4194304 4394578 140734174154688 18446744073709551615 237278904215 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/6303/statm: 57145 49558 266 49 0 54286 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 228580

[startup+1242.3 s]
/proc/loadavg: 3.06 3.08 2.96 4/287 6428
/proc/meminfo: memFree=19905840/32950904 swapFree=67057400/67111528
[pid=6303] ppid=6301 vsize=229552 CPUtime=1242.32 cores=5,7
/proc/6303/stat : 6303 (SApperloT2010) R 6301 6303 4476 0 -1 4202496 51030 0 0 0 124210 22 0 0 25 0 1 0 657183602 235061248 49786 33554432000 4194304 4394578 140734174154688 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/6303/statm: 57388 49786 266 49 0 54529 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 229552



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.02 3.06 2.96 3/286 6431
/proc/meminfo: memFree=20077428/32950904 swapFree=67057400/67111528
[pid=6303] ppid=6301 vsize=232724 CPUtime=1300.03 cores=5,7
/proc/6303/stat : 6303 (SApperloT2010) R 6301 6303 4476 0 -1 4202496 51677 0 0 0 129981 22 0 0 25 0 1 0 657183602 238309376 50433 33554432000 4194304 4394578 140734174154688 18446744073709551615 4298818 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/6303/statm: 58181 50433 266 49 0 55322 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 232724

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

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

runsolver used 3.48947 second user time and 8.34273 second system time

The end

Launcher Data

Begin job on node121 at 2011-05-15 12:37:19
IDJOB=3380163
IDBENCH=83116
IDSOLVER=1862
FILE ID=node121/3380163-1305455838
RUNJOBID= node121-1305455838-6284
PBS_JOBID= 13324845
Free space on /tmp= 73488 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-top24.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380163-1305455838/watcher-3380163-1305455838 -o /tmp/evaluation-result-3380163-1305455838/solver-3380163-1305455838 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3380163-1305455838.cnf

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

MD5SUM BENCH= 1f485d737caaaca49e2c467c83cbdcec
RANDOM SEED=339068667

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

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


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:      20481580 kB
Buffers:        314116 kB
Cached:        6228872 kB
SwapCached:       7656 kB
Active:        6716692 kB
Inactive:      5396808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      20481580 kB
SwapTotal:    67111528 kB
SwapFree:     67057400 kB
Dirty:            6772 kB
Writeback:           0 kB
AnonPages:     5568020 kB
Mapped:          22296 kB
Slab:           267004 kB
PageTables:      25352 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 30871824 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= 73488 MiB
End job on node121 at 2011-05-15 12:59:01