Trace number 3499219

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
priss 1.0? (TO) 20399.5 5100.02

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v1150c84314gyes1.cnf
MD5SUMd6097a9814089eeede1d027388c17a02
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark114.827
Satisfiable
(Un)Satisfiability was proved
Number of variables1150
Number of clauses84314
Sum of the clauses size169678
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 284264
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

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: 32025
0.00/0.02	c parsetime: 16286us
0.00/0.02	c parsed 84314 clauses with 1150 variables
0.00/0.02	c NW started thread 0 successfully (1112025408)
0.00/0.03	c NW started thread 1 successfully (1122515264)
0.00/0.04	c NW started thread 2 successfully (1133005120)
0.00/0.06	c NW started thread 3 successfully (1085544768)
9.26/2.40	c preprocessor returned 10003 variables
9.26/2.40	c preprocessing returned UNKNOWN
9.26/2.40	c PP set 0 variables
9.26/2.40	c pp time: 2360687us (2s)
9.26/2.42	c preprocessor returned 10003 variables
9.26/2.42	c preprocessing returned UNKNOWN
9.26/2.42	c PP set 0 variables
9.26/2.42	c pp time: 2397127us (2s)
9.26/2.43	c preprocessor returned 10003 variables
9.26/2.43	c preprocessing returned UNKNOWN
9.26/2.43	c PP set 0 variables
9.26/2.43	c pp time: 2380323us (2s)
88.45/22.21	c preprocessor returned 30008 variables
88.45/22.21	c preprocessing returned UNKNOWN
88.45/22.21	c PP set 0 variables
88.45/22.21	c pp time: 22146317us (22s)
9689.42/2422.54	c HTE
9744.21/2436.24	c subsumption
10053.83/2513.60	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-3499219-1307991271/watcher-3499219-1307991271 -o /tmp/evaluation-result-3499219-1307991271/solver-3499219-1307991271 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499219-1307991271.cnf 1339546857 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.84 3/170 32024
/proc/meminfo: memFree=32186480/32951124 swapFree=67052812/67111528
[pid=32024] ppid=32022 vsize=8700 CPUtime=0 cores=0-7
/proc/32024/stat : 32024 (priss.sh) S 32022 32024 31871 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 910729682 8908800 252 33554432000 4194304 4922060 140733623820496 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32024/statm: 2175 252 211 178 0 68 0

[startup+0.0755329 s]
/proc/loadavg: 4.00 4.00 3.84 3/170 32024
/proc/meminfo: memFree=32186480/32951124 swapFree=67052812/67111528
[pid=32024] ppid=32022 vsize=8700 CPUtime=0 cores=0-7
/proc/32024/stat : 32024 (priss.sh) S 32022 32024 31871 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 910729682 8908800 252 33554432000 4194304 4922060 140733623820496 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32024/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100531 s]
/proc/loadavg: 4.00 4.00 3.84 3/170 32024
/proc/meminfo: memFree=32186480/32951124 swapFree=67052812/67111528
[pid=32024] ppid=32022 vsize=8700 CPUtime=0 cores=0-7
/proc/32024/stat : 32024 (priss.sh) S 32022 32024 31871 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 910729682 8908800 252 33554432000 4194304 4922060 140733623820496 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32024/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.30046 s]
/proc/loadavg: 4.00 4.00 3.84 3/170 32024
/proc/meminfo: memFree=32186480/32951124 swapFree=67052812/67111528
[pid=32024] ppid=32022 vsize=8700 CPUtime=0 cores=0-7
/proc/32024/stat : 32024 (priss.sh) S 32022 32024 31871 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 910729682 8908800 252 33554432000 4194304 4922060 140733623820496 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32024/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700392 s]
/proc/loadavg: 4.00 4.00 3.84 3/170 32024
/proc/meminfo: memFree=32186480/32951124 swapFree=67052812/67111528
[pid=32024] ppid=32022 vsize=8700 CPUtime=0 cores=0-7
/proc/32024/stat : 32024 (priss.sh) S 32022 32024 31871 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 910729682 8908800 252 33554432000 4194304 4922060 140733623820496 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32024/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50126 s]
/proc/loadavg: 4.00 4.00 3.84 5/176 32030
/proc/meminfo: memFree=32155084/32951124 swapFree=67052812/67111528
[pid=32024] ppid=32022 vsize=8700 CPUtime=0 cores=0-7
/proc/32024/stat : 32024 (priss.sh) S 32022 32024 31871 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 910729682 8908800 252 33554432000 4194304 4922060 140733623820496 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32024/statm: 2175 252 211 178 0 68 0
[pid=32025] ppid=32024 vsize=279908 CPUtime=5.7 cores=0-7
/proc/32025/stat : 32025 (priss) S 32024 32024 31871 0 -1 4202496 16280 0 0 0 565 5 0 0 19 0 5 0 910729682 286625792 8866 33554432000 4194304 5787044 140735137573792 18446744073709551615 216646338993 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/32025/statm: 69977 8866 352 389 0 65727 0
[pid=32025/tid=32027] ppid=32024 vsize=279908 CPUtime=1.42 cores=0-7
/proc/32025/task/32027/stat : 32027 (priss) R 32024 32024 31871 0 -1 4202560 2481 0 0 0 141 1 0 0 19 0 5 0 910729685 286625792 8866 33554432000 4194304 5787044 140735137573792 18446744073709551615 18446744073699065863 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32025/tid=32028] ppid=32024 vsize=279908 CPUtime=1.4 cores=0-7
/proc/32025/task/32028/stat : 32028 (priss) R 32024 32024 31871 0 -1 4202560 2937 0 0 0 139 1 0 0 19 0 5 0 910729686 286625792 8866 33554432000 4194304 5787044 140735137573792 18446744073709551615 4336703 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32025/tid=32029] ppid=32024 vsize=279908 CPUtime=1.4 cores=0-7
/proc/32025/task/32029/stat : 32029 (priss) R 32024 32024 31871 0 -1 4202560 3051 0 0 0 139 1 0 0 19 0 5 0 910729687 286625792 8866 33554432000 4194304 5787044 140735137573792 18446744073709551615 4336159 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32025/tid=32030] ppid=32024 vsize=279908 CPUtime=1.4 cores=0-7
/proc/32025/task/32030/stat : 32030 (priss) R 32024 32024 31871 0 -1 4202560 2725 0 0 0 140 0 0 0 19 0 5 0 910729689 286625792 8866 33554432000 4194304 5787044 140735137573792 18446744073709551615 4336770 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.7
Current children cumulated vsize (KiB) 288608

[startup+3.10096 s]
/proc/loadavg: 4.00 4.00 3.84 5/176 32030
/proc/meminfo: memFree=32136388/32951124 swapFree=67052812/67111528
[pid=32024] ppid=32022 vsize=8700 CPUtime=0 cores=0-7
/proc/32024/stat : 32024 (priss.sh) S 32022 32024 31871 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 910729682 8908800 252 33554432000 4194304 4922060 140733623820496 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32024/statm: 2175 252 211 178 0 68 0
[pid=32025] ppid=32024 vsize=290504 CPUtime=12.06 cores=0-7
/proc/32025/stat : 32025 (priss) S 32024 32024 31871 0 -1 4202496 27811 0 0 0 1195 11 0 0 19 0 5 0 910729682 297476096 14606 33554432000 4194304 5787044 140735137573792 18446744073709551615 216646338993 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/32025/statm: 72626 14606 404 389 0 68376 0
[pid=32025/tid=32027] ppid=32024 vsize=290504 CPUtime=2.99 cores=0-7
/proc/32025/task/32027/stat : 32027 (priss) R 32024 32024 31871 0 -1 4202560 5254 0 0 0 298 1 0 0 18 0 5 0 910729685 297476096 14606 33554432000 4194304 5787044 140735137573792 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32025/tid=32028] ppid=32024 vsize=290504 CPUtime=2.99 cores=0-7
/proc/32025/task/32028/stat : 32028 (priss) R 32024 32024 31871 0 -1 4202560 7124 0 0 0 295 4 0 0 18 0 5 0 910729686 297476096 14606 33554432000 4194304 5787044 140735137573792 18446744073709551615 5591342 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32025/tid=32029] ppid=32024 vsize=290504 CPUtime=3 cores=0-7
/proc/32025/task/32029/stat : 32029 (priss) R 32024 32024 31871 0 -1 4202560 5660 0 0 0 296 4 0 0 18 0 5 0 910729687 297476096 14606 33554432000 4194304 5787044 140735137573792 18446744073709551615 5590991 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32025/tid=32030] ppid=32024 vsize=290504 CPUtime=2.99 cores=0-7
/proc/32025/task/32030/stat : 32030 (priss) R 32024 32024 31871 0 -1 4202560 4687 0 0 0 299 0 0 0 19 0 5 0 910729689 297476096 14606 33554432000 4194304 5787044 140735137573792 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.06
Current children cumulated vsize (KiB) 299204

[startup+6.3004 s]
/proc/loadavg: 4.00 4.00 3.84 5/176 32030
/proc/meminfo: memFree=32126468/32951124 swapFree=67052812/67111528
[pid=32024] ppid=32022 vsize=8700 CPUtime=0 cores=0-7
/proc/32024/stat : 32024 (priss.sh) S 32022 32024 31871 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 910729682 8908800 252 33554432000 4194304 4922060 140733623820496 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32024/statm: 2175 252 211 178 0 68 0
[pid=32025] ppid=32024 vsize=291824 CPUtime=24.85 cores=0-7
/proc/32025/stat : 32025 (priss) S 32024 32024 31871 0 -1 4202496 28844 0 0 0 2474 11 0 0 19 0 5 0 910729682 298827776 15639 33554432000 4194304 5787044 140735137573792 18446744073709551615 216646338993 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/32025/statm: 72956 15639 404 389 0 68706 0
[pid=32025/tid=32027] ppid=32024 vsize=291824 CPUtime=6.19 cores=0-7
/proc/32025/task/32027/stat : 32027 (priss) R 32024 32024 31871 0 -1 4202560 5563 0 0 0 618 1 0 0 19 0 5 0 910729685 298827776 15639 33554432000 4194304 5787044 140735137573792 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32025/tid=32028] ppid=32024 vsize=291824 CPUtime=6.19 cores=0-7
/proc/32025/task/32028/stat : 32028 (priss) R 32024 32024 31871 0 -1 4202560 7488 0 0 0 615 4 0 0 19 0 5 0 910729686 298827776 15639 33554432000 4194304 5787044 140735137573792 18446744073709551615 5586615 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32025/tid=32029] ppid=32024 vsize=291824 CPUtime=6.2 cores=0-7
/proc/32025/task/32029/stat : 32029 (priss) R 32024 32024 31871 0 -1 4202560 6019 0 0 0 616 4 0 0 18 0 5 0 910729687 298827776 15639 33554432000 4194304 5787044 140735137573792 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32025/tid=32030] ppid=32024 vsize=291824 CPUtime=6.19 cores=0-7
/proc/32025/task/32030/stat : 32030 (priss) R 32024 32024 31871 0 -1 4202560 4688 0 0 0 619 0 0 0 25 0 5 0 910729689 298827776 15639 33554432000 4194304 5787044 140735137573792 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.85
Current children cumulated vsize (KiB) 300524

[startup+12.7013 s]
/proc/loadavg: 4.00 4.00 3.84 5/176 32031
/proc/meminfo: memFree=32117660/32951124 swapFree=67052812/67111528
[pid=32024] ppid=32022 vsize=8700 CPUtime=0 cores=0-7
/proc/32024/stat : 32024 (priss.sh) S 32022 32024 31871 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 910729682 8908800 252 33554432000 4194304 4922060 140733623820496 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32024/statm: 2175 252 211 178 0 68 0
[pid=32025] ppid=32024 vsize=298336 CPUtime=50.45 cores=0-7
/proc/32025/stat : 32025 (priss) S 32024 32024 31871 0 -1 4202496 31716 0 0 0 5032 13 0 0 19 0 5 0 910729682 305496064 18511 33554432000 4194304 5787044 140735137573792 18446744073709551615 216646338993 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/32025/statm: 74584 18511 404 389 0 70334 0
[pid=32025/tid=32027] ppid=32024 vsize=298336 CPUtime=12.59 cores=0-7
/proc/32025/task/32027/stat : 32027 (priss) R 32024 32024 31871 0 -1 4202560 6157 0 0 0 1257 2 0 0 22 0 5 0 910729685 305496064 18511 33554432000 4194304 5787044 140735137573792 18446744073709551615 4238736 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32025/tid=32028] ppid=32024 vsize=298336 CPUtime=12.59 cores=0-7
/proc/32025/task/32028/stat : 32028 (priss) R 32024 32024 31871 0 -1 4202560 8056 0 0 0 1254 5 0 0 23 0 5 0 910729686 305496064 18511 33554432000 4194304 5787044 140735137573792 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32025/tid=32029] ppid=32024 vsize=298336 CPUtime=12.6 cores=0-7
/proc/32025/task/32029/stat : 32029 (priss) R 32024 32024 31871 0 -1 4202560 7729 0 0 0 1256 4 0 0 18 0 5 0 910729687 305496064 18511 33554432000 4194304 5787044 140735137573792 18446744073709551615 5592128 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32025/tid=32030] ppid=32024 vsize=298336 CPUtime=12.59 cores=0-7
/proc/32025/task/32030/stat : 32030 (priss) R 32024 32024 31871 0 -1 4202560 4688 0 0 0 1259 0 0 0 25 0 5 0 910729689 305496064 18511 33554432000 4194304 5787044 140735137573792 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.45
Current children cumulated vsize (KiB) 307036

[startup+25.501 s]
/proc/loadavg: 4.00 4.00 3.84 5/176 32031
/proc/meminfo: memFree=32100608/32951124 swapFree=67052812/67111528
[pid=32024] ppid=32022 vsize=8700 CPUtime=0 cores=0-7
/proc/32024/stat : 32024 (priss.sh) S 32022 32024 31871 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 910729682 8908800 252 33554432000 4194304 4922060 140733623820496 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32024/statm: 2175 252 211 178 0 68 0
[pid=32025] ppid=32024 vsize=301960 CPUtime=101.64 cores=0-7
/proc/32025/stat : 32025 (priss) S 32024 32024 31871 0 -1 4202496 38466 0 0 0 10146 18 0 0 19 0 5 0 910729682 309207040 22516 33554432000 4194304 5787044 140735137573792 18446744073709551615 216646338993 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/32025/statm: 75490 22516 417 389 0 71240 0
[pid=32025/tid=32027] ppid=32024 vsize=301960 CPUtime=25.39 cores=0-7
/proc/32025/task/32027/stat : 32027 (priss) R 32024 32024 31871 0 -1 4202560 7043 0 0 0 2536 3 0 0 18 0 5 0 910729685 309207040 22516 33554432000 4194304 5787044 140735137573792 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32025/tid=32028] ppid=32024 vsize=301960 CPUtime=25.38 cores=0-7
/proc/32025/task/32028/stat : 32028 (priss) R 32024 32024 31871 0 -1 4202560 8902 0 0 0 2531 7 0 0 18 0 5 0 910729686 309207040 22516 33554432000 4194304 5787044 140735137573792 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32025/tid=32029] ppid=32024 vsize=301960 CPUtime=25.4 cores=0-7
/proc/32025/task/32029/stat : 32029 (priss) R 32024 32024 31871 0 -1 4202560 8606 0 0 0 2534 6 0 0 18 0 5 0 910729687 309207040 22516 33554432000 4194304 5787044 140735137573792 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32025/tid=32030] ppid=32024 vsize=301960 CPUtime=25.39 cores=0-7
/proc/32025/task/32030/stat : 32030 (priss) R 32024 32024 31871 0 -1 4202560 8829 0 0 0 2538 1 0 0 25 0 5 0 910729689 309207040 22516 33554432000 4194304 5787044 140735137573792 18446744073709551615 216646341301 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.64
Current children cumulated vsize (KiB) 310660

[startup+51.1005 s]
/proc/loadavg: 4.00 4.00 3.84 5/176 32032
/proc/meminfo: memFree=32072272/32951124 swapFree=67052812/67111528
[pid=32024] ppid=32022 vsize=8700 CPUtime=0 cores=0-7
/proc/32024/stat : 32024 (priss.sh) S 32022 32024 31871 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 910729682 8908800 252 33554432000 4194304 4922060 140733623820496 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32024/statm: 2175 252 211 178 0 68 0
[pid=32025] ppid=32024 vsize=316044 CPUtime=204 cores=0-7
/proc/32025/stat : 32025 (priss) S 32024 32024 31871 0 -1 4202496 46585 0 0 0 20372 28 0 0 19 0 5 0 910729682 323629056 30629 33554432000 4194304 5787044 140735137573792 18446744073709551615 216646338993 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/32025/statm: 79011 30629 417 389 0 74761 0
[pid=32025/tid=32027] ppid=32024 vsize=316044 CPUtime=50.99 cores=0-7
/proc/32025/task/32027/stat : 32027 (priss) R 32024 32024 31871 0 -1 4202560 8472 0 0 0 5095 4 0 0 19 0 5 0 910729685 323629056 30629 33554432000 4194304 5787044 140735137573792 18446744073709551615 4254537 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32025/tid=32028] ppid=32024 vsize=316044 CPUtime=50.95 cores=0-7
/proc/32025/task/32028/stat : 32028 (priss) R 32024 32024 31871 0 -1 4202560 10330 0 0 0 5083 12 0 0 18 0 5 0 910729686 323629056 30629 33554432000 4194304 5787044 140735137573792 18446744073709551615 5586779 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32025/tid=32029] ppid=32024 vsize=316044 CPUtime=51 cores=0-7
/proc/32025/task/32029/stat : 32029 (priss) R 32024 32024 31871 0 -1 4202560 11273 0 0 0 5092 8 0 0 18 0 5 0 910729687 323629056 30629 33554432000 4194304 5787044 140735137573792 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32025/tid=32030] ppid=32024 vsize=316044 CPUtime=50.98 cores=0-7
/proc/32025/task/32030/stat : 32030 (priss) R 32024 32024 31871 0 -1 4202560 11424 0 0 0 5096 2 0 0 25 0 5 0 910729689 323629056 30629 33554432000 4194304 5787044 140735137573792 18446744073709551615 5528656 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204
Current children cumulated vsize (KiB) 324744

[startup+102.306 s]
/proc/loadavg: 4.00 4.00 3.85 5/176 32033
/proc/meminfo: memFree=32018176/32951124 swapFree=67052812/67111528
[pid=32024] ppid=32022 vsize=8700 CPUtime=0 cores=0-7
/proc/32024/stat : 32024 (priss.sh) S 32022 32024 31871 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 910729682 8908800 252 33554432000 4194304 4922060 140733623820496 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32024/statm: 2175 252 211 178 0 68 0
[pid=32025] ppid=32024 vsize=334376 CPUtime=408.76 cores=0-7
/proc/32025/stat : 32025 (priss) S 32024 32024 31871 0 -1 4202496 59093 0 0 0 40827 49 0 0 19 0 5 0 910729682 342401024 43006 33554432000 4194304 5787044 140735137573792 18446744073709551615 216646338993 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/32025/statm: 83594 43006 417 389 0 79344 0
[pid=32025/tid=32027] ppid=32024 vsize=334376 CPUtime=102.19 cores=0-7
/proc/32025/task/32027/stat : 32027 (priss) R 32024 32024 31871 0 -1 4202560 11948 0 0 0 10212 7 0 0 18 0 5 0 910729685 342401024 43006 33554432000 4194304 5787044 140735137573792 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32025/tid=32028] ppid=32024 vsize=334376 CPUtime=102.12 cores=0-7
/proc/32025/task/32028/stat : 32028 (priss) R 32024 32024 31871 0 -1 4202560 12882 0 0 0 10190 22 0 0 18 0 5 0 910729686 342401024 43006 33554432000 4194304 5787044 140735137573792 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32025/tid=32029] ppid=32024 vsize=334376 CPUtime=102.2 cores=0-7
/proc/32025/task/32029/stat : 32029 (priss) R 32024 32024 31871 0 -1 4202560 15407 0 0 0 10207 13 0 0 19 0 5 0 910729687 342401024 43006 33554432000 4194304 5787044 140735137573792 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32025/tid=32030] ppid=32024 vsize=334376 CPUtime=102.18 cores=0-7

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

/proc/32025/task/32028/stat : 32028 (priss) R 32024 32024 31871 0 -1 4202560 81457 0 0 0 471987 200 0 0 25 0 5 0 910729686 1516646400 334583 33554432000 4194304 5787044 140735137573792 18446744073709551615 4254601 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32025/tid=32029] ppid=32024 vsize=1481100 CPUtime=4722.24 cores=0-7
/proc/32025/task/32029/stat : 32029 (priss) R 32024 32024 31871 0 -1 4202560 106681 0 0 0 472065 159 0 0 25 0 5 0 910729687 1516646400 334583 33554432000 4194304 5787044 140735137573792 18446744073709551615 5591315 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32025/tid=32030] ppid=32024 vsize=1481100 CPUtime=4722.24 cores=0-7
/proc/32025/task/32030/stat : 32030 (priss) R 32024 32024 31871 0 -1 4202560 98353 0 0 0 472133 91 0 0 25 0 5 0 910729689 1516646400 334583 33554432000 4194304 5787044 140735137573792 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 18888.7
Current children cumulated vsize (KiB) 1489800

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 32182
/proc/meminfo: memFree=30842108/32951124 swapFree=67052812/67111528
[pid=32024] ppid=32022 vsize=8700 CPUtime=0 cores=0-7
/proc/32024/stat : 32024 (priss.sh) S 32022 32024 31871 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 910729682 8908800 252 33554432000 4194304 4922060 140733623820496 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32024/statm: 2175 252 211 178 0 68 0
[pid=32025] ppid=32024 vsize=1546636 CPUtime=19128.6 cores=0-7
/proc/32025/stat : 32025 (priss) S 32024 32024 31871 0 -1 4202496 363929 0 0 0 1912355 508 0 0 19 0 5 0 910729682 1583755264 335749 33554432000 4194304 5787044 140735137573792 18446744073709551615 216646338993 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/32025/statm: 386659 335749 419 389 0 382409 0
[pid=32025/tid=32027] ppid=32024 vsize=1546636 CPUtime=4782.21 cores=0-7
/proc/32025/task/32027/stat : 32027 (priss) R 32024 32024 31871 0 -1 4202560 71291 0 0 0 478168 53 0 0 25 0 5 0 910729685 1583755264 335749 33554432000 4194304 5787044 140735137573792 18446744073709551615 5591264 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32025/tid=32028] ppid=32024 vsize=1546636 CPUtime=4781.86 cores=0-7
/proc/32025/task/32028/stat : 32028 (priss) R 32024 32024 31871 0 -1 4202560 82515 0 0 0 477982 204 0 0 25 0 5 0 910729686 1583755264 335749 33554432000 4194304 5787044 140735137573792 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32025/tid=32029] ppid=32024 vsize=1546636 CPUtime=4782.24 cores=0-7
/proc/32025/task/32029/stat : 32029 (priss) R 32024 32024 31871 0 -1 4202560 106682 0 0 0 478065 159 0 0 25 0 5 0 910729687 1583755264 335749 33554432000 4194304 5787044 140735137573792 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32025/tid=32030] ppid=32024 vsize=1546636 CPUtime=4782.24 cores=0-7
/proc/32025/task/32030/stat : 32030 (priss) R 32024 32024 31871 0 -1 4202560 98355 0 0 0 478133 91 0 0 25 0 5 0 910729689 1583755264 335749 33554432000 4194304 5787044 140735137573792 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19128.6
Current children cumulated vsize (KiB) 1555336

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 32183
/proc/meminfo: memFree=30832364/32951124 swapFree=67052812/67111528
[pid=32024] ppid=32022 vsize=8700 CPUtime=0 cores=0-7
/proc/32024/stat : 32024 (priss.sh) S 32022 32024 31871 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 910729682 8908800 252 33554432000 4194304 4922060 140733623820496 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32024/statm: 2175 252 211 178 0 68 0
[pid=32025] ppid=32024 vsize=1546636 CPUtime=19368.6 cores=0-7
/proc/32025/stat : 32025 (priss) S 32024 32024 31871 0 -1 4202496 366353 0 0 0 1936349 514 0 0 19 0 5 0 910729682 1583755264 338173 33554432000 4194304 5787044 140735137573792 18446744073709551615 216646338993 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/32025/statm: 386659 338173 419 389 0 382409 0
[pid=32025/tid=32027] ppid=32024 vsize=1546636 CPUtime=4842.21 cores=0-7
/proc/32025/task/32027/stat : 32027 (priss) R 32024 32024 31871 0 -1 4202560 71391 0 0 0 484168 53 0 0 25 0 5 0 910729685 1583755264 338173 33554432000 4194304 5787044 140735137573792 18446744073709551615 5591243 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32025/tid=32028] ppid=32024 vsize=1546636 CPUtime=4841.86 cores=0-7
/proc/32025/task/32028/stat : 32028 (priss) R 32024 32024 31871 0 -1 4202560 84816 0 0 0 483977 209 0 0 25 0 5 0 910729686 1583755264 338173 33554432000 4194304 5787044 140735137573792 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32025/tid=32029] ppid=32024 vsize=1546636 CPUtime=4842.24 cores=0-7
/proc/32025/task/32029/stat : 32029 (priss) R 32024 32024 31871 0 -1 4202560 106682 0 0 0 484065 159 0 0 25 0 5 0 910729687 1583755264 338173 33554432000 4194304 5787044 140735137573792 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32025/tid=32030] ppid=32024 vsize=1546636 CPUtime=4842.24 cores=0-7
/proc/32025/task/32030/stat : 32030 (priss) R 32024 32024 31871 0 -1 4202560 98378 0 0 0 484133 91 0 0 25 0 5 0 910729689 1583755264 338173 33554432000 4194304 5787044 140735137573792 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19368.6
Current children cumulated vsize (KiB) 1555336

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 32185
/proc/meminfo: memFree=30821392/32951124 swapFree=67052812/67111528
[pid=32024] ppid=32022 vsize=8700 CPUtime=0 cores=0-7
/proc/32024/stat : 32024 (priss.sh) S 32022 32024 31871 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 910729682 8908800 252 33554432000 4194304 4922060 140733623820496 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32024/statm: 2175 252 211 178 0 68 0
[pid=32025] ppid=32024 vsize=1548608 CPUtime=19608.6 cores=0-7
/proc/32025/stat : 32025 (priss) S 32024 32024 31871 0 -1 4202496 369170 0 0 0 1960345 518 0 0 19 0 5 0 910729682 1585774592 340990 33554432000 4194304 5787044 140735137573792 18446744073709551615 216646338993 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/32025/statm: 387152 340990 419 389 0 382902 0
[pid=32025/tid=32027] ppid=32024 vsize=1548608 CPUtime=4902.21 cores=0-7
/proc/32025/task/32027/stat : 32027 (priss) R 32024 32024 31871 0 -1 4202560 71965 0 0 0 490168 53 0 0 20 0 5 0 910729685 1585774592 340990 33554432000 4194304 5787044 140735137573792 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32025/tid=32028] ppid=32024 vsize=1548608 CPUtime=4901.86 cores=0-7
/proc/32025/task/32028/stat : 32028 (priss) R 32024 32024 31871 0 -1 4202560 87048 0 0 0 489973 213 0 0 25 0 5 0 910729686 1585774592 340990 33554432000 4194304 5787044 140735137573792 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32025/tid=32029] ppid=32024 vsize=1548608 CPUtime=4902.24 cores=0-7
/proc/32025/task/32029/stat : 32029 (priss) R 32024 32024 31871 0 -1 4202560 106682 0 0 0 490065 159 0 0 25 0 5 0 910729687 1585774592 340990 33554432000 4194304 5787044 140735137573792 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32025/tid=32030] ppid=32024 vsize=1548608 CPUtime=4902.23 cores=0-7
/proc/32025/task/32030/stat : 32030 (priss) R 32024 32024 31871 0 -1 4202560 98389 0 0 0 490132 91 0 0 25 0 5 0 910729689 1585774592 340990 33554432000 4194304 5787044 140735137573792 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19608.6
Current children cumulated vsize (KiB) 1557308

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 32187
/proc/meminfo: memFree=30807064/32951124 swapFree=67052812/67111528
[pid=32024] ppid=32022 vsize=8700 CPUtime=0 cores=0-7
/proc/32024/stat : 32024 (priss.sh) S 32022 32024 31871 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 910729682 8908800 252 33554432000 4194304 4922060 140733623820496 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32024/statm: 2175 252 211 178 0 68 0
[pid=32025] ppid=32024 vsize=1553620 CPUtime=19848.6 cores=0-7
/proc/32025/stat : 32025 (priss) S 32024 32024 31871 0 -1 4202496 372673 0 0 0 1984340 524 0 0 19 0 5 0 910729682 1590906880 344493 33554432000 4194304 5787044 140735137573792 18446744073709551615 216646338993 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/32025/statm: 388405 344493 419 389 0 384155 0
[pid=32025/tid=32027] ppid=32024 vsize=1553620 CPUtime=4962.22 cores=0-7
/proc/32025/task/32027/stat : 32027 (priss) R 32024 32024 31871 0 -1 4202560 73247 0 0 0 496168 54 0 0 25 0 5 0 910729685 1590906880 344493 33554432000 4194304 5787044 140735137573792 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32025/tid=32028] ppid=32024 vsize=1553620 CPUtime=4961.86 cores=0-7
/proc/32025/task/32028/stat : 32028 (priss) R 32024 32024 31871 0 -1 4202560 88218 0 0 0 495968 218 0 0 25 0 5 0 910729686 1590906880 344493 33554432000 4194304 5787044 140735137573792 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32025/tid=32029] ppid=32024 vsize=1553620 CPUtime=4962.24 cores=0-7
/proc/32025/task/32029/stat : 32029 (priss) R 32024 32024 31871 0 -1 4202560 106684 0 0 0 496065 159 0 0 25 0 5 0 910729687 1590906880 344493 33554432000 4194304 5787044 140735137573792 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32025/tid=32030] ppid=32024 vsize=1553620 CPUtime=4962.23 cores=0-7
/proc/32025/task/32030/stat : 32030 (priss) R 32024 32024 31871 0 -1 4202560 99438 0 0 0 496132 91 0 0 25 0 5 0 910729689 1590906880 344493 33554432000 4194304 5787044 140735137573792 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19848.6
Current children cumulated vsize (KiB) 1562320

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 32188
/proc/meminfo: memFree=30793240/32951124 swapFree=67052812/67111528
[pid=32024] ppid=32022 vsize=8700 CPUtime=0 cores=0-7
/proc/32024/stat : 32024 (priss.sh) S 32022 32024 31871 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 910729682 8908800 252 33554432000 4194304 4922060 140733623820496 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32024/statm: 2175 252 211 178 0 68 0
[pid=32025] ppid=32024 vsize=1560280 CPUtime=20088.7 cores=0-7
/proc/32025/stat : 32025 (priss) S 32024 32024 31871 0 -1 4202496 376133 0 0 0 2008335 530 0 0 19 0 5 0 910729682 1597726720 347953 33554432000 4194304 5787044 140735137573792 18446744073709551615 216646338993 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/32025/statm: 390070 347953 419 389 0 385820 0
[pid=32025/tid=32027] ppid=32024 vsize=1560280 CPUtime=5022.21 cores=0-7
/proc/32025/task/32027/stat : 32027 (priss) R 32024 32024 31871 0 -1 4202560 74630 0 0 0 502166 55 0 0 25 0 5 0 910729685 1597726720 347953 33554432000 4194304 5787044 140735137573792 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32025/tid=32028] ppid=32024 vsize=1560280 CPUtime=5021.86 cores=0-7
/proc/32025/task/32028/stat : 32028 (priss) R 32024 32024 31871 0 -1 4202560 90279 0 0 0 501964 222 0 0 25 0 5 0 910729686 1597726720 347953 33554432000 4194304 5787044 140735137573792 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32025/tid=32029] ppid=32024 vsize=1560280 CPUtime=5022.24 cores=0-7
/proc/32025/task/32029/stat : 32029 (priss) R 32024 32024 31871 0 -1 4202560 106686 0 0 0 502065 159 0 0 25 0 5 0 910729687 1597726720 347953 33554432000 4194304 5787044 140735137573792 18446744073709551615 5591615 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32025/tid=32030] ppid=32024 vsize=1560280 CPUtime=5022.24 cores=0-7
/proc/32025/task/32030/stat : 32030 (priss) R 32024 32024 31871 0 -1 4202560 99452 0 0 0 502133 91 0 0 25 0 5 0 910729689 1597726720 347953 33554432000 4194304 5787044 140735137573792 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20088.7
Current children cumulated vsize (KiB) 1568980

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 32190
/proc/meminfo: memFree=30780272/32951124 swapFree=67052812/67111528
[pid=32024] ppid=32022 vsize=8700 CPUtime=0 cores=0-7
/proc/32024/stat : 32024 (priss.sh) S 32022 32024 31871 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 910729682 8908800 252 33554432000 4194304 4922060 140733623820496 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32024/statm: 2175 252 211 178 0 68 0
[pid=32025] ppid=32024 vsize=1630688 CPUtime=20328.7 cores=0-7
/proc/32025/stat : 32025 (priss) S 32024 32024 31871 0 -1 4202496 379387 0 0 0 2032331 534 0 0 19 0 5 0 910729682 1669824512 351207 33554432000 4194304 5787044 140735137573792 18446744073709551615 216646338993 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/32025/statm: 407672 351207 419 389 0 403422 0
[pid=32025/tid=32027] ppid=32024 vsize=1630688 CPUtime=5082.22 cores=0-7
/proc/32025/task/32027/stat : 32027 (priss) R 32024 32024 31871 0 -1 4202560 75827 0 0 0 508165 57 0 0 25 0 5 0 910729685 1669824512 351207 33554432000 4194304 5787044 140735137573792 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32025/tid=32028] ppid=32024 vsize=1630688 CPUtime=5081.86 cores=0-7
/proc/32025/task/32028/stat : 32028 (priss) R 32024 32024 31871 0 -1 4202560 91277 0 0 0 507961 225 0 0 25 0 5 0 910729686 1669824512 351207 33554432000 4194304 5787044 140735137573792 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32025/tid=32029] ppid=32024 vsize=1630688 CPUtime=5082.24 cores=0-7
/proc/32025/task/32029/stat : 32029 (priss) R 32024 32024 31871 0 -1 4202560 106689 0 0 0 508065 159 0 0 25 0 5 0 910729687 1669824512 351207 33554432000 4194304 5787044 140735137573792 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32025/tid=32030] ppid=32024 vsize=1630688 CPUtime=5082.24 cores=0-7
/proc/32025/task/32030/stat : 32030 (priss) R 32024 32024 31871 0 -1 4202560 100508 0 0 0 508133 91 0 0 25 0 5 0 910729689 1669824512 351207 33554432000 4194304 5787044 140735137573792 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20328.7
Current children cumulated vsize (KiB) 1639388



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 32190
/proc/meminfo: memFree=30776288/32951124 swapFree=67052812/67111528
[pid=32024] ppid=32022 vsize=8700 CPUtime=0 cores=0-7
/proc/32024/stat : 32024 (priss.sh) S 32022 32024 31871 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 910729682 8908800 252 33554432000 4194304 4922060 140733623820496 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32024/statm: 2175 252 211 178 0 68 0
[pid=32025] ppid=32024 vsize=1632512 CPUtime=20399.5 cores=0-7
/proc/32025/stat : 32025 (priss) S 32024 32024 31871 0 -1 4202496 380326 0 0 0 2039410 537 0 0 19 0 5 0 910729682 1671692288 352146 33554432000 4194304 5787044 140735137573792 18446744073709551615 216646338993 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/32025/statm: 408128 352146 419 389 0 403878 0
[pid=32025/tid=32027] ppid=32024 vsize=1632512 CPUtime=5099.93 cores=0-7
/proc/32025/task/32027/stat : 32027 (priss) R 32024 32024 31871 0 -1 4202560 76311 0 0 0 509935 58 0 0 25 0 5 0 910729685 1671692288 352146 33554432000 4194304 5787044 140735137573792 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32025/tid=32028] ppid=32024 vsize=1632512 CPUtime=5099.57 cores=0-7
/proc/32025/task/32028/stat : 32028 (priss) R 32024 32024 31871 0 -1 4202560 91720 0 0 0 509730 227 0 0 25 0 5 0 910729686 1671692288 352146 33554432000 4194304 5787044 140735137573792 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32025/tid=32029] ppid=32024 vsize=1632512 CPUtime=5099.95 cores=0-7
/proc/32025/task/32029/stat : 32029 (priss) R 32024 32024 31871 0 -1 4202560 106696 0 0 0 509836 159 0 0 25 0 5 0 910729687 1671692288 352146 33554432000 4194304 5787044 140735137573792 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32025/tid=32030] ppid=32024 vsize=1632512 CPUtime=5099.94 cores=0-7
/proc/32025/task/32030/stat : 32030 (priss) R 32024 32024 31871 0 -1 4202560 100513 0 0 0 509903 91 0 0 25 0 5 0 910729689 1671692288 352146 33554432000 4194304 5787044 140735137573792 18446744073709551615 5527156 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20399.5
Current children cumulated vsize (KiB) 1641212

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 32024 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=1999
# CPU time returned by wait4() is 0.001999
# while last known CPU time is 20399.5
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5100.02
CPU time (s): 20399.5
CPU user time (s): 20394.1
CPU system time (s): 5.37
CPU usage (%): 399.988
Max. virtual memory (cumulated for all children) (KiB): 1641212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.001999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 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.26874 second user time and 19.3471 second system time

The end

Launcher Data

Begin job on node103 at 2011-06-13 20:54:31
IDJOB=3499219
IDBENCH=71433
IDSOLVER=1994
FILE ID=node103/3499219-1307991271
RUNJOBID= node103-1307988272-31885
PBS_JOBID= 13559807
Free space on /tmp= 74068 MiB

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

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

MD5SUM BENCH= d6097a9814089eeede1d027388c17a02
RANDOM SEED=1339546857

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32187024 kB
Buffers:        207380 kB
Cached:         326208 kB
SwapCached:      22656 kB
Active:         283784 kB
Inactive:       278448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32187024 kB
SwapTotal:    67111528 kB
SwapFree:     67052812 kB
Dirty:            2344 kB
Writeback:           0 kB
AnonPages:       26532 kB
Mapped:           8440 kB
Slab:           135632 kB
PageTables:       4236 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186512 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= 74064 MiB
End job on node103 at 2011-06-13 22:19:33