Trace number 3249813

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SApperloT2010 2011-03-04? (TO) 1300.04 1300.02

General information on the benchmark

Namecrafted/skvortsov/
automata-synchronization/crn_20_360_u.cnf
MD5SUM4b70d66c676eba3660e2a5eff473f8e7
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark178.103
Satisfiable
(Un)Satisfiability was proved
Number of variables7920
Number of clauses14950
Sum of the clauses size44260
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2590
Number of clauses of size 314360
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: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3249813-1303511279/watcher-3249813-1303511279 -o /tmp/evaluation-result-3249813-1303511279/solver-3249813-1303511279 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3249813-1303511279.cnf 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 3.59 3.94 3.96 5/187 30033
/proc/meminfo: memFree=18283416/32951132 swapFree=67111528/67111528
[pid=30033] ppid=30031 vsize=13280 CPUtime=0 cores=0,2
/proc/30033/stat : 30033 (SApperloT2010) R 30031 30033 28845 0 -1 4202496 713 0 0 0 0 0 0 0 25 0 1 0 462727546 13598720 652 33554432000 4194304 4395502 140734368352752 18446744073709551615 274664469189 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30033/statm: 3320 652 249 50 0 460 0

[startup+0.010346 s]
/proc/loadavg: 3.59 3.94 3.96 5/187 30033
/proc/meminfo: memFree=18283416/32951132 swapFree=67111528/67111528
[pid=30033] ppid=30031 vsize=13808 CPUtime=0 cores=0,2
/proc/30033/stat : 30033 (SApperloT2010) R 30031 30033 28845 0 -1 4202496 818 0 0 0 0 0 0 0 25 0 1 0 462727546 14139392 757 33554432000 4194304 4395502 140734368352752 18446744073709551615 274664469189 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30033/statm: 3452 758 249 50 0 592 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13808

[startup+0.100322 s]
/proc/loadavg: 3.59 3.94 3.96 5/187 30033
/proc/meminfo: memFree=18283416/32951132 swapFree=67111528/67111528
[pid=30033] ppid=30031 vsize=19512 CPUtime=0.09 cores=0,2
/proc/30033/stat : 30033 (SApperloT2010) R 30031 30033 28845 0 -1 4202496 2276 0 0 0 9 0 0 0 25 0 1 0 462727546 19980288 2028 33554432000 4194304 4395502 140734368352752 18446744073709551615 4297412 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30033/statm: 4878 2028 266 50 0 2018 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19512

[startup+0.300289 s]
/proc/loadavg: 3.59 3.94 3.96 5/187 30033
/proc/meminfo: memFree=18283416/32951132 swapFree=67111528/67111528
[pid=30033] ppid=30031 vsize=21768 CPUtime=0.29 cores=0,2
/proc/30033/stat : 30033 (SApperloT2010) R 30031 30033 28845 0 -1 4202496 2819 0 0 0 28 1 0 0 25 0 1 0 462727546 22290432 2571 33554432000 4194304 4395502 140734368352752 18446744073709551615 4299589 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30033/statm: 5442 2571 266 50 0 2582 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21768

[startup+0.700221 s]
/proc/loadavg: 3.59 3.94 3.96 5/187 30033
/proc/meminfo: memFree=18283416/32951132 swapFree=67111528/67111528
[pid=30033] ppid=30031 vsize=23884 CPUtime=0.69 cores=0,2
/proc/30033/stat : 30033 (SApperloT2010) R 30031 30033 28845 0 -1 4202496 3361 0 0 0 68 1 0 0 25 0 1 0 462727546 24457216 3113 33554432000 4194304 4395502 140734368352752 18446744073709551615 4297339 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30033/statm: 5971 3113 266 50 0 3111 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23884

[startup+1.5011 s]
/proc/loadavg: 3.59 3.94 3.96 5/188 30034
/proc/meminfo: memFree=18262236/32951132 swapFree=67111528/67111528
[pid=30033] ppid=30031 vsize=27812 CPUtime=1.49 cores=0,2
/proc/30033/stat : 30033 (SApperloT2010) R 30031 30033 28845 0 -1 4202496 4330 0 0 0 148 1 0 0 25 0 1 0 462727546 28479488 4082 33554432000 4194304 4395502 140734368352752 18446744073709551615 4316080 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30033/statm: 6953 4082 266 50 0 4093 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27812

[startup+3.10083 s]
/proc/loadavg: 3.63 3.94 3.96 5/188 30034
/proc/meminfo: memFree=18249464/32951132 swapFree=67111528/67111528
[pid=30033] ppid=30031 vsize=33396 CPUtime=3.09 cores=0,2
/proc/30033/stat : 30033 (SApperloT2010) R 30031 30033 28845 0 -1 4202496 5705 0 0 0 308 1 0 0 25 0 1 0 462727546 34197504 5457 33554432000 4194304 4395502 140734368352752 18446744073709551615 4299620 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30033/statm: 8349 5457 266 50 0 5489 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33396

[startup+6.30027 s]
/proc/loadavg: 3.63 3.94 3.96 5/188 30034
/proc/meminfo: memFree=18206072/32951132 swapFree=67111528/67111528
[pid=30033] ppid=30031 vsize=42336 CPUtime=6.29 cores=0,2
/proc/30033/stat : 30033 (SApperloT2010) R 30031 30033 28845 0 -1 4202496 7860 0 0 0 628 1 0 0 25 0 1 0 462727546 43352064 7612 33554432000 4194304 4395502 140734368352752 18446744073709551615 4299189 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30033/statm: 10584 7612 266 50 0 7724 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 42336

[startup+12.7012 s]
/proc/loadavg: 3.68 3.94 3.96 5/188 30034
/proc/meminfo: memFree=18156876/32951132 swapFree=67111528/67111528
[pid=30033] ppid=30031 vsize=53976 CPUtime=12.69 cores=0,2
/proc/30033/stat : 30033 (SApperloT2010) R 30031 30033 28845 0 -1 4202496 10576 0 0 0 1267 2 0 0 25 0 1 0 462727546 55271424 10328 33554432000 4194304 4395502 140734368352752 18446744073709551615 4299537 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30033/statm: 13494 10328 266 50 0 10634 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 53976

[startup+25.5009 s]
/proc/loadavg: 3.73 3.94 3.96 5/188 30034
/proc/meminfo: memFree=18064800/32951132 swapFree=67111528/67111528
[pid=30033] ppid=30031 vsize=67976 CPUtime=25.49 cores=0,2
/proc/30033/stat : 30033 (SApperloT2010) R 30031 30033 28845 0 -1 4202496 13824 0 0 0 2546 3 0 0 25 0 1 0 462727546 69607424 13576 33554432000 4194304 4395502 140734368352752 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30033/statm: 16994 13576 266 50 0 14134 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 67976

[startup+51.1005 s]
/proc/loadavg: 3.82 3.95 3.96 5/188 30036
/proc/meminfo: memFree=17974912/32951132 swapFree=67111528/67111528
[pid=30033] ppid=30031 vsize=86892 CPUtime=51.09 cores=0,2
/proc/30033/stat : 30033 (SApperloT2010) R 30031 30033 28845 0 -1 4202496 18049 0 0 0 5105 4 0 0 25 0 1 0 462727546 88977408 17801 33554432000 4194304 4395502 140734368352752 18446744073709551615 4299632 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30033/statm: 21723 17801 266 50 0 18863 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 86892

[startup+102.307 s]
/proc/loadavg: 3.93 3.95 3.96 5/188 30063
/proc/meminfo: memFree=17819116/32951132 swapFree=67111528/67111528
[pid=30033] ppid=30031 vsize=113300 CPUtime=102.3 cores=0,2
/proc/30033/stat : 30033 (SApperloT2010) R 30031 30033 28845 0 -1 4202496 23768 0 0 0 10224 6 0 0 25 0 1 0 462727546 116019200 23520 33554432000 4194304 4395502 140734368352752 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30033/statm: 28325 23520 266 50 0 25465 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 113300

[startup+162.3 s]
/proc/loadavg: 4.04 3.97 3.97 5/188 30065
/proc/meminfo: memFree=17644396/32951132 swapFree=67111528/67111528
[pid=30033] ppid=30031 vsize=135604 CPUtime=162.3 cores=0,2
/proc/30033/stat : 30033 (SApperloT2010) R 30031 30033 28845 0 -1 4202496 28488 0 0 0 16222 8 0 0 25 0 1 0 462727546 138858496 28240 33554432000 4194304 4395502 140734368352752 18446744073709551615 4286289 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30033/statm: 33901 28240 266 50 0 31041 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 135604

[startup+222.301 s]
/proc/loadavg: 4.01 3.97 3.97 5/188 30067
/proc/meminfo: memFree=17556232/32951132 swapFree=67111528/67111528
[pid=30033] ppid=30031 vsize=157196 CPUtime=222.29 cores=0,2
/proc/30033/stat : 30033 (SApperloT2010) R 30031 30033 28845 0 -1 4202496 33117 0 0 0 22220 9 0 0 25 0 1 0 462727546 160968704 32869 33554432000 4194304 4395502 140734368352752 18446744073709551615 274664832919 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30033/statm: 39299 32869 266 50 0 36439 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 157196

[startup+282.3 s]
/proc/loadavg: 4.00 3.97 3.97 5/188 30069
/proc/meminfo: memFree=17422804/32951132 swapFree=67111528/67111528
[pid=30033] ppid=30031 vsize=174712 CPUtime=282.29 cores=0,2
/proc/30033/stat : 30033 (SApperloT2010) R 30031 30033 28845 0 -1 4202496 36798 0 0 0 28216 13 0 0 25 0 1 0 462727546 178905088 36550 33554432000 4194304 4395502 140734368352752 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30033/statm: 43678 36550 266 50 0 40818 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 174712

[startup+342.301 s]
/proc/loadavg: 4.00 3.97 3.97 5/188 30070
/proc/meminfo: memFree=17246844/32951132 swapFree=67111528/67111528
[pid=30033] ppid=30031 vsize=185820 CPUtime=342.29 cores=0,2
/proc/30033/stat : 30033 (SApperloT2010) R 30031 30033 28845 0 -1 4202496 39163 0 0 0 34215 14 0 0 25 0 1 0 462727546 190279680 38915 33554432000 4194304 4395502 140734368352752 18446744073709551615 4296567 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30033/statm: 46455 38915 266 50 0 43595 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 185820

[startup+402.301 s]
/proc/loadavg: 4.00 3.97 3.97 5/188 30071
/proc/meminfo: memFree=17156692/32951132 swapFree=67111528/67111528
[pid=30033] ppid=30031 vsize=195712 CPUtime=402.3 cores=0,2
/proc/30033/stat : 30033 (SApperloT2010) R 30031 30033 28845 0 -1 4202496 41260 0 0 0 40213 17 0 0 25 0 1 0 462727546 200409088 41012 33554432000 4194304 4395502 140734368352752 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30033/statm: 48928 41012 266 50 0 46068 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 195712

[startup+462.301 s]
/proc/loadavg: 4.05 3.99 3.97 5/188 30073
/proc/meminfo: memFree=17127548/32951132 swapFree=67111528/67111528
[pid=30033] ppid=30031 vsize=201692 CPUtime=462.3 cores=0,2
/proc/30033/stat : 30033 (SApperloT2010) R 30031 30033 28845 0 -1 4202496 42559 0 0 0 46212 18 0 0 25 0 1 0 462727546 206532608 42311 33554432000 4194304 4395502 140734368352752 18446744073709551615 4299743 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30033/statm: 50423 42311 266 50 0 47563 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 201692

[startup+522.301 s]
/proc/loadavg: 4.02 3.99 3.97 5/188 30075
/proc/meminfo: memFree=17026848/32951132 swapFree=67111528/67111528
[pid=30033] ppid=30031 vsize=210620 CPUtime=522.3 cores=0,2
/proc/30033/stat : 30033 (SApperloT2010) R 30031 30033 28845 0 -1 4202496 44442 0 0 0 52211 19 0 0 25 0 1 0 462727546 215674880 44194 33554432000 4194304 4395502 140734368352752 18446744073709551615 4299110 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30033/statm: 52655 44194 266 50 0 49795 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 210620

[startup+582.3 s]
/proc/loadavg: 4.00 3.99 3.97 5/188 30077
/proc/meminfo: memFree=16897640/32951132 swapFree=67111528/67111528
[pid=30033] ppid=30031 vsize=216208 CPUtime=582.3 cores=0,2
/proc/30033/stat : 30033 (SApperloT2010) R 30031 30033 28845 0 -1 4202496 45604 0 0 0 58210 20 0 0 25 0 1 0 462727546 221396992 45356 33554432000 4194304 4395502 140734368352752 18446744073709551615 4346950 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30033/statm: 54052 45356 266 50 0 51192 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 216208

[startup+642.301 s]
/proc/loadavg: 4.00 3.99 3.97 5/188 30078
/proc/meminfo: memFree=16756640/32951132 swapFree=67111528/67111528
[pid=30033] ppid=30031 vsize=222208 CPUtime=642.31 cores=0,2
/proc/30033/stat : 30033 (SApperloT2010) R 30031 30033 28845 0 -1 4202496 46877 0 0 0 64210 21 0 0 25 0 1 0 462727546 227540992 46629 33554432000 4194304 4395502 140734368352752 18446744073709551615 4299630 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30033/statm: 55552 46629 266 50 0 52692 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 222208

[startup+702.301 s]
/proc/loadavg: 4.00 3.99 3.97 5/188 30079
/proc/meminfo: memFree=16644048/32951132 swapFree=67111528/67111528
[pid=30033] ppid=30031 vsize=228068 CPUtime=702.3 cores=0,2
/proc/30033/stat : 30033 (SApperloT2010) R 30031 30033 28845 0 -1 4202496 48066 0 0 0 70209 21 0 0 25 0 1 0 462727546 233541632 47818 33554432000 4194304 4395502 140734368352752 18446744073709551615 4299648 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30033/statm: 57017 47818 266 50 0 54157 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 228068

[startup+762.307 s]
/proc/loadavg: 4.00 3.99 3.97 5/188 30081
/proc/meminfo: memFree=16520908/32951132 swapFree=67111528/67111528
[pid=30033] ppid=30031 vsize=229668 CPUtime=762.31 cores=0,2
/proc/30033/stat : 30033 (SApperloT2010) R 30031 30033 28845 0 -1 4202496 48415 0 0 0 76209 22 0 0 25 0 1 0 462727546 235180032 48167 33554432000 4194304 4395502 140734368352752 18446744073709551615 4309962 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30033/statm: 57417 48167 266 50 0 54557 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 229668

[startup+822.301 s]
/proc/loadavg: 4.00 3.99 3.97 5/188 30083
/proc/meminfo: memFree=16422072/32951132 swapFree=67111528/67111528
[pid=30033] ppid=30031 vsize=234516 CPUtime=822.31 cores=0,2
/proc/30033/stat : 30033 (SApperloT2010) R 30031 30033 28845 0 -1 4202496 49460 0 0 0 82208 23 0 0 25 0 1 0 462727546 240144384 49212 33554432000 4194304 4395502 140734368352752 18446744073709551615 4299154 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30033/statm: 58629 49212 266 50 0 55769 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 234516

[startup+882.3 s]
/proc/loadavg: 4.08 4.01 3.98 5/188 30085
/proc/meminfo: memFree=16352132/32951132 swapFree=67111528/67111528
[pid=30033] ppid=30031 vsize=238276 CPUtime=882.3 cores=0,2
/proc/30033/stat : 30033 (SApperloT2010) R 30031 30033 28845 0 -1 4202496 50288 0 0 0 88206 24 0 0 25 0 1 0 462727546 243994624 50040 33554432000 4194304 4395502 140734368352752 18446744073709551615 4299554 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30033/statm: 59569 50040 266 50 0 56709 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 238276

[startup+942.301 s]
/proc/loadavg: 4.03 4.00 3.98 5/188 30086
/proc/meminfo: memFree=16261116/32951132 swapFree=67111528/67111528
[pid=30033] ppid=30031 vsize=244376 CPUtime=942.3 cores=0,2
/proc/30033/stat : 30033 (SApperloT2010) R 30031 30033 28845 0 -1 4202496 51484 0 0 0 94205 25 0 0 25 0 1 0 462727546 250241024 51236 33554432000 4194304 4395502 140734368352752 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30033/statm: 61094 51236 266 50 0 58234 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 244376

[startup+1002.3 s]
/proc/loadavg: 4.01 4.00 3.98 5/188 30087
/proc/meminfo: memFree=16144800/32951132 swapFree=67111528/67111528
[pid=30033] ppid=30031 vsize=246344 CPUtime=1002.3 cores=0,2
/proc/30033/stat : 30033 (SApperloT2010) R 30031 30033 28845 0 -1 4202496 51900 0 0 0 100204 26 0 0 25 0 1 0 462727546 252256256 51652 33554432000 4194304 4395502 140734368352752 18446744073709551615 4291703 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30033/statm: 61586 51652 266 50 0 58726 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 246344

[startup+1062.3 s]
/proc/loadavg: 4.06 4.02 3.99 5/188 30089
/proc/meminfo: memFree=16078204/32951132 swapFree=67111528/67111528
[pid=30033] ppid=30031 vsize=248824 CPUtime=1062.31 cores=0,2
/proc/30033/stat : 30033 (SApperloT2010) R 30031 30033 28845 0 -1 4202496 52433 0 0 0 106204 27 0 0 25 0 1 0 462727546 254795776 52185 33554432000 4194304 4395502 140734368352752 18446744073709551615 4299576 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30033/statm: 62206 52185 266 50 0 59346 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 248824

[startup+1122.3 s]
/proc/loadavg: 4.07 4.03 3.99 5/188 30091
/proc/meminfo: memFree=15989164/32951132 swapFree=67111528/67111528
[pid=30033] ppid=30031 vsize=250296 CPUtime=1122.31 cores=0,2
/proc/30033/stat : 30033 (SApperloT2010) R 30031 30033 28845 0 -1 4202496 52761 0 0 0 112204 27 0 0 25 0 1 0 462727546 256303104 52513 33554432000 4194304 4395502 140734368352752 18446744073709551615 4275067 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30033/statm: 62574 52513 266 50 0 59714 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 250296

[startup+1182.3 s]
/proc/loadavg: 4.07 4.03 4.00 5/188 30093
/proc/meminfo: memFree=15930384/32951132 swapFree=67111528/67111528
[pid=30033] ppid=30031 vsize=253544 CPUtime=1182.31 cores=0,2
/proc/30033/stat : 30033 (SApperloT2010) R 30031 30033 28845 0 -1 4202496 53471 0 0 0 118203 28 0 0 25 0 1 0 462727546 259629056 53223 33554432000 4194304 4395502 140734368352752 18446744073709551615 4292989 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30033/statm: 63386 53223 266 50 0 60526 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 253544

[startup+1242.3 s]
/proc/loadavg: 4.02 4.03 4.00 5/188 30094
/proc/meminfo: memFree=15860564/32951132 swapFree=67111528/67111528
[pid=30033] ppid=30031 vsize=257276 CPUtime=1242.31 cores=0,2
/proc/30033/stat : 30033 (SApperloT2010) R 30031 30033 28845 0 -1 4202496 54224 0 0 0 124202 29 0 0 25 0 1 0 462727546 263450624 53976 33554432000 4194304 4395502 140734368352752 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30033/statm: 64319 53976 266 50 0 61459 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 257276



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.70 3.95 3.97 3/176 30131
/proc/meminfo: memFree=18378116/32951132 swapFree=67111528/67111528
[pid=30033] ppid=30031 vsize=260060 CPUtime=1300.02 cores=0,2
/proc/30033/stat : 30033 (SApperloT2010) R 30031 30033 28845 0 -1 4202496 54774 0 0 0 129972 30 0 0 25 0 1 0 462727546 266301440 54526 33554432000 4194304 4395502 140734368352752 18446744073709551615 4299509 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30033/statm: 65015 54526 266 50 0 62155 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 260060

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.04
CPU user time (s): 1299.72
CPU system time (s): 0.316951
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 260060

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

runsolver used 2.19966 second user time and 4.90025 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-23 00:27:59
IDJOB=3249813
IDBENCH=83189
IDSOLVER=1655
FILE ID=node131/3249813-1303511279
RUNJOBID= node131-1303511269-29856
PBS_JOBID= 13134251
Free space on /tmp= 71820 MiB

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT11/crafted/skvortsov/automata-synchronization/crn_20_360_u.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3249813-1303511279/watcher-3249813-1303511279 -o /tmp/evaluation-result-3249813-1303511279/solver-3249813-1303511279 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3249813-1303511279.cnf

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

MD5SUM BENCH= 4b70d66c676eba3660e2a5eff473f8e7
RANDOM SEED=531358540

node131.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.830
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.66
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.830
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.830
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.83
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.830
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.830
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.77
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.830
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.830
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.830
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      18283572 kB
Buffers:        868768 kB
Cached:       12916736 kB
SwapCached:          0 kB
Active:        4393608 kB
Inactive:      9768384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      18283572 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           21896 kB
Writeback:           0 kB
AnonPages:      375804 kB
Mapped:          15960 kB
Slab:           442064 kB
PageTables:       5952 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   571560 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71840 MiB
End job on node131 at 2011-04-23 00:49:41