Trace number 3263484

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

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_29_50_3-dir.shuffled-as.sat03-179.cnf
MD5SUM7f62d729a30ffc73b7fa61161ba43630
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 clauses73400
Sum of the clauses size147612
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 273371
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: 31506
0.00/0.02	c parsetime: 16107us
0.00/0.02	c parsed 73400 clauses with 870 variables
0.00/0.02	c NW started thread 0 successfully (1092208960)
0.00/0.03	c NW started thread 1 successfully (1102698816)
0.00/0.03	c NW started thread 2 successfully (1113188672)
0.00/0.05	c NW started thread 3 successfully (1123678528)
13.45/3.46	c preprocessor returned 10009 variables
13.45/3.46	c preprocessing returned UNKNOWN
13.45/3.46	c PP set 0 variables
13.45/3.46	c pp time: 3428296us (3s)
13.45/3.46	c preprocessor returned 10009 variables
13.45/3.46	c preprocessing returned UNKNOWN
13.45/3.46	c PP set 0 variables
13.45/3.46	c pp time: 3439226us (3s)
13.45/3.49	c preprocessor returned 10009 variables
13.45/3.49	c preprocessing returned UNKNOWN
13.45/3.49	c PP set 0 variables
13.45/3.49	c pp time: 3455127us (3s)
56.19/14.15	c preprocessor returned 30010 variables
56.19/14.15	c preprocessing returned UNKNOWN
56.19/14.15	c PP set 0 variables
56.19/14.15	c pp time: 14104113us (14s)

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-3263484-1304065145/watcher-3263484-1304065145 -o /tmp/evaluation-result-3263484-1304065145/solver-3263484-1304065145 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3263484-1304065145.cnf 2008049319 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: 8.15 8.06 8.02 5/182 31505
/proc/meminfo: memFree=24936396/32951124 swapFree=67111524/67111528
[pid=31505] ppid=31503 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31505/stat : 31505 (priss.sh) S 31503 31505 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498930410 8908800 252 33554432000 4194304 4922060 140736490649952 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31505/statm: 2175 252 211 178 0 68 0

[startup+0.088898 s]
/proc/loadavg: 8.15 8.06 8.02 5/182 31505
/proc/meminfo: memFree=24936396/32951124 swapFree=67111524/67111528
[pid=31505] ppid=31503 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31505/stat : 31505 (priss.sh) S 31503 31505 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498930410 8908800 252 33554432000 4194304 4922060 140736490649952 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31505/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.576662 s]
/proc/loadavg: 8.15 8.06 8.02 5/182 31505
/proc/meminfo: memFree=24936396/32951124 swapFree=67111524/67111528
[pid=31505] ppid=31503 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31505/stat : 31505 (priss.sh) S 31503 31505 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498930410 8908800 252 33554432000 4194304 4922060 140736490649952 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31505/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.06203 s]
/proc/loadavg: 8.15 8.06 8.02 5/182 31505
/proc/meminfo: memFree=24936396/32951124 swapFree=67111524/67111528
[pid=31505] ppid=31503 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31505/stat : 31505 (priss.sh) S 31503 31505 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498930410 8908800 252 33554432000 4194304 4922060 140736490649952 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31505/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.16201 s]
/proc/loadavg: 8.15 8.06 8.02 5/182 31505
/proc/meminfo: memFree=24936396/32951124 swapFree=67111524/67111528
[pid=31505] ppid=31503 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31505/stat : 31505 (priss.sh) S 31503 31505 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498930410 8908800 252 33554432000 4194304 4922060 140736490649952 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31505/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50095 s]
/proc/loadavg: 8.15 8.06 8.02 5/182 31505
/proc/meminfo: memFree=24936396/32951124 swapFree=67111524/67111528
[pid=31505] ppid=31503 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31505/stat : 31505 (priss.sh) S 31503 31505 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498930410 8908800 252 33554432000 4194304 4922060 140736490649952 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31505/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: 8.22 8.07 8.03 9/188 31511
/proc/meminfo: memFree=24891416/32951124 swapFree=67111524/67111528
[pid=31505] ppid=31503 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31505/stat : 31505 (priss.sh) S 31503 31505 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498930410 8908800 252 33554432000 4194304 4922060 140736490649952 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31505/statm: 2175 252 211 178 0 68 0
[pid=31506] ppid=31505 vsize=290412 CPUtime=12.25 cores=1,3,5,7
/proc/31506/stat : 31506 (priss) S 31505 31505 30400 0 -1 4202496 18829 0 0 0 1222 3 0 0 18 0 5 0 498930410 297381888 10872 33554432000 4194304 5787044 140733803303504 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/31506/statm: 72603 10872 355 389 0 68353 0
[pid=31506/tid=31508] ppid=31505 vsize=290412 CPUtime=3.05 cores=1,3,5,7
/proc/31506/task/31508/stat : 31508 (priss) R 31505 31505 30400 0 -1 4202560 3762 0 0 0 305 0 0 0 25 0 5 0 498930413 297381888 10872 33554432000 4194304 5787044 140733803303504 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31506/tid=31509] ppid=31505 vsize=290412 CPUtime=3.05 cores=1,3,5,7
/proc/31506/task/31509/stat : 31509 (priss) R 31505 31505 30400 0 -1 4202560 3455 0 0 0 305 0 0 0 25 0 5 0 498930413 297381888 10872 33554432000 4194304 5787044 140733803303504 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31506/tid=31510] ppid=31505 vsize=290412 CPUtime=3.02 cores=1,3,5,7
/proc/31506/task/31510/stat : 31510 (priss) R 31505 31505 30400 0 -1 4202560 3413 0 0 0 302 0 0 0 25 0 5 0 498930414 297381888 10872 33554432000 4194304 5787044 140733803303504 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31506/tid=31511] ppid=31505 vsize=290412 CPUtime=3.04 cores=1,3,5,7
/proc/31506/task/31511/stat : 31511 (priss) R 31505 31505 30400 0 -1 4202560 4195 0 0 0 304 0 0 0 25 0 5 0 498930415 297381888 10872 33554432000 4194304 5787044 140733803303504 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.25
Current children cumulated vsize (KiB) 299112

[startup+6.30706 s]
/proc/loadavg: 8.20 8.07 8.03 9/188 31511
/proc/meminfo: memFree=24875668/32951124 swapFree=67111524/67111528
[pid=31505] ppid=31503 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31505/stat : 31505 (priss.sh) S 31503 31505 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498930410 8908800 252 33554432000 4194304 4922060 140736490649952 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31505/statm: 2175 252 211 178 0 68 0
[pid=31506] ppid=31505 vsize=294512 CPUtime=25.06 cores=1,3,5,7
/proc/31506/stat : 31506 (priss) S 31505 31505 30400 0 -1 4202496 28231 0 0 0 2500 6 0 0 18 0 5 0 498930410 301580288 14753 33554432000 4194304 5787044 140733803303504 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/31506/statm: 73628 14753 404 389 0 69378 0
[pid=31506/tid=31508] ppid=31505 vsize=294512 CPUtime=6.26 cores=1,3,5,7
/proc/31506/task/31508/stat : 31508 (priss) R 31505 31505 30400 0 -1 4202560 6465 0 0 0 625 1 0 0 24 0 5 0 498930413 301580288 14753 33554432000 4194304 5787044 140733803303504 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31506/tid=31509] ppid=31505 vsize=294512 CPUtime=6.26 cores=1,3,5,7
/proc/31506/task/31509/stat : 31509 (priss) R 31505 31505 30400 0 -1 4202560 6630 0 0 0 625 1 0 0 25 0 5 0 498930413 301580288 14753 33554432000 4194304 5787044 140733803303504 18446744073709551615 5591700 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31506/tid=31510] ppid=31505 vsize=294512 CPUtime=6.21 cores=1,3,5,7
/proc/31506/task/31510/stat : 31510 (priss) R 31505 31505 30400 0 -1 4202560 5911 0 0 0 620 1 0 0 25 0 5 0 498930414 301580288 14753 33554432000 4194304 5787044 140733803303504 18446744073709551615 5590410 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31506/tid=31511] ppid=31505 vsize=294512 CPUtime=6.25 cores=1,3,5,7
/proc/31506/task/31511/stat : 31511 (priss) R 31505 31505 30400 0 -1 4202560 5221 0 0 0 625 0 0 0 25 0 5 0 498930415 301580288 14753 33554432000 4194304 5787044 140733803303504 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 303212

[startup+12.7009 s]
/proc/loadavg: 8.19 8.07 8.02 10/188 31511
/proc/meminfo: memFree=24866188/32951124 swapFree=67111524/67111528
[pid=31505] ppid=31503 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31505/stat : 31505 (priss.sh) S 31503 31505 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498930410 8908800 252 33554432000 4194304 4922060 140736490649952 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31505/statm: 2175 252 211 178 0 68 0
[pid=31506] ppid=31505 vsize=294512 CPUtime=50.6 cores=1,3,5,7
/proc/31506/stat : 31506 (priss) S 31505 31505 30400 0 -1 4202496 30371 0 0 0 5053 7 0 0 18 0 5 0 498930410 301580288 16893 33554432000 4194304 5787044 140733803303504 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/31506/statm: 73628 16893 404 389 0 69378 0
[pid=31506/tid=31508] ppid=31505 vsize=294512 CPUtime=12.66 cores=1,3,5,7
/proc/31506/task/31508/stat : 31508 (priss) R 31505 31505 30400 0 -1 4202560 7216 0 0 0 1264 2 0 0 25 0 5 0 498930413 301580288 16893 33554432000 4194304 5787044 140733803303504 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31506/tid=31509] ppid=31505 vsize=294512 CPUtime=12.65 cores=1,3,5,7
/proc/31506/task/31509/stat : 31509 (priss) R 31505 31505 30400 0 -1 4202560 7221 0 0 0 1264 1 0 0 25 0 5 0 498930413 301580288 16893 33554432000 4194304 5787044 140733803303504 18446744073709551615 4217177 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31506/tid=31510] ppid=31505 vsize=294512 CPUtime=12.57 cores=1,3,5,7
/proc/31506/task/31510/stat : 31510 (priss) R 31505 31505 30400 0 -1 4202560 6709 0 0 0 1256 1 0 0 25 0 5 0 498930414 301580288 16893 33554432000 4194304 5787044 140733803303504 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31506/tid=31511] ppid=31505 vsize=294512 CPUtime=12.64 cores=1,3,5,7
/proc/31506/task/31511/stat : 31511 (priss) R 31505 31505 30400 0 -1 4202560 5221 0 0 0 1264 0 0 0 25 0 5 0 498930415 301580288 16893 33554432000 4194304 5787044 140733803303504 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 303212

[startup+25.5005 s]
/proc/loadavg: 8.16 8.07 8.02 5/182 31512
/proc/meminfo: memFree=25507804/32951124 swapFree=67111524/67111528
[pid=31505] ppid=31503 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31505/stat : 31505 (priss.sh) S 31503 31505 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498930410 8908800 252 33554432000 4194304 4922060 140736490649952 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31505/statm: 2175 252 211 178 0 68 0
[pid=31506] ppid=31505 vsize=307096 CPUtime=101.72 cores=1,3,5,7
/proc/31506/stat : 31506 (priss) S 31505 31505 30400 0 -1 4202496 39871 0 0 0 10160 12 0 0 18 0 5 0 498930410 314466304 24048 33554432000 4194304 5787044 140733803303504 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/31506/statm: 76774 24048 417 389 0 72524 0
[pid=31506/tid=31508] ppid=31505 vsize=307096 CPUtime=25.45 cores=1,3,5,7
/proc/31506/task/31508/stat : 31508 (priss) R 31505 31505 30400 0 -1 4202560 8548 0 0 0 2542 3 0 0 25 0 5 0 498930413 314466304 24048 33554432000 4194304 5787044 140733803303504 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31506/tid=31509] ppid=31505 vsize=307096 CPUtime=25.45 cores=1,3,5,7
/proc/31506/task/31509/stat : 31509 (priss) R 31505 31505 30400 0 -1 4202560 8542 0 0 0 2542 3 0 0 25 0 5 0 498930413 314466304 24048 33554432000 4194304 5787044 140733803303504 18446744073709551615 5585346 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31506/tid=31510] ppid=31505 vsize=307096 CPUtime=25.3 cores=1,3,5,7
/proc/31506/task/31510/stat : 31510 (priss) R 31505 31505 30400 0 -1 4202560 8180 0 0 0 2528 2 0 0 25 0 5 0 498930414 314466304 24048 33554432000 4194304 5787044 140733803303504 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31506/tid=31511] ppid=31505 vsize=307096 CPUtime=25.44 cores=1,3,5,7
/proc/31506/task/31511/stat : 31511 (priss) R 31505 31505 30400 0 -1 4202560 10597 0 0 0 2543 1 0 0 20 0 5 0 498930415 314466304 24048 33554432000 4194304 5787044 140733803303504 18446744073709551615 4218850 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.72
Current children cumulated vsize (KiB) 315796

[startup+51.1008 s]
/proc/loadavg: 7.95 8.02 8.01 9/188 31545
/proc/meminfo: memFree=25379660/32951124 swapFree=67111524/67111528
[pid=31505] ppid=31503 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31505/stat : 31505 (priss.sh) S 31503 31505 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498930410 8908800 252 33554432000 4194304 4922060 140736490649952 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31505/statm: 2175 252 211 178 0 68 0
[pid=31506] ppid=31505 vsize=323472 CPUtime=203.97 cores=1,3,5,7
/proc/31506/stat : 31506 (priss) S 31505 31505 30400 0 -1 4202496 49823 0 0 0 20376 21 0 0 18 0 5 0 498930410 331235328 33973 33554432000 4194304 5787044 140733803303504 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/31506/statm: 80868 33973 417 389 0 76618 0
[pid=31506/tid=31508] ppid=31505 vsize=323472 CPUtime=51.06 cores=1,3,5,7
/proc/31506/task/31508/stat : 31508 (priss) R 31505 31505 30400 0 -1 4202560 11512 0 0 0 5100 6 0 0 25 0 5 0 498930413 331235328 33973 33554432000 4194304 5787044 140733803303504 18446744073709551615 5590848 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31506/tid=31509] ppid=31505 vsize=323472 CPUtime=51.05 cores=1,3,5,7
/proc/31506/task/31509/stat : 31509 (priss) R 31505 31505 30400 0 -1 4202560 10492 0 0 0 5100 5 0 0 25 0 5 0 498930413 331235328 33973 33554432000 4194304 5787044 140733803303504 18446744073709551615 5590344 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31506/tid=31510] ppid=31505 vsize=323472 CPUtime=50.76 cores=1,3,5,7
/proc/31506/task/31510/stat : 31510 (priss) R 31505 31505 30400 0 -1 4202560 10197 0 0 0 5071 5 0 0 25 0 5 0 498930414 331235328 33973 33554432000 4194304 5787044 140733803303504 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31506/tid=31511] ppid=31505 vsize=323472 CPUtime=51.04 cores=1,3,5,7
/proc/31506/task/31511/stat : 31511 (priss) R 31505 31505 30400 0 -1 4202560 13618 0 0 0 5101 3 0 0 25 0 5 0 498930415 331235328 33973 33554432000 4194304 5787044 140733803303504 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.97
Current children cumulated vsize (KiB) 332172

[startup+102.3 s]
/proc/loadavg: 8.06 8.03 8.01 9/188 31546
/proc/meminfo: memFree=25270992/32951124 swapFree=67111524/67111528
[pid=31505] ppid=31503 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31505/stat : 31505 (priss.sh) S 31503 31505 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498930410 8908800 252 33554432000 4194304 4922060 140736490649952 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31505/statm: 2175 252 211 178 0 68 0
[pid=31506] ppid=31505 vsize=338076 CPUtime=408.49 cores=1,3,5,7
/proc/31506/stat : 31506 (priss) S 31505 31505 30400 0 -1 4202496 59437 0 0 0 40817 32 0 0 18 0 5 0 498930410 346189824 43446 33554432000 4194304 5787044 140733803303504 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/31506/statm: 84519 43446 417 389 0 80269 0
[pid=31506/tid=31508] ppid=31505 vsize=338076 CPUtime=102.25 cores=1,3,5,7
/proc/31506/task/31508/stat : 31508 (priss) R 31505 31505 30400 0 -1 4202560 13338 0 0 0 10217 8 0 0 25 0 5 0 498930413 346189824 43446 33554432000 4194304 5787044 140733803303504 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31506/tid=31509] ppid=31505 vsize=338076 CPUtime=102.24 cores=1,3,5,7
/proc/31506/task/31509/stat : 31509 (priss) R 31505 31505 30400 0 -1 4202560 12136 0 0 0 10217 7 0 0 25 0 5 0 498930413 346189824 43446 33554432000 4194304 5787044 140733803303504 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31506/tid=31510] ppid=31505 vsize=338076 CPUtime=101.67 cores=1,3,5,7
/proc/31506/task/31510/stat : 31510 (priss) R 31505 31505 30400 0 -1 4202560 12780 0 0 0 10159 8 0 0 25 0 5 0 498930414 346189824 43446 33554432000 4194304 5787044 140733803303504 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31506/tid=31511] ppid=31505 vsize=338076 CPUtime=102.24 cores=1,3,5,7
/proc/31506/task/31511/stat : 31511 (priss) R 31505 31505 30400 0 -1 4202560 17179 0 0 0 10218 6 0 0 25 0 5 0 498930415 346189824 43446 33554432000 4194304 5787044 140733803303504 18446744073709551615 5527008 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.49
Current children cumulated vsize (KiB) 346776

[startup+162.3 s]
/proc/loadavg: 8.09 8.04 8.00 9/188 31548
/proc/meminfo: memFree=25175380/32951124 swapFree=67111524/67111528
[pid=31505] ppid=31503 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31505/stat : 31505 (priss.sh) S 31503 31505 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498930410 8908800 252 33554432000 4194304 4922060 140736490649952 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31505/statm: 2175 252 211 178 0 68 0
[pid=31506] ppid=31505 vsize=354852 CPUtime=648.15 cores=1,3,5,7

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

/proc/31506/task/31509/stat : 31509 (priss) R 31505 31505 30400 0 -1 4202560 31198 0 0 0 88187 38 0 0 25 0 5 0 498930413 658477056 121199 33554432000 4194304 5787044 140733803303504 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31506/tid=31510] ppid=31505 vsize=643044 CPUtime=881.03 cores=1,3,5,7
/proc/31506/task/31510/stat : 31510 (priss) R 31505 31505 30400 0 -1 4202560 37692 0 0 0 88050 53 0 0 25 0 5 0 498930414 658477056 121199 33554432000 4194304 5787044 140733803303504 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31506/tid=31511] ppid=31505 vsize=643044 CPUtime=878.63 cores=1,3,5,7
/proc/31506/task/31511/stat : 31511 (priss) R 31505 31505 30400 0 -1 4202560 33785 0 0 0 87842 21 0 0 25 0 5 0 498930415 658477056 121199 33554432000 4194304 5787044 140733803303504 18446744073709551615 5526886 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.25
Current children cumulated vsize (KiB) 651744

[startup+942.3 s]
/proc/loadavg: 8.07 8.07 8.02 9/188 31572
/proc/meminfo: memFree=24579116/32951124 swapFree=67111524/67111528
[pid=31505] ppid=31503 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31505/stat : 31505 (priss.sh) S 31503 31505 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498930410 8908800 252 33554432000 4194304 4922060 140736490649952 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31505/statm: 2175 252 211 178 0 68 0
[pid=31506] ppid=31505 vsize=655932 CPUtime=3763.95 cores=1,3,5,7
/proc/31506/stat : 31506 (priss) S 31505 31505 30400 0 -1 4202496 143512 0 0 0 376236 159 0 0 18 0 5 0 498930410 671674368 126183 33554432000 4194304 5787044 140733803303504 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/31506/statm: 163983 126183 417 389 0 159733 0
[pid=31506/tid=31508] ppid=31505 vsize=655932 CPUtime=942.26 cores=1,3,5,7
/proc/31506/task/31508/stat : 31508 (priss) R 31505 31505 30400 0 -1 4202560 33301 0 0 0 94187 39 0 0 25 0 5 0 498930413 671674368 126183 33554432000 4194304 5787044 140733803303504 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31506/tid=31509] ppid=31505 vsize=655932 CPUtime=942.26 cores=1,3,5,7
/proc/31506/task/31509/stat : 31509 (priss) R 31505 31505 30400 0 -1 4202560 33016 0 0 0 94184 42 0 0 25 0 5 0 498930413 671674368 126183 33554432000 4194304 5787044 140733803303504 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31506/tid=31510] ppid=31505 vsize=655932 CPUtime=941.05 cores=1,3,5,7
/proc/31506/task/31510/stat : 31510 (priss) R 31505 31505 30400 0 -1 4202560 37692 0 0 0 94051 54 0 0 25 0 5 0 498930414 671674368 126183 33554432000 4194304 5787044 140733803303504 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31506/tid=31511] ppid=31505 vsize=655932 CPUtime=938.32 cores=1,3,5,7
/proc/31506/task/31511/stat : 31511 (priss) R 31505 31505 30400 0 -1 4202560 35499 0 0 0 93810 22 0 0 25 0 5 0 498930415 671674368 126183 33554432000 4194304 5787044 140733803303504 18446744073709551615 5527610 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3763.95
Current children cumulated vsize (KiB) 664632

[startup+1002.3 s]
/proc/loadavg: 8.17 8.10 8.03 9/188 31573
/proc/meminfo: memFree=24535200/32951124 swapFree=67111524/67111528
[pid=31505] ppid=31503 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31505/stat : 31505 (priss.sh) S 31503 31505 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498930410 8908800 252 33554432000 4194304 4922060 140736490649952 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31505/statm: 2175 252 211 178 0 68 0
[pid=31506] ppid=31505 vsize=671688 CPUtime=4003.61 cores=1,3,5,7
/proc/31506/stat : 31506 (priss) S 31505 31505 30400 0 -1 4202496 151516 0 0 0 400189 172 0 0 18 0 5 0 498930410 687808512 134187 33554432000 4194304 5787044 140733803303504 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/31506/statm: 167922 134187 417 389 0 163672 0
[pid=31506/tid=31508] ppid=31505 vsize=671688 CPUtime=1002.27 cores=1,3,5,7
/proc/31506/task/31508/stat : 31508 (priss) R 31505 31505 30400 0 -1 4202560 37317 0 0 0 100182 45 0 0 25 0 5 0 498930413 687808512 134187 33554432000 4194304 5787044 140733803303504 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31506/tid=31509] ppid=31505 vsize=671688 CPUtime=1002.24 cores=1,3,5,7
/proc/31506/task/31509/stat : 31509 (priss) R 31505 31505 30400 0 -1 4202560 35140 0 0 0 100177 47 0 0 25 0 5 0 498930413 687808512 134187 33554432000 4194304 5787044 140733803303504 18446744073709551615 5591539 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31506/tid=31510] ppid=31505 vsize=671688 CPUtime=1001.04 cores=1,3,5,7
/proc/31506/task/31510/stat : 31510 (priss) R 31505 31505 30400 0 -1 4202560 37693 0 0 0 100050 54 0 0 25 0 5 0 498930414 687808512 134187 33554432000 4194304 5787044 140733803303504 18446744073709551615 220815894951 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31506/tid=31511] ppid=31505 vsize=671688 CPUtime=997.99 cores=1,3,5,7
/proc/31506/task/31511/stat : 31511 (priss) R 31505 31505 30400 0 -1 4202560 37362 0 0 0 99775 24 0 0 25 0 5 0 498930415 687808512 134187 33554432000 4194304 5787044 140733803303504 18446744073709551615 4254881 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.61
Current children cumulated vsize (KiB) 680388

[startup+1062.31 s]
/proc/loadavg: 8.25 8.13 8.04 9/188 31575
/proc/meminfo: memFree=24499096/32951124 swapFree=67111524/67111528
[pid=31505] ppid=31503 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31505/stat : 31505 (priss.sh) S 31503 31505 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498930410 8908800 252 33554432000 4194304 4922060 140736490649952 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31505/statm: 2175 252 211 178 0 68 0
[pid=31506] ppid=31505 vsize=683092 CPUtime=4243.31 cores=1,3,5,7
/proc/31506/stat : 31506 (priss) S 31505 31505 30400 0 -1 4202496 158209 0 0 0 424148 183 0 0 18 0 5 0 498930410 699486208 140880 33554432000 4194304 5787044 140733803303504 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/31506/statm: 170773 140880 417 389 0 166523 0
[pid=31506/tid=31508] ppid=31505 vsize=683092 CPUtime=1062.27 cores=1,3,5,7
/proc/31506/task/31508/stat : 31508 (priss) R 31505 31505 30400 0 -1 4202560 39375 0 0 0 106178 49 0 0 25 0 5 0 498930413 699486208 140880 33554432000 4194304 5787044 140733803303504 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31506/tid=31509] ppid=31505 vsize=683092 CPUtime=1062.26 cores=1,3,5,7
/proc/31506/task/31509/stat : 31509 (priss) R 31505 31505 30400 0 -1 4202560 36947 0 0 0 106173 53 0 0 25 0 5 0 498930413 699486208 140880 33554432000 4194304 5787044 140733803303504 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31506/tid=31510] ppid=31505 vsize=683092 CPUtime=1061.05 cores=1,3,5,7
/proc/31506/task/31510/stat : 31510 (priss) R 31505 31505 30400 0 -1 4202560 38721 0 0 0 106051 54 0 0 25 0 5 0 498930414 699486208 140880 33554432000 4194304 5787044 140733803303504 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31506/tid=31511] ppid=31505 vsize=683092 CPUtime=1057.66 cores=1,3,5,7
/proc/31506/task/31511/stat : 31511 (priss) R 31505 31505 30400 0 -1 4202560 39162 0 0 0 105741 25 0 0 25 0 5 0 498930415 699486208 140880 33554432000 4194304 5787044 140733803303504 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.31
Current children cumulated vsize (KiB) 691792

[startup+1122.3 s]
/proc/loadavg: 8.09 8.10 8.03 9/188 31577
/proc/meminfo: memFree=24475016/32951124 swapFree=67111524/67111528
[pid=31505] ppid=31503 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31505/stat : 31505 (priss.sh) S 31503 31505 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498930410 8908800 252 33554432000 4194304 4922060 140736490649952 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31505/statm: 2175 252 211 178 0 68 0
[pid=31506] ppid=31505 vsize=689596 CPUtime=4482.96 cores=1,3,5,7
/proc/31506/stat : 31506 (priss) S 31505 31505 30400 0 -1 4202496 162409 0 0 0 448108 188 0 0 18 0 5 0 498930410 706146304 144630 33554432000 4194304 5787044 140733803303504 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/31506/statm: 172399 144630 417 389 0 168149 0
[pid=31506/tid=31508] ppid=31505 vsize=689596 CPUtime=1122.27 cores=1,3,5,7
/proc/31506/task/31508/stat : 31508 (priss) R 31505 31505 30400 0 -1 4202560 41322 0 0 0 112176 51 0 0 25 0 5 0 498930413 706146304 144630 33554432000 4194304 5787044 140733803303504 18446744073709551615 5591552 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31506/tid=31509] ppid=31505 vsize=689596 CPUtime=1122.25 cores=1,3,5,7
/proc/31506/task/31509/stat : 31509 (priss) R 31505 31505 30400 0 -1 4202560 37779 0 0 0 112171 54 0 0 25 0 5 0 498930413 706146304 144630 33554432000 4194304 5787044 140733803303504 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31506/tid=31510] ppid=31505 vsize=689596 CPUtime=1121.04 cores=1,3,5,7
/proc/31506/task/31510/stat : 31510 (priss) R 31505 31505 30400 0 -1 4202560 38732 0 0 0 112050 54 0 0 25 0 5 0 498930414 706146304 144630 33554432000 4194304 5787044 140733803303504 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31506/tid=31511] ppid=31505 vsize=689596 CPUtime=1117.33 cores=1,3,5,7
/proc/31506/task/31511/stat : 31511 (priss) R 31505 31505 30400 0 -1 4202560 40572 0 0 0 111706 27 0 0 25 0 5 0 498930415 706146304 144630 33554432000 4194304 5787044 140733803303504 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4482.96
Current children cumulated vsize (KiB) 698296

[startup+1182.3 s]
/proc/loadavg: 8.09 8.10 8.03 9/188 31578
/proc/meminfo: memFree=24465940/32951124 swapFree=67111524/67111528
[pid=31505] ppid=31503 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31505/stat : 31505 (priss.sh) S 31503 31505 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498930410 8908800 252 33554432000 4194304 4922060 140736490649952 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31505/statm: 2175 252 211 178 0 68 0
[pid=31506] ppid=31505 vsize=689596 CPUtime=4722.64 cores=1,3,5,7
/proc/31506/stat : 31506 (priss) S 31505 31505 30400 0 -1 4202496 162452 0 0 0 472075 189 0 0 18 0 5 0 498930410 706146304 144673 33554432000 4194304 5787044 140733803303504 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/31506/statm: 172399 144673 417 389 0 168149 0
[pid=31506/tid=31508] ppid=31505 vsize=689596 CPUtime=1182.27 cores=1,3,5,7
/proc/31506/task/31508/stat : 31508 (priss) R 31505 31505 30400 0 -1 4202560 41323 0 0 0 118176 51 0 0 25 0 5 0 498930413 706146304 144673 33554432000 4194304 5787044 140733803303504 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31506/tid=31509] ppid=31505 vsize=689596 CPUtime=1182.26 cores=1,3,5,7
/proc/31506/task/31509/stat : 31509 (priss) R 31505 31505 30400 0 -1 4202560 37779 0 0 0 118172 54 0 0 25 0 5 0 498930413 706146304 144673 33554432000 4194304 5787044 140733803303504 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31506/tid=31510] ppid=31505 vsize=689596 CPUtime=1181.04 cores=1,3,5,7
/proc/31506/task/31510/stat : 31510 (priss) R 31505 31505 30400 0 -1 4202560 38773 0 0 0 118050 54 0 0 25 0 5 0 498930414 706146304 144673 33554432000 4194304 5787044 140733803303504 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31506/tid=31511] ppid=31505 vsize=689596 CPUtime=1177.01 cores=1,3,5,7
/proc/31506/task/31511/stat : 31511 (priss) R 31505 31505 30400 0 -1 4202560 40573 0 0 0 117673 28 0 0 25 0 5 0 498930415 706146304 144673 33554432000 4194304 5787044 140733803303504 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.64
Current children cumulated vsize (KiB) 698296



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.07 8.09 8.03 9/188 31579
/proc/meminfo: memFree=24458984/32951124 swapFree=67111524/67111528
[pid=31505] ppid=31503 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31505/stat : 31505 (priss.sh) S 31503 31505 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498930410 8908800 252 33554432000 4194304 4922060 140736490649952 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31505/statm: 2175 252 211 178 0 68 0
[pid=31506] ppid=31505 vsize=689596 CPUtime=4800.15 cores=1,3,5,7
/proc/31506/stat : 31506 (priss) S 31505 31505 30400 0 -1 4202496 162479 0 0 0 479826 189 0 0 18 0 5 0 498930410 706146304 144700 33554432000 4194304 5787044 140733803303504 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/31506/statm: 172399 144700 417 389 0 168149 0
[pid=31506/tid=31508] ppid=31505 vsize=689596 CPUtime=1201.67 cores=1,3,5,7
/proc/31506/task/31508/stat : 31508 (priss) R 31505 31505 30400 0 -1 4202560 41323 0 0 0 120116 51 0 0 25 0 5 0 498930413 706146304 144700 33554432000 4194304 5787044 140733803303504 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31506/tid=31509] ppid=31505 vsize=689596 CPUtime=1201.66 cores=1,3,5,7
/proc/31506/task/31509/stat : 31509 (priss) R 31505 31505 30400 0 -1 4202560 37781 0 0 0 120112 54 0 0 25 0 5 0 498930413 706146304 144700 33554432000 4194304 5787044 140733803303504 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31506/tid=31510] ppid=31505 vsize=689596 CPUtime=1200.45 cores=1,3,5,7
/proc/31506/task/31510/stat : 31510 (priss) R 31505 31505 30400 0 -1 4202560 38797 0 0 0 119991 54 0 0 25 0 5 0 498930414 706146304 144700 33554432000 4194304 5787044 140733803303504 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31506/tid=31511] ppid=31505 vsize=689596 CPUtime=1196.3 cores=1,3,5,7
/proc/31506/task/31511/stat : 31511 (priss) R 31505 31505 30400 0 -1 4202560 40574 0 0 0 119602 28 0 0 25 0 5 0 498930415 706146304 144700 33554432000 4194304 5787044 140733803303504 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.15
Current children cumulated vsize (KiB) 698296

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

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

[startup+1201.7 s]
/proc/loadavg: 8.07 8.09 8.03 9/188 31579
/proc/meminfo: memFree=24458984/32951124 swapFree=67111524/67111528
[pid=31505] ppid=31503 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31505/stat : 31505 (priss.sh) S 31503 31505 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498930410 8908800 252 33554432000 4194304 4922060 140736490649952 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31505/statm: 2175 252 211 178 0 68 0
[pid=31506] ppid=31505 vsize=689596 CPUtime=4800.15 cores=1,3,5,7
/proc/31506/stat : 31506 (priss) S 31505 31505 30400 0 -1 4202496 162479 0 0 0 479826 189 0 0 18 0 5 0 498930410 706146304 144700 33554432000 4194304 5787044 140733803303504 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/31506/statm: 172399 144700 417 389 0 168149 0
[pid=31506/tid=31508] ppid=31505 vsize=689596 CPUtime=1201.67 cores=1,3,5,7
/proc/31506/task/31508/stat : 31508 (priss) R 31505 31505 30400 0 -1 4202560 41323 0 0 0 120116 51 0 0 25 0 5 0 498930413 706146304 144700 33554432000 4194304 5787044 140733803303504 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31506/tid=31509] ppid=31505 vsize=689596 CPUtime=1201.66 cores=1,3,5,7
/proc/31506/task/31509/stat : 31509 (priss) R 31505 31505 30400 0 -1 4202560 37781 0 0 0 120112 54 0 0 25 0 5 0 498930413 706146304 144700 33554432000 4194304 5787044 140733803303504 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31506/tid=31510] ppid=31505 vsize=689596 CPUtime=1200.45 cores=1,3,5,7
/proc/31506/task/31510/stat : 31510 (priss) R 31505 31505 30400 0 -1 4202560 38797 0 0 0 119991 54 0 0 25 0 5 0 498930414 706146304 144700 33554432000 4194304 5787044 140733803303504 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31506/tid=31511] ppid=31505 vsize=689596 CPUtime=1196.3 cores=1,3,5,7
/proc/31506/task/31511/stat : 31511 (priss) R 31505 31505 30400 0 -1 4202560 40574 0 0 0 119602 28 0 0 25 0 5 0 498930415 706146304 144700 33554432000 4194304 5787044 140733803303504 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.15
Current children cumulated vsize (KiB) 698296

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31505 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.15
#
# 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.15
CPU user time (s): 4798.26
CPU system time (s): 1.89
CPU usage (%): 399.44
Max. virtual memory (cumulated for all children) (KiB): 698296

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

runsolver used 1.49477 second user time and 5.06423 second system time

The end

Launcher Data

Begin job on node147 at 2011-04-29 10:19:05
IDJOB=3263484
IDBENCH=83982
IDSOLVER=1603
FILE ID=node147/3263484-1304065145
RUNJOBID= node147-1304053707-30419
PBS_JOBID= 13170424
Free space on /tmp= 72656 MiB

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

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

MD5SUM BENCH= 7f62d729a30ffc73b7fa61161ba43630
RANDOM SEED=2008049319

node147.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.836
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.67
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.836
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.836
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.836
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.836
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.836
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.76
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.836
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.836
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:      24936684 kB
Buffers:       1028248 kB
Cached:        5808540 kB
SwapCached:          4 kB
Active:        1959572 kB
Inactive:      5608940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24936684 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            2364 kB
Writeback:           0 kB
AnonPages:      731504 kB
Mapped:          15616 kB
Slab:           381408 kB
PageTables:       6192 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   932184 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= 72656 MiB
End job on node147 at 2011-04-29 10:39:09