Trace number 3439268

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) 5000.12 5000.06

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_80_17_90_7-log.shuffled-as.sat03-190.cnf
MD5SUMad30956261e72142648a01bc7c025dba
Bench CategoryCRAFTED (crafted 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 variables85
Number of clauses29282
Sum of the clauses size292650
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 534
Number of clauses of size over 529248

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

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-3439268-1306910784/watcher-3439268-1306910784 -o /tmp/evaluation-result-3439268-1306910784/solver-3439268-1306910784 -C 5000 -W 5100 -M 15500 SApperloT2010 HOME/instance-3439268-1306910784.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.02 2.04 2.00 2/489 4590
/proc/meminfo: memFree=3251584/32951124 swapFree=63649284/67111528
[pid=4590] ppid=4588 vsize=13032 CPUtime=0 cores=1,3,5,7
/proc/4590/stat : 4590 (SApperloT2010) R 4588 4590 2509 0 -1 4202496 629 0 0 0 0 0 0 0 25 0 1 0 802676948 13344768 568 33554432000 4194304 4394578 140734741219728 18446744073709551615 210204308165 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/4590/statm: 3258 569 247 49 0 399 0

[startup+0.11479 s]
/proc/loadavg: 2.02 2.04 2.00 2/489 4590
/proc/meminfo: memFree=3251584/32951124 swapFree=63649284/67111528
[pid=4590] ppid=4588 vsize=17468 CPUtime=0.11 cores=1,3,5,7
/proc/4590/stat : 4590 (SApperloT2010) R 4588 4590 2509 0 -1 4202496 1725 0 0 0 11 0 0 0 25 0 1 0 802676948 17887232 1663 33554432000 4194304 4394578 140734741219728 18446744073709551615 4254519 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/4590/statm: 4367 1663 255 49 0 1508 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 17468

[startup+0.200776 s]
/proc/loadavg: 2.02 2.04 2.00 2/489 4590
/proc/meminfo: memFree=3251584/32951124 swapFree=63649284/67111528
[pid=4590] ppid=4588 vsize=17468 CPUtime=0.19 cores=1,3,5,7
/proc/4590/stat : 4590 (SApperloT2010) R 4588 4590 2509 0 -1 4202496 1725 0 0 0 19 0 0 0 25 0 1 0 802676948 17887232 1663 33554432000 4194304 4394578 140734741219728 18446744073709551615 4254517 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/4590/statm: 4367 1663 255 49 0 1508 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 17468

[startup+0.30077 s]
/proc/loadavg: 2.02 2.04 2.00 2/489 4590
/proc/meminfo: memFree=3251584/32951124 swapFree=63649284/67111528
[pid=4590] ppid=4588 vsize=17468 CPUtime=0.29 cores=1,3,5,7
/proc/4590/stat : 4590 (SApperloT2010) R 4588 4590 2509 0 -1 4202496 1725 0 0 0 29 0 0 0 25 0 1 0 802676948 17887232 1663 33554432000 4194304 4394578 140734741219728 18446744073709551615 4254537 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/4590/statm: 4367 1663 255 49 0 1508 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17468

[startup+0.700702 s]
/proc/loadavg: 2.02 2.04 2.00 2/489 4590
/proc/meminfo: memFree=3251584/32951124 swapFree=63649284/67111528
[pid=4590] ppid=4588 vsize=17468 CPUtime=0.69 cores=1,3,5,7
/proc/4590/stat : 4590 (SApperloT2010) R 4588 4590 2509 0 -1 4202496 1725 0 0 0 69 0 0 0 25 0 1 0 802676948 17887232 1663 33554432000 4194304 4394578 140734741219728 18446744073709551615 4254496 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/4590/statm: 4367 1663 255 49 0 1508 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17468

[startup+1.50057 s]
/proc/loadavg: 2.02 2.04 2.00 3/490 4591
/proc/meminfo: memFree=3244640/32951124 swapFree=63649284/67111528
[pid=4590] ppid=4588 vsize=17468 CPUtime=1.49 cores=1,3,5,7
/proc/4590/stat : 4590 (SApperloT2010) R 4588 4590 2509 0 -1 4202496 1725 0 0 0 149 0 0 0 25 0 1 0 802676948 17887232 1663 33554432000 4194304 4394578 140734741219728 18446744073709551615 210204671895 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/4590/statm: 4367 1663 255 49 0 1508 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17468

[startup+3.1003 s]
/proc/loadavg: 2.02 2.04 2.00 3/490 4591
/proc/meminfo: memFree=3242780/32951124 swapFree=63649284/67111528
[pid=4590] ppid=4588 vsize=17468 CPUtime=3.09 cores=1,3,5,7
/proc/4590/stat : 4590 (SApperloT2010) R 4588 4590 2509 0 -1 4202496 1725 0 0 0 309 0 0 0 25 0 1 0 802676948 17887232 1663 33554432000 4194304 4394578 140734741219728 18446744073709551615 4254514 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/4590/statm: 4367 1663 255 49 0 1508 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17468

[startup+6.30076 s]
/proc/loadavg: 2.01 2.04 2.00 3/490 4591
/proc/meminfo: memFree=3240552/32951124 swapFree=63649284/67111528
[pid=4590] ppid=4588 vsize=17468 CPUtime=6.29 cores=1,3,5,7
/proc/4590/stat : 4590 (SApperloT2010) R 4588 4590 2509 0 -1 4202496 1725 0 0 0 629 0 0 0 25 0 1 0 802676948 17887232 1663 33554432000 4194304 4394578 140734741219728 18446744073709551615 210204671895 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/4590/statm: 4367 1663 255 49 0 1508 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 17468

[startup+12.7007 s]
/proc/loadavg: 2.01 2.04 2.00 3/490 4591
/proc/meminfo: memFree=3219716/32951124 swapFree=63649284/67111528
[pid=4590] ppid=4588 vsize=36284 CPUtime=12.69 cores=1,3,5,7
/proc/4590/stat : 4590 (SApperloT2010) R 4588 4590 2509 0 -1 4202496 6109 0 0 0 1268 1 0 0 25 0 1 0 802676948 37154816 5931 33554432000 4194304 4394578 140734741219728 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/4590/statm: 9071 5931 266 49 0 6212 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 36284

[startup+25.5005 s]
/proc/loadavg: 2.01 2.04 2.00 3/490 4591
/proc/meminfo: memFree=3210096/32951124 swapFree=63649284/67111528
[pid=4590] ppid=4588 vsize=45232 CPUtime=25.47 cores=1,3,5,7
/proc/4590/stat : 4590 (SApperloT2010) R 4588 4590 2509 0 -1 4202496 7980 0 0 0 2546 1 0 0 25 0 1 0 802676948 46317568 7802 33554432000 4194304 4394578 140734741219728 18446744073709551615 4327612 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/4590/statm: 11308 7802 266 49 0 8449 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 45232

[startup+51.1012 s]
/proc/loadavg: 2.00 2.03 2.00 3/490 4592
/proc/meminfo: memFree=3186892/32951124 swapFree=63649284/67111528
[pid=4590] ppid=4588 vsize=59784 CPUtime=51.08 cores=1,3,5,7
/proc/4590/stat : 4590 (SApperloT2010) R 4588 4590 2509 0 -1 4202496 11333 0 0 0 5106 2 0 0 25 0 1 0 802676948 61218816 11155 33554432000 4194304 4394578 140734741219728 18446744073709551615 4298989 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/4590/statm: 14946 11155 266 49 0 12087 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 59784

[startup+102.301 s]
/proc/loadavg: 2.06 2.04 2.00 3/490 4593
/proc/meminfo: memFree=3156212/32951124 swapFree=63649284/67111528
[pid=4590] ppid=4588 vsize=81280 CPUtime=102.28 cores=1,3,5,7
/proc/4590/stat : 4590 (SApperloT2010) R 4588 4590 2509 0 -1 4202496 16228 0 0 0 10225 3 0 0 25 0 1 0 802676948 83230720 16050 33554432000 4194304 4394578 140734741219728 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/4590/statm: 20320 16050 266 49 0 17461 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 81280

[startup+162.301 s]
/proc/loadavg: 2.07 2.04 2.00 3/490 4595
/proc/meminfo: memFree=3121448/32951124 swapFree=63649284/67111528
[pid=4590] ppid=4588 vsize=100044 CPUtime=162.27 cores=1,3,5,7
/proc/4590/stat : 4590 (SApperloT2010) R 4588 4590 2509 0 -1 4202496 20486 0 0 0 16223 4 0 0 25 0 1 0 802676948 102445056 20308 33554432000 4194304 4394578 140734741219728 18446744073709551615 4327678 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/4590/statm: 25011 20308 266 49 0 22152 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 100044

[startup+222.318 s]
/proc/loadavg: 2.02 2.03 2.00 3/490 4597
/proc/meminfo: memFree=3080792/32951124 swapFree=63649284/67111528
[pid=4590] ppid=4588 vsize=117100 CPUtime=222.3 cores=1,3,5,7
/proc/4590/stat : 4590 (SApperloT2010) R 4588 4590 2509 0 -1 4202496 24456 0 0 0 22224 6 0 0 25 0 1 0 802676948 119910400 24278 33554432000 4194304 4394578 140734741219728 18446744073709551615 4296423 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/4590/statm: 29275 24278 266 49 0 26416 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 117100

[startup+282.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/490 4598
/proc/meminfo: memFree=3046508/32951124 swapFree=63649284/67111528
[pid=4590] ppid=4588 vsize=139404 CPUtime=282.28 cores=1,3,5,7
/proc/4590/stat : 4590 (SApperloT2010) R 4588 4590 2509 0 -1 4202496 29798 0 0 0 28221 7 0 0 25 0 1 0 802676948 142749696 29620 33554432000 4194304 4394578 140734741219728 18446744073709551615 4349654 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/4590/statm: 34851 29620 266 49 0 31992 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 139404

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/490 4600
/proc/meminfo: memFree=3011816/32951124 swapFree=63649284/67111528
[pid=4590] ppid=4588 vsize=152996 CPUtime=342.28 cores=1,3,5,7
/proc/4590/stat : 4590 (SApperloT2010) R 4588 4590 2509 0 -1 4202496 33176 0 0 0 34220 8 0 0 25 0 1 0 802676948 156667904 32998 33554432000 4194304 4394578 140734741219728 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/4590/statm: 38249 32998 266 49 0 35390 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 152996

[startup+402.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/490 4601
/proc/meminfo: memFree=2979892/32951124 swapFree=63649284/67111528
[pid=4590] ppid=4588 vsize=169304 CPUtime=402.28 cores=1,3,5,7
/proc/4590/stat : 4590 (SApperloT2010) R 4588 4590 2509 0 -1 4202496 37000 0 0 0 40219 9 0 0 25 0 1 0 802676948 173367296 36822 33554432000 4194304 4394578 140734741219728 18446744073709551615 4327664 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/4590/statm: 42326 36822 266 49 0 39467 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 169304

[startup+462.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/490 4603
/proc/meminfo: memFree=2957264/32951124 swapFree=63649284/67111528
[pid=4590] ppid=4588 vsize=175600 CPUtime=462.28 cores=1,3,5,7
/proc/4590/stat : 4590 (SApperloT2010) R 4588 4590 2509 0 -1 4202496 38523 0 0 0 46219 9 0 0 25 0 1 0 802676948 179814400 38280 33554432000 4194304 4394578 140734741219728 18446744073709551615 4298721 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/4590/statm: 43900 38280 266 49 0 41041 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 175600

[startup+522.301 s]
/proc/loadavg: 2.02 2.04 2.00 3/490 4605
/proc/meminfo: memFree=2913396/32951124 swapFree=63649284/67111528
[pid=4590] ppid=4588 vsize=198720 CPUtime=522.28 cores=1,3,5,7
/proc/4590/stat : 4590 (SApperloT2010) R 4588 4590 2509 0 -1 4202496 44124 0 0 0 52218 10 0 0 25 0 1 0 802676948 203489280 43881 33554432000 4194304 4394578 140734741219728 18446744073709551615 4345895 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/4590/statm: 49680 43881 266 49 0 46821 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 198720

[startup+582.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/490 4606
/proc/meminfo: memFree=2899860/32951124 swapFree=63649284/67111528
[pid=4590] ppid=4588 vsize=212260 CPUtime=582.28 cores=1,3,5,7
/proc/4590/stat : 4590 (SApperloT2010) R 4588 4590 2509 0 -1 4202496 47423 0 0 0 58217 11 0 0 25 0 1 0 802676948 217354240 47180 33554432000 4194304 4394578 140734741219728 18446744073709551615 4298804 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/4590/statm: 53065 47180 266 49 0 50206 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 212260

[startup+642.301 s]

################
# More data... #
################

[startup+4062.3 s]
/proc/loadavg: 1.00 1.00 1.03 2/484 4742
/proc/meminfo: memFree=3070924/32951124 swapFree=63649284/67111528
[pid=4590] ppid=4588 vsize=980732 CPUtime=4062.34 cores=1,3,5,7
/proc/4590/stat : 4590 (SApperloT2010) R 4588 4590 2509 0 -1 4202496 240404 0 0 0 406166 68 0 0 25 0 1 0 802676948 1004269568 239434 33554432000 4194304 4394578 140734741219728 18446744073709551615 4284825 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/4590/statm: 245183 239434 267 49 0 242324 0
Current children cumulated CPU time (s) 4062.34
Current children cumulated vsize (KiB) 980732

[startup+4122.3 s]
/proc/loadavg: 1.00 1.00 1.02 2/484 4744
/proc/meminfo: memFree=3070864/32951124 swapFree=63649284/67111528
[pid=4590] ppid=4588 vsize=980732 CPUtime=4122.34 cores=1,3,5,7
/proc/4590/stat : 4590 (SApperloT2010) R 4588 4590 2509 0 -1 4202496 240419 0 0 0 412166 68 0 0 25 0 1 0 802676948 1004269568 239449 33554432000 4194304 4394578 140734741219728 18446744073709551615 4298338 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/4590/statm: 245183 239449 267 49 0 242324 0
Current children cumulated CPU time (s) 4122.34
Current children cumulated vsize (KiB) 980732

[startup+4182.32 s]
/proc/loadavg: 1.00 1.00 1.02 2/484 4745
/proc/meminfo: memFree=3071072/32951124 swapFree=63649284/67111528
[pid=4590] ppid=4588 vsize=980732 CPUtime=4182.36 cores=1,3,5,7
/proc/4590/stat : 4590 (SApperloT2010) R 4588 4590 2509 0 -1 4202496 240488 0 0 0 418168 68 0 0 25 0 1 0 802676948 1004269568 239518 33554432000 4194304 4394578 140734741219728 18446744073709551615 4298364 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/4590/statm: 245183 239518 267 49 0 242324 0
Current children cumulated CPU time (s) 4182.36
Current children cumulated vsize (KiB) 980732

[startup+4242.3 s]
/proc/loadavg: 1.11 1.03 1.02 2/484 4747
/proc/meminfo: memFree=3070904/32951124 swapFree=63649284/67111528
[pid=4590] ppid=4588 vsize=980732 CPUtime=4242.34 cores=1,3,5,7
/proc/4590/stat : 4590 (SApperloT2010) R 4588 4590 2509 0 -1 4202496 240509 0 0 0 424166 68 0 0 25 0 1 0 802676948 1004269568 239539 33554432000 4194304 4394578 140734741219728 18446744073709551615 4298350 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/4590/statm: 245183 239539 267 49 0 242324 0
Current children cumulated CPU time (s) 4242.34
Current children cumulated vsize (KiB) 980732

[startup+4302.3 s]
/proc/loadavg: 1.09 1.04 1.02 2/484 4748
/proc/meminfo: memFree=3070112/32951124 swapFree=63649284/67111528
[pid=4590] ppid=4588 vsize=981244 CPUtime=4302.34 cores=1,3,5,7
/proc/4590/stat : 4590 (SApperloT2010) R 4588 4590 2509 0 -1 4202496 240666 0 0 0 430166 68 0 0 25 0 1 0 802676948 1004793856 239566 33554432000 4194304 4394578 140734741219728 18446744073709551615 4298807 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/4590/statm: 245311 239566 267 49 0 242452 0
Current children cumulated CPU time (s) 4302.34
Current children cumulated vsize (KiB) 981244

[startup+4362.3 s]
/proc/loadavg: 1.03 1.03 1.01 2/484 4750
/proc/meminfo: memFree=3070552/32951124 swapFree=63649284/67111528
[pid=4590] ppid=4588 vsize=981500 CPUtime=4362.34 cores=1,3,5,7
/proc/4590/stat : 4590 (SApperloT2010) R 4588 4590 2509 0 -1 4202496 240753 0 0 0 436166 68 0 0 25 0 1 0 802676948 1005056000 239588 33554432000 4194304 4394578 140734741219728 18446744073709551615 4298804 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/4590/statm: 245375 239588 267 49 0 242516 0
Current children cumulated CPU time (s) 4362.34
Current children cumulated vsize (KiB) 981500

[startup+4422.3 s]
/proc/loadavg: 1.01 1.02 1.01 2/484 4752
/proc/meminfo: memFree=3070372/32951124 swapFree=63649284/67111528
[pid=4590] ppid=4588 vsize=981500 CPUtime=4422.34 cores=1,3,5,7
/proc/4590/stat : 4590 (SApperloT2010) R 4588 4590 2509 0 -1 4202496 240753 0 0 0 442166 68 0 0 25 0 1 0 802676948 1005056000 239588 33554432000 4194304 4394578 140734741219728 18446744073709551615 4298989 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/4590/statm: 245375 239588 267 49 0 242516 0
Current children cumulated CPU time (s) 4422.34
Current children cumulated vsize (KiB) 981500

[startup+4482.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/484 4762
/proc/meminfo: memFree=3069004/32951124 swapFree=63649284/67111528
[pid=4590] ppid=4588 vsize=981500 CPUtime=4482.34 cores=1,3,5,7
/proc/4590/stat : 4590 (SApperloT2010) R 4588 4590 2509 0 -1 4202496 240753 0 0 0 448166 68 0 0 25 0 1 0 802676948 1005056000 239588 33554432000 4194304 4394578 140734741219728 18446744073709551615 4298907 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/4590/statm: 245375 239588 267 49 0 242516 0
Current children cumulated CPU time (s) 4482.34
Current children cumulated vsize (KiB) 981500

[startup+4542.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/484 4764
/proc/meminfo: memFree=3065044/32951124 swapFree=63649284/67111528
[pid=4590] ppid=4588 vsize=986132 CPUtime=4542.34 cores=1,3,5,7
/proc/4590/stat : 4590 (SApperloT2010) R 4588 4590 2509 0 -1 4202496 241899 0 0 0 454165 69 0 0 25 0 1 0 802676948 1009799168 240734 33554432000 4194304 4394578 140734741219728 18446744073709551615 4290837 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/4590/statm: 246533 240734 267 49 0 243674 0
Current children cumulated CPU time (s) 4542.34
Current children cumulated vsize (KiB) 986132

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/484 4772
/proc/meminfo: memFree=3043788/32951124 swapFree=63649284/67111528
[pid=4590] ppid=4588 vsize=1004664 CPUtime=4602.34 cores=1,3,5,7
/proc/4590/stat : 4590 (SApperloT2010) R 4588 4590 2509 0 -1 4202496 246564 0 0 0 460164 70 0 0 25 0 1 0 802676948 1028775936 245334 33554432000 4194304 4394578 140734741219728 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/4590/statm: 251166 245334 267 49 0 248307 0
Current children cumulated CPU time (s) 4602.34
Current children cumulated vsize (KiB) 1004664

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/484 4774
/proc/meminfo: memFree=3027108/32951124 swapFree=63649284/67111528
[pid=4590] ppid=4588 vsize=1021684 CPUtime=4662.34 cores=1,3,5,7
/proc/4590/stat : 4590 (SApperloT2010) R 4588 4590 2509 0 -1 4202496 250836 0 0 0 466162 72 0 0 25 0 1 0 802676948 1046204416 249541 33554432000 4194304 4394578 140734741219728 18446744073709551615 4327178 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/4590/statm: 255421 249541 267 49 0 252562 0
Current children cumulated CPU time (s) 4662.34
Current children cumulated vsize (KiB) 1021684

[startup+4722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/484 4786
/proc/meminfo: memFree=3012976/32951124 swapFree=63649284/67111528
[pid=4590] ppid=4588 vsize=1036456 CPUtime=4722.36 cores=1,3,5,7
/proc/4590/stat : 4590 (SApperloT2010) R 4588 4590 2509 0 -1 4202496 254472 0 0 0 472162 74 0 0 25 0 1 0 802676948 1061330944 253177 33554432000 4194304 4394578 140734741219728 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/4590/statm: 259114 253177 267 49 0 256255 0
Current children cumulated CPU time (s) 4722.36
Current children cumulated vsize (KiB) 1036456

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/484 4787
/proc/meminfo: memFree=2997692/32951124 swapFree=63649284/67111528
[pid=4590] ppid=4588 vsize=1053008 CPUtime=4782.35 cores=1,3,5,7
/proc/4590/stat : 4590 (SApperloT2010) R 4588 4590 2509 0 -1 4202496 258649 0 0 0 478160 75 0 0 25 0 1 0 802676948 1078280192 257289 33554432000 4194304 4394578 140734741219728 18446744073709551615 210204308165 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/4590/statm: 263252 257289 267 49 0 260393 0
Current children cumulated CPU time (s) 4782.35
Current children cumulated vsize (KiB) 1053008

[startup+4842.32 s]
/proc/loadavg: 1.15 1.03 1.01 2/484 4789
/proc/meminfo: memFree=2979416/32951124 swapFree=63649284/67111528
[pid=4590] ppid=4588 vsize=1070352 CPUtime=4842.36 cores=1,3,5,7
/proc/4590/stat : 4590 (SApperloT2010) R 4588 4590 2509 0 -1 4202496 263029 0 0 0 484160 76 0 0 25 0 1 0 802676948 1096040448 261604 33554432000 4194304 4394578 140734741219728 18446744073709551615 4298338 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/4590/statm: 267588 261604 267 49 0 264729 0
Current children cumulated CPU time (s) 4842.36
Current children cumulated vsize (KiB) 1070352

[startup+4902.3 s]
/proc/loadavg: 1.12 1.04 1.01 2/484 4790
/proc/meminfo: memFree=2958800/32951124 swapFree=63649284/67111528
[pid=4590] ppid=4588 vsize=1090788 CPUtime=4902.34 cores=1,3,5,7
/proc/4590/stat : 4590 (SApperloT2010) R 4588 4590 2509 0 -1 4202496 268146 0 0 0 490157 77 0 0 25 0 1 0 802676948 1116966912 266721 33554432000 4194304 4394578 140734741219728 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/4590/statm: 272697 266721 267 49 0 269838 0
Current children cumulated CPU time (s) 4902.34
Current children cumulated vsize (KiB) 1090788

[startup+4962.3 s]
/proc/loadavg: 1.04 1.03 1.00 2/484 4792
/proc/meminfo: memFree=2950336/32951124 swapFree=63649284/67111528
[pid=4590] ppid=4588 vsize=1100808 CPUtime=4962.35 cores=1,3,5,7
/proc/4590/stat : 4590 (SApperloT2010) R 4588 4590 2509 0 -1 4202496 270617 0 0 0 496157 78 0 0 25 0 1 0 802676948 1127227392 269192 33554432000 4194304 4394578 140734741219728 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/4590/statm: 275202 269192 267 49 0 272343 0
Current children cumulated CPU time (s) 4962.35
Current children cumulated vsize (KiB) 1100808



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 1.02 1.02 1.00 2/484 4793
/proc/meminfo: memFree=2948300/32951124 swapFree=63649284/67111528
[pid=4590] ppid=4588 vsize=1103184 CPUtime=5000.05 cores=1,3,5,7
/proc/4590/stat : 4590 (SApperloT2010) R 4588 4590 2509 0 -1 4202496 271206 0 0 0 499927 78 0 0 25 0 1 0 802676948 1129660416 269781 33554432000 4194304 4394578 140734741219728 18446744073709551615 4327664 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/4590/statm: 275796 269781 267 49 0 272937 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 1103184

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

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

[startup+5000 s]
/proc/loadavg: 1.02 1.02 1.00 2/484 4793
/proc/meminfo: memFree=2948300/32951124 swapFree=63649284/67111528
[pid=4590] ppid=4588 vsize=1103184 CPUtime=5000.05 cores=1,3,5,7
/proc/4590/stat : 4590 (SApperloT2010) R 4588 4590 2509 0 -1 4202496 271206 0 0 0 499927 78 0 0 25 0 1 0 802676948 1129660416 269781 33554432000 4194304 4394578 140734741219728 18446744073709551615 4327664 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/4590/statm: 275796 269781 267 49 0 272937 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 1103184

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.06
CPU time (s): 5000.12
CPU user time (s): 4999.29
CPU system time (s): 0.827874
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 1103184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.29
system time used= 0.827874
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 271206
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10
involuntary context switches= 61062

runsolver used 22.3586 second user time and 58.904 second system time

The end

Launcher Data

Begin job on node130 at 2011-06-01 08:46:24
IDJOB=3439268
IDBENCH=83924
IDSOLVER=1933
FILE ID=node130/3439268-1306910784
RUNJOBID= node130-1306907883-4427
PBS_JOBID= 13488446
Free space on /tmp= 39500 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_80_17_90_7-log.shuffled-as.sat03-190.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3439268-1306910784/watcher-3439268-1306910784 -o /tmp/evaluation-result-3439268-1306910784/solver-3439268-1306910784 -C 5000 -W 5100 -M 15500  SApperloT2010 HOME/instance-3439268-1306910784.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= ad30956261e72142648a01bc7c025dba
RANDOM SEED=2019041901

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
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.838
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.81
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.838
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.838
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.838
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.838
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       3251864 kB
Buffers:        104360 kB
Cached:       23182648 kB
SwapCached:       9668 kB
Active:       16492608 kB
Inactive:     12356260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       3251864 kB
SwapTotal:    67111528 kB
SwapFree:     63649284 kB
Dirty:             820 kB
Writeback:           0 kB
AnonPages:     5559532 kB
Mapped:          31016 kB
Slab:           725868 kB
PageTables:      55804 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 145887360 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= 39500 MiB
End job on node130 at 2011-06-01 10:09:47