Trace number 3499205

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

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v2400c266431gyes1.cnf
MD5SUM836d368f7cf78173b8e7f8b131296e2f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2400
Number of clauses266431
Sum of the clauses size535112
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266356
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

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: 20446
0.00/0.06	c parsetime: 57510us
0.00/0.06	c parsed 266431 clauses with 2400 variables
0.00/0.07	c NW started thread 0 successfully (1101269312)
0.00/0.11	c NW started thread 1 successfully (1114364224)
0.00/0.14	c NW started thread 2 successfully (1124854080)
0.00/0.18	c NW started thread 3 successfully (1135343936)
44.60/11.31	c preprocessor returned 10005 variables
44.60/11.31	c preprocessing returned UNKNOWN
44.60/11.31	c PP set 0 variables
44.60/11.31	c pp time: 11165121us (11s)
44.60/11.34	c preprocessor returned 10005 variables
44.60/11.34	c preprocessing returned UNKNOWN
44.60/11.34	c PP set 0 variables
44.60/11.34	c pp time: 11268834us (11s)
47.42/12.05	c preprocessor returned 10005 variables
47.42/12.05	c preprocessing returned UNKNOWN
47.42/12.05	c PP set 0 variables
47.42/12.05	c pp time: 11937348us (11s)
79.01/19.92	c preprocessor returned 30023 variables
79.01/19.92	c preprocessing returned UNKNOWN
79.01/19.92	c PP set 0 variables
79.01/19.92	c pp time: 19733913us (19s)
9990.82/2498.01	c HTE
10019.61/2505.27	c subsumption
10393.60/2598.70	c simplified formula contains 0 unit clauses

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-3499205-1307989142/watcher-3499205-1307989142 -o /var/tmp/evaluation-result-3499205-1307989142/solver-3499205-1307989142 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499205-1307989142.cnf 1971374401 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: 1.84 1.97 1.98 2/170 20445
/proc/meminfo: memFree=13975736/32951124 swapFree=67051728/67111528
[pid=20445] ppid=20443 vsize=8700 CPUtime=0 cores=0-7
/proc/20445/stat : 20445 (priss.sh) S 20443 20445 20415 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 910512220 8908800 252 33554432000 4194304 4922060 140736720266496 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20445/statm: 2175 252 211 178 0 68 0

[startup+0.096502 s]
/proc/loadavg: 1.84 1.97 1.98 2/170 20445
/proc/meminfo: memFree=13975736/32951124 swapFree=67051728/67111528
[pid=20445] ppid=20443 vsize=8700 CPUtime=0 cores=0-7
/proc/20445/stat : 20445 (priss.sh) S 20443 20445 20415 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 910512220 8908800 252 33554432000 4194304 4922060 140736720266496 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20445/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100498 s]
/proc/loadavg: 1.84 1.97 1.98 2/170 20445
/proc/meminfo: memFree=13975736/32951124 swapFree=67051728/67111528
[pid=20445] ppid=20443 vsize=8700 CPUtime=0 cores=0-7
/proc/20445/stat : 20445 (priss.sh) S 20443 20445 20415 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 910512220 8908800 252 33554432000 4194304 4922060 140736720266496 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20445/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300447 s]
/proc/loadavg: 1.84 1.97 1.98 2/170 20445
/proc/meminfo: memFree=13975736/32951124 swapFree=67051728/67111528
[pid=20445] ppid=20443 vsize=8700 CPUtime=0 cores=0-7
/proc/20445/stat : 20445 (priss.sh) S 20443 20445 20415 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 910512220 8908800 252 33554432000 4194304 4922060 140736720266496 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20445/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700376 s]
/proc/loadavg: 1.84 1.97 1.98 2/170 20445
/proc/meminfo: memFree=13975736/32951124 swapFree=67051728/67111528
[pid=20445] ppid=20443 vsize=8700 CPUtime=0 cores=0-7
/proc/20445/stat : 20445 (priss.sh) S 20443 20445 20415 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 910512220 8908800 252 33554432000 4194304 4922060 140736720266496 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20445/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50123 s]
/proc/loadavg: 1.84 1.97 1.98 5/176 20451
/proc/meminfo: memFree=13869584/32951124 swapFree=67051728/67111528
[pid=20445] ppid=20443 vsize=8700 CPUtime=0 cores=0-7
/proc/20445/stat : 20445 (priss.sh) S 20443 20445 20415 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 910512220 8908800 252 33554432000 4194304 4922060 140736720266496 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20445/statm: 2175 252 211 178 0 68 0
[pid=20446] ppid=20445 vsize=348392 CPUtime=5.41 cores=0-7
/proc/20446/stat : 20446 (priss) S 20445 20445 20415 0 -1 4202496 43464 0 0 0 524 17 0 0 18 0 5 0 910512220 356753408 26654 33554432000 4194304 5787044 140736876883648 18446744073709551615 228134537649 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20446/statm: 87098 26654 349 389 0 82848 0
[pid=20446/tid=20448] ppid=20445 vsize=348392 CPUtime=1.37 cores=0-7
/proc/20446/task/20448/stat : 20448 (priss) R 20445 20445 20415 0 -1 4202560 7522 0 0 0 133 4 0 0 19 0 5 0 910512228 356753408 26654 33554432000 4194304 5787044 140736876883648 18446744073709551615 228122411622 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20446/tid=20449] ppid=20445 vsize=348392 CPUtime=1.35 cores=0-7
/proc/20446/task/20449/stat : 20449 (priss) R 20445 20445 20415 0 -1 4202560 8043 0 0 0 130 5 0 0 19 0 5 0 910512231 356753408 26654 33554432000 4194304 5787044 140736876883648 18446744073709551615 4336773 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20446/tid=20450] ppid=20445 vsize=348392 CPUtime=1.3 cores=0-7
/proc/20446/task/20450/stat : 20450 (priss) R 20445 20445 20415 0 -1 4202560 8066 0 0 0 126 4 0 0 19 0 5 0 910512234 356753408 26654 33554432000 4194304 5787044 140736876883648 18446744073709551615 4336664 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20446/tid=20451] ppid=20445 vsize=348392 CPUtime=1.18 cores=0-7
/proc/20446/task/20451/stat : 20451 (priss) R 20445 20445 20415 0 -1 4202560 6301 0 0 0 118 0 0 0 19 0 5 0 910512238 356753408 26654 33554432000 4194304 5787044 140736876883648 18446744073709551615 4336759 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.41
Current children cumulated vsize (KiB) 357092

[startup+3.10094 s]
/proc/loadavg: 1.84 1.97 1.98 5/176 20451
/proc/meminfo: memFree=13862392/32951124 swapFree=67051728/67111528
[pid=20445] ppid=20443 vsize=8700 CPUtime=0 cores=0-7
/proc/20445/stat : 20445 (priss.sh) S 20443 20445 20415 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 910512220 8908800 252 33554432000 4194304 4922060 140736720266496 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20445/statm: 2175 252 211 178 0 68 0
[pid=20446] ppid=20445 vsize=344216 CPUtime=11.8 cores=0-7
/proc/20446/stat : 20446 (priss) S 20445 20445 20415 0 -1 4202496 46236 0 0 0 1163 17 0 0 18 0 5 0 910512220 352477184 28382 33554432000 4194304 5787044 140736876883648 18446744073709551615 228134537649 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20446/statm: 86054 28382 350 389 0 81804 0
[pid=20446/tid=20448] ppid=20445 vsize=344216 CPUtime=2.97 cores=0-7
/proc/20446/task/20448/stat : 20448 (priss) R 20445 20445 20415 0 -1 4202560 8585 0 0 0 293 4 0 0 19 0 5 0 910512228 352477184 28382 33554432000 4194304 5787044 140736876883648 18446744073709551615 4336721 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20446/tid=20449] ppid=20445 vsize=344216 CPUtime=2.94 cores=0-7
/proc/20446/task/20449/stat : 20449 (priss) R 20445 20445 20415 0 -1 4202560 8843 0 0 0 289 5 0 0 23 0 5 0 910512231 352477184 28382 33554432000 4194304 5787044 140736876883648 18446744073709551615 4336790 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20446/tid=20450] ppid=20445 vsize=344216 CPUtime=2.9 cores=0-7
/proc/20446/task/20450/stat : 20450 (priss) R 20445 20445 20415 0 -1 4202560 8975 0 0 0 286 4 0 0 20 0 5 0 910512234 352477184 28382 33554432000 4194304 5787044 140736876883648 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20446/tid=20451] ppid=20445 vsize=344216 CPUtime=2.78 cores=0-7
/proc/20446/task/20451/stat : 20451 (priss) R 20445 20445 20415 0 -1 4202560 6301 0 0 0 278 0 0 0 19 0 5 0 910512238 352477184 28382 33554432000 4194304 5787044 140736876883648 18446744073709551615 4336703 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.8
Current children cumulated vsize (KiB) 352916

[startup+6.30036 s]
/proc/loadavg: 2.01 2.00 2.00 5/176 20451
/proc/meminfo: memFree=13862888/32951124 swapFree=67051728/67111528
[pid=20445] ppid=20443 vsize=8700 CPUtime=0 cores=0-7
/proc/20445/stat : 20445 (priss.sh) S 20443 20445 20415 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 910512220 8908800 252 33554432000 4194304 4922060 140736720266496 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20445/statm: 2175 252 211 178 0 68 0
[pid=20446] ppid=20445 vsize=344216 CPUtime=24.6 cores=0-7
/proc/20446/stat : 20446 (priss) S 20445 20445 20415 0 -1 4202496 46236 0 0 0 2443 17 0 0 18 0 5 0 910512220 352477184 28382 33554432000 4194304 5787044 140736876883648 18446744073709551615 228134537649 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20446/statm: 86054 28382 350 389 0 81804 0
[pid=20446/tid=20448] ppid=20445 vsize=344216 CPUtime=6.17 cores=0-7
/proc/20446/task/20448/stat : 20448 (priss) R 20445 20445 20415 0 -1 4202560 8585 0 0 0 613 4 0 0 25 0 5 0 910512228 352477184 28382 33554432000 4194304 5787044 140736876883648 18446744073709551615 4336703 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20446/tid=20449] ppid=20445 vsize=344216 CPUtime=6.14 cores=0-7
/proc/20446/task/20449/stat : 20449 (priss) R 20445 20445 20415 0 -1 4202560 8843 0 0 0 609 5 0 0 25 0 5 0 910512231 352477184 28382 33554432000 4194304 5787044 140736876883648 18446744073709551615 4336688 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20446/tid=20450] ppid=20445 vsize=344216 CPUtime=6.1 cores=0-7
/proc/20446/task/20450/stat : 20450 (priss) R 20445 20445 20415 0 -1 4202560 8975 0 0 0 606 4 0 0 25 0 5 0 910512234 352477184 28382 33554432000 4194304 5787044 140736876883648 18446744073709551615 4336718 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20446/tid=20451] ppid=20445 vsize=344216 CPUtime=5.98 cores=0-7
/proc/20446/task/20451/stat : 20451 (priss) R 20445 20445 20415 0 -1 4202560 6301 0 0 0 598 0 0 0 25 0 5 0 910512238 352477184 28382 33554432000 4194304 5787044 140736876883648 18446744073709551615 4336688 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.6
Current children cumulated vsize (KiB) 352916

[startup+12.7012 s]
/proc/loadavg: 2.17 2.03 2.01 5/176 20451
/proc/meminfo: memFree=13825852/32951124 swapFree=67051728/67111528
[pid=20445] ppid=20443 vsize=8700 CPUtime=0 cores=0-7
/proc/20445/stat : 20445 (priss.sh) S 20443 20445 20415 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 910512220 8908800 252 33554432000 4194304 4922060 140736720266496 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20445/statm: 2175 252 211 178 0 68 0
[pid=20446] ppid=20445 vsize=332408 CPUtime=50.21 cores=0-7
/proc/20446/stat : 20446 (priss) S 20445 20445 20415 0 -1 4202496 72474 0 0 0 4997 24 0 0 18 0 5 0 910512220 340385792 33554 33554432000 4194304 5787044 140736876883648 18446744073709551615 228134537649 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20446/statm: 83102 33554 404 389 0 78852 0
[pid=20446/tid=20448] ppid=20445 vsize=332408 CPUtime=12.58 cores=0-7
/proc/20446/task/20448/stat : 20448 (priss) R 20445 20445 20415 0 -1 4202560 14793 0 0 0 1252 6 0 0 18 0 5 0 910512228 340385792 33554 33554432000 4194304 5787044 140736876883648 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20446/tid=20449] ppid=20445 vsize=332408 CPUtime=12.54 cores=0-7
/proc/20446/task/20449/stat : 20449 (priss) R 20445 20445 20415 0 -1 4202560 17943 0 0 0 1247 7 0 0 25 0 5 0 910512231 340385792 33554 33554432000 4194304 5787044 140736876883648 18446744073709551615 5585266 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20446/tid=20450] ppid=20445 vsize=332408 CPUtime=12.5 cores=0-7
/proc/20446/task/20450/stat : 20450 (priss) R 20445 20445 20415 0 -1 4202560 19829 0 0 0 1243 7 0 0 20 0 5 0 910512234 340385792 33554 33554432000 4194304 5787044 140736876883648 18446744073709551615 228122372905 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20446/tid=20451] ppid=20445 vsize=332408 CPUtime=12.38 cores=0-7
/proc/20446/task/20451/stat : 20451 (priss) R 20445 20445 20415 0 -1 4202560 6377 0 0 0 1238 0 0 0 18 0 5 0 910512238 340385792 33554 33554432000 4194304 5787044 140736876883648 18446744073709551615 4359086 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.21
Current children cumulated vsize (KiB) 341108

[startup+25.5009 s]
/proc/loadavg: 2.58 2.13 2.04 5/176 20451
/proc/meminfo: memFree=13814744/32951124 swapFree=67051728/67111528
[pid=20445] ppid=20443 vsize=8700 CPUtime=0 cores=0-7
/proc/20445/stat : 20445 (priss.sh) S 20443 20445 20415 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 910512220 8908800 252 33554432000 4194304 4922060 140736720266496 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20445/statm: 2175 252 211 178 0 68 0
[pid=20446] ppid=20445 vsize=344416 CPUtime=101.4 cores=0-7
/proc/20446/stat : 20446 (priss) S 20445 20445 20415 0 -1 4202496 85847 0 0 0 10113 27 0 0 18 0 5 0 910512220 352681984 41140 33554432000 4194304 5787044 140736876883648 18446744073709551615 228134537649 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20446/statm: 86104 41140 417 389 0 81854 0
[pid=20446/tid=20448] ppid=20445 vsize=344416 CPUtime=25.38 cores=0-7
/proc/20446/task/20448/stat : 20448 (priss) R 20445 20445 20415 0 -1 4202560 16428 0 0 0 2531 7 0 0 19 0 5 0 910512228 352681984 41140 33554432000 4194304 5787044 140736876883648 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20446/tid=20449] ppid=20445 vsize=344416 CPUtime=25.35 cores=0-7
/proc/20446/task/20449/stat : 20449 (priss) R 20445 20445 20415 0 -1 4202560 20344 0 0 0 2527 8 0 0 25 0 5 0 910512231 352681984 41140 33554432000 4194304 5787044 140736876883648 18446744073709551615 5576442 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20446/tid=20450] ppid=20445 vsize=344416 CPUtime=25.3 cores=0-7
/proc/20446/task/20450/stat : 20450 (priss) R 20445 20445 20415 0 -1 4202560 21457 0 0 0 2522 8 0 0 18 0 5 0 910512234 352681984 41140 33554432000 4194304 5787044 140736876883648 18446744073709551615 4218750 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20446/tid=20451] ppid=20445 vsize=344416 CPUtime=25.17 cores=0-7
/proc/20446/task/20451/stat : 20451 (priss) R 20445 20445 20415 0 -1 4202560 14086 0 0 0 2516 1 0 0 19 0 5 0 910512238 352681984 41140 33554432000 4194304 5787044 140736876883648 18446744073709551615 5528421 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.4
Current children cumulated vsize (KiB) 353116

[startup+51.1012 s]
/proc/loadavg: 3.06 2.28 2.09 5/176 20452
/proc/meminfo: memFree=13773252/32951124 swapFree=67051728/67111528
[pid=20445] ppid=20443 vsize=8700 CPUtime=0 cores=0-7
/proc/20445/stat : 20445 (priss.sh) S 20443 20445 20415 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 910512220 8908800 252 33554432000 4194304 4922060 140736720266496 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20445/statm: 2175 252 211 178 0 68 0
[pid=20446] ppid=20445 vsize=354868 CPUtime=203.79 cores=0-7
/proc/20446/stat : 20446 (priss) S 20445 20445 20415 0 -1 4202496 96624 0 0 0 20347 32 0 0 18 0 5 0 910512220 363384832 51915 33554432000 4194304 5787044 140736876883648 18446744073709551615 228134537649 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20446/statm: 88717 51915 417 389 0 84467 0
[pid=20446/tid=20448] ppid=20445 vsize=354868 CPUtime=50.98 cores=0-7
/proc/20446/task/20448/stat : 20448 (priss) R 20445 20445 20415 0 -1 4202560 19103 0 0 0 5090 8 0 0 18 0 5 0 910512228 363384832 51915 33554432000 4194304 5787044 140736876883648 18446744073709551615 5591280 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20446/tid=20449] ppid=20445 vsize=354868 CPUtime=50.93 cores=0-7
/proc/20446/task/20449/stat : 20449 (priss) R 20445 20445 20415 0 -1 4202560 23330 0 0 0 5084 9 0 0 18 0 5 0 910512231 363384832 51915 33554432000 4194304 5787044 140736876883648 18446744073709551615 5590400 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20446/tid=20450] ppid=20445 vsize=354868 CPUtime=50.9 cores=0-7
/proc/20446/task/20450/stat : 20450 (priss) R 20445 20445 20415 0 -1 4202560 23999 0 0 0 5081 9 0 0 18 0 5 0 910512234 363384832 51915 33554432000 4194304 5787044 140736876883648 18446744073709551615 5589677 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20446/tid=20451] ppid=20445 vsize=354868 CPUtime=50.78 cores=0-7
/proc/20446/task/20451/stat : 20451 (priss) R 20445 20445 20415 0 -1 4202560 16660 0 0 0 5075 3 0 0 25 0 5 0 910512238 363384832 51915 33554432000 4194304 5787044 140736876883648 18446744073709551615 5526958 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.79
Current children cumulated vsize (KiB) 363568

[startup+102.307 s]
/proc/loadavg: 3.59 2.54 2.19 5/176 20453
/proc/meminfo: memFree=13713796/32951124 swapFree=67051728/67111528
[pid=20445] ppid=20443 vsize=8700 CPUtime=0 cores=0-7
/proc/20445/stat : 20445 (priss.sh) S 20443 20445 20415 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 910512220 8908800 252 33554432000 4194304 4922060 140736720266496 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20445/statm: 2175 252 211 178 0 68 0
[pid=20446] ppid=20445 vsize=372128 CPUtime=408.57 cores=0-7
/proc/20446/stat : 20446 (priss) S 20445 20445 20415 0 -1 4202496 111251 0 0 0 40805 52 0 0 18 0 5 0 910512220 381059072 66471 33554432000 4194304 5787044 140736876883648 18446744073709551615 228134537649 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20446/statm: 93032 66471 417 389 0 88782 0
[pid=20446/tid=20448] ppid=20445 vsize=372128 CPUtime=102.18 cores=0-7
/proc/20446/task/20448/stat : 20448 (priss) R 20445 20445 20415 0 -1 4202560 22403 0 0 0 10207 11 0 0 19 0 5 0 910512228 381059072 66471 33554432000 4194304 5787044 140736876883648 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20446/tid=20449] ppid=20445 vsize=372128 CPUtime=102.11 cores=0-7
/proc/20446/task/20449/stat : 20449 (priss) R 20445 20445 20415 0 -1 4202560 26615 0 0 0 10191 20 0 0 18 0 5 0 910512231 381059072 66472 33554432000 4194304 5787044 140736876883648 18446744073709551615 4254964 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20446/tid=20450] ppid=20445 vsize=372128 CPUtime=102.1 cores=0-7
/proc/20446/task/20450/stat : 20450 (priss) R 20445 20445 20415 0 -1 4202560 28798 0 0 0 10198 12 0 0 19 0 5 0 910512234 381059072 66472 33554432000 4194304 5787044 140736876883648 18446744073709551615 228122375201 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20446/tid=20451] ppid=20445 vsize=372128 CPUtime=101.98 cores=0-7

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

/proc/20446/task/20449/stat : 20449 (priss) R 20445 20445 20415 0 -1 4202560 167881 0 0 0 471745 452 0 0 25 0 5 0 910512231 2637217792 591144 33554432000 4194304 5787044 140736876883648 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20446/tid=20450] ppid=20445 vsize=2575408 CPUtime=4722 cores=0-7
/proc/20446/task/20450/stat : 20450 (priss) R 20445 20445 20415 0 -1 4202560 176099 0 0 0 471566 634 0 0 25 0 5 0 910512234 2637217792 591144 33554432000 4194304 5787044 140736876883648 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20446/tid=20451] ppid=20445 vsize=2575408 CPUtime=4721.82 cores=0-7
/proc/20446/task/20451/stat : 20451 (priss) R 20445 20445 20415 0 -1 4202560 128398 0 0 0 472117 65 0 0 25 0 5 0 910512238 2637217792 591144 33554432000 4194304 5787044 140736876883648 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 18888
Current children cumulated vsize (KiB) 2584108

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/176 20590
/proc/meminfo: memFree=11595728/32951124 swapFree=67051728/67111528
[pid=20445] ppid=20443 vsize=8700 CPUtime=0 cores=0-7
/proc/20445/stat : 20445 (priss.sh) S 20443 20445 20415 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 910512220 8908800 252 33554432000 4194304 4922060 140736720266496 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20445/statm: 2175 252 211 178 0 68 0
[pid=20446] ppid=20445 vsize=2583760 CPUtime=19128 cores=0-7
/proc/20446/stat : 20446 (priss) S 20445 20445 20415 0 -1 4202496 657311 0 0 0 1911053 1747 0 0 18 0 5 0 910512220 2645770240 594271 33554432000 4194304 5787044 140736876883648 18446744073709551615 228134537649 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20446/statm: 645940 594271 417 389 0 641690 0
[pid=20446/tid=20448] ppid=20445 vsize=2583760 CPUtime=4782.03 cores=0-7
/proc/20446/task/20448/stat : 20448 (priss) R 20445 20445 20415 0 -1 4202560 166225 0 0 0 477627 576 0 0 25 0 5 0 910512228 2645770240 594271 33554432000 4194304 5787044 140736876883648 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20446/tid=20449] ppid=20445 vsize=2583760 CPUtime=4781.97 cores=0-7
/proc/20446/task/20449/stat : 20449 (priss) R 20445 20445 20415 0 -1 4202560 167883 0 0 0 477745 452 0 0 20 0 5 0 910512231 2645770240 594271 33554432000 4194304 5787044 140736876883648 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20446/tid=20450] ppid=20445 vsize=2583760 CPUtime=4781.98 cores=0-7
/proc/20446/task/20450/stat : 20450 (priss) R 20445 20445 20415 0 -1 4202560 181254 0 0 0 477548 650 0 0 25 0 5 0 910512234 2645770240 594271 33554432000 4194304 5787044 140736876883648 18446744073709551615 228122375201 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20446/tid=20451] ppid=20445 vsize=2583760 CPUtime=4781.81 cores=0-7
/proc/20446/task/20451/stat : 20451 (priss) R 20445 20445 20415 0 -1 4202560 128417 0 0 0 478116 65 0 0 25 0 5 0 910512238 2645770240 594271 33554432000 4194304 5787044 140736876883648 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19128
Current children cumulated vsize (KiB) 2592460

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/176 20592
/proc/meminfo: memFree=11584484/32951124 swapFree=67051728/67111528
[pid=20445] ppid=20443 vsize=8700 CPUtime=0 cores=0-7
/proc/20445/stat : 20445 (priss.sh) S 20443 20445 20415 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 910512220 8908800 252 33554432000 4194304 4922060 140736720266496 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20445/statm: 2175 252 211 178 0 68 0
[pid=20446] ppid=20445 vsize=2583952 CPUtime=19368 cores=0-7
/proc/20446/stat : 20446 (priss) S 20445 20445 20415 0 -1 4202496 661149 0 0 0 1935043 1756 0 0 18 0 5 0 910512220 2645966848 597116 33554432000 4194304 5787044 140736876883648 18446744073709551615 228134537649 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20446/statm: 645988 597116 417 389 0 641738 0
[pid=20446/tid=20448] ppid=20445 vsize=2583952 CPUtime=4842.02 cores=0-7
/proc/20446/task/20448/stat : 20448 (priss) R 20445 20445 20415 0 -1 4202560 166226 0 0 0 483626 576 0 0 25 0 5 0 910512228 2645966848 597116 33554432000 4194304 5787044 140736876883648 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20446/tid=20449] ppid=20445 vsize=2583952 CPUtime=4841.96 cores=0-7
/proc/20446/task/20449/stat : 20449 (priss) R 20445 20445 20415 0 -1 4202560 167883 0 0 0 483744 452 0 0 25 0 5 0 910512231 2645966848 597116 33554432000 4194304 5787044 140736876883648 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20446/tid=20450] ppid=20445 vsize=2583952 CPUtime=4841.99 cores=0-7
/proc/20446/task/20450/stat : 20450 (priss) R 20445 20445 20415 0 -1 4202560 185053 0 0 0 483540 659 0 0 25 0 5 0 910512234 2645966848 597116 33554432000 4194304 5787044 140736876883648 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20446/tid=20451] ppid=20445 vsize=2583952 CPUtime=4841.81 cores=0-7
/proc/20446/task/20451/stat : 20451 (priss) R 20445 20445 20415 0 -1 4202560 128455 0 0 0 484116 65 0 0 25 0 5 0 910512238 2645966848 597116 33554432000 4194304 5787044 140736876883648 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19368
Current children cumulated vsize (KiB) 2592652

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/176 20593
/proc/meminfo: memFree=11584284/32951124 swapFree=67051728/67111528
[pid=20445] ppid=20443 vsize=8700 CPUtime=0 cores=0-7
/proc/20445/stat : 20445 (priss.sh) S 20443 20445 20415 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 910512220 8908800 252 33554432000 4194304 4922060 140736720266496 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20445/statm: 2175 252 211 178 0 68 0
[pid=20446] ppid=20445 vsize=2583952 CPUtime=19608 cores=0-7
/proc/20446/stat : 20446 (priss) S 20445 20445 20415 0 -1 4202496 661179 0 0 0 1959043 1756 0 0 18 0 5 0 910512220 2645966848 597146 33554432000 4194304 5787044 140736876883648 18446744073709551615 228134537649 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20446/statm: 645988 597146 417 389 0 641738 0
[pid=20446/tid=20448] ppid=20445 vsize=2583952 CPUtime=4902.02 cores=0-7
/proc/20446/task/20448/stat : 20448 (priss) R 20445 20445 20415 0 -1 4202560 166227 0 0 0 489626 576 0 0 25 0 5 0 910512228 2645966848 597146 33554432000 4194304 5787044 140736876883648 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20446/tid=20449] ppid=20445 vsize=2583952 CPUtime=4901.97 cores=0-7
/proc/20446/task/20449/stat : 20449 (priss) R 20445 20445 20415 0 -1 4202560 167885 0 0 0 489745 452 0 0 25 0 5 0 910512231 2645966848 597146 33554432000 4194304 5787044 140736876883648 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20446/tid=20450] ppid=20445 vsize=2583952 CPUtime=4901.99 cores=0-7
/proc/20446/task/20450/stat : 20450 (priss) R 20445 20445 20415 0 -1 4202560 185053 0 0 0 489540 659 0 0 25 0 5 0 910512234 2645966848 597146 33554432000 4194304 5787044 140736876883648 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20446/tid=20451] ppid=20445 vsize=2583952 CPUtime=4901.81 cores=0-7
/proc/20446/task/20451/stat : 20451 (priss) R 20445 20445 20415 0 -1 4202560 128482 0 0 0 490116 65 0 0 25 0 5 0 910512238 2645966848 597146 33554432000 4194304 5787044 140736876883648 18446744073709551615 5524576 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19608
Current children cumulated vsize (KiB) 2592652

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/176 20595
/proc/meminfo: memFree=11584196/32951124 swapFree=67051728/67111528
[pid=20445] ppid=20443 vsize=8700 CPUtime=0 cores=0-7
/proc/20445/stat : 20445 (priss.sh) S 20443 20445 20415 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 910512220 8908800 252 33554432000 4194304 4922060 140736720266496 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20445/statm: 2175 252 211 178 0 68 0
[pid=20446] ppid=20445 vsize=2584144 CPUtime=19848 cores=0-7
/proc/20446/stat : 20446 (priss) S 20445 20445 20415 0 -1 4202496 661222 0 0 0 1983044 1757 0 0 18 0 5 0 910512220 2646163456 597189 33554432000 4194304 5787044 140736876883648 18446744073709551615 228134537649 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20446/statm: 646036 597189 417 389 0 641786 0
[pid=20446/tid=20448] ppid=20445 vsize=2584144 CPUtime=4962.02 cores=0-7
/proc/20446/task/20448/stat : 20448 (priss) R 20445 20445 20415 0 -1 4202560 166227 0 0 0 495626 576 0 0 25 0 5 0 910512228 2646163456 597189 33554432000 4194304 5787044 140736876883648 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20446/tid=20449] ppid=20445 vsize=2584144 CPUtime=4961.97 cores=0-7
/proc/20446/task/20449/stat : 20449 (priss) R 20445 20445 20415 0 -1 4202560 167886 0 0 0 495745 452 0 0 25 0 5 0 910512231 2646163456 597189 33554432000 4194304 5787044 140736876883648 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20446/tid=20450] ppid=20445 vsize=2584144 CPUtime=4961.99 cores=0-7
/proc/20446/task/20450/stat : 20450 (priss) R 20445 20445 20415 0 -1 4202560 185053 0 0 0 495540 659 0 0 25 0 5 0 910512234 2646163456 597189 33554432000 4194304 5787044 140736876883648 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20446/tid=20451] ppid=20445 vsize=2584144 CPUtime=4961.81 cores=0-7
/proc/20446/task/20451/stat : 20451 (priss) R 20445 20445 20415 0 -1 4202560 128524 0 0 0 496116 65 0 0 25 0 5 0 910512238 2646163456 597189 33554432000 4194304 5787044 140736876883648 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19848
Current children cumulated vsize (KiB) 2592844

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/176 20597
/proc/meminfo: memFree=11583612/32951124 swapFree=67051728/67111528
[pid=20445] ppid=20443 vsize=8700 CPUtime=0 cores=0-7
/proc/20445/stat : 20445 (priss.sh) S 20443 20445 20415 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 910512220 8908800 252 33554432000 4194304 4922060 140736720266496 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20445/statm: 2175 252 211 178 0 68 0
[pid=20446] ppid=20445 vsize=2584448 CPUtime=20088 cores=0-7
/proc/20446/stat : 20446 (priss) S 20445 20445 20415 0 -1 4202496 661308 0 0 0 2007044 1757 0 0 18 0 5 0 910512220 2646474752 597275 33554432000 4194304 5787044 140736876883648 18446744073709551615 228134537649 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20446/statm: 646112 597275 417 389 0 641862 0
[pid=20446/tid=20448] ppid=20445 vsize=2584448 CPUtime=5022.03 cores=0-7
/proc/20446/task/20448/stat : 20448 (priss) R 20445 20445 20415 0 -1 4202560 166227 0 0 0 501627 576 0 0 25 0 5 0 910512228 2646474752 597275 33554432000 4194304 5787044 140736876883648 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20446/tid=20449] ppid=20445 vsize=2584448 CPUtime=5021.97 cores=0-7
/proc/20446/task/20449/stat : 20449 (priss) R 20445 20445 20415 0 -1 4202560 167886 0 0 0 501745 452 0 0 25 0 5 0 910512231 2646474752 597275 33554432000 4194304 5787044 140736876883648 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20446/tid=20450] ppid=20445 vsize=2584448 CPUtime=5021.99 cores=0-7
/proc/20446/task/20450/stat : 20450 (priss) R 20445 20445 20415 0 -1 4202560 185053 0 0 0 501540 659 0 0 25 0 5 0 910512234 2646474752 597275 33554432000 4194304 5787044 140736876883648 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20446/tid=20451] ppid=20445 vsize=2584448 CPUtime=5021.81 cores=0-7
/proc/20446/task/20451/stat : 20451 (priss) R 20445 20445 20415 0 -1 4202560 128610 0 0 0 502116 65 0 0 25 0 5 0 910512238 2646474752 597275 33554432000 4194304 5787044 140736876883648 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 20088
Current children cumulated vsize (KiB) 2593148

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/176 20598
/proc/meminfo: memFree=11583412/32951124 swapFree=67051728/67111528
[pid=20445] ppid=20443 vsize=8700 CPUtime=0 cores=0-7
/proc/20445/stat : 20445 (priss.sh) S 20443 20445 20415 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 910512220 8908800 252 33554432000 4194304 4922060 140736720266496 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20445/statm: 2175 252 211 178 0 68 0
[pid=20446] ppid=20445 vsize=2584756 CPUtime=20328 cores=0-7
/proc/20446/stat : 20446 (priss) S 20445 20445 20415 0 -1 4202496 661406 0 0 0 2031044 1757 0 0 18 0 5 0 910512220 2646790144 597373 33554432000 4194304 5787044 140736876883648 18446744073709551615 228134537649 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20446/statm: 646189 597373 417 389 0 641939 0
[pid=20446/tid=20448] ppid=20445 vsize=2584756 CPUtime=5082.04 cores=0-7
/proc/20446/task/20448/stat : 20448 (priss) R 20445 20445 20415 0 -1 4202560 166228 0 0 0 507627 577 0 0 25 0 5 0 910512228 2646790144 597373 33554432000 4194304 5787044 140736876883648 18446744073709551615 5591289 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20446/tid=20449] ppid=20445 vsize=2584756 CPUtime=5081.98 cores=0-7
/proc/20446/task/20449/stat : 20449 (priss) R 20445 20445 20415 0 -1 4202560 167888 0 0 0 507745 453 0 0 25 0 5 0 910512231 2646790144 597373 33554432000 4194304 5787044 140736876883648 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20446/tid=20450] ppid=20445 vsize=2584756 CPUtime=5081.99 cores=0-7
/proc/20446/task/20450/stat : 20450 (priss) R 20445 20445 20415 0 -1 4202560 185053 0 0 0 507540 659 0 0 25 0 5 0 910512234 2646790144 597373 33554432000 4194304 5787044 140736876883648 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20446/tid=20451] ppid=20445 vsize=2584756 CPUtime=5081.82 cores=0-7
/proc/20446/task/20451/stat : 20451 (priss) R 20445 20445 20415 0 -1 4202560 128705 0 0 0 508116 66 0 0 25 0 5 0 910512238 2646790144 597373 33554432000 4194304 5787044 140736876883648 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 20328
Current children cumulated vsize (KiB) 2593456



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.92 5/176 20599
/proc/meminfo: memFree=11583268/32951124 swapFree=67051728/67111528
[pid=20445] ppid=20443 vsize=8700 CPUtime=0 cores=0-7
/proc/20445/stat : 20445 (priss.sh) S 20443 20445 20415 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 910512220 8908800 252 33554432000 4194304 4922060 140736720266496 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20445/statm: 2175 252 211 178 0 68 0
[pid=20446] ppid=20445 vsize=2584756 CPUtime=20398.8 cores=0-7
/proc/20446/stat : 20446 (priss) S 20445 20445 20415 0 -1 4202496 661423 0 0 0 2038127 1757 0 0 18 0 5 0 910512220 2646790144 597390 33554432000 4194304 5787044 140736876883648 18446744073709551615 228134537649 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20446/statm: 646189 597390 417 389 0 641939 0
[pid=20446/tid=20448] ppid=20445 vsize=2584756 CPUtime=5099.74 cores=0-7
/proc/20446/task/20448/stat : 20448 (priss) R 20445 20445 20415 0 -1 4202560 166228 0 0 0 509397 577 0 0 25 0 5 0 910512228 2646790144 597390 33554432000 4194304 5787044 140736876883648 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20446/tid=20449] ppid=20445 vsize=2584756 CPUtime=5099.68 cores=0-7
/proc/20446/task/20449/stat : 20449 (priss) R 20445 20445 20415 0 -1 4202560 167888 0 0 0 509515 453 0 0 25 0 5 0 910512231 2646790144 597390 33554432000 4194304 5787044 140736876883648 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20446/tid=20450] ppid=20445 vsize=2584756 CPUtime=5099.7 cores=0-7
/proc/20446/task/20450/stat : 20450 (priss) R 20445 20445 20415 0 -1 4202560 185053 0 0 0 509311 659 0 0 25 0 5 0 910512234 2646790144 597390 33554432000 4194304 5787044 140736876883648 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20446/tid=20451] ppid=20445 vsize=2584756 CPUtime=5099.53 cores=0-7
/proc/20446/task/20451/stat : 20451 (priss) R 20445 20445 20415 0 -1 4202560 128722 0 0 0 509887 66 0 0 25 0 5 0 910512238 2646790144 597390 33554432000 4194304 5787044 140736876883648 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 20398.8
Current children cumulated vsize (KiB) 2593456

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 20445 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 20398.8
#
# 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): 20398.8
CPU user time (s): 20381.3
CPU system time (s): 17.57
CPU usage (%): 399.976
Max. virtual memory (cumulated for all children) (KiB): 2593456

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

The end

Launcher Data

Begin job on node138 at 2011-06-13 20:19:02
IDJOB=3499205
IDBENCH=71385
IDSOLVER=1994
FILE ID=node138/3499205-1307989142
RUNJOBID= node138-1307989142-20429
PBS_JOBID= 13559820
Free space on /var/tmp= 2864 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v2400c266431gyes1.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3499205-1307989142/watcher-3499205-1307989142 -o /var/tmp/evaluation-result-3499205-1307989142/solver-3499205-1307989142 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499205-1307989142.cnf 1971374401 40000 31000 8

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

MD5SUM BENCH= 836d368f7cf78173b8e7f8b131296e2f
RANDOM SEED=1971374401

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13975800 kB
Buffers:        115244 kB
Cached:       18191712 kB
SwapCached:      13160 kB
Active:        2875572 kB
Inactive:     15448424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13975800 kB
SwapTotal:    67111528 kB
SwapFree:     67051728 kB
Dirty:            5096 kB
Writeback:           0 kB
AnonPages:       15372 kB
Mapped:           8276 kB
Slab:           584188 kB
PageTables:       4656 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   184040 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= 2860 MiB
End job on node138 at 2011-06-13 21:44:05