Trace number 3292332

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.02 1201.82

General information on the benchmark

NameSAT05/industrial/grieu05/vmpc/
vmpc_32.renamed-as.sat05-1919.cnf
MD5SUM833432e05c2a1599e13dca28680b5df9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark38.3742
Satisfiable
(Un)Satisfiability was proved
Number of variables1024
Number of clauses161664
Sum of the clauses size423264
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 263584
Number of clauses of size 398016
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 564

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: 6582
0.00/0.00	c setup for 4cores
0.00/0.04	c parsetime: 38369us
0.00/0.04	c parsed 161664 clauses with 1024 variables
0.00/0.05	c NW started thread 0 successfully (1116977472)
0.00/0.06	c NW started thread 1 successfully (1094551872)
0.00/0.08	c NW started thread 2 successfully (1127467328)
0.00/0.17	c NW started thread 3 successfully (1105041728)
12.94/3.31	c preprocessor returned 10007 variables
12.94/3.31	c preprocessing returned UNKNOWN
12.94/3.31	c PP set 1 variables
12.94/3.31	c pp time: 3246421us (3s)
12.94/3.33	c preprocessor returned 10007 variables
12.94/3.33	c preprocessing returned UNKNOWN
12.94/3.33	c PP set 1 variables
12.94/3.33	c pp time: 3243643us (3s)
12.94/3.34	c preprocessor returned 10007 variables
12.94/3.34	c preprocessing returned UNKNOWN
12.94/3.34	c PP set 1 variables
12.94/3.34	c pp time: 3283870us (3s)
46.92/11.84	c preprocessor returned 30023 variables
46.92/11.84	c preprocessing returned UNKNOWN
46.92/11.84	c PP set 1 variables
46.92/11.84	c pp time: 11720464us (11s)

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-3292332-1304071067/watcher-3292332-1304071067 -o /tmp/evaluation-result-3292332-1304071067/solver-3292332-1304071067 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3292332-1304071067.cnf 511555526 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.75 7.96 8.04 6/182 6581
/proc/meminfo: memFree=21928876/32951124 swapFree=67111528/67111528
[pid=6581] ppid=6579 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/6581/stat : 6581 (prissAuto.sh) S 6579 6581 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499522075 8908800 251 33554432000 4194304 4922060 140735490771568 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6581/statm: 2175 251 211 178 0 68 0

[startup+0.0587871 s]
/proc/loadavg: 7.75 7.96 8.04 6/182 6581
/proc/meminfo: memFree=21928876/32951124 swapFree=67111528/67111528
[pid=6581] ppid=6579 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/6581/stat : 6581 (prissAuto.sh) S 6579 6581 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499522075 8908800 251 33554432000 4194304 4922060 140735490771568 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6581/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.13355 s]
/proc/loadavg: 7.75 7.96 8.04 6/182 6581
/proc/meminfo: memFree=21928876/32951124 swapFree=67111528/67111528
[pid=6581] ppid=6579 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/6581/stat : 6581 (prissAuto.sh) S 6579 6581 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499522075 8908800 251 33554432000 4194304 4922060 140735490771568 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6581/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.0858 s]
/proc/loadavg: 7.75 7.96 8.04 6/182 6581
/proc/meminfo: memFree=21928876/32951124 swapFree=67111528/67111528
[pid=6581] ppid=6579 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/6581/stat : 6581 (prissAuto.sh) S 6579 6581 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499522075 8908800 251 33554432000 4194304 4922060 140735490771568 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6581/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.18579 s]
/proc/loadavg: 7.75 7.96 8.04 6/182 6581
/proc/meminfo: memFree=21928876/32951124 swapFree=67111528/67111528
[pid=6581] ppid=6579 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/6581/stat : 6581 (prissAuto.sh) S 6579 6581 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499522075 8908800 251 33554432000 4194304 4922060 140735490771568 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6581/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.57183 s]
/proc/loadavg: 7.75 7.96 8.04 6/182 6581
/proc/meminfo: memFree=21928876/32951124 swapFree=67111528/67111528
[pid=6581] ppid=6579 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/6581/stat : 6581 (prissAuto.sh) S 6579 6581 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499522075 8908800 251 33554432000 4194304 4922060 140735490771568 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6581/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10045 s]
/proc/loadavg: 7.77 7.96 8.04 9/188 6587
/proc/meminfo: memFree=21847188/32951124 swapFree=67111528/67111528
[pid=6581] ppid=6579 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/6581/stat : 6581 (prissAuto.sh) S 6579 6581 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499522075 8908800 251 33554432000 4194304 4922060 140735490771568 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6581/statm: 2175 251 211 178 0 68 0
[pid=6582] ppid=6581 vsize=312644 CPUtime=12.14 cores=1,3,5,7
/proc/6582/stat : 6582 (priss) S 6581 6581 4923 0 -1 4202496 22496 0 0 0 1210 4 0 0 19 0 5 0 499522075 320147456 19290 33554432000 4194304 5787044 140733686561728 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/6582/statm: 78161 19290 355 389 0 73911 0
[pid=6582/tid=6584] ppid=6581 vsize=312644 CPUtime=3.01 cores=1,3,5,7
/proc/6582/task/6584/stat : 6584 (priss) R 6581 6581 4923 0 -1 4202560 2883 0 0 0 301 0 0 0 25 0 5 0 499522080 320147456 19290 33554432000 4194304 5787044 140733686561728 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=6582/tid=6585] ppid=6581 vsize=312644 CPUtime=3.01 cores=1,3,5,7
/proc/6582/task/6585/stat : 6585 (priss) R 6581 6581 4923 0 -1 4202560 4383 0 0 0 301 0 0 0 25 0 5 0 499522082 320147456 19290 33554432000 4194304 5787044 140733686561728 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=6582/tid=6586] ppid=6581 vsize=312644 CPUtime=3 cores=1,3,5,7
/proc/6582/task/6586/stat : 6586 (priss) R 6581 6581 4923 0 -1 4202560 2695 0 0 0 300 0 0 0 25 0 5 0 499522083 320147456 19290 33554432000 4194304 5787044 140733686561728 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=6582/tid=6587] ppid=6581 vsize=312644 CPUtime=2.97 cores=1,3,5,7
/proc/6582/task/6587/stat : 6587 (priss) R 6581 6581 4923 0 -1 4202560 3879 0 0 0 297 0 0 0 25 0 5 0 499522087 320147456 19290 33554432000 4194304 5787044 140733686561728 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.14
Current children cumulated vsize (KiB) 321344

[startup+6.30688 s]
/proc/loadavg: 7.77 7.96 8.04 9/188 6587
/proc/meminfo: memFree=21832792/32951124 swapFree=67111528/67111528
[pid=6581] ppid=6579 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/6581/stat : 6581 (prissAuto.sh) S 6579 6581 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499522075 8908800 251 33554432000 4194304 4922060 140735490771568 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6581/statm: 2175 251 211 178 0 68 0
[pid=6582] ppid=6581 vsize=317764 CPUtime=24.94 cores=1,3,5,7
/proc/6582/stat : 6582 (priss) S 6581 6581 4923 0 -1 4202496 26916 0 0 0 2489 5 0 0 19 0 5 0 499522075 325390336 22124 33554432000 4194304 5787044 140733686561728 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/6582/statm: 79441 22124 405 389 0 75191 0
[pid=6582/tid=6584] ppid=6581 vsize=317764 CPUtime=6.21 cores=1,3,5,7
/proc/6582/task/6584/stat : 6584 (priss) R 6581 6581 4923 0 -1 4202560 3217 0 0 0 620 1 0 0 25 0 5 0 499522080 325390336 22124 33554432000 4194304 5787044 140733686561728 18446744073709551615 5591325 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=6582/tid=6585] ppid=6581 vsize=317764 CPUtime=6.22 cores=1,3,5,7
/proc/6582/task/6585/stat : 6585 (priss) R 6581 6581 4923 0 -1 4202560 6557 0 0 0 621 1 0 0 25 0 5 0 499522082 325390336 22124 33554432000 4194304 5787044 140733686561728 18446744073709551615 5592118 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=6582/tid=6586] ppid=6581 vsize=317764 CPUtime=6.21 cores=1,3,5,7
/proc/6582/task/6586/stat : 6586 (priss) R 6581 6581 4923 0 -1 4202560 4607 0 0 0 620 1 0 0 25 0 5 0 499522083 325390336 22124 33554432000 4194304 5787044 140733686561728 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=6582/tid=6587] ppid=6581 vsize=317764 CPUtime=6.18 cores=1,3,5,7
/proc/6582/task/6587/stat : 6587 (priss) R 6581 6581 4923 0 -1 4202560 3879 0 0 0 618 0 0 0 25 0 5 0 499522087 325390336 22124 33554432000 4194304 5787044 140733686561728 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.94
Current children cumulated vsize (KiB) 326464

[startup+12.7007 s]
/proc/loadavg: 7.78 7.96 8.04 9/188 6587
/proc/meminfo: memFree=21817912/32951124 swapFree=67111528/67111528
[pid=6581] ppid=6579 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/6581/stat : 6581 (prissAuto.sh) S 6579 6581 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499522075 8908800 251 33554432000 4194304 4922060 140735490771568 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6581/statm: 2175 251 211 178 0 68 0
[pid=6582] ppid=6581 vsize=320932 CPUtime=50.49 cores=1,3,5,7
/proc/6582/stat : 6582 (priss) S 6581 6581 4923 0 -1 4202496 30512 0 0 0 5041 8 0 0 19 0 5 0 499522075 328634368 25016 33554432000 4194304 5787044 140733686561728 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/6582/statm: 80233 25016 419 389 0 75983 0
[pid=6582/tid=6584] ppid=6581 vsize=320932 CPUtime=12.56 cores=1,3,5,7
/proc/6582/task/6584/stat : 6584 (priss) R 6581 6581 4923 0 -1 4202560 4002 0 0 0 1255 1 0 0 25 0 5 0 499522080 328634368 25016 33554432000 4194304 5787044 140733686561728 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=6582/tid=6585] ppid=6581 vsize=320932 CPUtime=12.62 cores=1,3,5,7
/proc/6582/task/6585/stat : 6585 (priss) R 6581 6581 4923 0 -1 4202560 7314 0 0 0 1260 2 0 0 25 0 5 0 499522082 328634368 25016 33554432000 4194304 5787044 140733686561728 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=6582/tid=6586] ppid=6581 vsize=320932 CPUtime=12.6 cores=1,3,5,7
/proc/6582/task/6586/stat : 6586 (priss) R 6581 6581 4923 0 -1 4202560 5691 0 0 0 1258 2 0 0 25 0 5 0 499522083 328634368 25016 33554432000 4194304 5787044 140733686561728 18446744073709551615 5591730 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=6582/tid=6587] ppid=6581 vsize=320932 CPUtime=12.57 cores=1,3,5,7
/proc/6582/task/6587/stat : 6587 (priss) R 6581 6581 4923 0 -1 4202560 4849 0 0 0 1257 0 0 0 25 0 5 0 499522087 328634368 25016 33554432000 4194304 5787044 140733686561728 18446744073709551615 5527832 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 329632

[startup+25.5005 s]
/proc/loadavg: 7.83 7.96 8.03 9/188 6587
/proc/meminfo: memFree=21793128/32951124 swapFree=67111528/67111528
[pid=6581] ppid=6579 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/6581/stat : 6581 (prissAuto.sh) S 6579 6581 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499522075 8908800 251 33554432000 4194304 4922060 140735490771568 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6581/statm: 2175 251 211 178 0 68 0
[pid=6582] ppid=6581 vsize=330272 CPUtime=101.6 cores=1,3,5,7
/proc/6582/stat : 6582 (priss) S 6581 6581 4923 0 -1 4202496 35827 0 0 0 10143 17 0 0 19 0 5 0 499522075 338198528 30330 33554432000 4194304 5787044 140733686561728 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/6582/statm: 82568 30330 419 389 0 78318 0
[pid=6582/tid=6584] ppid=6581 vsize=330272 CPUtime=25.29 cores=1,3,5,7
/proc/6582/task/6584/stat : 6584 (priss) R 6581 6581 4923 0 -1 4202560 4662 0 0 0 2526 3 0 0 25 0 5 0 499522080 338198528 30330 33554432000 4194304 5787044 140733686561728 18446744073709551615 5591623 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=6582/tid=6585] ppid=6581 vsize=330272 CPUtime=25.41 cores=1,3,5,7
/proc/6582/task/6585/stat : 6585 (priss) R 6581 6581 4923 0 -1 4202560 8375 0 0 0 2537 4 0 0 25 0 5 0 499522082 338198528 30330 33554432000 4194304 5787044 140733686561728 18446744073709551615 5591056 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=6582/tid=6586] ppid=6581 vsize=330272 CPUtime=25.4 cores=1,3,5,7
/proc/6582/task/6586/stat : 6586 (priss) R 6581 6581 4923 0 -1 4202560 7152 0 0 0 2535 5 0 0 25 0 5 0 499522083 338198528 30330 33554432000 4194304 5787044 140733686561728 18446744073709551615 4220648 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=6582/tid=6587] ppid=6581 vsize=330272 CPUtime=25.36 cores=1,3,5,7
/proc/6582/task/6587/stat : 6587 (priss) R 6581 6581 4923 0 -1 4202560 6982 0 0 0 2534 2 0 0 20 0 5 0 499522087 338198528 30330 33554432000 4194304 5787044 140733686561728 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.6
Current children cumulated vsize (KiB) 338972

[startup+51.1009 s]
/proc/loadavg: 7.89 7.97 8.03 9/188 6588
/proc/meminfo: memFree=21758144/32951124 swapFree=67111528/67111528
[pid=6581] ppid=6579 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/6581/stat : 6581 (prissAuto.sh) S 6579 6581 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499522075 8908800 251 33554432000 4194304 4922060 140735490771568 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6581/statm: 2175 251 211 178 0 68 0
[pid=6582] ppid=6581 vsize=339608 CPUtime=203.85 cores=1,3,5,7
/proc/6582/stat : 6582 (priss) S 6581 6581 4923 0 -1 4202496 43975 0 0 0 20358 27 0 0 19 0 5 0 499522075 347758592 38410 33554432000 4194304 5787044 140733686561728 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/6582/statm: 84902 38410 419 389 0 80652 0
[pid=6582/tid=6584] ppid=6581 vsize=339608 CPUtime=50.74 cores=1,3,5,7
/proc/6582/task/6584/stat : 6584 (priss) R 6581 6581 4923 0 -1 4202560 6629 0 0 0 5069 5 0 0 25 0 5 0 499522080 347758592 38410 33554432000 4194304 5787044 140733686561728 18446744073709551615 5586769 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=6582/tid=6585] ppid=6581 vsize=339608 CPUtime=51.01 cores=1,3,5,7
/proc/6582/task/6585/stat : 6585 (priss) R 6581 6581 4923 0 -1 4202560 10943 0 0 0 5095 6 0 0 25 0 5 0 499522082 347758592 38410 33554432000 4194304 5787044 140733686561728 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=6582/tid=6586] ppid=6581 vsize=339608 CPUtime=50.99 cores=1,3,5,7
/proc/6582/task/6586/stat : 6586 (priss) R 6581 6581 4923 0 -1 4202560 8892 0 0 0 5091 8 0 0 25 0 5 0 499522083 347758592 38410 33554432000 4194304 5787044 140733686561728 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=6582/tid=6587] ppid=6581 vsize=339608 CPUtime=50.97 cores=1,3,5,7
/proc/6582/task/6587/stat : 6587 (priss) R 6581 6581 4923 0 -1 4202560 8855 0 0 0 5092 5 0 0 25 0 5 0 499522087 347758592 38410 33554432000 4194304 5787044 140733686561728 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.85
Current children cumulated vsize (KiB) 348308

[startup+102.301 s]
/proc/loadavg: 7.99 7.98 8.03 9/188 6589
/proc/meminfo: memFree=21682492/32951124 swapFree=67111528/67111528
[pid=6581] ppid=6579 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/6581/stat : 6581 (prissAuto.sh) S 6579 6581 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499522075 8908800 251 33554432000 4194304 4922060 140735490771568 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6581/statm: 2175 251 211 178 0 68 0
[pid=6582] ppid=6581 vsize=360432 CPUtime=408.32 cores=1,3,5,7
/proc/6582/stat : 6582 (priss) S 6581 6581 4923 0 -1 4202496 58630 0 0 0 40784 48 0 0 19 0 5 0 499522075 369082368 52789 33554432000 4194304 5787044 140733686561728 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/6582/statm: 90108 52789 419 389 0 85858 0
[pid=6582/tid=6584] ppid=6581 vsize=360432 CPUtime=101.64 cores=1,3,5,7
/proc/6582/task/6584/stat : 6584 (priss) R 6581 6581 4923 0 -1 4202560 9497 0 0 0 10155 9 0 0 25 0 5 0 499522080 369082368 52789 33554432000 4194304 5787044 140733686561728 18446744073709551615 4254550 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=6582/tid=6585] ppid=6581 vsize=360432 CPUtime=102.2 cores=1,3,5,7
/proc/6582/task/6585/stat : 6585 (priss) R 6581 6581 4923 0 -1 4202560 13686 0 0 0 10209 11 0 0 25 0 5 0 499522082 369082368 52789 33554432000 4194304 5787044 140733686561728 18446744073709551615 5591356 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=6582/tid=6586] ppid=6581 vsize=360432 CPUtime=102.18 cores=1,3,5,7
/proc/6582/task/6586/stat : 6586 (priss) R 6581 6581 4923 0 -1 4202560 13762 0 0 0 10205 13 0 0 25 0 5 0 499522083 369082368 52789 33554432000 4194304 5787044 140733686561728 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=6582/tid=6587] ppid=6581 vsize=360432 CPUtime=102.16 cores=1,3,5,7
/proc/6582/task/6587/stat : 6587 (priss) R 6581 6581 4923 0 -1 4202560 13029 0 0 0 10205 11 0 0 25 0 5 0 499522087 369082368 52789 33554432000 4194304 5787044 140733686561728 18446744073709551615 4219695 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.32
Current children cumulated vsize (KiB) 369132

[startup+162.301 s]
/proc/loadavg: 8.04 8.00 8.03 9/188 6591
/proc/meminfo: memFree=21568108/32951124 swapFree=67111528/67111528
[pid=6581] ppid=6579 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/6581/stat : 6581 (prissAuto.sh) S 6579 6581 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499522075 8908800 251 33554432000 4194304 4922060 140735490771568 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6581/statm: 2175 251 211 178 0 68 0
[pid=6582] ppid=6581 vsize=372740 CPUtime=647.95 cores=1,3,5,7

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

/proc/6582/task/6585/stat : 6585 (priss) R 6581 6581 4923 0 -1 4202560 35709 0 0 0 82173 42 0 0 25 0 5 0 499522082 709459968 138063 33554432000 4194304 5787044 140733686561728 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=6582/tid=6586] ppid=6581 vsize=692832 CPUtime=822.07 cores=1,3,5,7
/proc/6582/task/6586/stat : 6586 (priss) R 6581 6581 4923 0 -1 4202560 36914 0 0 0 82167 40 0 0 25 0 5 0 499522083 709459968 138063 33554432000 4194304 5787044 140733686561728 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=6582/tid=6587] ppid=6581 vsize=692832 CPUtime=822.11 cores=1,3,5,7
/proc/6582/task/6587/stat : 6587 (priss) R 6581 6581 4923 0 -1 4202560 32851 0 0 0 82170 41 0 0 25 0 5 0 499522087 709459968 138063 33554432000 4194304 5787044 140733686561728 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3284.14
Current children cumulated vsize (KiB) 701532

[startup+882.301 s]
/proc/loadavg: 8.00 8.01 8.00 9/188 6619
/proc/meminfo: memFree=21030392/32951124 swapFree=67111528/67111528
[pid=6581] ppid=6579 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/6581/stat : 6581 (prissAuto.sh) S 6579 6581 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499522075 8908800 251 33554432000 4194304 4922060 140735490771568 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6581/statm: 2175 251 211 178 0 68 0
[pid=6582] ppid=6581 vsize=693840 CPUtime=3523.81 cores=1,3,5,7
/proc/6582/stat : 6582 (priss) S 6581 6581 4923 0 -1 4202496 146311 0 0 0 352209 172 0 0 19 0 5 0 499522075 710492160 138903 33554432000 4194304 5787044 140733686561728 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/6582/statm: 173460 138903 419 389 0 169210 0
[pid=6582/tid=6584] ppid=6581 vsize=693840 CPUtime=877.35 cores=1,3,5,7
/proc/6582/task/6584/stat : 6584 (priss) R 6581 6581 4923 0 -1 4202560 31612 0 0 0 87690 45 0 0 25 0 5 0 499522080 710492160 138903 33554432000 4194304 5787044 140733686561728 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=6582/tid=6585] ppid=6581 vsize=693840 CPUtime=882.15 cores=1,3,5,7
/proc/6582/task/6585/stat : 6585 (priss) R 6581 6581 4923 0 -1 4202560 35900 0 0 0 88172 43 0 0 25 0 5 0 499522082 710492160 138903 33554432000 4194304 5787044 140733686561728 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=6582/tid=6586] ppid=6581 vsize=693840 CPUtime=882.06 cores=1,3,5,7
/proc/6582/task/6586/stat : 6586 (priss) R 6581 6581 4923 0 -1 4202560 37099 0 0 0 88166 40 0 0 25 0 5 0 499522083 710492160 138903 33554432000 4194304 5787044 140733686561728 18446744073709551615 5590446 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=6582/tid=6587] ppid=6581 vsize=693840 CPUtime=882.1 cores=1,3,5,7
/proc/6582/task/6587/stat : 6587 (priss) R 6581 6581 4923 0 -1 4202560 33044 0 0 0 88169 41 0 0 25 0 5 0 499522087 710492160 138903 33554432000 4194304 5787044 140733686561728 18446744073709551615 5528404 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3523.81
Current children cumulated vsize (KiB) 702540

[startup+942.301 s]
/proc/loadavg: 8.04 8.02 8.00 9/188 6621
/proc/meminfo: memFree=20975788/32951124 swapFree=67111528/67111528
[pid=6581] ppid=6579 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/6581/stat : 6581 (prissAuto.sh) S 6579 6581 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499522075 8908800 251 33554432000 4194304 4922060 140735490771568 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6581/statm: 2175 251 211 178 0 68 0
[pid=6582] ppid=6581 vsize=703208 CPUtime=3763.5 cores=1,3,5,7
/proc/6582/stat : 6582 (priss) S 6581 6581 4923 0 -1 4202496 151019 0 0 0 376172 178 0 0 19 0 5 0 499522075 720084992 143611 33554432000 4194304 5787044 140733686561728 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/6582/statm: 175802 143611 419 389 0 171552 0
[pid=6582/tid=6584] ppid=6581 vsize=703208 CPUtime=937.03 cores=1,3,5,7
/proc/6582/task/6584/stat : 6584 (priss) R 6581 6581 4923 0 -1 4202560 33501 0 0 0 93656 47 0 0 25 0 5 0 499522080 720084992 143611 33554432000 4194304 5787044 140733686561728 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=6582/tid=6585] ppid=6581 vsize=703208 CPUtime=942.16 cores=1,3,5,7
/proc/6582/task/6585/stat : 6585 (priss) R 6581 6581 4923 0 -1 4202560 36598 0 0 0 94172 44 0 0 25 0 5 0 499522082 720084992 143611 33554432000 4194304 5787044 140733686561728 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=6582/tid=6586] ppid=6581 vsize=703208 CPUtime=942.06 cores=1,3,5,7
/proc/6582/task/6586/stat : 6586 (priss) R 6581 6581 4923 0 -1 4202560 38957 0 0 0 94163 43 0 0 25 0 5 0 499522083 720084992 143611 33554432000 4194304 5787044 140733686561728 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=6582/tid=6587] ppid=6581 vsize=703208 CPUtime=942.11 cores=1,3,5,7
/proc/6582/task/6587/stat : 6587 (priss) R 6581 6581 4923 0 -1 4202560 33307 0 0 0 94170 41 0 0 25 0 5 0 499522087 720084992 143611 33554432000 4194304 5787044 140733686561728 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3763.5
Current children cumulated vsize (KiB) 711908

[startup+1002.3 s]
/proc/loadavg: 8.10 8.04 8.01 9/188 6622
/proc/meminfo: memFree=20925272/32951124 swapFree=67111528/67111528
[pid=6581] ppid=6579 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/6581/stat : 6581 (prissAuto.sh) S 6579 6581 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499522075 8908800 251 33554432000 4194304 4922060 140735490771568 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6581/statm: 2175 251 211 178 0 68 0
[pid=6582] ppid=6581 vsize=716424 CPUtime=4003.15 cores=1,3,5,7
/proc/6582/stat : 6582 (priss) S 6581 6581 4923 0 -1 4202496 160958 0 0 0 400124 191 0 0 19 0 5 0 499522075 733618176 153550 33554432000 4194304 5787044 140733686561728 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/6582/statm: 179106 153550 419 389 0 174856 0
[pid=6582/tid=6584] ppid=6581 vsize=716424 CPUtime=996.71 cores=1,3,5,7
/proc/6582/task/6584/stat : 6584 (priss) R 6581 6581 4923 0 -1 4202560 37934 0 0 0 99619 52 0 0 25 0 5 0 499522080 733618176 153550 33554432000 4194304 5787044 140733686561728 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=6582/tid=6585] ppid=6581 vsize=716424 CPUtime=1002.15 cores=1,3,5,7
/proc/6582/task/6585/stat : 6585 (priss) R 6581 6581 4923 0 -1 4202560 38448 0 0 0 100168 47 0 0 25 0 5 0 499522082 733618176 153550 33554432000 4194304 5787044 140733686561728 18446744073709551615 4238736 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=6582/tid=6586] ppid=6581 vsize=716424 CPUtime=1002.05 cores=1,3,5,7
/proc/6582/task/6586/stat : 6586 (priss) R 6581 6581 4923 0 -1 4202560 41388 0 0 0 100158 47 0 0 25 0 5 0 499522083 733618176 153550 33554432000 4194304 5787044 140733686561728 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=6582/tid=6587] ppid=6581 vsize=716424 CPUtime=1002.1 cores=1,3,5,7
/proc/6582/task/6587/stat : 6587 (priss) R 6581 6581 4923 0 -1 4202560 34532 0 0 0 100168 42 0 0 25 0 5 0 499522087 733618176 153550 33554432000 4194304 5787044 140733686561728 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4003.15
Current children cumulated vsize (KiB) 725124

[startup+1062.31 s]
/proc/loadavg: 8.10 8.06 8.01 9/188 6657
/proc/meminfo: memFree=21453904/32951124 swapFree=67111528/67111528
[pid=6581] ppid=6579 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/6581/stat : 6581 (prissAuto.sh) S 6579 6581 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499522075 8908800 251 33554432000 4194304 4922060 140735490771568 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6581/statm: 2175 251 211 178 0 68 0
[pid=6582] ppid=6581 vsize=860404 CPUtime=4242.84 cores=1,3,5,7
/proc/6582/stat : 6582 (priss) S 6581 6581 4923 0 -1 4202496 171642 0 0 0 424079 205 0 0 19 0 5 0 499522075 881053696 164234 33554432000 4194304 5787044 140733686561728 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/6582/statm: 215101 164234 419 389 0 210851 0
[pid=6582/tid=6584] ppid=6581 vsize=860404 CPUtime=1056.38 cores=1,3,5,7
/proc/6582/task/6584/stat : 6584 (priss) R 6581 6581 4923 0 -1 4202560 40269 0 0 0 105582 56 0 0 25 0 5 0 499522080 881053696 164234 33554432000 4194304 5787044 140733686561728 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=6582/tid=6585] ppid=6581 vsize=860404 CPUtime=1062.16 cores=1,3,5,7
/proc/6582/task/6585/stat : 6585 (priss) R 6581 6581 4923 0 -1 4202560 41842 0 0 0 106166 50 0 0 25 0 5 0 499522082 881053696 164234 33554432000 4194304 5787044 140733686561728 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=6582/tid=6586] ppid=6581 vsize=860404 CPUtime=1062.06 cores=1,3,5,7
/proc/6582/task/6586/stat : 6586 (priss) R 6581 6581 4923 0 -1 4202560 44103 0 0 0 106154 52 0 0 25 0 5 0 499522083 881053696 164234 33554432000 4194304 5787044 140733686561728 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=6582/tid=6587] ppid=6581 vsize=860404 CPUtime=1062.11 cores=1,3,5,7
/proc/6582/task/6587/stat : 6587 (priss) R 6581 6581 4923 0 -1 4202560 36772 0 0 0 106167 44 0 0 25 0 5 0 499522087 881053696 164234 33554432000 4194304 5787044 140733686561728 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4242.84
Current children cumulated vsize (KiB) 869104

[startup+1122.3 s]
/proc/loadavg: 8.07 8.06 8.01 9/188 6659
/proc/meminfo: memFree=21384788/32951124 swapFree=67111528/67111528
[pid=6581] ppid=6579 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/6581/stat : 6581 (prissAuto.sh) S 6579 6581 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499522075 8908800 251 33554432000 4194304 4922060 140735490771568 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6581/statm: 2175 251 211 178 0 68 0
[pid=6582] ppid=6581 vsize=942948 CPUtime=4482.48 cores=1,3,5,7
/proc/6582/stat : 6582 (priss) S 6581 6581 4923 0 -1 4202496 182973 0 0 0 448029 219 0 0 19 0 5 0 499522075 965578752 175565 33554432000 4194304 5787044 140733686561728 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/6582/statm: 235737 175565 419 389 0 231487 0
[pid=6582/tid=6584] ppid=6581 vsize=942948 CPUtime=1116.05 cores=1,3,5,7
/proc/6582/task/6584/stat : 6584 (priss) R 6581 6581 4923 0 -1 4202560 42510 0 0 0 111544 61 0 0 25 0 5 0 499522080 965578752 175565 33554432000 4194304 5787044 140733686561728 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=6582/tid=6585] ppid=6581 vsize=942948 CPUtime=1122.16 cores=1,3,5,7
/proc/6582/task/6585/stat : 6585 (priss) R 6581 6581 4923 0 -1 4202560 45084 0 0 0 112162 54 0 0 25 0 5 0 499522082 965578752 175565 33554432000 4194304 5787044 140733686561728 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=6582/tid=6586] ppid=6581 vsize=942948 CPUtime=1122.04 cores=1,3,5,7
/proc/6582/task/6586/stat : 6586 (priss) R 6581 6581 4923 0 -1 4202560 46750 0 0 0 112148 56 0 0 25 0 5 0 499522083 965578752 175565 33554432000 4194304 5787044 140733686561728 18446744073709551615 5591780 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=6582/tid=6587] ppid=6581 vsize=942948 CPUtime=1122.1 cores=1,3,5,7
/proc/6582/task/6587/stat : 6587 (priss) R 6581 6581 4923 0 -1 4202560 39973 0 0 0 112165 45 0 0 25 0 5 0 499522087 965578752 175565 33554432000 4194304 5787044 140733686561728 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4482.48
Current children cumulated vsize (KiB) 951648

[startup+1182.3 s]
/proc/loadavg: 8.14 8.08 8.02 9/188 6660
/proc/meminfo: memFree=21308228/32951124 swapFree=67111528/67111528
[pid=6581] ppid=6579 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/6581/stat : 6581 (prissAuto.sh) S 6579 6581 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499522075 8908800 251 33554432000 4194304 4922060 140735490771568 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6581/statm: 2175 251 211 178 0 68 0
[pid=6582] ppid=6581 vsize=954804 CPUtime=4722.15 cores=1,3,5,7
/proc/6582/stat : 6582 (priss) S 6581 6581 4923 0 -1 4202496 192879 0 0 0 471982 233 0 0 19 0 5 0 499522075 977719296 185471 33554432000 4194304 5787044 140733686561728 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/6582/statm: 238701 185471 419 389 0 234451 0
[pid=6582/tid=6584] ppid=6581 vsize=954804 CPUtime=1175.73 cores=1,3,5,7
/proc/6582/task/6584/stat : 6584 (priss) R 6581 6581 4923 0 -1 4202560 44671 0 0 0 117508 65 0 0 25 0 5 0 499522080 977719296 185471 33554432000 4194304 5787044 140733686561728 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=6582/tid=6585] ppid=6581 vsize=954804 CPUtime=1182.15 cores=1,3,5,7
/proc/6582/task/6585/stat : 6585 (priss) R 6581 6581 4923 0 -1 4202560 48298 0 0 0 118157 58 0 0 25 0 5 0 499522082 977719296 185471 33554432000 4194304 5787044 140733686561728 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=6582/tid=6586] ppid=6581 vsize=954804 CPUtime=1182.04 cores=1,3,5,7
/proc/6582/task/6586/stat : 6586 (priss) R 6581 6581 4923 0 -1 4202560 49322 0 0 0 118143 61 0 0 25 0 5 0 499522083 977719296 185471 33554432000 4194304 5787044 140733686561728 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=6582/tid=6587] ppid=6581 vsize=954804 CPUtime=1182.11 cores=1,3,5,7
/proc/6582/task/6587/stat : 6587 (priss) R 6581 6581 4923 0 -1 4202560 41932 0 0 0 118164 47 0 0 25 0 5 0 499522087 977719296 185471 33554432000 4194304 5787044 140733686561728 18446744073709551615 5527607 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4722.15
Current children cumulated vsize (KiB) 963504



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.10 8.07 8.01 9/188 6661
/proc/meminfo: memFree=21302152/32951124 swapFree=67111528/67111528
[pid=6581] ppid=6579 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/6581/stat : 6581 (prissAuto.sh) S 6579 6581 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499522075 8908800 251 33554432000 4194304 4922060 140735490771568 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6581/statm: 2175 251 211 178 0 68 0
[pid=6582] ppid=6581 vsize=955800 CPUtime=4800.02 cores=1,3,5,7
/proc/6582/stat : 6582 (priss) S 6581 6581 4923 0 -1 4202496 194834 0 0 0 479768 234 0 0 19 0 5 0 499522075 978739200 186869 33554432000 4194304 5787044 140733686561728 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/6582/statm: 238950 186869 419 389 0 234700 0
[pid=6582/tid=6584] ppid=6581 vsize=955800 CPUtime=1195.19 cores=1,3,5,7
/proc/6582/task/6584/stat : 6584 (priss) R 6581 6581 4923 0 -1 4202560 44944 0 0 0 119454 65 0 0 25 0 5 0 499522080 978739200 186869 33554432000 4194304 5787044 140733686561728 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=6582/tid=6585] ppid=6581 vsize=955800 CPUtime=1201.64 cores=1,3,5,7
/proc/6582/task/6585/stat : 6585 (priss) R 6581 6581 4923 0 -1 4202560 49015 0 0 0 120106 58 0 0 25 0 5 0 499522082 978739200 186869 33554432000 4194304 5787044 140733686561728 18446744073709551615 4220930 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=6582/tid=6586] ppid=6581 vsize=955800 CPUtime=1201.44 cores=1,3,5,7
/proc/6582/task/6586/stat : 6586 (priss) R 6581 6581 4923 0 -1 4202560 50031 0 0 0 120083 61 0 0 25 0 5 0 499522083 978739200 186869 33554432000 4194304 5787044 140733686561728 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=6582/tid=6587] ppid=6581 vsize=955800 CPUtime=1201.61 cores=1,3,5,7
/proc/6582/task/6587/stat : 6587 (priss) R 6581 6581 4923 0 -1 4202560 42188 0 0 0 120114 47 0 0 25 0 5 0 499522087 978739200 186869 33554432000 4194304 5787044 140733686561728 18446744073709551615 5528398 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.02
Current children cumulated vsize (KiB) 964500

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

Real time (s): 1201.82
CPU time (s): 4800.02
CPU user time (s): 4797.68
CPU system time (s): 2.34
CPU usage (%): 399.397
Max. virtual memory (cumulated for all children) (KiB): 964500

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

runsolver used 1.61875 second user time and 4.94625 second system time

The end

Launcher Data

Begin job on node140 at 2011-04-29 11:57:48
IDJOB=3292332
IDBENCH=85975
IDSOLVER=1602
FILE ID=node140/3292332-1304071067
RUNJOBID= node140-1304056417-4942
PBS_JOBID= 13170433
Free space on /tmp= 72660 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT05/industrial/grieu05/vmpc/vmpc_32.renamed-as.sat05-1919.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3292332-1304071067/watcher-3292332-1304071067 -o /tmp/evaluation-result-3292332-1304071067/solver-3292332-1304071067 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3292332-1304071067.cnf 511555526 4800 15500 4

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

MD5SUM BENCH= 833432e05c2a1599e13dca28680b5df9
RANDOM SEED=511555526

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:      21929156 kB
Buffers:       2299720 kB
Cached:        7821316 kB
SwapCached:          0 kB
Active:        2957776 kB
Inactive:      7497724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21929156 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3980 kB
Writeback:           8 kB
AnonPages:      334320 kB
Mapped:          15572 kB
Slab:           504452 kB
PageTables:       5420 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   525432 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 12:17:51