Trace number 3258643

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 Auto? (TO) 4800.02 1201.82

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v2640c305320gyes5.cnf
MD5SUMf892a2bda6fe6aec6f2fcb4e1c541df8
Bench CategoryCRAFTED (crafted 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 variables2640
Number of clauses305320
Sum of the clauses size613120
Maximum clause length33
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2305240
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 580

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: 28092
0.00/0.00	c setup for 4cores
0.00/0.07	c parsetime: 65601us
0.00/0.07	c parsed 305320 clauses with 2640 variables
0.00/0.08	c NW started thread 0 successfully (1094547776)
0.00/0.11	c NW started thread 1 successfully (1114167616)
0.00/0.14	c NW started thread 2 successfully (1124657472)
0.00/0.17	c NW started thread 3 successfully (1135147328)
53.48/13.50	c preprocessor returned 10011 variables
53.48/13.50	c preprocessing returned UNKNOWN
53.48/13.50	c PP set 0 variables
53.48/13.50	c pp time: 13414587us (13s)
53.48/13.53	c preprocessor returned 10011 variables
53.48/13.53	c preprocessing returned UNKNOWN
53.48/13.53	c PP set 0 variables
53.48/13.53	c pp time: 13419379us (13s)
53.89/13.67	c preprocessor returned 10011 variables
53.89/13.67	c preprocessing returned UNKNOWN
53.89/13.67	c PP set 0 variables
53.89/13.67	c pp time: 13527962us (13s)
68.67/17.39	c preprocessor returned 30008 variables
68.67/17.39	c preprocessing returned UNKNOWN
68.67/17.39	c PP set 0 variables
68.67/17.39	c pp time: 17223151us (17s)

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-3258643-1304045238/watcher-3258643-1304045238 -o /tmp/evaluation-result-3258643-1304045238/solver-3258643-1304045238 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3258643-1304045238.cnf 510781574 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: 6.31 7.65 7.77 3/179 28091
/proc/meminfo: memFree=24460136/32951124 swapFree=67111524/67111528
[pid=28091] ppid=28089 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28091/stat : 28091 (prissAuto.sh) S 28089 28091 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516121555 8908800 251 33554432000 4194304 4922060 140736601726576 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28091/statm: 2175 251 211 178 0 68 0

[startup+0.0481659 s]
/proc/loadavg: 6.31 7.65 7.77 3/179 28091
/proc/meminfo: memFree=24460136/32951124 swapFree=67111524/67111528
[pid=28091] ppid=28089 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28091/stat : 28091 (prissAuto.sh) S 28089 28091 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516121555 8908800 251 33554432000 4194304 4922060 140736601726576 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28091/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.105162 s]
/proc/loadavg: 6.31 7.65 7.77 3/179 28091
/proc/meminfo: memFree=24460136/32951124 swapFree=67111524/67111528
[pid=28091] ppid=28089 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28091/stat : 28091 (prissAuto.sh) S 28089 28091 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516121555 8908800 251 33554432000 4194304 4922060 140736601726576 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28091/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.303154 s]
/proc/loadavg: 6.31 7.65 7.77 3/179 28091
/proc/meminfo: memFree=24460136/32951124 swapFree=67111524/67111528
[pid=28091] ppid=28089 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28091/stat : 28091 (prissAuto.sh) S 28089 28091 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516121555 8908800 251 33554432000 4194304 4922060 140736601726576 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28091/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.16487 s]
/proc/loadavg: 6.31 7.65 7.77 3/179 28091
/proc/meminfo: memFree=24460136/32951124 swapFree=67111524/67111528
[pid=28091] ppid=28089 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28091/stat : 28091 (prissAuto.sh) S 28089 28091 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516121555 8908800 251 33554432000 4194304 4922060 140736601726576 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28091/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50081 s]
/proc/loadavg: 6.31 7.65 7.77 3/179 28091
/proc/meminfo: memFree=24460136/32951124 swapFree=67111524/67111528
[pid=28091] ppid=28089 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28091/stat : 28091 (prissAuto.sh) S 28089 28091 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516121555 8908800 251 33554432000 4194304 4922060 140736601726576 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28091/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10052 s]
/proc/loadavg: 6.45 7.65 7.77 9/188 28101
/proc/meminfo: memFree=24309776/32951124 swapFree=67111524/67111528
[pid=28091] ppid=28089 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28091/stat : 28091 (prissAuto.sh) S 28089 28091 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516121555 8908800 251 33554432000 4194304 4922060 140736601726576 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28091/statm: 2175 251 211 178 0 68 0
[pid=28092] ppid=28091 vsize=337820 CPUtime=11.95 cores=0,2,4,6
/proc/28092/stat : 28092 (priss) S 28091 28091 28051 0 -1 4202496 53607 0 0 0 1181 14 0 0 18 0 5 0 516121555 345927680 26452 33554432000 4194304 5787044 140734366400160 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/28092/statm: 84455 26452 350 389 0 80205 0
[pid=28092/tid=28097] ppid=28091 vsize=337820 CPUtime=2.99 cores=0,2,4,6
/proc/28092/task/28097/stat : 28097 (priss) R 28091 28091 28051 0 -1 4202560 10891 0 0 0 296 3 0 0 23 0 5 0 516121564 345927680 26452 33554432000 4194304 5787044 140734366400160 18446744073709551615 4336688 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28092/tid=28098] ppid=28091 vsize=337820 CPUtime=2.94 cores=0,2,4,6
/proc/28092/task/28098/stat : 28098 (priss) R 28091 28091 28051 0 -1 4202560 9960 0 0 0 292 2 0 0 23 0 5 0 516121567 345927680 26452 33554432000 4194304 5787044 140734366400160 18446744073709551615 4336781 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28092/tid=28099] ppid=28091 vsize=337820 CPUtime=2.92 cores=0,2,4,6
/proc/28092/task/28099/stat : 28099 (priss) R 28091 28091 28051 0 -1 4202560 10085 0 0 0 287 5 0 0 24 0 5 0 516121570 345927680 26452 33554432000 4194304 5787044 140734366400160 18446744073709551615 4336234 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=28092/tid=28100] ppid=28091 vsize=337820 CPUtime=2.91 cores=0,2,4,6
/proc/28092/task/28100/stat : 28100 (priss) R 28091 28091 28051 0 -1 4202560 7927 0 0 0 290 1 0 0 23 0 5 0 516121573 345927680 26452 33554432000 4194304 5787044 140734366400160 18446744073709551615 4336790 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.95
Current children cumulated vsize (KiB) 346520

[startup+6.30093 s]
/proc/loadavg: 6.45 7.65 7.77 10/188 28101
/proc/meminfo: memFree=24257680/32951124 swapFree=67111524/67111528
[pid=28091] ppid=28089 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28091/stat : 28091 (prissAuto.sh) S 28089 28091 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516121555 8908800 251 33554432000 4194304 4922060 140736601726576 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28091/statm: 2175 251 211 178 0 68 0
[pid=28092] ppid=28091 vsize=337820 CPUtime=24.73 cores=0,2,4,6
/proc/28092/stat : 28092 (priss) S 28091 28091 28051 0 -1 4202496 53607 0 0 0 2459 14 0 0 18 0 5 0 516121555 345927680 26452 33554432000 4194304 5787044 140734366400160 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/28092/statm: 84455 26452 350 389 0 80205 0
[pid=28092/tid=28097] ppid=28091 vsize=337820 CPUtime=6.19 cores=0,2,4,6
/proc/28092/task/28097/stat : 28097 (priss) R 28091 28091 28051 0 -1 4202560 10891 0 0 0 616 3 0 0 25 0 5 0 516121564 345927680 26452 33554432000 4194304 5787044 140734366400160 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28092/tid=28098] ppid=28091 vsize=337820 CPUtime=6.14 cores=0,2,4,6
/proc/28092/task/28098/stat : 28098 (priss) R 28091 28091 28051 0 -1 4202560 9960 0 0 0 612 2 0 0 25 0 5 0 516121567 345927680 26452 33554432000 4194304 5787044 140734366400160 18446744073709551615 4336376 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28092/tid=28099] ppid=28091 vsize=337820 CPUtime=6.11 cores=0,2,4,6
/proc/28092/task/28099/stat : 28099 (priss) R 28091 28091 28051 0 -1 4202560 10085 0 0 0 606 5 0 0 25 0 5 0 516121570 345927680 26452 33554432000 4194304 5787044 140734366400160 18446744073709551615 4336763 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=28092/tid=28100] ppid=28091 vsize=337820 CPUtime=6.11 cores=0,2,4,6
/proc/28092/task/28100/stat : 28100 (priss) R 28091 28091 28051 0 -1 4202560 7927 0 0 0 610 1 0 0 25 0 5 0 516121573 345927680 26452 33554432000 4194304 5787044 140734366400160 18446744073709551615 4336249 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.73
Current children cumulated vsize (KiB) 346520

[startup+12.7008 s]
/proc/loadavg: 6.76 7.68 7.78 9/188 28101
/proc/meminfo: memFree=24229688/32951124 swapFree=67111524/67111528
[pid=28091] ppid=28089 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28091/stat : 28091 (prissAuto.sh) S 28089 28091 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516121555 8908800 251 33554432000 4194304 4922060 140736601726576 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28091/statm: 2175 251 211 178 0 68 0
[pid=28092] ppid=28091 vsize=354912 CPUtime=50.32 cores=0,2,4,6
/proc/28092/stat : 28092 (priss) S 28091 28091 28051 0 -1 4202496 61178 0 0 0 5017 15 0 0 18 0 5 0 516121555 363429888 33712 33554432000 4194304 5787044 140734366400160 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/28092/statm: 88728 33712 355 389 0 84478 0
[pid=28092/tid=28097] ppid=28091 vsize=354912 CPUtime=12.6 cores=0,2,4,6
/proc/28092/task/28097/stat : 28097 (priss) R 28091 28091 28051 0 -1 4202560 13192 0 0 0 1257 3 0 0 25 0 5 0 516121564 363429888 33712 33554432000 4194304 5787044 140734366400160 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28092/tid=28098] ppid=28091 vsize=354912 CPUtime=12.54 cores=0,2,4,6
/proc/28092/task/28098/stat : 28098 (priss) R 28091 28091 28051 0 -1 4202560 11863 0 0 0 1252 2 0 0 25 0 5 0 516121567 363429888 33712 33554432000 4194304 5787044 140734366400160 18446744073709551615 212687369182 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28092/tid=28099] ppid=28091 vsize=354912 CPUtime=12.47 cores=0,2,4,6
/proc/28092/task/28099/stat : 28099 (priss) R 28091 28091 28051 0 -1 4202560 11932 0 0 0 1242 5 0 0 25 0 5 0 516121570 363429888 33712 33554432000 4194304 5787044 140734366400160 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=28092/tid=28100] ppid=28091 vsize=354912 CPUtime=12.51 cores=0,2,4,6
/proc/28092/task/28100/stat : 28100 (priss) R 28091 28091 28051 0 -1 4202560 9447 0 0 0 1250 1 0 0 25 0 5 0 516121573 363429888 33712 33554432000 4194304 5787044 140734366400160 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.32
Current children cumulated vsize (KiB) 363612

[startup+25.5004 s]
/proc/loadavg: 6.95 7.69 7.78 9/188 28101
/proc/meminfo: memFree=24174516/32951124 swapFree=67111524/67111528
[pid=28091] ppid=28089 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28091/stat : 28091 (prissAuto.sh) S 28089 28091 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516121555 8908800 251 33554432000 4194304 4922060 140736601726576 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28091/statm: 2175 251 211 178 0 68 0
[pid=28092] ppid=28091 vsize=359448 CPUtime=101.41 cores=0,2,4,6
/proc/28092/stat : 28092 (priss) S 28091 28091 28051 0 -1 4202496 99014 0 0 0 10119 22 0 0 18 0 5 0 516121555 368074752 43712 33554432000 4194304 5787044 140734366400160 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/28092/statm: 89862 43712 417 389 0 85612 0
[pid=28092/tid=28097] ppid=28091 vsize=359448 CPUtime=25.39 cores=0,2,4,6
/proc/28092/task/28097/stat : 28097 (priss) R 28091 28091 28051 0 -1 4202560 23873 0 0 0 2533 6 0 0 25 0 5 0 516121564 368074752 43712 33554432000 4194304 5787044 140734366400160 18446744073709551615 5576469 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28092/tid=28098] ppid=28091 vsize=359448 CPUtime=25.33 cores=0,2,4,6
/proc/28092/task/28098/stat : 28098 (priss) R 28091 28091 28051 0 -1 4202560 22337 0 0 0 2529 4 0 0 25 0 5 0 516121567 368074752 43712 33554432000 4194304 5787044 140734366400160 18446744073709551615 212687336481 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28092/tid=28099] ppid=28091 vsize=359448 CPUtime=25.19 cores=0,2,4,6
/proc/28092/task/28099/stat : 28099 (priss) R 28091 28091 28051 0 -1 4202560 21613 0 0 0 2512 7 0 0 25 0 5 0 516121570 368074752 43712 33554432000 4194304 5787044 140734366400160 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=28092/tid=28100] ppid=28091 vsize=359448 CPUtime=25.31 cores=0,2,4,6
/proc/28092/task/28100/stat : 28100 (priss) R 28091 28091 28051 0 -1 4202560 16447 0 0 0 2529 2 0 0 25 0 5 0 516121573 368074752 43712 33554432000 4194304 5787044 140734366400160 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.41
Current children cumulated vsize (KiB) 368148

[startup+51.1008 s]
/proc/loadavg: 7.31 7.71 7.79 9/188 28102
/proc/meminfo: memFree=24109376/32951124 swapFree=67111524/67111528
[pid=28091] ppid=28089 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28091/stat : 28091 (prissAuto.sh) S 28089 28091 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516121555 8908800 251 33554432000 4194304 4922060 140736601726576 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28091/statm: 2175 251 211 178 0 68 0
[pid=28092] ppid=28091 vsize=368048 CPUtime=203.67 cores=0,2,4,6
/proc/28092/stat : 28092 (priss) S 28091 28091 28051 0 -1 4202496 107348 0 0 0 20340 27 0 0 18 0 5 0 516121555 376881152 52046 33554432000 4194304 5787044 140734366400160 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/28092/statm: 92012 52046 417 389 0 87762 0
[pid=28092/tid=28097] ppid=28091 vsize=368048 CPUtime=50.99 cores=0,2,4,6
/proc/28092/task/28097/stat : 28097 (priss) R 28091 28091 28051 0 -1 4202560 25977 0 0 0 5092 7 0 0 25 0 5 0 516121564 376881152 52046 33554432000 4194304 5787044 140734366400160 18446744073709551615 5591712 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28092/tid=28098] ppid=28091 vsize=368048 CPUtime=50.93 cores=0,2,4,6
/proc/28092/task/28098/stat : 28098 (priss) R 28091 28091 28051 0 -1 4202560 24351 0 0 0 5088 5 0 0 25 0 5 0 516121567 376881152 52046 33554432000 4194304 5787044 140734366400160 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28092/tid=28099] ppid=28091 vsize=368048 CPUtime=50.65 cores=0,2,4,6
/proc/28092/task/28099/stat : 28099 (priss) R 28091 28091 28051 0 -1 4202560 23680 0 0 0 5056 9 0 0 25 0 5 0 516121570 376881152 52046 33554432000 4194304 5787044 140734366400160 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=28092/tid=28100] ppid=28091 vsize=368048 CPUtime=50.91 cores=0,2,4,6
/proc/28092/task/28100/stat : 28100 (priss) R 28091 28091 28051 0 -1 4202560 18596 0 0 0 5088 3 0 0 25 0 5 0 516121573 376881152 52046 33554432000 4194304 5787044 140734366400160 18446744073709551615 5526901 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.67
Current children cumulated vsize (KiB) 376748

[startup+102.3 s]
/proc/loadavg: 7.74 7.77 7.80 9/188 28103
/proc/meminfo: memFree=23984116/32951124 swapFree=67111524/67111528
[pid=28091] ppid=28089 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28091/stat : 28091 (prissAuto.sh) S 28089 28091 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516121555 8908800 251 33554432000 4194304 4922060 140736601726576 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28091/statm: 2175 251 211 178 0 68 0
[pid=28092] ppid=28091 vsize=386340 CPUtime=408.17 cores=0,2,4,6
/proc/28092/stat : 28092 (priss) S 28091 28091 28051 0 -1 4202496 126286 0 0 0 40776 41 0 0 18 0 5 0 516121555 395612160 70915 33554432000 4194304 5787044 140734366400160 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/28092/statm: 96585 70915 417 389 0 92335 0
[pid=28092/tid=28097] ppid=28091 vsize=386340 CPUtime=102.19 cores=0,2,4,6
/proc/28092/task/28097/stat : 28097 (priss) R 28091 28091 28051 0 -1 4202560 31932 0 0 0 10208 11 0 0 25 0 5 0 516121564 395612160 70915 33554432000 4194304 5787044 140734366400160 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28092/tid=28098] ppid=28091 vsize=386340 CPUtime=102.12 cores=0,2,4,6
/proc/28092/task/28098/stat : 28098 (priss) R 28091 28091 28051 0 -1 4202560 29165 0 0 0 10202 10 0 0 25 0 5 0 516121567 395612160 70915 33554432000 4194304 5787044 140734366400160 18446744073709551615 212687342594 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28092/tid=28099] ppid=28091 vsize=386340 CPUtime=101.57 cores=0,2,4,6
/proc/28092/task/28099/stat : 28099 (priss) R 28091 28091 28051 0 -1 4202560 28387 0 0 0 10144 13 0 0 25 0 5 0 516121570 395612160 70915 33554432000 4194304 5787044 140734366400160 18446744073709551615 5591211 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=28092/tid=28100] ppid=28091 vsize=386340 CPUtime=102.1 cores=0,2,4,6
/proc/28092/task/28100/stat : 28100 (priss) R 28091 28091 28051 0 -1 4202560 22058 0 0 0 10206 4 0 0 25 0 5 0 516121573 395612160 70915 33554432000 4194304 5787044 140734366400160 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.17
Current children cumulated vsize (KiB) 395040

[startup+162.301 s]
/proc/loadavg: 7.91 7.81 7.82 9/188 28105
/proc/meminfo: memFree=23861532/32951124 swapFree=67111524/67111528
[pid=28091] ppid=28089 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28091/stat : 28091 (prissAuto.sh) S 28089 28091 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516121555 8908800 251 33554432000 4194304 4922060 140736601726576 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28091/statm: 2175 251 211 178 0 68 0
[pid=28092] ppid=28091 vsize=472776 CPUtime=647.85 cores=0,2,4,6

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

/proc/28092/task/28098/stat : 28098 (priss) R 28091 28091 28051 0 -1 4202560 69464 0 0 0 87866 60 0 0 25 0 5 0 516121567 1104809984 222246 33554432000 4194304 5787044 140734366400160 18446744073709551615 5591356 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=28092/tid=28099] ppid=28091 vsize=1078916 CPUtime=880.38 cores=0,2,4,6
/proc/28092/task/28099/stat : 28099 (priss) R 28091 28091 28051 0 -1 4202560 74363 0 0 0 87972 66 0 0 25 0 5 0 516121570 1104809984 222246 33554432000 4194304 5787044 140734366400160 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=28092/tid=28100] ppid=28091 vsize=1078916 CPUtime=881.76 cores=0,2,4,6
/proc/28092/task/28100/stat : 28100 (priss) R 28091 28091 28051 0 -1 4202560 48720 0 0 0 88157 19 0 0 25 0 5 0 516121573 1104809984 222246 33554432000 4194304 5787044 140734366400160 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3523.73
Current children cumulated vsize (KiB) 1087616

[startup+942.306 s]
/proc/loadavg: 8.09 8.09 7.96 9/188 28135
/proc/meminfo: memFree=22878132/32951124 swapFree=67111524/67111528
[pid=28091] ppid=28089 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28091/stat : 28091 (prissAuto.sh) S 28089 28091 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516121555 8908800 251 33554432000 4194304 4922060 140736601726576 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28091/statm: 2175 251 211 178 0 68 0
[pid=28092] ppid=28091 vsize=1090112 CPUtime=3763.42 cores=0,2,4,6
/proc/28092/stat : 28092 (priss) S 28091 28091 28051 0 -1 4202496 283319 0 0 0 376129 213 0 0 18 0 5 0 516121555 1116274688 225848 33554432000 4194304 5787044 140734366400160 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/28092/statm: 272528 225848 417 389 0 268278 0
[pid=28092/tid=28097] ppid=28091 vsize=1090112 CPUtime=942.14 cores=0,2,4,6
/proc/28092/task/28097/stat : 28097 (priss) R 28091 28091 28051 0 -1 4202560 72203 0 0 0 94153 61 0 0 25 0 5 0 516121564 1116274688 225848 33554432000 4194304 5787044 140734366400160 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28092/tid=28098] ppid=28091 vsize=1090112 CPUtime=938.93 cores=0,2,4,6
/proc/28092/task/28098/stat : 28098 (priss) R 28091 28091 28051 0 -1 4202560 69465 0 0 0 93833 60 0 0 25 0 5 0 516121567 1116274688 225848 33554432000 4194304 5787044 140734366400160 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=28092/tid=28099] ppid=28091 vsize=1090112 CPUtime=940.4 cores=0,2,4,6
/proc/28092/task/28099/stat : 28099 (priss) R 28091 28091 28051 0 -1 4202560 75349 0 0 0 93972 68 0 0 25 0 5 0 516121570 1116274688 225848 33554432000 4194304 5787044 140734366400160 18446744073709551615 5576446 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=28092/tid=28100] ppid=28091 vsize=1090112 CPUtime=941.76 cores=0,2,4,6
/proc/28092/task/28100/stat : 28100 (priss) R 28091 28091 28051 0 -1 4202560 51558 0 0 0 94155 21 0 0 25 0 5 0 516121573 1116274688 225848 33554432000 4194304 5787044 140734366400160 18446744073709551615 4254546 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3763.42
Current children cumulated vsize (KiB) 1098812

[startup+1002.3 s]
/proc/loadavg: 8.08 8.08 7.96 9/188 28136
/proc/meminfo: memFree=22863232/32951124 swapFree=67111524/67111528
[pid=28091] ppid=28089 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28091/stat : 28091 (prissAuto.sh) S 28089 28091 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516121555 8908800 251 33554432000 4194304 4922060 140736601726576 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28091/statm: 2175 251 211 178 0 68 0
[pid=28092] ppid=28091 vsize=1090112 CPUtime=4003.07 cores=0,2,4,6
/proc/28092/stat : 28092 (priss) S 28091 28091 28051 0 -1 4202496 283319 0 0 0 400094 213 0 0 18 0 5 0 516121555 1116274688 225848 33554432000 4194304 5787044 140734366400160 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/28092/statm: 272528 225848 417 389 0 268278 0
[pid=28092/tid=28097] ppid=28091 vsize=1090112 CPUtime=1002.14 cores=0,2,4,6
/proc/28092/task/28097/stat : 28097 (priss) R 28091 28091 28051 0 -1 4202560 72203 0 0 0 100153 61 0 0 25 0 5 0 516121564 1116274688 225848 33554432000 4194304 5787044 140734366400160 18446744073709551615 212687342554 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28092/tid=28098] ppid=28091 vsize=1090112 CPUtime=998.6 cores=0,2,4,6
/proc/28092/task/28098/stat : 28098 (priss) R 28091 28091 28051 0 -1 4202560 69465 0 0 0 99800 60 0 0 25 0 5 0 516121567 1116274688 225848 33554432000 4194304 5787044 140734366400160 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=28092/tid=28099] ppid=28091 vsize=1090112 CPUtime=1000.39 cores=0,2,4,6
/proc/28092/task/28099/stat : 28099 (priss) R 28091 28091 28051 0 -1 4202560 75349 0 0 0 99971 68 0 0 25 0 5 0 516121570 1116274688 225848 33554432000 4194304 5787044 140734366400160 18446744073709551615 5592121 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=28092/tid=28100] ppid=28091 vsize=1090112 CPUtime=1001.75 cores=0,2,4,6
/proc/28092/task/28100/stat : 28100 (priss) R 28091 28091 28051 0 -1 4202560 51558 0 0 0 100154 21 0 0 25 0 5 0 516121573 1116274688 225848 33554432000 4194304 5787044 140734366400160 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4003.07
Current children cumulated vsize (KiB) 1098812

[startup+1062.3 s]
/proc/loadavg: 8.31 8.16 7.99 9/188 28141
/proc/meminfo: memFree=22844076/32951124 swapFree=67111524/67111528
[pid=28091] ppid=28089 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28091/stat : 28091 (prissAuto.sh) S 28089 28091 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516121555 8908800 251 33554432000 4194304 4922060 140736601726576 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28091/statm: 2175 251 211 178 0 68 0
[pid=28092] ppid=28091 vsize=1090112 CPUtime=4242.74 cores=0,2,4,6
/proc/28092/stat : 28092 (priss) S 28091 28091 28051 0 -1 4202496 283323 0 0 0 424060 214 0 0 18 0 5 0 516121555 1116274688 225852 33554432000 4194304 5787044 140734366400160 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/28092/statm: 272528 225852 417 389 0 268278 0
[pid=28092/tid=28097] ppid=28091 vsize=1090112 CPUtime=1062.14 cores=0,2,4,6
/proc/28092/task/28097/stat : 28097 (priss) R 28091 28091 28051 0 -1 4202560 72205 0 0 0 106152 62 0 0 25 0 5 0 516121564 1116274688 225852 33554432000 4194304 5787044 140734366400160 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28092/tid=28098] ppid=28091 vsize=1090112 CPUtime=1058.27 cores=0,2,4,6
/proc/28092/task/28098/stat : 28098 (priss) R 28091 28091 28051 0 -1 4202560 69467 0 0 0 105767 60 0 0 25 0 5 0 516121567 1116274688 225852 33554432000 4194304 5787044 140734366400160 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=28092/tid=28099] ppid=28091 vsize=1090112 CPUtime=1060.39 cores=0,2,4,6
/proc/28092/task/28099/stat : 28099 (priss) R 28091 28091 28051 0 -1 4202560 75349 0 0 0 105971 68 0 0 25 0 5 0 516121570 1116274688 225852 33554432000 4194304 5787044 140734366400160 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=28092/tid=28100] ppid=28091 vsize=1090112 CPUtime=1061.74 cores=0,2,4,6
/proc/28092/task/28100/stat : 28100 (priss) R 28091 28091 28051 0 -1 4202560 51558 0 0 0 106153 21 0 0 25 0 5 0 516121573 1116274688 225852 33554432000 4194304 5787044 140734366400160 18446744073709551615 5528394 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4242.74
Current children cumulated vsize (KiB) 1098812

[startup+1122.3 s]
/proc/loadavg: 8.16 8.14 8.00 9/188 28142
/proc/meminfo: memFree=22844144/32951124 swapFree=67111524/67111528
[pid=28091] ppid=28089 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28091/stat : 28091 (prissAuto.sh) S 28089 28091 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516121555 8908800 251 33554432000 4194304 4922060 140736601726576 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28091/statm: 2175 251 211 178 0 68 0
[pid=28092] ppid=28091 vsize=1090112 CPUtime=4482.42 cores=0,2,4,6
/proc/28092/stat : 28092 (priss) S 28091 28091 28051 0 -1 4202496 283334 0 0 0 448027 215 0 0 18 0 5 0 516121555 1116274688 225863 33554432000 4194304 5787044 140734366400160 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/28092/statm: 272528 225863 417 389 0 268278 0
[pid=28092/tid=28097] ppid=28091 vsize=1090112 CPUtime=1122.14 cores=0,2,4,6
/proc/28092/task/28097/stat : 28097 (priss) R 28091 28091 28051 0 -1 4202560 72210 0 0 0 112152 62 0 0 25 0 5 0 516121564 1116274688 225863 33554432000 4194304 5787044 140734366400160 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28092/tid=28098] ppid=28091 vsize=1090112 CPUtime=1117.95 cores=0,2,4,6
/proc/28092/task/28098/stat : 28098 (priss) R 28091 28091 28051 0 -1 4202560 69473 0 0 0 111735 60 0 0 25 0 5 0 516121567 1116274688 225863 33554432000 4194304 5787044 140734366400160 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=28092/tid=28099] ppid=28091 vsize=1090112 CPUtime=1120.39 cores=0,2,4,6
/proc/28092/task/28099/stat : 28099 (priss) R 28091 28091 28051 0 -1 4202560 75349 0 0 0 111971 68 0 0 25 0 5 0 516121570 1116274688 225863 33554432000 4194304 5787044 140734366400160 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=28092/tid=28100] ppid=28091 vsize=1090112 CPUtime=1121.73 cores=0,2,4,6
/proc/28092/task/28100/stat : 28100 (priss) R 28091 28091 28051 0 -1 4202560 51558 0 0 0 112152 21 0 0 25 0 5 0 516121573 1116274688 225863 33554432000 4194304 5787044 140734366400160 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4482.42
Current children cumulated vsize (KiB) 1098812

[startup+1182.3 s]
/proc/loadavg: 8.05 8.11 8.00 9/188 28144
/proc/meminfo: memFree=22817832/32951124 swapFree=67111524/67111528
[pid=28091] ppid=28089 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28091/stat : 28091 (prissAuto.sh) S 28089 28091 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516121555 8908800 251 33554432000 4194304 4922060 140736601726576 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28091/statm: 2175 251 211 178 0 68 0
[pid=28092] ppid=28091 vsize=1098312 CPUtime=4722.09 cores=0,2,4,6
/proc/28092/stat : 28092 (priss) S 28091 28091 28051 0 -1 4202496 286450 0 0 0 471992 217 0 0 18 0 5 0 516121555 1124671488 228979 33554432000 4194304 5787044 140734366400160 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/28092/statm: 274578 228979 417 389 0 270328 0
[pid=28092/tid=28097] ppid=28091 vsize=1098312 CPUtime=1182.14 cores=0,2,4,6
/proc/28092/task/28097/stat : 28097 (priss) R 28091 28091 28051 0 -1 4202560 72539 0 0 0 118152 62 0 0 25 0 5 0 516121564 1124671488 228980 33554432000 4194304 5787044 140734366400160 18446744073709551615 212687336481 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28092/tid=28098] ppid=28091 vsize=1098312 CPUtime=1177.62 cores=0,2,4,6
/proc/28092/task/28098/stat : 28098 (priss) R 28091 28091 28051 0 -1 4202560 71191 0 0 0 117701 61 0 0 25 0 5 0 516121567 1124671488 228980 33554432000 4194304 5787044 140734366400160 18446744073709551615 4218896 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=28092/tid=28099] ppid=28091 vsize=1098312 CPUtime=1180.39 cores=0,2,4,6
/proc/28092/task/28099/stat : 28099 (priss) R 28091 28091 28051 0 -1 4202560 75374 0 0 0 117971 68 0 0 25 0 5 0 516121570 1124671488 228980 33554432000 4194304 5787044 140734366400160 18446744073709551615 4220472 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=28092/tid=28100] ppid=28091 vsize=1098312 CPUtime=1181.74 cores=0,2,4,6
/proc/28092/task/28100/stat : 28100 (priss) R 28091 28091 28051 0 -1 4202560 52603 0 0 0 118152 22 0 0 25 0 5 0 516121573 1124671488 228980 33554432000 4194304 5787044 140734366400160 18446744073709551615 5528733 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4722.09
Current children cumulated vsize (KiB) 1107012



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.04 8.10 8.00 9/188 28145
/proc/meminfo: memFree=22786576/32951124 swapFree=67111524/67111528
[pid=28091] ppid=28089 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28091/stat : 28091 (prissAuto.sh) S 28089 28091 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516121555 8908800 251 33554432000 4194304 4922060 140736601726576 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28091/statm: 2175 251 211 178 0 68 0
[pid=28092] ppid=28091 vsize=1167948 CPUtime=4800.02 cores=0,2,4,6
/proc/28092/stat : 28092 (priss) S 28091 28091 28051 0 -1 4202496 290725 0 0 0 479779 223 0 0 18 0 5 0 516121555 1195978752 233254 33554432000 4194304 5787044 140734366400160 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/28092/statm: 291987 233254 417 389 0 287737 0
[pid=28092/tid=28097] ppid=28091 vsize=1167948 CPUtime=1201.65 cores=0,2,4,6
/proc/28092/task/28097/stat : 28097 (priss) R 28091 28091 28051 0 -1 4202560 74394 0 0 0 120100 65 0 0 25 0 5 0 516121564 1195978752 233254 33554432000 4194304 5787044 140734366400160 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28092/tid=28098] ppid=28091 vsize=1167948 CPUtime=1197.02 cores=0,2,4,6
/proc/28092/task/28098/stat : 28098 (priss) R 28091 28091 28051 0 -1 4202560 73063 0 0 0 119638 64 0 0 25 0 5 0 516121567 1195978752 233254 33554432000 4194304 5787044 140734366400160 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=28092/tid=28099] ppid=28091 vsize=1167948 CPUtime=1199.9 cores=0,2,4,6
/proc/28092/task/28099/stat : 28099 (priss) R 28091 28091 28051 0 -1 4202560 75392 0 0 0 119922 68 0 0 25 0 5 0 516121570 1195978752 233254 33554432000 4194304 5787044 140734366400160 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=28092/tid=28100] ppid=28091 vsize=1167948 CPUtime=1201.24 cores=0,2,4,6
/proc/28092/task/28100/stat : 28100 (priss) R 28091 28091 28051 0 -1 4202560 53132 0 0 0 120102 22 0 0 25 0 5 0 516121573 1195978752 233254 33554432000 4194304 5787044 140734366400160 18446744073709551615 5527065 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.02
Current children cumulated vsize (KiB) 1176648

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

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

[startup+1201.8 s]
/proc/loadavg: 8.04 8.10 8.00 9/188 28145
/proc/meminfo: memFree=22786576/32951124 swapFree=67111524/67111528
[pid=28091] ppid=28089 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28091/stat : 28091 (prissAuto.sh) S 28089 28091 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516121555 8908800 251 33554432000 4194304 4922060 140736601726576 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28091/statm: 2175 251 211 178 0 68 0
[pid=28092] ppid=28091 vsize=1167948 CPUtime=4800.02 cores=0,2,4,6
/proc/28092/stat : 28092 (priss) S 28091 28091 28051 0 -1 4202496 290725 0 0 0 479779 223 0 0 18 0 5 0 516121555 1195978752 233254 33554432000 4194304 5787044 140734366400160 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/28092/statm: 291987 233254 417 389 0 287737 0
[pid=28092/tid=28097] ppid=28091 vsize=1167948 CPUtime=1201.65 cores=0,2,4,6
/proc/28092/task/28097/stat : 28097 (priss) R 28091 28091 28051 0 -1 4202560 74394 0 0 0 120100 65 0 0 25 0 5 0 516121564 1195978752 233254 33554432000 4194304 5787044 140734366400160 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28092/tid=28098] ppid=28091 vsize=1167948 CPUtime=1197.02 cores=0,2,4,6
/proc/28092/task/28098/stat : 28098 (priss) R 28091 28091 28051 0 -1 4202560 73063 0 0 0 119638 64 0 0 25 0 5 0 516121567 1195978752 233254 33554432000 4194304 5787044 140734366400160 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=28092/tid=28099] ppid=28091 vsize=1167948 CPUtime=1199.9 cores=0,2,4,6
/proc/28092/task/28099/stat : 28099 (priss) R 28091 28091 28051 0 -1 4202560 75392 0 0 0 119922 68 0 0 25 0 5 0 516121570 1195978752 233254 33554432000 4194304 5787044 140734366400160 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=28092/tid=28100] ppid=28091 vsize=1167948 CPUtime=1201.24 cores=0,2,4,6
/proc/28092/task/28100/stat : 28100 (priss) R 28091 28091 28051 0 -1 4202560 53132 0 0 0 120102 22 0 0 25 0 5 0 516121573 1195978752 233254 33554432000 4194304 5787044 140734366400160 18446744073709551615 5527065 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.02
Current children cumulated vsize (KiB) 1176648

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28091 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.02
#
# 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.02
CPU user time (s): 4797.79
CPU system time (s): 2.23
CPU usage (%): 399.394
Max. virtual memory (cumulated for all children) (KiB): 1176648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 331
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.80073 second user time and 4.76427 second system time

The end

Launcher Data

Begin job on node139 at 2011-04-29 04:47:18
IDJOB=3258643
IDBENCH=71408
IDSOLVER=1602
FILE ID=node139/3258643-1304045238
RUNJOBID= node139-1304045238-28069
PBS_JOBID= 13170397
Free space on /tmp= 72548 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v2640c305320gyes5.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3258643-1304045238/watcher-3258643-1304045238 -o /tmp/evaluation-result-3258643-1304045238/solver-3258643-1304045238 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3258643-1304045238.cnf 510781574 4800 15500 4

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

MD5SUM BENCH= f892a2bda6fe6aec6f2fcb4e1c541df8
RANDOM SEED=510781574

node139.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.852
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.70
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.852
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.852
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.74
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.852
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.852
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	: 5321.49
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.852
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.852
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.852
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:     32951124 kB
MemFree:      24461896 kB
Buffers:       2021552 kB
Cached:        5869168 kB
SwapCached:          4 kB
Active:         773656 kB
Inactive:      7196444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24461896 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            9096 kB
Writeback:           0 kB
AnonPages:       78868 kB
Mapped:          14840 kB
Slab:           452376 kB
PageTables:       5204 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   233384 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= 72544 MiB
End job on node139 at 2011-04-29 05:07:22