Trace number 3499231

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

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v2400c266431g9.cnf
MD5SUM35278b3ce28129761cf8ae7994f37d3f
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: 31907
0.00/0.06	c parsetime: 57856us
0.00/0.06	c parsed 266431 clauses with 2400 variables
0.00/0.07	c NW started thread 0 successfully (1090439488)
0.00/0.11	c NW started thread 1 successfully (1100929344)
0.00/0.15	c NW started thread 2 successfully (1111419200)
0.00/0.19	c NW started thread 3 successfully (1121909056)
46.13/11.88	c preprocessor returned 10005 variables
46.13/11.88	c preprocessing returned UNKNOWN
46.13/11.88	c PP set 0 variables
46.13/11.88	c pp time: 11732883us (11s)
46.88/12.05	c preprocessor returned 10005 variables
46.88/12.05	c preprocessing returned UNKNOWN
46.88/12.05	c PP set 0 variables
46.88/12.05	c pp time: 11933664us (11s)
46.88/12.06	c preprocessor returned 10005 variables
46.88/12.06	c preprocessing returned UNKNOWN
46.88/12.06	c PP set 0 variables
46.88/12.06	c pp time: 11984345us (11s)
83.26/21.15	c preprocessor returned 30023 variables
83.26/21.15	c preprocessing returned UNKNOWN
83.26/21.15	c PP set 0 variables
83.26/21.15	c pp time: 20954184us (20s)
10005.62/2501.96	c HTE
10033.22/2508.84	c subsumption
10384.41/2596.68	c simplified formula contains 0 unit clauses

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3499231-1307992540/watcher-3499231-1307992540 -o /var/tmp/evaluation-result-3499231-1307992540/solver-3499231-1307992540 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499231-1307992540.cnf 1511899255 40000 31000 8 

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

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


[startup+0 s]
/proc/loadavg: 4.00 4.00 3.92 3/170 31906
/proc/meminfo: memFree=3846228/32950928 swapFree=67053956/67111528
[pid=31906] ppid=31904 vsize=8700 CPUtime=0 cores=0-7
/proc/31906/stat : 31906 (priss.sh) S 31904 31906 31672 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 910851058 8908800 252 33554432000 4194304 4922060 140737080948544 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31906/statm: 2175 252 211 178 0 68 0

[startup+0.0679461 s]
/proc/loadavg: 4.00 4.00 3.92 3/170 31906
/proc/meminfo: memFree=3846228/32950928 swapFree=67053956/67111528
[pid=31906] ppid=31904 vsize=8700 CPUtime=0 cores=0-7
/proc/31906/stat : 31906 (priss.sh) S 31904 31906 31672 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 910851058 8908800 252 33554432000 4194304 4922060 140737080948544 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31906/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100931 s]
/proc/loadavg: 4.00 4.00 3.92 3/170 31906
/proc/meminfo: memFree=3846228/32950928 swapFree=67053956/67111528
[pid=31906] ppid=31904 vsize=8700 CPUtime=0 cores=0-7
/proc/31906/stat : 31906 (priss.sh) S 31904 31906 31672 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 910851058 8908800 252 33554432000 4194304 4922060 140737080948544 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31906/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300881 s]
/proc/loadavg: 4.00 4.00 3.92 3/170 31906
/proc/meminfo: memFree=3846228/32950928 swapFree=67053956/67111528
[pid=31906] ppid=31904 vsize=8700 CPUtime=0 cores=0-7
/proc/31906/stat : 31906 (priss.sh) S 31904 31906 31672 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 910851058 8908800 252 33554432000 4194304 4922060 140737080948544 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31906/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700804 s]
/proc/loadavg: 4.00 4.00 3.92 3/170 31906
/proc/meminfo: memFree=3846228/32950928 swapFree=67053956/67111528
[pid=31906] ppid=31904 vsize=8700 CPUtime=0 cores=0-7
/proc/31906/stat : 31906 (priss.sh) S 31904 31906 31672 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 910851058 8908800 252 33554432000 4194304 4922060 140737080948544 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31906/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50066 s]
/proc/loadavg: 4.00 4.00 3.92 5/176 31912
/proc/meminfo: memFree=3765232/32950928 swapFree=67053956/67111528
[pid=31906] ppid=31904 vsize=8700 CPUtime=0 cores=0-7
/proc/31906/stat : 31906 (priss.sh) S 31904 31906 31672 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 910851058 8908800 252 33554432000 4194304 4922060 140737080948544 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31906/statm: 2175 252 211 178 0 68 0
[pid=31907] ppid=31906 vsize=320612 CPUtime=4.96 cores=0-7
/proc/31907/stat : 31907 (priss) S 31906 31906 31672 0 -1 4202496 42562 0 0 0 475 21 0 0 18 0 5 0 910851058 328306688 20390 33554432000 4194304 5787044 140736790180400 18446744073709551615 239488518577 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31907/statm: 80153 20390 349 389 0 75903 0
[pid=31907/tid=31909] ppid=31906 vsize=320612 CPUtime=1.25 cores=0-7
/proc/31907/task/31909/stat : 31909 (priss) R 31906 31906 31672 0 -1 4202560 7736 0 0 0 119 6 0 0 19 0 5 0 910851066 328306688 20390 33554432000 4194304 5787044 140736790180400 18446744073709551615 4336120 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31907/tid=31910] ppid=31906 vsize=320612 CPUtime=1.18 cores=0-7
/proc/31907/task/31910/stat : 31910 (priss) R 31906 31906 31672 0 -1 4202560 7149 0 0 0 112 6 0 0 19 0 5 0 910851070 328306688 20390 33554432000 4194304 5787044 140736790180400 18446744073709551615 4336272 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31907/tid=31911] ppid=31906 vsize=320612 CPUtime=1.15 cores=0-7
/proc/31907/task/31911/stat : 31911 (priss) R 31906 31906 31672 0 -1 4202560 7182 0 0 0 115 0 0 0 19 0 5 0 910851073 328306688 20390 33554432000 4194304 5787044 140736790180400 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31907/tid=31912] ppid=31906 vsize=320612 CPUtime=1.18 cores=0-7
/proc/31907/task/31912/stat : 31912 (priss) R 31906 31906 31672 0 -1 4202560 6965 0 0 0 112 6 0 0 19 0 5 0 910851077 328306688 20390 33554432000 4194304 5787044 140736790180400 18446744073709551615 4336781 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.96
Current children cumulated vsize (KiB) 329312

[startup+3.10035 s]
/proc/loadavg: 4.00 4.00 3.92 5/176 31912
/proc/meminfo: memFree=3757452/32950928 swapFree=67053956/67111528
[pid=31906] ppid=31904 vsize=8700 CPUtime=0 cores=0-7
/proc/31906/stat : 31906 (priss.sh) S 31904 31906 31672 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 910851058 8908800 252 33554432000 4194304 4922060 140737080948544 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31906/statm: 2175 252 211 178 0 68 0
[pid=31907] ppid=31906 vsize=319440 CPUtime=11.36 cores=0-7
/proc/31907/stat : 31907 (priss) S 31906 31906 31672 0 -1 4202496 45545 0 0 0 1114 22 0 0 18 0 5 0 910851058 327106560 22329 33554432000 4194304 5787044 140736790180400 18446744073709551615 239488518577 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31907/statm: 79860 22329 350 389 0 75610 0
[pid=31907/tid=31909] ppid=31906 vsize=319440 CPUtime=2.85 cores=0-7
/proc/31907/task/31909/stat : 31909 (priss) R 31906 31906 31672 0 -1 4202560 8965 0 0 0 279 6 0 0 20 0 5 0 910851066 327106560 22329 33554432000 4194304 5787044 140736790180400 18446744073709551615 4336773 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31907/tid=31910] ppid=31906 vsize=319440 CPUtime=2.78 cores=0-7
/proc/31907/task/31910/stat : 31910 (priss) R 31906 31906 31672 0 -1 4202560 7149 0 0 0 272 6 0 0 19 0 5 0 910851070 327106560 22329 33554432000 4194304 5787044 140736790180400 18446744073709551615 4336692 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31907/tid=31911] ppid=31906 vsize=319440 CPUtime=2.75 cores=0-7
/proc/31907/task/31911/stat : 31911 (priss) R 31906 31906 31672 0 -1 4202560 8408 0 0 0 275 0 0 0 23 0 5 0 910851073 327106560 22329 33554432000 4194304 5787044 140736790180400 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31907/tid=31912] ppid=31906 vsize=319440 CPUtime=2.78 cores=0-7
/proc/31907/task/31912/stat : 31912 (priss) R 31906 31906 31672 0 -1 4202560 7493 0 0 0 272 6 0 0 19 0 5 0 910851077 327106560 22329 33554432000 4194304 5787044 140736790180400 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.36
Current children cumulated vsize (KiB) 328140

[startup+6.30073 s]
/proc/loadavg: 4.00 4.00 3.92 5/176 31912
/proc/meminfo: memFree=3757340/32950928 swapFree=67053956/67111528
[pid=31906] ppid=31904 vsize=8700 CPUtime=0 cores=0-7
/proc/31906/stat : 31906 (priss.sh) S 31904 31906 31672 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 910851058 8908800 252 33554432000 4194304 4922060 140737080948544 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31906/statm: 2175 252 211 178 0 68 0
[pid=31907] ppid=31906 vsize=319440 CPUtime=24.16 cores=0-7
/proc/31907/stat : 31907 (priss) S 31906 31906 31672 0 -1 4202496 45545 0 0 0 2394 22 0 0 18 0 5 0 910851058 327106560 22329 33554432000 4194304 5787044 140736790180400 18446744073709551615 239488518577 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31907/statm: 79860 22329 350 389 0 75610 0
[pid=31907/tid=31909] ppid=31906 vsize=319440 CPUtime=6.05 cores=0-7
/proc/31907/task/31909/stat : 31909 (priss) R 31906 31906 31672 0 -1 4202560 8965 0 0 0 599 6 0 0 25 0 5 0 910851066 327106560 22329 33554432000 4194304 5787044 140736790180400 18446744073709551615 4336816 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31907/tid=31910] ppid=31906 vsize=319440 CPUtime=5.98 cores=0-7
/proc/31907/task/31910/stat : 31910 (priss) R 31906 31906 31672 0 -1 4202560 7149 0 0 0 592 6 0 0 25 0 5 0 910851070 327106560 22329 33554432000 4194304 5787044 140736790180400 18446744073709551615 4336744 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31907/tid=31911] ppid=31906 vsize=319440 CPUtime=5.95 cores=0-7
/proc/31907/task/31911/stat : 31911 (priss) R 31906 31906 31672 0 -1 4202560 8408 0 0 0 595 0 0 0 25 0 5 0 910851073 327106560 22329 33554432000 4194304 5787044 140736790180400 18446744073709551615 4336254 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31907/tid=31912] ppid=31906 vsize=319440 CPUtime=5.98 cores=0-7
/proc/31907/task/31912/stat : 31912 (priss) R 31906 31906 31672 0 -1 4202560 7493 0 0 0 592 6 0 0 25 0 5 0 910851077 327106560 22329 33554432000 4194304 5787044 140736790180400 18446744073709551615 4336269 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.16
Current children cumulated vsize (KiB) 328140

[startup+12.7005 s]
/proc/loadavg: 4.00 4.00 3.92 5/176 31912
/proc/meminfo: memFree=3696540/32950928 swapFree=67053956/67111528
[pid=31906] ppid=31904 vsize=8700 CPUtime=0 cores=0-7
/proc/31906/stat : 31906 (priss.sh) S 31904 31906 31672 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 910851058 8908800 252 33554432000 4194304 4922060 140737080948544 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31906/statm: 2175 252 211 178 0 68 0
[pid=31907] ppid=31906 vsize=334700 CPUtime=49.66 cores=0-7
/proc/31907/stat : 31907 (priss) S 31906 31906 31672 0 -1 4202496 75298 0 0 0 4924 42 0 0 18 0 5 0 910851058 342732800 34253 33554432000 4194304 5787044 140736790180400 18446744073709551615 239488518577 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31907/statm: 83675 34253 404 389 0 79425 0
[pid=31907/tid=31909] ppid=31906 vsize=334700 CPUtime=12.44 cores=0-7
/proc/31907/task/31909/stat : 31909 (priss) R 31906 31906 31672 0 -1 4202560 17590 0 0 0 1234 10 0 0 18 0 5 0 910851066 342732800 34253 33554432000 4194304 5787044 140736790180400 18446744073709551615 5585240 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31907/tid=31910] ppid=31906 vsize=334700 CPUtime=12.3 cores=0-7
/proc/31907/task/31910/stat : 31910 (priss) R 31906 31906 31672 0 -1 4202560 14998 0 0 0 1223 7 0 0 18 0 5 0 910851070 342732800 34253 33554432000 4194304 5787044 140736790180400 18446744073709551615 4218850 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31907/tid=31911] ppid=31906 vsize=334700 CPUtime=12.36 cores=0-7
/proc/31907/task/31911/stat : 31911 (priss) R 31906 31906 31672 0 -1 4202560 19340 0 0 0 1221 15 0 0 18 0 5 0 910851073 342732800 34253 33554432000 4194304 5787044 140736790180400 18446744073709551615 5586640 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31907/tid=31912] ppid=31906 vsize=334700 CPUtime=12.38 cores=0-7
/proc/31907/task/31912/stat : 31912 (priss) R 31906 31906 31672 0 -1 4202560 9840 0 0 0 1231 7 0 0 18 0 5 0 910851077 342732800 34253 33554432000 4194304 5787044 140736790180400 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 49.66
Current children cumulated vsize (KiB) 343400

[startup+25.5011 s]
/proc/loadavg: 4.00 4.00 3.92 5/176 31913
/proc/meminfo: memFree=3688724/32950928 swapFree=67053956/67111528
[pid=31906] ppid=31904 vsize=8700 CPUtime=0 cores=0-7
/proc/31906/stat : 31906 (priss.sh) S 31904 31906 31672 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 910851058 8908800 252 33554432000 4194304 4922060 140737080948544 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31906/statm: 2175 252 211 178 0 68 0
[pid=31907] ppid=31906 vsize=343260 CPUtime=100.86 cores=0-7
/proc/31907/stat : 31907 (priss) S 31906 31906 31672 0 -1 4202496 87754 0 0 0 10042 44 0 0 18 0 5 0 910851058 351498240 40397 33554432000 4194304 5787044 140736790180400 18446744073709551615 239488518577 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31907/statm: 85815 40397 417 389 0 81565 0
[pid=31907/tid=31909] ppid=31906 vsize=343260 CPUtime=25.24 cores=0-7
/proc/31907/task/31909/stat : 31909 (priss) R 31906 31906 31672 0 -1 4202560 18652 0 0 0 2513 11 0 0 18 0 5 0 910851066 351498240 40397 33554432000 4194304 5787044 140736790180400 18446744073709551615 4215338 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31907/tid=31910] ppid=31906 vsize=343260 CPUtime=25.1 cores=0-7
/proc/31907/task/31910/stat : 31910 (priss) R 31906 31906 31672 0 -1 4202560 16358 0 0 0 2502 8 0 0 22 0 5 0 910851070 351498240 40397 33554432000 4194304 5787044 140736790180400 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31907/tid=31911] ppid=31906 vsize=343260 CPUtime=25.15 cores=0-7
/proc/31907/task/31911/stat : 31911 (priss) R 31906 31906 31672 0 -1 4202560 20942 0 0 0 2500 15 0 0 25 0 5 0 910851073 351498240 40397 33554432000 4194304 5787044 140736790180400 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31907/tid=31912] ppid=31906 vsize=343260 CPUtime=25.19 cores=0-7
/proc/31907/task/31912/stat : 31912 (priss) R 31906 31906 31672 0 -1 4202560 18272 0 0 0 2511 8 0 0 18 0 5 0 910851077 351498240 40397 33554432000 4194304 5787044 140736790180400 18446744073709551615 5527182 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 100.86
Current children cumulated vsize (KiB) 351960

[startup+51.1012 s]
/proc/loadavg: 4.00 4.00 3.92 5/176 31913
/proc/meminfo: memFree=3643576/32950928 swapFree=67053956/67111528
[pid=31906] ppid=31904 vsize=8700 CPUtime=0 cores=0-7
/proc/31906/stat : 31906 (priss.sh) S 31904 31906 31672 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 910851058 8908800 252 33554432000 4194304 4922060 140737080948544 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31906/statm: 2175 252 211 178 0 68 0
[pid=31907] ppid=31906 vsize=353032 CPUtime=203.25 cores=0-7
/proc/31907/stat : 31907 (priss) S 31906 31906 31672 0 -1 4202496 98886 0 0 0 20275 50 0 0 18 0 5 0 910851058 361504768 51526 33554432000 4194304 5787044 140736790180400 18446744073709551615 239488518577 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31907/statm: 88258 51526 417 389 0 84008 0
[pid=31907/tid=31909] ppid=31906 vsize=353032 CPUtime=50.83 cores=0-7
/proc/31907/task/31909/stat : 31909 (priss) R 31906 31906 31672 0 -1 4202560 21712 0 0 0 5071 12 0 0 18 0 5 0 910851066 361504768 51526 33554432000 4194304 5787044 140736790180400 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31907/tid=31910] ppid=31906 vsize=353032 CPUtime=50.7 cores=0-7
/proc/31907/task/31910/stat : 31910 (priss) R 31906 31906 31672 0 -1 4202560 19357 0 0 0 5061 9 0 0 19 0 5 0 910851070 361504768 51526 33554432000 4194304 5787044 140736790180400 18446744073709551615 5592132 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31907/tid=31911] ppid=31906 vsize=353032 CPUtime=50.75 cores=0-7
/proc/31907/task/31911/stat : 31911 (priss) R 31906 31906 31672 0 -1 4202560 23575 0 0 0 5059 16 0 0 25 0 5 0 910851073 361504768 51526 33554432000 4194304 5787044 140736790180400 18446744073709551615 5590840 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31907/tid=31912] ppid=31906 vsize=353032 CPUtime=50.78 cores=0-7
/proc/31907/task/31912/stat : 31912 (priss) R 31906 31906 31672 0 -1 4202560 20712 0 0 0 5069 9 0 0 19 0 5 0 910851077 361504768 51526 33554432000 4194304 5787044 140736790180400 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.25
Current children cumulated vsize (KiB) 361732

[startup+102.306 s]
/proc/loadavg: 4.00 4.00 3.92 5/176 31915
/proc/meminfo: memFree=3584400/32950928 swapFree=67053956/67111528
[pid=31906] ppid=31904 vsize=8700 CPUtime=0 cores=0-7
/proc/31906/stat : 31906 (priss.sh) S 31904 31906 31672 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 910851058 8908800 252 33554432000 4194304 4922060 140737080948544 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31906/statm: 2175 252 211 178 0 68 0
[pid=31907] ppid=31906 vsize=371484 CPUtime=407.99 cores=0-7
/proc/31907/stat : 31907 (priss) S 31906 31906 31672 0 -1 4202496 113654 0 0 0 40703 96 0 0 18 0 5 0 910851058 380399616 66222 33554432000 4194304 5787044 140736790180400 18446744073709551615 239488518577 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31907/statm: 92871 66222 417 389 0 88621 0
[pid=31907/tid=31909] ppid=31906 vsize=371484 CPUtime=102.02 cores=0-7
/proc/31907/task/31909/stat : 31909 (priss) R 31906 31906 31672 0 -1 4202560 24966 0 0 0 10184 18 0 0 18 0 5 0 910851066 380399616 66222 33554432000 4194304 5787044 140736790180400 18446744073709551615 5576446 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31907/tid=31910] ppid=31906 vsize=371484 CPUtime=101.88 cores=0-7
/proc/31907/task/31910/stat : 31910 (priss) R 31906 31906 31672 0 -1 4202560 23575 0 0 0 10160 28 0 0 22 0 5 0 910851070 380399616 66222 33554432000 4194304 5787044 140736790180400 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31907/tid=31911] ppid=31906 vsize=371484 CPUtime=101.93 cores=0-7
/proc/31907/task/31911/stat : 31911 (priss) R 31906 31906 31672 0 -1 4202560 28377 0 0 0 10158 35 0 0 25 0 5 0 910851073 380399616 66222 33554432000 4194304 5787044 140736790180400 18446744073709551615 5591083 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31907/tid=31912] ppid=31906 vsize=371484 CPUtime=101.97 cores=0-7

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

/proc/31907/task/31910/stat : 31910 (priss) R 31906 31906 31672 0 -1 4202560 155021 0 0 0 471548 614 0 0 25 0 5 0 910851070 2557575168 562389 33554432000 4194304 5787044 140736790180400 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31907/tid=31911] ppid=31906 vsize=2497632 CPUtime=4721.73 cores=0-7
/proc/31907/task/31911/stat : 31911 (priss) R 31906 31906 31672 0 -1 4202560 177136 0 0 0 471449 724 0 0 25 0 5 0 910851073 2557575168 562389 33554432000 4194304 5787044 140736790180400 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31907/tid=31912] ppid=31906 vsize=2497632 CPUtime=4721.84 cores=0-7
/proc/31907/task/31912/stat : 31912 (priss) R 31906 31906 31672 0 -1 4202560 124261 0 0 0 472101 83 0 0 25 0 5 0 910851077 2557575168 562389 33554432000 4194304 5787044 140736790180400 18446744073709551615 4213865 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 18887.3
Current children cumulated vsize (KiB) 2506332

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 32052
/proc/meminfo: memFree=1594480/32950928 swapFree=67053956/67111528
[pid=31906] ppid=31904 vsize=8700 CPUtime=0 cores=0-7
/proc/31906/stat : 31906 (priss.sh) S 31904 31906 31672 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 910851058 8908800 252 33554432000 4194304 4922060 140737080948544 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31906/statm: 2175 252 211 178 0 68 0
[pid=31907] ppid=31906 vsize=2497792 CPUtime=19127.3 cores=0-7
/proc/31907/stat : 31907 (priss) S 31906 31906 31672 0 -1 4202496 629183 0 0 0 1910755 1971 0 0 18 0 5 0 910851058 2557739008 562427 33554432000 4194304 5787044 140736790180400 18446744073709551615 239488518577 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31907/statm: 624448 562427 417 389 0 620198 0
[pid=31907/tid=31909] ppid=31906 vsize=2497792 CPUtime=4781.9 cores=0-7
/proc/31907/task/31909/stat : 31909 (priss) R 31906 31906 31672 0 -1 4202560 159199 0 0 0 477643 547 0 0 25 0 5 0 910851066 2557739008 562427 33554432000 4194304 5787044 140736790180400 18446744073709551615 5590526 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31907/tid=31910] ppid=31906 vsize=2497792 CPUtime=4781.61 cores=0-7
/proc/31907/task/31910/stat : 31910 (priss) R 31906 31906 31672 0 -1 4202560 155022 0 0 0 477547 614 0 0 25 0 5 0 910851070 2557739008 562427 33554432000 4194304 5787044 140736790180400 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31907/tid=31911] ppid=31906 vsize=2497792 CPUtime=4781.73 cores=0-7
/proc/31907/task/31911/stat : 31911 (priss) R 31906 31906 31672 0 -1 4202560 177136 0 0 0 477449 724 0 0 25 0 5 0 910851073 2557739008 562427 33554432000 4194304 5787044 140736790180400 18446744073709551615 5591280 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31907/tid=31912] ppid=31906 vsize=2497792 CPUtime=4781.83 cores=0-7
/proc/31907/task/31912/stat : 31912 (priss) R 31906 31906 31672 0 -1 4202560 124296 0 0 0 478100 83 0 0 25 0 5 0 910851077 2557739008 562427 33554432000 4194304 5787044 140736790180400 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19127.3
Current children cumulated vsize (KiB) 2506492

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 32053
/proc/meminfo: memFree=1594332/32950928 swapFree=67053956/67111528
[pid=31906] ppid=31904 vsize=8700 CPUtime=0 cores=0-7
/proc/31906/stat : 31906 (priss.sh) S 31904 31906 31672 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 910851058 8908800 252 33554432000 4194304 4922060 140737080948544 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31906/statm: 2175 252 211 178 0 68 0
[pid=31907] ppid=31906 vsize=2497936 CPUtime=19367.3 cores=0-7
/proc/31907/stat : 31907 (priss) S 31906 31906 31672 0 -1 4202496 629232 0 0 0 1934756 1971 0 0 18 0 5 0 910851058 2557886464 562476 33554432000 4194304 5787044 140736790180400 18446744073709551615 239488518577 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31907/statm: 624484 562476 417 389 0 620234 0
[pid=31907/tid=31909] ppid=31906 vsize=2497936 CPUtime=4841.91 cores=0-7
/proc/31907/task/31909/stat : 31909 (priss) R 31906 31906 31672 0 -1 4202560 159201 0 0 0 483644 547 0 0 25 0 5 0 910851066 2557886464 562476 33554432000 4194304 5787044 140736790180400 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31907/tid=31910] ppid=31906 vsize=2497936 CPUtime=4841.61 cores=0-7
/proc/31907/task/31910/stat : 31910 (priss) R 31906 31906 31672 0 -1 4202560 155024 0 0 0 483547 614 0 0 25 0 5 0 910851070 2557886464 562476 33554432000 4194304 5787044 140736790180400 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31907/tid=31911] ppid=31906 vsize=2497936 CPUtime=4841.73 cores=0-7
/proc/31907/task/31911/stat : 31911 (priss) R 31906 31906 31672 0 -1 4202560 177136 0 0 0 483449 724 0 0 25 0 5 0 910851073 2557886464 562476 33554432000 4194304 5787044 140736790180400 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31907/tid=31912] ppid=31906 vsize=2497936 CPUtime=4841.83 cores=0-7
/proc/31907/task/31912/stat : 31912 (priss) R 31906 31906 31672 0 -1 4202560 124341 0 0 0 484100 83 0 0 25 0 5 0 910851077 2557886464 562476 33554432000 4194304 5787044 140736790180400 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19367.3
Current children cumulated vsize (KiB) 2506636

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 32055
/proc/meminfo: memFree=1594184/32950928 swapFree=67053956/67111528
[pid=31906] ppid=31904 vsize=8700 CPUtime=0 cores=0-7
/proc/31906/stat : 31906 (priss.sh) S 31904 31906 31672 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 910851058 8908800 252 33554432000 4194304 4922060 140737080948544 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31906/statm: 2175 252 211 178 0 68 0
[pid=31907] ppid=31906 vsize=2498096 CPUtime=19607.3 cores=0-7
/proc/31907/stat : 31907 (priss) S 31906 31906 31672 0 -1 4202496 629283 0 0 0 1958757 1971 0 0 18 0 5 0 910851058 2558050304 562527 33554432000 4194304 5787044 140736790180400 18446744073709551615 239488518577 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31907/statm: 624524 562527 417 389 0 620274 0
[pid=31907/tid=31909] ppid=31906 vsize=2498096 CPUtime=4901.91 cores=0-7
/proc/31907/task/31909/stat : 31909 (priss) R 31906 31906 31672 0 -1 4202560 159205 0 0 0 489644 547 0 0 25 0 5 0 910851066 2558050304 562527 33554432000 4194304 5787044 140736790180400 18446744073709551615 4213865 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31907/tid=31910] ppid=31906 vsize=2498096 CPUtime=4901.61 cores=0-7
/proc/31907/task/31910/stat : 31910 (priss) R 31906 31906 31672 0 -1 4202560 155025 0 0 0 489547 614 0 0 25 0 5 0 910851070 2558050304 562527 33554432000 4194304 5787044 140736790180400 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31907/tid=31911] ppid=31906 vsize=2498096 CPUtime=4901.73 cores=0-7
/proc/31907/task/31911/stat : 31911 (priss) R 31906 31906 31672 0 -1 4202560 177136 0 0 0 489449 724 0 0 25 0 5 0 910851073 2558050304 562527 33554432000 4194304 5787044 140736790180400 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31907/tid=31912] ppid=31906 vsize=2498096 CPUtime=4901.84 cores=0-7
/proc/31907/task/31912/stat : 31912 (priss) R 31906 31906 31672 0 -1 4202560 124387 0 0 0 490101 83 0 0 25 0 5 0 910851077 2558050304 562527 33554432000 4194304 5787044 140736790180400 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19607.3
Current children cumulated vsize (KiB) 2506796

[startup+4962.3 s]
/proc/loadavg: 4.08 4.02 3.96 5/176 32056
/proc/meminfo: memFree=1594048/32950928 swapFree=67053956/67111528
[pid=31906] ppid=31904 vsize=8700 CPUtime=0 cores=0-7
/proc/31906/stat : 31906 (priss.sh) S 31904 31906 31672 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 910851058 8908800 252 33554432000 4194304 4922060 140737080948544 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31906/statm: 2175 252 211 178 0 68 0
[pid=31907] ppid=31906 vsize=2498240 CPUtime=19847.3 cores=0-7
/proc/31907/stat : 31907 (priss) S 31906 31906 31672 0 -1 4202496 629325 0 0 0 1982758 1971 0 0 18 0 5 0 910851058 2558197760 562569 33554432000 4194304 5787044 140736790180400 18446744073709551615 239488518577 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31907/statm: 624560 562569 417 389 0 620310 0
[pid=31907/tid=31909] ppid=31906 vsize=2498240 CPUtime=4961.91 cores=0-7
/proc/31907/task/31909/stat : 31909 (priss) R 31906 31906 31672 0 -1 4202560 159206 0 0 0 495644 547 0 0 25 0 5 0 910851066 2558197760 562569 33554432000 4194304 5787044 140736790180400 18446744073709551615 5591219 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31907/tid=31910] ppid=31906 vsize=2498240 CPUtime=4961.62 cores=0-7
/proc/31907/task/31910/stat : 31910 (priss) R 31906 31906 31672 0 -1 4202560 155025 0 0 0 495548 614 0 0 25 0 5 0 910851070 2558197760 562569 33554432000 4194304 5787044 140736790180400 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31907/tid=31911] ppid=31906 vsize=2498240 CPUtime=4961.73 cores=0-7
/proc/31907/task/31911/stat : 31911 (priss) R 31906 31906 31672 0 -1 4202560 177136 0 0 0 495449 724 0 0 25 0 5 0 910851073 2558197760 562569 33554432000 4194304 5787044 140736790180400 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31907/tid=31912] ppid=31906 vsize=2498240 CPUtime=4961.84 cores=0-7
/proc/31907/task/31912/stat : 31912 (priss) R 31906 31906 31672 0 -1 4202560 124428 0 0 0 496101 83 0 0 25 0 5 0 910851077 2558197760 562569 33554432000 4194304 5787044 140736790180400 18446744073709551615 4238583 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19847.3
Current children cumulated vsize (KiB) 2506940

[startup+5022.3 s]
/proc/loadavg: 4.03 4.01 3.96 5/176 32058
/proc/meminfo: memFree=1593532/32950928 swapFree=67053956/67111528
[pid=31906] ppid=31904 vsize=8700 CPUtime=0 cores=0-7
/proc/31906/stat : 31906 (priss.sh) S 31904 31906 31672 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 910851058 8908800 252 33554432000 4194304 4922060 140737080948544 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31906/statm: 2175 252 211 178 0 68 0
[pid=31907] ppid=31906 vsize=2498688 CPUtime=20087.3 cores=0-7
/proc/31907/stat : 31907 (priss) S 31906 31906 31672 0 -1 4202496 629428 0 0 0 2006759 1971 0 0 18 0 5 0 910851058 2558656512 562672 33554432000 4194304 5787044 140736790180400 18446744073709551615 239488518577 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31907/statm: 624672 562672 417 389 0 620422 0
[pid=31907/tid=31909] ppid=31906 vsize=2498688 CPUtime=5021.91 cores=0-7
/proc/31907/task/31909/stat : 31909 (priss) R 31906 31906 31672 0 -1 4202560 159207 0 0 0 501644 547 0 0 25 0 5 0 910851066 2558656512 562672 33554432000 4194304 5787044 140736790180400 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31907/tid=31910] ppid=31906 vsize=2498688 CPUtime=5021.62 cores=0-7
/proc/31907/task/31910/stat : 31910 (priss) R 31906 31906 31672 0 -1 4202560 155026 0 0 0 501548 614 0 0 25 0 5 0 910851070 2558656512 562672 33554432000 4194304 5787044 140736790180400 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31907/tid=31911] ppid=31906 vsize=2498688 CPUtime=5021.74 cores=0-7
/proc/31907/task/31911/stat : 31911 (priss) R 31906 31906 31672 0 -1 4202560 177136 0 0 0 501450 724 0 0 25 0 5 0 910851073 2558656512 562672 33554432000 4194304 5787044 140736790180400 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31907/tid=31912] ppid=31906 vsize=2498688 CPUtime=5021.84 cores=0-7
/proc/31907/task/31912/stat : 31912 (priss) R 31906 31906 31672 0 -1 4202560 124529 0 0 0 502101 83 0 0 25 0 5 0 910851077 2558656512 562672 33554432000 4194304 5787044 140736790180400 18446744073709551615 5527227 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20087.3
Current children cumulated vsize (KiB) 2507388

[startup+5082.3 s]
/proc/loadavg: 4.01 4.00 3.96 5/176 32060
/proc/meminfo: memFree=1593132/32950928 swapFree=67053956/67111528
[pid=31906] ppid=31904 vsize=8700 CPUtime=0 cores=0-7
/proc/31906/stat : 31906 (priss.sh) S 31904 31906 31672 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 910851058 8908800 252 33554432000 4194304 4922060 140737080948544 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31906/statm: 2175 252 211 178 0 68 0
[pid=31907] ppid=31906 vsize=2498848 CPUtime=20327.3 cores=0-7
/proc/31907/stat : 31907 (priss) S 31906 31906 31672 0 -1 4202496 629532 0 0 0 2030760 1971 0 0 18 0 5 0 910851058 2558820352 562776 33554432000 4194304 5787044 140736790180400 18446744073709551615 239488518577 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31907/statm: 624712 562776 417 389 0 620462 0
[pid=31907/tid=31909] ppid=31906 vsize=2498848 CPUtime=5081.92 cores=0-7
/proc/31907/task/31909/stat : 31909 (priss) R 31906 31906 31672 0 -1 4202560 159213 0 0 0 507645 547 0 0 25 0 5 0 910851066 2558820352 562776 33554432000 4194304 5787044 140736790180400 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31907/tid=31910] ppid=31906 vsize=2498848 CPUtime=5081.62 cores=0-7
/proc/31907/task/31910/stat : 31910 (priss) R 31906 31906 31672 0 -1 4202560 155027 0 0 0 507548 614 0 0 25 0 5 0 910851070 2558820352 562776 33554432000 4194304 5787044 140736790180400 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31907/tid=31911] ppid=31906 vsize=2498848 CPUtime=5081.74 cores=0-7
/proc/31907/task/31911/stat : 31911 (priss) R 31906 31906 31672 0 -1 4202560 177137 0 0 0 507450 724 0 0 25 0 5 0 910851073 2558820352 562776 33554432000 4194304 5787044 140736790180400 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31907/tid=31912] ppid=31906 vsize=2498848 CPUtime=5081.84 cores=0-7
/proc/31907/task/31912/stat : 31912 (priss) R 31906 31906 31672 0 -1 4202560 124625 0 0 0 508101 83 0 0 25 0 5 0 910851077 2558820352 562776 33554432000 4194304 5787044 140736790180400 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20327.3
Current children cumulated vsize (KiB) 2507548



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.96 5/176 32060
/proc/meminfo: memFree=1593004/32950928 swapFree=67053956/67111528
[pid=31906] ppid=31904 vsize=8700 CPUtime=0 cores=0-7
/proc/31906/stat : 31906 (priss.sh) S 31904 31906 31672 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 910851058 8908800 252 33554432000 4194304 4922060 140737080948544 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31906/statm: 2175 252 211 178 0 68 0
[pid=31907] ppid=31906 vsize=2499008 CPUtime=20398.1 cores=0-7
/proc/31907/stat : 31907 (priss) S 31906 31906 31672 0 -1 4202496 629575 0 0 0 2037842 1971 0 0 18 0 5 0 910851058 2558984192 562819 33554432000 4194304 5787044 140736790180400 18446744073709551615 239488518577 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31907/statm: 624752 562819 417 389 0 620502 0
[pid=31907/tid=31909] ppid=31906 vsize=2499008 CPUtime=5099.62 cores=0-7
/proc/31907/task/31909/stat : 31909 (priss) R 31906 31906 31672 0 -1 4202560 159218 0 0 0 509415 547 0 0 25 0 5 0 910851066 2558984192 562819 33554432000 4194304 5787044 140736790180400 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31907/tid=31910] ppid=31906 vsize=2499008 CPUtime=5099.33 cores=0-7
/proc/31907/task/31910/stat : 31910 (priss) R 31906 31906 31672 0 -1 4202560 155028 0 0 0 509319 614 0 0 25 0 5 0 910851070 2558984192 562819 33554432000 4194304 5787044 140736790180400 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31907/tid=31911] ppid=31906 vsize=2499008 CPUtime=5099.44 cores=0-7
/proc/31907/task/31911/stat : 31911 (priss) R 31906 31906 31672 0 -1 4202560 177137 0 0 0 509220 724 0 0 25 0 5 0 910851073 2558984192 562819 33554432000 4194304 5787044 140736790180400 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31907/tid=31912] ppid=31906 vsize=2499008 CPUtime=5099.55 cores=0-7
/proc/31907/task/31912/stat : 31912 (priss) R 31906 31906 31672 0 -1 4202560 124662 0 0 0 509872 83 0 0 25 0 5 0 910851077 2558984192 562819 33554432000 4194304 5787044 140736790180400 18446744073709551615 5527147 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20398.1
Current children cumulated vsize (KiB) 2507708

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 31906 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 20398.1
#
# 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.1
CPU user time (s): 20378.4
CPU system time (s): 19.71
CPU usage (%): 399.962
Max. virtual memory (cumulated for all children) (KiB): 2507708

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

runsolver used 8.00978 second user time and 19.79 second system time

The end

Launcher Data

Begin job on node148 at 2011-06-13 21:15:40
IDJOB=3499231
IDBENCH=71492
IDSOLVER=1994
FILE ID=node148/3499231-1307992540
RUNJOBID= node148-1307987437-31686
PBS_JOBID= 13559803
Free space on /var/tmp= 2896 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/unforced/rbsat-v2400c266431g9.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3499231-1307992540/watcher-3499231-1307992540 -o /var/tmp/evaluation-result-3499231-1307992540/solver-3499231-1307992540 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499231-1307992540.cnf 1511899255 40000 31000 8

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

MD5SUM BENCH= 35278b3ce28129761cf8ae7994f37d3f
RANDOM SEED=1511899255

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.854
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.854
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.854
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:     32950928 kB
MemFree:       3846524 kB
Buffers:        125140 kB
Cached:       28056204 kB
SwapCached:      10616 kB
Active:       12904464 kB
Inactive:     15294380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       3846524 kB
SwapTotal:    67111528 kB
SwapFree:     67053956 kB
Dirty:            5088 kB
Writeback:           4 kB
AnonPages:       15044 kB
Mapped:          12516 kB
Slab:           838892 kB
PageTables:       4588 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   187392 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2896 MiB
End job on node148 at 2011-06-13 22:40:42