Trace number 3289849

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

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
128/aes_128_3_keyfind_1.cnf
MD5SUMff59ad0e88befc51bfa041e45143dc53
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 variables2808
Number of clauses30432
Sum of the clauses size167020
Maximum clause length8
Minimum clause length1
Number of clauses of size 1280
Number of clauses of size 2384
Number of clauses of size 35024
Number of clauses of size 4960
Number of clauses of size 56144
Number of clauses of size over 517640

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: 15384
0.00/0.01	c parsetime: 14044us
0.00/0.01	c parsed 30432 clauses with 2808 variables
0.00/0.02	c NW started thread 0 successfully (1102391616)
0.00/0.02	c NW started thread 1 successfully (1112881472)
0.00/0.03	c NW started thread 2 successfully (1123371328)
0.00/0.08	c NW started thread 3 successfully (1133861184)
0.00/1.09	c preprocessor returned 10010 variables
0.00/1.09	c preprocessing returned UNKNOWN
0.00/1.09	c PP set 280 variables
0.00/1.09	c pp time: 1074749us (1s)
0.00/1.10	c preprocessor returned 10010 variables
0.00/1.10	c preprocessing returned UNKNOWN
0.00/1.10	c PP set 280 variables
0.00/1.10	c pp time: 1075582us (1s)
0.00/1.11	c preprocessor returned 10010 variables
0.00/1.11	c preprocessing returned UNKNOWN
0.00/1.11	c PP set 280 variables
0.00/1.11	c pp time: 1078625us (1s)
13.49/3.42	c preprocessor returned 30011 variables
13.49/3.42	c preprocessing returned UNKNOWN
13.49/3.42	c PP set 280 variables
13.49/3.42	c pp time: 3380638us (3s)

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

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

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


[startup+0 s]
/proc/loadavg: 7.86 8.07 7.91 5/182 15383
/proc/meminfo: memFree=30447248/32951124 swapFree=67111416/67111528
[pid=15383] ppid=15381 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15383/stat : 15383 (priss.sh) S 15381 15383 14674 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 517773297 8908800 252 33554432000 4194304 4922060 140733529919152 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15383/statm: 2175 252 211 178 0 68 0

[startup+0.347019 s]
/proc/loadavg: 7.86 8.07 7.91 5/182 15383
/proc/meminfo: memFree=30447248/32951124 swapFree=67111416/67111528
[pid=15383] ppid=15381 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15383/stat : 15383 (priss.sh) S 15381 15383 14674 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 517773297 8908800 252 33554432000 4194304 4922060 140733529919152 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15383/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.939931 s]
/proc/loadavg: 7.86 8.07 7.91 5/182 15383
/proc/meminfo: memFree=30447248/32951124 swapFree=67111416/67111528
[pid=15383] ppid=15381 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15383/stat : 15383 (priss.sh) S 15381 15383 14674 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 517773297 8908800 252 33554432000 4194304 4922060 140733529919152 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15383/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.03991 s]
/proc/loadavg: 7.86 8.07 7.91 5/182 15383
/proc/meminfo: memFree=30447248/32951124 swapFree=67111416/67111528
[pid=15383] ppid=15381 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15383/stat : 15383 (priss.sh) S 15381 15383 14674 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 517773297 8908800 252 33554432000 4194304 4922060 140733529919152 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15383/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.1009 s]
/proc/loadavg: 7.86 8.07 7.91 5/182 15383
/proc/meminfo: memFree=30447248/32951124 swapFree=67111416/67111528
[pid=15383] ppid=15381 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15383/stat : 15383 (priss.sh) S 15381 15383 14674 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 517773297 8908800 252 33554432000 4194304 4922060 140733529919152 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15383/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50083 s]
/proc/loadavg: 7.86 8.07 7.91 5/182 15383
/proc/meminfo: memFree=30447248/32951124 swapFree=67111416/67111528
[pid=15383] ppid=15381 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15383/stat : 15383 (priss.sh) S 15381 15383 14674 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 517773297 8908800 252 33554432000 4194304 4922060 140733529919152 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15383/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10052 s]
/proc/loadavg: 7.86 8.07 7.91 10/188 15389
/proc/meminfo: memFree=30395120/32951124 swapFree=67111416/67111528
[pid=15383] ppid=15381 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15383/stat : 15383 (priss.sh) S 15381 15383 14674 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 517773297 8908800 252 33554432000 4194304 4922060 140733529919152 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15383/statm: 2175 252 211 178 0 68 0
[pid=15384] ppid=15383 vsize=287572 CPUtime=12.28 cores=0,2,4,6
/proc/15384/stat : 15384 (priss) S 15383 15383 14674 0 -1 4202496 14338 0 0 0 1223 5 0 0 18 0 5 0 517773297 294473728 13193 33554432000 4194304 5787044 140735646344768 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15384/statm: 71893 13193 405 389 0 67643 0
[pid=15384/tid=15386] ppid=15383 vsize=287572 CPUtime=3.05 cores=0,2,4,6
/proc/15384/task/15386/stat : 15386 (priss) R 15383 15383 14674 0 -1 4202560 2705 0 0 0 304 1 0 0 25 0 5 0 517773300 294473728 13193 33554432000 4194304 5787044 140735646344768 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15384/tid=15387] ppid=15383 vsize=287572 CPUtime=3.06 cores=0,2,4,6
/proc/15384/task/15387/stat : 15387 (priss) R 15383 15383 14674 0 -1 4202560 2272 0 0 0 305 1 0 0 19 0 5 0 517773300 294473728 13193 33554432000 4194304 5787044 140735646344768 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15384/tid=15388] ppid=15383 vsize=287572 CPUtime=3.05 cores=0,2,4,6
/proc/15384/task/15388/stat : 15388 (priss) R 15383 15383 14674 0 -1 4202560 2382 0 0 0 304 1 0 0 19 0 5 0 517773301 294473728 13193 33554432000 4194304 5787044 140735646344768 18446744073709551615 4229296 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15384/tid=15389] ppid=15383 vsize=287572 CPUtime=3.04 cores=0,2,4,6
/proc/15384/task/15389/stat : 15389 (priss) R 15383 15383 14674 0 -1 4202560 3491 0 0 0 304 0 0 0 25 0 5 0 517773302 294473728 13193 33554432000 4194304 5787044 140735646344768 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.28
Current children cumulated vsize (KiB) 296272

[startup+6.30691 s]
/proc/loadavg: 7.87 8.06 7.91 10/188 15389
/proc/meminfo: memFree=30383188/32951124 swapFree=67111416/67111528
[pid=15383] ppid=15381 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15383/stat : 15383 (priss.sh) S 15381 15383 14674 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 517773297 8908800 252 33554432000 4194304 4922060 140733529919152 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15383/statm: 2175 252 211 178 0 68 0
[pid=15384] ppid=15383 vsize=290584 CPUtime=25.07 cores=0,2,4,6
/proc/15384/stat : 15384 (priss) S 15383 15383 14674 0 -1 4202496 18196 0 0 0 2494 13 0 0 18 0 5 0 517773297 297558016 16169 33554432000 4194304 5787044 140735646344768 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15384/statm: 72646 16169 419 389 0 68396 0
[pid=15384/tid=15386] ppid=15383 vsize=290584 CPUtime=6.24 cores=0,2,4,6
/proc/15384/task/15386/stat : 15386 (priss) R 15383 15383 14674 0 -1 4202560 3132 0 0 0 621 3 0 0 18 0 5 0 517773300 297558016 16169 33554432000 4194304 5787044 140735646344768 18446744073709551615 4733846 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15384/tid=15387] ppid=15383 vsize=290584 CPUtime=6.26 cores=0,2,4,6
/proc/15384/task/15387/stat : 15387 (priss) R 15383 15383 14674 0 -1 4202560 2681 0 0 0 624 2 0 0 25 0 5 0 517773300 297558016 16169 33554432000 4194304 5787044 140735646344768 18446744073709551615 212436122143 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15384/tid=15388] ppid=15383 vsize=290584 CPUtime=6.25 cores=0,2,4,6
/proc/15384/task/15388/stat : 15388 (priss) R 15383 15383 14674 0 -1 4202560 2817 0 0 0 622 3 0 0 18 0 5 0 517773301 297558016 16169 33554432000 4194304 5787044 140735646344768 18446744073709551615 212436122143 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15384/tid=15389] ppid=15383 vsize=290584 CPUtime=6.25 cores=0,2,4,6
/proc/15384/task/15389/stat : 15389 (priss) R 15383 15383 14674 0 -1 4202560 6078 0 0 0 622 3 0 0 18 0 5 0 517773302 297558016 16169 33554432000 4194304 5787044 140735646344768 18446744073709551615 212436122143 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 299284

[startup+12.7007 s]
/proc/loadavg: 7.88 8.06 7.91 10/188 15389
/proc/meminfo: memFree=30366584/32951124 swapFree=67111416/67111528
[pid=15383] ppid=15381 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15383/stat : 15383 (priss.sh) S 15381 15383 14674 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 517773297 8908800 252 33554432000 4194304 4922060 140733529919152 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15383/statm: 2175 252 211 178 0 68 0
[pid=15384] ppid=15383 vsize=298292 CPUtime=50.6 cores=0,2,4,6
/proc/15384/stat : 15384 (priss) S 15383 15383 14674 0 -1 4202496 22388 0 0 0 5038 22 0 0 18 0 5 0 517773297 305451008 20357 33554432000 4194304 5787044 140735646344768 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15384/statm: 74573 20357 419 389 0 70323 0
[pid=15384/tid=15386] ppid=15383 vsize=298292 CPUtime=12.59 cores=0,2,4,6
/proc/15384/task/15386/stat : 15386 (priss) R 15383 15383 14674 0 -1 4202560 4277 0 0 0 1254 5 0 0 21 0 5 0 517773300 305451008 20357 33554432000 4194304 5787044 140735646344768 18446744073709551615 5591205 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15384/tid=15387] ppid=15383 vsize=298292 CPUtime=12.66 cores=0,2,4,6
/proc/15384/task/15387/stat : 15387 (priss) R 15383 15383 14674 0 -1 4202560 3425 0 0 0 1262 4 0 0 25 0 5 0 517773300 305451008 20357 33554432000 4194304 5787044 140735646344768 18446744073709551615 212447842997 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15384/tid=15388] ppid=15383 vsize=298292 CPUtime=12.64 cores=0,2,4,6
/proc/15384/task/15388/stat : 15388 (priss) R 15383 15383 14674 0 -1 4202560 4509 0 0 0 1259 5 0 0 25 0 5 0 517773301 305451008 20357 33554432000 4194304 5787044 140735646344768 18446744073709551615 5591727 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15384/tid=15389] ppid=15383 vsize=298292 CPUtime=12.64 cores=0,2,4,6
/proc/15384/task/15389/stat : 15389 (priss) R 15383 15383 14674 0 -1 4202560 6689 0 0 0 1258 6 0 0 20 0 5 0 517773302 305451008 20357 33554432000 4194304 5787044 140735646344768 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 306992

[startup+25.5003 s]
/proc/loadavg: 7.91 8.06 7.91 10/188 15389
/proc/meminfo: memFree=30339168/32951124 swapFree=67111416/67111528
[pid=15383] ppid=15381 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15383/stat : 15383 (priss.sh) S 15381 15383 14674 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 517773297 8908800 252 33554432000 4194304 4922060 140733529919152 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15383/statm: 2175 252 211 178 0 68 0
[pid=15384] ppid=15383 vsize=310432 CPUtime=101.71 cores=0,2,4,6
/proc/15384/stat : 15384 (priss) S 15383 15383 14674 0 -1 4202496 29216 0 0 0 10137 34 0 0 18 0 5 0 517773297 317882368 27119 33554432000 4194304 5787044 140735646344768 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15384/statm: 77608 27119 419 389 0 73358 0
[pid=15384/tid=15386] ppid=15383 vsize=310432 CPUtime=25.32 cores=0,2,4,6
/proc/15384/task/15386/stat : 15386 (priss) R 15383 15383 14674 0 -1 4202560 6283 0 0 0 2524 8 0 0 25 0 5 0 517773300 317882368 27119 33554432000 4194304 5787044 140735646344768 18446744073709551615 5590984 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15384/tid=15387] ppid=15383 vsize=310432 CPUtime=25.45 cores=0,2,4,6
/proc/15384/task/15387/stat : 15387 (priss) R 15383 15383 14674 0 -1 4202560 5592 0 0 0 2539 6 0 0 25 0 5 0 517773300 317882368 27119 33554432000 4194304 5787044 140735646344768 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15384/tid=15388] ppid=15383 vsize=310432 CPUtime=25.43 cores=0,2,4,6
/proc/15384/task/15388/stat : 15388 (priss) R 15383 15383 14674 0 -1 4202560 5997 0 0 0 2535 8 0 0 25 0 5 0 517773301 317882368 27119 33554432000 4194304 5787044 140735646344768 18446744073709551615 5592797 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15384/tid=15389] ppid=15383 vsize=310432 CPUtime=25.42 cores=0,2,4,6
/proc/15384/task/15389/stat : 15389 (priss) R 15383 15383 14674 0 -1 4202560 7856 0 0 0 2533 9 0 0 19 0 5 0 517773302 317882368 27119 33554432000 4194304 5787044 140735646344768 18446744073709551615 212435417612 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.71
Current children cumulated vsize (KiB) 319132

[startup+51.1004 s]
/proc/loadavg: 8.01 8.07 7.92 10/188 15390
/proc/meminfo: memFree=30287672/32951124 swapFree=67111416/67111528
[pid=15383] ppid=15381 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15383/stat : 15383 (priss.sh) S 15381 15383 14674 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 517773297 8908800 252 33554432000 4194304 4922060 140733529919152 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15383/statm: 2175 252 211 178 0 68 0
[pid=15384] ppid=15383 vsize=324200 CPUtime=203.93 cores=0,2,4,6
/proc/15384/stat : 15384 (priss) S 15383 15383 14674 0 -1 4202496 38338 0 0 0 20346 47 0 0 18 0 5 0 517773297 331980800 36105 33554432000 4194304 5787044 140735646344768 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15384/statm: 81050 36105 419 389 0 76800 0
[pid=15384/tid=15386] ppid=15383 vsize=324200 CPUtime=50.77 cores=0,2,4,6
/proc/15384/task/15386/stat : 15386 (priss) R 15383 15383 14674 0 -1 4202560 8594 0 0 0 5066 11 0 0 25 0 5 0 517773300 331980800 36105 33554432000 4194304 5787044 140735646344768 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15384/tid=15387] ppid=15383 vsize=324200 CPUtime=51.06 cores=0,2,4,6
/proc/15384/task/15387/stat : 15387 (priss) R 15383 15383 14674 0 -1 4202560 9324 0 0 0 5096 10 0 0 25 0 5 0 517773300 331980800 36105 33554432000 4194304 5787044 140735646344768 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15384/tid=15388] ppid=15383 vsize=324200 CPUtime=51.02 cores=0,2,4,6
/proc/15384/task/15388/stat : 15388 (priss) R 15383 15383 14674 0 -1 4202560 7837 0 0 0 5089 13 0 0 25 0 5 0 517773301 331980800 36105 33554432000 4194304 5787044 140735646344768 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15384/tid=15389] ppid=15383 vsize=324200 CPUtime=51.02 cores=0,2,4,6
/proc/15384/task/15389/stat : 15389 (priss) R 15383 15383 14674 0 -1 4202560 9095 0 0 0 5090 12 0 0 25 0 5 0 517773302 331980800 36105 33554432000 4194304 5787044 140735646344768 18446744073709551615 5528078 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.93
Current children cumulated vsize (KiB) 332900

[startup+102.301 s]
/proc/loadavg: 8.07 8.07 7.92 9/188 15391
/proc/meminfo: memFree=30202096/32951124 swapFree=67111416/67111528
[pid=15383] ppid=15381 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15383/stat : 15383 (priss.sh) S 15381 15383 14674 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 517773297 8908800 252 33554432000 4194304 4922060 140733529919152 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15383/statm: 2175 252 211 178 0 68 0
[pid=15384] ppid=15383 vsize=349656 CPUtime=408.42 cores=0,2,4,6
/proc/15384/stat : 15384 (priss) S 15383 15383 14674 0 -1 4202496 53041 0 0 0 40780 62 0 0 18 0 5 0 517773297 358047744 50518 33554432000 4194304 5787044 140735646344768 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15384/statm: 87414 50518 419 389 0 83164 0
[pid=15384/tid=15386] ppid=15383 vsize=349656 CPUtime=101.68 cores=0,2,4,6
/proc/15384/task/15386/stat : 15386 (priss) R 15383 15383 14674 0 -1 4202560 11624 0 0 0 10154 14 0 0 25 0 5 0 517773300 358047744 50518 33554432000 4194304 5787044 140735646344768 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15384/tid=15387] ppid=15383 vsize=349656 CPUtime=102.24 cores=0,2,4,6
/proc/15384/task/15387/stat : 15387 (priss) R 15383 15383 14674 0 -1 4202560 12261 0 0 0 10212 12 0 0 25 0 5 0 517773300 358047744 50518 33554432000 4194304 5787044 140735646344768 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15384/tid=15388] ppid=15383 vsize=349656 CPUtime=102.21 cores=0,2,4,6
/proc/15384/task/15388/stat : 15388 (priss) R 15383 15383 14674 0 -1 4202560 11802 0 0 0 10203 18 0 0 25 0 5 0 517773301 358047744 50518 33554432000 4194304 5787044 140735646344768 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15384/tid=15389] ppid=15383 vsize=349656 CPUtime=102.22 cores=0,2,4,6
/proc/15384/task/15389/stat : 15389 (priss) R 15383 15383 14674 0 -1 4202560 13866 0 0 0 10206 16 0 0 25 0 5 0 517773302 358047744 50518 33554432000 4194304 5787044 140735646344768 18446744073709551615 5527122 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.42
Current children cumulated vsize (KiB) 358356

[startup+162.301 s]
/proc/loadavg: 8.09 8.07 7.93 10/188 15393
/proc/meminfo: memFree=30157420/32951124 swapFree=67111416/67111528
[pid=15383] ppid=15381 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15383/stat : 15383 (priss.sh) S 15381 15383 14674 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 517773297 8908800 252 33554432000 4194304 4922060 140733529919152 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15383/statm: 2175 252 211 178 0 68 0
[pid=15384] ppid=15383 vsize=363208 CPUtime=648.08 cores=0,2,4,6

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

/proc/15384/task/15387/stat : 15387 (priss) R 15383 15383 14674 0 -1 4202560 29786 0 0 0 82194 30 0 0 25 0 5 0 517773300 701587456 129645 33554432000 4194304 5787044 140735646344768 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15384/tid=15388] ppid=15383 vsize=685144 CPUtime=822.12 cores=0,2,4,6
/proc/15384/task/15388/stat : 15388 (priss) R 15383 15383 14674 0 -1 4202560 37002 0 0 0 82168 44 0 0 25 0 5 0 517773301 701587456 129645 33554432000 4194304 5787044 140735646344768 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15384/tid=15389] ppid=15383 vsize=685144 CPUtime=822.21 cores=0,2,4,6
/proc/15384/task/15389/stat : 15389 (priss) R 15383 15383 14674 0 -1 4202560 35007 0 0 0 82182 39 0 0 25 0 5 0 517773302 701587456 129645 33554432000 4194304 5787044 140735646344768 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3284.4
Current children cumulated vsize (KiB) 693844

[startup+882.301 s]
/proc/loadavg: 8.04 8.07 8.00 10/188 15412
/proc/meminfo: memFree=29695192/32951124 swapFree=67111416/67111528
[pid=15383] ppid=15381 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15383/stat : 15383 (priss.sh) S 15381 15383 14674 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 517773297 8908800 252 33554432000 4194304 4922060 140733529919152 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15383/statm: 2175 252 211 178 0 68 0
[pid=15384] ppid=15383 vsize=686656 CPUtime=3524.07 cores=0,2,4,6
/proc/15384/stat : 15384 (priss) S 15383 15383 14674 0 -1 4202496 137490 0 0 0 352248 159 0 0 18 0 5 0 517773297 703135744 133308 33554432000 4194304 5787044 140735646344768 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15384/statm: 171664 133308 419 389 0 167414 0
[pid=15384/tid=15386] ppid=15383 vsize=686656 CPUtime=877.44 cores=0,2,4,6
/proc/15384/task/15386/stat : 15386 (priss) R 15383 15383 14674 0 -1 4202560 29925 0 0 0 87703 41 0 0 25 0 5 0 517773300 703135744 133308 33554432000 4194304 5787044 140735646344768 18446744073709551615 4692144 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15384/tid=15387] ppid=15383 vsize=686656 CPUtime=882.25 cores=0,2,4,6
/proc/15384/task/15387/stat : 15387 (priss) R 15383 15383 14674 0 -1 4202560 30049 0 0 0 88193 32 0 0 25 0 5 0 517773300 703135744 133308 33554432000 4194304 5787044 140735646344768 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15384/tid=15388] ppid=15383 vsize=686656 CPUtime=882.11 cores=0,2,4,6
/proc/15384/task/15388/stat : 15388 (priss) R 15383 15383 14674 0 -1 4202560 37002 0 0 0 88167 44 0 0 25 0 5 0 517773301 703135744 133308 33554432000 4194304 5787044 140735646344768 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15384/tid=15389] ppid=15383 vsize=686656 CPUtime=882.22 cores=0,2,4,6
/proc/15384/task/15389/stat : 15389 (priss) R 15383 15383 14674 0 -1 4202560 37026 0 0 0 88181 41 0 0 25 0 5 0 517773302 703135744 133308 33554432000 4194304 5787044 140735646344768 18446744073709551615 5527057 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3524.07
Current children cumulated vsize (KiB) 695356

[startup+942.301 s]
/proc/loadavg: 8.24 8.11 8.02 10/188 15414
/proc/meminfo: memFree=29674064/32951124 swapFree=67111416/67111528
[pid=15383] ppid=15381 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15383/stat : 15383 (priss.sh) S 15381 15383 14674 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 517773297 8908800 252 33554432000 4194304 4922060 140733529919152 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15383/statm: 2175 252 211 178 0 68 0
[pid=15384] ppid=15383 vsize=687352 CPUtime=3763.76 cores=0,2,4,6
/proc/15384/stat : 15384 (priss) S 15383 15383 14674 0 -1 4202496 138392 0 0 0 376217 159 0 0 18 0 5 0 517773297 703848448 133985 33554432000 4194304 5787044 140735646344768 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15384/statm: 171838 133985 419 389 0 167588 0
[pid=15384/tid=15386] ppid=15383 vsize=687352 CPUtime=937.11 cores=0,2,4,6
/proc/15384/task/15386/stat : 15386 (priss) R 15383 15383 14674 0 -1 4202560 30253 0 0 0 93670 41 0 0 25 0 5 0 517773300 703848448 133985 33554432000 4194304 5787044 140735646344768 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15384/tid=15387] ppid=15383 vsize=687352 CPUtime=942.25 cores=0,2,4,6
/proc/15384/task/15387/stat : 15387 (priss) R 15383 15383 14674 0 -1 4202560 30623 0 0 0 94193 32 0 0 25 0 5 0 517773300 703848448 133985 33554432000 4194304 5787044 140735646344768 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15384/tid=15388] ppid=15383 vsize=687352 CPUtime=942.11 cores=0,2,4,6
/proc/15384/task/15388/stat : 15388 (priss) R 15383 15383 14674 0 -1 4202560 37002 0 0 0 94167 44 0 0 25 0 5 0 517773301 703848448 133985 33554432000 4194304 5787044 140735646344768 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15384/tid=15389] ppid=15383 vsize=687352 CPUtime=942.22 cores=0,2,4,6
/proc/15384/task/15389/stat : 15389 (priss) R 15383 15383 14674 0 -1 4202560 37026 0 0 0 94181 41 0 0 25 0 5 0 517773302 703848448 133985 33554432000 4194304 5787044 140735646344768 18446744073709551615 5528404 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3763.76
Current children cumulated vsize (KiB) 696052

[startup+1002.3 s]
/proc/loadavg: 8.23 8.12 8.02 9/188 15415
/proc/meminfo: memFree=29663996/32951124 swapFree=67111416/67111528
[pid=15383] ppid=15381 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15383/stat : 15383 (priss.sh) S 15381 15383 14674 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 517773297 8908800 252 33554432000 4194304 4922060 140733529919152 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15383/statm: 2175 252 211 178 0 68 0
[pid=15384] ppid=15383 vsize=687352 CPUtime=4003.41 cores=0,2,4,6
/proc/15384/stat : 15384 (priss) S 15383 15383 14674 0 -1 4202496 138395 0 0 0 400182 159 0 0 18 0 5 0 517773297 703848448 133988 33554432000 4194304 5787044 140735646344768 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15384/statm: 171838 133988 419 389 0 167588 0
[pid=15384/tid=15386] ppid=15383 vsize=687352 CPUtime=996.78 cores=0,2,4,6
/proc/15384/task/15386/stat : 15386 (priss) R 15383 15383 14674 0 -1 4202560 30253 0 0 0 99637 41 0 0 25 0 5 0 517773300 703848448 133988 33554432000 4194304 5787044 140735646344768 18446744073709551615 5591727 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15384/tid=15387] ppid=15383 vsize=687352 CPUtime=1002.25 cores=0,2,4,6
/proc/15384/task/15387/stat : 15387 (priss) R 15383 15383 14674 0 -1 4202560 30623 0 0 0 100193 32 0 0 25 0 5 0 517773300 703848448 133988 33554432000 4194304 5787044 140735646344768 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15384/tid=15388] ppid=15383 vsize=687352 CPUtime=1002.1 cores=0,2,4,6
/proc/15384/task/15388/stat : 15388 (priss) R 15383 15383 14674 0 -1 4202560 37005 0 0 0 100166 44 0 0 25 0 5 0 517773301 703848448 133988 33554432000 4194304 5787044 140735646344768 18446744073709551615 5591579 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15384/tid=15389] ppid=15383 vsize=687352 CPUtime=1002.22 cores=0,2,4,6
/proc/15384/task/15389/stat : 15389 (priss) R 15383 15383 14674 0 -1 4202560 37026 0 0 0 100181 41 0 0 25 0 5 0 517773302 703848448 133988 33554432000 4194304 5787044 140735646344768 18446744073709551615 5527113 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4003.41
Current children cumulated vsize (KiB) 696052

[startup+1062.31 s]
/proc/loadavg: 8.22 8.13 8.03 10/188 15450
/proc/meminfo: memFree=30033120/32951124 swapFree=67111416/67111528
[pid=15383] ppid=15381 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15383/stat : 15383 (priss.sh) S 15381 15383 14674 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 517773297 8908800 252 33554432000 4194304 4922060 140733529919152 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15383/statm: 2175 252 211 178 0 68 0
[pid=15384] ppid=15383 vsize=687352 CPUtime=4243.11 cores=0,2,4,6
/proc/15384/stat : 15384 (priss) S 15383 15383 14674 0 -1 4202496 138413 0 0 0 424151 160 0 0 18 0 5 0 517773297 703848448 134006 33554432000 4194304 5787044 140735646344768 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15384/statm: 171838 134006 419 389 0 167588 0
[pid=15384/tid=15386] ppid=15383 vsize=687352 CPUtime=1056.46 cores=0,2,4,6
/proc/15384/task/15386/stat : 15386 (priss) R 15383 15383 14674 0 -1 4202560 30254 0 0 0 105605 41 0 0 25 0 5 0 517773300 703848448 134006 33554432000 4194304 5787044 140735646344768 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15384/tid=15387] ppid=15383 vsize=687352 CPUtime=1062.26 cores=0,2,4,6
/proc/15384/task/15387/stat : 15387 (priss) R 15383 15383 14674 0 -1 4202560 30623 0 0 0 106194 32 0 0 25 0 5 0 517773300 703848448 134006 33554432000 4194304 5787044 140735646344768 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15384/tid=15388] ppid=15383 vsize=687352 CPUtime=1062.1 cores=0,2,4,6
/proc/15384/task/15388/stat : 15388 (priss) R 15383 15383 14674 0 -1 4202560 37022 0 0 0 106166 44 0 0 25 0 5 0 517773301 703848448 134006 33554432000 4194304 5787044 140735646344768 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15384/tid=15389] ppid=15383 vsize=687352 CPUtime=1062.23 cores=0,2,4,6
/proc/15384/task/15389/stat : 15389 (priss) R 15383 15383 14674 0 -1 4202560 37026 0 0 0 106182 41 0 0 25 0 5 0 517773302 703848448 134006 33554432000 4194304 5787044 140735646344768 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4243.11
Current children cumulated vsize (KiB) 696052

[startup+1122.3 s]
/proc/loadavg: 8.08 8.10 8.02 9/188 15452
/proc/meminfo: memFree=29963592/32951124 swapFree=67111416/67111528
[pid=15383] ppid=15381 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15383/stat : 15383 (priss.sh) S 15381 15383 14674 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 517773297 8908800 252 33554432000 4194304 4922060 140733529919152 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15383/statm: 2175 252 211 178 0 68 0
[pid=15384] ppid=15383 vsize=687352 CPUtime=4482.76 cores=0,2,4,6
/proc/15384/stat : 15384 (priss) S 15383 15383 14674 0 -1 4202496 138487 0 0 0 448116 160 0 0 18 0 5 0 517773297 703848448 134080 33554432000 4194304 5787044 140735646344768 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15384/statm: 171838 134080 419 389 0 167588 0
[pid=15384/tid=15386] ppid=15383 vsize=687352 CPUtime=1116.13 cores=0,2,4,6
/proc/15384/task/15386/stat : 15386 (priss) R 15383 15383 14674 0 -1 4202560 30272 0 0 0 111572 41 0 0 25 0 5 0 517773300 703848448 134080 33554432000 4194304 5787044 140735646344768 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15384/tid=15387] ppid=15383 vsize=687352 CPUtime=1122.25 cores=0,2,4,6
/proc/15384/task/15387/stat : 15387 (priss) R 15383 15383 14674 0 -1 4202560 30626 0 0 0 112193 32 0 0 25 0 5 0 517773300 703848448 134080 33554432000 4194304 5787044 140735646344768 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15384/tid=15388] ppid=15383 vsize=687352 CPUtime=1122.08 cores=0,2,4,6
/proc/15384/task/15388/stat : 15388 (priss) R 15383 15383 14674 0 -1 4202560 37074 0 0 0 112164 44 0 0 25 0 5 0 517773301 703848448 134080 33554432000 4194304 5787044 140735646344768 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15384/tid=15389] ppid=15383 vsize=687352 CPUtime=1122.22 cores=0,2,4,6
/proc/15384/task/15389/stat : 15389 (priss) R 15383 15383 14674 0 -1 4202560 37027 0 0 0 112181 41 0 0 25 0 5 0 517773302 703848448 134080 33554432000 4194304 5787044 140735646344768 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4482.76
Current children cumulated vsize (KiB) 696052

[startup+1182.3 s]
/proc/loadavg: 8.03 8.08 8.01 9/188 15453
/proc/meminfo: memFree=29935400/32951124 swapFree=67111416/67111528
[pid=15383] ppid=15381 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15383/stat : 15383 (priss.sh) S 15381 15383 14674 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 517773297 8908800 252 33554432000 4194304 4922060 140733529919152 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15383/statm: 2175 252 211 178 0 68 0
[pid=15384] ppid=15383 vsize=687352 CPUtime=4722.43 cores=0,2,4,6
/proc/15384/stat : 15384 (priss) S 15383 15383 14674 0 -1 4202496 138776 0 0 0 472083 160 0 0 18 0 5 0 517773297 703848448 134369 33554432000 4194304 5787044 140735646344768 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15384/statm: 171838 134369 419 389 0 167588 0
[pid=15384/tid=15386] ppid=15383 vsize=687352 CPUtime=1175.8 cores=0,2,4,6
/proc/15384/task/15386/stat : 15386 (priss) R 15383 15383 14674 0 -1 4202560 30279 0 0 0 117539 41 0 0 25 0 5 0 517773300 703848448 134369 33554432000 4194304 5787044 140735646344768 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15384/tid=15387] ppid=15383 vsize=687352 CPUtime=1182.25 cores=0,2,4,6
/proc/15384/task/15387/stat : 15387 (priss) R 15383 15383 14674 0 -1 4202560 30632 0 0 0 118193 32 0 0 25 0 5 0 517773300 703848448 134369 33554432000 4194304 5787044 140735646344768 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15384/tid=15388] ppid=15383 vsize=687352 CPUtime=1182.08 cores=0,2,4,6
/proc/15384/task/15388/stat : 15388 (priss) R 15383 15383 14674 0 -1 4202560 37314 0 0 0 118164 44 0 0 25 0 5 0 517773301 703848448 134369 33554432000 4194304 5787044 140735646344768 18446744073709551615 5591820 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15384/tid=15389] ppid=15383 vsize=687352 CPUtime=1182.23 cores=0,2,4,6
/proc/15384/task/15389/stat : 15389 (priss) R 15383 15383 14674 0 -1 4202560 37063 0 0 0 118182 41 0 0 25 0 5 0 517773302 703848448 134369 33554432000 4194304 5787044 140735646344768 18446744073709551615 5528398 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4722.43
Current children cumulated vsize (KiB) 696052



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.02 8.08 8.01 9/188 15454
/proc/meminfo: memFree=29929816/32951124 swapFree=67111416/67111528
[pid=15383] ppid=15381 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15383/stat : 15383 (priss.sh) S 15381 15383 14674 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 517773297 8908800 252 33554432000 4194304 4922060 140733529919152 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15383/statm: 2175 252 211 178 0 68 0
[pid=15384] ppid=15383 vsize=687352 CPUtime=4800.35 cores=0,2,4,6
/proc/15384/stat : 15384 (priss) S 15383 15383 14674 0 -1 4202496 138905 0 0 0 479875 160 0 0 18 0 5 0 517773297 703848448 134498 33554432000 4194304 5787044 140735646344768 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15384/statm: 171838 134498 419 389 0 167588 0
[pid=15384/tid=15386] ppid=15383 vsize=687352 CPUtime=1195.2 cores=0,2,4,6
/proc/15384/task/15386/stat : 15386 (priss) R 15383 15383 14674 0 -1 4202560 30285 0 0 0 119479 41 0 0 25 0 5 0 517773300 703848448 134498 33554432000 4194304 5787044 140735646344768 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15384/tid=15387] ppid=15383 vsize=687352 CPUtime=1201.76 cores=0,2,4,6
/proc/15384/task/15387/stat : 15387 (priss) R 15383 15383 14674 0 -1 4202560 30635 0 0 0 120144 32 0 0 25 0 5 0 517773300 703848448 134498 33554432000 4194304 5787044 140735646344768 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15384/tid=15388] ppid=15383 vsize=687352 CPUtime=1201.59 cores=0,2,4,6
/proc/15384/task/15388/stat : 15388 (priss) R 15383 15383 14674 0 -1 4202560 37421 0 0 0 120115 44 0 0 25 0 5 0 517773301 703848448 134498 33554432000 4194304 5787044 140735646344768 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15384/tid=15389] ppid=15383 vsize=687352 CPUtime=1201.73 cores=0,2,4,6
/proc/15384/task/15389/stat : 15389 (priss) R 15383 15383 14674 0 -1 4202560 37076 0 0 0 120132 41 0 0 25 0 5 0 517773302 703848448 134498 33554432000 4194304 5787044 140735646344768 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.35
Current children cumulated vsize (KiB) 696052

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 15383 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=999
# CPU time returned by wait4() is 0.001998
# while last known CPU time is 4800.35
#
# 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.35
CPU user time (s): 4798.75
CPU system time (s): 1.6
CPU usage (%): 399.424
Max. virtual memory (cumulated for all children) (KiB): 696052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
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= 2

runsolver used 1.74173 second user time and 4.82227 second system time

The end

Launcher Data

Begin job on node102 at 2011-04-29 09:21:49
IDJOB=3289849
IDBENCH=83408
IDSOLVER=1603
FILE ID=node102/3289849-1304061709
RUNJOBID= node102-1304060360-15212
PBS_JOBID= 13170428
Free space on /tmp= 71560 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/128/aes_128_3_keyfind_1.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3289849-1304061709/watcher-3289849-1304061709 -o /tmp/evaluation-result-3289849-1304061709/solver-3289849-1304061709 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3289849-1304061709.cnf 22960865 4800 15500 4

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

MD5SUM BENCH= ff59ad0e88befc51bfa041e45143dc53
RANDOM SEED=22960865

node102.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.828
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.65
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.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
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.828
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.82
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.828
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.828
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.828
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.828
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.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30447536 kB
Buffers:        630756 kB
Cached:        1244100 kB
SwapCached:          8 kB
Active:         366060 kB
Inactive:      1715220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30447536 kB
SwapTotal:    67111528 kB
SwapFree:     67111416 kB
Dirty:            2360 kB
Writeback:           0 kB
AnonPages:      206448 kB
Mapped:          15616 kB
Slab:           358496 kB
PageTables:       5024 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   396320 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= 71556 MiB
End job on node102 at 2011-04-29 09:41:53