Trace number 3262164

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

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-23_506.cnf
MD5SUM3c65ff80757b12edd41f8ee6da874877
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark89.0965
Satisfiable
(Un)Satisfiability was proved
Number of variables253
Number of clauses34386
Sum of the clauses size155873
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 284
Number of clauses of size 331656
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52646

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: 22325
0.00/0.01	c parsetime: 10794us
0.00/0.01	c parsed 34386 clauses with 253 variables
0.00/0.01	c NW started thread 0 successfully (1109010752)
0.00/0.02	c NW started thread 1 successfully (1119500608)
0.00/0.03	c NW started thread 2 successfully (1095739712)
0.00/0.03	c NW started thread 3 successfully (1129990464)
12.73/3.29	c preprocessor returned 10043 variables
12.73/3.29	c preprocessing returned UNKNOWN
12.73/3.29	c PP set 0 variables
12.73/3.29	c pp time: 3271907us (3s)
13.13/3.30	c preprocessor returned 10043 variables
13.13/3.30	c preprocessing returned UNKNOWN
13.13/3.30	c PP set 0 variables
13.13/3.30	c pp time: 3287168us (3s)
13.13/3.30	c preprocessor returned 10043 variables
13.13/3.30	c preprocessing returned UNKNOWN
13.13/3.31	c PP set 0 variables
13.13/3.31	c pp time: 3282932us (3s)
444.47/111.36	c preprocessor returned 30049 variables
444.47/111.36	c preprocessing returned UNKNOWN
444.47/111.36	c PP set 0 variables
444.47/111.36	c pp time: 111329329us (111s)

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: 977)

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

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

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


[startup+0 s]
/proc/loadavg: 8.10 8.04 6.30 5/182 22324
/proc/meminfo: memFree=31986344/32951124 swapFree=67056304/67111528
[pid=22324] ppid=22322 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22324/stat : 22324 (priss.sh) S 22322 22324 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 953698650 8908800 251 33554432000 4194304 4922060 140736261501568 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22324/statm: 2175 251 211 178 0 68 0

[startup+0.043857 s]
/proc/loadavg: 8.10 8.04 6.30 5/182 22324
/proc/meminfo: memFree=31986344/32951124 swapFree=67056304/67111528
[pid=22324] ppid=22322 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22324/stat : 22324 (priss.sh) S 22322 22324 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 953698650 8908800 251 33554432000 4194304 4922060 140736261501568 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22324/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.143839 s]
/proc/loadavg: 8.10 8.04 6.30 5/182 22324
/proc/meminfo: memFree=31986344/32951124 swapFree=67056304/67111528
[pid=22324] ppid=22322 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22324/stat : 22324 (priss.sh) S 22322 22324 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 953698650 8908800 251 33554432000 4194304 4922060 140736261501568 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22324/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.343801 s]
/proc/loadavg: 8.10 8.04 6.30 5/182 22324
/proc/meminfo: memFree=31986344/32951124 swapFree=67056304/67111528
[pid=22324] ppid=22322 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22324/stat : 22324 (priss.sh) S 22322 22324 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 953698650 8908800 251 33554432000 4194304 4922060 140736261501568 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22324/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700738 s]
/proc/loadavg: 8.10 8.04 6.30 5/182 22324
/proc/meminfo: memFree=31986344/32951124 swapFree=67056304/67111528
[pid=22324] ppid=22322 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22324/stat : 22324 (priss.sh) S 22322 22324 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 953698650 8908800 251 33554432000 4194304 4922060 140736261501568 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22324/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50059 s]
/proc/loadavg: 8.10 8.04 6.30 9/188 22330
/proc/meminfo: memFree=31970824/32951124 swapFree=67056304/67111528
[pid=22324] ppid=22322 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22324/stat : 22324 (priss.sh) S 22322 22324 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 953698650 8908800 251 33554432000 4194304 4922060 140736261501568 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22324/statm: 2175 251 211 178 0 68 0
[pid=22325] ppid=22324 vsize=202512 CPUtime=5.92 cores=0,2,4,6
/proc/22325/stat : 22325 (priss) S 22324 22324 21841 0 -1 4202496 4321 0 0 0 591 1 0 0 20 0 5 0 953698650 207372288 4156 33554432000 4194304 5787044 140735007394768 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/22325/statm: 50628 4156 350 389 0 46378 0
[pid=22325/tid=22327] ppid=22324 vsize=202512 CPUtime=1.48 cores=0,2,4,6
/proc/22325/task/22327/stat : 22327 (priss) R 22324 22324 21841 0 -1 4202560 384 0 0 0 148 0 0 0 20 0 5 0 953698652 207372288 4156 33554432000 4194304 5787044 140735007394768 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22325/tid=22328] ppid=22324 vsize=202512 CPUtime=1.47 cores=0,2,4,6
/proc/22325/task/22328/stat : 22328 (priss) R 22324 22324 21841 0 -1 4202560 311 0 0 0 147 0 0 0 24 0 5 0 953698652 207372288 4156 33554432000 4194304 5787044 140735007394768 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22325/tid=22329] ppid=22324 vsize=202512 CPUtime=1.46 cores=0,2,4,6
/proc/22325/task/22329/stat : 22329 (priss) R 22324 22324 21841 0 -1 4202560 331 0 0 0 146 0 0 0 25 0 5 0 953698653 207372288 4156 33554432000 4194304 5787044 140735007394768 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22325/tid=22330] ppid=22324 vsize=202512 CPUtime=1.46 cores=0,2,4,6
/proc/22325/task/22330/stat : 22330 (priss) R 22324 22324 21841 0 -1 4202560 325 0 0 0 146 0 0 0 25 0 5 0 953698653 207372288 4156 33554432000 4194304 5787044 140735007394768 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 211212

[startup+3.1003 s]
/proc/loadavg: 8.17 8.06 6.31 9/188 22330
/proc/meminfo: memFree=31966856/32951124 swapFree=67056304/67111528
[pid=22324] ppid=22322 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22324/stat : 22324 (priss.sh) S 22322 22324 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 953698650 8908800 251 33554432000 4194304 4922060 140736261501568 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22324/statm: 2175 251 211 178 0 68 0
[pid=22325] ppid=22324 vsize=281960 CPUtime=12.31 cores=0,2,4,6
/proc/22325/stat : 22325 (priss) S 22324 22324 21841 0 -1 4202496 10480 0 0 0 1229 2 0 0 20 0 5 0 953698650 288727040 8814 33554432000 4194304 5787044 140735007394768 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/22325/statm: 70490 8814 355 389 0 66240 0
[pid=22325/tid=22327] ppid=22324 vsize=281960 CPUtime=3.07 cores=0,2,4,6
/proc/22325/task/22327/stat : 22327 (priss) R 22324 22324 21841 0 -1 4202560 1604 0 0 0 307 0 0 0 25 0 5 0 953698652 288727040 8814 33554432000 4194304 5787044 140735007394768 18446744073709551615 4355682 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22325/tid=22328] ppid=22324 vsize=281960 CPUtime=3.06 cores=0,2,4,6
/proc/22325/task/22328/stat : 22328 (priss) R 22324 22324 21841 0 -1 4202560 1498 0 0 0 306 0 0 0 18 0 5 0 953698652 288727040 8814 33554432000 4194304 5787044 140735007394768 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22325/tid=22329] ppid=22324 vsize=281960 CPUtime=3.06 cores=0,2,4,6
/proc/22325/task/22329/stat : 22329 (priss) R 22324 22324 21841 0 -1 4202560 1606 0 0 0 306 0 0 0 18 0 5 0 953698653 288727040 8814 33554432000 4194304 5787044 140735007394768 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22325/tid=22330] ppid=22324 vsize=281960 CPUtime=3.06 cores=0,2,4,6
/proc/22325/task/22330/stat : 22330 (priss) R 22324 22324 21841 0 -1 4202560 2802 0 0 0 306 0 0 0 25 0 5 0 953698653 288727040 8814 33554432000 4194304 5787044 140735007394768 18446744073709551615 260020089817 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 290660

[startup+6.30072 s]
/proc/loadavg: 8.17 8.06 6.31 9/188 22330
/proc/meminfo: memFree=31942396/32951124 swapFree=67056304/67111528
[pid=22324] ppid=22322 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22324/stat : 22324 (priss.sh) S 22322 22324 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 953698650 8908800 251 33554432000 4194304 4922060 140736261501568 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22324/statm: 2175 251 211 178 0 68 0
[pid=22325] ppid=22324 vsize=285068 CPUtime=25.09 cores=0,2,4,6
/proc/22325/stat : 22325 (priss) S 22324 22324 21841 0 -1 4202496 13357 0 0 0 2507 2 0 0 20 0 5 0 953698650 291909632 11340 33554432000 4194304 5787044 140735007394768 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/22325/statm: 71267 11340 404 389 0 67017 0
[pid=22325/tid=22327] ppid=22324 vsize=285068 CPUtime=6.27 cores=0,2,4,6
/proc/22325/task/22327/stat : 22327 (priss) R 22324 22324 21841 0 -1 4202560 2330 0 0 0 627 0 0 0 25 0 5 0 953698652 291909632 11340 33554432000 4194304 5787044 140735007394768 18446744073709551615 4214486 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22325/tid=22328] ppid=22324 vsize=285068 CPUtime=6.24 cores=0,2,4,6
/proc/22325/task/22328/stat : 22328 (priss) R 22324 22324 21841 0 -1 4202560 2407 0 0 0 624 0 0 0 25 0 5 0 953698652 291909632 11340 33554432000 4194304 5787044 140735007394768 18446744073709551615 5591024 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22325/tid=22329] ppid=22324 vsize=285068 CPUtime=6.27 cores=0,2,4,6
/proc/22325/task/22329/stat : 22329 (priss) R 22324 22324 21841 0 -1 4202560 2738 0 0 0 626 1 0 0 25 0 5 0 953698653 291909632 11340 33554432000 4194304 5787044 140735007394768 18446744073709551615 5586597 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22325/tid=22330] ppid=22324 vsize=285068 CPUtime=6.26 cores=0,2,4,6
/proc/22325/task/22330/stat : 22330 (priss) R 22324 22324 21841 0 -1 4202560 2912 0 0 0 626 0 0 0 25 0 5 0 953698653 291909632 11340 33554432000 4194304 5787044 140735007394768 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 293768

[startup+12.7005 s]
/proc/loadavg: 8.15 8.06 6.33 9/188 22330
/proc/meminfo: memFree=31927628/32951124 swapFree=67056304/67111528
[pid=22324] ppid=22322 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22324/stat : 22324 (priss.sh) S 22322 22324 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 953698650 8908800 251 33554432000 4194304 4922060 140736261501568 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22324/statm: 2175 251 211 178 0 68 0
[pid=22325] ppid=22324 vsize=290828 CPUtime=50.65 cores=0,2,4,6
/proc/22325/stat : 22325 (priss) S 22324 22324 21841 0 -1 4202496 15768 0 0 0 5061 4 0 0 20 0 5 0 953698650 297807872 13751 33554432000 4194304 5787044 140735007394768 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/22325/statm: 72707 13751 404 389 0 68457 0
[pid=22325/tid=22327] ppid=22324 vsize=290828 CPUtime=12.67 cores=0,2,4,6
/proc/22325/task/22327/stat : 22327 (priss) R 22324 22324 21841 0 -1 4202560 3755 0 0 0 1267 0 0 0 25 0 5 0 953698652 297807872 13751 33554432000 4194304 5787044 140735007394768 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22325/tid=22328] ppid=22324 vsize=290828 CPUtime=12.6 cores=0,2,4,6
/proc/22325/task/22328/stat : 22328 (priss) R 22324 22324 21841 0 -1 4202560 2815 0 0 0 1260 0 0 0 25 0 5 0 953698652 297807872 13751 33554432000 4194304 5787044 140735007394768 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22325/tid=22329] ppid=22324 vsize=290828 CPUtime=12.66 cores=0,2,4,6
/proc/22325/task/22329/stat : 22329 (priss) R 22324 22324 21841 0 -1 4202560 3314 0 0 0 1265 1 0 0 25 0 5 0 953698653 297807872 13751 33554432000 4194304 5787044 140735007394768 18446744073709551615 5586846 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22325/tid=22330] ppid=22324 vsize=290828 CPUtime=12.66 cores=0,2,4,6
/proc/22325/task/22330/stat : 22330 (priss) R 22324 22324 21841 0 -1 4202560 2914 0 0 0 1266 0 0 0 25 0 5 0 953698653 297807872 13751 33554432000 4194304 5787044 140735007394768 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 299528

[startup+25.5012 s]
/proc/loadavg: 8.12 8.05 6.35 9/188 22330
/proc/meminfo: memFree=31912260/32951124 swapFree=67056304/67111528
[pid=22324] ppid=22322 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22324/stat : 22324 (priss.sh) S 22322 22324 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 953698650 8908800 251 33554432000 4194304 4922060 140736261501568 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22324/statm: 2175 251 211 178 0 68 0
[pid=22325] ppid=22324 vsize=293852 CPUtime=101.78 cores=0,2,4,6
/proc/22325/stat : 22325 (priss) S 22324 22324 21841 0 -1 4202496 17909 0 0 0 10172 6 0 0 20 0 5 0 953698650 300904448 15892 33554432000 4194304 5787044 140735007394768 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/22325/statm: 73463 15892 404 389 0 69213 0
[pid=22325/tid=22327] ppid=22324 vsize=293852 CPUtime=25.48 cores=0,2,4,6
/proc/22325/task/22327/stat : 22327 (priss) R 22324 22324 21841 0 -1 4202560 4477 0 0 0 2547 1 0 0 25 0 5 0 953698652 300904448 15892 33554432000 4194304 5787044 140735007394768 18446744073709551615 5591328 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22325/tid=22328] ppid=22324 vsize=293852 CPUtime=25.33 cores=0,2,4,6
/proc/22325/task/22328/stat : 22328 (priss) R 22324 22324 21841 0 -1 4202560 3529 0 0 0 2532 1 0 0 25 0 5 0 953698652 300904448 15892 33554432000 4194304 5787044 140735007394768 18446744073709551615 4254566 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22325/tid=22329] ppid=22324 vsize=293852 CPUtime=25.46 cores=0,2,4,6
/proc/22325/task/22329/stat : 22329 (priss) R 22324 22324 21841 0 -1 4202560 4019 0 0 0 2544 2 0 0 25 0 5 0 953698653 300904448 15892 33554432000 4194304 5787044 140735007394768 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22325/tid=22330] ppid=22324 vsize=293852 CPUtime=25.46 cores=0,2,4,6
/proc/22325/task/22330/stat : 22330 (priss) R 22324 22324 21841 0 -1 4202560 2914 0 0 0 2546 0 0 0 25 0 5 0 953698653 300904448 15892 33554432000 4194304 5787044 140735007394768 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 302552

[startup+51.1005 s]
/proc/loadavg: 8.14 8.06 6.39 9/188 22331
/proc/meminfo: memFree=31873028/32951124 swapFree=67056304/67111528
[pid=22324] ppid=22322 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22324/stat : 22324 (priss.sh) S 22322 22324 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 953698650 8908800 251 33554432000 4194304 4922060 140736261501568 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22324/statm: 2175 251 211 178 0 68 0
[pid=22325] ppid=22324 vsize=302460 CPUtime=204.03 cores=0,2,4,6
/proc/22325/stat : 22325 (priss) S 22324 22324 21841 0 -1 4202496 22224 0 0 0 20394 9 0 0 20 0 5 0 953698650 309719040 20203 33554432000 4194304 5787044 140735007394768 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/22325/statm: 75615 20203 404 389 0 71365 0
[pid=22325/tid=22327] ppid=22324 vsize=302460 CPUtime=51.07 cores=0,2,4,6
/proc/22325/task/22327/stat : 22327 (priss) R 22324 22324 21841 0 -1 4202560 5539 0 0 0 5106 1 0 0 25 0 5 0 953698652 309719040 20203 33554432000 4194304 5787044 140735007394768 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22325/tid=22328] ppid=22324 vsize=302460 CPUtime=50.78 cores=0,2,4,6
/proc/22325/task/22328/stat : 22328 (priss) R 22324 22324 21841 0 -1 4202560 5595 0 0 0 5077 1 0 0 25 0 5 0 953698652 309719040 20203 33554432000 4194304 5787044 140735007394768 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22325/tid=22329] ppid=22324 vsize=302460 CPUtime=51.06 cores=0,2,4,6
/proc/22325/task/22329/stat : 22329 (priss) R 22324 22324 21841 0 -1 4202560 5206 0 0 0 5102 4 0 0 25 0 5 0 953698653 309719040 20203 33554432000 4194304 5787044 140735007394768 18446744073709551615 5591328 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22325/tid=22330] ppid=22324 vsize=302460 CPUtime=51.06 cores=0,2,4,6
/proc/22325/task/22330/stat : 22330 (priss) R 22324 22324 21841 0 -1 4202560 2914 0 0 0 5106 0 0 0 25 0 5 0 953698653 309719040 20203 33554432000 4194304 5787044 140735007394768 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 204.03
Current children cumulated vsize (KiB) 311160

[startup+102.307 s]
/proc/loadavg: 8.20 8.10 6.50 9/188 22339
/proc/meminfo: memFree=31836012/32951124 swapFree=67056304/67111528
[pid=22324] ppid=22322 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22324/stat : 22324 (priss.sh) S 22322 22324 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 953698650 8908800 251 33554432000 4194304 4922060 140736261501568 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22324/statm: 2175 251 211 178 0 68 0
[pid=22325] ppid=22324 vsize=318332 CPUtime=408.55 cores=0,2,4,6
/proc/22325/stat : 22325 (priss) S 22324 22324 21841 0 -1 4202496 30095 0 0 0 40840 15 0 0 20 0 5 0 953698650 325971968 27965 33554432000 4194304 5787044 140735007394768 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/22325/statm: 79583 27965 404 389 0 75333 0
[pid=22325/tid=22327] ppid=22324 vsize=318332 CPUtime=102.26 cores=0,2,4,6
/proc/22325/task/22327/stat : 22327 (priss) R 22324 22324 21841 0 -1 4202560 8382 0 0 0 10223 3 0 0 25 0 5 0 953698652 325971968 27965 33554432000 4194304 5787044 140735007394768 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22325/tid=22328] ppid=22324 vsize=318332 CPUtime=101.7 cores=0,2,4,6
/proc/22325/task/22328/stat : 22328 (priss) R 22324 22324 21841 0 -1 4202560 8487 0 0 0 10167 3 0 0 25 0 5 0 953698652 325971968 27965 33554432000 4194304 5787044 140735007394768 18446744073709551615 4241585 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22325/tid=22329] ppid=22324 vsize=318332 CPUtime=102.26 cores=0,2,4,6
/proc/22325/task/22329/stat : 22329 (priss) R 22324 22324 21841 0 -1 4202560 7342 0 0 0 10220 6 0 0 25 0 5 0 953698653 325971968 27965 33554432000 4194304 5787044 140735007394768 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22325/tid=22330] ppid=22324 vsize=318332 CPUtime=102.27 cores=0,2,4,6

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

/proc/22325/task/22328/stat : 22328 (priss) R 22324 22324 21841 0 -1 4202560 19712 0 0 0 87811 18 0 0 25 0 5 0 953698652 419688448 80568 33554432000 4194304 5787044 140735007394768 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22325/tid=22329] ppid=22324 vsize=409852 CPUtime=881.41 cores=0,2,4,6
/proc/22325/task/22329/stat : 22329 (priss) R 22324 22324 21841 0 -1 4202560 21153 0 0 0 88120 21 0 0 25 0 5 0 953698653 419688448 80568 33554432000 4194304 5787044 140735007394768 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22325/tid=22330] ppid=22324 vsize=409852 CPUtime=882.18 cores=0,2,4,6
/proc/22325/task/22330/stat : 22330 (priss) R 22324 22324 21841 0 -1 4202560 19548 0 0 0 88201 17 0 0 25 0 5 0 953698653 419688448 80568 33554432000 4194304 5787044 140735007394768 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3524.19
Current children cumulated vsize (KiB) 418552

[startup+942.3 s]
/proc/loadavg: 8.15 8.11 7.45 9/188 22371
/proc/meminfo: memFree=31425692/32951124 swapFree=67056304/67111528
[pid=22324] ppid=22322 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22324/stat : 22324 (priss.sh) S 22322 22324 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 953698650 8908800 251 33554432000 4194304 4922060 140736261501568 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22324/statm: 2175 251 211 178 0 68 0
[pid=22325] ppid=22324 vsize=418368 CPUtime=3763.86 cores=0,2,4,6
/proc/22325/stat : 22325 (priss) S 22324 22324 21841 0 -1 4202496 89739 0 0 0 376311 75 0 0 20 0 5 0 953698650 428408832 84568 33554432000 4194304 5787044 140735007394768 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/22325/statm: 104592 84568 417 389 0 100342 0
[pid=22325/tid=22327] ppid=22324 vsize=418368 CPUtime=942.24 cores=0,2,4,6
/proc/22325/task/22327/stat : 22327 (priss) R 22324 22324 21841 0 -1 4202560 24442 0 0 0 94211 13 0 0 25 0 5 0 953698652 428408832 84568 33554432000 4194304 5787044 140735007394768 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22325/tid=22328] ppid=22324 vsize=418368 CPUtime=938.28 cores=0,2,4,6
/proc/22325/task/22328/stat : 22328 (priss) R 22324 22324 21841 0 -1 4202560 20939 0 0 0 93808 20 0 0 25 0 5 0 953698652 428408832 84568 33554432000 4194304 5787044 140735007394768 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22325/tid=22329] ppid=22324 vsize=418368 CPUtime=941.09 cores=0,2,4,6
/proc/22325/task/22329/stat : 22329 (priss) R 22324 22324 21841 0 -1 4202560 21174 0 0 0 94088 21 0 0 25 0 5 0 953698653 428408832 84568 33554432000 4194304 5787044 140735007394768 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22325/tid=22330] ppid=22324 vsize=418368 CPUtime=942.18 cores=0,2,4,6
/proc/22325/task/22330/stat : 22330 (priss) R 22324 22324 21841 0 -1 4202560 20214 0 0 0 94200 18 0 0 25 0 5 0 953698653 428408832 84568 33554432000 4194304 5787044 140735007394768 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3763.86
Current children cumulated vsize (KiB) 427068

[startup+1002.3 s]
/proc/loadavg: 8.11 8.11 7.48 9/188 22372
/proc/meminfo: memFree=31398108/32951124 swapFree=67056304/67111528
[pid=22324] ppid=22322 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22324/stat : 22324 (priss.sh) S 22322 22324 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 953698650 8908800 251 33554432000 4194304 4922060 140736261501568 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22324/statm: 2175 251 211 178 0 68 0
[pid=22325] ppid=22324 vsize=562788 CPUtime=4003.53 cores=0,2,4,6
/proc/22325/stat : 22325 (priss) S 22324 22324 21841 0 -1 4202496 95503 0 0 0 400272 81 0 0 20 0 5 0 953698650 576294912 90332 33554432000 4194304 5787044 140735007394768 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/22325/statm: 140697 90332 417 389 0 136447 0
[pid=22325/tid=22327] ppid=22324 vsize=562788 CPUtime=1002.25 cores=0,2,4,6
/proc/22325/task/22327/stat : 22327 (priss) R 22324 22324 21841 0 -1 4202560 26666 0 0 0 100210 15 0 0 25 0 5 0 953698652 576294912 90332 33554432000 4194304 5787044 140735007394768 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22325/tid=22328] ppid=22324 vsize=562788 CPUtime=998.28 cores=0,2,4,6
/proc/22325/task/22328/stat : 22328 (priss) R 22324 22324 21841 0 -1 4202560 23157 0 0 0 99806 22 0 0 25 0 5 0 953698652 576294912 90332 33554432000 4194304 5787044 140735007394768 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22325/tid=22329] ppid=22324 vsize=562788 CPUtime=1000.77 cores=0,2,4,6
/proc/22325/task/22329/stat : 22329 (priss) R 22324 22324 21841 0 -1 4202560 21245 0 0 0 100055 22 0 0 25 0 5 0 953698653 576294912 90332 33554432000 4194304 5787044 140735007394768 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22325/tid=22330] ppid=22324 vsize=562788 CPUtime=1002.17 cores=0,2,4,6
/proc/22325/task/22330/stat : 22330 (priss) R 22324 22324 21841 0 -1 4202560 21465 0 0 0 100197 20 0 0 25 0 5 0 953698653 576294912 90332 33554432000 4194304 5787044 140735007394768 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4003.53
Current children cumulated vsize (KiB) 571488

[startup+1062.3 s]
/proc/loadavg: 8.14 8.12 7.52 9/188 22418
/proc/meminfo: memFree=31686640/32951124 swapFree=67056304/67111528
[pid=22324] ppid=22322 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22324/stat : 22324 (priss.sh) S 22322 22324 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 953698650 8908800 251 33554432000 4194304 4922060 140736261501568 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22324/statm: 2175 251 211 178 0 68 0
[pid=22325] ppid=22324 vsize=572424 CPUtime=4243.2 cores=0,2,4,6
/proc/22325/stat : 22325 (priss) S 22324 22324 21841 0 -1 4202496 100033 0 0 0 424234 86 0 0 20 0 5 0 953698650 586162176 94432 33554432000 4194304 5787044 140735007394768 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/22325/statm: 143106 94432 417 389 0 138856 0
[pid=22325/tid=22327] ppid=22324 vsize=572424 CPUtime=1062.25 cores=0,2,4,6
/proc/22325/task/22327/stat : 22327 (priss) R 22324 22324 21841 0 -1 4202560 27865 0 0 0 106209 16 0 0 25 0 5 0 953698652 586162176 94432 33554432000 4194304 5787044 140735007394768 18446744073709551615 5591587 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22325/tid=22328] ppid=22324 vsize=572424 CPUtime=1058.29 cores=0,2,4,6
/proc/22325/task/22328/stat : 22328 (priss) R 22324 22324 21841 0 -1 4202560 24361 0 0 0 105805 24 0 0 25 0 5 0 953698652 586162176 94432 33554432000 4194304 5787044 140735007394768 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22325/tid=22329] ppid=22324 vsize=572424 CPUtime=1060.44 cores=0,2,4,6
/proc/22325/task/22329/stat : 22329 (priss) R 22324 22324 21841 0 -1 4202560 21856 0 0 0 106022 22 0 0 25 0 5 0 953698653 586162176 94432 33554432000 4194304 5787044 140735007394768 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22325/tid=22330] ppid=22324 vsize=572424 CPUtime=1062.17 cores=0,2,4,6
/proc/22325/task/22330/stat : 22330 (priss) R 22324 22324 21841 0 -1 4202560 22981 0 0 0 106194 23 0 0 25 0 5 0 953698653 586162176 94432 33554432000 4194304 5787044 140735007394768 18446744073709551615 5521952 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4243.2
Current children cumulated vsize (KiB) 581124

[startup+1122.3 s]
/proc/loadavg: 8.11 8.11 7.56 9/188 22420
/proc/meminfo: memFree=31639684/32951124 swapFree=67056304/67111528
[pid=22324] ppid=22322 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22324/stat : 22324 (priss.sh) S 22322 22324 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 953698650 8908800 251 33554432000 4194304 4922060 140736261501568 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22324/statm: 2175 251 211 178 0 68 0
[pid=22325] ppid=22324 vsize=637960 CPUtime=4482.86 cores=0,2,4,6
/proc/22325/stat : 22325 (priss) S 22324 22324 21841 0 -1 4202496 101071 0 0 0 448198 88 0 0 20 0 5 0 953698650 653271040 95470 33554432000 4194304 5787044 140735007394768 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/22325/statm: 159490 95470 417 389 0 155240 0
[pid=22325/tid=22327] ppid=22324 vsize=637960 CPUtime=1122.25 cores=0,2,4,6
/proc/22325/task/22327/stat : 22327 (priss) R 22324 22324 21841 0 -1 4202560 27865 0 0 0 112209 16 0 0 25 0 5 0 953698652 653271040 95470 33554432000 4194304 5787044 140735007394768 18446744073709551615 5586776 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22325/tid=22328] ppid=22324 vsize=637960 CPUtime=1118.29 cores=0,2,4,6
/proc/22325/task/22328/stat : 22328 (priss) R 22324 22324 21841 0 -1 4202560 24362 0 0 0 111805 24 0 0 25 0 5 0 953698652 653271040 95470 33554432000 4194304 5787044 140735007394768 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22325/tid=22329] ppid=22324 vsize=637960 CPUtime=1120.11 cores=0,2,4,6
/proc/22325/task/22329/stat : 22329 (priss) R 22324 22324 21841 0 -1 4202560 22893 0 0 0 111987 24 0 0 25 0 5 0 953698653 653271040 95470 33554432000 4194304 5787044 140735007394768 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22325/tid=22330] ppid=22324 vsize=637960 CPUtime=1122.17 cores=0,2,4,6
/proc/22325/task/22330/stat : 22330 (priss) R 22324 22324 21841 0 -1 4202560 22981 0 0 0 112194 23 0 0 25 0 5 0 953698653 653271040 95470 33554432000 4194304 5787044 140735007394768 18446744073709551615 5528368 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4482.86
Current children cumulated vsize (KiB) 646660

[startup+1182.3 s]
/proc/loadavg: 8.11 8.10 7.59 9/188 22421
/proc/meminfo: memFree=31608508/32951124 swapFree=67056304/67111528
[pid=22324] ppid=22322 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22324/stat : 22324 (priss.sh) S 22322 22324 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 953698650 8908800 251 33554432000 4194304 4922060 140736261501568 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22324/statm: 2175 251 211 178 0 68 0
[pid=22325] ppid=22324 vsize=637960 CPUtime=4722.54 cores=0,2,4,6
/proc/22325/stat : 22325 (priss) S 22324 22324 21841 0 -1 4202496 102406 0 0 0 472163 91 0 0 20 0 5 0 953698650 653271040 96805 33554432000 4194304 5787044 140735007394768 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/22325/statm: 159490 96805 417 389 0 155240 0
[pid=22325/tid=22327] ppid=22324 vsize=637960 CPUtime=1182.25 cores=0,2,4,6
/proc/22325/task/22327/stat : 22327 (priss) R 22324 22324 21841 0 -1 4202560 27866 0 0 0 118209 16 0 0 25 0 5 0 953698652 653271040 96805 33554432000 4194304 5787044 140735007394768 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22325/tid=22328] ppid=22324 vsize=637960 CPUtime=1178.29 cores=0,2,4,6
/proc/22325/task/22328/stat : 22328 (priss) R 22324 22324 21841 0 -1 4202560 24363 0 0 0 117805 24 0 0 25 0 5 0 953698652 653271040 96805 33554432000 4194304 5787044 140735007394768 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22325/tid=22329] ppid=22324 vsize=637960 CPUtime=1179.78 cores=0,2,4,6
/proc/22325/task/22329/stat : 22329 (priss) R 22324 22324 21841 0 -1 4202560 24226 0 0 0 117952 26 0 0 25 0 5 0 953698653 653271040 96805 33554432000 4194304 5787044 140735007394768 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22325/tid=22330] ppid=22324 vsize=637960 CPUtime=1182.16 cores=0,2,4,6
/proc/22325/task/22330/stat : 22330 (priss) R 22324 22324 21841 0 -1 4202560 22981 0 0 0 118193 23 0 0 25 0 5 0 953698653 653271040 96805 33554432000 4194304 5787044 140735007394768 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4722.54
Current children cumulated vsize (KiB) 646660



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.08 8.09 7.59 9/188 22422
/proc/meminfo: memFree=31603396/32951124 swapFree=67056304/67111528
[pid=22324] ppid=22322 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22324/stat : 22324 (priss.sh) S 22322 22324 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 953698650 8908800 251 33554432000 4194304 4922060 140736261501568 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22324/statm: 2175 251 211 178 0 68 0
[pid=22325] ppid=22324 vsize=637960 CPUtime=4800.05 cores=0,2,4,6
/proc/22325/stat : 22325 (priss) S 22324 22324 21841 0 -1 4202496 102815 0 0 0 479912 93 0 0 20 0 5 0 953698650 653271040 97214 33554432000 4194304 5787044 140735007394768 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/22325/statm: 159490 97214 417 389 0 155240 0
[pid=22325/tid=22327] ppid=22324 vsize=637960 CPUtime=1201.66 cores=0,2,4,6
/proc/22325/task/22327/stat : 22327 (priss) R 22324 22324 21841 0 -1 4202560 27869 0 0 0 120149 17 0 0 25 0 5 0 953698652 653271040 97214 33554432000 4194304 5787044 140735007394768 18446744073709551615 5586675 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22325/tid=22328] ppid=22324 vsize=637960 CPUtime=1197.7 cores=0,2,4,6
/proc/22325/task/22328/stat : 22328 (priss) R 22324 22324 21841 0 -1 4202560 24363 0 0 0 119746 24 0 0 25 0 5 0 953698652 653271040 97214 33554432000 4194304 5787044 140735007394768 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22325/tid=22329] ppid=22324 vsize=637960 CPUtime=1199.07 cores=0,2,4,6
/proc/22325/task/22329/stat : 22329 (priss) R 22324 22324 21841 0 -1 4202560 24630 0 0 0 119880 27 0 0 25 0 5 0 953698653 653271040 97214 33554432000 4194304 5787044 140735007394768 18446744073709551615 5590646 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22325/tid=22330] ppid=22324 vsize=637960 CPUtime=1201.56 cores=0,2,4,6
/proc/22325/task/22330/stat : 22330 (priss) R 22324 22324 21841 0 -1 4202560 22983 0 0 0 120133 23 0 0 25 0 5 0 953698653 653271040 97214 33554432000 4194304 5787044 140735007394768 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.05
Current children cumulated vsize (KiB) 646660

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.08 8.09 7.59 9/188 22422
/proc/meminfo: memFree=31603396/32951124 swapFree=67056304/67111528
[pid=22324] ppid=22322 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22324/stat : 22324 (priss.sh) S 22322 22324 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 953698650 8908800 251 33554432000 4194304 4922060 140736261501568 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22324/statm: 2175 251 211 178 0 68 0
[pid=22325] ppid=22324 vsize=637960 CPUtime=4800.05 cores=0,2,4,6
/proc/22325/stat : 22325 (priss) S 22324 22324 21841 0 -1 4202496 102815 0 0 0 479912 93 0 0 20 0 5 0 953698650 653271040 97214 33554432000 4194304 5787044 140735007394768 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/22325/statm: 159490 97214 417 389 0 155240 0
[pid=22325/tid=22327] ppid=22324 vsize=637960 CPUtime=1201.66 cores=0,2,4,6
/proc/22325/task/22327/stat : 22327 (priss) R 22324 22324 21841 0 -1 4202560 27869 0 0 0 120149 17 0 0 25 0 5 0 953698652 653271040 97214 33554432000 4194304 5787044 140735007394768 18446744073709551615 5586675 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22325/tid=22328] ppid=22324 vsize=637960 CPUtime=1197.7 cores=0,2,4,6
/proc/22325/task/22328/stat : 22328 (priss) R 22324 22324 21841 0 -1 4202560 24363 0 0 0 119746 24 0 0 25 0 5 0 953698652 653271040 97214 33554432000 4194304 5787044 140735007394768 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22325/tid=22329] ppid=22324 vsize=637960 CPUtime=1199.07 cores=0,2,4,6
/proc/22325/task/22329/stat : 22329 (priss) R 22324 22324 21841 0 -1 4202560 24630 0 0 0 119880 27 0 0 25 0 5 0 953698653 653271040 97214 33554432000 4194304 5787044 140735007394768 18446744073709551615 5590646 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22325/tid=22330] ppid=22324 vsize=637960 CPUtime=1201.56 cores=0,2,4,6
/proc/22325/task/22330/stat : 22330 (priss) R 22324 22324 21841 0 -1 4202560 22983 0 0 0 120133 23 0 0 25 0 5 0 953698653 653271040 97214 33554432000 4194304 5787044 140735007394768 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.05
Current children cumulated vsize (KiB) 646660

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22324 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.05
#
# 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.05
CPU user time (s): 4799.12
CPU system time (s): 0.93
CPU usage (%): 399.43
Max. virtual memory (cumulated for all children) (KiB): 646660

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= 331
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 2

runsolver used 1.79173 second user time and 4.77627 second system time

The end

Launcher Data

Begin job on node110 at 2011-06-09 17:51:21
IDJOB=3262164
IDBENCH=83280
IDSOLVER=1603
FILE ID=node110/3262164-1307634681
RUNJOBID= node110-1307633277-21859
PBS_JOBID= 13549381
Free space on /tmp= 74168 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-23_506.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3262164-1307634681/watcher-3262164-1307634681 -o /tmp/evaluation-result-3262164-1307634681/solver-3262164-1307634681 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3262164-1307634681.cnf 1910071590 4800 15500 4

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

MD5SUM BENCH= 3c65ff80757b12edd41f8ee6da874877
RANDOM SEED=1910071590

node110.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.830
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.66
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.830
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.83
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.830
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.75
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.830
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.83
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.830
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.76
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.830
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.83
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.830
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.74
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.830
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31986640 kB
Buffers:        217940 kB
Cached:         365044 kB
SwapCached:       8464 kB
Active:         459172 kB
Inactive:       280636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31986640 kB
SwapTotal:    67111528 kB
SwapFree:     67056304 kB
Dirty:            2376 kB
Writeback:           0 kB
AnonPages:      155460 kB
Mapped:          13744 kB
Slab:           160268 kB
PageTables:       4696 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   393388 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= 74168 MiB
End job on node110 at 2011-06-09 18:11:24