Trace number 3262163

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 Auto? (TO) 4800.36 1201.82

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: 29975
0.00/0.00	c setup for 4cores
0.00/0.01	c parsetime: 11499us
0.00/0.01	c parsed 34386 clauses with 253 variables
0.00/0.01	c NW started thread 0 successfully (1091279168)
0.00/0.02	c NW started thread 1 successfully (1101769024)
0.00/0.03	c NW started thread 2 successfully (1112258880)
0.00/0.03	c NW started thread 3 successfully (1122748736)
12.72/3.27	c preprocessor returned 10043 variables
12.72/3.27	c preprocessing returned UNKNOWN
12.72/3.27	c PP set 0 variables
12.72/3.27	c pp time: 3259572us (3s)
13.12/3.31	c preprocessor returned 10043 variables
13.12/3.31	c preprocessing returned UNKNOWN
13.12/3.31	c PP set 0 variables
13.12/3.31	c pp time: 3296676us (3s)
13.12/3.32	c preprocessor returned 10043 variables
13.12/3.32	c preprocessing returned UNKNOWN
13.12/3.32	c PP set 0 variables
13.12/3.32	c pp time: 3292518us (3s)
444.88/111.40	c preprocessor returned 30049 variables
444.88/111.40	c preprocessing returned UNKNOWN
444.88/111.40	c PP set 0 variables
444.88/111.40	c pp time: 111376041us (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: 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-3262163-1304060272/watcher-3262163-1304060272 -o /tmp/evaluation-result-3262163-1304060272/solver-3262163-1304060272 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3262163-1304060272.cnf 2088136156 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.02 8.09 8.08 5/182 29974
/proc/meminfo: memFree=24152520/32951124 swapFree=67111524/67111528
[pid=29974] ppid=29972 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29974/stat : 29974 (prissAuto.sh) S 29972 29974 28051 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517624983 8908800 251 33554432000 4194304 4922060 140736613192464 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29974/statm: 2175 251 211 178 0 68 0

[startup+0.0229281 s]
/proc/loadavg: 8.02 8.09 8.08 5/182 29974
/proc/meminfo: memFree=24152520/32951124 swapFree=67111524/67111528
[pid=29974] ppid=29972 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29974/stat : 29974 (prissAuto.sh) S 29972 29974 28051 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517624983 8908800 251 33554432000 4194304 4922060 140736613192464 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29974/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.107109 s]
/proc/loadavg: 8.02 8.09 8.08 5/182 29974
/proc/meminfo: memFree=24152520/32951124 swapFree=67111524/67111528
[pid=29974] ppid=29972 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29974/stat : 29974 (prissAuto.sh) S 29972 29974 28051 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517624983 8908800 251 33554432000 4194304 4922060 140736613192464 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29974/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300843 s]
/proc/loadavg: 8.02 8.09 8.08 5/182 29974
/proc/meminfo: memFree=24152520/32951124 swapFree=67111524/67111528
[pid=29974] ppid=29972 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29974/stat : 29974 (prissAuto.sh) S 29972 29974 28051 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517624983 8908800 251 33554432000 4194304 4922060 140736613192464 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29974/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700771 s]
/proc/loadavg: 8.02 8.09 8.08 5/182 29974
/proc/meminfo: memFree=24152520/32951124 swapFree=67111524/67111528
[pid=29974] ppid=29972 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29974/stat : 29974 (prissAuto.sh) S 29972 29974 28051 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517624983 8908800 251 33554432000 4194304 4922060 140736613192464 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29974/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50063 s]
/proc/loadavg: 8.02 8.08 8.08 9/188 29980
/proc/meminfo: memFree=24136468/32951124 swapFree=67111524/67111528
[pid=29974] ppid=29972 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29974/stat : 29974 (prissAuto.sh) S 29972 29974 28051 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517624983 8908800 251 33554432000 4194304 4922060 140736613192464 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29974/statm: 2175 251 211 178 0 68 0
[pid=29975] ppid=29974 vsize=202520 CPUtime=5.91 cores=0,2,4,6
/proc/29975/stat : 29975 (priss) S 29974 29974 28051 0 -1 4202496 4334 0 0 0 591 0 0 0 25 0 5 0 517624983 207380480 4146 33554432000 4194304 5787044 140733484384112 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29975/statm: 50630 4146 350 389 0 46380 0
[pid=29975/tid=29977] ppid=29974 vsize=202520 CPUtime=1.47 cores=0,2,4,6
/proc/29975/task/29977/stat : 29977 (priss) R 29974 29974 28051 0 -1 4202560 412 0 0 0 147 0 0 0 20 0 5 0 517624985 207380480 4146 33554432000 4194304 5787044 140733484384112 18446744073709551615 4336144 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29975/tid=29978] ppid=29974 vsize=202520 CPUtime=1.47 cores=0,2,4,6
/proc/29975/task/29978/stat : 29978 (priss) R 29974 29974 28051 0 -1 4202560 348 0 0 0 147 0 0 0 20 0 5 0 517624985 207380480 4146 33554432000 4194304 5787044 140733484384112 18446744073709551615 4336739 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29975/tid=29979] ppid=29974 vsize=202520 CPUtime=1.46 cores=0,2,4,6
/proc/29975/task/29979/stat : 29979 (priss) R 29974 29974 28051 0 -1 4202560 321 0 0 0 146 0 0 0 25 0 5 0 517624986 207380480 4146 33554432000 4194304 5787044 140733484384112 18446744073709551615 4336744 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29975/tid=29980] ppid=29974 vsize=202520 CPUtime=1.46 cores=0,2,4,6
/proc/29975/task/29980/stat : 29980 (priss) R 29974 29974 28051 0 -1 4202560 332 0 0 0 146 0 0 0 20 0 5 0 517624986 207380480 4146 33554432000 4194304 5787044 140733484384112 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 211220

[startup+3.10033 s]
/proc/loadavg: 8.02 8.08 8.08 9/188 29980
/proc/meminfo: memFree=24132128/32951124 swapFree=67111524/67111528
[pid=29974] ppid=29972 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29974/stat : 29974 (prissAuto.sh) S 29972 29974 28051 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517624983 8908800 251 33554432000 4194304 4922060 140736613192464 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29974/statm: 2175 251 211 178 0 68 0
[pid=29975] ppid=29974 vsize=214388 CPUtime=12.29 cores=0,2,4,6
/proc/29975/stat : 29975 (priss) S 29974 29974 28051 0 -1 4202496 9972 0 0 0 1227 2 0 0 25 0 5 0 517624983 219533312 9104 33554432000 4194304 5787044 140733484384112 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29975/statm: 53597 9104 355 389 0 49347 0
[pid=29975/tid=29977] ppid=29974 vsize=214388 CPUtime=3.07 cores=0,2,4,6
/proc/29975/task/29977/stat : 29977 (priss) R 29974 29974 28051 0 -1 4202560 1518 0 0 0 307 0 0 0 18 0 5 0 517624985 219533312 9104 33554432000 4194304 5787044 140733484384112 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29975/tid=29978] ppid=29974 vsize=214388 CPUtime=3.06 cores=0,2,4,6
/proc/29975/task/29978/stat : 29978 (priss) R 29974 29974 28051 0 -1 4202560 1687 0 0 0 306 0 0 0 25 0 5 0 517624985 219533312 9104 33554432000 4194304 5787044 140733484384112 18446744073709551615 212687369177 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29975/tid=29979] ppid=29974 vsize=214388 CPUtime=3.04 cores=0,2,4,6
/proc/29975/task/29979/stat : 29979 (priss) R 29974 29974 28051 0 -1 4202560 1273 0 0 0 304 0 0 0 25 0 5 0 517624986 219533312 9104 33554432000 4194304 5787044 140733484384112 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29975/tid=29980] ppid=29974 vsize=214388 CPUtime=3.06 cores=0,2,4,6
/proc/29975/task/29980/stat : 29980 (priss) R 29974 29974 28051 0 -1 4202560 2573 0 0 0 306 0 0 0 25 0 5 0 517624986 219533312 9104 33554432000 4194304 5787044 140733484384112 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 223088

[startup+6.30075 s]
/proc/loadavg: 8.02 8.08 8.08 9/188 29981
/proc/meminfo: memFree=24102864/32951124 swapFree=67111524/67111528
[pid=29974] ppid=29972 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29974/stat : 29974 (prissAuto.sh) S 29972 29974 28051 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517624983 8908800 251 33554432000 4194304 4922060 140736613192464 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29974/statm: 2175 251 211 178 0 68 0
[pid=29975] ppid=29974 vsize=283156 CPUtime=25.08 cores=0,2,4,6
/proc/29975/stat : 29975 (priss) S 29974 29974 28051 0 -1 4202496 12513 0 0 0 2505 3 0 0 25 0 5 0 517624983 289951744 11433 33554432000 4194304 5787044 140733484384112 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29975/statm: 70789 11433 404 389 0 66539 0
[pid=29975/tid=29977] ppid=29974 vsize=283156 CPUtime=6.27 cores=0,2,4,6
/proc/29975/task/29977/stat : 29977 (priss) R 29974 29974 28051 0 -1 4202560 2787 0 0 0 627 0 0 0 25 0 5 0 517624985 289951744 11433 33554432000 4194304 5787044 140733484384112 18446744073709551615 5586592 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29975/tid=29978] ppid=29974 vsize=283156 CPUtime=6.26 cores=0,2,4,6
/proc/29975/task/29978/stat : 29978 (priss) R 29974 29974 28051 0 -1 4202560 2477 0 0 0 626 0 0 0 25 0 5 0 517624985 289951744 11433 33554432000 4194304 5787044 140733484384112 18446744073709551615 5592125 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29975/tid=29979] ppid=29974 vsize=283156 CPUtime=6.22 cores=0,2,4,6
/proc/29975/task/29979/stat : 29979 (priss) R 29974 29974 28051 0 -1 4202560 1729 0 0 0 622 0 0 0 25 0 5 0 517624986 289951744 11433 33554432000 4194304 5787044 140733484384112 18446744073709551615 5591315 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29975/tid=29980] ppid=29974 vsize=283156 CPUtime=6.26 cores=0,2,4,6
/proc/29975/task/29980/stat : 29980 (priss) R 29974 29974 28051 0 -1 4202560 2599 0 0 0 626 0 0 0 25 0 5 0 517624986 289951744 11433 33554432000 4194304 5787044 140733484384112 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 291856

[startup+12.7006 s]
/proc/loadavg: 8.01 8.08 8.08 9/188 29981
/proc/meminfo: memFree=24091160/32951124 swapFree=67111524/67111528
[pid=29974] ppid=29972 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29974/stat : 29974 (prissAuto.sh) S 29972 29974 28051 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517624983 8908800 251 33554432000 4194304 4922060 140736613192464 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29974/statm: 2175 251 211 178 0 68 0
[pid=29975] ppid=29974 vsize=287916 CPUtime=50.64 cores=0,2,4,6
/proc/29975/stat : 29975 (priss) S 29974 29974 28051 0 -1 4202496 14975 0 0 0 5060 4 0 0 25 0 5 0 517624983 294825984 13895 33554432000 4194304 5787044 140733484384112 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29975/statm: 71979 13895 404 389 0 67729 0
[pid=29975/tid=29977] ppid=29974 vsize=287916 CPUtime=12.66 cores=0,2,4,6
/proc/29975/task/29977/stat : 29977 (priss) R 29974 29974 28051 0 -1 4202560 3153 0 0 0 1266 0 0 0 25 0 5 0 517624985 294825984 13895 33554432000 4194304 5787044 140733484384112 18446744073709551615 212687336133 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29975/tid=29978] ppid=29974 vsize=287916 CPUtime=12.67 cores=0,2,4,6
/proc/29975/task/29978/stat : 29978 (priss) R 29974 29974 28051 0 -1 4202560 3909 0 0 0 1266 1 0 0 25 0 5 0 517624985 294825984 13895 33554432000 4194304 5787044 140733484384112 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29975/tid=29979] ppid=29974 vsize=287916 CPUtime=12.59 cores=0,2,4,6
/proc/29975/task/29979/stat : 29979 (priss) R 29974 29974 28051 0 -1 4202560 2389 0 0 0 1258 1 0 0 25 0 5 0 517624986 294825984 13895 33554432000 4194304 5787044 140733484384112 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29975/tid=29980] ppid=29974 vsize=287916 CPUtime=12.66 cores=0,2,4,6
/proc/29975/task/29980/stat : 29980 (priss) R 29974 29974 28051 0 -1 4202560 2603 0 0 0 1266 0 0 0 25 0 5 0 517624986 294825984 13895 33554432000 4194304 5787044 140733484384112 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 296616

[startup+25.5013 s]
/proc/loadavg: 8.01 8.08 8.08 9/188 29981
/proc/meminfo: memFree=24079004/32951124 swapFree=67111524/67111528
[pid=29974] ppid=29972 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29974/stat : 29974 (prissAuto.sh) S 29972 29974 28051 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517624983 8908800 251 33554432000 4194304 4922060 140736613192464 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29974/statm: 2175 251 211 178 0 68 0
[pid=29975] ppid=29974 vsize=290212 CPUtime=101.77 cores=0,2,4,6
/proc/29975/stat : 29975 (priss) S 29974 29974 28051 0 -1 4202496 17044 0 0 0 10171 6 0 0 25 0 5 0 517624983 297177088 15964 33554432000 4194304 5787044 140733484384112 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29975/statm: 72553 15964 404 389 0 68303 0
[pid=29975/tid=29977] ppid=29974 vsize=290212 CPUtime=25.47 cores=0,2,4,6
/proc/29975/task/29977/stat : 29977 (priss) R 29974 29974 28051 0 -1 4202560 3914 0 0 0 2546 1 0 0 25 0 5 0 517624985 297177088 15964 33554432000 4194304 5787044 140733484384112 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29975/tid=29978] ppid=29974 vsize=290212 CPUtime=25.47 cores=0,2,4,6
/proc/29975/task/29978/stat : 29978 (priss) R 29974 29974 28051 0 -1 4202560 4452 0 0 0 2545 2 0 0 25 0 5 0 517624985 297177088 15964 33554432000 4194304 5787044 140733484384112 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29975/tid=29979] ppid=29974 vsize=290212 CPUtime=25.31 cores=0,2,4,6
/proc/29975/task/29979/stat : 29979 (priss) R 29974 29974 28051 0 -1 4202560 3154 0 0 0 2530 1 0 0 25 0 5 0 517624986 297177088 15964 33554432000 4194304 5787044 140733484384112 18446744073709551615 5591573 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29975/tid=29980] ppid=29974 vsize=290212 CPUtime=25.46 cores=0,2,4,6
/proc/29975/task/29980/stat : 29980 (priss) R 29974 29974 28051 0 -1 4202560 2603 0 0 0 2546 0 0 0 25 0 5 0 517624986 297177088 15964 33554432000 4194304 5787044 140733484384112 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.77
Current children cumulated vsize (KiB) 298912

[startup+51.1006 s]
/proc/loadavg: 8.01 8.07 8.07 9/188 29982
/proc/meminfo: memFree=24054932/32951124 swapFree=67111524/67111528
[pid=29974] ppid=29972 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29974/stat : 29974 (prissAuto.sh) S 29972 29974 28051 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517624983 8908800 251 33554432000 4194304 4922060 140736613192464 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29974/statm: 2175 251 211 178 0 68 0
[pid=29975] ppid=29974 vsize=296192 CPUtime=204.02 cores=0,2,4,6
/proc/29975/stat : 29975 (priss) S 29974 29974 28051 0 -1 4202496 21382 0 0 0 20393 9 0 0 25 0 5 0 517624983 303300608 20300 33554432000 4194304 5787044 140733484384112 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29975/statm: 74048 20300 404 389 0 69798 0
[pid=29975/tid=29977] ppid=29974 vsize=296192 CPUtime=51.06 cores=0,2,4,6
/proc/29975/task/29977/stat : 29977 (priss) R 29974 29974 28051 0 -1 4202560 4382 0 0 0 5105 1 0 0 25 0 5 0 517624985 303300608 20300 33554432000 4194304 5787044 140733484384112 18446744073709551615 5591356 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29975/tid=29978] ppid=29974 vsize=296192 CPUtime=51.06 cores=0,2,4,6
/proc/29975/task/29978/stat : 29978 (priss) R 29974 29974 28051 0 -1 4202560 6637 0 0 0 5103 3 0 0 25 0 5 0 517624985 303300608 20300 33554432000 4194304 5787044 140733484384112 18446744073709551615 5590410 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29975/tid=29979] ppid=29974 vsize=296192 CPUtime=50.78 cores=0,2,4,6
/proc/29975/task/29979/stat : 29979 (priss) R 29974 29974 28051 0 -1 4202560 4839 0 0 0 5075 3 0 0 25 0 5 0 517624986 303300608 20300 33554432000 4194304 5787044 140733484384112 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29975/tid=29980] ppid=29974 vsize=296192 CPUtime=51.06 cores=0,2,4,6
/proc/29975/task/29980/stat : 29980 (priss) R 29974 29974 28051 0 -1 4202560 2603 0 0 0 5106 0 0 0 25 0 5 0 517624986 303300608 20300 33554432000 4194304 5787044 140733484384112 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.02
Current children cumulated vsize (KiB) 304892

[startup+102.307 s]
/proc/loadavg: 8.07 8.07 8.08 9/188 29983
/proc/meminfo: memFree=24000584/32951124 swapFree=67111524/67111528
[pid=29974] ppid=29972 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29974/stat : 29974 (prissAuto.sh) S 29972 29974 28051 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517624983 8908800 251 33554432000 4194304 4922060 140736613192464 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29974/statm: 2175 251 211 178 0 68 0
[pid=29975] ppid=29974 vsize=314332 CPUtime=408.56 cores=0,2,4,6
/proc/29975/stat : 29975 (priss) S 29974 29974 28051 0 -1 4202496 30997 0 0 0 40839 17 0 0 25 0 5 0 517624983 321875968 29806 33554432000 4194304 5787044 140733484384112 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29975/statm: 78583 29806 404 389 0 74333 0
[pid=29975/tid=29977] ppid=29974 vsize=314332 CPUtime=102.28 cores=0,2,4,6
/proc/29975/task/29977/stat : 29977 (priss) R 29974 29974 28051 0 -1 4202560 8258 0 0 0 10224 4 0 0 25 0 5 0 517624985 321875968 29806 33554432000 4194304 5787044 140733484384112 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29975/tid=29978] ppid=29974 vsize=314332 CPUtime=102.26 cores=0,2,4,6
/proc/29975/task/29978/stat : 29978 (priss) R 29974 29974 28051 0 -1 4202560 8630 0 0 0 10221 5 0 0 25 0 5 0 517624985 321875968 29806 33554432000 4194304 5787044 140733484384112 18446744073709551615 5591243 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29975/tid=29979] ppid=29974 vsize=314332 CPUtime=101.7 cores=0,2,4,6
/proc/29975/task/29979/stat : 29979 (priss) R 29974 29974 28051 0 -1 4202560 8585 0 0 0 10163 7 0 0 25 0 5 0 517624986 321875968 29806 33554432000 4194304 5787044 140733484384112 18446744073709551615 5591219 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29975/tid=29980] ppid=29974 vsize=314332 CPUtime=102.27 cores=0,2,4,6

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

/proc/29975/task/29978/stat : 29978 (priss) R 29974 29974 28051 0 -1 4202560 21069 0 0 0 82199 16 0 0 25 0 5 0 517624985 397770752 72349 33554432000 4194304 5787044 140733484384112 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29975/tid=29979] ppid=29974 vsize=388448 CPUtime=817.76 cores=0,2,4,6
/proc/29975/task/29979/stat : 29979 (priss) R 29974 29974 28051 0 -1 4202560 17422 0 0 0 81758 18 0 0 25 0 5 0 517624986 397770752 72349 33554432000 4194304 5787044 140733484384112 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29975/tid=29980] ppid=29974 vsize=388448 CPUtime=822.25 cores=0,2,4,6
/proc/29975/task/29980/stat : 29980 (priss) R 29974 29974 28051 0 -1 4202560 14229 0 0 0 82213 12 0 0 25 0 5 0 517624986 397770752 72349 33554432000 4194304 5787044 140733484384112 18446744073709551615 5534357 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.47
Current children cumulated vsize (KiB) 397148

[startup+882.3 s]
/proc/loadavg: 8.12 8.13 8.09 9/188 30049
/proc/meminfo: memFree=23870232/32951124 swapFree=67111524/67111528
[pid=29974] ppid=29972 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29974/stat : 29974 (prissAuto.sh) S 29972 29974 28051 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517624983 8908800 251 33554432000 4194304 4922060 140736613192464 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29974/statm: 2175 251 211 178 0 68 0
[pid=29975] ppid=29974 vsize=401436 CPUtime=3524.14 cores=0,2,4,6
/proc/29975/stat : 29975 (priss) S 29974 29974 28051 0 -1 4202496 78928 0 0 0 352349 65 0 0 25 0 5 0 517624983 411070464 75736 33554432000 4194304 5787044 140733484384112 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29975/statm: 100359 75736 417 389 0 96109 0
[pid=29975/tid=29977] ppid=29974 vsize=401436 CPUtime=882.25 cores=0,2,4,6
/proc/29975/task/29977/stat : 29977 (priss) R 29974 29974 28051 0 -1 4202560 20635 0 0 0 88209 16 0 0 25 0 5 0 517624985 411070464 75736 33554432000 4194304 5787044 140733484384112 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29975/tid=29978] ppid=29974 vsize=401436 CPUtime=882.14 cores=0,2,4,6
/proc/29975/task/29978/stat : 29978 (priss) R 29974 29974 28051 0 -1 4202560 21796 0 0 0 88198 16 0 0 25 0 5 0 517624985 411070464 75736 33554432000 4194304 5787044 140733484384112 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29975/tid=29979] ppid=29974 vsize=401436 CPUtime=877.43 cores=0,2,4,6
/proc/29975/task/29979/stat : 29979 (priss) R 29974 29974 28051 0 -1 4202560 17478 0 0 0 87725 18 0 0 25 0 5 0 517624986 411070464 75736 33554432000 4194304 5787044 140733484384112 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29975/tid=29980] ppid=29974 vsize=401436 CPUtime=882.25 cores=0,2,4,6
/proc/29975/task/29980/stat : 29980 (priss) R 29974 29974 28051 0 -1 4202560 16098 0 0 0 88212 13 0 0 25 0 5 0 517624986 411070464 75736 33554432000 4194304 5787044 140733484384112 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.14
Current children cumulated vsize (KiB) 410136

[startup+942.3 s]
/proc/loadavg: 8.11 8.12 8.09 9/188 30051
/proc/meminfo: memFree=23843796/32951124 swapFree=67111524/67111528
[pid=29974] ppid=29972 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29974/stat : 29974 (prissAuto.sh) S 29972 29974 28051 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517624983 8908800 251 33554432000 4194304 4922060 140736613192464 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29974/statm: 2175 251 211 178 0 68 0
[pid=29975] ppid=29974 vsize=413264 CPUtime=3763.81 cores=0,2,4,6
/proc/29975/stat : 29975 (priss) S 29974 29974 28051 0 -1 4202496 84675 0 0 0 376309 72 0 0 25 0 5 0 517624983 423182336 81483 33554432000 4194304 5787044 140733484384112 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29975/statm: 103316 81483 417 389 0 99066 0
[pid=29975/tid=29977] ppid=29974 vsize=413264 CPUtime=942.25 cores=0,2,4,6
/proc/29975/task/29977/stat : 29977 (priss) R 29974 29974 28051 0 -1 4202560 21799 0 0 0 94209 16 0 0 25 0 5 0 517624985 423182336 81483 33554432000 4194304 5787044 140733484384112 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29975/tid=29978] ppid=29974 vsize=413264 CPUtime=942.13 cores=0,2,4,6
/proc/29975/task/29978/stat : 29978 (priss) R 29974 29974 28051 0 -1 4202560 22789 0 0 0 94196 17 0 0 25 0 5 0 517624985 423182336 81483 33554432000 4194304 5787044 140733484384112 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29975/tid=29979] ppid=29974 vsize=413264 CPUtime=937.1 cores=0,2,4,6
/proc/29975/task/29979/stat : 29979 (priss) R 29974 29974 28051 0 -1 4202560 18823 0 0 0 93690 20 0 0 25 0 5 0 517624986 423182336 81483 33554432000 4194304 5787044 140733484384112 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29975/tid=29980] ppid=29974 vsize=413264 CPUtime=942.25 cores=0,2,4,6
/proc/29975/task/29980/stat : 29980 (priss) R 29974 29974 28051 0 -1 4202560 18343 0 0 0 94209 16 0 0 25 0 5 0 517624986 423182336 81483 33554432000 4194304 5787044 140733484384112 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3763.81
Current children cumulated vsize (KiB) 421964

[startup+1002.3 s]
/proc/loadavg: 8.14 8.12 8.09 9/188 30052
/proc/meminfo: memFree=23807820/32951124 swapFree=67111524/67111528
[pid=29974] ppid=29972 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29974/stat : 29974 (prissAuto.sh) S 29972 29974 28051 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517624983 8908800 251 33554432000 4194304 4922060 140736613192464 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29974/statm: 2175 251 211 178 0 68 0
[pid=29975] ppid=29974 vsize=553928 CPUtime=4003.47 cores=0,2,4,6
/proc/29975/stat : 29975 (priss) S 29974 29974 28051 0 -1 4202496 90471 0 0 0 400268 79 0 0 25 0 5 0 517624983 567222272 87279 33554432000 4194304 5787044 140733484384112 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29975/statm: 138482 87279 417 389 0 134232 0
[pid=29975/tid=29977] ppid=29974 vsize=553928 CPUtime=1002.25 cores=0,2,4,6
/proc/29975/task/29977/stat : 29977 (priss) R 29974 29974 28051 0 -1 4202560 23047 0 0 0 100207 18 0 0 25 0 5 0 517624985 567222272 87279 33554432000 4194304 5787044 140733484384112 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29975/tid=29978] ppid=29974 vsize=553928 CPUtime=1002.12 cores=0,2,4,6
/proc/29975/task/29978/stat : 29978 (priss) R 29974 29974 28051 0 -1 4202560 24056 0 0 0 100194 18 0 0 25 0 5 0 517624985 567222272 87279 33554432000 4194304 5787044 140733484384112 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29975/tid=29979] ppid=29974 vsize=553928 CPUtime=996.77 cores=0,2,4,6
/proc/29975/task/29979/stat : 29979 (priss) R 29974 29974 28051 0 -1 4202560 20850 0 0 0 99655 22 0 0 25 0 5 0 517624986 567222272 87279 33554432000 4194304 5787044 140733484384112 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29975/tid=29980] ppid=29974 vsize=553928 CPUtime=1002.25 cores=0,2,4,6
/proc/29975/task/29980/stat : 29980 (priss) R 29974 29974 28051 0 -1 4202560 19597 0 0 0 100207 18 0 0 25 0 5 0 517624986 567222272 87279 33554432000 4194304 5787044 140733484384112 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.47
Current children cumulated vsize (KiB) 562628

[startup+1062.3 s]
/proc/loadavg: 8.14 8.13 8.09 9/188 30054
/proc/meminfo: memFree=23770848/32951124 swapFree=67111524/67111528
[pid=29974] ppid=29972 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29974/stat : 29974 (prissAuto.sh) S 29972 29974 28051 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517624983 8908800 251 33554432000 4194304 4922060 140736613192464 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29974/statm: 2175 251 211 178 0 68 0
[pid=29975] ppid=29974 vsize=567544 CPUtime=4243.13 cores=0,2,4,6
/proc/29975/stat : 29975 (priss) S 29974 29974 28051 0 -1 4202496 95626 0 0 0 424230 83 0 0 25 0 5 0 517624983 581165056 92209 33554432000 4194304 5787044 140733484384112 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29975/statm: 141886 92209 417 389 0 137636 0
[pid=29975/tid=29977] ppid=29974 vsize=567544 CPUtime=1062.24 cores=0,2,4,6
/proc/29975/task/29977/stat : 29977 (priss) R 29974 29974 28051 0 -1 4202560 25197 0 0 0 106205 19 0 0 25 0 5 0 517624985 581165056 92209 33554432000 4194304 5787044 140733484384112 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29975/tid=29978] ppid=29974 vsize=567544 CPUtime=1062.12 cores=0,2,4,6
/proc/29975/task/29978/stat : 29978 (priss) R 29974 29974 28051 0 -1 4202560 25025 0 0 0 106193 19 0 0 25 0 5 0 517624985 581165056 92209 33554432000 4194304 5787044 140733484384112 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29975/tid=29979] ppid=29974 vsize=567544 CPUtime=1056.45 cores=0,2,4,6
/proc/29975/task/29979/stat : 29979 (priss) R 29974 29974 28051 0 -1 4202560 22038 0 0 0 105622 23 0 0 25 0 5 0 517624986 581165056 92209 33554432000 4194304 5787044 140733484384112 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29975/tid=29980] ppid=29974 vsize=567544 CPUtime=1062.25 cores=0,2,4,6
/proc/29975/task/29980/stat : 29980 (priss) R 29974 29974 28051 0 -1 4202560 20445 0 0 0 106206 19 0 0 25 0 5 0 517624986 581165056 92209 33554432000 4194304 5787044 140733484384112 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4243.13
Current children cumulated vsize (KiB) 576244

[startup+1122.3 s]
/proc/loadavg: 8.14 8.13 8.09 9/188 30055
/proc/meminfo: memFree=23760792/32951124 swapFree=67111524/67111528
[pid=29974] ppid=29972 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29974/stat : 29974 (prissAuto.sh) S 29972 29974 28051 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517624983 8908800 251 33554432000 4194304 4922060 140736613192464 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29974/statm: 2175 251 211 178 0 68 0
[pid=29975] ppid=29974 vsize=569608 CPUtime=4482.78 cores=0,2,4,6
/proc/29975/stat : 29975 (priss) S 29974 29974 28051 0 -1 4202496 96247 0 0 0 448194 84 0 0 25 0 5 0 517624983 583278592 92830 33554432000 4194304 5787044 140733484384112 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29975/statm: 142402 92830 417 389 0 138152 0
[pid=29975/tid=29977] ppid=29974 vsize=569608 CPUtime=1122.25 cores=0,2,4,6
/proc/29975/task/29977/stat : 29977 (priss) R 29974 29974 28051 0 -1 4202560 25199 0 0 0 112205 20 0 0 25 0 5 0 517624985 583278592 92830 33554432000 4194304 5787044 140733484384112 18446744073709551615 5591239 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29975/tid=29978] ppid=29974 vsize=569608 CPUtime=1122.11 cores=0,2,4,6
/proc/29975/task/29978/stat : 29978 (priss) R 29974 29974 28051 0 -1 4202560 25025 0 0 0 112192 19 0 0 25 0 5 0 517624985 583278592 92830 33554432000 4194304 5787044 140733484384112 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29975/tid=29979] ppid=29974 vsize=569608 CPUtime=1116.13 cores=0,2,4,6
/proc/29975/task/29979/stat : 29979 (priss) R 29974 29974 28051 0 -1 4202560 22142 0 0 0 111589 24 0 0 25 0 5 0 517624986 583278592 92830 33554432000 4194304 5787044 140733484384112 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29975/tid=29980] ppid=29974 vsize=569608 CPUtime=1122.24 cores=0,2,4,6
/proc/29975/task/29980/stat : 29980 (priss) R 29974 29974 28051 0 -1 4202560 20960 0 0 0 112204 20 0 0 25 0 5 0 517624986 583278592 92830 33554432000 4194304 5787044 140733484384112 18446744073709551615 5527218 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4482.78
Current children cumulated vsize (KiB) 578308

[startup+1182.3 s]
/proc/loadavg: 8.08 8.12 8.09 9/188 30057
/proc/meminfo: memFree=23752356/32951124 swapFree=67111524/67111528
[pid=29974] ppid=29972 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29974/stat : 29974 (prissAuto.sh) S 29972 29974 28051 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517624983 8908800 251 33554432000 4194304 4922060 140736613192464 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29974/statm: 2175 251 211 178 0 68 0
[pid=29975] ppid=29974 vsize=570736 CPUtime=4722.46 cores=0,2,4,6
/proc/29975/stat : 29975 (priss) S 29974 29974 28051 0 -1 4202496 96537 0 0 0 472162 84 0 0 25 0 5 0 517624983 584433664 93120 33554432000 4194304 5787044 140733484384112 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29975/statm: 142684 93120 417 389 0 138434 0
[pid=29975/tid=29977] ppid=29974 vsize=570736 CPUtime=1182.26 cores=0,2,4,6
/proc/29975/task/29977/stat : 29977 (priss) R 29974 29974 28051 0 -1 4202560 25199 0 0 0 118206 20 0 0 25 0 5 0 517624985 584433664 93120 33554432000 4194304 5787044 140733484384112 18446744073709551615 5591239 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29975/tid=29978] ppid=29974 vsize=570736 CPUtime=1182.1 cores=0,2,4,6
/proc/29975/task/29978/stat : 29978 (priss) R 29974 29974 28051 0 -1 4202560 25027 0 0 0 118191 19 0 0 25 0 5 0 517624985 584433664 93120 33554432000 4194304 5787044 140733484384112 18446744073709551615 5590446 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29975/tid=29979] ppid=29974 vsize=570736 CPUtime=1175.8 cores=0,2,4,6
/proc/29975/task/29979/stat : 29979 (priss) R 29974 29974 28051 0 -1 4202560 22430 0 0 0 117556 24 0 0 25 0 5 0 517624986 584433664 93120 33554432000 4194304 5787044 140733484384112 18446744073709551615 5591202 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29975/tid=29980] ppid=29974 vsize=570736 CPUtime=1182.24 cores=0,2,4,6
/proc/29975/task/29980/stat : 29980 (priss) R 29974 29974 28051 0 -1 4202560 20960 0 0 0 118204 20 0 0 25 0 5 0 517624986 584433664 93120 33554432000 4194304 5787044 140733484384112 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.46
Current children cumulated vsize (KiB) 579436



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.12 8.13 8.09 9/188 30057
/proc/meminfo: memFree=23747888/32951124 swapFree=67111524/67111528
[pid=29974] ppid=29972 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29974/stat : 29974 (prissAuto.sh) S 29972 29974 28051 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517624983 8908800 251 33554432000 4194304 4922060 140736613192464 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29974/statm: 2175 251 211 178 0 68 0
[pid=29975] ppid=29974 vsize=571436 CPUtime=4800.36 cores=0,2,4,6
/proc/29975/stat : 29975 (priss) S 29974 29974 28051 0 -1 4202496 96948 0 0 0 479951 85 0 0 25 0 5 0 517624983 585150464 93531 33554432000 4194304 5787044 140733484384112 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29975/statm: 142859 93531 417 389 0 138609 0
[pid=29975/tid=29977] ppid=29974 vsize=571436 CPUtime=1201.76 cores=0,2,4,6
/proc/29975/task/29977/stat : 29977 (priss) R 29974 29974 28051 0 -1 4202560 25199 0 0 0 120156 20 0 0 25 0 5 0 517624985 585150464 93531 33554432000 4194304 5787044 140733484384112 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29975/tid=29978] ppid=29974 vsize=571436 CPUtime=1201.6 cores=0,2,4,6
/proc/29975/task/29978/stat : 29978 (priss) R 29974 29974 28051 0 -1 4202560 25027 0 0 0 120141 19 0 0 25 0 5 0 517624985 585150464 93531 33554432000 4194304 5787044 140733484384112 18446744073709551615 5591342 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29975/tid=29979] ppid=29974 vsize=571436 CPUtime=1195.19 cores=0,2,4,6
/proc/29975/task/29979/stat : 29979 (priss) R 29974 29974 28051 0 -1 4202560 22572 0 0 0 119495 24 0 0 25 0 5 0 517624986 585150464 93531 33554432000 4194304 5787044 140733484384112 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29975/tid=29980] ppid=29974 vsize=571436 CPUtime=1201.75 cores=0,2,4,6
/proc/29975/task/29980/stat : 29980 (priss) R 29974 29974 28051 0 -1 4202560 21229 0 0 0 120154 21 0 0 25 0 5 0 517624986 585150464 93531 33554432000 4194304 5787044 140733484384112 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.36
Current children cumulated vsize (KiB) 580136

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 29974 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.36
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.82
CPU time (s): 4800.36
CPU user time (s): 4799.51
CPU system time (s): 0.85
CPU usage (%): 399.424
Max. virtual memory (cumulated for all children) (KiB): 580136

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

runsolver used 1.81172 second user time and 4.75428 second system time

The end

Launcher Data

Begin job on node139 at 2011-04-29 08:57:53
IDJOB=3262163
IDBENCH=83280
IDSOLVER=1602
FILE ID=node139/3262163-1304060272
RUNJOBID= node139-1304045238-28069
PBS_JOBID= 13170397
Free space on /tmp= 72552 MiB

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

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

MD5SUM BENCH= 3c65ff80757b12edd41f8ee6da874877
RANDOM SEED=2088136156

node139.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.852
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.70
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.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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.74
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.852
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.852
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	: 5321.49
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.852
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.852
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.852
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24152684 kB
Buffers:       2032420 kB
Cached:        5898452 kB
SwapCached:          4 kB
Active:        1158476 kB
Inactive:      7122820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24152684 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            2384 kB
Writeback:           0 kB
AnonPages:      350316 kB
Mapped:          15628 kB
Slab:           452844 kB
PageTables:       5116 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   549728 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= 72548 MiB
End job on node139 at 2011-04-29 09:17:56