Trace number 3257852

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.02 1201.83

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v1150c84314g1.cnf
MD5SUMeded74bffb721f48c45af6ff95302642
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark39.8949
Satisfiable
(Un)Satisfiability was proved
Number of variables1150
Number of clauses84314
Sum of the clauses size169678
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 284264
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

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: 22376
0.00/0.02	c parsetime: 16664us
0.00/0.02	c parsed 84314 clauses with 1150 variables
0.00/0.02	c NW started thread 0 successfully (1108678976)
0.00/0.03	c NW started thread 1 successfully (1085159744)
0.00/0.04	c NW started thread 2 successfully (1119168832)
0.00/0.05	c NW started thread 3 successfully (1129658688)
9.45/2.49	c preprocessor returned 10003 variables
9.45/2.49	c preprocessing returned UNKNOWN
9.45/2.49	c PP set 0 variables
9.45/2.49	c pp time: 2467272us (2s)
9.86/2.50	c preprocessor returned 10003 variables
9.86/2.50	c preprocessing returned UNKNOWN
9.86/2.50	c PP set 0 variables
9.86/2.50	c pp time: 2476420us (2s)
9.86/2.50	c preprocessor returned 10003 variables
9.86/2.50	c preprocessing returned UNKNOWN
9.86/2.50	c PP set 0 variables
9.86/2.50	c pp time: 2465560us (2s)
91.73/23.02	c preprocessor returned 30008 variables
91.73/23.02	c preprocessing returned UNKNOWN
91.73/23.02	c PP set 0 variables
91.73/23.02	c pp time: 22975422us (22s)

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

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

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


[startup+0 s]
/proc/loadavg: 8.08 8.06 7.95 5/182 22375
/proc/meminfo: memFree=16998244/32950940 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22375/stat : 22375 (priss.sh) S 22373 22375 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594684614 8908800 251 33554432000 4194304 4922060 140733272689184 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22375/statm: 2175 251 211 178 0 68 0

[startup+0.034973 s]
/proc/loadavg: 8.08 8.06 7.95 5/182 22375
/proc/meminfo: memFree=16998244/32950940 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22375/stat : 22375 (priss.sh) S 22373 22375 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594684614 8908800 251 33554432000 4194304 4922060 140733272689184 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22375/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.335724 s]
/proc/loadavg: 8.08 8.06 7.95 5/182 22375
/proc/meminfo: memFree=16998244/32950940 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22375/stat : 22375 (priss.sh) S 22373 22375 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594684614 8908800 251 33554432000 4194304 4922060 140733272689184 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22375/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.978329 s]
/proc/loadavg: 8.08 8.06 7.95 5/182 22375
/proc/meminfo: memFree=16998244/32950940 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22375/stat : 22375 (priss.sh) S 22373 22375 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594684614 8908800 251 33554432000 4194304 4922060 140733272689184 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22375/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.07831 s]
/proc/loadavg: 8.08 8.06 7.95 5/182 22375
/proc/meminfo: memFree=16998244/32950940 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22375/stat : 22375 (priss.sh) S 22373 22375 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594684614 8908800 251 33554432000 4194304 4922060 140733272689184 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22375/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50024 s]
/proc/loadavg: 8.08 8.06 7.95 5/182 22375
/proc/meminfo: memFree=16998244/32950940 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22375/stat : 22375 (priss.sh) S 22373 22375 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594684614 8908800 251 33554432000 4194304 4922060 140733272689184 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22375/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10096 s]
/proc/loadavg: 8.07 8.05 7.95 9/188 22381
/proc/meminfo: memFree=16940752/32950940 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22375/stat : 22375 (priss.sh) S 22373 22375 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594684614 8908800 251 33554432000 4194304 4922060 140733272689184 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22375/statm: 2175 251 211 178 0 68 0
[pid=22376] ppid=22375 vsize=291096 CPUtime=12.25 cores=0,2,4,6
/proc/22376/stat : 22376 (priss) S 22375 22375 21582 0 -1 4202496 29317 0 0 0 1218 7 0 0 18 0 5 0 594684614 298082304 14685 33554432000 4194304 5787044 140733923134624 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22376/statm: 72774 14685 404 389 0 68524 0
[pid=22376/tid=22378] ppid=22375 vsize=291096 CPUtime=3.04 cores=0,2,4,6
/proc/22376/task/22378/stat : 22378 (priss) R 22375 22375 21582 0 -1 4202560 6388 0 0 0 302 2 0 0 25 0 5 0 594684616 298082304 14685 33554432000 4194304 5787044 140733923134624 18446744073709551615 5591999 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22376/tid=22379] ppid=22375 vsize=291096 CPUtime=3.05 cores=0,2,4,6
/proc/22376/task/22379/stat : 22379 (priss) R 22375 22375 21582 0 -1 4202560 6900 0 0 0 304 1 0 0 25 0 5 0 594684617 298082304 14685 33554432000 4194304 5787044 140733923134624 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22376/tid=22380] ppid=22375 vsize=291096 CPUtime=3.04 cores=0,2,4,6
/proc/22376/task/22380/stat : 22380 (priss) R 22375 22375 21582 0 -1 4202560 6044 0 0 0 303 1 0 0 25 0 5 0 594684618 298082304 14685 33554432000 4194304 5787044 140733923134624 18446744073709551615 5591820 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22376/tid=22381] ppid=22375 vsize=291096 CPUtime=3.04 cores=0,2,4,6
/proc/22376/task/22381/stat : 22381 (priss) R 22375 22375 21582 0 -1 4202560 4906 0 0 0 303 1 0 0 25 0 5 0 594684619 298082304 14685 33554432000 4194304 5787044 140733923134624 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.25
Current children cumulated vsize (KiB) 299796

[startup+6.3004 s]
/proc/loadavg: 8.07 8.05 7.95 9/188 22381
/proc/meminfo: memFree=16936924/32950940 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22375/stat : 22375 (priss.sh) S 22373 22375 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594684614 8908800 251 33554432000 4194304 4922060 140733272689184 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22375/statm: 2175 251 211 178 0 68 0
[pid=22376] ppid=22375 vsize=291096 CPUtime=25.03 cores=0,2,4,6
/proc/22376/stat : 22376 (priss) S 22375 22375 21582 0 -1 4202496 30185 0 0 0 2495 8 0 0 18 0 5 0 594684614 298082304 15553 33554432000 4194304 5787044 140733923134624 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22376/statm: 72774 15553 404 389 0 68524 0
[pid=22376/tid=22378] ppid=22375 vsize=291096 CPUtime=6.22 cores=0,2,4,6
/proc/22376/task/22378/stat : 22378 (priss) R 22375 22375 21582 0 -1 4202560 6645 0 0 0 620 2 0 0 25 0 5 0 594684616 298082304 15553 33554432000 4194304 5787044 140733923134624 18446744073709551615 5586640 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22376/tid=22379] ppid=22375 vsize=291096 CPUtime=6.25 cores=0,2,4,6
/proc/22376/task/22379/stat : 22379 (priss) R 22375 22375 21582 0 -1 4202560 7185 0 0 0 624 1 0 0 25 0 5 0 594684617 298082304 15553 33554432000 4194304 5787044 140733923134624 18446744073709551615 5591666 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22376/tid=22380] ppid=22375 vsize=291096 CPUtime=6.23 cores=0,2,4,6
/proc/22376/task/22380/stat : 22380 (priss) R 22375 22375 21582 0 -1 4202560 6368 0 0 0 622 1 0 0 25 0 5 0 594684618 298082304 15553 33554432000 4194304 5787044 140733923134624 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22376/tid=22381] ppid=22375 vsize=291096 CPUtime=6.24 cores=0,2,4,6
/proc/22376/task/22381/stat : 22381 (priss) R 22375 22375 21582 0 -1 4202560 4908 0 0 0 623 1 0 0 25 0 5 0 594684619 298082304 15553 33554432000 4194304 5787044 140733923134624 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 299796

[startup+12.7003 s]
/proc/loadavg: 8.06 8.05 7.95 9/188 22381
/proc/meminfo: memFree=16926268/32950940 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22375/stat : 22375 (priss.sh) S 22373 22375 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594684614 8908800 251 33554432000 4194304 4922060 140733272689184 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22375/statm: 2175 251 211 178 0 68 0
[pid=22376] ppid=22375 vsize=295196 CPUtime=50.61 cores=0,2,4,6
/proc/22376/stat : 22376 (priss) S 22375 22375 21582 0 -1 4202496 32819 0 0 0 5053 8 0 0 18 0 5 0 594684614 302280704 18187 33554432000 4194304 5787044 140733923134624 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22376/statm: 73799 18187 404 389 0 69549 0
[pid=22376/tid=22378] ppid=22375 vsize=295196 CPUtime=12.59 cores=0,2,4,6
/proc/22376/task/22378/stat : 22378 (priss) R 22375 22375 21582 0 -1 4202560 7157 0 0 0 1257 2 0 0 25 0 5 0 594684616 302280704 18187 33554432000 4194304 5787044 140733923134624 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22376/tid=22379] ppid=22375 vsize=295196 CPUtime=12.66 cores=0,2,4,6
/proc/22376/task/22379/stat : 22379 (priss) R 22375 22375 21582 0 -1 4202560 8727 0 0 0 1264 2 0 0 25 0 5 0 594684617 302280704 18187 33554432000 4194304 5787044 140733923134624 18446744073709551615 5586615 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22376/tid=22380] ppid=22375 vsize=295196 CPUtime=12.64 cores=0,2,4,6
/proc/22376/task/22380/stat : 22380 (priss) R 22375 22375 21582 0 -1 4202560 6948 0 0 0 1262 2 0 0 25 0 5 0 594684618 302280704 18187 33554432000 4194304 5787044 140733923134624 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22376/tid=22381] ppid=22375 vsize=295196 CPUtime=12.65 cores=0,2,4,6
/proc/22376/task/22381/stat : 22381 (priss) R 22375 22375 21582 0 -1 4202560 4908 0 0 0 1264 1 0 0 25 0 5 0 594684619 302280704 18187 33554432000 4194304 5787044 140733923134624 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 303896

[startup+25.501 s]
/proc/loadavg: 8.13 8.07 7.96 9/188 22382
/proc/meminfo: memFree=16910396/32950940 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22375/stat : 22375 (priss.sh) S 22373 22375 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594684614 8908800 251 33554432000 4194304 4922060 140733272689184 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22375/statm: 2175 251 211 178 0 68 0
[pid=22376] ppid=22375 vsize=300036 CPUtime=101.73 cores=0,2,4,6
/proc/22376/stat : 22376 (priss) S 22375 22375 21582 0 -1 4202496 38990 0 0 0 10162 11 0 0 18 0 5 0 594684614 307236864 22175 33554432000 4194304 5787044 140733923134624 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22376/statm: 75009 22175 417 389 0 70759 0
[pid=22376/tid=22378] ppid=22375 vsize=300036 CPUtime=25.32 cores=0,2,4,6
/proc/22376/task/22378/stat : 22378 (priss) R 22375 22375 21582 0 -1 4202560 8091 0 0 0 2529 3 0 0 25 0 5 0 594684616 307236864 22175 33554432000 4194304 5787044 140733923134624 18446744073709551615 5590315 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22376/tid=22379] ppid=22375 vsize=300036 CPUtime=25.45 cores=0,2,4,6
/proc/22376/task/22379/stat : 22379 (priss) R 22375 22375 21582 0 -1 4202560 9666 0 0 0 2543 2 0 0 25 0 5 0 594684617 307236864 22175 33554432000 4194304 5787044 140733923134624 18446744073709551615 5591787 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22376/tid=22380] ppid=22375 vsize=300036 CPUtime=25.43 cores=0,2,4,6
/proc/22376/task/22380/stat : 22380 (priss) R 22375 22375 21582 0 -1 4202560 7909 0 0 0 2541 2 0 0 25 0 5 0 594684618 307236864 22175 33554432000 4194304 5787044 140733923134624 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22376/tid=22381] ppid=22375 vsize=300036 CPUtime=25.44 cores=0,2,4,6
/proc/22376/task/22381/stat : 22381 (priss) R 22375 22375 21582 0 -1 4202560 8245 0 0 0 2543 1 0 0 25 0 5 0 594684619 307236864 22175 33554432000 4194304 5787044 140733923134624 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.73
Current children cumulated vsize (KiB) 308736

[startup+51.1006 s]
/proc/loadavg: 8.08 8.06 7.96 9/188 22382
/proc/meminfo: memFree=16878316/32950940 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22375/stat : 22375 (priss.sh) S 22373 22375 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594684614 8908800 251 33554432000 4194304 4922060 140733272689184 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22375/statm: 2175 251 211 178 0 68 0
[pid=22376] ppid=22375 vsize=314564 CPUtime=203.97 cores=0,2,4,6
/proc/22376/stat : 22376 (priss) S 22375 22375 21582 0 -1 4202496 46887 0 0 0 20381 16 0 0 18 0 5 0 594684614 322113536 30066 33554432000 4194304 5787044 140733923134624 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22376/statm: 78641 30066 417 389 0 74391 0
[pid=22376/tid=22378] ppid=22375 vsize=314564 CPUtime=50.78 cores=0,2,4,6
/proc/22376/task/22378/stat : 22378 (priss) R 22375 22375 21582 0 -1 4202560 10481 0 0 0 5074 4 0 0 25 0 5 0 594684616 322113536 30066 33554432000 4194304 5787044 140733923134624 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22376/tid=22379] ppid=22375 vsize=314564 CPUtime=51.05 cores=0,2,4,6
/proc/22376/task/22379/stat : 22379 (priss) R 22375 22375 21582 0 -1 4202560 11021 0 0 0 5101 4 0 0 25 0 5 0 594684617 322113536 30066 33554432000 4194304 5787044 140733923134624 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22376/tid=22380] ppid=22375 vsize=314564 CPUtime=51.04 cores=0,2,4,6
/proc/22376/task/22380/stat : 22380 (priss) R 22375 22375 21582 0 -1 4202560 9489 0 0 0 5099 5 0 0 25 0 5 0 594684618 322113536 30066 33554432000 4194304 5787044 140733923134624 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22376/tid=22381] ppid=22375 vsize=314564 CPUtime=51.03 cores=0,2,4,6
/proc/22376/task/22381/stat : 22381 (priss) R 22375 22375 21582 0 -1 4202560 10817 0 0 0 5101 2 0 0 25 0 5 0 594684619 322113536 30066 33554432000 4194304 5787044 140733923134624 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.97
Current children cumulated vsize (KiB) 323264

[startup+102.301 s]
/proc/loadavg: 8.09 8.06 7.96 9/188 22384
/proc/meminfo: memFree=16828556/32950940 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22375/stat : 22375 (priss.sh) S 22373 22375 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594684614 8908800 251 33554432000 4194304 4922060 140733272689184 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22375/statm: 2175 251 211 178 0 68 0
[pid=22376] ppid=22375 vsize=327852 CPUtime=408.49 cores=0,2,4,6
/proc/22376/stat : 22376 (priss) S 22375 22375 21582 0 -1 4202496 58102 0 0 0 40822 27 0 0 18 0 5 0 594684614 335720448 41119 33554432000 4194304 5787044 140733923134624 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22376/statm: 81963 41119 417 389 0 77713 0
[pid=22376/tid=22378] ppid=22375 vsize=327852 CPUtime=101.69 cores=0,2,4,6
/proc/22376/task/22378/stat : 22378 (priss) R 22375 22375 21582 0 -1 4202560 14059 0 0 0 10162 7 0 0 25 0 5 0 594684616 335720448 41119 33554432000 4194304 5787044 140733923134624 18446744073709551615 4254439 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22376/tid=22379] ppid=22375 vsize=327852 CPUtime=102.25 cores=0,2,4,6
/proc/22376/task/22379/stat : 22379 (priss) R 22375 22375 21582 0 -1 4202560 13403 0 0 0 10219 6 0 0 25 0 5 0 594684617 335720448 41119 33554432000 4194304 5787044 140733923134624 18446744073709551615 5591666 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22376/tid=22380] ppid=22375 vsize=327852 CPUtime=102.23 cores=0,2,4,6
/proc/22376/task/22380/stat : 22380 (priss) R 22375 22375 21582 0 -1 4202560 12453 0 0 0 10215 8 0 0 25 0 5 0 594684618 335720448 41119 33554432000 4194304 5787044 140733923134624 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22376/tid=22381] ppid=22375 vsize=327852 CPUtime=102.24 cores=0,2,4,6
/proc/22376/task/22381/stat : 22381 (priss) R 22375 22375 21582 0 -1 4202560 13108 0 0 0 10220 4 0 0 25 0 5 0 594684619 335720448 41119 33554432000 4194304 5787044 140733923134624 18446744073709551615 5527590 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.49
Current children cumulated vsize (KiB) 336552

[startup+162.301 s]
/proc/loadavg: 8.08 8.06 7.97 9/188 22385
/proc/meminfo: memFree=16759720/32950940 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22375/stat : 22375 (priss.sh) S 22373 22375 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594684614 8908800 251 33554432000 4194304 4922060 140733272689184 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22375/statm: 2175 251 211 178 0 68 0
[pid=22376] ppid=22375 vsize=345364 CPUtime=648.17 cores=0,2,4,6

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

/proc/22376/task/22379/stat : 22379 (priss) R 22375 22375 21582 0 -1 4202560 34084 0 0 0 87792 32 0 0 25 0 5 0 594684617 679186432 122902 33554432000 4194304 5787044 140733923134624 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22376/tid=22380] ppid=22375 vsize=663268 CPUtime=882.2 cores=0,2,4,6
/proc/22376/task/22380/stat : 22380 (priss) R 22375 22375 21582 0 -1 4202560 33142 0 0 0 88184 36 0 0 25 0 5 0 594684618 679186432 122902 33554432000 4194304 5787044 140733923134624 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22376/tid=22381] ppid=22375 vsize=663268 CPUtime=882.24 cores=0,2,4,6
/proc/22376/task/22381/stat : 22381 (priss) R 22375 22375 21582 0 -1 4202560 36971 0 0 0 88206 18 0 0 25 0 5 0 594684619 679186432 122902 33554432000 4194304 5787044 140733923134624 18446744073709551615 5527472 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) 671968

[startup+942.307 s]
/proc/loadavg: 8.13 8.06 8.01 9/188 22442
/proc/meminfo: memFree=16628904/32950940 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22375/stat : 22375 (priss.sh) S 22373 22375 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594684614 8908800 251 33554432000 4194304 4922060 140733272689184 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22375/statm: 2175 251 211 178 0 68 0
[pid=22376] ppid=22375 vsize=671748 CPUtime=3763.42 cores=0,2,4,6
/proc/22376/stat : 22376 (priss) S 22375 22375 21582 0 -1 4202496 148614 0 0 0 376212 130 0 0 18 0 5 0 594684614 687869952 129854 33554432000 4194304 5787044 140733923134624 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22376/statm: 167937 129854 417 389 0 163687 0
[pid=22376/tid=22378] ppid=22375 vsize=671748 CPUtime=940.97 cores=0,2,4,6
/proc/22376/task/22378/stat : 22378 (priss) R 22375 22375 21582 0 -1 4202560 33507 0 0 0 94064 33 0 0 25 0 5 0 594684616 687869952 129854 33554432000 4194304 5787044 140733923134624 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22376/tid=22379] ppid=22375 vsize=671748 CPUtime=937.92 cores=0,2,4,6
/proc/22376/task/22379/stat : 22379 (priss) R 22375 22375 21582 0 -1 4202560 34789 0 0 0 93759 33 0 0 25 0 5 0 594684617 687869952 129854 33554432000 4194304 5787044 140733923134624 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22376/tid=22380] ppid=22375 vsize=671748 CPUtime=942.21 cores=0,2,4,6
/proc/22376/task/22380/stat : 22380 (priss) R 22375 22375 21582 0 -1 4202560 36142 0 0 0 94179 42 0 0 25 0 5 0 594684618 687869952 129854 33554432000 4194304 5787044 140733923134624 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22376/tid=22381] ppid=22375 vsize=671748 CPUtime=942.25 cores=0,2,4,6
/proc/22376/task/22381/stat : 22381 (priss) R 22375 22375 21582 0 -1 4202560 39097 0 0 0 94205 20 0 0 25 0 5 0 594684619 687869952 129854 33554432000 4194304 5787044 140733923134624 18446744073709551615 5528375 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) 680448

[startup+1002.3 s]
/proc/loadavg: 8.20 8.08 8.01 9/188 22444
/proc/meminfo: memFree=16535872/32950940 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22375/stat : 22375 (priss.sh) S 22373 22375 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594684614 8908800 251 33554432000 4194304 4922060 140733272689184 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22375/statm: 2175 251 211 178 0 68 0
[pid=22376] ppid=22375 vsize=677520 CPUtime=4003.08 cores=0,2,4,6
/proc/22376/stat : 22376 (priss) S 22375 22375 21582 0 -1 4202496 152749 0 0 0 400173 135 0 0 18 0 5 0 594684614 693780480 133989 33554432000 4194304 5787044 140733923134624 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22376/statm: 169380 133989 417 389 0 165130 0
[pid=22376/tid=22378] ppid=22375 vsize=677520 CPUtime=1000.96 cores=0,2,4,6
/proc/22376/task/22378/stat : 22378 (priss) R 22375 22375 21582 0 -1 4202560 33507 0 0 0 100063 33 0 0 25 0 5 0 594684616 693780480 133989 33554432000 4194304 5787044 140733923134624 18446744073709551615 5591727 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22376/tid=22379] ppid=22375 vsize=677520 CPUtime=997.59 cores=0,2,4,6
/proc/22376/task/22379/stat : 22379 (priss) R 22375 22375 21582 0 -1 4202560 34789 0 0 0 99726 33 0 0 25 0 5 0 594684617 693780480 133989 33554432000 4194304 5787044 140733923134624 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22376/tid=22380] ppid=22375 vsize=677520 CPUtime=1002.21 cores=0,2,4,6
/proc/22376/task/22380/stat : 22380 (priss) R 22375 22375 21582 0 -1 4202560 38987 0 0 0 100175 46 0 0 25 0 5 0 594684618 693780480 133989 33554432000 4194304 5787044 140733923134624 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22376/tid=22381] ppid=22375 vsize=677520 CPUtime=1002.25 cores=0,2,4,6
/proc/22376/task/22381/stat : 22381 (priss) R 22375 22375 21582 0 -1 4202560 40387 0 0 0 100204 21 0 0 25 0 5 0 594684619 693780480 133989 33554432000 4194304 5787044 140733923134624 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4003.08
Current children cumulated vsize (KiB) 686220

[startup+1062.3 s]
/proc/loadavg: 8.13 8.08 8.01 9/188 22445
/proc/meminfo: memFree=16523464/32950940 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22375/stat : 22375 (priss.sh) S 22373 22375 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594684614 8908800 251 33554432000 4194304 4922060 140733272689184 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22375/statm: 2175 251 211 178 0 68 0
[pid=22376] ppid=22375 vsize=677520 CPUtime=4242.74 cores=0,2,4,6
/proc/22376/stat : 22376 (priss) S 22375 22375 21582 0 -1 4202496 153898 0 0 0 424138 136 0 0 18 0 5 0 594684614 693780480 134913 33554432000 4194304 5787044 140733923134624 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22376/statm: 169380 134913 417 389 0 165130 0
[pid=22376/tid=22378] ppid=22375 vsize=677520 CPUtime=1060.96 cores=0,2,4,6
/proc/22376/task/22378/stat : 22378 (priss) R 22375 22375 21582 0 -1 4202560 33512 0 0 0 106063 33 0 0 25 0 5 0 594684616 693780480 134913 33554432000 4194304 5787044 140733923134624 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22376/tid=22379] ppid=22375 vsize=677520 CPUtime=1057.25 cores=0,2,4,6
/proc/22376/task/22379/stat : 22379 (priss) R 22375 22375 21582 0 -1 4202560 34792 0 0 0 105692 33 0 0 25 0 5 0 594684617 693780480 134913 33554432000 4194304 5787044 140733923134624 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22376/tid=22380] ppid=22375 vsize=677520 CPUtime=1062.21 cores=0,2,4,6
/proc/22376/task/22380/stat : 22380 (priss) R 22375 22375 21582 0 -1 4202560 40128 0 0 0 106174 47 0 0 25 0 5 0 594684618 693780480 134913 33554432000 4194304 5787044 140733923134624 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22376/tid=22381] ppid=22375 vsize=677520 CPUtime=1062.25 cores=0,2,4,6
/proc/22376/task/22381/stat : 22381 (priss) R 22375 22375 21582 0 -1 4202560 40387 0 0 0 106204 21 0 0 25 0 5 0 594684619 693780480 134913 33554432000 4194304 5787044 140733923134624 18446744073709551615 5527491 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) 686220

[startup+1122.3 s]
/proc/loadavg: 8.12 8.08 8.01 9/188 22447
/proc/meminfo: memFree=16515380/32950940 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22375/stat : 22375 (priss.sh) S 22373 22375 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594684614 8908800 251 33554432000 4194304 4922060 140733272689184 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22375/statm: 2175 251 211 178 0 68 0
[pid=22376] ppid=22375 vsize=677520 CPUtime=4482.42 cores=0,2,4,6
/proc/22376/stat : 22376 (priss) S 22375 22375 21582 0 -1 4202496 153913 0 0 0 448105 137 0 0 18 0 5 0 594684614 693780480 134928 33554432000 4194304 5787044 140733923134624 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22376/statm: 169380 134928 418 389 0 165130 0
[pid=22376/tid=22378] ppid=22375 vsize=677520 CPUtime=1120.97 cores=0,2,4,6
/proc/22376/task/22378/stat : 22378 (priss) R 22375 22375 21582 0 -1 4202560 33517 0 0 0 112063 34 0 0 25 0 5 0 594684616 693780480 134928 33554432000 4194304 5787044 140733923134624 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22376/tid=22379] ppid=22375 vsize=677520 CPUtime=1116.92 cores=0,2,4,6
/proc/22376/task/22379/stat : 22379 (priss) R 22375 22375 21582 0 -1 4202560 34802 0 0 0 111659 33 0 0 25 0 5 0 594684617 693780480 134928 33554432000 4194304 5787044 140733923134624 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22376/tid=22380] ppid=22375 vsize=677520 CPUtime=1122.21 cores=0,2,4,6
/proc/22376/task/22380/stat : 22380 (priss) R 22375 22375 21582 0 -1 4202560 40128 0 0 0 112174 47 0 0 25 0 5 0 594684618 693780480 134928 33554432000 4194304 5787044 140733923134624 18446744073709551615 4254432 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22376/tid=22381] ppid=22375 vsize=677520 CPUtime=1122.25 cores=0,2,4,6
/proc/22376/task/22381/stat : 22381 (priss) R 22375 22375 21582 0 -1 4202560 40387 0 0 0 112204 21 0 0 25 0 5 0 594684619 693780480 134928 33554432000 4194304 5787044 140733923134624 18446744073709551615 5526823 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) 686220

[startup+1182.3 s]
/proc/loadavg: 8.10 8.08 8.01 9/188 22449
/proc/meminfo: memFree=16428924/32950940 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22375/stat : 22375 (priss.sh) S 22373 22375 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594684614 8908800 251 33554432000 4194304 4922060 140733272689184 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22375/statm: 2175 251 211 178 0 68 0
[pid=22376] ppid=22375 vsize=677520 CPUtime=4722.08 cores=0,2,4,6
/proc/22376/stat : 22376 (priss) S 22375 22375 21582 0 -1 4202496 153951 0 0 0 472071 137 0 0 18 0 5 0 594684614 693780480 134966 33554432000 4194304 5787044 140733923134624 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22376/statm: 169380 134966 418 389 0 165130 0
[pid=22376/tid=22378] ppid=22375 vsize=677520 CPUtime=1180.97 cores=0,2,4,6
/proc/22376/task/22378/stat : 22378 (priss) R 22375 22375 21582 0 -1 4202560 33536 0 0 0 118063 34 0 0 25 0 5 0 594684616 693780480 134966 33554432000 4194304 5787044 140733923134624 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22376/tid=22379] ppid=22375 vsize=677520 CPUtime=1176.58 cores=0,2,4,6
/proc/22376/task/22379/stat : 22379 (priss) R 22375 22375 21582 0 -1 4202560 34815 0 0 0 117625 33 0 0 25 0 5 0 594684617 693780480 134966 33554432000 4194304 5787044 140733923134624 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22376/tid=22380] ppid=22375 vsize=677520 CPUtime=1182.21 cores=0,2,4,6
/proc/22376/task/22380/stat : 22380 (priss) R 22375 22375 21582 0 -1 4202560 40128 0 0 0 118174 47 0 0 25 0 5 0 594684618 693780480 134966 33554432000 4194304 5787044 140733923134624 18446744073709551615 5591760 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22376/tid=22381] ppid=22375 vsize=677520 CPUtime=1182.25 cores=0,2,4,6
/proc/22376/task/22381/stat : 22381 (priss) R 22375 22375 21582 0 -1 4202560 40393 0 0 0 118204 21 0 0 25 0 5 0 594684619 693780480 134966 33554432000 4194304 5787044 140733923134624 18446744073709551615 5528656 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4722.08
Current children cumulated vsize (KiB) 686220



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.07 8.07 8.01 9/188 22449
/proc/meminfo: memFree=16418496/32950940 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22375/stat : 22375 (priss.sh) S 22373 22375 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594684614 8908800 251 33554432000 4194304 4922060 140733272689184 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22375/statm: 2175 251 211 178 0 68 0
[pid=22376] ppid=22375 vsize=677520 CPUtime=4800.02 cores=0,2,4,6
/proc/22376/stat : 22376 (priss) S 22375 22375 21582 0 -1 4202496 153992 0 0 0 479864 138 0 0 18 0 5 0 594684614 693780480 135007 33554432000 4194304 5787044 140733923134624 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22376/statm: 169380 135007 418 389 0 165130 0
[pid=22376/tid=22378] ppid=22375 vsize=677520 CPUtime=1200.48 cores=0,2,4,6
/proc/22376/task/22378/stat : 22378 (priss) R 22375 22375 21582 0 -1 4202560 33560 0 0 0 120014 34 0 0 25 0 5 0 594684616 693780480 135007 33554432000 4194304 5787044 140733923134624 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22376/tid=22379] ppid=22375 vsize=677520 CPUtime=1195.98 cores=0,2,4,6
/proc/22376/task/22379/stat : 22379 (priss) R 22375 22375 21582 0 -1 4202560 34827 0 0 0 119565 33 0 0 25 0 5 0 594684617 693780480 135007 33554432000 4194304 5787044 140733923134624 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22376/tid=22380] ppid=22375 vsize=677520 CPUtime=1201.72 cores=0,2,4,6
/proc/22376/task/22380/stat : 22380 (priss) R 22375 22375 21582 0 -1 4202560 40128 0 0 0 120125 47 0 0 25 0 5 0 594684618 693780480 135007 33554432000 4194304 5787044 140733923134624 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22376/tid=22381] ppid=22375 vsize=677520 CPUtime=1201.76 cores=0,2,4,6
/proc/22376/task/22381/stat : 22381 (priss) R 22375 22375 21582 0 -1 4202560 40398 0 0 0 120155 21 0 0 25 0 5 0 594684619 693780480 135007 33554432000 4194304 5787044 140733923134624 18446744073709551615 5526895 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) 686220

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.07 8.07 8.01 9/188 22449
/proc/meminfo: memFree=16418496/32950940 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22375/stat : 22375 (priss.sh) S 22373 22375 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594684614 8908800 251 33554432000 4194304 4922060 140733272689184 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22375/statm: 2175 251 211 178 0 68 0
[pid=22376] ppid=22375 vsize=677520 CPUtime=4800.02 cores=0,2,4,6
/proc/22376/stat : 22376 (priss) S 22375 22375 21582 0 -1 4202496 153992 0 0 0 479864 138 0 0 18 0 5 0 594684614 693780480 135007 33554432000 4194304 5787044 140733923134624 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22376/statm: 169380 135007 418 389 0 165130 0
[pid=22376/tid=22378] ppid=22375 vsize=677520 CPUtime=1200.48 cores=0,2,4,6
/proc/22376/task/22378/stat : 22378 (priss) R 22375 22375 21582 0 -1 4202560 33560 0 0 0 120014 34 0 0 25 0 5 0 594684616 693780480 135007 33554432000 4194304 5787044 140733923134624 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22376/tid=22379] ppid=22375 vsize=677520 CPUtime=1195.98 cores=0,2,4,6
/proc/22376/task/22379/stat : 22379 (priss) R 22375 22375 21582 0 -1 4202560 34827 0 0 0 119565 33 0 0 25 0 5 0 594684617 693780480 135007 33554432000 4194304 5787044 140733923134624 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22376/tid=22380] ppid=22375 vsize=677520 CPUtime=1201.72 cores=0,2,4,6
/proc/22376/task/22380/stat : 22380 (priss) R 22375 22375 21582 0 -1 4202560 40128 0 0 0 120125 47 0 0 25 0 5 0 594684618 693780480 135007 33554432000 4194304 5787044 140733923134624 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22376/tid=22381] ppid=22375 vsize=677520 CPUtime=1201.76 cores=0,2,4,6
/proc/22376/task/22381/stat : 22381 (priss) R 22375 22375 21582 0 -1 4202560 40398 0 0 0 120155 21 0 0 25 0 5 0 594684619 693780480 135007 33554432000 4194304 5787044 140733923134624 18446744073709551615 5526895 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) 686220

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22375 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.83
CPU time (s): 4800.02
CPU user time (s): 4798.64
CPU system time (s): 1.38
CPU usage (%): 399.394
Max. virtual memory (cumulated for all children) (KiB): 686220

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

runsolver used 1.69074 second user time and 4.87626 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-29 04:35:38
IDJOB=3257852
IDBENCH=71273
IDSOLVER=1603
FILE ID=node117/3257852-1304044538
RUNJOBID= node117-1304041561-21600
PBS_JOBID= 13170383
Free space on /tmp= 71676 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT09/CRAFTED/rbsat/random/unforced/rbsat-v1150c84314g1.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3257852-1304044538/watcher-3257852-1304044538 -o /tmp/evaluation-result-3257852-1304044538/solver-3257852-1304044538 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3257852-1304044538.cnf 1264649180 4800 15500 4

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

MD5SUM BENCH= eded74bffb721f48c45af6ff95302642
RANDOM SEED=1264649180

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      16998400 kB
Buffers:       2376264 kB
Cached:       12410264 kB
SwapCached:          0 kB
Active:        8603208 kB
Inactive:      6767312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      16998400 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2348 kB
Writeback:           0 kB
AnonPages:      583424 kB
Mapped:          15628 kB
Slab:           517308 kB
PageTables:       5456 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   790928 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= 71676 MiB
End job on node117 at 2011-04-29 04:55:42