Trace number 3499651

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

General information on the benchmark

NameSAT05/crafted/sorge05/QG7a/
gensys-ukn003.shuffled-as.sat05-3843.cnf
MD5SUM59fa4424111aa94c942a4bbd786cbd51
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1118.21
Satisfiable
(Un)Satisfiability was proved
Number of variables2969
Number of clauses18767
Sum of the clauses size134137
Maximum clause length13
Minimum clause length1
Number of clauses of size 142
Number of clauses of size 2442
Number of clauses of size 32384
Number of clauses of size 4505
Number of clauses of size 5684
Number of clauses of size over 514710

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: 24295
0.00/0.01	c parsetime: 12355us
0.00/0.01	c parsed 18767 clauses with 2969 variables
0.00/0.02	c NW started thread 0 successfully (1098565952)
0.00/0.02	c NW started thread 1 successfully (1110247744)
0.00/0.02	c NW started thread 2 successfully (1120737600)
0.00/0.03	c NW started thread 3 successfully (1131227456)
0.00/0.51	c preprocessor returned 10002 variables
0.00/0.51	c preprocessing returned UNKNOWN
0.00/0.51	c PP set 57 variables
0.00/0.51	c pp time: 493015us (0s)
0.00/0.51	c preprocessor returned 10002 variables
0.00/0.51	c preprocessing returned UNKNOWN
0.00/0.51	c PP set 57 variables
0.00/0.51	c pp time: 489566us (0s)
0.00/0.52	c preprocessor returned 10002 variables
0.00/0.52	c preprocessing returned UNKNOWN
0.00/0.52	c PP set 57 variables
0.00/0.52	c pp time: 484111us (0s)
6.26/1.68	c preprocessor returned 30007 variables
6.26/1.68	c preprocessing returned UNKNOWN
6.26/1.68	c PP set 57 variables
6.26/1.68	c pp time: 1650600us (1s)
1192.19/298.15	c added unsatisfied clause
1192.19/298.15	c failed to add network 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-3499651-1308008971/watcher-3499651-1308008971 -o /tmp/evaluation-result-3499651-1308008971/solver-3499651-1308008971 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499651-1308008971.cnf 595375799 40000 31000 8 

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

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


[startup+0 s]
/proc/loadavg: 1.59 3.33 3.73 2/170 24294
/proc/meminfo: memFree=32111980/32950928 swapFree=67053884/67111528
[pid=24294] ppid=24292 vsize=8700 CPUtime=0 cores=0-7
/proc/24294/stat : 24294 (priss.sh) S 24292 24294 23391 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 912493777 8908800 252 33554432000 4194304 4922060 140735463409456 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24294/statm: 2175 252 211 178 0 68 0

[startup+0.046886 s]
/proc/loadavg: 1.59 3.33 3.73 2/170 24294
/proc/meminfo: memFree=32111980/32950928 swapFree=67053884/67111528
[pid=24294] ppid=24292 vsize=8700 CPUtime=0 cores=0-7
/proc/24294/stat : 24294 (priss.sh) S 24292 24294 23391 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 912493777 8908800 252 33554432000 4194304 4922060 140735463409456 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24294/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100859 s]
/proc/loadavg: 1.59 3.33 3.73 2/170 24294
/proc/meminfo: memFree=32111980/32950928 swapFree=67053884/67111528
[pid=24294] ppid=24292 vsize=8700 CPUtime=0 cores=0-7
/proc/24294/stat : 24294 (priss.sh) S 24292 24294 23391 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 912493777 8908800 252 33554432000 4194304 4922060 140735463409456 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24294/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300825 s]
/proc/loadavg: 1.59 3.33 3.73 2/170 24294
/proc/meminfo: memFree=32111980/32950928 swapFree=67053884/67111528
[pid=24294] ppid=24292 vsize=8700 CPUtime=0 cores=0-7
/proc/24294/stat : 24294 (priss.sh) S 24292 24294 23391 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 912493777 8908800 252 33554432000 4194304 4922060 140735463409456 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24294/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700751 s]
/proc/loadavg: 1.59 3.33 3.73 2/170 24294
/proc/meminfo: memFree=32111980/32950928 swapFree=67053884/67111528
[pid=24294] ppid=24292 vsize=8700 CPUtime=0 cores=0-7
/proc/24294/stat : 24294 (priss.sh) S 24292 24294 23391 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 912493777 8908800 252 33554432000 4194304 4922060 140735463409456 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24294/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50058 s]
/proc/loadavg: 1.79 3.34 3.73 5/176 24300
/proc/meminfo: memFree=32078848/32950928 swapFree=67053884/67111528
[pid=24294] ppid=24292 vsize=8700 CPUtime=0 cores=0-7
/proc/24294/stat : 24294 (priss.sh) S 24292 24294 23391 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 912493777 8908800 252 33554432000 4194304 4922060 140735463409456 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24294/statm: 2175 252 211 178 0 68 0
[pid=24295] ppid=24294 vsize=283732 CPUtime=5.86 cores=0-7
/proc/24295/stat : 24295 (priss) S 24294 24294 23391 0 -1 4202496 10890 0 0 0 577 9 0 0 18 0 5 0 912493777 290541568 9778 33554432000 4194304 5787044 140736191220752 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/24295/statm: 70933 9778 405 389 0 66683 0
[pid=24295/tid=24297] ppid=24294 vsize=283732 CPUtime=1.46 cores=0-7
/proc/24295/task/24297/stat : 24297 (priss) R 24294 24294 23391 0 -1 4202560 2028 0 0 0 142 4 0 0 18 0 5 0 912493779 290541568 9778 33554432000 4194304 5787044 140736191220752 18446744073709551615 254500350708 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24295/tid=24298] ppid=24294 vsize=283732 CPUtime=1.44 cores=0-7
/proc/24295/task/24298/stat : 24298 (priss) R 24294 24294 23391 0 -1 4202560 1402 0 0 0 143 1 0 0 18 0 5 0 912493779 290541568 9778 33554432000 4194304 5787044 140736191220752 18446744073709551615 254500352321 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24295/tid=24299] ppid=24294 vsize=283732 CPUtime=1.44 cores=0-7
/proc/24295/task/24299/stat : 24299 (priss) R 24294 24294 23391 0 -1 4202560 2680 0 0 0 143 1 0 0 18 0 5 0 912493780 290541568 9778 33554432000 4194304 5787044 140736191220752 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24295/tid=24300] ppid=24294 vsize=283732 CPUtime=1.45 cores=0-7
/proc/24295/task/24300/stat : 24300 (priss) R 24294 24294 23391 0 -1 4202560 2556 0 0 0 145 0 0 0 18 0 5 0 912493781 290541568 9778 33554432000 4194304 5787044 140736191220752 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.86
Current children cumulated vsize (KiB) 292432

[startup+3.10126 s]
/proc/loadavg: 1.79 3.34 3.73 5/176 24300
/proc/meminfo: memFree=32069552/32950928 swapFree=67053884/67111528
[pid=24294] ppid=24292 vsize=8700 CPUtime=0 cores=0-7
/proc/24294/stat : 24294 (priss.sh) S 24292 24294 23391 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 912493777 8908800 252 33554432000 4194304 4922060 140735463409456 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24294/statm: 2175 252 211 178 0 68 0
[pid=24295] ppid=24294 vsize=285028 CPUtime=12.25 cores=0-7
/proc/24295/stat : 24295 (priss) S 24294 24294 23391 0 -1 4202496 13516 0 0 0 1211 14 0 0 18 0 5 0 912493777 291868672 11406 33554432000 4194304 5787044 140736191220752 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/24295/statm: 71257 11406 419 389 0 67007 0
[pid=24295/tid=24297] ppid=24294 vsize=285028 CPUtime=3.06 cores=0-7
/proc/24295/task/24297/stat : 24297 (priss) R 24294 24294 23391 0 -1 4202560 2259 0 0 0 301 5 0 0 18 0 5 0 912493779 291868672 11406 33554432000 4194304 5787044 140736191220752 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24295/tid=24298] ppid=24294 vsize=285028 CPUtime=3.05 cores=0-7
/proc/24295/task/24298/stat : 24298 (priss) R 24294 24294 23391 0 -1 4202560 1674 0 0 0 302 3 0 0 18 0 5 0 912493779 291868672 11406 33554432000 4194304 5787044 140736191220752 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24295/tid=24299] ppid=24294 vsize=285028 CPUtime=3.04 cores=0-7
/proc/24295/task/24299/stat : 24299 (priss) R 24294 24294 23391 0 -1 4202560 2807 0 0 0 302 2 0 0 18 0 5 0 912493780 291868672 11406 33554432000 4194304 5787044 140736191220752 18446744073709551615 5590526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24295/tid=24300] ppid=24294 vsize=285028 CPUtime=3.04 cores=0-7
/proc/24295/task/24300/stat : 24300 (priss) R 24294 24294 23391 0 -1 4202560 4552 0 0 0 302 2 0 0 18 0 5 0 912493781 291868672 11406 33554432000 4194304 5787044 140736191220752 18446744073709551615 5530792 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.25
Current children cumulated vsize (KiB) 293728

[startup+6.30062 s]
/proc/loadavg: 1.96 3.35 3.73 5/176 24300
/proc/meminfo: memFree=32062956/32950928 swapFree=67053884/67111528
[pid=24294] ppid=24292 vsize=8700 CPUtime=0 cores=0-7
/proc/24294/stat : 24294 (priss.sh) S 24292 24294 23391 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 912493777 8908800 252 33554432000 4194304 4922060 140735463409456 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24294/statm: 2175 252 211 178 0 68 0
[pid=24295] ppid=24294 vsize=286848 CPUtime=25.02 cores=0-7
/proc/24295/stat : 24295 (priss) S 24294 24294 23391 0 -1 4202496 15140 0 0 0 2480 22 0 0 18 0 5 0 912493777 293732352 13030 33554432000 4194304 5787044 140736191220752 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/24295/statm: 71712 13030 419 389 0 67462 0
[pid=24295/tid=24297] ppid=24294 vsize=286848 CPUtime=6.25 cores=0-7
/proc/24295/task/24297/stat : 24297 (priss) R 24294 24294 23391 0 -1 4202560 2755 0 0 0 619 6 0 0 18 0 5 0 912493779 293732352 13030 33554432000 4194304 5787044 140736191220752 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24295/tid=24298] ppid=24294 vsize=286848 CPUtime=6.24 cores=0-7
/proc/24295/task/24298/stat : 24298 (priss) R 24294 24294 23391 0 -1 4202560 2032 0 0 0 619 5 0 0 18 0 5 0 912493779 293732352 13030 33554432000 4194304 5787044 140736191220752 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24295/tid=24299] ppid=24294 vsize=286848 CPUtime=6.24 cores=0-7
/proc/24295/task/24299/stat : 24299 (priss) R 24294 24294 23391 0 -1 4202560 3164 0 0 0 620 4 0 0 18 0 5 0 912493780 293732352 13030 33554432000 4194304 5787044 140736191220752 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24295/tid=24300] ppid=24294 vsize=286848 CPUtime=6.23 cores=0-7
/proc/24295/task/24300/stat : 24300 (priss) R 24294 24294 23391 0 -1 4202560 4965 0 0 0 618 5 0 0 18 0 5 0 912493781 293732352 13030 33554432000 4194304 5787044 140736191220752 18446744073709551615 5527784 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.02
Current children cumulated vsize (KiB) 295548

[startup+12.7004 s]
/proc/loadavg: 2.13 3.36 3.73 5/176 24300
/proc/meminfo: memFree=32050568/32950928 swapFree=67053884/67111528
[pid=24294] ppid=24292 vsize=8700 CPUtime=0 cores=0-7
/proc/24294/stat : 24294 (priss.sh) S 24292 24294 23391 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 912493777 8908800 252 33554432000 4194304 4922060 140735463409456 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24294/statm: 2175 252 211 178 0 68 0
[pid=24295] ppid=24294 vsize=293248 CPUtime=50.61 cores=0-7
/proc/24295/stat : 24295 (priss) S 24294 24294 23391 0 -1 4202496 17992 0 0 0 5034 27 0 0 18 0 5 0 912493777 300285952 15882 33554432000 4194304 5787044 140736191220752 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/24295/statm: 73312 15882 419 389 0 69062 0
[pid=24295/tid=24297] ppid=24294 vsize=293248 CPUtime=12.66 cores=0-7
/proc/24295/task/24297/stat : 24297 (priss) R 24294 24294 23391 0 -1 4202560 4189 0 0 0 1259 7 0 0 18 0 5 0 912493779 300285952 15882 33554432000 4194304 5787044 140736191220752 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24295/tid=24298] ppid=24294 vsize=293248 CPUtime=12.63 cores=0-7
/proc/24295/task/24298/stat : 24298 (priss) R 24294 24294 23391 0 -1 4202560 2429 0 0 0 1257 6 0 0 23 0 5 0 912493779 300285952 15882 33554432000 4194304 5787044 140736191220752 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24295/tid=24299] ppid=24294 vsize=293248 CPUtime=12.62 cores=0-7
/proc/24295/task/24299/stat : 24299 (priss) R 24294 24294 23391 0 -1 4202560 3740 0 0 0 1257 5 0 0 18 0 5 0 912493780 300285952 15882 33554432000 4194304 5787044 140736191220752 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24295/tid=24300] ppid=24294 vsize=293248 CPUtime=12.63 cores=0-7
/proc/24295/task/24300/stat : 24300 (priss) R 24294 24294 23391 0 -1 4202560 5410 0 0 0 1257 6 0 0 18 0 5 0 912493781 300285952 15882 33554432000 4194304 5787044 140736191220752 18446744073709551615 5528380 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 301948

[startup+25.5008 s]
/proc/loadavg: 2.41 3.38 3.73 5/176 24300
/proc/meminfo: memFree=32038220/32950928 swapFree=67053884/67111528
[pid=24294] ppid=24292 vsize=8700 CPUtime=0 cores=0-7
/proc/24294/stat : 24294 (priss.sh) S 24292 24294 23391 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 912493777 8908800 252 33554432000 4194304 4922060 140735463409456 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24294/statm: 2175 252 211 178 0 68 0
[pid=24295] ppid=24294 vsize=295508 CPUtime=101.8 cores=0-7
/proc/24295/stat : 24295 (priss) S 24294 24294 23391 0 -1 4202496 21317 0 0 0 10142 38 0 0 18 0 5 0 912493777 302600192 19207 33554432000 4194304 5787044 140736191220752 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/24295/statm: 73877 19207 419 389 0 69627 0
[pid=24295/tid=24297] ppid=24294 vsize=295508 CPUtime=25.45 cores=0-7
/proc/24295/task/24297/stat : 24297 (priss) R 24294 24294 23391 0 -1 4202560 5583 0 0 0 2535 10 0 0 18 0 5 0 912493779 302600192 19207 33554432000 4194304 5787044 140736191220752 18446744073709551615 5591640 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24295/tid=24298] ppid=24294 vsize=295508 CPUtime=25.42 cores=0-7
/proc/24295/task/24298/stat : 24298 (priss) R 24294 24294 23391 0 -1 4202560 3591 0 0 0 2530 12 0 0 25 0 5 0 912493779 302600192 19207 33554432000 4194304 5787044 140736191220752 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24295/tid=24299] ppid=24294 vsize=295508 CPUtime=25.43 cores=0-7
/proc/24295/task/24299/stat : 24299 (priss) R 24294 24294 23391 0 -1 4202560 4062 0 0 0 2536 7 0 0 25 0 5 0 912493780 302600192 19207 33554432000 4194304 5787044 140736191220752 18446744073709551615 5590258 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24295/tid=24300] ppid=24294 vsize=295508 CPUtime=25.42 cores=0-7
/proc/24295/task/24300/stat : 24300 (priss) R 24294 24294 23391 0 -1 4202560 5857 0 0 0 2536 6 0 0 21 0 5 0 912493781 302600192 19207 33554432000 4194304 5787044 140736191220752 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 304208

[startup+51.1007 s]
/proc/loadavg: 3.04 3.44 3.74 5/176 24301
/proc/meminfo: memFree=32017220/32950928 swapFree=67053884/67111528
[pid=24294] ppid=24292 vsize=8700 CPUtime=0 cores=0-7
/proc/24294/stat : 24294 (priss.sh) S 24292 24294 23391 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 912493777 8908800 252 33554432000 4194304 4922060 140735463409456 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24294/statm: 2175 252 211 178 0 68 0
[pid=24295] ppid=24294 vsize=304608 CPUtime=204.19 cores=0-7
/proc/24295/stat : 24295 (priss) S 24294 24294 23391 0 -1 4202496 26470 0 0 0 20368 51 0 0 18 0 5 0 912493777 311918592 24352 33554432000 4194304 5787044 140736191220752 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/24295/statm: 76152 24352 419 389 0 71902 0
[pid=24295/tid=24297] ppid=24294 vsize=304608 CPUtime=51.05 cores=0-7
/proc/24295/task/24297/stat : 24297 (priss) R 24294 24294 23391 0 -1 4202560 7605 0 0 0 5089 16 0 0 20 0 5 0 912493779 311918592 24352 33554432000 4194304 5787044 140736191220752 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24295/tid=24298] ppid=24294 vsize=304608 CPUtime=51.03 cores=0-7
/proc/24295/task/24298/stat : 24298 (priss) R 24294 24294 23391 0 -1 4202560 4663 0 0 0 5086 17 0 0 25 0 5 0 912493779 311918592 24352 33554432000 4194304 5787044 140736191220752 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24295/tid=24299] ppid=24294 vsize=304608 CPUtime=51.03 cores=0-7
/proc/24295/task/24299/stat : 24299 (priss) R 24294 24294 23391 0 -1 4202560 5444 0 0 0 5095 8 0 0 25 0 5 0 912493780 311918592 24352 33554432000 4194304 5787044 140736191220752 18446744073709551615 5591596 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24295/tid=24300] ppid=24294 vsize=304608 CPUtime=51.02 cores=0-7
/proc/24295/task/24300/stat : 24300 (priss) R 24294 24294 23391 0 -1 4202560 6534 0 0 0 5094 8 0 0 25 0 5 0 912493781 311918592 24352 33554432000 4194304 5787044 140736191220752 18446744073709551615 5522464 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.19
Current children cumulated vsize (KiB) 313308

[startup+102.307 s]
/proc/loadavg: 3.58 3.52 3.75 5/176 24302
/proc/meminfo: memFree=31992500/32950928 swapFree=67053884/67111528
[pid=24294] ppid=24292 vsize=8700 CPUtime=0 cores=0-7
/proc/24294/stat : 24294 (priss.sh) S 24292 24294 23391 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 912493777 8908800 252 33554432000 4194304 4922060 140735463409456 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24294/statm: 2175 252 211 178 0 68 0
[pid=24295] ppid=24294 vsize=312764 CPUtime=409 cores=0-7
/proc/24295/stat : 24295 (priss) S 24294 24294 23391 0 -1 4202496 32668 0 0 0 40830 70 0 0 18 0 5 0 912493777 320270336 30465 33554432000 4194304 5787044 140736191220752 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/24295/statm: 78191 30465 419 389 0 73941 0
[pid=24295/tid=24297] ppid=24294 vsize=312764 CPUtime=102.26 cores=0-7
/proc/24295/task/24297/stat : 24297 (priss) R 24294 24294 23391 0 -1 4202560 10128 0 0 0 10204 22 0 0 25 0 5 0 912493779 320270336 30465 33554432000 4194304 5787044 140736191220752 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24295/tid=24298] ppid=24294 vsize=312764 CPUtime=102.22 cores=0-7
/proc/24295/task/24298/stat : 24298 (priss) R 24294 24294 23391 0 -1 4202560 5947 0 0 0 10201 21 0 0 25 0 5 0 912493779 320270336 30465 33554432000 4194304 5787044 140736191220752 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24295/tid=24299] ppid=24294 vsize=312764 CPUtime=102.22 cores=0-7
/proc/24295/task/24299/stat : 24299 (priss) R 24294 24294 23391 0 -1 4202560 6559 0 0 0 10211 11 0 0 25 0 5 0 912493780 320270336 30465 33554432000 4194304 5787044 140736191220752 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24295/tid=24300] ppid=24294 vsize=312764 CPUtime=102.23 cores=0-7

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

/proc/24295/task/24298/stat : 24298 (priss) R 24294 24294 23391 0 -1 4202560 31347 0 0 0 472161 79 0 0 25 0 5 0 912493779 972496896 176385 33554432000 4194304 5787044 140736191220752 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24295/tid=24299] ppid=24294 vsize=949704 CPUtime=4722.38 cores=0-7
/proc/24295/task/24299/stat : 24299 (priss) R 24294 24294 23391 0 -1 4202560 43455 0 0 0 472127 111 0 0 25 0 5 0 912493780 972496896 176385 33554432000 4194304 5787044 140736191220752 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24295/tid=24300] ppid=24294 vsize=949704 CPUtime=4722.41 cores=0-7
/proc/24295/task/24300/stat : 24300 (priss) R 24294 24294 23391 0 -1 4202560 46174 0 0 0 472150 91 0 0 25 0 5 0 912493781 972496896 176385 33554432000 4194304 5787044 140736191220752 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 18889.7
Current children cumulated vsize (KiB) 958404

[startup+4782.3 s]
/proc/loadavg: 4.01 4.00 3.92 5/176 24451
/proc/meminfo: memFree=31403536/32950928 swapFree=67053884/67111528
[pid=24294] ppid=24292 vsize=8700 CPUtime=0 cores=0-7
/proc/24294/stat : 24294 (priss.sh) S 24292 24294 23391 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 912493777 8908800 252 33554432000 4194304 4922060 140735463409456 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24294/statm: 2175 252 211 178 0 68 0
[pid=24295] ppid=24294 vsize=950184 CPUtime=19129.7 cores=0-7
/proc/24295/stat : 24295 (priss) S 24294 24294 23391 0 -1 4202496 181772 0 0 0 1912531 437 0 0 18 0 5 0 912493777 972988416 176546 33554432000 4194304 5787044 140736191220752 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/24295/statm: 237546 176546 419 389 0 233296 0
[pid=24295/tid=24297] ppid=24294 vsize=950184 CPUtime=4782.44 cores=0-7
/proc/24295/task/24297/stat : 24297 (priss) R 24294 24294 23391 0 -1 4202560 58411 0 0 0 478090 154 0 0 25 0 5 0 912493779 972988416 176546 33554432000 4194304 5787044 140736191220752 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24295/tid=24298] ppid=24294 vsize=950184 CPUtime=4782.4 cores=0-7
/proc/24295/task/24298/stat : 24298 (priss) R 24294 24294 23391 0 -1 4202560 31353 0 0 0 478161 79 0 0 25 0 5 0 912493779 972988416 176546 33554432000 4194304 5787044 140736191220752 18446744073709551615 5591280 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24295/tid=24299] ppid=24294 vsize=950184 CPUtime=4782.38 cores=0-7
/proc/24295/task/24299/stat : 24299 (priss) R 24294 24294 23391 0 -1 4202560 43601 0 0 0 478127 111 0 0 25 0 5 0 912493780 972988416 176546 33554432000 4194304 5787044 140736191220752 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24295/tid=24300] ppid=24294 vsize=950184 CPUtime=4782.41 cores=0-7
/proc/24295/task/24300/stat : 24300 (priss) R 24294 24294 23391 0 -1 4202560 46183 0 0 0 478150 91 0 0 25 0 5 0 912493781 972988416 176546 33554432000 4194304 5787044 140736191220752 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19129.7
Current children cumulated vsize (KiB) 958884

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/176 24453
/proc/meminfo: memFree=31402876/32950928 swapFree=67053884/67111528
[pid=24294] ppid=24292 vsize=8700 CPUtime=0 cores=0-7
/proc/24294/stat : 24294 (priss.sh) S 24292 24294 23391 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 912493777 8908800 252 33554432000 4194304 4922060 140735463409456 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24294/statm: 2175 252 211 178 0 68 0
[pid=24295] ppid=24294 vsize=950760 CPUtime=19369.7 cores=0-7
/proc/24295/stat : 24295 (priss) S 24294 24294 23391 0 -1 4202496 181926 0 0 0 1936532 437 0 0 18 0 5 0 912493777 973578240 176700 33554432000 4194304 5787044 140736191220752 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/24295/statm: 237690 176700 419 389 0 233440 0
[pid=24295/tid=24297] ppid=24294 vsize=950760 CPUtime=4842.45 cores=0-7
/proc/24295/task/24297/stat : 24297 (priss) R 24294 24294 23391 0 -1 4202560 58412 0 0 0 484091 154 0 0 25 0 5 0 912493779 973578240 176700 33554432000 4194304 5787044 140736191220752 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24295/tid=24298] ppid=24294 vsize=950760 CPUtime=4842.4 cores=0-7
/proc/24295/task/24298/stat : 24298 (priss) R 24294 24294 23391 0 -1 4202560 31357 0 0 0 484161 79 0 0 25 0 5 0 912493779 973578240 176700 33554432000 4194304 5787044 140736191220752 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24295/tid=24299] ppid=24294 vsize=950760 CPUtime=4842.38 cores=0-7
/proc/24295/task/24299/stat : 24299 (priss) R 24294 24294 23391 0 -1 4202560 43750 0 0 0 484127 111 0 0 25 0 5 0 912493780 973578240 176700 33554432000 4194304 5787044 140736191220752 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24295/tid=24300] ppid=24294 vsize=950760 CPUtime=4842.41 cores=0-7
/proc/24295/task/24300/stat : 24300 (priss) R 24294 24294 23391 0 -1 4202560 46183 0 0 0 484150 91 0 0 25 0 5 0 912493781 973578240 176700 33554432000 4194304 5787044 140736191220752 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19369.7
Current children cumulated vsize (KiB) 959460

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/176 24454
/proc/meminfo: memFree=31402460/32950928 swapFree=67053884/67111528
[pid=24294] ppid=24292 vsize=8700 CPUtime=0 cores=0-7
/proc/24294/stat : 24294 (priss.sh) S 24292 24294 23391 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 912493777 8908800 252 33554432000 4194304 4922060 140735463409456 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24294/statm: 2175 252 211 178 0 68 0
[pid=24295] ppid=24294 vsize=951272 CPUtime=19609.7 cores=0-7
/proc/24295/stat : 24295 (priss) S 24294 24294 23391 0 -1 4202496 182059 0 0 0 1960533 438 0 0 18 0 5 0 912493777 974102528 176833 33554432000 4194304 5787044 140736191220752 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/24295/statm: 237818 176833 419 389 0 233568 0
[pid=24295/tid=24297] ppid=24294 vsize=951272 CPUtime=4902.45 cores=0-7
/proc/24295/task/24297/stat : 24297 (priss) R 24294 24294 23391 0 -1 4202560 58412 0 0 0 490091 154 0 0 25 0 5 0 912493779 974102528 176833 33554432000 4194304 5787044 140736191220752 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24295/tid=24298] ppid=24294 vsize=951272 CPUtime=4902.4 cores=0-7
/proc/24295/task/24298/stat : 24298 (priss) R 24294 24294 23391 0 -1 4202560 31363 0 0 0 490161 79 0 0 25 0 5 0 912493779 974102528 176833 33554432000 4194304 5787044 140736191220752 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24295/tid=24299] ppid=24294 vsize=951272 CPUtime=4902.39 cores=0-7
/proc/24295/task/24299/stat : 24299 (priss) R 24294 24294 23391 0 -1 4202560 43877 0 0 0 490127 112 0 0 25 0 5 0 912493780 974102528 176833 33554432000 4194304 5787044 140736191220752 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24295/tid=24300] ppid=24294 vsize=951272 CPUtime=4902.41 cores=0-7
/proc/24295/task/24300/stat : 24300 (priss) R 24294 24294 23391 0 -1 4202560 46183 0 0 0 490150 91 0 0 25 0 5 0 912493781 974102528 176833 33554432000 4194304 5787044 140736191220752 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19609.7
Current children cumulated vsize (KiB) 959972

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/176 24456
/proc/meminfo: memFree=31402056/32950928 swapFree=67053884/67111528
[pid=24294] ppid=24292 vsize=8700 CPUtime=0 cores=0-7
/proc/24294/stat : 24294 (priss.sh) S 24292 24294 23391 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 912493777 8908800 252 33554432000 4194304 4922060 140735463409456 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24294/statm: 2175 252 211 178 0 68 0
[pid=24295] ppid=24294 vsize=951432 CPUtime=19849.7 cores=0-7
/proc/24295/stat : 24295 (priss) S 24294 24294 23391 0 -1 4202496 182157 0 0 0 1984534 438 0 0 18 0 5 0 912493777 974266368 176931 33554432000 4194304 5787044 140736191220752 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/24295/statm: 237858 176931 419 389 0 233608 0
[pid=24295/tid=24297] ppid=24294 vsize=951432 CPUtime=4962.45 cores=0-7
/proc/24295/task/24297/stat : 24297 (priss) R 24294 24294 23391 0 -1 4202560 58412 0 0 0 496091 154 0 0 25 0 5 0 912493779 974266368 176931 33554432000 4194304 5787044 140736191220752 18446744073709551615 5591280 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24295/tid=24298] ppid=24294 vsize=951432 CPUtime=4962.4 cores=0-7
/proc/24295/task/24298/stat : 24298 (priss) R 24294 24294 23391 0 -1 4202560 31372 0 0 0 496161 79 0 0 25 0 5 0 912493779 974266368 176931 33554432000 4194304 5787044 140736191220752 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24295/tid=24299] ppid=24294 vsize=951432 CPUtime=4962.39 cores=0-7
/proc/24295/task/24299/stat : 24299 (priss) R 24294 24294 23391 0 -1 4202560 43965 0 0 0 496127 112 0 0 25 0 5 0 912493780 974266368 176931 33554432000 4194304 5787044 140736191220752 18446744073709551615 5591764 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24295/tid=24300] ppid=24294 vsize=951432 CPUtime=4962.41 cores=0-7
/proc/24295/task/24300/stat : 24300 (priss) R 24294 24294 23391 0 -1 4202560 46184 0 0 0 496150 91 0 0 25 0 5 0 912493781 974266368 176931 33554432000 4194304 5787044 140736191220752 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19849.7
Current children cumulated vsize (KiB) 960132

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/176 24458
/proc/meminfo: memFree=31401280/32950928 swapFree=67053884/67111528
[pid=24294] ppid=24292 vsize=8700 CPUtime=0 cores=0-7
/proc/24294/stat : 24294 (priss.sh) S 24292 24294 23391 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 912493777 8908800 252 33554432000 4194304 4922060 140735463409456 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24294/statm: 2175 252 211 178 0 68 0
[pid=24295] ppid=24294 vsize=952040 CPUtime=20089.7 cores=0-7
/proc/24295/stat : 24295 (priss) S 24294 24294 23391 0 -1 4202496 182371 0 0 0 2008535 438 0 0 18 0 5 0 912493777 974888960 177145 33554432000 4194304 5787044 140736191220752 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/24295/statm: 238010 177145 419 389 0 233760 0
[pid=24295/tid=24297] ppid=24294 vsize=952040 CPUtime=5022.45 cores=0-7
/proc/24295/task/24297/stat : 24297 (priss) R 24294 24294 23391 0 -1 4202560 58413 0 0 0 502091 154 0 0 25 0 5 0 912493779 974888960 177145 33554432000 4194304 5787044 140736191220752 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24295/tid=24298] ppid=24294 vsize=952040 CPUtime=5022.4 cores=0-7
/proc/24295/task/24298/stat : 24298 (priss) R 24294 24294 23391 0 -1 4202560 31438 0 0 0 502161 79 0 0 25 0 5 0 912493779 974888960 177145 33554432000 4194304 5787044 140736191220752 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24295/tid=24299] ppid=24294 vsize=952040 CPUtime=5022.4 cores=0-7
/proc/24295/task/24299/stat : 24299 (priss) R 24294 24294 23391 0 -1 4202560 44112 0 0 0 502128 112 0 0 25 0 5 0 912493780 974888960 177145 33554432000 4194304 5787044 140736191220752 18446744073709551615 5591573 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24295/tid=24300] ppid=24294 vsize=952040 CPUtime=5022.42 cores=0-7
/proc/24295/task/24300/stat : 24300 (priss) R 24294 24294 23391 0 -1 4202560 46184 0 0 0 502151 91 0 0 25 0 5 0 912493781 974888960 177145 33554432000 4194304 5787044 140736191220752 18446744073709551615 5528404 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20089.7
Current children cumulated vsize (KiB) 960740

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/176 24459
/proc/meminfo: memFree=31398272/32950928 swapFree=67053884/67111528
[pid=24294] ppid=24292 vsize=8700 CPUtime=0 cores=0-7
/proc/24294/stat : 24294 (priss.sh) S 24292 24294 23391 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 912493777 8908800 252 33554432000 4194304 4922060 140735463409456 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24294/statm: 2175 252 211 178 0 68 0
[pid=24295] ppid=24294 vsize=952456 CPUtime=20329.7 cores=0-7
/proc/24295/stat : 24295 (priss) S 24294 24294 23391 0 -1 4202496 183141 0 0 0 2032534 440 0 0 18 0 5 0 912493777 975314944 177915 33554432000 4194304 5787044 140736191220752 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/24295/statm: 238114 177915 419 389 0 233864 0
[pid=24295/tid=24297] ppid=24294 vsize=952456 CPUtime=5082.46 cores=0-7
/proc/24295/task/24297/stat : 24297 (priss) R 24294 24294 23391 0 -1 4202560 58415 0 0 0 508092 154 0 0 25 0 5 0 912493779 975314944 177915 33554432000 4194304 5787044 140736191220752 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24295/tid=24298] ppid=24294 vsize=952456 CPUtime=5082.41 cores=0-7
/proc/24295/task/24298/stat : 24298 (priss) R 24294 24294 23391 0 -1 4202560 32068 0 0 0 508160 81 0 0 25 0 5 0 912493779 975314944 177915 33554432000 4194304 5787044 140736191220752 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24295/tid=24299] ppid=24294 vsize=952456 CPUtime=5082.4 cores=0-7
/proc/24295/task/24299/stat : 24299 (priss) R 24294 24294 23391 0 -1 4202560 44248 0 0 0 508128 112 0 0 25 0 5 0 912493780 975314944 177915 33554432000 4194304 5787044 140736191220752 18446744073709551615 5591741 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24295/tid=24300] ppid=24294 vsize=952456 CPUtime=5082.42 cores=0-7
/proc/24295/task/24300/stat : 24300 (priss) R 24294 24294 23391 0 -1 4202560 46186 0 0 0 508151 91 0 0 25 0 5 0 912493781 975314944 177915 33554432000 4194304 5787044 140736191220752 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20329.7
Current children cumulated vsize (KiB) 961156



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.92 5/176 24460
/proc/meminfo: memFree=31397508/32950928 swapFree=67053884/67111528
[pid=24294] ppid=24292 vsize=8700 CPUtime=0 cores=0-7
/proc/24294/stat : 24294 (priss.sh) S 24292 24294 23391 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 912493777 8908800 252 33554432000 4194304 4922060 140735463409456 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24294/statm: 2175 252 211 178 0 68 0
[pid=24295] ppid=24294 vsize=952712 CPUtime=20400.6 cores=0-7
/proc/24295/stat : 24295 (priss) S 24294 24294 23391 0 -1 4202496 183325 0 0 0 2039617 440 0 0 18 0 5 0 912493777 975577088 178099 33554432000 4194304 5787044 140736191220752 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/24295/statm: 238178 178099 419 389 0 233928 0
[pid=24295/tid=24297] ppid=24294 vsize=952712 CPUtime=5100.16 cores=0-7
/proc/24295/task/24297/stat : 24297 (priss) R 24294 24294 23391 0 -1 4202560 58415 0 0 0 509862 154 0 0 25 0 5 0 912493779 975577088 178099 33554432000 4194304 5787044 140736191220752 18446744073709551615 5591573 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24295/tid=24298] ppid=24294 vsize=952712 CPUtime=5100.12 cores=0-7
/proc/24295/task/24298/stat : 24298 (priss) R 24294 24294 23391 0 -1 4202560 32218 0 0 0 509930 82 0 0 25 0 5 0 912493779 975577088 178099 33554432000 4194304 5787044 140736191220752 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24295/tid=24299] ppid=24294 vsize=952712 CPUtime=5100.11 cores=0-7
/proc/24295/task/24299/stat : 24299 (priss) R 24294 24294 23391 0 -1 4202560 44282 0 0 0 509899 112 0 0 25 0 5 0 912493780 975577088 178099 33554432000 4194304 5787044 140736191220752 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24295/tid=24300] ppid=24294 vsize=952712 CPUtime=5100.13 cores=0-7
/proc/24295/task/24300/stat : 24300 (priss) R 24294 24294 23391 0 -1 4202560 46186 0 0 0 509922 91 0 0 25 0 5 0 912493781 975577088 178099 33554432000 4194304 5787044 140736191220752 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20400.6
Current children cumulated vsize (KiB) 961412

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 24294 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 20400.6
#
# 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): 20400.6
CPU user time (s): 20396.2
CPU system time (s): 4.4
CPU usage (%): 400.01
Max. virtual memory (cumulated for all children) (KiB): 961412

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.46471 second user time and 19.3631 second system time

The end

Launcher Data

Begin job on node149 at 2011-06-14 01:49:31
IDJOB=3499651
IDBENCH=85808
IDSOLVER=1994
FILE ID=node149/3499651-1308008971
RUNJOBID= node149-1307987166-23405
PBS_JOBID= 13559802
Free space on /tmp= 74060 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT05/crafted/sorge05/QG7a/gensys-ukn003.shuffled-as.sat05-3843.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3499651-1308008971/watcher-3499651-1308008971 -o /tmp/evaluation-result-3499651-1308008971/solver-3499651-1308008971 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499651-1308008971.cnf 595375799 40000 31000 8

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

MD5SUM BENCH= 59fa4424111aa94c942a4bbd786cbd51
RANDOM SEED=595375799

node149.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.806
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.61
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.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
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.806
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.83
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.806
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.806
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.806
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.806
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.806
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:      32112904 kB
Buffers:        209624 kB
Cached:         399720 kB
SwapCached:      22828 kB
Active:         299580 kB
Inactive:       340224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      32112904 kB
SwapTotal:    67111528 kB
SwapFree:     67053884 kB
Dirty:            2364 kB
Writeback:           0 kB
AnonPages:       28560 kB
Mapped:           9108 kB
Slab:           133072 kB
PageTables:       3824 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   187620 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= 74056 MiB
End job on node149 at 2011-06-14 03:14:33