Trace number 3499267

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/spence/sgen/
sgen3-n300-s12830984-sat.cnf
MD5SUM8561dcfb17af254a7261755a5f31a440
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.63714
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of clauses720
Sum of the clauses size1800
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2600
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 5120
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: 28806
0.00/0.00	c parsetime: 250us
0.00/0.00	c parsed 720 clauses with 300 variables
0.00/0.00	c NW started thread 0 successfully (1088399680)
0.00/0.00	c NW started thread 1 successfully (1117493568)
0.00/0.00	c NW started thread 2 successfully (1127983424)
0.00/0.00	c NW started thread 3 successfully (1138473280)
0.00/0.51	c preprocessor returned c preprocessor returned 10035 variables10035 variables
0.00/0.51	c preprocessing returned UNKNOWN
0.00/0.51	c PP set 0 variables
0.00/0.51	c pp time: 502547us (0s)
0.00/0.51	
0.00/0.51	c preprocessing returned UNKNOWN
0.00/0.51	c PP set 0 variables
0.00/0.51	c pp time: 502682us (0s)
0.00/0.51	c preprocessor returned 10035 variables
0.00/0.51	c preprocessing returned UNKNOWN
0.00/0.51	c PP set 0 variables
0.00/0.51	c pp time: 506434us (0s)
20.35/5.18	c preprocessor returned 30096 variables
20.35/5.18	c preprocessing returned UNKNOWN
20.35/5.18	c PP set 0 variables
20.35/5.18	c pp time: 5183492us (5s)

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-3499267-1307994268/watcher-3499267-1307994268 -o /var/tmp/evaluation-result-3499267-1307994268/solver-3499267-1307994268 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499267-1307994268.cnf 7786640 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.91 1/170 28805
/proc/meminfo: memFree=3841848/32950928 swapFree=67079488/67111528
[pid=28805] ppid=28803 vsize=8700 CPUtime=0 cores=0-7
/proc/28805/stat : 28805 (priss.sh) S 28803 28805 28583 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911026413 8908800 251 33554432000 4194304 4922060 140734635352512 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28805/statm: 2175 251 211 178 0 68 0

[startup+0.0557861 s]
/proc/loadavg: 4.00 4.00 3.91 1/170 28805
/proc/meminfo: memFree=3841848/32950928 swapFree=67079488/67111528
[pid=28805] ppid=28803 vsize=8700 CPUtime=0 cores=0-7
/proc/28805/stat : 28805 (priss.sh) S 28803 28805 28583 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911026413 8908800 251 33554432000 4194304 4922060 140734635352512 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28805/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100759 s]
/proc/loadavg: 4.00 4.00 3.91 1/170 28805
/proc/meminfo: memFree=3841848/32950928 swapFree=67079488/67111528
[pid=28805] ppid=28803 vsize=8700 CPUtime=0 cores=0-7
/proc/28805/stat : 28805 (priss.sh) S 28803 28805 28583 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911026413 8908800 251 33554432000 4194304 4922060 140734635352512 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28805/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.30072 s]
/proc/loadavg: 4.00 4.00 3.91 1/170 28805
/proc/meminfo: memFree=3841848/32950928 swapFree=67079488/67111528
[pid=28805] ppid=28803 vsize=8700 CPUtime=0 cores=0-7
/proc/28805/stat : 28805 (priss.sh) S 28803 28805 28583 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911026413 8908800 251 33554432000 4194304 4922060 140734635352512 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28805/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700651 s]
/proc/loadavg: 4.00 4.00 3.91 1/170 28805
/proc/meminfo: memFree=3841848/32950928 swapFree=67079488/67111528
[pid=28805] ppid=28803 vsize=8700 CPUtime=0 cores=0-7
/proc/28805/stat : 28805 (priss.sh) S 28803 28805 28583 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911026413 8908800 251 33554432000 4194304 4922060 140734635352512 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28805/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50045 s]
/proc/loadavg: 4.00 4.00 3.91 5/176 28811
/proc/meminfo: memFree=3816292/32950928 swapFree=67079488/67111528
[pid=28805] ppid=28803 vsize=8700 CPUtime=0 cores=0-7
/proc/28805/stat : 28805 (priss.sh) S 28803 28805 28583 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911026413 8908800 251 33554432000 4194304 4922060 140734635352512 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28805/statm: 2175 251 211 178 0 68 0
[pid=28806] ppid=28805 vsize=276292 CPUtime=5.95 cores=0-7
/proc/28806/stat : 28806 (priss) S 28805 28805 28583 0 -1 4202496 8238 0 0 0 590 5 0 0 25 0 5 0 911026414 282923008 7392 33554432000 4194304 5787044 140736304678416 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/28806/statm: 69073 7392 405 389 0 64823 0
[pid=28806/tid=28807] ppid=28805 vsize=276292 CPUtime=1.48 cores=0-7
/proc/28806/task/28807/stat : 28807 (priss) R 28805 28805 28583 0 -1 4202560 1471 0 0 0 147 1 0 0 18 0 5 0 911026414 282923008 7392 33554432000 4194304 5787044 140736304678416 18446744073709551615 4218705 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28806/tid=28808] ppid=28805 vsize=276292 CPUtime=1.48 cores=0-7
/proc/28806/task/28808/stat : 28808 (priss) R 28805 28805 28583 0 -1 4202560 1444 0 0 0 147 1 0 0 18 0 5 0 911026414 282923008 7392 33554432000 4194304 5787044 140736304678416 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28806/tid=28809] ppid=28805 vsize=276292 CPUtime=1.47 cores=0-7
/proc/28806/task/28809/stat : 28809 (priss) R 28805 28805 28583 0 -1 4202560 1809 0 0 0 145 2 0 0 18 0 5 0 911026414 282923008 7392 33554432000 4194304 5787044 140736304678416 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=28806/tid=28810] ppid=28805 vsize=276292 CPUtime=1.48 cores=0-7
/proc/28806/task/28810/stat : 28810 (priss) R 28805 28805 28583 0 -1 4202560 2017 0 0 0 148 0 0 0 25 0 5 0 911026414 282923008 7392 33554432000 4194304 5787044 140736304678416 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 284992

[startup+3.10117 s]
/proc/loadavg: 4.00 4.00 3.91 5/176 28811
/proc/meminfo: memFree=3812200/32950928 swapFree=67079488/67111528
[pid=28805] ppid=28803 vsize=8700 CPUtime=0 cores=0-7
/proc/28805/stat : 28805 (priss.sh) S 28803 28805 28583 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911026413 8908800 251 33554432000 4194304 4922060 140734635352512 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28805/statm: 2175 251 211 178 0 68 0
[pid=28806] ppid=28805 vsize=276292 CPUtime=12.35 cores=0-7
/proc/28806/stat : 28806 (priss) S 28805 28805 28583 0 -1 4202496 9220 0 0 0 1228 7 0 0 25 0 5 0 911026414 282923008 8374 33554432000 4194304 5787044 140736304678416 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/28806/statm: 69073 8374 405 389 0 64823 0
[pid=28806/tid=28807] ppid=28805 vsize=276292 CPUtime=3.08 cores=0-7
/proc/28806/task/28807/stat : 28807 (priss) R 28805 28805 28583 0 -1 4202560 1800 0 0 0 307 1 0 0 21 0 5 0 911026414 282923008 8374 33554432000 4194304 5787044 140736304678416 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28806/tid=28808] ppid=28805 vsize=276292 CPUtime=3.08 cores=0-7
/proc/28806/task/28808/stat : 28808 (priss) R 28805 28805 28583 0 -1 4202560 1775 0 0 0 307 1 0 0 18 0 5 0 911026414 282923008 8374 33554432000 4194304 5787044 140736304678416 18446744073709551615 4220205 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28806/tid=28809] ppid=28805 vsize=276292 CPUtime=3.08 cores=0-7
/proc/28806/task/28809/stat : 28809 (priss) R 28805 28805 28583 0 -1 4202560 2131 0 0 0 305 3 0 0 17 0 5 0 911026414 282923008 8374 33554432000 4194304 5787044 140736304678416 18446744073709551615 5592012 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=28806/tid=28810] ppid=28805 vsize=276292 CPUtime=3.09 cores=0-7
/proc/28806/task/28810/stat : 28810 (priss) R 28805 28805 28583 0 -1 4202560 2017 0 0 0 309 0 0 0 25 0 5 0 911026414 282923008 8374 33554432000 4194304 5787044 140736304678416 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 284992

[startup+6.30061 s]
/proc/loadavg: 4.00 4.00 3.91 5/176 28811
/proc/meminfo: memFree=3804920/32950928 swapFree=67079488/67111528
[pid=28805] ppid=28803 vsize=8700 CPUtime=0 cores=0-7
/proc/28805/stat : 28805 (priss.sh) S 28803 28805 28583 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911026413 8908800 251 33554432000 4194304 4922060 140734635352512 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28805/statm: 2175 251 211 178 0 68 0
[pid=28806] ppid=28805 vsize=277216 CPUtime=25.14 cores=0-7
/proc/28806/stat : 28806 (priss) S 28805 28805 28583 0 -1 4202496 11874 0 0 0 2506 8 0 0 25 0 5 0 911026414 283869184 10322 33554432000 4194304 5787044 140736304678416 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/28806/statm: 69304 10323 418 389 0 65054 0
[pid=28806/tid=28807] ppid=28805 vsize=277216 CPUtime=6.28 cores=0-7
/proc/28806/task/28807/stat : 28807 (priss) R 28805 28805 28583 0 -1 4202560 2211 0 0 0 626 2 0 0 18 0 5 0 911026414 283869184 10323 33554432000 4194304 5787044 140736304678416 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28806/tid=28808] ppid=28805 vsize=277216 CPUtime=6.27 cores=0-7
/proc/28806/task/28808/stat : 28808 (priss) R 28805 28805 28583 0 -1 4202560 2271 0 0 0 626 1 0 0 18 0 5 0 911026414 283869184 10323 33554432000 4194304 5787044 140736304678416 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28806/tid=28809] ppid=28805 vsize=277216 CPUtime=6.28 cores=0-7
/proc/28806/task/28809/stat : 28809 (priss) R 28805 28805 28583 0 -1 4202560 2479 0 0 0 624 4 0 0 25 0 5 0 911026414 283869184 10323 33554432000 4194304 5787044 140736304678416 18446744073709551615 274473628705 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=28806/tid=28810] ppid=28805 vsize=277216 CPUtime=6.28 cores=0-7
/proc/28806/task/28810/stat : 28810 (priss) R 28805 28805 28583 0 -1 4202560 3417 0 0 0 628 0 0 0 18 0 5 0 911026414 283869184 10323 33554432000 4194304 5787044 140736304678416 18446744073709551615 4220136 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 285916

[startup+12.7005 s]
/proc/loadavg: 4.00 4.00 3.91 5/176 28811
/proc/meminfo: memFree=3787184/32950928 swapFree=67079488/67111528
[pid=28805] ppid=28803 vsize=8700 CPUtime=0 cores=0-7
/proc/28805/stat : 28805 (priss.sh) S 28803 28805 28583 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911026413 8908800 251 33554432000 4194304 4922060 140734635352512 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28805/statm: 2175 251 211 178 0 68 0
[pid=28806] ppid=28805 vsize=285412 CPUtime=50.73 cores=0-7
/proc/28806/stat : 28806 (priss) S 28805 28805 28583 0 -1 4202496 15759 0 0 0 5058 15 0 0 25 0 5 0 911026414 292261888 14207 33554432000 4194304 5787044 140736304678416 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/28806/statm: 71353 14207 418 389 0 67103 0
[pid=28806/tid=28807] ppid=28805 vsize=285412 CPUtime=12.67 cores=0-7
/proc/28806/task/28807/stat : 28807 (priss) R 28805 28805 28583 0 -1 4202560 2501 0 0 0 1265 2 0 0 22 0 5 0 911026414 292261888 14207 33554432000 4194304 5787044 140736304678416 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28806/tid=28808] ppid=28805 vsize=285412 CPUtime=12.68 cores=0-7
/proc/28806/task/28808/stat : 28808 (priss) R 28805 28805 28583 0 -1 4202560 3891 0 0 0 1265 3 0 0 25 0 5 0 911026414 292261888 14207 33554432000 4194304 5787044 140736304678416 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28806/tid=28809] ppid=28805 vsize=285412 CPUtime=12.66 cores=0-7
/proc/28806/task/28809/stat : 28809 (priss) R 28805 28805 28583 0 -1 4202560 3406 0 0 0 1261 5 0 0 25 0 5 0 911026414 292261888 14207 33554432000 4194304 5787044 140736304678416 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=28806/tid=28810] ppid=28805 vsize=285412 CPUtime=12.68 cores=0-7
/proc/28806/task/28810/stat : 28810 (priss) R 28805 28805 28583 0 -1 4202560 4464 0 0 0 1265 3 0 0 25 0 5 0 911026414 292261888 14207 33554432000 4194304 5787044 140736304678416 18446744073709551615 5528644 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 294112

[startup+25.5012 s]
/proc/loadavg: 4.00 4.00 3.91 5/176 28811
/proc/meminfo: memFree=3775116/32950928 swapFree=67079488/67111528
[pid=28805] ppid=28803 vsize=8700 CPUtime=0 cores=0-7
/proc/28805/stat : 28805 (priss.sh) S 28803 28805 28583 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911026413 8908800 251 33554432000 4194304 4922060 140734635352512 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28805/statm: 2175 251 211 178 0 68 0
[pid=28806] ppid=28805 vsize=288784 CPUtime=101.91 cores=0-7
/proc/28806/stat : 28806 (priss) S 28805 28805 28583 0 -1 4202496 19009 0 0 0 10171 20 0 0 25 0 5 0 911026414 295714816 17457 33554432000 4194304 5787044 140736304678416 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/28806/statm: 72196 17457 418 389 0 67946 0
[pid=28806/tid=28807] ppid=28805 vsize=288784 CPUtime=25.47 cores=0-7
/proc/28806/task/28807/stat : 28807 (priss) R 28805 28805 28583 0 -1 4202560 3615 0 0 0 2542 5 0 0 25 0 5 0 911026414 295714816 17457 33554432000 4194304 5787044 140736304678416 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28806/tid=28808] ppid=28805 vsize=288784 CPUtime=25.47 cores=0-7
/proc/28806/task/28808/stat : 28808 (priss) R 28805 28805 28583 0 -1 4202560 4459 0 0 0 2543 4 0 0 25 0 5 0 911026414 295714816 17457 33554432000 4194304 5787044 140736304678416 18446744073709551615 5591359 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28806/tid=28809] ppid=28805 vsize=288784 CPUtime=25.46 cores=0-7
/proc/28806/task/28809/stat : 28809 (priss) R 28805 28805 28583 0 -1 4202560 4036 0 0 0 2540 6 0 0 25 0 5 0 911026414 295714816 17457 33554432000 4194304 5787044 140736304678416 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28806/tid=28810] ppid=28805 vsize=288784 CPUtime=25.48 cores=0-7
/proc/28806/task/28810/stat : 28810 (priss) R 28805 28805 28583 0 -1 4202560 5402 0 0 0 2544 4 0 0 25 0 5 0 911026414 295714816 17457 33554432000 4194304 5787044 140736304678416 18446744073709551615 5527482 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.91
Current children cumulated vsize (KiB) 297484

[startup+51.1007 s]
/proc/loadavg: 4.00 4.00 3.91 5/176 28812
/proc/meminfo: memFree=3756348/32950928 swapFree=67079488/67111528
[pid=28805] ppid=28803 vsize=8700 CPUtime=0 cores=0-7
/proc/28805/stat : 28805 (priss.sh) S 28803 28805 28583 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911026413 8908800 251 33554432000 4194304 4922060 140734635352512 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28805/statm: 2175 251 211 178 0 68 0
[pid=28806] ppid=28805 vsize=296496 CPUtime=204.3 cores=0-7
/proc/28806/stat : 28806 (priss) S 28805 28805 28583 0 -1 4202496 23896 0 0 0 20403 27 0 0 25 0 5 0 911026414 303611904 22340 33554432000 4194304 5787044 140736304678416 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/28806/statm: 74124 22340 418 389 0 69874 0
[pid=28806/tid=28807] ppid=28805 vsize=296496 CPUtime=51.07 cores=0-7
/proc/28806/task/28807/stat : 28807 (priss) R 28805 28805 28583 0 -1 4202560 4628 0 0 0 5100 7 0 0 25 0 5 0 911026414 303611904 22340 33554432000 4194304 5787044 140736304678416 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28806/tid=28808] ppid=28805 vsize=296496 CPUtime=51.07 cores=0-7
/proc/28806/task/28808/stat : 28808 (priss) R 28805 28805 28583 0 -1 4202560 6017 0 0 0 5100 7 0 0 25 0 5 0 911026414 303611904 22340 33554432000 4194304 5787044 140736304678416 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28806/tid=28809] ppid=28805 vsize=296496 CPUtime=51.06 cores=0-7
/proc/28806/task/28809/stat : 28809 (priss) R 28805 28805 28583 0 -1 4202560 4343 0 0 0 5100 6 0 0 25 0 5 0 911026414 303611904 22340 33554432000 4194304 5787044 140736304678416 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28806/tid=28810] ppid=28805 vsize=296496 CPUtime=51.08 cores=0-7
/proc/28806/task/28810/stat : 28810 (priss) R 28805 28805 28583 0 -1 4202560 7411 0 0 0 5102 6 0 0 25 0 5 0 911026414 303611904 22340 33554432000 4194304 5787044 140736304678416 18446744073709551615 5528404 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 204.3
Current children cumulated vsize (KiB) 305196

[startup+102.307 s]
/proc/loadavg: 4.00 4.00 3.91 5/176 28813
/proc/meminfo: memFree=3719968/32950928 swapFree=67079488/67111528
[pid=28805] ppid=28803 vsize=8700 CPUtime=0 cores=0-7
/proc/28805/stat : 28805 (priss.sh) S 28803 28805 28583 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911026413 8908800 251 33554432000 4194304 4922060 140734635352512 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28805/statm: 2175 251 211 178 0 68 0
[pid=28806] ppid=28805 vsize=309292 CPUtime=409.13 cores=0-7
/proc/28806/stat : 28806 (priss) S 28805 28805 28583 0 -1 4202496 32807 0 0 0 40876 37 0 0 25 0 5 0 911026414 316715008 31247 33554432000 4194304 5787044 140736304678416 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/28806/statm: 77323 31247 418 389 0 73073 0
[pid=28806/tid=28807] ppid=28805 vsize=309292 CPUtime=102.27 cores=0-7
/proc/28806/task/28807/stat : 28807 (priss) R 28805 28805 28583 0 -1 4202560 6840 0 0 0 10217 10 0 0 25 0 5 0 911026414 316715008 31247 33554432000 4194304 5787044 140736304678416 18446744073709551615 4227985 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28806/tid=28808] ppid=28805 vsize=309292 CPUtime=102.28 cores=0-7
/proc/28806/task/28808/stat : 28808 (priss) R 28805 28805 28583 0 -1 4202560 9161 0 0 0 10218 10 0 0 25 0 5 0 911026414 316715008 31247 33554432000 4194304 5787044 140736304678416 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28806/tid=28809] ppid=28805 vsize=309292 CPUtime=102.26 cores=0-7
/proc/28806/task/28809/stat : 28809 (priss) R 28805 28805 28583 0 -1 4202560 5817 0 0 0 10218 8 0 0 25 0 5 0 911026414 316715008 31247 33554432000 4194304 5787044 140736304678416 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28806/tid=28810] ppid=28805 vsize=309292 CPUtime=102.28 cores=0-7

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

/proc/28806/task/28808/stat : 28808 (priss) R 28805 28805 28583 0 -1 4202560 42537 0 0 0 472184 51 0 0 25 0 5 0 911026414 879210496 164914 33554432000 4194304 5787044 140736304678416 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28806/tid=28809] ppid=28805 vsize=858604 CPUtime=4722.35 cores=0-7
/proc/28806/task/28809/stat : 28809 (priss) R 28805 28805 28583 0 -1 4202560 36264 0 0 0 472200 35 0 0 25 0 5 0 911026414 879210496 164914 33554432000 4194304 5787044 140736304678416 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28806/tid=28810] ppid=28805 vsize=858604 CPUtime=4722.36 cores=0-7
/proc/28806/task/28810/stat : 28810 (priss) R 28805 28805 28583 0 -1 4202560 44848 0 0 0 472192 44 0 0 25 0 5 0 911026414 879210496 164914 33554432000 4194304 5787044 140736304678416 18446744073709551615 5527468 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 18889.4
Current children cumulated vsize (KiB) 867304

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 28962
/proc/meminfo: memFree=3180624/32950928 swapFree=67079488/67111528
[pid=28805] ppid=28803 vsize=8700 CPUtime=0 cores=0-7
/proc/28805/stat : 28805 (priss.sh) S 28803 28805 28583 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911026413 8908800 251 33554432000 4194304 4922060 140734635352512 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28805/statm: 2175 251 211 178 0 68 0
[pid=28806] ppid=28805 vsize=858604 CPUtime=19129.4 cores=0-7
/proc/28806/stat : 28806 (priss) S 28805 28805 28583 0 -1 4202496 168194 0 0 0 1912731 213 0 0 25 0 5 0 911026414 879210496 164922 33554432000 4194304 5787044 140736304678416 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/28806/statm: 214651 164922 418 389 0 210401 0
[pid=28806/tid=28807] ppid=28805 vsize=858604 CPUtime=4782.35 cores=0-7
/proc/28806/task/28807/stat : 28807 (priss) R 28805 28805 28583 0 -1 4202560 43043 0 0 0 478155 80 0 0 25 0 5 0 911026414 879210496 164922 33554432000 4194304 5787044 140736304678416 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28806/tid=28808] ppid=28805 vsize=858604 CPUtime=4782.34 cores=0-7
/proc/28806/task/28808/stat : 28808 (priss) R 28805 28805 28583 0 -1 4202560 42542 0 0 0 478183 51 0 0 25 0 5 0 911026414 879210496 164922 33554432000 4194304 5787044 140736304678416 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28806/tid=28809] ppid=28805 vsize=858604 CPUtime=4782.34 cores=0-7
/proc/28806/task/28809/stat : 28809 (priss) R 28805 28805 28583 0 -1 4202560 36264 0 0 0 478199 35 0 0 25 0 5 0 911026414 879210496 164922 33554432000 4194304 5787044 140736304678416 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28806/tid=28810] ppid=28805 vsize=858604 CPUtime=4782.35 cores=0-7
/proc/28806/task/28810/stat : 28810 (priss) R 28805 28805 28583 0 -1 4202560 44848 0 0 0 478191 44 0 0 25 0 5 0 911026414 879210496 164922 33554432000 4194304 5787044 140736304678416 18446744073709551615 5527147 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19129.4
Current children cumulated vsize (KiB) 867304

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 28964
/proc/meminfo: memFree=3180500/32950928 swapFree=67079488/67111528
[pid=28805] ppid=28803 vsize=8700 CPUtime=0 cores=0-7
/proc/28805/stat : 28805 (priss.sh) S 28803 28805 28583 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911026413 8908800 251 33554432000 4194304 4922060 140734635352512 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28805/statm: 2175 251 211 178 0 68 0
[pid=28806] ppid=28805 vsize=858604 CPUtime=19369.4 cores=0-7
/proc/28806/stat : 28806 (priss) S 28805 28805 28583 0 -1 4202496 168203 0 0 0 1936731 213 0 0 25 0 5 0 911026414 879210496 164931 33554432000 4194304 5787044 140736304678416 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/28806/statm: 214651 164931 418 389 0 210401 0
[pid=28806/tid=28807] ppid=28805 vsize=858604 CPUtime=4842.35 cores=0-7
/proc/28806/task/28807/stat : 28807 (priss) R 28805 28805 28583 0 -1 4202560 43048 0 0 0 484155 80 0 0 25 0 5 0 911026414 879210496 164931 33554432000 4194304 5787044 140736304678416 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28806/tid=28808] ppid=28805 vsize=858604 CPUtime=4842.34 cores=0-7
/proc/28806/task/28808/stat : 28808 (priss) R 28805 28805 28583 0 -1 4202560 42546 0 0 0 484183 51 0 0 25 0 5 0 911026414 879210496 164931 33554432000 4194304 5787044 140736304678416 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28806/tid=28809] ppid=28805 vsize=858604 CPUtime=4842.34 cores=0-7
/proc/28806/task/28809/stat : 28809 (priss) R 28805 28805 28583 0 -1 4202560 36264 0 0 0 484199 35 0 0 25 0 5 0 911026414 879210496 164931 33554432000 4194304 5787044 140736304678416 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28806/tid=28810] ppid=28805 vsize=858604 CPUtime=4842.35 cores=0-7
/proc/28806/task/28810/stat : 28810 (priss) R 28805 28805 28583 0 -1 4202560 44848 0 0 0 484191 44 0 0 25 0 5 0 911026414 879210496 164931 33554432000 4194304 5787044 140736304678416 18446744073709551615 5527008 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19369.4
Current children cumulated vsize (KiB) 867304

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 28965
/proc/meminfo: memFree=3180308/32950928 swapFree=67079488/67111528
[pid=28805] ppid=28803 vsize=8700 CPUtime=0 cores=0-7
/proc/28805/stat : 28805 (priss.sh) S 28803 28805 28583 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911026413 8908800 251 33554432000 4194304 4922060 140734635352512 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28805/statm: 2175 251 211 178 0 68 0
[pid=28806] ppid=28805 vsize=858604 CPUtime=19609.4 cores=0-7
/proc/28806/stat : 28806 (priss) S 28805 28805 28583 0 -1 4202496 168267 0 0 0 1960731 214 0 0 25 0 5 0 911026414 879210496 164995 33554432000 4194304 5787044 140736304678416 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/28806/statm: 214651 164995 418 389 0 210401 0
[pid=28806/tid=28807] ppid=28805 vsize=858604 CPUtime=4902.35 cores=0-7
/proc/28806/task/28807/stat : 28807 (priss) R 28805 28805 28583 0 -1 4202560 43055 0 0 0 490155 80 0 0 25 0 5 0 911026414 879210496 164995 33554432000 4194304 5787044 140736304678416 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28806/tid=28808] ppid=28805 vsize=858604 CPUtime=4902.34 cores=0-7
/proc/28806/task/28808/stat : 28808 (priss) R 28805 28805 28583 0 -1 4202560 42603 0 0 0 490183 51 0 0 25 0 5 0 911026414 879210496 164995 33554432000 4194304 5787044 140736304678416 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28806/tid=28809] ppid=28805 vsize=858604 CPUtime=4902.34 cores=0-7
/proc/28806/task/28809/stat : 28809 (priss) R 28805 28805 28583 0 -1 4202560 36264 0 0 0 490199 35 0 0 25 0 5 0 911026414 879210496 164995 33554432000 4194304 5787044 140736304678416 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28806/tid=28810] ppid=28805 vsize=858604 CPUtime=4902.36 cores=0-7
/proc/28806/task/28810/stat : 28810 (priss) R 28805 28805 28583 0 -1 4202560 44848 0 0 0 490191 45 0 0 25 0 5 0 911026414 879210496 164995 33554432000 4194304 5787044 140736304678416 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19609.5
Current children cumulated vsize (KiB) 867304

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 28967
/proc/meminfo: memFree=3180020/32950928 swapFree=67079488/67111528
[pid=28805] ppid=28803 vsize=8700 CPUtime=0 cores=0-7
/proc/28805/stat : 28805 (priss.sh) S 28803 28805 28583 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911026413 8908800 251 33554432000 4194304 4922060 140734635352512 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28805/statm: 2175 251 211 178 0 68 0
[pid=28806] ppid=28805 vsize=858604 CPUtime=19849.4 cores=0-7
/proc/28806/stat : 28806 (priss) S 28805 28805 28583 0 -1 4202496 168296 0 0 0 1984731 214 0 0 25 0 5 0 911026414 879210496 165024 33554432000 4194304 5787044 140736304678416 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/28806/statm: 214651 165024 418 389 0 210401 0
[pid=28806/tid=28807] ppid=28805 vsize=858604 CPUtime=4962.36 cores=0-7
/proc/28806/task/28807/stat : 28807 (priss) R 28805 28805 28583 0 -1 4202560 43065 0 0 0 496156 80 0 0 25 0 5 0 911026414 879210496 165024 33554432000 4194304 5787044 140736304678416 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28806/tid=28808] ppid=28805 vsize=858604 CPUtime=4962.35 cores=0-7
/proc/28806/task/28808/stat : 28808 (priss) R 28805 28805 28583 0 -1 4202560 42622 0 0 0 496184 51 0 0 25 0 5 0 911026414 879210496 165024 33554432000 4194304 5787044 140736304678416 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28806/tid=28809] ppid=28805 vsize=858604 CPUtime=4962.34 cores=0-7
/proc/28806/task/28809/stat : 28809 (priss) R 28805 28805 28583 0 -1 4202560 36264 0 0 0 496199 35 0 0 25 0 5 0 911026414 879210496 165024 33554432000 4194304 5787044 140736304678416 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28806/tid=28810] ppid=28805 vsize=858604 CPUtime=4962.36 cores=0-7
/proc/28806/task/28810/stat : 28810 (priss) R 28805 28805 28583 0 -1 4202560 44848 0 0 0 496191 45 0 0 25 0 5 0 911026414 879210496 165024 33554432000 4194304 5787044 140736304678416 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19849.5
Current children cumulated vsize (KiB) 867304

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 28968
/proc/meminfo: memFree=3179964/32950928 swapFree=67079488/67111528
[pid=28805] ppid=28803 vsize=8700 CPUtime=0 cores=0-7
/proc/28805/stat : 28805 (priss.sh) S 28803 28805 28583 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911026413 8908800 251 33554432000 4194304 4922060 140734635352512 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28805/statm: 2175 251 211 178 0 68 0
[pid=28806] ppid=28805 vsize=858604 CPUtime=20089.5 cores=0-7
/proc/28806/stat : 28806 (priss) S 28805 28805 28583 0 -1 4202496 168313 0 0 0 2008732 214 0 0 25 0 5 0 911026414 879210496 165041 33554432000 4194304 5787044 140736304678416 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/28806/statm: 214651 165041 418 389 0 210401 0
[pid=28806/tid=28807] ppid=28805 vsize=858604 CPUtime=5022.36 cores=0-7
/proc/28806/task/28807/stat : 28807 (priss) R 28805 28805 28583 0 -1 4202560 43079 0 0 0 502156 80 0 0 25 0 5 0 911026414 879210496 165041 33554432000 4194304 5787044 140736304678416 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28806/tid=28808] ppid=28805 vsize=858604 CPUtime=5022.35 cores=0-7
/proc/28806/task/28808/stat : 28808 (priss) R 28805 28805 28583 0 -1 4202560 42624 0 0 0 502184 51 0 0 25 0 5 0 911026414 879210496 165041 33554432000 4194304 5787044 140736304678416 18446744073709551615 5591827 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28806/tid=28809] ppid=28805 vsize=858604 CPUtime=5022.35 cores=0-7
/proc/28806/task/28809/stat : 28809 (priss) R 28805 28805 28583 0 -1 4202560 36264 0 0 0 502200 35 0 0 25 0 5 0 911026414 879210496 165041 33554432000 4194304 5787044 140736304678416 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28806/tid=28810] ppid=28805 vsize=858604 CPUtime=5022.36 cores=0-7
/proc/28806/task/28810/stat : 28810 (priss) R 28805 28805 28583 0 -1 4202560 44849 0 0 0 502191 45 0 0 25 0 5 0 911026414 879210496 165041 33554432000 4194304 5787044 140736304678416 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20089.5
Current children cumulated vsize (KiB) 867304

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 28970
/proc/meminfo: memFree=3179916/32950928 swapFree=67079488/67111528
[pid=28805] ppid=28803 vsize=8700 CPUtime=0 cores=0-7
/proc/28805/stat : 28805 (priss.sh) S 28803 28805 28583 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911026413 8908800 251 33554432000 4194304 4922060 140734635352512 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28805/statm: 2175 251 211 178 0 68 0
[pid=28806] ppid=28805 vsize=858604 CPUtime=20329.5 cores=0-7
/proc/28806/stat : 28806 (priss) S 28805 28805 28583 0 -1 4202496 168366 0 0 0 2032732 214 0 0 25 0 5 0 911026414 879210496 165094 33554432000 4194304 5787044 140736304678416 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/28806/statm: 214651 165094 418 389 0 210401 0
[pid=28806/tid=28807] ppid=28805 vsize=858604 CPUtime=5082.36 cores=0-7
/proc/28806/task/28807/stat : 28807 (priss) R 28805 28805 28583 0 -1 4202560 43089 0 0 0 508156 80 0 0 25 0 5 0 911026414 879210496 165094 33554432000 4194304 5787044 140736304678416 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28806/tid=28808] ppid=28805 vsize=858604 CPUtime=5082.36 cores=0-7
/proc/28806/task/28808/stat : 28808 (priss) R 28805 28805 28583 0 -1 4202560 42667 0 0 0 508184 52 0 0 25 0 5 0 911026414 879210496 165094 33554432000 4194304 5787044 140736304678416 18446744073709551615 5591741 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28806/tid=28809] ppid=28805 vsize=858604 CPUtime=5082.35 cores=0-7
/proc/28806/task/28809/stat : 28809 (priss) R 28805 28805 28583 0 -1 4202560 36264 0 0 0 508200 35 0 0 25 0 5 0 911026414 879210496 165094 33554432000 4194304 5787044 140736304678416 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28806/tid=28810] ppid=28805 vsize=858604 CPUtime=5082.36 cores=0-7
/proc/28806/task/28810/stat : 28810 (priss) R 28805 28805 28583 0 -1 4202560 44849 0 0 0 508191 45 0 0 25 0 5 0 911026414 879210496 165094 33554432000 4194304 5787044 140736304678416 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20329.5
Current children cumulated vsize (KiB) 867304



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 28971
/proc/meminfo: memFree=3179788/32950928 swapFree=67079488/67111528
[pid=28805] ppid=28803 vsize=8700 CPUtime=0 cores=0-7
/proc/28805/stat : 28805 (priss.sh) S 28803 28805 28583 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911026413 8908800 251 33554432000 4194304 4922060 140734635352512 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28805/statm: 2175 251 211 178 0 68 0
[pid=28806] ppid=28805 vsize=858604 CPUtime=20400.3 cores=0-7
/proc/28806/stat : 28806 (priss) S 28805 28805 28583 0 -1 4202496 168388 0 0 0 2039815 214 0 0 25 0 5 0 911026414 879210496 165116 33554432000 4194304 5787044 140736304678416 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/28806/statm: 214651 165116 418 389 0 210401 0
[pid=28806/tid=28807] ppid=28805 vsize=858604 CPUtime=5100.07 cores=0-7
/proc/28806/task/28807/stat : 28807 (priss) R 28805 28805 28583 0 -1 4202560 43093 0 0 0 509927 80 0 0 25 0 5 0 911026414 879210496 165116 33554432000 4194304 5787044 140736304678416 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28806/tid=28808] ppid=28805 vsize=858604 CPUtime=5100.06 cores=0-7
/proc/28806/task/28808/stat : 28808 (priss) R 28805 28805 28583 0 -1 4202560 42685 0 0 0 509954 52 0 0 25 0 5 0 911026414 879210496 165116 33554432000 4194304 5787044 140736304678416 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28806/tid=28809] ppid=28805 vsize=858604 CPUtime=5100.05 cores=0-7
/proc/28806/task/28809/stat : 28809 (priss) R 28805 28805 28583 0 -1 4202560 36264 0 0 0 509970 35 0 0 25 0 5 0 911026414 879210496 165116 33554432000 4194304 5787044 140736304678416 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28806/tid=28810] ppid=28805 vsize=858604 CPUtime=5100.07 cores=0-7
/proc/28806/task/28810/stat : 28810 (priss) R 28805 28805 28583 0 -1 4202560 44849 0 0 0 509962 45 0 0 25 0 5 0 911026414 879210496 165116 33554432000 4194304 5787044 140736304678416 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20400.3
Current children cumulated vsize (KiB) 867304

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 28805 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.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): 20398.2
CPU system time (s): 2.14
CPU usage (%): 400.004
Max. virtual memory (cumulated for all children) (KiB): 867304

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= 331
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 2

runsolver used 7.15791 second user time and 17.4553 second system time

The end

Launcher Data

Begin job on node125 at 2011-06-13 21:44:28
IDJOB=3499267
IDBENCH=83139
IDSOLVER=1994
FILE ID=node125/3499267-1307994268
RUNJOBID= node125-1307989165-28597
PBS_JOBID= 13559822
Free space on /var/tmp= 2828 MiB

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

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

MD5SUM BENCH= 8561dcfb17af254a7261755a5f31a440
RANDOM SEED=7786640

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       3842392 kB
Buffers:        135860 kB
Cached:       28036824 kB
SwapCached:       3336 kB
Active:       12304728 kB
Inactive:     15904012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       3842392 kB
SwapTotal:    67111528 kB
SwapFree:     67079488 kB
Dirty:            1612 kB
Writeback:           0 kB
AnonPages:       34540 kB
Mapped:          13720 kB
Slab:           834920 kB
PageTables:       4268 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   188300 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= 2824 MiB
End job on node125 at 2011-06-13 23:09:30