Trace number 3499201

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

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v2400c266431gyes6.cnf
MD5SUMe23fefb786281285c1d045e8bc698d74
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 variables2400
Number of clauses266431
Sum of the clauses size535112
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266356
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

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: 25453
0.00/0.06	c parsetime: 57864us
0.00/0.06	c parsed 266431 clauses with 2400 variables
0.00/0.07	c NW started thread 0 successfully (1096616256)
0.00/0.11	c NW started thread 1 successfully (1107106112)
0.00/0.16	c NW started thread 2 successfully (1117595968)
0.00/0.19	c NW started thread 3 successfully (1128085824)
42.93/11.08	c preprocessor returned 10005 variables
42.93/11.08	c preprocessing returned UNKNOWN
42.93/11.08	c PP set 0 variables
42.93/11.08	c pp time: 10964097us (10s)
43.70/11.30	c preprocessor returned 10005 variables
43.70/11.30	c preprocessing returned UNKNOWN
43.70/11.30	c PP set 0 variables
43.70/11.30	c pp time: 11134892us (11s)
44.10/11.30	c preprocessor returned 10005 variables
44.10/11.30	c preprocessing returned UNKNOWN
44.10/11.30	c PP set 0 variables
44.10/11.30	c pp time: 11228106us (11s)
83.70/21.23	c preprocessor returned 30023 variables
83.70/21.23	c preprocessing returned UNKNOWN
83.70/21.23	c PP set 0 variables
83.70/21.23	c pp time: 21030554us (21s)
10087.60/2522.36	c HTE
10119.98/2530.41	c subsumption
10510.38/2628.05	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-3499201-1308511179/watcher-3499201-1308511179 -o /tmp/evaluation-result-3499201-1308511179/solver-3499201-1308511179 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499201-1308511179.cnf 831235906 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.00 1.20 1.54 2/170 25452
/proc/meminfo: memFree=27505912/32951124 swapFree=67056676/67111528
[pid=25452] ppid=25450 vsize=8700 CPUtime=0 cores=0-7
/proc/25452/stat : 25452 (priss.sh) S 25450 25452 25422 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 962715856 8908800 252 33554432000 4194304 4922060 140735486105296 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25452/statm: 2175 252 211 178 0 68 0

[startup+0.037734 s]
/proc/loadavg: 1.00 1.20 1.54 2/170 25452
/proc/meminfo: memFree=27505912/32951124 swapFree=67056676/67111528
[pid=25452] ppid=25450 vsize=8700 CPUtime=0 cores=0-7
/proc/25452/stat : 25452 (priss.sh) S 25450 25452 25422 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 962715856 8908800 252 33554432000 4194304 4922060 140735486105296 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25452/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.10072 s]
/proc/loadavg: 1.00 1.20 1.54 2/170 25452
/proc/meminfo: memFree=27505912/32951124 swapFree=67056676/67111528
[pid=25452] ppid=25450 vsize=8700 CPUtime=0 cores=0-7
/proc/25452/stat : 25452 (priss.sh) S 25450 25452 25422 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 962715856 8908800 252 33554432000 4194304 4922060 140735486105296 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25452/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300651 s]
/proc/loadavg: 1.00 1.20 1.54 2/170 25452
/proc/meminfo: memFree=27505912/32951124 swapFree=67056676/67111528
[pid=25452] ppid=25450 vsize=8700 CPUtime=0 cores=0-7
/proc/25452/stat : 25452 (priss.sh) S 25450 25452 25422 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 962715856 8908800 252 33554432000 4194304 4922060 140735486105296 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25452/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700626 s]
/proc/loadavg: 1.00 1.20 1.54 2/170 25452
/proc/meminfo: memFree=27505912/32951124 swapFree=67056676/67111528
[pid=25452] ppid=25450 vsize=8700 CPUtime=0 cores=0-7
/proc/25452/stat : 25452 (priss.sh) S 25450 25452 25422 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 962715856 8908800 252 33554432000 4194304 4922060 140735486105296 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25452/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50048 s]
/proc/loadavg: 1.00 1.20 1.54 5/176 25458
/proc/meminfo: memFree=27429256/32951124 swapFree=67056676/67111528
[pid=25452] ppid=25450 vsize=8700 CPUtime=0 cores=0-7
/proc/25452/stat : 25452 (priss.sh) S 25450 25452 25422 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 962715856 8908800 252 33554432000 4194304 4922060 140735486105296 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25452/statm: 2175 252 211 178 0 68 0
[pid=25453] ppid=25452 vsize=314080 CPUtime=4.91 cores=0-7
/proc/25453/stat : 25453 (priss) S 25452 25452 25422 0 -1 4202496 44081 0 0 0 467 24 0 0 18 0 5 0 962715856 321617920 19377 33554432000 4194304 5787044 140734950656880 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/25453/statm: 78520 19377 349 389 0 74270 0
[pid=25453/tid=25455] ppid=25452 vsize=314080 CPUtime=1.21 cores=0-7
/proc/25453/task/25455/stat : 25455 (priss) R 25452 25452 25422 0 -1 4202560 7200 0 0 0 116 5 0 0 19 0 5 0 962715864 321617920 19377 33554432000 4194304 5787044 140734950656880 18446744073709551615 4336759 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=25453/tid=25456] ppid=25452 vsize=314080 CPUtime=1.21 cores=0-7
/proc/25453/task/25456/stat : 25456 (priss) R 25452 25452 25422 0 -1 4202560 7517 0 0 0 112 9 0 0 19 0 5 0 962715868 321617920 19377 33554432000 4194304 5787044 140734950656880 18446744073709551615 4336664 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=25453/tid=25457] ppid=25452 vsize=314080 CPUtime=1.15 cores=0-7
/proc/25453/task/25457/stat : 25457 (priss) R 25452 25452 25422 0 -1 4202560 7969 0 0 0 113 2 0 0 19 0 5 0 962715872 321617920 19377 33554432000 4194304 5787044 140734950656880 18446744073709551615 4336770 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25453/tid=25458] ppid=25452 vsize=314080 CPUtime=1.15 cores=0-7
/proc/25453/task/25458/stat : 25458 (priss) R 25452 25452 25422 0 -1 4202560 7868 0 0 0 111 4 0 0 19 0 5 0 962715876 321617920 19377 33554432000 4194304 5787044 140734950656880 18446744073709551615 4336744 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.91
Current children cumulated vsize (KiB) 322780

[startup+3.10119 s]
/proc/loadavg: 1.00 1.20 1.54 5/176 25458
/proc/meminfo: memFree=27419956/32951124 swapFree=67056676/67111528
[pid=25452] ppid=25450 vsize=8700 CPUtime=0 cores=0-7
/proc/25452/stat : 25452 (priss.sh) S 25450 25452 25422 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 962715856 8908800 252 33554432000 4194304 4922060 140735486105296 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25452/statm: 2175 252 211 178 0 68 0
[pid=25453] ppid=25452 vsize=313964 CPUtime=11.31 cores=0-7
/proc/25453/stat : 25453 (priss) S 25452 25452 25422 0 -1 4202496 47344 0 0 0 1107 24 0 0 18 0 5 0 962715856 321499136 21596 33554432000 4194304 5787044 140734950656880 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/25453/statm: 78491 21596 350 389 0 74241 0
[pid=25453/tid=25455] ppid=25452 vsize=313964 CPUtime=2.81 cores=0-7
/proc/25453/task/25455/stat : 25455 (priss) R 25452 25452 25422 0 -1 4202560 7977 0 0 0 276 5 0 0 20 0 5 0 962715864 321499136 21596 33554432000 4194304 5787044 140734950656880 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=25453/tid=25456] ppid=25452 vsize=313964 CPUtime=2.81 cores=0-7
/proc/25453/task/25456/stat : 25456 (priss) R 25452 25452 25422 0 -1 4202560 8304 0 0 0 272 9 0 0 20 0 5 0 962715868 321499136 21596 33554432000 4194304 5787044 140734950656880 18446744073709551615 4336804 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=25453/tid=25457] ppid=25452 vsize=313964 CPUtime=2.75 cores=0-7
/proc/25453/task/25457/stat : 25457 (priss) R 25452 25452 25422 0 -1 4202560 9019 0 0 0 272 3 0 0 19 0 5 0 962715872 321499136 21596 33554432000 4194304 5787044 140734950656880 18446744073709551615 4336718 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25453/tid=25458] ppid=25452 vsize=313964 CPUtime=2.75 cores=0-7
/proc/25453/task/25458/stat : 25458 (priss) R 25452 25452 25422 0 -1 4202560 8517 0 0 0 271 4 0 0 23 0 5 0 962715876 321499136 21596 33554432000 4194304 5787044 140734950656880 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.31
Current children cumulated vsize (KiB) 322664

[startup+6.30063 s]
/proc/loadavg: 1.24 1.25 1.55 5/176 25458
/proc/meminfo: memFree=27420828/32951124 swapFree=67056676/67111528
[pid=25452] ppid=25450 vsize=8700 CPUtime=0 cores=0-7
/proc/25452/stat : 25452 (priss.sh) S 25450 25452 25422 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 962715856 8908800 252 33554432000 4194304 4922060 140735486105296 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25452/statm: 2175 252 211 178 0 68 0
[pid=25453] ppid=25452 vsize=313964 CPUtime=24.11 cores=0-7
/proc/25453/stat : 25453 (priss) S 25452 25452 25422 0 -1 4202496 47344 0 0 0 2387 24 0 0 18 0 5 0 962715856 321499136 21596 33554432000 4194304 5787044 140734950656880 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/25453/statm: 78491 21596 350 389 0 74241 0
[pid=25453/tid=25455] ppid=25452 vsize=313964 CPUtime=6.01 cores=0-7
/proc/25453/task/25455/stat : 25455 (priss) R 25452 25452 25422 0 -1 4202560 7977 0 0 0 596 5 0 0 25 0 5 0 962715864 321499136 21596 33554432000 4194304 5787044 140734950656880 18446744073709551615 4336729 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=25453/tid=25456] ppid=25452 vsize=313964 CPUtime=6.01 cores=0-7
/proc/25453/task/25456/stat : 25456 (priss) R 25452 25452 25422 0 -1 4202560 8304 0 0 0 592 9 0 0 25 0 5 0 962715868 321499136 21596 33554432000 4194304 5787044 140734950656880 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=25453/tid=25457] ppid=25452 vsize=313964 CPUtime=5.95 cores=0-7
/proc/25453/task/25457/stat : 25457 (priss) R 25452 25452 25422 0 -1 4202560 9019 0 0 0 592 3 0 0 25 0 5 0 962715872 321499136 21596 33554432000 4194304 5787044 140734950656880 18446744073709551615 4336560 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25453/tid=25458] ppid=25452 vsize=313964 CPUtime=5.95 cores=0-7
/proc/25453/task/25458/stat : 25458 (priss) R 25452 25452 25422 0 -1 4202560 8517 0 0 0 591 4 0 0 25 0 5 0 962715876 321499136 21596 33554432000 4194304 5787044 140734950656880 18446744073709551615 4336744 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.11
Current children cumulated vsize (KiB) 322664

[startup+12.7005 s]
/proc/loadavg: 1.46 1.29 1.56 5/176 25458
/proc/meminfo: memFree=27351648/32951124 swapFree=67056676/67111528
[pid=25452] ppid=25450 vsize=8700 CPUtime=0 cores=0-7
/proc/25452/stat : 25452 (priss.sh) S 25450 25452 25422 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 962715856 8908800 252 33554432000 4194304 4922060 140735486105296 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25452/statm: 2175 252 211 178 0 68 0
[pid=25453] ppid=25452 vsize=414092 CPUtime=49.69 cores=0-7
/proc/25453/stat : 25453 (priss) S 25452 25452 25422 0 -1 4202496 77055 0 0 0 4938 31 0 0 18 0 5 0 962715856 424030208 39370 33554432000 4194304 5787044 140734950656880 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/25453/statm: 103523 39370 404 389 0 99273 0
[pid=25453/tid=25455] ppid=25452 vsize=414092 CPUtime=12.41 cores=0-7
/proc/25453/task/25455/stat : 25455 (priss) R 25452 25452 25422 0 -1 4202560 16101 0 0 0 1233 8 0 0 18 0 5 0 962715864 424030208 39370 33554432000 4194304 5787044 140734950656880 18446744073709551615 5576621 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=25453/tid=25456] ppid=25452 vsize=414092 CPUtime=12.41 cores=0-7
/proc/25453/task/25456/stat : 25456 (priss) R 25452 25452 25422 0 -1 4202560 16268 0 0 0 1231 10 0 0 18 0 5 0 962715868 424030208 39370 33554432000 4194304 5787044 140734950656880 18446744073709551615 5576630 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=25453/tid=25457] ppid=25452 vsize=414092 CPUtime=12.35 cores=0-7
/proc/25453/task/25457/stat : 25457 (priss) R 25452 25452 25422 0 -1 4202560 19261 0 0 0 1229 6 0 0 18 0 5 0 962715872 424030208 39370 33554432000 4194304 5787044 140734950656880 18446744073709551615 5586779 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25453/tid=25458] ppid=25452 vsize=414092 CPUtime=12.34 cores=0-7
/proc/25453/task/25458/stat : 25458 (priss) R 25452 25452 25422 0 -1 4202560 11898 0 0 0 1230 4 0 0 25 0 5 0 962715876 424030208 39370 33554432000 4194304 5787044 140734950656880 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 49.69
Current children cumulated vsize (KiB) 422792

[startup+25.5012 s]
/proc/loadavg: 2.02 1.43 1.60 5/176 25459
/proc/meminfo: memFree=27331308/32951124 swapFree=67056676/67111528
[pid=25452] ppid=25450 vsize=8700 CPUtime=0 cores=0-7
/proc/25452/stat : 25452 (priss.sh) S 25450 25452 25422 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 962715856 8908800 252 33554432000 4194304 4922060 140735486105296 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25452/statm: 2175 252 211 178 0 68 0
[pid=25453] ppid=25452 vsize=418192 CPUtime=100.9 cores=0-7
/proc/25453/stat : 25453 (priss) S 25452 25452 25422 0 -1 4202496 88202 0 0 0 10056 34 0 0 18 0 5 0 962715856 428228608 44746 33554432000 4194304 5787044 140734950656880 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/25453/statm: 104548 44746 417 389 0 100298 0
[pid=25453/tid=25455] ppid=25452 vsize=418192 CPUtime=25.21 cores=0-7
/proc/25453/task/25455/stat : 25455 (priss) R 25452 25452 25422 0 -1 4202560 17635 0 0 0 2513 8 0 0 18 0 5 0 962715864 428228608 44746 33554432000 4194304 5787044 140734950656880 18446744073709551615 5592464 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=25453/tid=25456] ppid=25452 vsize=418192 CPUtime=25.21 cores=0-7
/proc/25453/task/25456/stat : 25456 (priss) R 25452 25452 25422 0 -1 4202560 17293 0 0 0 2510 11 0 0 18 0 5 0 962715868 428228608 44746 33554432000 4194304 5787044 140734950656880 18446744073709551615 5586761 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=25453/tid=25457] ppid=25452 vsize=418192 CPUtime=25.14 cores=0-7
/proc/25453/task/25457/stat : 25457 (priss) R 25452 25452 25422 0 -1 4202560 20939 0 0 0 2508 6 0 0 18 0 5 0 962715872 428228608 44746 33554432000 4194304 5787044 140734950656880 18446744073709551615 5591280 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25453/tid=25458] ppid=25452 vsize=418192 CPUtime=25.15 cores=0-7
/proc/25453/task/25458/stat : 25458 (priss) R 25452 25452 25422 0 -1 4202560 18808 0 0 0 2509 6 0 0 25 0 5 0 962715876 428228608 44746 33554432000 4194304 5787044 140734950656880 18446744073709551615 5527517 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 100.9
Current children cumulated vsize (KiB) 426892

[startup+51.1007 s]
/proc/loadavg: 2.70 1.63 1.67 5/176 25460
/proc/meminfo: memFree=27300504/32951124 swapFree=67056676/67111528
[pid=25452] ppid=25450 vsize=8700 CPUtime=0 cores=0-7
/proc/25452/stat : 25452 (priss.sh) S 25450 25452 25422 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 962715856 8908800 252 33554432000 4194304 4922060 140735486105296 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25452/statm: 2175 252 211 178 0 68 0
[pid=25453] ppid=25452 vsize=422292 CPUtime=203.27 cores=0-7
/proc/25453/stat : 25453 (priss) S 25452 25452 25422 0 -1 4202496 95811 0 0 0 20289 38 0 0 18 0 5 0 962715856 432427008 52354 33554432000 4194304 5787044 140734950656880 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/25453/statm: 105573 52354 417 389 0 101323 0
[pid=25453/tid=25455] ppid=25452 vsize=422292 CPUtime=50.8 cores=0-7
/proc/25453/task/25455/stat : 25455 (priss) R 25452 25452 25422 0 -1 4202560 20277 0 0 0 5071 9 0 0 18 0 5 0 962715864 432427008 52354 33554432000 4194304 5787044 140734950656880 18446744073709551615 5590526 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=25453/tid=25456] ppid=25452 vsize=422292 CPUtime=50.8 cores=0-7
/proc/25453/task/25456/stat : 25456 (priss) R 25452 25452 25422 0 -1 4202560 17293 0 0 0 5069 11 0 0 18 0 5 0 962715868 432427008 52354 33554432000 4194304 5787044 140734950656880 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=25453/tid=25457] ppid=25452 vsize=422292 CPUtime=50.74 cores=0-7
/proc/25453/task/25457/stat : 25457 (priss) R 25452 25452 25422 0 -1 4202560 24461 0 0 0 5065 9 0 0 19 0 5 0 962715872 432427008 52354 33554432000 4194304 5787044 140734950656880 18446744073709551615 5592797 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25453/tid=25458] ppid=25452 vsize=422292 CPUtime=50.73 cores=0-7
/proc/25453/task/25458/stat : 25458 (priss) R 25452 25452 25422 0 -1 4202560 20253 0 0 0 5067 6 0 0 25 0 5 0 962715876 432427008 52354 33554432000 4194304 5787044 140734950656880 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.27
Current children cumulated vsize (KiB) 430992

[startup+102.307 s]
/proc/loadavg: 3.43 1.99 1.79 5/176 25461
/proc/meminfo: memFree=27244696/32951124 swapFree=67056676/67111528
[pid=25452] ppid=25450 vsize=8700 CPUtime=0 cores=0-7
/proc/25452/stat : 25452 (priss.sh) S 25450 25452 25422 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 962715856 8908800 252 33554432000 4194304 4922060 140735486105296 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25452/statm: 2175 252 211 178 0 68 0
[pid=25453] ppid=25452 vsize=440744 CPUtime=408.07 cores=0-7
/proc/25453/stat : 25453 (priss) S 25452 25452 25422 0 -1 4202496 109810 0 0 0 40760 47 0 0 18 0 5 0 962715856 451321856 66308 33554432000 4194304 5787044 140734950656880 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/25453/statm: 110186 66308 417 389 0 105936 0
[pid=25453/tid=25455] ppid=25452 vsize=440744 CPUtime=102.01 cores=0-7
/proc/25453/task/25455/stat : 25455 (priss) R 25452 25452 25422 0 -1 4202560 23564 0 0 0 10189 12 0 0 18 0 5 0 962715864 451321856 66308 33554432000 4194304 5787044 140734950656880 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=25453/tid=25456] ppid=25452 vsize=440744 CPUtime=101.98 cores=0-7
/proc/25453/task/25456/stat : 25456 (priss) R 25452 25452 25422 0 -1 4202560 20876 0 0 0 10186 12 0 0 25 0 5 0 962715868 451321856 66308 33554432000 4194304 5787044 140734950656880 18446744073709551615 5586709 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=25453/tid=25457] ppid=25452 vsize=440744 CPUtime=101.95 cores=0-7
/proc/25453/task/25457/stat : 25457 (priss) R 25452 25452 25422 0 -1 4202560 29206 0 0 0 10183 12 0 0 19 0 5 0 962715872 451321856 66308 33554432000 4194304 5787044 140734950656880 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25453/tid=25458] ppid=25452 vsize=440744 CPUtime=101.94 cores=0-7

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

/proc/25453/task/25456/stat : 25456 (priss) R 25452 25452 25422 0 -1 4202560 162154 0 0 0 472081 90 0 0 25 0 5 0 962715868 2633785344 590479 33554432000 4194304 5787044 140734950656880 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=25453/tid=25457] ppid=25452 vsize=2572056 CPUtime=4721.88 cores=0-7
/proc/25453/task/25457/stat : 25457 (priss) R 25452 25452 25422 0 -1 4202560 172746 0 0 0 471640 548 0 0 25 0 5 0 962715872 2633785344 590479 33554432000 4194304 5787044 140734950656880 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25453/tid=25458] ppid=25452 vsize=2572056 CPUtime=4721.88 cores=0-7
/proc/25453/task/25458/stat : 25458 (priss) R 25452 25452 25422 0 -1 4202560 139276 0 0 0 471894 294 0 0 25 0 5 0 962715876 2633785344 590479 33554432000 4194304 5787044 140734950656880 18446744073709551615 5527179 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 18887.5
Current children cumulated vsize (KiB) 2580756

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/176 25598
/proc/meminfo: memFree=25129472/32951124 swapFree=67056676/67111528
[pid=25452] ppid=25450 vsize=8700 CPUtime=0 cores=0-7
/proc/25452/stat : 25452 (priss.sh) S 25450 25452 25422 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 962715856 8908800 252 33554432000 4194304 4922060 140735486105296 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25452/statm: 2175 252 211 178 0 68 0
[pid=25453] ppid=25452 vsize=2572056 CPUtime=19127.5 cores=0-7
/proc/25453/stat : 25453 (priss) S 25452 25452 25422 0 -1 4202496 656107 0 0 0 1911252 1500 0 0 18 0 5 0 962715856 2633785344 593782 33554432000 4194304 5787044 140734950656880 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/25453/statm: 643014 593782 417 389 0 638764 0
[pid=25453/tid=25455] ppid=25452 vsize=2572056 CPUtime=4781.88 cores=0-7
/proc/25453/task/25455/stat : 25455 (priss) R 25452 25452 25422 0 -1 4202560 165101 0 0 0 477639 549 0 0 25 0 5 0 962715864 2633785344 593782 33554432000 4194304 5787044 140734950656880 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=25453/tid=25456] ppid=25452 vsize=2572056 CPUtime=4781.7 cores=0-7
/proc/25453/task/25456/stat : 25456 (priss) R 25452 25452 25422 0 -1 4202560 162155 0 0 0 478080 90 0 0 25 0 5 0 962715868 2633785344 593782 33554432000 4194304 5787044 140734950656880 18446744073709551615 5586675 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=25453/tid=25457] ppid=25452 vsize=2572056 CPUtime=4781.87 cores=0-7
/proc/25453/task/25457/stat : 25457 (priss) R 25452 25452 25422 0 -1 4202560 176041 0 0 0 477623 564 0 0 25 0 5 0 962715872 2633785344 593782 33554432000 4194304 5787044 140734950656880 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25453/tid=25458] ppid=25452 vsize=2572056 CPUtime=4781.87 cores=0-7
/proc/25453/task/25458/stat : 25458 (priss) R 25452 25452 25422 0 -1 4202560 139283 0 0 0 477893 294 0 0 25 0 5 0 962715876 2633785344 593782 33554432000 4194304 5787044 140734950656880 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19127.5
Current children cumulated vsize (KiB) 2580756

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/176 25599
/proc/meminfo: memFree=25116168/32951124 swapFree=67056676/67111528
[pid=25452] ppid=25450 vsize=8700 CPUtime=0 cores=0-7
/proc/25452/stat : 25452 (priss.sh) S 25450 25452 25422 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 962715856 8908800 252 33554432000 4194304 4922060 140735486105296 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25452/statm: 2175 252 211 178 0 68 0
[pid=25453] ppid=25452 vsize=2637592 CPUtime=19367.5 cores=0-7
/proc/25453/stat : 25453 (priss) S 25452 25452 25422 0 -1 4202496 659322 0 0 0 1935234 1518 0 0 18 0 5 0 962715856 2700894208 596997 33554432000 4194304 5787044 140734950656880 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/25453/statm: 659398 596997 417 389 0 655148 0
[pid=25453/tid=25455] ppid=25452 vsize=2637592 CPUtime=4841.89 cores=0-7
/proc/25453/task/25455/stat : 25455 (priss) R 25452 25452 25422 0 -1 4202560 165101 0 0 0 483639 550 0 0 25 0 5 0 962715864 2700894208 596997 33554432000 4194304 5787044 140734950656880 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=25453/tid=25456] ppid=25452 vsize=2637592 CPUtime=4841.7 cores=0-7
/proc/25453/task/25456/stat : 25456 (priss) R 25452 25452 25422 0 -1 4202560 162157 0 0 0 484080 90 0 0 25 0 5 0 962715868 2700894208 596997 33554432000 4194304 5787044 140734950656880 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=25453/tid=25457] ppid=25452 vsize=2637592 CPUtime=4841.87 cores=0-7
/proc/25453/task/25457/stat : 25457 (priss) R 25452 25452 25422 0 -1 4202560 179230 0 0 0 483606 581 0 0 25 0 5 0 962715872 2700894208 596997 33554432000 4194304 5787044 140734950656880 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25453/tid=25458] ppid=25452 vsize=2637592 CPUtime=4841.87 cores=0-7
/proc/25453/task/25458/stat : 25458 (priss) R 25452 25452 25422 0 -1 4202560 139307 0 0 0 483893 294 0 0 25 0 5 0 962715876 2700894208 596997 33554432000 4194304 5787044 140734950656880 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19367.5
Current children cumulated vsize (KiB) 2646292

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/176 25601
/proc/meminfo: memFree=25103728/32951124 swapFree=67056676/67111528
[pid=25452] ppid=25450 vsize=8700 CPUtime=0 cores=0-7
/proc/25452/stat : 25452 (priss.sh) S 25450 25452 25422 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 962715856 8908800 252 33554432000 4194304 4922060 140735486105296 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25452/statm: 2175 252 211 178 0 68 0
[pid=25453] ppid=25452 vsize=2637592 CPUtime=19607.5 cores=0-7
/proc/25453/stat : 25453 (priss) S 25452 25452 25422 0 -1 4202496 662468 0 0 0 1959217 1535 0 0 18 0 5 0 962715856 2700894208 600143 33554432000 4194304 5787044 140734950656880 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/25453/statm: 659398 600143 417 389 0 655148 0
[pid=25453/tid=25455] ppid=25452 vsize=2637592 CPUtime=4901.89 cores=0-7
/proc/25453/task/25455/stat : 25455 (priss) R 25452 25452 25422 0 -1 4202560 165102 0 0 0 489639 550 0 0 25 0 5 0 962715864 2700894208 600143 33554432000 4194304 5787044 140734950656880 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=25453/tid=25456] ppid=25452 vsize=2637592 CPUtime=4901.7 cores=0-7
/proc/25453/task/25456/stat : 25456 (priss) R 25452 25452 25422 0 -1 4202560 162157 0 0 0 490080 90 0 0 25 0 5 0 962715868 2700894208 600143 33554432000 4194304 5787044 140734950656880 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=25453/tid=25457] ppid=25452 vsize=2637592 CPUtime=4901.87 cores=0-7
/proc/25453/task/25457/stat : 25457 (priss) R 25452 25452 25422 0 -1 4202560 182344 0 0 0 489589 598 0 0 25 0 5 0 962715872 2700894208 600143 33554432000 4194304 5787044 140734950656880 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25453/tid=25458] ppid=25452 vsize=2637592 CPUtime=4901.87 cores=0-7
/proc/25453/task/25458/stat : 25458 (priss) R 25452 25452 25422 0 -1 4202560 139338 0 0 0 489893 294 0 0 25 0 5 0 962715876 2700894208 600143 33554432000 4194304 5787044 140734950656880 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19607.5
Current children cumulated vsize (KiB) 2646292

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/176 25602
/proc/meminfo: memFree=25090920/32951124 swapFree=67056676/67111528
[pid=25452] ppid=25450 vsize=8700 CPUtime=0 cores=0-7
/proc/25452/stat : 25452 (priss.sh) S 25450 25452 25422 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 962715856 8908800 252 33554432000 4194304 4922060 140735486105296 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25452/statm: 2175 252 211 178 0 68 0
[pid=25453] ppid=25452 vsize=2637592 CPUtime=19847.5 cores=0-7
/proc/25453/stat : 25453 (priss) S 25452 25452 25422 0 -1 4202496 665663 0 0 0 1983200 1552 0 0 18 0 5 0 962715856 2700894208 603338 33554432000 4194304 5787044 140734950656880 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/25453/statm: 659398 603338 417 389 0 655148 0
[pid=25453/tid=25455] ppid=25452 vsize=2637592 CPUtime=4961.88 cores=0-7
/proc/25453/task/25455/stat : 25455 (priss) R 25452 25452 25422 0 -1 4202560 165103 0 0 0 495638 550 0 0 25 0 5 0 962715864 2700894208 603338 33554432000 4194304 5787044 140734950656880 18446744073709551615 5591984 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=25453/tid=25456] ppid=25452 vsize=2637592 CPUtime=4961.71 cores=0-7
/proc/25453/task/25456/stat : 25456 (priss) R 25452 25452 25422 0 -1 4202560 162157 0 0 0 496080 91 0 0 25 0 5 0 962715868 2700894208 603338 33554432000 4194304 5787044 140734950656880 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=25453/tid=25457] ppid=25452 vsize=2637592 CPUtime=4961.87 cores=0-7
/proc/25453/task/25457/stat : 25457 (priss) R 25452 25452 25422 0 -1 4202560 185490 0 0 0 495573 614 0 0 25 0 5 0 962715872 2700894208 603338 33554432000 4194304 5787044 140734950656880 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25453/tid=25458] ppid=25452 vsize=2637592 CPUtime=4961.87 cores=0-7
/proc/25453/task/25458/stat : 25458 (priss) R 25452 25452 25422 0 -1 4202560 139386 0 0 0 495893 294 0 0 25 0 5 0 962715876 2700894208 603338 33554432000 4194304 5787044 140734950656880 18446744073709551615 5528639 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19847.5
Current children cumulated vsize (KiB) 2646292

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/176 25604
/proc/meminfo: memFree=25078480/32951124 swapFree=67056676/67111528
[pid=25452] ppid=25450 vsize=8700 CPUtime=0 cores=0-7
/proc/25452/stat : 25452 (priss.sh) S 25450 25452 25422 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 962715856 8908800 252 33554432000 4194304 4922060 140735486105296 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25452/statm: 2175 252 211 178 0 68 0
[pid=25453] ppid=25452 vsize=2637592 CPUtime=20087.5 cores=0-7
/proc/25453/stat : 25453 (priss) S 25452 25452 25422 0 -1 4202496 668844 0 0 0 2007182 1570 0 0 18 0 5 0 962715856 2700894208 606519 33554432000 4194304 5787044 140734950656880 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/25453/statm: 659398 606519 417 389 0 655148 0
[pid=25453/tid=25455] ppid=25452 vsize=2637592 CPUtime=5021.88 cores=0-7
/proc/25453/task/25455/stat : 25455 (priss) R 25452 25452 25422 0 -1 4202560 165103 0 0 0 501638 550 0 0 23 0 5 0 962715864 2700894208 606519 33554432000 4194304 5787044 140734950656880 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=25453/tid=25456] ppid=25452 vsize=2637592 CPUtime=5021.7 cores=0-7
/proc/25453/task/25456/stat : 25456 (priss) R 25452 25452 25422 0 -1 4202560 162157 0 0 0 502079 91 0 0 25 0 5 0 962715868 2700894208 606519 33554432000 4194304 5787044 140734950656880 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=25453/tid=25457] ppid=25452 vsize=2637592 CPUtime=5021.87 cores=0-7
/proc/25453/task/25457/stat : 25457 (priss) R 25452 25452 25422 0 -1 4202560 188603 0 0 0 501555 632 0 0 25 0 5 0 962715872 2700894208 606519 33554432000 4194304 5787044 140734950656880 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25453/tid=25458] ppid=25452 vsize=2637592 CPUtime=5021.87 cores=0-7
/proc/25453/task/25458/stat : 25458 (priss) R 25452 25452 25422 0 -1 4202560 139454 0 0 0 501893 294 0 0 25 0 5 0 962715876 2700894208 606519 33554432000 4194304 5787044 140734950656880 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 20087.5
Current children cumulated vsize (KiB) 2646292

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/176 25606
/proc/meminfo: memFree=25065796/32951124 swapFree=67056676/67111528
[pid=25452] ppid=25450 vsize=8700 CPUtime=0 cores=0-7
/proc/25452/stat : 25452 (priss.sh) S 25450 25452 25422 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 962715856 8908800 252 33554432000 4194304 4922060 140735486105296 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25452/statm: 2175 252 211 178 0 68 0
[pid=25453] ppid=25452 vsize=2645784 CPUtime=20327.5 cores=0-7
/proc/25453/stat : 25453 (priss) S 25452 25452 25422 0 -1 4202496 674007 0 0 0 2031163 1589 0 0 18 0 5 0 962715856 2709282816 609633 33554432000 4194304 5787044 140734950656880 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/25453/statm: 661446 609633 417 389 0 657196 0
[pid=25453/tid=25455] ppid=25452 vsize=2645784 CPUtime=5081.88 cores=0-7
/proc/25453/task/25455/stat : 25455 (priss) R 25452 25452 25422 0 -1 4202560 165105 0 0 0 507638 550 0 0 25 0 5 0 962715864 2709282816 609633 33554432000 4194304 5787044 140734950656880 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=25453/tid=25456] ppid=25452 vsize=2645784 CPUtime=5081.7 cores=0-7
/proc/25453/task/25456/stat : 25456 (priss) R 25452 25452 25422 0 -1 4202560 162157 0 0 0 508079 91 0 0 25 0 5 0 962715868 2709282816 609633 33554432000 4194304 5787044 140734950656880 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=25453/tid=25457] ppid=25452 vsize=2645784 CPUtime=5081.87 cores=0-7
/proc/25453/task/25457/stat : 25457 (priss) R 25452 25452 25422 0 -1 4202560 193711 0 0 0 507536 651 0 0 25 0 5 0 962715872 2709282816 609633 33554432000 4194304 5787044 140734950656880 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25453/tid=25458] ppid=25452 vsize=2645784 CPUtime=5081.87 cores=0-7
/proc/25453/task/25458/stat : 25458 (priss) R 25452 25452 25422 0 -1 4202560 139507 0 0 0 507893 294 0 0 25 0 5 0 962715876 2709282816 609633 33554432000 4194304 5787044 140734950656880 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 20327.5
Current children cumulated vsize (KiB) 2654484



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.91 5/176 25606
/proc/meminfo: memFree=25062044/32951124 swapFree=67056676/67111528
[pid=25452] ppid=25450 vsize=8700 CPUtime=0 cores=0-7
/proc/25452/stat : 25452 (priss.sh) S 25450 25452 25422 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 962715856 8908800 252 33554432000 4194304 4922060 140735486105296 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25452/statm: 2175 252 211 178 0 68 0
[pid=25453] ppid=25452 vsize=2645784 CPUtime=20398.3 cores=0-7
/proc/25453/stat : 25453 (priss) S 25452 25452 25422 0 -1 4202496 674946 0 0 0 2038242 1593 0 0 18 0 5 0 962715856 2709282816 610572 33554432000 4194304 5787044 140734950656880 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/25453/statm: 661446 610572 417 389 0 657196 0
[pid=25453/tid=25455] ppid=25452 vsize=2645784 CPUtime=5099.59 cores=0-7
/proc/25453/task/25455/stat : 25455 (priss) R 25452 25452 25422 0 -1 4202560 165105 0 0 0 509409 550 0 0 25 0 5 0 962715864 2709282816 610572 33554432000 4194304 5787044 140734950656880 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=25453/tid=25456] ppid=25452 vsize=2645784 CPUtime=5099.41 cores=0-7
/proc/25453/task/25456/stat : 25456 (priss) R 25452 25452 25422 0 -1 4202560 162157 0 0 0 509850 91 0 0 25 0 5 0 962715868 2709282816 610572 33554432000 4194304 5787044 140734950656880 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=25453/tid=25457] ppid=25452 vsize=2645784 CPUtime=5099.58 cores=0-7
/proc/25453/task/25457/stat : 25457 (priss) R 25452 25452 25422 0 -1 4202560 194617 0 0 0 509303 655 0 0 25 0 5 0 962715872 2709282816 610572 33554432000 4194304 5787044 140734950656880 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25453/tid=25458] ppid=25452 vsize=2645784 CPUtime=5099.58 cores=0-7
/proc/25453/task/25458/stat : 25458 (priss) R 25452 25452 25422 0 -1 4202560 139540 0 0 0 509663 295 0 0 25 0 5 0 962715876 2709282816 610572 33554432000 4194304 5787044 140734950656880 18446744073709551615 5528404 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 20398.3
Current children cumulated vsize (KiB) 2654484

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 25452 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 20398.3
#
# 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): 20398.3
CPU user time (s): 20382.4
CPU system time (s): 15.93
CPU usage (%): 399.966
Max. virtual memory (cumulated for all children) (KiB): 2654484

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= 333
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.28674 second user time and 19.493 second system time

The end

Launcher Data

Begin job on node136 at 2011-06-19 21:19:39
IDJOB=3499201
IDBENCH=71366
IDSOLVER=1994
FILE ID=node136/3499201-1308511179
RUNJOBID= node136-1308511179-25436
PBS_JOBID= 13608248
Free space on /tmp= 73356 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v2400c266431gyes6.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3499201-1308511179/watcher-3499201-1308511179 -o /tmp/evaluation-result-3499201-1308511179/solver-3499201-1308511179 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499201-1308511179.cnf 831235906 40000 31000 8

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

MD5SUM BENCH= e23fefb786281285c1d045e8bc698d74
RANDOM SEED=831235906

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.75
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.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27506456 kB
Buffers:        561140 kB
Cached:        4483444 kB
SwapCached:       8800 kB
Active:        1597136 kB
Inactive:      3466128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27506456 kB
SwapTotal:    67111528 kB
SwapFree:     67056676 kB
Dirty:            5112 kB
Writeback:           0 kB
AnonPages:       16588 kB
Mapped:          11728 kB
Slab:           315380 kB
PageTables:       4168 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187152 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= 73356 MiB
End job on node136 at 2011-06-19 22:44:41