Trace number 3288944

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-03-04? (TO) 1300.05 1300.02

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom25.cnf
MD5SUMc40bd543dad558d19995fef4fd742233
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables67777
Number of clauses227761
Sum of the clauses size582177
Maximum clause length2084
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2115213
Number of clauses of size 3111398
Number of clauses of size 4324
Number of clauses of size 523
Number of clauses of size over 5802

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: 935)

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

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 1.06 1.61 2.21 4/183 23720
/proc/meminfo: memFree=15009108/32950928 swapFree=67111528/67111528
[pid=23720] ppid=23718 vsize=16952 CPUtime=0 cores=1,3
/proc/23720/stat : 23720 (SApperloT2010) R 23718 23720 22376 0 -1 4202496 1567 0 0 0 0 0 0 0 21 0 1 0 489563482 17358848 1507 33554432000 4194304 4395502 140736890329696 18446744073709551615 4275348 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/23720/statm: 4238 1510 245 50 0 1378 0

[startup+0.082792 s]
/proc/loadavg: 1.06 1.61 2.21 4/183 23720
/proc/meminfo: memFree=15009108/32950928 swapFree=67111528/67111528
[pid=23720] ppid=23718 vsize=38468 CPUtime=0.07 cores=1,3
/proc/23720/stat : 23720 (SApperloT2010) R 23718 23720 22376 0 -1 4202496 6489 0 0 0 7 0 0 0 21 0 1 0 489563482 39391232 4439 33554432000 4194304 4395502 140736890329696 18446744073709551615 248089359045 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/23720/statm: 9617 4439 249 50 0 6757 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 38468

[startup+0.100788 s]
/proc/loadavg: 1.06 1.61 2.21 4/183 23720
/proc/meminfo: memFree=15009108/32950928 swapFree=67111528/67111528
[pid=23720] ppid=23718 vsize=40184 CPUtime=0.08 cores=1,3
/proc/23720/stat : 23720 (SApperloT2010) R 23718 23720 22376 0 -1 4202496 6922 0 0 0 8 0 0 0 21 0 1 0 489563482 41148416 4872 33554432000 4194304 4395502 140736890329696 18446744073709551615 248089359045 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/23720/statm: 10046 4873 249 50 0 7186 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 40184

[startup+0.300753 s]
/proc/loadavg: 1.06 1.61 2.21 4/183 23720
/proc/meminfo: memFree=15009108/32950928 swapFree=67111528/67111528
[pid=23720] ppid=23718 vsize=57712 CPUtime=0.28 cores=1,3
/proc/23720/stat : 23720 (SApperloT2010) R 23718 23720 22376 0 -1 4202496 11318 0 0 0 25 3 0 0 22 0 1 0 489563482 59097088 8822 33554432000 4194304 4395502 140736890329696 18446744073709551615 248089722775 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/23720/statm: 14428 8822 255 50 0 11568 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 57712

[startup+0.700683 s]
/proc/loadavg: 1.06 1.61 2.21 4/183 23720
/proc/meminfo: memFree=15009108/32950928 swapFree=67111528/67111528
[pid=23720] ppid=23718 vsize=76044 CPUtime=0.69 cores=1,3
/proc/23720/stat : 23720 (SApperloT2010) R 23718 23720 22376 0 -1 4202496 16306 0 0 0 61 8 0 0 23 0 1 0 489563482 77869056 13810 33554432000 4194304 4395502 140736890329696 18446744073709551615 248089722775 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/23720/statm: 19011 13810 255 50 0 16151 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 76044

[startup+1.50054 s]
/proc/loadavg: 1.06 1.61 2.21 5/190 23733
/proc/meminfo: memFree=14818920/32950928 swapFree=67111528/67111528
[pid=23720] ppid=23718 vsize=94248 CPUtime=1.49 cores=1,3
/proc/23720/stat : 23720 (SApperloT2010) R 23718 23720 22376 0 -1 4202496 21163 0 0 0 136 13 0 0 25 0 1 0 489563482 96509952 18667 33554432000 4194304 4395502 140736890329696 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/23720/statm: 23562 18667 266 50 0 20702 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 94248

[startup+3.10025 s]
/proc/loadavg: 1.06 1.61 2.21 5/190 23733
/proc/meminfo: memFree=14773040/32950928 swapFree=67111528/67111528
[pid=23720] ppid=23718 vsize=99192 CPUtime=3.09 cores=1,3
/proc/23720/stat : 23720 (SApperloT2010) R 23718 23720 22376 0 -1 4202496 22364 0 0 0 296 13 0 0 25 0 1 0 489563482 101572608 19868 33554432000 4194304 4395502 140736890329696 18446744073709551615 248089359045 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/23720/statm: 24798 19868 266 50 0 21938 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 99192

[startup+6.30068 s]
/proc/loadavg: 1.30 1.65 2.22 5/190 23733
/proc/meminfo: memFree=14743124/32950928 swapFree=67111528/67111528
[pid=23720] ppid=23718 vsize=104672 CPUtime=6.28 cores=1,3
/proc/23720/stat : 23720 (SApperloT2010) R 23718 23720 22376 0 -1 4202496 23709 0 0 0 615 13 0 0 25 0 1 0 489563482 107184128 21213 33554432000 4194304 4395502 140736890329696 18446744073709551615 4291667 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/23720/statm: 26168 21213 266 50 0 23308 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 104672

[startup+12.7006 s]
/proc/loadavg: 1.51 1.69 2.23 5/190 23733
/proc/meminfo: memFree=14696432/32950928 swapFree=67111528/67111528
[pid=23720] ppid=23718 vsize=115984 CPUtime=12.69 cores=1,3
/proc/23720/stat : 23720 (SApperloT2010) R 23718 23720 22376 0 -1 4202496 26465 0 0 0 1255 14 0 0 25 0 1 0 489563482 118767616 23969 33554432000 4194304 4395502 140736890329696 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/23720/statm: 28996 23969 266 50 0 26136 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 115984

[startup+25.5002 s]
/proc/loadavg: 2.14 1.82 2.27 5/190 23743
/proc/meminfo: memFree=14661696/32950928 swapFree=67111528/67111528
[pid=23720] ppid=23718 vsize=129660 CPUtime=25.49 cores=1,3
/proc/23720/stat : 23720 (SApperloT2010) R 23718 23720 22376 0 -1 4202496 29716 0 0 0 2534 15 0 0 25 0 1 0 489563482 132771840 27220 33554432000 4194304 4395502 140736890329696 18446744073709551615 4299739 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/23720/statm: 32415 27220 266 50 0 29555 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 129660

[startup+51.1007 s]
/proc/loadavg: 2.77 1.99 2.31 5/190 23743
/proc/meminfo: memFree=14624456/32950928 swapFree=67111528/67111528
[pid=23720] ppid=23718 vsize=147444 CPUtime=51.09 cores=1,3
/proc/23720/stat : 23720 (SApperloT2010) R 23718 23720 22376 0 -1 4202496 34045 0 0 0 5092 17 0 0 25 0 1 0 489563482 150982656 31549 33554432000 4194304 4395502 140736890329696 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/23720/statm: 36861 31549 266 50 0 34001 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 147444

[startup+102.306 s]
/proc/loadavg: 3.46 2.30 2.40 5/190 23745
/proc/meminfo: memFree=14582040/32950928 swapFree=67111528/67111528
[pid=23720] ppid=23718 vsize=160212 CPUtime=102.29 cores=1,3
/proc/23720/stat : 23720 (SApperloT2010) R 23718 23720 22376 0 -1 4202496 37048 0 0 0 10211 18 0 0 25 0 1 0 489563482 164057088 34552 33554432000 4194304 4395502 140736890329696 18446744073709551615 4299678 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/23720/statm: 40053 34552 266 50 0 37193 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 160212

[startup+162.301 s]
/proc/loadavg: 3.86 2.62 2.50 5/190 23746
/proc/meminfo: memFree=14533764/32950928 swapFree=67111528/67111528
[pid=23720] ppid=23718 vsize=178608 CPUtime=162.29 cores=1,3
/proc/23720/stat : 23720 (SApperloT2010) R 23718 23720 22376 0 -1 4202496 41362 0 0 0 16210 19 0 0 25 0 1 0 489563482 182894592 38866 33554432000 4194304 4395502 140736890329696 18446744073709551615 4314256 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/23720/statm: 44652 38866 266 50 0 41792 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 178608

[startup+222.301 s]
/proc/loadavg: 3.95 2.87 2.59 5/190 23751
/proc/meminfo: memFree=14499524/32950928 swapFree=67111528/67111528
[pid=23720] ppid=23718 vsize=194392 CPUtime=222.3 cores=1,3
/proc/23720/stat : 23720 (SApperloT2010) R 23718 23720 22376 0 -1 4202496 45149 0 0 0 22209 21 0 0 25 0 1 0 489563482 199057408 42653 33554432000 4194304 4395502 140736890329696 18446744073709551615 4299739 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/23720/statm: 48598 42653 266 50 0 45738 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 194392

[startup+282.3 s]
/proc/loadavg: 3.98 3.07 2.68 5/190 23753
/proc/meminfo: memFree=14466024/32950928 swapFree=67111528/67111528
[pid=23720] ppid=23718 vsize=213292 CPUtime=282.29 cores=1,3
/proc/23720/stat : 23720 (SApperloT2010) R 23718 23720 22376 0 -1 4202496 49520 0 0 0 28207 22 0 0 25 0 1 0 489563482 218411008 47024 33554432000 4194304 4395502 140736890329696 18446744073709551615 4299096 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/23720/statm: 53323 47024 266 50 0 50463 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 213292

[startup+342.3 s]
/proc/loadavg: 3.99 3.24 2.76 5/190 23754
/proc/meminfo: memFree=14443916/32950928 swapFree=67111528/67111528
[pid=23720] ppid=23718 vsize=213292 CPUtime=342.29 cores=1,3
/proc/23720/stat : 23720 (SApperloT2010) R 23718 23720 22376 0 -1 4202496 49537 0 0 0 34207 22 0 0 25 0 1 0 489563482 218411008 47041 33554432000 4194304 4395502 140736890329696 18446744073709551615 4296654 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/23720/statm: 53323 47041 266 50 0 50463 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 213292

[startup+402.301 s]
/proc/loadavg: 4.04 3.39 2.84 5/190 23756
/proc/meminfo: memFree=14404828/32950928 swapFree=67111528/67111528
[pid=23720] ppid=23718 vsize=244680 CPUtime=402.3 cores=1,3
/proc/23720/stat : 23720 (SApperloT2010) R 23718 23720 22376 0 -1 4202496 56733 0 0 0 40206 24 0 0 25 0 1 0 489563482 250552320 54237 33554432000 4194304 4395502 140736890329696 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/23720/statm: 61170 54237 266 50 0 58310 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 244680

[startup+462.301 s]
/proc/loadavg: 4.01 3.50 2.91 5/190 23757
/proc/meminfo: memFree=14380612/32950928 swapFree=67111528/67111528
[pid=23720] ppid=23718 vsize=244680 CPUtime=462.3 cores=1,3
/proc/23720/stat : 23720 (SApperloT2010) R 23718 23720 22376 0 -1 4202496 56760 0 0 0 46206 24 0 0 25 0 1 0 489563482 250552320 54264 33554432000 4194304 4395502 140736890329696 18446744073709551615 4288516 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/23720/statm: 61170 54264 266 50 0 58310 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 244680

[startup+522.3 s]
/proc/loadavg: 4.00 3.59 2.97 5/190 23759
/proc/meminfo: memFree=14368688/32950928 swapFree=67111528/67111528
[pid=23720] ppid=23718 vsize=244680 CPUtime=522.3 cores=1,3
/proc/23720/stat : 23720 (SApperloT2010) R 23718 23720 22376 0 -1 4202496 56792 0 0 0 52206 24 0 0 25 0 1 0 489563482 250552320 54296 33554432000 4194304 4395502 140736890329696 18446744073709551615 4299492 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/23720/statm: 61170 54296 266 50 0 58310 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 244680

[startup+582.3 s]
/proc/loadavg: 4.08 3.68 3.04 5/190 23761
/proc/meminfo: memFree=14334048/32950928 swapFree=67111528/67111528
[pid=23720] ppid=23718 vsize=266256 CPUtime=582.3 cores=1,3
/proc/23720/stat : 23720 (SApperloT2010) R 23718 23720 22376 0 -1 4202496 61960 0 0 0 58204 26 0 0 25 0 1 0 489563482 272646144 59464 33554432000 4194304 4395502 140736890329696 18446744073709551615 4288122 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/23720/statm: 66564 59464 266 50 0 63704 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 266256

[startup+642.301 s]
/proc/loadavg: 4.03 3.73 3.10 5/190 23762
/proc/meminfo: memFree=14309224/32950928 swapFree=67111528/67111528
[pid=23720] ppid=23718 vsize=267496 CPUtime=642.31 cores=1,3
/proc/23720/stat : 23720 (SApperloT2010) R 23718 23720 22376 0 -1 4202496 62220 0 0 0 64204 27 0 0 25 0 1 0 489563482 273915904 59724 33554432000 4194304 4395502 140736890329696 18446744073709551615 4299114 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/23720/statm: 66874 59724 266 50 0 64014 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 267496

[startup+702.301 s]
/proc/loadavg: 4.09 3.79 3.15 5/190 23764
/proc/meminfo: memFree=14287740/32950928 swapFree=67111528/67111528
[pid=23720] ppid=23718 vsize=267496 CPUtime=702.31 cores=1,3
/proc/23720/stat : 23720 (SApperloT2010) R 23718 23720 22376 0 -1 4202496 62233 0 0 0 70204 27 0 0 25 0 1 0 489563482 273915904 59737 33554432000 4194304 4395502 140736890329696 18446744073709551615 4288693 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/23720/statm: 66874 59737 266 50 0 64014 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 267496

[startup+762.307 s]
/proc/loadavg: 4.03 3.83 3.20 5/190 23765
/proc/meminfo: memFree=14285220/32950928 swapFree=67111528/67111528
[pid=23720] ppid=23718 vsize=267496 CPUtime=762.31 cores=1,3
/proc/23720/stat : 23720 (SApperloT2010) R 23718 23720 22376 0 -1 4202496 62243 0 0 0 76204 27 0 0 25 0 1 0 489563482 273915904 59747 33554432000 4194304 4395502 140736890329696 18446744073709551615 4314265 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/23720/statm: 66874 59747 266 50 0 64014 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 267496

[startup+822.301 s]
/proc/loadavg: 4.01 3.86 3.25 5/190 23767
/proc/meminfo: memFree=14245896/32950928 swapFree=67111528/67111528
[pid=23720] ppid=23718 vsize=291996 CPUtime=822.31 cores=1,3
/proc/23720/stat : 23720 (SApperloT2010) R 23718 23720 22376 0 -1 4202496 68214 0 0 0 82203 28 0 0 25 0 1 0 489563482 299003904 65718 33554432000 4194304 4395502 140736890329696 18446744073709551615 4288552 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/23720/statm: 72999 65718 266 50 0 70139 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 291996

[startup+882.301 s]
/proc/loadavg: 4.00 3.88 3.30 5/190 23769
/proc/meminfo: memFree=14207052/32950928 swapFree=67111528/67111528
[pid=23720] ppid=23718 vsize=331252 CPUtime=882.31 cores=1,3
/proc/23720/stat : 23720 (SApperloT2010) R 23718 23720 22376 0 -1 4202496 77149 0 0 0 88200 31 0 0 25 0 1 0 489563482 339202048 74653 33554432000 4194304 4395502 140736890329696 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/23720/statm: 82813 74653 266 50 0 79953 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 331252

[startup+942.301 s]
/proc/loadavg: 4.07 3.91 3.34 5/190 23770
/proc/meminfo: memFree=14202304/32950928 swapFree=67111528/67111528
[pid=23720] ppid=23718 vsize=333556 CPUtime=942.32 cores=1,3
/proc/23720/stat : 23720 (SApperloT2010) R 23718 23720 22376 0 -1 4202496 77717 0 0 0 94200 32 0 0 25 0 1 0 489563482 341561344 75221 33554432000 4194304 4395502 140736890329696 18446744073709551615 4309962 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/23720/statm: 83389 75221 266 50 0 80529 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 333556

[startup+1002.3 s]
/proc/loadavg: 4.02 3.93 3.38 5/190 23772
/proc/meminfo: memFree=14178224/32950928 swapFree=67111528/67111528
[pid=23720] ppid=23718 vsize=333556 CPUtime=1002.32 cores=1,3
/proc/23720/stat : 23720 (SApperloT2010) R 23718 23720 22376 0 -1 4202496 77717 0 0 0 100200 32 0 0 25 0 1 0 489563482 341561344 75221 33554432000 4194304 4395502 140736890329696 18446744073709551615 4288793 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/23720/statm: 83389 75221 266 50 0 80529 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 333556

[startup+1062.3 s]
/proc/loadavg: 4.01 3.94 3.42 5/190 23773
/proc/meminfo: memFree=14172732/32950928 swapFree=67111528/67111528
[pid=23720] ppid=23718 vsize=333556 CPUtime=1062.32 cores=1,3
/proc/23720/stat : 23720 (SApperloT2010) R 23718 23720 22376 0 -1 4202496 77725 0 0 0 106200 32 0 0 25 0 1 0 489563482 341561344 75229 33554432000 4194304 4395502 140736890329696 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/23720/statm: 83389 75229 266 50 0 80529 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 333556

[startup+1122.3 s]
/proc/loadavg: 4.00 3.95 3.45 5/190 23775
/proc/meminfo: memFree=14167124/32950928 swapFree=67111528/67111528
[pid=23720] ppid=23718 vsize=335348 CPUtime=1122.32 cores=1,3
/proc/23720/stat : 23720 (SApperloT2010) R 23718 23720 22376 0 -1 4202496 78025 0 0 0 112200 32 0 0 25 0 1 0 489563482 343396352 75529 33554432000 4194304 4395502 140736890329696 18446744073709551615 4299158 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/23720/statm: 83837 75529 266 50 0 80977 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 335348

[startup+1182.3 s]
/proc/loadavg: 4.04 3.97 3.49 5/190 23777
/proc/meminfo: memFree=14159644/32950928 swapFree=67111528/67111528
[pid=23720] ppid=23718 vsize=335348 CPUtime=1182.32 cores=1,3
/proc/23720/stat : 23720 (SApperloT2010) R 23718 23720 22376 0 -1 4202496 78054 0 0 0 118200 32 0 0 25 0 1 0 489563482 343396352 75558 33554432000 4194304 4395502 140736890329696 18446744073709551615 4297611 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/23720/statm: 83837 75558 266 50 0 80977 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 335348

[startup+1242.3 s]
/proc/loadavg: 4.01 3.97 3.52 5/190 23778
/proc/meminfo: memFree=14156264/32950928 swapFree=67111528/67111528
[pid=23720] ppid=23718 vsize=335348 CPUtime=1242.33 cores=1,3
/proc/23720/stat : 23720 (SApperloT2010) R 23718 23720 22376 0 -1 4202496 78055 0 0 0 124200 33 0 0 25 0 1 0 489563482 343396352 75559 33554432000 4194304 4395502 140736890329696 18446744073709551615 4299805 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/23720/statm: 83837 75559 266 50 0 80977 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 335348



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 3.99 3.55 4/189 23781
/proc/meminfo: memFree=14336280/32950928 swapFree=67111528/67111528
[pid=23720] ppid=23718 vsize=335348 CPUtime=1300.03 cores=1,3
/proc/23720/stat : 23720 (SApperloT2010) R 23718 23720 22376 0 -1 4202496 78073 0 0 0 129970 33 0 0 25 0 1 0 489563482 343396352 75577 33554432000 4194304 4395502 140736890329696 18446744073709551615 4299648 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/23720/statm: 83837 75577 266 50 0 80977 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 335348

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.05
CPU user time (s): 1299.71
CPU system time (s): 0.345947
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 335348

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

runsolver used 2.06269 second user time and 5.04023 second system time

The end

Launcher Data

Begin job on node123 at 2011-04-26 03:00:37
IDJOB=3288944
IDBENCH=83109
IDSOLVER=1655
FILE ID=node123/3288944-1303779637
RUNJOBID= node123-1303779637-23692
PBS_JOBID= 13157187
Free space on /tmp= 72688 MiB

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom25.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3288944-1303779637/watcher-3288944-1303779637 -o /tmp/evaluation-result-3288944-1303779637/solver-3288944-1303779637 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3288944-1303779637.cnf

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

MD5SUM BENCH= c40bd543dad558d19995fef4fd742233
RANDOM SEED=489040275

node123.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.838
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.67
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.838
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.838
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.75
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.838
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.82
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.838
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.74
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.838
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.80
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.838
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.838
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:     32950928 kB
MemFree:      15010184 kB
Buffers:       2169232 kB
Cached:       15147352 kB
SwapCached:          0 kB
Active:        8448740 kB
Inactive:      8948864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15010184 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            7416 kB
Writeback:           0 kB
AnonPages:       79880 kB
Mapped:          15148 kB
Slab:           478248 kB
PageTables:       4664 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   234704 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= 72684 MiB
End job on node123 at 2011-04-26 03:22:19