Trace number 3263572

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.13 1201.72

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_60_29_30_6-dir.shuffled-as.sat03-130.cnf
MD5SUMe826117d87949a5b285e72732bfa395b
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 variables870
Number of clauses69964
Sum of the clauses size140740
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 269935
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 529

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: 15685
0.00/0.02	c parsetime: 15343us
0.00/0.02	c parsed 69964 clauses with 870 variables
0.00/0.02	c NW started thread 0 successfully (1112013120)
0.00/0.02	c NW started thread 1 successfully (1085778240)
0.00/0.03	c NW started thread 2 successfully (1122502976)
0.00/0.04	c NW started thread 3 successfully (1132992832)
11.08/2.90	c preprocessor returned 10009 variables
11.08/2.90	c preprocessing returned UNKNOWN
11.08/2.90	c PP set 0 variables
11.08/2.90	c pp time: 2875220us (2s)
11.48/2.91	c preprocessor returned 10009 variables
11.48/2.91	c preprocessing returned UNKNOWN
11.48/2.91	c PP set 0 variables
11.48/2.91	c pp time: 2890670us (2s)
11.48/2.93	c preprocessor returned 10009 variables
11.48/2.93	c preprocessing returned UNKNOWN
11.48/2.93	c PP set 0 variables
11.48/2.93	c pp time: 2897015us (2s)
50.21/12.63	c preprocessor returned 30010 variables
50.21/12.63	c preprocessing returned UNKNOWN
50.21/12.63	c PP set 0 variables
50.21/12.63	c pp time: 12590794us (12s)

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

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

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


[startup+0 s]
/proc/loadavg: 7.79 7.99 7.98 5/182 15684
/proc/meminfo: memFree=30125840/32951124 swapFree=67111416/67111528
[pid=15684] ppid=15682 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15684/stat : 15684 (priss.sh) S 15682 15684 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518120262 8908800 252 33554432000 4194304 4922060 140735463956672 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15684/statm: 2175 252 211 178 0 68 0

[startup+0.024272 s]
/proc/loadavg: 7.79 7.99 7.98 5/182 15684
/proc/meminfo: memFree=30125840/32951124 swapFree=67111416/67111528
[pid=15684] ppid=15682 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15684/stat : 15684 (priss.sh) S 15682 15684 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518120262 8908800 252 33554432000 4194304 4922060 140735463956672 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15684/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.104933 s]
/proc/loadavg: 7.79 7.99 7.98 5/182 15684
/proc/meminfo: memFree=30125840/32951124 swapFree=67111416/67111528
[pid=15684] ppid=15682 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15684/stat : 15684 (priss.sh) S 15682 15684 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518120262 8908800 252 33554432000 4194304 4922060 140735463956672 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15684/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.994055 s]
/proc/loadavg: 7.79 7.99 7.98 5/182 15684
/proc/meminfo: memFree=30125840/32951124 swapFree=67111416/67111528
[pid=15684] ppid=15682 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15684/stat : 15684 (priss.sh) S 15682 15684 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518120262 8908800 252 33554432000 4194304 4922060 140735463956672 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15684/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.09404 s]
/proc/loadavg: 7.79 7.99 7.98 5/182 15684
/proc/meminfo: memFree=30125840/32951124 swapFree=67111416/67111528
[pid=15684] ppid=15682 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15684/stat : 15684 (priss.sh) S 15682 15684 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518120262 8908800 252 33554432000 4194304 4922060 140735463956672 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15684/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50096 s]
/proc/loadavg: 7.79 7.99 7.98 5/182 15684
/proc/meminfo: memFree=30125840/32951124 swapFree=67111416/67111528
[pid=15684] ppid=15682 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15684/stat : 15684 (priss.sh) S 15682 15684 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518120262 8908800 252 33554432000 4194304 4922060 140735463956672 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15684/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10065 s]
/proc/loadavg: 7.79 7.99 7.98 9/188 15690
/proc/meminfo: memFree=30083228/32951124 swapFree=67111416/67111528
[pid=15684] ppid=15682 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15684/stat : 15684 (priss.sh) S 15682 15684 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518120262 8908800 252 33554432000 4194304 4922060 140735463956672 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15684/statm: 2175 252 211 178 0 68 0
[pid=15685] ppid=15684 vsize=284564 CPUtime=12.26 cores=1,3,5,7
/proc/15685/stat : 15685 (priss) S 15684 15684 14674 0 -1 4202496 24708 0 0 0 1221 5 0 0 25 0 5 0 518120262 291393536 12157 33554432000 4194304 5787044 140733465541760 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/15685/statm: 71141 12157 404 389 0 66891 0
[pid=15685/tid=15687] ppid=15684 vsize=284564 CPUtime=3.07 cores=1,3,5,7
/proc/15685/task/15687/stat : 15687 (priss) R 15684 15684 14674 0 -1 4202560 6004 0 0 0 305 2 0 0 25 0 5 0 518120264 291393536 12157 33554432000 4194304 5787044 140733465541760 18446744073709551615 5592391 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=15685/tid=15688] ppid=15684 vsize=284564 CPUtime=3.05 cores=1,3,5,7
/proc/15685/task/15688/stat : 15688 (priss) R 15684 15684 14674 0 -1 4202560 5438 0 0 0 305 0 0 0 25 0 5 0 518120265 291393536 12157 33554432000 4194304 5787044 140733465541760 18446744073709551615 212435672187 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15685/tid=15689] ppid=15684 vsize=284564 CPUtime=3.03 cores=1,3,5,7
/proc/15685/task/15689/stat : 15689 (priss) R 15684 15684 14674 0 -1 4202560 5407 0 0 0 302 1 0 0 25 0 5 0 518120266 291393536 12157 33554432000 4194304 5787044 140733465541760 18446744073709551615 5591024 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15685/tid=15690] ppid=15684 vsize=284564 CPUtime=3.04 cores=1,3,5,7
/proc/15685/task/15690/stat : 15690 (priss) R 15684 15684 14674 0 -1 4202560 3871 0 0 0 304 0 0 0 25 0 5 0 518120266 291393536 12157 33554432000 4194304 5787044 140733465541760 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.26
Current children cumulated vsize (KiB) 293264

[startup+6.30104 s]
/proc/loadavg: 7.80 7.99 7.98 9/188 15690
/proc/meminfo: memFree=30067184/32951124 swapFree=67111416/67111528
[pid=15684] ppid=15682 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15684/stat : 15684 (priss.sh) S 15682 15684 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518120262 8908800 252 33554432000 4194304 4922060 140735463956672 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15684/statm: 2175 252 211 178 0 68 0
[pid=15685] ppid=15684 vsize=288664 CPUtime=25.03 cores=1,3,5,7
/proc/15685/stat : 15685 (priss) S 15684 15684 14674 0 -1 4202496 27244 0 0 0 2498 5 0 0 25 0 5 0 518120262 295591936 14693 33554432000 4194304 5787044 140733465541760 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/15685/statm: 72166 14693 404 389 0 67916 0
[pid=15685/tid=15687] ppid=15684 vsize=288664 CPUtime=6.26 cores=1,3,5,7
/proc/15685/task/15687/stat : 15687 (priss) R 15684 15684 14674 0 -1 4202560 6487 0 0 0 624 2 0 0 25 0 5 0 518120264 295591936 14693 33554432000 4194304 5787044 140733465541760 18446744073709551615 4255036 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=15685/tid=15688] ppid=15684 vsize=288664 CPUtime=6.26 cores=1,3,5,7
/proc/15685/task/15688/stat : 15688 (priss) R 15684 15684 14674 0 -1 4202560 5954 0 0 0 625 1 0 0 25 0 5 0 518120265 295591936 14693 33554432000 4194304 5787044 140733465541760 18446744073709551615 5586846 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15685/tid=15689] ppid=15684 vsize=288664 CPUtime=6.23 cores=1,3,5,7
/proc/15685/task/15689/stat : 15689 (priss) R 15684 15684 14674 0 -1 4202560 6944 0 0 0 622 1 0 0 25 0 5 0 518120266 295591936 14693 33554432000 4194304 5787044 140733465541760 18446744073709551615 4216760 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15685/tid=15690] ppid=15684 vsize=288664 CPUtime=6.22 cores=1,3,5,7
/proc/15685/task/15690/stat : 15690 (priss) R 15684 15684 14674 0 -1 4202560 3871 0 0 0 622 0 0 0 25 0 5 0 518120266 295591936 14693 33554432000 4194304 5787044 140733465541760 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 297364

[startup+12.7008 s]
/proc/loadavg: 7.82 7.99 7.98 9/188 15691
/proc/meminfo: memFree=30052308/32951124 swapFree=67111416/67111528
[pid=15684] ppid=15682 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15684/stat : 15684 (priss.sh) S 15682 15684 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518120262 8908800 252 33554432000 4194304 4922060 140735463956672 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15684/statm: 2175 252 211 178 0 68 0
[pid=15685] ppid=15684 vsize=292396 CPUtime=50.62 cores=1,3,5,7
/proc/15685/stat : 15685 (priss) S 15684 15684 14674 0 -1 4202496 32966 0 0 0 5055 7 0 0 25 0 5 0 518120262 299413504 18059 33554432000 4194304 5787044 140733465541760 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/15685/statm: 73099 18059 416 389 0 68849 0
[pid=15685/tid=15687] ppid=15684 vsize=292396 CPUtime=12.67 cores=1,3,5,7
/proc/15685/task/15687/stat : 15687 (priss) R 15684 15684 14674 0 -1 4202560 7342 0 0 0 1265 2 0 0 25 0 5 0 518120264 299413504 18059 33554432000 4194304 5787044 140733465541760 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=15685/tid=15688] ppid=15684 vsize=292396 CPUtime=12.67 cores=1,3,5,7
/proc/15685/task/15688/stat : 15688 (priss) R 15684 15684 14674 0 -1 4202560 6726 0 0 0 1266 1 0 0 25 0 5 0 518120265 299413504 18059 33554432000 4194304 5787044 140733465541760 18446744073709551615 5591612 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15685/tid=15689] ppid=15684 vsize=292396 CPUtime=12.64 cores=1,3,5,7
/proc/15685/task/15689/stat : 15689 (priss) R 15684 15684 14674 0 -1 4202560 7778 0 0 0 1262 2 0 0 25 0 5 0 518120266 299413504 18059 33554432000 4194304 5787044 140733465541760 18446744073709551615 5590526 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15685/tid=15690] ppid=15684 vsize=292396 CPUtime=12.59 cores=1,3,5,7
/proc/15685/task/15690/stat : 15690 (priss) R 15684 15684 14674 0 -1 4202560 7132 0 0 0 1258 1 0 0 25 0 5 0 518120266 299413504 18059 33554432000 4194304 5787044 140733465541760 18446744073709551615 5527002 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 301096

[startup+25.5004 s]
/proc/loadavg: 7.86 7.99 7.98 9/188 15691
/proc/meminfo: memFree=30025044/32951124 swapFree=67111416/67111528
[pid=15684] ppid=15682 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15684/stat : 15684 (priss.sh) S 15682 15684 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518120262 8908800 252 33554432000 4194304 4922060 140735463956672 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15684/statm: 2175 252 211 178 0 68 0
[pid=15685] ppid=15684 vsize=302808 CPUtime=101.72 cores=1,3,5,7
/proc/15685/stat : 15685 (priss) S 15684 15684 14674 0 -1 4202496 38908 0 0 0 10158 14 0 0 25 0 5 0 518120262 310075392 24000 33554432000 4194304 5787044 140733465541760 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/15685/statm: 75702 24000 417 389 0 71452 0
[pid=15685/tid=15687] ppid=15684 vsize=302808 CPUtime=25.47 cores=1,3,5,7
/proc/15685/task/15687/stat : 15687 (priss) R 15684 15684 14674 0 -1 4202560 9429 0 0 0 2543 4 0 0 25 0 5 0 518120264 310075392 24000 33554432000 4194304 5787044 140733465541760 18446744073709551615 5590474 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=15685/tid=15688] ppid=15684 vsize=302808 CPUtime=25.45 cores=1,3,5,7
/proc/15685/task/15688/stat : 15688 (priss) R 15684 15684 14674 0 -1 4202560 7818 0 0 0 2543 2 0 0 25 0 5 0 518120265 310075392 24000 33554432000 4194304 5787044 140733465541760 18446744073709551615 4238970 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15685/tid=15689] ppid=15684 vsize=302808 CPUtime=25.43 cores=1,3,5,7
/proc/15685/task/15689/stat : 15689 (priss) R 15684 15684 14674 0 -1 4202560 9000 0 0 0 2539 4 0 0 25 0 5 0 518120266 310075392 24000 33554432000 4194304 5787044 140733465541760 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15685/tid=15690] ppid=15684 vsize=302808 CPUtime=25.31 cores=1,3,5,7
/proc/15685/task/15690/stat : 15690 (priss) R 15684 15684 14674 0 -1 4202560 8673 0 0 0 2529 2 0 0 25 0 5 0 518120266 310075392 24000 33554432000 4194304 5787044 140733465541760 18446744073709551615 5527014 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.72
Current children cumulated vsize (KiB) 311508

[startup+51.1005 s]
/proc/loadavg: 7.91 7.99 7.98 9/188 15692
/proc/meminfo: memFree=29976404/32951124 swapFree=67111416/67111528
[pid=15684] ppid=15682 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15684/stat : 15684 (priss.sh) S 15682 15684 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518120262 8908800 252 33554432000 4194304 4922060 140735463956672 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15684/statm: 2175 252 211 178 0 68 0
[pid=15685] ppid=15684 vsize=318368 CPUtime=203.97 cores=1,3,5,7
/proc/15685/stat : 15685 (priss) S 15684 15684 14674 0 -1 4202496 49458 0 0 0 20370 27 0 0 25 0 5 0 518120262 326008832 34483 33554432000 4194304 5787044 140733465541760 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/15685/statm: 79592 34483 417 389 0 75342 0
[pid=15685/tid=15687] ppid=15684 vsize=318368 CPUtime=51.05 cores=1,3,5,7
/proc/15685/task/15687/stat : 15687 (priss) R 15684 15684 14674 0 -1 4202560 11603 0 0 0 5099 6 0 0 25 0 5 0 518120264 326008832 34483 33554432000 4194304 5787044 140733465541760 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=15685/tid=15688] ppid=15684 vsize=318368 CPUtime=51.05 cores=1,3,5,7
/proc/15685/task/15688/stat : 15688 (priss) R 15684 15684 14674 0 -1 4202560 9844 0 0 0 5099 6 0 0 25 0 5 0 518120265 326008832 34483 33554432000 4194304 5787044 140733465541760 18446744073709551615 4229595 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15685/tid=15689] ppid=15684 vsize=318368 CPUtime=51.02 cores=1,3,5,7
/proc/15685/task/15689/stat : 15689 (priss) R 15684 15684 14674 0 -1 4202560 12534 0 0 0 5094 8 0 0 25 0 5 0 518120266 326008832 34483 33554432000 4194304 5787044 140733465541760 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15685/tid=15690] ppid=15684 vsize=318368 CPUtime=50.77 cores=1,3,5,7
/proc/15685/task/15690/stat : 15690 (priss) R 15684 15684 14674 0 -1 4202560 11489 0 0 0 5073 4 0 0 25 0 5 0 518120266 326008832 34483 33554432000 4194304 5787044 140733465541760 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.97
Current children cumulated vsize (KiB) 327068

[startup+102.301 s]
/proc/loadavg: 8.05 8.02 8.00 9/188 15693
/proc/meminfo: memFree=29909288/32951124 swapFree=67111416/67111528
[pid=15684] ppid=15682 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15684/stat : 15684 (priss.sh) S 15682 15684 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518120262 8908800 252 33554432000 4194304 4922060 140735463956672 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15684/statm: 2175 252 211 178 0 68 0
[pid=15685] ppid=15684 vsize=337932 CPUtime=408.47 cores=1,3,5,7
/proc/15685/stat : 15685 (priss) S 15684 15684 14674 0 -1 4202496 61382 0 0 0 40801 46 0 0 25 0 5 0 518120262 346042368 46308 33554432000 4194304 5787044 140733465541760 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/15685/statm: 84483 46308 417 389 0 80233 0
[pid=15685/tid=15687] ppid=15684 vsize=337932 CPUtime=102.25 cores=1,3,5,7
/proc/15685/task/15687/stat : 15687 (priss) R 15684 15684 14674 0 -1 4202560 13772 0 0 0 10214 11 0 0 25 0 5 0 518120264 346042368 46308 33554432000 4194304 5787044 140733465541760 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=15685/tid=15688] ppid=15684 vsize=337932 CPUtime=102.25 cores=1,3,5,7
/proc/15685/task/15688/stat : 15688 (priss) R 15684 15684 14674 0 -1 4202560 14671 0 0 0 10212 13 0 0 25 0 5 0 518120265 346042368 46308 33554432000 4194304 5787044 140733465541760 18446744073709551615 4213852 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15685/tid=15689] ppid=15684 vsize=337932 CPUtime=102.22 cores=1,3,5,7
/proc/15685/task/15689/stat : 15689 (priss) R 15684 15684 14674 0 -1 4202560 14723 0 0 0 10210 12 0 0 25 0 5 0 518120266 346042368 46308 33554432000 4194304 5787044 140733465541760 18446744073709551615 5591264 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15685/tid=15690] ppid=15684 vsize=337932 CPUtime=101.68 cores=1,3,5,7
/proc/15685/task/15690/stat : 15690 (priss) R 15684 15684 14674 0 -1 4202560 14228 0 0 0 10160 8 0 0 25 0 5 0 518120266 346042368 46308 33554432000 4194304 5787044 140733465541760 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.47
Current children cumulated vsize (KiB) 346632

[startup+162.301 s]
/proc/loadavg: 8.07 8.03 8.00 9/188 15695
/proc/meminfo: memFree=29856072/32951124 swapFree=67111416/67111528
[pid=15684] ppid=15682 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15684/stat : 15684 (priss.sh) S 15682 15684 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518120262 8908800 252 33554432000 4194304 4922060 140735463956672 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15684/statm: 2175 252 211 178 0 68 0
[pid=15685] ppid=15684 vsize=351192 CPUtime=648.17 cores=1,3,5,7

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

/proc/15685/task/15688/stat : 15688 (priss) R 15684 15684 14674 0 -1 4202560 30255 0 0 0 81951 40 0 0 25 0 5 0 518120265 648245248 120410 33554432000 4194304 5787044 140733465541760 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15685/tid=15689] ppid=15684 vsize=633052 CPUtime=822.23 cores=1,3,5,7
/proc/15685/task/15689/stat : 15689 (priss) R 15684 15684 14674 0 -1 4202560 40129 0 0 0 82166 57 0 0 25 0 5 0 518120266 648245248 120410 33554432000 4194304 5787044 140733465541760 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=15685/tid=15690] ppid=15684 vsize=633052 CPUtime=821.22 cores=1,3,5,7
/proc/15685/task/15690/stat : 15690 (priss) R 15684 15684 14674 0 -1 4202560 31523 0 0 0 82098 24 0 0 25 0 5 0 518120266 648245248 120410 33554432000 4194304 5787044 140733465541760 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.58
Current children cumulated vsize (KiB) 641752

[startup+882.301 s]
/proc/loadavg: 8.00 8.03 8.00 9/188 15747
/proc/meminfo: memFree=29650584/32951124 swapFree=67111416/67111528
[pid=15684] ppid=15682 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15684/stat : 15684 (priss.sh) S 15682 15684 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518120262 8908800 252 33554432000 4194304 4922060 140735463956672 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15684/statm: 2175 252 211 178 0 68 0
[pid=15685] ppid=15684 vsize=651984 CPUtime=3524.24 cores=1,3,5,7
/proc/15685/stat : 15685 (priss) S 15684 15684 14674 0 -1 4202496 142052 0 0 0 352251 173 0 0 25 0 5 0 518120262 667631616 125642 33554432000 4194304 5787044 140733465541760 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/15685/statm: 162996 125642 417 389 0 158746 0
[pid=15685/tid=15687] ppid=15684 vsize=651984 CPUtime=881.14 cores=1,3,5,7
/proc/15685/task/15687/stat : 15687 (priss) R 15684 15684 14674 0 -1 4202560 32572 0 0 0 88072 42 0 0 25 0 5 0 518120264 667631616 125642 33554432000 4194304 5787044 140733465541760 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15685/tid=15688] ppid=15684 vsize=651984 CPUtime=879.59 cores=1,3,5,7
/proc/15685/task/15688/stat : 15688 (priss) R 15684 15684 14674 0 -1 4202560 32656 0 0 0 87913 46 0 0 25 0 5 0 518120265 667631616 125642 33554432000 4194304 5787044 140733465541760 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15685/tid=15689] ppid=15684 vsize=651984 CPUtime=882.22 cores=1,3,5,7
/proc/15685/task/15689/stat : 15689 (priss) R 15684 15684 14674 0 -1 4202560 40129 0 0 0 88165 57 0 0 25 0 5 0 518120266 667631616 125642 33554432000 4194304 5787044 140733465541760 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=15685/tid=15690] ppid=15684 vsize=651984 CPUtime=881.22 cores=1,3,5,7
/proc/15685/task/15690/stat : 15690 (priss) R 15684 15684 14674 0 -1 4202560 32707 0 0 0 88097 25 0 0 25 0 5 0 518120266 667631616 125642 33554432000 4194304 5787044 140733465541760 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.24
Current children cumulated vsize (KiB) 660684

[startup+942.307 s]
/proc/loadavg: 8.04 8.04 8.00 9/188 15748
/proc/meminfo: memFree=29607020/32951124 swapFree=67111416/67111528
[pid=15684] ppid=15682 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15684/stat : 15684 (priss.sh) S 15682 15684 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518120262 8908800 252 33554432000 4194304 4922060 140735463956672 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15684/statm: 2175 252 211 178 0 68 0
[pid=15685] ppid=15684 vsize=664516 CPUtime=3763.94 cores=1,3,5,7
/proc/15685/stat : 15685 (priss) S 15684 15684 14674 0 -1 4202496 149117 0 0 0 376211 183 0 0 25 0 5 0 518120262 680464384 132707 33554432000 4194304 5787044 140733465541760 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/15685/statm: 166129 132707 417 389 0 161879 0
[pid=15685/tid=15687] ppid=15684 vsize=664516 CPUtime=941.15 cores=1,3,5,7
/proc/15685/task/15687/stat : 15687 (priss) R 15684 15684 14674 0 -1 4202560 34494 0 0 0 94069 46 0 0 25 0 5 0 518120264 680464384 132707 33554432000 4194304 5787044 140733465541760 18446744073709551615 5592068 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15685/tid=15688] ppid=15684 vsize=664516 CPUtime=939.26 cores=1,3,5,7
/proc/15685/task/15688/stat : 15688 (priss) R 15684 15684 14674 0 -1 4202560 35621 0 0 0 93876 50 0 0 25 0 5 0 518120265 680464384 132707 33554432000 4194304 5787044 140733465541760 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15685/tid=15689] ppid=15684 vsize=664516 CPUtime=942.24 cores=1,3,5,7
/proc/15685/task/15689/stat : 15689 (priss) R 15684 15684 14674 0 -1 4202560 40164 0 0 0 94166 58 0 0 25 0 5 0 518120266 680464384 132707 33554432000 4194304 5787044 140733465541760 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=15685/tid=15690] ppid=15684 vsize=664516 CPUtime=941.22 cores=1,3,5,7
/proc/15685/task/15690/stat : 15690 (priss) R 15684 15684 14674 0 -1 4202560 34850 0 0 0 94095 27 0 0 25 0 5 0 518120266 680464384 132707 33554432000 4194304 5787044 140733465541760 18446744073709551615 5527205 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3763.94
Current children cumulated vsize (KiB) 673216

[startup+1002.3 s]
/proc/loadavg: 8.06 8.04 8.00 9/188 15750
/proc/meminfo: memFree=29554416/32951124 swapFree=67111416/67111528
[pid=15684] ppid=15682 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15684/stat : 15684 (priss.sh) S 15682 15684 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518120262 8908800 252 33554432000 4194304 4922060 140735463956672 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15684/statm: 2175 252 211 178 0 68 0
[pid=15685] ppid=15684 vsize=681416 CPUtime=4003.59 cores=1,3,5,7
/proc/15685/stat : 15685 (priss) S 15684 15684 14674 0 -1 4202496 157514 0 0 0 400165 194 0 0 25 0 5 0 518120262 697769984 141104 33554432000 4194304 5787044 140733465541760 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/15685/statm: 170354 141104 417 389 0 166104 0
[pid=15685/tid=15687] ppid=15684 vsize=681416 CPUtime=1001.14 cores=1,3,5,7
/proc/15685/task/15687/stat : 15687 (priss) R 15684 15684 14674 0 -1 4202560 36425 0 0 0 100064 50 0 0 25 0 5 0 518120264 697769984 141104 33554432000 4194304 5787044 140733465541760 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15685/tid=15688] ppid=15684 vsize=681416 CPUtime=998.93 cores=1,3,5,7
/proc/15685/task/15688/stat : 15688 (priss) R 15684 15684 14674 0 -1 4202560 37847 0 0 0 99838 55 0 0 25 0 5 0 518120265 697769984 141104 33554432000 4194304 5787044 140733465541760 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15685/tid=15689] ppid=15684 vsize=681416 CPUtime=1002.23 cores=1,3,5,7
/proc/15685/task/15689/stat : 15689 (priss) R 15684 15684 14674 0 -1 4202560 40178 0 0 0 100165 58 0 0 25 0 5 0 518120266 697769984 141104 33554432000 4194304 5787044 140733465541760 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=15685/tid=15690] ppid=15684 vsize=681416 CPUtime=1001.22 cores=1,3,5,7
/proc/15685/task/15690/stat : 15690 (priss) R 15684 15684 14674 0 -1 4202560 39076 0 0 0 100093 29 0 0 25 0 5 0 518120266 697769984 141104 33554432000 4194304 5787044 140733465541760 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.59
Current children cumulated vsize (KiB) 690116

[startup+1062.3 s]
/proc/loadavg: 8.06 8.05 8.00 9/188 15752
/proc/meminfo: memFree=29498948/32951124 swapFree=67111416/67111528
[pid=15684] ppid=15682 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15684/stat : 15684 (priss.sh) S 15682 15684 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518120262 8908800 252 33554432000 4194304 4922060 140735463956672 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15684/statm: 2175 252 211 178 0 68 0
[pid=15685] ppid=15684 vsize=696960 CPUtime=4243.26 cores=1,3,5,7
/proc/15685/stat : 15685 (priss) S 15684 15684 14674 0 -1 4202496 165407 0 0 0 424122 204 0 0 25 0 5 0 518120262 713687040 148772 33554432000 4194304 5787044 140733465541760 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/15685/statm: 174240 148772 417 389 0 169990 0
[pid=15685/tid=15687] ppid=15684 vsize=696960 CPUtime=1061.14 cores=1,3,5,7
/proc/15685/task/15687/stat : 15687 (priss) R 15684 15684 14674 0 -1 4202560 38237 0 0 0 106061 53 0 0 25 0 5 0 518120264 713687040 148772 33554432000 4194304 5787044 140733465541760 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15685/tid=15688] ppid=15684 vsize=696960 CPUtime=1058.6 cores=1,3,5,7
/proc/15685/task/15688/stat : 15688 (priss) R 15684 15684 14674 0 -1 4202560 40940 0 0 0 105801 59 0 0 25 0 5 0 518120265 713687040 148772 33554432000 4194304 5787044 140733465541760 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15685/tid=15689] ppid=15684 vsize=696960 CPUtime=1062.23 cores=1,3,5,7
/proc/15685/task/15689/stat : 15689 (priss) R 15684 15684 14674 0 -1 4202560 41356 0 0 0 106164 59 0 0 25 0 5 0 518120266 713687040 148772 33554432000 4194304 5787044 140733465541760 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=15685/tid=15690] ppid=15684 vsize=696960 CPUtime=1061.22 cores=1,3,5,7
/proc/15685/task/15690/stat : 15690 (priss) R 15684 15684 14674 0 -1 4202560 40886 0 0 0 106092 30 0 0 25 0 5 0 518120266 713687040 148772 33554432000 4194304 5787044 140733465541760 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.26
Current children cumulated vsize (KiB) 705660

[startup+1122.3 s]
/proc/loadavg: 8.13 8.07 8.01 9/188 15753
/proc/meminfo: memFree=29457992/32951124 swapFree=67111416/67111528
[pid=15684] ppid=15682 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15684/stat : 15684 (priss.sh) S 15682 15684 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518120262 8908800 252 33554432000 4194304 4922060 140735463956672 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15684/statm: 2175 252 211 178 0 68 0
[pid=15685] ppid=15684 vsize=765640 CPUtime=4482.94 cores=1,3,5,7
/proc/15685/stat : 15685 (priss) S 15684 15684 14674 0 -1 4202496 169802 0 0 0 448083 211 0 0 25 0 5 0 518120262 784015360 152942 33554432000 4194304 5787044 140733465541760 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/15685/statm: 191410 152942 417 389 0 187160 0
[pid=15685/tid=15687] ppid=15684 vsize=765640 CPUtime=1121.14 cores=1,3,5,7
/proc/15685/task/15687/stat : 15687 (priss) R 15684 15684 14674 0 -1 4202560 39313 0 0 0 112060 54 0 0 25 0 5 0 518120264 784015360 152942 33554432000 4194304 5787044 140733465541760 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15685/tid=15688] ppid=15684 vsize=765640 CPUtime=1118.28 cores=1,3,5,7
/proc/15685/task/15688/stat : 15688 (priss) R 15684 15684 14674 0 -1 4202560 40940 0 0 0 111769 59 0 0 25 0 5 0 518120265 784015360 152942 33554432000 4194304 5787044 140733465541760 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15685/tid=15689] ppid=15684 vsize=765640 CPUtime=1122.23 cores=1,3,5,7
/proc/15685/task/15689/stat : 15689 (priss) R 15684 15684 14674 0 -1 4202560 44056 0 0 0 112158 65 0 0 25 0 5 0 518120266 784015360 152942 33554432000 4194304 5787044 140733465541760 18446744073709551615 5591532 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=15685/tid=15690] ppid=15684 vsize=765640 CPUtime=1121.22 cores=1,3,5,7
/proc/15685/task/15690/stat : 15690 (priss) R 15684 15684 14674 0 -1 4202560 41505 0 0 0 112091 31 0 0 25 0 5 0 518120266 784015360 152942 33554432000 4194304 5787044 140733465541760 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4482.94
Current children cumulated vsize (KiB) 774340

[startup+1182.3 s]
/proc/loadavg: 8.12 8.07 8.01 9/188 15755
/proc/meminfo: memFree=29439232/32951124 swapFree=67111416/67111528
[pid=15684] ppid=15682 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15684/stat : 15684 (priss.sh) S 15682 15684 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518120262 8908800 252 33554432000 4194304 4922060 140735463956672 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15684/statm: 2175 252 211 178 0 68 0
[pid=15685] ppid=15684 vsize=765640 CPUtime=4722.62 cores=1,3,5,7
/proc/15685/stat : 15685 (priss) S 15684 15684 14674 0 -1 4202496 172206 0 0 0 472044 218 0 0 25 0 5 0 518120262 784015360 155346 33554432000 4194304 5787044 140733465541760 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/15685/statm: 191410 155346 417 389 0 187160 0
[pid=15685/tid=15687] ppid=15684 vsize=765640 CPUtime=1181.14 cores=1,3,5,7
/proc/15685/task/15687/stat : 15687 (priss) R 15684 15684 14674 0 -1 4202560 39313 0 0 0 118060 54 0 0 25 0 5 0 518120264 784015360 155346 33554432000 4194304 5787044 140733465541760 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15685/tid=15688] ppid=15684 vsize=765640 CPUtime=1177.95 cores=1,3,5,7
/proc/15685/task/15688/stat : 15688 (priss) R 15684 15684 14674 0 -1 4202560 40940 0 0 0 117736 59 0 0 25 0 5 0 518120265 784015360 155346 33554432000 4194304 5787044 140733465541760 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15685/tid=15689] ppid=15684 vsize=765640 CPUtime=1182.23 cores=1,3,5,7
/proc/15685/task/15689/stat : 15689 (priss) R 15684 15684 14674 0 -1 4202560 46459 0 0 0 118152 71 0 0 25 0 5 0 518120266 784015360 155346 33554432000 4194304 5787044 140733465541760 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=15685/tid=15690] ppid=15684 vsize=765640 CPUtime=1181.22 cores=1,3,5,7
/proc/15685/task/15690/stat : 15690 (priss) R 15684 15684 14674 0 -1 4202560 41506 0 0 0 118091 31 0 0 25 0 5 0 518120266 784015360 155346 33554432000 4194304 5787044 140733465541760 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.62
Current children cumulated vsize (KiB) 774340



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.09 8.06 8.00 9/188 15755
/proc/meminfo: memFree=29432408/32951124 swapFree=67111416/67111528
[pid=15684] ppid=15682 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15684/stat : 15684 (priss.sh) S 15682 15684 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518120262 8908800 252 33554432000 4194304 4922060 140735463956672 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15684/statm: 2175 252 211 178 0 68 0
[pid=15685] ppid=15684 vsize=765640 CPUtime=4800.13 cores=1,3,5,7
/proc/15685/stat : 15685 (priss) S 15684 15684 14674 0 -1 4202496 172955 0 0 0 479794 219 0 0 25 0 5 0 518120262 784015360 156095 33554432000 4194304 5787044 140733465541760 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/15685/statm: 191410 156095 417 389 0 187160 0
[pid=15685/tid=15687] ppid=15684 vsize=765640 CPUtime=1200.55 cores=1,3,5,7
/proc/15685/task/15687/stat : 15687 (priss) R 15684 15684 14674 0 -1 4202560 39315 0 0 0 120001 54 0 0 25 0 5 0 518120264 784015360 156095 33554432000 4194304 5787044 140733465541760 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15685/tid=15688] ppid=15684 vsize=765640 CPUtime=1197.25 cores=1,3,5,7
/proc/15685/task/15688/stat : 15688 (priss) R 15684 15684 14674 0 -1 4202560 40941 0 0 0 119666 59 0 0 25 0 5 0 518120265 784015360 156095 33554432000 4194304 5787044 140733465541760 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15685/tid=15689] ppid=15684 vsize=765640 CPUtime=1201.63 cores=1,3,5,7
/proc/15685/task/15689/stat : 15689 (priss) R 15684 15684 14674 0 -1 4202560 47205 0 0 0 120091 72 0 0 25 0 5 0 518120266 784015360 156095 33554432000 4194304 5787044 140733465541760 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=15685/tid=15690] ppid=15684 vsize=765640 CPUtime=1200.63 cores=1,3,5,7
/proc/15685/task/15690/stat : 15690 (priss) R 15684 15684 14674 0 -1 4202560 41506 0 0 0 120032 31 0 0 25 0 5 0 518120266 784015360 156095 33554432000 4194304 5787044 140733465541760 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.13
Current children cumulated vsize (KiB) 774340

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15684 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=0
# CPU time returned by wait4() is 0
# while last known CPU time is 4800.13
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.72
CPU time (s): 4800.13
CPU user time (s): 4797.94
CPU system time (s): 2.19
CPU usage (%): 399.438
Max. virtual memory (cumulated for all children) (KiB): 774340

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

The end

Launcher Data

Begin job on node102 at 2011-04-29 10:19:39
IDJOB=3263572
IDBENCH=83986
IDSOLVER=1603
FILE ID=node102/3263572-1304065179
RUNJOBID= node102-1304060360-15213
PBS_JOBID= 13170428
Free space on /tmp= 71560 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_60_29_30_6-dir.shuffled-as.sat03-130.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3263572-1304065179/watcher-3263572-1304065179 -o /tmp/evaluation-result-3263572-1304065179/solver-3263572-1304065179 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3263572-1304065179.cnf 732207508 4800 15500 4

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

MD5SUM BENCH= e826117d87949a5b285e72732bfa395b
RANDOM SEED=732207508

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30125996 kB
Buffers:        632908 kB
Cached:        1245784 kB
SwapCached:          8 kB
Active:         684904 kB
Inactive:      1717108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30125996 kB
SwapTotal:    67111528 kB
SwapFree:     67111416 kB
Dirty:            2384 kB
Writeback:           0 kB
AnonPages:      523132 kB
Mapped:          15616 kB
Slab:           358424 kB
PageTables:       5364 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   722464 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71556 MiB
End job on node102 at 2011-04-29 10:39:43