Trace number 3499271

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.2 5100.02

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n180-s34713902-sat.cnf
MD5SUM19292459de25c4f5e9e6f187c00d549d
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.223965
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of clauses432
Sum of the clauses size1080
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2360
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 572
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: 20638
0.00/0.00	c parsetime: 177us
0.00/0.00	c parsed 432 clauses with 180 variables
0.00/0.00	c NW started thread 0 successfully (1094482240)
0.00/0.00	c NW started thread 1 successfully (1107724608)
0.00/0.00	c NW started thread 2 successfully (1118214464)
0.00/0.00	c NW started thread 3 successfully (1128704320)
0.00/0.31	c preprocessor returned 10025 variables
0.00/0.31	c preprocessing returned UNKNOWN
0.00/0.31	c PP set 0 variables
0.00/0.31	c pp time: 312372us (0s)
0.00/0.34	c preprocessor returned 10025 variables
0.00/0.34	c preprocessing returned UNKNOWN
0.00/0.34	c PP set 0 variables
0.00/0.34	c pp time: 338501us (0s)
0.00/0.34	c preprocessor returned 10025 variables
0.00/0.34	c preprocessing returned UNKNOWN
0.00/0.34	c PP set 0 variables
0.00/0.34	c pp time: 340640us (0s)
12.34/3.13	c preprocessor returned 30167 variables
12.34/3.13	c preprocessing returned UNKNOWN
12.34/3.13	c PP set 0 variables
12.34/3.13	c pp time: 3130604us (3s)

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 /var/tmp/evaluation-result-3499271-1307994271/watcher-3499271-1307994271 -o /var/tmp/evaluation-result-3499271-1307994271/solver-3499271-1307994271 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499271-1307994271.cnf 1594930147 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: 4.00 4.00 3.92 1/170 20637
/proc/meminfo: memFree=16309000/32950928 swapFree=67054688/67111528
[pid=20637] ppid=20635 vsize=8700 CPUtime=0 cores=0-7
/proc/20637/stat : 20637 (priss.sh) S 20635 20637 20415 0 -1 4202496 330 0 0 0 0 0 0 0 24 0 1 0 367036471 8908800 251 33554432000 4194304 4922060 140734312656656 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20637/statm: 2175 251 211 178 0 68 0

[startup+0.0501989 s]
/proc/loadavg: 4.00 4.00 3.92 1/170 20637
/proc/meminfo: memFree=16309000/32950928 swapFree=67054688/67111528
[pid=20637] ppid=20635 vsize=8700 CPUtime=0 cores=0-7
/proc/20637/stat : 20637 (priss.sh) S 20635 20637 20415 0 -1 4202496 330 0 0 0 0 0 0 0 24 0 1 0 367036471 8908800 251 33554432000 4194304 4922060 140734312656656 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20637/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101145 s]
/proc/loadavg: 4.00 4.00 3.92 1/170 20637
/proc/meminfo: memFree=16309000/32950928 swapFree=67054688/67111528
[pid=20637] ppid=20635 vsize=8700 CPUtime=0 cores=0-7
/proc/20637/stat : 20637 (priss.sh) S 20635 20637 20415 0 -1 4202496 330 0 0 0 0 0 0 0 24 0 1 0 367036471 8908800 251 33554432000 4194304 4922060 140734312656656 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20637/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301098 s]
/proc/loadavg: 4.00 4.00 3.92 1/170 20637
/proc/meminfo: memFree=16309000/32950928 swapFree=67054688/67111528
[pid=20637] ppid=20635 vsize=8700 CPUtime=0 cores=0-7
/proc/20637/stat : 20637 (priss.sh) S 20635 20637 20415 0 -1 4202496 330 0 0 0 0 0 0 0 24 0 1 0 367036471 8908800 251 33554432000 4194304 4922060 140734312656656 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20637/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701031 s]
/proc/loadavg: 4.00 4.00 3.92 1/170 20637
/proc/meminfo: memFree=16309000/32950928 swapFree=67054688/67111528
[pid=20637] ppid=20635 vsize=8700 CPUtime=0 cores=0-7
/proc/20637/stat : 20637 (priss.sh) S 20635 20637 20415 0 -1 4202496 330 0 0 0 0 0 0 0 24 0 1 0 367036471 8908800 251 33554432000 4194304 4922060 140734312656656 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20637/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50089 s]
/proc/loadavg: 4.00 4.00 3.92 5/176 20643
/proc/meminfo: memFree=16284052/32950928 swapFree=67054688/67111528
[pid=20637] ppid=20635 vsize=8700 CPUtime=0 cores=0-7
/proc/20637/stat : 20637 (priss.sh) S 20635 20637 20415 0 -1 4202496 330 0 0 0 0 0 0 0 24 0 1 0 367036471 8908800 251 33554432000 4194304 4922060 140734312656656 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20637/statm: 2175 251 211 178 0 68 0
[pid=20638] ppid=20637 vsize=277488 CPUtime=5.94 cores=0-7
/proc/20638/stat : 20638 (priss) S 20637 20637 20415 0 -1 4202496 7817 0 0 0 591 3 0 0 25 0 5 0 367036471 284147712 6868 33554432000 4194304 5787044 140735468343024 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/20638/statm: 69372 6868 404 389 0 65122 0
[pid=20638/tid=20639] ppid=20637 vsize=277488 CPUtime=1.47 cores=0-7
/proc/20638/task/20639/stat : 20639 (priss) R 20637 20637 20415 0 -1 4202560 1395 0 0 0 146 1 0 0 18 0 5 0 367036471 284147712 6868 33554432000 4194304 5787044 140735468343024 18446744073709551615 5591298 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20638/tid=20640] ppid=20637 vsize=277488 CPUtime=1.48 cores=0-7
/proc/20638/task/20640/stat : 20640 (priss) R 20637 20637 20415 0 -1 4202560 1631 0 0 0 148 0 0 0 19 0 5 0 367036471 284147712 6868 33554432000 4194304 5787044 140735468343024 18446744073709551615 5591529 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20638/tid=20641] ppid=20637 vsize=277488 CPUtime=1.47 cores=0-7
/proc/20638/task/20641/stat : 20641 (priss) R 20637 20637 20415 0 -1 4202560 1279 0 0 0 147 0 0 0 18 0 5 0 367036471 284147712 6869 33554432000 4194304 5787044 140735468343024 18446744073709551615 5591784 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20638/tid=20642] ppid=20637 vsize=277488 CPUtime=1.48 cores=0-7
/proc/20638/task/20642/stat : 20642 (priss) R 20637 20637 20415 0 -1 4202560 2014 0 0 0 148 0 0 0 20 0 5 0 367036471 284147712 6869 33554432000 4194304 5787044 140735468343024 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 286188

[startup+3.10061 s]
/proc/loadavg: 4.00 4.00 3.92 5/176 20643
/proc/meminfo: memFree=16281568/32950928 swapFree=67054688/67111528
[pid=20637] ppid=20635 vsize=8700 CPUtime=0 cores=0-7
/proc/20637/stat : 20637 (priss.sh) S 20635 20637 20415 0 -1 4202496 330 0 0 0 0 0 0 0 24 0 1 0 367036471 8908800 251 33554432000 4194304 4922060 140734312656656 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20637/statm: 2175 251 211 178 0 68 0
[pid=20638] ppid=20637 vsize=278280 CPUtime=12.34 cores=0-7
/proc/20638/stat : 20638 (priss) S 20637 20637 20415 0 -1 4202496 8590 0 0 0 1229 5 0 0 25 0 5 0 367036471 284958720 7641 33554432000 4194304 5787044 140735468343024 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/20638/statm: 69570 7641 404 389 0 65320 0
[pid=20638/tid=20639] ppid=20637 vsize=278280 CPUtime=3.06 cores=0-7
/proc/20638/task/20639/stat : 20639 (priss) R 20637 20637 20415 0 -1 4202560 1673 0 0 0 303 3 0 0 18 0 5 0 367036471 284958720 7641 33554432000 4194304 5787044 140735468343024 18446744073709551615 4238741 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20638/tid=20640] ppid=20637 vsize=278280 CPUtime=3.08 cores=0-7
/proc/20638/task/20640/stat : 20640 (priss) R 20637 20637 20415 0 -1 4202560 1911 0 0 0 308 0 0 0 25 0 5 0 367036471 284958720 7641 33554432000 4194304 5787044 140735468343024 18446744073709551615 5591280 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20638/tid=20641] ppid=20637 vsize=278280 CPUtime=3.07 cores=0-7
/proc/20638/task/20641/stat : 20641 (priss) R 20637 20637 20415 0 -1 4202560 1494 0 0 0 307 0 0 0 18 0 5 0 367036471 284958720 7641 33554432000 4194304 5787044 140735468343024 18446744073709551615 4255036 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20638/tid=20642] ppid=20637 vsize=278280 CPUtime=3.08 cores=0-7
/proc/20638/task/20642/stat : 20642 (priss) R 20637 20637 20415 0 -1 4202560 2014 0 0 0 308 0 0 0 25 0 5 0 367036471 284958720 7641 33554432000 4194304 5787044 140735468343024 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 286980

[startup+6.30105 s]
/proc/loadavg: 4.00 4.00 3.92 5/176 20643
/proc/meminfo: memFree=16274044/32950928 swapFree=67054688/67111528
[pid=20637] ppid=20635 vsize=8700 CPUtime=0 cores=0-7
/proc/20637/stat : 20637 (priss.sh) S 20635 20637 20415 0 -1 4202496 330 0 0 0 0 0 0 0 24 0 1 0 367036471 8908800 251 33554432000 4194304 4922060 140734312656656 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20637/statm: 2175 251 211 178 0 68 0
[pid=20638] ppid=20637 vsize=279472 CPUtime=25.13 cores=0-7
/proc/20638/stat : 20638 (priss) S 20637 20637 20415 0 -1 4202496 11443 0 0 0 2506 7 0 0 25 0 5 0 367036471 286179328 9525 33554432000 4194304 5787044 140735468343024 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/20638/statm: 69868 9525 419 389 0 65618 0
[pid=20638/tid=20639] ppid=20637 vsize=279472 CPUtime=6.26 cores=0-7
/proc/20638/task/20639/stat : 20639 (priss) R 20637 20637 20415 0 -1 4202560 1855 0 0 0 622 4 0 0 20 0 5 0 367036471 286179328 9525 33554432000 4194304 5787044 140735468343024 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20638/tid=20640] ppid=20637 vsize=279472 CPUtime=6.27 cores=0-7
/proc/20638/task/20640/stat : 20640 (priss) R 20637 20637 20415 0 -1 4202560 2372 0 0 0 627 0 0 0 19 0 5 0 367036471 286179328 9525 33554432000 4194304 5787044 140735468343024 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20638/tid=20641] ppid=20637 vsize=279472 CPUtime=6.27 cores=0-7
/proc/20638/task/20641/stat : 20641 (priss) R 20637 20637 20415 0 -1 4202560 1781 0 0 0 627 0 0 0 18 0 5 0 367036471 286179328 9525 33554432000 4194304 5787044 140735468343024 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20638/tid=20642] ppid=20637 vsize=279472 CPUtime=6.28 cores=0-7
/proc/20638/task/20642/stat : 20642 (priss) R 20637 20637 20415 0 -1 4202560 3937 0 0 0 628 0 0 0 18 0 5 0 367036471 286179328 9525 33554432000 4194304 5787044 140735468343024 18446744073709551615 5527761 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 288172

[startup+12.7009 s]
/proc/loadavg: 4.00 4.00 3.92 5/176 20643
/proc/meminfo: memFree=16261956/32950928 swapFree=67054688/67111528
[pid=20637] ppid=20635 vsize=8700 CPUtime=0 cores=0-7
/proc/20637/stat : 20637 (priss.sh) S 20635 20637 20415 0 -1 4202496 330 0 0 0 0 0 0 0 24 0 1 0 367036471 8908800 251 33554432000 4194304 4922060 140734312656656 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20637/statm: 2175 251 211 178 0 68 0
[pid=20638] ppid=20637 vsize=285056 CPUtime=50.7 cores=0-7
/proc/20638/stat : 20638 (priss) S 20637 20637 20415 0 -1 4202496 14572 0 0 0 5060 10 0 0 25 0 5 0 367036471 291897344 12654 33554432000 4194304 5787044 140735468343024 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/20638/statm: 71264 12654 419 389 0 67014 0
[pid=20638/tid=20639] ppid=20637 vsize=285056 CPUtime=12.64 cores=0-7
/proc/20638/task/20639/stat : 20639 (priss) R 20637 20637 20415 0 -1 4202560 2512 0 0 0 1258 6 0 0 18 0 5 0 367036471 291897344 12654 33554432000 4194304 5787044 140735468343024 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20638/tid=20640] ppid=20637 vsize=285056 CPUtime=12.68 cores=0-7
/proc/20638/task/20640/stat : 20640 (priss) R 20637 20637 20415 0 -1 4202560 2944 0 0 0 1267 1 0 0 25 0 5 0 367036471 291897344 12654 33554432000 4194304 5787044 140735468343024 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20638/tid=20641] ppid=20637 vsize=285056 CPUtime=12.67 cores=0-7
/proc/20638/task/20641/stat : 20641 (priss) R 20637 20637 20415 0 -1 4202560 2093 0 0 0 1267 0 0 0 18 0 5 0 367036471 291897344 12654 33554432000 4194304 5787044 140735468343024 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20638/tid=20642] ppid=20637 vsize=285056 CPUtime=12.68 cores=0-7
/proc/20638/task/20642/stat : 20642 (priss) R 20637 20637 20415 0 -1 4202560 5525 0 0 0 1267 1 0 0 19 0 5 0 367036471 291897344 12654 33554432000 4194304 5787044 140735468343024 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 293756

[startup+25.5007 s]
/proc/loadavg: 4.00 4.00 3.92 5/176 20644
/proc/meminfo: memFree=16253380/32950928 swapFree=67054688/67111528
[pid=20637] ppid=20635 vsize=8700 CPUtime=0 cores=0-7
/proc/20637/stat : 20637 (priss.sh) S 20635 20637 20415 0 -1 4202496 330 0 0 0 0 0 0 0 24 0 1 0 367036471 8908800 251 33554432000 4194304 4922060 140734312656656 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20637/statm: 2175 251 211 178 0 68 0
[pid=20638] ppid=20637 vsize=288196 CPUtime=101.89 cores=0-7
/proc/20638/stat : 20638 (priss) S 20637 20637 20415 0 -1 4202496 16861 0 0 0 10176 13 0 0 25 0 5 0 367036471 295112704 14943 33554432000 4194304 5787044 140735468343024 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/20638/statm: 72049 14943 419 389 0 67799 0
[pid=20638/tid=20639] ppid=20637 vsize=288196 CPUtime=25.44 cores=0-7
/proc/20638/task/20639/stat : 20639 (priss) R 20637 20637 20415 0 -1 4202560 2944 0 0 0 2536 8 0 0 20 0 5 0 367036471 295112704 14943 33554432000 4194304 5787044 140735468343024 18446744073709551615 5591764 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20638/tid=20640] ppid=20637 vsize=288196 CPUtime=25.47 cores=0-7
/proc/20638/task/20640/stat : 20640 (priss) R 20637 20637 20415 0 -1 4202560 3437 0 0 0 2546 1 0 0 25 0 5 0 367036471 295112704 14943 33554432000 4194304 5787044 140735468343024 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20638/tid=20641] ppid=20637 vsize=288196 CPUtime=25.47 cores=0-7
/proc/20638/task/20641/stat : 20641 (priss) R 20637 20637 20415 0 -1 4202560 2532 0 0 0 2546 1 0 0 18 0 5 0 367036471 295112704 14943 33554432000 4194304 5787044 140735468343024 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20638/tid=20642] ppid=20637 vsize=288196 CPUtime=25.48 cores=0-7
/proc/20638/task/20642/stat : 20642 (priss) R 20637 20637 20415 0 -1 4202560 6450 0 0 0 2546 2 0 0 19 0 5 0 367036471 295112704 14943 33554432000 4194304 5787044 140735468343024 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.89
Current children cumulated vsize (KiB) 296896

[startup+51.1012 s]
/proc/loadavg: 4.00 4.00 3.92 5/176 20644
/proc/meminfo: memFree=16236224/32950928 swapFree=67054688/67111528
[pid=20637] ppid=20635 vsize=8700 CPUtime=0 cores=0-7
/proc/20637/stat : 20637 (priss.sh) S 20635 20637 20415 0 -1 4202496 330 0 0 0 0 0 0 0 24 0 1 0 367036471 8908800 251 33554432000 4194304 4922060 140734312656656 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20637/statm: 2175 251 211 178 0 68 0
[pid=20638] ppid=20637 vsize=296492 CPUtime=204.28 cores=0-7
/proc/20638/stat : 20638 (priss) S 20637 20637 20415 0 -1 4202496 21041 0 0 0 20410 18 0 0 25 0 5 0 367036471 303607808 19122 33554432000 4194304 5787044 140735468343024 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/20638/statm: 74123 19122 419 389 0 69873 0
[pid=20638/tid=20639] ppid=20637 vsize=296492 CPUtime=51.02 cores=0-7
/proc/20638/task/20639/stat : 20639 (priss) R 20637 20637 20415 0 -1 4202560 4754 0 0 0 5092 10 0 0 25 0 5 0 367036471 303607808 19122 33554432000 4194304 5787044 140735468343024 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20638/tid=20640] ppid=20637 vsize=296492 CPUtime=51.08 cores=0-7
/proc/20638/task/20640/stat : 20640 (priss) R 20637 20637 20415 0 -1 4202560 3769 0 0 0 5106 2 0 0 25 0 5 0 367036471 303607808 19122 33554432000 4194304 5787044 140735468343024 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20638/tid=20641] ppid=20637 vsize=296492 CPUtime=51.07 cores=0-7
/proc/20638/task/20641/stat : 20641 (priss) R 20637 20637 20415 0 -1 4202560 3370 0 0 0 5105 2 0 0 25 0 5 0 367036471 303607808 19122 33554432000 4194304 5787044 140735468343024 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20638/tid=20642] ppid=20637 vsize=296492 CPUtime=51.08 cores=0-7
/proc/20638/task/20642/stat : 20642 (priss) R 20637 20637 20415 0 -1 4202560 7650 0 0 0 5105 3 0 0 19 0 5 0 367036471 303607808 19122 33554432000 4194304 5787044 140735468343024 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 204.28
Current children cumulated vsize (KiB) 305192

[startup+102.306 s]
/proc/loadavg: 4.00 4.00 3.92 5/176 20646
/proc/meminfo: memFree=16214476/32950928 swapFree=67054688/67111528
[pid=20637] ppid=20635 vsize=8700 CPUtime=0 cores=0-7
/proc/20637/stat : 20637 (priss.sh) S 20635 20637 20415 0 -1 4202496 330 0 0 0 0 0 0 0 24 0 1 0 367036471 8908800 251 33554432000 4194304 4922060 140734312656656 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20637/statm: 2175 251 211 178 0 68 0
[pid=20638] ppid=20637 vsize=305912 CPUtime=409.09 cores=0-7
/proc/20638/stat : 20638 (priss) S 20637 20637 20415 0 -1 4202496 26328 0 0 0 40886 23 0 0 25 0 5 0 367036471 313253888 24406 33554432000 4194304 5787044 140735468343024 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/20638/statm: 76478 24406 419 389 0 72228 0
[pid=20638/tid=20639] ppid=20637 vsize=305912 CPUtime=102.21 cores=0-7
/proc/20638/task/20639/stat : 20639 (priss) R 20637 20637 20415 0 -1 4202560 5466 0 0 0 10211 10 0 0 25 0 5 0 367036471 313253888 24406 33554432000 4194304 5787044 140735468343024 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20638/tid=20640] ppid=20637 vsize=305912 CPUtime=102.28 cores=0-7
/proc/20638/task/20640/stat : 20640 (priss) R 20637 20637 20415 0 -1 4202560 4822 0 0 0 10225 3 0 0 25 0 5 0 367036471 313253888 24406 33554432000 4194304 5787044 140735468343024 18446744073709551615 5591999 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20638/tid=20641] ppid=20637 vsize=305912 CPUtime=102.27 cores=0-7
/proc/20638/task/20641/stat : 20641 (priss) R 20637 20637 20415 0 -1 4202560 4907 0 0 0 10225 2 0 0 25 0 5 0 367036471 313253888 24406 33554432000 4194304 5787044 140735468343024 18446744073709551615 5591730 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20638/tid=20642] ppid=20637 vsize=305912 CPUtime=102.29 cores=0-7

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

/proc/20638/task/20640/stat : 20640 (priss) R 20637 20637 20415 0 -1 4202560 26862 0 0 0 472207 29 0 0 25 0 5 0 367036471 707780608 131941 33554432000 4194304 5787044 140735468343024 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20638/tid=20641] ppid=20637 vsize=691192 CPUtime=4722.36 cores=0-7
/proc/20638/task/20641/stat : 20641 (priss) R 20637 20637 20415 0 -1 4202560 30861 0 0 0 472210 26 0 0 25 0 5 0 367036471 707780608 131941 33554432000 4194304 5787044 140735468343024 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20638/tid=20642] ppid=20637 vsize=691192 CPUtime=4722.37 cores=0-7
/proc/20638/task/20642/stat : 20642 (priss) R 20637 20637 20415 0 -1 4202560 41043 0 0 0 472205 32 0 0 25 0 5 0 367036471 707780608 131941 33554432000 4194304 5787044 140735468343024 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 18889.4
Current children cumulated vsize (KiB) 699892

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 20791
/proc/meminfo: memFree=15778420/32950928 swapFree=67054688/67111528
[pid=20637] ppid=20635 vsize=8700 CPUtime=0 cores=0-7
/proc/20637/stat : 20637 (priss.sh) S 20635 20637 20415 0 -1 4202496 330 0 0 0 0 0 0 0 24 0 1 0 367036471 8908800 251 33554432000 4194304 4922060 140734312656656 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20637/statm: 2175 251 211 178 0 68 0
[pid=20638] ppid=20637 vsize=691192 CPUtime=19129.3 cores=0-7
/proc/20638/stat : 20638 (priss) S 20637 20637 20415 0 -1 4202496 135508 0 0 0 1912793 142 0 0 25 0 5 0 367036471 707780608 132560 33554432000 4194304 5787044 140735468343024 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/20638/statm: 172798 132560 419 389 0 168548 0
[pid=20638/tid=20639] ppid=20637 vsize=691192 CPUtime=4782.24 cores=0-7
/proc/20638/task/20639/stat : 20639 (priss) R 20637 20637 20415 0 -1 4202560 34625 0 0 0 478171 53 0 0 25 0 5 0 367036471 707780608 132560 33554432000 4194304 5787044 140735468343024 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20638/tid=20640] ppid=20637 vsize=691192 CPUtime=4782.35 cores=0-7
/proc/20638/task/20640/stat : 20640 (priss) R 20637 20637 20415 0 -1 4202560 26932 0 0 0 478206 29 0 0 25 0 5 0 367036471 707780608 132560 33554432000 4194304 5787044 140735468343024 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20638/tid=20641] ppid=20637 vsize=691192 CPUtime=4782.36 cores=0-7
/proc/20638/task/20641/stat : 20641 (priss) R 20637 20637 20415 0 -1 4202560 31257 0 0 0 478210 26 0 0 25 0 5 0 367036471 707780608 132560 33554432000 4194304 5787044 140735468343024 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20638/tid=20642] ppid=20637 vsize=691192 CPUtime=4782.36 cores=0-7
/proc/20638/task/20642/stat : 20642 (priss) R 20637 20637 20415 0 -1 4202560 41196 0 0 0 478204 32 0 0 25 0 5 0 367036471 707780608 132560 33554432000 4194304 5787044 140735468343024 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19129.3
Current children cumulated vsize (KiB) 699892

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 20793
/proc/meminfo: memFree=15776156/32950928 swapFree=67054688/67111528
[pid=20637] ppid=20635 vsize=8700 CPUtime=0 cores=0-7
/proc/20637/stat : 20637 (priss.sh) S 20635 20637 20415 0 -1 4202496 330 0 0 0 0 0 0 0 24 0 1 0 367036471 8908800 251 33554432000 4194304 4922060 140734312656656 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20637/statm: 2175 251 211 178 0 68 0
[pid=20638] ppid=20637 vsize=691192 CPUtime=19369.3 cores=0-7
/proc/20638/stat : 20638 (priss) S 20637 20637 20415 0 -1 4202496 136310 0 0 0 1936793 142 0 0 25 0 5 0 367036471 707780608 133137 33554432000 4194304 5787044 140735468343024 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/20638/statm: 172798 133137 419 389 0 168548 0
[pid=20638/tid=20639] ppid=20637 vsize=691192 CPUtime=4842.24 cores=0-7
/proc/20638/task/20639/stat : 20639 (priss) R 20637 20637 20415 0 -1 4202560 34625 0 0 0 484171 53 0 0 25 0 5 0 367036471 707780608 133137 33554432000 4194304 5787044 140735468343024 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20638/tid=20640] ppid=20637 vsize=691192 CPUtime=4842.35 cores=0-7
/proc/20638/task/20640/stat : 20640 (priss) R 20637 20637 20415 0 -1 4202560 26994 0 0 0 484206 29 0 0 25 0 5 0 367036471 707780608 133137 33554432000 4194304 5787044 140735468343024 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20638/tid=20641] ppid=20637 vsize=691192 CPUtime=4842.36 cores=0-7
/proc/20638/task/20641/stat : 20641 (priss) R 20637 20637 20415 0 -1 4202560 31400 0 0 0 484210 26 0 0 25 0 5 0 367036471 707780608 133137 33554432000 4194304 5787044 140735468343024 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20638/tid=20642] ppid=20637 vsize=691192 CPUtime=4842.36 cores=0-7
/proc/20638/task/20642/stat : 20642 (priss) R 20637 20637 20415 0 -1 4202560 41793 0 0 0 484204 32 0 0 25 0 5 0 367036471 707780608 133137 33554432000 4194304 5787044 140735468343024 18446744073709551615 5528639 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19369.3
Current children cumulated vsize (KiB) 699892

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 20795
/proc/meminfo: memFree=15773400/32950928 swapFree=67054688/67111528
[pid=20637] ppid=20635 vsize=8700 CPUtime=0 cores=0-7
/proc/20637/stat : 20637 (priss.sh) S 20635 20637 20415 0 -1 4202496 330 0 0 0 0 0 0 0 24 0 1 0 367036471 8908800 251 33554432000 4194304 4922060 140734312656656 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20637/statm: 2175 251 211 178 0 68 0
[pid=20638] ppid=20637 vsize=691448 CPUtime=19609.4 cores=0-7
/proc/20638/stat : 20638 (priss) S 20637 20637 20415 0 -1 4202496 136978 0 0 0 1960790 146 0 0 25 0 5 0 367036471 708042752 133805 33554432000 4194304 5787044 140735468343024 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/20638/statm: 172862 133805 419 389 0 168612 0
[pid=20638/tid=20639] ppid=20637 vsize=691448 CPUtime=4902.25 cores=0-7
/proc/20638/task/20639/stat : 20639 (priss) R 20637 20637 20415 0 -1 4202560 35119 0 0 0 490168 57 0 0 25 0 5 0 367036471 708042752 133805 33554432000 4194304 5787044 140735468343024 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20638/tid=20640] ppid=20637 vsize=691448 CPUtime=4902.35 cores=0-7
/proc/20638/task/20640/stat : 20640 (priss) R 20637 20637 20415 0 -1 4202560 27098 0 0 0 490206 29 0 0 25 0 5 0 367036471 708042752 133805 33554432000 4194304 5787044 140735468343024 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20638/tid=20641] ppid=20637 vsize=691448 CPUtime=4902.36 cores=0-7
/proc/20638/task/20641/stat : 20641 (priss) R 20637 20637 20415 0 -1 4202560 31470 0 0 0 490210 26 0 0 25 0 5 0 367036471 708042752 133805 33554432000 4194304 5787044 140735468343024 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20638/tid=20642] ppid=20637 vsize=691448 CPUtime=4902.36 cores=0-7
/proc/20638/task/20642/stat : 20642 (priss) R 20637 20637 20415 0 -1 4202560 41793 0 0 0 490204 32 0 0 25 0 5 0 367036471 708042752 133805 33554432000 4194304 5787044 140735468343024 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19609.4
Current children cumulated vsize (KiB) 700148

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 20796
/proc/meminfo: memFree=15770140/32950928 swapFree=67054688/67111528
[pid=20637] ppid=20635 vsize=8700 CPUtime=0 cores=0-7
/proc/20637/stat : 20637 (priss.sh) S 20635 20637 20415 0 -1 4202496 330 0 0 0 0 0 0 0 24 0 1 0 367036471 8908800 251 33554432000 4194304 4922060 140734312656656 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20637/statm: 2175 251 211 178 0 68 0
[pid=20638] ppid=20637 vsize=692216 CPUtime=19849.4 cores=0-7
/proc/20638/stat : 20638 (priss) S 20637 20637 20415 0 -1 4202496 137752 0 0 0 1984788 149 0 0 25 0 5 0 367036471 708829184 134579 33554432000 4194304 5787044 140735468343024 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/20638/statm: 173054 134579 419 389 0 168804 0
[pid=20638/tid=20639] ppid=20637 vsize=692216 CPUtime=4962.25 cores=0-7
/proc/20638/task/20639/stat : 20639 (priss) R 20637 20637 20415 0 -1 4202560 35603 0 0 0 496165 60 0 0 25 0 5 0 367036471 708829184 134579 33554432000 4194304 5787044 140735468343024 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20638/tid=20640] ppid=20637 vsize=692216 CPUtime=4962.35 cores=0-7
/proc/20638/task/20640/stat : 20640 (priss) R 20637 20637 20415 0 -1 4202560 27255 0 0 0 496206 29 0 0 25 0 5 0 367036471 708829184 134579 33554432000 4194304 5787044 140735468343024 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20638/tid=20641] ppid=20637 vsize=692216 CPUtime=4962.36 cores=0-7
/proc/20638/task/20641/stat : 20641 (priss) R 20637 20637 20415 0 -1 4202560 31603 0 0 0 496210 26 0 0 25 0 5 0 367036471 708829184 134579 33554432000 4194304 5787044 140735468343024 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20638/tid=20642] ppid=20637 vsize=692216 CPUtime=4962.36 cores=0-7
/proc/20638/task/20642/stat : 20642 (priss) R 20637 20637 20415 0 -1 4202560 41793 0 0 0 496204 32 0 0 25 0 5 0 367036471 708829184 134579 33554432000 4194304 5787044 140735468343024 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19849.4
Current children cumulated vsize (KiB) 700916

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 20798
/proc/meminfo: memFree=15766384/32950928 swapFree=67054688/67111528
[pid=20637] ppid=20635 vsize=8700 CPUtime=0 cores=0-7
/proc/20637/stat : 20637 (priss.sh) S 20635 20637 20415 0 -1 4202496 330 0 0 0 0 0 0 0 24 0 1 0 367036471 8908800 251 33554432000 4194304 4922060 140734312656656 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20637/statm: 2175 251 211 178 0 68 0
[pid=20638] ppid=20637 vsize=693752 CPUtime=20089.4 cores=0-7
/proc/20638/stat : 20638 (priss) S 20637 20637 20415 0 -1 4202496 138690 0 0 0 2008784 153 0 0 25 0 5 0 367036471 710402048 135517 33554432000 4194304 5787044 140735468343024 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/20638/statm: 173438 135517 419 389 0 169188 0
[pid=20638/tid=20639] ppid=20637 vsize=693752 CPUtime=5022.25 cores=0-7
/proc/20638/task/20639/stat : 20639 (priss) R 20637 20637 20415 0 -1 4202560 36034 0 0 0 502162 63 0 0 25 0 5 0 367036471 710402048 135517 33554432000 4194304 5787044 140735468343024 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20638/tid=20640] ppid=20637 vsize=693752 CPUtime=5022.35 cores=0-7
/proc/20638/task/20640/stat : 20640 (priss) R 20637 20637 20415 0 -1 4202560 27528 0 0 0 502206 29 0 0 25 0 5 0 367036471 710402048 135517 33554432000 4194304 5787044 140735468343024 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20638/tid=20641] ppid=20637 vsize=693752 CPUtime=5022.36 cores=0-7
/proc/20638/task/20641/stat : 20641 (priss) R 20637 20637 20415 0 -1 4202560 31664 0 0 0 502210 26 0 0 25 0 5 0 367036471 710402048 135517 33554432000 4194304 5787044 140735468343024 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20638/tid=20642] ppid=20637 vsize=693752 CPUtime=5022.36 cores=0-7
/proc/20638/task/20642/stat : 20642 (priss) R 20637 20637 20415 0 -1 4202560 41966 0 0 0 502204 32 0 0 25 0 5 0 367036471 710402048 135517 33554432000 4194304 5787044 140735468343024 18446744073709551615 5527453 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 20089.4
Current children cumulated vsize (KiB) 702452

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 20799
/proc/meminfo: memFree=15762132/32950928 swapFree=67054688/67111528
[pid=20637] ppid=20635 vsize=8700 CPUtime=0 cores=0-7
/proc/20637/stat : 20637 (priss.sh) S 20635 20637 20415 0 -1 4202496 330 0 0 0 0 0 0 0 24 0 1 0 367036471 8908800 251 33554432000 4194304 4922060 140734312656656 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20637/statm: 2175 251 211 178 0 68 0
[pid=20638] ppid=20637 vsize=694264 CPUtime=20329.4 cores=0-7
/proc/20638/stat : 20638 (priss) S 20637 20637 20415 0 -1 4202496 139782 0 0 0 2032781 156 0 0 25 0 5 0 367036471 710926336 136609 33554432000 4194304 5787044 140735468343024 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/20638/statm: 173566 136609 419 389 0 169316 0
[pid=20638/tid=20639] ppid=20637 vsize=694264 CPUtime=5082.25 cores=0-7
/proc/20638/task/20639/stat : 20639 (priss) R 20637 20637 20415 0 -1 4202560 36487 0 0 0 508160 65 0 0 25 0 5 0 367036471 710926336 136609 33554432000 4194304 5787044 140735468343024 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20638/tid=20640] ppid=20637 vsize=694264 CPUtime=5082.36 cores=0-7
/proc/20638/task/20640/stat : 20640 (priss) R 20637 20637 20415 0 -1 4202560 27648 0 0 0 508207 29 0 0 25 0 5 0 367036471 710926336 136609 33554432000 4194304 5787044 140735468343024 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20638/tid=20641] ppid=20637 vsize=694264 CPUtime=5082.36 cores=0-7
/proc/20638/task/20641/stat : 20641 (priss) R 20637 20637 20415 0 -1 4202560 31706 0 0 0 508210 26 0 0 25 0 5 0 367036471 710926336 136609 33554432000 4194304 5787044 140735468343024 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20638/tid=20642] ppid=20637 vsize=694264 CPUtime=5082.37 cores=0-7
/proc/20638/task/20642/stat : 20642 (priss) R 20637 20637 20415 0 -1 4202560 42443 0 0 0 508203 34 0 0 25 0 5 0 367036471 710926336 136609 33554432000 4194304 5787044 140735468343024 18446744073709551615 5528394 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 20329.4
Current children cumulated vsize (KiB) 702964



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 20800
/proc/meminfo: memFree=15760760/32950928 swapFree=67054688/67111528
[pid=20637] ppid=20635 vsize=8700 CPUtime=0 cores=0-7
/proc/20637/stat : 20637 (priss.sh) S 20635 20637 20415 0 -1 4202496 330 0 0 0 0 0 0 0 24 0 1 0 367036471 8908800 251 33554432000 4194304 4922060 140734312656656 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20637/statm: 2175 251 211 178 0 68 0
[pid=20638] ppid=20637 vsize=694520 CPUtime=20400.2 cores=0-7
/proc/20638/stat : 20638 (priss) S 20637 20637 20415 0 -1 4202496 140131 0 0 0 2039862 158 0 0 25 0 5 0 367036471 711188480 136958 33554432000 4194304 5787044 140735468343024 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/20638/statm: 173630 136958 419 389 0 169380 0
[pid=20638/tid=20639] ppid=20637 vsize=694520 CPUtime=5099.96 cores=0-7
/proc/20638/task/20639/stat : 20639 (priss) R 20637 20637 20415 0 -1 4202560 36622 0 0 0 509930 66 0 0 25 0 5 0 367036471 711188480 136958 33554432000 4194304 5787044 140735468343024 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20638/tid=20640] ppid=20637 vsize=694520 CPUtime=5100.06 cores=0-7
/proc/20638/task/20640/stat : 20640 (priss) R 20637 20637 20415 0 -1 4202560 27701 0 0 0 509977 29 0 0 25 0 5 0 367036471 711188480 136958 33554432000 4194304 5787044 140735468343024 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20638/tid=20641] ppid=20637 vsize=694520 CPUtime=5100.07 cores=0-7
/proc/20638/task/20641/stat : 20641 (priss) R 20637 20637 20415 0 -1 4202560 31731 0 0 0 509980 27 0 0 25 0 5 0 367036471 711188480 136958 33554432000 4194304 5787044 140735468343024 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20638/tid=20642] ppid=20637 vsize=694520 CPUtime=5100.07 cores=0-7
/proc/20638/task/20642/stat : 20642 (priss) R 20637 20637 20415 0 -1 4202560 42579 0 0 0 509973 34 0 0 25 0 5 0 367036471 711188480 136958 33554432000 4194304 5787044 140735468343024 18446744073709551615 5527701 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 20400.2
Current children cumulated vsize (KiB) 703220

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 20637 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 20400.2
#
# 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.2
CPU user time (s): 20398.6
CPU system time (s): 1.58
CPU usage (%): 400.002
Max. virtual memory (cumulated for all children) (KiB): 703220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
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= 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= 3

runsolver used 8.02878 second user time and 19.786 second system time

The end

Launcher Data

Begin job on node112 at 2011-06-13 21:44:31
IDJOB=3499271
IDBENCH=83141
IDSOLVER=1994
FILE ID=node112/3499271-1307994271
RUNJOBID= node112-1307989168-20429
PBS_JOBID= 13559824
Free space on /var/tmp= 2816 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n180-s34713902-sat.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3499271-1307994271/watcher-3499271-1307994271 -o /var/tmp/evaluation-result-3499271-1307994271/solver-3499271-1307994271 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499271-1307994271.cnf 1594930147 40000 31000 8

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

MD5SUM BENCH= 19292459de25c4f5e9e6f187c00d549d
RANDOM SEED=1594930147

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      16309668 kB
Buffers:        100044 kB
Cached:       15941144 kB
SwapCached:      10444 kB
Active:         727812 kB
Inactive:     15330820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16309668 kB
SwapTotal:    67111528 kB
SwapFree:     67054688 kB
Dirty:            1604 kB
Writeback:           0 kB
AnonPages:       15320 kB
Mapped:           8984 kB
Slab:           517072 kB
PageTables:       4620 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   187984 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 /var/tmp at the end= 2816 MiB
End job on node112 at 2011-06-13 23:09:33