Trace number 3261987

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

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-22_464.cnf
MD5SUMa722a199fd84ba0b319251daa47aa19c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables232
Number of clauses28991
Sum of the clauses size130855
Maximum clause length22
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 277
Number of clauses of size 326594
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52320

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: 5368
0.00/0.00	c setup for 4cores
0.00/0.01	c parsetime: 9029us
0.00/0.01	c parsed 28991 clauses with 232 variables
0.00/0.01	c NW started thread 0 successfully (1093114176)
0.00/0.01	c NW started thread 1 successfully (1108986176)
0.00/0.02	c NW started thread 2 successfully (1119476032)
0.00/0.04	c NW started thread 3 successfully (1129965888)
9.52/2.46	c preprocessor returned 10022 variables
9.52/2.46	c preprocessing returned UNKNOWN
9.52/2.46	c PP set 0 variables
9.52/2.46	c pp time: 2442494us (2s)
9.52/2.46	c preprocessor returned 10022 variables
9.52/2.46	c preprocessing returned UNKNOWN
9.52/2.46	c PP set 0 variables
9.52/2.46	c pp time: 2450904us (2s)
9.52/2.46	c preprocessor returned 10022 variables
9.52/2.46	c preprocessing returned UNKNOWN
9.52/2.46	c PP set 0 variables
9.52/2.46	c pp time: 2446699us (2s)
336.28/84.30	c preprocessor returned 30028 variables
336.28/84.30	c preprocessing returned UNKNOWN
336.28/84.30	c PP set 0 variables
336.28/84.30	c pp time: 84277804us (84s)

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

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

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


[startup+0 s]
/proc/loadavg: 7.85 8.03 8.03 5/182 5367
/proc/meminfo: memFree=21412684/32951124 swapFree=67111528/67111528
[pid=5367] ppid=5365 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5367/stat : 5367 (prissAuto.sh) S 5365 5367 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498418223 8908800 251 33554432000 4194304 4922060 140734259141888 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/5367/statm: 2175 251 211 178 0 68 0

[startup+0.133115 s]
/proc/loadavg: 7.85 8.03 8.03 5/182 5367
/proc/meminfo: memFree=21412684/32951124 swapFree=67111528/67111528
[pid=5367] ppid=5365 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5367/stat : 5367 (prissAuto.sh) S 5365 5367 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498418223 8908800 251 33554432000 4194304 4922060 140734259141888 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/5367/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.863941 s]
/proc/loadavg: 7.85 8.03 8.03 5/182 5367
/proc/meminfo: memFree=21412684/32951124 swapFree=67111528/67111528
[pid=5367] ppid=5365 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5367/stat : 5367 (prissAuto.sh) S 5365 5367 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498418223 8908800 251 33554432000 4194304 4922060 140734259141888 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/5367/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.963923 s]
/proc/loadavg: 7.85 8.03 8.03 5/182 5367
/proc/meminfo: memFree=21412684/32951124 swapFree=67111528/67111528
[pid=5367] ppid=5365 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5367/stat : 5367 (prissAuto.sh) S 5365 5367 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498418223 8908800 251 33554432000 4194304 4922060 140734259141888 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/5367/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.0639 s]
/proc/loadavg: 7.85 8.03 8.03 5/182 5367
/proc/meminfo: memFree=21412684/32951124 swapFree=67111528/67111528
[pid=5367] ppid=5365 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5367/stat : 5367 (prissAuto.sh) S 5365 5367 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498418223 8908800 251 33554432000 4194304 4922060 140734259141888 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/5367/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50083 s]
/proc/loadavg: 7.85 8.03 8.03 5/182 5367
/proc/meminfo: memFree=21412684/32951124 swapFree=67111528/67111528
[pid=5367] ppid=5365 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5367/stat : 5367 (prissAuto.sh) S 5365 5367 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498418223 8908800 251 33554432000 4194304 4922060 140734259141888 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/5367/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10054 s]
/proc/loadavg: 7.85 8.03 8.03 9/188 5373
/proc/meminfo: memFree=21372956/32951124 swapFree=67111528/67111528
[pid=5367] ppid=5365 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5367/stat : 5367 (prissAuto.sh) S 5365 5367 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498418223 8908800 251 33554432000 4194304 4922060 140734259141888 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/5367/statm: 2175 251 211 178 0 68 0
[pid=5368] ppid=5367 vsize=282944 CPUtime=12.31 cores=0,2,4,6
/proc/5368/stat : 5368 (priss) S 5367 5367 4923 0 -1 4202496 11908 0 0 0 1230 1 0 0 19 0 5 0 498418223 289734656 10307 33554432000 4194304 5787044 140734066066704 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/5368/statm: 70736 10307 404 389 0 66486 0
[pid=5368/tid=5370] ppid=5367 vsize=282944 CPUtime=3.06 cores=0,2,4,6
/proc/5368/task/5370/stat : 5370 (priss) R 5367 5367 4923 0 -1 4202560 2423 0 0 0 306 0 0 0 25 0 5 0 498418225 289734656 10307 33554432000 4194304 5787044 140734066066704 18446744073709551615 5591780 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5368/tid=5371] ppid=5367 vsize=282944 CPUtime=3.07 cores=0,2,4,6
/proc/5368/task/5371/stat : 5371 (priss) R 5367 5367 4923 0 -1 4202560 2377 0 0 0 307 0 0 0 25 0 5 0 498418225 289734656 10307 33554432000 4194304 5787044 140734066066704 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5368/tid=5372] ppid=5367 vsize=282944 CPUtime=3.07 cores=0,2,4,6
/proc/5368/task/5372/stat : 5372 (priss) R 5367 5367 4923 0 -1 4202560 2051 0 0 0 307 0 0 0 25 0 5 0 498418225 289734656 10307 33554432000 4194304 5787044 140734066066704 18446744073709551615 5586694 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5368/tid=5373] ppid=5367 vsize=282944 CPUtime=3.06 cores=0,2,4,6
/proc/5368/task/5373/stat : 5373 (priss) R 5367 5367 4923 0 -1 4202560 2222 0 0 0 306 0 0 0 25 0 5 0 498418226 289734656 10307 33554432000 4194304 5787044 140734066066704 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 291644

[startup+6.30099 s]
/proc/loadavg: 7.95 8.04 8.04 5/181 5375
/proc/meminfo: memFree=22161040/32951124 swapFree=67111528/67111528
[pid=5367] ppid=5365 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5367/stat : 5367 (prissAuto.sh) S 5365 5367 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498418223 8908800 251 33554432000 4194304 4922060 140734259141888 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/5367/statm: 2175 251 211 178 0 68 0
[pid=5368] ppid=5367 vsize=283868 CPUtime=25.09 cores=0,2,4,6
/proc/5368/stat : 5368 (priss) S 5367 5367 4923 0 -1 4202496 12809 0 0 0 2507 2 0 0 19 0 5 0 498418223 290680832 11208 33554432000 4194304 5787044 140734066066704 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/5368/statm: 70967 11208 404 389 0 66717 0
[pid=5368/tid=5370] ppid=5367 vsize=283868 CPUtime=6.24 cores=0,2,4,6
/proc/5368/task/5370/stat : 5370 (priss) R 5367 5367 4923 0 -1 4202560 2695 0 0 0 624 0 0 0 25 0 5 0 498418225 290680832 11208 33554432000 4194304 5787044 140734066066704 18446744073709551615 5592464 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5368/tid=5371] ppid=5367 vsize=283868 CPUtime=6.27 cores=0,2,4,6
/proc/5368/task/5371/stat : 5371 (priss) R 5367 5367 4923 0 -1 4202560 2644 0 0 0 627 0 0 0 19 0 5 0 498418225 290680832 11208 33554432000 4194304 5787044 140734066066704 18446744073709551615 5590910 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5368/tid=5372] ppid=5367 vsize=283868 CPUtime=6.27 cores=0,2,4,6
/proc/5368/task/5372/stat : 5372 (priss) R 5367 5367 4923 0 -1 4202560 2370 0 0 0 627 0 0 0 25 0 5 0 498418225 290680832 11208 33554432000 4194304 5787044 140734066066704 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5368/tid=5373] ppid=5367 vsize=283868 CPUtime=6.26 cores=0,2,4,6
/proc/5368/task/5373/stat : 5373 (priss) R 5367 5367 4923 0 -1 4202560 2265 0 0 0 626 0 0 0 25 0 5 0 498418226 290680832 11208 33554432000 4194304 5787044 140734066066704 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 292568

[startup+12.7008 s]
/proc/loadavg: 7.95 8.04 8.04 10/188 5407
/proc/meminfo: memFree=22107888/32951124 swapFree=67111528/67111528
[pid=5367] ppid=5365 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5367/stat : 5367 (prissAuto.sh) S 5365 5367 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498418223 8908800 251 33554432000 4194304 4922060 140734259141888 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/5367/statm: 2175 251 211 178 0 68 0
[pid=5368] ppid=5367 vsize=289828 CPUtime=50.67 cores=0,2,4,6
/proc/5368/stat : 5368 (priss) S 5367 5367 4923 0 -1 4202496 15256 0 0 0 5063 4 0 0 19 0 5 0 498418223 296783872 13655 33554432000 4194304 5787044 140734066066704 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/5368/statm: 72457 13655 404 389 0 68207 0
[pid=5368/tid=5370] ppid=5367 vsize=289828 CPUtime=12.61 cores=0,2,4,6
/proc/5368/task/5370/stat : 5370 (priss) R 5367 5367 4923 0 -1 4202560 3170 0 0 0 1260 1 0 0 25 0 5 0 498418225 296783872 13655 33554432000 4194304 5787044 140734066066704 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5368/tid=5371] ppid=5367 vsize=289828 CPUtime=12.67 cores=0,2,4,6
/proc/5368/task/5371/stat : 5371 (priss) R 5367 5367 4923 0 -1 4202560 2923 0 0 0 1267 0 0 0 25 0 5 0 498418225 296783872 13655 33554432000 4194304 5787044 140734066066704 18446744073709551615 5590283 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5368/tid=5372] ppid=5367 vsize=289828 CPUtime=12.67 cores=0,2,4,6
/proc/5368/task/5372/stat : 5372 (priss) R 5367 5367 4923 0 -1 4202560 4063 0 0 0 1266 1 0 0 25 0 5 0 498418225 296783872 13655 33554432000 4194304 5787044 140734066066704 18446744073709551615 4220590 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5368/tid=5373] ppid=5367 vsize=289828 CPUtime=12.66 cores=0,2,4,6
/proc/5368/task/5373/stat : 5373 (priss) R 5367 5367 4923 0 -1 4202560 2265 0 0 0 1266 0 0 0 25 0 5 0 498418226 296783872 13655 33554432000 4194304 5787044 140734066066704 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 298528

[startup+25.5005 s]
/proc/loadavg: 7.96 8.04 8.04 9/188 5407
/proc/meminfo: memFree=22085804/32951124 swapFree=67111528/67111528
[pid=5367] ppid=5365 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5367/stat : 5367 (prissAuto.sh) S 5365 5367 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498418223 8908800 251 33554432000 4194304 4922060 140734259141888 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/5367/statm: 2175 251 211 178 0 68 0
[pid=5368] ppid=5367 vsize=292348 CPUtime=101.78 cores=0,2,4,6
/proc/5368/stat : 5368 (priss) S 5367 5367 4923 0 -1 4202496 17542 0 0 0 10173 5 0 0 19 0 5 0 498418223 299364352 15941 33554432000 4194304 5787044 140734066066704 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/5368/statm: 73087 15941 404 389 0 68837 0
[pid=5368/tid=5370] ppid=5367 vsize=292348 CPUtime=25.34 cores=0,2,4,6
/proc/5368/task/5370/stat : 5370 (priss) R 5367 5367 4923 0 -1 4202560 3801 0 0 0 2533 1 0 0 25 0 5 0 498418225 299364352 15941 33554432000 4194304 5787044 140734066066704 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5368/tid=5371] ppid=5367 vsize=292348 CPUtime=25.47 cores=0,2,4,6
/proc/5368/task/5371/stat : 5371 (priss) R 5367 5367 4923 0 -1 4202560 3519 0 0 0 2546 1 0 0 25 0 5 0 498418225 299364352 15941 33554432000 4194304 5787044 140734066066704 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5368/tid=5372] ppid=5367 vsize=292348 CPUtime=25.47 cores=0,2,4,6
/proc/5368/task/5372/stat : 5372 (priss) R 5367 5367 4923 0 -1 4202560 5122 0 0 0 2545 2 0 0 25 0 5 0 498418225 299364352 15941 33554432000 4194304 5787044 140734066066704 18446744073709551615 5590428 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5368/tid=5373] ppid=5367 vsize=292348 CPUtime=25.46 cores=0,2,4,6
/proc/5368/task/5373/stat : 5373 (priss) R 5367 5367 4923 0 -1 4202560 2265 0 0 0 2546 0 0 0 25 0 5 0 498418226 299364352 15941 33554432000 4194304 5787044 140734066066704 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 301048

[startup+51.1009 s]
/proc/loadavg: 8.05 8.05 8.04 10/188 5408
/proc/meminfo: memFree=22047816/32951124 swapFree=67111528/67111528
[pid=5367] ppid=5365 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5367/stat : 5367 (prissAuto.sh) S 5365 5367 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498418223 8908800 251 33554432000 4194304 4922060 140734259141888 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/5367/statm: 2175 251 211 178 0 68 0
[pid=5368] ppid=5367 vsize=300920 CPUtime=204.04 cores=0,2,4,6
/proc/5368/stat : 5368 (priss) S 5367 5367 4923 0 -1 4202496 21889 0 0 0 20396 8 0 0 19 0 5 0 498418223 308142080 20283 33554432000 4194304 5787044 140734066066704 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/5368/statm: 75230 20283 404 389 0 70980 0
[pid=5368/tid=5370] ppid=5367 vsize=300920 CPUtime=50.8 cores=0,2,4,6
/proc/5368/task/5370/stat : 5370 (priss) R 5367 5367 4923 0 -1 4202560 4837 0 0 0 5078 2 0 0 25 0 5 0 498418225 308142080 20283 33554432000 4194304 5787044 140734066066704 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5368/tid=5371] ppid=5367 vsize=300920 CPUtime=51.07 cores=0,2,4,6
/proc/5368/task/5371/stat : 5371 (priss) R 5367 5367 4923 0 -1 4202560 5523 0 0 0 5105 2 0 0 25 0 5 0 498418225 308142080 20283 33554432000 4194304 5787044 140734066066704 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5368/tid=5372] ppid=5367 vsize=300920 CPUtime=51.06 cores=0,2,4,6
/proc/5368/task/5372/stat : 5372 (priss) R 5367 5367 4923 0 -1 4202560 6429 0 0 0 5103 3 0 0 25 0 5 0 498418225 308142080 20283 33554432000 4194304 5787044 140734066066704 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5368/tid=5373] ppid=5367 vsize=300920 CPUtime=51.06 cores=0,2,4,6
/proc/5368/task/5373/stat : 5373 (priss) R 5367 5367 4923 0 -1 4202560 2265 0 0 0 5106 0 0 0 25 0 5 0 498418226 308142080 20283 33554432000 4194304 5787044 140734066066704 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 204.04
Current children cumulated vsize (KiB) 309620

[startup+102.301 s]
/proc/loadavg: 8.06 8.05 8.04 9/188 5409
/proc/meminfo: memFree=21979612/32951124 swapFree=67111528/67111528
[pid=5367] ppid=5365 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5367/stat : 5367 (prissAuto.sh) S 5365 5367 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498418223 8908800 251 33554432000 4194304 4922060 140734259141888 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/5367/statm: 2175 251 211 178 0 68 0
[pid=5368] ppid=5367 vsize=317064 CPUtime=408.55 cores=0,2,4,6
/proc/5368/stat : 5368 (priss) S 5367 5367 4923 0 -1 4202496 32296 0 0 0 40839 16 0 0 19 0 5 0 498418223 324673536 29528 33554432000 4194304 5787044 140734066066704 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/5368/statm: 79266 29528 417 389 0 75016 0
[pid=5368/tid=5370] ppid=5367 vsize=317064 CPUtime=101.71 cores=0,2,4,6
/proc/5368/task/5370/stat : 5370 (priss) R 5367 5367 4923 0 -1 4202560 7624 0 0 0 10168 3 0 0 25 0 5 0 498418225 324673536 29528 33554432000 4194304 5787044 140734066066704 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5368/tid=5371] ppid=5367 vsize=317064 CPUtime=102.26 cores=0,2,4,6
/proc/5368/task/5371/stat : 5371 (priss) R 5367 5367 4923 0 -1 4202560 7127 0 0 0 10223 3 0 0 25 0 5 0 498418225 324673536 29528 33554432000 4194304 5787044 140734066066704 18446744073709551615 5585354 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5368/tid=5372] ppid=5367 vsize=317064 CPUtime=102.26 cores=0,2,4,6
/proc/5368/task/5372/stat : 5372 (priss) R 5367 5367 4923 0 -1 4202560 9034 0 0 0 10219 7 0 0 25 0 5 0 498418225 324673536 29528 33554432000 4194304 5787044 140734066066704 18446744073709551615 4254912 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5368/tid=5373] ppid=5367 vsize=317064 CPUtime=102.26 cores=0,2,4,6
/proc/5368/task/5373/stat : 5373 (priss) R 5367 5367 4923 0 -1 4202560 5676 0 0 0 10225 1 0 0 25 0 5 0 498418226 324673536 29528 33554432000 4194304 5787044 140734066066704 18446744073709551615 5526890 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.55
Current children cumulated vsize (KiB) 325764

[startup+162.301 s]
/proc/loadavg: 8.17 8.09 8.05 10/188 5411
/proc/meminfo: memFree=21931252/32951124 swapFree=67111528/67111528
[pid=5367] ppid=5365 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5367/stat : 5367 (prissAuto.sh) S 5365 5367 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498418223 8908800 251 33554432000 4194304 4922060 140734259141888 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/5367/statm: 2175 251 211 178 0 68 0
[pid=5368] ppid=5367 vsize=325544 CPUtime=648.23 cores=0,2,4,6

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

/proc/5368/task/5371/stat : 5371 (priss) R 5367 5367 4923 0 -1 4202560 19299 0 0 0 82151 12 0 0 25 0 5 0 498418225 392798208 73647 33554432000 4194304 5787044 140734066066704 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5368/tid=5372] ppid=5367 vsize=383592 CPUtime=822.23 cores=0,2,4,6
/proc/5368/task/5372/stat : 5372 (priss) R 5367 5367 4923 0 -1 4202560 20995 0 0 0 82201 22 0 0 25 0 5 0 498418225 392798208 73647 33554432000 4194304 5787044 140734066066704 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5368/tid=5373] ppid=5367 vsize=383592 CPUtime=822.23 cores=0,2,4,6
/proc/5368/task/5373/stat : 5373 (priss) R 5367 5367 4923 0 -1 4202560 15119 0 0 0 82209 14 0 0 25 0 5 0 498418226 392798208 73647 33554432000 4194304 5787044 140734066066704 18446744073709551615 5527482 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3284.54
Current children cumulated vsize (KiB) 392292

[startup+882.3 s]
/proc/loadavg: 8.10 8.08 8.06 10/188 5439
/proc/meminfo: memFree=21607264/32951124 swapFree=67111528/67111528
[pid=5367] ppid=5365 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5367/stat : 5367 (prissAuto.sh) S 5365 5367 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498418223 8908800 251 33554432000 4194304 4922060 140734259141888 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/5367/statm: 2175 251 211 178 0 68 0
[pid=5368] ppid=5367 vsize=396752 CPUtime=3524.19 cores=0,2,4,6
/proc/5368/stat : 5368 (priss) S 5367 5367 4923 0 -1 4202496 80802 0 0 0 352350 69 0 0 19 0 5 0 498418223 406274048 76746 33554432000 4194304 5787044 140734066066704 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/5368/statm: 99188 76746 417 389 0 94938 0
[pid=5368/tid=5370] ppid=5367 vsize=396752 CPUtime=878.39 cores=0,2,4,6
/proc/5368/task/5370/stat : 5370 (priss) R 5367 5367 4923 0 -1 4202560 19570 0 0 0 87821 18 0 0 25 0 5 0 498418225 406274048 76746 33554432000 4194304 5787044 140734066066704 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5368/tid=5371] ppid=5367 vsize=396752 CPUtime=881.3 cores=0,2,4,6
/proc/5368/task/5371/stat : 5371 (priss) R 5367 5367 4923 0 -1 4202560 21036 0 0 0 88117 13 0 0 25 0 5 0 498418225 406274048 76746 33554432000 4194304 5787044 140734066066704 18446744073709551615 5586592 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5368/tid=5372] ppid=5367 vsize=396752 CPUtime=882.22 cores=0,2,4,6
/proc/5368/task/5372/stat : 5372 (priss) R 5367 5367 4923 0 -1 4202560 22020 0 0 0 88200 22 0 0 25 0 5 0 498418225 406274048 76746 33554432000 4194304 5787044 140734066066704 18446744073709551615 5590260 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5368/tid=5373] ppid=5367 vsize=396752 CPUtime=882.23 cores=0,2,4,6
/proc/5368/task/5373/stat : 5373 (priss) R 5367 5367 4923 0 -1 4202560 15341 0 0 0 88209 14 0 0 25 0 5 0 498418226 406274048 76746 33554432000 4194304 5787044 140734066066704 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3524.19
Current children cumulated vsize (KiB) 405452

[startup+942.307 s]
/proc/loadavg: 8.10 8.09 8.06 10/188 5440
/proc/meminfo: memFree=21573660/32951124 swapFree=67111528/67111528
[pid=5367] ppid=5365 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5367/stat : 5367 (prissAuto.sh) S 5365 5367 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498418223 8908800 251 33554432000 4194304 4922060 140734259141888 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/5367/statm: 2175 251 211 178 0 68 0
[pid=5368] ppid=5367 vsize=409144 CPUtime=3763.88 cores=0,2,4,6
/proc/5368/stat : 5368 (priss) S 5367 5367 4923 0 -1 4202496 84329 0 0 0 376318 70 0 0 19 0 5 0 498418223 418963456 80273 33554432000 4194304 5787044 140734066066704 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/5368/statm: 102286 80273 417 389 0 98036 0
[pid=5368/tid=5370] ppid=5367 vsize=409144 CPUtime=938.4 cores=0,2,4,6
/proc/5368/task/5370/stat : 5370 (priss) R 5367 5367 4923 0 -1 4202560 20203 0 0 0 93822 18 0 0 25 0 5 0 498418225 418963456 80273 33554432000 4194304 5787044 140734066066704 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5368/tid=5371] ppid=5367 vsize=409144 CPUtime=940.98 cores=0,2,4,6
/proc/5368/task/5371/stat : 5371 (priss) R 5367 5367 4923 0 -1 4202560 22097 0 0 0 94084 14 0 0 25 0 5 0 498418225 418963456 80273 33554432000 4194304 5787044 140734066066704 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5368/tid=5372] ppid=5367 vsize=409144 CPUtime=942.23 cores=0,2,4,6
/proc/5368/task/5372/stat : 5372 (priss) R 5367 5367 4923 0 -1 4202560 22649 0 0 0 94200 23 0 0 25 0 5 0 498418225 418963456 80273 33554432000 4194304 5787044 140734066066704 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5368/tid=5373] ppid=5367 vsize=409144 CPUtime=942.23 cores=0,2,4,6
/proc/5368/task/5373/stat : 5373 (priss) R 5367 5367 4923 0 -1 4202560 16545 0 0 0 94209 14 0 0 25 0 5 0 498418226 418963456 80273 33554432000 4194304 5787044 140734066066704 18446744073709551615 5527433 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3763.88
Current children cumulated vsize (KiB) 417844

[startup+1002.3 s]
/proc/loadavg: 8.07 8.08 8.06 9/188 5442
/proc/meminfo: memFree=21536332/32951124 swapFree=67111528/67111528
[pid=5367] ppid=5365 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5367/stat : 5367 (prissAuto.sh) S 5365 5367 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498418223 8908800 251 33554432000 4194304 4922060 140734259141888 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/5367/statm: 2175 251 211 178 0 68 0
[pid=5368] ppid=5367 vsize=487200 CPUtime=4003.54 cores=0,2,4,6
/proc/5368/stat : 5368 (priss) S 5367 5367 4923 0 -1 4202496 88938 0 0 0 400279 75 0 0 19 0 5 0 498418223 498892800 84882 33554432000 4194304 5787044 140734066066704 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/5368/statm: 121800 84882 417 389 0 117550 0
[pid=5368/tid=5370] ppid=5367 vsize=487200 CPUtime=998.39 cores=0,2,4,6
/proc/5368/task/5370/stat : 5370 (priss) R 5367 5367 4923 0 -1 4202560 20338 0 0 0 99821 18 0 0 25 0 5 0 498418225 498892800 84882 33554432000 4194304 5787044 140734066066704 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5368/tid=5371] ppid=5367 vsize=487200 CPUtime=1000.65 cores=0,2,4,6
/proc/5368/task/5371/stat : 5371 (priss) R 5367 5367 4923 0 -1 4202560 23198 0 0 0 100050 15 0 0 25 0 5 0 498418225 498892800 84882 33554432000 4194304 5787044 140734066066704 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5368/tid=5372] ppid=5367 vsize=487200 CPUtime=1002.22 cores=0,2,4,6
/proc/5368/task/5372/stat : 5372 (priss) R 5367 5367 4923 0 -1 4202560 23839 0 0 0 100197 25 0 0 25 0 5 0 498418225 498892800 84882 33554432000 4194304 5787044 140734066066704 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5368/tid=5373] ppid=5367 vsize=487200 CPUtime=1002.22 cores=0,2,4,6
/proc/5368/task/5373/stat : 5373 (priss) R 5367 5367 4923 0 -1 4202560 18728 0 0 0 100208 14 0 0 25 0 5 0 498418226 498892800 84882 33554432000 4194304 5787044 140734066066704 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4003.54
Current children cumulated vsize (KiB) 495900

[startup+1062.3 s]
/proc/loadavg: 8.02 8.07 8.06 9/188 5444
/proc/meminfo: memFree=21500104/32951124 swapFree=67111528/67111528
[pid=5367] ppid=5365 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5367/stat : 5367 (prissAuto.sh) S 5365 5367 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498418223 8908800 251 33554432000 4194304 4922060 140734259141888 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/5367/statm: 2175 251 211 178 0 68 0
[pid=5368] ppid=5367 vsize=490056 CPUtime=4243.21 cores=0,2,4,6
/proc/5368/stat : 5368 (priss) S 5367 5367 4923 0 -1 4202496 91440 0 0 0 424244 77 0 0 19 0 5 0 498418223 501817344 87179 33554432000 4194304 5787044 140734066066704 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/5368/statm: 122514 87179 417 389 0 118264 0
[pid=5368/tid=5370] ppid=5367 vsize=490056 CPUtime=1058.39 cores=0,2,4,6
/proc/5368/task/5370/stat : 5370 (priss) R 5367 5367 4923 0 -1 4202560 21190 0 0 0 105820 19 0 0 25 0 5 0 498418225 501817344 87179 33554432000 4194304 5787044 140734066066704 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5368/tid=5371] ppid=5367 vsize=490056 CPUtime=1060.31 cores=0,2,4,6
/proc/5368/task/5371/stat : 5371 (priss) R 5367 5367 4923 0 -1 4202560 23805 0 0 0 106016 15 0 0 25 0 5 0 498418225 501817344 87179 33554432000 4194304 5787044 140734066066704 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5368/tid=5372] ppid=5367 vsize=490056 CPUtime=1062.22 cores=0,2,4,6
/proc/5368/task/5372/stat : 5372 (priss) R 5367 5367 4923 0 -1 4202560 24233 0 0 0 106196 26 0 0 25 0 5 0 498418225 501817344 87179 33554432000 4194304 5787044 140734066066704 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5368/tid=5373] ppid=5367 vsize=490056 CPUtime=1062.23 cores=0,2,4,6
/proc/5368/task/5373/stat : 5373 (priss) R 5367 5367 4923 0 -1 4202560 19377 0 0 0 106208 15 0 0 25 0 5 0 498418226 501817344 87179 33554432000 4194304 5787044 140734066066704 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4243.21
Current children cumulated vsize (KiB) 498756

[startup+1122.3 s]
/proc/loadavg: 8.01 8.05 8.05 9/188 5445
/proc/meminfo: memFree=21484100/32951124 swapFree=67111528/67111528
[pid=5367] ppid=5365 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5367/stat : 5367 (prissAuto.sh) S 5365 5367 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498418223 8908800 251 33554432000 4194304 4922060 140734259141888 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/5367/statm: 2175 251 211 178 0 68 0
[pid=5368] ppid=5367 vsize=560352 CPUtime=4482.85 cores=0,2,4,6
/proc/5368/stat : 5368 (priss) S 5367 5367 4923 0 -1 4202496 93513 0 0 0 448207 78 0 0 19 0 5 0 498418223 573800448 88769 33554432000 4194304 5787044 140734066066704 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/5368/statm: 140088 88769 417 389 0 135838 0
[pid=5368/tid=5370] ppid=5367 vsize=560352 CPUtime=1118.39 cores=0,2,4,6
/proc/5368/task/5370/stat : 5370 (priss) R 5367 5367 4923 0 -1 4202560 21833 0 0 0 111819 20 0 0 25 0 5 0 498418225 573800448 88769 33554432000 4194304 5787044 140734066066704 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5368/tid=5371] ppid=5367 vsize=560352 CPUtime=1119.97 cores=0,2,4,6
/proc/5368/task/5371/stat : 5371 (priss) R 5367 5367 4923 0 -1 4202560 24398 0 0 0 111982 15 0 0 25 0 5 0 498418225 573800448 88769 33554432000 4194304 5787044 140734066066704 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5368/tid=5372] ppid=5367 vsize=560352 CPUtime=1122.22 cores=0,2,4,6
/proc/5368/task/5372/stat : 5372 (priss) R 5367 5367 4923 0 -1 4202560 24925 0 0 0 112196 26 0 0 25 0 5 0 498418225 573800448 88769 33554432000 4194304 5787044 140734066066704 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5368/tid=5373] ppid=5367 vsize=560352 CPUtime=1122.23 cores=0,2,4,6
/proc/5368/task/5373/stat : 5373 (priss) R 5367 5367 4923 0 -1 4202560 19522 0 0 0 112208 15 0 0 25 0 5 0 498418226 573800448 88769 33554432000 4194304 5787044 140734066066704 18446744073709551615 5527568 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4482.85
Current children cumulated vsize (KiB) 569052

[startup+1182.3 s]
/proc/loadavg: 8.11 8.07 8.06 10/188 5447
/proc/meminfo: memFree=21477148/32951124 swapFree=67111528/67111528
[pid=5367] ppid=5365 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5367/stat : 5367 (prissAuto.sh) S 5365 5367 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498418223 8908800 251 33554432000 4194304 4922060 140734259141888 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/5367/statm: 2175 251 211 178 0 68 0
[pid=5368] ppid=5367 vsize=560352 CPUtime=4722.54 cores=0,2,4,6
/proc/5368/stat : 5368 (priss) S 5367 5367 4923 0 -1 4202496 93778 0 0 0 472175 79 0 0 19 0 5 0 498418223 573800448 89034 33554432000 4194304 5787044 140734066066704 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/5368/statm: 140088 89034 417 389 0 135838 0
[pid=5368/tid=5370] ppid=5367 vsize=560352 CPUtime=1178.39 cores=0,2,4,6
/proc/5368/task/5370/stat : 5370 (priss) R 5367 5367 4923 0 -1 4202560 21835 0 0 0 117819 20 0 0 25 0 5 0 498418225 573800448 89034 33554432000 4194304 5787044 140734066066704 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5368/tid=5371] ppid=5367 vsize=560352 CPUtime=1179.64 cores=0,2,4,6
/proc/5368/task/5371/stat : 5371 (priss) R 5367 5367 4923 0 -1 4202560 24398 0 0 0 117949 15 0 0 25 0 5 0 498418225 573800448 89034 33554432000 4194304 5787044 140734066066704 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5368/tid=5372] ppid=5367 vsize=560352 CPUtime=1182.22 cores=0,2,4,6
/proc/5368/task/5372/stat : 5372 (priss) R 5367 5367 4923 0 -1 4202560 25167 0 0 0 118196 26 0 0 25 0 5 0 498418225 573800448 89034 33554432000 4194304 5787044 140734066066704 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5368/tid=5373] ppid=5367 vsize=560352 CPUtime=1182.23 cores=0,2,4,6
/proc/5368/task/5373/stat : 5373 (priss) R 5367 5367 4923 0 -1 4202560 19543 0 0 0 118208 15 0 0 25 0 5 0 498418226 573800448 89034 33554432000 4194304 5787044 140734066066704 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4722.54
Current children cumulated vsize (KiB) 569052



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.08 8.06 8.06 9/188 5447
/proc/meminfo: memFree=21474908/32951124 swapFree=67111528/67111528
[pid=5367] ppid=5365 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5367/stat : 5367 (prissAuto.sh) S 5365 5367 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498418223 8908800 251 33554432000 4194304 4922060 140734259141888 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/5367/statm: 2175 251 211 178 0 68 0
[pid=5368] ppid=5367 vsize=560488 CPUtime=4800.05 cores=0,2,4,6
/proc/5368/stat : 5368 (priss) S 5367 5367 4923 0 -1 4202496 93860 0 0 0 479926 79 0 0 19 0 5 0 498418223 573939712 89116 33554432000 4194304 5787044 140734066066704 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/5368/statm: 140122 89116 417 389 0 135872 0
[pid=5368/tid=5370] ppid=5367 vsize=560488 CPUtime=1197.79 cores=0,2,4,6
/proc/5368/task/5370/stat : 5370 (priss) R 5367 5367 4923 0 -1 4202560 21836 0 0 0 119759 20 0 0 25 0 5 0 498418225 573939712 89116 33554432000 4194304 5787044 140734066066704 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5368/tid=5371] ppid=5367 vsize=560488 CPUtime=1198.93 cores=0,2,4,6
/proc/5368/task/5371/stat : 5371 (priss) R 5367 5367 4923 0 -1 4202560 24398 0 0 0 119878 15 0 0 25 0 5 0 498418225 573939712 89116 33554432000 4194304 5787044 140734066066704 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5368/tid=5372] ppid=5367 vsize=560488 CPUtime=1201.62 cores=0,2,4,6
/proc/5368/task/5372/stat : 5372 (priss) R 5367 5367 4923 0 -1 4202560 25241 0 0 0 120136 26 0 0 25 0 5 0 498418225 573939712 89116 33554432000 4194304 5787044 140734066066704 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5368/tid=5373] ppid=5367 vsize=560488 CPUtime=1201.63 cores=0,2,4,6
/proc/5368/task/5373/stat : 5373 (priss) R 5367 5367 4923 0 -1 4202560 19550 0 0 0 120148 15 0 0 25 0 5 0 498418226 573939712 89116 33554432000 4194304 5787044 140734066066704 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.05
Current children cumulated vsize (KiB) 569188

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 5367 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.72
CPU time (s): 4800.05
CPU user time (s): 4799.26
CPU system time (s): 0.79
CPU usage (%): 399.432
Max. virtual memory (cumulated for all children) (KiB): 569188

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

runsolver used 1.79973 second user time and 4.76427 second system time

The end

Launcher Data

Begin job on node140 at 2011-04-29 08:53:49
IDJOB=3261987
IDBENCH=83268
IDSOLVER=1602
FILE ID=node140/3261987-1304060029
RUNJOBID= node140-1304056417-4941
PBS_JOBID= 13170433
Free space on /tmp= 72660 MiB

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

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

MD5SUM BENCH= a722a199fd84ba0b319251daa47aa19c
RANDOM SEED=991305426

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21412956 kB
Buffers:       2298116 kB
Cached:        7816252 kB
SwapCached:          0 kB
Active:        3447016 kB
Inactive:      7522500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21412956 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1984 kB
Writeback:           0 kB
AnonPages:      854624 kB
Mapped:          15612 kB
Slab:           503984 kB
PageTables:       6008 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1052224 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= 72660 MiB
End job on node140 at 2011-04-29 09:13:53