Trace number 3499437

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.8 5100.02

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-3-6_2072.cnf
MD5SUMd2ef996f95bbf68a3c980c797dfdc364
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 variables2071
Number of clauses159039
Sum of the clauses size479052
Maximum clause length6
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3158394
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5645

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: 15067
0.00/0.04	c parsetime: 38500us
0.00/0.04	c parsed 159039 clauses with 2071 variables
0.00/0.05	c NW started thread 0 successfully (1112856896)
0.00/0.07	c NW started thread 1 successfully (1123346752)
0.00/0.10	c NW started thread 2 successfully (1096137024)
0.00/0.14	c NW started thread 3 successfully (1133836608)
17.71/4.58	c preprocessor returned 10001 variables
17.71/4.58	c preprocessing returned UNKNOWN
17.71/4.58	c PP set 398 variables
17.71/4.58	c pp time: 4508189us (4s)
18.51/4.73	c preprocessor returned 10001 variables
18.51/4.73	c preprocessing returned UNKNOWN
18.51/4.73	c PP set 398 variables
18.51/4.73	c pp time: 4677685us (4s)
18.51/4.76	c preprocessor returned 10001 variables
18.51/4.76	c preprocessing returned UNKNOWN
18.51/4.76	c PP set 398 variables
18.51/4.76	c pp time: 4663262us (4s)
29.71/7.58	c preprocessor returned 30016 variables
29.71/7.58	c preprocessing returned UNKNOWN
29.71/7.58	c PP set 398 variables
29.71/7.58	c pp time: 7438689us (7s)
30.13/7.66	c HTE
30.13/7.69	c subsumption
31.71/8.01	c simplified formula contains 0 unit clauses
8357.05/2089.47	c HTE
8378.65/2094.83	c subsumption
8669.06/2167.47	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 /tmp/evaluation-result-3499437-1307999286/watcher-3499437-1307999286 -o /tmp/evaluation-result-3499437-1307999286/solver-3499437-1307999286 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499437-1307999286.cnf 673795705 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.45 3.38 1/170 15066
/proc/meminfo: memFree=32186860/32951124 swapFree=67050540/67111528
[pid=15066] ppid=15064 vsize=8700 CPUtime=0 cores=0-7
/proc/15066/stat : 15066 (priss.sh) S 15064 15066 14809 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911530936 8908800 252 33554432000 4194304 4922060 140737241917856 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15066/statm: 2175 252 211 178 0 68 0

[startup+0.0652919 s]
/proc/loadavg: 3.99 3.45 3.38 1/170 15066
/proc/meminfo: memFree=32186860/32951124 swapFree=67050540/67111528
[pid=15066] ppid=15064 vsize=8700 CPUtime=0 cores=0-7
/proc/15066/stat : 15066 (priss.sh) S 15064 15066 14809 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911530936 8908800 252 33554432000 4194304 4922060 140737241917856 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15066/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100287 s]
/proc/loadavg: 3.99 3.45 3.38 1/170 15066
/proc/meminfo: memFree=32186860/32951124 swapFree=67050540/67111528
[pid=15066] ppid=15064 vsize=8700 CPUtime=0 cores=0-7
/proc/15066/stat : 15066 (priss.sh) S 15064 15066 14809 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911530936 8908800 252 33554432000 4194304 4922060 140737241917856 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15066/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300248 s]
/proc/loadavg: 3.99 3.45 3.38 1/170 15066
/proc/meminfo: memFree=32186860/32951124 swapFree=67050540/67111528
[pid=15066] ppid=15064 vsize=8700 CPUtime=0 cores=0-7
/proc/15066/stat : 15066 (priss.sh) S 15064 15066 14809 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911530936 8908800 252 33554432000 4194304 4922060 140737241917856 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15066/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700172 s]
/proc/loadavg: 3.99 3.45 3.38 1/170 15066
/proc/meminfo: memFree=32186860/32951124 swapFree=67050540/67111528
[pid=15066] ppid=15064 vsize=8700 CPUtime=0 cores=0-7
/proc/15066/stat : 15066 (priss.sh) S 15064 15066 14809 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911530936 8908800 252 33554432000 4194304 4922060 140737241917856 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15066/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50102 s]
/proc/loadavg: 3.99 3.45 3.38 5/176 15072
/proc/meminfo: memFree=32122108/32951124 swapFree=67050540/67111528
[pid=15066] ppid=15064 vsize=8700 CPUtime=0 cores=0-7
/proc/15066/stat : 15066 (priss.sh) S 15064 15066 14809 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911530936 8908800 252 33554432000 4194304 4922060 140737241917856 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15066/statm: 2175 252 211 178 0 68 0
[pid=15067] ppid=15066 vsize=306712 CPUtime=5.72 cores=0-7
/proc/15067/stat : 15067 (priss) S 15066 15066 14809 0 -1 4202496 18877 0 0 0 561 11 0 0 18 0 5 0 911530936 314073088 17665 33554432000 4194304 5787044 140734956962896 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15067/statm: 76678 17665 350 389 0 72428 0
[pid=15067/tid=15069] ppid=15066 vsize=306712 CPUtime=1.43 cores=0-7
/proc/15067/task/15069/stat : 15069 (priss) R 15066 15066 14809 0 -1 4202560 2402 0 0 0 142 1 0 0 18 0 5 0 911530941 314073088 17665 33554432000 4194304 5787044 140734956962896 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=15067/tid=15070] ppid=15066 vsize=306712 CPUtime=1.4 cores=0-7
/proc/15067/task/15070/stat : 15070 (priss) R 15066 15066 14809 0 -1 4202560 2398 0 0 0 136 4 0 0 18 0 5 0 911530944 314073088 17665 33554432000 4194304 5787044 140734956962896 18446744073709551615 4336560 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15067/tid=15071] ppid=15066 vsize=306712 CPUtime=1.38 cores=0-7
/proc/15067/task/15071/stat : 15071 (priss) R 15066 15066 14809 0 -1 4202560 3153 0 0 0 138 0 0 0 18 0 5 0 911530946 314073088 17665 33554432000 4194304 5787044 140734956962896 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15067/tid=15072] ppid=15066 vsize=306712 CPUtime=1.33 cores=0-7
/proc/15067/task/15072/stat : 15072 (priss) R 15066 15066 14809 0 -1 4202560 2278 0 0 0 130 3 0 0 18 0 5 0 911530950 314073088 17665 33554432000 4194304 5787044 140734956962896 18446744073709551615 4336263 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.72
Current children cumulated vsize (KiB) 315412

[startup+3.10071 s]
/proc/loadavg: 3.99 3.45 3.38 5/176 15072
/proc/meminfo: memFree=32116652/32951124 swapFree=67050540/67111528
[pid=15066] ppid=15064 vsize=8700 CPUtime=0 cores=0-7
/proc/15066/stat : 15066 (priss.sh) S 15064 15066 14809 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911530936 8908800 252 33554432000 4194304 4922060 140737241917856 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15066/statm: 2175 252 211 178 0 68 0
[pid=15067] ppid=15066 vsize=308428 CPUtime=12.12 cores=0-7
/proc/15067/stat : 15067 (priss) S 15066 15066 14809 0 -1 4202496 20568 0 0 0 1200 12 0 0 18 0 5 0 911530936 315830272 19356 33554432000 4194304 5787044 140734956962896 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15067/statm: 77107 19356 352 389 0 72857 0
[pid=15067/tid=15069] ppid=15066 vsize=308428 CPUtime=3.02 cores=0-7
/proc/15067/task/15069/stat : 15069 (priss) R 15066 15066 14809 0 -1 4202560 2824 0 0 0 301 1 0 0 21 0 5 0 911530941 315830272 19356 33554432000 4194304 5787044 140734956962896 18446744073709551615 4336020 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15067/tid=15070] ppid=15066 vsize=308428 CPUtime=3 cores=0-7
/proc/15067/task/15070/stat : 15070 (priss) R 15066 15066 14809 0 -1 4202560 2822 0 0 0 296 4 0 0 21 0 5 0 911530944 315830272 19356 33554432000 4194304 5787044 140734956962896 18446744073709551615 4336808 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15067/tid=15071] ppid=15066 vsize=308428 CPUtime=2.98 cores=0-7
/proc/15067/task/15071/stat : 15071 (priss) R 15066 15066 14809 0 -1 4202560 3575 0 0 0 298 0 0 0 20 0 5 0 911530946 315830272 19356 33554432000 4194304 5787044 140734956962896 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15067/tid=15072] ppid=15066 vsize=308428 CPUtime=2.94 cores=0-7
/proc/15067/task/15072/stat : 15072 (priss) R 15066 15066 14809 0 -1 4202560 2701 0 0 0 290 4 0 0 20 0 5 0 911530950 315830272 19356 33554432000 4194304 5787044 140734956962896 18446744073709551615 4336214 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.12
Current children cumulated vsize (KiB) 317128

[startup+6.30112 s]
/proc/loadavg: 3.99 3.46 3.38 5/176 15072
/proc/meminfo: memFree=32081088/32951124 swapFree=67050540/67111528
[pid=15066] ppid=15064 vsize=8700 CPUtime=0 cores=0-7
/proc/15066/stat : 15066 (priss.sh) S 15064 15066 14809 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911530936 8908800 252 33554432000 4194304 4922060 140737241917856 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15066/statm: 2175 252 211 178 0 68 0
[pid=15067] ppid=15066 vsize=324860 CPUtime=24.91 cores=0-7
/proc/15067/stat : 15067 (priss) S 15066 15066 14809 0 -1 4202496 29566 0 0 0 2475 16 0 0 18 0 5 0 911530936 332656640 26838 33554432000 4194304 5787044 140734956962896 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15067/statm: 81215 26838 405 389 0 76965 0
[pid=15067/tid=15069] ppid=15066 vsize=324860 CPUtime=6.22 cores=0-7
/proc/15067/task/15069/stat : 15069 (priss) R 15066 15066 14809 0 -1 4202560 5180 0 0 0 620 2 0 0 18 0 5 0 911530941 332656640 26838 33554432000 4194304 5787044 140734956962896 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15067/tid=15070] ppid=15066 vsize=324860 CPUtime=6.2 cores=0-7
/proc/15067/task/15070/stat : 15070 (priss) R 15066 15066 14809 0 -1 4202560 6172 0 0 0 614 6 0 0 18 0 5 0 911530944 332656640 26838 33554432000 4194304 5787044 140734956962896 18446744073709551615 5588013 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15067/tid=15071] ppid=15066 vsize=324860 CPUtime=6.18 cores=0-7
/proc/15067/task/15071/stat : 15071 (priss) R 15066 15066 14809 0 -1 4202560 4159 0 0 0 617 1 0 0 18 0 5 0 911530946 332656640 26838 33554432000 4194304 5787044 140734956962896 18446744073709551615 5586709 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15067/tid=15072] ppid=15066 vsize=324860 CPUtime=6.14 cores=0-7
/proc/15067/task/15072/stat : 15072 (priss) R 15066 15066 14809 0 -1 4202560 5409 0 0 0 609 5 0 0 19 0 5 0 911530950 332656640 26838 33554432000 4194304 5787044 140734956962896 18446744073709551615 4359752 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.91
Current children cumulated vsize (KiB) 333560

[startup+12.7009 s]
/proc/loadavg: 3.99 3.47 3.39 5/176 15072
/proc/meminfo: memFree=32069388/32951124 swapFree=67050540/67111528
[pid=15066] ppid=15064 vsize=8700 CPUtime=0 cores=0-7
/proc/15066/stat : 15066 (priss.sh) S 15064 15066 14809 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911530936 8908800 252 33554432000 4194304 4922060 140737241917856 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15066/statm: 2175 252 211 178 0 68 0
[pid=15067] ppid=15066 vsize=328372 CPUtime=50.5 cores=0-7
/proc/15067/stat : 15067 (priss) S 15066 15066 14809 0 -1 4202496 34894 0 0 0 5029 21 0 0 18 0 5 0 911530936 336252928 30330 33554432000 4194304 5787044 140734956962896 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15067/statm: 82093 30330 418 389 0 77843 0
[pid=15067/tid=15069] ppid=15066 vsize=328372 CPUtime=12.62 cores=0-7
/proc/15067/task/15069/stat : 15069 (priss) R 15066 15066 14809 0 -1 4202560 5984 0 0 0 1259 3 0 0 19 0 5 0 911530941 336252928 30330 33554432000 4194304 5787044 140734956962896 18446744073709551615 212436122143 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15067/tid=15070] ppid=15066 vsize=328372 CPUtime=12.6 cores=0-7
/proc/15067/task/15070/stat : 15070 (priss) R 15066 15066 14809 0 -1 4202560 7083 0 0 0 1251 9 0 0 21 0 5 0 911530944 336252928 30330 33554432000 4194304 5787044 140734956962896 18446744073709551615 4234810 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15067/tid=15071] ppid=15066 vsize=328372 CPUtime=12.58 cores=0-7
/proc/15067/task/15071/stat : 15071 (priss) R 15066 15066 14809 0 -1 4202560 5001 0 0 0 1257 1 0 0 18 0 5 0 911530946 336252928 30330 33554432000 4194304 5787044 140734956962896 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15067/tid=15072] ppid=15066 vsize=328372 CPUtime=12.53 cores=0-7
/proc/15067/task/15072/stat : 15072 (priss) R 15066 15066 14809 0 -1 4202560 8180 0 0 0 1247 6 0 0 19 0 5 0 911530950 336252928 30330 33554432000 4194304 5787044 140734956962896 18446744073709551615 4254925 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 337072

[startup+25.5005 s]
/proc/loadavg: 3.99 3.50 3.39 5/176 15073
/proc/meminfo: memFree=32047636/32951124 swapFree=67050540/67111528
[pid=15066] ppid=15064 vsize=8700 CPUtime=0 cores=0-7
/proc/15066/stat : 15066 (priss.sh) S 15064 15066 14809 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911530936 8908800 252 33554432000 4194304 4922060 140737241917856 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15066/statm: 2175 252 211 178 0 68 0
[pid=15067] ppid=15066 vsize=333460 CPUtime=101.67 cores=0-7
/proc/15067/stat : 15067 (priss) S 15066 15066 14809 0 -1 4202496 40215 0 0 0 10132 35 0 0 18 0 5 0 911530936 341463040 35649 33554432000 4194304 5787044 140734956962896 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15067/statm: 83365 35649 418 389 0 79115 0
[pid=15067/tid=15069] ppid=15066 vsize=333460 CPUtime=25.42 cores=0-7
/proc/15067/task/15069/stat : 15069 (priss) R 15066 15066 14809 0 -1 4202560 7272 0 0 0 2535 7 0 0 19 0 5 0 911530941 341463040 35649 33554432000 4194304 5787044 140734956962896 18446744073709551615 5592068 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15067/tid=15070] ppid=15066 vsize=333460 CPUtime=25.39 cores=0-7
/proc/15067/task/15070/stat : 15070 (priss) R 15066 15066 14809 0 -1 4202560 8278 0 0 0 2525 14 0 0 21 0 5 0 911530944 341463040 35649 33554432000 4194304 5787044 140734956962896 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15067/tid=15071] ppid=15066 vsize=333460 CPUtime=25.37 cores=0-7
/proc/15067/task/15071/stat : 15071 (priss) R 15066 15066 14809 0 -1 4202560 6226 0 0 0 2534 3 0 0 18 0 5 0 911530946 341463040 35649 33554432000 4194304 5787044 140734956962896 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15067/tid=15072] ppid=15066 vsize=333460 CPUtime=25.33 cores=0-7
/proc/15067/task/15072/stat : 15072 (priss) R 15066 15066 14809 0 -1 4202560 9793 0 0 0 2523 10 0 0 19 0 5 0 911530950 341463040 35649 33554432000 4194304 5787044 140734956962896 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.67
Current children cumulated vsize (KiB) 342160

[startup+51.1006 s]
/proc/loadavg: 3.99 3.54 3.41 5/176 15073
/proc/meminfo: memFree=32008912/32951124 swapFree=67050540/67111528
[pid=15066] ppid=15064 vsize=8700 CPUtime=0 cores=0-7
/proc/15066/stat : 15066 (priss.sh) S 15064 15066 14809 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911530936 8908800 252 33554432000 4194304 4922060 140737241917856 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15066/statm: 2175 252 211 178 0 68 0
[pid=15067] ppid=15066 vsize=349084 CPUtime=204.02 cores=0-7
/proc/15067/stat : 15067 (priss) S 15066 15066 14809 0 -1 4202496 49869 0 0 0 20347 55 0 0 18 0 5 0 911530936 357462016 45235 33554432000 4194304 5787044 140734956962896 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15067/statm: 87271 45235 418 389 0 83021 0
[pid=15067/tid=15069] ppid=15066 vsize=349084 CPUtime=51.01 cores=0-7
/proc/15067/task/15069/stat : 15069 (priss) R 15066 15066 14809 0 -1 4202560 9206 0 0 0 5090 11 0 0 18 0 5 0 911530941 357462016 45235 33554432000 4194304 5787044 140734956962896 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15067/tid=15070] ppid=15066 vsize=349084 CPUtime=50.96 cores=0-7
/proc/15067/task/15070/stat : 15070 (priss) R 15066 15066 14809 0 -1 4202560 10199 0 0 0 5076 20 0 0 25 0 5 0 911530944 357462016 45235 33554432000 4194304 5787044 140734956962896 18446744073709551615 5590283 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15067/tid=15071] ppid=15066 vsize=349084 CPUtime=50.96 cores=0-7
/proc/15067/task/15071/stat : 15071 (priss) R 15066 15066 14809 0 -1 4202560 9149 0 0 0 5091 5 0 0 25 0 5 0 911530946 357462016 45235 33554432000 4194304 5787044 140734956962896 18446744073709551615 212436122143 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15067/tid=15072] ppid=15066 vsize=349084 CPUtime=50.91 cores=0-7
/proc/15067/task/15072/stat : 15072 (priss) R 15066 15066 14809 0 -1 4202560 12669 0 0 0 5075 16 0 0 25 0 5 0 911530950 357462016 45235 33554432000 4194304 5787044 140734956962896 18446744073709551615 5528421 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 204.02
Current children cumulated vsize (KiB) 357784

[startup+102.307 s]
/proc/loadavg: 3.99 3.61 3.44 5/176 15075
/proc/meminfo: memFree=31943036/32951124 swapFree=67050540/67111528
[pid=15066] ppid=15064 vsize=8700 CPUtime=0 cores=0-7
/proc/15066/stat : 15066 (priss.sh) S 15064 15066 14809 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911530936 8908800 252 33554432000 4194304 4922060 140737241917856 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15066/statm: 2175 252 211 178 0 68 0
[pid=15067] ppid=15066 vsize=374440 CPUtime=408.79 cores=0-7
/proc/15067/stat : 15067 (priss) S 15066 15066 14809 0 -1 4202496 66463 0 0 0 40787 92 0 0 18 0 5 0 911530936 383426560 61585 33554432000 4194304 5787044 140734956962896 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15067/statm: 93610 61585 418 389 0 89360 0
[pid=15067/tid=15069] ppid=15066 vsize=374440 CPUtime=102.21 cores=0-7
/proc/15067/task/15069/stat : 15069 (priss) R 15066 15066 14809 0 -1 4202560 12714 0 0 0 10198 23 0 0 20 0 5 0 911530941 383426560 61585 33554432000 4194304 5787044 140734956962896 18446744073709551615 5591747 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15067/tid=15070] ppid=15066 vsize=374440 CPUtime=102.16 cores=0-7
/proc/15067/task/15070/stat : 15070 (priss) R 15066 15066 14809 0 -1 4202560 14661 0 0 0 10184 32 0 0 18 0 5 0 911530944 383426560 61585 33554432000 4194304 5787044 140734956962896 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15067/tid=15071] ppid=15066 vsize=374440 CPUtime=102.15 cores=0-7
/proc/15067/task/15071/stat : 15071 (priss) R 15066 15066 14809 0 -1 4202560 12312 0 0 0 10208 7 0 0 25 0 5 0 911530946 383426560 61585 33554432000 4194304 5787044 140734956962896 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15067/tid=15072] ppid=15066 vsize=374440 CPUtime=102.1 cores=0-7

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

/proc/15067/task/15070/stat : 15070 (priss) R 15066 15066 14809 0 -1 4202560 81234 0 0 0 472025 191 0 0 25 0 5 0 911530944 1579008000 322424 33554432000 4194304 5787044 140734956962896 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15067/tid=15071] ppid=15066 vsize=1542000 CPUtime=4722.19 cores=0-7
/proc/15067/task/15071/stat : 15071 (priss) R 15066 15066 14809 0 -1 4202560 76231 0 0 0 472163 56 0 0 25 0 5 0 911530946 1579008000 322424 33554432000 4194304 5787044 140734956962896 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15067/tid=15072] ppid=15066 vsize=1542000 CPUtime=4722.18 cores=0-7
/proc/15067/task/15072/stat : 15072 (priss) R 15066 15066 14809 0 -1 4202560 96255 0 0 0 472025 193 0 0 25 0 5 0 911530950 1579008000 322424 33554432000 4194304 5787044 140734956962896 18446744073709551615 5527666 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 18888.9
Current children cumulated vsize (KiB) 1550700

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/176 15212
/proc/meminfo: memFree=30894120/32951124 swapFree=67050540/67111528
[pid=15066] ppid=15064 vsize=8700 CPUtime=0 cores=0-7
/proc/15066/stat : 15066 (priss.sh) S 15064 15066 14809 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911530936 8908800 252 33554432000 4194304 4922060 140737241917856 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15066/statm: 2175 252 211 178 0 68 0
[pid=15067] ppid=15066 vsize=1542000 CPUtime=19128.9 cores=0-7
/proc/15067/stat : 15067 (priss) S 15066 15066 14809 0 -1 4202496 338242 0 0 0 1912211 680 0 0 18 0 5 0 911530936 1579008000 322533 33554432000 4194304 5787044 140734956962896 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15067/statm: 385500 322533 419 389 0 381250 0
[pid=15067/tid=15069] ppid=15066 vsize=1542000 CPUtime=4782.22 cores=0-7
/proc/15067/task/15069/stat : 15069 (priss) R 15066 15066 14809 0 -1 4202560 75783 0 0 0 477984 238 0 0 25 0 5 0 911530941 1579008000 322533 33554432000 4194304 5787044 140734956962896 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15067/tid=15070] ppid=15066 vsize=1542000 CPUtime=4782.16 cores=0-7
/proc/15067/task/15070/stat : 15070 (priss) R 15066 15066 14809 0 -1 4202560 81273 0 0 0 478025 191 0 0 25 0 5 0 911530944 1579008000 322533 33554432000 4194304 5787044 140734956962896 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15067/tid=15071] ppid=15066 vsize=1542000 CPUtime=4782.19 cores=0-7
/proc/15067/task/15071/stat : 15071 (priss) R 15066 15066 14809 0 -1 4202560 76232 0 0 0 478163 56 0 0 25 0 5 0 911530946 1579008000 322533 33554432000 4194304 5787044 140734956962896 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15067/tid=15072] ppid=15066 vsize=1542000 CPUtime=4782.18 cores=0-7
/proc/15067/task/15072/stat : 15072 (priss) R 15066 15066 14809 0 -1 4202560 96308 0 0 0 478025 193 0 0 25 0 5 0 911530950 1579008000 322533 33554432000 4194304 5787044 140734956962896 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19128.9
Current children cumulated vsize (KiB) 1550700

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/176 15213
/proc/meminfo: memFree=30893196/32951124 swapFree=67050540/67111528
[pid=15066] ppid=15064 vsize=8700 CPUtime=0 cores=0-7
/proc/15066/stat : 15066 (priss.sh) S 15064 15066 14809 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911530936 8908800 252 33554432000 4194304 4922060 140737241917856 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15066/statm: 2175 252 211 178 0 68 0
[pid=15067] ppid=15066 vsize=1542000 CPUtime=19368.9 cores=0-7
/proc/15067/stat : 15067 (priss) S 15066 15066 14809 0 -1 4202496 338456 0 0 0 1936211 681 0 0 18 0 5 0 911530936 1579008000 322747 33554432000 4194304 5787044 140734956962896 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15067/statm: 385500 322747 419 389 0 381250 0
[pid=15067/tid=15069] ppid=15066 vsize=1542000 CPUtime=4842.22 cores=0-7
/proc/15067/task/15069/stat : 15069 (priss) R 15066 15066 14809 0 -1 4202560 75811 0 0 0 483984 238 0 0 25 0 5 0 911530941 1579008000 322747 33554432000 4194304 5787044 140734956962896 18446744073709551615 5585354 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15067/tid=15070] ppid=15066 vsize=1542000 CPUtime=4842.16 cores=0-7
/proc/15067/task/15070/stat : 15070 (priss) R 15066 15066 14809 0 -1 4202560 81391 0 0 0 484025 191 0 0 25 0 5 0 911530944 1579008000 322747 33554432000 4194304 5787044 140734956962896 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15067/tid=15071] ppid=15066 vsize=1542000 CPUtime=4842.19 cores=0-7
/proc/15067/task/15071/stat : 15071 (priss) R 15066 15066 14809 0 -1 4202560 76232 0 0 0 484163 56 0 0 25 0 5 0 911530946 1579008000 322747 33554432000 4194304 5787044 140734956962896 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15067/tid=15072] ppid=15066 vsize=1542000 CPUtime=4842.18 cores=0-7
/proc/15067/task/15072/stat : 15072 (priss) R 15066 15066 14809 0 -1 4202560 96376 0 0 0 484025 193 0 0 25 0 5 0 911530950 1579008000 322747 33554432000 4194304 5787044 140734956962896 18446744073709551615 5527147 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19368.9
Current children cumulated vsize (KiB) 1550700

[startup+4902.3 s]
/proc/loadavg: 4.04 4.01 3.93 5/176 15215
/proc/meminfo: memFree=30892032/32951124 swapFree=67050540/67111528
[pid=15066] ppid=15064 vsize=8700 CPUtime=0 cores=0-7
/proc/15066/stat : 15066 (priss.sh) S 15064 15066 14809 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911530936 8908800 252 33554432000 4194304 4922060 140737241917856 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15066/statm: 2175 252 211 178 0 68 0
[pid=15067] ppid=15066 vsize=1542000 CPUtime=19608.9 cores=0-7
/proc/15067/stat : 15067 (priss) S 15066 15066 14809 0 -1 4202496 338705 0 0 0 1960212 681 0 0 18 0 5 0 911530936 1579008000 322996 33554432000 4194304 5787044 140734956962896 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15067/statm: 385500 322996 419 389 0 381250 0
[pid=15067/tid=15069] ppid=15066 vsize=1542000 CPUtime=4902.22 cores=0-7
/proc/15067/task/15069/stat : 15069 (priss) R 15066 15066 14809 0 -1 4202560 75848 0 0 0 489984 238 0 0 25 0 5 0 911530941 1579008000 322996 33554432000 4194304 5787044 140734956962896 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15067/tid=15070] ppid=15066 vsize=1542000 CPUtime=4902.16 cores=0-7
/proc/15067/task/15070/stat : 15070 (priss) R 15066 15066 14809 0 -1 4202560 81490 0 0 0 490025 191 0 0 25 0 5 0 911530944 1579008000 322996 33554432000 4194304 5787044 140734956962896 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15067/tid=15071] ppid=15066 vsize=1542000 CPUtime=4902.19 cores=0-7
/proc/15067/task/15071/stat : 15071 (priss) R 15066 15066 14809 0 -1 4202560 76237 0 0 0 490163 56 0 0 25 0 5 0 911530946 1579008000 322996 33554432000 4194304 5787044 140734956962896 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15067/tid=15072] ppid=15066 vsize=1542000 CPUtime=4902.18 cores=0-7
/proc/15067/task/15072/stat : 15072 (priss) R 15066 15066 14809 0 -1 4202560 96484 0 0 0 490025 193 0 0 25 0 5 0 911530950 1579008000 322996 33554432000 4194304 5787044 140734956962896 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19608.9
Current children cumulated vsize (KiB) 1550700

[startup+4962.3 s]
/proc/loadavg: 4.01 4.01 3.93 5/176 15216
/proc/meminfo: memFree=30890884/32951124 swapFree=67050540/67111528
[pid=15066] ppid=15064 vsize=8700 CPUtime=0 cores=0-7
/proc/15066/stat : 15066 (priss.sh) S 15064 15066 14809 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911530936 8908800 252 33554432000 4194304 4922060 140737241917856 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15066/statm: 2175 252 211 178 0 68 0
[pid=15067] ppid=15066 vsize=1542000 CPUtime=19848.9 cores=0-7
/proc/15067/stat : 15067 (priss) S 15066 15066 14809 0 -1 4202496 338994 0 0 0 1984212 681 0 0 18 0 5 0 911530936 1579008000 323285 33554432000 4194304 5787044 140734956962896 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15067/statm: 385500 323285 419 389 0 381250 0
[pid=15067/tid=15069] ppid=15066 vsize=1542000 CPUtime=4962.22 cores=0-7
/proc/15067/task/15069/stat : 15069 (priss) R 15066 15066 14809 0 -1 4202560 75883 0 0 0 495984 238 0 0 25 0 5 0 911530941 1579008000 323285 33554432000 4194304 5787044 140734956962896 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15067/tid=15070] ppid=15066 vsize=1542000 CPUtime=4962.17 cores=0-7
/proc/15067/task/15070/stat : 15070 (priss) R 15066 15066 14809 0 -1 4202560 81684 0 0 0 496025 192 0 0 25 0 5 0 911530944 1579008000 323285 33554432000 4194304 5787044 140734956962896 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15067/tid=15071] ppid=15066 vsize=1542000 CPUtime=4962.19 cores=0-7
/proc/15067/task/15071/stat : 15071 (priss) R 15066 15066 14809 0 -1 4202560 76242 0 0 0 496163 56 0 0 25 0 5 0 911530946 1579008000 323285 33554432000 4194304 5787044 140734956962896 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15067/tid=15072] ppid=15066 vsize=1542000 CPUtime=4962.18 cores=0-7
/proc/15067/task/15072/stat : 15072 (priss) R 15066 15066 14809 0 -1 4202560 96539 0 0 0 496025 193 0 0 25 0 5 0 911530950 1579008000 323285 33554432000 4194304 5787044 140734956962896 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19848.9
Current children cumulated vsize (KiB) 1550700

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 15218
/proc/meminfo: memFree=30885372/32951124 swapFree=67050540/67111528
[pid=15066] ppid=15064 vsize=8700 CPUtime=0 cores=0-7
/proc/15066/stat : 15066 (priss.sh) S 15064 15066 14809 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911530936 8908800 252 33554432000 4194304 4922060 140737241917856 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15066/statm: 2175 252 211 178 0 68 0
[pid=15067] ppid=15066 vsize=1542000 CPUtime=20088.9 cores=0-7
/proc/15067/stat : 15067 (priss) S 15066 15066 14809 0 -1 4202496 340354 0 0 0 2008213 682 0 0 18 0 5 0 911530936 1579008000 324645 33554432000 4194304 5787044 140734956962896 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15067/statm: 385500 324645 419 389 0 381250 0
[pid=15067/tid=15069] ppid=15066 vsize=1542000 CPUtime=5022.23 cores=0-7
/proc/15067/task/15069/stat : 15069 (priss) R 15066 15066 14809 0 -1 4202560 77000 0 0 0 501984 239 0 0 25 0 5 0 911530941 1579008000 324645 33554432000 4194304 5787044 140734956962896 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15067/tid=15070] ppid=15066 vsize=1542000 CPUtime=5022.17 cores=0-7
/proc/15067/task/15070/stat : 15070 (priss) R 15066 15066 14809 0 -1 4202560 81823 0 0 0 502025 192 0 0 25 0 5 0 911530944 1579008000 324645 33554432000 4194304 5787044 140734956962896 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15067/tid=15071] ppid=15066 vsize=1542000 CPUtime=5022.19 cores=0-7
/proc/15067/task/15071/stat : 15071 (priss) R 15066 15066 14809 0 -1 4202560 76247 0 0 0 502163 56 0 0 25 0 5 0 911530946 1579008000 324645 33554432000 4194304 5787044 140734956962896 18446744073709551615 5591328 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15067/tid=15072] ppid=15066 vsize=1542000 CPUtime=5022.19 cores=0-7
/proc/15067/task/15072/stat : 15072 (priss) R 15066 15066 14809 0 -1 4202560 96638 0 0 0 502026 193 0 0 25 0 5 0 911530950 1579008000 324645 33554432000 4194304 5787044 140734956962896 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 20089
Current children cumulated vsize (KiB) 1550700

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 15220
/proc/meminfo: memFree=30880248/32951124 swapFree=67050540/67111528
[pid=15066] ppid=15064 vsize=8700 CPUtime=0 cores=0-7
/proc/15066/stat : 15066 (priss.sh) S 15064 15066 14809 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911530936 8908800 252 33554432000 4194304 4922060 140737241917856 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15066/statm: 2175 252 211 178 0 68 0
[pid=15067] ppid=15066 vsize=1542000 CPUtime=20328.9 cores=0-7
/proc/15067/stat : 15067 (priss) S 15066 15066 14809 0 -1 4202496 341698 0 0 0 2032213 682 0 0 18 0 5 0 911530936 1579008000 325989 33554432000 4194304 5787044 140734956962896 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15067/statm: 385500 325989 419 389 0 381250 0
[pid=15067/tid=15069] ppid=15066 vsize=1542000 CPUtime=5082.23 cores=0-7
/proc/15067/task/15069/stat : 15069 (priss) R 15066 15066 14809 0 -1 4202560 77069 0 0 0 507984 239 0 0 25 0 5 0 911530941 1579008000 325989 33554432000 4194304 5787044 140734956962896 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15067/tid=15070] ppid=15066 vsize=1542000 CPUtime=5082.17 cores=0-7
/proc/15067/task/15070/stat : 15070 (priss) R 15066 15066 14809 0 -1 4202560 82985 0 0 0 508025 192 0 0 25 0 5 0 911530944 1579008000 325989 33554432000 4194304 5787044 140734956962896 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15067/tid=15071] ppid=15066 vsize=1542000 CPUtime=5082.19 cores=0-7
/proc/15067/task/15071/stat : 15071 (priss) R 15066 15066 14809 0 -1 4202560 76250 0 0 0 508163 56 0 0 25 0 5 0 911530946 1579008000 325989 33554432000 4194304 5787044 140734956962896 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15067/tid=15072] ppid=15066 vsize=1542000 CPUtime=5082.19 cores=0-7
/proc/15067/task/15072/stat : 15072 (priss) R 15066 15066 14809 0 -1 4202560 96748 0 0 0 508026 193 0 0 25 0 5 0 911530950 1579008000 325989 33554432000 4194304 5787044 140734956962896 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 20329
Current children cumulated vsize (KiB) 1550700



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 15220
/proc/meminfo: memFree=30879612/32951124 swapFree=67050540/67111528
[pid=15066] ppid=15064 vsize=8700 CPUtime=0 cores=0-7
/proc/15066/stat : 15066 (priss.sh) S 15064 15066 14809 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911530936 8908800 252 33554432000 4194304 4922060 140737241917856 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15066/statm: 2175 252 211 178 0 68 0
[pid=15067] ppid=15066 vsize=1542000 CPUtime=20399.8 cores=0-7
/proc/15067/stat : 15067 (priss) S 15066 15066 14809 0 -1 4202496 341833 0 0 0 2039296 682 0 0 18 0 5 0 911530936 1579008000 326124 33554432000 4194304 5787044 140734956962896 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15067/statm: 385500 326124 419 389 0 381250 0
[pid=15067/tid=15069] ppid=15066 vsize=1542000 CPUtime=5099.94 cores=0-7
/proc/15067/task/15069/stat : 15069 (priss) R 15066 15066 14809 0 -1 4202560 77123 0 0 0 509755 239 0 0 25 0 5 0 911530941 1579008000 326124 33554432000 4194304 5787044 140734956962896 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15067/tid=15070] ppid=15066 vsize=1542000 CPUtime=5099.88 cores=0-7
/proc/15067/task/15070/stat : 15070 (priss) R 15066 15066 14809 0 -1 4202560 83044 0 0 0 509796 192 0 0 25 0 5 0 911530944 1579008000 326124 33554432000 4194304 5787044 140734956962896 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15067/tid=15071] ppid=15066 vsize=1542000 CPUtime=5099.9 cores=0-7
/proc/15067/task/15071/stat : 15071 (priss) R 15066 15066 14809 0 -1 4202560 76251 0 0 0 509934 56 0 0 25 0 5 0 911530946 1579008000 326124 33554432000 4194304 5787044 140734956962896 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15067/tid=15072] ppid=15066 vsize=1542000 CPUtime=5099.89 cores=0-7
/proc/15067/task/15072/stat : 15072 (priss) R 15066 15066 14809 0 -1 4202560 96769 0 0 0 509796 193 0 0 25 0 5 0 911530950 1579008000 326124 33554432000 4194304 5787044 140734956962896 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 20399.8
Current children cumulated vsize (KiB) 1550700

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 15066 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=1999
# CPU time returned by wait4() is 0.001999
# while last known CPU time is 20399.8
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5100.02
CPU time (s): 20399.8
CPU user time (s): 20393
CPU system time (s): 6.82
CPU usage (%): 399.994
Max. virtual memory (cumulated for all children) (KiB): 1550700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.001999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 331
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 3

runsolver used 7.93479 second user time and 19.807 second system time

The end

Launcher Data

Begin job on node102 at 2011-06-13 23:08:06
IDJOB=3499437
IDBENCH=83245
IDSOLVER=1994
FILE ID=node102/3499437-1307999286
RUNJOBID= node102-1307998947-14823
PBS_JOBID= 13559835
Free space on /tmp= 74132 MiB

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

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

MD5SUM BENCH= d2ef996f95bbf68a3c980c797dfdc364
RANDOM SEED=673795705

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32187404 kB
Buffers:        208344 kB
Cached:         326644 kB
SwapCached:      25152 kB
Active:         291288 kB
Inactive:       273380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32187404 kB
SwapTotal:    67111528 kB
SwapFree:     67050540 kB
Dirty:            3924 kB
Writeback:           0 kB
AnonPages:       26784 kB
Mapped:           8576 kB
Slab:           132668 kB
PageTables:       4168 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187048 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 /tmp at the end= 74132 MiB
End job on node102 at 2011-06-14 00:33:08