Trace number 3438868

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.06 4999.93

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 benchmark173.685
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: 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-3438868-1306899556/watcher-3438868-1306899556 -o /tmp/evaluation-result-3438868-1306899556/solver-3438868-1306899556 -C 5000 -W 5100 -M 15500 SApperloT2010 HOME/instance-3438868-1306899556.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: 1.86 1.97 1.99 3/386 14175
/proc/meminfo: memFree=7360164/32951124 swapFree=49244120/67111528
[pid=14175] ppid=14173 vsize=13408 CPUtime=0 cores=1,3,5,7
/proc/14175/stat : 14175 (SApperloT2010) R 14173 14175 12962 0 -1 4202496 739 0 0 0 0 0 0 0 25 0 1 0 801558444 13729792 678 33554432000 4194304 4394578 140734389008256 18446744073709551615 218370618053 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/14175/statm: 3352 679 247 49 0 493 0

[startup+0.04377 s]
/proc/loadavg: 1.86 1.97 1.99 3/386 14175
/proc/meminfo: memFree=7360164/32951124 swapFree=49244120/67111528
[pid=14175] ppid=14173 vsize=16312 CPUtime=0.03 cores=1,3,5,7
/proc/14175/stat : 14175 (SApperloT2010) R 14173 14175 12962 0 -1 4202496 1463 0 0 0 3 0 0 0 25 0 1 0 801558444 16703488 1401 33554432000 4194304 4394578 140734389008256 18446744073709551615 218370981783 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/14175/statm: 4078 1401 256 49 0 1219 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 16312

[startup+0.100762 s]
/proc/loadavg: 1.86 1.97 1.99 3/386 14175
/proc/meminfo: memFree=7360164/32951124 swapFree=49244120/67111528
[pid=14175] ppid=14173 vsize=18952 CPUtime=0.09 cores=1,3,5,7
/proc/14175/stat : 14175 (SApperloT2010) R 14173 14175 12962 0 -1 4202496 2166 0 0 0 8 1 0 0 25 0 1 0 801558444 19406848 2104 33554432000 4194304 4394578 140734389008256 18446744073709551615 218370981783 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/14175/statm: 4738 2104 267 49 0 1879 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18952

[startup+0.300729 s]
/proc/loadavg: 1.86 1.97 1.99 3/386 14175
/proc/meminfo: memFree=7360164/32951124 swapFree=49244120/67111528
[pid=14175] ppid=14173 vsize=21196 CPUtime=0.29 cores=1,3,5,7
/proc/14175/stat : 14175 (SApperloT2010) R 14173 14175 12962 0 -1 4202496 2741 0 0 0 28 1 0 0 25 0 1 0 801558444 21704704 2679 33554432000 4194304 4394578 140734389008256 18446744073709551615 218370618053 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/14175/statm: 5299 2679 267 49 0 2440 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21196

[startup+0.700667 s]
/proc/loadavg: 1.86 1.97 1.99 3/386 14175
/proc/meminfo: memFree=7360164/32951124 swapFree=49244120/67111528
[pid=14175] ppid=14173 vsize=24100 CPUtime=0.69 cores=1,3,5,7
/proc/14175/stat : 14175 (SApperloT2010) R 14173 14175 12962 0 -1 4202496 3448 0 0 0 68 1 0 0 25 0 1 0 801558444 24678400 3386 33554432000 4194304 4394578 140734389008256 18446744073709551615 4285636 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/14175/statm: 6025 3386 267 49 0 3166 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24100

[startup+1.50051 s]
/proc/loadavg: 1.86 1.97 1.99 3/387 14176
/proc/meminfo: memFree=7344788/32951124 swapFree=49244120/67111528
[pid=14175] ppid=14173 vsize=28168 CPUtime=1.49 cores=1,3,5,7
/proc/14175/stat : 14175 (SApperloT2010) R 14173 14175 12962 0 -1 4202496 4438 0 0 0 148 1 0 0 25 0 1 0 801558444 28844032 4376 33554432000 4194304 4394578 140734389008256 18446744073709551615 4288039 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/14175/statm: 7042 4376 267 49 0 4183 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28168

[startup+3.10023 s]
/proc/loadavg: 1.86 1.97 1.99 3/387 14176
/proc/meminfo: memFree=7338232/32951124 swapFree=49244120/67111528
[pid=14175] ppid=14173 vsize=34184 CPUtime=3.09 cores=1,3,5,7
/proc/14175/stat : 14175 (SApperloT2010) R 14173 14175 12962 0 -1 4202496 5890 0 0 0 308 1 0 0 25 0 1 0 801558444 35004416 5828 33554432000 4194304 4394578 140734389008256 18446744073709551615 4285625 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/14175/statm: 8546 5828 267 49 0 5687 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 34184

[startup+6.30066 s]
/proc/loadavg: 1.87 1.97 1.99 3/387 14176
/proc/meminfo: memFree=7326624/32951124 swapFree=49244120/67111528
[pid=14175] ppid=14173 vsize=42728 CPUtime=6.29 cores=1,3,5,7
/proc/14175/stat : 14175 (SApperloT2010) R 14173 14175 12962 0 -1 4202496 7963 0 0 0 627 2 0 0 25 0 1 0 801558444 43753472 7901 33554432000 4194304 4394578 140734389008256 18446744073709551615 4310192 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/14175/statm: 10682 7901 267 49 0 7823 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 42728

[startup+12.7005 s]
/proc/loadavg: 2.04 2.00 2.00 3/387 14176
/proc/meminfo: memFree=7314524/32951124 swapFree=49244120/67111528
[pid=14175] ppid=14173 vsize=54604 CPUtime=12.69 cores=1,3,5,7
/proc/14175/stat : 14175 (SApperloT2010) R 14173 14175 12962 0 -1 4202496 10688 0 0 0 1267 2 0 0 25 0 1 0 801558444 55914496 10626 33554432000 4194304 4394578 140734389008256 18446744073709551615 4327617 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/14175/statm: 13651 10626 267 49 0 10792 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 54604

[startup+25.5003 s]
/proc/loadavg: 2.03 2.00 2.00 3/387 14177
/proc/meminfo: memFree=7297676/32951124 swapFree=49244120/67111528
[pid=14175] ppid=14173 vsize=68080 CPUtime=25.49 cores=1,3,5,7
/proc/14175/stat : 14175 (SApperloT2010) R 14173 14175 12962 0 -1 4202496 13789 0 0 0 2545 4 0 0 25 0 1 0 801558444 69713920 13727 33554432000 4194304 4394578 140734389008256 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/14175/statm: 17020 13727 267 49 0 14161 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 68080

[startup+51.1007 s]
/proc/loadavg: 2.02 2.00 2.00 3/387 14177
/proc/meminfo: memFree=7274464/32951124 swapFree=49244120/67111528
[pid=14175] ppid=14173 vsize=90548 CPUtime=51.09 cores=1,3,5,7
/proc/14175/stat : 14175 (SApperloT2010) R 14173 14175 12962 0 -1 4202496 18769 0 0 0 5104 5 0 0 25 0 1 0 801558444 92721152 18707 33554432000 4194304 4394578 140734389008256 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/14175/statm: 22637 18707 267 49 0 19778 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 90548

[startup+102.315 s]
/proc/loadavg: 2.01 2.00 2.00 3/387 14206
/proc/meminfo: memFree=7266084/32951124 swapFree=49244120/67111528
[pid=14175] ppid=14173 vsize=119076 CPUtime=102.31 cores=1,3,5,7
/proc/14175/stat : 14175 (SApperloT2010) R 14173 14175 12962 0 -1 4202496 24914 0 0 0 10224 7 0 0 25 0 1 0 801558444 121933824 24852 33554432000 4194304 4394578 140734389008256 18446744073709551615 4292134 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/14175/statm: 29769 24852 267 49 0 26910 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 119076

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/387 14207
/proc/meminfo: memFree=7240864/32951124 swapFree=49244120/67111528
[pid=14175] ppid=14173 vsize=146360 CPUtime=162.29 cores=1,3,5,7
/proc/14175/stat : 14175 (SApperloT2010) R 14173 14175 12962 0 -1 4202496 30668 0 0 0 16221 8 0 0 25 0 1 0 801558444 149872640 30573 33554432000 4194304 4394578 140734389008256 18446744073709551615 4298338 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/14175/statm: 36590 30573 267 49 0 33731 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 146360

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/387 14209
/proc/meminfo: memFree=7220848/32951124 swapFree=49244120/67111528
[pid=14175] ppid=14173 vsize=169492 CPUtime=222.3 cores=1,3,5,7
/proc/14175/stat : 14175 (SApperloT2010) R 14173 14175 12962 0 -1 4202496 35535 0 0 0 22220 10 0 0 25 0 1 0 801558444 173559808 35440 33554432000 4194304 4394578 140734389008256 18446744073709551615 4296782 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/14175/statm: 42373 35440 267 49 0 39514 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 169492

[startup+282.301 s]
/proc/loadavg: 2.07 2.03 2.01 3/387 14211
/proc/meminfo: memFree=7208636/32951124 swapFree=49244120/67111528
[pid=14175] ppid=14173 vsize=184584 CPUtime=282.3 cores=1,3,5,7
/proc/14175/stat : 14175 (SApperloT2010) R 14173 14175 12962 0 -1 4202496 38670 0 0 0 28219 11 0 0 25 0 1 0 801558444 189014016 38575 33554432000 4194304 4394578 140734389008256 18446744073709551615 4298714 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/14175/statm: 46146 38575 267 49 0 43287 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 184584

[startup+342.301 s]
/proc/loadavg: 2.06 2.03 2.01 3/387 14212
/proc/meminfo: memFree=7202136/32951124 swapFree=49244120/67111528
[pid=14175] ppid=14173 vsize=192040 CPUtime=342.3 cores=1,3,5,7
/proc/14175/stat : 14175 (SApperloT2010) R 14173 14175 12962 0 -1 4202496 40185 0 0 0 34218 12 0 0 25 0 1 0 801558444 196648960 40090 33554432000 4194304 4394578 140734389008256 18446744073709551615 4287339 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/14175/statm: 48010 40090 267 49 0 45151 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 192040

[startup+402.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/387 14214
/proc/meminfo: memFree=7193768/32951124 swapFree=49244120/67111528
[pid=14175] ppid=14173 vsize=200848 CPUtime=402.3 cores=1,3,5,7
/proc/14175/stat : 14175 (SApperloT2010) R 14173 14175 12962 0 -1 4202496 42159 0 0 0 40218 12 0 0 25 0 1 0 801558444 205668352 42064 33554432000 4194304 4394578 140734389008256 18446744073709551615 4298876 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/14175/statm: 50212 42064 267 49 0 47353 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 200848

[startup+462.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/387 14215
/proc/meminfo: memFree=7187996/32951124 swapFree=49244120/67111528
[pid=14175] ppid=14173 vsize=207088 CPUtime=462.3 cores=1,3,5,7
/proc/14175/stat : 14175 (SApperloT2010) R 14173 14175 12962 0 -1 4202496 43389 0 0 0 46217 13 0 0 25 0 1 0 801558444 212058112 43294 33554432000 4194304 4394578 140734389008256 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/14175/statm: 51772 43294 267 49 0 48913 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 207088

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/387 14217
/proc/meminfo: memFree=7181988/32951124 swapFree=49244120/67111528
[pid=14175] ppid=14173 vsize=214308 CPUtime=522.3 cores=1,3,5,7
/proc/14175/stat : 14175 (SApperloT2010) R 14173 14175 12962 0 -1 4202496 44907 0 0 0 52216 14 0 0 25 0 1 0 801558444 219451392 44812 33554432000 4194304 4394578 140734389008256 18446744073709551615 4285739 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/14175/statm: 53577 44812 267 49 0 50718 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 214308

[startup+582.301 s]
/proc/loadavg: 2.06 2.02 2.00 3/387 14219
/proc/meminfo: memFree=7176712/32951124 swapFree=49244120/67111528
[pid=14175] ppid=14173 vsize=220660 CPUtime=582.3 cores=1,3,5,7
/proc/14175/stat : 14175 (SApperloT2010) R 14173 14175 12962 0 -1 4202496 46166 0 0 0 58216 14 0 0 25 0 1 0 801558444 225955840 46071 33554432000 4194304 4394578 140734389008256 18446744073709551615 4298326 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/14175/statm: 55165 46071 267 49 0 52306 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 220660

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.03 2.04 2.00 3/387 14377
/proc/meminfo: memFree=5714388/32951124 swapFree=49244120/67111528
[pid=14175] ppid=14173 vsize=362828 CPUtime=4062.41 cores=1,3,5,7
/proc/14175/stat : 14175 (SApperloT2010) R 14173 14175 12962 0 -1 4202496 74656 0 0 0 406203 38 0 0 25 0 1 0 801558444 371535872 74500 33554432000 4194304 4394578 140734389008256 18446744073709551615 4299028 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/14175/statm: 90707 74500 267 49 0 87848 0
Current children cumulated CPU time (s) 4062.41
Current children cumulated vsize (KiB) 362828

[startup+4122.3 s]
/proc/loadavg: 2.16 2.06 2.01 3/387 14379
/proc/meminfo: memFree=5704284/32951124 swapFree=49244120/67111528
[pid=14175] ppid=14173 vsize=365036 CPUtime=4122.39 cores=1,3,5,7
/proc/14175/stat : 14175 (SApperloT2010) R 14173 14175 12962 0 -1 4202496 75086 0 0 0 412201 38 0 0 25 0 1 0 801558444 373796864 74930 33554432000 4194304 4394578 140734389008256 18446744073709551615 4285636 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/14175/statm: 91259 74930 267 49 0 88400 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 365036

[startup+4182.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/387 14381
/proc/meminfo: memFree=5694428/32951124 swapFree=49244120/67111528
[pid=14175] ppid=14173 vsize=366704 CPUtime=4182.4 cores=1,3,5,7
/proc/14175/stat : 14175 (SApperloT2010) R 14173 14175 12962 0 -1 4202496 75437 0 0 0 418201 39 0 0 25 0 1 0 801558444 375504896 75281 33554432000 4194304 4394578 140734389008256 18446744073709551615 4298979 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/14175/statm: 91676 75281 267 49 0 88817 0
Current children cumulated CPU time (s) 4182.4
Current children cumulated vsize (KiB) 366704

[startup+4242.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/387 14382
/proc/meminfo: memFree=5685316/32951124 swapFree=49244120/67111528
[pid=14175] ppid=14173 vsize=367828 CPUtime=4242.4 cores=1,3,5,7
/proc/14175/stat : 14175 (SApperloT2010) R 14173 14175 12962 0 -1 4202496 75640 0 0 0 424201 39 0 0 25 0 1 0 801558444 376655872 75484 33554432000 4194304 4394578 140734389008256 18446744073709551615 4327713 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/14175/statm: 91957 75484 267 49 0 89098 0
Current children cumulated CPU time (s) 4242.4
Current children cumulated vsize (KiB) 367828

[startup+4302.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/387 14384
/proc/meminfo: memFree=5663440/32951124 swapFree=49244120/67111528
[pid=14175] ppid=14173 vsize=368628 CPUtime=4302.4 cores=1,3,5,7
/proc/14175/stat : 14175 (SApperloT2010) R 14173 14175 12962 0 -1 4202496 75815 0 0 0 430200 40 0 0 25 0 1 0 801558444 377475072 75659 33554432000 4194304 4394578 140734389008256 18446744073709551615 4298841 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/14175/statm: 92157 75659 267 49 0 89298 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 368628

[startup+4362.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/387 14385
/proc/meminfo: memFree=5648248/32951124 swapFree=49244120/67111528
[pid=14175] ppid=14173 vsize=369940 CPUtime=4362.4 cores=1,3,5,7
/proc/14175/stat : 14175 (SApperloT2010) R 14173 14175 12962 0 -1 4202496 76091 0 0 0 436199 41 0 0 25 0 1 0 801558444 378818560 75913 33554432000 4194304 4394578 140734389008256 18446744073709551615 4346169 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/14175/statm: 92485 75913 267 49 0 89626 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 369940

[startup+4422.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/387 14387
/proc/meminfo: memFree=5638880/32951124 swapFree=49244120/67111528
[pid=14175] ppid=14173 vsize=370904 CPUtime=4422.4 cores=1,3,5,7
/proc/14175/stat : 14175 (SApperloT2010) R 14173 14175 12962 0 -1 4202496 76299 0 0 0 442199 41 0 0 25 0 1 0 801558444 379805696 76121 33554432000 4194304 4394578 140734389008256 18446744073709551615 4298373 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/14175/statm: 92726 76121 267 49 0 89867 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 370904

[startup+4482.3 s]
/proc/loadavg: 2.16 2.05 2.01 3/387 14389
/proc/meminfo: memFree=5629896/32951124 swapFree=49244120/67111528
[pid=14175] ppid=14173 vsize=371684 CPUtime=4482.4 cores=1,3,5,7
/proc/14175/stat : 14175 (SApperloT2010) R 14173 14175 12962 0 -1 4202496 76474 0 0 0 448199 41 0 0 25 0 1 0 801558444 380604416 76296 33554432000 4194304 4394578 140734389008256 18446744073709551615 4298862 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/14175/statm: 92921 76296 267 49 0 90062 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 371684

[startup+4542.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/387 14390
/proc/meminfo: memFree=5622144/32951124 swapFree=49244120/67111528
[pid=14175] ppid=14173 vsize=372968 CPUtime=4542.4 cores=1,3,5,7
/proc/14175/stat : 14175 (SApperloT2010) R 14173 14175 12962 0 -1 4202496 76704 0 0 0 454199 41 0 0 25 0 1 0 801558444 381919232 76526 33554432000 4194304 4394578 140734389008256 18446744073709551615 4296052 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/14175/statm: 93242 76526 267 49 0 90383 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 372968

[startup+4602.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/387 14392
/proc/meminfo: memFree=5607708/32951124 swapFree=49244120/67111528
[pid=14175] ppid=14173 vsize=374064 CPUtime=4602.41 cores=1,3,5,7
/proc/14175/stat : 14175 (SApperloT2010) R 14173 14175 12962 0 -1 4202496 76911 0 0 0 460200 41 0 0 25 0 1 0 801558444 383041536 76733 33554432000 4194304 4394578 140734389008256 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/14175/statm: 93516 76733 267 49 0 90657 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 374064

[startup+4662.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/387 14393
/proc/meminfo: memFree=5602932/32951124 swapFree=49244120/67111528
[pid=14175] ppid=14173 vsize=374448 CPUtime=4662.41 cores=1,3,5,7
/proc/14175/stat : 14175 (SApperloT2010) R 14173 14175 12962 0 -1 4202496 77020 0 0 0 466199 42 0 0 25 0 1 0 801558444 383434752 76842 33554432000 4194304 4394578 140734389008256 18446744073709551615 4298721 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/14175/statm: 93612 76842 267 49 0 90753 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 374448

[startup+4722.31 s]
/proc/loadavg: 2.08 2.05 2.01 3/387 14395
/proc/meminfo: memFree=5592084/32951124 swapFree=49244120/67111528
[pid=14175] ppid=14173 vsize=375408 CPUtime=4722.43 cores=1,3,5,7
/proc/14175/stat : 14175 (SApperloT2010) R 14173 14175 12962 0 -1 4202496 77232 0 0 0 472201 42 0 0 25 0 1 0 801558444 384417792 77021 33554432000 4194304 4394578 140734389008256 18446744073709551615 4292816 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/14175/statm: 93852 77021 267 49 0 90993 0
Current children cumulated CPU time (s) 4722.43
Current children cumulated vsize (KiB) 375408

[startup+4782.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/387 14397
/proc/meminfo: memFree=5581620/32951124 swapFree=49244120/67111528
[pid=14175] ppid=14173 vsize=376820 CPUtime=4782.41 cores=1,3,5,7
/proc/14175/stat : 14175 (SApperloT2010) R 14173 14175 12962 0 -1 4202496 77479 0 0 0 478199 42 0 0 25 0 1 0 801558444 385863680 77268 33554432000 4194304 4394578 140734389008256 18446744073709551615 4299068 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/14175/statm: 94205 77268 267 49 0 91346 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 376820

[startup+4842.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/387 14398
/proc/meminfo: memFree=5572752/32951124 swapFree=49244120/67111528
[pid=14175] ppid=14173 vsize=377652 CPUtime=4842.41 cores=1,3,5,7
/proc/14175/stat : 14175 (SApperloT2010) R 14173 14175 12962 0 -1 4202496 77637 0 0 0 484198 43 0 0 25 0 1 0 801558444 386715648 77426 33554432000 4194304 4394578 140734389008256 18446744073709551615 4298326 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/14175/statm: 94413 77426 267 49 0 91554 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 377652

[startup+4902.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/387 14400
/proc/meminfo: memFree=5546408/32951124 swapFree=49244120/67111528
[pid=14175] ppid=14173 vsize=381244 CPUtime=4902.42 cores=1,3,5,7
/proc/14175/stat : 14175 (SApperloT2010) R 14173 14175 12962 0 -1 4202496 78316 0 0 0 490198 44 0 0 25 0 1 0 801558444 390393856 78105 33554432000 4194304 4394578 140734389008256 18446744073709551615 4287550 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/14175/statm: 95311 78105 267 49 0 92452 0
Current children cumulated CPU time (s) 4902.42
Current children cumulated vsize (KiB) 381244

[startup+4962.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/387 14410
/proc/meminfo: memFree=5530356/32951124 swapFree=49244120/67111528
[pid=14175] ppid=14173 vsize=383488 CPUtime=4962.41 cores=1,3,5,7
/proc/14175/stat : 14175 (SApperloT2010) R 14173 14175 12962 0 -1 4202496 78724 0 0 0 496197 44 0 0 25 0 1 0 801558444 392691712 78513 33554432000 4194304 4394578 140734389008256 18446744073709551615 4288141 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/14175/statm: 95872 78513 267 49 0 93013 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 383488



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.02 2.00 3/387 14411
/proc/meminfo: memFree=5528036/32951124 swapFree=49244120/67111528
[pid=14175] ppid=14173 vsize=383488 CPUtime=5000.02 cores=1,3,5,7
/proc/14175/stat : 14175 (SApperloT2010) R 14173 14175 12962 0 -1 4202496 78729 0 0 0 499958 44 0 0 25 0 1 0 801558444 392691712 78518 33554432000 4194304 4394578 140734389008256 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/14175/statm: 95872 78518 267 49 0 93013 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 383488

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

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

[startup+4999.9 s]
/proc/loadavg: 2.00 2.02 2.00 3/387 14411
/proc/meminfo: memFree=5528036/32951124 swapFree=49244120/67111528
[pid=14175] ppid=14173 vsize=383488 CPUtime=5000.02 cores=1,3,5,7
/proc/14175/stat : 14175 (SApperloT2010) R 14173 14175 12962 0 -1 4202496 78729 0 0 0 499958 44 0 0 25 0 1 0 801558444 392691712 78518 33554432000 4194304 4394578 140734389008256 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/14175/statm: 95872 78518 267 49 0 93013 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 383488

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.06
CPU user time (s): 4999.59
CPU system time (s): 0.463929
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 383488

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

runsolver used 18.4422 second user time and 42.1576 second system time

The end

Launcher Data

Begin job on node101 at 2011-06-01 05:39:17
IDJOB=3438868
IDBENCH=83189
IDSOLVER=1933
FILE ID=node101/3438868-1306899556
RUNJOBID= node101-1306899548-14075
PBS_JOBID= 13488475
Free space on /tmp= 33724 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
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-3438868-1306899556/watcher-3438868-1306899556 -o /tmp/evaluation-result-3438868-1306899556/solver-3438868-1306899556 -C 5000 -W 5100 -M 15500  SApperloT2010 HOME/instance-3438868-1306899556.cnf

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

MD5SUM BENCH= 4b70d66c676eba3660e2a5eff473f8e7
RANDOM SEED=789971353

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
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.74
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.841
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.841
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.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       7360460 kB
Buffers:         78660 kB
Cached:       16677368 kB
SwapCached:      13388 kB
Active:       14454588 kB
Inactive:     10442496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       7360460 kB
SwapTotal:    67111528 kB
SwapFree:     49244120 kB
Dirty:            1364 kB
Writeback:           0 kB
AnonPages:     8139188 kB
Mapped:          18084 kB
Slab:           550828 kB
PageTables:      74596 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 78622312 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= 33720 MiB
End job on node101 at 2011-06-01 07:02:39