Trace number 3439378

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.92

General information on the benchmark

NameSAT04/handmade/kexu/frb-0.6/
frb75-13-2.used-as.sat04-878.cnf
MD5SUM00e6f1cbbaaa8f43dc6451d49bfa1cef
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.07184
Satisfiable
(Un)Satisfiability was proved
Number of variables975
Number of clauses34275
Sum of the clauses size69375
Maximum clause length13
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 234200
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

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

running on 4 cores: 0,2,4,6

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.15 1.03 1.10 2/178 10211
/proc/meminfo: memFree=32148368/32951124 swapFree=67063556/67111528
[pid=10211] ppid=10209 vsize=12840 CPUtime=0 cores=0,2,4,6
/proc/10211/stat : 10211 (SApperloT2010) R 10209 10211 8879 0 -1 4202496 559 0 0 0 0 0 0 0 25 0 1 0 877000959 13148160 498 33554432000 4194304 4394578 140735976565600 18446744073709551615 246516495045 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10211/statm: 3210 499 247 49 0 351 0

[startup+0.0915799 s]
/proc/loadavg: 1.15 1.03 1.10 2/178 10211
/proc/meminfo: memFree=32148368/32951124 swapFree=67063556/67111528
[pid=10211] ppid=10209 vsize=17540 CPUtime=0.08 cores=0,2,4,6
/proc/10211/stat : 10211 (SApperloT2010) R 10209 10211 8879 0 -1 4202496 1912 0 0 0 8 0 0 0 25 0 1 0 877000959 17960960 1615 33554432000 4194304 4394578 140735976565600 18446744073709551615 246516495045 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10211/statm: 4385 1615 267 49 0 1526 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 17540

[startup+0.100572 s]
/proc/loadavg: 1.15 1.03 1.10 2/178 10211
/proc/meminfo: memFree=32148368/32951124 swapFree=67063556/67111528
[pid=10211] ppid=10209 vsize=17672 CPUtime=0.09 cores=0,2,4,6
/proc/10211/stat : 10211 (SApperloT2010) R 10209 10211 8879 0 -1 4202496 1946 0 0 0 9 0 0 0 25 0 1 0 877000959 18096128 1649 33554432000 4194304 4394578 140735976565600 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10211/statm: 4418 1649 267 49 0 1559 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17672

[startup+0.300543 s]
/proc/loadavg: 1.15 1.03 1.10 2/178 10211
/proc/meminfo: memFree=32148368/32951124 swapFree=67063556/67111528
[pid=10211] ppid=10209 vsize=19796 CPUtime=0.29 cores=0,2,4,6
/proc/10211/stat : 10211 (SApperloT2010) R 10209 10211 8879 0 -1 4202496 2490 0 0 0 29 0 0 0 25 0 1 0 877000959 20271104 2193 33554432000 4194304 4394578 140735976565600 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10211/statm: 4949 2193 267 49 0 2090 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19796

[startup+0.700488 s]
/proc/loadavg: 1.15 1.03 1.10 2/178 10211
/proc/meminfo: memFree=32148368/32951124 swapFree=67063556/67111528
[pid=10211] ppid=10209 vsize=23156 CPUtime=0.68 cores=0,2,4,6
/proc/10211/stat : 10211 (SApperloT2010) R 10209 10211 8879 0 -1 4202496 3319 0 0 0 68 0 0 0 25 0 1 0 877000959 23711744 3022 33554432000 4194304 4394578 140735976565600 18446744073709551615 4346552 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10211/statm: 5789 3022 267 49 0 2930 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 23156

[startup+1.50034 s]
/proc/loadavg: 1.15 1.03 1.10 3/179 10212
/proc/meminfo: memFree=32136488/32951124 swapFree=67063556/67111528
[pid=10211] ppid=10209 vsize=24484 CPUtime=1.48 cores=0,2,4,6
/proc/10211/stat : 10211 (SApperloT2010) R 10209 10211 8879 0 -1 4202496 3657 0 0 0 148 0 0 0 25 0 1 0 877000959 25071616 3360 33554432000 4194304 4394578 140735976565600 18446744073709551615 4298370 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10211/statm: 6121 3360 267 49 0 3262 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 24484

[startup+3.10101 s]
/proc/loadavg: 1.15 1.03 1.10 3/179 10212
/proc/meminfo: memFree=32132884/32951124 swapFree=67063556/67111528
[pid=10211] ppid=10209 vsize=26744 CPUtime=3.09 cores=0,2,4,6
/proc/10211/stat : 10211 (SApperloT2010) R 10209 10211 8879 0 -1 4202496 4164 0 0 0 308 1 0 0 25 0 1 0 877000959 27385856 3867 33554432000 4194304 4394578 140735976565600 18446744073709551615 4299025 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10211/statm: 6686 3867 267 49 0 3827 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26744

[startup+6.30044 s]
/proc/loadavg: 1.22 1.05 1.11 3/179 10212
/proc/meminfo: memFree=32124448/32951124 swapFree=67063556/67111528
[pid=10211] ppid=10209 vsize=30008 CPUtime=6.29 cores=0,2,4,6
/proc/10211/stat : 10211 (SApperloT2010) R 10209 10211 8879 0 -1 4202496 4922 0 0 0 628 1 0 0 25 0 1 0 877000959 30728192 4625 33554432000 4194304 4394578 140735976565600 18446744073709551615 4298721 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10211/statm: 7502 4625 267 49 0 4643 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 30008

[startup+12.7003 s]
/proc/loadavg: 1.28 1.06 1.11 3/179 10251
/proc/meminfo: memFree=32121660/32951124 swapFree=67063556/67111528
[pid=10211] ppid=10209 vsize=34392 CPUtime=12.69 cores=0,2,4,6
/proc/10211/stat : 10211 (SApperloT2010) R 10209 10211 8879 0 -1 4202496 5908 0 0 0 1268 1 0 0 25 0 1 0 877000959 35217408 5611 33554432000 4194304 4394578 140735976565600 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10211/statm: 8598 5611 267 49 0 5739 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 34392

[startup+25.5009 s]
/proc/loadavg: 1.44 1.11 1.12 3/179 10251
/proc/meminfo: memFree=32109288/32951124 swapFree=67063556/67111528
[pid=10211] ppid=10209 vsize=39524 CPUtime=25.49 cores=0,2,4,6
/proc/10211/stat : 10211 (SApperloT2010) R 10209 10211 8879 0 -1 4202496 7029 0 0 0 2548 1 0 0 25 0 1 0 877000959 40472576 6732 33554432000 4194304 4394578 140735976565600 18446744073709551615 4298714 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10211/statm: 9881 6732 267 49 0 7022 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 39524

[startup+51.1003 s]
/proc/loadavg: 1.63 1.18 1.15 3/179 10252
/proc/meminfo: memFree=32096236/32951124 swapFree=67063556/67111528
[pid=10211] ppid=10209 vsize=47328 CPUtime=51.09 cores=0,2,4,6
/proc/10211/stat : 10211 (SApperloT2010) R 10209 10211 8879 0 -1 4202496 8671 0 0 0 5108 1 0 0 25 0 1 0 877000959 48463872 8374 33554432000 4194304 4394578 140735976565600 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10211/statm: 11832 8374 267 49 0 8973 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 47328

[startup+102.307 s]
/proc/loadavg: 1.84 1.30 1.19 3/179 10253
/proc/meminfo: memFree=32079464/32951124 swapFree=67063556/67111528
[pid=10211] ppid=10209 vsize=55252 CPUtime=102.3 cores=0,2,4,6
/proc/10211/stat : 10211 (SApperloT2010) R 10209 10211 8879 0 -1 4202496 10333 0 0 0 10229 1 0 0 25 0 1 0 877000959 56578048 10036 33554432000 4194304 4394578 140735976565600 18446744073709551615 4298664 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10211/statm: 13813 10036 267 49 0 10954 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 55252

[startup+162.301 s]
/proc/loadavg: 1.94 1.43 1.24 3/179 10255
/proc/meminfo: memFree=32065416/32951124 swapFree=67063556/67111528
[pid=10211] ppid=10209 vsize=63396 CPUtime=162.3 cores=0,2,4,6
/proc/10211/stat : 10211 (SApperloT2010) R 10209 10211 8879 0 -1 4202496 12064 0 0 0 16228 2 0 0 25 0 1 0 877000959 64917504 11767 33554432000 4194304 4394578 140735976565600 18446744073709551615 4298993 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10211/statm: 15849 11767 267 49 0 12990 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 63396

[startup+222.301 s]
/proc/loadavg: 2.01 1.54 1.29 3/179 10256
/proc/meminfo: memFree=32053972/32951124 swapFree=67063556/67111528
[pid=10211] ppid=10209 vsize=70440 CPUtime=222.29 cores=0,2,4,6
/proc/10211/stat : 10211 (SApperloT2010) R 10209 10211 8879 0 -1 4202496 13460 0 0 0 22227 2 0 0 25 0 1 0 877000959 72130560 13163 33554432000 4194304 4394578 140735976565600 18446744073709551615 4298664 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10211/statm: 17610 13163 267 49 0 14751 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 70440

[startup+282.3 s]
/proc/loadavg: 2.00 1.62 1.33 3/179 10258
/proc/meminfo: memFree=32045632/32951124 swapFree=67063556/67111528
[pid=10211] ppid=10209 vsize=73752 CPUtime=282.29 cores=0,2,4,6
/proc/10211/stat : 10211 (SApperloT2010) R 10209 10211 8879 0 -1 4202496 14166 0 0 0 28227 2 0 0 25 0 1 0 877000959 75522048 13869 33554432000 4194304 4394578 140735976565600 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10211/statm: 18438 13869 267 49 0 15579 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 73752

[startup+342.3 s]
/proc/loadavg: 2.00 1.69 1.37 3/179 10259
/proc/meminfo: memFree=32035796/32951124 swapFree=67063556/67111528
[pid=10211] ppid=10209 vsize=82268 CPUtime=342.3 cores=0,2,4,6
/proc/10211/stat : 10211 (SApperloT2010) R 10209 10211 8879 0 -1 4202496 15936 0 0 0 34227 3 0 0 25 0 1 0 877000959 84242432 15639 33554432000 4194304 4394578 140735976565600 18446744073709551615 4296327 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10211/statm: 20567 15639 267 49 0 17708 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 82268

[startup+402.3 s]
/proc/loadavg: 2.04 1.76 1.41 3/179 10261
/proc/meminfo: memFree=32028816/32951124 swapFree=67063556/67111528
[pid=10211] ppid=10209 vsize=84764 CPUtime=402.3 cores=0,2,4,6
/proc/10211/stat : 10211 (SApperloT2010) R 10209 10211 8879 0 -1 4202496 16395 0 0 0 40227 3 0 0 25 0 1 0 877000959 86798336 16098 33554432000 4194304 4394578 140735976565600 18446744073709551615 4298711 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10211/statm: 21191 16098 267 49 0 18332 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 84764

[startup+462.3 s]
/proc/loadavg: 2.16 1.84 1.46 3/179 10263
/proc/meminfo: memFree=32020968/32951124 swapFree=67063556/67111528
[pid=10211] ppid=10209 vsize=89068 CPUtime=462.3 cores=0,2,4,6
/proc/10211/stat : 10211 (SApperloT2010) R 10209 10211 8879 0 -1 4202496 17331 0 0 0 46227 3 0 0 25 0 1 0 877000959 91205632 17034 33554432000 4194304 4394578 140735976565600 18446744073709551615 4335341 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10211/statm: 22267 17034 267 49 0 19408 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 89068

[startup+522.3 s]
/proc/loadavg: 2.16 1.90 1.50 3/179 10264
/proc/meminfo: memFree=32016832/32951124 swapFree=67063556/67111528
[pid=10211] ppid=10209 vsize=92908 CPUtime=522.31 cores=0,2,4,6
/proc/10211/stat : 10211 (SApperloT2010) R 10209 10211 8879 0 -1 4202496 18086 0 0 0 52228 3 0 0 25 0 1 0 877000959 95137792 17789 33554432000 4194304 4394578 140735976565600 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10211/statm: 23227 17789 267 49 0 20368 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 92908

[startup+582.301 s]
/proc/loadavg: 2.13 1.93 1.53 3/179 10266
/proc/meminfo: memFree=32013684/32951124 swapFree=67063556/67111528
[pid=10211] ppid=10209 vsize=93788 CPUtime=582.31 cores=0,2,4,6
/proc/10211/stat : 10211 (SApperloT2010) R 10209 10211 8879 0 -1 4202496 18281 0 0 0 58228 3 0 0 25 0 1 0 877000959 96038912 17984 33554432000 4194304 4394578 140735976565600 18446744073709551615 4298862 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10211/statm: 23447 17984 267 49 0 20588 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 93788

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.06 2.05 2.00 3/179 10371
/proc/meminfo: memFree=31880132/32951124 swapFree=67063556/67111528
[pid=10211] ppid=10209 vsize=172388 CPUtime=4062.42 cores=0,2,4,6
/proc/10211/stat : 10211 (SApperloT2010) R 10209 10211 8879 0 -1 4202496 34181 0 0 0 406232 10 0 0 25 0 1 0 877000959 176525312 33884 33554432000 4194304 4394578 140735976565600 18446744073709551615 4287700 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10211/statm: 43097 33884 267 49 0 40238 0
Current children cumulated CPU time (s) 4062.42
Current children cumulated vsize (KiB) 172388

[startup+4122.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/179 10372
/proc/meminfo: memFree=31879592/32951124 swapFree=67063556/67111528
[pid=10211] ppid=10209 vsize=172900 CPUtime=4122.42 cores=0,2,4,6
/proc/10211/stat : 10211 (SApperloT2010) R 10209 10211 8879 0 -1 4202496 34330 0 0 0 412232 10 0 0 25 0 1 0 877000959 177049600 34033 33554432000 4194304 4394578 140735976565600 18446744073709551615 4291832 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10211/statm: 43225 34033 267 49 0 40366 0
Current children cumulated CPU time (s) 4122.42
Current children cumulated vsize (KiB) 172900

[startup+4182.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/179 10374
/proc/meminfo: memFree=31878308/32951124 swapFree=67063556/67111528
[pid=10211] ppid=10209 vsize=172900 CPUtime=4182.42 cores=0,2,4,6
/proc/10211/stat : 10211 (SApperloT2010) R 10209 10211 8879 0 -1 4202496 34339 0 0 0 418232 10 0 0 25 0 1 0 877000959 177049600 34042 33554432000 4194304 4394578 140735976565600 18446744073709551615 4298795 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10211/statm: 43225 34042 267 49 0 40366 0
Current children cumulated CPU time (s) 4182.42
Current children cumulated vsize (KiB) 172900

[startup+4242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 10375
/proc/meminfo: memFree=31878028/32951124 swapFree=67063556/67111528
[pid=10211] ppid=10209 vsize=173156 CPUtime=4242.42 cores=0,2,4,6
/proc/10211/stat : 10211 (SApperloT2010) R 10209 10211 8879 0 -1 4202496 34394 0 0 0 424232 10 0 0 25 0 1 0 877000959 177311744 34097 33554432000 4194304 4394578 140735976565600 18446744073709551615 4298862 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10211/statm: 43289 34097 267 49 0 40430 0
Current children cumulated CPU time (s) 4242.42
Current children cumulated vsize (KiB) 173156

[startup+4302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 10377
/proc/meminfo: memFree=31877380/32951124 swapFree=67063556/67111528
[pid=10211] ppid=10209 vsize=173156 CPUtime=4302.42 cores=0,2,4,6
/proc/10211/stat : 10211 (SApperloT2010) R 10209 10211 8879 0 -1 4202496 34405 0 0 0 430232 10 0 0 25 0 1 0 877000959 177311744 34108 33554432000 4194304 4394578 140735976565600 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10211/statm: 43289 34108 267 49 0 40430 0
Current children cumulated CPU time (s) 4302.42
Current children cumulated vsize (KiB) 173156

[startup+4362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 10379
/proc/meminfo: memFree=31876112/32951124 swapFree=67063556/67111528
[pid=10211] ppid=10209 vsize=174116 CPUtime=4362.42 cores=0,2,4,6
/proc/10211/stat : 10211 (SApperloT2010) R 10209 10211 8879 0 -1 4202496 34576 0 0 0 436232 10 0 0 25 0 1 0 877000959 178294784 34279 33554432000 4194304 4394578 140735976565600 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10211/statm: 43529 34279 267 49 0 40670 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 174116

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10380
/proc/meminfo: memFree=31875568/32951124 swapFree=67063556/67111528
[pid=10211] ppid=10209 vsize=174372 CPUtime=4422.43 cores=0,2,4,6
/proc/10211/stat : 10211 (SApperloT2010) R 10209 10211 8879 0 -1 4202496 34629 0 0 0 442232 11 0 0 25 0 1 0 877000959 178556928 34332 33554432000 4194304 4394578 140735976565600 18446744073709551615 4287700 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10211/statm: 43593 34332 267 49 0 40734 0
Current children cumulated CPU time (s) 4422.43
Current children cumulated vsize (KiB) 174372

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10382
/proc/meminfo: memFree=31875168/32951124 swapFree=67063556/67111528
[pid=10211] ppid=10209 vsize=174884 CPUtime=4482.43 cores=0,2,4,6
/proc/10211/stat : 10211 (SApperloT2010) R 10209 10211 8879 0 -1 4202496 34725 0 0 0 448232 11 0 0 25 0 1 0 877000959 179081216 34428 33554432000 4194304 4394578 140735976565600 18446744073709551615 4298993 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10211/statm: 43721 34428 267 49 0 40862 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 174884

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10383
/proc/meminfo: memFree=31874268/32951124 swapFree=67063556/67111528
[pid=10211] ppid=10209 vsize=174884 CPUtime=4542.43 cores=0,2,4,6
/proc/10211/stat : 10211 (SApperloT2010) R 10209 10211 8879 0 -1 4202496 34734 0 0 0 454232 11 0 0 25 0 1 0 877000959 179081216 34437 33554432000 4194304 4394578 140735976565600 18446744073709551615 4298804 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10211/statm: 43721 34437 267 49 0 40862 0
Current children cumulated CPU time (s) 4542.43
Current children cumulated vsize (KiB) 174884

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10385
/proc/meminfo: memFree=31872136/32951124 swapFree=67063556/67111528
[pid=10211] ppid=10209 vsize=175780 CPUtime=4602.43 cores=0,2,4,6
/proc/10211/stat : 10211 (SApperloT2010) R 10209 10211 8879 0 -1 4202496 34902 0 0 0 460232 11 0 0 25 0 1 0 877000959 179998720 34605 33554432000 4194304 4394578 140735976565600 18446744073709551615 4294161 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10211/statm: 43945 34605 267 49 0 41086 0
Current children cumulated CPU time (s) 4602.43
Current children cumulated vsize (KiB) 175780

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10387
/proc/meminfo: memFree=31871108/32951124 swapFree=67063556/67111528
[pid=10211] ppid=10209 vsize=175780 CPUtime=4662.43 cores=0,2,4,6
/proc/10211/stat : 10211 (SApperloT2010) R 10209 10211 8879 0 -1 4202496 34917 0 0 0 466232 11 0 0 25 0 1 0 877000959 179998720 34620 33554432000 4194304 4394578 140735976565600 18446744073709551615 4298807 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10211/statm: 43945 34620 267 49 0 41086 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 175780

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10388
/proc/meminfo: memFree=31870440/32951124 swapFree=67063556/67111528
[pid=10211] ppid=10209 vsize=176100 CPUtime=4722.44 cores=0,2,4,6
/proc/10211/stat : 10211 (SApperloT2010) R 10209 10211 8879 0 -1 4202496 34967 0 0 0 472233 11 0 0 25 0 1 0 877000959 180326400 34670 33554432000 4194304 4394578 140735976565600 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10211/statm: 44025 34670 267 49 0 41166 0
Current children cumulated CPU time (s) 4722.44
Current children cumulated vsize (KiB) 176100

[startup+4782.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 10390
/proc/meminfo: memFree=31868544/32951124 swapFree=67063556/67111528
[pid=10211] ppid=10209 vsize=176292 CPUtime=4782.43 cores=0,2,4,6
/proc/10211/stat : 10211 (SApperloT2010) R 10209 10211 8879 0 -1 4202496 35016 0 0 0 478232 11 0 0 25 0 1 0 877000959 180523008 34719 33554432000 4194304 4394578 140735976565600 18446744073709551615 4298821 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10211/statm: 44073 34719 267 49 0 41214 0
Current children cumulated CPU time (s) 4782.43
Current children cumulated vsize (KiB) 176292

[startup+4842.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 10391
/proc/meminfo: memFree=31866908/32951124 swapFree=67063556/67111528
[pid=10211] ppid=10209 vsize=177316 CPUtime=4842.43 cores=0,2,4,6
/proc/10211/stat : 10211 (SApperloT2010) R 10209 10211 8879 0 -1 4202496 35192 0 0 0 484232 11 0 0 25 0 1 0 877000959 181571584 34895 33554432000 4194304 4394578 140735976565600 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10211/statm: 44329 34895 267 49 0 41470 0
Current children cumulated CPU time (s) 4842.43
Current children cumulated vsize (KiB) 177316

[startup+4902.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 10393
/proc/meminfo: memFree=31865384/32951124 swapFree=67063556/67111528
[pid=10211] ppid=10209 vsize=177572 CPUtime=4902.44 cores=0,2,4,6
/proc/10211/stat : 10211 (SApperloT2010) R 10209 10211 8879 0 -1 4202496 35255 0 0 0 490232 12 0 0 25 0 1 0 877000959 181833728 34958 33554432000 4194304 4394578 140735976565600 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10211/statm: 44393 34958 267 49 0 41534 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 177572

[startup+4962.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 10395
/proc/meminfo: memFree=31864096/32951124 swapFree=67063556/67111528
[pid=10211] ppid=10209 vsize=177572 CPUtime=4962.44 cores=0,2,4,6
/proc/10211/stat : 10211 (SApperloT2010) R 10209 10211 8879 0 -1 4202496 35271 0 0 0 496232 12 0 0 25 0 1 0 877000959 181833728 34974 33554432000 4194304 4394578 140735976565600 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10211/statm: 44393 34974 267 49 0 41534 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 177572



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 10396
/proc/meminfo: memFree=31862588/32951124 swapFree=67063556/67111528
[pid=10211] ppid=10209 vsize=177764 CPUtime=5000.05 cores=0,2,4,6
/proc/10211/stat : 10211 (SApperloT2010) R 10209 10211 8879 0 -1 4202496 35325 0 0 0 499993 12 0 0 25 0 1 0 877000959 182030336 35028 33554432000 4194304 4394578 140735976565600 18446744073709551615 4313555 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10211/statm: 44441 35028 267 49 0 41582 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 177764

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.01 2.01 2.00 3/179 10396
/proc/meminfo: memFree=31862588/32951124 swapFree=67063556/67111528
[pid=10211] ppid=10209 vsize=177764 CPUtime=5000.05 cores=0,2,4,6
/proc/10211/stat : 10211 (SApperloT2010) R 10209 10211 8879 0 -1 4202496 35325 0 0 0 499993 12 0 0 25 0 1 0 877000959 182030336 35028 33554432000 4194304 4394578 140735976565600 18446744073709551615 4313555 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10211/statm: 44441 35028 267 49 0 41582 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 177764

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.92
CPU time (s): 5000.06
CPU user time (s): 4999.94
CPU system time (s): 0.12798
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 177764

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

runsolver used 8.63469 second user time and 16.5915 second system time

The end

Launcher Data

Begin job on node134 at 2011-06-09 23:13:48
IDJOB=3439378
IDBENCH=84551
IDSOLVER=1933
FILE ID=node134/3439378-1307654028
RUNJOBID= node134-1307654020-10145
PBS_JOBID= 13549394
Free space on /tmp= 74204 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT04/handmade/kexu/frb-0.6/frb75-13-2.used-as.sat04-878.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3439378-1307654028/watcher-3439378-1307654028 -o /tmp/evaluation-result-3439378-1307654028/solver-3439378-1307654028 -C 5000 -W 5100 -M 15500  SApperloT2010 HOME/instance-3439378-1307654028.cnf

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

MD5SUM BENCH= 00e6f1cbbaaa8f43dc6451d49bfa1cef
RANDOM SEED=1590126812

node134.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.831
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.831
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.67
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.831
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.831
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	: 7186.06
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.831
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.831
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.831
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32148292 kB
Buffers:        235688 kB
Cached:         333384 kB
SwapCached:      10280 kB
Active:         366228 kB
Inactive:       238340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32148292 kB
SwapTotal:    67111528 kB
SwapFree:     67063556 kB
Dirty:            1184 kB
Writeback:           0 kB
AnonPages:       32788 kB
Mapped:          10532 kB
Slab:           135232 kB
PageTables:       4460 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   192092 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74204 MiB
End job on node134 at 2011-06-10 00:37:10