Trace number 3379647

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/skvortsov/
automata-synchronization/crn_20_361_s.cnf
MD5SUM6e5ac2b9425e98989eedf4cf638bde54
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark170.249
Satisfiable
(Un)Satisfiability was proved
Number of variables7942
Number of clauses14991
Sum of the clauses size44382
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2591
Number of clauses of size 314400
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 0.85 1.19 2.16 4/339 24674
/proc/meminfo: memFree=27855876/32951124 swapFree=54427468/67111528
[pid=24674] ppid=24672 vsize=11796 CPUtime=0 cores=5,7
/proc/24674/stat : 24674 (runsolver) R 24672 24674 12685 0 -1 4202560 41 0 0 0 0 0 0 0 19 0 1 0 657296837 12079104 49 33554432000 4194304 5432360 140735967870592 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 7 0 0 0
/proc/24674/statm: 2949 49 30 303 0 2643 0

[startup+0.0805869 s]
/proc/loadavg: 0.85 1.19 2.16 4/339 24674
/proc/meminfo: memFree=27855876/32951124 swapFree=54427468/67111528
[pid=24674] ppid=24672 vsize=17780 CPUtime=0.06 cores=5,7
/proc/24674/stat : 24674 (SApperloT2010) R 24672 24674 12685 0 -1 4202496 1862 0 0 0 5 1 0 0 19 0 1 0 657296837 18206720 1801 33554432000 4194304 4394578 140734231630048 18446744073709551615 4310535 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/24674/statm: 4445 1801 264 49 0 1586 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 17780

[startup+0.100583 s]
/proc/loadavg: 0.85 1.19 2.16 4/339 24674
/proc/meminfo: memFree=27855876/32951124 swapFree=54427468/67111528
[pid=24674] ppid=24672 vsize=18060 CPUtime=0.08 cores=5,7
/proc/24674/stat : 24674 (SApperloT2010) R 24672 24674 12685 0 -1 4202496 1939 0 0 0 7 1 0 0 19 0 1 0 657296837 18493440 1878 33554432000 4194304 4394578 140734231630048 18446744073709551615 4310539 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/24674/statm: 4515 1878 264 49 0 1656 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 18060

[startup+0.300559 s]
/proc/loadavg: 0.85 1.19 2.16 4/339 24674
/proc/meminfo: memFree=27855876/32951124 swapFree=54427468/67111528
[pid=24674] ppid=24672 vsize=21244 CPUtime=0.28 cores=5,7
/proc/24674/stat : 24674 (SApperloT2010) R 24672 24674 12685 0 -1 4202496 2720 0 0 0 27 1 0 0 20 0 1 0 657296837 21753856 2659 33554432000 4194304 4394578 140734231630048 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/24674/statm: 5311 2659 267 49 0 2452 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 21244

[startup+0.700476 s]
/proc/loadavg: 0.85 1.19 2.16 4/339 24674
/proc/meminfo: memFree=27855876/32951124 swapFree=54427468/67111528
[pid=24674] ppid=24672 vsize=23620 CPUtime=0.68 cores=5,7
/proc/24674/stat : 24674 (SApperloT2010) R 24672 24674 12685 0 -1 4202496 3337 0 0 0 67 1 0 0 20 0 1 0 657296837 24186880 3276 33554432000 4194304 4394578 140734231630048 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/24674/statm: 5905 3276 267 49 0 3046 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 23620

[startup+1.50034 s]
/proc/loadavg: 0.85 1.19 2.16 7/351 24696
/proc/meminfo: memFree=27821632/32951124 swapFree=54427468/67111528
[pid=24674] ppid=24672 vsize=28376 CPUtime=1.48 cores=5,7
/proc/24674/stat : 24674 (SApperloT2010) R 24672 24674 12685 0 -1 4202496 4492 0 0 0 146 2 0 0 23 0 1 0 657296837 29057024 4431 33554432000 4194304 4394578 140734231630048 18446744073709551615 4298338 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/24674/statm: 7094 4431 267 49 0 4235 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 28376

[startup+3.10104 s]
/proc/loadavg: 0.85 1.19 2.16 7/351 24696
/proc/meminfo: memFree=27811136/32951124 swapFree=54427468/67111528
[pid=24674] ppid=24672 vsize=34092 CPUtime=3.08 cores=5,7
/proc/24674/stat : 24674 (SApperloT2010) R 24672 24674 12685 0 -1 4202496 5885 0 0 0 306 2 0 0 25 0 1 0 657296837 34910208 5824 33554432000 4194304 4394578 140734231630048 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/24674/statm: 8523 5824 267 49 0 5664 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 34092

[startup+6.30046 s]
/proc/loadavg: 1.10 1.24 2.17 7/351 24696
/proc/meminfo: memFree=27795636/32951124 swapFree=54427468/67111528
[pid=24674] ppid=24672 vsize=41692 CPUtime=6.28 cores=5,7
/proc/24674/stat : 24674 (SApperloT2010) R 24672 24674 12685 0 -1 4202496 7759 0 0 0 626 2 0 0 25 0 1 0 657296837 42692608 7698 33554432000 4194304 4394578 140734231630048 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/24674/statm: 10423 7698 267 49 0 7564 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 41692

[startup+12.7003 s]
/proc/loadavg: 1.33 1.28 2.18 7/351 24696
/proc/meminfo: memFree=27780144/32951124 swapFree=54427468/67111528
[pid=24674] ppid=24672 vsize=52096 CPUtime=12.68 cores=5,7
/proc/24674/stat : 24674 (SApperloT2010) R 24672 24674 12685 0 -1 4202496 10125 0 0 0 1266 2 0 0 25 0 1 0 657296837 53346304 10064 33554432000 4194304 4394578 140734231630048 18446744073709551615 4316102 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/24674/statm: 13024 10064 267 49 0 10165 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 52096

[startup+25.501 s]
/proc/loadavg: 1.92 1.41 2.21 7/351 24723
/proc/meminfo: memFree=27764384/32951124 swapFree=54427468/67111528
[pid=24674] ppid=24672 vsize=65100 CPUtime=25.48 cores=5,7
/proc/24674/stat : 24674 (SApperloT2010) R 24672 24674 12685 0 -1 4202496 13101 0 0 0 2545 3 0 0 25 0 1 0 657296837 66662400 13040 33554432000 4194304 4394578 140734231630048 18446744073709551615 4345953 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/24674/statm: 16275 13040 267 49 0 13416 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 65100

[startup+51.1003 s]
/proc/loadavg: 2.63 1.62 2.25 7/351 24751
/proc/meminfo: memFree=27670640/32951124 swapFree=54427468/67111528
[pid=24674] ppid=24672 vsize=87164 CPUtime=51.08 cores=5,7
/proc/24674/stat : 24674 (SApperloT2010) R 24672 24674 12685 0 -1 4202496 17947 0 0 0 5103 5 0 0 25 0 1 0 657296837 89255936 17886 33554432000 4194304 4394578 140734231630048 18446744073709551615 4291277 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/24674/statm: 21791 17886 267 49 0 18932 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 87164

[startup+102.313 s]
/proc/loadavg: 3.40 1.98 2.34 7/351 24752
/proc/meminfo: memFree=27543224/32951124 swapFree=54427468/67111528
[pid=24674] ppid=24672 vsize=113368 CPUtime=102.29 cores=5,7
/proc/24674/stat : 24674 (SApperloT2010) R 24672 24674 12685 0 -1 4202496 23685 0 0 0 10222 7 0 0 25 0 1 0 657296837 116088832 23624 33554432000 4194304 4394578 140734231630048 18446744073709551615 4298876 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/24674/statm: 28342 23624 267 49 0 25483 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 113368

[startup+162.3 s]
/proc/loadavg: 3.86 2.37 2.45 6/351 24754
/proc/meminfo: memFree=27428248/32951124 swapFree=54427468/67111528
[pid=24674] ppid=24672 vsize=144668 CPUtime=162.29 cores=5,7
/proc/24674/stat : 24674 (SApperloT2010) R 24672 24674 12685 0 -1 4202496 30219 0 0 0 16220 9 0 0 25 0 1 0 657296837 148140032 30138 33554432000 4194304 4394578 140734231630048 18446744073709551615 4300299 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/24674/statm: 36167 30138 267 49 0 33308 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 144668

[startup+222.3 s]
/proc/loadavg: 4.09 2.69 2.55 6/351 24756
/proc/meminfo: memFree=27343260/32951124 swapFree=54427468/67111528
[pid=24674] ppid=24672 vsize=163864 CPUtime=222.28 cores=5,7
/proc/24674/stat : 24674 (SApperloT2010) R 24672 24674 12685 0 -1 4202496 34406 0 0 0 22218 10 0 0 25 0 1 0 657296837 167796736 34325 33554432000 4194304 4394578 140734231630048 18446744073709551615 4296280 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/24674/statm: 40966 34325 267 49 0 38107 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 163864

[startup+282.3 s]
/proc/loadavg: 4.03 2.93 2.64 7/351 24766
/proc/meminfo: memFree=27266364/32951124 swapFree=54427468/67111528
[pid=24674] ppid=24672 vsize=178312 CPUtime=282.28 cores=5,7
/proc/24674/stat : 24674 (SApperloT2010) R 24672 24674 12685 0 -1 4202496 37430 0 0 0 28217 11 0 0 25 0 1 0 657296837 182591488 37349 33554432000 4194304 4394578 140734231630048 18446744073709551615 4285918 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/24674/statm: 44578 37349 267 49 0 41719 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 178312

[startup+342.301 s]
/proc/loadavg: 4.01 3.12 2.72 7/351 24768
/proc/meminfo: memFree=27197484/32951124 swapFree=54427468/67111528
[pid=24674] ppid=24672 vsize=187192 CPUtime=342.29 cores=5,7
/proc/24674/stat : 24674 (SApperloT2010) R 24672 24674 12685 0 -1 4202496 39343 0 0 0 34217 12 0 0 25 0 1 0 657296837 191684608 39262 33554432000 4194304 4394578 140734231630048 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/24674/statm: 46798 39262 267 49 0 43939 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 187192

[startup+402.301 s]
/proc/loadavg: 4.08 3.31 2.81 6/351 24823
/proc/meminfo: memFree=27127324/32951124 swapFree=54427468/67111528
[pid=24674] ppid=24672 vsize=196372 CPUtime=402.29 cores=5,7
/proc/24674/stat : 24674 (SApperloT2010) R 24672 24674 12685 0 -1 4202496 41252 0 0 0 40216 13 0 0 25 0 1 0 657296837 201084928 41160 33554432000 4194304 4394578 140734231630048 18446744073709551615 4298258 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/24674/statm: 49093 41160 267 49 0 46234 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 196372

[startup+462.301 s]
/proc/loadavg: 4.03 3.43 2.88 7/351 24825
/proc/meminfo: memFree=27070104/32951124 swapFree=54427468/67111528
[pid=24674] ppid=24672 vsize=204676 CPUtime=462.29 cores=5,7
/proc/24674/stat : 24674 (SApperloT2010) R 24672 24674 12685 0 -1 4202496 42981 0 0 0 46215 14 0 0 25 0 1 0 657296837 209588224 42889 33554432000 4194304 4394578 140734231630048 18446744073709551615 4288254 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/24674/statm: 51169 42889 267 49 0 48310 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 204676

[startup+522.301 s]
/proc/loadavg: 4.01 3.53 2.95 7/351 24830
/proc/meminfo: memFree=26993836/32951124 swapFree=54427468/67111528
[pid=24674] ppid=24672 vsize=211088 CPUtime=522.29 cores=5,7
/proc/24674/stat : 24674 (SApperloT2010) R 24672 24674 12685 0 -1 4202496 44289 0 0 0 52214 15 0 0 25 0 1 0 657296837 216154112 44197 33554432000 4194304 4394578 140734231630048 18446744073709551615 4290869 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/24674/statm: 52772 44197 267 49 0 49913 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 211088

[startup+582.301 s]
/proc/loadavg: 4.00 3.61 3.01 6/351 24831
/proc/meminfo: memFree=26969988/32951124 swapFree=54427468/67111528
[pid=24674] ppid=24672 vsize=216288 CPUtime=582.3 cores=5,7
/proc/24674/stat : 24674 (SApperloT2010) R 24672 24674 12685 0 -1 4202496 45380 0 0 0 58213 17 0 0 25 0 1 0 657296837 221478912 45288 33554432000 4194304 4394578 140734231630048 18446744073709551615 4298721 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/24674/statm: 54072 45288 267 49 0 51213 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 216288

[startup+642.3 s]
/proc/loadavg: 4.00 3.69 3.08 6/351 24833
/proc/meminfo: memFree=26932884/32951124 swapFree=54427468/67111528
[pid=24674] ppid=24672 vsize=222692 CPUtime=642.31 cores=5,7
/proc/24674/stat : 24674 (SApperloT2010) R 24672 24674 12685 0 -1 4202496 46625 0 0 0 64214 17 0 0 25 0 1 0 657296837 228036608 46533 33554432000 4194304 4394578 140734231630048 18446744073709551615 4329807 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/24674/statm: 55673 46533 267 49 0 52814 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 222692

[startup+702.3 s]
/proc/loadavg: 4.00 3.74 3.13 7/351 24834
/proc/meminfo: memFree=26890200/32951124 swapFree=54427468/67111528
[pid=24674] ppid=24672 vsize=227876 CPUtime=702.29 cores=5,7
/proc/24674/stat : 24674 (SApperloT2010) R 24672 24674 12685 0 -1 4202496 47713 0 0 0 70212 17 0 0 25 0 1 0 657296837 233345024 47621 33554432000 4194304 4394578 140734231630048 18446744073709551615 4298807 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/24674/statm: 56969 47621 267 49 0 54110 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 227876

[startup+762.313 s]
/proc/loadavg: 3.75 3.73 3.17 6/345 24853
/proc/meminfo: memFree=26906972/32951124 swapFree=54427468/67111528
[pid=24674] ppid=24672 vsize=230596 CPUtime=762.31 cores=5,7
/proc/24674/stat : 24674 (SApperloT2010) R 24672 24674 12685 0 -1 4202496 48310 0 0 0 76213 18 0 0 25 0 1 0 657296837 236130304 48218 33554432000 4194304 4394578 140734231630048 18446744073709551615 4298951 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/24674/statm: 57649 48218 267 49 0 54790 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 230596

[startup+822.301 s]
/proc/loadavg: 3.34 3.62 3.16 6/345 24855
/proc/meminfo: memFree=26857296/32951124 swapFree=54427468/67111528
[pid=24674] ppid=24672 vsize=234568 CPUtime=822.3 cores=5,7
/proc/24674/stat : 24674 (SApperloT2010) R 24672 24674 12685 0 -1 4202496 49150 0 0 0 82211 19 0 0 25 0 1 0 657296837 240197632 49058 33554432000 4194304 4394578 140734231630048 18446744073709551615 4296795 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/24674/statm: 58642 49058 267 49 0 55783 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 234568

[startup+882.301 s]
/proc/loadavg: 3.11 3.50 3.15 6/345 24856
/proc/meminfo: memFree=26845624/32951124 swapFree=54427468/67111528
[pid=24674] ppid=24672 vsize=239980 CPUtime=882.31 cores=5,7
/proc/24674/stat : 24674 (SApperloT2010) R 24672 24674 12685 0 -1 4202496 50224 0 0 0 88211 20 0 0 25 0 1 0 657296837 245739520 50132 33554432000 4194304 4394578 140734231630048 18446744073709551615 4298358 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/24674/statm: 59995 50132 267 49 0 57136 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 239980

[startup+942.301 s]
/proc/loadavg: 3.09 3.43 3.14 6/345 24858
/proc/meminfo: memFree=26821256/32951124 swapFree=54427468/67111528
[pid=24674] ppid=24672 vsize=245220 CPUtime=942.3 cores=5,7
/proc/24674/stat : 24674 (SApperloT2010) R 24672 24674 12685 0 -1 4202496 51250 0 0 0 94209 21 0 0 25 0 1 0 657296837 251105280 51158 33554432000 4194304 4394578 140734231630048 18446744073709551615 4298721 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/24674/statm: 61305 51158 267 49 0 58446 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 245220

[startup+1002.3 s]
/proc/loadavg: 3.03 3.35 3.13 6/345 24859
/proc/meminfo: memFree=26809316/32951124 swapFree=54427468/67111528
[pid=24674] ppid=24672 vsize=247948 CPUtime=1002.31 cores=5,7
/proc/24674/stat : 24674 (SApperloT2010) R 24672 24674 12685 0 -1 4202496 51788 0 0 0 100209 22 0 0 25 0 1 0 657296837 253898752 51696 33554432000 4194304 4394578 140734231630048 18446744073709551615 4298698 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/24674/statm: 61987 51696 267 49 0 59128 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 247948

[startup+1062.3 s]
/proc/loadavg: 3.01 3.28 3.12 6/345 24861
/proc/meminfo: memFree=26786812/32951124 swapFree=54427468/67111528
[pid=24674] ppid=24672 vsize=252404 CPUtime=1062.31 cores=5,7
/proc/24674/stat : 24674 (SApperloT2010) R 24672 24674 12685 0 -1 4202496 52659 0 0 0 106208 23 0 0 25 0 1 0 657296837 258461696 52567 33554432000 4194304 4394578 140734231630048 18446744073709551615 4337800 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/24674/statm: 63101 52567 267 49 0 60242 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 252404

[startup+1122.3 s]
/proc/loadavg: 3.00 3.23 3.11 6/345 24863
/proc/meminfo: memFree=26745612/32951124 swapFree=54427468/67111528
[pid=24674] ppid=24672 vsize=255544 CPUtime=1122.31 cores=5,7
/proc/24674/stat : 24674 (SApperloT2010) R 24672 24674 12685 0 -1 4202496 53296 0 0 0 112208 23 0 0 25 0 1 0 657296837 261677056 53204 33554432000 4194304 4394578 140734231630048 18446744073709551615 228122369227 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/24674/statm: 63886 53204 267 49 0 61027 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 255544

[startup+1182.3 s]
/proc/loadavg: 3.00 3.18 3.10 6/345 24864
/proc/meminfo: memFree=26712200/32951124 swapFree=54427468/67111528
[pid=24674] ppid=24672 vsize=259944 CPUtime=1182.31 cores=5,7
/proc/24674/stat : 24674 (SApperloT2010) R 24672 24674 12685 0 -1 4202496 54235 0 0 0 118207 24 0 0 25 0 1 0 657296837 266182656 54133 33554432000 4194304 4394578 140734231630048 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/24674/statm: 64986 54133 267 49 0 62127 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 259944

[startup+1242.3 s]
/proc/loadavg: 3.00 3.15 3.09 6/345 24866
/proc/meminfo: memFree=26689600/32951124 swapFree=54427468/67111528
[pid=24674] ppid=24672 vsize=264592 CPUtime=1242.31 cores=5,7
/proc/24674/stat : 24674 (SApperloT2010) R 24672 24674 12685 0 -1 4202496 55235 0 0 0 124206 25 0 0 25 0 1 0 657296837 270942208 55133 33554432000 4194304 4394578 140734231630048 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/24674/statm: 66148 55133 267 49 0 63289 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 264592



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.06 3.13 3.09 5/345 24867
/proc/meminfo: memFree=26680508/32951124 swapFree=54427468/67111528
[pid=24674] ppid=24672 vsize=269472 CPUtime=1300.03 cores=5,7
/proc/24674/stat : 24674 (SApperloT2010) R 24672 24674 12685 0 -1 4202496 56132 0 0 0 129977 26 0 0 25 0 1 0 657296837 275939328 56030 33554432000 4194304 4394578 140734231630048 18446744073709551615 4298933 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/24674/statm: 67368 56030 267 49 0 64509 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 269472

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.05
CPU user time (s): 1299.77
CPU system time (s): 0.273958
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 269472

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

runsolver used 4.19736 second user time and 10.0005 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-15 12:56:29
IDJOB=3379647
IDBENCH=83194
IDSOLVER=1862
FILE ID=node138/3379647-1305456989
RUNJOBID= node138-1305456989-24656
PBS_JOBID= 13324862
Free space on /tmp= 73564 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/skvortsov/automata-synchronization/crn_20_361_s.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379647-1305456989/watcher-3379647-1305456989 -o /tmp/evaluation-result-3379647-1305456989/solver-3379647-1305456989 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3379647-1305456989.cnf

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

MD5SUM BENCH= 6e5ac2b9425e98989eedf4cf638bde54
RANDOM SEED=332829386

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27856412 kB
Buffers:        286108 kB
Cached:        3987440 kB
SwapCached:      18496 kB
Active:        1665704 kB
Inactive:      3190912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27856412 kB
SwapTotal:    67111528 kB
SwapFree:     54427468 kB
Dirty:             892 kB
Writeback:           0 kB
AnonPages:      576140 kB
Mapped:          14580 kB
Slab:           127236 kB
PageTables:      47192 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 68283868 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= 73560 MiB
End job on node138 at 2011-05-15 13:18:11