Trace number 3266828

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) 4800.03 1201.72

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m32-q326.25-n30-p30-s48700942.cnf
MD5SUM1bb1eb2a3bb0b22f560ab6712b727e98
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.385941
Satisfiable
(Un)Satisfiability was proved
Number of variables943
Number of clauses93431
Sum of the clauses size187745
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 293401
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

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: 27736
0.00/0.02	c parsetime: 16884us
0.00/0.02	c parsed 93431 clauses with 943 variables
0.00/0.02	c NW started thread 0 successfully (1091983680)
0.00/0.03	c NW started thread 1 successfully (1115064640)
0.00/0.04	c NW started thread 2 successfully (1102473536)
0.00/0.05	c NW started thread 3 successfully (1125554496)
13.43/3.44	c preprocessor returned 10004 variables
13.43/3.44	c preprocessing returned UNKNOWN
13.43/3.44	c PP set 0 variables
13.43/3.44	c pp time: 3403826us (3s)
13.43/3.44	c preprocessor returned 10004 variables
13.43/3.44	c preprocessing returned UNKNOWN
13.43/3.44	c PP set 0 variables
13.43/3.44	c pp time: 3416118us (3s)
13.43/3.47	c preprocessor returned 10004 variables
13.43/3.47	c preprocessing returned UNKNOWN
13.43/3.47	c PP set 0 variables
13.43/3.47	c pp time: 3428558us (3s)
60.96/15.39	c preprocessor returned 30036 variables
60.96/15.39	c preprocessing returned UNKNOWN
60.96/15.39	c PP set 0 variables
60.96/15.39	c pp time: 15335116us (15s)

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.0 (svn: 935)

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-3266828-1304084470/watcher-3266828-1304084470 -o /tmp/evaluation-result-3266828-1304084470/solver-3266828-1304084470 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3266828-1304084470.cnf 1579023106 4800 15500 4 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.91 7.96 7.55 6/182 27735
/proc/meminfo: memFree=18151288/32950928 swapFree=67111528/67111528
[pid=27735] ppid=27733 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27735/stat : 27735 (priss.sh) S 27733 27735 25471 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520043725 8908800 252 33554432000 4194304 4922060 140737241265824 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27735/statm: 2175 252 211 178 0 68 0

[startup+0.022057 s]
/proc/loadavg: 7.91 7.96 7.55 6/182 27735
/proc/meminfo: memFree=18151288/32950928 swapFree=67111528/67111528
[pid=27735] ppid=27733 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27735/stat : 27735 (priss.sh) S 27733 27735 25471 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520043725 8908800 252 33554432000 4194304 4922060 140737241265824 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27735/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.138767 s]
/proc/loadavg: 7.91 7.96 7.55 6/182 27735
/proc/meminfo: memFree=18151288/32950928 swapFree=67111528/67111528
[pid=27735] ppid=27733 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27735/stat : 27735 (priss.sh) S 27733 27735 25471 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520043725 8908800 252 33554432000 4194304 4922060 140737241265824 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27735/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.447056 s]
/proc/loadavg: 7.91 7.96 7.55 6/182 27735
/proc/meminfo: memFree=18151288/32950928 swapFree=67111528/67111528
[pid=27735] ppid=27733 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27735/stat : 27735 (priss.sh) S 27733 27735 25471 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520043725 8908800 252 33554432000 4194304 4922060 140737241265824 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27735/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.05778 s]
/proc/loadavg: 7.91 7.96 7.55 6/182 27735
/proc/meminfo: memFree=18151288/32950928 swapFree=67111528/67111528
[pid=27735] ppid=27733 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27735/stat : 27735 (priss.sh) S 27733 27735 25471 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520043725 8908800 252 33554432000 4194304 4922060 140737241265824 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27735/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50069 s]
/proc/loadavg: 7.91 7.96 7.55 6/182 27735
/proc/meminfo: memFree=18151288/32950928 swapFree=67111528/67111528
[pid=27735] ppid=27733 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27735/stat : 27735 (priss.sh) S 27733 27735 25471 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520043725 8908800 252 33554432000 4194304 4922060 140737241265824 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27735/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10037 s]
/proc/loadavg: 7.91 7.96 7.55 9/188 27741
/proc/meminfo: memFree=18106184/32950928 swapFree=67111528/67111528
[pid=27735] ppid=27733 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27735/stat : 27735 (priss.sh) S 27733 27735 25471 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520043725 8908800 252 33554432000 4194304 4922060 140737241265824 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27735/statm: 2175 252 211 178 0 68 0
[pid=27736] ppid=27735 vsize=291628 CPUtime=12.23 cores=0,2,4,6
/proc/27736/stat : 27736 (priss) S 27735 27735 25471 0 -1 4202496 21743 0 0 0 1219 4 0 0 18 0 5 0 520043725 298627072 12642 33554432000 4194304 5787044 140736158151040 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/27736/statm: 72907 12642 355 389 0 68657 0
[pid=27736/tid=27738] ppid=27735 vsize=291628 CPUtime=3.04 cores=0,2,4,6
/proc/27736/task/27738/stat : 27738 (priss) R 27735 27735 25471 0 -1 4202560 4230 0 0 0 303 1 0 0 25 0 5 0 520043727 298627072 12642 33554432000 4194304 5787044 140736158151040 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=27736/tid=27739] ppid=27735 vsize=291628 CPUtime=3.04 cores=0,2,4,6
/proc/27736/task/27739/stat : 27739 (priss) R 27735 27735 25471 0 -1 4202560 3927 0 0 0 304 0 0 0 25 0 5 0 520043728 298627072 12642 33554432000 4194304 5787044 140736158151040 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=27736/tid=27740] ppid=27735 vsize=291628 CPUtime=3.02 cores=0,2,4,6
/proc/27736/task/27740/stat : 27740 (priss) R 27735 27735 25471 0 -1 4202560 4136 0 0 0 302 0 0 0 25 0 5 0 520043729 298627072 12642 33554432000 4194304 5787044 140736158151040 18446744073709551615 254500385753 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=27736/tid=27741] ppid=27735 vsize=291628 CPUtime=3.03 cores=0,2,4,6
/proc/27736/task/27741/stat : 27741 (priss) R 27735 27735 25471 0 -1 4202560 4320 0 0 0 303 0 0 0 25 0 5 0 520043730 298627072 12642 33554432000 4194304 5787044 140736158151040 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.23
Current children cumulated vsize (KiB) 300328

[startup+6.30074 s]
/proc/loadavg: 8.00 7.97 7.56 9/188 27741
/proc/meminfo: memFree=18084484/32950928 swapFree=67111528/67111528
[pid=27735] ppid=27733 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27735/stat : 27735 (priss.sh) S 27733 27735 25471 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520043725 8908800 252 33554432000 4194304 4922060 140737241265824 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27735/statm: 2175 252 211 178 0 68 0
[pid=27736] ppid=27735 vsize=295860 CPUtime=25.01 cores=0,2,4,6
/proc/27736/stat : 27736 (priss) S 27735 27735 25471 0 -1 4202496 33075 0 0 0 2495 6 0 0 18 0 5 0 520043725 302960640 16861 33554432000 4194304 5787044 140736158151040 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/27736/statm: 73965 16861 404 389 0 69715 0
[pid=27736/tid=27738] ppid=27735 vsize=295860 CPUtime=6.25 cores=0,2,4,6
/proc/27736/task/27738/stat : 27738 (priss) R 27735 27735 25471 0 -1 4202560 7820 0 0 0 623 2 0 0 25 0 5 0 520043727 302960640 16861 33554432000 4194304 5787044 140736158151040 18446744073709551615 5591999 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=27736/tid=27739] ppid=27735 vsize=295860 CPUtime=6.24 cores=0,2,4,6
/proc/27736/task/27739/stat : 27739 (priss) R 27735 27735 25471 0 -1 4202560 8428 0 0 0 623 1 0 0 24 0 5 0 520043728 302960640 16861 33554432000 4194304 5787044 140736158151040 18446744073709551615 4255036 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=27736/tid=27740] ppid=27735 vsize=295860 CPUtime=6.2 cores=0,2,4,6
/proc/27736/task/27740/stat : 27740 (priss) R 27735 27735 25471 0 -1 4202560 7371 0 0 0 620 0 0 0 25 0 5 0 520043729 302960640 16861 33554432000 4194304 5787044 140736158151040 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=27736/tid=27741] ppid=27735 vsize=295860 CPUtime=6.23 cores=0,2,4,6
/proc/27736/task/27741/stat : 27741 (priss) R 27735 27735 25471 0 -1 4202560 4326 0 0 0 623 0 0 0 25 0 5 0 520043730 302960640 16861 33554432000 4194304 5787044 140736158151040 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.01
Current children cumulated vsize (KiB) 304560

[startup+12.7005 s]
/proc/loadavg: 8.00 7.97 7.56 9/188 27741
/proc/meminfo: memFree=18052516/32950928 swapFree=67111528/67111528
[pid=27735] ppid=27733 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27735/stat : 27735 (priss.sh) S 27733 27735 25471 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520043725 8908800 252 33554432000 4194304 4922060 140737241265824 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27735/statm: 2175 252 211 178 0 68 0
[pid=27736] ppid=27735 vsize=295860 CPUtime=50.58 cores=0,2,4,6
/proc/27736/stat : 27736 (priss) S 27735 27735 25471 0 -1 4202496 34815 0 0 0 5052 6 0 0 18 0 5 0 520043725 302960640 18601 33554432000 4194304 5787044 140736158151040 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/27736/statm: 73965 18601 404 389 0 69715 0
[pid=27736/tid=27738] ppid=27735 vsize=295860 CPUtime=12.65 cores=0,2,4,6
/proc/27736/task/27738/stat : 27738 (priss) R 27735 27735 25471 0 -1 4202560 8366 0 0 0 1263 2 0 0 25 0 5 0 520043727 302960640 18601 33554432000 4194304 5787044 140736158151040 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=27736/tid=27739] ppid=27735 vsize=295860 CPUtime=12.64 cores=0,2,4,6
/proc/27736/task/27739/stat : 27739 (priss) R 27735 27735 25471 0 -1 4202560 9035 0 0 0 1263 1 0 0 25 0 5 0 520043728 302960640 18601 33554432000 4194304 5787044 140736158151040 18446744073709551615 4238736 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=27736/tid=27740] ppid=27735 vsize=295860 CPUtime=12.58 cores=0,2,4,6
/proc/27736/task/27740/stat : 27740 (priss) R 27735 27735 25471 0 -1 4202560 7958 0 0 0 1257 1 0 0 25 0 5 0 520043729 302960640 18601 33554432000 4194304 5787044 140736158151040 18446744073709551615 5588062 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=27736/tid=27741] ppid=27735 vsize=295860 CPUtime=12.64 cores=0,2,4,6
/proc/27736/task/27741/stat : 27741 (priss) R 27735 27735 25471 0 -1 4202560 4326 0 0 0 1264 0 0 0 25 0 5 0 520043730 302960640 18601 33554432000 4194304 5787044 140736158151040 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.58
Current children cumulated vsize (KiB) 304560

[startup+25.5009 s]
/proc/loadavg: 8.00 7.97 7.57 9/188 27741
/proc/meminfo: memFree=18024120/32950928 swapFree=67111528/67111528
[pid=27735] ppid=27733 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27735/stat : 27735 (priss.sh) S 27733 27735 25471 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520043725 8908800 252 33554432000 4194304 4922060 140737241265824 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27735/statm: 2175 252 211 178 0 68 0
[pid=27736] ppid=27735 vsize=307980 CPUtime=101.71 cores=0,2,4,6
/proc/27736/stat : 27736 (priss) S 27735 27735 25471 0 -1 4202496 44022 0 0 0 10161 10 0 0 18 0 5 0 520043725 315371520 25438 33554432000 4194304 5787044 140736158151040 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/27736/statm: 76995 25438 417 389 0 72745 0
[pid=27736/tid=27738] ppid=27735 vsize=307980 CPUtime=25.44 cores=0,2,4,6
/proc/27736/task/27738/stat : 27738 (priss) R 27735 27735 25471 0 -1 4202560 9665 0 0 0 2542 2 0 0 25 0 5 0 520043727 315371520 25438 33554432000 4194304 5787044 140736158151040 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=27736/tid=27739] ppid=27735 vsize=307980 CPUtime=25.44 cores=0,2,4,6
/proc/27736/task/27739/stat : 27739 (priss) R 27735 27735 25471 0 -1 4202560 10151 0 0 0 2542 2 0 0 25 0 5 0 520043728 315371520 25438 33554432000 4194304 5787044 140736158151040 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=27736/tid=27740] ppid=27735 vsize=307980 CPUtime=25.3 cores=0,2,4,6
/proc/27736/task/27740/stat : 27740 (priss) R 27735 27735 25471 0 -1 4202560 9416 0 0 0 2529 1 0 0 25 0 5 0 520043729 315371520 25438 33554432000 4194304 5787044 140736158151040 18446744073709551615 4254799 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=27736/tid=27741] ppid=27735 vsize=307980 CPUtime=25.44 cores=0,2,4,6
/proc/27736/task/27741/stat : 27741 (priss) R 27735 27735 25471 0 -1 4202560 9660 0 0 0 2542 2 0 0 25 0 5 0 520043730 315371520 25438 33554432000 4194304 5787044 140736158151040 18446744073709551615 5528386 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.71
Current children cumulated vsize (KiB) 316680

[startup+51.1008 s]
/proc/loadavg: 8.00 7.97 7.58 9/188 27742
/proc/meminfo: memFree=17954240/32950928 swapFree=67111528/67111528
[pid=27735] ppid=27733 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27735/stat : 27735 (priss.sh) S 27733 27735 25471 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520043725 8908800 252 33554432000 4194304 4922060 140737241265824 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27735/statm: 2175 252 211 178 0 68 0
[pid=27736] ppid=27735 vsize=320352 CPUtime=203.95 cores=0,2,4,6
/proc/27736/stat : 27736 (priss) S 27735 27735 25471 0 -1 4202496 52282 0 0 0 20378 17 0 0 18 0 5 0 520043725 328040448 33693 33554432000 4194304 5787044 140736158151040 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/27736/statm: 80088 33693 417 389 0 75838 0
[pid=27736/tid=27738] ppid=27735 vsize=320352 CPUtime=51.04 cores=0,2,4,6
/proc/27736/task/27738/stat : 27738 (priss) R 27735 27735 25471 0 -1 4202560 12296 0 0 0 5099 5 0 0 25 0 5 0 520043727 328040448 33693 33554432000 4194304 5787044 140736158151040 18446744073709551615 5586709 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=27736/tid=27739] ppid=27735 vsize=320352 CPUtime=51.04 cores=0,2,4,6
/proc/27736/task/27739/stat : 27739 (priss) R 27735 27735 25471 0 -1 4202560 11977 0 0 0 5100 4 0 0 25 0 5 0 520043728 328040448 33693 33554432000 4194304 5787044 140736158151040 18446744073709551615 254500349680 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=27736/tid=27740] ppid=27735 vsize=320352 CPUtime=50.76 cores=0,2,4,6
/proc/27736/task/27740/stat : 27740 (priss) R 27735 27735 25471 0 -1 4202560 11192 0 0 0 5073 3 0 0 25 0 5 0 520043729 328040448 33693 33554432000 4194304 5787044 140736158151040 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=27736/tid=27741] ppid=27735 vsize=320352 CPUtime=51.03 cores=0,2,4,6
/proc/27736/task/27741/stat : 27741 (priss) R 27735 27735 25471 0 -1 4202560 11687 0 0 0 5100 3 0 0 25 0 5 0 520043730 328040448 33693 33554432000 4194304 5787044 140736158151040 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.95
Current children cumulated vsize (KiB) 329052

[startup+102.301 s]
/proc/loadavg: 8.06 7.99 7.60 9/188 27743
/proc/meminfo: memFree=17853000/32950928 swapFree=67111528/67111528
[pid=27735] ppid=27733 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27735/stat : 27735 (priss.sh) S 27733 27735 25471 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520043725 8908800 252 33554432000 4194304 4922060 140737241265824 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27735/statm: 2175 252 211 178 0 68 0
[pid=27736] ppid=27735 vsize=339360 CPUtime=408.45 cores=0,2,4,6
/proc/27736/stat : 27736 (priss) S 27735 27735 25471 0 -1 4202496 63327 0 0 0 40817 28 0 0 18 0 5 0 520043725 347504640 44578 33554432000 4194304 5787044 140736158151040 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/27736/statm: 84840 44578 417 389 0 80590 0
[pid=27736/tid=27738] ppid=27735 vsize=339360 CPUtime=102.23 cores=0,2,4,6
/proc/27736/task/27738/stat : 27738 (priss) R 27735 27735 25471 0 -1 4202560 14358 0 0 0 10215 8 0 0 25 0 5 0 520043727 347504640 44578 33554432000 4194304 5787044 140736158151040 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=27736/tid=27739] ppid=27735 vsize=339360 CPUtime=102.24 cores=0,2,4,6
/proc/27736/task/27739/stat : 27739 (priss) R 27735 27735 25471 0 -1 4202560 14682 0 0 0 10217 7 0 0 25 0 5 0 520043728 347504640 44578 33554432000 4194304 5787044 140736158151040 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=27736/tid=27740] ppid=27735 vsize=339360 CPUtime=101.67 cores=0,2,4,6
/proc/27736/task/27740/stat : 27740 (priss) R 27735 27735 25471 0 -1 4202560 13829 0 0 0 10161 6 0 0 25 0 5 0 520043729 347504640 44578 33554432000 4194304 5787044 140736158151040 18446744073709551615 5591808 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=27736/tid=27741] ppid=27735 vsize=339360 CPUtime=102.23 cores=0,2,4,6
/proc/27736/task/27741/stat : 27741 (priss) R 27735 27735 25471 0 -1 4202560 15328 0 0 0 10218 5 0 0 25 0 5 0 520043730 347504640 44578 33554432000 4194304 5787044 140736158151040 18446744073709551615 5527037 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.45
Current children cumulated vsize (KiB) 348060

[startup+162.301 s]
/proc/loadavg: 8.08 8.01 7.63 9/188 27745
/proc/meminfo: memFree=17755116/32950928 swapFree=67111528/67111528
[pid=27735] ppid=27733 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27735/stat : 27735 (priss.sh) S 27733 27735 25471 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520043725 8908800 252 33554432000 4194304 4922060 140737241265824 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27735/statm: 2175 252 211 178 0 68 0
[pid=27736] ppid=27735 vsize=355528 CPUtime=648.13 cores=0,2,4,6

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

/proc/27736/task/27739/stat : 27739 (priss) R 27735 27735 25471 0 -1 4202560 34449 0 0 0 82195 30 0 0 25 0 5 0 520043728 666918912 122873 33554432000 4194304 5787044 140736158151040 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=27736/tid=27740] ppid=27735 vsize=651288 CPUtime=817.74 cores=0,2,4,6
/proc/27736/task/27740/stat : 27740 (priss) R 27735 27735 25471 0 -1 4202560 40130 0 0 0 81732 42 0 0 25 0 5 0 520043729 666918912 122873 33554432000 4194304 5787044 140736158151040 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=27736/tid=27741] ppid=27735 vsize=651288 CPUtime=822.25 cores=0,2,4,6
/proc/27736/task/27741/stat : 27741 (priss) R 27735 27735 25471 0 -1 4202560 31335 0 0 0 82207 18 0 0 25 0 5 0 520043730 666918912 122873 33554432000 4194304 5787044 140736158151040 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.5
Current children cumulated vsize (KiB) 659988

[startup+882.3 s]
/proc/loadavg: 8.11 8.07 7.86 9/188 27764
/proc/meminfo: memFree=17134876/32950928 swapFree=67111528/67111528
[pid=27735] ppid=27733 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27735/stat : 27735 (priss.sh) S 27733 27735 25471 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520043725 8908800 252 33554432000 4194304 4922060 140737241265824 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27735/statm: 2175 252 211 178 0 68 0
[pid=27736] ppid=27735 vsize=664612 CPUtime=3524.16 cores=0,2,4,6
/proc/27736/stat : 27736 (priss) S 27735 27735 25471 0 -1 4202496 150235 0 0 0 352284 132 0 0 18 0 5 0 520043725 680562688 130119 33554432000 4194304 5787044 140736158151040 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/27736/statm: 166153 130119 419 389 0 161903 0
[pid=27736/tid=27738] ppid=27735 vsize=664612 CPUtime=882.17 cores=0,2,4,6
/proc/27736/task/27738/stat : 27738 (priss) R 27735 27735 25471 0 -1 4202560 33699 0 0 0 88183 34 0 0 25 0 5 0 520043727 680562688 130119 33554432000 4194304 5787044 140736158151040 18446744073709551615 5592012 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=27736/tid=27739] ppid=27735 vsize=664612 CPUtime=882.25 cores=0,2,4,6
/proc/27736/task/27739/stat : 27739 (priss) R 27735 27735 25471 0 -1 4202560 36660 0 0 0 88191 34 0 0 25 0 5 0 520043728 680562688 130119 33554432000 4194304 5787044 140736158151040 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=27736/tid=27740] ppid=27735 vsize=664612 CPUtime=877.41 cores=0,2,4,6
/proc/27736/task/27740/stat : 27740 (priss) R 27735 27735 25471 0 -1 4202560 41155 0 0 0 87699 42 0 0 25 0 5 0 520043729 680562688 130119 33554432000 4194304 5787044 140736158151040 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=27736/tid=27741] ppid=27735 vsize=664612 CPUtime=882.24 cores=0,2,4,6
/proc/27736/task/27741/stat : 27741 (priss) R 27735 27735 25471 0 -1 4202560 33591 0 0 0 88204 20 0 0 25 0 5 0 520043730 680562688 130119 33554432000 4194304 5787044 140736158151040 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.16
Current children cumulated vsize (KiB) 673312

[startup+942.307 s]
/proc/loadavg: 8.08 8.07 7.87 9/188 27766
/proc/meminfo: memFree=17066248/32950928 swapFree=67111528/67111528
[pid=27735] ppid=27733 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27735/stat : 27735 (priss.sh) S 27733 27735 25471 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520043725 8908800 252 33554432000 4194304 4922060 140737241265824 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27735/statm: 2175 252 211 178 0 68 0
[pid=27736] ppid=27735 vsize=681976 CPUtime=3763.85 cores=0,2,4,6
/proc/27736/stat : 27736 (priss) S 27735 27735 25471 0 -1 4202496 158456 0 0 0 376244 141 0 0 18 0 5 0 520043725 698343424 138340 33554432000 4194304 5787044 140736158151040 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/27736/statm: 170494 138340 419 389 0 166244 0
[pid=27736/tid=27738] ppid=27735 vsize=681976 CPUtime=942.17 cores=0,2,4,6
/proc/27736/task/27738/stat : 27738 (priss) R 27735 27735 25471 0 -1 4202560 36612 0 0 0 94180 37 0 0 25 0 5 0 520043727 698343424 138340 33554432000 4194304 5787044 140736158151040 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=27736/tid=27739] ppid=27735 vsize=681976 CPUtime=942.25 cores=0,2,4,6
/proc/27736/task/27739/stat : 27739 (priss) R 27735 27735 25471 0 -1 4202560 38681 0 0 0 94189 36 0 0 25 0 5 0 520043728 698343424 138340 33554432000 4194304 5787044 140736158151040 18446744073709551615 5591195 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=27736/tid=27740] ppid=27735 vsize=681976 CPUtime=937.08 cores=0,2,4,6
/proc/27736/task/27740/stat : 27740 (priss) R 27735 27735 25471 0 -1 4202560 42181 0 0 0 93666 42 0 0 25 0 5 0 520043729 698343424 138340 33554432000 4194304 5787044 140736158151040 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=27736/tid=27741] ppid=27735 vsize=681976 CPUtime=942.25 cores=0,2,4,6
/proc/27736/task/27741/stat : 27741 (priss) R 27735 27735 25471 0 -1 4202560 35852 0 0 0 94202 23 0 0 25 0 5 0 520043730 698343424 138340 33554432000 4194304 5787044 140736158151040 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3763.85
Current children cumulated vsize (KiB) 690676

[startup+1002.3 s]
/proc/loadavg: 8.13 8.08 7.88 9/188 27767
/proc/meminfo: memFree=17029584/32950928 swapFree=67111528/67111528
[pid=27735] ppid=27733 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27735/stat : 27735 (priss.sh) S 27733 27735 25471 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520043725 8908800 252 33554432000 4194304 4922060 140737241265824 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27735/statm: 2175 252 211 178 0 68 0
[pid=27736] ppid=27735 vsize=688472 CPUtime=4003.5 cores=0,2,4,6
/proc/27736/stat : 27736 (priss) S 27735 27735 25471 0 -1 4202496 162469 0 0 0 400204 146 0 0 18 0 5 0 520043725 704995328 141903 33554432000 4194304 5787044 140736158151040 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/27736/statm: 172118 141903 419 389 0 167868 0
[pid=27736/tid=27738] ppid=27735 vsize=688472 CPUtime=1002.16 cores=0,2,4,6
/proc/27736/task/27738/stat : 27738 (priss) R 27735 27735 25471 0 -1 4202560 38475 0 0 0 100176 40 0 0 25 0 5 0 520043727 704995328 141903 33554432000 4194304 5787044 140736158151040 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=27736/tid=27739] ppid=27735 vsize=688472 CPUtime=1002.25 cores=0,2,4,6
/proc/27736/task/27739/stat : 27739 (priss) R 27735 27735 25471 0 -1 4202560 39375 0 0 0 100188 37 0 0 25 0 5 0 520043728 704995328 141903 33554432000 4194304 5787044 140736158151040 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=27736/tid=27740] ppid=27735 vsize=688472 CPUtime=996.76 cores=0,2,4,6
/proc/27736/task/27740/stat : 27740 (priss) R 27735 27735 25471 0 -1 4202560 42187 0 0 0 99633 43 0 0 25 0 5 0 520043729 704995328 141903 33554432000 4194304 5787044 140736158151040 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=27736/tid=27741] ppid=27735 vsize=688472 CPUtime=1002.24 cores=0,2,4,6
/proc/27736/task/27741/stat : 27741 (priss) R 27735 27735 25471 0 -1 4202560 37302 0 0 0 100200 24 0 0 25 0 5 0 520043730 704995328 141903 33554432000 4194304 5787044 140736158151040 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.5
Current children cumulated vsize (KiB) 697172

[startup+1062.3 s]
/proc/loadavg: 8.11 8.08 7.89 9/188 27769
/proc/meminfo: memFree=17021704/32950928 swapFree=67111528/67111528
[pid=27735] ppid=27733 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27735/stat : 27735 (priss.sh) S 27733 27735 25471 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520043725 8908800 252 33554432000 4194304 4922060 140737241265824 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27735/statm: 2175 252 211 178 0 68 0
[pid=27736] ppid=27735 vsize=688472 CPUtime=4243.17 cores=0,2,4,6
/proc/27736/stat : 27736 (priss) S 27735 27735 25471 0 -1 4202496 162537 0 0 0 424171 146 0 0 18 0 5 0 520043725 704995328 141971 33554432000 4194304 5787044 140736158151040 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/27736/statm: 172118 141971 419 389 0 167868 0
[pid=27736/tid=27738] ppid=27735 vsize=688472 CPUtime=1062.16 cores=0,2,4,6
/proc/27736/task/27738/stat : 27738 (priss) R 27735 27735 25471 0 -1 4202560 38475 0 0 0 106176 40 0 0 25 0 5 0 520043727 704995328 141971 33554432000 4194304 5787044 140736158151040 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=27736/tid=27739] ppid=27735 vsize=688472 CPUtime=1062.26 cores=0,2,4,6
/proc/27736/task/27739/stat : 27739 (priss) R 27735 27735 25471 0 -1 4202560 39378 0 0 0 106189 37 0 0 25 0 5 0 520043728 704995328 141971 33554432000 4194304 5787044 140736158151040 18446744073709551615 5591024 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=27736/tid=27740] ppid=27735 vsize=688472 CPUtime=1056.43 cores=0,2,4,6
/proc/27736/task/27740/stat : 27740 (priss) R 27735 27735 25471 0 -1 4202560 42251 0 0 0 105600 43 0 0 25 0 5 0 520043729 704995328 141971 33554432000 4194304 5787044 140736158151040 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=27736/tid=27741] ppid=27735 vsize=688472 CPUtime=1062.25 cores=0,2,4,6
/proc/27736/task/27741/stat : 27741 (priss) R 27735 27735 25471 0 -1 4202560 37303 0 0 0 106201 24 0 0 25 0 5 0 520043730 704995328 141971 33554432000 4194304 5787044 140736158151040 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4243.17
Current children cumulated vsize (KiB) 697172

[startup+1122.3 s]
/proc/loadavg: 8.10 8.08 7.91 9/188 27771
/proc/meminfo: memFree=17008748/32950928 swapFree=67111528/67111528
[pid=27735] ppid=27733 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27735/stat : 27735 (priss.sh) S 27733 27735 25471 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520043725 8908800 252 33554432000 4194304 4922060 140737241265824 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27735/statm: 2175 252 211 178 0 68 0
[pid=27736] ppid=27735 vsize=688472 CPUtime=4482.85 cores=0,2,4,6
/proc/27736/stat : 27736 (priss) S 27735 27735 25471 0 -1 4202496 162664 0 0 0 448138 147 0 0 18 0 5 0 520043725 704995328 142098 33554432000 4194304 5787044 140736158151040 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/27736/statm: 172118 142098 419 389 0 167868 0
[pid=27736/tid=27738] ppid=27735 vsize=688472 CPUtime=1122.15 cores=0,2,4,6
/proc/27736/task/27738/stat : 27738 (priss) R 27735 27735 25471 0 -1 4202560 38478 0 0 0 112175 40 0 0 25 0 5 0 520043727 704995328 142098 33554432000 4194304 5787044 140736158151040 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=27736/tid=27739] ppid=27735 vsize=688472 CPUtime=1122.26 cores=0,2,4,6
/proc/27736/task/27739/stat : 27739 (priss) R 27735 27735 25471 0 -1 4202560 39381 0 0 0 112189 37 0 0 25 0 5 0 520043728 704995328 142098 33554432000 4194304 5787044 140736158151040 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=27736/tid=27740] ppid=27735 vsize=688472 CPUtime=1116.1 cores=0,2,4,6
/proc/27736/task/27740/stat : 27740 (priss) R 27735 27735 25471 0 -1 4202560 42371 0 0 0 111567 43 0 0 25 0 5 0 520043729 704995328 142098 33554432000 4194304 5787044 140736158151040 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=27736/tid=27741] ppid=27735 vsize=688472 CPUtime=1122.25 cores=0,2,4,6
/proc/27736/task/27741/stat : 27741 (priss) R 27735 27735 25471 0 -1 4202560 37304 0 0 0 112201 24 0 0 25 0 5 0 520043730 704995328 142098 33554432000 4194304 5787044 140736158151040 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4482.85
Current children cumulated vsize (KiB) 697172

[startup+1182.3 s]
/proc/loadavg: 7.61 7.95 7.87 9/188 27805
/proc/meminfo: memFree=17582048/32950928 swapFree=67111528/67111528
[pid=27735] ppid=27733 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27735/stat : 27735 (priss.sh) S 27733 27735 25471 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520043725 8908800 252 33554432000 4194304 4922060 140737241265824 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27735/statm: 2175 252 211 178 0 68 0
[pid=27736] ppid=27735 vsize=692572 CPUtime=4722.52 cores=0,2,4,6
/proc/27736/stat : 27736 (priss) S 27735 27735 25471 0 -1 4202496 164326 0 0 0 472103 149 0 0 18 0 5 0 520043725 709193728 143760 33554432000 4194304 5787044 140736158151040 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/27736/statm: 173143 143760 419 389 0 168893 0
[pid=27736/tid=27738] ppid=27735 vsize=692572 CPUtime=1182.15 cores=0,2,4,6
/proc/27736/task/27738/stat : 27738 (priss) R 27735 27735 25471 0 -1 4202560 38485 0 0 0 118175 40 0 0 25 0 5 0 520043727 709193728 143760 33554432000 4194304 5787044 140736158151040 18446744073709551615 5591640 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=27736/tid=27739] ppid=27735 vsize=692572 CPUtime=1182.26 cores=0,2,4,6
/proc/27736/task/27739/stat : 27739 (priss) R 27735 27735 25471 0 -1 4202560 39401 0 0 0 118189 37 0 0 25 0 5 0 520043728 709193728 143760 33554432000 4194304 5787044 140736158151040 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=27736/tid=27740] ppid=27735 vsize=692572 CPUtime=1175.77 cores=0,2,4,6
/proc/27736/task/27740/stat : 27740 (priss) R 27735 27735 25471 0 -1 4202560 44004 0 0 0 117532 45 0 0 25 0 5 0 520043729 709193728 143760 33554432000 4194304 5787044 140736158151040 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=27736/tid=27741] ppid=27735 vsize=692572 CPUtime=1182.25 cores=0,2,4,6
/proc/27736/task/27741/stat : 27741 (priss) R 27735 27735 25471 0 -1 4202560 37306 0 0 0 118201 24 0 0 25 0 5 0 520043730 709193728 143760 33554432000 4194304 5787044 140736158151040 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.52
Current children cumulated vsize (KiB) 701272



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 7.72 7.96 7.88 9/189 27807
/proc/meminfo: memFree=17565396/32950928 swapFree=67111528/67111528
[pid=27735] ppid=27733 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27735/stat : 27735 (priss.sh) S 27733 27735 25471 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520043725 8908800 252 33554432000 4194304 4922060 140737241265824 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27735/statm: 2175 252 211 178 0 68 0
[pid=27736] ppid=27735 vsize=692572 CPUtime=4800.03 cores=0,2,4,6
/proc/27736/stat : 27736 (priss) S 27735 27735 25471 0 -1 4202496 165066 0 0 0 479853 150 0 0 18 0 5 0 520043725 709193728 144500 33554432000 4194304 5787044 140736158151040 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/27736/statm: 173143 144500 419 389 0 168893 0
[pid=27736/tid=27738] ppid=27735 vsize=692572 CPUtime=1201.55 cores=0,2,4,6
/proc/27736/task/27738/stat : 27738 (priss) R 27735 27735 25471 0 -1 4202560 38490 0 0 0 120115 40 0 0 25 0 5 0 520043727 709193728 144500 33554432000 4194304 5787044 140736158151040 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=27736/tid=27739] ppid=27735 vsize=692572 CPUtime=1201.66 cores=0,2,4,6
/proc/27736/task/27739/stat : 27739 (priss) R 27735 27735 25471 0 -1 4202560 39408 0 0 0 120129 37 0 0 25 0 5 0 520043728 709193728 144500 33554432000 4194304 5787044 140736158151040 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=27736/tid=27740] ppid=27735 vsize=692572 CPUtime=1195.07 cores=0,2,4,6
/proc/27736/task/27740/stat : 27740 (priss) R 27735 27735 25471 0 -1 4202560 44732 0 0 0 119461 46 0 0 25 0 5 0 520043729 709193728 144500 33554432000 4194304 5787044 140736158151040 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=27736/tid=27741] ppid=27735 vsize=692572 CPUtime=1201.66 cores=0,2,4,6
/proc/27736/task/27741/stat : 27741 (priss) R 27735 27735 25471 0 -1 4202560 37306 0 0 0 120141 25 0 0 25 0 5 0 520043730 709193728 144500 33554432000 4194304 5787044 140736158151040 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.03
Current children cumulated vsize (KiB) 701272

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 27735 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 4800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.72
CPU time (s): 4800.03
CPU user time (s): 4798.53
CPU system time (s): 1.5
CPU usage (%): 399.431
Max. virtual memory (cumulated for all children) (KiB): 701272

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

runsolver used 1.79273 second user time and 4.77227 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-29 15:41:10
IDJOB=3266828
IDBENCH=88214
IDSOLVER=1603
FILE ID=node149/3266828-1304084470
RUNJOBID= node149-1304083219-27580
PBS_JOBID= 13170452
Free space on /tmp= 71928 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m32-q326.25-n30-p30-s48700942.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3266828-1304084470/watcher-3266828-1304084470 -o /tmp/evaluation-result-3266828-1304084470/solver-3266828-1304084470 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3266828-1304084470.cnf 1579023106 4800 15500 4

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 1bb1eb2a3bb0b22f560ab6712b727e98
RANDOM SEED=1579023106

node149.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.806
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.61
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.806
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.83
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.806
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.83
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.806
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.73
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.806
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.82
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.806
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.806
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.82
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.806
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:     32950928 kB
MemFree:      18151444 kB
Buffers:       2224660 kB
Cached:       11806140 kB
SwapCached:          0 kB
Active:        6207896 kB
Inactive:      8042508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18151444 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2732 kB
Writeback:           0 kB
AnonPages:      218848 kB
Mapped:          15736 kB
Slab:           485664 kB
PageTables:       5088 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   403268 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= 71924 MiB
End job on node149 at 2011-04-29 16:01:14