Trace number 3262427

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

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: 13624
0.00/0.00	c setup for 4cores
0.00/0.01	c parsetime: 8033us
0.00/0.01	c parsed 26441 clauses with 223 variables
0.00/0.01	c NW started thread 0 successfully (1097201984)
0.00/0.01	c NW started thread 1 successfully (1109743936)
0.00/0.01	c NW started thread 2 successfully (1120233792)
0.00/0.83	c NW started thread 3 successfully (1130723648)
8.35/2.14	c preprocessor returned 10013 variables
8.35/2.14	c preprocessing returned UNKNOWN
8.35/2.14	c PP set 0 variables
8.35/2.14	c pp time: 2126885us (2s)
8.35/2.15	c preprocessor returned 10013 variables
8.35/2.15	c preprocessing returned UNKNOWN
8.35/2.15	c PP set 0 variables
8.35/2.15	c pp time: 2136984us (2s)
8.35/2.15	c preprocessor returned 10013 variables
8.35/2.15	c preprocessing returned UNKNOWN
8.35/2.15	c PP set 0 variables
8.35/2.15	c pp time: 2139589us (2s)
364.66/91.32	c preprocessor returned 30019 variables
364.66/91.32	c preprocessing returned UNKNOWN
364.66/91.32	c PP set 0 variables
364.66/91.32	c pp time: 91303315us (91s)

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-3262427-1304060671/watcher-3262427-1304060671 -o /tmp/evaluation-result-3262427-1304060671/solver-3262427-1304060671 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3262427-1304060671.cnf 389040656 4800 15500 4 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 7.92 8.05 8.02 5/182 13623
/proc/meminfo: memFree=24693120/32950928 swapFree=67111364/67111528
[pid=13623] ppid=13621 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13623/stat : 13623 (prissAuto.sh) S 13621 13623 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517666775 8908800 251 33554432000 4194304 4922060 140733296160784 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13623/statm: 2175 251 211 178 0 68 0

[startup+0.0613949 s]
/proc/loadavg: 7.92 8.05 8.02 5/182 13623
/proc/meminfo: memFree=24693120/32950928 swapFree=67111364/67111528
[pid=13623] ppid=13621 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13623/stat : 13623 (prissAuto.sh) S 13621 13623 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517666775 8908800 251 33554432000 4194304 4922060 140733296160784 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13623/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.161375 s]
/proc/loadavg: 7.92 8.05 8.02 5/182 13623
/proc/meminfo: memFree=24693120/32950928 swapFree=67111364/67111528
[pid=13623] ppid=13621 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13623/stat : 13623 (prissAuto.sh) S 13621 13623 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517666775 8908800 251 33554432000 4194304 4922060 140733296160784 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13623/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300348 s]
/proc/loadavg: 7.92 8.05 8.02 5/182 13623
/proc/meminfo: memFree=24693120/32950928 swapFree=67111364/67111528
[pid=13623] ppid=13621 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13623/stat : 13623 (prissAuto.sh) S 13621 13623 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517666775 8908800 251 33554432000 4194304 4922060 140733296160784 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13623/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700273 s]
/proc/loadavg: 7.92 8.05 8.02 5/182 13623
/proc/meminfo: memFree=24693120/32950928 swapFree=67111364/67111528
[pid=13623] ppid=13621 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13623/stat : 13623 (prissAuto.sh) S 13621 13623 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517666775 8908800 251 33554432000 4194304 4922060 140733296160784 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13623/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50112 s]
/proc/loadavg: 7.92 8.05 8.02 9/188 13629
/proc/meminfo: memFree=24679184/32950928 swapFree=67111364/67111528
[pid=13623] ppid=13621 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13623/stat : 13623 (prissAuto.sh) S 13621 13623 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517666775 8908800 251 33554432000 4194304 4922060 140733296160784 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13623/statm: 2175 251 211 178 0 68 0
[pid=13624] ppid=13623 vsize=266980 CPUtime=5.93 cores=1,3,5,7
/proc/13624/stat : 13624 (priss) S 13623 13623 12570 0 -1 4202496 4608 0 0 0 593 0 0 0 18 0 5 0 517666775 273387520 4546 33554432000 4194304 5787044 140734023379888 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/13624/statm: 66745 4546 352 389 0 62495 0
[pid=13624/tid=13626] ppid=13623 vsize=266980 CPUtime=1.47 cores=1,3,5,7
/proc/13624/task/13626/stat : 13626 (priss) R 13623 13623 12570 0 -1 4202560 458 0 0 0 147 0 0 0 25 0 5 0 517666777 273387520 4546 33554432000 4194304 5787044 140734023379888 18446744073709551615 4336703 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=13624/tid=13627] ppid=13623 vsize=266980 CPUtime=1.48 cores=1,3,5,7
/proc/13624/task/13627/stat : 13627 (priss) R 13623 13623 12570 0 -1 4202560 512 0 0 0 148 0 0 0 20 0 5 0 517666777 273387520 4546 33554432000 4194304 5787044 140734023379888 18446744073709551615 4336744 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=13624/tid=13628] ppid=13623 vsize=266980 CPUtime=1.47 cores=1,3,5,7
/proc/13624/task/13628/stat : 13628 (priss) R 13623 13623 12570 0 -1 4202560 430 0 0 0 147 0 0 0 20 0 5 0 517666777 273387520 4546 33554432000 4194304 5787044 140734023379888 18446744073709551615 4336138 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=13624/tid=13629] ppid=13623 vsize=266980 CPUtime=1.47 cores=1,3,5,7
/proc/13624/task/13629/stat : 13629 (priss) R 13623 13623 12570 0 -1 4202560 422 0 0 0 147 0 0 0 23 0 5 0 517666778 273387520 4546 33554432000 4194304 5787044 140734023379888 18446744073709551615 18446744073699065863 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 275680

[startup+3.10082 s]
/proc/loadavg: 7.92 8.05 8.02 9/188 13629
/proc/meminfo: memFree=24660100/32950928 swapFree=67111364/67111528
[pid=13623] ppid=13621 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13623/stat : 13623 (prissAuto.sh) S 13621 13623 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517666775 8908800 251 33554432000 4194304 4922060 140733296160784 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13623/statm: 2175 251 211 178 0 68 0
[pid=13624] ppid=13623 vsize=283284 CPUtime=12.32 cores=1,3,5,7
/proc/13624/stat : 13624 (priss) S 13623 13623 12570 0 -1 4202496 11621 0 0 0 1230 2 0 0 18 0 5 0 517666775 290082816 10294 33554432000 4194304 5787044 140734023379888 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/13624/statm: 70821 10294 404 389 0 66571 0
[pid=13624/tid=13626] ppid=13623 vsize=283284 CPUtime=3.06 cores=1,3,5,7
/proc/13624/task/13626/stat : 13626 (priss) R 13623 13623 12570 0 -1 4202560 1857 0 0 0 306 0 0 0 25 0 5 0 517666777 290082816 10294 33554432000 4194304 5787044 140734023379888 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=13624/tid=13627] ppid=13623 vsize=283284 CPUtime=3.07 cores=1,3,5,7
/proc/13624/task/13627/stat : 13627 (priss) R 13623 13623 12570 0 -1 4202560 2010 0 0 0 307 0 0 0 25 0 5 0 517666777 290082816 10294 33554432000 4194304 5787044 140734023379888 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=13624/tid=13628] ppid=13623 vsize=283284 CPUtime=3.07 cores=1,3,5,7
/proc/13624/task/13628/stat : 13628 (priss) R 13623 13623 12570 0 -1 4202560 2464 0 0 0 307 0 0 0 25 0 5 0 517666777 290082816 10294 33554432000 4194304 5787044 140734023379888 18446744073709551615 208079893537 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=13624/tid=13629] ppid=13623 vsize=283284 CPUtime=3.07 cores=1,3,5,7
/proc/13624/task/13629/stat : 13629 (priss) R 13623 13623 12570 0 -1 4202560 2504 0 0 0 307 0 0 0 25 0 5 0 517666778 290082816 10294 33554432000 4194304 5787044 140734023379888 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 291984

[startup+6.30121 s]
/proc/loadavg: 7.93 8.05 8.02 9/188 13629
/proc/meminfo: memFree=24650516/32950928 swapFree=67111364/67111528
[pid=13623] ppid=13621 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13623/stat : 13623 (prissAuto.sh) S 13621 13623 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517666775 8908800 251 33554432000 4194304 4922060 140733296160784 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13623/statm: 2175 251 211 178 0 68 0
[pid=13624] ppid=13623 vsize=283416 CPUtime=25.1 cores=1,3,5,7
/proc/13624/stat : 13624 (priss) S 13623 13623 12570 0 -1 4202496 12366 0 0 0 2508 2 0 0 18 0 5 0 517666775 290217984 11039 33554432000 4194304 5787044 140734023379888 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/13624/statm: 70854 11039 404 389 0 66604 0
[pid=13624/tid=13626] ppid=13623 vsize=283416 CPUtime=6.24 cores=1,3,5,7
/proc/13624/task/13626/stat : 13626 (priss) R 13623 13623 12570 0 -1 4202560 2122 0 0 0 624 0 0 0 25 0 5 0 517666777 290217984 11039 33554432000 4194304 5787044 140734023379888 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=13624/tid=13627] ppid=13623 vsize=283416 CPUtime=6.27 cores=1,3,5,7
/proc/13624/task/13627/stat : 13627 (priss) R 13623 13623 12570 0 -1 4202560 2164 0 0 0 627 0 0 0 25 0 5 0 517666777 290217984 11039 33554432000 4194304 5787044 140734023379888 18446744073709551615 5590555 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=13624/tid=13628] ppid=13623 vsize=283416 CPUtime=6.27 cores=1,3,5,7
/proc/13624/task/13628/stat : 13628 (priss) R 13623 13623 12570 0 -1 4202560 2780 0 0 0 627 0 0 0 25 0 5 0 517666777 290217984 11039 33554432000 4194304 5787044 140734023379888 18446744073709551615 5588664 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=13624/tid=13629] ppid=13623 vsize=283416 CPUtime=6.27 cores=1,3,5,7
/proc/13624/task/13629/stat : 13629 (priss) R 13623 13623 12570 0 -1 4202560 2514 0 0 0 627 0 0 0 25 0 5 0 517666778 290217984 11039 33554432000 4194304 5787044 140734023379888 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 292116

[startup+12.701 s]
/proc/loadavg: 7.93 8.04 8.02 9/188 13629
/proc/meminfo: memFree=24640720/32950928 swapFree=67111364/67111528
[pid=13623] ppid=13621 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13623/stat : 13623 (prissAuto.sh) S 13621 13623 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517666775 8908800 251 33554432000 4194304 4922060 140733296160784 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13623/statm: 2175 251 211 178 0 68 0
[pid=13624] ppid=13623 vsize=287516 CPUtime=50.67 cores=1,3,5,7
/proc/13624/stat : 13624 (priss) S 13623 13623 12570 0 -1 4202496 14524 0 0 0 5063 4 0 0 18 0 5 0 517666775 294416384 13197 33554432000 4194304 5787044 140734023379888 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/13624/statm: 71879 13197 404 389 0 67629 0
[pid=13624/tid=13626] ppid=13623 vsize=287516 CPUtime=12.6 cores=1,3,5,7
/proc/13624/task/13626/stat : 13626 (priss) R 13623 13623 12570 0 -1 4202560 2508 0 0 0 1260 0 0 0 25 0 5 0 517666777 294416384 13197 33554432000 4194304 5787044 140734023379888 18446744073709551615 5591219 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=13624/tid=13627] ppid=13623 vsize=287516 CPUtime=12.67 cores=1,3,5,7
/proc/13624/task/13627/stat : 13627 (priss) R 13623 13623 12570 0 -1 4202560 3568 0 0 0 1266 1 0 0 25 0 5 0 517666777 294416384 13197 33554432000 4194304 5787044 140734023379888 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=13624/tid=13628] ppid=13623 vsize=287516 CPUtime=12.66 cores=1,3,5,7
/proc/13624/task/13628/stat : 13628 (priss) R 13623 13623 12570 0 -1 4202560 3148 0 0 0 1266 0 0 0 25 0 5 0 517666777 294416384 13197 33554432000 4194304 5787044 140734023379888 18446744073709551615 5585240 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=13624/tid=13629] ppid=13623 vsize=287516 CPUtime=12.67 cores=1,3,5,7
/proc/13624/task/13629/stat : 13629 (priss) R 13623 13623 12570 0 -1 4202560 2514 0 0 0 1267 0 0 0 25 0 5 0 517666778 294416384 13197 33554432000 4194304 5787044 140734023379888 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 296216

[startup+25.5006 s]
/proc/loadavg: 7.95 8.04 8.02 9/188 13630
/proc/meminfo: memFree=24632280/32950928 swapFree=67111364/67111528
[pid=13623] ppid=13621 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13623/stat : 13623 (prissAuto.sh) S 13621 13623 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517666775 8908800 251 33554432000 4194304 4922060 140733296160784 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13623/statm: 2175 251 211 178 0 68 0
[pid=13624] ppid=13623 vsize=287516 CPUtime=101.8 cores=1,3,5,7
/proc/13624/stat : 13624 (priss) S 13623 13623 12570 0 -1 4202496 16785 0 0 0 10173 7 0 0 18 0 5 0 517666775 294416384 15458 33554432000 4194304 5787044 140734023379888 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/13624/statm: 71879 15458 405 389 0 67629 0
[pid=13624/tid=13626] ppid=13623 vsize=287516 CPUtime=25.33 cores=1,3,5,7
/proc/13624/task/13626/stat : 13626 (priss) R 13623 13623 12570 0 -1 4202560 3227 0 0 0 2532 1 0 0 25 0 5 0 517666777 294416384 15458 33554432000 4194304 5787044 140734023379888 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=13624/tid=13627] ppid=13623 vsize=287516 CPUtime=25.47 cores=1,3,5,7
/proc/13624/task/13627/stat : 13627 (priss) R 13623 13623 12570 0 -1 4202560 4322 0 0 0 2545 2 0 0 25 0 5 0 517666777 294416384 15458 33554432000 4194304 5787044 140734023379888 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=13624/tid=13628] ppid=13623 vsize=287516 CPUtime=25.47 cores=1,3,5,7
/proc/13624/task/13628/stat : 13628 (priss) R 13623 13623 12570 0 -1 4202560 3936 0 0 0 2546 1 0 0 25 0 5 0 517666777 294416384 15458 33554432000 4194304 5787044 140734023379888 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=13624/tid=13629] ppid=13623 vsize=287516 CPUtime=25.47 cores=1,3,5,7
/proc/13624/task/13629/stat : 13629 (priss) R 13623 13623 12570 0 -1 4202560 2514 0 0 0 2547 0 0 0 25 0 5 0 517666778 294416384 15458 33554432000 4194304 5787044 140734023379888 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 296216

[startup+51.1007 s]
/proc/loadavg: 8.03 8.05 8.02 9/188 13630
/proc/meminfo: memFree=24614876/32950928 swapFree=67111364/67111528
[pid=13623] ppid=13621 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13623/stat : 13623 (prissAuto.sh) S 13621 13623 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517666775 8908800 251 33554432000 4194304 4922060 140733296160784 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13623/statm: 2175 251 211 178 0 68 0
[pid=13624] ppid=13623 vsize=291616 CPUtime=204.06 cores=1,3,5,7
/proc/13624/stat : 13624 (priss) S 13623 13623 12570 0 -1 4202496 20708 0 0 0 20393 13 0 0 18 0 5 0 517666775 298614784 19377 33554432000 4194304 5787044 140734023379888 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/13624/statm: 72904 19377 405 389 0 68654 0
[pid=13624/tid=13626] ppid=13623 vsize=291616 CPUtime=50.79 cores=1,3,5,7
/proc/13624/task/13626/stat : 13626 (priss) R 13623 13623 12570 0 -1 4202560 4200 0 0 0 5076 3 0 0 25 0 5 0 517666777 298614784 19377 33554432000 4194304 5787044 140734023379888 18446744073709551615 5576432 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=13624/tid=13627] ppid=13623 vsize=291616 CPUtime=51.07 cores=1,3,5,7
/proc/13624/task/13627/stat : 13627 (priss) R 13623 13623 12570 0 -1 4202560 6328 0 0 0 5103 4 0 0 25 0 5 0 517666777 298614784 19377 33554432000 4194304 5787044 140734023379888 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=13624/tid=13628] ppid=13623 vsize=291616 CPUtime=51.07 cores=1,3,5,7
/proc/13624/task/13628/stat : 13628 (priss) R 13623 13623 12570 0 -1 4202560 4880 0 0 0 5104 3 0 0 25 0 5 0 517666777 298614784 19377 33554432000 4194304 5787044 140734023379888 18446744073709551615 4255036 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=13624/tid=13629] ppid=13623 vsize=291616 CPUtime=51.07 cores=1,3,5,7
/proc/13624/task/13629/stat : 13629 (priss) R 13623 13623 12570 0 -1 4202560 2514 0 0 0 5107 0 0 0 25 0 5 0 517666778 298614784 19377 33554432000 4194304 5787044 140734023379888 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.06
Current children cumulated vsize (KiB) 300316

[startup+102.307 s]
/proc/loadavg: 8.12 8.07 8.03 9/188 13632
/proc/meminfo: memFree=24535352/32950928 swapFree=67111364/67111528
[pid=13623] ppid=13621 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13623/stat : 13623 (prissAuto.sh) S 13621 13623 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517666775 8908800 251 33554432000 4194304 4922060 140733296160784 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13623/statm: 2175 251 211 178 0 68 0
[pid=13624] ppid=13623 vsize=301892 CPUtime=408.6 cores=1,3,5,7
/proc/13624/stat : 13624 (priss) S 13623 13623 12570 0 -1 4202496 29474 0 0 0 40837 23 0 0 18 0 5 0 517666775 309137408 27274 33554432000 4194304 5787044 140734023379888 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/13624/statm: 75473 27274 419 389 0 71223 0
[pid=13624/tid=13626] ppid=13623 vsize=301892 CPUtime=101.72 cores=1,3,5,7
/proc/13624/task/13626/stat : 13626 (priss) R 13623 13623 12570 0 -1 4202560 5968 0 0 0 10165 7 0 0 25 0 5 0 517666777 309137408 27274 33554432000 4194304 5787044 140734023379888 18446744073709551615 4238741 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=13624/tid=13627] ppid=13623 vsize=301892 CPUtime=102.28 cores=1,3,5,7
/proc/13624/task/13627/stat : 13627 (priss) R 13623 13623 12570 0 -1 4202560 8018 0 0 0 10221 7 0 0 25 0 5 0 517666777 309137408 27274 33554432000 4194304 5787044 140734023379888 18446744073709551615 5590355 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=13624/tid=13628] ppid=13623 vsize=301892 CPUtime=102.27 cores=1,3,5,7
/proc/13624/task/13628/stat : 13628 (priss) R 13623 13623 12570 0 -1 4202560 7961 0 0 0 10221 6 0 0 25 0 5 0 517666777 309137408 27274 33554432000 4194304 5787044 140734023379888 18446744073709551615 5591741 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=13624/tid=13629] ppid=13623 vsize=301892 CPUtime=102.28 cores=1,3,5,7

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

/proc/13624/task/13627/stat : 13627 (priss) R 13623 13623 12570 0 -1 4202560 20428 0 0 0 88204 21 0 0 25 0 5 0 517666777 404688896 76160 33554432000 4194304 5787044 140734023379888 18446744073709551615 5591083 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=13624/tid=13628] ppid=13623 vsize=395204 CPUtime=882.28 cores=1,3,5,7
/proc/13624/task/13628/stat : 13628 (priss) R 13623 13623 12570 0 -1 4202560 22393 0 0 0 88202 26 0 0 25 0 5 0 517666777 404688896 76160 33554432000 4194304 5787044 140734023379888 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=13624/tid=13629] ppid=13623 vsize=395204 CPUtime=882.28 cores=1,3,5,7
/proc/13624/task/13629/stat : 13629 (priss) R 13623 13623 12570 0 -1 4202560 17291 0 0 0 88213 15 0 0 25 0 5 0 517666778 404688896 76160 33554432000 4194304 5787044 140734023379888 18446744073709551615 4218330 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.34
Current children cumulated vsize (KiB) 403904

[startup+942.301 s]
/proc/loadavg: 8.01 8.06 8.02 9/188 13687
/proc/meminfo: memFree=25706048/32950928 swapFree=67111364/67111528
[pid=13623] ppid=13621 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13623/stat : 13623 (prissAuto.sh) S 13621 13623 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517666775 8908800 251 33554432000 4194304 4922060 140733296160784 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13623/statm: 2175 251 211 178 0 68 0
[pid=13624] ppid=13623 vsize=408092 CPUtime=3764.02 cores=1,3,5,7
/proc/13624/stat : 13624 (priss) S 13623 13623 12570 0 -1 4202496 83432 0 0 0 376313 89 0 0 18 0 5 0 517666775 417886208 79890 33554432000 4194304 5787044 140734023379888 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/13624/statm: 102023 79890 419 389 0 97773 0
[pid=13624/tid=13626] ppid=13623 vsize=408092 CPUtime=937.15 cores=1,3,5,7
/proc/13624/task/13626/stat : 13626 (priss) R 13623 13623 12570 0 -1 4202560 18737 0 0 0 93691 24 0 0 25 0 5 0 517666777 417886208 79890 33554432000 4194304 5787044 140734023379888 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=13624/tid=13627] ppid=13623 vsize=408092 CPUtime=942.25 cores=1,3,5,7
/proc/13624/task/13627/stat : 13627 (priss) R 13623 13623 12570 0 -1 4202560 21099 0 0 0 94203 22 0 0 25 0 5 0 517666777 417886208 79890 33554432000 4194304 5787044 140734023379888 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=13624/tid=13628] ppid=13623 vsize=408092 CPUtime=942.28 cores=1,3,5,7
/proc/13624/task/13628/stat : 13628 (priss) R 13623 13623 12570 0 -1 4202560 22393 0 0 0 94202 26 0 0 25 0 5 0 517666777 417886208 79890 33554432000 4194304 5787044 140734023379888 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=13624/tid=13629] ppid=13623 vsize=408092 CPUtime=942.29 cores=1,3,5,7
/proc/13624/task/13629/stat : 13629 (priss) R 13623 13623 12570 0 -1 4202560 18417 0 0 0 94213 16 0 0 25 0 5 0 517666778 417886208 79890 33554432000 4194304 5787044 140734023379888 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3764.02
Current children cumulated vsize (KiB) 416792

[startup+1002.3 s]
/proc/loadavg: 8.00 8.05 8.01 9/188 13689
/proc/meminfo: memFree=25684948/32950928 swapFree=67111364/67111528
[pid=13623] ppid=13621 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13623/stat : 13623 (prissAuto.sh) S 13621 13623 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517666775 8908800 251 33554432000 4194304 4922060 140733296160784 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13623/statm: 2175 251 211 178 0 68 0
[pid=13624] ppid=13623 vsize=414640 CPUtime=4003.69 cores=1,3,5,7
/proc/13624/stat : 13624 (priss) S 13623 13623 12570 0 -1 4202496 87150 0 0 0 400275 94 0 0 18 0 5 0 517666775 424591360 83608 33554432000 4194304 5787044 140734023379888 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/13624/statm: 103660 83608 419 389 0 99410 0
[pid=13624/tid=13626] ppid=13623 vsize=414640 CPUtime=996.81 cores=1,3,5,7
/proc/13624/task/13626/stat : 13626 (priss) R 13623 13623 12570 0 -1 4202560 19819 0 0 0 99655 26 0 0 25 0 5 0 517666777 424591360 83608 33554432000 4194304 5787044 140734023379888 18446744073709551615 5591192 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=13624/tid=13627] ppid=13623 vsize=414640 CPUtime=1002.26 cores=1,3,5,7
/proc/13624/task/13627/stat : 13627 (priss) R 13623 13623 12570 0 -1 4202560 23181 0 0 0 100202 24 0 0 25 0 5 0 517666777 424591360 83608 33554432000 4194304 5787044 140734023379888 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=13624/tid=13628] ppid=13623 vsize=414640 CPUtime=1002.28 cores=1,3,5,7
/proc/13624/task/13628/stat : 13628 (priss) R 13623 13623 12570 0 -1 4202560 22395 0 0 0 100202 26 0 0 25 0 5 0 517666777 424591360 83608 33554432000 4194304 5787044 140734023379888 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=13624/tid=13629] ppid=13623 vsize=414640 CPUtime=1002.29 cores=1,3,5,7
/proc/13624/task/13629/stat : 13629 (priss) R 13623 13623 12570 0 -1 4202560 18969 0 0 0 100213 16 0 0 25 0 5 0 517666778 424591360 83608 33554432000 4194304 5787044 140734023379888 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.69
Current children cumulated vsize (KiB) 423340

[startup+1062.3 s]
/proc/loadavg: 8.00 8.04 8.01 9/188 13690
/proc/meminfo: memFree=25671656/32950928 swapFree=67111364/67111528
[pid=13623] ppid=13621 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13623/stat : 13623 (prissAuto.sh) S 13621 13623 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517666775 8908800 251 33554432000 4194304 4922060 140733296160784 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13623/statm: 2175 251 211 178 0 68 0
[pid=13624] ppid=13623 vsize=545712 CPUtime=4243.38 cores=1,3,5,7
/proc/13624/stat : 13624 (priss) S 13623 13623 12570 0 -1 4202496 89226 0 0 0 424240 98 0 0 18 0 5 0 517666775 558809088 85684 33554432000 4194304 5787044 140734023379888 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/13624/statm: 136428 85684 419 389 0 132178 0
[pid=13624/tid=13626] ppid=13623 vsize=545712 CPUtime=1056.5 cores=1,3,5,7
/proc/13624/task/13626/stat : 13626 (priss) R 13623 13623 12570 0 -1 4202560 20838 0 0 0 105622 28 0 0 25 0 5 0 517666777 558809088 85684 33554432000 4194304 5787044 140734023379888 18446744073709551615 4238583 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=13624/tid=13627] ppid=13623 vsize=545712 CPUtime=1062.26 cores=1,3,5,7
/proc/13624/task/13627/stat : 13627 (priss) R 13623 13623 12570 0 -1 4202560 24224 0 0 0 106200 26 0 0 25 0 5 0 517666777 558809088 85684 33554432000 4194304 5787044 140734023379888 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=13624/tid=13628] ppid=13623 vsize=545712 CPUtime=1062.29 cores=1,3,5,7
/proc/13624/task/13628/stat : 13628 (priss) R 13623 13623 12570 0 -1 4202560 22409 0 0 0 106202 27 0 0 25 0 5 0 517666777 558809088 85684 33554432000 4194304 5787044 140734023379888 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=13624/tid=13629] ppid=13623 vsize=545712 CPUtime=1062.29 cores=1,3,5,7
/proc/13624/task/13629/stat : 13629 (priss) R 13623 13623 12570 0 -1 4202560 18969 0 0 0 106213 16 0 0 25 0 5 0 517666778 558809088 85684 33554432000 4194304 5787044 140734023379888 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.38
Current children cumulated vsize (KiB) 554412

[startup+1122.3 s]
/proc/loadavg: 8.08 8.04 8.01 9/188 13692
/proc/meminfo: memFree=25645964/32950928 swapFree=67111364/67111528
[pid=13623] ppid=13621 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13623/stat : 13623 (prissAuto.sh) S 13621 13623 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517666775 8908800 251 33554432000 4194304 4922060 140733296160784 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13623/statm: 2175 251 211 178 0 68 0
[pid=13624] ppid=13623 vsize=549812 CPUtime=4483.05 cores=1,3,5,7
/proc/13624/stat : 13624 (priss) S 13623 13623 12570 0 -1 4202496 92227 0 0 0 448205 100 0 0 18 0 5 0 517666775 563007488 88235 33554432000 4194304 5787044 140734023379888 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/13624/statm: 137453 88235 419 389 0 133203 0
[pid=13624/tid=13626] ppid=13623 vsize=549812 CPUtime=1116.17 cores=1,3,5,7
/proc/13624/task/13626/stat : 13626 (priss) R 13623 13623 12570 0 -1 4202560 21986 0 0 0 111588 29 0 0 25 0 5 0 517666777 563007488 88235 33554432000 4194304 5787044 140734023379888 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=13624/tid=13627] ppid=13623 vsize=549812 CPUtime=1122.25 cores=1,3,5,7
/proc/13624/task/13627/stat : 13627 (priss) R 13623 13623 12570 0 -1 4202560 24947 0 0 0 112199 26 0 0 25 0 5 0 517666777 563007488 88235 33554432000 4194304 5787044 140734023379888 18446744073709551615 5591564 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=13624/tid=13628] ppid=13623 vsize=549812 CPUtime=1122.29 cores=1,3,5,7
/proc/13624/task/13628/stat : 13628 (priss) R 13623 13623 12570 0 -1 4202560 22512 0 0 0 112202 27 0 0 25 0 5 0 517666777 563007488 88235 33554432000 4194304 5787044 140734023379888 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=13624/tid=13629] ppid=13623 vsize=549812 CPUtime=1122.29 cores=1,3,5,7
/proc/13624/task/13629/stat : 13629 (priss) R 13623 13623 12570 0 -1 4202560 19996 0 0 0 112213 16 0 0 25 0 5 0 517666778 563007488 88235 33554432000 4194304 5787044 140734023379888 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4483.05
Current children cumulated vsize (KiB) 558512

[startup+1182.3 s]
/proc/loadavg: 8.10 8.05 8.01 9/188 13693
/proc/meminfo: memFree=25630572/32950928 swapFree=67111364/67111528
[pid=13623] ppid=13621 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13623/stat : 13623 (prissAuto.sh) S 13621 13623 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517666775 8908800 251 33554432000 4194304 4922060 140733296160784 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13623/statm: 2175 251 211 178 0 68 0
[pid=13624] ppid=13623 vsize=553912 CPUtime=4722.73 cores=1,3,5,7
/proc/13624/stat : 13624 (priss) S 13623 13623 12570 0 -1 4202496 92906 0 0 0 472173 100 0 0 18 0 5 0 517666775 567205888 88914 33554432000 4194304 5787044 140734023379888 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/13624/statm: 138478 88914 419 389 0 134228 0
[pid=13624/tid=13626] ppid=13623 vsize=553912 CPUtime=1175.84 cores=1,3,5,7
/proc/13624/task/13626/stat : 13626 (priss) R 13623 13623 12570 0 -1 4202560 21987 0 0 0 117555 29 0 0 25 0 5 0 517666777 567205888 88914 33554432000 4194304 5787044 140734023379888 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=13624/tid=13627] ppid=13623 vsize=553912 CPUtime=1182.26 cores=1,3,5,7
/proc/13624/task/13627/stat : 13627 (priss) R 13623 13623 12570 0 -1 4202560 24947 0 0 0 118199 27 0 0 25 0 5 0 517666777 567205888 88914 33554432000 4194304 5787044 140734023379888 18446744073709551615 5586669 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=13624/tid=13628] ppid=13623 vsize=553912 CPUtime=1182.29 cores=1,3,5,7
/proc/13624/task/13628/stat : 13628 (priss) R 13623 13623 12570 0 -1 4202560 23174 0 0 0 118202 27 0 0 25 0 5 0 517666777 567205888 88914 33554432000 4194304 5787044 140734023379888 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=13624/tid=13629] ppid=13623 vsize=553912 CPUtime=1182.29 cores=1,3,5,7
/proc/13624/task/13629/stat : 13629 (priss) R 13623 13623 12570 0 -1 4202560 20012 0 0 0 118213 16 0 0 25 0 5 0 517666778 567205888 88914 33554432000 4194304 5787044 140734023379888 18446744073709551615 5527008 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.73
Current children cumulated vsize (KiB) 562612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.07 8.04 8.01 9/188 13694
/proc/meminfo: memFree=25620648/32950928 swapFree=67111364/67111528
[pid=13623] ppid=13621 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13623/stat : 13623 (prissAuto.sh) S 13621 13623 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517666775 8908800 251 33554432000 4194304 4922060 140733296160784 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13623/statm: 2175 251 211 178 0 68 0
[pid=13624] ppid=13623 vsize=553912 CPUtime=4800.24 cores=1,3,5,7
/proc/13624/stat : 13624 (priss) S 13623 13623 12570 0 -1 4202496 93106 0 0 0 479923 101 0 0 18 0 5 0 517666775 567205888 89114 33554432000 4194304 5787044 140734023379888 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/13624/statm: 138478 89114 419 389 0 134228 0
[pid=13624/tid=13626] ppid=13623 vsize=553912 CPUtime=1195.13 cores=1,3,5,7
/proc/13624/task/13626/stat : 13626 (priss) R 13623 13623 12570 0 -1 4202560 21987 0 0 0 119484 29 0 0 25 0 5 0 517666777 567205888 89114 33554432000 4194304 5787044 140734023379888 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=13624/tid=13627] ppid=13623 vsize=553912 CPUtime=1201.66 cores=1,3,5,7
/proc/13624/task/13627/stat : 13627 (priss) R 13623 13623 12570 0 -1 4202560 24947 0 0 0 120139 27 0 0 25 0 5 0 517666777 567205888 89114 33554432000 4194304 5787044 140734023379888 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=13624/tid=13628] ppid=13623 vsize=553912 CPUtime=1201.7 cores=1,3,5,7
/proc/13624/task/13628/stat : 13628 (priss) R 13623 13623 12570 0 -1 4202560 23368 0 0 0 120142 28 0 0 25 0 5 0 517666777 567205888 89114 33554432000 4194304 5787044 140734023379888 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=13624/tid=13629] ppid=13623 vsize=553912 CPUtime=1201.7 cores=1,3,5,7
/proc/13624/task/13629/stat : 13629 (priss) R 13623 13623 12570 0 -1 4202560 20018 0 0 0 120154 16 0 0 25 0 5 0 517666778 567205888 89114 33554432000 4194304 5787044 140734023379888 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.24
Current children cumulated vsize (KiB) 562612

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

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

[startup+1201.7 s]
/proc/loadavg: 8.07 8.04 8.01 9/188 13694
/proc/meminfo: memFree=25620648/32950928 swapFree=67111364/67111528
[pid=13623] ppid=13621 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13623/stat : 13623 (prissAuto.sh) S 13621 13623 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517666775 8908800 251 33554432000 4194304 4922060 140733296160784 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13623/statm: 2175 251 211 178 0 68 0
[pid=13624] ppid=13623 vsize=553912 CPUtime=4800.24 cores=1,3,5,7
/proc/13624/stat : 13624 (priss) S 13623 13623 12570 0 -1 4202496 93106 0 0 0 479923 101 0 0 18 0 5 0 517666775 567205888 89114 33554432000 4194304 5787044 140734023379888 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/13624/statm: 138478 89114 419 389 0 134228 0
[pid=13624/tid=13626] ppid=13623 vsize=553912 CPUtime=1195.13 cores=1,3,5,7
/proc/13624/task/13626/stat : 13626 (priss) R 13623 13623 12570 0 -1 4202560 21987 0 0 0 119484 29 0 0 25 0 5 0 517666777 567205888 89114 33554432000 4194304 5787044 140734023379888 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=13624/tid=13627] ppid=13623 vsize=553912 CPUtime=1201.66 cores=1,3,5,7
/proc/13624/task/13627/stat : 13627 (priss) R 13623 13623 12570 0 -1 4202560 24947 0 0 0 120139 27 0 0 25 0 5 0 517666777 567205888 89114 33554432000 4194304 5787044 140734023379888 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=13624/tid=13628] ppid=13623 vsize=553912 CPUtime=1201.7 cores=1,3,5,7
/proc/13624/task/13628/stat : 13628 (priss) R 13623 13623 12570 0 -1 4202560 23368 0 0 0 120142 28 0 0 25 0 5 0 517666777 567205888 89114 33554432000 4194304 5787044 140734023379888 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=13624/tid=13629] ppid=13623 vsize=553912 CPUtime=1201.7 cores=1,3,5,7
/proc/13624/task/13629/stat : 13629 (priss) R 13623 13623 12570 0 -1 4202560 20018 0 0 0 120154 16 0 0 25 0 5 0 517666778 567205888 89114 33554432000 4194304 5787044 140734023379888 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.24
Current children cumulated vsize (KiB) 562612

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.72
CPU time (s): 4800.24
CPU user time (s): 4799.23
CPU system time (s): 1.01
CPU usage (%): 399.448
Max. virtual memory (cumulated for all children) (KiB): 562612

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= 6
involuntary context switches= 3

runsolver used 1.53277 second user time and 5.03123 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-29 09:04:31
IDJOB=3262427
IDBENCH=83311
IDSOLVER=1602
FILE ID=node127/3262427-1304060671
RUNJOBID= node127-1304052231-12589
PBS_JOBID= 13170417
Free space on /tmp= 71796 MiB

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

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

MD5SUM BENCH= 4f7ff14ba0d33c4cf7de4e3c004f2f79
RANDOM SEED=389040656

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      24693392 kB
Buffers:       1386680 kB
Cached:        4723488 kB
SwapCached:          0 kB
Active:        3365648 kB
Inactive:      4413716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24693392 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            3756 kB
Writeback:           0 kB
AnonPages:     1668776 kB
Mapped:          15612 kB
Slab:           409944 kB
PageTables:       8036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1894856 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= 71816 MiB
End job on node127 at 2011-04-29 09:24:35