Trace number 3499329

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

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-7x39.cnf
MD5SUMf717554c4e7f802b3078c48464dbcd9d
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 variables1092
Number of clauses64155
Sum of the clauses size253344
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21638
Number of clauses of size 30
Number of clauses of size 462517
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c *****************************************************
0.00/0.00	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.00	c *   This program may be redistributed or modified   *
0.00/0.00	c * under the terms of the GNU General Public License *
0.00/0.00	c *****************************************************
0.00/0.00	c process id: 20747
0.00/0.02	c parsetime: 16356us
0.00/0.02	c parsed 64155 clauses with 1092 variables
0.00/0.02	c NW started thread 0 successfully (1098930496)
0.00/0.03	c NW started thread 1 successfully (1109420352)
0.00/0.05	c NW started thread 2 successfully (1119910208)
0.00/0.06	c NW started thread 3 successfully (1130400064)
16.24/4.11	c preprocessor returned 10010 variables
16.24/4.11	c preprocessing returned UNKNOWN
16.24/4.11	c PP set 0 variables
16.24/4.11	c pp time: 4090494us (4s)
16.24/4.12	c preprocessor returned 10010 variables
16.24/4.12	c preprocessing returned UNKNOWN
16.24/4.12	c PP set 0 variables
16.24/4.12	c pp time: 4083221us (4s)
16.24/4.13	c preprocessor returned 10010 variables
16.24/4.13	c preprocessing returned UNKNOWN
16.24/4.13	c PP set 0 variables
16.24/4.13	c pp time: 4083270us (4s)
88.14/22.11	c preprocessor returned 30044 variables
88.14/22.11	c preprocessing returned UNKNOWN
88.14/22.11	c PP set 0 variables
88.14/22.11	c pp time: 22045287us (22s)

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

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

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


[startup+0 s]
/proc/loadavg: 3.34 3.82 3.85 2/170 20746
/proc/meminfo: memFree=11056304/32950928 swapFree=67055156/67111528
[pid=20746] ppid=20744 vsize=8700 CPUtime=0 cores=0-7
/proc/20746/stat : 20746 (priss.sh) S 20744 20746 20630 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911439107 8908800 252 33554432000 4194304 4922060 140736051381200 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20746/statm: 2175 252 211 178 0 68 0

[startup+0.035935 s]
/proc/loadavg: 3.34 3.82 3.85 2/170 20746
/proc/meminfo: memFree=11056304/32950928 swapFree=67055156/67111528
[pid=20746] ppid=20744 vsize=8700 CPUtime=0 cores=0-7
/proc/20746/stat : 20746 (priss.sh) S 20744 20746 20630 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911439107 8908800 252 33554432000 4194304 4922060 140736051381200 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20746/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100923 s]
/proc/loadavg: 3.34 3.82 3.85 2/170 20746
/proc/meminfo: memFree=11056304/32950928 swapFree=67055156/67111528
[pid=20746] ppid=20744 vsize=8700 CPUtime=0 cores=0-7
/proc/20746/stat : 20746 (priss.sh) S 20744 20746 20630 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911439107 8908800 252 33554432000 4194304 4922060 140736051381200 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20746/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300887 s]
/proc/loadavg: 3.34 3.82 3.85 2/170 20746
/proc/meminfo: memFree=11056304/32950928 swapFree=67055156/67111528
[pid=20746] ppid=20744 vsize=8700 CPUtime=0 cores=0-7
/proc/20746/stat : 20746 (priss.sh) S 20744 20746 20630 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911439107 8908800 252 33554432000 4194304 4922060 140736051381200 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20746/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700818 s]
/proc/loadavg: 3.34 3.82 3.85 2/170 20746
/proc/meminfo: memFree=11056304/32950928 swapFree=67055156/67111528
[pid=20746] ppid=20744 vsize=8700 CPUtime=0 cores=0-7
/proc/20746/stat : 20746 (priss.sh) S 20744 20746 20630 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911439107 8908800 252 33554432000 4194304 4922060 140736051381200 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20746/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50068 s]
/proc/loadavg: 3.34 3.82 3.85 5/176 20752
/proc/meminfo: memFree=11013996/32950928 swapFree=67055156/67111528
[pid=20746] ppid=20744 vsize=8700 CPUtime=0 cores=0-7
/proc/20746/stat : 20746 (priss.sh) S 20744 20746 20630 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911439107 8908800 252 33554432000 4194304 4922060 140736051381200 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20746/statm: 2175 252 211 178 0 68 0
[pid=20747] ppid=20746 vsize=286640 CPUtime=5.85 cores=0-7
/proc/20747/stat : 20747 (priss) S 20746 20746 20630 0 -1 4202496 11283 0 0 0 575 10 0 0 25 0 5 0 911439107 293519360 11048 33554432000 4194304 5787044 140735805815968 18446744073709551615 248101521841 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20747/statm: 71660 11048 350 389 0 67410 0
[pid=20747/tid=20749] ppid=20746 vsize=286640 CPUtime=1.46 cores=0-7
/proc/20747/task/20749/stat : 20749 (priss) R 20746 20746 20630 0 -1 4202560 1511 0 0 0 145 1 0 0 18 0 5 0 911439110 293519360 11048 33554432000 4194304 5787044 140735805815968 18446744073709551615 4336131 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20747/tid=20750] ppid=20746 vsize=286640 CPUtime=1.45 cores=0-7
/proc/20747/task/20750/stat : 20750 (priss) R 20746 20746 20630 0 -1 4202560 1342 0 0 0 142 3 0 0 18 0 5 0 911439111 293519360 11048 33554432000 4194304 5787044 140735805815968 18446744073709551615 4336770 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20747/tid=20751] ppid=20746 vsize=286640 CPUtime=1.44 cores=0-7
/proc/20747/task/20751/stat : 20751 (priss) R 20746 20746 20630 0 -1 4202560 1077 0 0 0 142 2 0 0 18 0 5 0 911439112 293519360 11048 33554432000 4194304 5787044 140735805815968 18446744073709551615 4336718 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20747/tid=20752] ppid=20746 vsize=286640 CPUtime=1.42 cores=0-7
/proc/20747/task/20752/stat : 20752 (priss) R 20746 20746 20630 0 -1 4202560 3478 0 0 0 139 3 0 0 18 0 5 0 911439114 293519360 11048 33554432000 4194304 5787044 140735805815968 18446744073709551615 4336664 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.85
Current children cumulated vsize (KiB) 295340

[startup+3.10039 s]
/proc/loadavg: 3.34 3.82 3.85 5/176 20752
/proc/meminfo: memFree=11013748/32950928 swapFree=67055156/67111528
[pid=20746] ppid=20744 vsize=8700 CPUtime=0 cores=0-7
/proc/20746/stat : 20746 (priss.sh) S 20744 20746 20630 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911439107 8908800 252 33554432000 4194304 4922060 140736051381200 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20746/statm: 2175 252 211 178 0 68 0
[pid=20747] ppid=20746 vsize=286640 CPUtime=12.25 cores=0-7
/proc/20747/stat : 20747 (priss) S 20746 20746 20630 0 -1 4202496 11314 0 0 0 1215 10 0 0 25 0 5 0 911439107 293519360 11079 33554432000 4194304 5787044 140735805815968 18446744073709551615 248101521841 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20747/statm: 71660 11079 352 389 0 67410 0
[pid=20747/tid=20749] ppid=20746 vsize=286640 CPUtime=3.06 cores=0-7
/proc/20747/task/20749/stat : 20749 (priss) R 20746 20746 20630 0 -1 4202560 1520 0 0 0 305 1 0 0 21 0 5 0 911439110 293519360 11079 33554432000 4194304 5787044 140735805815968 18446744073709551615 4336729 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20747/tid=20750] ppid=20746 vsize=286640 CPUtime=3.05 cores=0-7
/proc/20747/task/20750/stat : 20750 (priss) R 20746 20746 20630 0 -1 4202560 1349 0 0 0 302 3 0 0 21 0 5 0 911439111 293519360 11079 33554432000 4194304 5787044 140735805815968 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20747/tid=20751] ppid=20746 vsize=286640 CPUtime=3.04 cores=0-7
/proc/20747/task/20751/stat : 20751 (priss) R 20746 20746 20630 0 -1 4202560 1085 0 0 0 302 2 0 0 21 0 5 0 911439112 293519360 11079 33554432000 4194304 5787044 140735805815968 18446744073709551615 4336718 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20747/tid=20752] ppid=20746 vsize=286640 CPUtime=3.02 cores=0-7
/proc/20747/task/20752/stat : 20752 (priss) R 20746 20746 20630 0 -1 4202560 3485 0 0 0 299 3 0 0 21 0 5 0 911439114 293519360 11079 33554432000 4194304 5787044 140735805815968 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.25
Current children cumulated vsize (KiB) 295340

[startup+6.30083 s]
/proc/loadavg: 3.39 3.83 3.85 5/176 20752
/proc/meminfo: memFree=10981896/32950928 swapFree=67055156/67111528
[pid=20746] ppid=20744 vsize=8700 CPUtime=0 cores=0-7
/proc/20746/stat : 20746 (priss.sh) S 20744 20746 20630 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911439107 8908800 252 33554432000 4194304 4922060 140736051381200 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20746/statm: 2175 252 211 178 0 68 0
[pid=20747] ppid=20746 vsize=307612 CPUtime=25.03 cores=0-7
/proc/20747/stat : 20747 (priss) S 20746 20746 20630 0 -1 4202496 25220 0 0 0 2484 19 0 0 25 0 5 0 911439107 314994688 20996 33554432000 4194304 5787044 140735805815968 18446744073709551615 248101521841 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20747/statm: 76903 20996 404 389 0 72653 0
[pid=20747/tid=20749] ppid=20746 vsize=307612 CPUtime=6.26 cores=0-7
/proc/20747/task/20749/stat : 20749 (priss) R 20746 20746 20630 0 -1 4202560 5492 0 0 0 621 5 0 0 18 0 5 0 911439110 314994688 20996 33554432000 4194304 5787044 140735805815968 18446744073709551615 248089365471 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20747/tid=20750] ppid=20746 vsize=307612 CPUtime=6.23 cores=0-7
/proc/20747/task/20750/stat : 20750 (priss) R 20746 20746 20630 0 -1 4202560 5051 0 0 0 617 6 0 0 21 0 5 0 911439111 314994688 20996 33554432000 4194304 5787044 140735805815968 18446744073709551615 4214555 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20747/tid=20751] ppid=20746 vsize=307612 CPUtime=6.23 cores=0-7
/proc/20747/task/20751/stat : 20751 (priss) R 20746 20746 20630 0 -1 4202560 4913 0 0 0 620 3 0 0 25 0 5 0 911439112 314994688 20996 33554432000 4194304 5787044 140735805815968 18446744073709551615 4255030 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20747/tid=20752] ppid=20746 vsize=307612 CPUtime=6.21 cores=0-7
/proc/20747/task/20752/stat : 20752 (priss) R 20746 20746 20630 0 -1 4202560 5889 0 0 0 618 3 0 0 20 0 5 0 911439114 314994688 20996 33554432000 4194304 5787044 140735805815968 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 316312

[startup+12.7007 s]
/proc/loadavg: 3.44 3.83 3.85 5/176 20752
/proc/meminfo: memFree=10958120/32950928 swapFree=67055156/67111528
[pid=20746] ppid=20744 vsize=8700 CPUtime=0 cores=0-7
/proc/20746/stat : 20746 (priss.sh) S 20744 20746 20630 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911439107 8908800 252 33554432000 4194304 4922060 140736051381200 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20746/statm: 2175 252 211 178 0 68 0
[pid=20747] ppid=20746 vsize=318980 CPUtime=50.59 cores=0-7
/proc/20747/stat : 20747 (priss) S 20746 20746 20630 0 -1 4202496 31342 0 0 0 5031 28 0 0 25 0 5 0 911439107 326635520 27118 33554432000 4194304 5787044 140735805815968 18446744073709551615 248101521841 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20747/statm: 79745 27118 404 389 0 75495 0
[pid=20747/tid=20749] ppid=20746 vsize=318980 CPUtime=12.64 cores=0-7
/proc/20747/task/20749/stat : 20749 (priss) R 20746 20746 20630 0 -1 4202560 7205 0 0 0 1256 8 0 0 20 0 5 0 911439110 326635520 27118 33554432000 4194304 5787044 140735805815968 18446744073709551615 248089359393 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20747/tid=20750] ppid=20746 vsize=318980 CPUtime=12.62 cores=0-7
/proc/20747/task/20750/stat : 20750 (priss) R 20746 20746 20630 0 -1 4202560 7637 0 0 0 1253 9 0 0 18 0 5 0 911439111 326635520 27118 33554432000 4194304 5787044 140735805815968 18446744073709551615 5590487 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20747/tid=20751] ppid=20746 vsize=318980 CPUtime=12.61 cores=0-7
/proc/20747/task/20751/stat : 20751 (priss) R 20746 20746 20630 0 -1 4202560 6730 0 0 0 1256 5 0 0 25 0 5 0 911439112 326635520 27118 33554432000 4194304 5787044 140735805815968 18446744073709551615 4254552 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20747/tid=20752] ppid=20746 vsize=318980 CPUtime=12.62 cores=0-7
/proc/20747/task/20752/stat : 20752 (priss) R 20746 20746 20630 0 -1 4202560 5895 0 0 0 1258 4 0 0 25 0 5 0 911439114 326635520 27118 33554432000 4194304 5787044 140735805815968 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 327680

[startup+25.5004 s]
/proc/loadavg: 3.56 3.84 3.85 5/176 20753
/proc/meminfo: memFree=10901696/32950928 swapFree=67055156/67111528
[pid=20746] ppid=20744 vsize=8700 CPUtime=0 cores=0-7
/proc/20746/stat : 20746 (priss.sh) S 20744 20746 20630 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911439107 8908800 252 33554432000 4194304 4922060 140736051381200 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20746/statm: 2175 252 211 178 0 68 0
[pid=20747] ppid=20746 vsize=334144 CPUtime=101.65 cores=0-7
/proc/20747/stat : 20747 (priss) S 20746 20746 20630 0 -1 4202496 46752 0 0 0 10112 53 0 0 25 0 5 0 911439107 342163456 40017 33554432000 4194304 5787044 140735805815968 18446744073709551615 248101521841 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20747/statm: 83536 40017 417 389 0 79286 0
[pid=20747/tid=20749] ppid=20746 vsize=334144 CPUtime=25.41 cores=0-7
/proc/20747/task/20749/stat : 20749 (priss) R 20746 20746 20630 0 -1 4202560 10617 0 0 0 2526 15 0 0 20 0 5 0 911439110 342163456 40017 33554432000 4194304 5787044 140735805815968 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20747/tid=20750] ppid=20746 vsize=334144 CPUtime=25.39 cores=0-7
/proc/20747/task/20750/stat : 20750 (priss) R 20746 20746 20630 0 -1 4202560 11076 0 0 0 2522 17 0 0 20 0 5 0 911439111 342163456 40017 33554432000 4194304 5787044 140735805815968 18446744073709551615 4238732 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20747/tid=20751] ppid=20746 vsize=334144 CPUtime=25.37 cores=0-7
/proc/20747/task/20751/stat : 20751 (priss) R 20746 20746 20630 0 -1 4202560 10498 0 0 0 2526 11 0 0 19 0 5 0 911439112 342163456 40017 33554432000 4194304 5787044 140735805815968 18446744073709551615 4220590 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20747/tid=20752] ppid=20746 vsize=334144 CPUtime=25.39 cores=0-7
/proc/20747/task/20752/stat : 20752 (priss) R 20746 20746 20630 0 -1 4202560 10686 0 0 0 2530 9 0 0 25 0 5 0 911439114 342163456 40017 33554432000 4194304 5787044 140735805815968 18446744073709551615 248101524149 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.65
Current children cumulated vsize (KiB) 342844

[startup+51.1009 s]
/proc/loadavg: 3.71 3.85 3.86 5/176 20753
/proc/meminfo: memFree=10803640/32950928 swapFree=67055156/67111528
[pid=20746] ppid=20744 vsize=8700 CPUtime=0 cores=0-7
/proc/20746/stat : 20746 (priss.sh) S 20744 20746 20630 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911439107 8908800 252 33554432000 4194304 4922060 140736051381200 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20746/statm: 2175 252 211 178 0 68 0
[pid=20747] ppid=20746 vsize=362188 CPUtime=203.85 cores=0-7
/proc/20747/stat : 20747 (priss) S 20746 20746 20630 0 -1 4202496 71629 0 0 0 20295 90 0 0 25 0 5 0 911439107 370880512 64731 33554432000 4194304 5787044 140735805815968 18446744073709551615 248101521841 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20747/statm: 90547 64731 417 389 0 86297 0
[pid=20747/tid=20749] ppid=20746 vsize=362188 CPUtime=50.97 cores=0-7
/proc/20747/task/20749/stat : 20749 (priss) R 20746 20746 20630 0 -1 4202560 16940 0 0 0 5070 27 0 0 18 0 5 0 911439110 370880512 64731 33554432000 4194304 5787044 140735805815968 18446744073709551615 5590624 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20747/tid=20750] ppid=20746 vsize=362188 CPUtime=50.93 cores=0-7
/proc/20747/task/20750/stat : 20750 (priss) R 20746 20746 20630 0 -1 4202560 16452 0 0 0 5067 26 0 0 25 0 5 0 911439111 370880512 64731 33554432000 4194304 5787044 140735805815968 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20747/tid=20751] ppid=20746 vsize=362188 CPUtime=50.92 cores=0-7
/proc/20747/task/20751/stat : 20751 (priss) R 20746 20746 20630 0 -1 4202560 16409 0 0 0 5076 16 0 0 18 0 5 0 911439112 370880512 64731 33554432000 4194304 5787044 140735805815968 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20747/tid=20752] ppid=20746 vsize=362188 CPUtime=50.94 cores=0-7
/proc/20747/task/20752/stat : 20752 (priss) R 20746 20746 20630 0 -1 4202560 17953 0 0 0 5075 19 0 0 19 0 5 0 911439114 370880512 64731 33554432000 4194304 5787044 140735805815968 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.85
Current children cumulated vsize (KiB) 370888

[startup+102.307 s]
/proc/loadavg: 3.87 3.87 3.86 5/176 20755
/proc/meminfo: memFree=10654044/32950928 swapFree=67055156/67111528
[pid=20746] ppid=20744 vsize=8700 CPUtime=0 cores=0-7
/proc/20746/stat : 20746 (priss.sh) S 20744 20746 20630 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911439107 8908800 252 33554432000 4194304 4922060 140736051381200 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20746/statm: 2175 252 211 178 0 68 0
[pid=20747] ppid=20746 vsize=613020 CPUtime=408.6 cores=0-7
/proc/20747/stat : 20747 (priss) S 20746 20746 20630 0 -1 4202496 108982 0 0 0 40733 127 0 0 25 0 5 0 911439107 627732480 101857 33554432000 4194304 5787044 140735805815968 18446744073709551615 248101521841 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20747/statm: 153255 101858 417 389 0 149005 0
[pid=20747/tid=20749] ppid=20746 vsize=613020 CPUtime=102.16 cores=0-7
/proc/20747/task/20749/stat : 20749 (priss) R 20746 20746 20630 0 -1 4202560 28805 0 0 0 10178 38 0 0 19 0 5 0 911439110 627732480 101858 33554432000 4194304 5787044 140735805815968 18446744073709551615 248089359393 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20747/tid=20750] ppid=20746 vsize=613020 CPUtime=102.13 cores=0-7
/proc/20747/task/20750/stat : 20750 (priss) R 20746 20746 20630 0 -1 4202560 26958 0 0 0 10177 36 0 0 25 0 5 0 911439111 627732480 101858 33554432000 4194304 5787044 140735805815968 18446744073709551615 4217277 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20747/tid=20751] ppid=20746 vsize=613020 CPUtime=102.1 cores=0-7
/proc/20747/task/20751/stat : 20751 (priss) R 20746 20746 20630 0 -1 4202560 25695 0 0 0 10186 24 0 0 18 0 5 0 911439112 627732480 101858 33554432000 4194304 5787044 140735805815968 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20747/tid=20752] ppid=20746 vsize=613020 CPUtime=102.1 cores=0-7

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

/proc/20747/task/20750/stat : 20750 (priss) R 20746 20746 20630 0 -1 4202560 239839 0 0 0 471902 303 0 0 25 0 5 0 911439111 3660795904 833787 33554432000 4194304 5787044 140735805815968 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20747/tid=20751] ppid=20746 vsize=3574996 CPUtime=4722.03 cores=0-7
/proc/20747/task/20751/stat : 20751 (priss) R 20746 20746 20630 0 -1 4202560 240590 0 0 0 472020 183 0 0 25 0 5 0 911439112 3660795904 833787 33554432000 4194304 5787044 140735805815968 18446744073709551615 5590578 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20747/tid=20752] ppid=20746 vsize=3574996 CPUtime=4722.07 cores=0-7
/proc/20747/task/20752/stat : 20752 (priss) R 20746 20746 20630 0 -1 4202560 136054 0 0 0 472030 177 0 0 25 0 5 0 911439114 3660795904 833787 33554432000 4194304 5787044 140735805815968 18446744073709551615 5528404 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 18888.4
Current children cumulated vsize (KiB) 3583696

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 20903
/proc/meminfo: memFree=7700164/32950928 swapFree=67055156/67111528
[pid=20746] ppid=20744 vsize=8700 CPUtime=0 cores=0-7
/proc/20746/stat : 20746 (priss.sh) S 20744 20746 20630 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911439107 8908800 252 33554432000 4194304 4922060 140736051381200 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20746/statm: 2175 252 211 178 0 68 0
[pid=20747] ppid=20746 vsize=3574996 CPUtime=19128.3 cores=0-7
/proc/20747/stat : 20747 (priss) S 20746 20746 20630 0 -1 4202496 862880 0 0 0 1911808 1026 0 0 25 0 5 0 911439107 3660795904 838161 33554432000 4194304 5787044 140735805815968 18446744073709551615 248101521841 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20747/statm: 893749 838161 417 389 0 889499 0
[pid=20747/tid=20749] ppid=20746 vsize=3574996 CPUtime=4782.1 cores=0-7
/proc/20747/task/20749/stat : 20749 (priss) R 20746 20746 20630 0 -1 4202560 241912 0 0 0 477849 361 0 0 25 0 5 0 911439110 3660795904 838161 33554432000 4194304 5787044 140735805815968 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20747/tid=20750] ppid=20746 vsize=3574996 CPUtime=4782.05 cores=0-7
/proc/20747/task/20750/stat : 20750 (priss) R 20746 20746 20630 0 -1 4202560 239956 0 0 0 477902 303 0 0 25 0 5 0 911439111 3660795904 838161 33554432000 4194304 5787044 140735805815968 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20747/tid=20751] ppid=20746 vsize=3574996 CPUtime=4782.03 cores=0-7
/proc/20747/task/20751/stat : 20751 (priss) R 20746 20746 20630 0 -1 4202560 240732 0 0 0 478020 183 0 0 25 0 5 0 911439112 3660795904 838161 33554432000 4194304 5787044 140735805815968 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20747/tid=20752] ppid=20746 vsize=3574996 CPUtime=4782.06 cores=0-7
/proc/20747/task/20752/stat : 20752 (priss) R 20746 20746 20630 0 -1 4202560 136405 0 0 0 478029 177 0 0 25 0 5 0 911439114 3660795904 838161 33554432000 4194304 5787044 140735805815968 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19128.3
Current children cumulated vsize (KiB) 3583696

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 20905
/proc/meminfo: memFree=7665040/32950928 swapFree=67055156/67111528
[pid=20746] ppid=20744 vsize=8700 CPUtime=0 cores=0-7
/proc/20746/stat : 20746 (priss.sh) S 20744 20746 20630 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911439107 8908800 252 33554432000 4194304 4922060 140736051381200 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20746/statm: 2175 252 211 178 0 68 0
[pid=20747] ppid=20746 vsize=3586524 CPUtime=19368.3 cores=0-7
/proc/20747/stat : 20747 (priss) S 20746 20746 20630 0 -1 4202496 871584 0 0 0 1935796 1038 0 0 25 0 5 0 911439107 3672600576 846865 33554432000 4194304 5787044 140735805815968 18446744073709551615 248101521841 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20747/statm: 896631 846865 417 389 0 892381 0
[pid=20747/tid=20749] ppid=20746 vsize=3586524 CPUtime=4842.1 cores=0-7
/proc/20747/task/20749/stat : 20749 (priss) R 20746 20746 20630 0 -1 4202560 246966 0 0 0 483840 370 0 0 20 0 5 0 911439110 3672600576 846865 33554432000 4194304 5787044 140735805815968 18446744073709551615 4220688 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20747/tid=20750] ppid=20746 vsize=3586524 CPUtime=4842.05 cores=0-7
/proc/20747/task/20750/stat : 20750 (priss) R 20746 20746 20630 0 -1 4202560 240098 0 0 0 483901 304 0 0 25 0 5 0 911439111 3672600576 846865 33554432000 4194304 5787044 140735805815968 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20747/tid=20751] ppid=20746 vsize=3586524 CPUtime=4842.03 cores=0-7
/proc/20747/task/20751/stat : 20751 (priss) R 20746 20746 20630 0 -1 4202560 243786 0 0 0 484019 184 0 0 25 0 5 0 911439112 3672600576 846865 33554432000 4194304 5787044 140735805815968 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20747/tid=20752] ppid=20746 vsize=3586524 CPUtime=4842.07 cores=0-7
/proc/20747/task/20752/stat : 20752 (priss) R 20746 20746 20630 0 -1 4202560 136859 0 0 0 484029 178 0 0 25 0 5 0 911439114 3672600576 846865 33554432000 4194304 5787044 140735805815968 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19368.3
Current children cumulated vsize (KiB) 3595224

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 20907
/proc/meminfo: memFree=7617508/32950928 swapFree=67055156/67111528
[pid=20746] ppid=20744 vsize=8700 CPUtime=0 cores=0-7
/proc/20746/stat : 20746 (priss.sh) S 20744 20746 20630 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911439107 8908800 252 33554432000 4194304 4922060 140736051381200 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20746/statm: 2175 252 211 178 0 68 0
[pid=20747] ppid=20746 vsize=3672540 CPUtime=19608.3 cores=0-7
/proc/20747/stat : 20747 (priss) S 20746 20746 20630 0 -1 4202496 883527 0 0 0 1959782 1051 0 0 25 0 5 0 911439107 3760680960 858808 33554432000 4194304 5787044 140735805815968 18446744073709551615 248101521841 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20747/statm: 918135 858808 417 389 0 913885 0
[pid=20747/tid=20749] ppid=20746 vsize=3672540 CPUtime=4902.1 cores=0-7
/proc/20747/task/20749/stat : 20749 (priss) R 20746 20746 20630 0 -1 4202560 252201 0 0 0 489830 380 0 0 25 0 5 0 911439110 3760680960 858808 33554432000 4194304 5787044 140735805815968 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20747/tid=20750] ppid=20746 vsize=3672540 CPUtime=4902.05 cores=0-7
/proc/20747/task/20750/stat : 20750 (priss) R 20746 20746 20630 0 -1 4202560 240294 0 0 0 489901 304 0 0 25 0 5 0 911439111 3760680960 858808 33554432000 4194304 5787044 140735805815968 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20747/tid=20751] ppid=20746 vsize=3672540 CPUtime=4902.02 cores=0-7
/proc/20747/task/20751/stat : 20751 (priss) R 20746 20746 20630 0 -1 4202560 248881 0 0 0 490015 187 0 0 25 0 5 0 911439112 3760680960 858808 33554432000 4194304 5787044 140735805815968 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20747/tid=20752] ppid=20746 vsize=3672540 CPUtime=4902.07 cores=0-7
/proc/20747/task/20752/stat : 20752 (priss) R 20746 20746 20630 0 -1 4202560 138276 0 0 0 490029 178 0 0 25 0 5 0 911439114 3760680960 858808 33554432000 4194304 5787044 140735805815968 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19608.3
Current children cumulated vsize (KiB) 3681240

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 20908
/proc/meminfo: memFree=7567244/32950928 swapFree=67055156/67111528
[pid=20746] ppid=20744 vsize=8700 CPUtime=0 cores=0-7
/proc/20746/stat : 20746 (priss.sh) S 20744 20746 20630 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911439107 8908800 252 33554432000 4194304 4922060 140736051381200 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20746/statm: 2175 252 211 178 0 68 0
[pid=20747] ppid=20746 vsize=3696224 CPUtime=19848.3 cores=0-7
/proc/20747/stat : 20747 (priss) S 20746 20746 20630 0 -1 4202496 896071 0 0 0 1983768 1066 0 0 25 0 5 0 911439107 3784933376 871352 33554432000 4194304 5787044 140735805815968 18446744073709551615 248101521841 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20747/statm: 924056 871352 417 389 0 919806 0
[pid=20747/tid=20749] ppid=20746 vsize=3696224 CPUtime=4962.1 cores=0-7
/proc/20747/task/20749/stat : 20749 (priss) R 20746 20746 20630 0 -1 4202560 257306 0 0 0 495820 390 0 0 25 0 5 0 911439110 3784933376 871352 33554432000 4194304 5787044 140735805815968 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20747/tid=20750] ppid=20746 vsize=3696224 CPUtime=4962.06 cores=0-7
/proc/20747/task/20750/stat : 20750 (priss) R 20746 20746 20630 0 -1 4202560 240491 0 0 0 495901 305 0 0 25 0 5 0 911439111 3784933376 871352 33554432000 4194304 5787044 140735805815968 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20747/tid=20751] ppid=20746 vsize=3696224 CPUtime=4962.02 cores=0-7
/proc/20747/task/20751/stat : 20751 (priss) R 20746 20746 20630 0 -1 4202560 254833 0 0 0 496012 190 0 0 25 0 5 0 911439112 3784933376 871352 33554432000 4194304 5787044 140735805815968 18446744073709551615 5591730 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20747/tid=20752] ppid=20746 vsize=3696224 CPUtime=4962.07 cores=0-7
/proc/20747/task/20752/stat : 20752 (priss) R 20746 20746 20630 0 -1 4202560 139566 0 0 0 496027 180 0 0 25 0 5 0 911439114 3784933376 871352 33554432000 4194304 5787044 140735805815968 18446744073709551615 5528429 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19848.3
Current children cumulated vsize (KiB) 3704924

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 20910
/proc/meminfo: memFree=7514612/32950928 swapFree=67055156/67111528
[pid=20746] ppid=20744 vsize=8700 CPUtime=0 cores=0-7
/proc/20746/stat : 20746 (priss.sh) S 20744 20746 20630 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911439107 8908800 252 33554432000 4194304 4922060 140736051381200 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20746/statm: 2175 252 211 178 0 68 0
[pid=20747] ppid=20746 vsize=3715680 CPUtime=20088.3 cores=0-7
/proc/20747/stat : 20747 (priss) S 20746 20746 20630 0 -1 4202496 909274 0 0 0 2007750 1084 0 0 25 0 5 0 911439107 3804856320 884555 33554432000 4194304 5787044 140735805815968 18446744073709551615 248101521841 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20747/statm: 928920 884555 417 389 0 924670 0
[pid=20747/tid=20749] ppid=20746 vsize=3715680 CPUtime=5022.1 cores=0-7
/proc/20747/task/20749/stat : 20749 (priss) R 20746 20746 20630 0 -1 4202560 262398 0 0 0 501810 400 0 0 25 0 5 0 911439110 3804856320 884555 33554432000 4194304 5787044 140735805815968 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20747/tid=20750] ppid=20746 vsize=3715680 CPUtime=5022.05 cores=0-7
/proc/20747/task/20750/stat : 20750 (priss) R 20746 20746 20630 0 -1 4202560 241673 0 0 0 501900 305 0 0 25 0 5 0 911439111 3804856320 884555 33554432000 4194304 5787044 140735805815968 18446744073709551615 5591579 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20747/tid=20751] ppid=20746 vsize=3715680 CPUtime=5022.02 cores=0-7
/proc/20747/task/20751/stat : 20751 (priss) R 20746 20746 20630 0 -1 4202560 259754 0 0 0 502008 194 0 0 25 0 5 0 911439112 3804856320 884555 33554432000 4194304 5787044 140735805815968 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20747/tid=20752] ppid=20746 vsize=3715680 CPUtime=5022.07 cores=0-7
/proc/20747/task/20752/stat : 20752 (priss) R 20746 20746 20630 0 -1 4202560 141574 0 0 0 502024 183 0 0 25 0 5 0 911439114 3804856320 884555 33554432000 4194304 5787044 140735805815968 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 20088.3
Current children cumulated vsize (KiB) 3724380

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 20911
/proc/meminfo: memFree=7460864/32950928 swapFree=67055156/67111528
[pid=20746] ppid=20744 vsize=8700 CPUtime=0 cores=0-7
/proc/20746/stat : 20746 (priss.sh) S 20744 20746 20630 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911439107 8908800 252 33554432000 4194304 4922060 140736051381200 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20746/statm: 2175 252 211 178 0 68 0
[pid=20747] ppid=20746 vsize=3801696 CPUtime=20328.3 cores=0-7
/proc/20747/stat : 20747 (priss) S 20746 20746 20630 0 -1 4202496 922567 0 0 0 2031733 1102 0 0 25 0 5 0 911439107 3892936704 897848 33554432000 4194304 5787044 140735805815968 18446744073709551615 248101521841 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20747/statm: 950424 897848 417 389 0 946174 0
[pid=20747/tid=20749] ppid=20746 vsize=3801696 CPUtime=5082.1 cores=0-7
/proc/20747/task/20749/stat : 20749 (priss) R 20746 20746 20630 0 -1 4202560 267547 0 0 0 507800 410 0 0 25 0 5 0 911439110 3892936704 897848 33554432000 4194304 5787044 140735805815968 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20747/tid=20750] ppid=20746 vsize=3801696 CPUtime=5082.06 cores=0-7
/proc/20747/task/20750/stat : 20750 (priss) R 20746 20746 20630 0 -1 4202560 242862 0 0 0 507900 306 0 0 25 0 5 0 911439111 3892936704 897848 33554432000 4194304 5787044 140735805815968 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20747/tid=20751] ppid=20746 vsize=3801696 CPUtime=5082.03 cores=0-7
/proc/20747/task/20751/stat : 20751 (priss) R 20746 20746 20630 0 -1 4202560 264791 0 0 0 508004 199 0 0 25 0 5 0 911439112 3892936704 897848 33554432000 4194304 5787044 140735805815968 18446744073709551615 4220648 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20747/tid=20752] ppid=20746 vsize=3801696 CPUtime=5082.07 cores=0-7
/proc/20747/task/20752/stat : 20752 (priss) R 20746 20746 20630 0 -1 4202560 143492 0 0 0 508021 186 0 0 25 0 5 0 911439114 3892936704 897848 33554432000 4194304 5787044 140735805815968 18446744073709551615 5528408 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 20328.3
Current children cumulated vsize (KiB) 3810396



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 20912
/proc/meminfo: memFree=7440504/32950928 swapFree=67055156/67111528
[pid=20746] ppid=20744 vsize=8700 CPUtime=0 cores=0-7
/proc/20746/stat : 20746 (priss.sh) S 20744 20746 20630 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911439107 8908800 252 33554432000 4194304 4922060 140736051381200 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20746/statm: 2175 252 211 178 0 68 0
[pid=20747] ppid=20746 vsize=3807840 CPUtime=20399.2 cores=0-7
/proc/20747/stat : 20747 (priss) S 20746 20746 20630 0 -1 4202496 927609 0 0 0 2038810 1107 0 0 25 0 5 0 911439107 3899228160 902890 33554432000 4194304 5787044 140735805815968 18446744073709551615 248101521841 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20747/statm: 951960 902890 417 389 0 947710 0
[pid=20747/tid=20749] ppid=20746 vsize=3807840 CPUtime=5099.81 cores=0-7
/proc/20747/task/20749/stat : 20749 (priss) R 20746 20746 20630 0 -1 4202560 269019 0 0 0 509569 412 0 0 25 0 5 0 911439110 3899228160 902891 33554432000 4194304 5787044 140735805815968 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20747/tid=20750] ppid=20746 vsize=3807840 CPUtime=5099.76 cores=0-7
/proc/20747/task/20750/stat : 20750 (priss) R 20746 20746 20630 0 -1 4202560 243407 0 0 0 509670 306 0 0 25 0 5 0 911439111 3899228160 902891 33554432000 4194304 5787044 140735805815968 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20747/tid=20751] ppid=20746 vsize=3807840 CPUtime=5099.73 cores=0-7
/proc/20747/task/20751/stat : 20751 (priss) R 20746 20746 20630 0 -1 4202560 266219 0 0 0 509773 200 0 0 25 0 5 0 911439112 3899228160 902891 33554432000 4194304 5787044 140735805815968 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20747/tid=20752] ppid=20746 vsize=3807840 CPUtime=5099.78 cores=0-7
/proc/20747/task/20752/stat : 20752 (priss) R 20746 20746 20630 0 -1 4202560 145090 0 0 0 509791 187 0 0 25 0 5 0 911439114 3899228160 902891 33554432000 4194304 5787044 140735805815968 18446744073709551615 248089359393 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 20399.2
Current children cumulated vsize (KiB) 3816540

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

Real time (s): 5100.02
CPU time (s): 20399.2
CPU user time (s): 20388.1
CPU system time (s): 11.07
CPU usage (%): 399.982
Max. virtual memory (cumulated for all children) (KiB): 3816540

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= 332
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 8.47971 second user time and 19.1311 second system time

The end

Launcher Data

Begin job on node123 at 2011-06-13 22:53:13
IDJOB=3499329
IDBENCH=83170
IDSOLVER=1994
FILE ID=node123/3499329-1307998393
RUNJOBID= node123-1307998390-20644
PBS_JOBID= 13559828
Free space on /var/tmp= 2892 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-7x39.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3499329-1307998393/watcher-3499329-1307998393 -o /var/tmp/evaluation-result-3499329-1307998393/solver-3499329-1307998393 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499329-1307998393.cnf 1338518701 40000 31000 8

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

MD5SUM BENCH= f717554c4e7f802b3078c48464dbcd9d
RANDOM SEED=1338518701

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      11056228 kB
Buffers:        126992 kB
Cached:       21008956 kB
SwapCached:      10120 kB
Active:        5494716 kB
Inactive:     15659104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11056228 kB
SwapTotal:    67111528 kB
SwapFree:     67055156 kB
Dirty:            3052 kB
Writeback:           0 kB
AnonPages:       16316 kB
Mapped:          12080 kB
Slab:           673256 kB
PageTables:       4068 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   186936 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= 2892 MiB
End job on node123 at 2011-06-14 00:18:15