Trace number 3499169

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v2400c266431g10.cnf
MD5SUM885d1d8595262b8f0aa94d123211b47c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2400
Number of clauses266431
Sum of the clauses size535112
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266356
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

Solver Data

0.00/0.00	c *****************************************************
0.00/0.00	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.00	c *   This program may be redistributed or modified   *
0.00/0.00	c * under the terms of the GNU General Public License *
0.00/0.00	c *****************************************************
0.00/0.00	c process id: 12225
0.00/0.06	c parsetime: 57238us
0.00/0.06	c parsed 266431 clauses with 2400 variables
0.00/0.07	c NW started thread 0 successfully (1116789056)
0.00/0.11	c NW started thread 1 successfully (1098692928)
0.00/0.15	c NW started thread 2 successfully (1127278912)
0.00/0.20	c NW started thread 3 successfully (1137768768)
44.39/11.30	c preprocessor returned 10005 variables
44.39/11.30	c preprocessing returned UNKNOWN
44.39/11.30	c PP set 0 variables
44.39/11.30	c pp time: 11221332us (11s)
44.39/11.32	c preprocessor returned 10005 variables
44.39/11.32	c preprocessing returned UNKNOWN
44.39/11.32	c PP set 0 variables
44.39/11.32	c pp time: 11171461us (11s)
47.22/12.08	c preprocessor returned 10005 variables
47.22/12.08	c preprocessing returned UNKNOWN
47.22/12.08	c PP set 0 variables
47.22/12.08	c pp time: 11971758us (11s)
78.01/19.75	c preprocessor returned 30023 variables
78.01/19.75	c preprocessing returned UNKNOWN
78.01/19.75	c PP set 0 variables
78.01/19.75	c pp time: 19549879us (19s)
9578.83/2395.09	c HTE
9610.43/2402.98	c subsumption
9968.43/2492.47	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-3499169-1307988148/watcher-3499169-1307988148 -o /tmp/evaluation-result-3499169-1307988148/solver-3499169-1307988148 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499169-1307988148.cnf 1466273353 40000 31000 8 

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 2/170 12224
/proc/meminfo: memFree=7653404/32951124 swapFree=67049472/67111528
[pid=12224] ppid=12222 vsize=8700 CPUtime=0 cores=0-7
/proc/12224/stat : 12224 (priss.sh) S 12222 12224 12194 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 989045512 8908800 251 33554432000 4194304 4922060 140733497319984 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/12224/statm: 2175 251 211 178 0 68 0

[startup+0.0130071 s]
/proc/loadavg: 1.00 1.00 1.00 2/170 12224
/proc/meminfo: memFree=7653404/32951124 swapFree=67049472/67111528
[pid=12224] ppid=12222 vsize=8700 CPUtime=0 cores=0-7
/proc/12224/stat : 12224 (priss.sh) S 12222 12224 12194 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 989045512 8908800 251 33554432000 4194304 4922060 140733497319984 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/12224/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100951 s]
/proc/loadavg: 1.00 1.00 1.00 2/170 12224
/proc/meminfo: memFree=7653404/32951124 swapFree=67049472/67111528
[pid=12224] ppid=12222 vsize=8700 CPUtime=0 cores=0-7
/proc/12224/stat : 12224 (priss.sh) S 12222 12224 12194 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 989045512 8908800 251 33554432000 4194304 4922060 140733497319984 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/12224/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300923 s]
/proc/loadavg: 1.00 1.00 1.00 2/170 12224
/proc/meminfo: memFree=7653404/32951124 swapFree=67049472/67111528
[pid=12224] ppid=12222 vsize=8700 CPUtime=0 cores=0-7
/proc/12224/stat : 12224 (priss.sh) S 12222 12224 12194 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 989045512 8908800 251 33554432000 4194304 4922060 140733497319984 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/12224/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700849 s]
/proc/loadavg: 1.00 1.00 1.00 2/170 12224
/proc/meminfo: memFree=7653404/32951124 swapFree=67049472/67111528
[pid=12224] ppid=12222 vsize=8700 CPUtime=0 cores=0-7
/proc/12224/stat : 12224 (priss.sh) S 12222 12224 12194 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 989045512 8908800 251 33554432000 4194304 4922060 140733497319984 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/12224/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50072 s]
/proc/loadavg: 1.24 1.05 1.02 5/176 12230
/proc/meminfo: memFree=7570424/32951124 swapFree=67049472/67111528
[pid=12224] ppid=12222 vsize=8700 CPUtime=0 cores=0-7
/proc/12224/stat : 12224 (priss.sh) S 12222 12224 12194 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 989045512 8908800 251 33554432000 4194304 4922060 140733497319984 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/12224/statm: 2175 251 211 178 0 68 0
[pid=12225] ppid=12224 vsize=321504 CPUtime=5.2 cores=0-7
/proc/12225/stat : 12225 (priss) S 12224 12224 12194 0 -1 4202496 41335 0 0 0 507 13 0 0 18 0 5 0 989045513 329220096 20712 33554432000 4194304 5787044 140737159953056 18446744073709551615 224296749489 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/12225/statm: 80376 20712 349 389 0 76126 0
[pid=12225/tid=12227] ppid=12224 vsize=321504 CPUtime=1.33 cores=0-7
/proc/12225/task/12227/stat : 12227 (priss) R 12224 12224 12194 0 -1 4202560 7510 0 0 0 131 2 0 0 19 0 5 0 989045520 329220096 20712 33554432000 4194304 5787044 140737159953056 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12225/tid=12228] ppid=12224 vsize=321504 CPUtime=1.27 cores=0-7
/proc/12225/task/12228/stat : 12228 (priss) R 12224 12224 12194 0 -1 4202560 6999 0 0 0 126 1 0 0 19 0 5 0 989045524 329220096 20712 33554432000 4194304 5787044 140737159953056 18446744073709551615 18446744073699065897 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=12225/tid=12229] ppid=12224 vsize=321504 CPUtime=1.24 cores=0-7
/proc/12225/task/12229/stat : 12229 (priss) R 12224 12224 12194 0 -1 4202560 7487 0 0 0 122 2 0 0 19 0 5 0 989045528 329220096 20712 33554432000 4194304 5787044 140737159953056 18446744073709551615 4336254 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=12225/tid=12230] ppid=12224 vsize=321504 CPUtime=1.18 cores=0-7
/proc/12225/task/12230/stat : 12230 (priss) R 12224 12224 12194 0 -1 4202560 5807 0 0 0 112 6 0 0 19 0 5 0 989045533 329220096 20712 33554432000 4194304 5787044 140737159953056 18446744073709551615 4336744 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.2
Current children cumulated vsize (KiB) 330204

[startup+3.10045 s]
/proc/loadavg: 1.24 1.05 1.02 5/176 12230
/proc/meminfo: memFree=7564708/32951124 swapFree=67049472/67111528
[pid=12224] ppid=12222 vsize=8700 CPUtime=0 cores=0-7
/proc/12224/stat : 12224 (priss.sh) S 12222 12224 12194 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 989045512 8908800 251 33554432000 4194304 4922060 140733497319984 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/12224/statm: 2175 251 211 178 0 68 0
[pid=12225] ppid=12224 vsize=322948 CPUtime=11.59 cores=0-7
/proc/12225/stat : 12225 (priss) S 12224 12224 12194 0 -1 4202496 44037 0 0 0 1146 13 0 0 18 0 5 0 989045513 330698752 22370 33554432000 4194304 5787044 140737159953056 18446744073709551615 224296749489 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/12225/statm: 80737 22370 350 389 0 76487 0
[pid=12225/tid=12227] ppid=12224 vsize=322948 CPUtime=2.92 cores=0-7
/proc/12225/task/12227/stat : 12227 (priss) R 12224 12224 12194 0 -1 4202560 8698 0 0 0 290 2 0 0 20 0 5 0 989045520 330698752 22370 33554432000 4194304 5787044 140737159953056 18446744073709551615 4336739 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12225/tid=12228] ppid=12224 vsize=322948 CPUtime=2.87 cores=0-7
/proc/12225/task/12228/stat : 12228 (priss) R 12224 12224 12194 0 -1 4202560 7343 0 0 0 286 1 0 0 22 0 5 0 989045524 330698752 22370 33554432000 4194304 5787044 140737159953056 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=12225/tid=12229] ppid=12224 vsize=322948 CPUtime=2.83 cores=0-7
/proc/12225/task/12229/stat : 12229 (priss) R 12224 12224 12194 0 -1 4202560 8657 0 0 0 281 2 0 0 19 0 5 0 989045528 330698752 22370 33554432000 4194304 5787044 140737159953056 18446744073709551615 4336773 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=12225/tid=12230] ppid=12224 vsize=322948 CPUtime=2.77 cores=0-7
/proc/12225/task/12230/stat : 12230 (priss) R 12224 12224 12194 0 -1 4202560 5807 0 0 0 271 6 0 0 20 0 5 0 989045533 330698752 22370 33554432000 4194304 5787044 140737159953056 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11.59
Current children cumulated vsize (KiB) 331648

[startup+6.30091 s]
/proc/loadavg: 1.24 1.05 1.02 5/176 12230
/proc/meminfo: memFree=7564732/32951124 swapFree=67049472/67111528
[pid=12224] ppid=12222 vsize=8700 CPUtime=0 cores=0-7
/proc/12224/stat : 12224 (priss.sh) S 12222 12224 12194 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 989045512 8908800 251 33554432000 4194304 4922060 140733497319984 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/12224/statm: 2175 251 211 178 0 68 0
[pid=12225] ppid=12224 vsize=322948 CPUtime=24.39 cores=0-7
/proc/12225/stat : 12225 (priss) S 12224 12224 12194 0 -1 4202496 44037 0 0 0 2426 13 0 0 18 0 5 0 989045513 330698752 22370 33554432000 4194304 5787044 140737159953056 18446744073709551615 224296749489 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/12225/statm: 80737 22370 350 389 0 76487 0
[pid=12225/tid=12227] ppid=12224 vsize=322948 CPUtime=6.13 cores=0-7
/proc/12225/task/12227/stat : 12227 (priss) R 12224 12224 12194 0 -1 4202560 8698 0 0 0 611 2 0 0 25 0 5 0 989045520 330698752 22370 33554432000 4194304 5787044 140737159953056 18446744073709551615 4336560 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12225/tid=12228] ppid=12224 vsize=322948 CPUtime=6.07 cores=0-7
/proc/12225/task/12228/stat : 12228 (priss) R 12224 12224 12194 0 -1 4202560 7343 0 0 0 606 1 0 0 25 0 5 0 989045524 330698752 22370 33554432000 4194304 5787044 140737159953056 18446744073709551615 4336718 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=12225/tid=12229] ppid=12224 vsize=322948 CPUtime=6.03 cores=0-7
/proc/12225/task/12229/stat : 12229 (priss) R 12224 12224 12194 0 -1 4202560 8657 0 0 0 601 2 0 0 25 0 5 0 989045528 330698752 22370 33554432000 4194304 5787044 140737159953056 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=12225/tid=12230] ppid=12224 vsize=322948 CPUtime=5.97 cores=0-7
/proc/12225/task/12230/stat : 12230 (priss) R 12224 12224 12194 0 -1 4202560 5807 0 0 0 591 6 0 0 25 0 5 0 989045533 330698752 22370 33554432000 4194304 5787044 140737159953056 18446744073709551615 4336703 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.39
Current children cumulated vsize (KiB) 331648

[startup+12.7008 s]
/proc/loadavg: 1.74 1.16 1.05 5/176 12230
/proc/meminfo: memFree=7505836/32951124 swapFree=67049472/67111528
[pid=12224] ppid=12222 vsize=8700 CPUtime=0 cores=0-7
/proc/12224/stat : 12224 (priss.sh) S 12222 12224 12194 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 989045512 8908800 251 33554432000 4194304 4922060 140733497319984 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/12224/statm: 2175 251 211 178 0 68 0
[pid=12225] ppid=12224 vsize=342116 CPUtime=49.99 cores=0-7
/proc/12225/stat : 12225 (priss) S 12224 12224 12194 0 -1 4202496 73565 0 0 0 4980 19 0 0 18 0 5 0 989045513 350326784 33326 33554432000 4194304 5787044 140737159953056 18446744073709551615 224296749489 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/12225/statm: 85529 33326 404 389 0 81279 0
[pid=12225/tid=12227] ppid=12224 vsize=342116 CPUtime=12.52 cores=0-7
/proc/12225/task/12227/stat : 12227 (priss) R 12224 12224 12194 0 -1 4202560 19409 0 0 0 1248 4 0 0 18 0 5 0 989045520 350326784 33326 33554432000 4194304 5787044 140737159953056 18446744073709551615 5591083 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12225/tid=12228] ppid=12224 vsize=342116 CPUtime=12.47 cores=0-7
/proc/12225/task/12228/stat : 12228 (priss) R 12224 12224 12194 0 -1 4202560 13683 0 0 0 1245 2 0 0 25 0 5 0 989045524 350326784 33326 33554432000 4194304 5787044 140737159953056 18446744073709551615 5591097 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=12225/tid=12229] ppid=12224 vsize=342116 CPUtime=12.44 cores=0-7
/proc/12225/task/12229/stat : 12229 (priss) R 12224 12224 12194 0 -1 4202560 18459 0 0 0 1239 5 0 0 18 0 5 0 989045528 350326784 33326 33554432000 4194304 5787044 140737159953056 18446744073709551615 4238753 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=12225/tid=12230] ppid=12224 vsize=342116 CPUtime=12.37 cores=0-7
/proc/12225/task/12230/stat : 12230 (priss) R 12224 12224 12194 0 -1 4202560 8482 0 0 0 1231 6 0 0 18 0 5 0 989045533 350326784 33326 33554432000 4194304 5787044 140737159953056 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 49.99
Current children cumulated vsize (KiB) 350816

[startup+25.5007 s]
/proc/loadavg: 2.09 1.26 1.08 5/176 12230
/proc/meminfo: memFree=7496576/32951124 swapFree=67049472/67111528
[pid=12224] ppid=12222 vsize=8700 CPUtime=0 cores=0-7
/proc/12224/stat : 12224 (priss.sh) S 12222 12224 12194 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 989045512 8908800 251 33554432000 4194304 4922060 140733497319984 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/12224/statm: 2175 251 211 178 0 68 0
[pid=12225] ppid=12224 vsize=350960 CPUtime=101.19 cores=0-7
/proc/12225/stat : 12225 (priss) S 12224 12224 12194 0 -1 4202496 87385 0 0 0 10090 29 0 0 18 0 5 0 989045513 359383040 40400 33554432000 4194304 5787044 140737159953056 18446744073709551615 224296749489 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/12225/statm: 87740 40400 417 389 0 83490 0
[pid=12225/tid=12227] ppid=12224 vsize=350960 CPUtime=25.33 cores=0-7
/proc/12225/task/12227/stat : 12227 (priss) R 12224 12224 12194 0 -1 4202560 20825 0 0 0 2528 5 0 0 18 0 5 0 989045520 359383040 40400 33554432000 4194304 5787044 140737159953056 18446744073709551615 5590590 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12225/tid=12228] ppid=12224 vsize=350960 CPUtime=25.26 cores=0-7
/proc/12225/task/12228/stat : 12228 (priss) R 12224 12224 12194 0 -1 4202560 14843 0 0 0 2524 2 0 0 25 0 5 0 989045524 359383040 40400 33554432000 4194304 5787044 140737159953056 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=12225/tid=12229] ppid=12224 vsize=350960 CPUtime=25.24 cores=0-7
/proc/12225/task/12229/stat : 12229 (priss) R 12224 12224 12194 0 -1 4202560 21102 0 0 0 2519 5 0 0 18 0 5 0 989045528 359383040 40400 33554432000 4194304 5787044 140737159953056 18446744073709551615 5591676 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=12225/tid=12230] ppid=12224 vsize=350960 CPUtime=25.17 cores=0-7
/proc/12225/task/12230/stat : 12230 (priss) R 12224 12224 12194 0 -1 4202560 17083 0 0 0 2503 14 0 0 18 0 5 0 989045533 359383040 40400 33554432000 4194304 5787044 140737159953056 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.19
Current children cumulated vsize (KiB) 359660

[startup+51.1004 s]
/proc/loadavg: 2.74 1.47 1.16 5/176 12232
/proc/meminfo: memFree=7457352/32951124 swapFree=67049472/67111528
[pid=12224] ppid=12222 vsize=8700 CPUtime=0 cores=0-7
/proc/12224/stat : 12224 (priss.sh) S 12222 12224 12194 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 989045512 8908800 251 33554432000 4194304 4922060 140733497319984 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/12224/statm: 2175 251 211 178 0 68 0
[pid=12225] ppid=12224 vsize=362676 CPUtime=203.57 cores=0-7
/proc/12225/stat : 12225 (priss) S 12224 12224 12194 0 -1 4202496 97082 0 0 0 20325 32 0 0 18 0 5 0 989045513 371380224 50095 33554432000 4194304 5787044 140737159953056 18446744073709551615 224296749489 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/12225/statm: 90669 50095 417 389 0 86419 0
[pid=12225/tid=12227] ppid=12224 vsize=362676 CPUtime=50.93 cores=0-7
/proc/12225/task/12227/stat : 12227 (priss) R 12224 12224 12194 0 -1 4202560 23434 0 0 0 5087 6 0 0 21 0 5 0 989045520 371380224 50095 33554432000 4194304 5787044 140737159953056 18446744073709551615 5585240 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12225/tid=12228] ppid=12224 vsize=362676 CPUtime=50.86 cores=0-7
/proc/12225/task/12228/stat : 12228 (priss) R 12224 12224 12194 0 -1 4202560 16735 0 0 0 5083 3 0 0 25 0 5 0 989045524 371380224 50095 33554432000 4194304 5787044 140737159953056 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=12225/tid=12229] ppid=12224 vsize=362676 CPUtime=50.83 cores=0-7
/proc/12225/task/12229/stat : 12229 (priss) R 12224 12224 12194 0 -1 4202560 23483 0 0 0 5077 6 0 0 18 0 5 0 989045528 371380224 50095 33554432000 4194304 5787044 140737159953056 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=12225/tid=12230] ppid=12224 vsize=362676 CPUtime=50.76 cores=0-7
/proc/12225/task/12230/stat : 12230 (priss) R 12224 12224 12194 0 -1 4202560 19898 0 0 0 5061 15 0 0 18 0 5 0 989045533 371380224 50095 33554432000 4194304 5787044 140737159953056 18446744073709551615 5527610 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.57
Current children cumulated vsize (KiB) 371376

[startup+102.307 s]
/proc/loadavg: 3.50 1.90 1.32 5/176 12232
/proc/meminfo: memFree=7395808/32951124 swapFree=67049472/67111528
[pid=12224] ppid=12222 vsize=8700 CPUtime=0 cores=0-7
/proc/12224/stat : 12224 (priss.sh) S 12222 12224 12194 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 989045512 8908800 251 33554432000 4194304 4922060 140733497319984 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/12224/statm: 2175 251 211 178 0 68 0
[pid=12225] ppid=12224 vsize=387036 CPUtime=408.37 cores=0-7
/proc/12225/stat : 12225 (priss) S 12224 12224 12194 0 -1 4202496 112389 0 0 0 40793 44 0 0 18 0 5 0 989045513 396324864 65358 33554432000 4194304 5787044 140737159953056 18446744073709551615 224296749489 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/12225/statm: 96759 65358 417 389 0 92509 0
[pid=12225/tid=12227] ppid=12224 vsize=387036 CPUtime=102.12 cores=0-7
/proc/12225/task/12227/stat : 12227 (priss) R 12224 12224 12194 0 -1 4202560 26586 0 0 0 10204 8 0 0 18 0 5 0 989045520 396324864 65358 33554432000 4194304 5787044 140737159953056 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12225/tid=12228] ppid=12224 vsize=387036 CPUtime=102.07 cores=0-7
/proc/12225/task/12228/stat : 12228 (priss) R 12224 12224 12194 0 -1 4202560 20776 0 0 0 10202 5 0 0 25 0 5 0 989045524 396324864 65358 33554432000 4194304 5787044 140737159953056 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=12225/tid=12229] ppid=12224 vsize=387036 CPUtime=102.04 cores=0-7
/proc/12225/task/12229/stat : 12229 (priss) R 12224 12224 12194 0 -1 4202560 28851 0 0 0 10194 10 0 0 20 0 5 0 989045528 396324864 65358 33554432000 4194304 5787044 140737159953056 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=12225/tid=12230] ppid=12224 vsize=387036 CPUtime=101.94 cores=0-7

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

/proc/12225/task/12228/stat : 12228 (priss) R 12224 12224 12194 0 -1 4202560 140378 0 0 0 472110 91 0 0 25 0 5 0 989045524 2431770624 546683 33554432000 4194304 5787044 140737159953056 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=12225/tid=12229] ppid=12224 vsize=2374776 CPUtime=4722.01 cores=0-7
/proc/12225/task/12229/stat : 12229 (priss) R 12224 12224 12194 0 -1 4202560 164866 0 0 0 471978 223 0 0 25 0 5 0 989045528 2431770624 546683 33554432000 4194304 5787044 140737159953056 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=12225/tid=12230] ppid=12224 vsize=2374776 CPUtime=4721.72 cores=0-7
/proc/12225/task/12230/stat : 12230 (priss) R 12224 12224 12194 0 -1 4202560 133437 0 0 0 471859 313 0 0 25 0 5 0 989045533 2431770624 546683 33554432000 4194304 5787044 140737159953056 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 18888
Current children cumulated vsize (KiB) 2383476

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/176 12370
/proc/meminfo: memFree=5443184/32951124 swapFree=67049472/67111528
[pid=12224] ppid=12222 vsize=8700 CPUtime=0 cores=0-7
/proc/12224/stat : 12224 (priss.sh) S 12222 12224 12194 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 989045512 8908800 251 33554432000 4194304 4922060 140733497319984 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/12224/statm: 2175 251 211 178 0 68 0
[pid=12225] ppid=12224 vsize=2384416 CPUtime=19128 cores=0-7
/proc/12225/stat : 12225 (priss) S 12224 12224 12194 0 -1 4202496 615012 0 0 0 1911951 849 0 0 18 0 5 0 989045513 2441641984 552072 33554432000 4194304 5787044 140737159953056 18446744073709551615 224296749489 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/12225/statm: 596104 552072 417 389 0 591854 0
[pid=12225/tid=12227] ppid=12224 vsize=2384416 CPUtime=4782.08 cores=0-7
/proc/12225/task/12227/stat : 12227 (priss) R 12224 12224 12194 0 -1 4202560 157411 0 0 0 477995 213 0 0 25 0 5 0 989045520 2441641984 552072 33554432000 4194304 5787044 140737159953056 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12225/tid=12228] ppid=12224 vsize=2384416 CPUtime=4782.01 cores=0-7
/proc/12225/task/12228/stat : 12228 (priss) R 12224 12224 12194 0 -1 4202560 142764 0 0 0 478108 93 0 0 25 0 5 0 989045524 2441641984 552072 33554432000 4194304 5787044 140737159953056 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=12225/tid=12229] ppid=12224 vsize=2384416 CPUtime=4782.01 cores=0-7
/proc/12225/task/12229/stat : 12229 (priss) R 12224 12224 12194 0 -1 4202560 167829 0 0 0 477973 228 0 0 22 0 5 0 989045528 2441641984 552072 33554432000 4194304 5787044 140737159953056 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=12225/tid=12230] ppid=12224 vsize=2384416 CPUtime=4781.72 cores=0-7
/proc/12225/task/12230/stat : 12230 (priss) R 12224 12224 12194 0 -1 4202560 133476 0 0 0 477859 313 0 0 25 0 5 0 989045533 2441641984 552072 33554432000 4194304 5787044 140737159953056 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19128
Current children cumulated vsize (KiB) 2393116

[startup+4842.3 s]
/proc/loadavg: 4.06 4.01 3.92 5/176 12370
/proc/meminfo: memFree=5421428/32951124 swapFree=67049472/67111528
[pid=12224] ppid=12222 vsize=8700 CPUtime=0 cores=0-7
/proc/12224/stat : 12224 (priss.sh) S 12222 12224 12194 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 989045512 8908800 251 33554432000 4194304 4922060 140733497319984 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/12224/statm: 2175 251 211 178 0 68 0
[pid=12225] ppid=12224 vsize=2393776 CPUtime=19368 cores=0-7
/proc/12225/stat : 12225 (priss) S 12224 12224 12194 0 -1 4202496 620401 0 0 0 1935944 857 0 0 18 0 5 0 989045513 2451226624 557461 33554432000 4194304 5787044 140737159953056 18446744073709551615 224296749489 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/12225/statm: 598444 557461 417 389 0 594194 0
[pid=12225/tid=12227] ppid=12224 vsize=2393776 CPUtime=4842.08 cores=0-7
/proc/12225/task/12227/stat : 12227 (priss) R 12224 12224 12194 0 -1 4202560 157411 0 0 0 483995 213 0 0 25 0 5 0 989045520 2451226624 557461 33554432000 4194304 5787044 140737159953056 18446744073709551615 5591019 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12225/tid=12228] ppid=12224 vsize=2393776 CPUtime=4842.01 cores=0-7
/proc/12225/task/12228/stat : 12228 (priss) R 12224 12224 12194 0 -1 4202560 145097 0 0 0 484107 94 0 0 25 0 5 0 989045524 2451226624 557461 33554432000 4194304 5787044 140737159953056 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=12225/tid=12229] ppid=12224 vsize=2393776 CPUtime=4842 cores=0-7
/proc/12225/task/12229/stat : 12229 (priss) R 12224 12224 12194 0 -1 4202560 170812 0 0 0 483966 234 0 0 25 0 5 0 989045528 2451226624 557461 33554432000 4194304 5787044 140737159953056 18446744073709551615 5585255 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=12225/tid=12230] ppid=12224 vsize=2393776 CPUtime=4841.71 cores=0-7
/proc/12225/task/12230/stat : 12230 (priss) R 12224 12224 12194 0 -1 4202560 133549 0 0 0 483858 313 0 0 25 0 5 0 989045533 2451226624 557461 33554432000 4194304 5787044 140737159953056 18446744073709551615 5527024 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19368
Current children cumulated vsize (KiB) 2402476

[startup+4902.3 s]
/proc/loadavg: 4.02 4.01 3.92 5/176 12372
/proc/meminfo: memFree=5399428/32951124 swapFree=67049472/67111528
[pid=12224] ppid=12222 vsize=8700 CPUtime=0 cores=0-7
/proc/12224/stat : 12224 (priss.sh) S 12222 12224 12194 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 989045512 8908800 251 33554432000 4194304 4922060 140733497319984 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/12224/statm: 2175 251 211 178 0 68 0
[pid=12225] ppid=12224 vsize=2403688 CPUtime=19608 cores=0-7
/proc/12225/stat : 12225 (priss) S 12224 12224 12194 0 -1 4202496 625958 0 0 0 1959937 864 0 0 18 0 5 0 989045513 2461376512 563018 33554432000 4194304 5787044 140737159953056 18446744073709551615 224296749489 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/12225/statm: 600922 563018 417 389 0 596672 0
[pid=12225/tid=12227] ppid=12224 vsize=2403688 CPUtime=4902.08 cores=0-7
/proc/12225/task/12227/stat : 12227 (priss) R 12224 12224 12194 0 -1 4202560 157411 0 0 0 489995 213 0 0 25 0 5 0 989045520 2461376512 563018 33554432000 4194304 5787044 140737159953056 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12225/tid=12228] ppid=12224 vsize=2403688 CPUtime=4902.01 cores=0-7
/proc/12225/task/12228/stat : 12228 (priss) R 12224 12224 12194 0 -1 4202560 147613 0 0 0 490106 95 0 0 25 0 5 0 989045524 2461376512 563018 33554432000 4194304 5787044 140737159953056 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=12225/tid=12229] ppid=12224 vsize=2403688 CPUtime=4902.01 cores=0-7
/proc/12225/task/12229/stat : 12229 (priss) R 12224 12224 12194 0 -1 4202560 173751 0 0 0 489961 240 0 0 20 0 5 0 989045528 2461376512 563018 33554432000 4194304 5787044 140737159953056 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=12225/tid=12230] ppid=12224 vsize=2403688 CPUtime=4901.71 cores=0-7
/proc/12225/task/12230/stat : 12230 (priss) R 12224 12224 12194 0 -1 4202560 133651 0 0 0 489858 313 0 0 25 0 5 0 989045533 2461376512 563018 33554432000 4194304 5787044 140737159953056 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19608
Current children cumulated vsize (KiB) 2412388

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/176 12374
/proc/meminfo: memFree=5377664/32951124 swapFree=67049472/67111528
[pid=12224] ppid=12222 vsize=8700 CPUtime=0 cores=0-7
/proc/12224/stat : 12224 (priss.sh) S 12222 12224 12194 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 989045512 8908800 251 33554432000 4194304 4922060 140733497319984 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/12224/statm: 2175 251 211 178 0 68 0
[pid=12225] ppid=12224 vsize=2486616 CPUtime=19848 cores=0-7
/proc/12225/stat : 12225 (priss) S 12224 12224 12194 0 -1 4202496 633367 0 0 0 1983929 872 0 0 18 0 5 0 989045513 2546294784 568378 33554432000 4194304 5787044 140737159953056 18446744073709551615 224296749489 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/12225/statm: 621654 568378 417 389 0 617404 0
[pid=12225/tid=12227] ppid=12224 vsize=2486616 CPUtime=4962.08 cores=0-7
/proc/12225/task/12227/stat : 12227 (priss) R 12224 12224 12194 0 -1 4202560 157414 0 0 0 495995 213 0 0 25 0 5 0 989045520 2546294784 568378 33554432000 4194304 5787044 140737159953056 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12225/tid=12228] ppid=12224 vsize=2486616 CPUtime=4962.01 cores=0-7
/proc/12225/task/12228/stat : 12228 (priss) R 12224 12224 12194 0 -1 4202560 151957 0 0 0 496103 98 0 0 25 0 5 0 989045524 2546294784 568378 33554432000 4194304 5787044 140737159953056 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=12225/tid=12229] ppid=12224 vsize=2486616 CPUtime=4962.01 cores=0-7
/proc/12225/task/12229/stat : 12229 (priss) R 12224 12224 12194 0 -1 4202560 176703 0 0 0 495956 245 0 0 25 0 5 0 989045528 2546294784 568378 33554432000 4194304 5787044 140737159953056 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=12225/tid=12230] ppid=12224 vsize=2486616 CPUtime=4961.72 cores=0-7
/proc/12225/task/12230/stat : 12230 (priss) R 12224 12224 12194 0 -1 4202560 133761 0 0 0 495858 314 0 0 25 0 5 0 989045533 2546294784 568378 33554432000 4194304 5787044 140737159953056 18446744073709551615 5527057 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19848
Current children cumulated vsize (KiB) 2495316

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/176 12376
/proc/meminfo: memFree=5359512/32951124 swapFree=67049472/67111528
[pid=12224] ppid=12222 vsize=8700 CPUtime=0 cores=0-7
/proc/12224/stat : 12224 (priss.sh) S 12222 12224 12194 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 989045512 8908800 251 33554432000 4194304 4922060 140733497319984 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/12224/statm: 2175 251 211 178 0 68 0
[pid=12225] ppid=12224 vsize=2503796 CPUtime=20088 cores=0-7
/proc/12225/stat : 12225 (priss) S 12224 12224 12194 0 -1 4202496 640014 0 0 0 2007920 879 0 0 18 0 5 0 989045513 2563887104 572976 33554432000 4194304 5787044 140737159953056 18446744073709551615 224296749489 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/12225/statm: 625949 572976 417 389 0 621699 0
[pid=12225/tid=12227] ppid=12224 vsize=2503796 CPUtime=5022.07 cores=0-7
/proc/12225/task/12227/stat : 12227 (priss) R 12224 12224 12194 0 -1 4202560 157415 0 0 0 501994 213 0 0 25 0 5 0 989045520 2563887104 572976 33554432000 4194304 5787044 140737159953056 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12225/tid=12228] ppid=12224 vsize=2503796 CPUtime=5022.01 cores=0-7
/proc/12225/task/12228/stat : 12228 (priss) R 12224 12224 12194 0 -1 4202560 153433 0 0 0 502102 99 0 0 25 0 5 0 989045524 2563887104 572976 33554432000 4194304 5787044 140737159953056 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=12225/tid=12229] ppid=12224 vsize=2503796 CPUtime=5022.01 cores=0-7
/proc/12225/task/12229/stat : 12229 (priss) R 12224 12224 12194 0 -1 4202560 181735 0 0 0 501950 251 0 0 25 0 5 0 989045528 2563887104 572976 33554432000 4194304 5787044 140737159953056 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=12225/tid=12230] ppid=12224 vsize=2503796 CPUtime=5021.71 cores=0-7
/proc/12225/task/12230/stat : 12230 (priss) R 12224 12224 12194 0 -1 4202560 133899 0 0 0 501857 314 0 0 25 0 5 0 989045533 2563887104 572976 33554432000 4194304 5787044 140737159953056 18446744073709551615 5528738 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20088
Current children cumulated vsize (KiB) 2512496

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/176 12378
/proc/meminfo: memFree=5351028/32951124 swapFree=67049472/67111528
[pid=12224] ppid=12222 vsize=8700 CPUtime=0 cores=0-7
/proc/12224/stat : 12224 (priss.sh) S 12222 12224 12194 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 989045512 8908800 251 33554432000 4194304 4922060 140733497319984 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/12224/statm: 2175 251 211 178 0 68 0
[pid=12225] ppid=12224 vsize=2503796 CPUtime=20328 cores=0-7
/proc/12225/stat : 12225 (priss) S 12224 12224 12194 0 -1 4202496 643102 0 0 0 2031916 882 0 0 18 0 5 0 989045513 2563887104 575071 33554432000 4194304 5787044 140737159953056 18446744073709551615 224296749489 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/12225/statm: 625949 575071 417 389 0 621699 0
[pid=12225/tid=12227] ppid=12224 vsize=2503796 CPUtime=5082.07 cores=0-7
/proc/12225/task/12227/stat : 12227 (priss) R 12224 12224 12194 0 -1 4202560 157415 0 0 0 507994 213 0 0 18 0 5 0 989045520 2563887104 575071 33554432000 4194304 5787044 140737159953056 18446744073709551615 5576628 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12225/tid=12228] ppid=12224 vsize=2503796 CPUtime=5082.01 cores=0-7
/proc/12225/task/12228/stat : 12228 (priss) R 12224 12224 12194 0 -1 4202560 153433 0 0 0 508102 99 0 0 25 0 5 0 989045524 2563887104 575071 33554432000 4194304 5787044 140737159953056 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=12225/tid=12229] ppid=12224 vsize=2503796 CPUtime=5082 cores=0-7
/proc/12225/task/12229/stat : 12229 (priss) R 12224 12224 12194 0 -1 4202560 184346 0 0 0 507948 252 0 0 25 0 5 0 989045528 2563887104 575071 33554432000 4194304 5787044 140737159953056 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=12225/tid=12230] ppid=12224 vsize=2503796 CPUtime=5081.71 cores=0-7
/proc/12225/task/12230/stat : 12230 (priss) R 12224 12224 12194 0 -1 4202560 134376 0 0 0 507856 315 0 0 25 0 5 0 989045533 2563887104 575071 33554432000 4194304 5787044 140737159953056 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20328
Current children cumulated vsize (KiB) 2512496



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.92 5/176 12378
/proc/meminfo: memFree=5348160/32951124 swapFree=67049472/67111528
[pid=12224] ppid=12222 vsize=8700 CPUtime=0 cores=0-7
/proc/12224/stat : 12224 (priss.sh) S 12222 12224 12194 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 989045512 8908800 251 33554432000 4194304 4922060 140733497319984 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/12224/statm: 2175 251 211 178 0 68 0
[pid=12225] ppid=12224 vsize=2503796 CPUtime=20398.8 cores=0-7
/proc/12225/stat : 12225 (priss) S 12224 12224 12194 0 -1 4202496 643767 0 0 0 2038996 884 0 0 18 0 5 0 989045513 2563887104 575736 33554432000 4194304 5787044 140737159953056 18446744073709551615 224296749489 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/12225/statm: 625949 575736 417 389 0 621699 0
[pid=12225/tid=12227] ppid=12224 vsize=2503796 CPUtime=5099.77 cores=0-7
/proc/12225/task/12227/stat : 12227 (priss) R 12224 12224 12194 0 -1 4202560 157415 0 0 0 509764 213 0 0 19 0 5 0 989045520 2563887104 575736 33554432000 4194304 5787044 140737159953056 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12225/tid=12228] ppid=12224 vsize=2503796 CPUtime=5099.71 cores=0-7
/proc/12225/task/12228/stat : 12228 (priss) R 12224 12224 12194 0 -1 4202560 153433 0 0 0 509872 99 0 0 25 0 5 0 989045524 2563887104 575736 33554432000 4194304 5787044 140737159953056 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=12225/tid=12229] ppid=12224 vsize=2503796 CPUtime=5099.71 cores=0-7
/proc/12225/task/12229/stat : 12229 (priss) R 12224 12224 12194 0 -1 4202560 184346 0 0 0 509719 252 0 0 25 0 5 0 989045528 2563887104 575736 33554432000 4194304 5787044 140737159953056 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=12225/tid=12230] ppid=12224 vsize=2503796 CPUtime=5099.41 cores=0-7
/proc/12225/task/12230/stat : 12230 (priss) R 12224 12224 12194 0 -1 4202560 135041 0 0 0 509624 317 0 0 25 0 5 0 989045533 2563887104 575736 33554432000 4194304 5787044 140737159953056 18446744073709551615 5527812 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20398.8
Current children cumulated vsize (KiB) 2512496

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

Real time (s): 5100.02
CPU time (s): 20398.8
CPU user time (s): 20390
CPU system time (s): 8.84
CPU usage (%): 399.975
Max. virtual memory (cumulated for all children) (KiB): 2512496

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

The end

Launcher Data

Begin job on node118 at 2011-06-13 20:02:28
IDJOB=3499169
IDBENCH=71270
IDSOLVER=1994
FILE ID=node118/3499169-1307988148
RUNJOBID= node118-1307988148-12208
PBS_JOBID= 13559805
Free space on /tmp= 18216 MiB

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

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

MD5SUM BENCH= 885d1d8595262b8f0aa94d123211b47c
RANDOM SEED=1466273353

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       7654088 kB
Buffers:        159300 kB
Cached:       24300424 kB
SwapCached:      14336 kB
Active:        8943388 kB
Inactive:     15534020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       7654088 kB
SwapTotal:    67111528 kB
SwapFree:     67049472 kB
Dirty:            5196 kB
Writeback:           0 kB
AnonPages:       15984 kB
Mapped:           8476 kB
Slab:           753096 kB
PageTables:       4312 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   188480 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= 18212 MiB
End job on node118 at 2011-06-13 21:27:31