Trace number 3499227

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/crafted/unforced/
rbsat-v945c61409g3.cnf
MD5SUM4de3b21cb74a7ec60763201555524736
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.619904
Satisfiable
(Un)Satisfiability was proved
Number of variables945
Number of clauses61409
Sum of the clauses size123673
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261364
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

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: 5734
0.00/0.01	c parsetime: 11463us
0.00/0.01	c parsed 61409 clauses with 945 variables
0.00/0.01	c NW started thread 0 successfully (1089804608)
0.00/0.02	c NW started thread 1 successfully (1100294464)
0.00/0.03	c NW started thread 2 successfully (1110784320)
0.00/0.04	c NW started thread 3 successfully (1121274176)
6.93/1.80	c preprocessor returned 10006 variables
6.93/1.80	c preprocessing returned UNKNOWN
6.93/1.80	c PP set 0 variables
6.93/1.80	c pp time: 1783233us (1s)
6.93/1.81	c preprocessor returned 10006 variables
6.93/1.81	c preprocessing returned UNKNOWN
6.93/1.81	c PP set 0 variables
6.93/1.81	c pp time: 1781528us (1s)
6.93/1.82	c preprocessor returned 10006 variables
6.93/1.82	c preprocessing returned UNKNOWN
6.93/1.82	c PP set 0 variables
6.93/1.82	c pp time: 1789435us (1s)
64.91/16.37	c preprocessor returned 30038 variables
64.91/16.37	c preprocessing returned UNKNOWN
64.91/16.37	c PP set 0 variables
64.91/16.37	c pp time: 16322401us (16s)
7157.43/1789.55	c HTE
7198.23/1799.71	c subsumption
7412.23/1853.26	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-3499227-1307992248/watcher-3499227-1307992248 -o /var/tmp/evaluation-result-3499227-1307992248/solver-3499227-1307992248 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499227-1307992248.cnf 98304426 40000 31000 8 

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

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


[startup+0 s]
/proc/loadavg: 3.68 3.93 3.89 1/167 5733
/proc/meminfo: memFree=15073776/32951124 swapFree=67060180/67111528
[pid=5733] ppid=5731 vsize=8700 CPUtime=0 cores=0-7
/proc/5733/stat : 5733 (priss.sh) S 5731 5733 5456 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 910825194 8908800 252 33554432000 4194304 4922060 140735842952288 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5733/statm: 2175 252 211 178 0 68 0

[startup+0.0419861 s]
/proc/loadavg: 3.68 3.93 3.89 1/167 5733
/proc/meminfo: memFree=15073776/32951124 swapFree=67060180/67111528
[pid=5733] ppid=5731 vsize=8700 CPUtime=0 cores=0-7
/proc/5733/stat : 5733 (priss.sh) S 5731 5733 5456 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 910825194 8908800 252 33554432000 4194304 4922060 140735842952288 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5733/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100987 s]
/proc/loadavg: 3.68 3.93 3.89 1/167 5733
/proc/meminfo: memFree=15073776/32951124 swapFree=67060180/67111528
[pid=5733] ppid=5731 vsize=8700 CPUtime=0 cores=0-7
/proc/5733/stat : 5733 (priss.sh) S 5731 5733 5456 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 910825194 8908800 252 33554432000 4194304 4922060 140735842952288 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5733/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300935 s]
/proc/loadavg: 3.68 3.93 3.89 1/167 5733
/proc/meminfo: memFree=15073776/32951124 swapFree=67060180/67111528
[pid=5733] ppid=5731 vsize=8700 CPUtime=0 cores=0-7
/proc/5733/stat : 5733 (priss.sh) S 5731 5733 5456 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 910825194 8908800 252 33554432000 4194304 4922060 140735842952288 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5733/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700864 s]
/proc/loadavg: 3.68 3.93 3.89 1/167 5733
/proc/meminfo: memFree=15073776/32951124 swapFree=67060180/67111528
[pid=5733] ppid=5731 vsize=8700 CPUtime=0 cores=0-7
/proc/5733/stat : 5733 (priss.sh) S 5731 5733 5456 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 910825194 8908800 252 33554432000 4194304 4922060 140735842952288 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5733/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50072 s]
/proc/loadavg: 3.68 3.93 3.89 5/173 5739
/proc/meminfo: memFree=15046488/32951124 swapFree=67060180/67111528
[pid=5733] ppid=5731 vsize=8700 CPUtime=0 cores=0-7
/proc/5733/stat : 5733 (priss.sh) S 5731 5733 5456 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 910825194 8908800 252 33554432000 4194304 4922060 140735842952288 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5733/statm: 2175 252 211 178 0 68 0
[pid=5734] ppid=5733 vsize=284360 CPUtime=5.79 cores=0-7
/proc/5734/stat : 5734 (priss) S 5733 5733 5456 0 -1 4202496 15958 0 0 0 576 3 0 0 18 0 5 0 910825194 291184640 10379 33554432000 4194304 5787044 140735866027920 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5734/statm: 71090 10379 355 389 0 66840 0
[pid=5734/tid=5736] ppid=5733 vsize=284360 CPUtime=1.44 cores=0-7
/proc/5734/task/5736/stat : 5736 (priss) R 5733 5733 5456 0 -1 4202560 2680 0 0 0 144 0 0 0 18 0 5 0 910825196 291184640 10379 33554432000 4194304 5787044 140735866027920 18446744073709551615 253640553428 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5734/tid=5737] ppid=5733 vsize=284360 CPUtime=1.42 cores=0-7
/proc/5734/task/5737/stat : 5737 (priss) R 5733 5733 5456 0 -1 4202560 2801 0 0 0 142 0 0 0 18 0 5 0 910825197 291184640 10379 33554432000 4194304 5787044 140735866027920 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5734/tid=5738] ppid=5733 vsize=284360 CPUtime=1.43 cores=0-7
/proc/5734/task/5738/stat : 5738 (priss) R 5733 5733 5456 0 -1 4202560 2879 0 0 0 142 1 0 0 18 0 5 0 910825198 291184640 10379 33554432000 4194304 5787044 140735866027920 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5734/tid=5739] ppid=5733 vsize=284360 CPUtime=1.43 cores=0-7
/proc/5734/task/5739/stat : 5739 (priss) R 5733 5733 5456 0 -1 4202560 3716 0 0 0 143 0 0 0 19 0 5 0 910825199 291184640 10379 33554432000 4194304 5787044 140735866027920 18446744073709551615 253640553453 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.79
Current children cumulated vsize (KiB) 293060

[startup+3.10042 s]
/proc/loadavg: 3.68 3.93 3.89 5/173 5739
/proc/meminfo: memFree=15025408/32951124 swapFree=67060180/67111528
[pid=5733] ppid=5731 vsize=8700 CPUtime=0 cores=0-7
/proc/5733/stat : 5733 (priss.sh) S 5731 5733 5456 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 910825194 8908800 252 33554432000 4194304 4922060 140735842952288 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5733/statm: 2175 252 211 178 0 68 0
[pid=5734] ppid=5733 vsize=284360 CPUtime=12.13 cores=0-7
/proc/5734/stat : 5734 (priss) S 5733 5733 5456 0 -1 4202496 23255 0 0 0 1206 7 0 0 18 0 5 0 910825194 291184640 12702 33554432000 4194304 5787044 140735866027920 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5734/statm: 71090 12702 404 389 0 66840 0
[pid=5734/tid=5736] ppid=5733 vsize=284360 CPUtime=3.03 cores=0-7
/proc/5734/task/5736/stat : 5736 (priss) R 5733 5733 5456 0 -1 4202560 5082 0 0 0 302 1 0 0 19 0 5 0 910825196 291184640 12702 33554432000 4194304 5787044 140735866027920 18446744073709551615 5590995 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5734/tid=5737] ppid=5733 vsize=284360 CPUtime=3 cores=0-7
/proc/5734/task/5737/stat : 5737 (priss) R 5733 5733 5456 0 -1 4202560 5292 0 0 0 298 2 0 0 18 0 5 0 910825197 291184640 12702 33554432000 4194304 5787044 140735866027920 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5734/tid=5738] ppid=5733 vsize=284360 CPUtime=3.01 cores=0-7
/proc/5734/task/5738/stat : 5738 (priss) R 5733 5733 5456 0 -1 4202560 5281 0 0 0 299 2 0 0 18 0 5 0 910825198 291184640 12702 33554432000 4194304 5787044 140735866027920 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5734/tid=5739] ppid=5733 vsize=284360 CPUtime=3.02 cores=0-7
/proc/5734/task/5739/stat : 5739 (priss) R 5733 5733 5456 0 -1 4202560 3718 0 0 0 302 0 0 0 18 0 5 0 910825199 291184640 12702 33554432000 4194304 5787044 140735866027920 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.13
Current children cumulated vsize (KiB) 293060

[startup+6.30084 s]
/proc/loadavg: 3.70 3.93 3.89 5/173 5739
/proc/meminfo: memFree=15017580/32951124 swapFree=67060180/67111528
[pid=5733] ppid=5731 vsize=8700 CPUtime=0 cores=0-7
/proc/5733/stat : 5733 (priss.sh) S 5731 5733 5456 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 910825194 8908800 252 33554432000 4194304 4922060 140735842952288 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5733/statm: 2175 252 211 178 0 68 0
[pid=5734] ppid=5733 vsize=288460 CPUtime=24.91 cores=0-7
/proc/5734/stat : 5734 (priss) S 5733 5733 5456 0 -1 4202496 25074 0 0 0 2484 7 0 0 18 0 5 0 910825194 295383040 14521 33554432000 4194304 5787044 140735866027920 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5734/statm: 72115 14521 404 389 0 67865 0
[pid=5734/tid=5736] ppid=5733 vsize=288460 CPUtime=6.23 cores=0-7
/proc/5734/task/5736/stat : 5736 (priss) R 5733 5733 5456 0 -1 4202560 5352 0 0 0 622 1 0 0 25 0 5 0 910825196 295383040 14521 33554432000 4194304 5787044 140735866027920 18446744073709551615 5592064 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5734/tid=5737] ppid=5733 vsize=288460 CPUtime=6.2 cores=0-7
/proc/5734/task/5737/stat : 5737 (priss) R 5733 5733 5456 0 -1 4202560 6576 0 0 0 618 2 0 0 18 0 5 0 910825197 295383040 14521 33554432000 4194304 5787044 140735866027920 18446744073709551615 5591573 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5734/tid=5738] ppid=5733 vsize=288460 CPUtime=6.2 cores=0-7
/proc/5734/task/5738/stat : 5738 (priss) R 5733 5733 5456 0 -1 4202560 5546 0 0 0 618 2 0 0 18 0 5 0 910825198 295383040 14521 33554432000 4194304 5787044 140735866027920 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5734/tid=5739] ppid=5733 vsize=288460 CPUtime=6.22 cores=0-7
/proc/5734/task/5739/stat : 5739 (priss) R 5733 5733 5456 0 -1 4202560 3718 0 0 0 622 0 0 0 23 0 5 0 910825199 295383040 14521 33554432000 4194304 5787044 140735866027920 18446744073709551615 253640553408 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.91
Current children cumulated vsize (KiB) 297160

[startup+12.7007 s]
/proc/loadavg: 3.73 3.94 3.89 5/173 5739
/proc/meminfo: memFree=15011020/32951124 swapFree=67060180/67111528
[pid=5733] ppid=5731 vsize=8700 CPUtime=0 cores=0-7
/proc/5733/stat : 5733 (priss.sh) S 5731 5733 5456 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 910825194 8908800 252 33554432000 4194304 4922060 140735842952288 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5733/statm: 2175 252 211 178 0 68 0
[pid=5734] ppid=5733 vsize=288460 CPUtime=50.51 cores=0-7
/proc/5734/stat : 5734 (priss) S 5733 5733 5456 0 -1 4202496 26794 0 0 0 5043 8 0 0 18 0 5 0 910825194 295383040 16241 33554432000 4194304 5787044 140735866027920 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5734/statm: 72115 16241 404 389 0 67865 0
[pid=5734/tid=5736] ppid=5733 vsize=288460 CPUtime=12.63 cores=0-7
/proc/5734/task/5736/stat : 5736 (priss) R 5733 5733 5456 0 -1 4202560 5938 0 0 0 1262 1 0 0 25 0 5 0 910825196 295383040 16241 33554432000 4194304 5787044 140735866027920 18446744073709551615 5576473 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5734/tid=5737] ppid=5733 vsize=288460 CPUtime=12.59 cores=0-7
/proc/5734/task/5737/stat : 5737 (priss) R 5733 5733 5456 0 -1 4202560 7134 0 0 0 1257 2 0 0 20 0 5 0 910825197 295383040 16241 33554432000 4194304 5787044 140735866027920 18446744073709551615 5588126 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5734/tid=5738] ppid=5733 vsize=288460 CPUtime=12.61 cores=0-7
/proc/5734/task/5738/stat : 5738 (priss) R 5733 5733 5456 0 -1 4202560 6122 0 0 0 1258 3 0 0 18 0 5 0 910825198 295383040 16241 33554432000 4194304 5787044 140735866027920 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5734/tid=5739] ppid=5733 vsize=288460 CPUtime=12.62 cores=0-7
/proc/5734/task/5739/stat : 5739 (priss) R 5733 5733 5456 0 -1 4202560 3718 0 0 0 1262 0 0 0 25 0 5 0 910825199 295383040 16241 33554432000 4194304 5787044 140735866027920 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 297160

[startup+25.5004 s]
/proc/loadavg: 3.79 3.94 3.89 5/173 5740
/proc/meminfo: memFree=14991980/32951124 swapFree=67060180/67111528
[pid=5733] ppid=5731 vsize=8700 CPUtime=0 cores=0-7
/proc/5733/stat : 5733 (priss.sh) S 5731 5733 5456 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 910825194 8908800 252 33554432000 4194304 4922060 140735842952288 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5733/statm: 2175 252 211 178 0 68 0
[pid=5734] ppid=5733 vsize=300064 CPUtime=101.7 cores=0-7
/proc/5734/stat : 5734 (priss) S 5733 5733 5456 0 -1 4202496 34238 0 0 0 10156 14 0 0 18 0 5 0 910825194 307265536 21518 33554432000 4194304 5787044 140735866027920 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5734/statm: 75016 21518 417 389 0 70766 0
[pid=5734/tid=5736] ppid=5733 vsize=300064 CPUtime=25.42 cores=0-7
/proc/5734/task/5736/stat : 5736 (priss) R 5733 5733 5456 0 -1 4202560 6640 0 0 0 2540 2 0 0 25 0 5 0 910825196 307265536 21518 33554432000 4194304 5787044 140735866027920 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5734/tid=5737] ppid=5733 vsize=300064 CPUtime=25.38 cores=0-7
/proc/5734/task/5737/stat : 5737 (priss) R 5733 5733 5456 0 -1 4202560 7975 0 0 0 2533 5 0 0 19 0 5 0 910825197 307265536 21518 33554432000 4194304 5787044 140735866027920 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5734/tid=5738] ppid=5733 vsize=300064 CPUtime=25.41 cores=0-7
/proc/5734/task/5738/stat : 5738 (priss) R 5733 5733 5456 0 -1 4202560 7022 0 0 0 2537 4 0 0 18 0 5 0 910825198 307265536 21518 33554432000 4194304 5787044 140735866027920 18446744073709551615 5590255 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5734/tid=5739] ppid=5733 vsize=300064 CPUtime=25.42 cores=0-7
/proc/5734/task/5739/stat : 5739 (priss) R 5733 5733 5456 0 -1 4202560 8719 0 0 0 2541 1 0 0 18 0 5 0 910825199 307265536 21518 33554432000 4194304 5787044 140735866027920 18446744073709551615 5534340 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 308764

[startup+51.1007 s]
/proc/loadavg: 3.86 3.94 3.89 5/173 5740
/proc/meminfo: memFree=14961676/32951124 swapFree=67060180/67111528
[pid=5733] ppid=5731 vsize=8700 CPUtime=0 cores=0-7
/proc/5733/stat : 5733 (priss.sh) S 5731 5733 5456 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 910825194 8908800 252 33554432000 4194304 4922060 140735842952288 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5733/statm: 2175 252 211 178 0 68 0
[pid=5734] ppid=5733 vsize=312468 CPUtime=204.06 cores=0-7
/proc/5734/stat : 5734 (priss) S 5733 5733 5456 0 -1 4202496 41953 0 0 0 20383 23 0 0 18 0 5 0 910825194 319967232 29230 33554432000 4194304 5787044 140735866027920 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5734/statm: 78117 29230 417 389 0 73867 0
[pid=5734/tid=5736] ppid=5733 vsize=312468 CPUtime=51.02 cores=0-7
/proc/5734/task/5736/stat : 5736 (priss) R 5733 5733 5456 0 -1 4202560 7914 0 0 0 5098 4 0 0 25 0 5 0 910825196 319967232 29230 33554432000 4194304 5787044 140735866027920 18446744073709551615 5591640 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5734/tid=5737] ppid=5733 vsize=312468 CPUtime=50.95 cores=0-7
/proc/5734/task/5737/stat : 5737 (priss) R 5733 5733 5456 0 -1 4202560 9648 0 0 0 5085 10 0 0 25 0 5 0 910825197 319967232 29230 33554432000 4194304 5787044 140735866027920 18446744073709551615 5576608 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5734/tid=5738] ppid=5733 vsize=312468 CPUtime=51 cores=0-7
/proc/5734/task/5738/stat : 5738 (priss) R 5733 5733 5456 0 -1 4202560 8772 0 0 0 5095 5 0 0 19 0 5 0 910825198 319967232 29230 33554432000 4194304 5787044 140735866027920 18446744073709551615 5591676 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5734/tid=5739] ppid=5733 vsize=312468 CPUtime=51.01 cores=0-7
/proc/5734/task/5739/stat : 5739 (priss) R 5733 5733 5456 0 -1 4202560 11737 0 0 0 5099 2 0 0 18 0 5 0 910825199 319967232 29230 33554432000 4194304 5787044 140735866027920 18446744073709551615 5528078 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 204.06
Current children cumulated vsize (KiB) 321168

[startup+102.306 s]
/proc/loadavg: 3.94 3.95 3.90 5/173 5742
/proc/meminfo: memFree=14917004/32951124 swapFree=67060180/67111528
[pid=5733] ppid=5731 vsize=8700 CPUtime=0 cores=0-7
/proc/5733/stat : 5733 (priss.sh) S 5731 5733 5456 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 910825194 8908800 252 33554432000 4194304 4922060 140735842952288 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5733/statm: 2175 252 211 178 0 68 0
[pid=5734] ppid=5733 vsize=329876 CPUtime=408.84 cores=0-7
/proc/5734/stat : 5734 (priss) S 5733 5733 5456 0 -1 4202496 52915 0 0 0 40846 38 0 0 18 0 5 0 910825194 337793024 40031 33554432000 4194304 5787044 140735866027920 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5734/statm: 82469 40031 417 389 0 78219 0
[pid=5734/tid=5736] ppid=5733 vsize=329876 CPUtime=102.23 cores=0-7
/proc/5734/task/5736/stat : 5736 (priss) R 5733 5733 5456 0 -1 4202560 10194 0 0 0 10216 7 0 0 25 0 5 0 910825196 337793024 40031 33554432000 4194304 5787044 140735866027920 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5734/tid=5737] ppid=5733 vsize=329876 CPUtime=102.12 cores=0-7
/proc/5734/task/5737/stat : 5737 (priss) R 5733 5733 5456 0 -1 4202560 11787 0 0 0 10196 16 0 0 19 0 5 0 910825197 337793024 40031 33554432000 4194304 5787044 140735866027920 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5734/tid=5738] ppid=5733 vsize=329876 CPUtime=102.21 cores=0-7
/proc/5734/task/5738/stat : 5738 (priss) R 5733 5733 5456 0 -1 4202560 12076 0 0 0 10212 9 0 0 19 0 5 0 910825198 337793024 40031 33554432000 4194304 5787044 140735866027920 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5734/tid=5739] ppid=5733 vsize=329876 CPUtime=102.22 cores=0-7

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

/proc/5734/task/5737/stat : 5737 (priss) R 5733 5733 5456 0 -1 4202560 81530 0 0 0 471993 211 0 0 25 0 5 0 910825197 1544073216 331564 33554432000 4194304 5787044 140735866027920 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5734/tid=5738] ppid=5733 vsize=1507884 CPUtime=4722.27 cores=0-7
/proc/5734/task/5738/stat : 5738 (priss) R 5733 5733 5456 0 -1 4202560 88420 0 0 0 472106 121 0 0 25 0 5 0 910825198 1544073216 331564 33554432000 4194304 5787044 140735866027920 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5734/tid=5739] ppid=5733 vsize=1507884 CPUtime=4722.07 cores=0-7
/proc/5734/task/5739/stat : 5739 (priss) R 5733 5733 5456 0 -1 4202560 105907 0 0 0 472140 67 0 0 25 0 5 0 910825199 1544073216 331564 33554432000 4194304 5787044 140735866027920 18446744073709551615 5527057 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 18888.7
Current children cumulated vsize (KiB) 1516584

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/173 5879
/proc/meminfo: memFree=13729248/32951124 swapFree=67060180/67111528
[pid=5733] ppid=5731 vsize=8700 CPUtime=0 cores=0-7
/proc/5733/stat : 5733 (priss.sh) S 5731 5733 5456 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 910825194 8908800 252 33554432000 4194304 4922060 140735842952288 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5733/statm: 2175 252 211 178 0 68 0
[pid=5734] ppid=5733 vsize=1512440 CPUtime=19128.7 cores=0-7
/proc/5734/stat : 5734 (priss) S 5733 5733 5456 0 -1 4202496 358660 0 0 0 1912383 487 0 0 18 0 5 0 910825194 1548738560 335760 33554432000 4194304 5787044 140735866027920 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5734/statm: 378110 335760 417 389 0 373860 0
[pid=5734/tid=5736] ppid=5733 vsize=1512440 CPUtime=4782.28 cores=0-7
/proc/5734/task/5736/stat : 5736 (priss) R 5733 5733 5456 0 -1 4202560 75781 0 0 0 478146 82 0 0 25 0 5 0 910825196 1548738560 335760 33554432000 4194304 5787044 140735866027920 18446744073709551615 4213865 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5734/tid=5737] ppid=5733 vsize=1512440 CPUtime=4782.03 cores=0-7
/proc/5734/task/5737/stat : 5737 (priss) R 5733 5733 5456 0 -1 4202560 82495 0 0 0 477988 215 0 0 25 0 5 0 910825197 1548738560 335760 33554432000 4194304 5787044 140735866027920 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5734/tid=5738] ppid=5733 vsize=1512440 CPUtime=4782.27 cores=0-7
/proc/5734/task/5738/stat : 5738 (priss) R 5733 5733 5456 0 -1 4202560 89507 0 0 0 478106 121 0 0 25 0 5 0 910825198 1548738560 335760 33554432000 4194304 5787044 140735866027920 18446744073709551615 5591564 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5734/tid=5739] ppid=5733 vsize=1512440 CPUtime=4782.06 cores=0-7
/proc/5734/task/5739/stat : 5739 (priss) R 5733 5733 5456 0 -1 4202560 106995 0 0 0 478139 67 0 0 25 0 5 0 910825199 1548738560 335760 33554432000 4194304 5787044 140735866027920 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19128.7
Current children cumulated vsize (KiB) 1521140

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/173 5880
/proc/meminfo: memFree=13712112/32951124 swapFree=67060180/67111528
[pid=5733] ppid=5731 vsize=8700 CPUtime=0 cores=0-7
/proc/5733/stat : 5733 (priss.sh) S 5731 5733 5456 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 910825194 8908800 252 33554432000 4194304 4922060 140735842952288 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5733/statm: 2175 252 211 178 0 68 0
[pid=5734] ppid=5733 vsize=1516680 CPUtime=19368.7 cores=0-7
/proc/5734/stat : 5734 (priss) S 5733 5733 5456 0 -1 4202496 362870 0 0 0 1936378 493 0 0 18 0 5 0 910825194 1553080320 339970 33554432000 4194304 5787044 140735866027920 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5734/statm: 379170 339970 417 389 0 374920 0
[pid=5734/tid=5736] ppid=5733 vsize=1516680 CPUtime=4842.28 cores=0-7
/proc/5734/task/5736/stat : 5736 (priss) R 5733 5733 5456 0 -1 4202560 76826 0 0 0 484145 83 0 0 25 0 5 0 910825196 1553080320 339970 33554432000 4194304 5787044 140735866027920 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5734/tid=5737] ppid=5733 vsize=1516680 CPUtime=4842.04 cores=0-7
/proc/5734/task/5737/stat : 5737 (priss) R 5733 5733 5456 0 -1 4202560 84521 0 0 0 483985 219 0 0 25 0 5 0 910825197 1553080320 339970 33554432000 4194304 5787044 140735866027920 18446744073709551615 253640520737 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5734/tid=5738] ppid=5733 vsize=1516680 CPUtime=4842.26 cores=0-7
/proc/5734/task/5738/stat : 5738 (priss) R 5733 5733 5456 0 -1 4202560 89574 0 0 0 484105 121 0 0 25 0 5 0 910825198 1553080320 339970 33554432000 4194304 5787044 140735866027920 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5734/tid=5739] ppid=5733 vsize=1516680 CPUtime=4842.07 cores=0-7
/proc/5734/task/5739/stat : 5739 (priss) R 5733 5733 5456 0 -1 4202560 108067 0 0 0 484138 69 0 0 25 0 5 0 910825199 1553080320 339970 33554432000 4194304 5787044 140735866027920 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19368.7
Current children cumulated vsize (KiB) 1525380

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/173 5882
/proc/meminfo: memFree=13695596/32951124 swapFree=67060180/67111528
[pid=5733] ppid=5731 vsize=8700 CPUtime=0 cores=0-7
/proc/5733/stat : 5733 (priss.sh) S 5731 5733 5456 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 910825194 8908800 252 33554432000 4194304 4922060 140735842952288 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5733/statm: 2175 252 211 178 0 68 0
[pid=5734] ppid=5733 vsize=1529080 CPUtime=19608.7 cores=0-7
/proc/5734/stat : 5734 (priss) S 5733 5733 5456 0 -1 4202496 369119 0 0 0 1960370 501 0 0 18 0 5 0 910825194 1565777920 344170 33554432000 4194304 5787044 140735866027920 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5734/statm: 382270 344170 417 389 0 378020 0
[pid=5734/tid=5736] ppid=5733 vsize=1529080 CPUtime=4902.27 cores=0-7
/proc/5734/task/5736/stat : 5736 (priss) R 5733 5733 5456 0 -1 4202560 77829 0 0 0 490142 85 0 0 25 0 5 0 910825196 1565777920 344170 33554432000 4194304 5787044 140735866027920 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5734/tid=5737] ppid=5733 vsize=1529080 CPUtime=4902.04 cores=0-7
/proc/5734/task/5737/stat : 5737 (priss) R 5733 5733 5456 0 -1 4202560 86607 0 0 0 489981 223 0 0 25 0 5 0 910825197 1565777920 344170 33554432000 4194304 5787044 140735866027920 18446744073709551615 5588013 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5734/tid=5738] ppid=5733 vsize=1529080 CPUtime=4902.26 cores=0-7
/proc/5734/task/5738/stat : 5738 (priss) R 5733 5733 5456 0 -1 4202560 89669 0 0 0 490105 121 0 0 25 0 5 0 910825198 1565777920 344170 33554432000 4194304 5787044 140735866027920 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5734/tid=5739] ppid=5733 vsize=1529080 CPUtime=4902.06 cores=0-7
/proc/5734/task/5739/stat : 5739 (priss) R 5733 5733 5456 0 -1 4202560 111132 0 0 0 490136 70 0 0 25 0 5 0 910825199 1565777920 344170 33554432000 4194304 5787044 140735866027920 18446744073709551615 5527610 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19608.7
Current children cumulated vsize (KiB) 1537780

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/173 5883
/proc/meminfo: memFree=13678844/32951124 swapFree=67060180/67111528
[pid=5733] ppid=5731 vsize=8700 CPUtime=0 cores=0-7
/proc/5733/stat : 5733 (priss.sh) S 5731 5733 5456 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 910825194 8908800 252 33554432000 4194304 4922060 140735842952288 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5733/statm: 2175 252 211 178 0 68 0
[pid=5734] ppid=5733 vsize=1539340 CPUtime=19848.7 cores=0-7
/proc/5734/stat : 5734 (priss) S 5733 5733 5456 0 -1 4202496 373240 0 0 0 1984362 507 0 0 18 0 5 0 910825194 1576284160 348291 33554432000 4194304 5787044 140735866027920 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5734/statm: 384835 348291 417 389 0 380585 0
[pid=5734/tid=5736] ppid=5733 vsize=1539340 CPUtime=4962.27 cores=0-7
/proc/5734/task/5736/stat : 5736 (priss) R 5733 5733 5456 0 -1 4202560 78876 0 0 0 496140 87 0 0 25 0 5 0 910825196 1576284160 348291 33554432000 4194304 5787044 140735866027920 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5734/tid=5737] ppid=5733 vsize=1539340 CPUtime=4962.02 cores=0-7
/proc/5734/task/5737/stat : 5737 (priss) R 5733 5733 5456 0 -1 4202560 87743 0 0 0 495976 226 0 0 25 0 5 0 910825197 1576284160 348291 33554432000 4194304 5787044 140735866027920 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5734/tid=5738] ppid=5733 vsize=1539340 CPUtime=4962.26 cores=0-7
/proc/5734/task/5738/stat : 5738 (priss) R 5733 5733 5456 0 -1 4202560 89788 0 0 0 496105 121 0 0 25 0 5 0 910825198 1576284160 348291 33554432000 4194304 5787044 140735866027920 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5734/tid=5739] ppid=5733 vsize=1539340 CPUtime=4962.06 cores=0-7
/proc/5734/task/5739/stat : 5739 (priss) R 5733 5733 5456 0 -1 4202560 112951 0 0 0 496135 71 0 0 25 0 5 0 910825199 1576284160 348291 33554432000 4194304 5787044 140735866027920 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19848.7
Current children cumulated vsize (KiB) 1548040

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/173 5885
/proc/meminfo: memFree=13670012/32951124 swapFree=67060180/67111528
[pid=5733] ppid=5731 vsize=8700 CPUtime=0 cores=0-7
/proc/5733/stat : 5733 (priss.sh) S 5731 5733 5456 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 910825194 8908800 252 33554432000 4194304 4922060 140735842952288 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5733/statm: 2175 252 211 178 0 68 0
[pid=5734] ppid=5733 vsize=1613068 CPUtime=20088.7 cores=0-7
/proc/5734/stat : 5734 (priss) S 5733 5733 5456 0 -1 4202496 377520 0 0 0 2008356 513 0 0 18 0 5 0 910825194 1651781632 350522 33554432000 4194304 5787044 140735866027920 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5734/statm: 403267 350522 417 389 0 399017 0
[pid=5734/tid=5736] ppid=5733 vsize=1613068 CPUtime=5022.28 cores=0-7
/proc/5734/task/5736/stat : 5736 (priss) R 5733 5733 5456 0 -1 4202560 79965 0 0 0 502139 89 0 0 25 0 5 0 910825196 1651781632 350522 33554432000 4194304 5787044 140735866027920 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5734/tid=5737] ppid=5733 vsize=1613068 CPUtime=5022.03 cores=0-7
/proc/5734/task/5737/stat : 5737 (priss) R 5733 5733 5456 0 -1 4202560 90811 0 0 0 501972 231 0 0 25 0 5 0 910825197 1651781632 350522 33554432000 4194304 5787044 140735866027920 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5734/tid=5738] ppid=5733 vsize=1613068 CPUtime=5022.26 cores=0-7
/proc/5734/task/5738/stat : 5738 (priss) R 5733 5733 5456 0 -1 4202560 89911 0 0 0 502105 121 0 0 25 0 5 0 910825198 1651781632 350522 33554432000 4194304 5787044 140735866027920 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5734/tid=5739] ppid=5733 vsize=1613068 CPUtime=5022.06 cores=0-7
/proc/5734/task/5739/stat : 5739 (priss) R 5733 5733 5456 0 -1 4202560 112951 0 0 0 502135 71 0 0 18 0 5 0 910825199 1651781632 350522 33554432000 4194304 5787044 140735866027920 18446744073709551615 5527024 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 20088.7
Current children cumulated vsize (KiB) 1621768

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/173 5887
/proc/meminfo: memFree=13656588/32951124 swapFree=67060180/67111528
[pid=5733] ppid=5731 vsize=8700 CPUtime=0 cores=0-7
/proc/5733/stat : 5733 (priss.sh) S 5731 5733 5456 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 910825194 8908800 252 33554432000 4194304 4922060 140735842952288 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5733/statm: 2175 252 211 178 0 68 0
[pid=5734] ppid=5733 vsize=1678604 CPUtime=20328.7 cores=0-7
/proc/5734/stat : 5734 (priss) S 5733 5733 5456 0 -1 4202496 381903 0 0 0 2032351 518 0 0 18 0 5 0 910825194 1718890496 353879 33554432000 4194304 5787044 140735866027920 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5734/statm: 419651 353879 417 389 0 415401 0
[pid=5734/tid=5736] ppid=5733 vsize=1678604 CPUtime=5082.27 cores=0-7
/proc/5734/task/5736/stat : 5736 (priss) R 5733 5733 5456 0 -1 4202560 81020 0 0 0 508137 90 0 0 25 0 5 0 910825196 1718890496 353879 33554432000 4194304 5787044 140735866027920 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5734/tid=5737] ppid=5733 vsize=1678604 CPUtime=5082.02 cores=0-7
/proc/5734/task/5737/stat : 5737 (priss) R 5733 5733 5456 0 -1 4202560 93328 0 0 0 507970 232 0 0 25 0 5 0 910825197 1718890496 353879 33554432000 4194304 5787044 140735866027920 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5734/tid=5738] ppid=5733 vsize=1678604 CPUtime=5082.26 cores=0-7
/proc/5734/task/5738/stat : 5738 (priss) R 5733 5733 5456 0 -1 4202560 90722 0 0 0 508104 122 0 0 25 0 5 0 910825198 1718890496 353879 33554432000 4194304 5787044 140735866027920 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5734/tid=5739] ppid=5733 vsize=1678604 CPUtime=5082.06 cores=0-7
/proc/5734/task/5739/stat : 5739 (priss) R 5733 5733 5456 0 -1 4202560 112951 0 0 0 508135 71 0 0 25 0 5 0 910825199 1718890496 353879 33554432000 4194304 5787044 140735866027920 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 20328.7
Current children cumulated vsize (KiB) 1687304



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.94 5/173 5887
/proc/meminfo: memFree=13653364/32951124 swapFree=67060180/67111528
[pid=5733] ppid=5731 vsize=8700 CPUtime=0 cores=0-7
/proc/5733/stat : 5733 (priss.sh) S 5731 5733 5456 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 910825194 8908800 252 33554432000 4194304 4922060 140735842952288 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5733/statm: 2175 252 211 178 0 68 0
[pid=5734] ppid=5733 vsize=1678604 CPUtime=20399.5 cores=0-7
/proc/5734/stat : 5734 (priss) S 5733 5733 5456 0 -1 4202496 382657 0 0 0 2039432 519 0 0 18 0 5 0 910825194 1718890496 354633 33554432000 4194304 5787044 140735866027920 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5734/statm: 419651 354633 417 389 0 415401 0
[pid=5734/tid=5736] ppid=5733 vsize=1678604 CPUtime=5099.98 cores=0-7
/proc/5734/task/5736/stat : 5736 (priss) R 5733 5733 5456 0 -1 4202560 81343 0 0 0 509907 91 0 0 25 0 5 0 910825196 1718890496 354633 33554432000 4194304 5787044 140735866027920 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5734/tid=5737] ppid=5733 vsize=1678604 CPUtime=5099.73 cores=0-7
/proc/5734/task/5737/stat : 5737 (priss) R 5733 5733 5456 0 -1 4202560 93328 0 0 0 509741 232 0 0 25 0 5 0 910825197 1718890496 354633 33554432000 4194304 5787044 140735866027920 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5734/tid=5738] ppid=5733 vsize=1678604 CPUtime=5099.97 cores=0-7
/proc/5734/task/5738/stat : 5738 (priss) R 5733 5733 5456 0 -1 4202560 91152 0 0 0 509874 123 0 0 25 0 5 0 910825198 1718890496 354633 33554432000 4194304 5787044 140735866027920 18446744073709551615 4254912 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5734/tid=5739] ppid=5733 vsize=1678604 CPUtime=5099.76 cores=0-7
/proc/5734/task/5739/stat : 5739 (priss) R 5733 5733 5456 0 -1 4202560 112952 0 0 0 509905 71 0 0 25 0 5 0 910825199 1718890496 354633 33554432000 4194304 5787044 140735866027920 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 20399.5
Current children cumulated vsize (KiB) 1687304

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 5733 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 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.3
CPU system time (s): 5.19
CPU usage (%): 399.989
Max. virtual memory (cumulated for all children) (KiB): 1687304

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= 333
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 3

runsolver used 7.78782 second user time and 19.3511 second system time

The end

Launcher Data

Begin job on node106 at 2011-06-13 21:10:48
IDJOB=3499227
IDBENCH=71481
IDSOLVER=1994
FILE ID=node106/3499227-1307992248
RUNJOBID= node106-1307987144-5470
PBS_JOBID= 13559800
Free space on /var/tmp= 2888 MiB

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

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

MD5SUM BENCH= 4de3b21cb74a7ec60763201555524736
RANDOM SEED=98304426

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15074196 kB
Buffers:        100180 kB
Cached:       17141056 kB
SwapCached:      12940 kB
Active:        1783320 kB
Inactive:     15475172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15074196 kB
SwapTotal:    67111528 kB
SwapFree:     67060180 kB
Dirty:            2356 kB
Writeback:           0 kB
AnonPages:       15340 kB
Mapped:           9448 kB
Slab:           553364 kB
PageTables:       3416 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   158568 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= 2888 MiB
End job on node106 at 2011-06-13 22:35:50