Trace number 3499239

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

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v2400c266431gyes3.cnf
MD5SUMcef3d3066fec910e94448f2404c09548
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: 12417
0.00/0.06	c parsetime: 57148us
0.00/0.06	c parsed 266431 clauses with 2400 variables
0.00/0.07	c NW started thread 0 successfully (1101171008)
0.00/0.11	c NW started thread 1 successfully (1111660864)
0.00/0.14	c NW started thread 2 successfully (1122150720)
0.00/0.17	c NW started thread 3 successfully (1132640576)
47.02/11.96	c preprocessor returned 10005 variables
47.02/11.96	c preprocessing returned UNKNOWN
47.02/11.96	c PP set 0 variables
47.02/11.96	c pp time: 11842479us (11s)
47.84/12.12	c preprocessor returned 10005 variables
47.84/12.12	c preprocessing returned UNKNOWN
47.84/12.12	c PP set 0 variables
47.84/12.12	c pp time: 12050275us (12s)
51.41/13.02	c preprocessor returned 10005 variables
51.41/13.02	c preprocessing returned UNKNOWN
51.41/13.02	c PP set 0 variables
51.41/13.02	c pp time: 12875126us (12s)
83.39/21.02	c preprocessor returned 30023 variables
83.39/21.02	c preprocessing returned UNKNOWN
83.39/21.02	c PP set 0 variables
83.39/21.02	c pp time: 20841214us (20s)
10009.92/2503.03	c HTE
10039.09/2510.31	c subsumption
10454.64/2614.20	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-3499239-1307993251/watcher-3499239-1307993251 -o /tmp/evaluation-result-3499239-1307993251/solver-3499239-1307993251 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499239-1307993251.cnf 1930961156 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.76 3.95 3.90 2/170 12416
/proc/meminfo: memFree=7651412/32951124 swapFree=67049472/67111528
[pid=12416] ppid=12414 vsize=8700 CPUtime=0 cores=0-7
/proc/12416/stat : 12416 (priss.sh) S 12414 12416 12194 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 989555759 8908800 251 33554432000 4194304 4922060 140736506518608 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12416/statm: 2175 251 211 178 0 68 0

[startup+0.073985 s]
/proc/loadavg: 3.76 3.95 3.90 2/170 12416
/proc/meminfo: memFree=7651412/32951124 swapFree=67049472/67111528
[pid=12416] ppid=12414 vsize=8700 CPUtime=0 cores=0-7
/proc/12416/stat : 12416 (priss.sh) S 12414 12416 12194 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 989555759 8908800 251 33554432000 4194304 4922060 140736506518608 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12416/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100977 s]
/proc/loadavg: 3.76 3.95 3.90 2/170 12416
/proc/meminfo: memFree=7651412/32951124 swapFree=67049472/67111528
[pid=12416] ppid=12414 vsize=8700 CPUtime=0 cores=0-7
/proc/12416/stat : 12416 (priss.sh) S 12414 12416 12194 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 989555759 8908800 251 33554432000 4194304 4922060 140736506518608 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12416/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300981 s]
/proc/loadavg: 3.76 3.95 3.90 2/170 12416
/proc/meminfo: memFree=7651412/32951124 swapFree=67049472/67111528
[pid=12416] ppid=12414 vsize=8700 CPUtime=0 cores=0-7
/proc/12416/stat : 12416 (priss.sh) S 12414 12416 12194 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 989555759 8908800 251 33554432000 4194304 4922060 140736506518608 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12416/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700877 s]
/proc/loadavg: 3.76 3.95 3.90 2/170 12416
/proc/meminfo: memFree=7651412/32951124 swapFree=67049472/67111528
[pid=12416] ppid=12414 vsize=8700 CPUtime=0 cores=0-7
/proc/12416/stat : 12416 (priss.sh) S 12414 12416 12194 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 989555759 8908800 251 33554432000 4194304 4922060 140736506518608 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12416/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50074 s]
/proc/loadavg: 3.76 3.95 3.90 5/176 12422
/proc/meminfo: memFree=7569424/32951124 swapFree=67049472/67111528
[pid=12416] ppid=12414 vsize=8700 CPUtime=0 cores=0-7
/proc/12416/stat : 12416 (priss.sh) S 12414 12416 12194 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 989555759 8908800 251 33554432000 4194304 4922060 140736506518608 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12416/statm: 2175 251 211 178 0 68 0
[pid=12417] ppid=12416 vsize=321728 CPUtime=5.43 cores=0-7
/proc/12417/stat : 12417 (priss) S 12416 12416 12194 0 -1 4202496 43675 0 0 0 524 19 0 0 18 0 5 0 989555759 329449472 20420 33554432000 4194304 5787044 140736554919808 18446744073709551615 224296749489 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/12417/statm: 80432 20420 349 389 0 76182 0
[pid=12417/tid=12419] ppid=12416 vsize=321728 CPUtime=1.38 cores=0-7
/proc/12417/task/12419/stat : 12419 (priss) R 12416 12416 12194 0 -1 4202560 7119 0 0 0 135 3 0 0 19 0 5 0 989555766 329449472 20420 33554432000 4194304 5787044 140736554919808 18446744073709551615 4336744 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12417/tid=12420] ppid=12416 vsize=321728 CPUtime=1.25 cores=0-7
/proc/12417/task/12420/stat : 12420 (priss) R 12416 12416 12194 0 -1 4202560 7672 0 0 0 116 9 0 0 19 0 5 0 989555770 329449472 20420 33554432000 4194304 5787044 140736554919808 18446744073709551615 4336801 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=12417/tid=12421] ppid=12416 vsize=321728 CPUtime=1.31 cores=0-7
/proc/12417/task/12421/stat : 12421 (priss) R 12416 12416 12194 0 -1 4202560 7708 0 0 0 128 3 0 0 19 0 5 0 989555773 329449472 20420 33554432000 4194304 5787044 140736554919808 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=12417/tid=12422] ppid=12416 vsize=321728 CPUtime=1.29 cores=0-7
/proc/12417/task/12422/stat : 12422 (priss) R 12416 12416 12194 0 -1 4202560 7654 0 0 0 128 1 0 0 19 0 5 0 989555776 329449472 20420 33554432000 4194304 5787044 140736554919808 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.43
Current children cumulated vsize (KiB) 330428

[startup+3.10048 s]
/proc/loadavg: 3.76 3.95 3.90 5/176 12422
/proc/meminfo: memFree=7565084/32951124 swapFree=67049472/67111528
[pid=12416] ppid=12414 vsize=8700 CPUtime=0 cores=0-7
/proc/12416/stat : 12416 (priss.sh) S 12414 12416 12194 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 989555759 8908800 251 33554432000 4194304 4922060 140736506518608 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12416/statm: 2175 251 211 178 0 68 0
[pid=12417] ppid=12416 vsize=319632 CPUtime=11.82 cores=0-7
/proc/12417/stat : 12417 (priss) S 12416 12416 12194 0 -1 4202496 46086 0 0 0 1163 19 0 0 18 0 5 0 989555759 327303168 21787 33554432000 4194304 5787044 140736554919808 18446744073709551615 224296749489 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/12417/statm: 79908 21787 350 389 0 75658 0
[pid=12417/tid=12419] ppid=12416 vsize=319632 CPUtime=2.98 cores=0-7
/proc/12417/task/12419/stat : 12419 (priss) R 12416 12416 12194 0 -1 4202560 7556 0 0 0 295 3 0 0 19 0 5 0 989555766 327303168 21787 33554432000 4194304 5787044 140736554919808 18446744073709551615 4336688 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12417/tid=12420] ppid=12416 vsize=319632 CPUtime=2.85 cores=0-7
/proc/12417/task/12420/stat : 12420 (priss) R 12416 12416 12194 0 -1 4202560 8459 0 0 0 276 9 0 0 20 0 5 0 989555770 327303168 21787 33554432000 4194304 5787044 140736554919808 18446744073709551615 4336734 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=12417/tid=12421] ppid=12416 vsize=319632 CPUtime=2.91 cores=0-7
/proc/12417/task/12421/stat : 12421 (priss) R 12416 12416 12194 0 -1 4202560 8654 0 0 0 287 4 0 0 23 0 5 0 989555773 327303168 21787 33554432000 4194304 5787044 140736554919808 18446744073709551615 4336756 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=12417/tid=12422] ppid=12416 vsize=319632 CPUtime=2.89 cores=0-7
/proc/12417/task/12422/stat : 12422 (priss) R 12416 12416 12194 0 -1 4202560 7895 0 0 0 288 1 0 0 19 0 5 0 989555776 327303168 21787 33554432000 4194304 5787044 140736554919808 18446744073709551615 4336744 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 11.82
Current children cumulated vsize (KiB) 328332

[startup+6.30094 s]
/proc/loadavg: 3.86 3.97 3.91 5/176 12422
/proc/meminfo: memFree=7565580/32951124 swapFree=67049472/67111528
[pid=12416] ppid=12414 vsize=8700 CPUtime=0 cores=0-7
/proc/12416/stat : 12416 (priss.sh) S 12414 12416 12194 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 989555759 8908800 251 33554432000 4194304 4922060 140736506518608 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12416/statm: 2175 251 211 178 0 68 0
[pid=12417] ppid=12416 vsize=319632 CPUtime=24.62 cores=0-7
/proc/12417/stat : 12417 (priss) S 12416 12416 12194 0 -1 4202496 46086 0 0 0 2443 19 0 0 18 0 5 0 989555759 327303168 21787 33554432000 4194304 5787044 140736554919808 18446744073709551615 224296749489 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/12417/statm: 79908 21787 350 389 0 75658 0
[pid=12417/tid=12419] ppid=12416 vsize=319632 CPUtime=6.18 cores=0-7
/proc/12417/task/12419/stat : 12419 (priss) R 12416 12416 12194 0 -1 4202560 7556 0 0 0 615 3 0 0 25 0 5 0 989555766 327303168 21787 33554432000 4194304 5787044 140736554919808 18446744073709551615 4336560 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12417/tid=12420] ppid=12416 vsize=319632 CPUtime=6.05 cores=0-7
/proc/12417/task/12420/stat : 12420 (priss) R 12416 12416 12194 0 -1 4202560 8459 0 0 0 596 9 0 0 25 0 5 0 989555770 327303168 21787 33554432000 4194304 5787044 140736554919808 18446744073709551615 4336770 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=12417/tid=12421] ppid=12416 vsize=319632 CPUtime=6.12 cores=0-7
/proc/12417/task/12421/stat : 12421 (priss) R 12416 12416 12194 0 -1 4202560 8654 0 0 0 608 4 0 0 25 0 5 0 989555773 327303168 21787 33554432000 4194304 5787044 140736554919808 18446744073709551615 4336734 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=12417/tid=12422] ppid=12416 vsize=319632 CPUtime=6.09 cores=0-7
/proc/12417/task/12422/stat : 12422 (priss) R 12416 12416 12194 0 -1 4202560 7895 0 0 0 608 1 0 0 25 0 5 0 989555776 327303168 21787 33554432000 4194304 5787044 140736554919808 18446744073709551615 4336833 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.62
Current children cumulated vsize (KiB) 328332

[startup+12.7009 s]
/proc/loadavg: 3.87 3.97 3.91 5/176 12422
/proc/meminfo: memFree=7491540/32951124 swapFree=67049472/67111528
[pid=12416] ppid=12414 vsize=8700 CPUtime=0 cores=0-7
/proc/12416/stat : 12416 (priss.sh) S 12414 12416 12194 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 989555759 8908800 251 33554432000 4194304 4922060 140736506518608 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12416/statm: 2175 251 211 178 0 68 0
[pid=12417] ppid=12416 vsize=339204 CPUtime=50.21 cores=0-7
/proc/12417/stat : 12417 (priss) S 12416 12416 12194 0 -1 4202496 67954 0 0 0 4999 22 0 0 18 0 5 0 989555759 347344896 37001 33554432000 4194304 5787044 140736554919808 18446744073709551615 224296749489 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/12417/statm: 84801 37001 404 389 0 80551 0
[pid=12417/tid=12419] ppid=12416 vsize=339204 CPUtime=12.57 cores=0-7
/proc/12417/task/12419/stat : 12419 (priss) R 12416 12416 12194 0 -1 4202560 16134 0 0 0 1253 4 0 0 18 0 5 0 989555766 347344896 37001 33554432000 4194304 5787044 140736554919808 18446744073709551615 5586765 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12417/tid=12420] ppid=12416 vsize=339204 CPUtime=12.44 cores=0-7
/proc/12417/task/12420/stat : 12420 (priss) R 12416 12416 12194 0 -1 4202560 13470 0 0 0 1235 9 0 0 18 0 5 0 989555770 347344896 37001 33554432000 4194304 5787044 140736554919808 18446744073709551615 5590555 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=12417/tid=12421] ppid=12416 vsize=339204 CPUtime=12.51 cores=0-7
/proc/12417/task/12421/stat : 12421 (priss) R 12416 12416 12194 0 -1 4202560 12574 0 0 0 1247 4 0 0 21 0 5 0 989555773 347344896 37001 33554432000 4194304 5787044 140736554919808 18446744073709551615 224296751797 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=12417/tid=12422] ppid=12416 vsize=339204 CPUtime=12.49 cores=0-7
/proc/12417/task/12422/stat : 12422 (priss) R 12416 12416 12194 0 -1 4202560 12254 0 0 0 1248 1 0 0 18 0 5 0 989555776 347344896 37001 33554432000 4194304 5787044 140736554919808 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.21
Current children cumulated vsize (KiB) 347904

[startup+25.5007 s]
/proc/loadavg: 3.90 3.97 3.91 5/176 12422
/proc/meminfo: memFree=7476648/32951124 swapFree=67049472/67111528
[pid=12416] ppid=12414 vsize=8700 CPUtime=0 cores=0-7
/proc/12416/stat : 12416 (priss.sh) S 12414 12416 12194 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 989555759 8908800 251 33554432000 4194304 4922060 140736506518608 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12416/statm: 2175 251 211 178 0 68 0
[pid=12417] ppid=12416 vsize=340656 CPUtime=101.38 cores=0-7
/proc/12417/stat : 12417 (priss) S 12416 12416 12194 0 -1 4202496 77664 0 0 0 10110 28 0 0 18 0 5 0 989555759 348831744 44661 33554432000 4194304 5787044 140736554919808 18446744073709551615 224296749489 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/12417/statm: 85164 44661 417 389 0 80914 0
[pid=12417/tid=12419] ppid=12416 vsize=340656 CPUtime=25.37 cores=0-7
/proc/12417/task/12419/stat : 12419 (priss) R 12416 12416 12194 0 -1 4202560 16744 0 0 0 2532 5 0 0 18 0 5 0 989555766 348831744 44661 33554432000 4194304 5787044 140736554919808 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12417/tid=12420] ppid=12416 vsize=340656 CPUtime=25.23 cores=0-7
/proc/12417/task/12420/stat : 12420 (priss) R 12416 12416 12194 0 -1 4202560 14139 0 0 0 2512 11 0 0 19 0 5 0 989555770 348831744 44661 33554432000 4194304 5787044 140736554919808 18446744073709551615 224296733011 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=12417/tid=12421] ppid=12416 vsize=340656 CPUtime=25.3 cores=0-7
/proc/12417/task/12421/stat : 12421 (priss) R 12416 12416 12194 0 -1 4202560 17570 0 0 0 2524 6 0 0 25 0 5 0 989555773 348831744 44661 33554432000 4194304 5787044 140736554919808 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=12417/tid=12422] ppid=12416 vsize=340656 CPUtime=25.3 cores=0-7
/proc/12417/task/12422/stat : 12422 (priss) R 12416 12416 12194 0 -1 4202560 15689 0 0 0 2527 3 0 0 19 0 5 0 989555776 348831744 44661 33554432000 4194304 5787044 140736554919808 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.38
Current children cumulated vsize (KiB) 349356

[startup+51.1005 s]
/proc/loadavg: 3.93 3.97 3.91 5/176 12424
/proc/meminfo: memFree=7451808/32951124 swapFree=67049472/67111528
[pid=12416] ppid=12414 vsize=8700 CPUtime=0 cores=0-7
/proc/12416/stat : 12416 (priss.sh) S 12414 12416 12194 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 989555759 8908800 251 33554432000 4194304 4922060 140736506518608 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12416/statm: 2175 251 211 178 0 68 0
[pid=12417] ppid=12416 vsize=347000 CPUtime=203.76 cores=0-7
/proc/12417/stat : 12417 (priss) S 12416 12416 12194 0 -1 4202496 83872 0 0 0 20344 32 0 0 18 0 5 0 989555759 355328000 50869 33554432000 4194304 5787044 140736554919808 18446744073709551615 224296749489 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/12417/statm: 86750 50869 417 389 0 82500 0
[pid=12417/tid=12419] ppid=12416 vsize=347000 CPUtime=50.97 cores=0-7
/proc/12417/task/12419/stat : 12419 (priss) R 12416 12416 12194 0 -1 4202560 17999 0 0 0 5091 6 0 0 18 0 5 0 989555766 355328000 50869 33554432000 4194304 5787044 140736554919808 18446744073709551615 5591539 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12417/tid=12420] ppid=12416 vsize=347000 CPUtime=50.82 cores=0-7
/proc/12417/task/12420/stat : 12420 (priss) R 12416 12416 12194 0 -1 4202560 15929 0 0 0 5070 12 0 0 18 0 5 0 989555770 355328000 50869 33554432000 4194304 5787044 140736554919808 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=12417/tid=12421] ppid=12416 vsize=347000 CPUtime=50.9 cores=0-7
/proc/12417/task/12421/stat : 12421 (priss) R 12416 12416 12194 0 -1 4202560 19715 0 0 0 5082 8 0 0 25 0 5 0 989555773 355328000 50869 33554432000 4194304 5787044 140736554919808 18446744073709551615 5591727 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=12417/tid=12422] ppid=12416 vsize=347000 CPUtime=50.88 cores=0-7
/proc/12417/task/12422/stat : 12422 (priss) R 12416 12416 12194 0 -1 4202560 16707 0 0 0 5085 3 0 0 18 0 5 0 989555776 355328000 50869 33554432000 4194304 5787044 140736554919808 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.76
Current children cumulated vsize (KiB) 355700

[startup+102.307 s]
/proc/loadavg: 3.97 3.97 3.91 5/176 12424
/proc/meminfo: memFree=7401428/32951124 swapFree=67049472/67111528
[pid=12416] ppid=12414 vsize=8700 CPUtime=0 cores=0-7
/proc/12416/stat : 12416 (priss.sh) S 12414 12416 12194 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 989555759 8908800 251 33554432000 4194304 4922060 140736506518608 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12416/statm: 2175 251 211 178 0 68 0
[pid=12417] ppid=12416 vsize=366392 CPUtime=408.51 cores=0-7
/proc/12417/stat : 12417 (priss) S 12416 12416 12194 0 -1 4202496 96430 0 0 0 40803 48 0 0 18 0 5 0 989555759 375185408 63382 33554432000 4194304 5787044 140736554919808 18446744073709551615 224296749489 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/12417/statm: 91598 63382 417 389 0 87348 0
[pid=12417/tid=12419] ppid=12416 vsize=366392 CPUtime=102.15 cores=0-7
/proc/12417/task/12419/stat : 12419 (priss) R 12416 12416 12194 0 -1 4202560 21058 0 0 0 10206 9 0 0 19 0 5 0 989555766 375185408 63382 33554432000 4194304 5787044 140736554919808 18446744073709551615 4229309 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12417/tid=12420] ppid=12416 vsize=366392 CPUtime=101.99 cores=0-7
/proc/12417/task/12420/stat : 12420 (priss) R 12416 12416 12194 0 -1 4202560 19836 0 0 0 10178 21 0 0 18 0 5 0 989555770 375185408 63382 33554432000 4194304 5787044 140736554919808 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=12417/tid=12421] ppid=12416 vsize=366392 CPUtime=102.09 cores=0-7
/proc/12417/task/12421/stat : 12421 (priss) R 12416 12416 12194 0 -1 4202560 22385 0 0 0 10199 10 0 0 25 0 5 0 989555773 375185408 63382 33554432000 4194304 5787044 140736554919808 18446744073709551615 5588208 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=12417/tid=12422] ppid=12416 vsize=366392 CPUtime=102.08 cores=0-7

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

/proc/12417/task/12420/stat : 12420 (priss) R 12416 12416 12194 0 -1 4202560 129038 0 0 0 471774 299 0 0 25 0 5 0 989555770 2248265728 497680 33554432000 4194304 5787044 140736554919808 18446744073709551615 5591289 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=12417/tid=12421] ppid=12416 vsize=2195572 CPUtime=4721.78 cores=0-7
/proc/12417/task/12421/stat : 12421 (priss) R 12416 12416 12194 0 -1 4202560 139591 0 0 0 472031 147 0 0 25 0 5 0 989555773 2248265728 497680 33554432000 4194304 5787044 140736554919808 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=12417/tid=12422] ppid=12416 vsize=2195572 CPUtime=4721.9 cores=0-7
/proc/12417/task/12422/stat : 12422 (priss) R 12416 12416 12194 0 -1 4202560 145170 0 0 0 472030 160 0 0 25 0 5 0 989555776 2248265728 497680 33554432000 4194304 5787044 140736554919808 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 18886.4
Current children cumulated vsize (KiB) 2204272

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 12565
/proc/meminfo: memFree=5645068/32951124 swapFree=67049472/67111528
[pid=12416] ppid=12414 vsize=8700 CPUtime=0 cores=0-7
/proc/12416/stat : 12416 (priss.sh) S 12414 12416 12194 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 989555759 8908800 251 33554432000 4194304 4922060 140736506518608 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12416/statm: 2175 251 211 178 0 68 0
[pid=12417] ppid=12416 vsize=2208252 CPUtime=19126.4 cores=0-7
/proc/12417/stat : 12417 (priss) S 12416 12416 12194 0 -1 4202496 552535 0 0 0 1911899 737 0 0 18 0 5 0 989555759 2261250048 500927 33554432000 4194304 5787044 140736554919808 18446744073709551615 224296749489 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/12417/statm: 552063 500927 417 389 0 547813 0
[pid=12417/tid=12419] ppid=12416 vsize=2208252 CPUtime=4781.79 cores=0-7
/proc/12417/task/12419/stat : 12419 (priss) R 12416 12416 12194 0 -1 4202560 121968 0 0 0 478052 127 0 0 25 0 5 0 989555766 2261250048 500927 33554432000 4194304 5787044 140736554919808 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12417/tid=12420] ppid=12416 vsize=2208252 CPUtime=4780.72 cores=0-7
/proc/12417/task/12420/stat : 12420 (priss) R 12416 12416 12194 0 -1 4202560 132215 0 0 0 477771 301 0 0 18 0 5 0 989555770 2261250048 500927 33554432000 4194304 5787044 140736554919808 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=12417/tid=12421] ppid=12416 vsize=2208252 CPUtime=4781.78 cores=0-7
/proc/12417/task/12421/stat : 12421 (priss) R 12416 12416 12194 0 -1 4202560 139631 0 0 0 478031 147 0 0 25 0 5 0 989555773 2261250048 500927 33554432000 4194304 5787044 140736554919808 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=12417/tid=12422] ppid=12416 vsize=2208252 CPUtime=4781.9 cores=0-7
/proc/12417/task/12422/stat : 12422 (priss) R 12416 12416 12194 0 -1 4202560 145199 0 0 0 478030 160 0 0 25 0 5 0 989555776 2261250048 500927 33554432000 4194304 5787044 140736554919808 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19126.4
Current children cumulated vsize (KiB) 2216952

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 12567
/proc/meminfo: memFree=5631372/32951124 swapFree=67049472/67111528
[pid=12416] ppid=12414 vsize=8700 CPUtime=0 cores=0-7
/proc/12416/stat : 12416 (priss.sh) S 12414 12416 12194 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 989555759 8908800 251 33554432000 4194304 4922060 140736506518608 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12416/statm: 2175 251 211 178 0 68 0
[pid=12417] ppid=12416 vsize=2221320 CPUtime=19366.4 cores=0-7
/proc/12417/stat : 12417 (priss) S 12416 12416 12194 0 -1 4202496 555918 0 0 0 1935897 739 0 0 18 0 5 0 989555759 2274631680 504310 33554432000 4194304 5787044 140736554919808 18446744073709551615 224296749489 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/12417/statm: 555330 504310 417 389 0 551080 0
[pid=12417/tid=12419] ppid=12416 vsize=2221320 CPUtime=4841.79 cores=0-7
/proc/12417/task/12419/stat : 12419 (priss) R 12416 12416 12194 0 -1 4202560 121968 0 0 0 484052 127 0 0 23 0 5 0 989555766 2274631680 504310 33554432000 4194304 5787044 140736554919808 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12417/tid=12420] ppid=12416 vsize=2221320 CPUtime=4840.71 cores=0-7
/proc/12417/task/12420/stat : 12420 (priss) R 12416 12416 12194 0 -1 4202560 135276 0 0 0 483769 302 0 0 25 0 5 0 989555770 2274631680 504310 33554432000 4194304 5787044 140736554919808 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=12417/tid=12421] ppid=12416 vsize=2221320 CPUtime=4841.77 cores=0-7
/proc/12417/task/12421/stat : 12421 (priss) R 12416 12416 12194 0 -1 4202560 139891 0 0 0 484030 147 0 0 25 0 5 0 989555773 2274631680 504310 33554432000 4194304 5787044 140736554919808 18446744073709551615 5591573 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=12417/tid=12422] ppid=12416 vsize=2221320 CPUtime=4841.89 cores=0-7
/proc/12417/task/12422/stat : 12422 (priss) R 12416 12416 12194 0 -1 4202560 145261 0 0 0 484029 160 0 0 25 0 5 0 989555776 2274631680 504310 33554432000 4194304 5787044 140736554919808 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19366.4
Current children cumulated vsize (KiB) 2230020

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 12567
/proc/meminfo: memFree=5618536/32951124 swapFree=67049472/67111528
[pid=12416] ppid=12414 vsize=8700 CPUtime=0 cores=0-7
/proc/12416/stat : 12416 (priss.sh) S 12414 12416 12194 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 989555759 8908800 251 33554432000 4194304 4922060 140736506518608 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12416/statm: 2175 251 211 178 0 68 0
[pid=12417] ppid=12416 vsize=2233728 CPUtime=19606.4 cores=0-7
/proc/12417/stat : 12417 (priss) S 12416 12416 12194 0 -1 4202496 559166 0 0 0 1959895 741 0 0 18 0 5 0 989555759 2287337472 507558 33554432000 4194304 5787044 140736554919808 18446744073709551615 224296749489 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/12417/statm: 558432 507558 417 389 0 554182 0
[pid=12417/tid=12419] ppid=12416 vsize=2233728 CPUtime=4901.79 cores=0-7
/proc/12417/task/12419/stat : 12419 (priss) R 12416 12416 12194 0 -1 4202560 121970 0 0 0 490052 127 0 0 25 0 5 0 989555766 2287337472 507558 33554432000 4194304 5787044 140736554919808 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12417/tid=12420] ppid=12416 vsize=2233728 CPUtime=4900.71 cores=0-7
/proc/12417/task/12420/stat : 12420 (priss) R 12416 12416 12194 0 -1 4202560 137863 0 0 0 489768 303 0 0 25 0 5 0 989555770 2287337472 507558 33554432000 4194304 5787044 140736554919808 18446744073709551615 5591328 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=12417/tid=12421] ppid=12416 vsize=2233728 CPUtime=4901.78 cores=0-7
/proc/12417/task/12421/stat : 12421 (priss) R 12416 12416 12194 0 -1 4202560 140513 0 0 0 490030 148 0 0 25 0 5 0 989555773 2287337472 507558 33554432000 4194304 5787044 140736554919808 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=12417/tid=12422] ppid=12416 vsize=2233728 CPUtime=4901.89 cores=0-7
/proc/12417/task/12422/stat : 12422 (priss) R 12416 12416 12194 0 -1 4202560 145298 0 0 0 490029 160 0 0 25 0 5 0 989555776 2287337472 507558 33554432000 4194304 5787044 140736554919808 18446744073709551615 5527568 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19606.4
Current children cumulated vsize (KiB) 2242428

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 12569
/proc/meminfo: memFree=5605204/32951124 swapFree=67049472/67111528
[pid=12416] ppid=12414 vsize=8700 CPUtime=0 cores=0-7
/proc/12416/stat : 12416 (priss.sh) S 12414 12416 12194 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 989555759 8908800 251 33554432000 4194304 4922060 140736506518608 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12416/statm: 2175 251 211 178 0 68 0
[pid=12417] ppid=12416 vsize=2245872 CPUtime=19846.4 cores=0-7
/proc/12417/stat : 12417 (priss) S 12416 12416 12194 0 -1 4202496 562423 0 0 0 1983893 743 0 0 18 0 5 0 989555759 2299772928 510815 33554432000 4194304 5787044 140736554919808 18446744073709551615 224296749489 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/12417/statm: 561468 510815 417 389 0 557218 0
[pid=12417/tid=12419] ppid=12416 vsize=2245872 CPUtime=4961.79 cores=0-7
/proc/12417/task/12419/stat : 12419 (priss) R 12416 12416 12194 0 -1 4202560 122864 0 0 0 496051 128 0 0 25 0 5 0 989555766 2299772928 510815 33554432000 4194304 5787044 140736554919808 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12417/tid=12420] ppid=12416 vsize=2245872 CPUtime=4960.71 cores=0-7
/proc/12417/task/12420/stat : 12420 (priss) R 12416 12416 12194 0 -1 4202560 140005 0 0 0 495767 304 0 0 25 0 5 0 989555770 2299772928 510815 33554432000 4194304 5787044 140736554919808 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=12417/tid=12421] ppid=12416 vsize=2245872 CPUtime=4961.78 cores=0-7
/proc/12417/task/12421/stat : 12421 (priss) R 12416 12416 12194 0 -1 4202560 140685 0 0 0 496030 148 0 0 25 0 5 0 989555773 2299772928 510815 33554432000 4194304 5787044 140736554919808 18446744073709551615 4238753 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=12417/tid=12422] ppid=12416 vsize=2245872 CPUtime=4961.89 cores=0-7
/proc/12417/task/12422/stat : 12422 (priss) R 12416 12416 12194 0 -1 4202560 145347 0 0 0 496029 160 0 0 25 0 5 0 989555776 2299772928 510815 33554432000 4194304 5787044 140736554919808 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19846.4
Current children cumulated vsize (KiB) 2254572

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 12571
/proc/meminfo: memFree=5588164/32951124 swapFree=67049472/67111528
[pid=12416] ppid=12414 vsize=8700 CPUtime=0 cores=0-7
/proc/12416/stat : 12416 (priss.sh) S 12414 12416 12194 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 989555759 8908800 251 33554432000 4194304 4922060 140736506518608 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12416/statm: 2175 251 211 178 0 68 0
[pid=12417] ppid=12416 vsize=2258016 CPUtime=20086.4 cores=0-7
/proc/12417/stat : 12417 (priss) S 12416 12416 12194 0 -1 4202496 566795 0 0 0 2007890 747 0 0 18 0 5 0 989555759 2312208384 515187 33554432000 4194304 5787044 140736554919808 18446744073709551615 224296749489 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/12417/statm: 564504 515187 417 389 0 560254 0
[pid=12417/tid=12419] ppid=12416 vsize=2258016 CPUtime=5021.79 cores=0-7
/proc/12417/task/12419/stat : 12419 (priss) R 12416 12416 12194 0 -1 4202560 125901 0 0 0 502048 131 0 0 25 0 5 0 989555766 2312208384 515187 33554432000 4194304 5787044 140736554919808 18446744073709551615 5586709 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12417/tid=12420] ppid=12416 vsize=2258016 CPUtime=5020.71 cores=0-7
/proc/12417/task/12420/stat : 12420 (priss) R 12416 12416 12194 0 -1 4202560 141033 0 0 0 501767 304 0 0 25 0 5 0 989555770 2312208384 515187 33554432000 4194304 5787044 140736554919808 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=12417/tid=12421] ppid=12416 vsize=2258016 CPUtime=5021.78 cores=0-7
/proc/12417/task/12421/stat : 12421 (priss) R 12416 12416 12194 0 -1 4202560 140882 0 0 0 502030 148 0 0 25 0 5 0 989555773 2312208384 515187 33554432000 4194304 5787044 140736554919808 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=12417/tid=12422] ppid=12416 vsize=2258016 CPUtime=5021.9 cores=0-7
/proc/12417/task/12422/stat : 12422 (priss) R 12416 12416 12194 0 -1 4202560 145457 0 0 0 502029 161 0 0 25 0 5 0 989555776 2312208384 515187 33554432000 4194304 5787044 140736554919808 18446744073709551615 5527587 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20086.4
Current children cumulated vsize (KiB) 2266716

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 12573
/proc/meminfo: memFree=5570120/32951124 swapFree=67049472/67111528
[pid=12416] ppid=12414 vsize=8700 CPUtime=0 cores=0-7
/proc/12416/stat : 12416 (priss.sh) S 12414 12416 12194 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 989555759 8908800 251 33554432000 4194304 4922060 140736506518608 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12416/statm: 2175 251 211 178 0 68 0
[pid=12417] ppid=12416 vsize=2270292 CPUtime=20326.4 cores=0-7
/proc/12417/stat : 12417 (priss) S 12416 12416 12194 0 -1 4202496 571196 0 0 0 2031887 750 0 0 18 0 5 0 989555759 2324779008 519588 33554432000 4194304 5787044 140736554919808 18446744073709551615 224296749489 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/12417/statm: 567573 519588 417 389 0 563323 0
[pid=12417/tid=12419] ppid=12416 vsize=2270292 CPUtime=5081.79 cores=0-7
/proc/12417/task/12419/stat : 12419 (priss) R 12416 12416 12194 0 -1 4202560 127307 0 0 0 508046 133 0 0 19 0 5 0 989555766 2324779008 519588 33554432000 4194304 5787044 140736554919808 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12417/tid=12420] ppid=12416 vsize=2270292 CPUtime=5080.71 cores=0-7
/proc/12417/task/12420/stat : 12420 (priss) R 12416 12416 12194 0 -1 4202560 142720 0 0 0 507766 305 0 0 25 0 5 0 989555770 2324779008 519588 33554432000 4194304 5787044 140736554919808 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=12417/tid=12421] ppid=12416 vsize=2270292 CPUtime=5081.78 cores=0-7
/proc/12417/task/12421/stat : 12421 (priss) R 12416 12416 12194 0 -1 4202560 141023 0 0 0 508030 148 0 0 25 0 5 0 989555773 2324779008 519588 33554432000 4194304 5787044 140736554919808 18446744073709551615 5591573 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=12417/tid=12422] ppid=12416 vsize=2270292 CPUtime=5081.9 cores=0-7
/proc/12417/task/12422/stat : 12422 (priss) R 12416 12416 12194 0 -1 4202560 146624 0 0 0 508029 161 0 0 25 0 5 0 989555776 2324779008 519588 33554432000 4194304 5787044 140736554919808 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20326.4
Current children cumulated vsize (KiB) 2278992



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 12573
/proc/meminfo: memFree=5566504/32951124 swapFree=67049472/67111528
[pid=12416] ppid=12414 vsize=8700 CPUtime=0 cores=0-7
/proc/12416/stat : 12416 (priss.sh) S 12414 12416 12194 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 989555759 8908800 251 33554432000 4194304 4922060 140736506518608 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12416/statm: 2175 251 211 178 0 68 0
[pid=12417] ppid=12416 vsize=2273724 CPUtime=20397.2 cores=0-7
/proc/12417/stat : 12417 (priss) S 12416 12416 12194 0 -1 4202496 572110 0 0 0 2038969 750 0 0 18 0 5 0 989555759 2328293376 520502 33554432000 4194304 5787044 140736554919808 18446744073709551615 224296749489 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/12417/statm: 568431 520502 417 389 0 564181 0
[pid=12417/tid=12419] ppid=12416 vsize=2273724 CPUtime=5099.5 cores=0-7
/proc/12417/task/12419/stat : 12419 (priss) R 12416 12416 12194 0 -1 4202560 127311 0 0 0 509817 133 0 0 25 0 5 0 989555766 2328293376 520502 33554432000 4194304 5787044 140736554919808 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12417/tid=12420] ppid=12416 vsize=2273724 CPUtime=5098.42 cores=0-7
/proc/12417/task/12420/stat : 12420 (priss) R 12416 12416 12194 0 -1 4202560 143585 0 0 0 509536 306 0 0 25 0 5 0 989555770 2328293376 520502 33554432000 4194304 5787044 140736554919808 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=12417/tid=12421] ppid=12416 vsize=2273724 CPUtime=5099.48 cores=0-7
/proc/12417/task/12421/stat : 12421 (priss) R 12416 12416 12194 0 -1 4202560 141039 0 0 0 509800 148 0 0 25 0 5 0 989555773 2328293376 520502 33554432000 4194304 5787044 140736554919808 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=12417/tid=12422] ppid=12416 vsize=2273724 CPUtime=5099.61 cores=0-7
/proc/12417/task/12422/stat : 12422 (priss) R 12416 12416 12194 0 -1 4202560 146653 0 0 0 509800 161 0 0 21 0 5 0 989555776 2328293376 520502 33554432000 4194304 5787044 140736554919808 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20397.2
Current children cumulated vsize (KiB) 2282424

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 12416 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 20397.2
#
# 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): 20397.2
CPU user time (s): 20389.7
CPU system time (s): 7.5
CPU usage (%): 399.944
Max. virtual memory (cumulated for all children) (KiB): 2282424

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.23475 second user time and 19.589 second system time

The end

Launcher Data

Begin job on node118 at 2011-06-13 21:27:31
IDJOB=3499239
IDBENCH=71549
IDSOLVER=1994
FILE ID=node118/3499239-1307993251
RUNJOBID= node118-1307988148-12208
PBS_JOBID= 13559805
Free space on /tmp= 18216 MiB

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

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

MD5SUM BENCH= cef3d3066fec910e94448f2404c09548
RANDOM SEED=1930961156

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:       7651964 kB
Buffers:        161596 kB
Cached:       24300896 kB
SwapCached:      14336 kB
Active:        8946044 kB
Inactive:     15534468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       7651964 kB
SwapTotal:    67111528 kB
SwapFree:     67049472 kB
Dirty:            5076 kB
Writeback:           0 kB
AnonPages:       16880 kB
Mapped:           8808 kB
Slab:           752412 kB
PageTables:       4284 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   189892 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 22:52:33