Trace number 3262956

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
priss 1.0? (TO) 4800.35 1201.82

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_80_28_70_8-dir.shuffled-as.sat03-215.cnf
MD5SUM731331ace9dcb7404987f98927f5c914
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 variables840
Number of clauses72688
Sum of the clauses size146160
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 272660
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 528

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: 31432
0.00/0.02	c parsetime: 16072us
0.00/0.02	c parsed 72688 clauses with 840 variables
0.00/0.02	c NW started thread 0 successfully (1089423680)
0.00/0.03	c NW started thread 1 successfully (1114212672)
0.00/0.04	c NW started thread 2 successfully (1124702528)
0.00/0.05	c NW started thread 3 successfully (1101650240)
11.47/2.97	c preprocessor returned 10005 variables
11.47/2.97	c preprocessing returned UNKNOWN
11.47/2.97	c PP set 0 variables
11.47/2.97	c pp time: 2946553us (2s)
11.84/3.00	c preprocessor returned 10005 variables
11.84/3.00	c preprocessing returned UNKNOWN
11.84/3.00	c PP set 0 variables
11.84/3.00	c pp time: 2974659us (2s)
11.84/3.02	c preprocessor returned 10005 variables
11.84/3.02	c preprocessing returned UNKNOWN
11.84/3.02	c PP set 0 variables
11.84/3.02	c pp time: 2984343us (2s)
43.79/11.01	c preprocessor returned 30027 variables
43.79/11.01	c preprocessing returned UNKNOWN
43.79/11.01	c PP set 0 variables
43.79/11.01	c pp time: 10959723us (10s)

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

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

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


[startup+0 s]
/proc/loadavg: 7.92 8.02 8.01 6/182 31431
/proc/meminfo: memFree=25510744/32951124 swapFree=67111524/67111528
[pid=31431] ppid=31429 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31431/stat : 31431 (priss.sh) S 31429 31431 30400 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498812714 8908800 252 33554432000 4194304 4922060 140735353774640 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31431/statm: 2175 252 211 178 0 68 0

[startup+0.024245 s]
/proc/loadavg: 7.92 8.02 8.01 6/182 31431
/proc/meminfo: memFree=25510744/32951124 swapFree=67111524/67111528
[pid=31431] ppid=31429 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31431/stat : 31431 (priss.sh) S 31429 31431 30400 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498812714 8908800 252 33554432000 4194304 4922060 140735353774640 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31431/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.10116 s]
/proc/loadavg: 7.92 8.02 8.01 6/182 31431
/proc/meminfo: memFree=25510744/32951124 swapFree=67111524/67111528
[pid=31431] ppid=31429 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31431/stat : 31431 (priss.sh) S 31429 31431 30400 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498812714 8908800 252 33554432000 4194304 4922060 140735353774640 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31431/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.577242 s]
/proc/loadavg: 7.92 8.02 8.01 6/182 31431
/proc/meminfo: memFree=25510744/32951124 swapFree=67111524/67111528
[pid=31431] ppid=31429 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31431/stat : 31431 (priss.sh) S 31429 31431 30400 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498812714 8908800 252 33554432000 4194304 4922060 140735353774640 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31431/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.05401 s]
/proc/loadavg: 7.92 8.02 8.01 6/182 31431
/proc/meminfo: memFree=25510744/32951124 swapFree=67111524/67111528
[pid=31431] ppid=31429 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31431/stat : 31431 (priss.sh) S 31429 31431 30400 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498812714 8908800 252 33554432000 4194304 4922060 140735353774640 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31431/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50093 s]
/proc/loadavg: 7.92 8.02 8.01 6/182 31431
/proc/meminfo: memFree=25510744/32951124 swapFree=67111524/67111528
[pid=31431] ppid=31429 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31431/stat : 31431 (priss.sh) S 31429 31431 30400 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498812714 8908800 252 33554432000 4194304 4922060 140735353774640 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31431/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10064 s]
/proc/loadavg: 7.92 8.02 8.01 9/188 31437
/proc/meminfo: memFree=25458624/32951124 swapFree=67111524/67111528
[pid=31431] ppid=31429 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31431/stat : 31431 (priss.sh) S 31429 31431 30400 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498812714 8908800 252 33554432000 4194304 4922060 140735353774640 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31431/statm: 2175 252 211 178 0 68 0
[pid=31432] ppid=31431 vsize=292652 CPUtime=12.24 cores=0,2,4,6
/proc/31432/stat : 31432 (priss) S 31431 31431 30400 0 -1 4202496 26151 0 0 0 1220 4 0 0 25 0 5 0 498812714 299675648 12373 33554432000 4194304 5787044 140735103474448 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31432/statm: 73163 12373 404 389 0 68913 0
[pid=31432/tid=31434] ppid=31431 vsize=292652 CPUtime=3.05 cores=0,2,4,6
/proc/31432/task/31434/stat : 31434 (priss) R 31431 31431 30400 0 -1 4202560 5882 0 0 0 305 0 0 0 25 0 5 0 498812717 299675648 12373 33554432000 4194304 5787044 140735103474448 18446744073709551615 220815897633 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31432/tid=31435] ppid=31431 vsize=292652 CPUtime=3.04 cores=0,2,4,6
/proc/31432/task/31435/stat : 31435 (priss) R 31431 31431 30400 0 -1 4202560 6133 0 0 0 304 0 0 0 25 0 5 0 498812717 299675648 12373 33554432000 4194304 5787044 140735103474448 18446744073709551615 4238591 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31432/tid=31436] ppid=31431 vsize=292652 CPUtime=3.03 cores=0,2,4,6
/proc/31432/task/31436/stat : 31436 (priss) R 31431 31431 30400 0 -1 4202560 5951 0 0 0 302 1 0 0 25 0 5 0 498812718 299675648 12373 33554432000 4194304 5787044 140735103474448 18446744073709551615 4220317 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31432/tid=31437] ppid=31431 vsize=292652 CPUtime=3.03 cores=0,2,4,6
/proc/31432/task/31437/stat : 31437 (priss) R 31431 31431 30400 0 -1 4202560 4187 0 0 0 303 0 0 0 24 0 5 0 498812719 299675648 12373 33554432000 4194304 5787044 140735103474448 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.24
Current children cumulated vsize (KiB) 301352

[startup+6.30105 s]
/proc/loadavg: 7.92 8.02 8.01 9/188 31437
/proc/meminfo: memFree=25433036/32951124 swapFree=67111524/67111528
[pid=31431] ppid=31429 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31431/stat : 31431 (priss.sh) S 31429 31431 30400 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498812714 8908800 252 33554432000 4194304 4922060 140735353774640 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31431/statm: 2175 252 211 178 0 68 0
[pid=31432] ppid=31431 vsize=296752 CPUtime=25.02 cores=0,2,4,6
/proc/31432/stat : 31432 (priss) S 31431 31431 30400 0 -1 4202496 28964 0 0 0 2497 5 0 0 25 0 5 0 498812714 303874048 15186 33554432000 4194304 5787044 140735103474448 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31432/statm: 74188 15186 404 389 0 69938 0
[pid=31432/tid=31434] ppid=31431 vsize=296752 CPUtime=6.26 cores=0,2,4,6
/proc/31432/task/31434/stat : 31434 (priss) R 31431 31431 30400 0 -1 4202560 6481 0 0 0 625 1 0 0 25 0 5 0 498812717 303874048 15186 33554432000 4194304 5787044 140735103474448 18446744073709551615 220816341535 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31432/tid=31435] ppid=31431 vsize=296752 CPUtime=6.25 cores=0,2,4,6
/proc/31432/task/31435/stat : 31435 (priss) R 31431 31431 30400 0 -1 4202560 6730 0 0 0 624 1 0 0 25 0 5 0 498812717 303874048 15186 33554432000 4194304 5787044 140735103474448 18446744073709551615 5590569 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31432/tid=31436] ppid=31431 vsize=296752 CPUtime=6.21 cores=0,2,4,6
/proc/31432/task/31436/stat : 31436 (priss) R 31431 31431 30400 0 -1 4202560 7568 0 0 0 620 1 0 0 25 0 5 0 498812718 303874048 15186 33554432000 4194304 5787044 140735103474448 18446744073709551615 5590530 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31432/tid=31437] ppid=31431 vsize=296752 CPUtime=6.23 cores=0,2,4,6
/proc/31432/task/31437/stat : 31437 (priss) R 31431 31431 30400 0 -1 4202560 4187 0 0 0 623 0 0 0 25 0 5 0 498812719 303874048 15186 33554432000 4194304 5787044 140735103474448 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.02
Current children cumulated vsize (KiB) 305452

[startup+12.7009 s]
/proc/loadavg: 7.93 8.02 8.01 9/188 31438
/proc/meminfo: memFree=25416148/32951124 swapFree=67111524/67111528
[pid=31431] ppid=31429 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31431/stat : 31431 (priss.sh) S 31429 31431 30400 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498812714 8908800 252 33554432000 4194304 4922060 140735353774640 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31431/statm: 2175 252 211 178 0 68 0
[pid=31432] ppid=31431 vsize=301024 CPUtime=50.6 cores=0,2,4,6
/proc/31432/stat : 31432 (priss) S 31431 31431 30400 0 -1 4202496 34776 0 0 0 5054 6 0 0 25 0 5 0 498812714 308248576 18772 33554432000 4194304 5787044 140735103474448 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31432/statm: 75256 18772 417 389 0 71006 0
[pid=31432/tid=31434] ppid=31431 vsize=301024 CPUtime=12.66 cores=0,2,4,6
/proc/31432/task/31434/stat : 31434 (priss) R 31431 31431 30400 0 -1 4202560 7353 0 0 0 1265 1 0 0 25 0 5 0 498812717 308248576 18772 33554432000 4194304 5787044 140735103474448 18446744073709551615 5590555 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31432/tid=31435] ppid=31431 vsize=301024 CPUtime=12.65 cores=0,2,4,6
/proc/31432/task/31435/stat : 31435 (priss) R 31431 31431 30400 0 -1 4202560 7551 0 0 0 1264 1 0 0 25 0 5 0 498812717 308248576 18772 33554432000 4194304 5787044 140735103474448 18446744073709551615 4229318 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31432/tid=31436] ppid=31431 vsize=301024 CPUtime=12.58 cores=0,2,4,6
/proc/31432/task/31436/stat : 31436 (priss) R 31431 31431 30400 0 -1 4202560 8469 0 0 0 1257 1 0 0 25 0 5 0 498812718 308248576 18772 33554432000 4194304 5787044 140735103474448 18446744073709551615 5591064 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31432/tid=31437] ppid=31431 vsize=301024 CPUtime=12.64 cores=0,2,4,6
/proc/31432/task/31437/stat : 31437 (priss) R 31431 31431 30400 0 -1 4202560 7405 0 0 0 1263 1 0 0 25 0 5 0 498812719 308248576 18772 33554432000 4194304 5787044 140735103474448 18446744073709551615 4215354 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 309724

[startup+25.5005 s]
/proc/loadavg: 8.02 8.03 8.02 9/188 31438
/proc/meminfo: memFree=25362704/32951124 swapFree=67111524/67111528
[pid=31431] ppid=31429 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31431/stat : 31431 (priss.sh) S 31429 31431 30400 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498812714 8908800 252 33554432000 4194304 4922060 140735353774640 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31431/statm: 2175 252 211 178 0 68 0
[pid=31432] ppid=31431 vsize=316124 CPUtime=101.69 cores=0,2,4,6
/proc/31432/stat : 31432 (priss) S 31431 31431 30400 0 -1 4202496 43860 0 0 0 10158 11 0 0 25 0 5 0 498812714 323710976 27855 33554432000 4194304 5787044 140735103474448 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31432/statm: 79031 27855 417 389 0 74781 0
[pid=31432/tid=31434] ppid=31431 vsize=316124 CPUtime=25.45 cores=0,2,4,6
/proc/31432/task/31434/stat : 31434 (priss) R 31431 31431 30400 0 -1 4202560 9129 0 0 0 2542 3 0 0 25 0 5 0 498812717 323710976 27855 33554432000 4194304 5787044 140735103474448 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31432/tid=31435] ppid=31431 vsize=316124 CPUtime=25.45 cores=0,2,4,6
/proc/31432/task/31435/stat : 31435 (priss) R 31431 31431 30400 0 -1 4202560 10395 0 0 0 2542 3 0 0 25 0 5 0 498812717 323710976 27855 33554432000 4194304 5787044 140735103474448 18446744073709551615 5588217 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31432/tid=31436] ppid=31431 vsize=316124 CPUtime=25.3 cores=0,2,4,6
/proc/31432/task/31436/stat : 31436 (priss) R 31431 31431 30400 0 -1 4202560 11191 0 0 0 2527 3 0 0 25 0 5 0 498812718 323710976 27855 33554432000 4194304 5787044 140735103474448 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31432/tid=31437] ppid=31431 vsize=316124 CPUtime=25.43 cores=0,2,4,6
/proc/31432/task/31437/stat : 31437 (priss) R 31431 31431 30400 0 -1 4202560 9147 0 0 0 2542 1 0 0 25 0 5 0 498812719 323710976 27855 33554432000 4194304 5787044 140735103474448 18446744073709551615 4238897 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 324824

[startup+51.1008 s]
/proc/loadavg: 8.15 8.06 8.02 9/188 31439
/proc/meminfo: memFree=25290748/32951124 swapFree=67111524/67111528
[pid=31431] ppid=31429 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31431/stat : 31431 (priss.sh) S 31429 31431 30400 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498812714 8908800 252 33554432000 4194304 4922060 140735353774640 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31431/statm: 2175 252 211 178 0 68 0
[pid=31432] ppid=31431 vsize=330404 CPUtime=203.94 cores=0,2,4,6
/proc/31432/stat : 31432 (priss) S 31431 31431 30400 0 -1 4202496 53571 0 0 0 20374 20 0 0 25 0 5 0 498812714 338333696 37500 33554432000 4194304 5787044 140735103474448 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31432/statm: 82601 37500 417 389 0 78351 0
[pid=31432/tid=31434] ppid=31431 vsize=330404 CPUtime=51.05 cores=0,2,4,6
/proc/31432/task/31434/stat : 31434 (priss) R 31431 31431 30400 0 -1 4202560 11159 0 0 0 5100 5 0 0 25 0 5 0 498812717 338333696 37500 33554432000 4194304 5787044 140735103474448 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31432/tid=31435] ppid=31431 vsize=330404 CPUtime=51.04 cores=0,2,4,6
/proc/31432/task/31435/stat : 31435 (priss) R 31431 31431 30400 0 -1 4202560 12433 0 0 0 5100 4 0 0 25 0 5 0 498812717 338333696 37500 33554432000 4194304 5787044 140735103474448 18446744073709551615 5591280 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31432/tid=31436] ppid=31431 vsize=330404 CPUtime=50.75 cores=0,2,4,6
/proc/31432/task/31436/stat : 31436 (priss) R 31431 31431 30400 0 -1 4202560 13304 0 0 0 5070 5 0 0 25 0 5 0 498812718 338333696 37500 33554432000 4194304 5787044 140735103474448 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31432/tid=31437] ppid=31431 vsize=330404 CPUtime=51.03 cores=0,2,4,6
/proc/31432/task/31437/stat : 31437 (priss) R 31431 31431 30400 0 -1 4202560 12677 0 0 0 5099 4 0 0 25 0 5 0 498812719 338333696 37500 33554432000 4194304 5787044 140735103474448 18446744073709551615 5528644 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.94
Current children cumulated vsize (KiB) 339104

[startup+102.3 s]
/proc/loadavg: 8.21 8.08 8.03 9/188 31449
/proc/meminfo: memFree=25178656/32951124 swapFree=67111524/67111528
[pid=31431] ppid=31429 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31431/stat : 31431 (priss.sh) S 31429 31431 30400 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498812714 8908800 252 33554432000 4194304 4922060 140735353774640 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31431/statm: 2175 252 211 178 0 68 0
[pid=31432] ppid=31431 vsize=352788 CPUtime=408.43 cores=0,2,4,6
/proc/31432/stat : 31432 (priss) S 31431 31431 30400 0 -1 4202496 70300 0 0 0 40805 38 0 0 25 0 5 0 498812714 361254912 54034 33554432000 4194304 5787044 140735103474448 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31432/statm: 88197 54034 417 389 0 83947 0
[pid=31432/tid=31434] ppid=31431 vsize=352788 CPUtime=102.24 cores=0,2,4,6
/proc/31432/task/31434/stat : 31434 (priss) R 31431 31431 30400 0 -1 4202560 14507 0 0 0 10215 9 0 0 25 0 5 0 498812717 361254912 54034 33554432000 4194304 5787044 140735103474448 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31432/tid=31435] ppid=31431 vsize=352788 CPUtime=102.23 cores=0,2,4,6
/proc/31432/task/31435/stat : 31435 (priss) R 31431 31431 30400 0 -1 4202560 16596 0 0 0 10215 8 0 0 25 0 5 0 498812717 361254912 54034 33554432000 4194304 5787044 140735103474448 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31432/tid=31436] ppid=31431 vsize=352788 CPUtime=101.67 cores=0,2,4,6
/proc/31432/task/31436/stat : 31436 (priss) R 31431 31431 30400 0 -1 4202560 19098 0 0 0 10154 13 0 0 25 0 5 0 498812718 361254912 54034 33554432000 4194304 5787044 140735103474448 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31432/tid=31437] ppid=31431 vsize=352788 CPUtime=102.21 cores=0,2,4,6
/proc/31432/task/31437/stat : 31437 (priss) R 31431 31431 30400 0 -1 4202560 16101 0 0 0 10215 6 0 0 25 0 5 0 498812719 361254912 54034 33554432000 4194304 5787044 140735103474448 18446744073709551615 5524571 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.43
Current children cumulated vsize (KiB) 361488

[startup+162.3 s]
/proc/loadavg: 8.08 8.06 8.02 9/188 31451
/proc/meminfo: memFree=25089400/32951124 swapFree=67111524/67111528
[pid=31431] ppid=31429 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31431/stat : 31431 (priss.sh) S 31429 31431 30400 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498812714 8908800 252 33554432000 4194304 4922060 140735353774640 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31431/statm: 2175 252 211 178 0 68 0
[pid=31432] ppid=31431 vsize=374952 CPUtime=648.1 cores=0,2,4,6

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

/proc/31432/task/31435/stat : 31435 (priss) R 31431 31431 30400 0 -1 4202560 39062 0 0 0 88184 38 0 0 25 0 5 0 498812717 711065600 145505 33554432000 4194304 5787044 140735103474448 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31432/tid=31436] ppid=31431 vsize=694400 CPUtime=877.34 cores=0,2,4,6
/proc/31432/task/31436/stat : 31436 (priss) R 31431 31431 30400 0 -1 4202560 41427 0 0 0 87688 46 0 0 25 0 5 0 498812718 711065600 145505 33554432000 4194304 5787044 140735103474448 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31432/tid=31437] ppid=31431 vsize=694400 CPUtime=882.22 cores=0,2,4,6
/proc/31432/task/31437/stat : 31437 (priss) R 31431 31431 30400 0 -1 4202560 41188 0 0 0 88197 25 0 0 25 0 5 0 498812719 711065600 145505 33554432000 4194304 5787044 140735103474448 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.06
Current children cumulated vsize (KiB) 703100

[startup+942.307 s]
/proc/loadavg: 8.00 8.05 8.03 9/188 31471
/proc/meminfo: memFree=24504252/32951124 swapFree=67111524/67111528
[pid=31431] ppid=31429 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31431/stat : 31431 (priss.sh) S 31429 31431 30400 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498812714 8908800 252 33554432000 4194304 4922060 140735353774640 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31431/statm: 2175 252 211 178 0 68 0
[pid=31432] ppid=31431 vsize=698500 CPUtime=3763.76 cores=0,2,4,6
/proc/31432/stat : 31432 (priss) S 31431 31431 30400 0 -1 4202496 165587 0 0 0 376221 155 0 0 25 0 5 0 498812714 715264000 147624 33554432000 4194304 5787044 140735103474448 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31432/statm: 174625 147624 417 389 0 170375 0
[pid=31432/tid=31434] ppid=31431 vsize=698500 CPUtime=942.21 cores=0,2,4,6
/proc/31432/task/31434/stat : 31434 (priss) R 31431 31431 30400 0 -1 4202560 37799 0 0 0 94181 40 0 0 25 0 5 0 498812717 715264000 147624 33554432000 4194304 5787044 140735103474448 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31432/tid=31435] ppid=31431 vsize=698500 CPUtime=942.23 cores=0,2,4,6
/proc/31432/task/31435/stat : 31435 (priss) R 31431 31431 30400 0 -1 4202560 39075 0 0 0 94185 38 0 0 25 0 5 0 498812717 715264000 147624 33554432000 4194304 5787044 140735103474448 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31432/tid=31436] ppid=31431 vsize=698500 CPUtime=937.01 cores=0,2,4,6
/proc/31432/task/31436/stat : 31436 (priss) R 31431 31431 30400 0 -1 4202560 43518 0 0 0 93652 49 0 0 25 0 5 0 498812718 715264000 147624 33554432000 4194304 5787044 140735103474448 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31432/tid=31437] ppid=31431 vsize=698500 CPUtime=942.23 cores=0,2,4,6
/proc/31432/task/31437/stat : 31437 (priss) R 31431 31431 30400 0 -1 4202560 41197 0 0 0 94197 26 0 0 25 0 5 0 498812719 715264000 147624 33554432000 4194304 5787044 140735103474448 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3763.76
Current children cumulated vsize (KiB) 707200

[startup+1002.3 s]
/proc/loadavg: 8.00 8.04 8.02 9/188 31473
/proc/meminfo: memFree=24467640/32951124 swapFree=67111524/67111528
[pid=31431] ppid=31429 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31431/stat : 31431 (priss.sh) S 31429 31431 30400 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498812714 8908800 252 33554432000 4194304 4922060 140735353774640 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31431/statm: 2175 252 211 178 0 68 0
[pid=31432] ppid=31431 vsize=764036 CPUtime=4003.41 cores=0,2,4,6
/proc/31432/stat : 31432 (priss) S 31431 31431 30400 0 -1 4202496 168451 0 0 0 400180 161 0 0 25 0 5 0 498812714 782372864 150488 33554432000 4194304 5787044 140735103474448 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31432/statm: 191009 150488 417 389 0 186759 0
[pid=31432/tid=31434] ppid=31431 vsize=764036 CPUtime=1002.21 cores=0,2,4,6
/proc/31432/task/31434/stat : 31434 (priss) R 31431 31431 30400 0 -1 4202560 37820 0 0 0 100181 40 0 0 25 0 5 0 498812717 782372864 150488 33554432000 4194304 5787044 140735103474448 18446744073709551615 5589533 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31432/tid=31435] ppid=31431 vsize=764036 CPUtime=1002.22 cores=0,2,4,6
/proc/31432/task/31435/stat : 31435 (priss) R 31431 31431 30400 0 -1 4202560 39098 0 0 0 100184 38 0 0 25 0 5 0 498812717 782372864 150488 33554432000 4194304 5787044 140735103474448 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31432/tid=31436] ppid=31431 vsize=764036 CPUtime=996.68 cores=0,2,4,6
/proc/31432/task/31436/stat : 31436 (priss) R 31431 31431 30400 0 -1 4202560 46331 0 0 0 99613 55 0 0 25 0 5 0 498812718 782372864 150488 33554432000 4194304 5787044 140735103474448 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31432/tid=31437] ppid=31431 vsize=764036 CPUtime=1002.23 cores=0,2,4,6
/proc/31432/task/31437/stat : 31437 (priss) R 31431 31431 30400 0 -1 4202560 41204 0 0 0 100197 26 0 0 25 0 5 0 498812719 782372864 150488 33554432000 4194304 5787044 140735103474448 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.41
Current children cumulated vsize (KiB) 772736

[startup+1062.3 s]
/proc/loadavg: 8.00 8.03 8.02 9/188 31475
/proc/meminfo: memFree=24430408/32951124 swapFree=67111524/67111528
[pid=31431] ppid=31429 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31431/stat : 31431 (priss.sh) S 31429 31431 30400 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498812714 8908800 252 33554432000 4194304 4922060 140735353774640 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31431/statm: 2175 252 211 178 0 68 0
[pid=31432] ppid=31431 vsize=768136 CPUtime=4243.08 cores=0,2,4,6
/proc/31432/stat : 31432 (priss) S 31431 31431 30400 0 -1 4202496 172232 0 0 0 424143 165 0 0 25 0 5 0 498812714 786571264 154269 33554432000 4194304 5787044 140735103474448 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31432/statm: 192034 154269 417 389 0 187784 0
[pid=31432/tid=31434] ppid=31431 vsize=768136 CPUtime=1062.2 cores=0,2,4,6
/proc/31432/task/31434/stat : 31434 (priss) R 31431 31431 30400 0 -1 4202560 37911 0 0 0 106180 40 0 0 25 0 5 0 498812717 786571264 154269 33554432000 4194304 5787044 140735103474448 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31432/tid=31435] ppid=31431 vsize=768136 CPUtime=1062.24 cores=0,2,4,6
/proc/31432/task/31435/stat : 31435 (priss) R 31431 31431 30400 0 -1 4202560 40176 0 0 0 106185 39 0 0 25 0 5 0 498812717 786571264 154269 33554432000 4194304 5787044 140735103474448 18446744073709551615 5591019 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31432/tid=31436] ppid=31431 vsize=768136 CPUtime=1056.34 cores=0,2,4,6
/proc/31432/task/31436/stat : 31436 (priss) R 31431 31431 30400 0 -1 4202560 48924 0 0 0 105576 58 0 0 25 0 5 0 498812718 786571264 154269 33554432000 4194304 5787044 140735103474448 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31432/tid=31437] ppid=31431 vsize=768136 CPUtime=1062.23 cores=0,2,4,6
/proc/31432/task/31437/stat : 31437 (priss) R 31431 31431 30400 0 -1 4202560 41223 0 0 0 106197 26 0 0 25 0 5 0 498812719 786571264 154269 33554432000 4194304 5787044 140735103474448 18446744073709551615 5527182 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4243.08
Current children cumulated vsize (KiB) 776836

[startup+1122.3 s]
/proc/loadavg: 8.07 8.04 8.02 9/188 31476
/proc/meminfo: memFree=24397892/32951124 swapFree=67111524/67111528
[pid=31431] ppid=31429 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31431/stat : 31431 (priss.sh) S 31429 31431 30400 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498812714 8908800 252 33554432000 4194304 4922060 140735353774640 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31431/statm: 2175 252 211 178 0 68 0
[pid=31432] ppid=31431 vsize=772780 CPUtime=4482.75 cores=0,2,4,6
/proc/31432/stat : 31432 (priss) S 31431 31431 30400 0 -1 4202496 177077 0 0 0 448103 172 0 0 25 0 5 0 498812714 791326720 159114 33554432000 4194304 5787044 140735103474448 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31432/statm: 193195 159114 417 389 0 188945 0
[pid=31432/tid=31434] ppid=31431 vsize=772780 CPUtime=1122.2 cores=0,2,4,6
/proc/31432/task/31434/stat : 31434 (priss) R 31431 31431 30400 0 -1 4202560 39119 0 0 0 112180 40 0 0 25 0 5 0 498812717 791326720 159114 33554432000 4194304 5787044 140735103474448 18446744073709551615 5591309 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31432/tid=31435] ppid=31431 vsize=772780 CPUtime=1122.23 cores=0,2,4,6
/proc/31432/task/31435/stat : 31435 (priss) R 31431 31431 30400 0 -1 4202560 41171 0 0 0 112183 40 0 0 25 0 5 0 498812717 791326720 159114 33554432000 4194304 5787044 140735103474448 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31432/tid=31436] ppid=31431 vsize=772780 CPUtime=1116.02 cores=0,2,4,6
/proc/31432/task/31436/stat : 31436 (priss) R 31431 31431 30400 0 -1 4202560 51437 0 0 0 111538 64 0 0 25 0 5 0 498812718 791326720 159114 33554432000 4194304 5787044 140735103474448 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31432/tid=31437] ppid=31431 vsize=772780 CPUtime=1122.23 cores=0,2,4,6
/proc/31432/task/31437/stat : 31437 (priss) R 31431 31431 30400 0 -1 4202560 41352 0 0 0 112197 26 0 0 25 0 5 0 498812719 791326720 159114 33554432000 4194304 5787044 140735103474448 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4482.75
Current children cumulated vsize (KiB) 781480

[startup+1182.3 s]
/proc/loadavg: 8.22 8.07 8.03 9/188 31511
/proc/meminfo: memFree=24878520/32951124 swapFree=67111524/67111528
[pid=31431] ppid=31429 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31431/stat : 31431 (priss.sh) S 31429 31431 30400 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498812714 8908800 252 33554432000 4194304 4922060 140735353774640 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31431/statm: 2175 252 211 178 0 68 0
[pid=31432] ppid=31431 vsize=781740 CPUtime=4722.42 cores=0,2,4,6
/proc/31432/stat : 31432 (priss) S 31431 31431 30400 0 -1 4202496 185602 0 0 0 472057 185 0 0 25 0 5 0 498812714 800501760 167414 33554432000 4194304 5787044 140735103474448 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31432/statm: 195435 167414 417 389 0 191185 0
[pid=31432/tid=31434] ppid=31431 vsize=781740 CPUtime=1182.2 cores=0,2,4,6
/proc/31432/task/31434/stat : 31434 (priss) R 31431 31431 30400 0 -1 4202560 42220 0 0 0 118176 44 0 0 25 0 5 0 498812717 800501760 167414 33554432000 4194304 5787044 140735103474448 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31432/tid=31435] ppid=31431 vsize=781740 CPUtime=1182.23 cores=0,2,4,6
/proc/31432/task/31435/stat : 31435 (priss) R 31431 31431 30400 0 -1 4202560 43290 0 0 0 118178 45 0 0 25 0 5 0 498812717 800501760 167414 33554432000 4194304 5787044 140735103474448 18446744073709551615 5591596 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31432/tid=31436] ppid=31431 vsize=781740 CPUtime=1175.68 cores=0,2,4,6
/proc/31432/task/31436/stat : 31436 (priss) R 31431 31431 30400 0 -1 4202560 53532 0 0 0 117501 67 0 0 25 0 5 0 498812718 800501760 167414 33554432000 4194304 5787044 140735103474448 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31432/tid=31437] ppid=31431 vsize=781740 CPUtime=1182.22 cores=0,2,4,6
/proc/31432/task/31437/stat : 31437 (priss) R 31431 31431 30400 0 -1 4202560 42562 0 0 0 118196 26 0 0 25 0 5 0 498812719 800501760 167414 33554432000 4194304 5787044 140735103474448 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 790440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.16 8.07 8.02 9/188 31511
/proc/meminfo: memFree=24830592/32951124 swapFree=67111524/67111528
[pid=31431] ppid=31429 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31431/stat : 31431 (priss.sh) S 31429 31431 30400 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498812714 8908800 252 33554432000 4194304 4922060 140735353774640 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31431/statm: 2175 252 211 178 0 68 0
[pid=31432] ppid=31431 vsize=850228 CPUtime=4800.35 cores=0,2,4,6
/proc/31432/stat : 31432 (priss) S 31431 31431 30400 0 -1 4202496 187794 0 0 0 479847 188 0 0 25 0 5 0 498812714 870633472 169606 33554432000 4194304 5787044 140735103474448 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31432/statm: 212557 169606 417 389 0 208307 0
[pid=31432/tid=31434] ppid=31431 vsize=850228 CPUtime=1201.71 cores=0,2,4,6
/proc/31432/task/31434/stat : 31434 (priss) R 31431 31431 30400 0 -1 4202560 42992 0 0 0 120126 45 0 0 25 0 5 0 498812717 870633472 169606 33554432000 4194304 5787044 140735103474448 18446744073709551615 5591219 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31432/tid=31435] ppid=31431 vsize=850228 CPUtime=1201.74 cores=0,2,4,6
/proc/31432/task/31435/stat : 31435 (priss) R 31431 31431 30400 0 -1 4202560 43988 0 0 0 120128 46 0 0 25 0 5 0 498812717 870633472 169606 33554432000 4194304 5787044 140735103474448 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31432/tid=31436] ppid=31431 vsize=850228 CPUtime=1195.08 cores=0,2,4,6
/proc/31432/task/31436/stat : 31436 (priss) R 31431 31431 30400 0 -1 4202560 53532 0 0 0 119441 67 0 0 25 0 5 0 498812718 870633472 169606 33554432000 4194304 5787044 140735103474448 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31432/tid=31437] ppid=31431 vsize=850228 CPUtime=1201.74 cores=0,2,4,6
/proc/31432/task/31437/stat : 31437 (priss) R 31431 31431 30400 0 -1 4202560 43284 0 0 0 120147 27 0 0 25 0 5 0 498812719 870633472 169606 33554432000 4194304 5787044 140735103474448 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.35
Current children cumulated vsize (KiB) 858928

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

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

[startup+1201.8 s]
/proc/loadavg: 8.16 8.07 8.02 9/188 31511
/proc/meminfo: memFree=24830592/32951124 swapFree=67111524/67111528
[pid=31431] ppid=31429 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31431/stat : 31431 (priss.sh) S 31429 31431 30400 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498812714 8908800 252 33554432000 4194304 4922060 140735353774640 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31431/statm: 2175 252 211 178 0 68 0
[pid=31432] ppid=31431 vsize=850228 CPUtime=4800.35 cores=0,2,4,6
/proc/31432/stat : 31432 (priss) S 31431 31431 30400 0 -1 4202496 187794 0 0 0 479847 188 0 0 25 0 5 0 498812714 870633472 169606 33554432000 4194304 5787044 140735103474448 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31432/statm: 212557 169606 417 389 0 208307 0
[pid=31432/tid=31434] ppid=31431 vsize=850228 CPUtime=1201.71 cores=0,2,4,6
/proc/31432/task/31434/stat : 31434 (priss) R 31431 31431 30400 0 -1 4202560 42992 0 0 0 120126 45 0 0 25 0 5 0 498812717 870633472 169606 33554432000 4194304 5787044 140735103474448 18446744073709551615 5591219 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31432/tid=31435] ppid=31431 vsize=850228 CPUtime=1201.74 cores=0,2,4,6
/proc/31432/task/31435/stat : 31435 (priss) R 31431 31431 30400 0 -1 4202560 43988 0 0 0 120128 46 0 0 25 0 5 0 498812717 870633472 169606 33554432000 4194304 5787044 140735103474448 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31432/tid=31436] ppid=31431 vsize=850228 CPUtime=1195.08 cores=0,2,4,6
/proc/31432/task/31436/stat : 31436 (priss) R 31431 31431 30400 0 -1 4202560 53532 0 0 0 119441 67 0 0 25 0 5 0 498812718 870633472 169606 33554432000 4194304 5787044 140735103474448 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31432/tid=31437] ppid=31431 vsize=850228 CPUtime=1201.74 cores=0,2,4,6
/proc/31432/task/31437/stat : 31437 (priss) R 31431 31431 30400 0 -1 4202560 43284 0 0 0 120147 27 0 0 25 0 5 0 498812719 870633472 169606 33554432000 4194304 5787044 140735103474448 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.35
Current children cumulated vsize (KiB) 858928

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.82
CPU time (s): 4800.35
CPU user time (s): 4798.47
CPU system time (s): 1.88
CPU usage (%): 399.422
Max. virtual memory (cumulated for all children) (KiB): 858928

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= 4
involuntary context switches= 2

runsolver used 1.68974 second user time and 4.87526 second system time

The end

Launcher Data

Begin job on node147 at 2011-04-29 09:59:28
IDJOB=3262956
IDBENCH=83907
IDSOLVER=1603
FILE ID=node147/3262956-1304063968
RUNJOBID= node147-1304053707-30418
PBS_JOBID= 13170424
Free space on /tmp= 72656 MiB

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

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

MD5SUM BENCH= 731331ace9dcb7404987f98927f5c914
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:      25511024 kB
Buffers:       1028056 kB
Cached:        5808496 kB
SwapCached:          4 kB
Active:        1386828 kB
Inactive:      5609064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25511024 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            4724 kB
Writeback:           0 kB
AnonPages:      158948 kB
Mapped:          15616 kB
Slab:           381568 kB
PageTables:       5024 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   346344 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:19:32