Trace number 3289406

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
SApperloT 2011-03-23? (TO) 1300.04 1300.02

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top25.cnf
MD5SUM1d36146d5d79c91e0605a19242395228
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark527.919
Satisfiable
(Un)Satisfiability was proved
Number of variables71356
Number of clauses227126
Sum of the clauses size555264
Maximum clause length2747
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2137909
Number of clauses of size 387742
Number of clauses of size 4324
Number of clauses of size 523
Number of clauses of size over 51127

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

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 2.22 2.26 2.89 5/187 17185
/proc/meminfo: memFree=18173436/32951132 swapFree=67111524/67111528
[pid=17185] ppid=17183 vsize=17916 CPUtime=0 cores=0,2
/proc/17185/stat : 17185 (SApperloT) R 17183 17185 15815 0 -1 4202496 997 0 0 0 0 0 0 0 25 0 1 0 489606592 18345984 936 33554432000 4194304 4465733 140734590040208 18446744073709551615 210647146240 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17185/statm: 4479 937 249 67 0 1602 0

[startup+0.0254179 s]
/proc/loadavg: 2.22 2.26 2.89 5/187 17185
/proc/meminfo: memFree=18173436/32951132 swapFree=67111524/67111528
[pid=17185] ppid=17183 vsize=17916 CPUtime=0.02 cores=0,2
/proc/17185/stat : 17185 (SApperloT) R 17183 17185 15815 0 -1 4202496 1333 0 0 0 2 0 0 0 25 0 1 0 489606592 18345984 1234 33554432000 4194304 4465733 140734590040208 18446744073709551615 4295790 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17185/statm: 4479 1234 249 67 0 1602 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 17916

[startup+0.100408 s]
/proc/loadavg: 2.22 2.26 2.89 5/187 17185
/proc/meminfo: memFree=18173436/32951132 swapFree=67111524/67111528
[pid=17185] ppid=17183 vsize=20696 CPUtime=0.09 cores=0,2
/proc/17185/stat : 17185 (SApperloT) R 17183 17185 15815 0 -1 4202496 3553 0 0 0 9 0 0 0 25 0 1 0 489606592 21192704 2202 33554432000 4194304 4465733 140734590040208 18446744073709551615 4270178 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17185/statm: 5174 2202 255 67 0 2297 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20696

[startup+0.300372 s]
/proc/loadavg: 2.22 2.26 2.89 5/187 17185
/proc/meminfo: memFree=18173436/32951132 swapFree=67111524/67111528
[pid=17185] ppid=17183 vsize=22692 CPUtime=0.29 cores=0,2
/proc/17185/stat : 17185 (SApperloT) R 17183 17185 15815 0 -1 4202496 4692 0 0 0 29 0 0 0 25 0 1 0 489606592 23236608 2319 33554432000 4194304 4465733 140734590040208 18446744073709551615 4266927 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17185/statm: 5673 2319 255 67 0 2796 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22692

[startup+0.700301 s]
/proc/loadavg: 2.22 2.26 2.89 5/187 17185
/proc/meminfo: memFree=18173436/32951132 swapFree=67111524/67111528
[pid=17185] ppid=17183 vsize=22692 CPUtime=0.69 cores=0,2
/proc/17185/stat : 17185 (SApperloT) R 17183 17185 15815 0 -1 4202496 4863 0 0 0 69 0 0 0 25 0 1 0 489606592 23236608 2424 33554432000 4194304 4465733 140734590040208 18446744073709551615 4266880 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17185/statm: 5673 2424 255 67 0 2796 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22692

[startup+1.5002 s]
/proc/loadavg: 2.22 2.26 2.89 7/188 17186
/proc/meminfo: memFree=18162400/32951132 swapFree=67111524/67111528
[pid=17185] ppid=17183 vsize=22692 CPUtime=1.48 cores=0,2
/proc/17185/stat : 17185 (SApperloT) R 17183 17185 15815 0 -1 4202496 5175 0 0 0 148 0 0 0 25 0 1 0 489606592 23236608 2617 33554432000 4194304 4465733 140734590040208 18446744073709551615 4262282 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17185/statm: 5673 2617 255 67 0 2796 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 22692

[startup+3.10092 s]
/proc/loadavg: 2.22 2.26 2.89 6/188 17186
/proc/meminfo: memFree=18159424/32951132 swapFree=67111524/67111528
[pid=17185] ppid=17183 vsize=62156 CPUtime=3.09 cores=0,2
/proc/17185/stat : 17185 (SApperloT) R 17183 17185 15815 0 -1 4202496 11405 0 0 0 308 1 0 0 25 0 1 0 489606592 63647744 7141 33554432000 4194304 4465733 140734590040208 18446744073709551615 4371767 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17185/statm: 15539 7141 272 67 0 12662 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 62156

[startup+6.30037 s]
/proc/loadavg: 2.37 2.29 2.90 6/188 17187
/proc/meminfo: memFree=18164880/32951132 swapFree=67111524/67111528
[pid=17185] ppid=17183 vsize=62156 CPUtime=6.29 cores=0,2
/proc/17185/stat : 17185 (SApperloT) R 17183 17185 15815 0 -1 4202496 11699 0 0 0 627 2 0 0 25 0 1 0 489606592 63647744 7405 33554432000 4194304 4465733 140734590040208 18446744073709551615 4300967 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17185/statm: 15539 7405 280 67 0 12662 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 62156

[startup+12.7003 s]
/proc/loadavg: 2.50 2.31 2.90 6/188 17187
/proc/meminfo: memFree=18149020/32951132 swapFree=67111524/67111528
[pid=17185] ppid=17183 vsize=66252 CPUtime=12.69 cores=0,2
/proc/17185/stat : 17185 (SApperloT) R 17183 17185 15815 0 -1 4202496 12909 0 0 0 1267 2 0 0 25 0 1 0 489606592 67842048 8586 33554432000 4194304 4465733 140734590040208 18446744073709551615 4300933 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17185/statm: 16563 8586 280 67 0 13686 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 66252

[startup+25.5011 s]
/proc/loadavg: 2.83 2.40 2.92 6/188 17187
/proc/meminfo: memFree=18144564/32951132 swapFree=67111524/67111528
[pid=17185] ppid=17183 vsize=51996 CPUtime=25.49 cores=0,2
/proc/17185/stat : 17185 (SApperloT) R 17183 17185 15815 0 -1 4202496 20609 0 0 0 2545 4 0 0 25 0 1 0 489606592 53243904 8861 33554432000 4194304 4465733 140734590040208 18446744073709551615 4270037 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17185/statm: 12999 8861 281 67 0 10122 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 51996

[startup+51.1008 s]
/proc/loadavg: 3.23 2.52 2.95 6/188 17215
/proc/meminfo: memFree=18103484/32951132 swapFree=67111524/67111528
[pid=17185] ppid=17183 vsize=58948 CPUtime=51.09 cores=0,2
/proc/17185/stat : 17185 (SApperloT) R 17183 17185 15815 0 -1 4202496 27531 0 0 0 5104 5 0 0 25 0 1 0 489606592 60362752 10683 33554432000 4194304 4465733 140734590040208 18446744073709551615 4255216 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17185/statm: 14737 10683 281 67 0 11860 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 58948

[startup+102.301 s]
/proc/loadavg: 3.66 2.75 3.00 6/188 17216
/proc/meminfo: memFree=18022728/32951132 swapFree=67111524/67111528
[pid=17185] ppid=17183 vsize=87412 CPUtime=102.29 cores=0,2
/proc/17185/stat : 17185 (SApperloT) R 17183 17185 15815 0 -1 4202496 37956 0 0 0 10223 6 0 0 25 0 1 0 489606592 89509888 17275 33554432000 4194304 4465733 140734590040208 18446744073709551615 4270658 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17185/statm: 21853 17275 291 67 0 18976 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 87412

[startup+162.301 s]
/proc/loadavg: 3.87 2.97 3.06 6/188 17218
/proc/meminfo: memFree=18003380/32951132 swapFree=67111524/67111528
[pid=17185] ppid=17183 vsize=134744 CPUtime=162.3 cores=0,2
/proc/17185/stat : 17185 (SApperloT) R 17183 17185 15815 0 -1 4202496 48261 0 0 0 16222 8 0 0 25 0 1 0 489606592 137977856 22902 33554432000 4194304 4465733 140734590040208 18446744073709551615 4358656 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17185/statm: 33686 22902 291 67 0 30809 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 134744

[startup+222.301 s]
/proc/loadavg: 3.95 3.16 3.12 6/188 17219
/proc/meminfo: memFree=17921892/32951132 swapFree=67111524/67111528
[pid=17185] ppid=17183 vsize=117732 CPUtime=222.3 cores=0,2
/proc/17185/stat : 17185 (SApperloT) R 17183 17185 15815 0 -1 4202496 55393 0 0 0 22221 9 0 0 25 0 1 0 489606592 120557568 24114 33554432000 4194304 4465733 140734590040208 18446744073709551615 4271113 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17185/statm: 29433 24114 291 67 0 26556 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 117732

[startup+282.301 s]
/proc/loadavg: 4.06 3.33 3.17 6/188 17221
/proc/meminfo: memFree=17901916/32951132 swapFree=67111524/67111528
[pid=17185] ppid=17183 vsize=117732 CPUtime=282.3 cores=0,2
/proc/17185/stat : 17185 (SApperloT) R 17183 17185 15815 0 -1 4202496 56415 0 0 0 28220 10 0 0 25 0 1 0 489606592 120557568 24625 33554432000 4194304 4465733 140734590040208 18446744073709551615 4270213 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17185/statm: 29433 24625 291 67 0 26556 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 117732

[startup+342.307 s]
/proc/loadavg: 4.07 3.46 3.23 6/188 17222
/proc/meminfo: memFree=17894336/32951132 swapFree=67111524/67111528
[pid=17185] ppid=17183 vsize=117732 CPUtime=342.3 cores=0,2
/proc/17185/stat : 17185 (SApperloT) R 17183 17185 15815 0 -1 4202496 64070 0 0 0 34220 10 0 0 25 0 1 0 489606592 120557568 25126 33554432000 4194304 4465733 140734590040208 18446744073709551615 4270202 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17185/statm: 29433 25126 281 67 0 26556 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 117732

[startup+402.3 s]
/proc/loadavg: 4.08 3.57 3.28 6/188 17224
/proc/meminfo: memFree=17839512/32951132 swapFree=67111524/67111528
[pid=17185] ppid=17183 vsize=117732 CPUtime=402.3 cores=0,2
/proc/17185/stat : 17185 (SApperloT) R 17183 17185 15815 0 -1 4202496 64676 0 0 0 40219 11 0 0 25 0 1 0 489606592 120557568 25429 33554432000 4194304 4465733 140734590040208 18446744073709551615 4270655 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17185/statm: 29433 25429 281 67 0 26556 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 117732

[startup+462.3 s]
/proc/loadavg: 4.06 3.66 3.32 6/188 17226
/proc/meminfo: memFree=17807884/32951132 swapFree=67111524/67111528
[pid=17185] ppid=17183 vsize=138876 CPUtime=462.3 cores=0,2
/proc/17185/stat : 17185 (SApperloT) R 17183 17185 15815 0 -1 4202496 75061 0 0 0 46218 12 0 0 25 0 1 0 489606592 142209024 26832 33554432000 4194304 4465733 140734590040208 18446744073709551615 4295941 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17185/statm: 34719 26832 281 67 0 31842 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 138876

[startup+522.3 s]
/proc/loadavg: 4.02 3.72 3.37 6/188 17227
/proc/meminfo: memFree=17796212/32951132 swapFree=67111524/67111528
[pid=17185] ppid=17183 vsize=217652 CPUtime=522.3 cores=0,2
/proc/17185/stat : 17185 (SApperloT) R 17183 17185 15815 0 -1 4202496 84287 0 0 0 52217 13 0 0 25 0 1 0 489606592 222875648 33915 33554432000 4194304 4465733 140734590040208 18446744073709551615 4358656 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17185/statm: 54413 33915 281 67 0 51536 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 217652

[startup+582.301 s]
/proc/loadavg: 4.01 3.77 3.40 6/188 17229
/proc/meminfo: memFree=17790604/32951132 swapFree=67111524/67111528
[pid=17185] ppid=17183 vsize=138876 CPUtime=582.3 cores=0,2
/proc/17185/stat : 17185 (SApperloT) R 17183 17185 15815 0 -1 4202496 84288 0 0 0 58217 13 0 0 25 0 1 0 489606592 142209024 26843 33554432000 4194304 4465733 140734590040208 18446744073709551615 4271200 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17185/statm: 34719 26843 281 67 0 31842 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 138876

[startup+642.301 s]
/proc/loadavg: 4.00 3.81 3.44 6/188 17230
/proc/meminfo: memFree=17828036/32951132 swapFree=67111524/67111528
[pid=17185] ppid=17183 vsize=138876 CPUtime=642.3 cores=0,2
/proc/17185/stat : 17185 (SApperloT) R 17183 17185 15815 0 -1 4202496 84288 0 0 0 64217 13 0 0 25 0 1 0 489606592 142209024 26843 33554432000 4194304 4465733 140734590040208 18446744073709551615 4271859 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17185/statm: 34719 26843 281 67 0 31842 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 138876

[startup+702.301 s]
/proc/loadavg: 4.00 3.84 3.47 6/188 17232
/proc/meminfo: memFree=17856540/32951132 swapFree=67111524/67111528
[pid=17185] ppid=17183 vsize=138876 CPUtime=702.3 cores=0,2
/proc/17185/stat : 17185 (SApperloT) R 17183 17185 15815 0 -1 4202496 84288 0 0 0 70217 13 0 0 25 0 1 0 489606592 142209024 26843 33554432000 4194304 4465733 140734590040208 18446744073709551615 4270222 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17185/statm: 34719 26843 281 67 0 31842 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 138876

[startup+762.301 s]
/proc/loadavg: 4.00 3.87 3.50 6/188 17234
/proc/meminfo: memFree=17849336/32951132 swapFree=67111524/67111528
[pid=17185] ppid=17183 vsize=138876 CPUtime=762.3 cores=0,2
/proc/17185/stat : 17185 (SApperloT) R 17183 17185 15815 0 -1 4202496 86370 0 0 0 76216 14 0 0 25 0 1 0 489606592 142209024 27884 33554432000 4194304 4465733 140734590040208 18446744073709551615 4270686 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17185/statm: 34719 27884 281 67 0 31842 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 138876

[startup+822.301 s]
/proc/loadavg: 4.00 3.89 3.53 6/188 17235
/proc/meminfo: memFree=17783728/32951132 swapFree=67111524/67111528
[pid=17185] ppid=17183 vsize=233612 CPUtime=822.31 cores=0,2
/proc/17185/stat : 17185 (SApperloT) R 17183 17185 15815 0 -1 4202496 97513 0 0 0 82215 16 0 0 25 0 1 0 489606592 239218688 36493 33554432000 4194304 4465733 140734590040208 18446744073709551615 4343417 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17185/statm: 58403 36493 281 67 0 55526 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 233612

[startup+882.3 s]
/proc/loadavg: 4.06 3.92 3.56 6/188 17237
/proc/meminfo: memFree=17809992/32951132 swapFree=67111524/67111528
[pid=17185] ppid=17183 vsize=138876 CPUtime=882.31 cores=0,2
/proc/17185/stat : 17185 (SApperloT) R 17183 17185 15815 0 -1 4202496 97515 0 0 0 88214 17 0 0 25 0 1 0 489606592 142209024 27887 33554432000 4194304 4465733 140734590040208 18446744073709551615 4270213 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17185/statm: 34719 27887 281 67 0 31842 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 138876

[startup+942.3 s]
/proc/loadavg: 4.02 3.93 3.58 6/188 17238
/proc/meminfo: memFree=17773400/32951132 swapFree=67111524/67111528
[pid=17185] ppid=17183 vsize=140928 CPUtime=942.31 cores=0,2
/proc/17185/stat : 17185 (SApperloT) R 17183 17185 15815 0 -1 4202496 97516 0 0 0 94214 17 0 0 25 0 1 0 489606592 144310272 27888 33554432000 4194304 4465733 140734590040208 18446744073709551615 4270655 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17185/statm: 35232 27888 281 67 0 32355 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 140928

[startup+1002.31 s]
/proc/loadavg: 4.01 3.94 3.61 6/188 17240
/proc/meminfo: memFree=17766692/32951132 swapFree=67111524/67111528
[pid=17185] ppid=17183 vsize=140928 CPUtime=1002.31 cores=0,2
/proc/17185/stat : 17185 (SApperloT) R 17183 17185 15815 0 -1 4202496 97948 0 0 0 100214 17 0 0 25 0 1 0 489606592 144310272 28320 33554432000 4194304 4465733 140734590040208 18446744073709551615 4270202 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17185/statm: 35232 28320 281 67 0 32355 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 140928

[startup+1062.3 s]
/proc/loadavg: 4.00 3.95 3.63 6/188 17242
/proc/meminfo: memFree=17760712/32951132 swapFree=67111524/67111528
[pid=17185] ppid=17183 vsize=140928 CPUtime=1062.3 cores=0,2
/proc/17185/stat : 17185 (SApperloT) R 17183 17185 15815 0 -1 4202496 98784 0 0 0 106213 17 0 0 25 0 1 0 489606592 144310272 28841 33554432000 4194304 4465733 140734590040208 18446744073709551615 4270655 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17185/statm: 35232 28841 281 67 0 32355 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 140928

[startup+1122.3 s]
/proc/loadavg: 4.00 3.95 3.65 6/188 17243
/proc/meminfo: memFree=17764660/32951132 swapFree=67111524/67111528
[pid=17185] ppid=17183 vsize=140928 CPUtime=1122.31 cores=0,2
/proc/17185/stat : 17185 (SApperloT) R 17183 17185 15815 0 -1 4202496 106971 0 0 0 112213 18 0 0 25 0 1 0 489606592 144310272 29656 33554432000 4194304 4465733 140734590040208 18446744073709551615 4270655 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17185/statm: 35232 29656 281 67 0 32355 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 140928

[startup+1182.3 s]
/proc/loadavg: 4.00 3.96 3.67 6/188 17245
/proc/meminfo: memFree=17760548/32951132 swapFree=67111524/67111528
[pid=17185] ppid=17183 vsize=140928 CPUtime=1182.31 cores=0,2
/proc/17185/stat : 17185 (SApperloT) R 17183 17185 15815 0 -1 4202496 107007 0 0 0 118213 18 0 0 25 0 1 0 489606592 144310272 29674 33554432000 4194304 4465733 140734590040208 18446744073709551615 4270655 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17185/statm: 35232 29674 281 67 0 32355 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 140928

[startup+1242.3 s]
/proc/loadavg: 4.00 3.97 3.68 6/188 17246
/proc/meminfo: memFree=17774048/32951132 swapFree=67111524/67111528
[pid=17185] ppid=17183 vsize=153404 CPUtime=1242.31 cores=0,2
/proc/17185/stat : 17185 (SApperloT) R 17183 17185 15815 0 -1 4202496 109159 0 0 0 124212 19 0 0 25 0 1 0 489606592 157085696 31826 33554432000 4194304 4465733 140734590040208 18446744073709551615 4270205 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17185/statm: 38351 31826 281 67 0 35474 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 153404



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.21 3.78 3.64 3/176 17284
/proc/meminfo: memFree=18012552/32951132 swapFree=67111524/67111528
[pid=17185] ppid=17183 vsize=242716 CPUtime=1300.02 cores=0,2
/proc/17185/stat : 17185 (SApperloT) R 17183 17185 15815 0 -1 4202496 123307 0 0 0 129982 20 0 0 25 0 1 0 489606592 248541184 42552 33554432000 4194304 4465733 140734590040208 18446744073709551615 4358694 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17185/statm: 60679 42552 281 67 0 57802 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 242716

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1300 s]
/proc/loadavg: 3.21 3.78 3.64 3/176 17284
/proc/meminfo: memFree=18012552/32951132 swapFree=67111524/67111528
[pid=17185] ppid=17183 vsize=242716 CPUtime=1300.02 cores=0,2
/proc/17185/stat : 17185 (SApperloT) R 17183 17185 15815 0 -1 4202496 123307 0 0 0 129982 20 0 0 25 0 1 0 489606592 248541184 42552 33554432000 4194304 4465733 140734590040208 18446744073709551615 4358694 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17185/statm: 60679 42552 281 67 0 57802 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 242716

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.04
CPU user time (s): 1299.82
CPU system time (s): 0.212967
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 242716

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

runsolver used 2.39164 second user time and 5.30219 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-26 03:07:50
IDJOB=3289406
IDBENCH=83121
IDSOLVER=1657
FILE ID=node129/3289406-1303780069
RUNJOBID= node129-1303780039-17115
PBS_JOBID= 13157179
Free space on /tmp= 66184 MiB

SOLVER NAME= SApperloT 2011-03-23
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-top25.cnf
COMMAND LINE= SApperloT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3289406-1303780069/watcher-3289406-1303780069 -o /tmp/evaluation-result-3289406-1303780069/solver-3289406-1303780069 -C 2400 -W 1300 -M 7680  SApperloT HOME/instance-3289406-1303780069.cnf

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

MD5SUM BENCH= 1d36146d5d79c91e0605a19242395228
RANDOM SEED=1585131931

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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.831
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:     32951132 kB
MemFree:      18173716 kB
Buffers:       1244016 kB
Cached:       12649828 kB
SwapCached:          4 kB
Active:        2291436 kB
Inactive:     11822492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      18173716 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           13636 kB
Writeback:           0 kB
AnonPages:      219148 kB
Mapped:          16220 kB
Slab:           601088 kB
PageTables:       5748 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   453308 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66188 MiB
End job on node129 at 2011-04-26 03:29:32