Trace number 3499439

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) 20400.3 5100.02

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-4-4_512.cnf
MD5SUMc1f047ec179094963b21d7b90509d2b9
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables510
Number of clauses4492
Sum of the clauses size17968
Maximum clause length4
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 44492
Number of clauses of size 50
Number of clauses of size over 50

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: 22190
0.00/0.00	c parsetime: 1220us
0.00/0.00	c parsed 4492 clauses with 510 variables
0.00/0.00	c NW started thread 0 successfully (1093712192)
0.00/0.00	c NW started thread 1 successfully (1113532736)
0.00/0.00	c NW started thread 2 successfully (1124022592)
0.00/0.00	c NW started thread 3 successfully (1134512448)
0.00/0.90	c preprocessor returned 10014 variables
0.00/0.90	c preprocessing returned UNKNOWN
0.00/0.90	c PP set 0 variables
0.00/0.90	c pp time: 899764us (0s)
0.00/0.90	c preprocessor returned 10014 variables
0.00/0.90	c preprocessing returned UNKNOWN
0.00/0.90	c PP set 0 variables
0.00/0.90	c pp time: 899519us (0s)
0.00/0.90	c preprocessor returned 10014 variables
0.00/0.90	c preprocessing returned UNKNOWN
0.00/0.90	c PP set 0 variables
0.00/0.90	c pp time: 899933us (0s)
40.36/10.17	c preprocessor returned 30055 variables
40.36/10.17	c preprocessing returned UNKNOWN
40.36/10.17	c PP set 0 variables
40.36/10.17	c pp time: 10162343us (10s)

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.1 (svn: 989)

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-3499439-1307999314/watcher-3499439-1307999314 -o /tmp/evaluation-result-3499439-1307999314/solver-3499439-1307999314 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499439-1307999314.cnf 536737477 40000 31000 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.68 3.93 3.94 2/170 22189
/proc/meminfo: memFree=9189092/32950928 swapFree=67111364/67111528
[pid=22189] ppid=22187 vsize=8700 CPUtime=0 cores=0-7
/proc/22189/stat : 22189 (priss.sh) S 22187 22189 21762 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 30676228 8908800 251 33554432000 4194304 4922060 140736969435680 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22189/statm: 2175 251 211 178 0 68 0

[startup+0.0374691 s]
/proc/loadavg: 3.68 3.93 3.94 2/170 22189
/proc/meminfo: memFree=9189092/32950928 swapFree=67111364/67111528
[pid=22189] ppid=22187 vsize=8700 CPUtime=0 cores=0-7
/proc/22189/stat : 22189 (priss.sh) S 22187 22189 21762 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 30676228 8908800 251 33554432000 4194304 4922060 140736969435680 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22189/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100457 s]
/proc/loadavg: 3.68 3.93 3.94 2/170 22189
/proc/meminfo: memFree=9189092/32950928 swapFree=67111364/67111528
[pid=22189] ppid=22187 vsize=8700 CPUtime=0 cores=0-7
/proc/22189/stat : 22189 (priss.sh) S 22187 22189 21762 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 30676228 8908800 251 33554432000 4194304 4922060 140736969435680 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22189/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300422 s]
/proc/loadavg: 3.68 3.93 3.94 2/170 22189
/proc/meminfo: memFree=9189092/32950928 swapFree=67111364/67111528
[pid=22189] ppid=22187 vsize=8700 CPUtime=0 cores=0-7
/proc/22189/stat : 22189 (priss.sh) S 22187 22189 21762 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 30676228 8908800 251 33554432000 4194304 4922060 140736969435680 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22189/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700351 s]
/proc/loadavg: 3.68 3.93 3.94 2/170 22189
/proc/meminfo: memFree=9189092/32950928 swapFree=67111364/67111528
[pid=22189] ppid=22187 vsize=8700 CPUtime=0 cores=0-7
/proc/22189/stat : 22189 (priss.sh) S 22187 22189 21762 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 30676228 8908800 251 33554432000 4194304 4922060 140736969435680 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22189/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50021 s]
/proc/loadavg: 3.68 3.93 3.94 5/176 22195
/proc/meminfo: memFree=9165268/32950928 swapFree=67111364/67111528
[pid=22189] ppid=22187 vsize=8700 CPUtime=0 cores=0-7
/proc/22189/stat : 22189 (priss.sh) S 22187 22189 21762 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 30676228 8908800 251 33554432000 4194304 4922060 140736969435680 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22189/statm: 2175 251 211 178 0 68 0
[pid=22190] ppid=22189 vsize=277596 CPUtime=5.96 cores=0-7
/proc/22190/stat : 22190 (priss) S 22189 22189 21762 0 -1 4202496 7819 0 0 0 593 3 0 0 25 0 5 0 30676228 284258304 6751 33554432000 4194304 5787044 140736117684432 18446744073709551615 232135903665 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22190/statm: 69399 6751 404 389 0 65149 0
[pid=22190/tid=22192] ppid=22189 vsize=277596 CPUtime=1.49 cores=0-7
/proc/22190/task/22192/stat : 22192 (priss) R 22189 22189 21762 0 -1 4202560 1341 0 0 0 148 1 0 0 18 0 5 0 30676228 284258304 6751 33554432000 4194304 5787044 140736117684432 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22190/tid=22193] ppid=22189 vsize=277596 CPUtime=1.48 cores=0-7
/proc/22190/task/22193/stat : 22193 (priss) R 22189 22189 21762 0 -1 4202560 1310 0 0 0 147 1 0 0 18 0 5 0 30676228 284258304 6752 33554432000 4194304 5787044 140736117684432 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22190/tid=22194] ppid=22189 vsize=277596 CPUtime=1.48 cores=0-7
/proc/22190/task/22194/stat : 22194 (priss) R 22189 22189 21762 0 -1 4202560 1617 0 0 0 147 1 0 0 18 0 5 0 30676228 284258304 6752 33554432000 4194304 5787044 140736117684432 18446744073709551615 5591564 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22190/tid=22195] ppid=22189 vsize=277596 CPUtime=1.49 cores=0-7
/proc/22190/task/22195/stat : 22195 (priss) R 22189 22189 21762 0 -1 4202560 2039 0 0 0 149 0 0 0 25 0 5 0 30676228 284258304 6752 33554432000 4194304 5787044 140736117684432 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 286296

[startup+3.10093 s]
/proc/loadavg: 3.68 3.93 3.94 5/176 22195
/proc/meminfo: memFree=9161556/32950928 swapFree=67111364/67111528
[pid=22189] ppid=22187 vsize=8700 CPUtime=0 cores=0-7
/proc/22189/stat : 22189 (priss.sh) S 22187 22189 21762 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 30676228 8908800 251 33554432000 4194304 4922060 140736969435680 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22189/statm: 2175 251 211 178 0 68 0
[pid=22190] ppid=22189 vsize=279296 CPUtime=12.37 cores=0-7
/proc/22190/stat : 22190 (priss) S 22189 22189 21762 0 -1 4202496 8895 0 0 0 1232 5 0 0 25 0 5 0 30676228 285999104 7827 33554432000 4194304 5787044 140736117684432 18446744073709551615 232135903665 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22190/statm: 69824 7827 404 389 0 65574 0
[pid=22190/tid=22192] ppid=22189 vsize=279296 CPUtime=3.08 cores=0-7
/proc/22190/task/22192/stat : 22192 (priss) R 22189 22189 21762 0 -1 4202560 1713 0 0 0 307 1 0 0 21 0 5 0 30676228 285999104 7827 33554432000 4194304 5787044 140736117684432 18446744073709551615 232123728812 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22190/tid=22193] ppid=22189 vsize=279296 CPUtime=3.08 cores=0-7
/proc/22190/task/22193/stat : 22193 (priss) R 22189 22189 21762 0 -1 4202560 1709 0 0 0 307 1 0 0 21 0 5 0 30676228 285999104 7827 33554432000 4194304 5787044 140736117684432 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22190/tid=22194] ppid=22189 vsize=279296 CPUtime=3.09 cores=0-7
/proc/22190/task/22194/stat : 22194 (priss) R 22189 22189 21762 0 -1 4202560 1922 0 0 0 307 2 0 0 21 0 5 0 30676228 285999104 7827 33554432000 4194304 5787044 140736117684432 18446744073709551615 5592464 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22190/tid=22195] ppid=22189 vsize=279296 CPUtime=3.09 cores=0-7
/proc/22190/task/22195/stat : 22195 (priss) R 22189 22189 21762 0 -1 4202560 2039 0 0 0 309 0 0 0 25 0 5 0 30676228 285999104 7827 33554432000 4194304 5787044 140736117684432 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 287996

[startup+6.30036 s]
/proc/loadavg: 3.70 3.93 3.94 5/176 22195
/proc/meminfo: memFree=9154240/32950928 swapFree=67111364/67111528
[pid=22189] ppid=22187 vsize=8700 CPUtime=0 cores=0-7
/proc/22189/stat : 22189 (priss.sh) S 22187 22189 21762 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 30676228 8908800 251 33554432000 4194304 4922060 140736969435680 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22189/statm: 2175 251 211 178 0 68 0
[pid=22190] ppid=22189 vsize=281272 CPUtime=25.16 cores=0-7
/proc/22190/stat : 22190 (priss) S 22189 22189 21762 0 -1 4202496 10245 0 0 0 2510 6 0 0 25 0 5 0 30676228 288022528 9177 33554432000 4194304 5787044 140736117684432 18446744073709551615 232135903665 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22190/statm: 70318 9177 404 389 0 66068 0
[pid=22190/tid=22192] ppid=22189 vsize=281272 CPUtime=6.28 cores=0-7
/proc/22190/task/22192/stat : 22192 (priss) R 22189 22189 21762 0 -1 4202560 2152 0 0 0 626 2 0 0 25 0 5 0 30676228 288022528 9177 33554432000 4194304 5787044 140736117684432 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22190/tid=22193] ppid=22189 vsize=281272 CPUtime=6.28 cores=0-7
/proc/22190/task/22193/stat : 22193 (priss) R 22189 22189 21762 0 -1 4202560 2192 0 0 0 627 1 0 0 25 0 5 0 30676228 288022528 9177 33554432000 4194304 5787044 140736117684432 18446744073709551615 4218754 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22190/tid=22194] ppid=22189 vsize=281272 CPUtime=6.28 cores=0-7
/proc/22190/task/22194/stat : 22194 (priss) R 22189 22189 21762 0 -1 4202560 2350 0 0 0 626 2 0 0 25 0 5 0 30676228 288022528 9177 33554432000 4194304 5787044 140736117684432 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22190/tid=22195] ppid=22189 vsize=281272 CPUtime=6.29 cores=0-7
/proc/22190/task/22195/stat : 22195 (priss) R 22189 22189 21762 0 -1 4202560 2039 0 0 0 629 0 0 0 25 0 5 0 30676228 288022528 9177 33554432000 4194304 5787044 140736117684432 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 289972

[startup+12.7012 s]
/proc/loadavg: 3.73 3.94 3.94 5/176 22195
/proc/meminfo: memFree=9137944/32950928 swapFree=67111364/67111528
[pid=22189] ppid=22187 vsize=8700 CPUtime=0 cores=0-7
/proc/22189/stat : 22189 (priss.sh) S 22187 22189 21762 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 30676228 8908800 251 33554432000 4194304 4922060 140736969435680 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22189/statm: 2175 251 211 178 0 68 0
[pid=22190] ppid=22189 vsize=287652 CPUtime=50.74 cores=0-7
/proc/22190/stat : 22190 (priss) S 22189 22189 21762 0 -1 4202496 15492 0 0 0 5065 9 0 0 25 0 5 0 30676228 294555648 13459 33554432000 4194304 5787044 140736117684432 18446744073709551615 232135903665 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22190/statm: 71913 13459 417 389 0 67663 0
[pid=22190/tid=22192] ppid=22189 vsize=287652 CPUtime=12.68 cores=0-7
/proc/22190/task/22192/stat : 22192 (priss) R 22189 22189 21762 0 -1 4202560 2767 0 0 0 1265 3 0 0 21 0 5 0 30676228 294555648 13459 33554432000 4194304 5787044 140736117684432 18446744073709551615 5591529 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22190/tid=22193] ppid=22189 vsize=287652 CPUtime=12.67 cores=0-7
/proc/22190/task/22193/stat : 22193 (priss) R 22189 22189 21762 0 -1 4202560 3798 0 0 0 1266 1 0 0 25 0 5 0 30676228 294555648 13459 33554432000 4194304 5787044 140736117684432 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22190/tid=22194] ppid=22189 vsize=287652 CPUtime=12.68 cores=0-7
/proc/22190/task/22194/stat : 22194 (priss) R 22189 22189 21762 0 -1 4202560 3096 0 0 0 1265 3 0 0 25 0 5 0 30676228 294555648 13459 33554432000 4194304 5787044 140736117684432 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22190/tid=22195] ppid=22189 vsize=287652 CPUtime=12.68 cores=0-7
/proc/22190/task/22195/stat : 22195 (priss) R 22189 22189 21762 0 -1 4202560 4319 0 0 0 1268 0 0 0 21 0 5 0 30676228 294555648 13459 33554432000 4194304 5787044 140736117684432 18446744073709551615 4254968 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 296352

[startup+25.501 s]
/proc/loadavg: 3.79 3.94 3.94 5/176 22195
/proc/meminfo: memFree=9120228/32950928 swapFree=67111364/67111528
[pid=22189] ppid=22187 vsize=8700 CPUtime=0 cores=0-7
/proc/22189/stat : 22189 (priss.sh) S 22187 22189 21762 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 30676228 8908800 251 33554432000 4194304 4922060 140736969435680 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22189/statm: 2175 251 211 178 0 68 0
[pid=22190] ppid=22189 vsize=296180 CPUtime=101.93 cores=0-7
/proc/22190/stat : 22190 (priss) S 22189 22189 21762 0 -1 4202496 20014 0 0 0 10180 13 0 0 25 0 5 0 30676228 303288320 17979 33554432000 4194304 5787044 140736117684432 18446744073709551615 232135903665 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22190/statm: 74045 17979 417 389 0 69795 0
[pid=22190/tid=22192] ppid=22189 vsize=296180 CPUtime=25.47 cores=0-7
/proc/22190/task/22192/stat : 22192 (priss) R 22189 22189 21762 0 -1 4202560 3580 0 0 0 2543 4 0 0 25 0 5 0 30676228 303288320 17979 33554432000 4194304 5787044 140736117684432 18446744073709551615 5591280 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22190/tid=22193] ppid=22189 vsize=296180 CPUtime=25.47 cores=0-7
/proc/22190/task/22193/stat : 22193 (priss) R 22189 22189 21762 0 -1 4202560 4820 0 0 0 2545 2 0 0 25 0 5 0 30676228 303288320 17979 33554432000 4194304 5787044 140736117684432 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22190/tid=22194] ppid=22189 vsize=296180 CPUtime=25.48 cores=0-7
/proc/22190/task/22194/stat : 22194 (priss) R 22189 22189 21762 0 -1 4202560 4721 0 0 0 2544 4 0 0 25 0 5 0 30676228 303288320 17979 33554432000 4194304 5787044 140736117684432 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22190/tid=22195] ppid=22189 vsize=296180 CPUtime=25.48 cores=0-7
/proc/22190/task/22195/stat : 22195 (priss) R 22189 22189 21762 0 -1 4202560 5381 0 0 0 2546 2 0 0 25 0 5 0 30676228 303288320 17979 33554432000 4194304 5787044 140736117684432 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.93
Current children cumulated vsize (KiB) 304880

[startup+51.1005 s]
/proc/loadavg: 3.86 3.94 3.94 5/176 22195
/proc/meminfo: memFree=9093556/32950928 swapFree=67111364/67111528
[pid=22189] ppid=22187 vsize=8700 CPUtime=0 cores=0-7
/proc/22189/stat : 22189 (priss.sh) S 22187 22189 21762 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 30676228 8908800 251 33554432000 4194304 4922060 140736969435680 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22189/statm: 2175 251 211 178 0 68 0
[pid=22190] ppid=22189 vsize=306956 CPUtime=204.31 cores=0-7
/proc/22190/stat : 22190 (priss) S 22189 22189 21762 0 -1 4202496 26864 0 0 0 20403 28 0 0 25 0 5 0 30676228 314322944 24804 33554432000 4194304 5787044 140736117684432 18446744073709551615 232135903665 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22190/statm: 76739 24804 417 389 0 72489 0
[pid=22190/tid=22192] ppid=22189 vsize=306956 CPUtime=51.06 cores=0-7
/proc/22190/task/22192/stat : 22192 (priss) R 22189 22189 21762 0 -1 4202560 5053 0 0 0 5099 7 0 0 25 0 5 0 30676228 314322944 24804 33554432000 4194304 5787044 140736117684432 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22190/tid=22193] ppid=22189 vsize=306956 CPUtime=51.06 cores=0-7
/proc/22190/task/22193/stat : 22193 (priss) R 22189 22189 21762 0 -1 4202560 6532 0 0 0 5103 3 0 0 25 0 5 0 30676228 314322944 24804 33554432000 4194304 5787044 140736117684432 18446744073709551615 5591999 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22190/tid=22194] ppid=22189 vsize=306956 CPUtime=51.08 cores=0-7
/proc/22190/task/22194/stat : 22194 (priss) R 22189 22189 21762 0 -1 4202560 7066 0 0 0 5098 10 0 0 25 0 5 0 30676228 314322944 24804 33554432000 4194304 5787044 140736117684432 18446744073709551615 5591225 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22190/tid=22195] ppid=22189 vsize=306956 CPUtime=51.08 cores=0-7
/proc/22190/task/22195/stat : 22195 (priss) R 22189 22189 21762 0 -1 4202560 6701 0 0 0 5101 7 0 0 25 0 5 0 30676228 314322944 24804 33554432000 4194304 5787044 140736117684432 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 204.31
Current children cumulated vsize (KiB) 315656

[startup+102.306 s]
/proc/loadavg: 3.94 3.95 3.94 5/176 22197
/proc/meminfo: memFree=9054208/32950928 swapFree=67111364/67111528
[pid=22189] ppid=22187 vsize=8700 CPUtime=0 cores=0-7
/proc/22189/stat : 22189 (priss.sh) S 22187 22189 21762 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 30676228 8908800 251 33554432000 4194304 4922060 140736969435680 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22189/statm: 2175 251 211 178 0 68 0
[pid=22190] ppid=22189 vsize=324568 CPUtime=409.12 cores=0-7
/proc/22190/stat : 22190 (priss) S 22189 22189 21762 0 -1 4202496 36615 0 0 0 40870 42 0 0 25 0 5 0 30676228 332357632 34445 33554432000 4194304 5787044 140736117684432 18446744073709551615 232135903665 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22190/statm: 81142 34445 417 389 0 76892 0
[pid=22190/tid=22192] ppid=22189 vsize=324568 CPUtime=102.26 cores=0-7
/proc/22190/task/22192/stat : 22192 (priss) R 22189 22189 21762 0 -1 4202560 6433 0 0 0 10216 10 0 0 25 0 5 0 30676228 332357632 34445 33554432000 4194304 5787044 140736117684432 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22190/tid=22193] ppid=22189 vsize=324568 CPUtime=102.27 cores=0-7
/proc/22190/task/22193/stat : 22193 (priss) R 22189 22189 21762 0 -1 4202560 8620 0 0 0 10222 5 0 0 25 0 5 0 30676228 332357632 34445 33554432000 4194304 5787044 140736117684432 18446744073709551615 5591587 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22190/tid=22194] ppid=22189 vsize=324568 CPUtime=102.28 cores=0-7
/proc/22190/task/22194/stat : 22194 (priss) R 22189 22189 21762 0 -1 4202560 11027 0 0 0 10215 13 0 0 25 0 5 0 30676228 332357632 34445 33554432000 4194304 5787044 140736117684432 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22190/tid=22195] ppid=22189 vsize=324568 CPUtime=102.28 cores=0-7

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

/proc/22190/task/22193/stat : 22193 (priss) R 22189 22189 21762 0 -1 4202560 43027 0 0 0 472210 24 0 0 25 0 5 0 30676228 912945152 168794 33554432000 4194304 5787044 140736117684432 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22190/tid=22194] ppid=22189 vsize=891548 CPUtime=4722.36 cores=0-7
/proc/22190/task/22194/stat : 22194 (priss) R 22189 22189 21762 0 -1 4202560 46354 0 0 0 472157 79 0 0 25 0 5 0 30676228 912945152 168794 33554432000 4194304 5787044 140736117684432 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22190/tid=22195] ppid=22189 vsize=891548 CPUtime=4722.37 cores=0-7
/proc/22190/task/22195/stat : 22195 (priss) R 22189 22189 21762 0 -1 4202560 47808 0 0 0 472154 83 0 0 25 0 5 0 30676228 912945152 168794 33554432000 4194304 5787044 140736117684432 18446744073709551615 5527568 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 18889.4
Current children cumulated vsize (KiB) 900248

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.97 5/176 22333
/proc/meminfo: memFree=8503720/32950928 swapFree=67111364/67111528
[pid=22189] ppid=22187 vsize=8700 CPUtime=0 cores=0-7
/proc/22189/stat : 22189 (priss.sh) S 22187 22189 21762 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 30676228 8908800 251 33554432000 4194304 4922060 140736969435680 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22189/statm: 2175 251 211 178 0 68 0
[pid=22190] ppid=22189 vsize=902032 CPUtime=19129.4 cores=0-7
/proc/22190/stat : 22190 (priss) S 22189 22189 21762 0 -1 4202496 177311 0 0 0 1912703 238 0 0 25 0 5 0 30676228 923680768 171047 33554432000 4194304 5787044 140736117684432 18446744073709551615 232135903665 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22190/statm: 225508 171047 417 389 0 221258 0
[pid=22190/tid=22192] ppid=22189 vsize=902032 CPUtime=4782.33 cores=0-7
/proc/22190/task/22192/stat : 22192 (priss) R 22189 22189 21762 0 -1 4202560 35412 0 0 0 478184 49 0 0 25 0 5 0 30676228 923680768 171047 33554432000 4194304 5787044 140736117684432 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22190/tid=22193] ppid=22189 vsize=902032 CPUtime=4782.34 cores=0-7
/proc/22190/task/22193/stat : 22193 (priss) R 22189 22189 21762 0 -1 4202560 44558 0 0 0 478209 25 0 0 25 0 5 0 30676228 923680768 171047 33554432000 4194304 5787044 140736117684432 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22190/tid=22194] ppid=22189 vsize=902032 CPUtime=4782.35 cores=0-7
/proc/22190/task/22194/stat : 22194 (priss) R 22189 22189 21762 0 -1 4202560 47476 0 0 0 478156 79 0 0 25 0 5 0 30676228 923680768 171047 33554432000 4194304 5787044 140736117684432 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22190/tid=22195] ppid=22189 vsize=902032 CPUtime=4782.36 cores=0-7
/proc/22190/task/22195/stat : 22195 (priss) R 22189 22189 21762 0 -1 4202560 48353 0 0 0 478153 83 0 0 25 0 5 0 30676228 923680768 171047 33554432000 4194304 5787044 140736117684432 18446744073709551615 5527209 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19129.4
Current children cumulated vsize (KiB) 910732

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.97 5/176 22335
/proc/meminfo: memFree=8499092/32950928 swapFree=67111364/67111528
[pid=22189] ppid=22187 vsize=8700 CPUtime=0 cores=0-7
/proc/22189/stat : 22189 (priss.sh) S 22187 22189 21762 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 30676228 8908800 251 33554432000 4194304 4922060 140736969435680 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22189/statm: 2175 251 211 178 0 68 0
[pid=22190] ppid=22189 vsize=903948 CPUtime=19369.4 cores=0-7
/proc/22190/stat : 22190 (priss) S 22189 22189 21762 0 -1 4202496 178572 0 0 0 1936703 238 0 0 25 0 5 0 30676228 925642752 172308 33554432000 4194304 5787044 140736117684432 18446744073709551615 232135903665 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22190/statm: 225987 172308 417 389 0 221737 0
[pid=22190/tid=22192] ppid=22189 vsize=903948 CPUtime=4842.33 cores=0-7
/proc/22190/task/22192/stat : 22192 (priss) R 22189 22189 21762 0 -1 4202560 35585 0 0 0 484184 49 0 0 25 0 5 0 30676228 925642752 172308 33554432000 4194304 5787044 140736117684432 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22190/tid=22193] ppid=22189 vsize=903948 CPUtime=4842.34 cores=0-7
/proc/22190/task/22193/stat : 22193 (priss) R 22189 22189 21762 0 -1 4202560 45031 0 0 0 484209 25 0 0 25 0 5 0 30676228 925642752 172308 33554432000 4194304 5787044 140736117684432 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22190/tid=22194] ppid=22189 vsize=903948 CPUtime=4842.36 cores=0-7
/proc/22190/task/22194/stat : 22194 (priss) R 22189 22189 21762 0 -1 4202560 47560 0 0 0 484156 80 0 0 25 0 5 0 30676228 925642752 172308 33554432000 4194304 5787044 140736117684432 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22190/tid=22195] ppid=22189 vsize=903948 CPUtime=4842.37 cores=0-7
/proc/22190/task/22195/stat : 22195 (priss) R 22189 22189 21762 0 -1 4202560 48884 0 0 0 484153 84 0 0 25 0 5 0 30676228 925642752 172308 33554432000 4194304 5787044 140736117684432 18446744073709551615 5527610 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19369.4
Current children cumulated vsize (KiB) 912648

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.97 5/176 22337
/proc/meminfo: memFree=8488872/32950928 swapFree=67111364/67111528
[pid=22189] ppid=22187 vsize=8700 CPUtime=0 cores=0-7
/proc/22189/stat : 22189 (priss.sh) S 22187 22189 21762 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 30676228 8908800 251 33554432000 4194304 4922060 140736969435680 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22189/statm: 2175 251 211 178 0 68 0
[pid=22190] ppid=22189 vsize=971540 CPUtime=19609.4 cores=0-7
/proc/22190/stat : 22190 (priss) S 22189 22189 21762 0 -1 4202496 181128 0 0 0 1960702 240 0 0 25 0 5 0 30676228 994856960 174864 33554432000 4194304 5787044 140736117684432 18446744073709551615 232135903665 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22190/statm: 242885 174864 417 389 0 238635 0
[pid=22190/tid=22192] ppid=22189 vsize=971540 CPUtime=4902.32 cores=0-7
/proc/22190/task/22192/stat : 22192 (priss) R 22189 22189 21762 0 -1 4202560 35933 0 0 0 490183 49 0 0 25 0 5 0 30676228 994856960 174864 33554432000 4194304 5787044 140736117684432 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22190/tid=22193] ppid=22189 vsize=971540 CPUtime=4902.33 cores=0-7
/proc/22190/task/22193/stat : 22193 (priss) R 22189 22189 21762 0 -1 4202560 45517 0 0 0 490208 25 0 0 25 0 5 0 30676228 994856960 174864 33554432000 4194304 5787044 140736117684432 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22190/tid=22194] ppid=22189 vsize=971540 CPUtime=4902.36 cores=0-7
/proc/22190/task/22194/stat : 22194 (priss) R 22189 22189 21762 0 -1 4202560 48726 0 0 0 490156 80 0 0 25 0 5 0 30676228 994856960 174864 33554432000 4194304 5787044 140736117684432 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22190/tid=22195] ppid=22189 vsize=971540 CPUtime=4902.36 cores=0-7
/proc/22190/task/22195/stat : 22195 (priss) R 22189 22189 21762 0 -1 4202560 49440 0 0 0 490152 84 0 0 25 0 5 0 30676228 994856960 174864 33554432000 4194304 5787044 140736117684432 18446744073709551615 5527218 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19609.4
Current children cumulated vsize (KiB) 980240

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.97 5/176 22339
/proc/meminfo: memFree=8480516/32950928 swapFree=67111364/67111528
[pid=22189] ppid=22187 vsize=8700 CPUtime=0 cores=0-7
/proc/22189/stat : 22189 (priss.sh) S 22187 22189 21762 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 30676228 8908800 251 33554432000 4194304 4922060 140736969435680 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22189/statm: 2175 251 211 178 0 68 0
[pid=22190] ppid=22189 vsize=974040 CPUtime=19849.4 cores=0-7
/proc/22190/stat : 22190 (priss) S 22189 22189 21762 0 -1 4202496 183198 0 0 0 1984700 243 0 0 25 0 5 0 30676228 997416960 176934 33554432000 4194304 5787044 140736117684432 18446744073709551615 232135903665 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22190/statm: 243510 176934 417 389 0 239260 0
[pid=22190/tid=22192] ppid=22189 vsize=974040 CPUtime=4962.32 cores=0-7
/proc/22190/task/22192/stat : 22192 (priss) R 22189 22189 21762 0 -1 4202560 36395 0 0 0 496182 50 0 0 25 0 5 0 30676228 997416960 176934 33554432000 4194304 5787044 140736117684432 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22190/tid=22193] ppid=22189 vsize=974040 CPUtime=4962.34 cores=0-7
/proc/22190/task/22193/stat : 22193 (priss) R 22189 22189 21762 0 -1 4202560 46056 0 0 0 496209 25 0 0 25 0 5 0 30676228 997416960 176934 33554432000 4194304 5787044 140736117684432 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22190/tid=22194] ppid=22189 vsize=974040 CPUtime=4962.36 cores=0-7
/proc/22190/task/22194/stat : 22194 (priss) R 22189 22189 21762 0 -1 4202560 49263 0 0 0 496156 80 0 0 25 0 5 0 30676228 997416960 176934 33554432000 4194304 5787044 140736117684432 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22190/tid=22195] ppid=22189 vsize=974040 CPUtime=4962.36 cores=0-7
/proc/22190/task/22195/stat : 22195 (priss) R 22189 22189 21762 0 -1 4202560 49972 0 0 0 496151 85 0 0 25 0 5 0 30676228 997416960 176934 33554432000 4194304 5787044 140736117684432 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19849.4
Current children cumulated vsize (KiB) 982740

[startup+5022.3 s]
/proc/loadavg: 4.07 4.02 3.97 5/176 22341
/proc/meminfo: memFree=8472392/32950928 swapFree=67111364/67111528
[pid=22189] ppid=22187 vsize=8700 CPUtime=0 cores=0-7
/proc/22189/stat : 22189 (priss.sh) S 22187 22189 21762 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 30676228 8908800 251 33554432000 4194304 4922060 140736969435680 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22189/statm: 2175 251 211 178 0 68 0
[pid=22190] ppid=22189 vsize=976332 CPUtime=20089.4 cores=0-7
/proc/22190/stat : 22190 (priss) S 22189 22189 21762 0 -1 4202496 185248 0 0 0 2008699 244 0 0 25 0 5 0 30676228 999763968 178984 33554432000 4194304 5787044 140736117684432 18446744073709551615 232135903665 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22190/statm: 244083 178984 417 389 0 239833 0
[pid=22190/tid=22192] ppid=22189 vsize=976332 CPUtime=5022.33 cores=0-7
/proc/22190/task/22192/stat : 22192 (priss) R 22189 22189 21762 0 -1 4202560 36849 0 0 0 502182 51 0 0 25 0 5 0 30676228 999763968 178984 33554432000 4194304 5787044 140736117684432 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22190/tid=22193] ppid=22189 vsize=976332 CPUtime=5022.34 cores=0-7
/proc/22190/task/22193/stat : 22193 (priss) R 22189 22189 21762 0 -1 4202560 46499 0 0 0 502209 25 0 0 25 0 5 0 30676228 999763968 178984 33554432000 4194304 5787044 140736117684432 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22190/tid=22194] ppid=22189 vsize=976332 CPUtime=5022.36 cores=0-7
/proc/22190/task/22194/stat : 22194 (priss) R 22189 22189 21762 0 -1 4202560 49801 0 0 0 502155 81 0 0 25 0 5 0 30676228 999763968 178984 33554432000 4194304 5787044 140736117684432 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22190/tid=22195] ppid=22189 vsize=976332 CPUtime=5022.36 cores=0-7
/proc/22190/task/22195/stat : 22195 (priss) R 22189 22189 21762 0 -1 4202560 50587 0 0 0 502151 85 0 0 25 0 5 0 30676228 999763968 178984 33554432000 4194304 5787044 140736117684432 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20089.4
Current children cumulated vsize (KiB) 985032

[startup+5082.3 s]
/proc/loadavg: 4.02 4.01 3.97 5/176 22341
/proc/meminfo: memFree=8460544/32950928 swapFree=67111364/67111528
[pid=22189] ppid=22187 vsize=8700 CPUtime=0 cores=0-7
/proc/22189/stat : 22189 (priss.sh) S 22187 22189 21762 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 30676228 8908800 251 33554432000 4194304 4922060 140736969435680 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22189/statm: 2175 251 211 178 0 68 0
[pid=22190] ppid=22189 vsize=977984 CPUtime=20329.4 cores=0-7
/proc/22190/stat : 22190 (priss) S 22189 22189 21762 0 -1 4202496 188122 0 0 0 2032697 246 0 0 25 0 5 0 30676228 1001455616 181858 33554432000 4194304 5787044 140736117684432 18446744073709551615 232135903665 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22190/statm: 244496 181858 417 389 0 240246 0
[pid=22190/tid=22192] ppid=22189 vsize=977984 CPUtime=5082.32 cores=0-7
/proc/22190/task/22192/stat : 22192 (priss) R 22189 22189 21762 0 -1 4202560 37292 0 0 0 508181 51 0 0 25 0 5 0 30676228 1001455616 181858 33554432000 4194304 5787044 140736117684432 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22190/tid=22193] ppid=22189 vsize=977984 CPUtime=5082.34 cores=0-7
/proc/22190/task/22193/stat : 22193 (priss) R 22189 22189 21762 0 -1 4202560 46929 0 0 0 508208 26 0 0 25 0 5 0 30676228 1001455616 181858 33554432000 4194304 5787044 140736117684432 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22190/tid=22194] ppid=22189 vsize=977984 CPUtime=5082.37 cores=0-7
/proc/22190/task/22194/stat : 22194 (priss) R 22189 22189 21762 0 -1 4202560 50319 0 0 0 508155 82 0 0 25 0 5 0 30676228 1001455616 181858 33554432000 4194304 5787044 140736117684432 18446744073709551615 5591612 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22190/tid=22195] ppid=22189 vsize=977984 CPUtime=5082.37 cores=0-7
/proc/22190/task/22195/stat : 22195 (priss) R 22189 22189 21762 0 -1 4202560 52070 0 0 0 508151 86 0 0 25 0 5 0 30676228 1001455616 181858 33554432000 4194304 5787044 140736117684432 18446744073709551615 5527407 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20329.4
Current children cumulated vsize (KiB) 986684



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.02 4.01 3.97 5/176 22343
/proc/meminfo: memFree=8458044/32950928 swapFree=67111364/67111528
[pid=22189] ppid=22187 vsize=8700 CPUtime=0 cores=0-7
/proc/22189/stat : 22189 (priss.sh) S 22187 22189 21762 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 30676228 8908800 251 33554432000 4194304 4922060 140736969435680 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22189/statm: 2175 251 211 178 0 68 0
[pid=22190] ppid=22189 vsize=978708 CPUtime=20400.3 cores=0-7
/proc/22190/stat : 22190 (priss) S 22189 22189 21762 0 -1 4202496 188785 0 0 0 2039779 247 0 0 25 0 5 0 30676228 1002196992 182521 33554432000 4194304 5787044 140736117684432 18446744073709551615 232135903665 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22190/statm: 244677 182521 417 389 0 240427 0
[pid=22190/tid=22192] ppid=22189 vsize=978708 CPUtime=5100.04 cores=0-7
/proc/22190/task/22192/stat : 22192 (priss) R 22189 22189 21762 0 -1 4202560 37446 0 0 0 509952 52 0 0 25 0 5 0 30676228 1002196992 182521 33554432000 4194304 5787044 140736117684432 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22190/tid=22193] ppid=22189 vsize=978708 CPUtime=5100.05 cores=0-7
/proc/22190/task/22193/stat : 22193 (priss) R 22189 22189 21762 0 -1 4202560 47093 0 0 0 509979 26 0 0 25 0 5 0 30676228 1002196992 182521 33554432000 4194304 5787044 140736117684432 18446744073709551615 5591730 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22190/tid=22194] ppid=22189 vsize=978708 CPUtime=5100.07 cores=0-7
/proc/22190/task/22194/stat : 22194 (priss) R 22189 22189 21762 0 -1 4202560 50495 0 0 0 509925 82 0 0 25 0 5 0 30676228 1002196992 182521 33554432000 4194304 5787044 140736117684432 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22190/tid=22195] ppid=22189 vsize=978708 CPUtime=5100.07 cores=0-7
/proc/22190/task/22195/stat : 22195 (priss) R 22189 22189 21762 0 -1 4202560 52239 0 0 0 509921 86 0 0 25 0 5 0 30676228 1002196992 182521 33554432000 4194304 5787044 140736117684432 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20400.3
Current children cumulated vsize (KiB) 987408

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 22189 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 20400.3
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5100.02
CPU time (s): 20400.3
CPU user time (s): 20397.8
CPU system time (s): 2.47
CPU usage (%): 400.004
Max. virtual memory (cumulated for all children) (KiB): 987408

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= 5
involuntary context switches= 2

runsolver used 7.8548 second user time and 19.906 second system time

The end

Launcher Data

Begin job on node124 at 2011-06-13 23:08:34
IDJOB=3499439
IDBENCH=83247
IDSOLVER=1994
FILE ID=node124/3499439-1307999314
RUNJOBID= node124-1307989109-21776
PBS_JOBID= 13559815
Free space on /tmp= 2092 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-4-4_512.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3499439-1307999314/watcher-3499439-1307999314 -o /tmp/evaluation-result-3499439-1307999314/solver-3499439-1307999314 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499439-1307999314.cnf 536737477 40000 31000 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= c1f047ec179094963b21d7b90509d2b9
RANDOM SEED=536737477

node124.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.855
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.71
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.855
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.855
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.82
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.855
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.77
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.855
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.82
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.855
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.855
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.82
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.855
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:     32950928 kB
MemFree:       9189404 kB
Buffers:        150064 kB
Cached:       22782576 kB
SwapCached:          0 kB
Active:        7599520 kB
Inactive:     15394940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       9189404 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            1596 kB
Writeback:          44 kB
AnonPages:       62120 kB
Mapped:          15844 kB
Slab:           701980 kB
PageTables:       3520 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   181880 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= 2088 MiB
End job on node124 at 2011-06-14 00:33:36