Trace number 3499297

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

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n240-s78945233-sat.cnf
MD5SUM1f90ac4288669aff970e47f4201b5ea4
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark13.119
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of clauses576
Sum of the clauses size1440
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2480
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 596
Number of clauses of size over 50

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: 23818
0.00/0.00	c parsetime: 224us
0.00/0.00	c parsed 576 clauses with 240 variables
0.00/0.00	c NW started thread 0 successfully (1085794624)
0.00/0.00	c NW started thread 1 successfully (1099622720)
0.00/0.00	c NW started thread 2 successfully (1110112576)
0.00/0.00	c NW started thread 3 successfully (1120602432)
0.00/0.40	c preprocessor returned 10030 variables
0.00/0.40	c preprocessing returned UNKNOWN
0.00/0.40	c PP set 0 variables
0.00/0.40	c pp time: 402302us (0s)
0.00/0.41	c preprocessor returned 10030 variables
0.00/0.41	c preprocessing returned UNKNOWN
0.00/0.41	c PP set 0 variables
0.00/0.41	c pp time: 402488us (0s)
0.00/0.41	c preprocessor returned 10030 variables
0.00/0.41	c preprocessing returned UNKNOWN
0.00/0.41	c PP set 0 variables
0.00/0.41	c pp time: 405383us (0s)
17.58/4.50	c preprocessor returned 30036 variables
17.58/4.50	c preprocessing returned UNKNOWN
17.58/4.50	c PP set 0 variables
17.58/4.50	c pp time: 4494034us (4s)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3499297-1307997371/watcher-3499297-1307997371 -o /tmp/evaluation-result-3499297-1307997371/solver-3499297-1307997371 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499297-1307997371.cnf 1502544850 40000 31000 8 

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

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


[startup+0 s]
/proc/loadavg: 4.00 4.00 3.94 2/170 23817
/proc/meminfo: memFree=32118508/32950928 swapFree=67053884/67111528
[pid=23817] ppid=23815 vsize=8700 CPUtime=0 cores=0-7
/proc/23817/stat : 23817 (priss.sh) S 23815 23817 23391 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911333782 8908800 252 33554432000 4194304 4922060 140736513435072 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23817/statm: 2175 252 211 178 0 68 0

[startup+0.102179 s]
/proc/loadavg: 4.00 4.00 3.94 2/170 23817
/proc/meminfo: memFree=32118508/32950928 swapFree=67053884/67111528
[pid=23817] ppid=23815 vsize=8700 CPUtime=0 cores=0-7
/proc/23817/stat : 23817 (priss.sh) S 23815 23817 23391 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911333782 8908800 252 33554432000 4194304 4922060 140736513435072 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23817/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.201114 s]
/proc/loadavg: 4.00 4.00 3.94 2/170 23817
/proc/meminfo: memFree=32118508/32950928 swapFree=67053884/67111528
[pid=23817] ppid=23815 vsize=8700 CPUtime=0 cores=0-7
/proc/23817/stat : 23817 (priss.sh) S 23815 23817 23391 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911333782 8908800 252 33554432000 4194304 4922060 140736513435072 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23817/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301098 s]
/proc/loadavg: 4.00 4.00 3.94 2/170 23817
/proc/meminfo: memFree=32118508/32950928 swapFree=67053884/67111528
[pid=23817] ppid=23815 vsize=8700 CPUtime=0 cores=0-7
/proc/23817/stat : 23817 (priss.sh) S 23815 23817 23391 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911333782 8908800 252 33554432000 4194304 4922060 140736513435072 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23817/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701018 s]
/proc/loadavg: 4.00 4.00 3.94 2/170 23817
/proc/meminfo: memFree=32118508/32950928 swapFree=67053884/67111528
[pid=23817] ppid=23815 vsize=8700 CPUtime=0 cores=0-7
/proc/23817/stat : 23817 (priss.sh) S 23815 23817 23391 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911333782 8908800 252 33554432000 4194304 4922060 140736513435072 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23817/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50086 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 23823
/proc/meminfo: memFree=32094056/32950928 swapFree=67053884/67111528
[pid=23817] ppid=23815 vsize=8700 CPUtime=0 cores=0-7
/proc/23817/stat : 23817 (priss.sh) S 23815 23817 23391 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911333782 8908800 252 33554432000 4194304 4922060 140736513435072 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23817/statm: 2175 252 211 178 0 68 0
[pid=23818] ppid=23817 vsize=278248 CPUtime=5.96 cores=0-7
/proc/23818/stat : 23818 (priss) S 23817 23817 23391 0 -1 4202496 7869 0 0 0 593 3 0 0 25 0 5 0 911333782 284925952 6993 33554432000 4194304 5787044 140736882591920 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/23818/statm: 69562 6993 405 389 0 65312 0
[pid=23818/tid=23819] ppid=23817 vsize=278248 CPUtime=1.48 cores=0-7
/proc/23818/task/23819/stat : 23819 (priss) R 23817 23817 23391 0 -1 4202560 1476 0 0 0 148 0 0 0 18 0 5 0 911333783 284925952 6993 33554432000 4194304 5787044 140736882591920 18446744073709551615 5591573 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23818/tid=23820] ppid=23817 vsize=278248 CPUtime=1.48 cores=0-7
/proc/23818/task/23820/stat : 23820 (priss) R 23817 23817 23391 0 -1 4202560 1336 0 0 0 148 0 0 0 18 0 5 0 911333783 284925952 6993 33554432000 4194304 5787044 140736882591920 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23818/tid=23821] ppid=23817 vsize=278248 CPUtime=1.48 cores=0-7
/proc/23818/task/23821/stat : 23821 (priss) R 23817 23817 23391 0 -1 4202560 1606 0 0 0 146 2 0 0 18 0 5 0 911333783 284925952 6993 33554432000 4194304 5787044 140736882591920 18446744073709551615 5591564 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=23818/tid=23822] ppid=23817 vsize=278248 CPUtime=1.48 cores=0-7
/proc/23818/task/23822/stat : 23822 (priss) R 23817 23817 23391 0 -1 4202560 1953 0 0 0 148 0 0 0 20 0 5 0 911333783 284925952 6993 33554432000 4194304 5787044 140736882591920 18446744073709551615 254500385748 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 286948

[startup+3.10054 s]
/proc/loadavg: 4.00 4.00 3.94 6/176 23823
/proc/meminfo: memFree=32091524/32950928 swapFree=67053884/67111528
[pid=23817] ppid=23815 vsize=8700 CPUtime=0 cores=0-7
/proc/23817/stat : 23817 (priss.sh) S 23815 23817 23391 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911333782 8908800 252 33554432000 4194304 4922060 140736513435072 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23817/statm: 2175 252 211 178 0 68 0
[pid=23818] ppid=23817 vsize=279304 CPUtime=12.36 cores=0-7
/proc/23818/stat : 23818 (priss) S 23817 23817 23391 0 -1 4202496 8770 0 0 0 1231 5 0 0 25 0 5 0 911333782 286007296 7894 33554432000 4194304 5787044 140736882591920 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/23818/statm: 69826 7894 405 389 0 65576 0
[pid=23818/tid=23819] ppid=23817 vsize=279304 CPUtime=3.08 cores=0-7
/proc/23818/task/23819/stat : 23819 (priss) R 23817 23817 23391 0 -1 4202560 1786 0 0 0 308 0 0 0 18 0 5 0 911333783 286007296 7894 33554432000 4194304 5787044 140736882591920 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23818/tid=23820] ppid=23817 vsize=279304 CPUtime=3.08 cores=0-7
/proc/23818/task/23820/stat : 23820 (priss) R 23817 23817 23391 0 -1 4202560 1633 0 0 0 308 0 0 0 18 0 5 0 911333783 286007296 7894 33554432000 4194304 5787044 140736882591920 18446744073709551615 5591827 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23818/tid=23821] ppid=23817 vsize=279304 CPUtime=3.08 cores=0-7
/proc/23818/task/23821/stat : 23821 (priss) R 23817 23817 23391 0 -1 4202560 1900 0 0 0 305 3 0 0 19 0 5 0 911333783 286007296 7894 33554432000 4194304 5787044 140736882591920 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=23818/tid=23822] ppid=23817 vsize=279304 CPUtime=3.08 cores=0-7
/proc/23818/task/23822/stat : 23822 (priss) R 23817 23817 23391 0 -1 4202560 1953 0 0 0 308 0 0 0 25 0 5 0 911333783 286007296 7894 33554432000 4194304 5787044 140736882591920 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 288004

[startup+6.30091 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 23824
/proc/meminfo: memFree=32082384/32950928 swapFree=67053884/67111528
[pid=23817] ppid=23815 vsize=8700 CPUtime=0 cores=0-7
/proc/23817/stat : 23817 (priss.sh) S 23815 23817 23391 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911333782 8908800 252 33554432000 4194304 4922060 140736513435072 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23817/statm: 2175 252 211 178 0 68 0
[pid=23818] ppid=23817 vsize=283400 CPUtime=25.15 cores=0-7
/proc/23818/stat : 23818 (priss) S 23817 23817 23391 0 -1 4202496 11678 0 0 0 2507 8 0 0 25 0 5 0 911333782 290201600 10098 33554432000 4194304 5787044 140736882591920 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/23818/statm: 70850 10098 418 389 0 66600 0
[pid=23818/tid=23819] ppid=23817 vsize=283400 CPUtime=6.29 cores=0-7
/proc/23818/task/23819/stat : 23819 (priss) R 23817 23817 23391 0 -1 4202560 2112 0 0 0 628 1 0 0 18 0 5 0 911333783 290201600 10098 33554432000 4194304 5787044 140736882591920 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23818/tid=23820] ppid=23817 vsize=283400 CPUtime=6.28 cores=0-7
/proc/23818/task/23820/stat : 23820 (priss) R 23817 23817 23391 0 -1 4202560 2158 0 0 0 628 0 0 0 18 0 5 0 911333783 290201600 10098 33554432000 4194304 5787044 140736882591920 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23818/tid=23821] ppid=23817 vsize=283400 CPUtime=6.27 cores=0-7
/proc/23818/task/23821/stat : 23821 (priss) R 23817 23817 23391 0 -1 4202560 2146 0 0 0 623 4 0 0 18 0 5 0 911333783 290201600 10098 33554432000 4194304 5787044 140736882591920 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=23818/tid=23822] ppid=23817 vsize=283400 CPUtime=6.28 cores=0-7
/proc/23818/task/23822/stat : 23822 (priss) R 23817 23817 23391 0 -1 4202560 3764 0 0 0 627 1 0 0 25 0 5 0 911333783 290201600 10098 33554432000 4194304 5787044 140736882591920 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 292100

[startup+12.7006 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 23824
/proc/meminfo: memFree=32067032/32950928 swapFree=67053884/67111528
[pid=23817] ppid=23815 vsize=8700 CPUtime=0 cores=0-7
/proc/23817/stat : 23817 (priss.sh) S 23815 23817 23391 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911333782 8908800 252 33554432000 4194304 4922060 140736513435072 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23817/statm: 2175 252 211 178 0 68 0
[pid=23818] ppid=23817 vsize=290432 CPUtime=50.72 cores=0-7
/proc/23818/stat : 23818 (priss) S 23817 23817 23391 0 -1 4202496 15256 0 0 0 5062 10 0 0 25 0 5 0 911333782 297402368 13676 33554432000 4194304 5787044 140736882591920 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/23818/statm: 72608 13676 418 389 0 68358 0
[pid=23818/tid=23819] ppid=23817 vsize=290432 CPUtime=12.68 cores=0-7
/proc/23818/task/23819/stat : 23819 (priss) R 23817 23817 23391 0 -1 4202560 2872 0 0 0 1267 1 0 0 18 0 5 0 911333783 297402368 13676 33554432000 4194304 5787044 140736882591920 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23818/tid=23820] ppid=23817 vsize=290432 CPUtime=12.68 cores=0-7
/proc/23818/task/23820/stat : 23820 (priss) R 23817 23817 23391 0 -1 4202560 3848 0 0 0 1267 1 0 0 18 0 5 0 911333783 297402368 13676 33554432000 4194304 5787044 140736882591920 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23818/tid=23821] ppid=23817 vsize=290432 CPUtime=12.66 cores=0-7
/proc/23818/task/23821/stat : 23821 (priss) R 23817 23817 23391 0 -1 4202560 2463 0 0 0 1261 5 0 0 18 0 5 0 911333783 297402368 13676 33554432000 4194304 5787044 140736882591920 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=23818/tid=23822] ppid=23817 vsize=290432 CPUtime=12.68 cores=0-7
/proc/23818/task/23822/stat : 23822 (priss) R 23817 23817 23391 0 -1 4202560 4575 0 0 0 1266 2 0 0 25 0 5 0 911333783 297402368 13676 33554432000 4194304 5787044 140736882591920 18446744073709551615 5526983 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 299132

[startup+25.5011 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 23824
/proc/meminfo: memFree=32056928/32950928 swapFree=67053884/67111528
[pid=23817] ppid=23815 vsize=8700 CPUtime=0 cores=0-7
/proc/23817/stat : 23817 (priss.sh) S 23815 23817 23391 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911333782 8908800 252 33554432000 4194304 4922060 140736513435072 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23817/statm: 2175 252 211 178 0 68 0
[pid=23818] ppid=23817 vsize=293188 CPUtime=101.91 cores=0-7
/proc/23818/stat : 23818 (priss) S 23817 23817 23391 0 -1 4202496 17842 0 0 0 10178 13 0 0 25 0 5 0 911333782 300224512 16262 33554432000 4194304 5787044 140736882591920 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/23818/statm: 73297 16262 418 389 0 69047 0
[pid=23818/tid=23819] ppid=23817 vsize=293188 CPUtime=25.48 cores=0-7
/proc/23818/task/23819/stat : 23819 (priss) R 23817 23817 23391 0 -1 4202560 3910 0 0 0 2547 1 0 0 20 0 5 0 911333783 300224512 16262 33554432000 4194304 5787044 140736882591920 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23818/tid=23820] ppid=23817 vsize=293188 CPUtime=25.47 cores=0-7
/proc/23818/task/23820/stat : 23820 (priss) R 23817 23817 23391 0 -1 4202560 4508 0 0 0 2545 2 0 0 22 0 5 0 911333783 300224512 16262 33554432000 4194304 5787044 140736882591920 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23818/tid=23821] ppid=23817 vsize=293188 CPUtime=25.44 cores=0-7
/proc/23818/task/23821/stat : 23821 (priss) R 23817 23817 23391 0 -1 4202560 2865 0 0 0 2538 6 0 0 19 0 5 0 911333783 300224512 16262 33554432000 4194304 5787044 140736882591920 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=23818/tid=23822] ppid=23817 vsize=293188 CPUtime=25.48 cores=0-7
/proc/23818/task/23822/stat : 23822 (priss) R 23817 23817 23391 0 -1 4202560 5061 0 0 0 2546 2 0 0 25 0 5 0 911333783 300224512 16262 33554432000 4194304 5787044 140736882591920 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.91
Current children cumulated vsize (KiB) 301888

[startup+51.101 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 23825
/proc/meminfo: memFree=32039760/32950928 swapFree=67053884/67111528
[pid=23817] ppid=23815 vsize=8700 CPUtime=0 cores=0-7
/proc/23817/stat : 23817 (priss.sh) S 23815 23817 23391 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911333782 8908800 252 33554432000 4194304 4922060 140736513435072 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23817/statm: 2175 252 211 178 0 68 0
[pid=23818] ppid=23817 vsize=300648 CPUtime=204.29 cores=0-7
/proc/23818/stat : 23818 (priss) S 23817 23817 23391 0 -1 4202496 22211 0 0 0 20412 17 0 0 25 0 5 0 911333782 307863552 20628 33554432000 4194304 5787044 140736882591920 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/23818/statm: 75162 20628 418 389 0 70912 0
[pid=23818/tid=23819] ppid=23817 vsize=300648 CPUtime=51.08 cores=0-7
/proc/23818/task/23819/stat : 23819 (priss) R 23817 23817 23391 0 -1 4202560 5448 0 0 0 5105 3 0 0 18 0 5 0 911333783 307863552 20628 33554432000 4194304 5787044 140736882591920 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23818/tid=23820] ppid=23817 vsize=300648 CPUtime=51.07 cores=0-7
/proc/23818/task/23820/stat : 23820 (priss) R 23817 23817 23391 0 -1 4202560 5036 0 0 0 5105 2 0 0 25 0 5 0 911333783 307863552 20628 33554432000 4194304 5787044 140736882591920 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23818/tid=23821] ppid=23817 vsize=300648 CPUtime=51.03 cores=0-7
/proc/23818/task/23821/stat : 23821 (priss) R 23817 23817 23391 0 -1 4202560 3465 0 0 0 5096 7 0 0 25 0 5 0 911333783 307863552 20628 33554432000 4194304 5787044 140736882591920 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=23818/tid=23822] ppid=23817 vsize=300648 CPUtime=51.08 cores=0-7
/proc/23818/task/23822/stat : 23822 (priss) R 23817 23817 23391 0 -1 4202560 6764 0 0 0 5105 3 0 0 25 0 5 0 911333783 307863552 20628 33554432000 4194304 5787044 140736882591920 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.29
Current children cumulated vsize (KiB) 309348

[startup+102.301 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 23826
/proc/meminfo: memFree=32013064/32950928 swapFree=67053884/67111528
[pid=23817] ppid=23815 vsize=8700 CPUtime=0 cores=0-7
/proc/23817/stat : 23817 (priss.sh) S 23815 23817 23391 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911333782 8908800 252 33554432000 4194304 4922060 140736513435072 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23817/statm: 2175 252 211 178 0 68 0
[pid=23818] ppid=23817 vsize=307968 CPUtime=409.1 cores=0-7
/proc/23818/stat : 23818 (priss) S 23817 23817 23391 0 -1 4202496 28820 0 0 0 40879 31 0 0 25 0 5 0 911333782 315359232 27233 33554432000 4194304 5787044 140736882591920 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/23818/statm: 76992 27233 418 389 0 72742 0
[pid=23818/tid=23819] ppid=23817 vsize=307968 CPUtime=102.29 cores=0-7
/proc/23818/task/23819/stat : 23819 (priss) R 23817 23817 23391 0 -1 4202560 7314 0 0 0 10225 4 0 0 25 0 5 0 911333783 315359232 27233 33554432000 4194304 5787044 140736882591920 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23818/tid=23820] ppid=23817 vsize=307968 CPUtime=102.28 cores=0-7
/proc/23818/task/23820/stat : 23820 (priss) R 23817 23817 23391 0 -1 4202560 6471 0 0 0 10224 4 0 0 18 0 5 0 911333783 315359232 27233 33554432000 4194304 5787044 140736882591920 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23818/tid=23821] ppid=23817 vsize=307968 CPUtime=102.23 cores=0-7
/proc/23818/task/23821/stat : 23821 (priss) R 23817 23817 23391 0 -1 4202560 5803 0 0 0 10205 18 0 0 25 0 5 0 911333783 315359232 27233 33554432000 4194304 5787044 140736882591920 18446744073709551615 5591573 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23818/tid=23822] ppid=23817 vsize=307968 CPUtime=102.28 cores=0-7

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

/proc/23818/task/23820/stat : 23820 (priss) R 23817 23817 23391 0 -1 4202560 38791 0 0 0 478215 31 0 0 18 0 5 0 911333783 720838656 144989 33554432000 4194304 5787044 140736882591920 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23818/tid=23821] ppid=23817 vsize=703944 CPUtime=4782.36 cores=0-7
/proc/23818/task/23821/stat : 23821 (priss) R 23817 23817 23391 0 -1 4202560 34190 0 0 0 478154 82 0 0 25 0 5 0 911333783 720838656 144989 33554432000 4194304 5787044 140736882591920 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23818/tid=23822] ppid=23817 vsize=703944 CPUtime=4782.48 cores=0-7
/proc/23818/task/23822/stat : 23822 (priss) R 23817 23817 23391 0 -1 4202560 40824 0 0 0 478194 54 0 0 25 0 5 0 911333783 720838656 144989 33554432000 4194304 5787044 140736882591920 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19129.8
Current children cumulated vsize (KiB) 712644

[startup+4842.31 s]
/proc/loadavg: 4.00 4.00 3.96 5/176 23965
/proc/meminfo: memFree=31534072/32950928 swapFree=67053884/67111528
[pid=23817] ppid=23815 vsize=8700 CPUtime=0 cores=0-7
/proc/23817/stat : 23817 (priss.sh) S 23815 23817 23391 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911333782 8908800 252 33554432000 4194304 4922060 140736513435072 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23817/statm: 2175 252 211 178 0 68 0
[pid=23818] ppid=23817 vsize=705712 CPUtime=19369.8 cores=0-7
/proc/23818/stat : 23818 (priss) S 23817 23817 23391 0 -1 4202496 149548 0 0 0 1936781 202 0 0 25 0 5 0 911333782 722649088 146036 33554432000 4194304 5787044 140736882591920 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/23818/statm: 176428 146036 419 389 0 172178 0
[pid=23818/tid=23819] ppid=23817 vsize=705712 CPUtime=4842.47 cores=0-7
/proc/23818/task/23819/stat : 23819 (priss) R 23817 23817 23391 0 -1 4202560 33198 0 0 0 484215 32 0 0 25 0 5 0 911333783 722649088 146036 33554432000 4194304 5787044 140736882591920 18446744073709551615 5591573 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23818/tid=23820] ppid=23817 vsize=705712 CPUtime=4842.46 cores=0-7
/proc/23818/task/23820/stat : 23820 (priss) R 23817 23817 23391 0 -1 4202560 39240 0 0 0 484215 31 0 0 25 0 5 0 911333783 722649088 146036 33554432000 4194304 5787044 140736882591920 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23818/tid=23821] ppid=23817 vsize=705712 CPUtime=4842.37 cores=0-7
/proc/23818/task/23821/stat : 23821 (priss) R 23817 23817 23391 0 -1 4202560 34614 0 0 0 484155 82 0 0 25 0 5 0 911333783 722649088 146036 33554432000 4194304 5787044 140736882591920 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23818/tid=23822] ppid=23817 vsize=705712 CPUtime=4842.49 cores=0-7
/proc/23818/task/23822/stat : 23822 (priss) R 23817 23817 23391 0 -1 4202560 40998 0 0 0 484195 54 0 0 25 0 5 0 911333783 722649088 146036 33554432000 4194304 5787044 140736882591920 18446744073709551615 5527571 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19369.8
Current children cumulated vsize (KiB) 714412

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/176 23966
/proc/meminfo: memFree=31529552/32950928 swapFree=67053884/67111528
[pid=23817] ppid=23815 vsize=8700 CPUtime=0 cores=0-7
/proc/23817/stat : 23817 (priss.sh) S 23815 23817 23391 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911333782 8908800 252 33554432000 4194304 4922060 140736513435072 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23817/statm: 2175 252 211 178 0 68 0
[pid=23818] ppid=23817 vsize=708064 CPUtime=19609.8 cores=0-7
/proc/23818/stat : 23818 (priss) S 23817 23817 23391 0 -1 4202496 150647 0 0 0 1960779 203 0 0 25 0 5 0 911333782 725057536 147135 33554432000 4194304 5787044 140736882591920 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/23818/statm: 177016 147135 419 389 0 172766 0
[pid=23818/tid=23819] ppid=23817 vsize=708064 CPUtime=4902.47 cores=0-7
/proc/23818/task/23819/stat : 23819 (priss) R 23817 23817 23391 0 -1 4202560 33198 0 0 0 490215 32 0 0 25 0 5 0 911333783 725057536 147135 33554432000 4194304 5787044 140736882591920 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23818/tid=23820] ppid=23817 vsize=708064 CPUtime=4902.46 cores=0-7
/proc/23818/task/23820/stat : 23820 (priss) R 23817 23817 23391 0 -1 4202560 39740 0 0 0 490213 33 0 0 25 0 5 0 911333783 725057536 147135 33554432000 4194304 5787044 140736882591920 18446744073709551615 5591573 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23818/tid=23821] ppid=23817 vsize=708064 CPUtime=4902.37 cores=0-7
/proc/23818/task/23821/stat : 23821 (priss) R 23817 23817 23391 0 -1 4202560 35032 0 0 0 490154 83 0 0 25 0 5 0 911333783 725057536 147135 33554432000 4194304 5787044 140736882591920 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23818/tid=23822] ppid=23817 vsize=708064 CPUtime=4902.48 cores=0-7
/proc/23818/task/23822/stat : 23822 (priss) R 23817 23817 23391 0 -1 4202560 41179 0 0 0 490194 54 0 0 25 0 5 0 911333783 725057536 147135 33554432000 4194304 5787044 140736882591920 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19609.8
Current children cumulated vsize (KiB) 716764

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/176 23968
/proc/meminfo: memFree=31526636/32950928 swapFree=67053884/67111528
[pid=23817] ppid=23815 vsize=8700 CPUtime=0 cores=0-7
/proc/23817/stat : 23817 (priss.sh) S 23815 23817 23391 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911333782 8908800 252 33554432000 4194304 4922060 140736513435072 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23817/statm: 2175 252 211 178 0 68 0
[pid=23818] ppid=23817 vsize=708064 CPUtime=19849.8 cores=0-7
/proc/23818/stat : 23818 (priss) S 23817 23817 23391 0 -1 4202496 151536 0 0 0 1984778 204 0 0 25 0 5 0 911333782 725057536 147799 33554432000 4194304 5787044 140736882591920 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/23818/statm: 177016 147799 419 389 0 172766 0
[pid=23818/tid=23819] ppid=23817 vsize=708064 CPUtime=4962.47 cores=0-7
/proc/23818/task/23819/stat : 23819 (priss) R 23817 23817 23391 0 -1 4202560 33198 0 0 0 496215 32 0 0 25 0 5 0 911333783 725057536 147799 33554432000 4194304 5787044 140736882591920 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23818/tid=23820] ppid=23817 vsize=708064 CPUtime=4962.46 cores=0-7
/proc/23818/task/23820/stat : 23820 (priss) R 23817 23817 23391 0 -1 4202560 39976 0 0 0 496213 33 0 0 25 0 5 0 911333783 725057536 147799 33554432000 4194304 5787044 140736882591920 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23818/tid=23821] ppid=23817 vsize=708064 CPUtime=4962.37 cores=0-7
/proc/23818/task/23821/stat : 23821 (priss) R 23817 23817 23391 0 -1 4202560 35032 0 0 0 496154 83 0 0 25 0 5 0 911333783 725057536 147799 33554432000 4194304 5787044 140736882591920 18446744073709551615 5591547 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23818/tid=23822] ppid=23817 vsize=708064 CPUtime=4962.49 cores=0-7
/proc/23818/task/23822/stat : 23822 (priss) R 23817 23817 23391 0 -1 4202560 41832 0 0 0 496194 55 0 0 25 0 5 0 911333783 725057536 147799 33554432000 4194304 5787044 140736882591920 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19849.8
Current children cumulated vsize (KiB) 716764

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/176 23969
/proc/meminfo: memFree=31526340/32950928 swapFree=67053884/67111528
[pid=23817] ppid=23815 vsize=8700 CPUtime=0 cores=0-7
/proc/23817/stat : 23817 (priss.sh) S 23815 23817 23391 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911333782 8908800 252 33554432000 4194304 4922060 140736513435072 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23817/statm: 2175 252 211 178 0 68 0
[pid=23818] ppid=23817 vsize=708064 CPUtime=20089.8 cores=0-7
/proc/23818/stat : 23818 (priss) S 23817 23817 23391 0 -1 4202496 151539 0 0 0 2008778 204 0 0 25 0 5 0 911333782 725057536 147802 33554432000 4194304 5787044 140736882591920 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/23818/statm: 177016 147802 419 389 0 172766 0
[pid=23818/tid=23819] ppid=23817 vsize=708064 CPUtime=5022.47 cores=0-7
/proc/23818/task/23819/stat : 23819 (priss) R 23817 23817 23391 0 -1 4202560 33198 0 0 0 502215 32 0 0 25 0 5 0 911333783 725057536 147802 33554432000 4194304 5787044 140736882591920 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23818/tid=23820] ppid=23817 vsize=708064 CPUtime=5022.46 cores=0-7
/proc/23818/task/23820/stat : 23820 (priss) R 23817 23817 23391 0 -1 4202560 39979 0 0 0 502213 33 0 0 25 0 5 0 911333783 725057536 147802 33554432000 4194304 5787044 140736882591920 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23818/tid=23821] ppid=23817 vsize=708064 CPUtime=5022.37 cores=0-7
/proc/23818/task/23821/stat : 23821 (priss) R 23817 23817 23391 0 -1 4202560 35032 0 0 0 502154 83 0 0 25 0 5 0 911333783 725057536 147802 33554432000 4194304 5787044 140736882591920 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23818/tid=23822] ppid=23817 vsize=708064 CPUtime=5022.49 cores=0-7
/proc/23818/task/23822/stat : 23822 (priss) R 23817 23817 23391 0 -1 4202560 41832 0 0 0 502194 55 0 0 25 0 5 0 911333783 725057536 147802 33554432000 4194304 5787044 140736882591920 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20089.8
Current children cumulated vsize (KiB) 716764

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/176 23971
/proc/meminfo: memFree=31526160/32950928 swapFree=67053884/67111528
[pid=23817] ppid=23815 vsize=8700 CPUtime=0 cores=0-7
/proc/23817/stat : 23817 (priss.sh) S 23815 23817 23391 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911333782 8908800 252 33554432000 4194304 4922060 140736513435072 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23817/statm: 2175 252 211 178 0 68 0
[pid=23818] ppid=23817 vsize=708064 CPUtime=20329.8 cores=0-7
/proc/23818/stat : 23818 (priss) S 23817 23817 23391 0 -1 4202496 151544 0 0 0 2032779 205 0 0 25 0 5 0 911333782 725057536 147807 33554432000 4194304 5787044 140736882591920 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/23818/statm: 177016 147807 419 389 0 172766 0
[pid=23818/tid=23819] ppid=23817 vsize=708064 CPUtime=5082.48 cores=0-7
/proc/23818/task/23819/stat : 23819 (priss) R 23817 23817 23391 0 -1 4202560 33201 0 0 0 508216 32 0 0 25 0 5 0 911333783 725057536 147807 33554432000 4194304 5787044 140736882591920 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23818/tid=23820] ppid=23817 vsize=708064 CPUtime=5082.46 cores=0-7
/proc/23818/task/23820/stat : 23820 (priss) R 23817 23817 23391 0 -1 4202560 39981 0 0 0 508213 33 0 0 19 0 5 0 911333783 725057536 147807 33554432000 4194304 5787044 140736882591920 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23818/tid=23821] ppid=23817 vsize=708064 CPUtime=5082.37 cores=0-7
/proc/23818/task/23821/stat : 23821 (priss) R 23817 23817 23391 0 -1 4202560 35032 0 0 0 508154 83 0 0 25 0 5 0 911333783 725057536 147807 33554432000 4194304 5787044 140736882591920 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23818/tid=23822] ppid=23817 vsize=708064 CPUtime=5082.49 cores=0-7
/proc/23818/task/23822/stat : 23822 (priss) R 23817 23817 23391 0 -1 4202560 41832 0 0 0 508194 55 0 0 25 0 5 0 911333783 725057536 147807 33554432000 4194304 5787044 140736882591920 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20329.8
Current children cumulated vsize (KiB) 716764



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.96 5/176 23980
/proc/meminfo: memFree=31525204/32950928 swapFree=67053884/67111528
[pid=23817] ppid=23815 vsize=8700 CPUtime=0 cores=0-7
/proc/23817/stat : 23817 (priss.sh) S 23815 23817 23391 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911333782 8908800 252 33554432000 4194304 4922060 140736513435072 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23817/statm: 2175 252 211 178 0 68 0
[pid=23818] ppid=23817 vsize=708064 CPUtime=20400.7 cores=0-7
/proc/23818/stat : 23818 (priss) S 23817 23817 23391 0 -1 4202496 151546 0 0 0 2039862 205 0 0 25 0 5 0 911333782 725057536 147809 33554432000 4194304 5787044 140736882591920 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/23818/statm: 177016 147809 419 389 0 172766 0
[pid=23818/tid=23819] ppid=23817 vsize=708064 CPUtime=5100.18 cores=0-7
/proc/23818/task/23819/stat : 23819 (priss) R 23817 23817 23391 0 -1 4202560 33202 0 0 0 509986 32 0 0 25 0 5 0 911333783 725057536 147809 33554432000 4194304 5787044 140736882591920 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23818/tid=23820] ppid=23817 vsize=708064 CPUtime=5100.17 cores=0-7
/proc/23818/task/23820/stat : 23820 (priss) R 23817 23817 23391 0 -1 4202560 39982 0 0 0 509984 33 0 0 25 0 5 0 911333783 725057536 147809 33554432000 4194304 5787044 140736882591920 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23818/tid=23821] ppid=23817 vsize=708064 CPUtime=5100.08 cores=0-7
/proc/23818/task/23821/stat : 23821 (priss) R 23817 23817 23391 0 -1 4202560 35032 0 0 0 509925 83 0 0 25 0 5 0 911333783 725057536 147809 33554432000 4194304 5787044 140736882591920 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23818/tid=23822] ppid=23817 vsize=708064 CPUtime=5100.2 cores=0-7
/proc/23818/task/23822/stat : 23822 (priss) R 23817 23817 23391 0 -1 4202560 41832 0 0 0 509965 55 0 0 25 0 5 0 911333783 725057536 147809 33554432000 4194304 5787044 140736882591920 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20400.7
Current children cumulated vsize (KiB) 716764

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.96 5/176 23980
/proc/meminfo: memFree=31525204/32950928 swapFree=67053884/67111528
[pid=23817] ppid=23815 vsize=8700 CPUtime=0 cores=0-7
/proc/23817/stat : 23817 (priss.sh) S 23815 23817 23391 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911333782 8908800 252 33554432000 4194304 4922060 140736513435072 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23817/statm: 2175 252 211 178 0 68 0
[pid=23818] ppid=23817 vsize=708064 CPUtime=20400.7 cores=0-7
/proc/23818/stat : 23818 (priss) S 23817 23817 23391 0 -1 4202496 151546 0 0 0 2039862 205 0 0 25 0 5 0 911333782 725057536 147809 33554432000 4194304 5787044 140736882591920 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/23818/statm: 177016 147809 419 389 0 172766 0
[pid=23818/tid=23819] ppid=23817 vsize=708064 CPUtime=5100.18 cores=0-7
/proc/23818/task/23819/stat : 23819 (priss) R 23817 23817 23391 0 -1 4202560 33202 0 0 0 509986 32 0 0 25 0 5 0 911333783 725057536 147809 33554432000 4194304 5787044 140736882591920 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23818/tid=23820] ppid=23817 vsize=708064 CPUtime=5100.17 cores=0-7
/proc/23818/task/23820/stat : 23820 (priss) R 23817 23817 23391 0 -1 4202560 39982 0 0 0 509984 33 0 0 25 0 5 0 911333783 725057536 147809 33554432000 4194304 5787044 140736882591920 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23818/tid=23821] ppid=23817 vsize=708064 CPUtime=5100.08 cores=0-7
/proc/23818/task/23821/stat : 23821 (priss) R 23817 23817 23391 0 -1 4202560 35032 0 0 0 509925 83 0 0 25 0 5 0 911333783 725057536 147809 33554432000 4194304 5787044 140736882591920 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23818/tid=23822] ppid=23817 vsize=708064 CPUtime=5100.2 cores=0-7
/proc/23818/task/23822/stat : 23822 (priss) R 23817 23817 23391 0 -1 4202560 41832 0 0 0 509965 55 0 0 25 0 5 0 911333783 725057536 147809 33554432000 4194304 5787044 140736882591920 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20400.7
Current children cumulated vsize (KiB) 716764

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23817 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 20400.7
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5100.02
CPU time (s): 20400.7
CPU user time (s): 20398.6
CPU system time (s): 2.05
CPU usage (%): 400.012
Max. virtual memory (cumulated for all children) (KiB): 716764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 332
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 3

runsolver used 8.79666 second user time and 19.0281 second system time

The end

Launcher Data

Begin job on node149 at 2011-06-13 22:36:11
IDJOB=3499297
IDBENCH=83154
IDSOLVER=1994
FILE ID=node149/3499297-1307997371
RUNJOBID= node149-1307987166-23405
PBS_JOBID= 13559802
Free space on /tmp= 74060 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n240-s78945233-sat.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3499297-1307997371/watcher-3499297-1307997371 -o /tmp/evaluation-result-3499297-1307997371/solver-3499297-1307997371 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499297-1307997371.cnf 1502544850 40000 31000 8

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

MD5SUM BENCH= 1f90ac4288669aff970e47f4201b5ea4
RANDOM SEED=1502544850

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:      32118804 kB
Buffers:        203892 kB
Cached:         398864 kB
SwapCached:      22792 kB
Active:         296996 kB
Inactive:       335720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      32118804 kB
SwapTotal:    67111528 kB
SwapFree:     67053884 kB
Dirty:            1596 kB
Writeback:           0 kB
AnonPages:       27460 kB
Mapped:           8960 kB
Slab:           133040 kB
PageTables:       3908 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   184592 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= 74060 MiB
End job on node149 at 2011-06-14 00:01:13