Trace number 3284053

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.26 1201.82

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_09_UNKNOWN.cnf
MD5SUM18ad1dee1e9d863458e75a20545ae68a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1430
Number of clauses79453
Sum of the clauses size236162
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22358
Number of clauses of size 377072
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

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: 20048
0.00/0.02	c parsetime: 18117us
0.00/0.02	c parsed 79453 clauses with 1430 variables
0.00/0.02	c NW started thread 0 successfully (1102231872)
0.00/0.03	c NW started thread 1 successfully (1112721728)
0.00/0.08	c NW started thread 2 successfully (1123211584)
0.00/0.08	c NW started thread 3 successfully (1133701440)
7.49/1.95	c preprocessor returned 10010 variables
7.49/1.95	c preprocessing returned UNKNOWN
7.49/1.95	c PP set 0 variables
7.49/1.95	c pp time: 1921743us (1s)
7.49/1.96	c preprocessor returned 10010 variables
7.49/1.96	c preprocessing returned UNKNOWN
7.49/1.96	c PP set 0 variables
7.49/1.96	c pp time: 1916307us (1s)
7.49/1.96	c preprocessor returned 10010 variables
7.49/1.96	c preprocessing returned UNKNOWN
7.49/1.96	c PP set 0 variables
7.49/1.96	c pp time: 1927013us (1s)
10.27/2.70	c preprocessor returned 30019 variables
10.27/2.70	c preprocessing returned UNKNOWN
10.27/2.70	c PP set 0 variables
10.27/2.70	c pp time: 2641198us (2s)

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 7.85 8.07 8.15 6/180 20047
/proc/meminfo: memFree=23676812/32951132 swapFree=67111524/67111528
[pid=20047] ppid=20045 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20047/stat : 20047 (priss.sh) S 20045 20047 18837 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 515974269 8908800 251 33554432000 4194304 4922060 140734246349488 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20047/statm: 2175 251 211 178 0 68 0

[startup+0.0459301 s]
/proc/loadavg: 7.85 8.07 8.15 6/180 20047
/proc/meminfo: memFree=23676812/32951132 swapFree=67111524/67111528
[pid=20047] ppid=20045 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20047/stat : 20047 (priss.sh) S 20045 20047 18837 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 515974269 8908800 251 33554432000 4194304 4922060 140734246349488 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20047/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.103883 s]
/proc/loadavg: 7.85 8.07 8.15 6/180 20047
/proc/meminfo: memFree=23676812/32951132 swapFree=67111524/67111528
[pid=20047] ppid=20045 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20047/stat : 20047 (priss.sh) S 20045 20047 18837 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 515974269 8908800 251 33554432000 4194304 4922060 140734246349488 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20047/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.303849 s]
/proc/loadavg: 7.85 8.07 8.15 6/180 20047
/proc/meminfo: memFree=23676812/32951132 swapFree=67111524/67111528
[pid=20047] ppid=20045 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20047/stat : 20047 (priss.sh) S 20045 20047 18837 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 515974269 8908800 251 33554432000 4194304 4922060 140734246349488 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20047/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.30368 s]
/proc/loadavg: 7.85 8.07 8.15 6/180 20047
/proc/meminfo: memFree=23676812/32951132 swapFree=67111524/67111528
[pid=20047] ppid=20045 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20047/stat : 20047 (priss.sh) S 20045 20047 18837 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 515974269 8908800 251 33554432000 4194304 4922060 140734246349488 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20047/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50065 s]
/proc/loadavg: 7.85 8.07 8.15 6/180 20047
/proc/meminfo: memFree=23676812/32951132 swapFree=67111524/67111528
[pid=20047] ppid=20045 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20047/stat : 20047 (priss.sh) S 20045 20047 18837 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 515974269 8908800 251 33554432000 4194304 4922060 140734246349488 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20047/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10037 s]
/proc/loadavg: 7.86 8.07 8.15 10/186 20054
/proc/meminfo: memFree=23599652/32951132 swapFree=67111524/67111528
[pid=20047] ppid=20045 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20047/stat : 20047 (priss.sh) S 20045 20047 18837 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 515974269 8908800 251 33554432000 4194304 4922060 140734246349488 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20047/statm: 2175 251 211 178 0 68 0
[pid=20048] ppid=20047 vsize=299552 CPUtime=12.26 cores=1,3,5,7
/proc/20048/stat : 20048 (priss) S 20047 20047 18837 0 -1 4202496 21421 0 0 0 1221 5 0 0 19 0 5 0 515974269 306741248 16745 33554432000 4194304 5787044 140735371909280 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/20048/statm: 74888 16745 417 389 0 70638 0
[pid=20048/tid=20050] ppid=20047 vsize=299552 CPUtime=3.06 cores=1,3,5,7
/proc/20048/task/20050/stat : 20050 (priss) R 20047 20047 18837 0 -1 4202560 3904 0 0 0 305 1 0 0 23 0 5 0 515974272 306741248 16745 33554432000 4194304 5787044 140735371909280 18446744073709551615 5591529 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20048/tid=20051] ppid=20047 vsize=299552 CPUtime=3.05 cores=1,3,5,7
/proc/20048/task/20051/stat : 20051 (priss) R 20047 20047 18837 0 -1 4202560 3514 0 0 0 304 1 0 0 25 0 5 0 515974273 306741248 16745 33554432000 4194304 5787044 140735371909280 18446744073709551615 5590818 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20048/tid=20052] ppid=20047 vsize=299552 CPUtime=3.05 cores=1,3,5,7
/proc/20048/task/20052/stat : 20052 (priss) R 20047 20047 18837 0 -1 4202560 3500 0 0 0 304 1 0 0 19 0 5 0 515974274 306741248 16745 33554432000 4194304 5787044 140735371909280 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20048/tid=20053] ppid=20047 vsize=299552 CPUtime=3.02 cores=1,3,5,7
/proc/20048/task/20053/stat : 20053 (priss) R 20047 20047 18837 0 -1 4202560 5449 0 0 0 302 0 0 0 23 0 5 0 515974275 306741248 16745 33554432000 4194304 5787044 140735371909280 18446744073709551615 5528726 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.26
Current children cumulated vsize (KiB) 308252

[startup+6.30682 s]
/proc/loadavg: 7.86 8.07 8.15 9/186 20054
/proc/meminfo: memFree=23577440/32951132 swapFree=67111524/67111528
[pid=20047] ppid=20045 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20047/stat : 20047 (priss.sh) S 20045 20047 18837 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 515974269 8908800 251 33554432000 4194304 4922060 140734246349488 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20047/statm: 2175 251 211 178 0 68 0
[pid=20048] ppid=20047 vsize=304328 CPUtime=25.06 cores=1,3,5,7
/proc/20048/stat : 20048 (priss) S 20047 20047 18837 0 -1 4202496 23510 0 0 0 2499 7 0 0 19 0 5 0 515974269 311631872 18834 33554432000 4194304 5787044 140735371909280 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/20048/statm: 76082 18834 417 389 0 71832 0
[pid=20048/tid=20050] ppid=20047 vsize=304328 CPUtime=6.26 cores=1,3,5,7
/proc/20048/task/20050/stat : 20050 (priss) R 20047 20047 18837 0 -1 4202560 4149 0 0 0 625 1 0 0 25 0 5 0 515974272 311631872 18834 33554432000 4194304 5787044 140735371909280 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20048/tid=20051] ppid=20047 vsize=304328 CPUtime=6.26 cores=1,3,5,7
/proc/20048/task/20051/stat : 20051 (priss) R 20047 20047 18837 0 -1 4202560 4707 0 0 0 625 1 0 0 25 0 5 0 515974273 311631872 18834 33554432000 4194304 5787044 140735371909280 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20048/tid=20052] ppid=20047 vsize=304328 CPUtime=6.24 cores=1,3,5,7
/proc/20048/task/20052/stat : 20052 (priss) R 20047 20047 18837 0 -1 4202560 3857 0 0 0 623 1 0 0 25 0 5 0 515974274 311631872 18834 33554432000 4194304 5787044 140735371909280 18446744073709551615 5592464 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20048/tid=20053] ppid=20047 vsize=304328 CPUtime=6.21 cores=1,3,5,7
/proc/20048/task/20053/stat : 20053 (priss) R 20047 20047 18837 0 -1 4202560 5743 0 0 0 620 1 0 0 25 0 5 0 515974275 311631872 18834 33554432000 4194304 5787044 140735371909280 18446744073709551615 5527065 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 313028

[startup+12.7007 s]
/proc/loadavg: 7.87 8.07 8.15 9/186 20054
/proc/meminfo: memFree=23550800/32951132 swapFree=67111524/67111528
[pid=20047] ppid=20045 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20047/stat : 20047 (priss.sh) S 20045 20047 18837 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 515974269 8908800 251 33554432000 4194304 4922060 140734246349488 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20047/statm: 2175 251 211 178 0 68 0
[pid=20048] ppid=20047 vsize=306212 CPUtime=50.59 cores=1,3,5,7
/proc/20048/stat : 20048 (priss) S 20047 20047 18837 0 -1 4202496 25576 0 0 0 5051 8 0 0 19 0 5 0 515974269 313561088 20900 33554432000 4194304 5787044 140735371909280 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/20048/statm: 76553 20900 417 389 0 72303 0
[pid=20048/tid=20050] ppid=20047 vsize=306212 CPUtime=12.66 cores=1,3,5,7
/proc/20048/task/20050/stat : 20050 (priss) R 20047 20047 18837 0 -1 4202560 4576 0 0 0 1264 2 0 0 25 0 5 0 515974272 313561088 20900 33554432000 4194304 5787044 140735371909280 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20048/tid=20051] ppid=20047 vsize=306212 CPUtime=12.64 cores=1,3,5,7
/proc/20048/task/20051/stat : 20051 (priss) R 20047 20047 18837 0 -1 4202560 5171 0 0 0 1263 1 0 0 25 0 5 0 515974273 313561088 20900 33554432000 4194304 5787044 140735371909280 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20048/tid=20052] ppid=20047 vsize=306212 CPUtime=12.64 cores=1,3,5,7
/proc/20048/task/20052/stat : 20052 (priss) R 20047 20047 18837 0 -1 4202560 4587 0 0 0 1262 2 0 0 25 0 5 0 515974274 313561088 20900 33554432000 4194304 5787044 140735371909280 18446744073709551615 4254464 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20048/tid=20053] ppid=20047 vsize=306212 CPUtime=12.57 cores=1,3,5,7
/proc/20048/task/20053/stat : 20053 (priss) R 20047 20047 18837 0 -1 4202560 6188 0 0 0 1256 1 0 0 25 0 5 0 515974275 313561088 20900 33554432000 4194304 5787044 140735371909280 18446744073709551615 5527407 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 314912

[startup+25.5005 s]
/proc/loadavg: 7.97 8.08 8.15 9/186 20054
/proc/meminfo: memFree=23488616/32951132 swapFree=67111524/67111528
[pid=20047] ppid=20045 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20047/stat : 20047 (priss.sh) S 20045 20047 18837 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 515974269 8908800 251 33554432000 4194304 4922060 140734246349488 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20047/statm: 2175 251 211 178 0 68 0
[pid=20048] ppid=20047 vsize=313644 CPUtime=101.7 cores=1,3,5,7
/proc/20048/stat : 20048 (priss) S 20047 20047 18837 0 -1 4202496 30208 0 0 0 10155 15 0 0 19 0 5 0 515974269 321171456 25531 33554432000 4194304 5787044 140735371909280 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/20048/statm: 78411 25531 417 389 0 74161 0
[pid=20048/tid=20050] ppid=20047 vsize=313644 CPUtime=25.45 cores=1,3,5,7
/proc/20048/task/20050/stat : 20050 (priss) R 20047 20047 18837 0 -1 4202560 5423 0 0 0 2542 3 0 0 25 0 5 0 515974272 321171456 25531 33554432000 4194304 5787044 140735371909280 18446744073709551615 5586769 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20048/tid=20051] ppid=20047 vsize=313644 CPUtime=25.43 cores=1,3,5,7
/proc/20048/task/20051/stat : 20051 (priss) R 20047 20047 18837 0 -1 4202560 6004 0 0 0 2541 2 0 0 25 0 5 0 515974273 321171456 25531 33554432000 4194304 5787044 140735371909280 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20048/tid=20052] ppid=20047 vsize=313644 CPUtime=25.43 cores=1,3,5,7
/proc/20048/task/20052/stat : 20052 (priss) R 20047 20047 18837 0 -1 4202560 5803 0 0 0 2539 4 0 0 25 0 5 0 515974274 321171456 25531 33554432000 4194304 5787044 140735371909280 18446744073709551615 5588664 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20048/tid=20053] ppid=20047 vsize=313644 CPUtime=25.29 cores=1,3,5,7
/proc/20048/task/20053/stat : 20053 (priss) R 20047 20047 18837 0 -1 4202560 7924 0 0 0 2526 3 0 0 25 0 5 0 515974275 321171456 25531 33554432000 4194304 5787044 140735371909280 18446744073709551615 5524613 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 322344

[startup+51.1011 s]
/proc/loadavg: 7.98 8.07 8.15 9/186 20055
/proc/meminfo: memFree=23380300/32951132 swapFree=67111524/67111528
[pid=20047] ppid=20045 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20047/stat : 20047 (priss.sh) S 20045 20047 18837 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 515974269 8908800 251 33554432000 4194304 4922060 140734246349488 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20047/statm: 2175 251 211 178 0 68 0
[pid=20048] ppid=20047 vsize=322844 CPUtime=203.89 cores=1,3,5,7
/proc/20048/stat : 20048 (priss) S 20047 20047 18837 0 -1 4202496 36150 0 0 0 20364 25 0 0 19 0 5 0 515974269 330592256 31469 33554432000 4194304 5787044 140735371909280 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/20048/statm: 80711 31469 417 389 0 76461 0
[pid=20048/tid=20050] ppid=20047 vsize=322844 CPUtime=51.05 cores=1,3,5,7
/proc/20048/task/20050/stat : 20050 (priss) R 20047 20047 18837 0 -1 4202560 6801 0 0 0 5099 6 0 0 25 0 5 0 515974272 330592256 31469 33554432000 4194304 5787044 140735371909280 18446744073709551615 4220264 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20048/tid=20051] ppid=20047 vsize=322844 CPUtime=50.98 cores=1,3,5,7
/proc/20048/task/20051/stat : 20051 (priss) R 20047 20047 18837 0 -1 4202560 7237 0 0 0 5093 5 0 0 25 0 5 0 515974273 330592256 31469 33554432000 4194304 5787044 140735371909280 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20048/tid=20052] ppid=20047 vsize=322844 CPUtime=51.03 cores=1,3,5,7
/proc/20048/task/20052/stat : 20052 (priss) R 20047 20047 18837 0 -1 4202560 7871 0 0 0 5097 6 0 0 25 0 5 0 515974274 330592256 31469 33554432000 4194304 5787044 140735371909280 18446744073709551615 5576457 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20048/tid=20053] ppid=20047 vsize=322844 CPUtime=50.74 cores=1,3,5,7
/proc/20048/task/20053/stat : 20053 (priss) R 20047 20047 18837 0 -1 4202560 9187 0 0 0 5069 5 0 0 25 0 5 0 515974275 330592256 31469 33554432000 4194304 5787044 140735371909280 18446744073709551615 5527832 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.89
Current children cumulated vsize (KiB) 331544

[startup+102.301 s]
/proc/loadavg: 8.07 8.08 8.15 9/186 20056
/proc/meminfo: memFree=23167004/32951132 swapFree=67111524/67111528
[pid=20047] ppid=20045 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20047/stat : 20047 (priss.sh) S 20045 20047 18837 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 515974269 8908800 251 33554432000 4194304 4922060 140734246349488 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20047/statm: 2175 251 211 178 0 68 0
[pid=20048] ppid=20047 vsize=338956 CPUtime=408.37 cores=1,3,5,7
/proc/20048/stat : 20048 (priss) S 20047 20047 18837 0 -1 4202496 46966 0 0 0 40798 39 0 0 19 0 5 0 515974269 347090944 42122 33554432000 4194304 5787044 140735371909280 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/20048/statm: 84739 42122 417 389 0 80489 0
[pid=20048/tid=20050] ppid=20047 vsize=338956 CPUtime=102.25 cores=1,3,5,7
/proc/20048/task/20050/stat : 20050 (priss) R 20047 20047 18837 0 -1 4202560 8659 0 0 0 10216 9 0 0 25 0 5 0 515974272 347090944 42122 33554432000 4194304 5787044 140735371909280 18446744073709551615 5586761 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20048/tid=20051] ppid=20047 vsize=338956 CPUtime=102.15 cores=1,3,5,7
/proc/20048/task/20051/stat : 20051 (priss) R 20047 20047 18837 0 -1 4202560 10113 0 0 0 10208 7 0 0 25 0 5 0 515974273 347090944 42122 33554432000 4194304 5787044 140735371909280 18446744073709551615 5576457 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20048/tid=20052] ppid=20047 vsize=338956 CPUtime=102.23 cores=1,3,5,7
/proc/20048/task/20052/stat : 20052 (priss) R 20047 20047 18837 0 -1 4202560 11626 0 0 0 10211 12 0 0 25 0 5 0 515974274 347090944 42122 33554432000 4194304 5787044 140735371909280 18446744073709551615 274676634293 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20048/tid=20053] ppid=20047 vsize=338956 CPUtime=101.65 cores=1,3,5,7
/proc/20048/task/20053/stat : 20053 (priss) R 20047 20047 18837 0 -1 4202560 11514 0 0 0 10156 9 0 0 25 0 5 0 515974275 347090944 42122 33554432000 4194304 5787044 140735371909280 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.37
Current children cumulated vsize (KiB) 347656

[startup+162.301 s]
/proc/loadavg: 8.10 8.10 8.15 9/186 20058
/proc/meminfo: memFree=23053032/32951132 swapFree=67111524/67111528
[pid=20047] ppid=20045 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20047/stat : 20047 (priss.sh) S 20045 20047 18837 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 515974269 8908800 251 33554432000 4194304 4922060 140734246349488 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20047/statm: 2175 251 211 178 0 68 0
[pid=20048] ppid=20047 vsize=349348 CPUtime=648.01 cores=1,3,5,7

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

/proc/20048/task/20051/stat : 20051 (priss) R 20047 20047 18837 0 -1 4202560 26533 0 0 0 82185 21 0 0 25 0 5 0 515974273 660602880 106272 33554432000 4194304 5787044 140735371909280 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20048/tid=20052] ppid=20047 vsize=645120 CPUtime=822.22 cores=1,3,5,7
/proc/20048/task/20052/stat : 20052 (priss) R 20047 20047 18837 0 -1 4202560 27097 0 0 0 82182 40 0 0 25 0 5 0 515974274 660602880 106272 33554432000 4194304 5787044 140735371909280 18446744073709551615 5591309 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20048/tid=20053] ppid=20047 vsize=645120 CPUtime=817.71 cores=1,3,5,7
/proc/20048/task/20053/stat : 20053 (priss) R 20047 20047 18837 0 -1 4202560 26361 0 0 0 81739 32 0 0 25 0 5 0 515974275 660602880 106272 33554432000 4194304 5787044 140735371909280 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.3
Current children cumulated vsize (KiB) 653820

[startup+882.301 s]
/proc/loadavg: 8.21 8.13 8.11 9/186 20110
/proc/meminfo: memFree=24511744/32951132 swapFree=67111524/67111528
[pid=20047] ppid=20045 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20047/stat : 20047 (priss.sh) S 20045 20047 18837 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 515974269 8908800 251 33554432000 4194304 4922060 140734246349488 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20047/statm: 2175 251 211 178 0 68 0
[pid=20048] ppid=20047 vsize=656180 CPUtime=3523.97 cores=1,3,5,7
/proc/20048/stat : 20048 (priss) S 20047 20047 18837 0 -1 4202496 116583 0 0 0 352264 133 0 0 19 0 5 0 515974269 671928320 110399 33554432000 4194304 5787044 140735371909280 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/20048/statm: 164045 110399 417 389 0 159795 0
[pid=20048/tid=20050] ppid=20047 vsize=656180 CPUtime=882.23 cores=1,3,5,7
/proc/20048/task/20050/stat : 20050 (priss) R 20047 20047 18837 0 -1 4202560 29070 0 0 0 88186 37 0 0 25 0 5 0 515974272 671928320 110399 33554432000 4194304 5787044 140735371909280 18446744073709551615 5601770 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20048/tid=20051] ppid=20047 vsize=656180 CPUtime=882.06 cores=1,3,5,7
/proc/20048/task/20051/stat : 20051 (priss) R 20047 20047 18837 0 -1 4202560 28205 0 0 0 88184 22 0 0 25 0 5 0 515974273 671928320 110399 33554432000 4194304 5787044 140735371909280 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20048/tid=20052] ppid=20047 vsize=656180 CPUtime=882.22 cores=1,3,5,7
/proc/20048/task/20052/stat : 20052 (priss) R 20047 20047 18837 0 -1 4202560 27097 0 0 0 88182 40 0 0 25 0 5 0 515974274 671928320 110399 33554432000 4194304 5787044 140735371909280 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20048/tid=20053] ppid=20047 vsize=656180 CPUtime=877.38 cores=1,3,5,7
/proc/20048/task/20053/stat : 20053 (priss) R 20047 20047 18837 0 -1 4202560 27157 0 0 0 87706 32 0 0 25 0 5 0 515974275 671928320 110399 33554432000 4194304 5787044 140735371909280 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3523.97
Current children cumulated vsize (KiB) 664880

[startup+942.301 s]
/proc/loadavg: 8.23 8.15 8.11 9/186 20112
/proc/meminfo: memFree=24483340/32951132 swapFree=67111524/67111528
[pid=20047] ppid=20045 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20047/stat : 20047 (priss.sh) S 20045 20047 18837 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 515974269 8908800 251 33554432000 4194304 4922060 140734246349488 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20047/statm: 2175 251 211 178 0 68 0
[pid=20048] ppid=20047 vsize=658624 CPUtime=3763.68 cores=1,3,5,7
/proc/20048/stat : 20048 (priss) S 20047 20047 18837 0 -1 4202496 119684 0 0 0 376229 139 0 0 19 0 5 0 515974269 674430976 113275 33554432000 4194304 5787044 140735371909280 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/20048/statm: 164656 113275 417 389 0 160406 0
[pid=20048/tid=20050] ppid=20047 vsize=658624 CPUtime=942.24 cores=1,3,5,7
/proc/20048/task/20050/stat : 20050 (priss) R 20047 20047 18837 0 -1 4202560 30009 0 0 0 94186 38 0 0 25 0 5 0 515974272 674430976 113275 33554432000 4194304 5787044 140735371909280 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20048/tid=20051] ppid=20047 vsize=658624 CPUtime=942.06 cores=1,3,5,7
/proc/20048/task/20051/stat : 20051 (priss) R 20047 20047 18837 0 -1 4202560 28631 0 0 0 94184 22 0 0 25 0 5 0 515974273 674430976 113275 33554432000 4194304 5787044 140735371909280 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20048/tid=20052] ppid=20047 vsize=658624 CPUtime=942.23 cores=1,3,5,7
/proc/20048/task/20052/stat : 20052 (priss) R 20047 20047 18837 0 -1 4202560 27098 0 0 0 94182 41 0 0 25 0 5 0 515974274 674430976 113275 33554432000 4194304 5787044 140735371909280 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20048/tid=20053] ppid=20047 vsize=658624 CPUtime=937.06 cores=1,3,5,7
/proc/20048/task/20053/stat : 20053 (priss) R 20047 20047 18837 0 -1 4202560 28892 0 0 0 93670 36 0 0 25 0 5 0 515974275 674430976 113275 33554432000 4194304 5787044 140735371909280 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3763.68
Current children cumulated vsize (KiB) 667324

[startup+1002.3 s]
/proc/loadavg: 8.18 8.15 8.11 9/186 20113
/proc/meminfo: memFree=24456424/32951132 swapFree=67111524/67111528
[pid=20047] ppid=20045 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20047/stat : 20047 (priss.sh) S 20045 20047 18837 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 515974269 8908800 251 33554432000 4194304 4922060 140734246349488 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20047/statm: 2175 251 211 178 0 68 0
[pid=20048] ppid=20047 vsize=658624 CPUtime=4003.33 cores=1,3,5,7
/proc/20048/stat : 20048 (priss) S 20047 20047 18837 0 -1 4202496 121316 0 0 0 400190 143 0 0 19 0 5 0 515974269 674430976 114907 33554432000 4194304 5787044 140735371909280 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/20048/statm: 164656 114907 417 389 0 160406 0
[pid=20048/tid=20050] ppid=20047 vsize=658624 CPUtime=1002.23 cores=1,3,5,7
/proc/20048/task/20050/stat : 20050 (priss) R 20047 20047 18837 0 -1 4202560 30011 0 0 0 100185 38 0 0 25 0 5 0 515974272 674430976 114907 33554432000 4194304 5787044 140735371909280 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20048/tid=20051] ppid=20047 vsize=658624 CPUtime=1002.06 cores=1,3,5,7
/proc/20048/task/20051/stat : 20051 (priss) R 20047 20047 18837 0 -1 4202560 28632 0 0 0 100184 22 0 0 25 0 5 0 515974273 674430976 114907 33554432000 4194304 5787044 140735371909280 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20048/tid=20052] ppid=20047 vsize=658624 CPUtime=1002.22 cores=1,3,5,7
/proc/20048/task/20052/stat : 20052 (priss) R 20047 20047 18837 0 -1 4202560 27100 0 0 0 100181 41 0 0 25 0 5 0 515974274 674430976 114907 33554432000 4194304 5787044 140735371909280 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20048/tid=20053] ppid=20047 vsize=658624 CPUtime=996.73 cores=1,3,5,7
/proc/20048/task/20053/stat : 20053 (priss) R 20047 20047 18837 0 -1 4202560 30519 0 0 0 99633 40 0 0 25 0 5 0 515974275 674430976 114907 33554432000 4194304 5787044 140735371909280 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.33
Current children cumulated vsize (KiB) 667324

[startup+1062.31 s]
/proc/loadavg: 8.14 8.15 8.11 9/186 20115
/proc/meminfo: memFree=24438796/32951132 swapFree=67111524/67111528
[pid=20047] ppid=20045 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20047/stat : 20047 (priss.sh) S 20045 20047 18837 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 515974269 8908800 251 33554432000 4194304 4922060 140734246349488 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20047/statm: 2175 251 211 178 0 68 0
[pid=20048] ppid=20047 vsize=658624 CPUtime=4243.02 cores=1,3,5,7
/proc/20048/stat : 20048 (priss) S 20047 20047 18837 0 -1 4202496 122679 0 0 0 424157 145 0 0 19 0 5 0 515974269 674430976 116045 33554432000 4194304 5787044 140735371909280 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/20048/statm: 164656 116045 417 389 0 160406 0
[pid=20048/tid=20050] ppid=20047 vsize=658624 CPUtime=1062.24 cores=1,3,5,7
/proc/20048/task/20050/stat : 20050 (priss) R 20047 20047 18837 0 -1 4202560 30017 0 0 0 106186 38 0 0 25 0 5 0 515974272 674430976 116045 33554432000 4194304 5787044 140735371909280 18446744073709551615 5585327 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20048/tid=20051] ppid=20047 vsize=658624 CPUtime=1062.06 cores=1,3,5,7
/proc/20048/task/20051/stat : 20051 (priss) R 20047 20047 18837 0 -1 4202560 28637 0 0 0 106184 22 0 0 25 0 5 0 515974273 674430976 116045 33554432000 4194304 5787044 140735371909280 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20048/tid=20052] ppid=20047 vsize=658624 CPUtime=1062.23 cores=1,3,5,7
/proc/20048/task/20052/stat : 20052 (priss) R 20047 20047 18837 0 -1 4202560 27137 0 0 0 106182 41 0 0 25 0 5 0 515974274 674430976 116045 33554432000 4194304 5787044 140735371909280 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20048/tid=20053] ppid=20047 vsize=658624 CPUtime=1056.4 cores=1,3,5,7
/proc/20048/task/20053/stat : 20053 (priss) R 20047 20047 18837 0 -1 4202560 31834 0 0 0 105599 41 0 0 25 0 5 0 515974275 674430976 116045 33554432000 4194304 5787044 140735371909280 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.02
Current children cumulated vsize (KiB) 667324

[startup+1122.3 s]
/proc/loadavg: 8.09 8.13 8.10 9/186 20116
/proc/meminfo: memFree=24430604/32951132 swapFree=67111524/67111528
[pid=20047] ppid=20045 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20047/stat : 20047 (priss.sh) S 20045 20047 18837 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 515974269 8908800 251 33554432000 4194304 4922060 140734246349488 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20047/statm: 2175 251 211 178 0 68 0
[pid=20048] ppid=20047 vsize=658624 CPUtime=4482.67 cores=1,3,5,7
/proc/20048/stat : 20048 (priss) S 20047 20047 18837 0 -1 4202496 122785 0 0 0 448122 145 0 0 19 0 5 0 515974269 674430976 116151 33554432000 4194304 5787044 140735371909280 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/20048/statm: 164656 116151 417 389 0 160406 0
[pid=20048/tid=20050] ppid=20047 vsize=658624 CPUtime=1122.23 cores=1,3,5,7
/proc/20048/task/20050/stat : 20050 (priss) R 20047 20047 18837 0 -1 4202560 30037 0 0 0 112185 38 0 0 25 0 5 0 515974272 674430976 116151 33554432000 4194304 5787044 140735371909280 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20048/tid=20051] ppid=20047 vsize=658624 CPUtime=1122.05 cores=1,3,5,7
/proc/20048/task/20051/stat : 20051 (priss) R 20047 20047 18837 0 -1 4202560 28647 0 0 0 112183 22 0 0 25 0 5 0 515974273 674430976 116151 33554432000 4194304 5787044 140735371909280 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20048/tid=20052] ppid=20047 vsize=658624 CPUtime=1122.22 cores=1,3,5,7
/proc/20048/task/20052/stat : 20052 (priss) R 20047 20047 18837 0 -1 4202560 27213 0 0 0 112181 41 0 0 25 0 5 0 515974274 674430976 116151 33554432000 4194304 5787044 140735371909280 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20048/tid=20053] ppid=20047 vsize=658624 CPUtime=1116.07 cores=1,3,5,7
/proc/20048/task/20053/stat : 20053 (priss) R 20047 20047 18837 0 -1 4202560 31834 0 0 0 111566 41 0 0 25 0 5 0 515974275 674430976 116151 33554432000 4194304 5787044 140735371909280 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4482.67
Current children cumulated vsize (KiB) 667324

[startup+1182.3 s]
/proc/loadavg: 8.11 8.14 8.10 9/186 20118
/proc/meminfo: memFree=24417328/32951132 swapFree=67111524/67111528
[pid=20047] ppid=20045 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20047/stat : 20047 (priss.sh) S 20045 20047 18837 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 515974269 8908800 251 33554432000 4194304 4922060 140734246349488 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20047/statm: 2175 251 211 178 0 68 0
[pid=20048] ppid=20047 vsize=667016 CPUtime=4722.34 cores=1,3,5,7
/proc/20048/stat : 20048 (priss) S 20047 20047 18837 0 -1 4202496 124593 0 0 0 472088 146 0 0 19 0 5 0 515974269 683024384 117959 33554432000 4194304 5787044 140735371909280 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/20048/statm: 166754 117959 417 389 0 162504 0
[pid=20048/tid=20050] ppid=20047 vsize=667016 CPUtime=1182.24 cores=1,3,5,7
/proc/20048/task/20050/stat : 20050 (priss) R 20047 20047 18837 0 -1 4202560 31142 0 0 0 118185 39 0 0 25 0 5 0 515974272 683024384 117959 33554432000 4194304 5787044 140735371909280 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20048/tid=20051] ppid=20047 vsize=667016 CPUtime=1182.06 cores=1,3,5,7
/proc/20048/task/20051/stat : 20051 (priss) R 20047 20047 18837 0 -1 4202560 28716 0 0 0 118183 23 0 0 25 0 5 0 515974273 683024384 117959 33554432000 4194304 5787044 140735371909280 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20048/tid=20052] ppid=20047 vsize=667016 CPUtime=1182.22 cores=1,3,5,7
/proc/20048/task/20052/stat : 20052 (priss) R 20047 20047 18837 0 -1 4202560 27841 0 0 0 118181 41 0 0 25 0 5 0 515974274 683024384 117959 33554432000 4194304 5787044 140735371909280 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20048/tid=20053] ppid=20047 vsize=667016 CPUtime=1175.74 cores=1,3,5,7
/proc/20048/task/20053/stat : 20053 (priss) R 20047 20047 18837 0 -1 4202560 31840 0 0 0 117533 41 0 0 25 0 5 0 515974275 683024384 117959 33554432000 4194304 5787044 140735371909280 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.34
Current children cumulated vsize (KiB) 675716



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.22 8.16 8.11 9/186 20119
/proc/meminfo: memFree=24416704/32951132 swapFree=67111524/67111528
[pid=20047] ppid=20045 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20047/stat : 20047 (priss.sh) S 20045 20047 18837 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 515974269 8908800 251 33554432000 4194304 4922060 140734246349488 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20047/statm: 2175 251 211 178 0 68 0
[pid=20048] ppid=20047 vsize=667336 CPUtime=4800.26 cores=1,3,5,7
/proc/20048/stat : 20048 (priss) S 20047 20047 18837 0 -1 4202496 124724 0 0 0 479880 146 0 0 19 0 5 0 515974269 683352064 118090 33554432000 4194304 5787044 140735371909280 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/20048/statm: 166834 118090 417 389 0 162584 0
[pid=20048/tid=20050] ppid=20047 vsize=667336 CPUtime=1201.74 cores=1,3,5,7
/proc/20048/task/20050/stat : 20050 (priss) R 20047 20047 18837 0 -1 4202560 31198 0 0 0 120135 39 0 0 25 0 5 0 515974272 683352064 118090 33554432000 4194304 5787044 140735371909280 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20048/tid=20051] ppid=20047 vsize=667336 CPUtime=1201.57 cores=1,3,5,7
/proc/20048/task/20051/stat : 20051 (priss) R 20047 20047 18837 0 -1 4202560 28758 0 0 0 120134 23 0 0 25 0 5 0 515974273 683352064 118090 33554432000 4194304 5787044 140735371909280 18446744073709551615 5591356 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20048/tid=20052] ppid=20047 vsize=667336 CPUtime=1201.73 cores=1,3,5,7
/proc/20048/task/20052/stat : 20052 (priss) R 20047 20047 18837 0 -1 4202560 27867 0 0 0 120132 41 0 0 25 0 5 0 515974274 683352064 118090 33554432000 4194304 5787044 140735371909280 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20048/tid=20053] ppid=20047 vsize=667336 CPUtime=1195.14 cores=1,3,5,7
/proc/20048/task/20053/stat : 20053 (priss) R 20047 20047 18837 0 -1 4202560 31847 0 0 0 119473 41 0 0 25 0 5 0 515974275 683352064 118090 33554432000 4194304 5787044 140735371909280 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 676036

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

Real time (s): 1201.82
CPU time (s): 4800.26
CPU user time (s): 4798.8
CPU system time (s): 1.46
CPU usage (%): 399.416
Max. virtual memory (cumulated for all children) (KiB): 676036

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

runsolver used 1.60276 second user time and 4.96124 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-29 04:22:26
IDJOB=3284053
IDBENCH=71098
IDSOLVER=1603
FILE ID=node131/3284053-1304043746
RUNJOBID= node131-1304036726-18856
PBS_JOBID= 13170364
Free space on /tmp= 71380 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rbcl_xits_09_UNKNOWN.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3284053-1304043746/watcher-3284053-1304043746 -o /tmp/evaluation-result-3284053-1304043746/solver-3284053-1304043746 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3284053-1304043746.cnf 2119052311 4800 15500 4

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

MD5SUM BENCH= 18ad1dee1e9d863458e75a20545ae68a
RANDOM SEED=2119052311

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      23676968 kB
Buffers:        949236 kB
Cached:        6219080 kB
SwapCached:          4 kB
Active:        1751428 kB
Inactive:      7026928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      23676968 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            2784 kB
Writeback:          68 kB
AnonPages:     1609608 kB
Mapped:          15844 kB
Slab:           428460 kB
PageTables:       7536 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  1797368 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71380 MiB
End job on node131 at 2011-04-29 04:42:30