Trace number 3499167

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

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v2400c266431g3.cnf
MD5SUM231f625a25c77518fbce98fe99f807b5
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: 10785
0.00/0.06	c parsetime: 57216us
0.00/0.06	c parsed 266431 clauses with 2400 variables
0.00/0.07	c NW started thread 0 successfully (1099729216)
0.00/0.11	c NW started thread 1 successfully (1114720576)
0.00/0.14	c NW started thread 2 successfully (1088149824)
0.00/0.18	c NW started thread 3 successfully (1125210432)
42.75/10.95	c preprocessor returned 10005 variables
42.75/10.95	c preprocessing returned UNKNOWN
42.75/10.95	c PP set 0 variables
42.75/10.95	c pp time: 10835538us (10s)
43.16/11.07	c preprocessor returned 10005 variables
43.16/11.07	c preprocessing returned UNKNOWN
43.16/11.07	c PP set 0 variables
43.16/11.07	c pp time: 10994767us (10s)
43.53/11.17	c preprocessor returned 10005 variables
43.53/11.17	c preprocessing returned UNKNOWN
43.53/11.17	c PP set 0 variables
43.53/11.17	c pp time: 11028444us (11s)
77.13/19.58	c preprocessor returned 30023 variables
77.13/19.58	c preprocessing returned UNKNOWN
77.13/19.58	c PP set 0 variables
77.13/19.58	c pp time: 19396055us (19s)
10116.90/2529.68	c HTE
10148.10/2537.44	c subsumption
10540.53/2635.53	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-3499167-1307987735/watcher-3499167-1307987735 -o /tmp/evaluation-result-3499167-1307987735/solver-3499167-1307987735 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499167-1307987735.cnf 2098844881 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.92 1.98 1.97 1/170 10784
/proc/meminfo: memFree=4129796/32951124 swapFree=67050916/67111528
[pid=10784] ppid=10782 vsize=8700 CPUtime=0 cores=0-7
/proc/10784/stat : 10784 (priss.sh) S 10782 10784 10711 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 891189778 8908800 251 33554432000 4194304 4922060 140737477925568 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10784/statm: 2175 251 211 178 0 68 0

[startup+0.080424 s]
/proc/loadavg: 1.92 1.98 1.97 1/170 10784
/proc/meminfo: memFree=4129796/32951124 swapFree=67050916/67111528
[pid=10784] ppid=10782 vsize=8700 CPUtime=0 cores=0-7
/proc/10784/stat : 10784 (priss.sh) S 10782 10784 10711 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 891189778 8908800 251 33554432000 4194304 4922060 140737477925568 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10784/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100428 s]
/proc/loadavg: 1.92 1.98 1.97 1/170 10784
/proc/meminfo: memFree=4129796/32951124 swapFree=67050916/67111528
[pid=10784] ppid=10782 vsize=8700 CPUtime=0 cores=0-7
/proc/10784/stat : 10784 (priss.sh) S 10782 10784 10711 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 891189778 8908800 251 33554432000 4194304 4922060 140737477925568 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10784/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300413 s]
/proc/loadavg: 1.92 1.98 1.97 1/170 10784
/proc/meminfo: memFree=4129796/32951124 swapFree=67050916/67111528
[pid=10784] ppid=10782 vsize=8700 CPUtime=0 cores=0-7
/proc/10784/stat : 10784 (priss.sh) S 10782 10784 10711 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 891189778 8908800 251 33554432000 4194304 4922060 140737477925568 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10784/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700316 s]
/proc/loadavg: 1.92 1.98 1.97 1/170 10784
/proc/meminfo: memFree=4129796/32951124 swapFree=67050916/67111528
[pid=10784] ppid=10782 vsize=8700 CPUtime=0 cores=0-7
/proc/10784/stat : 10784 (priss.sh) S 10782 10784 10711 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 891189778 8908800 251 33554432000 4194304 4922060 140737477925568 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10784/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50117 s]
/proc/loadavg: 1.92 1.98 1.97 5/176 10790
/proc/meminfo: memFree=4046816/32951124 swapFree=67050916/67111528
[pid=10784] ppid=10782 vsize=8700 CPUtime=0 cores=0-7
/proc/10784/stat : 10784 (priss.sh) S 10782 10784 10711 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 891189778 8908800 251 33554432000 4194304 4922060 140737477925568 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10784/statm: 2175 251 211 178 0 68 0
[pid=10785] ppid=10784 vsize=323948 CPUtime=5.15 cores=0-7
/proc/10785/stat : 10785 (priss) S 10784 10784 10711 0 -1 4202496 43948 0 0 0 496 19 0 0 18 0 5 0 891189778 331722752 21498 33554432000 4194304 5787044 140736201750480 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/10785/statm: 80987 21498 350 389 0 76737 0
[pid=10785/tid=10787] ppid=10784 vsize=323948 CPUtime=1.29 cores=0-7
/proc/10785/task/10787/stat : 10787 (priss) R 10784 10784 10711 0 -1 4202560 8222 0 0 0 126 3 0 0 18 0 5 0 891189785 331722752 21498 33554432000 4194304 5787044 140736201750480 18446744073709551615 4336763 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=10785/tid=10788] ppid=10784 vsize=323948 CPUtime=1.26 cores=0-7
/proc/10785/task/10788/stat : 10788 (priss) R 10784 10784 10711 0 -1 4202560 8393 0 0 0 118 8 0 0 18 0 5 0 891189789 331722752 21498 33554432000 4194304 5787044 140736201750480 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=10785/tid=10789] ppid=10784 vsize=323948 CPUtime=1.2 cores=0-7
/proc/10785/task/10789/stat : 10789 (priss) R 10784 10784 10711 0 -1 4202560 8050 0 0 0 114 6 0 0 19 0 5 0 891189792 331722752 21498 33554432000 4194304 5787044 140736201750480 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=10785/tid=10790] ppid=10784 vsize=323948 CPUtime=1.2 cores=0-7
/proc/10785/task/10790/stat : 10790 (priss) R 10784 10784 10711 0 -1 4202560 5755 0 0 0 120 0 0 0 19 0 5 0 891189796 331722752 21498 33554432000 4194304 5787044 140736201750480 18446744073709551615 4336744 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.15
Current children cumulated vsize (KiB) 332648

[startup+3.10089 s]
/proc/loadavg: 1.92 1.98 1.97 5/176 10790
/proc/meminfo: memFree=4039996/32951124 swapFree=67050916/67111528
[pid=10784] ppid=10782 vsize=8700 CPUtime=0 cores=0-7
/proc/10784/stat : 10784 (priss.sh) S 10782 10784 10711 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 891189778 8908800 251 33554432000 4194304 4922060 140737477925568 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10784/statm: 2175 251 211 178 0 68 0
[pid=10785] ppid=10784 vsize=321860 CPUtime=11.54 cores=0-7
/proc/10785/stat : 10785 (priss) S 10784 10784 10711 0 -1 4202496 45580 0 0 0 1135 19 0 0 18 0 5 0 891189778 329584640 22608 33554432000 4194304 5787044 140736201750480 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/10785/statm: 80465 22608 350 389 0 76215 0
[pid=10785/tid=10787] ppid=10784 vsize=321860 CPUtime=2.89 cores=0-7
/proc/10785/task/10787/stat : 10787 (priss) R 10784 10784 10711 0 -1 4202560 8657 0 0 0 286 3 0 0 20 0 5 0 891189785 329584640 22608 33554432000 4194304 5787044 140736201750480 18446744073709551615 4336131 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=10785/tid=10788] ppid=10784 vsize=321860 CPUtime=2.86 cores=0-7
/proc/10785/task/10788/stat : 10788 (priss) R 10784 10784 10711 0 -1 4202560 8808 0 0 0 278 8 0 0 20 0 5 0 891189789 329584640 22608 33554432000 4194304 5787044 140736201750480 18446744073709551615 4336773 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=10785/tid=10789] ppid=10784 vsize=321860 CPUtime=2.8 cores=0-7
/proc/10785/task/10789/stat : 10789 (priss) R 10784 10784 10711 0 -1 4202560 8832 0 0 0 274 6 0 0 20 0 5 0 891189792 329584640 22608 33554432000 4194304 5787044 140736201750480 18446744073709551615 4336688 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=10785/tid=10790] ppid=10784 vsize=321860 CPUtime=2.8 cores=0-7
/proc/10785/task/10790/stat : 10790 (priss) R 10784 10784 10711 0 -1 4202560 5755 0 0 0 280 0 0 0 20 0 5 0 891189796 329584640 22608 33554432000 4194304 5787044 140736201750480 18446744073709551615 4336744 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.54
Current children cumulated vsize (KiB) 330560

[startup+6.30031 s]
/proc/loadavg: 2.09 2.02 1.98 5/176 10791
/proc/meminfo: memFree=4040548/32951124 swapFree=67050916/67111528
[pid=10784] ppid=10782 vsize=8700 CPUtime=0 cores=0-7
/proc/10784/stat : 10784 (priss.sh) S 10782 10784 10711 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 891189778 8908800 251 33554432000 4194304 4922060 140737477925568 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10784/statm: 2175 251 211 178 0 68 0
[pid=10785] ppid=10784 vsize=321860 CPUtime=24.34 cores=0-7
/proc/10785/stat : 10785 (priss) S 10784 10784 10711 0 -1 4202496 45580 0 0 0 2415 19 0 0 18 0 5 0 891189778 329584640 22608 33554432000 4194304 5787044 140736201750480 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/10785/statm: 80465 22608 350 389 0 76215 0
[pid=10785/tid=10787] ppid=10784 vsize=321860 CPUtime=6.09 cores=0-7
/proc/10785/task/10787/stat : 10787 (priss) R 10784 10784 10711 0 -1 4202560 8657 0 0 0 606 3 0 0 25 0 5 0 891189785 329584640 22608 33554432000 4194304 5787044 140736201750480 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=10785/tid=10788] ppid=10784 vsize=321860 CPUtime=6.06 cores=0-7
/proc/10785/task/10788/stat : 10788 (priss) R 10784 10784 10711 0 -1 4202560 8808 0 0 0 598 8 0 0 25 0 5 0 891189789 329584640 22608 33554432000 4194304 5787044 140736201750480 18446744073709551615 4336269 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=10785/tid=10789] ppid=10784 vsize=321860 CPUtime=6 cores=0-7
/proc/10785/task/10789/stat : 10789 (priss) R 10784 10784 10711 0 -1 4202560 8832 0 0 0 594 6 0 0 25 0 5 0 891189792 329584640 22608 33554432000 4194304 5787044 140736201750480 18446744073709551615 4336773 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=10785/tid=10790] ppid=10784 vsize=321860 CPUtime=6 cores=0-7
/proc/10785/task/10790/stat : 10790 (priss) R 10784 10784 10711 0 -1 4202560 5755 0 0 0 600 0 0 0 25 0 5 0 891189796 329584640 22608 33554432000 4194304 5787044 140736201750480 18446744073709551615 4336157 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.34
Current children cumulated vsize (KiB) 330560

[startup+12.7012 s]
/proc/loadavg: 2.24 2.05 2.00 5/176 10791
/proc/meminfo: memFree=4002144/32951124 swapFree=67050916/67111528
[pid=10784] ppid=10782 vsize=8700 CPUtime=0 cores=0-7
/proc/10784/stat : 10784 (priss.sh) S 10782 10784 10711 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 891189778 8908800 251 33554432000 4194304 4922060 140737477925568 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10784/statm: 2175 251 211 178 0 68 0
[pid=10785] ppid=10784 vsize=333344 CPUtime=49.93 cores=0-7
/proc/10785/stat : 10785 (priss) S 10784 10784 10711 0 -1 4202496 74050 0 0 0 4960 33 0 0 18 0 5 0 891189778 341344256 33005 33554432000 4194304 5787044 140736201750480 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/10785/statm: 83336 33005 404 389 0 79086 0
[pid=10785/tid=10787] ppid=10784 vsize=333344 CPUtime=12.49 cores=0-7
/proc/10785/task/10787/stat : 10787 (priss) R 10784 10784 10711 0 -1 4202560 18144 0 0 0 1245 4 0 0 18 0 5 0 891189785 341344256 33005 33554432000 4194304 5787044 140736201750480 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=10785/tid=10788] ppid=10784 vsize=333344 CPUtime=12.46 cores=0-7
/proc/10785/task/10788/stat : 10788 (priss) R 10784 10784 10711 0 -1 4202560 18047 0 0 0 1228 18 0 0 20 0 5 0 891189789 341344256 33005 33554432000 4194304 5787044 140736201750480 18446744073709551615 4254572 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=10785/tid=10789] ppid=10784 vsize=333344 CPUtime=12.4 cores=0-7
/proc/10785/task/10789/stat : 10789 (priss) R 10784 10784 10711 0 -1 4202560 17071 0 0 0 1232 8 0 0 18 0 5 0 891189792 341344256 33005 33554432000 4194304 5787044 140736201750480 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=10785/tid=10790] ppid=10784 vsize=333344 CPUtime=12.39 cores=0-7
/proc/10785/task/10790/stat : 10790 (priss) R 10784 10784 10711 0 -1 4202560 7260 0 0 0 1239 0 0 0 18 0 5 0 891189796 341344256 33005 33554432000 4194304 5787044 140736201750480 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 49.93
Current children cumulated vsize (KiB) 342044

[startup+25.5009 s]
/proc/loadavg: 2.63 2.14 2.03 5/176 10791
/proc/meminfo: memFree=3972664/32951124 swapFree=67050916/67111528
[pid=10784] ppid=10782 vsize=8700 CPUtime=0 cores=0-7
/proc/10784/stat : 10784 (priss.sh) S 10782 10784 10711 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 891189778 8908800 251 33554432000 4194304 4922060 140737477925568 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10784/statm: 2175 251 211 178 0 68 0
[pid=10785] ppid=10784 vsize=345384 CPUtime=101.12 cores=0-7
/proc/10785/stat : 10785 (priss) S 10784 10784 10711 0 -1 4202496 87631 0 0 0 10075 37 0 0 18 0 5 0 891189778 353673216 40900 33554432000 4194304 5787044 140736201750480 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/10785/statm: 86346 40900 417 389 0 82096 0
[pid=10785/tid=10787] ppid=10784 vsize=345384 CPUtime=25.28 cores=0-7
/proc/10785/task/10787/stat : 10787 (priss) R 10784 10784 10711 0 -1 4202560 19835 0 0 0 2523 5 0 0 18 0 5 0 891189785 353673216 40900 33554432000 4194304 5787044 140736201750480 18446744073709551615 5590555 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=10785/tid=10788] ppid=10784 vsize=345384 CPUtime=25.25 cores=0-7
/proc/10785/task/10788/stat : 10788 (priss) R 10784 10784 10711 0 -1 4202560 19696 0 0 0 2506 19 0 0 25 0 5 0 891189789 353673216 40900 33554432000 4194304 5787044 140736201750480 18446744073709551615 5590283 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=10785/tid=10789] ppid=10784 vsize=345384 CPUtime=25.2 cores=0-7
/proc/10785/task/10789/stat : 10789 (priss) R 10784 10784 10711 0 -1 4202560 18670 0 0 0 2511 9 0 0 18 0 5 0 891189792 353673216 40900 33554432000 4194304 5787044 140736201750480 18446744073709551615 5591666 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=10785/tid=10790] ppid=10784 vsize=345384 CPUtime=25.2 cores=0-7
/proc/10785/task/10790/stat : 10790 (priss) R 10784 10784 10711 0 -1 4202560 15902 0 0 0 2519 1 0 0 19 0 5 0 891189796 353673216 40900 33554432000 4194304 5787044 140736201750480 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.12
Current children cumulated vsize (KiB) 354084

[startup+51.1003 s]
/proc/loadavg: 3.10 2.29 2.08 5/176 10792
/proc/meminfo: memFree=3930604/32951124 swapFree=67050916/67111528
[pid=10784] ppid=10782 vsize=8700 CPUtime=0 cores=0-7
/proc/10784/stat : 10784 (priss.sh) S 10782 10784 10711 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 891189778 8908800 251 33554432000 4194304 4922060 140737477925568 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10784/statm: 2175 251 211 178 0 68 0
[pid=10785] ppid=10784 vsize=357048 CPUtime=203.51 cores=0-7
/proc/10785/stat : 10785 (priss) S 10784 10784 10711 0 -1 4202496 98034 0 0 0 20309 42 0 0 18 0 5 0 891189778 365617152 51302 33554432000 4194304 5787044 140736201750480 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/10785/statm: 89262 51302 417 389 0 85012 0
[pid=10785/tid=10787] ppid=10784 vsize=357048 CPUtime=50.88 cores=0-7
/proc/10785/task/10787/stat : 10787 (priss) R 10784 10784 10711 0 -1 4202560 22328 0 0 0 5082 6 0 0 18 0 5 0 891189785 365617152 51302 33554432000 4194304 5787044 140736201750480 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=10785/tid=10788] ppid=10784 vsize=357048 CPUtime=50.85 cores=0-7
/proc/10785/task/10788/stat : 10788 (priss) R 10784 10784 10711 0 -1 4202560 22196 0 0 0 5064 21 0 0 18 0 5 0 891189789 365617152 51302 33554432000 4194304 5787044 140736201750480 18446744073709551615 212039760415 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=10785/tid=10789] ppid=10784 vsize=357048 CPUtime=50.8 cores=0-7
/proc/10785/task/10789/stat : 10789 (priss) R 10784 10784 10711 0 -1 4202560 22214 0 0 0 5070 10 0 0 18 0 5 0 891189792 365617152 51302 33554432000 4194304 5787044 140736201750480 18446744073709551615 5588013 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=10785/tid=10790] ppid=10784 vsize=357048 CPUtime=50.79 cores=0-7
/proc/10785/task/10790/stat : 10790 (priss) R 10784 10784 10711 0 -1 4202560 17768 0 0 0 5077 2 0 0 25 0 5 0 891189796 365617152 51302 33554432000 4194304 5787044 140736201750480 18446744073709551615 5527037 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.51
Current children cumulated vsize (KiB) 365748

[startup+102.306 s]
/proc/loadavg: 3.61 2.55 2.18 5/176 10793
/proc/meminfo: memFree=3868796/32951124 swapFree=67050916/67111528
[pid=10784] ppid=10782 vsize=8700 CPUtime=0 cores=0-7
/proc/10784/stat : 10784 (priss.sh) S 10782 10784 10711 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 891189778 8908800 251 33554432000 4194304 4922060 140737477925568 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10784/statm: 2175 251 211 178 0 68 0
[pid=10785] ppid=10784 vsize=377244 CPUtime=408.28 cores=0-7
/proc/10785/stat : 10785 (priss) S 10784 10784 10711 0 -1 4202496 113380 0 0 0 40760 68 0 0 18 0 5 0 891189778 386297856 66582 33554432000 4194304 5787044 140736201750480 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/10785/statm: 94311 66582 417 389 0 90061 0
[pid=10785/tid=10787] ppid=10784 vsize=377244 CPUtime=102.08 cores=0-7
/proc/10785/task/10787/stat : 10787 (priss) R 10784 10784 10711 0 -1 4202560 27674 0 0 0 10195 13 0 0 18 0 5 0 891189785 386297856 66582 33554432000 4194304 5787044 140736201750480 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=10785/tid=10788] ppid=10784 vsize=377244 CPUtime=102.04 cores=0-7
/proc/10785/task/10788/stat : 10788 (priss) R 10784 10784 10711 0 -1 4202560 25548 0 0 0 10172 32 0 0 25 0 5 0 891189789 386297856 66582 33554432000 4194304 5787044 140736201750480 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=10785/tid=10789] ppid=10784 vsize=377244 CPUtime=101.99 cores=0-7
/proc/10785/task/10789/stat : 10789 (priss) R 10784 10784 10711 0 -1 4202560 25932 0 0 0 10182 17 0 0 18 0 5 0 891189792 386297856 66582 33554432000 4194304 5787044 140736201750480 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=10785/tid=10790] ppid=10784 vsize=377244 CPUtime=101.98 cores=0-7

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

/proc/10785/task/10788/stat : 10788 (priss) R 10784 10784 10711 0 -1 4202560 168176 0 0 0 471731 461 0 0 25 0 5 0 891189789 2586619904 589080 33554432000 4194304 5787044 140736201750480 18446744073709551615 5591727 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=10785/tid=10789] ppid=10784 vsize=2525996 CPUtime=4721.83 cores=0-7
/proc/10785/task/10789/stat : 10789 (priss) R 10784 10784 10711 0 -1 4202560 169659 0 0 0 471567 616 0 0 25 0 5 0 891189792 2586619904 589080 33554432000 4194304 5787044 140736201750480 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=10785/tid=10790] ppid=10784 vsize=2525996 CPUtime=4721.82 cores=0-7
/proc/10785/task/10790/stat : 10790 (priss) R 10784 10784 10711 0 -1 4202560 129816 0 0 0 472124 58 0 0 25 0 5 0 891189796 2586619904 589080 33554432000 4194304 5787044 140736201750480 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 18887.7
Current children cumulated vsize (KiB) 2534696

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 10939
/proc/meminfo: memFree=1757432/32951124 swapFree=67050916/67111528
[pid=10784] ppid=10782 vsize=8700 CPUtime=0 cores=0-7
/proc/10784/stat : 10784 (priss.sh) S 10782 10784 10711 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 891189778 8908800 251 33554432000 4194304 4922060 140737477925568 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10784/statm: 2175 251 211 178 0 68 0
[pid=10785] ppid=10784 vsize=2591532 CPUtime=19127.7 cores=0-7
/proc/10785/stat : 10785 (priss) S 10784 10784 10711 0 -1 4202496 655244 0 0 0 1911030 1741 0 0 18 0 5 0 891189778 2653728768 592270 33554432000 4194304 5787044 140736201750480 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/10785/statm: 647883 592270 417 389 0 643633 0
[pid=10785/tid=10787] ppid=10784 vsize=2591532 CPUtime=4781.94 cores=0-7
/proc/10785/task/10787/stat : 10787 (priss) R 10784 10784 10711 0 -1 4202560 170877 0 0 0 477609 585 0 0 25 0 5 0 891189785 2653728768 592270 33554432000 4194304 5787044 140736201750480 18446744073709551615 5591596 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=10785/tid=10788] ppid=10784 vsize=2591532 CPUtime=4781.92 cores=0-7
/proc/10785/task/10788/stat : 10788 (priss) R 10784 10784 10711 0 -1 4202560 168177 0 0 0 477731 461 0 0 25 0 5 0 891189789 2653728768 592270 33554432000 4194304 5787044 140736201750480 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=10785/tid=10789] ppid=10784 vsize=2591532 CPUtime=4781.83 cores=0-7
/proc/10785/task/10789/stat : 10789 (priss) R 10784 10784 10711 0 -1 4202560 172832 0 0 0 477550 633 0 0 25 0 5 0 891189792 2653728768 592270 33554432000 4194304 5787044 140736201750480 18446744073709551615 4238583 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=10785/tid=10790] ppid=10784 vsize=2591532 CPUtime=4781.81 cores=0-7
/proc/10785/task/10790/stat : 10790 (priss) R 10784 10784 10711 0 -1 4202560 129830 0 0 0 478123 58 0 0 25 0 5 0 891189796 2653728768 592270 33554432000 4194304 5787044 140736201750480 18446744073709551615 4242224 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19127.7
Current children cumulated vsize (KiB) 2600232

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 10941
/proc/meminfo: memFree=1744628/32951124 swapFree=67050916/67111528
[pid=10784] ppid=10782 vsize=8700 CPUtime=0 cores=0-7
/proc/10784/stat : 10784 (priss.sh) S 10782 10784 10711 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 891189778 8908800 251 33554432000 4194304 4922060 140737477925568 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10784/statm: 2175 251 211 178 0 68 0
[pid=10785] ppid=10784 vsize=2591692 CPUtime=19367.7 cores=0-7
/proc/10785/stat : 10785 (priss) S 10784 10784 10711 0 -1 4202496 658395 0 0 0 1935013 1758 0 0 18 0 5 0 891189778 2653892608 595421 33554432000 4194304 5787044 140736201750480 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/10785/statm: 647923 595421 417 389 0 643673 0
[pid=10785/tid=10787] ppid=10784 vsize=2591692 CPUtime=4841.94 cores=0-7
/proc/10785/task/10787/stat : 10787 (priss) R 10784 10784 10711 0 -1 4202560 170877 0 0 0 483609 585 0 0 25 0 5 0 891189785 2653892608 595421 33554432000 4194304 5787044 140736201750480 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=10785/tid=10788] ppid=10784 vsize=2591692 CPUtime=4841.91 cores=0-7
/proc/10785/task/10788/stat : 10788 (priss) R 10784 10784 10711 0 -1 4202560 168177 0 0 0 483730 461 0 0 25 0 5 0 891189789 2653892608 595421 33554432000 4194304 5787044 140736201750480 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=10785/tid=10789] ppid=10784 vsize=2591692 CPUtime=4841.83 cores=0-7
/proc/10785/task/10789/stat : 10789 (priss) R 10784 10784 10711 0 -1 4202560 175961 0 0 0 483533 650 0 0 25 0 5 0 891189792 2653892608 595421 33554432000 4194304 5787044 140736201750480 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=10785/tid=10790] ppid=10784 vsize=2591692 CPUtime=4841.81 cores=0-7
/proc/10785/task/10790/stat : 10790 (priss) R 10784 10784 10711 0 -1 4202560 129852 0 0 0 484123 58 0 0 25 0 5 0 891189796 2653892608 595421 33554432000 4194304 5787044 140736201750480 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19367.7
Current children cumulated vsize (KiB) 2600392

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 10942
/proc/meminfo: memFree=1732172/32951124 swapFree=67050916/67111528
[pid=10784] ppid=10782 vsize=8700 CPUtime=0 cores=0-7
/proc/10784/stat : 10784 (priss.sh) S 10782 10784 10711 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 891189778 8908800 251 33554432000 4194304 4922060 140737477925568 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10784/statm: 2175 251 211 178 0 68 0
[pid=10785] ppid=10784 vsize=2591884 CPUtime=19607.7 cores=0-7
/proc/10785/stat : 10785 (priss) S 10784 10784 10711 0 -1 4202496 661508 0 0 0 1958994 1776 0 0 18 0 5 0 891189778 2654089216 598534 33554432000 4194304 5787044 140736201750480 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/10785/statm: 647971 598534 417 389 0 643721 0
[pid=10785/tid=10787] ppid=10784 vsize=2591884 CPUtime=4901.93 cores=0-7
/proc/10785/task/10787/stat : 10787 (priss) R 10784 10784 10711 0 -1 4202560 170879 0 0 0 489608 585 0 0 20 0 5 0 891189785 2654089216 598534 33554432000 4194304 5787044 140736201750480 18446744073709551615 4220688 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=10785/tid=10788] ppid=10784 vsize=2591884 CPUtime=4901.92 cores=0-7
/proc/10785/task/10788/stat : 10788 (priss) R 10784 10784 10711 0 -1 4202560 168177 0 0 0 489731 461 0 0 25 0 5 0 891189789 2654089216 598534 33554432000 4194304 5787044 140736201750480 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=10785/tid=10789] ppid=10784 vsize=2591884 CPUtime=4901.84 cores=0-7
/proc/10785/task/10789/stat : 10789 (priss) R 10784 10784 10711 0 -1 4202560 179045 0 0 0 489515 669 0 0 25 0 5 0 891189792 2654089216 598534 33554432000 4194304 5787044 140736201750480 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=10785/tid=10790] ppid=10784 vsize=2591884 CPUtime=4901.81 cores=0-7
/proc/10785/task/10790/stat : 10790 (priss) R 10784 10784 10711 0 -1 4202560 129879 0 0 0 490123 58 0 0 25 0 5 0 891189796 2654089216 598534 33554432000 4194304 5787044 140736201750480 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19607.7
Current children cumulated vsize (KiB) 2600584

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 10944
/proc/meminfo: memFree=1719740/32951124 swapFree=67050916/67111528
[pid=10784] ppid=10782 vsize=8700 CPUtime=0 cores=0-7
/proc/10784/stat : 10784 (priss.sh) S 10782 10784 10711 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 891189778 8908800 251 33554432000 4194304 4922060 140737477925568 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10784/statm: 2175 251 211 178 0 68 0
[pid=10785] ppid=10784 vsize=2600076 CPUtime=19847.7 cores=0-7
/proc/10785/stat : 10785 (priss) S 10784 10784 10711 0 -1 4202496 666640 0 0 0 1982977 1793 0 0 18 0 5 0 891189778 2662477824 601617 33554432000 4194304 5787044 140736201750480 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/10785/statm: 650019 601617 417 389 0 645769 0
[pid=10785/tid=10787] ppid=10784 vsize=2600076 CPUtime=4961.93 cores=0-7
/proc/10785/task/10787/stat : 10787 (priss) R 10784 10784 10711 0 -1 4202560 170879 0 0 0 495608 585 0 0 25 0 5 0 891189785 2662477824 601617 33554432000 4194304 5787044 140736201750480 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=10785/tid=10788] ppid=10784 vsize=2600076 CPUtime=4961.91 cores=0-7
/proc/10785/task/10788/stat : 10788 (priss) R 10784 10784 10711 0 -1 4202560 168177 0 0 0 495730 461 0 0 25 0 5 0 891189789 2662477824 601617 33554432000 4194304 5787044 140736201750480 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=10785/tid=10789] ppid=10784 vsize=2600076 CPUtime=4961.84 cores=0-7
/proc/10785/task/10789/stat : 10789 (priss) R 10784 10784 10711 0 -1 4202560 184151 0 0 0 495498 686 0 0 25 0 5 0 891189792 2662477824 601617 33554432000 4194304 5787044 140736201750480 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=10785/tid=10790] ppid=10784 vsize=2600076 CPUtime=4961.81 cores=0-7
/proc/10785/task/10790/stat : 10790 (priss) R 10784 10784 10711 0 -1 4202560 129905 0 0 0 496123 58 0 0 25 0 5 0 891189796 2662477824 601617 33554432000 4194304 5787044 140736201750480 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19847.7
Current children cumulated vsize (KiB) 2608776

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 10945
/proc/meminfo: memFree=1708508/32951124 swapFree=67050916/67111528
[pid=10784] ppid=10782 vsize=8700 CPUtime=0 cores=0-7
/proc/10784/stat : 10784 (priss.sh) S 10782 10784 10711 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 891189778 8908800 251 33554432000 4194304 4922060 140737477925568 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10784/statm: 2175 251 211 178 0 68 0
[pid=10785] ppid=10784 vsize=2600428 CPUtime=20087.7 cores=0-7
/proc/10785/stat : 10785 (priss) S 10784 10784 10711 0 -1 4202496 670405 0 0 0 2006969 1801 0 0 18 0 5 0 891189778 2662838272 604389 33554432000 4194304 5787044 140736201750480 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/10785/statm: 650107 604389 417 389 0 645857 0
[pid=10785/tid=10787] ppid=10784 vsize=2600428 CPUtime=5021.94 cores=0-7
/proc/10785/task/10787/stat : 10787 (priss) R 10784 10784 10711 0 -1 4202560 170881 0 0 0 501608 586 0 0 25 0 5 0 891189785 2662838272 604389 33554432000 4194304 5787044 140736201750480 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=10785/tid=10788] ppid=10784 vsize=2600428 CPUtime=5021.91 cores=0-7
/proc/10785/task/10788/stat : 10788 (priss) R 10784 10784 10711 0 -1 4202560 168178 0 0 0 501730 461 0 0 25 0 5 0 891189789 2662838272 604389 33554432000 4194304 5787044 140736201750480 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=10785/tid=10789] ppid=10784 vsize=2600428 CPUtime=5021.84 cores=0-7
/proc/10785/task/10789/stat : 10789 (priss) R 10784 10784 10711 0 -1 4202560 187866 0 0 0 501491 693 0 0 25 0 5 0 891189792 2662838272 604389 33554432000 4194304 5787044 140736201750480 18446744073709551615 4254881 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=10785/tid=10790] ppid=10784 vsize=2600428 CPUtime=5021.82 cores=0-7
/proc/10785/task/10790/stat : 10790 (priss) R 10784 10784 10711 0 -1 4202560 129952 0 0 0 502123 59 0 0 25 0 5 0 891189796 2662838272 604389 33554432000 4194304 5787044 140736201750480 18446744073709551615 4218850 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20087.7
Current children cumulated vsize (KiB) 2609128

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 10947
/proc/meminfo: memFree=1708468/32951124 swapFree=67050916/67111528
[pid=10784] ppid=10782 vsize=8700 CPUtime=0 cores=0-7
/proc/10784/stat : 10784 (priss.sh) S 10782 10784 10711 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 891189778 8908800 251 33554432000 4194304 4922060 140737477925568 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10784/statm: 2175 251 211 178 0 68 0
[pid=10785] ppid=10784 vsize=2600428 CPUtime=20327.7 cores=0-7
/proc/10785/stat : 10785 (priss) S 10784 10784 10711 0 -1 4202496 670434 0 0 0 2030969 1802 0 0 18 0 5 0 891189778 2662838272 604418 33554432000 4194304 5787044 140736201750480 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/10785/statm: 650107 604418 417 389 0 645857 0
[pid=10785/tid=10787] ppid=10784 vsize=2600428 CPUtime=5081.94 cores=0-7
/proc/10785/task/10787/stat : 10787 (priss) R 10784 10784 10711 0 -1 4202560 170883 0 0 0 507608 586 0 0 25 0 5 0 891189785 2662838272 604418 33554432000 4194304 5787044 140736201750480 18446744073709551615 5591097 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=10785/tid=10788] ppid=10784 vsize=2600428 CPUtime=5081.92 cores=0-7
/proc/10785/task/10788/stat : 10788 (priss) R 10784 10784 10711 0 -1 4202560 168179 0 0 0 507730 462 0 0 25 0 5 0 891189789 2662838272 604418 33554432000 4194304 5787044 140736201750480 18446744073709551615 5586822 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=10785/tid=10789] ppid=10784 vsize=2600428 CPUtime=5081.84 cores=0-7
/proc/10785/task/10789/stat : 10789 (priss) R 10784 10784 10711 0 -1 4202560 187866 0 0 0 507491 693 0 0 25 0 5 0 891189792 2662838272 604418 33554432000 4194304 5787044 140736201750480 18446744073709551615 5591552 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=10785/tid=10790] ppid=10784 vsize=2600428 CPUtime=5081.82 cores=0-7
/proc/10785/task/10790/stat : 10790 (priss) R 10784 10784 10711 0 -1 4202560 129978 0 0 0 508123 59 0 0 25 0 5 0 891189796 2662838272 604418 33554432000 4194304 5787044 140736201750480 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20327.7
Current children cumulated vsize (KiB) 2609128



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.07 4.02 3.93 5/176 10947
/proc/meminfo: memFree=1708340/32951124 swapFree=67050916/67111528
[pid=10784] ppid=10782 vsize=8700 CPUtime=0 cores=0-7
/proc/10784/stat : 10784 (priss.sh) S 10782 10784 10711 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 891189778 8908800 251 33554432000 4194304 4922060 140737477925568 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10784/statm: 2175 251 211 178 0 68 0
[pid=10785] ppid=10784 vsize=2600588 CPUtime=20398.5 cores=0-7
/proc/10785/stat : 10785 (priss) S 10784 10784 10711 0 -1 4202496 670451 0 0 0 2038051 1802 0 0 18 0 5 0 891189778 2663002112 604435 33554432000 4194304 5787044 140736201750480 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/10785/statm: 650147 604435 417 389 0 645897 0
[pid=10785/tid=10787] ppid=10784 vsize=2600588 CPUtime=5099.64 cores=0-7
/proc/10785/task/10787/stat : 10787 (priss) R 10784 10784 10711 0 -1 4202560 170883 0 0 0 509378 586 0 0 25 0 5 0 891189785 2663002112 604435 33554432000 4194304 5787044 140736201750480 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=10785/tid=10788] ppid=10784 vsize=2600588 CPUtime=5099.62 cores=0-7
/proc/10785/task/10788/stat : 10788 (priss) R 10784 10784 10711 0 -1 4202560 168179 0 0 0 509500 462 0 0 25 0 5 0 891189789 2663002112 604435 33554432000 4194304 5787044 140736201750480 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=10785/tid=10789] ppid=10784 vsize=2600588 CPUtime=5099.54 cores=0-7
/proc/10785/task/10789/stat : 10789 (priss) R 10784 10784 10711 0 -1 4202560 187866 0 0 0 509261 693 0 0 25 0 5 0 891189792 2663002112 604435 33554432000 4194304 5787044 140736201750480 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=10785/tid=10790] ppid=10784 vsize=2600588 CPUtime=5099.53 cores=0-7
/proc/10785/task/10790/stat : 10790 (priss) R 10784 10784 10711 0 -1 4202560 129995 0 0 0 509894 59 0 0 25 0 5 0 891189796 2663002112 604435 33554432000 4194304 5787044 140736201750480 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20398.5
Current children cumulated vsize (KiB) 2609288

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

Real time (s): 5100.02
CPU time (s): 20398.5
CPU user time (s): 20380.5
CPU system time (s): 18.02
CPU usage (%): 399.97
Max. virtual memory (cumulated for all children) (KiB): 2609288

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

runsolver used 7.64184 second user time and 19.732 second system time

The end

Launcher Data

Begin job on node146 at 2011-06-13 19:55:35
IDJOB=3499167
IDBENCH=71269
IDSOLVER=1994
FILE ID=node146/3499167-1307987735
RUNJOBID= node146-1307987733-10725
PBS_JOBID= 13559804
Free space on /tmp= 6552 MiB

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

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

MD5SUM BENCH= 231f625a25c77518fbce98fe99f807b5
RANDOM SEED=2098844881

node146.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.86
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       4130340 kB
Buffers:        151504 kB
Cached:       27742620 kB
SwapCached:      13448 kB
Active:       12696116 kB
Inactive:     15215664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       4130340 kB
SwapTotal:    67111528 kB
SwapFree:     67050916 kB
Dirty:            4964 kB
Writeback:           0 kB
AnonPages:       16416 kB
Mapped:           8772 kB
Slab:           841620 kB
PageTables:       4488 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   184124 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= 6548 MiB
End job on node146 at 2011-06-13 21:20:37