Trace number 3262428

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.4 1202.02

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-22_445.cnf
MD5SUM4f7ff14ba0d33c4cf7de4e3c004f2f79
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark899.169
Satisfiable
(Un)Satisfiability was proved
Number of variables223
Number of clauses26441
Sum of the clauses size116565
Maximum clause length22
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2296
Number of clauses of size 324153
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51992

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: 15283
0.00/0.01	c parsetime: 7928us
0.00/0.01	c parsed 26441 clauses with 223 variables
0.00/0.01	c NW started thread 0 successfully (1116354880)
0.00/0.01	c NW started thread 1 successfully (1126844736)
0.00/0.01	c NW started thread 2 successfully (1084389696)
0.00/0.82	c NW started thread 3 successfully (1099651392)
8.33/2.13	c preprocessor returned 10013 variables
8.33/2.13	c preprocessing returned UNKNOWN
8.33/2.13	c PP set 0 variables
8.33/2.13	c pp time: 2120667us (2s)
8.33/2.14	c preprocessor returned 10013 variables
8.33/2.14	c preprocessing returned UNKNOWN
8.33/2.14	c PP set 0 variables
8.33/2.14	c pp time: 2128859us (2s)
8.33/2.15	c preprocessor returned 10013 variables
8.33/2.15	c preprocessing returned UNKNOWN
8.33/2.15	c PP set 0 variables
8.33/2.15	c pp time: 2138381us (2s)
363.05/90.97	c preprocessor returned 30019 variables
363.05/90.97	c preprocessing returned UNKNOWN
363.05/90.97	c PP set 0 variables
363.05/90.97	c pp time: 90949792us (90s)

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-3262428-1304060505/watcher-3262428-1304060505 -o /tmp/evaluation-result-3262428-1304060505/solver-3262428-1304060505 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3262428-1304060505.cnf 1170074613 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.76 7.07 7.45 5/182 15282
/proc/meminfo: memFree=30461788/32951124 swapFree=67111416/67111528
[pid=15282] ppid=15280 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15282/stat : 15282 (priss.sh) S 15280 15282 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517652826 8908800 252 33554432000 4194304 4922060 140734585383168 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15282/statm: 2175 252 211 178 0 68 0

[startup+0.840409 s]
/proc/loadavg: 7.76 7.07 7.45 5/182 15282
/proc/meminfo: memFree=30461788/32951124 swapFree=67111416/67111528
[pid=15282] ppid=15280 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15282/stat : 15282 (priss.sh) S 15280 15282 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517652826 8908800 252 33554432000 4194304 4922060 140734585383168 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15282/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.900398 s]
/proc/loadavg: 7.76 7.07 7.45 5/182 15282
/proc/meminfo: memFree=30461788/32951124 swapFree=67111416/67111528
[pid=15282] ppid=15280 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15282/stat : 15282 (priss.sh) S 15280 15282 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517652826 8908800 252 33554432000 4194304 4922060 140734585383168 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15282/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.00038 s]
/proc/loadavg: 7.76 7.07 7.45 5/182 15282
/proc/meminfo: memFree=30461788/32951124 swapFree=67111416/67111528
[pid=15282] ppid=15280 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15282/stat : 15282 (priss.sh) S 15280 15282 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517652826 8908800 252 33554432000 4194304 4922060 140734585383168 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15282/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.10036 s]
/proc/loadavg: 7.76 7.07 7.45 5/182 15282
/proc/meminfo: memFree=30461788/32951124 swapFree=67111416/67111528
[pid=15282] ppid=15280 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15282/stat : 15282 (priss.sh) S 15280 15282 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517652826 8908800 252 33554432000 4194304 4922060 140734585383168 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15282/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50028 s]
/proc/loadavg: 7.76 7.07 7.45 5/182 15282
/proc/meminfo: memFree=30461788/32951124 swapFree=67111416/67111528
[pid=15282] ppid=15280 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15282/stat : 15282 (priss.sh) S 15280 15282 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517652826 8908800 252 33554432000 4194304 4922060 140734585383168 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15282/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10098 s]
/proc/loadavg: 7.76 7.07 7.45 9/188 15288
/proc/meminfo: memFree=30421680/32951124 swapFree=67111416/67111528
[pid=15282] ppid=15280 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15282/stat : 15282 (priss.sh) S 15280 15282 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517652826 8908800 252 33554432000 4194304 4922060 140734585383168 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15282/statm: 2175 252 211 178 0 68 0
[pid=15283] ppid=15282 vsize=283132 CPUtime=12.32 cores=0,2,4,6
/proc/15283/stat : 15283 (priss) S 15282 15282 14674 0 -1 4202496 11593 0 0 0 1230 2 0 0 19 0 5 0 517652827 289927168 10147 33554432000 4194304 5787044 140735398393472 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/15283/statm: 70783 10147 404 389 0 66533 0
[pid=15283/tid=15285] ppid=15282 vsize=283132 CPUtime=3.07 cores=0,2,4,6
/proc/15283/task/15285/stat : 15285 (priss) R 15282 15282 14674 0 -1 4202560 1935 0 0 0 307 0 0 0 25 0 5 0 517652828 289927168 10147 33554432000 4194304 5787044 140735398393472 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15283/tid=15286] ppid=15282 vsize=283132 CPUtime=3.06 cores=0,2,4,6
/proc/15283/task/15286/stat : 15286 (priss) R 15282 15282 14674 0 -1 4202560 1973 0 0 0 306 0 0 0 25 0 5 0 517652828 289927168 10147 33554432000 4194304 5787044 140735398393472 18446744073709551615 4218723 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15283/tid=15287] ppid=15282 vsize=283132 CPUtime=3.07 cores=0,2,4,6
/proc/15283/task/15287/stat : 15287 (priss) R 15282 15282 14674 0 -1 4202560 2390 0 0 0 307 0 0 0 25 0 5 0 517652828 289927168 10147 33554432000 4194304 5787044 140735398393472 18446744073709551615 5591547 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=15283/tid=15288] ppid=15282 vsize=283132 CPUtime=3.07 cores=0,2,4,6
/proc/15283/task/15288/stat : 15288 (priss) R 15282 15282 14674 0 -1 4202560 2517 0 0 0 307 0 0 0 25 0 5 0 517652829 289927168 10147 33554432000 4194304 5787044 140735398393472 18446744073709551615 4359250 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 291832

[startup+6.30637 s]
/proc/loadavg: 7.78 7.09 7.46 9/188 15288
/proc/meminfo: memFree=30417660/32951124 swapFree=67111416/67111528
[pid=15282] ppid=15280 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15282/stat : 15282 (priss.sh) S 15280 15282 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517652826 8908800 252 33554432000 4194304 4922060 140734585383168 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15282/statm: 2175 252 211 178 0 68 0
[pid=15283] ppid=15282 vsize=284212 CPUtime=25.12 cores=0,2,4,6
/proc/15283/stat : 15283 (priss) S 15282 15282 14674 0 -1 4202496 12500 0 0 0 2510 2 0 0 19 0 5 0 517652827 291033088 11054 33554432000 4194304 5787044 140735398393472 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/15283/statm: 71053 11054 405 389 0 66803 0
[pid=15283/tid=15285] ppid=15282 vsize=284212 CPUtime=6.28 cores=0,2,4,6
/proc/15283/task/15285/stat : 15285 (priss) R 15282 15282 14674 0 -1 4202560 2170 0 0 0 628 0 0 0 25 0 5 0 517652828 291033088 11054 33554432000 4194304 5787044 140735398393472 18446744073709551615 5591716 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15283/tid=15286] ppid=15282 vsize=284212 CPUtime=6.25 cores=0,2,4,6
/proc/15283/task/15286/stat : 15286 (priss) R 15282 15282 14674 0 -1 4202560 2268 0 0 0 625 0 0 0 25 0 5 0 517652828 291033088 11054 33554432000 4194304 5787044 140735398393472 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15283/tid=15287] ppid=15282 vsize=284212 CPUtime=6.27 cores=0,2,4,6
/proc/15283/task/15287/stat : 15287 (priss) R 15282 15282 14674 0 -1 4202560 2756 0 0 0 627 0 0 0 25 0 5 0 517652828 291033088 11054 33554432000 4194304 5787044 140735398393472 18446744073709551615 5591280 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=15283/tid=15288] ppid=15282 vsize=284212 CPUtime=6.27 cores=0,2,4,6
/proc/15283/task/15288/stat : 15288 (priss) R 15282 15282 14674 0 -1 4202560 2528 0 0 0 627 0 0 0 25 0 5 0 517652829 291033088 11054 33554432000 4194304 5787044 140735398393472 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 292912

[startup+12.7012 s]
/proc/loadavg: 7.80 7.10 7.46 9/188 15288
/proc/meminfo: memFree=30407160/32951124 swapFree=67111416/67111528
[pid=15282] ppid=15280 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15282/stat : 15282 (priss.sh) S 15280 15282 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517652826 8908800 252 33554432000 4194304 4922060 140734585383168 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15282/statm: 2175 252 211 178 0 68 0
[pid=15283] ppid=15282 vsize=289552 CPUtime=50.67 cores=0,2,4,6
/proc/15283/stat : 15283 (priss) S 15282 15282 14674 0 -1 4202496 14802 0 0 0 5063 4 0 0 19 0 5 0 517652827 296501248 13356 33554432000 4194304 5787044 140735398393472 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/15283/statm: 72388 13356 405 389 0 68138 0
[pid=15283/tid=15285] ppid=15282 vsize=289552 CPUtime=12.64 cores=0,2,4,6
/proc/15283/task/15285/stat : 15285 (priss) R 15282 15282 14674 0 -1 4202560 2628 0 0 0 1264 0 0 0 25 0 5 0 517652828 296501248 13356 33554432000 4194304 5787044 140735398393472 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15283/tid=15286] ppid=15282 vsize=289552 CPUtime=12.63 cores=0,2,4,6
/proc/15283/task/15286/stat : 15286 (priss) R 15282 15282 14674 0 -1 4202560 3553 0 0 0 1263 0 0 0 25 0 5 0 517652828 296501248 13356 33554432000 4194304 5787044 140735398393472 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15283/tid=15287] ppid=15282 vsize=289552 CPUtime=12.67 cores=0,2,4,6
/proc/15283/task/15287/stat : 15287 (priss) R 15282 15282 14674 0 -1 4202560 3315 0 0 0 1266 1 0 0 25 0 5 0 517652828 296501248 13356 33554432000 4194304 5787044 140735398393472 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=15283/tid=15288] ppid=15282 vsize=289552 CPUtime=12.67 cores=0,2,4,6
/proc/15283/task/15288/stat : 15288 (priss) R 15282 15282 14674 0 -1 4202560 2528 0 0 0 1267 0 0 0 25 0 5 0 517652829 296501248 13356 33554432000 4194304 5787044 140735398393472 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 298252

[startup+25.5007 s]
/proc/loadavg: 7.91 7.16 7.47 9/188 15288
/proc/meminfo: memFree=30396356/32951124 swapFree=67111416/67111528
[pid=15282] ppid=15280 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15282/stat : 15282 (priss.sh) S 15280 15282 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517652826 8908800 252 33554432000 4194304 4922060 140734585383168 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15282/statm: 2175 252 211 178 0 68 0
[pid=15283] ppid=15282 vsize=291952 CPUtime=101.79 cores=0,2,4,6
/proc/15283/stat : 15283 (priss) S 15282 15282 14674 0 -1 4202496 16951 0 0 0 10173 6 0 0 19 0 5 0 517652827 298958848 15505 33554432000 4194304 5787044 140735398393472 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/15283/statm: 72988 15505 405 389 0 68738 0
[pid=15283/tid=15285] ppid=15282 vsize=291952 CPUtime=25.38 cores=0,2,4,6
/proc/15283/task/15285/stat : 15285 (priss) R 15282 15282 14674 0 -1 4202560 3188 0 0 0 2537 1 0 0 25 0 5 0 517652828 298958848 15505 33554432000 4194304 5787044 140735398393472 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15283/tid=15286] ppid=15282 vsize=291952 CPUtime=25.42 cores=0,2,4,6
/proc/15283/task/15286/stat : 15286 (priss) R 15282 15282 14674 0 -1 4202560 4398 0 0 0 2541 1 0 0 25 0 5 0 517652828 298958848 15505 33554432000 4194304 5787044 140735398393472 18446744073709551615 5591219 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15283/tid=15287] ppid=15282 vsize=291952 CPUtime=25.46 cores=0,2,4,6
/proc/15283/task/15287/stat : 15287 (priss) R 15282 15282 14674 0 -1 4202560 4059 0 0 0 2545 1 0 0 25 0 5 0 517652828 298958848 15505 33554432000 4194304 5787044 140735398393472 18446744073709551615 5591056 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=15283/tid=15288] ppid=15282 vsize=291952 CPUtime=25.46 cores=0,2,4,6
/proc/15283/task/15288/stat : 15288 (priss) R 15282 15282 14674 0 -1 4202560 2528 0 0 0 2546 0 0 0 25 0 5 0 517652829 298958848 15505 33554432000 4194304 5787044 140735398393472 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 300652

[startup+51.1009 s]
/proc/loadavg: 8.02 7.25 7.49 9/188 15289
/proc/meminfo: memFree=30365656/32951124 swapFree=67111416/67111528
[pid=15282] ppid=15280 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15282/stat : 15282 (priss.sh) S 15280 15282 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517652826 8908800 252 33554432000 4194304 4922060 140734585383168 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15282/statm: 2175 252 211 178 0 68 0
[pid=15283] ppid=15282 vsize=299724 CPUtime=204.06 cores=0,2,4,6
/proc/15283/stat : 15283 (priss) S 15282 15282 14674 0 -1 4202496 21404 0 0 0 20396 10 0 0 19 0 5 0 517652827 306917376 19955 33554432000 4194304 5787044 140735398393472 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/15283/statm: 74931 19955 405 389 0 70681 0
[pid=15283/tid=15285] ppid=15282 vsize=299724 CPUtime=50.84 cores=0,2,4,6
/proc/15283/task/15285/stat : 15285 (priss) R 15282 15282 14674 0 -1 4202560 4042 0 0 0 5082 2 0 0 25 0 5 0 517652828 306917376 19955 33554432000 4194304 5787044 140735398393472 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15283/tid=15286] ppid=15282 vsize=299724 CPUtime=51.02 cores=0,2,4,6
/proc/15283/task/15286/stat : 15286 (priss) R 15282 15282 14674 0 -1 4202560 6817 0 0 0 5099 3 0 0 25 0 5 0 517652828 306917376 19955 33554432000 4194304 5787044 140735398393472 18446744073709551615 5585339 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15283/tid=15287] ppid=15282 vsize=299724 CPUtime=51.06 cores=0,2,4,6
/proc/15283/task/15287/stat : 15287 (priss) R 15282 15282 14674 0 -1 4202560 5239 0 0 0 5104 2 0 0 25 0 5 0 517652828 306917376 19955 33554432000 4194304 5787044 140735398393472 18446744073709551615 5591640 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=15283/tid=15288] ppid=15282 vsize=299724 CPUtime=51.07 cores=0,2,4,6
/proc/15283/task/15288/stat : 15288 (priss) R 15282 15282 14674 0 -1 4202560 2528 0 0 0 5107 0 0 0 25 0 5 0 517652829 306917376 19955 33554432000 4194304 5787044 140735398393472 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 204.06
Current children cumulated vsize (KiB) 308424

[startup+102.301 s]
/proc/loadavg: 8.06 7.37 7.52 9/188 15290
/proc/meminfo: memFree=30317016/32951124 swapFree=67111416/67111528
[pid=15282] ppid=15280 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15282/stat : 15282 (priss.sh) S 15280 15282 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517652826 8908800 252 33554432000 4194304 4922060 140734585383168 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15282/statm: 2175 252 211 178 0 68 0
[pid=15283] ppid=15282 vsize=306416 CPUtime=408.56 cores=0,2,4,6
/proc/15283/stat : 15283 (priss) S 15282 15282 14674 0 -1 4202496 30232 0 0 0 40840 16 0 0 19 0 5 0 517652827 313769984 27115 33554432000 4194304 5787044 140735398393472 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/15283/statm: 76604 27115 419 389 0 72354 0
[pid=15283/tid=15285] ppid=15282 vsize=306416 CPUtime=101.75 cores=0,2,4,6
/proc/15283/task/15285/stat : 15285 (priss) R 15282 15282 14674 0 -1 4202560 5004 0 0 0 10173 2 0 0 25 0 5 0 517652828 313769984 27115 33554432000 4194304 5787044 140735398393472 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15283/tid=15286] ppid=15282 vsize=306416 CPUtime=102.23 cores=0,2,4,6
/proc/15283/task/15286/stat : 15286 (priss) R 15282 15282 14674 0 -1 4202560 8912 0 0 0 10217 6 0 0 25 0 5 0 517652828 313769984 27115 33554432000 4194304 5787044 140735398393472 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15283/tid=15287] ppid=15282 vsize=306416 CPUtime=102.27 cores=0,2,4,6
/proc/15283/task/15287/stat : 15287 (priss) R 15282 15282 14674 0 -1 4202560 8264 0 0 0 10222 5 0 0 25 0 5 0 517652828 313769984 27115 33554432000 4194304 5787044 140735398393472 18446744073709551615 4218768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=15283/tid=15288] ppid=15282 vsize=306416 CPUtime=102.26 cores=0,2,4,6
/proc/15283/task/15288/stat : 15288 (priss) R 15282 15282 14674 0 -1 4202560 5274 0 0 0 10225 1 0 0 25 0 5 0 517652829 313769984 27115 33554432000 4194304 5787044 140735398393472 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.56
Current children cumulated vsize (KiB) 315116

[startup+162.301 s]
/proc/loadavg: 8.36 7.59 7.58 9/188 15295
/proc/meminfo: memFree=30278080/32951124 swapFree=67111416/67111528
[pid=15282] ppid=15280 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15282/stat : 15282 (priss.sh) S 15280 15282 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517652826 8908800 252 33554432000 4194304 4922060 140734585383168 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15282/statm: 2175 252 211 178 0 68 0
[pid=15283] ppid=15282 vsize=319264 CPUtime=647.37 cores=0,2,4,6

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

/proc/15283/task/15286/stat : 15286 (priss) R 15282 15282 14674 0 -1 4202560 17939 0 0 0 82205 15 0 0 25 0 5 0 517652828 408133632 74165 33554432000 4194304 5787044 140735398393472 18446744073709551615 5588249 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15283/tid=15287] ppid=15282 vsize=398568 CPUtime=822.11 cores=0,2,4,6
/proc/15283/task/15287/stat : 15287 (priss) R 15282 15282 14674 0 -1 4202560 19061 0 0 0 82194 17 0 0 25 0 5 0 517652828 408133632 74165 33554432000 4194304 5787044 140735398393472 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=15283/tid=15288] ppid=15282 vsize=398568 CPUtime=820.06 cores=0,2,4,6
/proc/15283/task/15288/stat : 15288 (priss) R 15282 15282 14674 0 -1 4202560 22616 0 0 0 81989 17 0 0 25 0 5 0 517652829 408133632 74165 33554432000 4194304 5787044 140735398393472 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3283.67
Current children cumulated vsize (KiB) 407268

[startup+882.301 s]
/proc/loadavg: 8.08 8.07 7.85 9/188 15314
/proc/meminfo: memFree=29954228/32951124 swapFree=67111416/67111528
[pid=15282] ppid=15280 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15282/stat : 15282 (priss.sh) S 15280 15282 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517652826 8908800 252 33554432000 4194304 4922060 140734585383168 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15282/statm: 2175 252 211 178 0 68 0
[pid=15283] ppid=15282 vsize=398992 CPUtime=3523.34 cores=0,2,4,6
/proc/15283/stat : 15283 (priss) S 15282 15282 14674 0 -1 4202496 80766 0 0 0 352264 70 0 0 19 0 5 0 517652827 408567808 76337 33554432000 4194304 5787044 140735398393472 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/15283/statm: 99748 76337 419 389 0 95498 0
[pid=15283/tid=15285] ppid=15282 vsize=398992 CPUtime=879.23 cores=0,2,4,6
/proc/15283/task/15285/stat : 15285 (priss) R 15282 15282 14674 0 -1 4202560 16694 0 0 0 87907 16 0 0 25 0 5 0 517652828 408567808 76337 33554432000 4194304 5787044 140735398393472 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15283/tid=15286] ppid=15282 vsize=398992 CPUtime=882.2 cores=0,2,4,6
/proc/15283/task/15286/stat : 15286 (priss) R 15282 15282 14674 0 -1 4202560 18187 0 0 0 88205 15 0 0 25 0 5 0 517652828 408567808 76337 33554432000 4194304 5787044 140735398393472 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15283/tid=15287] ppid=15282 vsize=398992 CPUtime=882.12 cores=0,2,4,6
/proc/15283/task/15287/stat : 15287 (priss) R 15282 15282 14674 0 -1 4202560 20279 0 0 0 88192 20 0 0 25 0 5 0 517652828 408567808 76337 33554432000 4194304 5787044 140735398393472 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=15283/tid=15288] ppid=15282 vsize=398992 CPUtime=879.73 cores=0,2,4,6
/proc/15283/task/15288/stat : 15288 (priss) R 15282 15282 14674 0 -1 4202560 22828 0 0 0 87956 17 0 0 25 0 5 0 517652829 408567808 76337 33554432000 4194304 5787044 140735398393472 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3523.34
Current children cumulated vsize (KiB) 407692

[startup+942.3 s]
/proc/loadavg: 8.07 8.07 7.86 9/188 15316
/proc/meminfo: memFree=29921220/32951124 swapFree=67111416/67111528
[pid=15282] ppid=15280 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15282/stat : 15282 (priss.sh) S 15280 15282 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517652826 8908800 252 33554432000 4194304 4922060 140734585383168 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15282/statm: 2175 252 211 178 0 68 0
[pid=15283] ppid=15282 vsize=416240 CPUtime=3763.02 cores=0,2,4,6
/proc/15283/stat : 15283 (priss) S 15282 15282 14674 0 -1 4202496 85764 0 0 0 376229 73 0 0 19 0 5 0 517652827 426229760 81335 33554432000 4194304 5787044 140735398393472 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/15283/statm: 104060 81335 419 389 0 99810 0
[pid=15283/tid=15285] ppid=15282 vsize=416240 CPUtime=939.23 cores=0,2,4,6
/proc/15283/task/15285/stat : 15285 (priss) R 15282 15282 14674 0 -1 4202560 19459 0 0 0 93905 18 0 0 25 0 5 0 517652828 426229760 81335 33554432000 4194304 5787044 140735398393472 18446744073709551615 5592100 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15283/tid=15286] ppid=15282 vsize=416240 CPUtime=942.21 cores=0,2,4,6
/proc/15283/task/15286/stat : 15286 (priss) R 15282 15282 14674 0 -1 4202560 18937 0 0 0 94205 16 0 0 25 0 5 0 517652828 426229760 81335 33554432000 4194304 5787044 140735398393472 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15283/tid=15287] ppid=15282 vsize=416240 CPUtime=942.12 cores=0,2,4,6
/proc/15283/task/15287/stat : 15287 (priss) R 15282 15282 14674 0 -1 4202560 21514 0 0 0 94192 20 0 0 25 0 5 0 517652828 426229760 81335 33554432000 4194304 5787044 140735398393472 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=15283/tid=15288] ppid=15282 vsize=416240 CPUtime=939.41 cores=0,2,4,6
/proc/15283/task/15288/stat : 15288 (priss) R 15282 15282 14674 0 -1 4202560 23076 0 0 0 93924 17 0 0 25 0 5 0 517652829 426229760 81335 33554432000 4194304 5787044 140735398393472 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3763.02
Current children cumulated vsize (KiB) 424940

[startup+1002.3 s]
/proc/loadavg: 8.06 8.07 7.88 9/188 15317
/proc/meminfo: memFree=29910160/32951124 swapFree=67111416/67111528
[pid=15282] ppid=15280 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15282/stat : 15282 (priss.sh) S 15280 15282 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517652826 8908800 252 33554432000 4194304 4922060 140734585383168 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15282/statm: 2175 252 211 178 0 68 0
[pid=15283] ppid=15282 vsize=417992 CPUtime=4002.67 cores=0,2,4,6
/proc/15283/stat : 15283 (priss) S 15282 15282 14674 0 -1 4202496 88385 0 0 0 400189 78 0 0 19 0 5 0 517652827 428023808 83956 33554432000 4194304 5787044 140735398393472 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/15283/statm: 104498 83956 419 389 0 100248 0
[pid=15283/tid=15285] ppid=15282 vsize=417992 CPUtime=999.22 cores=0,2,4,6
/proc/15283/task/15285/stat : 15285 (priss) R 15282 15282 14674 0 -1 4202560 20653 0 0 0 99902 20 0 0 25 0 5 0 517652828 428023808 83956 33554432000 4194304 5787044 140735398393472 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15283/tid=15286] ppid=15282 vsize=417992 CPUtime=1002.2 cores=0,2,4,6
/proc/15283/task/15286/stat : 15286 (priss) R 15282 15282 14674 0 -1 4202560 19174 0 0 0 100204 16 0 0 25 0 5 0 517652828 428023808 83956 33554432000 4194304 5787044 140735398393472 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15283/tid=15287] ppid=15282 vsize=417992 CPUtime=1002.12 cores=0,2,4,6
/proc/15283/task/15287/stat : 15287 (priss) R 15282 15282 14674 0 -1 4202560 22226 0 0 0 100189 23 0 0 25 0 5 0 517652828 428023808 83956 33554432000 4194304 5787044 140735398393472 18446744073709551615 5591298 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=15283/tid=15288] ppid=15282 vsize=417992 CPUtime=999.08 cores=0,2,4,6
/proc/15283/task/15288/stat : 15288 (priss) R 15282 15282 14674 0 -1 4202560 23554 0 0 0 99890 18 0 0 25 0 5 0 517652829 428023808 83956 33554432000 4194304 5787044 140735398393472 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4002.67
Current children cumulated vsize (KiB) 426692

[startup+1062.31 s]
/proc/loadavg: 8.18 8.10 7.90 5/181 15320
/proc/meminfo: memFree=30246352/32951124 swapFree=67111416/67111528
[pid=15282] ppid=15280 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15282/stat : 15282 (priss.sh) S 15280 15282 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517652826 8908800 252 33554432000 4194304 4922060 140734585383168 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15282/statm: 2175 252 211 178 0 68 0
[pid=15283] ppid=15282 vsize=484080 CPUtime=4242.37 cores=0,2,4,6
/proc/15283/stat : 15283 (priss) S 15282 15282 14674 0 -1 4202496 89956 0 0 0 424155 82 0 0 19 0 5 0 517652827 495697920 85527 33554432000 4194304 5787044 140735398393472 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/15283/statm: 121020 85527 419 389 0 116770 0
[pid=15283/tid=15285] ppid=15282 vsize=484080 CPUtime=1059.22 cores=0,2,4,6
/proc/15283/task/15285/stat : 15285 (priss) R 15282 15282 14674 0 -1 4202560 21804 0 0 0 105900 22 0 0 25 0 5 0 517652828 495697920 85527 33554432000 4194304 5787044 140735398393472 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15283/tid=15286] ppid=15282 vsize=484080 CPUtime=1062.22 cores=0,2,4,6
/proc/15283/task/15286/stat : 15286 (priss) R 15282 15282 14674 0 -1 4202560 19580 0 0 0 106205 17 0 0 25 0 5 0 517652828 495697920 85527 33554432000 4194304 5787044 140735398393472 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15283/tid=15287] ppid=15282 vsize=484080 CPUtime=1062.12 cores=0,2,4,6
/proc/15283/task/15287/stat : 15287 (priss) R 15282 15282 14674 0 -1 4202560 22240 0 0 0 106189 23 0 0 25 0 5 0 517652828 495697920 85527 33554432000 4194304 5787044 140735398393472 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=15283/tid=15288] ppid=15282 vsize=484080 CPUtime=1058.75 cores=0,2,4,6
/proc/15283/task/15288/stat : 15288 (priss) R 15282 15282 14674 0 -1 4202560 23554 0 0 0 105857 18 0 0 25 0 5 0 517652829 495697920 85527 33554432000 4194304 5787044 140735398393472 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4242.37
Current children cumulated vsize (KiB) 492780

[startup+1122.3 s]
/proc/loadavg: 8.21 8.12 7.92 9/188 15353
/proc/meminfo: memFree=30154448/32951124 swapFree=67111416/67111528
[pid=15282] ppid=15280 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15282/stat : 15282 (priss.sh) S 15280 15282 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517652826 8908800 252 33554432000 4194304 4922060 140734585383168 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15282/statm: 2175 252 211 178 0 68 0
[pid=15283] ppid=15282 vsize=553716 CPUtime=4481.99 cores=0,2,4,6
/proc/15283/stat : 15283 (priss) S 15282 15282 14674 0 -1 4202496 92998 0 0 0 448115 84 0 0 19 0 5 0 517652827 567005184 88086 33554432000 4194304 5787044 140735398393472 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/15283/statm: 138429 88086 419 389 0 134179 0
[pid=15283/tid=15285] ppid=15282 vsize=553716 CPUtime=1119.2 cores=0,2,4,6
/proc/15283/task/15285/stat : 15285 (priss) R 15282 15282 14674 0 -1 4202560 22949 0 0 0 111896 24 0 0 25 0 5 0 517652828 567005184 88086 33554432000 4194304 5787044 140735398393472 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15283/tid=15286] ppid=15282 vsize=553716 CPUtime=1122.19 cores=0,2,4,6
/proc/15283/task/15286/stat : 15286 (priss) R 15282 15282 14674 0 -1 4202560 20426 0 0 0 112202 17 0 0 25 0 5 0 517652828 567005184 88086 33554432000 4194304 5787044 140735398393472 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15283/tid=15287] ppid=15282 vsize=553716 CPUtime=1122.12 cores=0,2,4,6
/proc/15283/task/15287/stat : 15287 (priss) R 15282 15282 14674 0 -1 4202560 22259 0 0 0 112189 23 0 0 25 0 5 0 517652828 567005184 88086 33554432000 4194304 5787044 140735398393472 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=15283/tid=15288] ppid=15282 vsize=553716 CPUtime=1118.42 cores=0,2,4,6
/proc/15283/task/15288/stat : 15288 (priss) R 15282 15282 14674 0 -1 4202560 24586 0 0 0 111824 18 0 0 25 0 5 0 517652829 567005184 88086 33554432000 4194304 5787044 140735398393472 18446744073709551615 5527407 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4481.99
Current children cumulated vsize (KiB) 562416

[startup+1182.3 s]
/proc/loadavg: 8.18 8.13 7.93 9/188 15355
/proc/meminfo: memFree=30109288/32951124 swapFree=67111416/67111528
[pid=15282] ppid=15280 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15282/stat : 15282 (priss.sh) S 15280 15282 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517652826 8908800 252 33554432000 4194304 4922060 140734585383168 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15282/statm: 2175 252 211 178 0 68 0
[pid=15283] ppid=15282 vsize=557816 CPUtime=4721.67 cores=0,2,4,6
/proc/15283/stat : 15283 (priss) S 15282 15282 14674 0 -1 4202496 93589 0 0 0 472082 85 0 0 19 0 5 0 517652827 571203584 88677 33554432000 4194304 5787044 140735398393472 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/15283/statm: 139454 88677 419 389 0 135204 0
[pid=15283/tid=15285] ppid=15282 vsize=557816 CPUtime=1179.2 cores=0,2,4,6
/proc/15283/task/15285/stat : 15285 (priss) R 15282 15282 14674 0 -1 4202560 22950 0 0 0 117896 24 0 0 25 0 5 0 517652828 571203584 88677 33554432000 4194304 5787044 140735398393472 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15283/tid=15286] ppid=15282 vsize=557816 CPUtime=1182.2 cores=0,2,4,6
/proc/15283/task/15286/stat : 15286 (priss) R 15282 15282 14674 0 -1 4202560 20426 0 0 0 118203 17 0 0 25 0 5 0 517652828 571203584 88677 33554432000 4194304 5787044 140735398393472 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15283/tid=15287] ppid=15282 vsize=557816 CPUtime=1182.12 cores=0,2,4,6
/proc/15283/task/15287/stat : 15287 (priss) R 15282 15282 14674 0 -1 4202560 22845 0 0 0 118189 23 0 0 25 0 5 0 517652828 571203584 88677 33554432000 4194304 5787044 140735398393472 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=15283/tid=15288] ppid=15282 vsize=557816 CPUtime=1178.09 cores=0,2,4,6
/proc/15283/task/15288/stat : 15288 (priss) R 15282 15282 14674 0 -1 4202560 24590 0 0 0 117791 18 0 0 25 0 5 0 517652829 571203584 88677 33554432000 4194304 5787044 140735398393472 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4721.67
Current children cumulated vsize (KiB) 566516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.01 s]
/proc/loadavg: 8.20 8.13 7.93 9/188 15356
/proc/meminfo: memFree=30093904/32951124 swapFree=67111416/67111528
[pid=15282] ppid=15280 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15282/stat : 15282 (priss.sh) S 15280 15282 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517652826 8908800 252 33554432000 4194304 4922060 140734585383168 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15282/statm: 2175 252 211 178 0 68 0
[pid=15283] ppid=15282 vsize=557816 CPUtime=4800.4 cores=0,2,4,6
/proc/15283/stat : 15283 (priss) S 15282 15282 14674 0 -1 4202496 93621 0 0 0 479955 85 0 0 19 0 5 0 517652827 571203584 88709 33554432000 4194304 5787044 140735398393472 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/15283/statm: 139454 88709 419 389 0 135204 0
[pid=15283/tid=15285] ppid=15282 vsize=557816 CPUtime=1198.91 cores=0,2,4,6
/proc/15283/task/15285/stat : 15285 (priss) R 15282 15282 14674 0 -1 4202560 22950 0 0 0 119867 24 0 0 25 0 5 0 517652828 571203584 88709 33554432000 4194304 5787044 140735398393472 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15283/tid=15286] ppid=15282 vsize=557816 CPUtime=1201.91 cores=0,2,4,6
/proc/15283/task/15286/stat : 15286 (priss) R 15282 15282 14674 0 -1 4202560 20426 0 0 0 120174 17 0 0 25 0 5 0 517652828 571203584 88709 33554432000 4194304 5787044 140735398393472 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15283/tid=15287] ppid=15282 vsize=557816 CPUtime=1201.83 cores=0,2,4,6
/proc/15283/task/15287/stat : 15287 (priss) R 15282 15282 14674 0 -1 4202560 22874 0 0 0 120160 23 0 0 25 0 5 0 517652828 571203584 88709 33554432000 4194304 5787044 140735398393472 18446744073709551615 5592012 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=15283/tid=15288] ppid=15282 vsize=557816 CPUtime=1197.69 cores=0,2,4,6
/proc/15283/task/15288/stat : 15288 (priss) R 15282 15282 14674 0 -1 4202560 24593 0 0 0 119751 18 0 0 25 0 5 0 517652829 571203584 88709 33554432000 4194304 5787044 140735398393472 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.4
Current children cumulated vsize (KiB) 566516

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15282 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.4
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1202.02
CPU time (s): 4800.4
CPU user time (s): 4799.55
CPU system time (s): 0.85
CPU usage (%): 399.36
Max. virtual memory (cumulated for all children) (KiB): 566516

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

runsolver used 1.73374 second user time and 4.82926 second system time

The end

Launcher Data

Begin job on node102 at 2011-04-29 09:01:45
IDJOB=3262428
IDBENCH=83311
IDSOLVER=1603
FILE ID=node102/3262428-1304060505
RUNJOBID= node102-1304060360-15212
PBS_JOBID= 13170428
Free space on /tmp= 71560 MiB

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

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

MD5SUM BENCH= 4f7ff14ba0d33c4cf7de4e3c004f2f79
RANDOM SEED=1170074613

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30461936 kB
Buffers:        630008 kB
Cached:        1243444 kB
SwapCached:          8 kB
Active:         352844 kB
Inactive:      1714572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30461936 kB
SwapTotal:    67111528 kB
SwapFree:     67111416 kB
Dirty:            1960 kB
Writeback:           0 kB
AnonPages:      193824 kB
Mapped:          15728 kB
Slab:           358340 kB
PageTables:       5128 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   383836 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71556 MiB
End job on node102 at 2011-04-29 09:21:49