Trace number 3499447

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

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-5-5_34309.cnf
MD5SUMe252fbf81407f3388187ab50f0786909
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 variables34307
Number of clauses708206
Sum of the clauses size3541030
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 5708206
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: 20839
0.00/0.34	c parsetime: 334826us
0.00/0.34	c parsed 708206 clauses with 34307 variables
0.00/0.43	c NW started thread 0 successfully (1096886592)
0.00/0.57	c NW started thread 1 successfully (1085647168)
0.00/0.72	c NW started thread 2 successfully (1107376448)
0.00/0.90	c NW started thread 3 successfully (1117866304)
70.78/18.25	c preprocessor returned 36307 variables
70.78/18.25	c preprocessing returned UNKNOWN
70.78/18.25	c PP set 0 variables
70.78/18.25	c pp time: 17342308us (17s)
74.77/19.21	c preprocessor returned 34607 variables
74.77/19.21	c preprocessing returned UNKNOWN
74.77/19.21	c PP set 0 variables
74.77/19.21	c pp time: 18625241us (18s)
86.37/22.15	c preprocessor returned 34607 variables
86.37/22.15	c preprocessing returned UNKNOWN
86.37/22.15	c PP set 0 variables
86.37/22.15	c pp time: 21714041us (21s)
88.76/22.70	c preprocessor returned 34607 variables
88.76/22.70	c preprocessing returned UNKNOWN
88.76/22.70	c PP set 0 variables
88.76/22.70	c pp time: 21980514us (21s)
13277.72/3320.30	c HTE
13430.51/3358.56	c subsumption
13997.35/3500.27	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-3499447-1307999373/watcher-3499447-1307999373 -o /var/tmp/evaluation-result-3499447-1307999373/solver-3499447-1307999373 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499447-1307999373.cnf 226228276 40000 31000 8 

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

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


[startup+0 s]
/proc/loadavg: 4.00 4.00 3.95 2/170 20838
/proc/meminfo: memFree=16276672/32950928 swapFree=67054688/67111528
[pid=20838] ppid=20836 vsize=8700 CPUtime=0 cores=0-7
/proc/20838/stat : 20838 (priss.sh) S 20836 20838 20415 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 367546812 8908800 252 33554432000 4194304 4922060 140736945776992 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20838/statm: 2175 252 211 178 0 68 0

[startup+0.058356 s]
/proc/loadavg: 4.00 4.00 3.95 2/170 20838
/proc/meminfo: memFree=16276672/32950928 swapFree=67054688/67111528
[pid=20838] ppid=20836 vsize=8700 CPUtime=0 cores=0-7
/proc/20838/stat : 20838 (priss.sh) S 20836 20838 20415 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 367546812 8908800 252 33554432000 4194304 4922060 140736945776992 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20838/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.10036 s]
/proc/loadavg: 4.00 4.00 3.95 2/170 20838
/proc/meminfo: memFree=16276672/32950928 swapFree=67054688/67111528
[pid=20838] ppid=20836 vsize=8700 CPUtime=0 cores=0-7
/proc/20838/stat : 20838 (priss.sh) S 20836 20838 20415 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 367546812 8908800 252 33554432000 4194304 4922060 140736945776992 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20838/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300314 s]
/proc/loadavg: 4.00 4.00 3.95 2/170 20838
/proc/meminfo: memFree=16276672/32950928 swapFree=67054688/67111528
[pid=20838] ppid=20836 vsize=8700 CPUtime=0 cores=0-7
/proc/20838/stat : 20838 (priss.sh) S 20836 20838 20415 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 367546812 8908800 252 33554432000 4194304 4922060 140736945776992 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20838/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700243 s]
/proc/loadavg: 4.00 4.00 3.95 2/170 20838
/proc/meminfo: memFree=16276672/32950928 swapFree=67054688/67111528
[pid=20838] ppid=20836 vsize=8700 CPUtime=0 cores=0-7
/proc/20838/stat : 20838 (priss.sh) S 20836 20838 20415 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 367546812 8908800 252 33554432000 4194304 4922060 140736945776992 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20838/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5011 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 20844
/proc/meminfo: memFree=15940540/32950928 swapFree=67054688/67111528
[pid=20838] ppid=20836 vsize=8700 CPUtime=0 cores=0-7
/proc/20838/stat : 20838 (priss.sh) S 20836 20838 20415 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 367546812 8908800 252 33554432000 4194304 4922060 140736945776992 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20838/statm: 2175 252 211 178 0 68 0
[pid=20839] ppid=20838 vsize=596848 CPUtime=3.98 cores=0-7
/proc/20839/stat : 20839 (priss) S 20838 20838 20415 0 -1 4202496 97857 0 0 0 350 48 0 0 18 0 5 0 367546812 611172352 92388 33554432000 4194304 5787044 140735554910288 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/20839/statm: 149212 92388 349 389 0 144962 0
[pid=20839/tid=20841] ppid=20838 vsize=596848 CPUtime=1.04 cores=0-7
/proc/20839/task/20841/stat : 20841 (priss) R 20838 20838 20415 0 -1 4202560 10766 0 0 0 100 4 0 0 18 0 5 0 367546855 611172352 92388 33554432000 4194304 5787044 140735554910288 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20839/tid=20842] ppid=20838 vsize=596848 CPUtime=0.89 cores=0-7
/proc/20839/task/20842/stat : 20842 (priss) R 20838 20838 20415 0 -1 4202560 10572 0 0 0 86 3 0 0 17 0 5 0 367546870 611172352 92388 33554432000 4194304 5787044 140735554910288 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20839/tid=20843] ppid=20838 vsize=596848 CPUtime=0.75 cores=0-7
/proc/20839/task/20843/stat : 20843 (priss) R 20838 20838 20415 0 -1 4202560 8527 0 0 0 71 4 0 0 18 0 5 0 367546884 611172352 92388 33554432000 4194304 5787044 140735554910288 18446744073709551615 4332669 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20839/tid=20844] ppid=20838 vsize=596848 CPUtime=0.52 cores=0-7
/proc/20839/task/20844/stat : 20844 (priss) R 20838 20838 20415 0 -1 4202560 8308 0 0 0 32 20 0 0 18 0 5 0 367546902 611172352 92388 33554432000 4194304 5787044 140735554910288 18446744073709551615 4332602 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.98
Current children cumulated vsize (KiB) 605548

[startup+3.10082 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 20844
/proc/meminfo: memFree=15901480/32950928 swapFree=67054688/67111528
[pid=20838] ppid=20836 vsize=8700 CPUtime=0 cores=0-7
/proc/20838/stat : 20838 (priss.sh) S 20836 20838 20415 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 367546812 8908800 252 33554432000 4194304 4922060 140736945776992 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20838/statm: 2175 252 211 178 0 68 0
[pid=20839] ppid=20838 vsize=605432 CPUtime=10.37 cores=0-7
/proc/20839/stat : 20839 (priss) S 20838 20838 20415 0 -1 4202496 100407 0 0 0 989 48 0 0 18 0 5 0 367546812 619962368 93862 33554432000 4194304 5787044 140735554910288 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/20839/statm: 151358 93862 349 389 0 147108 0
[pid=20839/tid=20841] ppid=20838 vsize=605432 CPUtime=2.64 cores=0-7
/proc/20839/task/20841/stat : 20841 (priss) R 20838 20838 20415 0 -1 4202560 10766 0 0 0 260 4 0 0 20 0 5 0 367546855 619962368 93862 33554432000 4194304 5787044 140735554910288 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20839/tid=20842] ppid=20838 vsize=605432 CPUtime=2.49 cores=0-7
/proc/20839/task/20842/stat : 20842 (priss) R 20838 20838 20415 0 -1 4202560 10572 0 0 0 246 3 0 0 20 0 5 0 367546870 619962368 93862 33554432000 4194304 5787044 140735554910288 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20839/tid=20843] ppid=20838 vsize=605432 CPUtime=2.35 cores=0-7
/proc/20839/task/20843/stat : 20843 (priss) R 20838 20838 20415 0 -1 4202560 9283 0 0 0 231 4 0 0 21 0 5 0 367546884 619962368 93862 33554432000 4194304 5787044 140735554910288 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20839/tid=20844] ppid=20838 vsize=605432 CPUtime=2.12 cores=0-7
/proc/20839/task/20844/stat : 20844 (priss) R 20838 20838 20415 0 -1 4202560 10102 0 0 0 191 21 0 0 20 0 5 0 367546902 619962368 93862 33554432000 4194304 5787044 140735554910288 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 10.37
Current children cumulated vsize (KiB) 614132

[startup+6.30125 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 20844
/proc/meminfo: memFree=15901448/32950928 swapFree=67054688/67111528
[pid=20838] ppid=20836 vsize=8700 CPUtime=0 cores=0-7
/proc/20838/stat : 20838 (priss.sh) S 20836 20838 20415 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 367546812 8908800 252 33554432000 4194304 4922060 140736945776992 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20838/statm: 2175 252 211 178 0 68 0
[pid=20839] ppid=20838 vsize=605432 CPUtime=23.17 cores=0-7
/proc/20839/stat : 20839 (priss) S 20838 20838 20415 0 -1 4202496 100407 0 0 0 2269 48 0 0 18 0 5 0 367546812 619962368 93862 33554432000 4194304 5787044 140735554910288 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/20839/statm: 151358 93862 349 389 0 147108 0
[pid=20839/tid=20841] ppid=20838 vsize=605432 CPUtime=5.84 cores=0-7
/proc/20839/task/20841/stat : 20841 (priss) R 20838 20838 20415 0 -1 4202560 10766 0 0 0 580 4 0 0 25 0 5 0 367546855 619962368 93862 33554432000 4194304 5787044 140735554910288 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20839/tid=20842] ppid=20838 vsize=605432 CPUtime=5.7 cores=0-7
/proc/20839/task/20842/stat : 20842 (priss) R 20838 20838 20415 0 -1 4202560 10572 0 0 0 567 3 0 0 25 0 5 0 367546870 619962368 93862 33554432000 4194304 5787044 140735554910288 18446744073709551615 4336770 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20839/tid=20843] ppid=20838 vsize=605432 CPUtime=5.55 cores=0-7
/proc/20839/task/20843/stat : 20843 (priss) R 20838 20838 20415 0 -1 4202560 9283 0 0 0 551 4 0 0 25 0 5 0 367546884 619962368 93862 33554432000 4194304 5787044 140735554910288 18446744073709551615 18446744073699065939 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20839/tid=20844] ppid=20838 vsize=605432 CPUtime=5.32 cores=0-7
/proc/20839/task/20844/stat : 20844 (priss) R 20838 20838 20415 0 -1 4202560 10102 0 0 0 511 21 0 0 25 0 5 0 367546902 619962368 93862 33554432000 4194304 5787044 140735554910288 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 23.17
Current children cumulated vsize (KiB) 614132

[startup+12.7011 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 20844
/proc/meminfo: memFree=15902332/32950928 swapFree=67054688/67111528
[pid=20838] ppid=20836 vsize=8700 CPUtime=0 cores=0-7
/proc/20838/stat : 20838 (priss.sh) S 20836 20838 20415 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 367546812 8908800 252 33554432000 4194304 4922060 140736945776992 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20838/statm: 2175 252 211 178 0 68 0
[pid=20839] ppid=20838 vsize=605432 CPUtime=48.77 cores=0-7
/proc/20839/stat : 20839 (priss) S 20838 20838 20415 0 -1 4202496 100443 0 0 0 4829 48 0 0 18 0 5 0 367546812 619962368 93898 33554432000 4194304 5787044 140735554910288 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/20839/statm: 151358 93898 352 389 0 147108 0
[pid=20839/tid=20841] ppid=20838 vsize=605432 CPUtime=12.24 cores=0-7
/proc/20839/task/20841/stat : 20841 (priss) R 20838 20838 20415 0 -1 4202560 10766 0 0 0 1220 4 0 0 25 0 5 0 367546855 619962368 93898 33554432000 4194304 5787044 140735554910288 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20839/tid=20842] ppid=20838 vsize=605432 CPUtime=12.1 cores=0-7
/proc/20839/task/20842/stat : 20842 (priss) R 20838 20838 20415 0 -1 4202560 10605 0 0 0 1207 3 0 0 25 0 5 0 367546870 619962368 93898 33554432000 4194304 5787044 140735554910288 18446744073709551615 4345961 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20839/tid=20843] ppid=20838 vsize=605432 CPUtime=11.95 cores=0-7
/proc/20839/task/20843/stat : 20843 (priss) R 20838 20838 20415 0 -1 4202560 9283 0 0 0 1191 4 0 0 25 0 5 0 367546884 619962368 93898 33554432000 4194304 5787044 140735554910288 18446744073709551615 4336816 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20839/tid=20844] ppid=20838 vsize=605432 CPUtime=11.72 cores=0-7
/proc/20839/task/20844/stat : 20844 (priss) R 20838 20838 20415 0 -1 4202560 10105 0 0 0 1151 21 0 0 25 0 5 0 367546902 619962368 93898 33554432000 4194304 5787044 140735554910288 18446744073709551615 4336759 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 48.77
Current children cumulated vsize (KiB) 614132

[startup+25.5009 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 20845
/proc/meminfo: memFree=15799452/32950928 swapFree=67054688/67111528
[pid=20838] ppid=20836 vsize=8700 CPUtime=0 cores=0-7
/proc/20838/stat : 20838 (priss.sh) S 20836 20838 20415 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 367546812 8908800 252 33554432000 4194304 4922060 140736945776992 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20838/statm: 2175 252 211 178 0 68 0
[pid=20839] ppid=20838 vsize=708940 CPUtime=99.94 cores=0-7
/proc/20839/stat : 20839 (priss) S 20838 20838 20415 0 -1 4202496 133998 0 0 0 9933 61 0 0 18 0 5 0 367546812 725954560 120509 33554432000 4194304 5787044 140735554910288 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/20839/statm: 177235 120509 417 389 0 172985 0
[pid=20839/tid=20841] ppid=20838 vsize=708940 CPUtime=25.04 cores=0-7
/proc/20839/task/20841/stat : 20841 (priss) R 20838 20838 20415 0 -1 4202560 19443 0 0 0 2498 6 0 0 18 0 5 0 367546855 725954560 120509 33554432000 4194304 5787044 140735554910288 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20839/tid=20842] ppid=20838 vsize=708940 CPUtime=24.89 cores=0-7
/proc/20839/task/20842/stat : 20842 (priss) R 20838 20838 20415 0 -1 4202560 20652 0 0 0 2483 6 0 0 25 0 5 0 367546870 725954560 120509 33554432000 4194304 5787044 140735554910288 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20839/tid=20843] ppid=20838 vsize=708940 CPUtime=24.75 cores=0-7
/proc/20839/task/20843/stat : 20843 (priss) R 20838 20838 20415 0 -1 4202560 17648 0 0 0 2468 7 0 0 18 0 5 0 367546884 725954560 120509 33554432000 4194304 5787044 140735554910288 18446744073709551615 5591712 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20839/tid=20844] ppid=20838 vsize=708940 CPUtime=24.49 cores=0-7
/proc/20839/task/20844/stat : 20844 (priss) R 20838 20838 20415 0 -1 4202560 16571 0 0 0 2424 25 0 0 18 0 5 0 367546902 725954560 120509 33554432000 4194304 5787044 140735554910288 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 99.94
Current children cumulated vsize (KiB) 717640

[startup+51.1004 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 20845
/proc/meminfo: memFree=15701760/32950928 swapFree=67054688/67111528
[pid=20838] ppid=20836 vsize=8700 CPUtime=0 cores=0-7
/proc/20838/stat : 20838 (priss.sh) S 20836 20838 20415 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 367546812 8908800 252 33554432000 4194304 4922060 140736945776992 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20838/statm: 2175 252 211 178 0 68 0
[pid=20839] ppid=20838 vsize=793000 CPUtime=202.18 cores=0-7
/proc/20839/stat : 20839 (priss) S 20838 20838 20415 0 -1 4202496 157820 0 0 0 20120 98 0 0 18 0 5 0 367546812 812032000 144330 33554432000 4194304 5787044 140735554910288 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/20839/statm: 198250 144330 417 389 0 194000 0
[pid=20839/tid=20841] ppid=20838 vsize=793000 CPUtime=50.62 cores=0-7
/proc/20839/task/20841/stat : 20841 (priss) R 20838 20838 20415 0 -1 4202560 27031 0 0 0 5049 13 0 0 18 0 5 0 367546855 812032000 144330 33554432000 4194304 5787044 140735554910288 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20839/tid=20842] ppid=20838 vsize=793000 CPUtime=50.47 cores=0-7
/proc/20839/task/20842/stat : 20842 (priss) R 20838 20838 20415 0 -1 4202560 26373 0 0 0 5036 11 0 0 25 0 5 0 367546870 812032000 144330 33554432000 4194304 5787044 140735554910288 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20839/tid=20843] ppid=20838 vsize=793000 CPUtime=50.33 cores=0-7
/proc/20839/task/20843/stat : 20843 (priss) R 20838 20838 20415 0 -1 4202560 22628 0 0 0 5021 12 0 0 18 0 5 0 367546884 812032000 144330 33554432000 4194304 5787044 140735554910288 18446744073709551615 5591573 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20839/tid=20844] ppid=20838 vsize=793000 CPUtime=49.99 cores=0-7
/proc/20839/task/20844/stat : 20844 (priss) R 20838 20838 20415 0 -1 4202560 22104 0 0 0 4954 45 0 0 18 0 5 0 367546902 812032000 144330 33554432000 4194304 5787044 140735554910288 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 202.18
Current children cumulated vsize (KiB) 801700

[startup+102.306 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 20847
/proc/meminfo: memFree=15557432/32950928 swapFree=67054688/67111528
[pid=20838] ppid=20836 vsize=8700 CPUtime=0 cores=0-7
/proc/20838/stat : 20838 (priss.sh) S 20836 20838 20415 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 367546812 8908800 252 33554432000 4194304 4922060 140736945776992 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20838/statm: 2175 252 211 178 0 68 0
[pid=20839] ppid=20838 vsize=956976 CPUtime=406.81 cores=0-7
/proc/20839/stat : 20839 (priss) S 20838 20838 20415 0 -1 4202496 193986 0 0 0 40499 182 0 0 18 0 5 0 367546812 979943424 180428 33554432000 4194304 5787044 140735554910288 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/20839/statm: 239244 180428 417 389 0 234994 0
[pid=20839/tid=20841] ppid=20838 vsize=956976 CPUtime=101.79 cores=0-7
/proc/20839/task/20841/stat : 20841 (priss) R 20838 20838 20415 0 -1 4202560 35640 0 0 0 10158 21 0 0 18 0 5 0 367546855 979943424 180428 33554432000 4194304 5787044 140735554910288 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20839/tid=20842] ppid=20838 vsize=956976 CPUtime=101.65 cores=0-7
/proc/20839/task/20842/stat : 20842 (priss) R 20838 20838 20415 0 -1 4202560 33551 0 0 0 10147 18 0 0 25 0 5 0 367546870 979943424 180428 33554432000 4194304 5787044 140735554910288 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20839/tid=20843] ppid=20838 vsize=956976 CPUtime=101.51 cores=0-7
/proc/20839/task/20843/stat : 20843 (priss) R 20838 20838 20415 0 -1 4202560 31230 0 0 0 10132 19 0 0 18 0 5 0 367546884 979943424 180428 33554432000 4194304 5787044 140735554910288 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20839/tid=20844] ppid=20838 vsize=956976 CPUtime=101.1 cores=0-7

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

/proc/20839/task/20842/stat : 20842 (priss) R 20838 20838 20415 0 -1 4202560 217642 0 0 0 471921 221 0 0 25 0 5 0 367546870 4129169408 925844 33554432000 4194304 5787044 140735554910288 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20839/tid=20843] ppid=20838 vsize=4032392 CPUtime=4721.41 cores=0-7
/proc/20839/task/20843/stat : 20843 (priss) R 20838 20838 20415 0 -1 4202560 162084 0 0 0 471980 161 0 0 18 0 5 0 367546884 4129169408 925844 33554432000 4194304 5787044 140735554910288 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20839/tid=20844] ppid=20838 vsize=4032392 CPUtime=4720.45 cores=0-7
/proc/20839/task/20844/stat : 20844 (priss) R 20838 20838 20415 0 -1 4202560 252241 0 0 0 470973 1072 0 0 19 0 5 0 367546902 4129169408 925844 33554432000 4194304 5787044 140735554910288 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 18885.7
Current children cumulated vsize (KiB) 4041092

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.97 5/176 20986
/proc/meminfo: memFree=12510236/32950928 swapFree=67054688/67111528
[pid=20838] ppid=20836 vsize=8700 CPUtime=0 cores=0-7
/proc/20838/stat : 20838 (priss.sh) S 20836 20838 20415 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 367546812 8908800 252 33554432000 4194304 4922060 140736945776992 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20838/statm: 2175 252 211 178 0 68 0
[pid=20839] ppid=20838 vsize=4032392 CPUtime=19125.7 cores=0-7
/proc/20839/stat : 20839 (priss) S 20838 20838 20415 0 -1 4202496 963740 0 0 0 1910757 1814 0 0 18 0 5 0 367546812 4129169408 940365 33554432000 4194304 5787044 140735554910288 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/20839/statm: 1008098 940365 417 389 0 1003848 0
[pid=20839/tid=20841] ppid=20838 vsize=4032392 CPUtime=4781.67 cores=0-7
/proc/20839/task/20841/stat : 20841 (priss) R 20838 20838 20415 0 -1 4202560 262133 0 0 0 477855 312 0 0 18 0 5 0 367546855 4129169408 940365 33554432000 4194304 5787044 140735554910288 18446744073709551615 5585354 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20839/tid=20842] ppid=20838 vsize=4032392 CPUtime=4781.42 cores=0-7
/proc/20839/task/20842/stat : 20842 (priss) R 20838 20838 20415 0 -1 4202560 221960 0 0 0 477914 228 0 0 25 0 5 0 367546870 4129169408 940365 33554432000 4194304 5787044 140735554910288 18446744073709551615 4238736 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20839/tid=20843] ppid=20838 vsize=4032392 CPUtime=4781.41 cores=0-7
/proc/20839/task/20843/stat : 20843 (priss) R 20838 20838 20415 0 -1 4202560 163146 0 0 0 477980 161 0 0 21 0 5 0 367546884 4129169408 940365 33554432000 4194304 5787044 140735554910288 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20839/tid=20844] ppid=20838 vsize=4032392 CPUtime=4780.44 cores=0-7
/proc/20839/task/20844/stat : 20844 (priss) R 20838 20838 20415 0 -1 4202560 256817 0 0 0 476948 1096 0 0 25 0 5 0 367546902 4129169408 940365 33554432000 4194304 5787044 140735554910288 18446744073709551615 5527392 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19125.7
Current children cumulated vsize (KiB) 4041092

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.97 5/176 20988
/proc/meminfo: memFree=12455896/32950928 swapFree=67054688/67111528
[pid=20838] ppid=20836 vsize=8700 CPUtime=0 cores=0-7
/proc/20838/stat : 20838 (priss.sh) S 20836 20838 20415 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 367546812 8908800 252 33554432000 4194304 4922060 140736945776992 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20838/statm: 2175 252 211 178 0 68 0
[pid=20839] ppid=20838 vsize=4097928 CPUtime=19365.7 cores=0-7
/proc/20839/stat : 20839 (priss) S 20838 20838 20415 0 -1 4202496 977174 0 0 0 1934717 1853 0 0 18 0 5 0 367546812 4196278272 953799 33554432000 4194304 5787044 140735554910288 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/20839/statm: 1024482 953799 417 389 0 1020232 0
[pid=20839/tid=20841] ppid=20838 vsize=4097928 CPUtime=4841.67 cores=0-7
/proc/20839/task/20841/stat : 20841 (priss) R 20838 20838 20415 0 -1 4202560 266622 0 0 0 483847 320 0 0 18 0 5 0 367546855 4196278272 953799 33554432000 4194304 5787044 140735554910288 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20839/tid=20842] ppid=20838 vsize=4097928 CPUtime=4841.42 cores=0-7
/proc/20839/task/20842/stat : 20842 (priss) R 20838 20838 20415 0 -1 4202560 226315 0 0 0 483908 234 0 0 25 0 5 0 367546870 4196278272 953799 33554432000 4194304 5787044 140735554910288 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20839/tid=20843] ppid=20838 vsize=4097928 CPUtime=4841.4 cores=0-7
/proc/20839/task/20843/stat : 20843 (priss) R 20838 20838 20415 0 -1 4202560 163188 0 0 0 483979 161 0 0 20 0 5 0 367546884 4196278272 953799 33554432000 4194304 5787044 140735554910288 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20839/tid=20844] ppid=20838 vsize=4097928 CPUtime=4840.44 cores=0-7
/proc/20839/task/20844/stat : 20844 (priss) R 20838 20838 20415 0 -1 4202560 261365 0 0 0 482922 1122 0 0 18 0 5 0 367546902 4196278272 953799 33554432000 4194304 5787044 140735554910288 18446744073709551615 5527426 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19365.7
Current children cumulated vsize (KiB) 4106628

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.97 5/176 20990
/proc/meminfo: memFree=12397704/32950928 swapFree=67054688/67111528
[pid=20838] ppid=20836 vsize=8700 CPUtime=0 cores=0-7
/proc/20838/stat : 20838 (priss.sh) S 20836 20838 20415 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 367546812 8908800 252 33554432000 4194304 4922060 140736945776992 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20838/statm: 2175 252 211 178 0 68 0
[pid=20839] ppid=20838 vsize=4097928 CPUtime=19605.7 cores=0-7
/proc/20839/stat : 20839 (priss) S 20838 20838 20415 0 -1 4202496 991861 0 0 0 1958677 1893 0 0 18 0 5 0 367546812 4196278272 968486 33554432000 4194304 5787044 140735554910288 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/20839/statm: 1024482 968486 417 389 0 1020232 0
[pid=20839/tid=20841] ppid=20838 vsize=4097928 CPUtime=4901.68 cores=0-7
/proc/20839/task/20841/stat : 20841 (priss) R 20838 20838 20415 0 -1 4202560 270972 0 0 0 489840 328 0 0 18 0 5 0 367546855 4196278272 968486 33554432000 4194304 5787044 140735554910288 18446744073709551615 5591640 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20839/tid=20842] ppid=20838 vsize=4097928 CPUtime=4901.42 cores=0-7
/proc/20839/task/20842/stat : 20842 (priss) R 20838 20838 20415 0 -1 4202560 231730 0 0 0 489901 241 0 0 25 0 5 0 367546870 4196278272 968486 33554432000 4194304 5787044 140735554910288 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20839/tid=20843] ppid=20838 vsize=4097928 CPUtime=4901.41 cores=0-7
/proc/20839/task/20843/stat : 20843 (priss) R 20838 20838 20415 0 -1 4202560 163678 0 0 0 489979 162 0 0 18 0 5 0 367546884 4196278272 968486 33554432000 4194304 5787044 140735554910288 18446744073709551615 5591264 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20839/tid=20844] ppid=20838 vsize=4097928 CPUtime=4900.44 cores=0-7
/proc/20839/task/20844/stat : 20844 (priss) R 20838 20838 20415 0 -1 4202560 265797 0 0 0 488897 1147 0 0 25 0 5 0 367546902 4196278272 968486 33554432000 4194304 5787044 140735554910288 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19605.7
Current children cumulated vsize (KiB) 4106628

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.97 5/176 20991
/proc/meminfo: memFree=12326120/32950928 swapFree=67054688/67111528
[pid=20838] ppid=20836 vsize=8700 CPUtime=0 cores=0-7
/proc/20838/stat : 20838 (priss.sh) S 20836 20838 20415 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 367546812 8908800 252 33554432000 4194304 4922060 140736945776992 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20838/statm: 2175 252 211 178 0 68 0
[pid=20839] ppid=20838 vsize=4229000 CPUtime=19845.7 cores=0-7
/proc/20839/stat : 20839 (priss) S 20838 20838 20415 0 -1 4202496 1009616 0 0 0 1982636 1934 0 0 18 0 5 0 367546812 4330496000 986241 33554432000 4194304 5787044 140735554910288 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/20839/statm: 1057250 986241 417 389 0 1053000 0
[pid=20839/tid=20841] ppid=20838 vsize=4229000 CPUtime=4961.68 cores=0-7
/proc/20839/task/20841/stat : 20841 (priss) R 20838 20838 20415 0 -1 4202560 275283 0 0 0 495833 335 0 0 25 0 5 0 367546855 4330496000 986241 33554432000 4194304 5787044 140735554910288 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20839/tid=20842] ppid=20838 vsize=4229000 CPUtime=4961.42 cores=0-7
/proc/20839/task/20842/stat : 20842 (priss) R 20838 20838 20415 0 -1 4202560 236057 0 0 0 495895 247 0 0 25 0 5 0 367546870 4330496000 986241 33554432000 4194304 5787044 140735554910288 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20839/tid=20843] ppid=20838 vsize=4229000 CPUtime=4961.4 cores=0-7
/proc/20839/task/20843/stat : 20843 (priss) R 20838 20838 20415 0 -1 4202560 167377 0 0 0 495974 166 0 0 19 0 5 0 367546884 4330496000 986241 33554432000 4194304 5787044 140735554910288 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20839/tid=20844] ppid=20838 vsize=4229000 CPUtime=4960.44 cores=0-7
/proc/20839/task/20844/stat : 20844 (priss) R 20838 20838 20415 0 -1 4202560 271215 0 0 0 494874 1170 0 0 25 0 5 0 367546902 4330496000 986241 33554432000 4194304 5787044 140735554910288 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19845.7
Current children cumulated vsize (KiB) 4237700

[startup+5022.3 s]
/proc/loadavg: 4.05 4.01 3.97 5/176 20993
/proc/meminfo: memFree=12261232/32950928 swapFree=67054688/67111528
[pid=20838] ppid=20836 vsize=8700 CPUtime=0 cores=0-7
/proc/20838/stat : 20838 (priss.sh) S 20836 20838 20415 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 367546812 8908800 252 33554432000 4194304 4922060 140736945776992 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20838/statm: 2175 252 211 178 0 68 0
[pid=20839] ppid=20838 vsize=4294536 CPUtime=20085.7 cores=0-7
/proc/20839/stat : 20839 (priss) S 20838 20838 20415 0 -1 4202496 1025956 0 0 0 2006592 1978 0 0 18 0 5 0 367546812 4397604864 1002581 33554432000 4194304 5787044 140735554910288 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/20839/statm: 1073634 1002581 417 389 0 1069384 0
[pid=20839/tid=20841] ppid=20838 vsize=4294536 CPUtime=5021.68 cores=0-7
/proc/20839/task/20841/stat : 20841 (priss) R 20838 20838 20415 0 -1 4202560 279580 0 0 0 501825 343 0 0 18 0 5 0 367546855 4397604864 1002581 33554432000 4194304 5787044 140735554910288 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20839/tid=20842] ppid=20838 vsize=4294536 CPUtime=5021.42 cores=0-7
/proc/20839/task/20842/stat : 20842 (priss) R 20838 20838 20415 0 -1 4202560 240257 0 0 0 501891 251 0 0 25 0 5 0 367546870 4397604864 1002581 33554432000 4194304 5787044 140735554910288 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20839/tid=20843] ppid=20838 vsize=4294536 CPUtime=5021.4 cores=0-7
/proc/20839/task/20843/stat : 20843 (priss) R 20838 20838 20415 0 -1 4202560 170989 0 0 0 501968 172 0 0 19 0 5 0 367546884 4397604864 1002581 33554432000 4194304 5787044 140735554910288 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20839/tid=20844] ppid=20838 vsize=4294536 CPUtime=5020.43 cores=0-7
/proc/20839/task/20844/stat : 20844 (priss) R 20838 20838 20415 0 -1 4202560 275446 0 0 0 500848 1195 0 0 23 0 5 0 367546902 4397604864 1002581 33554432000 4194304 5787044 140735554910288 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20085.7
Current children cumulated vsize (KiB) 4303236

[startup+5082.3 s]
/proc/loadavg: 4.02 4.01 3.97 5/176 20995
/proc/meminfo: memFree=12191268/32950928 swapFree=67054688/67111528
[pid=20838] ppid=20836 vsize=8700 CPUtime=0 cores=0-7
/proc/20838/stat : 20838 (priss.sh) S 20836 20838 20415 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 367546812 8908800 252 33554432000 4194304 4922060 140736945776992 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20838/statm: 2175 252 211 178 0 68 0
[pid=20839] ppid=20838 vsize=4360072 CPUtime=20325.7 cores=0-7
/proc/20839/stat : 20839 (priss) S 20838 20838 20415 0 -1 4202496 1043293 0 0 0 2030549 2021 0 0 18 0 5 0 367546812 4464713728 1019918 33554432000 4194304 5787044 140735554910288 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/20839/statm: 1090018 1019918 417 389 0 1085768 0
[pid=20839/tid=20841] ppid=20838 vsize=4360072 CPUtime=5081.68 cores=0-7
/proc/20839/task/20841/stat : 20841 (priss) R 20838 20838 20415 0 -1 4202560 283738 0 0 0 507819 349 0 0 18 0 5 0 367546855 4464713728 1019918 33554432000 4194304 5787044 140735554910288 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20839/tid=20842] ppid=20838 vsize=4360072 CPUtime=5081.42 cores=0-7
/proc/20839/task/20842/stat : 20842 (priss) R 20838 20838 20415 0 -1 4202560 245375 0 0 0 507885 257 0 0 25 0 5 0 367546870 4464713728 1019918 33554432000 4194304 5787044 140735554910288 18446744073709551615 4254546 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20839/tid=20843] ppid=20838 vsize=4360072 CPUtime=5081.4 cores=0-7
/proc/20839/task/20843/stat : 20843 (priss) R 20838 20838 20415 0 -1 4202560 174696 0 0 0 507960 180 0 0 18 0 5 0 367546884 4464713728 1019918 33554432000 4194304 5787044 140735554910288 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20839/tid=20844] ppid=20838 vsize=4360072 CPUtime=5080.43 cores=0-7
/proc/20839/task/20844/stat : 20844 (priss) R 20838 20838 20415 0 -1 4202560 279800 0 0 0 506825 1218 0 0 23 0 5 0 367546902 4464713728 1019918 33554432000 4194304 5787044 140735554910288 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20325.7
Current children cumulated vsize (KiB) 4368772



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.01 4.01 3.97 5/176 20995
/proc/meminfo: memFree=12172032/32950928 swapFree=67054688/67111528
[pid=20838] ppid=20836 vsize=8700 CPUtime=0 cores=0-7
/proc/20838/stat : 20838 (priss.sh) S 20836 20838 20415 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 367546812 8908800 252 33554432000 4194304 4922060 140736945776992 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20838/statm: 2175 252 211 178 0 68 0
[pid=20839] ppid=20838 vsize=4360072 CPUtime=20396.5 cores=0-7
/proc/20839/stat : 20839 (priss) S 20838 20838 20415 0 -1 4202496 1048021 0 0 0 2037621 2031 0 0 18 0 5 0 367546812 4464713728 1024646 33554432000 4194304 5787044 140735554910288 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/20839/statm: 1090018 1024646 417 389 0 1085768 0
[pid=20839/tid=20841] ppid=20838 vsize=4360072 CPUtime=5099.38 cores=0-7
/proc/20839/task/20841/stat : 20841 (priss) R 20838 20838 20415 0 -1 4202560 284930 0 0 0 509588 350 0 0 20 0 5 0 367546855 4464713728 1024646 33554432000 4194304 5787044 140735554910288 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20839/tid=20842] ppid=20838 vsize=4360072 CPUtime=5099.13 cores=0-7
/proc/20839/task/20842/stat : 20842 (priss) R 20838 20838 20415 0 -1 4202560 246575 0 0 0 509655 258 0 0 25 0 5 0 367546870 4464713728 1024646 33554432000 4194304 5787044 140735554910288 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20839/tid=20843] ppid=20838 vsize=4360072 CPUtime=5099.12 cores=0-7
/proc/20839/task/20843/stat : 20843 (priss) R 20838 20838 20415 0 -1 4202560 175774 0 0 0 509729 183 0 0 18 0 5 0 367546884 4464713728 1024646 33554432000 4194304 5787044 140735554910288 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20839/tid=20844] ppid=20838 vsize=4360072 CPUtime=5098.13 cores=0-7
/proc/20839/task/20844/stat : 20844 (priss) R 20838 20838 20415 0 -1 4202560 281058 0 0 0 508589 1224 0 0 25 0 5 0 367546902 4464713728 1024646 33554432000 4194304 5787044 140735554910288 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20396.5
Current children cumulated vsize (KiB) 4368772

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 20838 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 20396.5
#
# 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): 20396.5
CPU user time (s): 20376.2
CPU system time (s): 20.31
CPU usage (%): 399.93
Max. virtual memory (cumulated for all children) (KiB): 4368772

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= 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= 3

runsolver used 8.31474 second user time and 19.455 second system time

The end

Launcher Data

Begin job on node112 at 2011-06-13 23:09:34
IDJOB=3499447
IDBENCH=83251
IDSOLVER=1994
FILE ID=node112/3499447-1307999373
RUNJOBID= node112-1307989168-20429
PBS_JOBID= 13559824
Free space on /var/tmp= 2796 MiB

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

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

MD5SUM BENCH= e252fbf81407f3388187ab50f0786909
RANDOM SEED=226228276

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      16277092 kB
Buffers:        102032 kB
Cached:       15969964 kB
SwapCached:      10444 kB
Active:         751332 kB
Inactive:     15338552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16277092 kB
SwapTotal:    67111528 kB
SwapFree:     67054688 kB
Dirty:           24488 kB
Writeback:           0 kB
AnonPages:       15592 kB
Mapped:           8820 kB
Slab:           518000 kB
PageTables:       4464 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   184512 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= 2792 MiB
End job on node112 at 2011-06-14 00:34:36