Trace number 3499451

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 5100.02

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-3-6_2071.cnf
MD5SUM337bdbc5d8bf0013ca73aeffa06cffe8
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark17.0104
Satisfiable
(Un)Satisfiability was proved
Number of variables2070
Number of clauses158884
Sum of the clauses size478584
Maximum clause length6
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3158240
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5644

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: 20266
0.00/0.04	c parsetime: 39044us
0.00/0.04	c parsed 158884 clauses with 2070 variables
0.00/0.05	c NW started thread 0 successfully (1111910720)
0.00/0.07	c NW started thread 1 successfully (1122400576)
0.00/0.09	c NW started thread 2 successfully (1132890432)
0.00/0.14	c NW started thread 3 successfully (1094568256)
18.10/4.70	c preprocessor returned 10013 variables
18.10/4.70	c preprocessing returned UNKNOWN
18.10/4.70	c PP set 400 variables
18.10/4.70	c pp time: 4619517us (4s)
19.30/4.95	c preprocessor returned 10013 variables
19.30/4.95	c preprocessing returned UNKNOWN
19.30/4.95	c PP set 400 variables
19.30/4.95	c pp time: 4859237us (4s)
19.30/4.99	c preprocessor returned 10013 variables
19.30/4.99	c preprocessing returned UNKNOWN
19.30/4.99	c PP set 400 variables
19.30/4.99	c pp time: 4937242us (4s)
27.29/6.94	c preprocessor returned 30015 variables
27.29/6.94	c preprocessing returned UNKNOWN
27.29/6.94	c PP set 400 variables
27.29/6.94	c pp time: 6795007us (6s)
27.68/7.02	c HTE
27.68/7.05	c subsumption
28.88/7.36	c simplified formula contains 0 unit clauses
9930.96/2483.07	c HTE
9956.96/2489.50	c subsumption
10326.96/2582.00	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-3499451-1307999540/watcher-3499451-1307999540 -o /var/tmp/evaluation-result-3499451-1307999540/solver-3499451-1307999540 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499451-1307999540.cnf 1879695540 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.99 3.97 3.91 2/170 20265
/proc/meminfo: memFree=24513752/32950928 swapFree=67054844/67111528
[pid=20265] ppid=20263 vsize=8700 CPUtime=0 cores=0-7
/proc/20265/stat : 20265 (priss.sh) S 20263 20265 20091 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990184721 8908800 251 33554432000 4194304 4922060 140733942498144 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20265/statm: 2175 251 211 178 0 68 0

[startup+0.0451731 s]
/proc/loadavg: 3.99 3.97 3.91 2/170 20265
/proc/meminfo: memFree=24513752/32950928 swapFree=67054844/67111528
[pid=20265] ppid=20263 vsize=8700 CPUtime=0 cores=0-7
/proc/20265/stat : 20265 (priss.sh) S 20263 20265 20091 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990184721 8908800 251 33554432000 4194304 4922060 140733942498144 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20265/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101123 s]
/proc/loadavg: 3.99 3.97 3.91 2/170 20265
/proc/meminfo: memFree=24513752/32950928 swapFree=67054844/67111528
[pid=20265] ppid=20263 vsize=8700 CPUtime=0 cores=0-7
/proc/20265/stat : 20265 (priss.sh) S 20263 20265 20091 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990184721 8908800 251 33554432000 4194304 4922060 140733942498144 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20265/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301081 s]
/proc/loadavg: 3.99 3.97 3.91 2/170 20265
/proc/meminfo: memFree=24513752/32950928 swapFree=67054844/67111528
[pid=20265] ppid=20263 vsize=8700 CPUtime=0 cores=0-7
/proc/20265/stat : 20265 (priss.sh) S 20263 20265 20091 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990184721 8908800 251 33554432000 4194304 4922060 140733942498144 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20265/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701007 s]
/proc/loadavg: 3.99 3.97 3.91 2/170 20265
/proc/meminfo: memFree=24513752/32950928 swapFree=67054844/67111528
[pid=20265] ppid=20263 vsize=8700 CPUtime=0 cores=0-7
/proc/20265/stat : 20265 (priss.sh) S 20263 20265 20091 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990184721 8908800 251 33554432000 4194304 4922060 140733942498144 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20265/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50086 s]
/proc/loadavg: 3.99 3.97 3.91 5/176 20271
/proc/meminfo: memFree=24449868/32950928 swapFree=67054844/67111528
[pid=20265] ppid=20263 vsize=8700 CPUtime=0 cores=0-7
/proc/20265/stat : 20265 (priss.sh) S 20263 20265 20091 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990184721 8908800 251 33554432000 4194304 4922060 140733942498144 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20265/statm: 2175 251 211 178 0 68 0
[pid=20266] ppid=20265 vsize=302004 CPUtime=5.7 cores=0-7
/proc/20266/stat : 20266 (priss) S 20265 20265 20091 0 -1 4202496 18791 0 0 0 553 17 0 0 18 0 5 0 990184721 309252096 17639 33554432000 4194304 5787044 140735915014816 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20266/statm: 75501 17639 350 389 0 71251 0
[pid=20266/tid=20268] ppid=20265 vsize=302004 CPUtime=1.44 cores=0-7
/proc/20266/task/20268/stat : 20268 (priss) R 20265 20265 20091 0 -1 4202560 2442 0 0 0 142 2 0 0 18 0 5 0 990184726 309252096 17639 33554432000 4194304 5787044 140735915014816 18446744073709551615 4336688 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20266/tid=20269] ppid=20265 vsize=302004 CPUtime=1.39 cores=0-7
/proc/20266/task/20269/stat : 20269 (priss) R 20265 20265 20091 0 -1 4202560 2381 0 0 0 132 7 0 0 18 0 5 0 990184729 309252096 17639 33554432000 4194304 5787044 140735915014816 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20266/tid=20270] ppid=20265 vsize=302004 CPUtime=1.38 cores=0-7
/proc/20266/task/20270/stat : 20270 (priss) R 20265 20265 20091 0 -1 4202560 3172 0 0 0 137 1 0 0 18 0 5 0 990184731 309252096 17639 33554432000 4194304 5787044 140735915014816 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20266/tid=20271] ppid=20265 vsize=302004 CPUtime=1.32 cores=0-7
/proc/20266/task/20271/stat : 20271 (priss) R 20265 20265 20091 0 -1 4202560 2151 0 0 0 128 4 0 0 18 0 5 0 990184735 309252096 17639 33554432000 4194304 5787044 140735915014816 18446744073709551615 4336718 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.7
Current children cumulated vsize (KiB) 310704

[startup+3.10056 s]
/proc/loadavg: 3.99 3.97 3.91 5/176 20271
/proc/meminfo: memFree=24444412/32950928 swapFree=67054844/67111528
[pid=20265] ppid=20263 vsize=8700 CPUtime=0 cores=0-7
/proc/20265/stat : 20265 (priss.sh) S 20263 20265 20091 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990184721 8908800 251 33554432000 4194304 4922060 140733942498144 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20265/statm: 2175 251 211 178 0 68 0
[pid=20266] ppid=20265 vsize=303720 CPUtime=12.09 cores=0-7
/proc/20266/stat : 20266 (priss) S 20265 20265 20091 0 -1 4202496 20472 0 0 0 1191 18 0 0 18 0 5 0 990184721 311009280 19320 33554432000 4194304 5787044 140735915014816 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20266/statm: 75930 19320 352 389 0 71680 0
[pid=20266/tid=20268] ppid=20265 vsize=303720 CPUtime=3.03 cores=0-7
/proc/20266/task/20268/stat : 20268 (priss) R 20265 20265 20091 0 -1 4202560 2863 0 0 0 301 2 0 0 20 0 5 0 990184726 311009280 19320 33554432000 4194304 5787044 140735915014816 18446744073709551615 4336193 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20266/tid=20269] ppid=20265 vsize=303720 CPUtime=2.99 cores=0-7
/proc/20266/task/20269/stat : 20269 (priss) R 20265 20265 20091 0 -1 4202560 2802 0 0 0 291 8 0 0 21 0 5 0 990184729 311009280 19320 33554432000 4194304 5787044 140735915014816 18446744073709551615 4336240 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20266/tid=20270] ppid=20265 vsize=303720 CPUtime=2.98 cores=0-7
/proc/20266/task/20270/stat : 20270 (priss) R 20265 20265 20091 0 -1 4202560 3591 0 0 0 297 1 0 0 18 0 5 0 990184731 311009280 19320 33554432000 4194304 5787044 140735915014816 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20266/tid=20271] ppid=20265 vsize=303720 CPUtime=2.93 cores=0-7
/proc/20266/task/20271/stat : 20271 (priss) R 20265 20265 20091 0 -1 4202560 2571 0 0 0 288 5 0 0 20 0 5 0 990184735 311009280 19320 33554432000 4194304 5787044 140735915014816 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.09
Current children cumulated vsize (KiB) 312420

[startup+6.30096 s]
/proc/loadavg: 3.99 3.97 3.91 5/176 20271
/proc/meminfo: memFree=24403044/32950928 swapFree=67054844/67111528
[pid=20265] ppid=20263 vsize=8700 CPUtime=0 cores=0-7
/proc/20265/stat : 20265 (priss.sh) S 20263 20265 20091 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990184721 8908800 251 33554432000 4194304 4922060 140733942498144 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20265/statm: 2175 251 211 178 0 68 0
[pid=20266] ppid=20265 vsize=326432 CPUtime=24.9 cores=0-7
/proc/20266/stat : 20266 (priss) S 20265 20265 20091 0 -1 4202496 30053 0 0 0 2467 23 0 0 18 0 5 0 990184721 334266368 28150 33554432000 4194304 5787044 140735915014816 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20266/statm: 81608 28150 404 389 0 77358 0
[pid=20266/tid=20268] ppid=20265 vsize=326432 CPUtime=6.23 cores=0-7
/proc/20266/task/20268/stat : 20268 (priss) R 20265 20265 20091 0 -1 4202560 3781 0 0 0 621 2 0 0 18 0 5 0 990184726 334266368 28150 33554432000 4194304 5787044 140735915014816 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20266/tid=20269] ppid=20265 vsize=326432 CPUtime=6.19 cores=0-7
/proc/20266/task/20269/stat : 20269 (priss) R 20265 20265 20091 0 -1 4202560 7115 0 0 0 609 10 0 0 18 0 5 0 990184729 334266368 28150 33554432000 4194304 5787044 140735915014816 18446744073709551615 5585339 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20266/tid=20270] ppid=20265 vsize=326432 CPUtime=6.18 cores=0-7
/proc/20266/task/20270/stat : 20270 (priss) R 20265 20265 20091 0 -1 4202560 5488 0 0 0 616 2 0 0 18 0 5 0 990184731 334266368 28150 33554432000 4194304 5787044 140735915014816 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20266/tid=20271] ppid=20265 vsize=326432 CPUtime=6.12 cores=0-7
/proc/20266/task/20271/stat : 20271 (priss) R 20265 20265 20091 0 -1 4202560 5024 0 0 0 606 6 0 0 25 0 5 0 990184735 334266368 28150 33554432000 4194304 5787044 140735915014816 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.9
Current children cumulated vsize (KiB) 335132

[startup+12.7008 s]
/proc/loadavg: 3.99 3.97 3.91 5/176 20271
/proc/meminfo: memFree=24393032/32950928 swapFree=67054844/67111528
[pid=20265] ppid=20263 vsize=8700 CPUtime=0 cores=0-7
/proc/20265/stat : 20265 (priss.sh) S 20263 20265 20091 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990184721 8908800 251 33554432000 4194304 4922060 140733942498144 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20265/statm: 2175 251 211 178 0 68 0
[pid=20266] ppid=20265 vsize=329084 CPUtime=50.45 cores=0-7
/proc/20266/stat : 20266 (priss) S 20265 20265 20091 0 -1 4202496 35162 0 0 0 5016 29 0 0 18 0 5 0 990184721 336982016 31052 33554432000 4194304 5787044 140735915014816 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20266/statm: 82271 31052 417 389 0 78021 0
[pid=20266/tid=20268] ppid=20265 vsize=329084 CPUtime=12.62 cores=0-7
/proc/20266/task/20268/stat : 20268 (priss) R 20265 20265 20091 0 -1 4202560 4129 0 0 0 1259 3 0 0 18 0 5 0 990184726 336982016 31052 33554432000 4194304 5787044 140735915014816 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20266/tid=20269] ppid=20265 vsize=329084 CPUtime=12.58 cores=0-7
/proc/20266/task/20269/stat : 20269 (priss) R 20265 20265 20091 0 -1 4202560 7403 0 0 0 1247 11 0 0 20 0 5 0 990184729 336982016 31052 33554432000 4194304 5787044 140735915014816 18446744073709551615 4254881 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20266/tid=20270] ppid=20265 vsize=329084 CPUtime=12.58 cores=0-7
/proc/20266/task/20270/stat : 20270 (priss) R 20265 20265 20091 0 -1 4202560 6043 0 0 0 1254 4 0 0 18 0 5 0 990184731 336982016 31052 33554432000 4194304 5787044 140735915014816 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20266/tid=20271] ppid=20265 vsize=329084 CPUtime=12.5 cores=0-7
/proc/20266/task/20271/stat : 20271 (priss) R 20265 20265 20091 0 -1 4202560 8942 0 0 0 1242 8 0 0 18 0 5 0 990184735 336982016 31052 33554432000 4194304 5787044 140735915014816 18446744073709551615 231907316405 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.45
Current children cumulated vsize (KiB) 337784

[startup+25.5014 s]
/proc/loadavg: 3.99 3.97 3.91 5/176 20272
/proc/meminfo: memFree=24377524/32950928 swapFree=67054844/67111528
[pid=20265] ppid=20263 vsize=8700 CPUtime=0 cores=0-7
/proc/20265/stat : 20265 (priss.sh) S 20263 20265 20091 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990184721 8908800 251 33554432000 4194304 4922060 140733942498144 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20265/statm: 2175 251 211 178 0 68 0
[pid=20266] ppid=20265 vsize=333768 CPUtime=101.59 cores=0-7
/proc/20266/stat : 20266 (priss) S 20265 20265 20091 0 -1 4202496 38924 0 0 0 10115 44 0 0 18 0 5 0 990184721 341778432 34814 33554432000 4194304 5787044 140735915014816 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20266/statm: 83442 34814 417 389 0 79192 0
[pid=20266/tid=20268] ppid=20265 vsize=333768 CPUtime=25.42 cores=0-7
/proc/20266/task/20268/stat : 20268 (priss) R 20265 20265 20091 0 -1 4202560 5200 0 0 0 2535 7 0 0 18 0 5 0 990184726 341778432 34814 33554432000 4194304 5787044 140735915014816 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20266/tid=20269] ppid=20265 vsize=333768 CPUtime=25.37 cores=0-7
/proc/20266/task/20269/stat : 20269 (priss) R 20265 20265 20091 0 -1 4202560 8129 0 0 0 2522 15 0 0 23 0 5 0 990184729 341778432 34814 33554432000 4194304 5787044 140735915014816 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20266/tid=20270] ppid=20265 vsize=333768 CPUtime=25.36 cores=0-7
/proc/20266/task/20270/stat : 20270 (priss) R 20265 20265 20091 0 -1 4202560 6782 0 0 0 2529 7 0 0 18 0 5 0 990184731 341778432 34814 33554432000 4194304 5787044 140735915014816 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20266/tid=20271] ppid=20265 vsize=333768 CPUtime=25.28 cores=0-7
/proc/20266/task/20271/stat : 20271 (priss) R 20265 20265 20091 0 -1 4202560 10168 0 0 0 2515 13 0 0 18 0 5 0 990184735 341778432 34814 33554432000 4194304 5787044 140735915014816 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.59
Current children cumulated vsize (KiB) 342468

[startup+51.1006 s]
/proc/loadavg: 3.99 3.97 3.91 5/176 20272
/proc/meminfo: memFree=24340848/32950928 swapFree=67054844/67111528
[pid=20265] ppid=20263 vsize=8700 CPUtime=0 cores=0-7
/proc/20265/stat : 20265 (priss.sh) S 20263 20265 20091 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990184721 8908800 251 33554432000 4194304 4922060 140733942498144 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20265/statm: 2175 251 211 178 0 68 0
[pid=20266] ppid=20265 vsize=349320 CPUtime=203.92 cores=0-7
/proc/20266/stat : 20266 (priss) S 20265 20265 20091 0 -1 4202496 48315 0 0 0 20327 65 0 0 18 0 5 0 990184721 357703680 44116 33554432000 4194304 5787044 140735915014816 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20266/statm: 87330 44116 419 389 0 83080 0
[pid=20266/tid=20268] ppid=20265 vsize=349320 CPUtime=50.99 cores=0-7
/proc/20266/task/20268/stat : 20268 (priss) R 20265 20265 20091 0 -1 4202560 6963 0 0 0 5090 9 0 0 18 0 5 0 990184726 357703680 44116 33554432000 4194304 5787044 140735915014816 18446744073709551615 5591535 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20266/tid=20269] ppid=20265 vsize=349320 CPUtime=50.94 cores=0-7
/proc/20266/task/20269/stat : 20269 (priss) R 20265 20265 20091 0 -1 4202560 11125 0 0 0 5070 24 0 0 18 0 5 0 990184729 357703680 44116 33554432000 4194304 5787044 140735915014816 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20266/tid=20270] ppid=20265 vsize=349320 CPUtime=50.94 cores=0-7
/proc/20266/task/20270/stat : 20270 (priss) R 20265 20265 20091 0 -1 4202560 8709 0 0 0 5084 10 0 0 20 0 5 0 990184731 357703680 44116 33554432000 4194304 5787044 140735915014816 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20266/tid=20271] ppid=20265 vsize=349320 CPUtime=50.87 cores=0-7
/proc/20266/task/20271/stat : 20271 (priss) R 20265 20265 20091 0 -1 4202560 12873 0 0 0 5068 19 0 0 25 0 5 0 990184735 357703680 44116 33554432000 4194304 5787044 140735915014816 18446744073709551615 4220883 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.92
Current children cumulated vsize (KiB) 358020

[startup+102.307 s]
/proc/loadavg: 3.99 3.97 3.91 5/176 20274
/proc/meminfo: memFree=24282016/32950928 swapFree=67054844/67111528
[pid=20265] ppid=20263 vsize=8700 CPUtime=0 cores=0-7
/proc/20265/stat : 20265 (priss.sh) S 20263 20265 20091 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990184721 8908800 251 33554432000 4194304 4922060 140733942498144 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20265/statm: 2175 251 211 178 0 68 0
[pid=20266] ppid=20265 vsize=373552 CPUtime=408.66 cores=0-7
/proc/20266/stat : 20266 (priss) S 20265 20265 20091 0 -1 4202496 63002 0 0 0 40776 90 0 0 18 0 5 0 990184721 382517248 58655 33554432000 4194304 5787044 140735915014816 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20266/statm: 93388 58655 419 389 0 89138 0
[pid=20266/tid=20268] ppid=20265 vsize=373552 CPUtime=102.2 cores=0-7
/proc/20266/task/20268/stat : 20268 (priss) R 20265 20265 20091 0 -1 4202560 11171 0 0 0 10205 15 0 0 18 0 5 0 990184726 382517248 58655 33554432000 4194304 5787044 140735915014816 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20266/tid=20269] ppid=20265 vsize=373552 CPUtime=102.1 cores=0-7
/proc/20266/task/20269/stat : 20269 (priss) R 20265 20265 20091 0 -1 4202560 15028 0 0 0 10173 37 0 0 18 0 5 0 990184729 382517248 58655 33554432000 4194304 5787044 140735915014816 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20266/tid=20270] ppid=20265 vsize=373552 CPUtime=102.14 cores=0-7
/proc/20266/task/20270/stat : 20270 (priss) R 20265 20265 20091 0 -1 4202560 12326 0 0 0 10199 15 0 0 18 0 5 0 990184731 382517248 58655 33554432000 4194304 5787044 140735915014816 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20266/tid=20271] ppid=20265 vsize=373552 CPUtime=102.06 cores=0-7

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

/proc/20266/task/20269/stat : 20269 (priss) R 20265 20265 20091 0 -1 4202560 68723 0 0 0 472010 167 0 0 25 0 5 0 990184729 1406693376 300942 33554432000 4194304 5787044 140735915014816 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20266/tid=20270] ppid=20265 vsize=1373724 CPUtime=4722.08 cores=0-7
/proc/20266/task/20270/stat : 20270 (priss) R 20265 20265 20091 0 -1 4202560 78047 0 0 0 472105 103 0 0 25 0 5 0 990184731 1406693376 300942 33554432000 4194304 5787044 140735915014816 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20266/tid=20271] ppid=20265 vsize=1373724 CPUtime=4722.04 cores=0-7
/proc/20266/task/20271/stat : 20271 (priss) R 20265 20265 20091 0 -1 4202560 85506 0 0 0 472117 87 0 0 25 0 5 0 990184735 1406693376 300942 33554432000 4194304 5787044 140735915014816 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 18888.2
Current children cumulated vsize (KiB) 1382424

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 20411
/proc/meminfo: memFree=23307448/32950928 swapFree=67054844/67111528
[pid=20265] ppid=20263 vsize=8700 CPUtime=0 cores=0-7
/proc/20265/stat : 20265 (priss.sh) S 20263 20265 20091 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990184721 8908800 251 33554432000 4194304 4922060 140733942498144 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20265/statm: 2175 251 211 178 0 68 0
[pid=20266] ppid=20265 vsize=1373724 CPUtime=19128.2 cores=0-7
/proc/20266/stat : 20266 (priss) S 20265 20265 20091 0 -1 4202496 315714 0 0 0 1912370 448 0 0 18 0 5 0 990184721 1406693376 301002 33554432000 4194304 5787044 140735915014816 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20266/statm: 343431 301002 419 389 0 339181 0
[pid=20266/tid=20268] ppid=20265 vsize=1373724 CPUtime=4782.12 cores=0-7
/proc/20266/task/20268/stat : 20268 (priss) R 20265 20265 20091 0 -1 4202560 74777 0 0 0 478125 87 0 0 25 0 5 0 990184726 1406693376 301002 33554432000 4194304 5787044 140735915014816 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20266/tid=20269] ppid=20265 vsize=1373724 CPUtime=4781.77 cores=0-7
/proc/20266/task/20269/stat : 20269 (priss) R 20265 20265 20091 0 -1 4202560 68738 0 0 0 478010 167 0 0 25 0 5 0 990184729 1406693376 301002 33554432000 4194304 5787044 140735915014816 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20266/tid=20270] ppid=20265 vsize=1373724 CPUtime=4782.08 cores=0-7
/proc/20266/task/20270/stat : 20270 (priss) R 20265 20265 20091 0 -1 4202560 78048 0 0 0 478105 103 0 0 25 0 5 0 990184731 1406693376 301002 33554432000 4194304 5787044 140735915014816 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20266/tid=20271] ppid=20265 vsize=1373724 CPUtime=4782.04 cores=0-7
/proc/20266/task/20271/stat : 20271 (priss) R 20265 20265 20091 0 -1 4202560 85506 0 0 0 478116 88 0 0 25 0 5 0 990184735 1406693376 301002 33554432000 4194304 5787044 140735915014816 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19128.2
Current children cumulated vsize (KiB) 1382424

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 20412
/proc/meminfo: memFree=23307020/32950928 swapFree=67054844/67111528
[pid=20265] ppid=20263 vsize=8700 CPUtime=0 cores=0-7
/proc/20265/stat : 20265 (priss.sh) S 20263 20265 20091 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990184721 8908800 251 33554432000 4194304 4922060 140733942498144 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20265/statm: 2175 251 211 178 0 68 0
[pid=20266] ppid=20265 vsize=1373724 CPUtime=19368.2 cores=0-7
/proc/20266/stat : 20266 (priss) S 20265 20265 20091 0 -1 4202496 315820 0 0 0 1936370 448 0 0 18 0 5 0 990184721 1406693376 301108 33554432000 4194304 5787044 140735915014816 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20266/statm: 343431 301108 419 389 0 339181 0
[pid=20266/tid=20268] ppid=20265 vsize=1373724 CPUtime=4842.12 cores=0-7
/proc/20266/task/20268/stat : 20268 (priss) R 20265 20265 20091 0 -1 4202560 74871 0 0 0 484125 87 0 0 25 0 5 0 990184726 1406693376 301108 33554432000 4194304 5787044 140735915014816 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20266/tid=20269] ppid=20265 vsize=1373724 CPUtime=4841.77 cores=0-7
/proc/20266/task/20269/stat : 20269 (priss) R 20265 20265 20091 0 -1 4202560 68749 0 0 0 484010 167 0 0 25 0 5 0 990184729 1406693376 301108 33554432000 4194304 5787044 140735915014816 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20266/tid=20270] ppid=20265 vsize=1373724 CPUtime=4842.08 cores=0-7
/proc/20266/task/20270/stat : 20270 (priss) R 20265 20265 20091 0 -1 4202560 78049 0 0 0 484105 103 0 0 25 0 5 0 990184731 1406693376 301108 33554432000 4194304 5787044 140735915014816 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20266/tid=20271] ppid=20265 vsize=1373724 CPUtime=4842.04 cores=0-7
/proc/20266/task/20271/stat : 20271 (priss) R 20265 20265 20091 0 -1 4202560 85506 0 0 0 484116 88 0 0 25 0 5 0 990184735 1406693376 301108 33554432000 4194304 5787044 140735915014816 18446744073709551615 5527072 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19368.2
Current children cumulated vsize (KiB) 1382424

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 20414
/proc/meminfo: memFree=23306584/32950928 swapFree=67054844/67111528
[pid=20265] ppid=20263 vsize=8700 CPUtime=0 cores=0-7
/proc/20265/stat : 20265 (priss.sh) S 20263 20265 20091 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990184721 8908800 251 33554432000 4194304 4922060 140733942498144 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20265/statm: 2175 251 211 178 0 68 0
[pid=20266] ppid=20265 vsize=1373724 CPUtime=19608.2 cores=0-7
/proc/20266/stat : 20266 (priss) S 20265 20265 20091 0 -1 4202496 315902 0 0 0 1960371 448 0 0 18 0 5 0 990184721 1406693376 301190 33554432000 4194304 5787044 140735915014816 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20266/statm: 343431 301190 419 389 0 339181 0
[pid=20266/tid=20268] ppid=20265 vsize=1373724 CPUtime=4902.12 cores=0-7
/proc/20266/task/20268/stat : 20268 (priss) R 20265 20265 20091 0 -1 4202560 74932 0 0 0 490125 87 0 0 25 0 5 0 990184726 1406693376 301190 33554432000 4194304 5787044 140735915014816 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20266/tid=20269] ppid=20265 vsize=1373724 CPUtime=4901.77 cores=0-7
/proc/20266/task/20269/stat : 20269 (priss) R 20265 20265 20091 0 -1 4202560 68770 0 0 0 490010 167 0 0 25 0 5 0 990184729 1406693376 301190 33554432000 4194304 5787044 140735915014816 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20266/tid=20270] ppid=20265 vsize=1373724 CPUtime=4902.08 cores=0-7
/proc/20266/task/20270/stat : 20270 (priss) R 20265 20265 20091 0 -1 4202560 78049 0 0 0 490105 103 0 0 25 0 5 0 990184731 1406693376 301190 33554432000 4194304 5787044 140735915014816 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20266/tid=20271] ppid=20265 vsize=1373724 CPUtime=4902.05 cores=0-7
/proc/20266/task/20271/stat : 20271 (priss) R 20265 20265 20091 0 -1 4202560 85506 0 0 0 490117 88 0 0 25 0 5 0 990184735 1406693376 301190 33554432000 4194304 5787044 140735915014816 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19608.2
Current children cumulated vsize (KiB) 1382424

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 20415
/proc/meminfo: memFree=23303560/32950928 swapFree=67054844/67111528
[pid=20265] ppid=20263 vsize=8700 CPUtime=0 cores=0-7
/proc/20265/stat : 20265 (priss.sh) S 20263 20265 20091 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990184721 8908800 251 33554432000 4194304 4922060 140733942498144 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20265/statm: 2175 251 211 178 0 68 0
[pid=20266] ppid=20265 vsize=1375440 CPUtime=19848.2 cores=0-7
/proc/20266/stat : 20266 (priss) S 20265 20265 20091 0 -1 4202496 316786 0 0 0 1984372 448 0 0 18 0 5 0 990184721 1408450560 302074 33554432000 4194304 5787044 140735915014816 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20266/statm: 343860 302074 419 389 0 339610 0
[pid=20266/tid=20268] ppid=20265 vsize=1375440 CPUtime=4962.13 cores=0-7
/proc/20266/task/20268/stat : 20268 (priss) R 20265 20265 20091 0 -1 4202560 75019 0 0 0 496126 87 0 0 25 0 5 0 990184726 1408450560 302074 33554432000 4194304 5787044 140735915014816 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20266/tid=20269] ppid=20265 vsize=1375440 CPUtime=4961.77 cores=0-7
/proc/20266/task/20269/stat : 20269 (priss) R 20265 20265 20091 0 -1 4202560 68861 0 0 0 496010 167 0 0 25 0 5 0 990184729 1408450560 302074 33554432000 4194304 5787044 140735915014816 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20266/tid=20270] ppid=20265 vsize=1375440 CPUtime=4962.08 cores=0-7
/proc/20266/task/20270/stat : 20270 (priss) R 20265 20265 20091 0 -1 4202560 78051 0 0 0 496105 103 0 0 25 0 5 0 990184731 1408450560 302074 33554432000 4194304 5787044 140735915014816 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20266/tid=20271] ppid=20265 vsize=1375440 CPUtime=4962.05 cores=0-7
/proc/20266/task/20271/stat : 20271 (priss) R 20265 20265 20091 0 -1 4202560 86210 0 0 0 496117 88 0 0 25 0 5 0 990184735 1408450560 302074 33554432000 4194304 5787044 140735915014816 18446744073709551615 5528383 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19848.2
Current children cumulated vsize (KiB) 1384140

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 20417
/proc/meminfo: memFree=23298024/32950928 swapFree=67054844/67111528
[pid=20265] ppid=20263 vsize=8700 CPUtime=0 cores=0-7
/proc/20265/stat : 20265 (priss.sh) S 20263 20265 20091 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990184721 8908800 251 33554432000 4194304 4922060 140733942498144 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20265/statm: 2175 251 211 178 0 68 0
[pid=20266] ppid=20265 vsize=1380324 CPUtime=20088.2 cores=0-7
/proc/20266/stat : 20266 (priss) S 20265 20265 20091 0 -1 4202496 318156 0 0 0 2008370 450 0 0 18 0 5 0 990184721 1413451776 303444 33554432000 4194304 5787044 140735915014816 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20266/statm: 345081 303444 419 389 0 340831 0
[pid=20266/tid=20268] ppid=20265 vsize=1380324 CPUtime=5022.13 cores=0-7
/proc/20266/task/20268/stat : 20268 (priss) R 20265 20265 20091 0 -1 4202560 75120 0 0 0 502126 87 0 0 25 0 5 0 990184726 1413451776 303444 33554432000 4194304 5787044 140735915014816 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20266/tid=20269] ppid=20265 vsize=1380324 CPUtime=5021.77 cores=0-7
/proc/20266/task/20269/stat : 20269 (priss) R 20265 20265 20091 0 -1 4202560 68927 0 0 0 502010 167 0 0 25 0 5 0 990184729 1413451776 303444 33554432000 4194304 5787044 140735915014816 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20266/tid=20270] ppid=20265 vsize=1380324 CPUtime=5022.08 cores=0-7
/proc/20266/task/20270/stat : 20270 (priss) R 20265 20265 20091 0 -1 4202560 78057 0 0 0 502105 103 0 0 20 0 5 0 990184731 1413451776 303444 33554432000 4194304 5787044 140735915014816 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20266/tid=20271] ppid=20265 vsize=1380324 CPUtime=5022.05 cores=0-7
/proc/20266/task/20271/stat : 20271 (priss) R 20265 20265 20091 0 -1 4202560 87407 0 0 0 502115 90 0 0 25 0 5 0 990184735 1413451776 303444 33554432000 4194304 5787044 140735915014816 18446744073709551615 5527433 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20088.2
Current children cumulated vsize (KiB) 1389024

[startup+5082.3 s]
/proc/loadavg: 4.07 4.02 3.94 5/176 20419
/proc/meminfo: memFree=23292500/32950928 swapFree=67054844/67111528
[pid=20265] ppid=20263 vsize=8700 CPUtime=0 cores=0-7
/proc/20265/stat : 20265 (priss.sh) S 20263 20265 20091 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990184721 8908800 251 33554432000 4194304 4922060 140733942498144 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20265/statm: 2175 251 211 178 0 68 0
[pid=20266] ppid=20265 vsize=1384548 CPUtime=20328.2 cores=0-7
/proc/20266/stat : 20266 (priss) S 20265 20265 20091 0 -1 4202496 319525 0 0 0 2032370 451 0 0 18 0 5 0 990184721 1417777152 304813 33554432000 4194304 5787044 140735915014816 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20266/statm: 346137 304813 419 389 0 341887 0
[pid=20266/tid=20268] ppid=20265 vsize=1384548 CPUtime=5082.13 cores=0-7
/proc/20266/task/20268/stat : 20268 (priss) R 20265 20265 20091 0 -1 4202560 75306 0 0 0 508126 87 0 0 25 0 5 0 990184726 1417777152 304813 33554432000 4194304 5787044 140735915014816 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20266/tid=20269] ppid=20265 vsize=1384548 CPUtime=5081.77 cores=0-7
/proc/20266/task/20269/stat : 20269 (priss) R 20265 20265 20091 0 -1 4202560 69037 0 0 0 508010 167 0 0 25 0 5 0 990184729 1417777152 304813 33554432000 4194304 5787044 140735915014816 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20266/tid=20270] ppid=20265 vsize=1384548 CPUtime=5082.08 cores=0-7
/proc/20266/task/20270/stat : 20270 (priss) R 20265 20265 20091 0 -1 4202560 78057 0 0 0 508105 103 0 0 25 0 5 0 990184731 1417777152 304813 33554432000 4194304 5787044 140735915014816 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20266/tid=20271] ppid=20265 vsize=1384548 CPUtime=5082.05 cores=0-7
/proc/20266/task/20271/stat : 20271 (priss) R 20265 20265 20091 0 -1 4202560 88480 0 0 0 508114 91 0 0 25 0 5 0 990184735 1417777152 304813 33554432000 4194304 5787044 140735915014816 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20328.2
Current children cumulated vsize (KiB) 1393248



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.05 4.01 3.94 5/176 20419
/proc/meminfo: memFree=23290748/32950928 swapFree=67054844/67111528
[pid=20265] ppid=20263 vsize=8700 CPUtime=0 cores=0-7
/proc/20265/stat : 20265 (priss.sh) S 20263 20265 20091 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990184721 8908800 251 33554432000 4194304 4922060 140733942498144 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20265/statm: 2175 251 211 178 0 68 0
[pid=20266] ppid=20265 vsize=1385736 CPUtime=20399 cores=0-7
/proc/20266/stat : 20266 (priss) S 20265 20265 20091 0 -1 4202496 319962 0 0 0 2039453 451 0 0 18 0 5 0 990184721 1418993664 305250 33554432000 4194304 5787044 140735915014816 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20266/statm: 346434 305250 419 389 0 342184 0
[pid=20266/tid=20268] ppid=20265 vsize=1385736 CPUtime=5099.84 cores=0-7
/proc/20266/task/20268/stat : 20268 (priss) R 20265 20265 20091 0 -1 4202560 75355 0 0 0 509897 87 0 0 18 0 5 0 990184726 1418993664 305250 33554432000 4194304 5787044 140735915014816 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20266/tid=20269] ppid=20265 vsize=1385736 CPUtime=5099.48 cores=0-7
/proc/20266/task/20269/stat : 20269 (priss) R 20265 20265 20091 0 -1 4202560 69130 0 0 0 509781 167 0 0 18 0 5 0 990184729 1418993664 305250 33554432000 4194304 5787044 140735915014816 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20266/tid=20270] ppid=20265 vsize=1385736 CPUtime=5099.79 cores=0-7
/proc/20266/task/20270/stat : 20270 (priss) R 20265 20265 20091 0 -1 4202560 78059 0 0 0 509876 103 0 0 25 0 5 0 990184731 1418993664 305250 33554432000 4194304 5787044 140735915014816 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20266/tid=20271] ppid=20265 vsize=1385736 CPUtime=5099.76 cores=0-7
/proc/20266/task/20271/stat : 20271 (priss) R 20265 20265 20091 0 -1 4202560 88773 0 0 0 509885 91 0 0 25 0 5 0 990184735 1418993664 305250 33554432000 4194304 5787044 140735915014816 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20399
Current children cumulated vsize (KiB) 1394436

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 20265 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
#
# 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
CPU user time (s): 20394.5
CPU system time (s): 4.51
CPU usage (%): 399.98
Max. virtual memory (cumulated for all children) (KiB): 1394436

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

runsolver used 8.64668 second user time and 19.1561 second system time

The end

Launcher Data

Begin job on node114 at 2011-06-13 23:12:20
IDJOB=3499451
IDBENCH=83253
IDSOLVER=1994
FILE ID=node114/3499451-1307999540
RUNJOBID= node114-1307998975-20105
PBS_JOBID= 13559839
Free space on /var/tmp= 2880 MiB

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

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

MD5SUM BENCH= 337bdbc5d8bf0013ca73aeffa06cffe8
RANDOM SEED=1879695540

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      24514304 kB
Buffers:         64176 kB
Cached:        7990488 kB
SwapCached:      10332 kB
Active:         171948 kB
Inactive:      7901520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24514304 kB
SwapTotal:    67111528 kB
SwapFree:     67054844 kB
Dirty:            4012 kB
Writeback:           0 kB
AnonPages:       16964 kB
Mapped:          12452 kB
Slab:           296976 kB
PageTables:       4528 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   187676 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= 2880 MiB
End job on node114 at 2011-06-14 00:37:22