Trace number 3266447

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.01 1300.01

General information on the benchmark

NameSAT02/handmade/simon/
satex-challenges/c6288.shuffled.cnf
MD5SUM75bd8319132b47c2d2e6f0889735a248
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.865867
Satisfiable
(Un)Satisfiability was proved
Number of variables5008
Number of clauses14813
Sum of the clauses size34485
Maximum clause length33
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 29982
Number of clauses of size 34829
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51

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

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 1.74 1.99 2.43 2/179 21285
/proc/meminfo: memFree=18720244/32951124 swapFree=67111480/67111528
[pid=21285] ppid=21283 vsize=13032 CPUtime=0 cores=4,6
/proc/21285/stat : 21285 (SApperloT2010) R 21283 21285 21245 0 -1 4202496 644 0 0 0 0 0 0 0 25 0 1 0 548252873 13344768 583 33554432000 4194304 4395502 140737427937008 18446744073709551615 252457726661 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21285/statm: 3258 583 249 50 0 398 0

[startup+0.0169589 s]
/proc/loadavg: 1.74 1.99 2.43 2/179 21285
/proc/meminfo: memFree=18720244/32951124 swapFree=67111480/67111528
[pid=21285] ppid=21283 vsize=14864 CPUtime=0.01 cores=4,6
/proc/21285/stat : 21285 (SApperloT2010) R 21283 21285 21245 0 -1 4202496 1077 0 0 0 1 0 0 0 25 0 1 0 548252873 15220736 897 33554432000 4194304 4395502 140737427937008 18446744073709551615 252458090391 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21285/statm: 3716 897 255 50 0 856 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 14864

[startup+0.100953 s]
/proc/loadavg: 1.74 1.99 2.43 2/179 21285
/proc/meminfo: memFree=18720244/32951124 swapFree=67111480/67111528
[pid=21285] ppid=21283 vsize=17196 CPUtime=0.09 cores=4,6
/proc/21285/stat : 21285 (SApperloT2010) R 21283 21285 21245 0 -1 4202496 1626 0 0 0 9 0 0 0 25 0 1 0 548252873 17608704 1446 33554432000 4194304 4395502 140737427937008 18446744073709551615 252457726661 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21285/statm: 4299 1446 266 50 0 1439 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17196

[startup+0.300929 s]
/proc/loadavg: 1.74 1.99 2.43 2/179 21285
/proc/meminfo: memFree=18720244/32951124 swapFree=67111480/67111528
[pid=21285] ppid=21283 vsize=18396 CPUtime=0.29 cores=4,6
/proc/21285/stat : 21285 (SApperloT2010) R 21283 21285 21245 0 -1 4202496 1926 0 0 0 29 0 0 0 25 0 1 0 548252873 18837504 1746 33554432000 4194304 4395502 140737427937008 18446744073709551615 4299154 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21285/statm: 4599 1746 266 50 0 1739 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18396

[startup+0.700857 s]
/proc/loadavg: 1.74 1.99 2.43 2/179 21285
/proc/meminfo: memFree=18720244/32951124 swapFree=67111480/67111528
[pid=21285] ppid=21283 vsize=19192 CPUtime=0.69 cores=4,6
/proc/21285/stat : 21285 (SApperloT2010) R 21283 21285 21245 0 -1 4202496 2111 0 0 0 69 0 0 0 25 0 1 0 548252873 19652608 1931 33554432000 4194304 4395502 140737427937008 18446744073709551615 4291692 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21285/statm: 4798 1931 266 50 0 1938 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19192

[startup+1.50071 s]
/proc/loadavg: 1.74 1.99 2.43 5/190 21306
/proc/meminfo: memFree=18700136/32951124 swapFree=67111480/67111528
[pid=21285] ppid=21283 vsize=19988 CPUtime=1.49 cores=4,6
/proc/21285/stat : 21285 (SApperloT2010) R 21283 21285 21245 0 -1 4202496 2283 0 0 0 149 0 0 0 25 0 1 0 548252873 20467712 2103 33554432000 4194304 4395502 140737427937008 18446744073709551615 4291812 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21285/statm: 4997 2103 266 50 0 2137 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 19988

[startup+3.10038 s]
/proc/loadavg: 1.74 1.99 2.43 5/190 21306
/proc/meminfo: memFree=18692820/32951124 swapFree=67111480/67111528
[pid=21285] ppid=21283 vsize=20676 CPUtime=3.09 cores=4,6
/proc/21285/stat : 21285 (SApperloT2010) R 21283 21285 21245 0 -1 4202496 2468 0 0 0 309 0 0 0 25 0 1 0 548252873 21172224 2288 33554432000 4194304 4395502 140737427937008 18446744073709551615 4299537 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21285/statm: 5169 2288 266 50 0 2309 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 20676

[startup+6.30081 s]
/proc/loadavg: 1.92 2.03 2.44 5/190 21306
/proc/meminfo: memFree=18678556/32951124 swapFree=67111480/67111528
[pid=21285] ppid=21283 vsize=21844 CPUtime=6.29 cores=4,6
/proc/21285/stat : 21285 (SApperloT2010) R 21283 21285 21245 0 -1 4202496 2733 0 0 0 629 0 0 0 25 0 1 0 548252873 22368256 2553 33554432000 4194304 4395502 140737427937008 18446744073709551615 4299739 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21285/statm: 5461 2553 266 50 0 2601 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 21844

[startup+12.7006 s]
/proc/loadavg: 2.09 2.06 2.45 5/190 21307
/proc/meminfo: memFree=18652924/32951124 swapFree=67111480/67111528
[pid=21285] ppid=21283 vsize=23288 CPUtime=12.69 cores=4,6
/proc/21285/stat : 21285 (SApperloT2010) R 21283 21285 21245 0 -1 4202496 3082 0 0 0 1269 0 0 0 25 0 1 0 548252873 23846912 2902 33554432000 4194304 4395502 140737427937008 18446744073709551615 4299821 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21285/statm: 5822 2902 266 50 0 2962 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 23288

[startup+25.5003 s]
/proc/loadavg: 2.59 2.17 2.48 5/190 21307
/proc/meminfo: memFree=18612304/32951124 swapFree=67111480/67111528
[pid=21285] ppid=21283 vsize=24608 CPUtime=25.49 cores=4,6
/proc/21285/stat : 21285 (SApperloT2010) R 21283 21285 21245 0 -1 4202496 3382 0 0 0 2549 0 0 0 25 0 1 0 548252873 25198592 3202 33554432000 4194304 4395502 140737427937008 18446744073709551615 4299514 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21285/statm: 6152 3202 266 50 0 3292 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 24608

[startup+51.1005 s]
/proc/loadavg: 3.07 2.32 2.52 5/190 21308
/proc/meminfo: memFree=18537708/32951124 swapFree=67111480/67111528
[pid=21285] ppid=21283 vsize=26204 CPUtime=51.09 cores=4,6
/proc/21285/stat : 21285 (SApperloT2010) R 21283 21285 21245 0 -1 4202496 3748 0 0 0 5109 0 0 0 25 0 1 0 548252873 26832896 3568 33554432000 4194304 4395502 140737427937008 18446744073709551615 4288800 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21285/statm: 6551 3568 266 50 0 3691 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 26204

[startup+102.307 s]
/proc/loadavg: 3.64 2.59 2.60 5/190 21309
/proc/meminfo: memFree=18391492/32951124 swapFree=67111480/67111528
[pid=21285] ppid=21283 vsize=29072 CPUtime=102.3 cores=4,6
/proc/21285/stat : 21285 (SApperloT2010) R 21283 21285 21245 0 -1 4202496 4393 0 0 0 10229 1 0 0 25 0 1 0 548252873 29769728 4213 33554432000 4194304 4395502 140737427937008 18446744073709551615 4291698 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21285/statm: 7268 4213 266 50 0 4408 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 29072

[startup+162.301 s]
/proc/loadavg: 3.90 2.86 2.69 5/190 21314
/proc/meminfo: memFree=18252908/32951124 swapFree=67111480/67111528
[pid=21285] ppid=21283 vsize=30612 CPUtime=162.29 cores=4,6
/proc/21285/stat : 21285 (SApperloT2010) R 21283 21285 21245 0 -1 4202496 4762 0 0 0 16228 1 0 0 25 0 1 0 548252873 31346688 4582 33554432000 4194304 4395502 140737427937008 18446744073709551615 4292329 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21285/statm: 7653 4582 266 50 0 4793 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 30612

[startup+222.301 s]
/proc/loadavg: 3.96 3.06 2.77 5/190 21315
/proc/meminfo: memFree=18080888/32951124 swapFree=67111480/67111528
[pid=21285] ppid=21283 vsize=31820 CPUtime=222.29 cores=4,6
/proc/21285/stat : 21285 (SApperloT2010) R 21283 21285 21245 0 -1 4202496 5054 0 0 0 22228 1 0 0 25 0 1 0 548252873 32583680 4874 33554432000 4194304 4395502 140737427937008 18446744073709551615 4299174 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21285/statm: 7955 4874 266 50 0 5095 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 31820

[startup+282.3 s]
/proc/loadavg: 3.98 3.23 2.84 5/190 21317
/proc/meminfo: memFree=17901060/32951124 swapFree=67111480/67111528
[pid=21285] ppid=21283 vsize=32908 CPUtime=282.29 cores=4,6
/proc/21285/stat : 21285 (SApperloT2010) R 21283 21285 21245 0 -1 4202496 5273 0 0 0 28228 1 0 0 25 0 1 0 548252873 33697792 5093 33554432000 4194304 4395502 140737427937008 18446744073709551615 4288504 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21285/statm: 8227 5093 266 50 0 5367 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 32908

[startup+342.3 s]
/proc/loadavg: 4.14 3.40 2.92 5/190 21318
/proc/meminfo: memFree=17812612/32951124 swapFree=67111480/67111528
[pid=21285] ppid=21283 vsize=34016 CPUtime=342.29 cores=4,6
/proc/21285/stat : 21285 (SApperloT2010) R 21283 21285 21245 0 -1 4202496 5548 0 0 0 34228 1 0 0 25 0 1 0 548252873 34832384 5368 33554432000 4194304 4395502 140737427937008 18446744073709551615 4299630 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21285/statm: 8504 5368 266 50 0 5644 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 34016

[startup+402.301 s]
/proc/loadavg: 4.05 3.51 2.99 5/190 21320
/proc/meminfo: memFree=17633160/32951124 swapFree=67111480/67111528
[pid=21285] ppid=21283 vsize=34424 CPUtime=402.3 cores=4,6
/proc/21285/stat : 21285 (SApperloT2010) R 21283 21285 21245 0 -1 4202496 5664 0 0 0 40229 1 0 0 25 0 1 0 548252873 35250176 5484 33554432000 4194304 4395502 140737427937008 18446744073709551615 4297096 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21285/statm: 8606 5484 266 50 0 5746 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 34424

[startup+462.301 s]
/proc/loadavg: 4.02 3.59 3.05 5/190 21322
/proc/meminfo: memFree=17431252/32951124 swapFree=67111480/67111528
[pid=21285] ppid=21283 vsize=35176 CPUtime=462.29 cores=4,6
/proc/21285/stat : 21285 (SApperloT2010) R 21283 21285 21245 0 -1 4202496 5864 0 0 0 46228 1 0 0 25 0 1 0 548252873 36020224 5684 33554432000 4194304 4395502 140737427937008 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21285/statm: 8794 5684 266 50 0 5934 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 35176

[startup+522.301 s]
/proc/loadavg: 4.00 3.66 3.10 5/190 21323
/proc/meminfo: memFree=17271272/32951124 swapFree=67111480/67111528
[pid=21285] ppid=21283 vsize=36208 CPUtime=522.29 cores=4,6
/proc/21285/stat : 21285 (SApperloT2010) R 21283 21285 21245 0 -1 4202496 6102 0 0 0 52228 1 0 0 25 0 1 0 548252873 37076992 5922 33554432000 4194304 4395502 140737427937008 18446744073709551615 4299174 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21285/statm: 9052 5922 266 50 0 6192 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 36208

[startup+582.301 s]
/proc/loadavg: 4.00 3.72 3.16 5/190 21325
/proc/meminfo: memFree=17091324/32951124 swapFree=67111480/67111528
[pid=21285] ppid=21283 vsize=37336 CPUtime=582.29 cores=4,6
/proc/21285/stat : 21285 (SApperloT2010) R 21283 21285 21245 0 -1 4202496 6362 0 0 0 58228 1 0 0 25 0 1 0 548252873 38232064 6182 33554432000 4194304 4395502 140737427937008 18446744073709551615 4314304 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21285/statm: 9334 6182 266 50 0 6474 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 37336

[startup+642.3 s]
/proc/loadavg: 4.03 3.78 3.21 5/190 21326
/proc/meminfo: memFree=16999668/32951124 swapFree=67111480/67111528
[pid=21285] ppid=21283 vsize=38532 CPUtime=642.29 cores=4,6
/proc/21285/stat : 21285 (SApperloT2010) R 21283 21285 21245 0 -1 4202496 6615 0 0 0 64228 1 0 0 25 0 1 0 548252873 39456768 6435 33554432000 4194304 4395502 140737427937008 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21285/statm: 9633 6435 266 50 0 6773 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 38532

[startup+702.3 s]
/proc/loadavg: 4.01 3.82 3.26 5/190 21328
/proc/meminfo: memFree=16942588/32951124 swapFree=67111480/67111528
[pid=21285] ppid=21283 vsize=39224 CPUtime=702.3 cores=4,6
/proc/21285/stat : 21285 (SApperloT2010) R 21283 21285 21245 0 -1 4202496 6805 0 0 0 70228 2 0 0 25 0 1 0 548252873 40165376 6625 33554432000 4194304 4395502 140737427937008 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21285/statm: 9806 6625 266 50 0 6946 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 39224

[startup+762.306 s]
/proc/loadavg: 4.00 3.85 3.30 5/190 21330
/proc/meminfo: memFree=16732248/32951124 swapFree=67111480/67111528
[pid=21285] ppid=21283 vsize=39880 CPUtime=762.3 cores=4,6
/proc/21285/stat : 21285 (SApperloT2010) R 21283 21285 21245 0 -1 4202496 6960 0 0 0 76228 2 0 0 25 0 1 0 548252873 40837120 6780 33554432000 4194304 4395502 140737427937008 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21285/statm: 9970 6780 266 50 0 7110 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 39880

[startup+822.301 s]
/proc/loadavg: 4.00 3.87 3.34 5/190 21331
/proc/meminfo: memFree=16555024/32951124 swapFree=67111480/67111528
[pid=21285] ppid=21283 vsize=40968 CPUtime=822.29 cores=4,6
/proc/21285/stat : 21285 (SApperloT2010) R 21283 21285 21245 0 -1 4202496 7221 0 0 0 82227 2 0 0 25 0 1 0 548252873 41951232 7041 33554432000 4194304 4395502 140737427937008 18446744073709551615 4299583 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21285/statm: 10242 7041 266 50 0 7382 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 40968

[startup+882.301 s]
/proc/loadavg: 4.00 3.89 3.38 5/190 21333
/proc/meminfo: memFree=16380032/32951124 swapFree=67111480/67111528
[pid=21285] ppid=21283 vsize=41728 CPUtime=882.28 cores=4,6
/proc/21285/stat : 21285 (SApperloT2010) R 21283 21285 21245 0 -1 4202496 7353 0 0 0 88226 2 0 0 25 0 1 0 548252873 42729472 7173 33554432000 4194304 4395502 140737427937008 18446744073709551615 4297182 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21285/statm: 10432 7173 266 50 0 7572 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 41728

[startup+942.301 s]
/proc/loadavg: 4.00 3.91 3.42 5/190 21334
/proc/meminfo: memFree=16206408/32951124 swapFree=67111480/67111528
[pid=21285] ppid=21283 vsize=42268 CPUtime=942.29 cores=4,6
/proc/21285/stat : 21285 (SApperloT2010) R 21283 21285 21245 0 -1 4202496 7478 0 0 0 94226 3 0 0 25 0 1 0 548252873 43282432 7298 33554432000 4194304 4395502 140737427937008 18446744073709551615 4292039 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21285/statm: 10567 7298 266 50 0 7707 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 42268

[startup+1002.3 s]
/proc/loadavg: 4.00 3.92 3.45 5/190 21336
/proc/meminfo: memFree=16043944/32951124 swapFree=67111480/67111528
[pid=21285] ppid=21283 vsize=42796 CPUtime=1002.29 cores=4,6
/proc/21285/stat : 21285 (SApperloT2010) R 21283 21285 21245 0 -1 4202496 7604 0 0 0 100226 3 0 0 25 0 1 0 548252873 43823104 7424 33554432000 4194304 4395502 140737427937008 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21285/statm: 10699 7424 266 50 0 7839 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 42796

[startup+1062.3 s]
/proc/loadavg: 4.00 3.94 3.48 5/190 21338
/proc/meminfo: memFree=15918048/32951124 swapFree=67111480/67111528
[pid=21285] ppid=21283 vsize=43108 CPUtime=1062.29 cores=4,6
/proc/21285/stat : 21285 (SApperloT2010) R 21283 21285 21245 0 -1 4202496 7697 0 0 0 106226 3 0 0 25 0 1 0 548252873 44142592 7517 33554432000 4194304 4395502 140737427937008 18446744073709551615 4292397 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21285/statm: 10777 7517 266 50 0 7917 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 43108

[startup+1122.3 s]
/proc/loadavg: 4.00 3.94 3.51 5/190 21339
/proc/meminfo: memFree=15731396/32951124 swapFree=67111480/67111528
[pid=21285] ppid=21283 vsize=43380 CPUtime=1122.29 cores=4,6
/proc/21285/stat : 21285 (SApperloT2010) R 21283 21285 21245 0 -1 4202496 7771 0 0 0 112226 3 0 0 25 0 1 0 548252873 44421120 7591 33554432000 4194304 4395502 140737427937008 18446744073709551615 4299189 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21285/statm: 10845 7591 266 50 0 7985 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 43380

[startup+1182.3 s]
/proc/loadavg: 4.03 3.97 3.55 5/190 21341
/proc/meminfo: memFree=15566960/32951124 swapFree=67111480/67111528
[pid=21285] ppid=21283 vsize=43684 CPUtime=1182.29 cores=4,6
/proc/21285/stat : 21285 (SApperloT2010) R 21283 21285 21245 0 -1 4202496 7850 0 0 0 118226 3 0 0 25 0 1 0 548252873 44732416 7670 33554432000 4194304 4395502 140737427937008 18446744073709551615 4293632 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21285/statm: 10921 7670 266 50 0 8061 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 43684

[startup+1242.3 s]
/proc/loadavg: 4.01 3.97 3.57 5/190 21342
/proc/meminfo: memFree=15378588/32951124 swapFree=67111480/67111528
[pid=21285] ppid=21283 vsize=44436 CPUtime=1242.29 cores=4,6
/proc/21285/stat : 21285 (SApperloT2010) R 21283 21285 21245 0 -1 4202496 8007 0 0 0 124226 3 0 0 25 0 1 0 548252873 45502464 7827 33554432000 4194304 4395502 140737427937008 18446744073709551615 4299608 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21285/statm: 11109 7827 266 50 0 8249 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 44436



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.97 3.59 4/188 21345
/proc/meminfo: memFree=15816560/32951124 swapFree=67111480/67111528
[pid=21285] ppid=21283 vsize=45376 CPUtime=1299.99 cores=4,6
/proc/21285/stat : 21285 (SApperloT2010) R 21283 21285 21245 0 -1 4202496 8177 0 0 0 129996 3 0 0 25 0 1 0 548252873 46465024 7997 33554432000 4194304 4395502 140737427937008 18446744073709551615 4299739 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21285/statm: 11344 7997 266 50 0 8484 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 45376

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.01
CPU time (s): 1300.01
CPU user time (s): 1299.97
CPU system time (s): 0.039993
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 45376

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

runsolver used 2.21266 second user time and 4.47132 second system time

The end

Launcher Data

Begin job on node111 at 2011-04-23 19:37:04
IDJOB=3266447
IDBENCH=87734
IDSOLVER=1655
FILE ID=node111/3266447-1303580224
RUNJOBID= node111-1303580224-21264
PBS_JOBID= 13150347
Free space on /tmp= 70736 MiB

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT02/handmade/simon/satex-challenges/c6288.shuffled.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3266447-1303580224/watcher-3266447-1303580224 -o /tmp/evaluation-result-3266447-1303580224/solver-3266447-1303580224 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3266447-1303580224.cnf

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

MD5SUM BENCH= 75bd8319132b47c2d2e6f0889735a248
RANDOM SEED=1410712686

node111.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.849
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.849
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	: 5428.12
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.849
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.849
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.86
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.849
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.849
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.849
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.67
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.849
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:     32951124 kB
MemFree:      18720400 kB
Buffers:       2130000 kB
Cached:       11461976 kB
SwapCached:         44 kB
Active:        9659252 kB
Inactive:      3999456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18720400 kB
SwapTotal:    67111528 kB
SwapFree:     67111480 kB
Dirty:             528 kB
Writeback:           0 kB
AnonPages:       66276 kB
Mapped:          15100 kB
Slab:           505104 kB
PageTables:       5420 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   212824 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= 70732 MiB
End job on node111 at 2011-04-23 19:58:46