Trace number 3251470

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.4 1202.12

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m42-q663-n40-p15-s72490337.cnf
MD5SUMab8e40d31c79e7a71114e3126a46874f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.38479
Satisfiable
(Un)Satisfiability was proved
Number of variables1649
Number of clauses256038
Sum of the clauses size513645
Maximum clause length42
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2255998
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

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: 5335
0.00/0.05	c parsetime: 54085us
0.00/0.05	c parsed 256038 clauses with 1649 variables
0.00/0.07	c NW started thread 0 successfully (1087301952)
0.00/0.09	c NW started thread 1 successfully (1097791808)
0.00/0.12	c NW started thread 2 successfully (1115289920)
0.00/0.15	c NW started thread 3 successfully (1125779776)
55.20/13.99	c preprocessor returned 10008 variables
55.20/13.99	c preprocessing returned UNKNOWN
55.20/13.99	c PP set 0 variables
55.20/13.99	c pp time: 13885720us (13s)
55.20/13.99	c preprocessor returned 10008 variables
55.20/13.99	c preprocessing returned UNKNOWN
55.20/13.99	c PP set 0 variables
55.20/13.99	c pp time: 13838881us (13s)
55.57/14.06	c preprocessor returned 10008 variables
55.57/14.06	c preprocessing returned UNKNOWN
55.57/14.06	c PP set 0 variables
55.57/14.06	c pp time: 13968209us (13s)
78.34/19.75	c preprocessor returned 30008 variables
78.34/19.75	c preprocessing returned UNKNOWN
78.34/19.75	c PP set 0 variables
78.34/19.75	c pp time: 19597744us (19s)

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-3251470-1304085429/watcher-3251470-1304085429 -o /tmp/evaluation-result-3251470-1304085429/solver-3251470-1304085429 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3251470-1304085429.cnf 891575286 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: 8.08 8.08 8.06 5/182 5334
/proc/meminfo: memFree=19230660/32950904 swapFree=67082284/67111528
[pid=5334] ppid=5332 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5334/stat : 5334 (priss.sh) S 5332 5334 4177 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520142682 8908800 252 33554432000 4194304 4922060 140736733337328 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5334/statm: 2175 252 211 178 0 68 0

[startup+0.030765 s]
/proc/loadavg: 8.08 8.08 8.06 5/182 5334
/proc/meminfo: memFree=19230660/32950904 swapFree=67082284/67111528
[pid=5334] ppid=5332 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5334/stat : 5334 (priss.sh) S 5332 5334 4177 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520142682 8908800 252 33554432000 4194304 4922060 140736733337328 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5334/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100754 s]
/proc/loadavg: 8.08 8.08 8.06 5/182 5334
/proc/meminfo: memFree=19230660/32950904 swapFree=67082284/67111528
[pid=5334] ppid=5332 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5334/stat : 5334 (priss.sh) S 5332 5334 4177 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520142682 8908800 252 33554432000 4194304 4922060 140736733337328 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5334/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.382715 s]
/proc/loadavg: 8.08 8.08 8.06 5/182 5334
/proc/meminfo: memFree=19230660/32950904 swapFree=67082284/67111528
[pid=5334] ppid=5332 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5334/stat : 5334 (priss.sh) S 5332 5334 4177 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520142682 8908800 252 33554432000 4194304 4922060 140736733337328 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5334/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.16257 s]
/proc/loadavg: 8.08 8.08 8.06 5/182 5334
/proc/meminfo: memFree=19230660/32950904 swapFree=67082284/67111528
[pid=5334] ppid=5332 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5334/stat : 5334 (priss.sh) S 5332 5334 4177 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520142682 8908800 252 33554432000 4194304 4922060 140736733337328 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5334/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50051 s]
/proc/loadavg: 8.08 8.08 8.06 5/182 5334
/proc/meminfo: memFree=19230660/32950904 swapFree=67082284/67111528
[pid=5334] ppid=5332 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5334/stat : 5334 (priss.sh) S 5332 5334 4177 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520142682 8908800 252 33554432000 4194304 4922060 140736733337328 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5334/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10122 s]
/proc/loadavg: 8.16 8.10 8.07 9/188 5340
/proc/meminfo: memFree=19152900/32950904 swapFree=67082284/67111528
[pid=5334] ppid=5332 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5334/stat : 5334 (priss.sh) S 5332 5334 4177 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520142682 8908800 252 33554432000 4194304 4922060 140736733337328 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5334/statm: 2175 252 211 178 0 68 0
[pid=5335] ppid=5334 vsize=311252 CPUtime=12.03 cores=0,2,4,6
/proc/5335/stat : 5335 (priss) S 5334 5334 4177 0 -1 4202496 44466 0 0 0 1193 10 0 0 25 0 5 0 520142682 318722048 19483 33554432000 4194304 5787044 140735072942784 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/5335/statm: 77813 19483 350 389 0 73563 0
[pid=5335/tid=5337] ppid=5334 vsize=311252 CPUtime=3 cores=0,2,4,6
/proc/5335/task/5337/stat : 5337 (priss) R 5334 5334 4177 0 -1 4202560 8298 0 0 0 298 2 0 0 24 0 5 0 520142689 318722048 19483 33554432000 4194304 5787044 140735072942784 18446744073709551615 4336770 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5335/tid=5338] ppid=5334 vsize=311252 CPUtime=2.96 cores=0,2,4,6
/proc/5335/task/5338/stat : 5338 (priss) R 5334 5334 4177 0 -1 4202560 8014 0 0 0 294 2 0 0 23 0 5 0 520142691 318722048 19483 33554432000 4194304 5787044 140735072942784 18446744073709551615 4336756 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5335/tid=5339] ppid=5334 vsize=311252 CPUtime=2.96 cores=0,2,4,6
/proc/5335/task/5339/stat : 5339 (priss) R 5334 5334 4177 0 -1 4202560 8390 0 0 0 294 2 0 0 23 0 5 0 520142694 318722048 19483 33554432000 4194304 5787044 140735072942784 18446744073709551615 4336786 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5335/tid=5340] ppid=5334 vsize=311252 CPUtime=2.94 cores=0,2,4,6
/proc/5335/task/5340/stat : 5340 (priss) R 5334 5334 4177 0 -1 4202560 7353 0 0 0 293 1 0 0 24 0 5 0 520142697 318722048 19483 33554432000 4194304 5787044 140735072942784 18446744073709551615 4336756 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.03
Current children cumulated vsize (KiB) 319952

[startup+6.30065 s]
/proc/loadavg: 8.14 8.10 8.07 9/188 5340
/proc/meminfo: memFree=19152292/32950904 swapFree=67082284/67111528
[pid=5334] ppid=5332 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5334/stat : 5334 (priss.sh) S 5332 5334 4177 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520142682 8908800 252 33554432000 4194304 4922060 140736733337328 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5334/statm: 2175 252 211 178 0 68 0
[pid=5335] ppid=5334 vsize=311252 CPUtime=24.81 cores=0,2,4,6
/proc/5335/stat : 5335 (priss) S 5334 5334 4177 0 -1 4202496 44466 0 0 0 2470 11 0 0 25 0 5 0 520142682 318722048 19483 33554432000 4194304 5787044 140735072942784 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/5335/statm: 77813 19483 350 389 0 73563 0
[pid=5335/tid=5337] ppid=5334 vsize=311252 CPUtime=6.2 cores=0,2,4,6
/proc/5335/task/5337/stat : 5337 (priss) R 5334 5334 4177 0 -1 4202560 8298 0 0 0 617 3 0 0 25 0 5 0 520142689 318722048 19483 33554432000 4194304 5787044 140735072942784 18446744073709551615 4336254 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5335/tid=5338] ppid=5334 vsize=311252 CPUtime=6.14 cores=0,2,4,6
/proc/5335/task/5338/stat : 5338 (priss) R 5334 5334 4177 0 -1 4202560 8014 0 0 0 612 2 0 0 25 0 5 0 520142691 318722048 19483 33554432000 4194304 5787044 140735072942784 18446744073709551615 4336135 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5335/tid=5339] ppid=5334 vsize=311252 CPUtime=6.16 cores=0,2,4,6
/proc/5335/task/5339/stat : 5339 (priss) R 5334 5334 4177 0 -1 4202560 8390 0 0 0 614 2 0 0 25 0 5 0 520142694 318722048 19483 33554432000 4194304 5787044 140735072942784 18446744073709551615 4336756 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5335/tid=5340] ppid=5334 vsize=311252 CPUtime=6.14 cores=0,2,4,6
/proc/5335/task/5340/stat : 5340 (priss) R 5334 5334 4177 0 -1 4202560 7353 0 0 0 613 1 0 0 25 0 5 0 520142697 318722048 19483 33554432000 4194304 5787044 140735072942784 18446744073709551615 4336786 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.81
Current children cumulated vsize (KiB) 319952

[startup+12.7005 s]
/proc/loadavg: 8.13 8.09 8.07 9/188 5340
/proc/meminfo: memFree=19140084/32950904 swapFree=67082284/67111528
[pid=5334] ppid=5332 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5334/stat : 5334 (priss.sh) S 5332 5334 4177 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520142682 8908800 252 33554432000 4194304 4922060 140736733337328 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5334/statm: 2175 252 211 178 0 68 0
[pid=5335] ppid=5334 vsize=312704 CPUtime=50.4 cores=0,2,4,6
/proc/5335/stat : 5335 (priss) S 5334 5334 4177 0 -1 4202496 47167 0 0 0 5029 11 0 0 25 0 5 0 520142682 320208896 22184 33554432000 4194304 5787044 140735072942784 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/5335/statm: 78176 22184 352 389 0 73926 0
[pid=5335/tid=5337] ppid=5334 vsize=312704 CPUtime=12.61 cores=0,2,4,6
/proc/5335/task/5337/stat : 5337 (priss) R 5334 5334 4177 0 -1 4202560 9080 0 0 0 1258 3 0 0 25 0 5 0 520142689 320208896 22184 33554432000 4194304 5787044 140735072942784 18446744073709551615 4336688 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5335/tid=5338] ppid=5334 vsize=312704 CPUtime=12.51 cores=0,2,4,6
/proc/5335/task/5338/stat : 5338 (priss) R 5334 5334 4177 0 -1 4202560 8763 0 0 0 1249 2 0 0 25 0 5 0 520142691 320208896 22184 33554432000 4194304 5787044 140735072942784 18446744073709551615 4336138 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5335/tid=5339] ppid=5334 vsize=312704 CPUtime=12.56 cores=0,2,4,6
/proc/5335/task/5339/stat : 5339 (priss) R 5334 5334 4177 0 -1 4202560 9167 0 0 0 1254 2 0 0 25 0 5 0 520142694 320208896 22184 33554432000 4194304 5787044 140735072942784 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5335/tid=5340] ppid=5334 vsize=312704 CPUtime=12.54 cores=0,2,4,6
/proc/5335/task/5340/stat : 5340 (priss) R 5334 5334 4177 0 -1 4202560 7746 0 0 0 1253 1 0 0 25 0 5 0 520142697 320208896 22184 33554432000 4194304 5787044 140735072942784 18446744073709551615 4335747 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.4
Current children cumulated vsize (KiB) 321404

[startup+25.5002 s]
/proc/loadavg: 8.11 8.09 8.06 9/188 5340
/proc/meminfo: memFree=19080304/32950904 swapFree=67082284/67111528
[pid=5334] ppid=5332 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5334/stat : 5334 (priss.sh) S 5332 5334 4177 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520142682 8908800 252 33554432000 4194304 4922060 140736733337328 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5334/statm: 2175 252 211 178 0 68 0
[pid=5335] ppid=5334 vsize=349276 CPUtime=101.51 cores=0,2,4,6
/proc/5335/stat : 5335 (priss) S 5334 5334 4177 0 -1 4202496 84221 0 0 0 10132 19 0 0 25 0 5 0 520142682 357658624 37609 33554432000 4194304 5787044 140735072942784 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/5335/statm: 87319 37609 417 389 0 83069 0
[pid=5335/tid=5337] ppid=5334 vsize=349276 CPUtime=25.4 cores=0,2,4,6
/proc/5335/task/5337/stat : 5337 (priss) R 5334 5334 4177 0 -1 4202560 20039 0 0 0 2534 6 0 0 25 0 5 0 520142689 357658624 37609 33554432000 4194304 5787044 140735072942784 18446744073709551615 237278540833 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5335/tid=5338] ppid=5334 vsize=349276 CPUtime=25.24 cores=0,2,4,6
/proc/5335/task/5338/stat : 5338 (priss) R 5334 5334 4177 0 -1 4202560 16178 0 0 0 2521 3 0 0 25 0 5 0 520142691 357658624 37609 33554432000 4194304 5787044 140735072942784 18446744073709551615 5588249 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5335/tid=5339] ppid=5334 vsize=349276 CPUtime=25.36 cores=0,2,4,6
/proc/5335/task/5339/stat : 5339 (priss) R 5334 5334 4177 0 -1 4202560 19701 0 0 0 2531 5 0 0 25 0 5 0 520142694 357658624 37609 33554432000 4194304 5787044 140735072942784 18446744073709551615 5601969 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5335/tid=5340] ppid=5334 vsize=349276 CPUtime=25.33 cores=0,2,4,6
/proc/5335/task/5340/stat : 5340 (priss) R 5334 5334 4177 0 -1 4202560 15892 0 0 0 2531 2 0 0 25 0 5 0 520142697 357658624 37609 33554432000 4194304 5787044 140735072942784 18446744073709551615 5549707 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.51
Current children cumulated vsize (KiB) 357976

[startup+51.1007 s]
/proc/loadavg: 8.19 8.11 8.07 9/188 5341
/proc/meminfo: memFree=19032680/32950904 swapFree=67082284/67111528
[pid=5334] ppid=5332 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5334/stat : 5334 (priss.sh) S 5332 5334 4177 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520142682 8908800 252 33554432000 4194304 4922060 140736733337328 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5334/statm: 2175 252 211 178 0 68 0
[pid=5335] ppid=5334 vsize=361892 CPUtime=203.76 cores=0,2,4,6
/proc/5335/stat : 5335 (priss) S 5334 5334 4177 0 -1 4202496 95288 0 0 0 20350 26 0 0 25 0 5 0 520142682 370577408 48672 33554432000 4194304 5787044 140735072942784 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/5335/statm: 90473 48672 417 389 0 86223 0
[pid=5335/tid=5337] ppid=5334 vsize=361892 CPUtime=51 cores=0,2,4,6
/proc/5335/task/5337/stat : 5337 (priss) R 5334 5334 4177 0 -1 4202560 22701 0 0 0 5092 8 0 0 25 0 5 0 520142689 370577408 48672 33554432000 4194304 5787044 140735072942784 18446744073709551615 5591097 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5335/tid=5338] ppid=5334 vsize=361892 CPUtime=50.7 cores=0,2,4,6
/proc/5335/task/5338/stat : 5338 (priss) R 5334 5334 4177 0 -1 4202560 18736 0 0 0 5065 5 0 0 25 0 5 0 520142691 370577408 48672 33554432000 4194304 5787044 140735072942784 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5335/tid=5339] ppid=5334 vsize=361892 CPUtime=50.96 cores=0,2,4,6
/proc/5335/task/5339/stat : 5339 (priss) R 5334 5334 4177 0 -1 4202560 23504 0 0 0 5089 7 0 0 25 0 5 0 520142694 370577408 48672 33554432000 4194304 5787044 140735072942784 18446744073709551615 5591280 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5335/tid=5340] ppid=5334 vsize=361892 CPUtime=50.93 cores=0,2,4,6
/proc/5335/task/5340/stat : 5340 (priss) R 5334 5334 4177 0 -1 4202560 17936 0 0 0 5089 4 0 0 25 0 5 0 520142697 370577408 48672 33554432000 4194304 5787044 140735072942784 18446744073709551615 5526890 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.76
Current children cumulated vsize (KiB) 370592

[startup+102.301 s]
/proc/loadavg: 8.19 8.12 8.08 9/188 5342
/proc/meminfo: memFree=18947328/32950904 swapFree=67082284/67111528
[pid=5334] ppid=5332 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5334/stat : 5334 (priss.sh) S 5332 5334 4177 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520142682 8908800 252 33554432000 4194304 4922060 140736733337328 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5334/statm: 2175 252 211 178 0 68 0
[pid=5335] ppid=5334 vsize=388032 CPUtime=408.26 cores=0,2,4,6
/proc/5335/stat : 5335 (priss) S 5334 5334 4177 0 -1 4202496 111553 0 0 0 40786 40 0 0 25 0 5 0 520142682 397344768 64775 33554432000 4194304 5787044 140735072942784 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/5335/statm: 97008 64775 417 389 0 92758 0
[pid=5335/tid=5337] ppid=5334 vsize=388032 CPUtime=102.2 cores=0,2,4,6
/proc/5335/task/5337/stat : 5337 (priss) R 5334 5334 4177 0 -1 4202560 26811 0 0 0 10209 11 0 0 25 0 5 0 520142689 397344768 64775 33554432000 4194304 5787044 140735072942784 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5335/tid=5338] ppid=5334 vsize=388032 CPUtime=101.61 cores=0,2,4,6
/proc/5335/task/5338/stat : 5338 (priss) R 5334 5334 4177 0 -1 4202560 21829 0 0 0 10152 9 0 0 25 0 5 0 520142691 397344768 64775 33554432000 4194304 5787044 140735072942784 18446744073709551615 5591289 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5335/tid=5339] ppid=5334 vsize=388032 CPUtime=102.15 cores=0,2,4,6
/proc/5335/task/5339/stat : 5339 (priss) R 5334 5334 4177 0 -1 4202560 27147 0 0 0 10204 11 0 0 25 0 5 0 520142694 397344768 64775 33554432000 4194304 5787044 140735072942784 18446744073709551615 5586853 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5335/tid=5340] ppid=5334 vsize=388032 CPUtime=102.12 cores=0,2,4,6
/proc/5335/task/5340/stat : 5340 (priss) R 5334 5334 4177 0 -1 4202560 23355 0 0 0 10206 6 0 0 25 0 5 0 520142697 397344768 64775 33554432000 4194304 5787044 140735072942784 18446744073709551615 5527822 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.26
Current children cumulated vsize (KiB) 396732

[startup+162.301 s]
/proc/loadavg: 7.88 8.06 8.06 9/188 5377
/proc/meminfo: memFree=19621604/32950904 swapFree=67082284/67111528
[pid=5334] ppid=5332 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5334/stat : 5334 (priss.sh) S 5332 5334 4177 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520142682 8908800 252 33554432000 4194304 4922060 140736733337328 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5334/statm: 2175 252 211 178 0 68 0
[pid=5335] ppid=5334 vsize=407048 CPUtime=647.94 cores=0,2,4,6

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

/proc/5335/task/5338/stat : 5338 (priss) R 5334 5334 4177 0 -1 4202560 47984 0 0 0 81939 47 0 0 25 0 5 0 520142691 965132288 171705 33554432000 4194304 5787044 140735072942784 18446744073709551615 5601770 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5335/tid=5339] ppid=5334 vsize=942512 CPUtime=822.11 cores=0,2,4,6
/proc/5335/task/5339/stat : 5339 (priss) R 5334 5334 4177 0 -1 4202560 52515 0 0 0 82139 72 0 0 25 0 5 0 520142694 965132288 171705 33554432000 4194304 5787044 140735072942784 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5335/tid=5340] ppid=5334 vsize=942512 CPUtime=821.33 cores=0,2,4,6
/proc/5335/task/5340/stat : 5340 (priss) R 5334 5334 4177 0 -1 4202560 50839 0 0 0 82111 22 0 0 25 0 5 0 520142697 965132288 171705 33554432000 4194304 5787044 140735072942784 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3283.3
Current children cumulated vsize (KiB) 951212

[startup+882.301 s]
/proc/loadavg: 4.10 5.24 6.75 5/177 5425
/proc/meminfo: memFree=19249332/32950904 swapFree=67082284/67111528
[pid=5334] ppid=5332 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5334/stat : 5334 (priss.sh) S 5332 5334 4177 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520142682 8908800 252 33554432000 4194304 4922060 140736733337328 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5334/statm: 2175 252 211 178 0 68 0
[pid=5335] ppid=5334 vsize=963788 CPUtime=3522.94 cores=0,2,4,6
/proc/5335/stat : 5335 (priss) S 5334 5334 4177 0 -1 4202496 232083 0 0 0 352044 250 0 0 25 0 5 0 520142682 986918912 183745 33554432000 4194304 5787044 140735072942784 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/5335/statm: 240947 183745 417 389 0 236697 0
[pid=5335/tid=5337] ppid=5334 vsize=963788 CPUtime=879.49 cores=0,2,4,6
/proc/5335/task/5337/stat : 5337 (priss) R 5334 5334 4177 0 -1 4202560 60332 0 0 0 87855 94 0 0 25 0 5 0 520142689 986918912 183745 33554432000 4194304 5787044 140735072942784 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5335/tid=5338] ppid=5334 vsize=963788 CPUtime=879.86 cores=0,2,4,6
/proc/5335/task/5338/stat : 5338 (priss) R 5334 5334 4177 0 -1 4202560 50938 0 0 0 87936 50 0 0 25 0 5 0 520142691 986918912 183745 33554432000 4194304 5787044 140735072942784 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5335/tid=5339] ppid=5334 vsize=963788 CPUtime=882.11 cores=0,2,4,6
/proc/5335/task/5339/stat : 5339 (priss) R 5334 5334 4177 0 -1 4202560 54300 0 0 0 88132 79 0 0 25 0 5 0 520142694 986918912 183745 33554432000 4194304 5787044 140735072942784 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5335/tid=5340] ppid=5334 vsize=963788 CPUtime=881.32 cores=0,2,4,6
/proc/5335/task/5340/stat : 5340 (priss) R 5334 5334 4177 0 -1 4202560 54102 0 0 0 88107 25 0 0 25 0 5 0 520142697 986918912 183745 33554432000 4194304 5787044 140735072942784 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3522.94
Current children cumulated vsize (KiB) 972488

[startup+942.306 s]
/proc/loadavg: 4.09 5.03 6.58 5/177 5427
/proc/meminfo: memFree=19224856/32950904 swapFree=67082284/67111528
[pid=5334] ppid=5332 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5334/stat : 5334 (priss.sh) S 5332 5334 4177 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520142682 8908800 252 33554432000 4194304 4922060 140736733337328 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5334/statm: 2175 252 211 178 0 68 0
[pid=5335] ppid=5334 vsize=971888 CPUtime=3762.63 cores=0,2,4,6
/proc/5335/stat : 5335 (priss) S 5334 5334 4177 0 -1 4202496 238340 0 0 0 375988 275 0 0 25 0 5 0 520142682 995213312 189777 33554432000 4194304 5787044 140735072942784 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/5335/statm: 242972 189777 417 389 0 238722 0
[pid=5335/tid=5337] ppid=5334 vsize=971888 CPUtime=939.17 cores=0,2,4,6
/proc/5335/task/5337/stat : 5337 (priss) R 5334 5334 4177 0 -1 4202560 61003 0 0 0 93821 96 0 0 25 0 5 0 520142689 995213312 189777 33554432000 4194304 5787044 140735072942784 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5335/tid=5338] ppid=5334 vsize=971888 CPUtime=939.86 cores=0,2,4,6
/proc/5335/task/5338/stat : 5338 (priss) R 5334 5334 4177 0 -1 4202560 50939 0 0 0 93936 50 0 0 25 0 5 0 520142691 995213312 189777 33554432000 4194304 5787044 140735072942784 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5335/tid=5339] ppid=5334 vsize=971888 CPUtime=942.11 cores=0,2,4,6
/proc/5335/task/5339/stat : 5339 (priss) R 5334 5334 4177 0 -1 4202560 58051 0 0 0 94111 100 0 0 25 0 5 0 520142694 995213312 189777 33554432000 4194304 5787044 140735072942784 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5335/tid=5340] ppid=5334 vsize=971888 CPUtime=941.32 cores=0,2,4,6
/proc/5335/task/5340/stat : 5340 (priss) R 5334 5334 4177 0 -1 4202560 55936 0 0 0 94106 26 0 0 25 0 5 0 520142697 995213312 189777 33554432000 4194304 5787044 140735072942784 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3762.63
Current children cumulated vsize (KiB) 980588

[startup+1002.3 s]
/proc/loadavg: 4.08 4.85 6.42 5/177 5428
/proc/meminfo: memFree=19210556/32950904 swapFree=67082284/67111528
[pid=5334] ppid=5332 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5334/stat : 5334 (priss.sh) S 5332 5334 4177 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520142682 8908800 252 33554432000 4194304 4922060 140736733337328 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5334/statm: 2175 252 211 178 0 68 0
[pid=5335] ppid=5334 vsize=971888 CPUtime=4002.28 cores=0,2,4,6
/proc/5335/stat : 5335 (priss) S 5334 5334 4177 0 -1 4202496 241942 0 0 0 399932 296 0 0 25 0 5 0 520142682 995213312 193379 33554432000 4194304 5787044 140735072942784 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/5335/statm: 242972 193379 417 389 0 238722 0
[pid=5335/tid=5337] ppid=5334 vsize=971888 CPUtime=998.84 cores=0,2,4,6
/proc/5335/task/5337/stat : 5337 (priss) R 5334 5334 4177 0 -1 4202560 61004 0 0 0 99788 96 0 0 25 0 5 0 520142689 995213312 193379 33554432000 4194304 5787044 140735072942784 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5335/tid=5338] ppid=5334 vsize=971888 CPUtime=999.86 cores=0,2,4,6
/proc/5335/task/5338/stat : 5338 (priss) R 5334 5334 4177 0 -1 4202560 50941 0 0 0 99936 50 0 0 25 0 5 0 520142691 995213312 193379 33554432000 4194304 5787044 140735072942784 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5335/tid=5339] ppid=5334 vsize=971888 CPUtime=1002.1 cores=0,2,4,6
/proc/5335/task/5339/stat : 5339 (priss) R 5334 5334 4177 0 -1 4202560 61650 0 0 0 100090 120 0 0 25 0 5 0 520142694 995213312 193379 33554432000 4194304 5787044 140735072942784 18446744073709551615 5591666 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5335/tid=5340] ppid=5334 vsize=971888 CPUtime=1001.31 cores=0,2,4,6
/proc/5335/task/5340/stat : 5340 (priss) R 5334 5334 4177 0 -1 4202560 55936 0 0 0 100105 26 0 0 25 0 5 0 520142697 995213312 193379 33554432000 4194304 5787044 140735072942784 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4002.28
Current children cumulated vsize (KiB) 980588

[startup+1062.3 s]
/proc/loadavg: 4.07 4.71 6.27 5/177 5430
/proc/meminfo: memFree=19197112/32950904 swapFree=67082284/67111528
[pid=5334] ppid=5332 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5334/stat : 5334 (priss.sh) S 5332 5334 4177 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520142682 8908800 252 33554432000 4194304 4922060 140736733337328 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5334/statm: 2175 252 211 178 0 68 0
[pid=5335] ppid=5334 vsize=971888 CPUtime=4241.94 cores=0,2,4,6
/proc/5335/stat : 5335 (priss) S 5334 5334 4177 0 -1 4202496 245276 0 0 0 423881 313 0 0 25 0 5 0 520142682 995213312 196713 33554432000 4194304 5787044 140735072942784 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/5335/statm: 242972 196713 417 389 0 238722 0
[pid=5335/tid=5337] ppid=5334 vsize=971888 CPUtime=1058.5 cores=0,2,4,6
/proc/5335/task/5337/stat : 5337 (priss) R 5334 5334 4177 0 -1 4202560 61011 0 0 0 105754 96 0 0 25 0 5 0 520142689 995213312 196713 33554432000 4194304 5787044 140735072942784 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5335/tid=5338] ppid=5334 vsize=971888 CPUtime=1059.86 cores=0,2,4,6
/proc/5335/task/5338/stat : 5338 (priss) R 5334 5334 4177 0 -1 4202560 50947 0 0 0 105936 50 0 0 25 0 5 0 520142691 995213312 196713 33554432000 4194304 5787044 140735072942784 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5335/tid=5339] ppid=5334 vsize=971888 CPUtime=1062.11 cores=0,2,4,6
/proc/5335/task/5339/stat : 5339 (priss) R 5334 5334 4177 0 -1 4202560 64968 0 0 0 106074 137 0 0 25 0 5 0 520142694 995213312 196713 33554432000 4194304 5787044 140735072942784 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5335/tid=5340] ppid=5334 vsize=971888 CPUtime=1061.3 cores=0,2,4,6
/proc/5335/task/5340/stat : 5340 (priss) R 5334 5334 4177 0 -1 4202560 55939 0 0 0 106104 26 0 0 25 0 5 0 520142697 995213312 196713 33554432000 4194304 5787044 140735072942784 18446744073709551615 4215354 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4241.94
Current children cumulated vsize (KiB) 980588

[startup+1122.3 s]
/proc/loadavg: 4.07 4.59 6.13 5/177 5432
/proc/meminfo: memFree=19194100/32950904 swapFree=67082284/67111528
[pid=5334] ppid=5332 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5334/stat : 5334 (priss.sh) S 5332 5334 4177 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520142682 8908800 252 33554432000 4194304 4922060 140736733337328 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5334/statm: 2175 252 211 178 0 68 0
[pid=5335] ppid=5334 vsize=971888 CPUtime=4481.61 cores=0,2,4,6
/proc/5335/stat : 5335 (priss) S 5334 5334 4177 0 -1 4202496 246184 0 0 0 447846 315 0 0 25 0 5 0 520142682 995213312 197396 33554432000 4194304 5787044 140735072942784 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/5335/statm: 242972 197396 417 389 0 238722 0
[pid=5335/tid=5337] ppid=5334 vsize=971888 CPUtime=1118.17 cores=0,2,4,6
/proc/5335/task/5337/stat : 5337 (priss) R 5334 5334 4177 0 -1 4202560 61020 0 0 0 111721 96 0 0 25 0 5 0 520142689 995213312 197396 33554432000 4194304 5787044 140735072942784 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5335/tid=5338] ppid=5334 vsize=971888 CPUtime=1119.86 cores=0,2,4,6
/proc/5335/task/5338/stat : 5338 (priss) R 5334 5334 4177 0 -1 4202560 50965 0 0 0 111936 50 0 0 25 0 5 0 520142691 995213312 197396 33554432000 4194304 5787044 140735072942784 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5335/tid=5339] ppid=5334 vsize=971888 CPUtime=1122.11 cores=0,2,4,6
/proc/5335/task/5339/stat : 5339 (priss) R 5334 5334 4177 0 -1 4202560 65843 0 0 0 112072 139 0 0 25 0 5 0 520142694 995213312 197396 33554432000 4194304 5787044 140735072942784 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5335/tid=5340] ppid=5334 vsize=971888 CPUtime=1121.31 cores=0,2,4,6
/proc/5335/task/5340/stat : 5340 (priss) R 5334 5334 4177 0 -1 4202560 55945 0 0 0 112104 27 0 0 25 0 5 0 520142697 995213312 197396 33554432000 4194304 5787044 140735072942784 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4481.61
Current children cumulated vsize (KiB) 980588

[startup+1182.3 s]
/proc/loadavg: 4.07 4.50 6.00 5/177 5433
/proc/meminfo: memFree=19193940/32950904 swapFree=67082284/67111528
[pid=5334] ppid=5332 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5334/stat : 5334 (priss.sh) S 5332 5334 4177 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520142682 8908800 252 33554432000 4194304 4922060 140736733337328 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5334/statm: 2175 252 211 178 0 68 0
[pid=5335] ppid=5334 vsize=971888 CPUtime=4721.28 cores=0,2,4,6
/proc/5335/stat : 5335 (priss) S 5334 5334 4177 0 -1 4202496 246239 0 0 0 471813 315 0 0 25 0 5 0 520142682 995213312 197451 33554432000 4194304 5787044 140735072942784 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/5335/statm: 242972 197451 417 389 0 238722 0
[pid=5335/tid=5337] ppid=5334 vsize=971888 CPUtime=1177.85 cores=0,2,4,6
/proc/5335/task/5337/stat : 5337 (priss) R 5334 5334 4177 0 -1 4202560 61033 0 0 0 117688 97 0 0 25 0 5 0 520142689 995213312 197451 33554432000 4194304 5787044 140735072942784 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5335/tid=5338] ppid=5334 vsize=971888 CPUtime=1179.86 cores=0,2,4,6
/proc/5335/task/5338/stat : 5338 (priss) R 5334 5334 4177 0 -1 4202560 50984 0 0 0 117936 50 0 0 25 0 5 0 520142691 995213312 197451 33554432000 4194304 5787044 140735072942784 18446744073709551615 5586783 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5335/tid=5339] ppid=5334 vsize=971888 CPUtime=1182.11 cores=0,2,4,6
/proc/5335/task/5339/stat : 5339 (priss) R 5334 5334 4177 0 -1 4202560 65844 0 0 0 118072 139 0 0 25 0 5 0 520142694 995213312 197451 33554432000 4194304 5787044 140735072942784 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5335/tid=5340] ppid=5334 vsize=971888 CPUtime=1181.31 cores=0,2,4,6
/proc/5335/task/5340/stat : 5340 (priss) R 5334 5334 4177 0 -1 4202560 55967 0 0 0 118104 27 0 0 25 0 5 0 520142697 995213312 197451 33554432000 4194304 5787044 140735072942784 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4721.28
Current children cumulated vsize (KiB) 980588



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.1 s]
/proc/loadavg: 4.13 4.48 5.96 5/177 5434
/proc/meminfo: memFree=19193916/32950904 swapFree=67082284/67111528
[pid=5334] ppid=5332 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5334/stat : 5334 (priss.sh) S 5332 5334 4177 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520142682 8908800 252 33554432000 4194304 4922060 140736733337328 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5334/statm: 2175 252 211 178 0 68 0
[pid=5335] ppid=5334 vsize=971888 CPUtime=4800.4 cores=0,2,4,6
/proc/5335/stat : 5335 (priss) S 5334 5334 4177 0 -1 4202496 246345 0 0 0 479725 315 0 0 25 0 5 0 520142682 995213312 197557 33554432000 4194304 5787044 140735072942784 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/5335/statm: 242972 197557 417 389 0 238722 0
[pid=5335/tid=5337] ppid=5334 vsize=971888 CPUtime=1197.54 cores=0,2,4,6
/proc/5335/task/5337/stat : 5337 (priss) R 5334 5334 4177 0 -1 4202560 61047 0 0 0 119657 97 0 0 25 0 5 0 520142689 995213312 197557 33554432000 4194304 5787044 140735072942784 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5335/tid=5338] ppid=5334 vsize=971888 CPUtime=1199.67 cores=0,2,4,6
/proc/5335/task/5338/stat : 5338 (priss) R 5334 5334 4177 0 -1 4202560 51068 0 0 0 119917 50 0 0 25 0 5 0 520142691 995213312 197557 33554432000 4194304 5787044 140735072942784 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5335/tid=5339] ppid=5334 vsize=971888 CPUtime=1201.91 cores=0,2,4,6
/proc/5335/task/5339/stat : 5339 (priss) R 5334 5334 4177 0 -1 4202560 65844 0 0 0 120052 139 0 0 25 0 5 0 520142694 995213312 197557 33554432000 4194304 5787044 140735072942784 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5335/tid=5340] ppid=5334 vsize=971888 CPUtime=1201.11 cores=0,2,4,6
/proc/5335/task/5340/stat : 5340 (priss) R 5334 5334 4177 0 -1 4202560 55975 0 0 0 120084 27 0 0 25 0 5 0 520142697 995213312 197557 33554432000 4194304 5787044 140735072942784 18446744073709551615 5531952 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.4
Current children cumulated vsize (KiB) 980588

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

Real time (s): 1202.12
CPU time (s): 4800.4
CPU user time (s): 4797.25
CPU system time (s): 3.15
CPU usage (%): 399.328
Max. virtual memory (cumulated for all children) (KiB): 980588

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= 6
involuntary context switches= 3

runsolver used 2.09368 second user time and 4.47032 second system time

The end

Launcher Data

Begin job on node121 at 2011-04-29 15:57:09
IDJOB=3251470
IDBENCH=88223
IDSOLVER=1603
FILE ID=node121/3251470-1304085429
RUNJOBID= node121-1304081337-4801
PBS_JOBID= 13170500
Free space on /tmp= 72644 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m42-q663-n40-p15-s72490337.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251470-1304085429/watcher-3251470-1304085429 -o /tmp/evaluation-result-3251470-1304085429/solver-3251470-1304085429 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3251470-1304085429.cnf 891575286 4800 15500 4

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

MD5SUM BENCH= ab8e40d31c79e7a71114e3126a46874f
RANDOM SEED=891575286

node121.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.817
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.63
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.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.07
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.817
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.84
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.817
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.77
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.817
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.817
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.74
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.817
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.817
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:     32950904 kB
MemFree:      19230824 kB
Buffers:       2182416 kB
Cached:       10233420 kB
SwapCached:       2776 kB
Active:        9871176 kB
Inactive:      3328852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      19230824 kB
SwapTotal:    67111528 kB
SwapFree:     67082284 kB
Dirty:            4680 kB
Writeback:           0 kB
AnonPages:      782024 kB
Mapped:          14656 kB
Slab:           455496 kB
PageTables:       6324 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:  1014300 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= 72648 MiB
End job on node121 at 2011-04-29 16:17:13