Trace number 3379709

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-05-15 (fixed)? (TO) 1300.05 1300.02

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v760c43649gyes6.cnf
MD5SUMdc046d6f885b64777ffc1cfc8367a176
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.909861
Satisfiable
(Un)Satisfiability was proved
Number of variables760
Number of clauses43649
Sum of the clauses size87978
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 243609
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

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: 961)

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-3379709-1305454950/watcher-3379709-1305454950 -o /tmp/evaluation-result-3379709-1305454950/solver-3379709-1305454950 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3379709-1305454950.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: 2.80 3.10 3.50 4/369 1066
/proc/meminfo: memFree=27076340/32950928 swapFree=60199044/67111528
[pid=1066] ppid=1064 vsize=12992 CPUtime=0 cores=1,3
/proc/1066/stat : 1066 (SApperloT2010) R 1064 1066 24378 0 -1 4202496 572 0 0 0 0 0 0 0 22 0 1 0 657093841 13303808 512 33554432000 4194304 4394578 140736975559824 18446744073709551615 268272349893 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1066/statm: 3248 512 247 49 0 389 0

[startup+0.113379 s]
/proc/loadavg: 2.80 3.10 3.50 4/369 1066
/proc/meminfo: memFree=27076340/32950928 swapFree=60199044/67111528
[pid=1066] ppid=1064 vsize=18476 CPUtime=0.1 cores=1,3
/proc/1066/stat : 1066 (SApperloT2010) R 1064 1066 24378 0 -1 4202496 2137 0 0 0 10 0 0 0 23 0 1 0 657093841 18919424 1904 33554432000 4194304 4394578 140736975559824 18446744073709551615 4309164 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1066/statm: 4619 1904 267 49 0 1760 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 18476

[startup+0.200363 s]
/proc/loadavg: 2.80 3.10 3.50 4/369 1066
/proc/meminfo: memFree=27076340/32950928 swapFree=60199044/67111528
[pid=1066] ppid=1064 vsize=19800 CPUtime=0.19 cores=1,3
/proc/1066/stat : 1066 (SApperloT2010) R 1064 1066 24378 0 -1 4202496 2464 0 0 0 19 0 0 0 23 0 1 0 657093841 20275200 2231 33554432000 4194304 4394578 140736975559824 18446744073709551615 4300074 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1066/statm: 4950 2231 267 49 0 2091 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 19800

[startup+0.300345 s]
/proc/loadavg: 2.80 3.10 3.50 4/369 1066
/proc/meminfo: memFree=27076340/32950928 swapFree=60199044/67111528
[pid=1066] ppid=1064 vsize=20988 CPUtime=0.29 cores=1,3
/proc/1066/stat : 1066 (SApperloT2010) R 1064 1066 24378 0 -1 4202496 2763 0 0 0 29 0 0 0 23 0 1 0 657093841 21491712 2530 33554432000 4194304 4394578 140736975559824 18446744073709551615 268272349893 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1066/statm: 5247 2530 267 49 0 2388 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20988

[startup+0.700274 s]
/proc/loadavg: 2.80 3.10 3.50 4/369 1066
/proc/meminfo: memFree=27076340/32950928 swapFree=60199044/67111528
[pid=1066] ppid=1064 vsize=24588 CPUtime=0.69 cores=1,3
/proc/1066/stat : 1066 (SApperloT2010) R 1064 1066 24378 0 -1 4202496 3657 0 0 0 69 0 0 0 25 0 1 0 657093841 25178112 3424 33554432000 4194304 4394578 140736975559824 18446744073709551615 4313449 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1066/statm: 6147 3424 267 49 0 3288 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24588

[startup+1.50013 s]
/proc/loadavg: 2.80 3.10 3.50 6/375 1077
/proc/meminfo: memFree=27012440/32950928 swapFree=60199044/67111528
[pid=1066] ppid=1064 vsize=27656 CPUtime=1.49 cores=1,3
/proc/1066/stat : 1066 (SApperloT2010) R 1064 1066 24378 0 -1 4202496 4396 0 0 0 149 0 0 0 25 0 1 0 657093841 28319744 4163 33554432000 4194304 4394578 140736975559824 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1066/statm: 6914 4163 267 49 0 4055 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27656

[startup+3.10085 s]
/proc/loadavg: 2.80 3.10 3.50 6/375 1077
/proc/meminfo: memFree=26992472/32950928 swapFree=60199044/67111528
[pid=1066] ppid=1064 vsize=29592 CPUtime=3.09 cores=1,3
/proc/1066/stat : 1066 (SApperloT2010) R 1064 1066 24378 0 -1 4202496 4851 0 0 0 309 0 0 0 25 0 1 0 657093841 30302208 4618 33554432000 4194304 4394578 140736975559824 18446744073709551615 4298401 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1066/statm: 7398 4618 267 49 0 4539 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 29592

[startup+6.30027 s]
/proc/loadavg: 2.98 3.13 3.51 6/375 1077
/proc/meminfo: memFree=26962464/32950928 swapFree=60199044/67111528
[pid=1066] ppid=1064 vsize=32464 CPUtime=6.29 cores=1,3
/proc/1066/stat : 1066 (SApperloT2010) R 1064 1066 24378 0 -1 4202496 5513 0 0 0 629 0 0 0 25 0 1 0 657093841 33243136 5280 33554432000 4194304 4394578 140736975559824 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1066/statm: 8116 5280 267 49 0 5257 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 32464

[startup+12.7001 s]
/proc/loadavg: 3.14 3.16 3.52 6/375 1077
/proc/meminfo: memFree=26911700/32950928 swapFree=60199044/67111528
[pid=1066] ppid=1064 vsize=38348 CPUtime=12.69 cores=1,3
/proc/1066/stat : 1066 (SApperloT2010) R 1064 1066 24378 0 -1 4202496 6827 0 0 0 1269 0 0 0 25 0 1 0 657093841 39268352 6594 33554432000 4194304 4394578 140736975559824 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1066/statm: 9587 6594 267 49 0 6728 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 38348

[startup+25.5009 s]
/proc/loadavg: 3.63 3.27 3.54 6/375 1077
/proc/meminfo: memFree=26874004/32950928 swapFree=60199044/67111528
[pid=1066] ppid=1064 vsize=45268 CPUtime=25.49 cores=1,3
/proc/1066/stat : 1066 (SApperloT2010) R 1064 1066 24378 0 -1 4202496 8362 0 0 0 2548 1 0 0 25 0 1 0 657093841 46354432 8129 33554432000 4194304 4394578 140736975559824 18446744073709551615 4292774 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1066/statm: 11317 8129 267 49 0 8458 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 45268

[startup+51.1003 s]
/proc/loadavg: 4.17 3.42 3.59 6/375 1078
/proc/meminfo: memFree=26845832/32950928 swapFree=60199044/67111528
[pid=1066] ppid=1064 vsize=52432 CPUtime=51.09 cores=1,3
/proc/1066/stat : 1066 (SApperloT2010) R 1064 1066 24378 0 -1 4202496 9925 0 0 0 5108 1 0 0 25 0 1 0 657093841 53690368 9692 33554432000 4194304 4394578 140736975559824 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1066/statm: 13108 9692 267 49 0 10249 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 52432

[startup+102.3 s]
/proc/loadavg: 4.64 3.66 3.66 6/375 1079
/proc/meminfo: memFree=26787164/32950928 swapFree=60199044/67111528
[pid=1066] ppid=1064 vsize=61936 CPUtime=102.29 cores=1,3
/proc/1066/stat : 1066 (SApperloT2010) R 1064 1066 24378 0 -1 4202496 11936 0 0 0 10228 1 0 0 25 0 1 0 657093841 63422464 11703 33554432000 4194304 4394578 140736975559824 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1066/statm: 15484 11703 267 49 0 12625 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 61936

[startup+162.3 s]
/proc/loadavg: 4.92 3.92 3.74 6/375 1081
/proc/meminfo: memFree=26739768/32950928 swapFree=60199044/67111528
[pid=1066] ppid=1064 vsize=73024 CPUtime=162.29 cores=1,3
/proc/1066/stat : 1066 (SApperloT2010) R 1064 1066 24378 0 -1 4202496 14322 0 0 0 16227 2 0 0 25 0 1 0 657093841 74776576 14089 33554432000 4194304 4394578 140736975559824 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1066/statm: 18256 14089 267 49 0 15397 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 73024

[startup+222.314 s]
/proc/loadavg: 4.97 4.11 3.82 6/375 1083
/proc/meminfo: memFree=26709612/32950928 swapFree=60199044/67111528
[pid=1066] ppid=1064 vsize=78792 CPUtime=222.31 cores=1,3
/proc/1066/stat : 1066 (SApperloT2010) R 1064 1066 24378 0 -1 4202496 15506 0 0 0 22228 3 0 0 25 0 1 0 657093841 80683008 15273 33554432000 4194304 4394578 140736975559824 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1066/statm: 19698 15273 267 49 0 16839 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 78792

[startup+282.3 s]
/proc/loadavg: 5.03 4.29 3.90 6/375 1084
/proc/meminfo: memFree=26684160/32950928 swapFree=60199044/67111528
[pid=1066] ppid=1064 vsize=86216 CPUtime=282.29 cores=1,3
/proc/1066/stat : 1066 (SApperloT2010) R 1064 1066 24378 0 -1 4202496 17059 0 0 0 28226 3 0 0 25 0 1 0 657093841 88285184 16826 33554432000 4194304 4394578 140736975559824 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1066/statm: 21554 16826 267 49 0 18695 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 86216

[startup+342.3 s]
/proc/loadavg: 5.10 4.44 3.97 6/375 1086
/proc/meminfo: memFree=26658716/32950928 swapFree=60199044/67111528
[pid=1066] ppid=1064 vsize=92244 CPUtime=342.3 cores=1,3
/proc/1066/stat : 1066 (SApperloT2010) R 1064 1066 24378 0 -1 4202496 18398 0 0 0 34226 4 0 0 25 0 1 0 657093841 94457856 18165 33554432000 4194304 4394578 140736975559824 18446744073709551615 4298807 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1066/statm: 23061 18165 267 49 0 20202 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 92244

[startup+402.301 s]
/proc/loadavg: 5.19 4.59 4.05 6/375 1087
/proc/meminfo: memFree=26638840/32950928 swapFree=60199044/67111528
[pid=1066] ppid=1064 vsize=100168 CPUtime=402.3 cores=1,3
/proc/1066/stat : 1066 (SApperloT2010) R 1064 1066 24378 0 -1 4202496 20048 0 0 0 40226 4 0 0 25 0 1 0 657093841 102572032 19815 33554432000 4194304 4394578 140736975559824 18446744073709551615 4292670 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1066/statm: 25042 19815 267 49 0 22183 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 100168

[startup+462.301 s]
/proc/loadavg: 4.57 4.53 4.07 5/374 1089
/proc/meminfo: memFree=26625560/32950928 swapFree=60199044/67111528
[pid=1066] ppid=1064 vsize=101832 CPUtime=462.31 cores=1,3
/proc/1066/stat : 1066 (SApperloT2010) R 1064 1066 24378 0 -1 4202496 20387 0 0 0 46226 5 0 0 25 0 1 0 657093841 104275968 20154 33554432000 4194304 4394578 140736975559824 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1066/statm: 25458 20154 267 49 0 22599 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 101832

[startup+522.3 s]
/proc/loadavg: 4.21 4.43 4.06 5/374 1091
/proc/meminfo: memFree=26603204/32950928 swapFree=60199044/67111528
[pid=1066] ppid=1064 vsize=106760 CPUtime=522.3 cores=1,3
/proc/1066/stat : 1066 (SApperloT2010) R 1064 1066 24378 0 -1 4202496 21307 0 0 0 52225 5 0 0 25 0 1 0 657093841 109322240 21074 33554432000 4194304 4394578 140736975559824 18446744073709551615 4298698 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1066/statm: 26690 21074 267 49 0 23831 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 106760

[startup+582.301 s]
/proc/loadavg: 4.07 4.35 4.05 5/374 1092
/proc/meminfo: memFree=26562016/32950928 swapFree=60199044/67111528
[pid=1066] ppid=1064 vsize=112520 CPUtime=582.3 cores=1,3
/proc/1066/stat : 1066 (SApperloT2010) R 1064 1066 24378 0 -1 4202496 22464 0 0 0 58225 5 0 0 25 0 1 0 657093841 115220480 22231 33554432000 4194304 4394578 140736975559824 18446744073709551615 4287897 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1066/statm: 28130 22231 267 49 0 25271 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 112520

[startup+642.301 s]
/proc/loadavg: 4.07 4.30 4.05 5/374 1094
/proc/meminfo: memFree=26555788/32950928 swapFree=60199044/67111528
[pid=1066] ppid=1064 vsize=114312 CPUtime=642.31 cores=1,3
/proc/1066/stat : 1066 (SApperloT2010) R 1064 1066 24378 0 -1 4202496 22860 0 0 0 64225 6 0 0 25 0 1 0 657093841 117055488 22627 33554432000 4194304 4394578 140736975559824 18446744073709551615 4298841 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1066/statm: 28578 22627 267 49 0 25719 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 114312

[startup+702.3 s]
/proc/loadavg: 4.02 4.24 4.05 5/374 1095
/proc/meminfo: memFree=26549560/32950928 swapFree=60199044/67111528
[pid=1066] ppid=1064 vsize=117280 CPUtime=702.31 cores=1,3
/proc/1066/stat : 1066 (SApperloT2010) R 1064 1066 24378 0 -1 4202496 23522 0 0 0 70225 6 0 0 25 0 1 0 657093841 120094720 23289 33554432000 4194304 4394578 140736975559824 18446744073709551615 4298818 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1066/statm: 29320 23289 267 49 0 26461 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 117280

[startup+762.301 s]
/proc/loadavg: 4.01 4.20 4.04 5/374 1097
/proc/meminfo: memFree=26536500/32950928 swapFree=60199044/67111528
[pid=1066] ppid=1064 vsize=118112 CPUtime=762.31 cores=1,3
/proc/1066/stat : 1066 (SApperloT2010) R 1064 1066 24378 0 -1 4202496 23707 0 0 0 76225 6 0 0 25 0 1 0 657093841 120946688 23474 33554432000 4194304 4394578 140736975559824 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1066/statm: 29528 23474 267 49 0 26669 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 118112

[startup+822.301 s]
/proc/loadavg: 4.00 4.16 4.04 5/374 1099
/proc/meminfo: memFree=26514892/32950928 swapFree=60199044/67111528
[pid=1066] ppid=1064 vsize=124432 CPUtime=822.31 cores=1,3
/proc/1066/stat : 1066 (SApperloT2010) R 1064 1066 24378 0 -1 4202496 25065 0 0 0 82225 6 0 0 25 0 1 0 657093841 127418368 24832 33554432000 4194304 4394578 140736975559824 18446744073709551615 4298919 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1066/statm: 31108 24832 267 49 0 28249 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 124432

[startup+882.314 s]
/proc/loadavg: 4.07 4.14 4.04 5/374 1100
/proc/meminfo: memFree=26484600/32950928 swapFree=60199044/67111528
[pid=1066] ppid=1064 vsize=128912 CPUtime=882.33 cores=1,3
/proc/1066/stat : 1066 (SApperloT2010) R 1064 1066 24378 0 -1 4202496 26005 0 0 0 88226 7 0 0 25 0 1 0 657093841 132005888 25772 33554432000 4194304 4394578 140736975559824 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1066/statm: 32228 25772 267 49 0 29369 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 128912

[startup+942.3 s]
/proc/loadavg: 4.13 4.14 4.04 5/374 1102
/proc/meminfo: memFree=26464720/32950928 swapFree=60199044/67111528
[pid=1066] ppid=1064 vsize=134032 CPUtime=942.31 cores=1,3
/proc/1066/stat : 1066 (SApperloT2010) R 1064 1066 24378 0 -1 4202496 27003 0 0 0 94224 7 0 0 25 0 1 0 657093841 137248768 26770 33554432000 4194304 4394578 140736975559824 18446744073709551615 4323474 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1066/statm: 33508 26770 267 49 0 30649 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 134032

[startup+1002.3 s]
/proc/loadavg: 4.13 4.14 4.04 5/374 1103
/proc/meminfo: memFree=26453892/32950928 swapFree=60199044/67111528
[pid=1066] ppid=1064 vsize=134420 CPUtime=1002.32 cores=1,3
/proc/1066/stat : 1066 (SApperloT2010) R 1064 1066 24378 0 -1 4202496 27066 0 0 0 100224 8 0 0 25 0 1 0 657093841 137646080 26833 33554432000 4194304 4394578 140736975559824 18446744073709551615 4298358 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1066/statm: 33605 26833 267 49 0 30746 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 134420

[startup+1062.3 s]
/proc/loadavg: 4.05 4.12 4.04 5/374 1105
/proc/meminfo: memFree=26445064/32950928 swapFree=60199044/67111528
[pid=1066] ppid=1064 vsize=135188 CPUtime=1062.32 cores=1,3
/proc/1066/stat : 1066 (SApperloT2010) R 1064 1066 24378 0 -1 4202496 27236 0 0 0 106224 8 0 0 25 0 1 0 657093841 138432512 27003 33554432000 4194304 4394578 140736975559824 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1066/statm: 33797 27003 267 49 0 30938 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 135188

[startup+1122.3 s]
/proc/loadavg: 4.02 4.09 4.03 5/374 1107
/proc/meminfo: memFree=26437716/32950928 swapFree=60199044/67111528
[pid=1066] ppid=1064 vsize=136148 CPUtime=1122.32 cores=1,3
/proc/1066/stat : 1066 (SApperloT2010) R 1064 1066 24378 0 -1 4202496 27413 0 0 0 112224 8 0 0 25 0 1 0 657093841 139415552 27180 33554432000 4194304 4394578 140736975559824 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1066/statm: 34037 27180 267 49 0 31178 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 136148

[startup+1182.3 s]
/proc/loadavg: 4.07 4.09 4.03 5/374 1108
/proc/meminfo: memFree=26425664/32950928 swapFree=60199044/67111528
[pid=1066] ppid=1064 vsize=138324 CPUtime=1182.32 cores=1,3
/proc/1066/stat : 1066 (SApperloT2010) R 1064 1066 24378 0 -1 4202496 27800 0 0 0 118224 8 0 0 25 0 1 0 657093841 141643776 27567 33554432000 4194304 4394578 140736975559824 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1066/statm: 34581 27567 267 49 0 31722 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 138324

[startup+1242.3 s]
/proc/loadavg: 4.02 4.07 4.03 5/374 1110
/proc/meminfo: memFree=26417692/32950928 swapFree=60199044/67111528
[pid=1066] ppid=1064 vsize=139348 CPUtime=1242.32 cores=1,3
/proc/1066/stat : 1066 (SApperloT2010) R 1064 1066 24378 0 -1 4202496 28012 0 0 0 124224 8 0 0 25 0 1 0 657093841 142692352 27779 33554432000 4194304 4394578 140736975559824 18446744073709551615 4298698 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1066/statm: 34837 27779 267 49 0 31978 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 139348



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.05 4.02 4/371 1113
/proc/meminfo: memFree=26840900/32950928 swapFree=60199044/67111528
[pid=1066] ppid=1064 vsize=140372 CPUtime=1300.02 cores=1,3
/proc/1066/stat : 1066 (SApperloT2010) R 1064 1066 24378 0 -1 4202496 28216 0 0 0 129994 8 0 0 25 0 1 0 657093841 143740928 27983 33554432000 4194304 4394578 140736975559824 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1066/statm: 35093 27983 267 49 0 32234 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 140372

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: 4.01 4.05 4.02 4/371 1113
/proc/meminfo: memFree=26840900/32950928 swapFree=60199044/67111528
[pid=1066] ppid=1064 vsize=140372 CPUtime=1300.02 cores=1,3
/proc/1066/stat : 1066 (SApperloT2010) R 1064 1066 24378 0 -1 4202496 28216 0 0 0 129994 8 0 0 25 0 1 0 657093841 143740928 27983 33554432000 4194304 4394578 140736975559824 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1066/statm: 35093 27983 267 49 0 32234 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 140372

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.05
CPU user time (s): 1299.96
CPU system time (s): 0.094985
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 140372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.96
system time used= 0.094985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28216
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= 6
involuntary context switches= 2506

runsolver used 4.39833 second user time and 10.9773 second system time

The end

Launcher Data

Begin job on node122 at 2011-05-15 12:22:30
IDJOB=3379709
IDBENCH=71576
IDSOLVER=1862
FILE ID=node122/3379709-1305454950
RUNJOBID= node122-1305454950-1036
PBS_JOBID= 13324864
Free space on /tmp= 73456 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v760c43649gyes6.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379709-1305454950/watcher-3379709-1305454950 -o /tmp/evaluation-result-3379709-1305454950/solver-3379709-1305454950 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3379709-1305454950.cnf

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

MD5SUM BENCH= dc046d6f885b64777ffc1cfc8367a176
RANDOM SEED=901531503

node122.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.820
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.64
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.820
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.75
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.820
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.820
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.83
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.820
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.820
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.820
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.820
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.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      27076868 kB
Buffers:        304616 kB
Cached:        3804148 kB
SwapCached:      50104 kB
Active:        1569036 kB
Inactive:      4074916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27076868 kB
SwapTotal:    67111528 kB
SwapFree:     60199044 kB
Dirty:            4480 kB
Writeback:           4 kB
AnonPages:     1495304 kB
Mapped:          18848 kB
Slab:           128208 kB
PageTables:      38460 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 79988764 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= 73456 MiB
End job on node122 at 2011-05-15 12:44:13