Trace number 3288990

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-bottom20.cnf
MD5SUM9851f8e63efc4505343bf50c1cf30646
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 variables44362
Number of clauses148436
Sum of the clauses size378642
Maximum clause length1419
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 276003
Number of clauses of size 371663
Number of clauses of size 4209
Number of clauses of size 518
Number of clauses of size over 5542

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-3288990-1303779637/watcher-3288990-1303779637 -o /tmp/evaluation-result-3288990-1303779637/solver-3288990-1303779637 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3288990-1303779637.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: 1.06 1.61 2.21 4/178 23710
/proc/meminfo: memFree=15024116/32950928 swapFree=67111528/67111528
[pid=23710] ppid=23708 vsize=15080 CPUtime=0 cores=5,7
/proc/23710/stat : 23710 (SApperloT2010) R 23708 23710 22376 0 -1 4202496 1133 0 0 0 0 0 0 0 23 0 1 0 489563477 15441920 1072 33554432000 4194304 4395502 140734731134448 18446744073709551615 248089360742 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/23710/statm: 3770 1077 245 50 0 910 0

[startup+0.0307781 s]
/proc/loadavg: 1.06 1.61 2.21 4/178 23710
/proc/meminfo: memFree=15024116/32950928 swapFree=67111528/67111528
[pid=23710] ppid=23708 vsize=26896 CPUtime=0.02 cores=5,7
/proc/23710/stat : 23710 (SApperloT2010) R 23708 23710 22376 0 -1 4202496 3789 0 0 0 2 0 0 0 23 0 1 0 489563477 27541504 2426 33554432000 4194304 4395502 140734731134448 18446744073709551615 248089698048 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/23710/statm: 6724 2428 249 50 0 3864 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 26896

[startup+0.100827 s]
/proc/loadavg: 1.06 1.61 2.21 4/178 23710
/proc/meminfo: memFree=15024116/32950928 swapFree=67111528/67111528
[pid=23710] ppid=23708 vsize=33496 CPUtime=0.09 cores=5,7
/proc/23710/stat : 23710 (SApperloT2010) R 23708 23710 22376 0 -1 4202496 5438 0 0 0 9 0 0 0 23 0 1 0 489563477 34299904 4075 33554432000 4194304 4395502 140734731134448 18446744073709551615 248089359045 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/23710/statm: 8374 4076 249 50 0 5514 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33496

[startup+0.300731 s]
/proc/loadavg: 1.06 1.61 2.21 4/178 23710
/proc/meminfo: memFree=15024116/32950928 swapFree=67111528/67111528
[pid=23710] ppid=23708 vsize=47532 CPUtime=0.28 cores=5,7
/proc/23710/stat : 23710 (SApperloT2010) R 23708 23710 22376 0 -1 4202496 9097 0 0 0 25 3 0 0 24 0 1 0 489563477 48672768 7443 33554432000 4194304 4395502 140734731134448 18446744073709551615 248089722775 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/23710/statm: 11883 7443 255 50 0 9023 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 47532

[startup+0.700661 s]
/proc/loadavg: 1.06 1.61 2.21 4/178 23710
/proc/meminfo: memFree=15024116/32950928 swapFree=67111528/67111528
[pid=23710] ppid=23708 vsize=54052 CPUtime=0.68 cores=5,7
/proc/23710/stat : 23710 (SApperloT2010) R 23708 23710 22376 0 -1 4202496 10881 0 0 0 61 7 0 0 25 0 1 0 489563477 55349248 9227 33554432000 4194304 4395502 140734731134448 18446744073709551615 248089722775 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/23710/statm: 13513 9227 255 50 0 10653 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 54052

[startup+1.50052 s]
/proc/loadavg: 1.06 1.61 2.21 5/190 23733
/proc/meminfo: memFree=14825368/32950928 swapFree=67111528/67111528
[pid=23710] ppid=23708 vsize=67180 CPUtime=1.48 cores=5,7
/proc/23710/stat : 23710 (SApperloT2010) R 23708 23710 22376 0 -1 4202496 14332 0 0 0 140 8 0 0 25 0 1 0 489563477 68792320 12678 33554432000 4194304 4395502 140734731134448 18446744073709551615 4347194 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/23710/statm: 16795 12678 266 50 0 13935 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 67180

[startup+3.10023 s]
/proc/loadavg: 1.06 1.61 2.21 5/190 23733
/proc/meminfo: memFree=14773412/32950928 swapFree=67111528/67111528
[pid=23710] ppid=23708 vsize=70896 CPUtime=3.08 cores=5,7
/proc/23710/stat : 23710 (SApperloT2010) R 23708 23710 22376 0 -1 4202496 15263 0 0 0 300 8 0 0 25 0 1 0 489563477 72597504 13609 33554432000 4194304 4395502 140734731134448 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/23710/statm: 17724 13609 266 50 0 14864 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 70896

[startup+6.30066 s]
/proc/loadavg: 1.30 1.65 2.22 5/190 23733
/proc/meminfo: memFree=14743496/32950928 swapFree=67111528/67111528
[pid=23710] ppid=23708 vsize=77940 CPUtime=6.29 cores=5,7
/proc/23710/stat : 23710 (SApperloT2010) R 23708 23710 22376 0 -1 4202496 16980 0 0 0 620 9 0 0 25 0 1 0 489563477 79810560 15326 33554432000 4194304 4395502 140734731134448 18446744073709551615 4299146 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/23710/statm: 19485 15326 266 50 0 16625 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 77940

[startup+12.7005 s]
/proc/loadavg: 1.51 1.69 2.23 5/190 23733
/proc/meminfo: memFree=14697300/32950928 swapFree=67111528/67111528
[pid=23710] ppid=23708 vsize=87300 CPUtime=12.69 cores=5,7
/proc/23710/stat : 23710 (SApperloT2010) R 23708 23710 22376 0 -1 4202496 19186 0 0 0 1260 9 0 0 25 0 1 0 489563477 89395200 17532 33554432000 4194304 4395502 140734731134448 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/23710/statm: 21825 17532 266 50 0 18965 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 87300

[startup+25.5002 s]
/proc/loadavg: 2.14 1.82 2.27 5/190 23743
/proc/meminfo: memFree=14661820/32950928 swapFree=67111528/67111528
[pid=23710] ppid=23708 vsize=95364 CPUtime=25.49 cores=5,7
/proc/23710/stat : 23710 (SApperloT2010) R 23708 23710 22376 0 -1 4202496 21116 0 0 0 2539 10 0 0 25 0 1 0 489563477 97652736 19462 33554432000 4194304 4395502 140734731134448 18446744073709551615 4297590 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/23710/statm: 23841 19462 266 50 0 20981 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 95364

[startup+51.1006 s]
/proc/loadavg: 2.77 1.99 2.31 5/190 23743
/proc/meminfo: memFree=14624456/32950928 swapFree=67111528/67111528
[pid=23710] ppid=23708 vsize=103144 CPUtime=51.09 cores=5,7
/proc/23710/stat : 23710 (SApperloT2010) R 23708 23710 22376 0 -1 4202496 22955 0 0 0 5098 11 0 0 25 0 1 0 489563477 105619456 21301 33554432000 4194304 4395502 140734731134448 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/23710/statm: 25786 21301 266 50 0 22926 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 103144

[startup+102.306 s]
/proc/loadavg: 3.46 2.30 2.40 5/190 23745
/proc/meminfo: memFree=14582040/32950928 swapFree=67111528/67111528
[pid=23710] ppid=23708 vsize=117460 CPUtime=102.3 cores=5,7
/proc/23710/stat : 23710 (SApperloT2010) R 23708 23710 22376 0 -1 4202496 26310 0 0 0 10218 12 0 0 25 0 1 0 489563477 120279040 24656 33554432000 4194304 4395502 140734731134448 18446744073709551615 4347194 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/23710/statm: 29365 24656 266 50 0 26505 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 117460

[startup+162.301 s]
/proc/loadavg: 3.86 2.62 2.50 5/190 23746
/proc/meminfo: memFree=14533764/32950928 swapFree=67111528/67111528
[pid=23710] ppid=23708 vsize=125704 CPUtime=162.29 cores=5,7
/proc/23710/stat : 23710 (SApperloT2010) R 23708 23710 22376 0 -1 4202496 28018 0 0 0 16217 12 0 0 25 0 1 0 489563477 128720896 26364 33554432000 4194304 4395502 140734731134448 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/23710/statm: 31426 26364 266 50 0 28566 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 125704

[startup+222.301 s]
/proc/loadavg: 3.95 2.87 2.59 5/190 23751
/proc/meminfo: memFree=14499524/32950928 swapFree=67111528/67111528
[pid=23710] ppid=23708 vsize=137660 CPUtime=222.29 cores=5,7
/proc/23710/stat : 23710 (SApperloT2010) R 23708 23710 22376 0 -1 4202496 30754 0 0 0 22216 13 0 0 25 0 1 0 489563477 140963840 29100 33554432000 4194304 4395502 140734731134448 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/23710/statm: 34415 29100 266 50 0 31555 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 137660

[startup+282.3 s]
/proc/loadavg: 3.98 3.07 2.68 5/190 23753
/proc/meminfo: memFree=14466148/32950928 swapFree=67111528/67111528
[pid=23710] ppid=23708 vsize=145612 CPUtime=282.29 cores=5,7
/proc/23710/stat : 23710 (SApperloT2010) R 23708 23710 22376 0 -1 4202496 32439 0 0 0 28215 14 0 0 25 0 1 0 489563477 149106688 30785 33554432000 4194304 4395502 140734731134448 18446744073709551615 4288579 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/23710/statm: 36403 30785 266 50 0 33543 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 145612

[startup+342.3 s]
/proc/loadavg: 3.99 3.24 2.76 5/190 23754
/proc/meminfo: memFree=14443916/32950928 swapFree=67111528/67111528
[pid=23710] ppid=23708 vsize=149228 CPUtime=342.29 cores=5,7
/proc/23710/stat : 23710 (SApperloT2010) R 23708 23710 22376 0 -1 4202496 33136 0 0 0 34214 15 0 0 25 0 1 0 489563477 152809472 31482 33554432000 4194304 4395502 140734731134448 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/23710/statm: 37307 31482 266 50 0 34447 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 149228

[startup+402.301 s]
/proc/loadavg: 4.04 3.39 2.84 5/190 23756
/proc/meminfo: memFree=14404828/32950928 swapFree=67111528/67111528
[pid=23710] ppid=23708 vsize=155700 CPUtime=402.29 cores=5,7
/proc/23710/stat : 23710 (SApperloT2010) R 23708 23710 22376 0 -1 4202496 34659 0 0 0 40213 16 0 0 25 0 1 0 489563477 159436800 33005 33554432000 4194304 4395502 140734731134448 18446744073709551615 4297623 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/23710/statm: 38925 33005 266 50 0 36065 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 155700

[startup+462.301 s]
/proc/loadavg: 4.01 3.50 2.91 5/190 23757
/proc/meminfo: memFree=14380612/32950928 swapFree=67111528/67111528
[pid=23710] ppid=23708 vsize=172900 CPUtime=462.29 cores=5,7
/proc/23710/stat : 23710 (SApperloT2010) R 23708 23710 22376 0 -1 4202496 38679 0 0 0 46212 17 0 0 25 0 1 0 489563477 177049600 37025 33554432000 4194304 4395502 140734731134448 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/23710/statm: 43225 37025 266 50 0 40365 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 172900

[startup+522.3 s]
/proc/loadavg: 4.00 3.59 2.97 5/190 23759
/proc/meminfo: memFree=14368688/32950928 swapFree=67111528/67111528
[pid=23710] ppid=23708 vsize=172900 CPUtime=522.3 cores=5,7
/proc/23710/stat : 23710 (SApperloT2010) R 23708 23710 22376 0 -1 4202496 38696 0 0 0 52212 18 0 0 25 0 1 0 489563477 177049600 37042 33554432000 4194304 4395502 140734731134448 18446744073709551615 4299792 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/23710/statm: 43225 37042 266 50 0 40365 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 172900

[startup+582.3 s]
/proc/loadavg: 4.08 3.68 3.04 5/190 23761
/proc/meminfo: memFree=14334048/32950928 swapFree=67111528/67111528
[pid=23710] ppid=23708 vsize=182344 CPUtime=582.3 cores=5,7
/proc/23710/stat : 23710 (SApperloT2010) R 23708 23710 22376 0 -1 4202496 40963 0 0 0 58212 18 0 0 25 0 1 0 489563477 186720256 39309 33554432000 4194304 4395502 140734731134448 18446744073709551615 4297618 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/23710/statm: 45586 39309 266 50 0 42726 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 182344

[startup+642.301 s]
/proc/loadavg: 4.03 3.73 3.10 5/190 23762
/proc/meminfo: memFree=14309224/32950928 swapFree=67111528/67111528
[pid=23710] ppid=23708 vsize=187348 CPUtime=642.31 cores=5,7
/proc/23710/stat : 23710 (SApperloT2010) R 23708 23710 22376 0 -1 4202496 42189 0 0 0 64212 19 0 0 25 0 1 0 489563477 191844352 40535 33554432000 4194304 4395502 140734731134448 18446744073709551615 4299537 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/23710/statm: 46837 40535 266 50 0 43977 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 187348

[startup+702.301 s]
/proc/loadavg: 4.09 3.79 3.15 5/190 23764
/proc/meminfo: memFree=14287740/32950928 swapFree=67111528/67111528
[pid=23710] ppid=23708 vsize=192980 CPUtime=702.31 cores=5,7
/proc/23710/stat : 23710 (SApperloT2010) R 23708 23710 22376 0 -1 4202496 43335 0 0 0 70211 20 0 0 25 0 1 0 489563477 197611520 41681 33554432000 4194304 4395502 140734731134448 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/23710/statm: 48245 41681 266 50 0 45385 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 192980

[startup+762.307 s]
/proc/loadavg: 4.03 3.83 3.20 5/190 23765
/proc/meminfo: memFree=14285220/32950928 swapFree=67111528/67111528
[pid=23710] ppid=23708 vsize=193620 CPUtime=762.31 cores=5,7
/proc/23710/stat : 23710 (SApperloT2010) R 23708 23710 22376 0 -1 4202496 43498 0 0 0 76211 20 0 0 25 0 1 0 489563477 198266880 41844 33554432000 4194304 4395502 140734731134448 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/23710/statm: 48405 41844 266 50 0 45545 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 193620

[startup+822.3 s]
/proc/loadavg: 4.01 3.86 3.25 5/190 23767
/proc/meminfo: memFree=14245896/32950928 swapFree=67111528/67111528
[pid=23710] ppid=23708 vsize=205164 CPUtime=822.31 cores=5,7
/proc/23710/stat : 23710 (SApperloT2010) R 23708 23710 22376 0 -1 4202496 46180 0 0 0 82210 21 0 0 25 0 1 0 489563477 210087936 44526 33554432000 4194304 4395502 140734731134448 18446744073709551615 4299634 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/23710/statm: 51291 44526 266 50 0 48431 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 205164

[startup+882.301 s]
/proc/loadavg: 4.00 3.88 3.30 5/190 23769
/proc/meminfo: memFree=14207052/32950928 swapFree=67111528/67111528
[pid=23710] ppid=23708 vsize=205164 CPUtime=882.31 cores=5,7
/proc/23710/stat : 23710 (SApperloT2010) R 23708 23710 22376 0 -1 4202496 46216 0 0 0 88210 21 0 0 25 0 1 0 489563477 210087936 44562 33554432000 4194304 4395502 140734731134448 18446744073709551615 4299142 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/23710/statm: 51291 44562 266 50 0 48431 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 205164

[startup+942.301 s]
/proc/loadavg: 4.07 3.91 3.34 5/190 23770
/proc/meminfo: memFree=14202304/32950928 swapFree=67111528/67111528
[pid=23710] ppid=23708 vsize=205164 CPUtime=942.32 cores=5,7
/proc/23710/stat : 23710 (SApperloT2010) R 23708 23710 22376 0 -1 4202496 46219 0 0 0 94210 22 0 0 25 0 1 0 489563477 210087936 44565 33554432000 4194304 4395502 140734731134448 18446744073709551615 4289171 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/23710/statm: 51291 44565 266 50 0 48431 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 205164

[startup+1002.3 s]
/proc/loadavg: 4.02 3.93 3.38 5/190 23772
/proc/meminfo: memFree=14178224/32950928 swapFree=67111528/67111528
[pid=23710] ppid=23708 vsize=215112 CPUtime=1002.31 cores=5,7
/proc/23710/stat : 23710 (SApperloT2010) R 23708 23710 22376 0 -1 4202496 48426 0 0 0 100209 22 0 0 25 0 1 0 489563477 220274688 46772 33554432000 4194304 4395502 140734731134448 18446744073709551615 4299484 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/23710/statm: 53778 46772 266 50 0 50918 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 215112

[startup+1062.3 s]
/proc/loadavg: 4.01 3.94 3.42 5/190 23773
/proc/meminfo: memFree=14172732/32950928 swapFree=67111528/67111528
[pid=23710] ppid=23708 vsize=215112 CPUtime=1062.31 cores=5,7
/proc/23710/stat : 23710 (SApperloT2010) R 23708 23710 22376 0 -1 4202496 48426 0 0 0 106209 22 0 0 25 0 1 0 489563477 220274688 46772 33554432000 4194304 4395502 140734731134448 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/23710/statm: 53778 46772 266 50 0 50918 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 215112

[startup+1122.3 s]
/proc/loadavg: 4.00 3.95 3.45 5/190 23775
/proc/meminfo: memFree=14167124/32950928 swapFree=67111528/67111528
[pid=23710] ppid=23708 vsize=215112 CPUtime=1122.32 cores=5,7
/proc/23710/stat : 23710 (SApperloT2010) R 23708 23710 22376 0 -1 4202496 48449 0 0 0 112209 23 0 0 25 0 1 0 489563477 220274688 46795 33554432000 4194304 4395502 140734731134448 18446744073709551615 4297623 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/23710/statm: 53778 46795 266 50 0 50918 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 215112

[startup+1182.3 s]
/proc/loadavg: 4.04 3.97 3.49 5/190 23777
/proc/meminfo: memFree=14159644/32950928 swapFree=67111528/67111528
[pid=23710] ppid=23708 vsize=215368 CPUtime=1182.32 cores=5,7
/proc/23710/stat : 23710 (SApperloT2010) R 23708 23710 22376 0 -1 4202496 48575 0 0 0 118209 23 0 0 25 0 1 0 489563477 220536832 46921 33554432000 4194304 4395502 140734731134448 18446744073709551615 4299678 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/23710/statm: 53842 46921 266 50 0 50982 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 215368

[startup+1242.3 s]
/proc/loadavg: 4.01 3.97 3.52 5/190 23778
/proc/meminfo: memFree=14156264/32950928 swapFree=67111528/67111528
[pid=23710] ppid=23708 vsize=215368 CPUtime=1242.32 cores=5,7
/proc/23710/stat : 23710 (SApperloT2010) R 23708 23710 22376 0 -1 4202496 48587 0 0 0 124209 23 0 0 25 0 1 0 489563477 220536832 46933 33554432000 4194304 4395502 140734731134448 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/23710/statm: 53842 46933 266 50 0 50982 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 215368



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 3.99 3.55 5/190 23780
/proc/meminfo: memFree=14136756/32950928 swapFree=67111528/67111528
[pid=23710] ppid=23708 vsize=228932 CPUtime=1300.03 cores=5,7
/proc/23710/stat : 23710 (SApperloT2010) R 23708 23710 22376 0 -1 4202496 51833 0 0 0 129978 25 0 0 25 0 1 0 489563477 234426368 50179 33554432000 4194304 4395502 140734731134448 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/23710/statm: 57233 50179 266 50 0 54373 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 228932

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.79
CPU system time (s): 0.26196
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 228932

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

runsolver used 2.05469 second user time and 5.05123 second system time

The end

Launcher Data

Begin job on node123 at 2011-04-26 03:00:37
IDJOB=3288990
IDBENCH=83110
IDSOLVER=1655
FILE ID=node123/3288990-1303779637
RUNJOBID= node123-1303779637-23693
PBS_JOBID= 13157187
Free space on /tmp= 72692 MiB

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

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

MD5SUM BENCH= 9851f8e63efc4505343bf50c1cf30646
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:      15024900 kB
Buffers:       2169220 kB
Cached:       15144648 kB
SwapCached:          0 kB
Active:        8433028 kB
Inactive:      8950004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15024900 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5476 kB
Writeback:           0 kB
AnonPages:       68240 kB
Mapped:          14760 kB
Slab:           478248 kB
PageTables:       4664 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   200260 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= 72680 MiB
End job on node123 at 2011-04-26 03:22:19