Trace number 3264100

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.4 1201.82

General information on the benchmark

NameSAT04/handmade/kexu/frb-0.6/
frb80-14-2.used-as.sat04-880.cnf
MD5SUM1242f0037df1c3d888415aeb418b77ed
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.696893
Satisfiable
(Un)Satisfiability was proved
Number of variables1120
Number of clauses43179
Sum of the clauses size87318
Maximum clause length14
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 243099
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 580

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: 29227
0.00/0.01	c parsetime: 8598us
0.00/0.01	c parsed 43179 clauses with 1120 variables
0.00/0.01	c NW started thread 0 successfully (1096190272)
0.00/0.02	c NW started thread 1 successfully (1106680128)
0.00/0.02	c NW started thread 2 successfully (1117169984)
0.00/0.03	c NW started thread 3 successfully (1127659840)
0.00/1.04	c preprocessor returned 10012 variables
0.00/1.04	c preprocessing returned UNKNOWN
0.00/1.04	c PP set 0 variables
0.00/1.04	c pp time: 1022775us (1s)
0.00/1.05	c preprocessor returned 10012 variables
0.00/1.05	c preprocessing returned UNKNOWN
0.00/1.05	c PP set 0 variables
0.00/1.05	c pp time: 1040473us (1s)
0.00/1.06	c preprocessor returned 10012 variables
0.00/1.06	c preprocessing returned UNKNOWN
0.00/1.06	c PP set 0 variables
0.00/1.06	c pp time: 1033402us (1s)
45.85/11.52	c preprocessor returned 30025 variables
45.85/11.52	c preprocessing returned UNKNOWN
45.85/11.52	c PP set 0 variables
45.85/11.52	c pp time: 11494785us (11s)

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-3264100-1304067233/watcher-3264100-1304067233 -o /tmp/evaluation-result-3264100-1304067233/solver-3264100-1304067233 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3264100-1304067233.cnf 1793170666 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: 7.78 8.01 7.99 6/182 29226
/proc/meminfo: memFree=13829484/32950928 swapFree=67111528/67111528
[pid=29226] ppid=29224 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29226/stat : 29226 (priss.sh) S 29224 29226 28330 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596953978 8908800 251 33554432000 4194304 4922060 140736638390544 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29226/statm: 2175 251 211 178 0 68 0

[startup+0.00981391 s]
/proc/loadavg: 7.78 8.01 7.99 6/182 29226
/proc/meminfo: memFree=13829484/32950928 swapFree=67111528/67111528
[pid=29226] ppid=29224 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29226/stat : 29226 (priss.sh) S 29224 29226 28330 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596953978 8908800 251 33554432000 4194304 4922060 140736638390544 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29226/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.138277 s]
/proc/loadavg: 7.78 8.01 7.99 6/182 29226
/proc/meminfo: memFree=13829484/32950928 swapFree=67111528/67111528
[pid=29226] ppid=29224 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29226/stat : 29226 (priss.sh) S 29224 29226 28330 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596953978 8908800 251 33554432000 4194304 4922060 140736638390544 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29226/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.03556 s]
/proc/loadavg: 7.78 8.01 7.99 6/182 29226
/proc/meminfo: memFree=13829484/32950928 swapFree=67111528/67111528
[pid=29226] ppid=29224 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29226/stat : 29226 (priss.sh) S 29224 29226 28330 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596953978 8908800 251 33554432000 4194304 4922060 140736638390544 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29226/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.13554 s]
/proc/loadavg: 7.78 8.01 7.99 6/182 29226
/proc/meminfo: memFree=13829484/32950928 swapFree=67111528/67111528
[pid=29226] ppid=29224 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29226/stat : 29226 (priss.sh) S 29224 29226 28330 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596953978 8908800 251 33554432000 4194304 4922060 140736638390544 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29226/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.53547 s]
/proc/loadavg: 7.78 8.01 7.99 6/182 29226
/proc/meminfo: memFree=13829484/32950928 swapFree=67111528/67111528
[pid=29226] ppid=29224 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29226/stat : 29226 (priss.sh) S 29224 29226 28330 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596953978 8908800 251 33554432000 4194304 4922060 140736638390544 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29226/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.1012 s]
/proc/loadavg: 7.78 8.01 7.99 9/188 29232
/proc/meminfo: memFree=13783440/32950928 swapFree=67111528/67111528
[pid=29226] ppid=29224 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29226/stat : 29226 (priss.sh) S 29224 29226 28330 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596953978 8908800 251 33554432000 4194304 4922060 140736638390544 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29226/statm: 2175 251 211 178 0 68 0
[pid=29227] ppid=29226 vsize=289364 CPUtime=12.29 cores=1,3,5,7
/proc/29227/stat : 29227 (priss) S 29226 29226 28330 0 -1 4202496 19061 0 0 0 1224 5 0 0 25 0 5 0 596953978 296308736 11666 33554432000 4194304 5787044 140736389031344 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/29227/statm: 72341 11666 404 389 0 68091 0
[pid=29227/tid=29229] ppid=29226 vsize=289364 CPUtime=3.06 cores=1,3,5,7
/proc/29227/task/29229/stat : 29229 (priss) R 29226 29226 28330 0 -1 4202560 3944 0 0 0 305 1 0 0 25 0 5 0 596953980 296308736 11666 33554432000 4194304 5787044 140736389031344 18446744073709551615 4219889 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29227/tid=29230] ppid=29226 vsize=289364 CPUtime=3.06 cores=1,3,5,7
/proc/29227/task/29230/stat : 29230 (priss) R 29226 29226 28330 0 -1 4202560 5465 0 0 0 305 1 0 0 25 0 5 0 596953980 296308736 11666 33554432000 4194304 5787044 140736389031344 18446744073709551615 5591623 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29227/tid=29231] ppid=29226 vsize=289364 CPUtime=3.06 cores=1,3,5,7
/proc/29227/task/29231/stat : 29231 (priss) R 29226 29226 28330 0 -1 4202560 3538 0 0 0 305 1 0 0 25 0 5 0 596953981 296308736 11666 33554432000 4194304 5787044 140736389031344 18446744073709551615 5591264 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29227/tid=29232] ppid=29226 vsize=289364 CPUtime=3.04 cores=1,3,5,7
/proc/29227/task/29232/stat : 29232 (priss) R 29226 29226 28330 0 -1 4202560 3343 0 0 0 304 0 0 0 25 0 5 0 596953981 296308736 11666 33554432000 4194304 5787044 140736389031344 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 298064

[startup+6.30664 s]
/proc/loadavg: 7.80 8.01 7.99 9/188 29233
/proc/meminfo: memFree=13778804/32950928 swapFree=67111528/67111528
[pid=29226] ppid=29224 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29226/stat : 29226 (priss.sh) S 29224 29226 28330 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596953978 8908800 251 33554432000 4194304 4922060 140736638390544 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29226/statm: 2175 251 211 178 0 68 0
[pid=29227] ppid=29226 vsize=290864 CPUtime=25.09 cores=1,3,5,7
/proc/29227/stat : 29227 (priss) S 29226 29226 28330 0 -1 4202496 20043 0 0 0 2504 5 0 0 25 0 5 0 596953978 297844736 12648 33554432000 4194304 5787044 140736389031344 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/29227/statm: 72716 12648 404 389 0 68466 0
[pid=29227/tid=29229] ppid=29226 vsize=290864 CPUtime=6.26 cores=1,3,5,7
/proc/29227/task/29229/stat : 29229 (priss) R 29226 29226 28330 0 -1 4202560 4245 0 0 0 625 1 0 0 25 0 5 0 596953980 297844736 12648 33554432000 4194304 5787044 140736389031344 18446744073709551615 5576704 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29227/tid=29230] ppid=29226 vsize=290864 CPUtime=6.27 cores=1,3,5,7
/proc/29227/task/29230/stat : 29230 (priss) R 29226 29226 28330 0 -1 4202560 5780 0 0 0 626 1 0 0 25 0 5 0 596953980 297844736 12648 33554432000 4194304 5787044 140736389031344 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29227/tid=29231] ppid=29226 vsize=290864 CPUtime=6.27 cores=1,3,5,7
/proc/29227/task/29231/stat : 29231 (priss) R 29226 29226 28330 0 -1 4202560 3904 0 0 0 626 1 0 0 25 0 5 0 596953981 297844736 12648 33554432000 4194304 5787044 140736389031344 18446744073709551615 5585304 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29227/tid=29232] ppid=29226 vsize=290864 CPUtime=6.23 cores=1,3,5,7
/proc/29227/task/29232/stat : 29232 (priss) R 29226 29226 28330 0 -1 4202560 3343 0 0 0 623 0 0 0 25 0 5 0 596953981 297844736 12648 33554432000 4194304 5787044 140736389031344 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 299564

[startup+12.7005 s]
/proc/loadavg: 7.82 8.01 7.99 9/188 29233
/proc/meminfo: memFree=13767396/32950928 swapFree=67111528/67111528
[pid=29226] ppid=29224 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29226/stat : 29226 (priss.sh) S 29224 29226 28330 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596953978 8908800 251 33554432000 4194304 4922060 140736638390544 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29226/statm: 2175 251 211 178 0 68 0
[pid=29227] ppid=29226 vsize=293348 CPUtime=50.63 cores=1,3,5,7
/proc/29227/stat : 29227 (priss) S 29226 29226 28330 0 -1 4202496 24370 0 0 0 5055 8 0 0 25 0 5 0 596953978 300388352 15254 33554432000 4194304 5787044 140736389031344 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/29227/statm: 73337 15254 417 389 0 69087 0
[pid=29227/tid=29229] ppid=29226 vsize=293348 CPUtime=12.65 cores=1,3,5,7
/proc/29227/task/29229/stat : 29229 (priss) R 29226 29226 28330 0 -1 4202560 4796 0 0 0 1264 1 0 0 25 0 5 0 596953980 300388352 15254 33554432000 4194304 5787044 140736389031344 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29227/tid=29230] ppid=29226 vsize=293348 CPUtime=12.66 cores=1,3,5,7
/proc/29227/task/29230/stat : 29230 (priss) R 29226 29226 28330 0 -1 4202560 6321 0 0 0 1264 2 0 0 25 0 5 0 596953980 300388352 15254 33554432000 4194304 5787044 140736389031344 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29227/tid=29231] ppid=29226 vsize=293348 CPUtime=12.66 cores=1,3,5,7
/proc/29227/task/29231/stat : 29231 (priss) R 29226 29226 28330 0 -1 4202560 4480 0 0 0 1264 2 0 0 25 0 5 0 596953981 300388352 15254 33554432000 4194304 5787044 140736389031344 18446744073709551615 5591280 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29227/tid=29232] ppid=29226 vsize=293348 CPUtime=12.6 cores=1,3,5,7
/proc/29227/task/29232/stat : 29232 (priss) R 29226 29226 28330 0 -1 4202560 6002 0 0 0 1259 1 0 0 25 0 5 0 596953981 300388352 15254 33554432000 4194304 5787044 140736389031344 18446744073709551615 5530996 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 302048

[startup+25.5013 s]
/proc/loadavg: 7.93 8.02 7.99 9/188 29233
/proc/meminfo: memFree=13744692/32950928 swapFree=67111528/67111528
[pid=29226] ppid=29224 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29226/stat : 29226 (priss.sh) S 29224 29226 28330 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596953978 8908800 251 33554432000 4194304 4922060 140736638390544 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29226/statm: 2175 251 211 178 0 68 0
[pid=29227] ppid=29226 vsize=301916 CPUtime=101.76 cores=1,3,5,7
/proc/29227/stat : 29227 (priss) S 29226 29226 28330 0 -1 4202496 29340 0 0 0 10162 14 0 0 25 0 5 0 596953978 309161984 20223 33554432000 4194304 5787044 140736389031344 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/29227/statm: 75479 20223 418 389 0 71229 0
[pid=29227/tid=29229] ppid=29226 vsize=301916 CPUtime=25.45 cores=1,3,5,7
/proc/29227/task/29229/stat : 29229 (priss) R 29226 29226 28330 0 -1 4202560 5696 0 0 0 2542 3 0 0 25 0 5 0 596953980 309161984 20223 33554432000 4194304 5787044 140736389031344 18446744073709551615 4219928 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29227/tid=29230] ppid=29226 vsize=301916 CPUtime=25.46 cores=1,3,5,7
/proc/29227/task/29230/stat : 29230 (priss) R 29226 29226 28330 0 -1 4202560 7273 0 0 0 2542 4 0 0 25 0 5 0 596953980 309161984 20223 33554432000 4194304 5787044 140736389031344 18446744073709551615 5586640 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29227/tid=29231] ppid=29226 vsize=301916 CPUtime=25.45 cores=1,3,5,7
/proc/29227/task/29231/stat : 29231 (priss) R 29226 29226 28330 0 -1 4202560 5544 0 0 0 2543 2 0 0 25 0 5 0 596953981 309161984 20223 33554432000 4194304 5787044 140736389031344 18446744073709551615 5591552 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29227/tid=29232] ppid=29226 vsize=301916 CPUtime=25.32 cores=1,3,5,7
/proc/29227/task/29232/stat : 29232 (priss) R 29226 29226 28330 0 -1 4202560 8056 0 0 0 2531 1 0 0 25 0 5 0 596953981 309161984 20223 33554432000 4194304 5787044 140736389031344 18446744073709551615 4213816 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.76
Current children cumulated vsize (KiB) 310616

[startup+51.1008 s]
/proc/loadavg: 8.01 8.04 8.00 9/188 29234
/proc/meminfo: memFree=13708344/32950928 swapFree=67111528/67111528
[pid=29226] ppid=29224 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29226/stat : 29226 (priss.sh) S 29224 29226 28330 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596953978 8908800 251 33554432000 4194304 4922060 140736638390544 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29226/statm: 2175 251 211 178 0 68 0
[pid=29227] ppid=29226 vsize=316512 CPUtime=203.99 cores=1,3,5,7
/proc/29227/stat : 29227 (priss) S 29226 29226 28330 0 -1 4202496 37565 0 0 0 20375 24 0 0 25 0 5 0 596953978 324108288 28423 33554432000 4194304 5787044 140736389031344 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/29227/statm: 79128 28423 418 389 0 74878 0
[pid=29227/tid=29229] ppid=29226 vsize=316512 CPUtime=51.05 cores=1,3,5,7
/proc/29227/task/29229/stat : 29229 (priss) R 29226 29226 28330 0 -1 4202560 8237 0 0 0 5099 6 0 0 25 0 5 0 596953980 324108288 28423 33554432000 4194304 5787044 140736389031344 18446744073709551615 4692144 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29227/tid=29230] ppid=29226 vsize=316512 CPUtime=51.05 cores=1,3,5,7
/proc/29227/task/29230/stat : 29230 (priss) R 29226 29226 28330 0 -1 4202560 8716 0 0 0 5098 7 0 0 25 0 5 0 596953980 324108288 28423 33554432000 4194304 5787044 140736389031344 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29227/tid=29231] ppid=29226 vsize=316512 CPUtime=51.05 cores=1,3,5,7
/proc/29227/task/29231/stat : 29231 (priss) R 29226 29226 28330 0 -1 4202560 7214 0 0 0 5101 4 0 0 25 0 5 0 596953981 324108288 28423 33554432000 4194304 5787044 140736389031344 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29227/tid=29232] ppid=29226 vsize=316512 CPUtime=50.78 cores=1,3,5,7
/proc/29227/task/29232/stat : 29232 (priss) R 29226 29226 28330 0 -1 4202560 10627 0 0 0 5073 5 0 0 25 0 5 0 596953981 324108288 28423 33554432000 4194304 5787044 140736389031344 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.99
Current children cumulated vsize (KiB) 325212

[startup+102.301 s]
/proc/loadavg: 8.12 8.06 8.01 9/188 29235
/proc/meminfo: memFree=13667036/32950928 swapFree=67111528/67111528
[pid=29226] ppid=29224 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29226/stat : 29226 (priss.sh) S 29224 29226 28330 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596953978 8908800 251 33554432000 4194304 4922060 140736638390544 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29226/statm: 2175 251 211 178 0 68 0
[pid=29227] ppid=29226 vsize=328240 CPUtime=408.5 cores=1,3,5,7
/proc/29227/stat : 29227 (priss) S 29226 29226 28330 0 -1 4202496 45250 0 0 0 40813 37 0 0 25 0 5 0 596953978 336117760 35967 33554432000 4194304 5787044 140736389031344 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/29227/statm: 82060 35967 419 389 0 77810 0
[pid=29227/tid=29229] ppid=29226 vsize=328240 CPUtime=102.24 cores=1,3,5,7
/proc/29227/task/29229/stat : 29229 (priss) R 29226 29226 28330 0 -1 4202560 10659 0 0 0 10216 8 0 0 25 0 5 0 596953980 336117760 35967 33554432000 4194304 5787044 140736389031344 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29227/tid=29230] ppid=29226 vsize=328240 CPUtime=102.25 cores=1,3,5,7
/proc/29227/task/29230/stat : 29230 (priss) R 29226 29226 28330 0 -1 4202560 10017 0 0 0 10216 9 0 0 25 0 5 0 596953980 336117760 35967 33554432000 4194304 5787044 140736389031344 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29227/tid=29231] ppid=29226 vsize=328240 CPUtime=102.24 cores=1,3,5,7
/proc/29227/task/29231/stat : 29231 (priss) R 29226 29226 28330 0 -1 4202560 8992 0 0 0 10217 7 0 0 25 0 5 0 596953981 336117760 35967 33554432000 4194304 5787044 140736389031344 18446744073709551615 5591552 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29227/tid=29232] ppid=29226 vsize=328240 CPUtime=101.7 cores=1,3,5,7
/proc/29227/task/29232/stat : 29232 (priss) R 29226 29226 28330 0 -1 4202560 12811 0 0 0 10160 10 0 0 25 0 5 0 596953981 336117760 35967 33554432000 4194304 5787044 140736389031344 18446744073709551615 5527996 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.5
Current children cumulated vsize (KiB) 336940

[startup+162.3 s]
/proc/loadavg: 8.21 8.09 8.02 9/188 29237
/proc/meminfo: memFree=13611332/32950928 swapFree=67111528/67111528
[pid=29226] ppid=29224 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29226/stat : 29226 (priss.sh) S 29224 29226 28330 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596953978 8908800 251 33554432000 4194304 4922060 140736638390544 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29226/statm: 2175 251 211 178 0 68 0
[pid=29227] ppid=29226 vsize=345044 CPUtime=648.15 cores=1,3,5,7

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

/proc/29227/task/29230/stat : 29230 (priss) R 29226 29226 28330 0 -1 4202560 24583 0 0 0 82191 32 0 0 25 0 5 0 596953980 657395712 98072 33554432000 4194304 5787044 140736389031344 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29227/tid=29231] ppid=29226 vsize=641988 CPUtime=821.36 cores=1,3,5,7
/proc/29227/task/29231/stat : 29231 (priss) R 29226 29226 28330 0 -1 4202560 29029 0 0 0 82114 22 0 0 25 0 5 0 596953981 657395712 98072 33554432000 4194304 5787044 140736389031344 18446744073709551615 5591295 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29227/tid=29232] ppid=29226 vsize=641988 CPUtime=818.62 cores=1,3,5,7
/proc/29227/task/29232/stat : 29232 (priss) R 29226 29226 28330 0 -1 4202560 28426 0 0 0 81830 32 0 0 25 0 5 0 596953981 657395712 98072 33554432000 4194304 5787044 140736389031344 18446744073709551615 5527522 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.46
Current children cumulated vsize (KiB) 650688

[startup+882.301 s]
/proc/loadavg: 8.05 8.08 8.01 9/188 29298
/proc/meminfo: memFree=13721744/32950928 swapFree=67111528/67111528
[pid=29226] ppid=29224 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29226/stat : 29226 (priss.sh) S 29224 29226 28330 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596953978 8908800 251 33554432000 4194304 4922060 140736638390544 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29226/statm: 2175 251 211 178 0 68 0
[pid=29227] ppid=29226 vsize=650188 CPUtime=3524.13 cores=1,3,5,7
/proc/29227/stat : 29227 (priss) S 29226 29226 28330 0 -1 4202496 115049 0 0 0 352284 129 0 0 25 0 5 0 596953978 665792512 104431 33554432000 4194304 5787044 140736389031344 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/29227/statm: 162547 104431 419 389 0 158297 0
[pid=29227/tid=29229] ppid=29226 vsize=650188 CPUtime=882.2 cores=1,3,5,7
/proc/29227/task/29229/stat : 29229 (priss) R 29226 29226 28330 0 -1 4202560 25718 0 0 0 88186 34 0 0 25 0 5 0 596953980 665792512 104431 33554432000 4194304 5787044 140736389031344 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29227/tid=29230] ppid=29226 vsize=650188 CPUtime=882.23 cores=1,3,5,7
/proc/29227/task/29230/stat : 29230 (priss) R 29226 29226 28330 0 -1 4202560 27422 0 0 0 88187 36 0 0 25 0 5 0 596953980 665792512 104431 33554432000 4194304 5787044 140736389031344 18446744073709551615 5586761 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29227/tid=29231] ppid=29226 vsize=650188 CPUtime=881.36 cores=1,3,5,7
/proc/29227/task/29231/stat : 29231 (priss) R 29226 29226 28330 0 -1 4202560 29033 0 0 0 88113 23 0 0 25 0 5 0 596953981 665792512 104431 33554432000 4194304 5787044 140736389031344 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29227/tid=29232] ppid=29226 vsize=650188 CPUtime=878.28 cores=1,3,5,7
/proc/29227/task/29232/stat : 29232 (priss) R 29226 29226 28330 0 -1 4202560 30105 0 0 0 87794 34 0 0 25 0 5 0 596953981 665792512 104431 33554432000 4194304 5787044 140736389031344 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.13
Current children cumulated vsize (KiB) 658888

[startup+942.301 s]
/proc/loadavg: 8.10 8.08 8.01 9/188 29300
/proc/meminfo: memFree=13691984/32950928 swapFree=67111528/67111528
[pid=29226] ppid=29224 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29226/stat : 29226 (priss.sh) S 29224 29226 28330 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596953978 8908800 251 33554432000 4194304 4922060 140736638390544 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29226/statm: 2175 251 211 178 0 68 0
[pid=29227] ppid=29226 vsize=658388 CPUtime=3763.82 cores=1,3,5,7
/proc/29227/stat : 29227 (priss) S 29226 29226 28330 0 -1 4202496 122247 0 0 0 376242 140 0 0 25 0 5 0 596953978 674189312 111629 33554432000 4194304 5787044 140736389031344 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/29227/statm: 164597 111629 419 389 0 160347 0
[pid=29227/tid=29229] ppid=29226 vsize=658388 CPUtime=942.21 cores=1,3,5,7
/proc/29227/task/29229/stat : 29229 (priss) R 29226 29226 28330 0 -1 4202560 27434 0 0 0 94184 37 0 0 25 0 5 0 596953980 674189312 111629 33554432000 4194304 5787044 140736389031344 18446744073709551615 5591342 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29227/tid=29230] ppid=29226 vsize=658388 CPUtime=942.23 cores=1,3,5,7
/proc/29227/task/29230/stat : 29230 (priss) R 29226 29226 28330 0 -1 4202560 29234 0 0 0 94184 39 0 0 25 0 5 0 596953980 674189312 111629 33554432000 4194304 5787044 140736389031344 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29227/tid=29231] ppid=29226 vsize=658388 CPUtime=941.37 cores=1,3,5,7
/proc/29227/task/29231/stat : 29231 (priss) R 29226 29226 28330 0 -1 4202560 29042 0 0 0 94114 23 0 0 25 0 5 0 596953981 674189312 111629 33554432000 4194304 5787044 140736389031344 18446744073709551615 4255012 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29227/tid=29232] ppid=29226 vsize=658388 CPUtime=937.97 cores=1,3,5,7
/proc/29227/task/29232/stat : 29232 (priss) R 29226 29226 28330 0 -1 4202560 33766 0 0 0 93758 39 0 0 25 0 5 0 596953981 674189312 111629 33554432000 4194304 5787044 140736389031344 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3763.82
Current children cumulated vsize (KiB) 667088

[startup+1002.3 s]
/proc/loadavg: 8.17 8.09 8.02 9/188 29301
/proc/meminfo: memFree=13658248/32950928 swapFree=67111528/67111528
[pid=29226] ppid=29224 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29226/stat : 29226 (priss.sh) S 29224 29226 28330 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596953978 8908800 251 33554432000 4194304 4922060 140736638390544 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29226/statm: 2175 251 211 178 0 68 0
[pid=29227] ppid=29226 vsize=662488 CPUtime=4003.47 cores=1,3,5,7
/proc/29227/stat : 29227 (priss) S 29226 29226 28330 0 -1 4202496 126033 0 0 0 400202 145 0 0 25 0 5 0 596953978 678387712 114965 33554432000 4194304 5787044 140736389031344 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/29227/statm: 165622 114965 419 389 0 161372 0
[pid=29227/tid=29229] ppid=29226 vsize=662488 CPUtime=1002.2 cores=1,3,5,7
/proc/29227/task/29229/stat : 29229 (priss) R 29226 29226 28330 0 -1 4202560 28360 0 0 0 100183 37 0 0 25 0 5 0 596953980 678387712 114965 33554432000 4194304 5787044 140736389031344 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29227/tid=29230] ppid=29226 vsize=662488 CPUtime=1002.23 cores=1,3,5,7
/proc/29227/task/29230/stat : 29230 (priss) R 29226 29226 28330 0 -1 4202560 29800 0 0 0 100183 40 0 0 25 0 5 0 596953980 678387712 114965 33554432000 4194304 5787044 140736389031344 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29227/tid=29231] ppid=29226 vsize=662488 CPUtime=1001.35 cores=1,3,5,7
/proc/29227/task/29231/stat : 29231 (priss) R 29226 29226 28330 0 -1 4202560 29609 0 0 0 100112 23 0 0 25 0 5 0 596953981 678387712 114965 33554432000 4194304 5787044 140736389031344 18446744073709551615 5590552 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29227/tid=29232] ppid=29226 vsize=662488 CPUtime=997.63 cores=1,3,5,7
/proc/29227/task/29232/stat : 29232 (priss) R 29226 29226 28330 0 -1 4202560 35493 0 0 0 99720 43 0 0 25 0 5 0 596953981 678387712 114965 33554432000 4194304 5787044 140736389031344 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.47
Current children cumulated vsize (KiB) 671188

[startup+1062.31 s]
/proc/loadavg: 8.18 8.10 8.02 9/188 29303
/proc/meminfo: memFree=13615464/32950928 swapFree=67111528/67111528
[pid=29226] ppid=29224 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29226/stat : 29226 (priss.sh) S 29224 29226 28330 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596953978 8908800 251 33554432000 4194304 4922060 140736638390544 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29226/statm: 2175 251 211 178 0 68 0
[pid=29227] ppid=29226 vsize=671008 CPUtime=4243.16 cores=1,3,5,7
/proc/29227/stat : 29227 (priss) S 29226 29226 28330 0 -1 4202496 128812 0 0 0 424168 148 0 0 25 0 5 0 596953978 687112192 117519 33554432000 4194304 5787044 140736389031344 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/29227/statm: 167752 117519 419 389 0 163502 0
[pid=29227/tid=29229] ppid=29226 vsize=671008 CPUtime=1062.2 cores=1,3,5,7
/proc/29227/task/29229/stat : 29229 (priss) R 29226 29226 28330 0 -1 4202560 28360 0 0 0 106183 37 0 0 25 0 5 0 596953980 687112192 117519 33554432000 4194304 5787044 140736389031344 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29227/tid=29230] ppid=29226 vsize=671008 CPUtime=1062.23 cores=1,3,5,7
/proc/29227/task/29230/stat : 29230 (priss) R 29226 29226 28330 0 -1 4202560 29801 0 0 0 106183 40 0 0 25 0 5 0 596953980 687112192 117519 33554432000 4194304 5787044 140736389031344 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29227/tid=29231] ppid=29226 vsize=671008 CPUtime=1061.36 cores=1,3,5,7
/proc/29227/task/29231/stat : 29231 (priss) R 29226 29226 28330 0 -1 4202560 31756 0 0 0 106111 25 0 0 25 0 5 0 596953981 687112192 117519 33554432000 4194304 5787044 140736389031344 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29227/tid=29232] ppid=29226 vsize=671008 CPUtime=1057.31 cores=1,3,5,7
/proc/29227/task/29232/stat : 29232 (priss) R 29226 29226 28330 0 -1 4202560 36124 0 0 0 105687 44 0 0 25 0 5 0 596953981 687112192 117519 33554432000 4194304 5787044 140736389031344 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.16
Current children cumulated vsize (KiB) 679708

[startup+1122.3 s]
/proc/loadavg: 8.12 8.10 8.02 9/188 29304
/proc/meminfo: memFree=13574168/32950928 swapFree=67111528/67111528
[pid=29226] ppid=29224 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29226/stat : 29226 (priss.sh) S 29224 29226 28330 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596953978 8908800 251 33554432000 4194304 4922060 140736638390544 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29226/statm: 2175 251 211 178 0 68 0
[pid=29227] ppid=29226 vsize=679124 CPUtime=4482.81 cores=1,3,5,7
/proc/29227/stat : 29227 (priss) S 29226 29226 28330 0 -1 4202496 130859 0 0 0 448131 150 0 0 25 0 5 0 596953978 695422976 119566 33554432000 4194304 5787044 140736389031344 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/29227/statm: 169781 119566 419 389 0 165531 0
[pid=29227/tid=29229] ppid=29226 vsize=679124 CPUtime=1122.19 cores=1,3,5,7
/proc/29227/task/29229/stat : 29229 (priss) R 29226 29226 28330 0 -1 4202560 28362 0 0 0 112182 37 0 0 25 0 5 0 596953980 695422976 119566 33554432000 4194304 5787044 140736389031344 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29227/tid=29230] ppid=29226 vsize=679124 CPUtime=1122.23 cores=1,3,5,7
/proc/29227/task/29230/stat : 29230 (priss) R 29226 29226 28330 0 -1 4202560 29802 0 0 0 112183 40 0 0 25 0 5 0 596953980 695422976 119566 33554432000 4194304 5787044 140736389031344 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29227/tid=29231] ppid=29226 vsize=679124 CPUtime=1121.35 cores=1,3,5,7
/proc/29227/task/29231/stat : 29231 (priss) R 29226 29226 28330 0 -1 4202560 33799 0 0 0 112108 27 0 0 25 0 5 0 596953981 695422976 119566 33554432000 4194304 5787044 140736389031344 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29227/tid=29232] ppid=29226 vsize=679124 CPUtime=1116.98 cores=1,3,5,7
/proc/29227/task/29232/stat : 29232 (priss) R 29226 29226 28330 0 -1 4202560 36125 0 0 0 111654 44 0 0 25 0 5 0 596953981 695422976 119566 33554432000 4194304 5787044 140736389031344 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4482.81
Current children cumulated vsize (KiB) 687824

[startup+1182.3 s]
/proc/loadavg: 8.09 8.09 8.02 9/188 29306
/proc/meminfo: memFree=13551972/32950928 swapFree=67111528/67111528
[pid=29226] ppid=29224 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29226/stat : 29226 (priss.sh) S 29224 29226 28330 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596953978 8908800 251 33554432000 4194304 4922060 140736638390544 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29226/statm: 2175 251 211 178 0 68 0
[pid=29227] ppid=29226 vsize=686840 CPUtime=4722.48 cores=1,3,5,7
/proc/29227/stat : 29227 (priss) S 29226 29226 28330 0 -1 4202496 132788 0 0 0 472095 153 0 0 25 0 5 0 596953978 703324160 121495 33554432000 4194304 5787044 140736389031344 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/29227/statm: 171710 121495 419 389 0 167460 0
[pid=29227/tid=29229] ppid=29226 vsize=686840 CPUtime=1182.19 cores=1,3,5,7
/proc/29227/task/29229/stat : 29229 (priss) R 29226 29226 28330 0 -1 4202560 28371 0 0 0 118182 37 0 0 25 0 5 0 596953980 703324160 121495 33554432000 4194304 5787044 140736389031344 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29227/tid=29230] ppid=29226 vsize=686840 CPUtime=1182.23 cores=1,3,5,7
/proc/29227/task/29230/stat : 29230 (priss) R 29226 29226 28330 0 -1 4202560 29810 0 0 0 118183 40 0 0 25 0 5 0 596953980 703324160 121495 33554432000 4194304 5787044 140736389031344 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29227/tid=29231] ppid=29226 vsize=686840 CPUtime=1181.35 cores=1,3,5,7
/proc/29227/task/29231/stat : 29231 (priss) R 29226 29226 28330 0 -1 4202560 35708 0 0 0 118106 29 0 0 25 0 5 0 596953981 703324160 121495 33554432000 4194304 5787044 140736389031344 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29227/tid=29232] ppid=29226 vsize=686840 CPUtime=1176.65 cores=1,3,5,7
/proc/29227/task/29232/stat : 29232 (priss) R 29226 29226 28330 0 -1 4202560 36128 0 0 0 117621 44 0 0 25 0 5 0 596953981 703324160 121495 33554432000 4194304 5787044 140736389031344 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.48
Current children cumulated vsize (KiB) 695540



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.06 8.08 8.02 9/188 29306
/proc/meminfo: memFree=13546144/32950928 swapFree=67111528/67111528
[pid=29226] ppid=29224 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29226/stat : 29226 (priss.sh) S 29224 29226 28330 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596953978 8908800 251 33554432000 4194304 4922060 140736638390544 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29226/statm: 2175 251 211 178 0 68 0
[pid=29227] ppid=29226 vsize=689124 CPUtime=4800.4 cores=1,3,5,7
/proc/29227/stat : 29227 (priss) S 29226 29226 28330 0 -1 4202496 133371 0 0 0 479887 153 0 0 25 0 5 0 596953978 705662976 122078 33554432000 4194304 5787044 140736389031344 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/29227/statm: 172281 122078 419 389 0 168031 0
[pid=29227/tid=29229] ppid=29226 vsize=689124 CPUtime=1201.7 cores=1,3,5,7
/proc/29227/task/29229/stat : 29229 (priss) R 29226 29226 28330 0 -1 4202560 28372 0 0 0 120133 37 0 0 25 0 5 0 596953980 705662976 122078 33554432000 4194304 5787044 140736389031344 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29227/tid=29230] ppid=29226 vsize=689124 CPUtime=1201.73 cores=1,3,5,7
/proc/29227/task/29230/stat : 29230 (priss) R 29226 29226 28330 0 -1 4202560 29811 0 0 0 120133 40 0 0 25 0 5 0 596953980 705662976 122078 33554432000 4194304 5787044 140736389031344 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29227/tid=29231] ppid=29226 vsize=689124 CPUtime=1200.86 cores=1,3,5,7
/proc/29227/task/29231/stat : 29231 (priss) R 29226 29226 28330 0 -1 4202560 36288 0 0 0 120056 30 0 0 25 0 5 0 596953981 705662976 122078 33554432000 4194304 5787044 140736389031344 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29227/tid=29232] ppid=29226 vsize=689124 CPUtime=1196.05 cores=1,3,5,7
/proc/29227/task/29232/stat : 29232 (priss) R 29226 29226 28330 0 -1 4202560 36129 0 0 0 119561 44 0 0 25 0 5 0 596953981 705662976 122078 33554432000 4194304 5787044 140736389031344 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.4
Current children cumulated vsize (KiB) 697824

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29226 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=0
# CPU time returned by wait4() is 0
# while last known CPU time is 4800.4
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.82
CPU time (s): 4800.4
CPU user time (s): 4798.87
CPU system time (s): 1.53
CPU usage (%): 399.428
Max. virtual memory (cumulated for all children) (KiB): 697824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 331
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.61875 second user time and 4.95025 second system time

The end

Launcher Data

Begin job on node112 at 2011-04-29 10:53:53
IDJOB=3264100
IDBENCH=84554
IDSOLVER=1603
FILE ID=node112/3264100-1304067233
RUNJOBID= node112-1304062780-28651
PBS_JOBID= 13170443
Free space on /tmp= 72564 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT04/handmade/kexu/frb-0.6/frb80-14-2.used-as.sat04-880.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3264100-1304067233/watcher-3264100-1304067233 -o /tmp/evaluation-result-3264100-1304067233/solver-3264100-1304067233 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3264100-1304067233.cnf 1793170666 4800 15500 4

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

MD5SUM BENCH= 1242f0037df1c3d888415aeb418b77ed
RANDOM SEED=1793170666

node112.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.828
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.65
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.828
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.828
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.67
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.828
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.82
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.828
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	: 5261.27
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.828
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.82
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.828
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.828
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.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13829640 kB
Buffers:       1995632 kB
Cached:       15803600 kB
SwapCached:          0 kB
Active:        7808548 kB
Inactive:     10755904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13829640 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2000 kB
Writeback:           0 kB
AnonPages:      764940 kB
Mapped:          15628 kB
Slab:           492712 kB
PageTables:       6020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   971304 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= 72560 MiB
End job on node112 at 2011-04-29 11:13:57