Trace number 3280618

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

General information on the benchmark

Nameindustrial/palacios/hard/
sortnet-7-ipc5-h15-unsat.cnf
MD5SUM0683489092a5eb0c881dd17c2c45d08e
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 variables105623
Number of clauses374254
Sum of the clauses size911890
Maximum clause length43
Minimum clause length1
Number of clauses of size 1128
Number of clauses of size 2269133
Number of clauses of size 399944
Number of clauses of size 4407
Number of clauses of size 5309
Number of clauses of size over 54333

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-3280618-1303749582/watcher-3280618-1303749582 -o /tmp/evaluation-result-3280618-1303749582/solver-3280618-1303749582 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3280618-1303749582.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: 0.88 1.65 2.31 3/184 3987
/proc/meminfo: memFree=13571368/32950928 swapFree=67111528/67111528
[pid=3987] ppid=3985 vsize=19288 CPUtime=0 cores=0,2
/proc/3987/stat : 3987 (SApperloT2010) R 3985 3987 3507 0 -1 4202496 2065 0 0 0 0 0 0 0 21 0 1 0 565188908 19750912 2004 33554432000 4194304 4395502 140735274058224 18446744073709551615 4274091 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/3987/statm: 4822 2006 245 50 0 1962 0

[startup+0.021083 s]
/proc/loadavg: 0.88 1.65 2.31 3/184 3987
/proc/meminfo: memFree=13571368/32950928 swapFree=67111528/67111528
[pid=3987] ppid=3985 vsize=31856 CPUtime=0.01 cores=0,2
/proc/3987/stat : 3987 (SApperloT2010) R 3985 3987 3507 0 -1 4202496 4537 0 0 0 1 0 0 0 21 0 1 0 565188908 32620544 4476 33554432000 4194304 4395502 140735274058224 18446744073709551615 231895490304 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/3987/statm: 7964 4477 249 50 0 5104 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 31856

[startup+0.101063 s]
/proc/loadavg: 0.88 1.65 2.31 3/184 3987
/proc/meminfo: memFree=13571368/32950928 swapFree=67111528/67111528
[pid=3987] ppid=3985 vsize=39380 CPUtime=0.09 cores=0,2
/proc/3987/stat : 3987 (SApperloT2010) R 3985 3987 3507 0 -1 4202496 6441 0 0 0 8 1 0 0 21 0 1 0 565188908 40325120 6380 33554432000 4194304 4395502 140735274058224 18446744073709551615 231895151301 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/3987/statm: 9845 6381 249 50 0 6985 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39380

[startup+0.301034 s]
/proc/loadavg: 0.88 1.65 2.31 3/184 3987
/proc/meminfo: memFree=13571368/32950928 swapFree=67111528/67111528
[pid=3987] ppid=3985 vsize=81936 CPUtime=0.29 cores=0,2
/proc/3987/stat : 3987 (SApperloT2010) R 3985 3987 3507 0 -1 4202496 15577 0 0 0 27 2 0 0 22 0 1 0 565188908 83902464 13638 33554432000 4194304 4395502 140735274058224 18446744073709551615 231895151301 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/3987/statm: 20484 13645 249 50 0 17624 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 81936

[startup+0.700959 s]
/proc/loadavg: 0.88 1.65 2.31 3/184 3987
/proc/meminfo: memFree=13571368/32950928 swapFree=67111528/67111528
[pid=3987] ppid=3985 vsize=95004 CPUtime=0.69 cores=0,2
/proc/3987/stat : 3987 (SApperloT2010) R 3985 3987 3507 0 -1 4202496 20333 0 0 0 64 5 0 0 24 0 1 0 565188908 97284096 16411 33554432000 4194304 4395502 140735274058224 18446744073709551615 231895515031 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/3987/statm: 23751 16411 255 50 0 20891 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 95004

[startup+1.50079 s]
/proc/loadavg: 1.05 1.68 2.31 4/185 3988
/proc/meminfo: memFree=13491760/32950928 swapFree=67111528/67111528
[pid=3987] ppid=3985 vsize=114912 CPUtime=1.49 cores=0,2
/proc/3987/stat : 3987 (SApperloT2010) R 3985 3987 3507 0 -1 4202496 25928 0 0 0 141 8 0 0 25 0 1 0 565188908 117669888 22006 33554432000 4194304 4395502 140735274058224 18446744073709551615 231895515031 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/3987/statm: 28728 22006 255 50 0 25868 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 114912

[startup+3.10048 s]
/proc/loadavg: 1.05 1.68 2.31 7/189 3997
/proc/meminfo: memFree=13449056/32950928 swapFree=67111528/67111528
[pid=3987] ppid=3985 vsize=133784 CPUtime=3.09 cores=0,2
/proc/3987/stat : 3987 (SApperloT2010) R 3985 3987 3507 0 -1 4202496 30930 0 0 0 298 11 0 0 25 0 1 0 565188908 136994816 27008 33554432000 4194304 4395502 140735274058224 18446744073709551615 4347194 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/3987/statm: 33446 27008 266 50 0 30586 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 133784

[startup+6.30088 s]
/proc/loadavg: 1.05 1.68 2.31 5/190 3998
/proc/meminfo: memFree=13181584/32950928 swapFree=67111528/67111528
[pid=3987] ppid=3985 vsize=138284 CPUtime=6.29 cores=0,2
/proc/3987/stat : 3987 (SApperloT2010) R 3985 3987 3507 0 -1 4202496 32038 0 0 0 618 11 0 0 25 0 1 0 565188908 141602816 28116 33554432000 4194304 4395502 140735274058224 18446744073709551615 4289047 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/3987/statm: 34571 28116 266 50 0 31711 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 138284

[startup+12.7007 s]
/proc/loadavg: 1.50 1.75 2.33 5/190 3998
/proc/meminfo: memFree=13062464/32950928 swapFree=67111528/67111528
[pid=3987] ppid=3985 vsize=143516 CPUtime=12.69 cores=0,2
/proc/3987/stat : 3987 (SApperloT2010) R 3985 3987 3507 0 -1 4202496 33332 0 0 0 1258 11 0 0 25 0 1 0 565188908 146960384 29410 33554432000 4194304 4395502 140735274058224 18446744073709551615 4300273 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/3987/statm: 35879 29410 266 50 0 33019 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 143516

[startup+25.5002 s]
/proc/loadavg: 1.97 1.84 2.35 5/190 3999
/proc/meminfo: memFree=13038912/32950928 swapFree=67111528/67111528
[pid=3987] ppid=3985 vsize=151624 CPUtime=25.49 cores=0,2
/proc/3987/stat : 3987 (SApperloT2010) R 3985 3987 3507 0 -1 4202496 35329 0 0 0 2536 13 0 0 25 0 1 0 565188908 155262976 31407 33554432000 4194304 4395502 140735274058224 18446744073709551615 4299189 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/3987/statm: 37906 31407 266 50 0 35046 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 151624

[startup+51.1004 s]
/proc/loadavg: 2.66 2.01 2.40 5/190 3999
/proc/meminfo: memFree=13010428/32950928 swapFree=67111528/67111528
[pid=3987] ppid=3985 vsize=165644 CPUtime=51.08 cores=0,2
/proc/3987/stat : 3987 (SApperloT2010) R 3985 3987 3507 0 -1 4202496 38646 0 0 0 5094 14 0 0 25 0 1 0 565188908 169619456 34724 33554432000 4194304 4395502 140735274058224 18446744073709551615 4299151 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/3987/statm: 41411 34724 266 50 0 38551 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 165644

[startup+102.307 s]
/proc/loadavg: 3.51 2.36 2.49 5/190 4001
/proc/meminfo: memFree=12975580/32950928 swapFree=67111528/67111528
[pid=3987] ppid=3985 vsize=177240 CPUtime=102.29 cores=0,2
/proc/3987/stat : 3987 (SApperloT2010) R 3985 3987 3507 0 -1 4202496 41405 0 0 0 10214 15 0 0 25 0 1 0 565188908 181493760 37483 33554432000 4194304 4395502 140735274058224 18446744073709551615 4299142 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/3987/statm: 44310 37483 266 50 0 41450 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 177240

[startup+162.3 s]
/proc/loadavg: 3.82 2.66 2.58 5/190 4002
/proc/meminfo: memFree=12945168/32950928 swapFree=67111528/67111528
[pid=3987] ppid=3985 vsize=184572 CPUtime=162.29 cores=0,2
/proc/3987/stat : 3987 (SApperloT2010) R 3985 3987 3507 0 -1 4202496 43039 0 0 0 16212 17 0 0 25 0 1 0 565188908 189001728 39117 33554432000 4194304 4395502 140735274058224 18446744073709551615 4346978 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/3987/statm: 46143 39117 266 50 0 43283 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 184572

[startup+222.301 s]
/proc/loadavg: 3.93 2.90 2.67 5/190 4004
/proc/meminfo: memFree=12920464/32950928 swapFree=67111528/67111528
[pid=3987] ppid=3985 vsize=190336 CPUtime=222.29 cores=0,2
/proc/3987/stat : 3987 (SApperloT2010) R 3985 3987 3507 0 -1 4202496 44380 0 0 0 22211 18 0 0 25 0 1 0 565188908 194904064 40458 33554432000 4194304 4395502 140735274058224 18446744073709551615 4347038 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/3987/statm: 47584 40458 266 50 0 44724 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 190336

[startup+282.301 s]
/proc/loadavg: 3.97 3.10 2.75 5/190 4005
/proc/meminfo: memFree=12898972/32950928 swapFree=67111528/67111528
[pid=3987] ppid=3985 vsize=192504 CPUtime=282.29 cores=0,2
/proc/3987/stat : 3987 (SApperloT2010) R 3985 3987 3507 0 -1 4202496 44867 0 0 0 28211 18 0 0 25 0 1 0 565188908 197124096 40945 33554432000 4194304 4395502 140735274058224 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/3987/statm: 48126 40945 266 50 0 45266 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 192504

[startup+342.3 s]
/proc/loadavg: 3.99 3.26 2.82 5/190 4007
/proc/meminfo: memFree=12869056/32950928 swapFree=67111528/67111528
[pid=3987] ppid=3985 vsize=207656 CPUtime=342.3 cores=0,2
/proc/3987/stat : 3987 (SApperloT2010) R 3985 3987 3507 0 -1 4202496 48235 0 0 0 34209 21 0 0 25 0 1 0 565188908 212639744 44313 33554432000 4194304 4395502 140735274058224 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/3987/statm: 51914 44313 266 50 0 49054 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 207656

[startup+402.301 s]
/proc/loadavg: 3.99 3.39 2.89 5/190 4009
/proc/meminfo: memFree=12848436/32950928 swapFree=67111528/67111528
[pid=3987] ppid=3985 vsize=212576 CPUtime=402.3 cores=0,2
/proc/3987/stat : 3987 (SApperloT2010) R 3985 3987 3507 0 -1 4202496 49082 0 0 0 40209 21 0 0 25 0 1 0 565188908 217677824 45160 33554432000 4194304 4395502 140735274058224 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/3987/statm: 53144 45160 266 50 0 50284 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 212576

[startup+462.301 s]
/proc/loadavg: 3.99 3.50 2.96 5/190 4010
/proc/meminfo: memFree=12830680/32950928 swapFree=67111528/67111528
[pid=3987] ppid=3985 vsize=212576 CPUtime=462.3 cores=0,2
/proc/3987/stat : 3987 (SApperloT2010) R 3985 3987 3507 0 -1 4202496 49114 0 0 0 46209 21 0 0 25 0 1 0 565188908 217677824 45192 33554432000 4194304 4395502 140735274058224 18446744073709551615 4299527 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/3987/statm: 53144 45192 266 50 0 50284 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 212576

[startup+522.3 s]
/proc/loadavg: 3.99 3.59 3.02 5/190 4012
/proc/meminfo: memFree=12811812/32950928 swapFree=67111528/67111528
[pid=3987] ppid=3985 vsize=217124 CPUtime=522.3 cores=0,2
/proc/3987/stat : 3987 (SApperloT2010) R 3985 3987 3507 0 -1 4202496 50078 0 0 0 52208 22 0 0 25 0 1 0 565188908 222334976 46156 33554432000 4194304 4395502 140735274058224 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/3987/statm: 54281 46156 266 50 0 51421 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 217124

[startup+582.301 s]
/proc/loadavg: 4.14 3.69 3.09 5/190 4013
/proc/meminfo: memFree=12806212/32950928 swapFree=67111528/67111528
[pid=3987] ppid=3985 vsize=218088 CPUtime=582.3 cores=0,2
/proc/3987/stat : 3987 (SApperloT2010) R 3985 3987 3507 0 -1 4202496 50304 0 0 0 58208 22 0 0 25 0 1 0 565188908 223322112 46382 33554432000 4194304 4395502 140735274058224 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/3987/statm: 54522 46382 266 50 0 51662 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 218088

[startup+642.301 s]
/proc/loadavg: 4.05 3.75 3.14 5/190 4015
/proc/meminfo: memFree=12801216/32950928 swapFree=67111528/67111528
[pid=3987] ppid=3985 vsize=219052 CPUtime=642.31 cores=0,2
/proc/3987/stat : 3987 (SApperloT2010) R 3985 3987 3507 0 -1 4202496 50513 0 0 0 64209 22 0 0 25 0 1 0 565188908 224309248 46591 33554432000 4194304 4395502 140735274058224 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/3987/statm: 54763 46591 266 50 0 51903 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 219052

[startup+702.3 s]
/proc/loadavg: 4.02 3.79 3.20 5/190 4017
/proc/meminfo: memFree=12791404/32950928 swapFree=67111528/67111528
[pid=3987] ppid=3985 vsize=220396 CPUtime=702.31 cores=0,2
/proc/3987/stat : 3987 (SApperloT2010) R 3985 3987 3507 0 -1 4202496 50784 0 0 0 70208 23 0 0 25 0 1 0 565188908 225685504 46862 33554432000 4194304 4395502 140735274058224 18446744073709551615 4299114 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/3987/statm: 55099 46862 266 50 0 52239 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 220396

[startup+762.307 s]
/proc/loadavg: 4.00 3.83 3.24 5/190 4018
/proc/meminfo: memFree=12779844/32950928 swapFree=67111528/67111528
[pid=3987] ppid=3985 vsize=228468 CPUtime=762.32 cores=0,2
/proc/3987/stat : 3987 (SApperloT2010) R 3985 3987 3507 0 -1 4202496 52631 0 0 0 76208 24 0 0 25 0 1 0 565188908 233951232 48709 33554432000 4194304 4395502 140735274058224 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/3987/statm: 57117 48709 266 50 0 54257 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 228468

[startup+822.301 s]
/proc/loadavg: 4.00 3.85 3.29 5/190 4020
/proc/meminfo: memFree=12771124/32950928 swapFree=67111528/67111528
[pid=3987] ppid=3985 vsize=234984 CPUtime=822.31 cores=0,2
/proc/3987/stat : 3987 (SApperloT2010) R 3985 3987 3507 0 -1 4202496 54025 0 0 0 82207 24 0 0 25 0 1 0 565188908 240623616 50103 33554432000 4194304 4395502 140735274058224 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/3987/statm: 58746 50103 266 50 0 55886 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 234984

[startup+882.3 s]
/proc/loadavg: 4.00 3.88 3.33 5/190 4021
/proc/meminfo: memFree=12756948/32950928 swapFree=67111528/67111528
[pid=3987] ppid=3985 vsize=240296 CPUtime=882.31 cores=0,2
/proc/3987/stat : 3987 (SApperloT2010) R 3985 3987 3507 0 -1 4202496 55124 0 0 0 88206 25 0 0 25 0 1 0 565188908 246063104 51202 33554432000 4194304 4395502 140735274058224 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/3987/statm: 60074 51202 266 50 0 57214 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 240296

[startup+942.301 s]
/proc/loadavg: 4.00 3.90 3.37 5/190 4023
/proc/meminfo: memFree=12754060/32950928 swapFree=67111528/67111528
[pid=3987] ppid=3985 vsize=240744 CPUtime=942.31 cores=0,2
/proc/3987/stat : 3987 (SApperloT2010) R 3985 3987 3507 0 -1 4202496 55228 0 0 0 94205 26 0 0 25 0 1 0 565188908 246521856 51306 33554432000 4194304 4395502 140735274058224 18446744073709551615 4299114 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/3987/statm: 60186 51306 266 50 0 57326 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 240744

[startup+1002.3 s]
/proc/loadavg: 4.03 3.93 3.41 5/190 4025
/proc/meminfo: memFree=12751928/32950928 swapFree=67111528/67111528
[pid=3987] ppid=3985 vsize=241128 CPUtime=1002.32 cores=0,2
/proc/3987/stat : 3987 (SApperloT2010) R 3985 3987 3507 0 -1 4202496 55355 0 0 0 100205 27 0 0 25 0 1 0 565188908 246915072 51433 33554432000 4194304 4395502 140735274058224 18446744073709551615 4299965 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/3987/statm: 60282 51433 266 50 0 57422 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 241128

[startup+1062.3 s]
/proc/loadavg: 4.04 3.95 3.45 5/190 4026
/proc/meminfo: memFree=12744584/32950928 swapFree=67111528/67111528
[pid=3987] ppid=3985 vsize=243432 CPUtime=1062.32 cores=0,2
/proc/3987/stat : 3987 (SApperloT2010) R 3985 3987 3507 0 -1 4202496 55745 0 0 0 106205 27 0 0 25 0 1 0 565188908 249274368 51823 33554432000 4194304 4395502 140735274058224 18446744073709551615 4336200 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/3987/statm: 60858 51823 266 50 0 57998 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 243432

[startup+1122.3 s]
/proc/loadavg: 4.06 3.97 3.49 5/190 4028
/proc/meminfo: memFree=12742080/32950928 swapFree=67111528/67111528
[pid=3987] ppid=3985 vsize=243880 CPUtime=1122.32 cores=0,2
/proc/3987/stat : 3987 (SApperloT2010) R 3985 3987 3507 0 -1 4202496 55816 0 0 0 112205 27 0 0 25 0 1 0 565188908 249733120 51894 33554432000 4194304 4395502 140735274058224 18446744073709551615 4314245 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/3987/statm: 60970 51894 266 50 0 58110 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 243880

[startup+1182.3 s]
/proc/loadavg: 4.06 3.99 3.52 5/190 4029
/proc/meminfo: memFree=12738828/32950928 swapFree=67111528/67111528
[pid=3987] ppid=3985 vsize=244488 CPUtime=1182.32 cores=0,2
/proc/3987/stat : 3987 (SApperloT2010) R 3985 3987 3507 0 -1 4202496 55956 0 0 0 118205 27 0 0 25 0 1 0 565188908 250355712 52034 33554432000 4194304 4395502 140735274058224 18446744073709551615 4299186 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/3987/statm: 61122 52034 266 50 0 58262 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 244488

[startup+1242.3 s]
/proc/loadavg: 4.02 3.99 3.55 5/190 4031
/proc/meminfo: memFree=12730608/32950928 swapFree=67111528/67111528
[pid=3987] ppid=3985 vsize=249900 CPUtime=1242.33 cores=0,2
/proc/3987/stat : 3987 (SApperloT2010) R 3985 3987 3507 0 -1 4202496 57038 0 0 0 124205 28 0 0 25 0 1 0 565188908 255897600 53116 33554432000 4194304 4395502 140735274058224 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/3987/statm: 62475 53116 266 50 0 59615 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 249900



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 3.99 3.57 4/186 4044
/proc/meminfo: memFree=12797916/32950928 swapFree=67111528/67111528
[pid=3987] ppid=3985 vsize=251428 CPUtime=1300.03 cores=0,2
/proc/3987/stat : 3987 (SApperloT2010) R 3985 3987 3507 0 -1 4202496 57368 0 0 0 129975 28 0 0 25 0 1 0 565188908 257462272 53446 33554432000 4194304 4395502 140735274058224 18446744073709551615 4299118 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/3987/statm: 62857 53446 266 50 0 59997 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 251428

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.06
CPU user time (s): 1299.76
CPU system time (s): 0.295955
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 251428

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

runsolver used 2.30165 second user time and 4.80227 second system time

The end

Launcher Data

Begin job on node114 at 2011-04-25 18:39:42
IDJOB=3280618
IDBENCH=20406
IDSOLVER=1655
FILE ID=node114/3280618-1303749582
RUNJOBID= node114-1303749579-3955
PBS_JOBID= 13154048
Free space on /tmp= 71660 MiB

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT07/industrial/palacios/hard/sortnet-7-ipc5-h15-unsat.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3280618-1303749582/watcher-3280618-1303749582 -o /tmp/evaluation-result-3280618-1303749582/solver-3280618-1303749582 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3280618-1303749582.cnf

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

MD5SUM BENCH= 0683489092a5eb0c881dd17c2c45d08e
RANDOM SEED=1183503325

node114.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.848
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.69
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.848
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.848
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.74
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.848
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.73
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.848
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.75
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.848
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.75
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.848
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.848
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:      13571524 kB
Buffers:       2308044 kB
Cached:       16399444 kB
SwapCached:          0 kB
Active:        9347456 kB
Inactive:      9443048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13571524 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            7836 kB
Writeback:           0 kB
AnonPages:       82420 kB
Mapped:          15396 kB
Slab:           525152 kB
PageTables:       5472 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   246584 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= 71640 MiB
End job on node114 at 2011-04-25 19:01:24