Trace number 3289588

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

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom18.cnf
MD5SUM9ece8f569c93ceee834817ef3350ed8e
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 variables36410
Number of clauses121578
Sum of the clauses size309786
Maximum clause length1188
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 262692
Number of clauses of size 358247
Number of clauses of size 4170
Number of clauses of size 516
Number of clauses of size over 5452

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-3289588-1303782897/watcher-3289588-1303782897 -o /tmp/evaluation-result-3289588-1303782897/solver-3289588-1303782897 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3289588-1303782897.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: 4.02 3.97 3.91 5/189 12802
/proc/meminfo: memFree=15908916/32950928 swapFree=67111528/67111528
[pid=12802] ppid=12800 vsize=16200 CPUtime=0 cores=1,3
/proc/12802/stat : 12802 (SApperloT2010) R 12800 12802 12406 0 -1 4202496 1329 0 0 0 0 0 0 0 25 0 1 0 489889406 16588800 1269 33554432000 4194304 4395502 140736247044912 18446744073709551615 4281149 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12802/statm: 4050 1277 245 50 0 1190 0

[startup+0.0781589 s]
/proc/loadavg: 4.02 3.97 3.91 5/189 12802
/proc/meminfo: memFree=15908916/32950928 swapFree=67111528/67111528
[pid=12802] ppid=12800 vsize=29164 CPUtime=0.07 cores=1,3
/proc/12802/stat : 12802 (SApperloT2010) R 12800 12802 12406 0 -1 4202496 4422 0 0 0 6 1 0 0 25 0 1 0 489889406 29863936 3292 33554432000 4194304 4395502 140736247044912 18446744073709551615 274473628357 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12802/statm: 7291 3293 249 50 0 4431 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 29164

[startup+0.101155 s]
/proc/loadavg: 4.02 3.97 3.91 5/189 12802
/proc/meminfo: memFree=15908916/32950928 swapFree=67111528/67111528
[pid=12802] ppid=12800 vsize=34668 CPUtime=0.09 cores=1,3
/proc/12802/stat : 12802 (SApperloT2010) R 12800 12802 12406 0 -1 4202496 5803 0 0 0 8 1 0 0 25 0 1 0 489889406 35500032 4672 33554432000 4194304 4395502 140736247044912 18446744073709551615 274473992087 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12802/statm: 8667 4672 255 50 0 5807 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34668

[startup+0.300116 s]
/proc/loadavg: 4.02 3.97 3.91 5/189 12802
/proc/meminfo: memFree=15908916/32950928 swapFree=67111528/67111528
[pid=12802] ppid=12800 vsize=44948 CPUtime=0.29 cores=1,3
/proc/12802/stat : 12802 (SApperloT2010) R 12800 12802 12406 0 -1 4202496 8569 0 0 0 25 4 0 0 25 0 1 0 489889406 46026752 7200 33554432000 4194304 4395502 140736247044912 18446744073709551615 274473992087 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12802/statm: 11237 7200 255 50 0 8377 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 44948

[startup+0.701052 s]
/proc/loadavg: 4.02 3.97 3.91 5/189 12802
/proc/meminfo: memFree=15908916/32950928 swapFree=67111528/67111528
[pid=12802] ppid=12800 vsize=55964 CPUtime=0.69 cores=1,3
/proc/12802/stat : 12802 (SApperloT2010) R 12800 12802 12406 0 -1 4202496 11519 0 0 0 61 8 0 0 25 0 1 0 489889406 57307136 9675 33554432000 4194304 4395502 140736247044912 18446744073709551615 274473628357 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12802/statm: 13991 9675 266 50 0 11131 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 55964

[startup+1.50091 s]
/proc/loadavg: 4.02 3.97 3.91 5/190 12803
/proc/meminfo: memFree=15867500/32950928 swapFree=67111528/67111528
[pid=12802] ppid=12800 vsize=60228 CPUtime=1.49 cores=1,3
/proc/12802/stat : 12802 (SApperloT2010) R 12800 12802 12406 0 -1 4202496 12566 0 0 0 141 8 0 0 25 0 1 0 489889406 61673472 10722 33554432000 4194304 4395502 140736247044912 18446744073709551615 4299620 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12802/statm: 15057 10722 266 50 0 12197 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 60228

[startup+3.10068 s]
/proc/loadavg: 4.02 3.97 3.91 5/190 12803
/proc/meminfo: memFree=15863656/32950928 swapFree=67111528/67111528
[pid=12802] ppid=12800 vsize=64192 CPUtime=3.09 cores=1,3
/proc/12802/stat : 12802 (SApperloT2010) R 12800 12802 12406 0 -1 4202496 13566 0 0 0 300 9 0 0 25 0 1 0 489889406 65732608 11722 33554432000 4194304 4395502 140736247044912 18446744073709551615 4299537 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12802/statm: 16048 11722 266 50 0 13188 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 64192

[startup+6.30106 s]
/proc/loadavg: 4.02 3.97 3.91 5/190 12803
/proc/meminfo: memFree=15856340/32950928 swapFree=67111528/67111528
[pid=12802] ppid=12800 vsize=70588 CPUtime=6.29 cores=1,3
/proc/12802/stat : 12802 (SApperloT2010) R 12800 12802 12406 0 -1 4202496 15139 0 0 0 620 9 0 0 25 0 1 0 489889406 72282112 13295 33554432000 4194304 4395502 140736247044912 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12802/statm: 17647 13295 266 50 0 14787 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 70588

[startup+12.7009 s]
/proc/loadavg: 4.02 3.97 3.91 5/190 12803
/proc/meminfo: memFree=15841308/32950928 swapFree=67111528/67111528
[pid=12802] ppid=12800 vsize=76740 CPUtime=12.69 cores=1,3
/proc/12802/stat : 12802 (SApperloT2010) R 12800 12802 12406 0 -1 4202496 16564 0 0 0 1259 10 0 0 25 0 1 0 489889406 78581760 14720 33554432000 4194304 4395502 140736247044912 18446744073709551615 4299527 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12802/statm: 19185 14720 266 50 0 16325 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 76740

[startup+25.5007 s]
/proc/loadavg: 4.01 3.97 3.91 5/190 12804
/proc/meminfo: memFree=15829656/32950928 swapFree=67111528/67111528
[pid=12802] ppid=12800 vsize=83740 CPUtime=25.49 cores=1,3
/proc/12802/stat : 12802 (SApperloT2010) R 12800 12802 12406 0 -1 4202496 18153 0 0 0 2539 10 0 0 25 0 1 0 489889406 85749760 16309 33554432000 4194304 4395502 140736247044912 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12802/statm: 20935 16309 266 50 0 18075 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 83740

[startup+51.1002 s]
/proc/loadavg: 4.01 3.97 3.91 5/190 12804
/proc/meminfo: memFree=15816208/32950928 swapFree=67111528/67111528
[pid=12802] ppid=12800 vsize=95880 CPUtime=51.09 cores=1,3
/proc/12802/stat : 12802 (SApperloT2010) R 12800 12802 12406 0 -1 4202496 21034 0 0 0 5097 12 0 0 25 0 1 0 489889406 98181120 19190 33554432000 4194304 4395502 140736247044912 18446744073709551615 4299114 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12802/statm: 23970 19190 266 50 0 21110 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 95880

[startup+102.307 s]
/proc/loadavg: 4.00 3.97 3.91 5/190 12806
/proc/meminfo: memFree=15800444/32950928 swapFree=67111528/67111528
[pid=12802] ppid=12800 vsize=100068 CPUtime=102.3 cores=1,3
/proc/12802/stat : 12802 (SApperloT2010) R 12800 12802 12406 0 -1 4202496 21951 0 0 0 10218 12 0 0 25 0 1 0 489889406 102469632 20107 33554432000 4194304 4395502 140736247044912 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12802/statm: 25017 20107 266 50 0 22157 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 100068

[startup+162.301 s]
/proc/loadavg: 4.07 3.99 3.91 5/190 12807
/proc/meminfo: memFree=15781932/32950928 swapFree=67111528/67111528
[pid=12802] ppid=12800 vsize=117624 CPUtime=162.3 cores=1,3
/proc/12802/stat : 12802 (SApperloT2010) R 12800 12802 12406 0 -1 4202496 25999 0 0 0 16216 14 0 0 25 0 1 0 489889406 120446976 24155 33554432000 4194304 4395502 140736247044912 18446744073709551615 4299947 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12802/statm: 29406 24155 266 50 0 26546 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 117624

[startup+222.301 s]
/proc/loadavg: 4.02 3.99 3.91 5/190 12809
/proc/meminfo: memFree=15763044/32950928 swapFree=67111528/67111528
[pid=12802] ppid=12800 vsize=120844 CPUtime=222.3 cores=1,3
/proc/12802/stat : 12802 (SApperloT2010) R 12800 12802 12406 0 -1 4202496 26716 0 0 0 22216 14 0 0 25 0 1 0 489889406 123744256 24872 33554432000 4194304 4395502 140736247044912 18446744073709551615 4286474 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12802/statm: 30211 24872 266 50 0 27351 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 120844

[startup+282.3 s]
/proc/loadavg: 4.01 3.99 3.91 5/190 12810
/proc/meminfo: memFree=15734252/32950928 swapFree=67111528/67111528
[pid=12802] ppid=12800 vsize=137564 CPUtime=282.29 cores=1,3
/proc/12802/stat : 12802 (SApperloT2010) R 12800 12802 12406 0 -1 4202496 30406 0 0 0 28214 15 0 0 25 0 1 0 489889406 140865536 28562 33554432000 4194304 4395502 140736247044912 18446744073709551615 4299118 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12802/statm: 34391 28562 266 50 0 31531 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 137564

[startup+342.301 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 12812
/proc/meminfo: memFree=15712024/32950928 swapFree=67111528/67111528
[pid=12802] ppid=12800 vsize=141788 CPUtime=342.3 cores=1,3
/proc/12802/stat : 12802 (SApperloT2010) R 12800 12802 12406 0 -1 4202496 31331 0 0 0 34214 16 0 0 25 0 1 0 489889406 145190912 29487 33554432000 4194304 4395502 140736247044912 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12802/statm: 35447 29487 266 50 0 32587 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 141788

[startup+402.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 12823
/proc/meminfo: memFree=15694868/32950928 swapFree=67111528/67111528
[pid=12802] ppid=12800 vsize=153564 CPUtime=402.3 cores=1,3
/proc/12802/stat : 12802 (SApperloT2010) R 12800 12802 12406 0 -1 4202496 34122 0 0 0 40213 17 0 0 25 0 1 0 489889406 157249536 32278 33554432000 4194304 4395502 140736247044912 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12802/statm: 38391 32278 266 50 0 35531 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 153564

[startup+462.301 s]
/proc/loadavg: 4.13 4.03 3.93 5/190 13298
/proc/meminfo: memFree=15891340/32950928 swapFree=67111528/67111528
[pid=12802] ppid=12800 vsize=153564 CPUtime=462.29 cores=1,3
/proc/12802/stat : 12802 (SApperloT2010) R 12800 12802 12406 0 -1 4202496 34128 0 0 0 46212 17 0 0 25 0 1 0 489889406 157249536 32284 33554432000 4194304 4395502 140736247044912 18446744073709551615 4314320 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12802/statm: 38391 32284 266 50 0 35531 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 153564

[startup+522.301 s]
/proc/loadavg: 4.15 4.06 3.94 5/190 13300
/proc/meminfo: memFree=15871856/32950928 swapFree=67111528/67111528
[pid=12802] ppid=12800 vsize=158232 CPUtime=522.3 cores=1,3
/proc/12802/stat : 12802 (SApperloT2010) R 12800 12802 12406 0 -1 4202496 35207 0 0 0 52212 18 0 0 25 0 1 0 489889406 162029568 33363 33554432000 4194304 4395502 140736247044912 18446744073709551615 4299492 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12802/statm: 39558 33363 266 50 0 36698 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 158232

[startup+582.3 s]
/proc/loadavg: 4.09 4.06 3.95 5/190 13304
/proc/meminfo: memFree=15858236/32950928 swapFree=67111528/67111528
[pid=12802] ppid=12800 vsize=167060 CPUtime=582.3 cores=1,3
/proc/12802/stat : 12802 (SApperloT2010) R 12800 12802 12406 0 -1 4202496 36985 0 0 0 58211 19 0 0 25 0 1 0 489889406 171069440 35141 33554432000 4194304 4395502 140736247044912 18446744073709551615 4299608 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12802/statm: 41765 35141 266 50 0 38905 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 167060

[startup+642.301 s]
/proc/loadavg: 4.03 4.04 3.95 5/190 13306
/proc/meminfo: memFree=15843336/32950928 swapFree=67111528/67111528
[pid=12802] ppid=12800 vsize=178428 CPUtime=642.31 cores=1,3
/proc/12802/stat : 12802 (SApperloT2010) R 12800 12802 12406 0 -1 4202496 39319 0 0 0 64211 20 0 0 25 0 1 0 489889406 182710272 37475 33554432000 4194304 4395502 140736247044912 18446744073709551615 4299976 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12802/statm: 44607 37475 266 50 0 41747 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 178428

[startup+702.3 s]
/proc/loadavg: 4.01 4.03 3.95 5/190 13308
/proc/meminfo: memFree=15841448/32950928 swapFree=67111528/67111528
[pid=12802] ppid=12800 vsize=178428 CPUtime=702.3 cores=1,3
/proc/12802/stat : 12802 (SApperloT2010) R 12800 12802 12406 0 -1 4202496 39335 0 0 0 70210 20 0 0 25 0 1 0 489889406 182710272 37491 33554432000 4194304 4395502 140736247044912 18446744073709551615 4299608 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12802/statm: 44607 37491 266 50 0 41747 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 178428

[startup+762.307 s]
/proc/loadavg: 4.04 4.04 3.95 5/190 13309
/proc/meminfo: memFree=15823560/32950928 swapFree=67111528/67111528
[pid=12802] ppid=12800 vsize=190936 CPUtime=762.31 cores=1,3
/proc/12802/stat : 12802 (SApperloT2010) R 12800 12802 12406 0 -1 4202496 42271 0 0 0 76210 21 0 0 25 0 1 0 489889406 195518464 40427 33554432000 4194304 4395502 140736247044912 18446744073709551615 4299739 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12802/statm: 47734 40427 266 50 0 44874 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 190936

[startup+822.3 s]
/proc/loadavg: 4.01 4.03 3.95 5/190 13311
/proc/meminfo: memFree=15821436/32950928 swapFree=67111528/67111528
[pid=12802] ppid=12800 vsize=190936 CPUtime=822.3 cores=1,3
/proc/12802/stat : 12802 (SApperloT2010) R 12800 12802 12406 0 -1 4202496 42275 0 0 0 82209 21 0 0 25 0 1 0 489889406 195518464 40431 33554432000 4194304 4395502 140736247044912 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12802/statm: 47734 40431 266 50 0 44874 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 190936

[startup+882.301 s]
/proc/loadavg: 3.76 3.97 3.94 2/172 13366
/proc/meminfo: memFree=16404484/32950928 swapFree=67111528/67111528
[pid=12802] ppid=12800 vsize=190936 CPUtime=882.31 cores=1,3
/proc/12802/stat : 12802 (SApperloT2010) R 12800 12802 12406 0 -1 4202496 42285 0 0 0 88209 22 0 0 25 0 1 0 489889406 195518464 40441 33554432000 4194304 4395502 140736247044912 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12802/statm: 47734 40441 266 50 0 44874 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 190936

[startup+942.301 s]
/proc/loadavg: 2.01 3.43 3.75 2/172 13368
/proc/meminfo: memFree=16404844/32950928 swapFree=67111528/67111528
[pid=12802] ppid=12800 vsize=190936 CPUtime=942.31 cores=1,3
/proc/12802/stat : 12802 (SApperloT2010) R 12800 12802 12406 0 -1 4202496 42359 0 0 0 94209 22 0 0 25 0 1 0 489889406 195518464 40515 33554432000 4194304 4395502 140736247044912 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12802/statm: 47734 40515 266 50 0 44874 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 190936

[startup+1002.3 s]
/proc/loadavg: 1.37 2.98 3.57 2/172 13370
/proc/meminfo: memFree=16404544/32950928 swapFree=67111528/67111528
[pid=12802] ppid=12800 vsize=191576 CPUtime=1002.31 cores=1,3
/proc/12802/stat : 12802 (SApperloT2010) R 12800 12802 12406 0 -1 4202496 42487 0 0 0 100209 22 0 0 25 0 1 0 489889406 196173824 40643 33554432000 4194304 4395502 140736247044912 18446744073709551615 4350518 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12802/statm: 47894 40643 266 50 0 45034 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 191576

[startup+1062.3 s]
/proc/loadavg: 1.20 2.64 3.42 2/172 13371
/proc/meminfo: memFree=16400040/32950928 swapFree=67111528/67111528
[pid=12802] ppid=12800 vsize=196628 CPUtime=1062.31 cores=1,3
/proc/12802/stat : 12802 (SApperloT2010) R 12800 12802 12406 0 -1 4202496 43620 0 0 0 106208 23 0 0 25 0 1 0 489889406 201347072 41776 33554432000 4194304 4395502 140736247044912 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12802/statm: 49157 41776 266 50 0 46297 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 196628

[startup+1122.3 s]
/proc/loadavg: 1.07 2.34 3.26 2/172 13373
/proc/meminfo: memFree=16400128/32950928 swapFree=67111528/67111528
[pid=12802] ppid=12800 vsize=196628 CPUtime=1122.31 cores=1,3
/proc/12802/stat : 12802 (SApperloT2010) R 12800 12802 12406 0 -1 4202496 43627 0 0 0 112208 23 0 0 25 0 1 0 489889406 201347072 41783 33554432000 4194304 4395502 140736247044912 18446744073709551615 4299114 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12802/statm: 49157 41783 266 50 0 46297 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 196628

[startup+1182.3 s]
/proc/loadavg: 1.02 2.09 3.12 2/172 13374
/proc/meminfo: memFree=16397232/32950928 swapFree=67111528/67111528
[pid=12802] ppid=12800 vsize=200212 CPUtime=1182.31 cores=1,3
/proc/12802/stat : 12802 (SApperloT2010) R 12800 12802 12406 0 -1 4202496 44329 0 0 0 118208 23 0 0 25 0 1 0 489889406 205017088 42485 33554432000 4194304 4395502 140736247044912 18446744073709551615 4299583 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12802/statm: 50053 42485 266 50 0 47193 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 200212

[startup+1242.3 s]
/proc/loadavg: 1.01 1.89 2.98 2/172 13376
/proc/meminfo: memFree=16388768/32950928 swapFree=67111528/67111528
[pid=12802] ppid=12800 vsize=209992 CPUtime=1242.31 cores=1,3
/proc/12802/stat : 12802 (SApperloT2010) R 12800 12802 12406 0 -1 4202496 46501 0 0 0 124207 24 0 0 25 0 1 0 489889406 215031808 44657 33554432000 4194304 4395502 140736247044912 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12802/statm: 52498 44657 266 50 0 49638 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 209992



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.00 1.72 2.86 2/172 13378
/proc/meminfo: memFree=16377944/32950928 swapFree=67111528/67111528
[pid=12802] ppid=12800 vsize=222984 CPUtime=1300.02 cores=1,3
/proc/12802/stat : 12802 (SApperloT2010) R 12800 12802 12406 0 -1 4202496 49154 0 0 0 129978 24 0 0 25 0 1 0 489889406 228335616 47310 33554432000 4194304 4395502 140736247044912 18446744073709551615 4288765 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12802/statm: 55746 47310 266 50 0 52886 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 222984

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.04
CPU user time (s): 1299.78
CPU system time (s): 0.25996
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 222984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.78
system time used= 0.25996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49154
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= 10
involuntary context switches= 3179

runsolver used 1.90771 second user time and 4.81527 second system time

The end

Launcher Data

Begin job on node125 at 2011-04-26 03:54:57
IDJOB=3289588
IDBENCH=83127
IDSOLVER=1655
FILE ID=node125/3289588-1303782897
RUNJOBID= node125-1303782471-12724
PBS_JOBID= 13157215
Free space on /tmp= 73132 MiB

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

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

MD5SUM BENCH= 9ece8f569c93ceee834817ef3350ed8e
RANDOM SEED=1800208031

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15909196 kB
Buffers:       2203248 kB
Cached:       13804852 kB
SwapCached:          0 kB
Active:        8295752 kB
Inactive:      8212368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15909196 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2284 kB
Writeback:         248 kB
AnonPages:      499336 kB
Mapped:          15688 kB
Slab:           467324 kB
PageTables:       6164 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   737452 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= 73348 MiB
End job on node125 at 2011-04-26 04:16:39