Trace number 3259524

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
priss 1.0? (TO) 4800.34 1201.83

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v945c61409gyes1.cnf
MD5SUM26b9098de258b0434de90e744962df46
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.17352
Satisfiable
(Un)Satisfiability was proved
Number of variables945
Number of clauses61409
Sum of the clauses size123673
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261364
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

Solver Data

0.00/0.00	c *****************************************************
0.00/0.00	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.00	c *   This program may be redistributed or modified   *
0.00/0.00	c * under the terms of the GNU General Public License *
0.00/0.00	c *****************************************************
0.00/0.00	c process id: 17875
0.00/0.01	c parsetime: 11814us
0.00/0.01	c parsed 61409 clauses with 945 variables
0.00/0.01	c NW started thread 0 successfully (1087863104)
0.00/0.02	c NW started thread 1 successfully (1098352960)
0.00/0.03	c NW started thread 2 successfully (1108842816)
0.00/0.04	c NW started thread 3 successfully (1119332672)
6.60/1.80	c preprocessor returned 10006 variables
6.60/1.80	c preprocessing returned UNKNOWN
6.60/1.80	c PP set 0 variables
6.60/1.80	c pp time: 1776099us (1s)
7.00/1.81	c preprocessor returned 10006 variables
7.00/1.81	c preprocessing returned UNKNOWN
7.00/1.81	c PP set 0 variables
7.00/1.81	c pp time: 1793207us (1s)
7.00/1.83	c preprocessor returned 10006 variables
7.00/1.83	c preprocessing returned UNKNOWN
7.00/1.83	c PP set 0 variables
7.00/1.83	c pp time: 1808252us (1s)
61.30/15.40	c preprocessor returned 30038 variables
61.30/15.40	c preprocessing returned UNKNOWN
61.30/15.40	c PP set 0 variables
61.30/15.40	c pp time: 15365609us (15s)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3259524-1304048038/watcher-3259524-1304048038 -o /tmp/evaluation-result-3259524-1304048038/solver-3259524-1304048038 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3259524-1304048038.cnf 1532884388 4800 15500 4 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 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: 8.08 8.08 8.03 5/182 17874
/proc/meminfo: memFree=24121156/32951124 swapFree=67111524/67111528
[pid=17874] ppid=17872 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/17874/stat : 17874 (priss.sh) S 17872 17874 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497220022 8908800 251 33554432000 4194304 4922060 140736935308656 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17874/statm: 2175 251 211 178 0 68 0

[startup+0.026014 s]
/proc/loadavg: 8.08 8.08 8.03 5/182 17874
/proc/meminfo: memFree=24121156/32951124 swapFree=67111524/67111528
[pid=17874] ppid=17872 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/17874/stat : 17874 (priss.sh) S 17872 17874 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497220022 8908800 251 33554432000 4194304 4922060 140736935308656 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17874/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.102606 s]
/proc/loadavg: 8.08 8.08 8.03 5/182 17874
/proc/meminfo: memFree=24121156/32951124 swapFree=67111524/67111528
[pid=17874] ppid=17872 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/17874/stat : 17874 (priss.sh) S 17872 17874 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497220022 8908800 251 33554432000 4194304 4922060 140736935308656 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17874/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.0228 s]
/proc/loadavg: 8.08 8.08 8.03 5/182 17874
/proc/meminfo: memFree=24121156/32951124 swapFree=67111524/67111528
[pid=17874] ppid=17872 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/17874/stat : 17874 (priss.sh) S 17872 17874 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497220022 8908800 251 33554432000 4194304 4922060 140736935308656 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17874/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.12278 s]
/proc/loadavg: 8.08 8.08 8.03 5/182 17874
/proc/meminfo: memFree=24121156/32951124 swapFree=67111524/67111528
[pid=17874] ppid=17872 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/17874/stat : 17874 (priss.sh) S 17872 17874 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497220022 8908800 251 33554432000 4194304 4922060 140736935308656 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17874/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50071 s]
/proc/loadavg: 8.08 8.08 8.03 5/182 17874
/proc/meminfo: memFree=24121156/32951124 swapFree=67111524/67111528
[pid=17874] ppid=17872 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/17874/stat : 17874 (priss.sh) S 17872 17874 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497220022 8908800 251 33554432000 4194304 4922060 140736935308656 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17874/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10043 s]
/proc/loadavg: 8.15 8.10 8.03 9/188 17880
/proc/meminfo: memFree=24072164/32951124 swapFree=67111524/67111528
[pid=17874] ppid=17872 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/17874/stat : 17874 (priss.sh) S 17872 17874 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497220022 8908800 251 33554432000 4194304 4922060 140736935308656 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17874/statm: 2175 251 211 178 0 68 0
[pid=17875] ppid=17874 vsize=287224 CPUtime=12.16 cores=1,3,5,7
/proc/17875/stat : 17875 (priss) S 17874 17874 17192 0 -1 4202496 24068 0 0 0 1210 6 0 0 18 0 5 0 497220022 294117376 12559 33554432000 4194304 5787044 140736255706976 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/17875/statm: 71806 12559 404 389 0 67556 0
[pid=17875/tid=17877] ppid=17874 vsize=287224 CPUtime=3.04 cores=1,3,5,7
/proc/17875/task/17877/stat : 17877 (priss) R 17874 17874 17192 0 -1 4202560 5294 0 0 0 302 2 0 0 25 0 5 0 497220024 294117376 12559 33554432000 4194304 5787044 140736255706976 18446744073709551615 5592118 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=17875/tid=17878] ppid=17874 vsize=287224 CPUtime=3.03 cores=1,3,5,7
/proc/17875/task/17878/stat : 17878 (priss) R 17874 17874 17192 0 -1 4202560 5129 0 0 0 303 0 0 0 25 0 5 0 497220025 294117376 12559 33554432000 4194304 5787044 140736255706976 18446744073709551615 4228033 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=17875/tid=17879] ppid=17874 vsize=287224 CPUtime=3.01 cores=1,3,5,7
/proc/17875/task/17879/stat : 17879 (priss) R 17874 17874 17192 0 -1 4202560 5477 0 0 0 300 1 0 0 25 0 5 0 497220025 294117376 12559 33554432000 4194304 5787044 140736255706976 18446744073709551615 5590480 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=17875/tid=17880] ppid=17874 vsize=287224 CPUtime=3 cores=1,3,5,7
/proc/17875/task/17880/stat : 17880 (priss) R 17874 17874 17192 0 -1 4202560 4287 0 0 0 300 0 0 0 25 0 5 0 497220026 294117376 12559 33554432000 4194304 5787044 140736255706976 18446744073709551615 212039349224 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.16
Current children cumulated vsize (KiB) 295924

[startup+6.30085 s]
/proc/loadavg: 8.14 8.10 8.03 9/188 17880
/proc/meminfo: memFree=24064216/32951124 swapFree=67111524/67111528
[pid=17874] ppid=17872 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/17874/stat : 17874 (priss.sh) S 17872 17874 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497220022 8908800 251 33554432000 4194304 4922060 140736935308656 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17874/statm: 2175 251 211 178 0 68 0
[pid=17875] ppid=17874 vsize=292436 CPUtime=24.95 cores=1,3,5,7
/proc/17875/stat : 17875 (priss) S 17874 17874 17192 0 -1 4202496 26009 0 0 0 2488 7 0 0 18 0 5 0 497220022 299454464 14500 33554432000 4194304 5787044 140736255706976 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/17875/statm: 73109 14500 404 389 0 68859 0
[pid=17875/tid=17877] ppid=17874 vsize=292436 CPUtime=6.24 cores=1,3,5,7
/proc/17875/task/17877/stat : 17877 (priss) R 17874 17874 17192 0 -1 4202560 5579 0 0 0 622 2 0 0 25 0 5 0 497220024 299454464 14500 33554432000 4194304 5787044 140736255706976 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=17875/tid=17878] ppid=17874 vsize=292436 CPUtime=6.24 cores=1,3,5,7
/proc/17875/task/17878/stat : 17878 (priss) R 17874 17874 17192 0 -1 4202560 6433 0 0 0 623 1 0 0 25 0 5 0 497220025 299454464 14500 33554432000 4194304 5787044 140736255706976 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=17875/tid=17879] ppid=17874 vsize=292436 CPUtime=6.22 cores=1,3,5,7
/proc/17875/task/17879/stat : 17879 (priss) R 17874 17874 17192 0 -1 4202560 5829 0 0 0 620 2 0 0 25 0 5 0 497220025 299454464 14500 33554432000 4194304 5787044 140736255706976 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=17875/tid=17880] ppid=17874 vsize=292436 CPUtime=6.18 cores=1,3,5,7
/proc/17875/task/17880/stat : 17880 (priss) R 17874 17874 17192 0 -1 4202560 4287 0 0 0 618 0 0 0 25 0 5 0 497220026 299454464 14500 33554432000 4194304 5787044 140736255706976 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.95
Current children cumulated vsize (KiB) 301136

[startup+12.7007 s]
/proc/loadavg: 8.21 8.11 8.04 9/188 17880
/proc/meminfo: memFree=24057032/32951124 swapFree=67111524/67111528
[pid=17874] ppid=17872 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/17874/stat : 17874 (priss.sh) S 17872 17874 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497220022 8908800 251 33554432000 4194304 4922060 140736935308656 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17874/statm: 2175 251 211 178 0 68 0
[pid=17875] ppid=17874 vsize=294548 CPUtime=50.53 cores=1,3,5,7
/proc/17875/stat : 17875 (priss) S 17874 17874 17192 0 -1 4202496 27602 0 0 0 5045 8 0 0 18 0 5 0 497220022 301617152 16093 33554432000 4194304 5787044 140736255706976 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/17875/statm: 73637 16093 404 389 0 69387 0
[pid=17875/tid=17877] ppid=17874 vsize=294548 CPUtime=12.64 cores=1,3,5,7
/proc/17875/task/17877/stat : 17877 (priss) R 17874 17874 17192 0 -1 4202560 6099 0 0 0 1262 2 0 0 25 0 5 0 497220024 301617152 16093 33554432000 4194304 5787044 140736255706976 18446744073709551615 4216664 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=17875/tid=17878] ppid=17874 vsize=294548 CPUtime=12.64 cores=1,3,5,7
/proc/17875/task/17878/stat : 17878 (priss) R 17874 17874 17192 0 -1 4202560 6971 0 0 0 1263 1 0 0 25 0 5 0 497220025 301617152 16093 33554432000 4194304 5787044 140736255706976 18446744073709551615 5576457 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=17875/tid=17879] ppid=17874 vsize=294548 CPUtime=12.62 cores=1,3,5,7
/proc/17875/task/17879/stat : 17879 (priss) R 17874 17874 17192 0 -1 4202560 6364 0 0 0 1260 2 0 0 25 0 5 0 497220025 301617152 16093 33554432000 4194304 5787044 140736255706976 18446744073709551615 5590848 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=17875/tid=17880] ppid=17874 vsize=294548 CPUtime=12.55 cores=1,3,5,7
/proc/17875/task/17880/stat : 17880 (priss) R 17874 17874 17192 0 -1 4202560 4287 0 0 0 1255 0 0 0 25 0 5 0 497220026 301617152 16093 33554432000 4194304 5787044 140736255706976 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 303248

[startup+25.5004 s]
/proc/loadavg: 8.25 8.12 8.04 9/188 17881
/proc/meminfo: memFree=24032972/32951124 swapFree=67111524/67111528
[pid=17874] ppid=17872 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/17874/stat : 17874 (priss.sh) S 17872 17874 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497220022 8908800 251 33554432000 4194304 4922060 140736935308656 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17874/statm: 2175 251 211 178 0 68 0
[pid=17875] ppid=17874 vsize=302268 CPUtime=101.63 cores=1,3,5,7
/proc/17875/stat : 17875 (priss) S 17874 17874 17192 0 -1 4202496 35760 0 0 0 10149 14 0 0 18 0 5 0 497220022 309522432 21968 33554432000 4194304 5787044 140736255706976 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/17875/statm: 75567 21968 417 389 0 71317 0
[pid=17875/tid=17877] ppid=17874 vsize=302268 CPUtime=25.44 cores=1,3,5,7
/proc/17875/task/17877/stat : 17877 (priss) R 17874 17874 17192 0 -1 4202560 7050 0 0 0 2540 4 0 0 25 0 5 0 497220024 309522432 21968 33554432000 4194304 5787044 140736255706976 18446744073709551615 5591615 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=17875/tid=17878] ppid=17874 vsize=302268 CPUtime=25.43 cores=1,3,5,7
/proc/17875/task/17878/stat : 17878 (priss) R 17874 17874 17192 0 -1 4202560 7855 0 0 0 2541 2 0 0 25 0 5 0 497220025 309522432 21968 33554432000 4194304 5787044 140736255706976 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=17875/tid=17879] ppid=17874 vsize=302268 CPUtime=25.42 cores=1,3,5,7
/proc/17875/task/17879/stat : 17879 (priss) R 17874 17874 17192 0 -1 4202560 8468 0 0 0 2538 4 0 0 25 0 5 0 497220025 309522432 21968 33554432000 4194304 5787044 140736255706976 18446744073709551615 5590291 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=17875/tid=17880] ppid=17874 vsize=302268 CPUtime=25.29 cores=1,3,5,7
/proc/17875/task/17880/stat : 17880 (priss) R 17874 17874 17192 0 -1 4202560 8506 0 0 0 2527 2 0 0 25 0 5 0 497220026 309522432 21968 33554432000 4194304 5787044 140736255706976 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.63
Current children cumulated vsize (KiB) 310968

[startup+51.1009 s]
/proc/loadavg: 8.16 8.11 8.04 9/188 17882
/proc/meminfo: memFree=23994960/32951124 swapFree=67111524/67111528
[pid=17874] ppid=17872 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/17874/stat : 17874 (priss.sh) S 17872 17874 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497220022 8908800 251 33554432000 4194304 4922060 140736935308656 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17874/statm: 2175 251 211 178 0 68 0
[pid=17875] ppid=17874 vsize=312624 CPUtime=203.9 cores=1,3,5,7
/proc/17875/stat : 17875 (priss) S 17874 17874 17192 0 -1 4202496 43341 0 0 0 20364 26 0 0 18 0 5 0 497220022 320126976 29546 33554432000 4194304 5787044 140736255706976 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/17875/statm: 78156 29546 417 389 0 73906 0
[pid=17875/tid=17877] ppid=17874 vsize=312624 CPUtime=51.04 cores=1,3,5,7
/proc/17875/task/17877/stat : 17877 (priss) R 17874 17874 17192 0 -1 4202560 8509 0 0 0 5097 7 0 0 25 0 5 0 497220024 320126976 29546 33554432000 4194304 5787044 140736255706976 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=17875/tid=17878] ppid=17874 vsize=312624 CPUtime=51.03 cores=1,3,5,7
/proc/17875/task/17878/stat : 17878 (priss) R 17874 17874 17192 0 -1 4202560 9409 0 0 0 5099 4 0 0 25 0 5 0 497220025 320126976 29546 33554432000 4194304 5787044 140736255706976 18446744073709551615 5590543 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=17875/tid=17879] ppid=17874 vsize=312624 CPUtime=51.02 cores=1,3,5,7
/proc/17875/task/17879/stat : 17879 (priss) R 17874 17874 17192 0 -1 4202560 10067 0 0 0 5094 8 0 0 25 0 5 0 497220025 320126976 29546 33554432000 4194304 5787044 140736255706976 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=17875/tid=17880] ppid=17874 vsize=312624 CPUtime=50.75 cores=1,3,5,7
/proc/17875/task/17880/stat : 17880 (priss) R 17874 17874 17192 0 -1 4202560 11475 0 0 0 5070 5 0 0 25 0 5 0 497220026 320126976 29546 33554432000 4194304 5787044 140736255706976 18446744073709551615 5527568 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.9
Current children cumulated vsize (KiB) 321324

[startup+102.301 s]
/proc/loadavg: 8.11 8.11 8.04 9/188 17883
/proc/meminfo: memFree=23918432/32951124 swapFree=67111524/67111528
[pid=17874] ppid=17872 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/17874/stat : 17874 (priss.sh) S 17872 17874 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497220022 8908800 251 33554432000 4194304 4922060 140736935308656 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17874/statm: 2175 251 211 178 0 68 0
[pid=17875] ppid=17874 vsize=328592 CPUtime=408.39 cores=1,3,5,7
/proc/17875/stat : 17875 (priss) S 17874 17874 17192 0 -1 4202496 53577 0 0 0 40798 41 0 0 18 0 5 0 497220022 336478208 39618 33554432000 4194304 5787044 140736255706976 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/17875/statm: 82148 39618 417 389 0 77898 0
[pid=17875/tid=17877] ppid=17874 vsize=328592 CPUtime=102.23 cores=1,3,5,7
/proc/17875/task/17877/stat : 17877 (priss) R 17874 17874 17192 0 -1 4202560 10351 0 0 0 10212 11 0 0 25 0 5 0 497220024 336478208 39618 33554432000 4194304 5787044 140736255706976 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=17875/tid=17878] ppid=17874 vsize=328592 CPUtime=102.23 cores=1,3,5,7
/proc/17875/task/17878/stat : 17878 (priss) R 17874 17874 17192 0 -1 4202560 11222 0 0 0 10217 6 0 0 25 0 5 0 497220025 336478208 39618 33554432000 4194304 5787044 140736255706976 18446744073709551615 5591780 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=17875/tid=17879] ppid=17874 vsize=328592 CPUtime=102.21 cores=1,3,5,7
/proc/17875/task/17879/stat : 17879 (priss) R 17874 17874 17192 0 -1 4202560 13268 0 0 0 10209 12 0 0 25 0 5 0 497220025 336478208 39618 33554432000 4194304 5787044 140736255706976 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=17875/tid=17880] ppid=17874 vsize=328592 CPUtime=101.66 cores=1,3,5,7
/proc/17875/task/17880/stat : 17880 (priss) R 17874 17874 17192 0 -1 4202560 14855 0 0 0 10156 10 0 0 25 0 5 0 497220026 336478208 39618 33554432000 4194304 5787044 140736255706976 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.39
Current children cumulated vsize (KiB) 337292

[startup+162.301 s]
/proc/loadavg: 8.08 8.10 8.04 9/188 17884
/proc/meminfo: memFree=23835432/32951124 swapFree=67111524/67111528
[pid=17874] ppid=17872 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/17874/stat : 17874 (priss.sh) S 17872 17874 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497220022 8908800 251 33554432000 4194304 4922060 140736935308656 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17874/statm: 2175 251 211 178 0 68 0
[pid=17875] ppid=17874 vsize=345600 CPUtime=648.06 cores=1,3,5,7

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

/proc/17875/task/17878/stat : 17878 (priss) R 17874 17874 17192 0 -1 4202560 31835 0 0 0 88195 23 0 0 25 0 5 0 497220025 679178240 123971 33554432000 4194304 5787044 140736255706976 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=17875/tid=17879] ppid=17874 vsize=663260 CPUtime=882.19 cores=1,3,5,7
/proc/17875/task/17879/stat : 17879 (priss) R 17874 17874 17192 0 -1 4202560 43010 0 0 0 88164 55 0 0 25 0 5 0 497220025 679178240 123971 33554432000 4194304 5787044 140736255706976 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=17875/tid=17880] ppid=17874 vsize=663260 CPUtime=878.3 cores=1,3,5,7
/proc/17875/task/17880/stat : 17880 (priss) R 17874 17874 17192 0 -1 4202560 32391 0 0 0 87786 44 0 0 25 0 5 0 497220026 679178240 123971 33554432000 4194304 5787044 140736255706976 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.05
Current children cumulated vsize (KiB) 671960

[startup+942.307 s]
/proc/loadavg: 8.04 8.02 8.02 9/188 18098
/proc/meminfo: memFree=22805324/32951124 swapFree=67111524/67111528
[pid=17874] ppid=17872 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/17874/stat : 17874 (priss.sh) S 17872 17874 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497220022 8908800 251 33554432000 4194304 4922060 140736935308656 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17874/statm: 2175 251 211 178 0 68 0
[pid=17875] ppid=17874 vsize=663260 CPUtime=3763.74 cores=1,3,5,7
/proc/17875/stat : 17875 (priss) S 17874 17874 17192 0 -1 4202496 141299 0 0 0 376206 168 0 0 18 0 5 0 497220022 679178240 125334 33554432000 4194304 5787044 140736255706976 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/17875/statm: 165815 125334 417 389 0 161565 0
[pid=17875/tid=17877] ppid=17874 vsize=663260 CPUtime=941.09 cores=1,3,5,7
/proc/17875/task/17877/stat : 17877 (priss) R 17874 17874 17192 0 -1 4202560 30164 0 0 0 94065 44 0 0 25 0 5 0 497220024 679178240 125334 33554432000 4194304 5787044 140736255706976 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=17875/tid=17878] ppid=17874 vsize=663260 CPUtime=942.18 cores=1,3,5,7
/proc/17875/task/17878/stat : 17878 (priss) R 17874 17874 17192 0 -1 4202560 31841 0 0 0 94195 23 0 0 25 0 5 0 497220025 679178240 125334 33554432000 4194304 5787044 140736255706976 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=17875/tid=17879] ppid=17874 vsize=663260 CPUtime=942.19 cores=1,3,5,7
/proc/17875/task/17879/stat : 17879 (priss) R 17874 17874 17192 0 -1 4202560 43010 0 0 0 94164 55 0 0 25 0 5 0 497220025 679178240 125334 33554432000 4194304 5787044 140736255706976 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=17875/tid=17880] ppid=17874 vsize=663260 CPUtime=938.21 cores=1,3,5,7
/proc/17875/task/17880/stat : 17880 (priss) R 17874 17874 17192 0 -1 4202560 32403 0 0 0 93777 44 0 0 25 0 5 0 497220026 679178240 125334 33554432000 4194304 5787044 140736255706976 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3763.74
Current children cumulated vsize (KiB) 671960

[startup+1002.3 s]
/proc/loadavg: 8.05 8.03 8.02 9/188 18100
/proc/meminfo: memFree=22800320/32951124 swapFree=67111524/67111528
[pid=17874] ppid=17872 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/17874/stat : 17874 (priss.sh) S 17872 17874 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497220022 8908800 251 33554432000 4194304 4922060 140736935308656 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17874/statm: 2175 251 211 178 0 68 0
[pid=17875] ppid=17874 vsize=663260 CPUtime=4003.4 cores=1,3,5,7
/proc/17875/stat : 17875 (priss) S 17874 17874 17192 0 -1 4202496 141321 0 0 0 400171 169 0 0 18 0 5 0 497220022 679178240 125356 33554432000 4194304 5787044 140736255706976 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/17875/statm: 165815 125356 417 389 0 161565 0
[pid=17875/tid=17877] ppid=17874 vsize=663260 CPUtime=1001.08 cores=1,3,5,7
/proc/17875/task/17877/stat : 17877 (priss) R 17874 17874 17192 0 -1 4202560 30164 0 0 0 100064 44 0 0 25 0 5 0 497220024 679178240 125356 33554432000 4194304 5787044 140736255706976 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=17875/tid=17878] ppid=17874 vsize=663260 CPUtime=1002.18 cores=1,3,5,7
/proc/17875/task/17878/stat : 17878 (priss) R 17874 17874 17192 0 -1 4202560 31845 0 0 0 100194 24 0 0 25 0 5 0 497220025 679178240 125356 33554432000 4194304 5787044 140736255706976 18446744073709551615 5590976 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=17875/tid=17879] ppid=17874 vsize=663260 CPUtime=1002.18 cores=1,3,5,7
/proc/17875/task/17879/stat : 17879 (priss) R 17874 17874 17192 0 -1 4202560 43012 0 0 0 100163 55 0 0 25 0 5 0 497220025 679178240 125356 33554432000 4194304 5787044 140736255706976 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=17875/tid=17880] ppid=17874 vsize=663260 CPUtime=997.88 cores=1,3,5,7
/proc/17875/task/17880/stat : 17880 (priss) R 17874 17874 17192 0 -1 4202560 32419 0 0 0 99744 44 0 0 25 0 5 0 497220026 679178240 125356 33554432000 4194304 5787044 140736255706976 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.4
Current children cumulated vsize (KiB) 671960

[startup+1062.3 s]
/proc/loadavg: 8.17 8.07 8.03 9/188 18101
/proc/meminfo: memFree=22786168/32951124 swapFree=67111524/67111528
[pid=17874] ppid=17872 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/17874/stat : 17874 (priss.sh) S 17872 17874 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497220022 8908800 251 33554432000 4194304 4922060 140736935308656 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17874/statm: 2175 251 211 178 0 68 0
[pid=17875] ppid=17874 vsize=668244 CPUtime=4243.07 cores=1,3,5,7
/proc/17875/stat : 17875 (priss) S 17874 17874 17192 0 -1 4202496 142644 0 0 0 424137 170 0 0 18 0 5 0 497220022 684281856 126679 33554432000 4194304 5787044 140736255706976 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/17875/statm: 167061 126679 417 389 0 162811 0
[pid=17875/tid=17877] ppid=17874 vsize=668244 CPUtime=1061.08 cores=1,3,5,7
/proc/17875/task/17877/stat : 17877 (priss) R 17874 17874 17192 0 -1 4202560 30164 0 0 0 106064 44 0 0 25 0 5 0 497220024 684281856 126679 33554432000 4194304 5787044 140736255706976 18446744073709551615 4228240 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=17875/tid=17878] ppid=17874 vsize=668244 CPUtime=1062.18 cores=1,3,5,7
/proc/17875/task/17878/stat : 17878 (priss) R 17874 17874 17192 0 -1 4202560 32055 0 0 0 106194 24 0 0 25 0 5 0 497220025 684281856 126679 33554432000 4194304 5787044 140736255706976 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=17875/tid=17879] ppid=17874 vsize=668244 CPUtime=1062.19 cores=1,3,5,7
/proc/17875/task/17879/stat : 17879 (priss) R 17874 17874 17192 0 -1 4202560 43014 0 0 0 106164 55 0 0 25 0 5 0 497220025 684281856 126679 33554432000 4194304 5787044 140736255706976 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=17875/tid=17880] ppid=17874 vsize=668244 CPUtime=1057.55 cores=1,3,5,7
/proc/17875/task/17880/stat : 17880 (priss) R 17874 17874 17192 0 -1 4202560 33530 0 0 0 105711 44 0 0 25 0 5 0 497220026 684281856 126679 33554432000 4194304 5787044 140736255706976 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.07
Current children cumulated vsize (KiB) 676944

[startup+1122.3 s]
/proc/loadavg: 8.10 8.07 8.03 9/188 18103
/proc/meminfo: memFree=22764176/32951124 swapFree=67111524/67111528
[pid=17874] ppid=17872 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/17874/stat : 17874 (priss.sh) S 17872 17874 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497220022 8908800 251 33554432000 4194304 4922060 140736935308656 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17874/statm: 2175 251 211 178 0 68 0
[pid=17875] ppid=17874 vsize=681284 CPUtime=4482.74 cores=1,3,5,7
/proc/17875/stat : 17875 (priss) S 17874 17874 17192 0 -1 4202496 147673 0 0 0 448099 175 0 0 18 0 5 0 497220022 697634816 131708 33554432000 4194304 5787044 140736255706976 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/17875/statm: 170321 131708 417 389 0 166071 0
[pid=17875/tid=17877] ppid=17874 vsize=681284 CPUtime=1121.08 cores=1,3,5,7
/proc/17875/task/17877/stat : 17877 (priss) R 17874 17874 17192 0 -1 4202560 30168 0 0 0 112064 44 0 0 25 0 5 0 497220024 697634816 131708 33554432000 4194304 5787044 140736255706976 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=17875/tid=17878] ppid=17874 vsize=681284 CPUtime=1122.18 cores=1,3,5,7
/proc/17875/task/17878/stat : 17878 (priss) R 17874 17874 17192 0 -1 4202560 34281 0 0 0 112192 26 0 0 25 0 5 0 497220025 697634816 131708 33554432000 4194304 5787044 140736255706976 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=17875/tid=17879] ppid=17874 vsize=681284 CPUtime=1122.19 cores=1,3,5,7
/proc/17875/task/17879/stat : 17879 (priss) R 17874 17874 17192 0 -1 4202560 43019 0 0 0 112164 55 0 0 25 0 5 0 497220025 697634816 131708 33554432000 4194304 5787044 140736255706976 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=17875/tid=17880] ppid=17874 vsize=681284 CPUtime=1117.23 cores=1,3,5,7
/proc/17875/task/17880/stat : 17880 (priss) R 17874 17874 17192 0 -1 4202560 36324 0 0 0 111675 48 0 0 25 0 5 0 497220026 697634816 131708 33554432000 4194304 5787044 140736255706976 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4482.74
Current children cumulated vsize (KiB) 689984

[startup+1182.3 s]
/proc/loadavg: 8.18 8.10 8.04 9/188 18105
/proc/meminfo: memFree=22717160/32951124 swapFree=67111524/67111528
[pid=17874] ppid=17872 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/17874/stat : 17874 (priss.sh) S 17872 17874 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497220022 8908800 251 33554432000 4194304 4922060 140736935308656 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17874/statm: 2175 251 211 178 0 68 0
[pid=17875] ppid=17874 vsize=698108 CPUtime=4722.41 cores=1,3,5,7
/proc/17875/stat : 17875 (priss) S 17874 17874 17192 0 -1 4202496 153956 0 0 0 472060 181 0 0 18 0 5 0 497220022 714862592 137991 33554432000 4194304 5787044 140736255706976 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/17875/statm: 174527 137991 417 389 0 170277 0
[pid=17875/tid=17877] ppid=17874 vsize=698108 CPUtime=1181.08 cores=1,3,5,7
/proc/17875/task/17877/stat : 17877 (priss) R 17874 17874 17192 0 -1 4202560 31203 0 0 0 118063 45 0 0 25 0 5 0 497220024 714862592 137991 33554432000 4194304 5787044 140736255706976 18446744073709551615 5591195 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=17875/tid=17878] ppid=17874 vsize=698108 CPUtime=1182.18 cores=1,3,5,7
/proc/17875/task/17878/stat : 17878 (priss) R 17874 17874 17192 0 -1 4202560 37450 0 0 0 118190 28 0 0 25 0 5 0 497220025 714862592 137991 33554432000 4194304 5787044 140736255706976 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=17875/tid=17879] ppid=17874 vsize=698108 CPUtime=1182.18 cores=1,3,5,7
/proc/17875/task/17879/stat : 17879 (priss) R 17874 17874 17192 0 -1 4202560 43050 0 0 0 118163 55 0 0 25 0 5 0 497220025 714862592 137991 33554432000 4194304 5787044 140736255706976 18446744073709551615 5591325 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=17875/tid=17880] ppid=17874 vsize=698108 CPUtime=1176.9 cores=1,3,5,7
/proc/17875/task/17880/stat : 17880 (priss) R 17874 17874 17192 0 -1 4202560 38372 0 0 0 117639 51 0 0 25 0 5 0 497220026 714862592 137991 33554432000 4194304 5787044 140736255706976 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.41
Current children cumulated vsize (KiB) 706808



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.13 8.09 8.04 9/188 18105
/proc/meminfo: memFree=22711072/32951124 swapFree=67111524/67111528
[pid=17874] ppid=17872 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/17874/stat : 17874 (priss.sh) S 17872 17874 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497220022 8908800 251 33554432000 4194304 4922060 140736935308656 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17874/statm: 2175 251 211 178 0 68 0
[pid=17875] ppid=17874 vsize=700100 CPUtime=4800.34 cores=1,3,5,7
/proc/17875/stat : 17875 (priss) S 17874 17874 17192 0 -1 4202496 155152 0 0 0 479852 182 0 0 18 0 5 0 497220022 716902400 139187 33554432000 4194304 5787044 140736255706976 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/17875/statm: 175025 139187 417 389 0 170775 0
[pid=17875/tid=17877] ppid=17874 vsize=700100 CPUtime=1200.6 cores=1,3,5,7
/proc/17875/task/17877/stat : 17877 (priss) R 17874 17874 17192 0 -1 4202560 31213 0 0 0 120015 45 0 0 25 0 5 0 497220024 716902400 139187 33554432000 4194304 5787044 140736255706976 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=17875/tid=17878] ppid=17874 vsize=700100 CPUtime=1201.69 cores=1,3,5,7
/proc/17875/task/17878/stat : 17878 (priss) R 17874 17874 17192 0 -1 4202560 37974 0 0 0 120141 28 0 0 25 0 5 0 497220025 716902400 139187 33554432000 4194304 5787044 140736255706976 18446744073709551615 4213865 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=17875/tid=17879] ppid=17874 vsize=700100 CPUtime=1201.7 cores=1,3,5,7
/proc/17875/task/17879/stat : 17879 (priss) R 17874 17874 17192 0 -1 4202560 43120 0 0 0 120115 55 0 0 25 0 5 0 497220025 716902400 139187 33554432000 4194304 5787044 140736255706976 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=17875/tid=17880] ppid=17874 vsize=700100 CPUtime=1196.3 cores=1,3,5,7
/proc/17875/task/17880/stat : 17880 (priss) R 17874 17874 17192 0 -1 4202560 38964 0 0 0 119578 52 0 0 25 0 5 0 497220026 716902400 139187 33554432000 4194304 5787044 140736255706976 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 708800

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

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

[startup+1201.8 s]
/proc/loadavg: 8.13 8.09 8.04 9/188 18105
/proc/meminfo: memFree=22711072/32951124 swapFree=67111524/67111528
[pid=17874] ppid=17872 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/17874/stat : 17874 (priss.sh) S 17872 17874 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497220022 8908800 251 33554432000 4194304 4922060 140736935308656 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17874/statm: 2175 251 211 178 0 68 0
[pid=17875] ppid=17874 vsize=700100 CPUtime=4800.34 cores=1,3,5,7
/proc/17875/stat : 17875 (priss) S 17874 17874 17192 0 -1 4202496 155152 0 0 0 479852 182 0 0 18 0 5 0 497220022 716902400 139187 33554432000 4194304 5787044 140736255706976 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/17875/statm: 175025 139187 417 389 0 170775 0
[pid=17875/tid=17877] ppid=17874 vsize=700100 CPUtime=1200.6 cores=1,3,5,7
/proc/17875/task/17877/stat : 17877 (priss) R 17874 17874 17192 0 -1 4202560 31213 0 0 0 120015 45 0 0 25 0 5 0 497220024 716902400 139187 33554432000 4194304 5787044 140736255706976 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=17875/tid=17878] ppid=17874 vsize=700100 CPUtime=1201.69 cores=1,3,5,7
/proc/17875/task/17878/stat : 17878 (priss) R 17874 17874 17192 0 -1 4202560 37974 0 0 0 120141 28 0 0 25 0 5 0 497220025 716902400 139187 33554432000 4194304 5787044 140736255706976 18446744073709551615 4213865 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=17875/tid=17879] ppid=17874 vsize=700100 CPUtime=1201.7 cores=1,3,5,7
/proc/17875/task/17879/stat : 17879 (priss) R 17874 17874 17192 0 -1 4202560 43120 0 0 0 120115 55 0 0 25 0 5 0 497220025 716902400 139187 33554432000 4194304 5787044 140736255706976 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=17875/tid=17880] ppid=17874 vsize=700100 CPUtime=1196.3 cores=1,3,5,7
/proc/17875/task/17880/stat : 17880 (priss) R 17874 17874 17192 0 -1 4202560 38964 0 0 0 119578 52 0 0 25 0 5 0 497220026 716902400 139187 33554432000 4194304 5787044 140736255706976 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 708800

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17874 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.34
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.83
CPU time (s): 4800.34
CPU user time (s): 4798.52
CPU system time (s): 1.82
CPU usage (%): 399.421
Max. virtual memory (cumulated for all children) (KiB): 708800

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

runsolver used 1.64275 second user time and 4.92225 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-29 05:33:58
IDJOB=3259524
IDBENCH=71583
IDSOLVER=1603
FILE ID=node146/3259524-1304048038
RUNJOBID= node146-1304042862-17211
PBS_JOBID= 13170387
Free space on /tmp= 72992 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v945c61409gyes1.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3259524-1304048038/watcher-3259524-1304048038 -o /tmp/evaluation-result-3259524-1304048038/solver-3259524-1304048038 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3259524-1304048038.cnf 1532884388 4800 15500 4

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

MD5SUM BENCH= 26b9098de258b0434de90e744962df46
RANDOM SEED=1532884388

node146.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24121436 kB
Buffers:       1664132 kB
Cached:        6182244 kB
SwapCached:          4 kB
Active:        1733404 kB
Inactive:      6568328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24121436 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            2364 kB
Writeback:           0 kB
AnonPages:      455148 kB
Mapped:          15616 kB
Slab:           463060 kB
PageTables:       5600 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   644220 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= 72972 MiB
End job on node146 at 2011-04-29 05:54:01