Trace number 3249181

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.31 1201.92

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-13x32.cnf
MD5SUM73c8ae5bbdfe41463e8e40ea211c5e14
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 variables1664
Number of clauses157664
Sum of the clauses size625664
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22496
Number of clauses of size 30
Number of clauses of size 4155168
Number of clauses of size 50
Number of clauses of size over 50

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: 12920
0.00/0.00	c setup for 4cores
0.00/0.04	c parsetime: 42718us
0.00/0.04	c parsed 157664 clauses with 1664 variables
0.00/0.05	c NW started thread 0 successfully (1085659456)
0.00/0.07	c NW started thread 1 successfully (1096149312)
0.00/0.09	c NW started thread 2 successfully (1106639168)
0.00/0.11	c NW started thread 3 successfully (1117129024)
60.88/15.31	c preprocessor returned 10010 variables
60.88/15.31	c preprocessing returned UNKNOWN
60.88/15.31	c PP set 0 variables
60.88/15.31	c pp time: 15262562us (15s)
61.29/15.42	c preprocessor returned 10010 variables
61.29/15.42	c preprocessing returned UNKNOWN
61.29/15.42	c PP set 0 variables
61.29/15.42	c pp time: 15348137us (15s)
61.69/15.51	c preprocessor returned 10010 variables
61.69/15.51	c preprocessing returned UNKNOWN
61.69/15.51	c PP set 0 variables
61.69/15.51	c pp time: 15419304us (15s)
80.04/20.11	c preprocessor returned 30023 variables
80.04/20.11	c preprocessing returned UNKNOWN
80.04/20.11	c PP set 0 variables
80.04/20.11	c pp time: 19994950us (19s)

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-3249181-1304055843/watcher-3249181-1304055843 -o /tmp/evaluation-result-3249181-1304055843/solver-3249181-1304055843 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3249181-1304055843.cnf 2113797109 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.46 7.97 8.00 5/182 12919
/proc/meminfo: memFree=26324692/32950928 swapFree=67111364/67111528
[pid=12919] ppid=12917 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12919/stat : 12919 (prissAuto.sh) S 12917 12919 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517183993 8908800 252 33554432000 4194304 4922060 140736462927808 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12919/statm: 2175 252 211 178 0 68 0

[startup+0.136089 s]
/proc/loadavg: 7.46 7.97 8.00 5/182 12919
/proc/meminfo: memFree=26324692/32950928 swapFree=67111364/67111528
[pid=12919] ppid=12917 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12919/stat : 12919 (prissAuto.sh) S 12917 12919 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517183993 8908800 252 33554432000 4194304 4922060 140736462927808 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12919/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.201076 s]
/proc/loadavg: 7.46 7.97 8.00 5/182 12919
/proc/meminfo: memFree=26324692/32950928 swapFree=67111364/67111528
[pid=12919] ppid=12917 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12919/stat : 12919 (prissAuto.sh) S 12917 12919 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517183993 8908800 252 33554432000 4194304 4922060 140736462927808 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12919/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301056 s]
/proc/loadavg: 7.46 7.97 8.00 5/182 12919
/proc/meminfo: memFree=26324692/32950928 swapFree=67111364/67111528
[pid=12919] ppid=12917 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12919/stat : 12919 (prissAuto.sh) S 12917 12919 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517183993 8908800 252 33554432000 4194304 4922060 140736462927808 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12919/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.70098 s]
/proc/loadavg: 7.46 7.97 8.00 5/182 12919
/proc/meminfo: memFree=26324692/32950928 swapFree=67111364/67111528
[pid=12919] ppid=12917 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12919/stat : 12919 (prissAuto.sh) S 12917 12919 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517183993 8908800 252 33554432000 4194304 4922060 140736462927808 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12919/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50089 s]
/proc/loadavg: 7.46 7.97 8.00 9/188 12925
/proc/meminfo: memFree=26258084/32950928 swapFree=67111364/67111528
[pid=12919] ppid=12917 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12919/stat : 12919 (prissAuto.sh) S 12917 12919 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517183993 8908800 252 33554432000 4194304 4922060 140736462927808 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12919/statm: 2175 252 211 178 0 68 0
[pid=12920] ppid=12919 vsize=302900 CPUtime=5.76 cores=0,2,4,6
/proc/12920/stat : 12920 (priss) S 12919 12919 12570 0 -1 4202496 13637 0 0 0 575 1 0 0 25 0 5 0 517183993 310169600 13087 33554432000 4194304 5787044 140737209517344 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/12920/statm: 75725 13087 349 389 0 71475 0
[pid=12920/tid=12922] ppid=12919 vsize=302900 CPUtime=1.44 cores=0,2,4,6
/proc/12920/task/12922/stat : 12922 (priss) R 12919 12919 12570 0 -1 4202560 1359 0 0 0 144 0 0 0 25 0 5 0 517183999 310169600 13087 33554432000 4194304 5787044 140737209517344 18446744073709551615 4336770 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=12920/tid=12923] ppid=12919 vsize=302900 CPUtime=1.42 cores=0,2,4,6
/proc/12920/task/12923/stat : 12923 (priss) R 12919 12919 12570 0 -1 4202560 1414 0 0 0 142 0 0 0 25 0 5 0 517184000 310169600 13087 33554432000 4194304 5787044 140737209517344 18446744073709551615 4336819 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=12920/tid=12924] ppid=12919 vsize=302900 CPUtime=1.4 cores=0,2,4,6
/proc/12920/task/12924/stat : 12924 (priss) R 12919 12919 12570 0 -1 4202560 1122 0 0 0 140 0 0 0 25 0 5 0 517184002 310169600 13087 33554432000 4194304 5787044 140737209517344 18446744073709551615 4336781 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=12920/tid=12925] ppid=12919 vsize=302900 CPUtime=1.38 cores=0,2,4,6
/proc/12920/task/12925/stat : 12925 (priss) R 12919 12919 12570 0 -1 4202560 1107 0 0 0 138 0 0 0 25 0 5 0 517184005 310169600 13087 33554432000 4194304 5787044 140737209517344 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.76
Current children cumulated vsize (KiB) 311600

[startup+3.10053 s]
/proc/loadavg: 7.46 7.97 8.00 9/188 12957
/proc/meminfo: memFree=26237872/32950928 swapFree=67111364/67111528
[pid=12919] ppid=12917 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12919/stat : 12919 (prissAuto.sh) S 12917 12919 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517183993 8908800 252 33554432000 4194304 4922060 140736462927808 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12919/statm: 2175 252 211 178 0 68 0
[pid=12920] ppid=12919 vsize=328108 CPUtime=12.15 cores=0,2,4,6
/proc/12920/stat : 12920 (priss) S 12919 12919 12570 0 -1 4202496 26057 0 0 0 1209 6 0 0 25 0 5 0 517183993 335982592 24891 33554432000 4194304 5787044 140737209517344 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/12920/statm: 82027 24891 350 389 0 77777 0
[pid=12920/tid=12922] ppid=12919 vsize=328108 CPUtime=3.04 cores=0,2,4,6
/proc/12920/task/12922/stat : 12922 (priss) R 12919 12919 12570 0 -1 4202560 3269 0 0 0 303 1 0 0 25 0 5 0 517183999 335982592 24892 33554432000 4194304 5787044 140737209517344 18446744073709551615 4318959 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=12920/tid=12923] ppid=12919 vsize=328108 CPUtime=3.02 cores=0,2,4,6
/proc/12920/task/12923/stat : 12923 (priss) R 12919 12919 12570 0 -1 4202560 3535 0 0 0 301 1 0 0 18 0 5 0 517184000 335982592 24893 33554432000 4194304 5787044 140737209517344 18446744073709551615 208079893537 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=12920/tid=12924] ppid=12919 vsize=328108 CPUtime=2.98 cores=0,2,4,6
/proc/12920/task/12924/stat : 12924 (priss) R 12919 12919 12570 0 -1 4202560 4290 0 0 0 297 1 0 0 19 0 5 0 517184002 335982592 24893 33554432000 4194304 5787044 140737209517344 18446744073709551615 4336560 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=12920/tid=12925] ppid=12919 vsize=328108 CPUtime=2.97 cores=0,2,4,6
/proc/12920/task/12925/stat : 12925 (priss) R 12919 12919 12570 0 -1 4202560 6330 0 0 0 296 1 0 0 25 0 5 0 517184005 335982592 24893 33554432000 4194304 5787044 140737209517344 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.15
Current children cumulated vsize (KiB) 336808

[startup+6.30092 s]
/proc/loadavg: 7.50 7.97 8.00 5/180 13010
/proc/meminfo: memFree=26230940/32950928 swapFree=67111364/67111528
[pid=12919] ppid=12917 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12919/stat : 12919 (prissAuto.sh) S 12917 12919 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517183993 8908800 252 33554432000 4194304 4922060 140736462927808 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12919/statm: 2175 252 211 178 0 68 0
[pid=12920] ppid=12919 vsize=329164 CPUtime=24.93 cores=0,2,4,6
/proc/12920/stat : 12920 (priss) S 12919 12919 12570 0 -1 4202496 27230 0 0 0 2486 7 0 0 25 0 5 0 517183993 337063936 26064 33554432000 4194304 5787044 140737209517344 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/12920/statm: 82291 26064 350 389 0 78041 0
[pid=12920/tid=12922] ppid=12919 vsize=329164 CPUtime=6.24 cores=0,2,4,6
/proc/12920/task/12922/stat : 12922 (priss) R 12919 12919 12570 0 -1 4202560 3521 0 0 0 623 1 0 0 25 0 5 0 517183999 337063936 26064 33554432000 4194304 5787044 140737209517344 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=12920/tid=12923] ppid=12919 vsize=329164 CPUtime=6.21 cores=0,2,4,6
/proc/12920/task/12923/stat : 12923 (priss) R 12919 12919 12570 0 -1 4202560 3832 0 0 0 620 1 0 0 25 0 5 0 517184000 337063936 26064 33554432000 4194304 5787044 140737209517344 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=12920/tid=12924] ppid=12919 vsize=329164 CPUtime=6.16 cores=0,2,4,6
/proc/12920/task/12924/stat : 12924 (priss) R 12919 12919 12570 0 -1 4202560 4604 0 0 0 615 1 0 0 25 0 5 0 517184002 337063936 26064 33554432000 4194304 5787044 140737209517344 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=12920/tid=12925] ppid=12919 vsize=329164 CPUtime=6.17 cores=0,2,4,6
/proc/12920/task/12925/stat : 12925 (priss) R 12919 12919 12570 0 -1 4202560 6638 0 0 0 616 1 0 0 25 0 5 0 517184005 337063936 26064 33554432000 4194304 5787044 140737209517344 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.93
Current children cumulated vsize (KiB) 337864

[startup+12.7007 s]
/proc/loadavg: 7.62 7.99 8.00 9/188 13054
/proc/meminfo: memFree=26156328/32950928 swapFree=67111364/67111528
[pid=12919] ppid=12917 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12919/stat : 12919 (prissAuto.sh) S 12917 12919 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517183993 8908800 252 33554432000 4194304 4922060 140736462927808 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12919/statm: 2175 252 211 178 0 68 0
[pid=12920] ppid=12919 vsize=329164 CPUtime=50.5 cores=0,2,4,6
/proc/12920/stat : 12920 (priss) S 12919 12919 12570 0 -1 4202496 27276 0 0 0 5043 7 0 0 25 0 5 0 517183993 337063936 26110 33554432000 4194304 5787044 140737209517344 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/12920/statm: 82291 26110 352 389 0 78041 0
[pid=12920/tid=12922] ppid=12919 vsize=329164 CPUtime=12.64 cores=0,2,4,6
/proc/12920/task/12922/stat : 12922 (priss) R 12919 12919 12570 0 -1 4202560 3534 0 0 0 1263 1 0 0 25 0 5 0 517183999 337063936 26110 33554432000 4194304 5787044 140737209517344 18446744073709551615 4336739 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=12920/tid=12923] ppid=12919 vsize=329164 CPUtime=12.61 cores=0,2,4,6
/proc/12920/task/12923/stat : 12923 (priss) R 12919 12919 12570 0 -1 4202560 3843 0 0 0 1260 1 0 0 25 0 5 0 517184000 337063936 26110 33554432000 4194304 5787044 140737209517344 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=12920/tid=12924] ppid=12919 vsize=329164 CPUtime=12.53 cores=0,2,4,6
/proc/12920/task/12924/stat : 12924 (priss) R 12919 12919 12570 0 -1 4202560 4615 0 0 0 1252 1 0 0 25 0 5 0 517184002 337063936 26110 33554432000 4194304 5787044 140737209517344 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=12920/tid=12925] ppid=12919 vsize=329164 CPUtime=12.57 cores=0,2,4,6
/proc/12920/task/12925/stat : 12925 (priss) R 12919 12919 12570 0 -1 4202560 6649 0 0 0 1256 1 0 0 25 0 5 0 517184005 337063936 26110 33554432000 4194304 5787044 140737209517344 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 337864

[startup+25.5013 s]
/proc/loadavg: 7.78 8.00 8.01 9/188 13054
/proc/meminfo: memFree=25920268/32950928 swapFree=67111364/67111528
[pid=12919] ppid=12917 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12919/stat : 12919 (prissAuto.sh) S 12917 12919 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517183993 8908800 252 33554432000 4194304 4922060 140736462927808 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12919/statm: 2175 252 211 178 0 68 0
[pid=12920] ppid=12919 vsize=360196 CPUtime=101.61 cores=0,2,4,6
/proc/12920/stat : 12920 (priss) S 12919 12919 12570 0 -1 4202496 56051 0 0 0 10143 18 0 0 25 0 5 0 517183993 368840704 47190 33554432000 4194304 5787044 140737209517344 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/12920/statm: 90049 47190 417 389 0 85799 0
[pid=12920/tid=12922] ppid=12919 vsize=360196 CPUtime=25.43 cores=0,2,4,6
/proc/12920/task/12922/stat : 12922 (priss) R 12919 12919 12570 0 -1 4202560 8722 0 0 0 2540 3 0 0 25 0 5 0 517183999 368840704 47190 33554432000 4194304 5787044 140737209517344 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=12920/tid=12923] ppid=12919 vsize=360196 CPUtime=25.42 cores=0,2,4,6
/proc/12920/task/12923/stat : 12923 (priss) R 12919 12919 12570 0 -1 4202560 11866 0 0 0 2537 5 0 0 25 0 5 0 517184000 368840704 47190 33554432000 4194304 5787044 140737209517344 18446744073709551615 5592867 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=12920/tid=12924] ppid=12919 vsize=360196 CPUtime=25.25 cores=0,2,4,6
/proc/12920/task/12924/stat : 12924 (priss) R 12919 12919 12570 0 -1 4202560 10819 0 0 0 2521 4 0 0 25 0 5 0 517184002 368840704 47190 33554432000 4194304 5787044 140737209517344 18446744073709551615 5586800 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=12920/tid=12925] ppid=12919 vsize=360196 CPUtime=25.37 cores=0,2,4,6
/proc/12920/task/12925/stat : 12925 (priss) R 12919 12919 12570 0 -1 4202560 16009 0 0 0 2533 4 0 0 25 0 5 0 517184005 368840704 47190 33554432000 4194304 5787044 140737209517344 18446744073709551615 4254566 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.61
Current children cumulated vsize (KiB) 368896

[startup+51.1004 s]
/proc/loadavg: 7.91 8.02 8.01 9/188 13055
/proc/meminfo: memFree=25606636/32950928 swapFree=67111364/67111528
[pid=12919] ppid=12917 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12919/stat : 12919 (prissAuto.sh) S 12917 12919 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517183993 8908800 252 33554432000 4194304 4922060 140736462927808 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12919/statm: 2175 252 211 178 0 68 0
[pid=12920] ppid=12919 vsize=392168 CPUtime=203.84 cores=0,2,4,6
/proc/12920/stat : 12920 (priss) S 12919 12919 12570 0 -1 4202496 77311 0 0 0 20347 37 0 0 25 0 5 0 517183993 401580032 68334 33554432000 4194304 5787044 140737209517344 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/12920/statm: 98042 68334 417 389 0 93792 0
[pid=12920/tid=12922] ppid=12919 vsize=392168 CPUtime=51.02 cores=0,2,4,6
/proc/12920/task/12922/stat : 12922 (priss) R 12919 12919 12570 0 -1 4202560 13562 0 0 0 5096 6 0 0 25 0 5 0 517183999 401580032 68334 33554432000 4194304 5787044 140737209517344 18446744073709551615 5590464 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=12920/tid=12923] ppid=12919 vsize=392168 CPUtime=51.01 cores=0,2,4,6
/proc/12920/task/12923/stat : 12923 (priss) R 12919 12919 12570 0 -1 4202560 19044 0 0 0 5090 11 0 0 25 0 5 0 517184000 401580032 68334 33554432000 4194304 5787044 140737209517344 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=12920/tid=12924] ppid=12919 vsize=392168 CPUtime=50.7 cores=0,2,4,6
/proc/12920/task/12924/stat : 12924 (priss) R 12919 12919 12570 0 -1 4202560 16455 0 0 0 5060 10 0 0 25 0 5 0 517184002 401580032 68334 33554432000 4194304 5787044 140737209517344 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=12920/tid=12925] ppid=12919 vsize=392168 CPUtime=50.96 cores=0,2,4,6
/proc/12920/task/12925/stat : 12925 (priss) R 12919 12919 12570 0 -1 4202560 19615 0 0 0 5088 8 0 0 25 0 5 0 517184005 401580032 68334 33554432000 4194304 5787044 140737209517344 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.84
Current children cumulated vsize (KiB) 400868

[startup+102.301 s]
/proc/loadavg: 8.01 8.03 8.01 9/188 13056
/proc/meminfo: memFree=25158724/32950928 swapFree=67111364/67111528
[pid=12919] ppid=12917 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12919/stat : 12919 (prissAuto.sh) S 12917 12919 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517183993 8908800 252 33554432000 4194304 4922060 140736462927808 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12919/statm: 2175 252 211 178 0 68 0
[pid=12920] ppid=12919 vsize=628008 CPUtime=408.34 cores=0,2,4,6
/proc/12920/stat : 12920 (priss) S 12919 12919 12570 0 -1 4202496 104976 0 0 0 40771 63 0 0 25 0 5 0 517183993 643080192 95649 33554432000 4194304 5787044 140737209517344 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/12920/statm: 157002 95649 417 389 0 152752 0
[pid=12920/tid=12922] ppid=12919 vsize=628008 CPUtime=102.22 cores=0,2,4,6
/proc/12920/task/12922/stat : 12922 (priss) R 12919 12919 12570 0 -1 4202560 22143 0 0 0 10211 11 0 0 25 0 5 0 517183999 643080192 95649 33554432000 4194304 5787044 140737209517344 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=12920/tid=12923] ppid=12919 vsize=628008 CPUtime=102.21 cores=0,2,4,6
/proc/12920/task/12923/stat : 12923 (priss) R 12919 12919 12570 0 -1 4202560 26401 0 0 0 10202 19 0 0 25 0 5 0 517184000 643080192 95649 33554432000 4194304 5787044 140737209517344 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=12920/tid=12924] ppid=12919 vsize=628008 CPUtime=101.61 cores=0,2,4,6
/proc/12920/task/12924/stat : 12924 (priss) R 12919 12919 12570 0 -1 4202560 22417 0 0 0 10144 17 0 0 25 0 5 0 517184002 643080192 95649 33554432000 4194304 5787044 140737209517344 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=12920/tid=12925] ppid=12919 vsize=628008 CPUtime=102.15 cores=0,2,4,6

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

/proc/12920/task/12923/stat : 12923 (priss) R 12919 12919 12570 0 -1 4202560 81735 0 0 0 81879 86 0 0 25 0 5 0 517184000 1344770048 288570 33554432000 4194304 5787044 140737209517344 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=12920/tid=12924] ppid=12919 vsize=1313252 CPUtime=820.05 cores=0,2,4,6
/proc/12920/task/12924/stat : 12924 (priss) R 12919 12919 12570 0 -1 4202560 75971 0 0 0 81926 79 0 0 25 0 5 0 517184002 1344770048 288570 33554432000 4194304 5787044 140737209517344 18446744073709551615 5591532 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=12920/tid=12925] ppid=12919 vsize=1313252 CPUtime=822.1 cores=0,2,4,6
/proc/12920/task/12925/stat : 12925 (priss) R 12919 12919 12570 0 -1 4202560 64615 0 0 0 82141 69 0 0 25 0 5 0 517184005 1344770048 288570 33554432000 4194304 5787044 140737209517344 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.11
Current children cumulated vsize (KiB) 1321952

[startup+882.307 s]
/proc/loadavg: 8.18 8.11 8.03 9/188 13077
/proc/meminfo: memFree=21650036/32950928 swapFree=67111364/67111528
[pid=12919] ppid=12917 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12919/stat : 12919 (prissAuto.sh) S 12917 12919 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517183993 8908800 252 33554432000 4194304 4922060 140736462927808 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12919/statm: 2175 252 211 178 0 68 0
[pid=12920] ppid=12919 vsize=1391076 CPUtime=3523.79 cores=0,2,4,6
/proc/12920/stat : 12920 (priss) S 12919 12919 12570 0 -1 4202496 310433 0 0 0 352090 289 0 0 25 0 5 0 517183993 1424461824 294674 33554432000 4194304 5787044 140737209517344 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/12920/statm: 347769 294674 417 389 0 343519 0
[pid=12920/tid=12922] ppid=12919 vsize=1391076 CPUtime=882.16 cores=0,2,4,6
/proc/12920/task/12922/stat : 12922 (priss) R 12919 12919 12570 0 -1 4202560 76467 0 0 0 88167 49 0 0 25 0 5 0 517183999 1424461824 294674 33554432000 4194304 5787044 140737209517344 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=12920/tid=12923] ppid=12919 vsize=1391076 CPUtime=879.32 cores=0,2,4,6
/proc/12920/task/12923/stat : 12923 (priss) R 12919 12919 12570 0 -1 4202560 84698 0 0 0 87843 89 0 0 25 0 5 0 517184000 1424461824 294674 33554432000 4194304 5787044 140737209517344 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=12920/tid=12924] ppid=12919 vsize=1391076 CPUtime=880.06 cores=0,2,4,6
/proc/12920/task/12924/stat : 12924 (priss) R 12919 12919 12570 0 -1 4202560 75987 0 0 0 87926 80 0 0 25 0 5 0 517184002 1424461824 294674 33554432000 4194304 5787044 140737209517344 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=12920/tid=12925] ppid=12919 vsize=1391076 CPUtime=882.11 cores=0,2,4,6
/proc/12920/task/12925/stat : 12925 (priss) R 12919 12919 12570 0 -1 4202560 64646 0 0 0 88142 69 0 0 25 0 5 0 517184005 1424461824 294674 33554432000 4194304 5787044 140737209517344 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3523.79
Current children cumulated vsize (KiB) 1399776

[startup+942.301 s]
/proc/loadavg: 8.12 8.10 8.02 9/188 13078
/proc/meminfo: memFree=21320796/32950928 swapFree=67111364/67111528
[pid=12919] ppid=12917 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12919/stat : 12919 (prissAuto.sh) S 12917 12919 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517183993 8908800 252 33554432000 4194304 4922060 140736462927808 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12919/statm: 2175 252 211 178 0 68 0
[pid=12920] ppid=12919 vsize=1404660 CPUtime=3763.42 cores=0,2,4,6
/proc/12920/stat : 12920 (priss) S 12919 12919 12570 0 -1 4202496 333839 0 0 0 376027 315 0 0 25 0 5 0 517183993 1438371840 318080 33554432000 4194304 5787044 140737209517344 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/12920/statm: 351165 318080 417 389 0 346915 0
[pid=12920/tid=12922] ppid=12919 vsize=1404660 CPUtime=942.15 cores=0,2,4,6
/proc/12920/task/12922/stat : 12922 (priss) R 12919 12919 12570 0 -1 4202560 79844 0 0 0 94165 50 0 0 25 0 5 0 517183999 1438371840 318080 33554432000 4194304 5787044 140737209517344 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=12920/tid=12923] ppid=12919 vsize=1404660 CPUtime=938.99 cores=0,2,4,6
/proc/12920/task/12923/stat : 12923 (priss) R 12919 12919 12570 0 -1 4202560 96431 0 0 0 93794 105 0 0 25 0 5 0 517184000 1438371840 318080 33554432000 4194304 5787044 140737209517344 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=12920/tid=12924] ppid=12919 vsize=1404660 CPUtime=940.05 cores=0,2,4,6
/proc/12920/task/12924/stat : 12924 (priss) R 12919 12919 12570 0 -1 4202560 78844 0 0 0 93922 83 0 0 25 0 5 0 517184002 1438371840 318080 33554432000 4194304 5787044 140737209517344 18446744073709551615 5591529 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=12920/tid=12925] ppid=12919 vsize=1404660 CPUtime=942.09 cores=0,2,4,6
/proc/12920/task/12925/stat : 12925 (priss) R 12919 12919 12570 0 -1 4202560 70085 0 0 0 94134 75 0 0 25 0 5 0 517184005 1438371840 318080 33554432000 4194304 5787044 140737209517344 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3763.42
Current children cumulated vsize (KiB) 1413360

[startup+1002.3 s]
/proc/loadavg: 8.12 8.10 8.02 9/188 13080
/proc/meminfo: memFree=20935140/32950928 swapFree=67111364/67111528
[pid=12919] ppid=12917 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12919/stat : 12919 (prissAuto.sh) S 12917 12919 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517183993 8908800 252 33554432000 4194304 4922060 140736462927808 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12919/statm: 2175 252 211 178 0 68 0
[pid=12920] ppid=12919 vsize=1574072 CPUtime=4003.06 cores=0,2,4,6
/proc/12920/stat : 12920 (priss) S 12919 12919 12570 0 -1 4202496 368000 0 0 0 399953 353 0 0 25 0 5 0 517183993 1611849728 351740 33554432000 4194304 5787044 140737209517344 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/12920/statm: 393518 351740 417 389 0 389268 0
[pid=12920/tid=12922] ppid=12919 vsize=1574072 CPUtime=1002.13 cores=0,2,4,6
/proc/12920/task/12922/stat : 12922 (priss) R 12919 12919 12570 0 -1 4202560 89600 0 0 0 100157 56 0 0 25 0 5 0 517183999 1611849728 351740 33554432000 4194304 5787044 140737209517344 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=12920/tid=12923] ppid=12919 vsize=1574072 CPUtime=998.65 cores=0,2,4,6
/proc/12920/task/12923/stat : 12923 (priss) R 12919 12919 12570 0 -1 4202560 104968 0 0 0 99749 116 0 0 25 0 5 0 517184000 1611849728 351740 33554432000 4194304 5787044 140737209517344 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=12920/tid=12924] ppid=12919 vsize=1574072 CPUtime=1000.04 cores=0,2,4,6
/proc/12920/task/12924/stat : 12924 (priss) R 12919 12919 12570 0 -1 4202560 87637 0 0 0 99908 96 0 0 25 0 5 0 517184002 1611849728 351740 33554432000 4194304 5787044 140737209517344 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=12920/tid=12925] ppid=12919 vsize=1574072 CPUtime=1002.09 cores=0,2,4,6
/proc/12920/task/12925/stat : 12925 (priss) R 12919 12919 12570 0 -1 4202560 77160 0 0 0 100127 82 0 0 25 0 5 0 517184005 1611849728 351740 33554432000 4194304 5787044 140737209517344 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.06
Current children cumulated vsize (KiB) 1582772

[startup+1062.3 s]
/proc/loadavg: 8.15 8.11 8.03 9/188 13091
/proc/meminfo: memFree=20569636/32950928 swapFree=67111364/67111528
[pid=12919] ppid=12917 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12919/stat : 12919 (prissAuto.sh) S 12917 12919 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517183993 8908800 252 33554432000 4194304 4922060 140736462927808 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12919/statm: 2175 252 211 178 0 68 0
[pid=12920] ppid=12919 vsize=1751708 CPUtime=4242.7 cores=0,2,4,6
/proc/12920/stat : 12920 (priss) S 12919 12919 12570 0 -1 4202496 393757 0 0 0 423889 381 0 0 25 0 5 0 517183993 1793748992 376665 33554432000 4194304 5787044 140737209517344 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/12920/statm: 437927 376665 417 389 0 433677 0
[pid=12920/tid=12922] ppid=12919 vsize=1751708 CPUtime=1062.13 cores=0,2,4,6
/proc/12920/task/12922/stat : 12922 (priss) R 12919 12919 12570 0 -1 4202560 100484 0 0 0 106149 64 0 0 25 0 5 0 517183999 1793748992 376665 33554432000 4194304 5787044 140737209517344 18446744073709551615 4692144 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=12920/tid=12923] ppid=12919 vsize=1751708 CPUtime=1058.32 cores=0,2,4,6
/proc/12920/task/12923/stat : 12923 (priss) R 12919 12919 12570 0 -1 4202560 104969 0 0 0 105715 117 0 0 25 0 5 0 517184000 1793748992 376665 33554432000 4194304 5787044 140737209517344 18446744073709551615 5591532 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=12920/tid=12924] ppid=12919 vsize=1751708 CPUtime=1060.03 cores=0,2,4,6
/proc/12920/task/12924/stat : 12924 (priss) R 12919 12919 12570 0 -1 4202560 96980 0 0 0 105895 108 0 0 25 0 5 0 517184002 1793748992 376665 33554432000 4194304 5787044 140737209517344 18446744073709551615 208079930339 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=12920/tid=12925] ppid=12919 vsize=1751708 CPUtime=1062.08 cores=0,2,4,6
/proc/12920/task/12925/stat : 12925 (priss) R 12919 12919 12570 0 -1 4202560 82689 0 0 0 106118 90 0 0 25 0 5 0 517184005 1793748992 376665 33554432000 4194304 5787044 140737209517344 18446744073709551615 5527024 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4242.7
Current children cumulated vsize (KiB) 1760408

[startup+1122.3 s]
/proc/loadavg: 8.15 8.11 8.03 9/188 13092
/proc/meminfo: memFree=20413748/32950928 swapFree=67111364/67111528
[pid=12919] ppid=12917 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12919/stat : 12919 (prissAuto.sh) S 12917 12919 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517183993 8908800 252 33554432000 4194304 4922060 140736462927808 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12919/statm: 2175 252 211 178 0 68 0
[pid=12920] ppid=12919 vsize=1751708 CPUtime=4482.32 cores=0,2,4,6
/proc/12920/stat : 12920 (priss) S 12919 12919 12570 0 -1 4202496 394581 0 0 0 447848 384 0 0 25 0 5 0 517183993 1793748992 377489 33554432000 4194304 5787044 140737209517344 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/12920/statm: 437927 377489 417 389 0 433677 0
[pid=12920/tid=12922] ppid=12919 vsize=1751708 CPUtime=1122.12 cores=0,2,4,6
/proc/12920/task/12922/stat : 12922 (priss) R 12919 12919 12570 0 -1 4202560 101199 0 0 0 112147 65 0 0 25 0 5 0 517183999 1793748992 377489 33554432000 4194304 5787044 140737209517344 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=12920/tid=12923] ppid=12919 vsize=1751708 CPUtime=1117.96 cores=0,2,4,6
/proc/12920/task/12923/stat : 12923 (priss) R 12919 12919 12570 0 -1 4202560 105078 0 0 0 111679 117 0 0 25 0 5 0 517184000 1793748992 377489 33554432000 4194304 5787044 140737209517344 18446744073709551615 4218269 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=12920/tid=12924] ppid=12919 vsize=1751708 CPUtime=1120.02 cores=0,2,4,6
/proc/12920/task/12924/stat : 12924 (priss) R 12919 12919 12570 0 -1 4202560 96980 0 0 0 111893 109 0 0 25 0 5 0 517184002 1793748992 377489 33554432000 4194304 5787044 140737209517344 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=12920/tid=12925] ppid=12919 vsize=1751708 CPUtime=1122.07 cores=0,2,4,6
/proc/12920/task/12925/stat : 12925 (priss) R 12919 12919 12570 0 -1 4202560 82689 0 0 0 112116 91 0 0 25 0 5 0 517184005 1793748992 377489 33554432000 4194304 5787044 140737209517344 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4482.32
Current children cumulated vsize (KiB) 1760408

[startup+1182.3 s]
/proc/loadavg: 8.09 8.11 8.03 9/188 13094
/proc/meminfo: memFree=20265428/32950928 swapFree=67111364/67111528
[pid=12919] ppid=12917 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12919/stat : 12919 (prissAuto.sh) S 12917 12919 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517183993 8908800 252 33554432000 4194304 4922060 140736462927808 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12919/statm: 2175 252 211 178 0 68 0
[pid=12920] ppid=12919 vsize=1751708 CPUtime=4722 cores=0,2,4,6
/proc/12920/stat : 12920 (priss) S 12919 12919 12570 0 -1 4202496 394656 0 0 0 471814 386 0 0 25 0 5 0 517183993 1793748992 377564 33554432000 4194304 5787044 140737209517344 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/12920/statm: 437927 377564 417 389 0 433677 0
[pid=12920/tid=12922] ppid=12919 vsize=1751708 CPUtime=1182.13 cores=0,2,4,6
/proc/12920/task/12922/stat : 12922 (priss) R 12919 12919 12570 0 -1 4202560 101207 0 0 0 118147 66 0 0 25 0 5 0 517183999 1793748992 377564 33554432000 4194304 5787044 140737209517344 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=12920/tid=12923] ppid=12919 vsize=1751708 CPUtime=1177.63 cores=0,2,4,6
/proc/12920/task/12923/stat : 12923 (priss) R 12919 12919 12570 0 -1 4202560 105143 0 0 0 117645 118 0 0 25 0 5 0 517184000 1793748992 377564 33554432000 4194304 5787044 140737209517344 18446744073709551615 5592744 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=12920/tid=12924] ppid=12919 vsize=1751708 CPUtime=1180.02 cores=0,2,4,6
/proc/12920/task/12924/stat : 12924 (priss) R 12919 12919 12570 0 -1 4202560 96982 0 0 0 117893 109 0 0 25 0 5 0 517184002 1793748992 377564 33554432000 4194304 5787044 140737209517344 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=12920/tid=12925] ppid=12919 vsize=1751708 CPUtime=1182.07 cores=0,2,4,6
/proc/12920/task/12925/stat : 12925 (priss) R 12919 12919 12570 0 -1 4202560 82689 0 0 0 118116 91 0 0 25 0 5 0 517184005 1793748992 377564 33554432000 4194304 5787044 140737209517344 18446744073709551615 5527407 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4722
Current children cumulated vsize (KiB) 1760408



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 8.07 8.10 8.03 10/189 13097
/proc/meminfo: memFree=20221264/32950928 swapFree=67111364/67111528
[pid=12919] ppid=12917 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12919/stat : 12919 (prissAuto.sh) S 12917 12919 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517183993 8908800 252 33554432000 4194304 4922060 140736462927808 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12919/statm: 2175 252 211 178 0 68 0
[pid=12920] ppid=12919 vsize=1751708 CPUtime=4800.31 cores=0,2,4,6
/proc/12920/stat : 12920 (priss) S 12919 12919 12570 0 -1 4202496 394708 0 0 0 479645 386 0 0 25 0 5 0 517183993 1793748992 377616 33554432000 4194304 5787044 140737209517344 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/12920/statm: 437927 377616 417 389 0 433677 0
[pid=12920/tid=12922] ppid=12919 vsize=1751708 CPUtime=1201.73 cores=0,2,4,6
/proc/12920/task/12922/stat : 12922 (priss) R 12919 12919 12570 0 -1 4202560 101211 0 0 0 120107 66 0 0 25 0 5 0 517183999 1793748992 377616 33554432000 4194304 5787044 140737209517344 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=12920/tid=12923] ppid=12919 vsize=1751708 CPUtime=1197.13 cores=0,2,4,6
/proc/12920/task/12923/stat : 12923 (priss) R 12919 12919 12570 0 -1 4202560 105171 0 0 0 119595 118 0 0 25 0 5 0 517184000 1793748992 377616 33554432000 4194304 5787044 140737209517344 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=12920/tid=12924] ppid=12919 vsize=1751708 CPUtime=1199.63 cores=0,2,4,6
/proc/12920/task/12924/stat : 12924 (priss) R 12919 12919 12570 0 -1 4202560 97000 0 0 0 119854 109 0 0 25 0 5 0 517184002 1793748992 377616 33554432000 4194304 5787044 140737209517344 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=12920/tid=12925] ppid=12919 vsize=1751708 CPUtime=1201.68 cores=0,2,4,6
/proc/12920/task/12925/stat : 12925 (priss) R 12919 12919 12570 0 -1 4202560 82691 0 0 0 120077 91 0 0 25 0 5 0 517184005 1793748992 377616 33554432000 4194304 5787044 140737209517344 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.31
Current children cumulated vsize (KiB) 1760408

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 12919 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=0
# CPU time returned by wait4() is 0
# while last known CPU time is 4800.31
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.92
CPU time (s): 4800.31
CPU user time (s): 4796.45
CPU system time (s): 3.86
CPU usage (%): 399.387
Max. virtual memory (cumulated for all children) (KiB): 1760408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
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.85772 second user time and 4.70628 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-29 07:44:03
IDJOB=3249181
IDBENCH=83159
IDSOLVER=1602
FILE ID=node127/3249181-1304055843
RUNJOBID= node127-1304052231-12588
PBS_JOBID= 13170417
Free space on /tmp= 71816 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-13x32.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3249181-1304055843/watcher-3249181-1304055843 -o /tmp/evaluation-result-3249181-1304055843/solver-3249181-1304055843 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3249181-1304055843.cnf 2113797109 4800 15500 4

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

MD5SUM BENCH= 73c8ae5bbdfe41463e8e40ea211c5e14
RANDOM SEED=2113797109

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      26324972 kB
Buffers:       1384968 kB
Cached:        4693956 kB
SwapCached:          0 kB
Active:        1747828 kB
Inactive:      4404344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26324972 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            6648 kB
Writeback:           0 kB
AnonPages:       72132 kB
Mapped:          15092 kB
Slab:           409676 kB
PageTables:       4272 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   253720 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= 71812 MiB
End job on node127 at 2011-04-29 08:04:07