Trace number 3438423

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SApperloT2010 2011-05-15 (fixed)? (TO) 5000.12 4999.93

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v1375c111739g6.cnf
MD5SUMc7c04151ac14a13eb4a03259d055e119
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1375
Number of clauses111739
Sum of the clauses size224743
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2111684
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 555

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-3438423-1306884581/watcher-3438423-1306884581 -o /tmp/evaluation-result-3438423-1306884581/solver-3438423-1306884581 -C 5000 -W 5100 -M 15500 SApperloT2010 HOME/instance-3438423-1306884581.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.06 0.28 0.09 3/481 25823
/proc/meminfo: memFree=6020312/32950928 swapFree=43212416/67111528
[pid=25823] ppid=25821 vsize=15416 CPUtime=0 cores=0,2,4,6
/proc/25823/stat : 25823 (SApperloT2010) R 25821 25823 25757 0 -1 4202496 1046 0 0 0 0 0 0 0 24 0 1 0 800057795 15785984 985 33554432000 4194304 4394578 140736804562320 18446744073709551615 208079893189 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/25823/statm: 3854 986 247 49 0 995 0

[startup+0.029326 s]
/proc/loadavg: 1.06 0.28 0.09 3/481 25823
/proc/meminfo: memFree=6020312/32950928 swapFree=43212416/67111528
[pid=25823] ppid=25821 vsize=17132 CPUtime=0.02 cores=0,2,4,6
/proc/25823/stat : 25823 (SApperloT2010) R 25821 25823 25757 0 -1 4202496 1474 0 0 0 2 0 0 0 24 0 1 0 800057795 17543168 1413 33554432000 4194304 4394578 140736804562320 18446744073709551615 208079893189 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/25823/statm: 4283 1413 247 49 0 1424 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 17132

[startup+0.100393 s]
/proc/loadavg: 1.06 0.28 0.09 3/481 25823
/proc/meminfo: memFree=6020312/32950928 swapFree=43212416/67111528
[pid=25823] ppid=25821 vsize=22556 CPUtime=0.09 cores=0,2,4,6
/proc/25823/stat : 25823 (SApperloT2010) R 25821 25823 25757 0 -1 4202496 2848 0 0 0 9 0 0 0 24 0 1 0 800057795 23097344 2786 33554432000 4194304 4394578 140736804562320 18446744073709551615 208080256919 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/25823/statm: 5639 2786 255 49 0 2780 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22556

[startup+0.300344 s]
/proc/loadavg: 1.06 0.28 0.09 3/481 25823
/proc/meminfo: memFree=6020312/32950928 swapFree=43212416/67111528
[pid=25823] ppid=25821 vsize=28604 CPUtime=0.29 cores=0,2,4,6
/proc/25823/stat : 25823 (SApperloT2010) R 25821 25823 25757 0 -1 4202496 4794 0 0 0 28 1 0 0 25 0 1 0 800057795 29290496 4294 33554432000 4194304 4394578 140736804562320 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/25823/statm: 7151 4294 266 49 0 4292 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28604

[startup+0.700261 s]
/proc/loadavg: 1.06 0.28 0.09 3/481 25823
/proc/meminfo: memFree=6020312/32950928 swapFree=43212416/67111528
[pid=25823] ppid=25821 vsize=33328 CPUtime=0.69 cores=0,2,4,6
/proc/25823/stat : 25823 (SApperloT2010) R 25821 25823 25757 0 -1 4202496 5962 0 0 0 68 1 0 0 25 0 1 0 800057795 34127872 5462 33554432000 4194304 4394578 140736804562320 18446744073709551615 4295959 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/25823/statm: 8332 5462 266 49 0 5473 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33328

[startup+1.50111 s]
/proc/loadavg: 1.06 0.28 0.09 3/482 25824
/proc/meminfo: memFree=5996136/32950928 swapFree=43212416/67111528
[pid=25823] ppid=25821 vsize=39776 CPUtime=1.49 cores=0,2,4,6
/proc/25823/stat : 25823 (SApperloT2010) R 25821 25823 25757 0 -1 4202496 7559 0 0 0 148 1 0 0 25 0 1 0 800057795 40730624 7059 33554432000 4194304 4394578 140736804562320 18446744073709551615 208079893189 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/25823/statm: 9944 7059 266 49 0 7085 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 39776

[startup+3.10082 s]
/proc/loadavg: 1.29 0.34 0.11 3/482 25825
/proc/meminfo: memFree=5987208/32950928 swapFree=43212416/67111528
[pid=25823] ppid=25821 vsize=49816 CPUtime=3.09 cores=0,2,4,6
/proc/25823/stat : 25823 (SApperloT2010) R 25821 25823 25757 0 -1 4202496 10000 0 0 0 308 1 0 0 25 0 1 0 800057795 51011584 9500 33554432000 4194304 4394578 140736804562320 18446744073709551615 4298682 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/25823/statm: 12454 9500 266 49 0 9595 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 49816

[startup+6.30117 s]
/proc/loadavg: 1.29 0.34 0.11 3/482 25825
/proc/meminfo: memFree=5969972/32950928 swapFree=43212416/67111528
[pid=25823] ppid=25821 vsize=61056 CPUtime=6.3 cores=0,2,4,6
/proc/25823/stat : 25823 (SApperloT2010) R 25821 25823 25757 0 -1 4202496 12787 0 0 0 628 2 0 0 25 0 1 0 800057795 62521344 12287 33554432000 4194304 4394578 140736804562320 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/25823/statm: 15264 12287 266 49 0 12405 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 61056

[startup+12.701 s]
/proc/loadavg: 1.40 0.39 0.13 3/482 25825
/proc/meminfo: memFree=5963888/32950928 swapFree=43212416/67111528
[pid=25823] ppid=25821 vsize=65728 CPUtime=12.7 cores=0,2,4,6
/proc/25823/stat : 25823 (SApperloT2010) R 25821 25823 25757 0 -1 4202496 13840 0 0 0 1268 2 0 0 25 0 1 0 800057795 67305472 13340 33554432000 4194304 4394578 140736804562320 18446744073709551615 4298767 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/25823/statm: 16432 13340 266 49 0 13573 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 65728

[startup+25.5005 s]
/proc/loadavg: 1.49 0.45 0.15 3/482 25825
/proc/meminfo: memFree=5951604/32950928 swapFree=43212416/67111528
[pid=25823] ppid=25821 vsize=78908 CPUtime=25.49 cores=0,2,4,6
/proc/25823/stat : 25823 (SApperloT2010) R 25821 25823 25757 0 -1 4202496 16770 0 0 0 2547 2 0 0 25 0 1 0 800057795 80801792 16270 33554432000 4194304 4394578 140736804562320 18446744073709551615 4298421 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/25823/statm: 19727 16270 266 49 0 16868 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 78908

[startup+51.1005 s]
/proc/loadavg: 1.66 0.57 0.20 3/482 25826
/proc/meminfo: memFree=5932324/32950928 swapFree=43212416/67111528
[pid=25823] ppid=25821 vsize=93060 CPUtime=51.09 cores=0,2,4,6
/proc/25823/stat : 25823 (SApperloT2010) R 25821 25823 25757 0 -1 4202496 19849 0 0 0 5106 3 0 0 25 0 1 0 800057795 95293440 19349 33554432000 4194304 4394578 140736804562320 18446744073709551615 4298721 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/25823/statm: 23265 19349 266 49 0 20406 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 93060

[startup+102.319 s]
/proc/loadavg: 1.86 0.81 0.30 3/482 25827
/proc/meminfo: memFree=5894864/32950928 swapFree=43212416/67111528
[pid=25823] ppid=25821 vsize=111588 CPUtime=102.31 cores=0,2,4,6
/proc/25823/stat : 25823 (SApperloT2010) R 25821 25823 25757 0 -1 4202496 23776 0 0 0 10228 3 0 0 25 0 1 0 800057795 114266112 23276 33554432000 4194304 4394578 140736804562320 18446744073709551615 4296793 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/25823/statm: 27897 23276 266 49 0 25038 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 111588

[startup+162.3 s]
/proc/loadavg: 1.95 1.02 0.40 3/482 25829
/proc/meminfo: memFree=5863952/32950928 swapFree=43212416/67111528
[pid=25823] ppid=25821 vsize=130104 CPUtime=162.29 cores=0,2,4,6
/proc/25823/stat : 25823 (SApperloT2010) R 25821 25823 25757 0 -1 4202496 27713 0 0 0 16225 4 0 0 25 0 1 0 800057795 133226496 27213 33554432000 4194304 4394578 140736804562320 18446744073709551615 4298358 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/25823/statm: 32526 27213 266 49 0 29667 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 130104

[startup+222.301 s]
/proc/loadavg: 1.98 1.20 0.50 3/482 25830
/proc/meminfo: memFree=5826956/32950928 swapFree=43212416/67111528
[pid=25823] ppid=25821 vsize=139772 CPUtime=222.3 cores=0,2,4,6
/proc/25823/stat : 25823 (SApperloT2010) R 25821 25823 25757 0 -1 4202496 29761 0 0 0 22225 5 0 0 25 0 1 0 800057795 143126528 29261 33554432000 4194304 4394578 140736804562320 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/25823/statm: 34943 29261 266 49 0 32084 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 139772

[startup+282.3 s]
/proc/loadavg: 1.99 1.34 0.59 3/482 25832
/proc/meminfo: memFree=5806208/32950928 swapFree=43212416/67111528
[pid=25823] ppid=25821 vsize=151200 CPUtime=282.3 cores=0,2,4,6
/proc/25823/stat : 25823 (SApperloT2010) R 25821 25823 25757 0 -1 4202496 32135 0 0 0 28225 5 0 0 25 0 1 0 800057795 154828800 31635 33554432000 4194304 4394578 140736804562320 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/25823/statm: 37800 31635 266 49 0 34941 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 151200

[startup+342.301 s]
/proc/loadavg: 1.99 1.46 0.68 3/482 25834
/proc/meminfo: memFree=5779648/32950928 swapFree=43212416/67111528
[pid=25823] ppid=25821 vsize=166716 CPUtime=342.3 cores=0,2,4,6
/proc/25823/stat : 25823 (SApperloT2010) R 25821 25823 25757 0 -1 4202496 35563 0 0 0 34224 6 0 0 25 0 1 0 800057795 170717184 35063 33554432000 4194304 4394578 140736804562320 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/25823/statm: 41679 35063 266 49 0 38820 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 166716

[startup+402.301 s]
/proc/loadavg: 1.99 1.55 0.76 3/482 25835
/proc/meminfo: memFree=5752604/32950928 swapFree=43212416/67111528
[pid=25823] ppid=25821 vsize=185516 CPUtime=402.3 cores=0,2,4,6
/proc/25823/stat : 25823 (SApperloT2010) R 25821 25823 25757 0 -1 4202496 39529 0 0 0 40224 6 0 0 25 0 1 0 800057795 189968384 39029 33554432000 4194304 4394578 140736804562320 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/25823/statm: 46379 39029 266 49 0 43520 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 185516

[startup+462.301 s]
/proc/loadavg: 2.13 1.66 0.84 3/482 25837
/proc/meminfo: memFree=5747364/32950928 swapFree=43212416/67111528
[pid=25823] ppid=25821 vsize=185964 CPUtime=462.31 cores=0,2,4,6
/proc/25823/stat : 25823 (SApperloT2010) R 25821 25823 25757 0 -1 4202496 39788 0 0 0 46224 7 0 0 25 0 1 0 800057795 190427136 39288 33554432000 4194304 4394578 140736804562320 18446744073709551615 4298338 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/25823/statm: 46491 39288 266 49 0 43632 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 185964

[startup+522.301 s]
/proc/loadavg: 2.17 1.75 0.92 3/482 25838
/proc/meminfo: memFree=5723880/32950928 swapFree=43212416/67111528
[pid=25823] ppid=25821 vsize=188624 CPUtime=522.31 cores=0,2,4,6
/proc/25823/stat : 25823 (SApperloT2010) R 25821 25823 25757 0 -1 4202496 40327 0 0 0 52224 7 0 0 25 0 1 0 800057795 193150976 39827 33554432000 4194304 4394578 140736804562320 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/25823/statm: 47156 39827 266 49 0 44297 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 188624

[startup+582.301 s]
/proc/loadavg: 2.12 1.81 0.99 3/482 25840
/proc/meminfo: memFree=5710948/32950928 swapFree=43212416/67111528
[pid=25823] ppid=25821 vsize=194320 CPUtime=582.32 cores=0,2,4,6
/proc/25823/stat : 25823 (SApperloT2010) R 25821 25823 25757 0 -1 4202496 41493 0 0 0 58224 8 0 0 25 0 1 0 800057795 198983680 40993 33554432000 4194304 4394578 140736804562320 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/25823/statm: 48580 40993 266 49 0 45721 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 194320

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.00 2.01 1.96 3/482 25945
/proc/meminfo: memFree=5095464/32950928 swapFree=43212416/67111528
[pid=25823] ppid=25821 vsize=349608 CPUtime=4062.46 cores=0,2,4,6
/proc/25823/stat : 25823 (SApperloT2010) R 25821 25823 25757 0 -1 4202496 73116 0 0 0 406228 18 0 0 25 0 1 0 800057795 357998592 72616 33554432000 4194304 4394578 140736804562320 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/25823/statm: 87402 72616 266 49 0 84543 0
Current children cumulated CPU time (s) 4062.46
Current children cumulated vsize (KiB) 349608

[startup+4122.3 s]
/proc/loadavg: 2.05 2.02 1.97 3/482 25946
/proc/meminfo: memFree=5078940/32950928 swapFree=43212416/67111528
[pid=25823] ppid=25821 vsize=351528 CPUtime=4122.45 cores=0,2,4,6
/proc/25823/stat : 25823 (SApperloT2010) R 25821 25823 25757 0 -1 4202496 73539 0 0 0 412227 18 0 0 25 0 1 0 800057795 359964672 73039 33554432000 4194304 4394578 140736804562320 18446744073709551615 4298951 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/25823/statm: 87882 73039 266 49 0 85023 0
Current children cumulated CPU time (s) 4122.45
Current children cumulated vsize (KiB) 351528

[startup+4182.3 s]
/proc/loadavg: 2.07 2.03 1.97 3/482 25948
/proc/meminfo: memFree=5063768/32950928 swapFree=43212416/67111528
[pid=25823] ppid=25821 vsize=356776 CPUtime=4182.45 cores=0,2,4,6
/proc/25823/stat : 25823 (SApperloT2010) R 25821 25823 25757 0 -1 4202496 74596 0 0 0 418227 18 0 0 25 0 1 0 800057795 365338624 74096 33554432000 4194304 4394578 140736804562320 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/25823/statm: 89194 74096 266 49 0 86335 0
Current children cumulated CPU time (s) 4182.45
Current children cumulated vsize (KiB) 356776

[startup+4242.3 s]
/proc/loadavg: 2.11 2.05 1.98 3/482 25950
/proc/meminfo: memFree=5059152/32950928 swapFree=43212416/67111528
[pid=25823] ppid=25821 vsize=360312 CPUtime=4242.45 cores=0,2,4,6
/proc/25823/stat : 25823 (SApperloT2010) R 25821 25823 25757 0 -1 4202496 75267 0 0 0 424227 18 0 0 25 0 1 0 800057795 368959488 74767 33554432000 4194304 4394578 140736804562320 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/25823/statm: 90078 74767 266 49 0 87219 0
Current children cumulated CPU time (s) 4242.45
Current children cumulated vsize (KiB) 360312

[startup+4302.3 s]
/proc/loadavg: 2.04 2.04 1.98 3/482 25951
/proc/meminfo: memFree=5055520/32950928 swapFree=43212416/67111528
[pid=25823] ppid=25821 vsize=364156 CPUtime=4302.46 cores=0,2,4,6
/proc/25823/stat : 25823 (SApperloT2010) R 25821 25823 25757 0 -1 4202496 76024 0 0 0 430227 19 0 0 25 0 1 0 800057795 372895744 75524 33554432000 4194304 4394578 140736804562320 18446744073709551615 4338286 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/25823/statm: 91039 75524 266 49 0 88180 0
Current children cumulated CPU time (s) 4302.46
Current children cumulated vsize (KiB) 364156

[startup+4362.3 s]
/proc/loadavg: 2.01 2.03 1.98 3/482 25953
/proc/meminfo: memFree=5056348/32950928 swapFree=43212416/67111528
[pid=25823] ppid=25821 vsize=364156 CPUtime=4362.46 cores=0,2,4,6
/proc/25823/stat : 25823 (SApperloT2010) R 25821 25823 25757 0 -1 4202496 76032 0 0 0 436227 19 0 0 25 0 1 0 800057795 372895744 75532 33554432000 4194304 4394578 140736804562320 18446744073709551615 4299008 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/25823/statm: 91039 75532 266 49 0 88180 0
Current children cumulated CPU time (s) 4362.46
Current children cumulated vsize (KiB) 364156

[startup+4422.3 s]
/proc/loadavg: 2.00 2.02 1.98 3/482 25954
/proc/meminfo: memFree=5054812/32950928 swapFree=43212416/67111528
[pid=25823] ppid=25821 vsize=364668 CPUtime=4422.46 cores=0,2,4,6
/proc/25823/stat : 25823 (SApperloT2010) R 25821 25823 25757 0 -1 4202496 76115 0 0 0 442227 19 0 0 25 0 1 0 800057795 373420032 75615 33554432000 4194304 4394578 140736804562320 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/25823/statm: 91167 75615 266 49 0 88308 0
Current children cumulated CPU time (s) 4422.46
Current children cumulated vsize (KiB) 364668

[startup+4482.3 s]
/proc/loadavg: 2.00 2.02 1.98 3/482 25956
/proc/meminfo: memFree=5053180/32950928 swapFree=43212416/67111528
[pid=25823] ppid=25821 vsize=364668 CPUtime=4482.47 cores=0,2,4,6
/proc/25823/stat : 25823 (SApperloT2010) R 25821 25823 25757 0 -1 4202496 76153 0 0 0 448228 19 0 0 25 0 1 0 800057795 373420032 75653 33554432000 4194304 4394578 140736804562320 18446744073709551615 4298807 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/25823/statm: 91167 75653 266 49 0 88308 0
Current children cumulated CPU time (s) 4482.47
Current children cumulated vsize (KiB) 364668

[startup+4542.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/482 25958
/proc/meminfo: memFree=5050888/32950928 swapFree=43212416/67111528
[pid=25823] ppid=25821 vsize=365308 CPUtime=4542.47 cores=0,2,4,6
/proc/25823/stat : 25823 (SApperloT2010) R 25821 25823 25757 0 -1 4202496 76251 0 0 0 454228 19 0 0 25 0 1 0 800057795 374075392 75751 33554432000 4194304 4394578 140736804562320 18446744073709551615 4298807 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/25823/statm: 91327 75751 266 49 0 88468 0
Current children cumulated CPU time (s) 4542.47
Current children cumulated vsize (KiB) 365308

[startup+4602.3 s]
/proc/loadavg: 2.08 2.02 1.99 3/482 25959
/proc/meminfo: memFree=5047752/32950928 swapFree=43212416/67111528
[pid=25823] ppid=25821 vsize=370300 CPUtime=4602.48 cores=0,2,4,6
/proc/25823/stat : 25823 (SApperloT2010) R 25821 25823 25757 0 -1 4202496 77188 0 0 0 460229 19 0 0 25 0 1 0 800057795 379187200 76688 33554432000 4194304 4394578 140736804562320 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/25823/statm: 92575 76688 266 49 0 89716 0
Current children cumulated CPU time (s) 4602.48
Current children cumulated vsize (KiB) 370300

[startup+4662.3 s]
/proc/loadavg: 2.10 2.03 2.00 3/482 25961
/proc/meminfo: memFree=5046120/32950928 swapFree=43212416/67111528
[pid=25823] ppid=25821 vsize=370300 CPUtime=4662.47 cores=0,2,4,6
/proc/25823/stat : 25823 (SApperloT2010) R 25821 25823 25757 0 -1 4202496 77226 0 0 0 466228 19 0 0 25 0 1 0 800057795 379187200 76726 33554432000 4194304 4394578 140736804562320 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/25823/statm: 92575 76726 266 49 0 89716 0
Current children cumulated CPU time (s) 4662.47
Current children cumulated vsize (KiB) 370300

[startup+4722.32 s]
/proc/loadavg: 2.10 2.04 2.00 3/482 25962
/proc/meminfo: memFree=5046324/32950928 swapFree=43212416/67111528
[pid=25823] ppid=25821 vsize=371196 CPUtime=4722.49 cores=0,2,4,6
/proc/25823/stat : 25823 (SApperloT2010) R 25821 25823 25757 0 -1 4202496 77374 0 0 0 472230 19 0 0 25 0 1 0 800057795 380104704 76874 33554432000 4194304 4394578 140736804562320 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/25823/statm: 92799 76874 266 49 0 89940 0
Current children cumulated CPU time (s) 4722.49
Current children cumulated vsize (KiB) 371196

[startup+4782.3 s]
/proc/loadavg: 2.10 2.05 2.00 3/482 25964
/proc/meminfo: memFree=5044928/32950928 swapFree=43212416/67111528
[pid=25823] ppid=25821 vsize=371196 CPUtime=4782.47 cores=0,2,4,6
/proc/25823/stat : 25823 (SApperloT2010) R 25821 25823 25757 0 -1 4202496 77378 0 0 0 478228 19 0 0 25 0 1 0 800057795 380104704 76878 33554432000 4194304 4394578 140736804562320 18446744073709551615 4298721 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/25823/statm: 92799 76878 266 49 0 89940 0
Current children cumulated CPU time (s) 4782.47
Current children cumulated vsize (KiB) 371196

[startup+4842.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/482 25966
/proc/meminfo: memFree=5024652/32950928 swapFree=43212416/67111528
[pid=25823] ppid=25821 vsize=372668 CPUtime=4842.48 cores=0,2,4,6
/proc/25823/stat : 25823 (SApperloT2010) R 25821 25823 25757 0 -1 4202496 77687 0 0 0 484229 19 0 0 25 0 1 0 800057795 381612032 77187 33554432000 4194304 4394578 140736804562320 18446744073709551615 4291928 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/25823/statm: 93167 77187 266 49 0 90308 0
Current children cumulated CPU time (s) 4842.48
Current children cumulated vsize (KiB) 372668

[startup+4902.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/482 25967
/proc/meminfo: memFree=5007388/32950928 swapFree=43212416/67111528
[pid=25823] ppid=25821 vsize=374844 CPUtime=4902.48 cores=0,2,4,6
/proc/25823/stat : 25823 (SApperloT2010) R 25821 25823 25757 0 -1 4202496 78087 0 0 0 490229 19 0 0 25 0 1 0 800057795 383840256 77587 33554432000 4194304 4394578 140736804562320 18446744073709551615 4298773 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/25823/statm: 93711 77587 266 49 0 90852 0
Current children cumulated CPU time (s) 4902.48
Current children cumulated vsize (KiB) 374844

[startup+4962.3 s]
/proc/loadavg: 1.93 2.00 1.99 3/482 25997
/proc/meminfo: memFree=5683792/32950928 swapFree=43212416/67111528
[pid=25823] ppid=25821 vsize=375868 CPUtime=4962.48 cores=0,2,4,6
/proc/25823/stat : 25823 (SApperloT2010) R 25821 25823 25757 0 -1 4202496 78316 0 0 0 496229 19 0 0 25 0 1 0 800057795 384888832 77816 33554432000 4194304 4394578 140736804562320 18446744073709551615 4298821 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/25823/statm: 93967 77816 266 49 0 91108 0
Current children cumulated CPU time (s) 4962.48
Current children cumulated vsize (KiB) 375868



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.96 2.00 1.99 3/482 25998
/proc/meminfo: memFree=5565076/32950928 swapFree=43212416/67111528
[pid=25823] ppid=25821 vsize=375868 CPUtime=5000.09 cores=0,2,4,6
/proc/25823/stat : 25823 (SApperloT2010) R 25821 25823 25757 0 -1 4202496 78327 0 0 0 499990 19 0 0 25 0 1 0 800057795 384888832 77827 33554432000 4194304 4394578 140736804562320 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/25823/statm: 93967 77827 266 49 0 91108 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 375868

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: 1.96 2.00 1.99 3/482 25998
/proc/meminfo: memFree=5565076/32950928 swapFree=43212416/67111528
[pid=25823] ppid=25821 vsize=375868 CPUtime=5000.09 cores=0,2,4,6
/proc/25823/stat : 25823 (SApperloT2010) R 25821 25823 25757 0 -1 4202496 78327 0 0 0 499990 19 0 0 25 0 1 0 800057795 384888832 77827 33554432000 4194304 4394578 140736804562320 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/25823/statm: 93967 77827 266 49 0 91108 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 375868

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.12
CPU user time (s): 4999.91
CPU system time (s): 0.214967
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 375868

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

runsolver used 24.3953 second user time and 53.0759 second system time

The end

Launcher Data

Begin job on node127 at 2011-06-01 01:29:41
IDJOB=3438423
IDBENCH=71315
IDSOLVER=1933
FILE ID=node127/3438423-1306884581
RUNJOBID= node127-1306884535-25775
PBS_JOBID= 13488449
Free space on /tmp= 56884 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT09/CRAFTED/rbsat/random/unforced/rbsat-v1375c111739g6.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3438423-1306884581/watcher-3438423-1306884581 -o /tmp/evaluation-result-3438423-1306884581/solver-3438423-1306884581 -C 5000 -W 5100 -M 15500  SApperloT2010 HOME/instance-3438423-1306884581.cnf

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

MD5SUM BENCH= c7c04151ac14a13eb4a03259d055e119
RANDOM SEED=361367465

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
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.823
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.60
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.823
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:     32950928 kB
MemFree:       6020608 kB
Buffers:        294004 kB
Cached:       18283432 kB
SwapCached:      26796 kB
Active:       10374388 kB
Inactive:     15829336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       6020608 kB
SwapTotal:    67111528 kB
SwapFree:     43212416 kB
Dirty:            1556 kB
Writeback:           0 kB
AnonPages:     7606004 kB
Mapped:          22352 kB
Slab:           563356 kB
PageTables:      95380 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 119805428 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= 56884 MiB
End job on node127 at 2011-06-01 02:53:03