Trace number 3290032

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

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
64/aes_64_4_keyfind_1.cnf
MD5SUM07ea67092ce3fd4529e72f69434e3f99
Bench CategoryAPPLICATION (applications 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 variables1808
Number of clauses9968
Sum of the clauses size39152
Maximum clause length5
Minimum clause length1
Number of clauses of size 1144
Number of clauses of size 2320
Number of clauses of size 33904
Number of clauses of size 41344
Number of clauses of size 54256
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: 13760
0.00/0.00	c setup for 4cores
0.00/0.00	c parsetime: 3342us
0.00/0.00	c parsed 9968 clauses with 1808 variables
0.00/0.00	c NW started thread 0 successfully (1106143552)
0.00/0.01	c NW started thread 1 successfully (1116633408)
0.00/0.01	c NW started thread 2 successfully (1127123264)
0.00/0.01	c NW started thread 3 successfully (1137613120)
0.00/0.66	c preprocessor returned 10011 variables
0.00/0.66	c preprocessing returned UNKNOWN
0.00/0.66	c PP set 144 variables
0.00/0.66	c pp time: 645853us (0s)
0.00/0.66	c preprocessor returned 10011 variables
0.00/0.66	c preprocessing returned UNKNOWN
0.00/0.66	c PP set 144 variables
0.00/0.66	c pp time: 646065us (0s)
0.00/0.66	c preprocessor returned 10011 variables
0.00/0.66	c preprocessing returned UNKNOWN
0.00/0.66	c PP set 144 variables
0.00/0.66	c pp time: 650373us (0s)
25.11/6.37	c preprocessor returned 30006 variables
25.11/6.37	c preprocessing returned UNKNOWN
25.11/6.37	c PP set 144 variables
25.11/6.37	c pp time: 6357870us (6s)

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-3290032-1304062062/watcher-3290032-1304062062 -o /tmp/evaluation-result-3290032-1304062062/solver-3290032-1304062062 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3290032-1304062062.cnf 771271974 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.76 8.01 7.99 5/182 13759
/proc/meminfo: memFree=26029612/32950928 swapFree=67111364/67111528
[pid=13759] ppid=13757 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13759/stat : 13759 (prissAuto.sh) S 13757 13759 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517805856 8908800 251 33554432000 4194304 4922060 140737055273344 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13759/statm: 2175 251 211 178 0 68 0

[startup+0.0486099 s]
/proc/loadavg: 7.76 8.01 7.99 5/182 13759
/proc/meminfo: memFree=26029612/32950928 swapFree=67111364/67111528
[pid=13759] ppid=13757 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13759/stat : 13759 (prissAuto.sh) S 13757 13759 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517805856 8908800 251 33554432000 4194304 4922060 140737055273344 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13759/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.648967 s]
/proc/loadavg: 7.76 8.01 7.99 5/182 13759
/proc/meminfo: memFree=26029612/32950928 swapFree=67111364/67111528
[pid=13759] ppid=13757 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13759/stat : 13759 (prissAuto.sh) S 13757 13759 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517805856 8908800 251 33554432000 4194304 4922060 140737055273344 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13759/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.922317 s]
/proc/loadavg: 7.76 8.01 7.99 5/182 13759
/proc/meminfo: memFree=26029612/32950928 swapFree=67111364/67111528
[pid=13759] ppid=13757 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13759/stat : 13759 (prissAuto.sh) S 13757 13759 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517805856 8908800 251 33554432000 4194304 4922060 140737055273344 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13759/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.0003 s]
/proc/loadavg: 7.76 8.01 7.99 5/182 13759
/proc/meminfo: memFree=26029612/32950928 swapFree=67111364/67111528
[pid=13759] ppid=13757 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13759/stat : 13759 (prissAuto.sh) S 13757 13759 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517805856 8908800 251 33554432000 4194304 4922060 140737055273344 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13759/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50021 s]
/proc/loadavg: 7.76 8.01 7.99 5/182 13759
/proc/meminfo: memFree=26029612/32950928 swapFree=67111364/67111528
[pid=13759] ppid=13757 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13759/stat : 13759 (prissAuto.sh) S 13757 13759 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517805856 8908800 251 33554432000 4194304 4922060 140737055273344 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13759/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10091 s]
/proc/loadavg: 7.76 8.01 7.99 9/188 13765
/proc/meminfo: memFree=25998568/32950928 swapFree=67111364/67111528
[pid=13759] ppid=13757 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13759/stat : 13759 (prissAuto.sh) S 13757 13759 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517805856 8908800 251 33554432000 4194304 4922060 140737055273344 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13759/statm: 2175 251 211 178 0 68 0
[pid=13760] ppid=13759 vsize=277964 CPUtime=12.34 cores=0,2,4,6
/proc/13760/stat : 13760 (priss) S 13759 13759 12570 0 -1 4202496 9961 0 0 0 1232 2 0 0 25 0 5 0 517805856 284635136 8230 33554432000 4194304 5787044 140733900450944 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/13760/statm: 69491 8230 405 389 0 65241 0
[pid=13760/tid=13762] ppid=13759 vsize=277964 CPUtime=3.08 cores=0,2,4,6
/proc/13760/task/13762/stat : 13762 (priss) R 13759 13759 12570 0 -1 4202560 1804 0 0 0 308 0 0 0 25 0 5 0 517805857 284635136 8230 33554432000 4194304 5787044 140733900450944 18446744073709551615 5591019 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=13760/tid=13763] ppid=13759 vsize=277964 CPUtime=3.07 cores=0,2,4,6
/proc/13760/task/13763/stat : 13763 (priss) R 13759 13759 12570 0 -1 4202560 2241 0 0 0 306 1 0 0 25 0 5 0 517805857 284635136 8230 33554432000 4194304 5787044 140733900450944 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=13760/tid=13764] ppid=13759 vsize=277964 CPUtime=3.08 cores=0,2,4,6
/proc/13760/task/13764/stat : 13764 (priss) R 13759 13759 12570 0 -1 4202560 1967 0 0 0 307 1 0 0 25 0 5 0 517805857 284635136 8230 33554432000 4194304 5787044 140733900450944 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13760/tid=13765] ppid=13759 vsize=277964 CPUtime=3.08 cores=0,2,4,6
/proc/13760/task/13765/stat : 13765 (priss) R 13759 13759 12570 0 -1 4202560 2262 0 0 0 308 0 0 0 25 0 5 0 517805857 284635136 8230 33554432000 4194304 5787044 140733900450944 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 286664

[startup+6.3003 s]
/proc/loadavg: 7.78 8.01 7.99 9/188 13765
/proc/meminfo: memFree=25992836/32950928 swapFree=67111364/67111528
[pid=13759] ppid=13757 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13759/stat : 13759 (prissAuto.sh) S 13757 13759 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517805856 8908800 251 33554432000 4194304 4922060 140737055273344 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13759/statm: 2175 251 211 178 0 68 0
[pid=13760] ppid=13759 vsize=283516 CPUtime=25.11 cores=0,2,4,6
/proc/13760/stat : 13760 (priss) S 13759 13759 12570 0 -1 4202496 12157 0 0 0 2508 3 0 0 25 0 5 0 517805856 290320384 10426 33554432000 4194304 5787044 140733900450944 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/13760/statm: 70879 10426 405 389 0 66629 0
[pid=13760/tid=13762] ppid=13759 vsize=283516 CPUtime=6.28 cores=0,2,4,6
/proc/13760/task/13762/stat : 13762 (priss) R 13759 13759 12570 0 -1 4202560 2172 0 0 0 628 0 0 0 25 0 5 0 517805857 290320384 10427 33554432000 4194304 5787044 140733900450944 18446744073709551615 208079893189 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=13760/tid=13763] ppid=13759 vsize=283516 CPUtime=6.25 cores=0,2,4,6
/proc/13760/task/13763/stat : 13763 (priss) R 13759 13759 12570 0 -1 4202560 2652 0 0 0 624 1 0 0 25 0 5 0 517805857 290320384 10427 33554432000 4194304 5787044 140733900450944 18446744073709551615 4254704 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=13760/tid=13764] ppid=13759 vsize=283516 CPUtime=6.28 cores=0,2,4,6
/proc/13760/task/13764/stat : 13764 (priss) R 13759 13759 12570 0 -1 4202560 3385 0 0 0 627 1 0 0 25 0 5 0 517805857 290320384 10427 33554432000 4194304 5787044 140733900450944 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13760/tid=13765] ppid=13759 vsize=283516 CPUtime=6.28 cores=0,2,4,6
/proc/13760/task/13765/stat : 13765 (priss) R 13759 13759 12570 0 -1 4202560 2262 0 0 0 628 0 0 0 25 0 5 0 517805857 290320384 10427 33554432000 4194304 5787044 140733900450944 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 292216

[startup+12.7011 s]
/proc/loadavg: 7.80 8.01 7.99 9/188 13765
/proc/meminfo: memFree=25970896/32950928 swapFree=67111364/67111528
[pid=13759] ppid=13757 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13759/stat : 13759 (prissAuto.sh) S 13757 13759 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517805856 8908800 251 33554432000 4194304 4922060 140737055273344 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13759/statm: 2175 251 211 178 0 68 0
[pid=13760] ppid=13759 vsize=286036 CPUtime=50.7 cores=0,2,4,6
/proc/13760/stat : 13760 (priss) S 13759 13759 12570 0 -1 4202496 16600 0 0 0 5064 6 0 0 25 0 5 0 517805856 292900864 13862 33554432000 4194304 5787044 140733900450944 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/13760/statm: 71509 13862 419 389 0 67259 0
[pid=13760/tid=13762] ppid=13759 vsize=286036 CPUtime=12.68 cores=0,2,4,6
/proc/13760/task/13762/stat : 13762 (priss) R 13759 13759 12570 0 -1 4202560 2802 0 0 0 1268 0 0 0 25 0 5 0 517805857 292900864 13862 33554432000 4194304 5787044 140733900450944 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=13760/tid=13763] ppid=13759 vsize=286036 CPUtime=12.62 cores=0,2,4,6
/proc/13760/task/13763/stat : 13763 (priss) R 13759 13759 12570 0 -1 4202560 3274 0 0 0 1260 2 0 0 25 0 5 0 517805857 292900864 13862 33554432000 4194304 5787044 140733900450944 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=13760/tid=13764] ppid=13759 vsize=286036 CPUtime=12.68 cores=0,2,4,6
/proc/13760/task/13764/stat : 13764 (priss) R 13759 13759 12570 0 -1 4202560 4057 0 0 0 1267 1 0 0 25 0 5 0 517805857 292900864 13862 33554432000 4194304 5787044 140733900450944 18446744073709551615 5591623 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13760/tid=13765] ppid=13759 vsize=286036 CPUtime=12.69 cores=0,2,4,6
/proc/13760/task/13765/stat : 13765 (priss) R 13759 13759 12570 0 -1 4202560 4780 0 0 0 1268 1 0 0 25 0 5 0 517805857 292900864 13862 33554432000 4194304 5787044 140733900450944 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 294736

[startup+25.5006 s]
/proc/loadavg: 7.84 8.01 7.99 9/188 13766
/proc/meminfo: memFree=25940488/32950928 swapFree=67111364/67111528
[pid=13759] ppid=13757 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13759/stat : 13759 (prissAuto.sh) S 13757 13759 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517805856 8908800 251 33554432000 4194304 4922060 140737055273344 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13759/statm: 2175 251 211 178 0 68 0
[pid=13760] ppid=13759 vsize=289188 CPUtime=101.82 cores=0,2,4,6
/proc/13760/stat : 13760 (priss) S 13759 13759 12570 0 -1 4202496 20692 0 0 0 10171 11 0 0 25 0 5 0 517805856 296128512 17953 33554432000 4194304 5787044 140733900450944 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/13760/statm: 72297 17953 419 389 0 68047 0
[pid=13760/tid=13762] ppid=13759 vsize=289188 CPUtime=25.47 cores=0,2,4,6
/proc/13760/task/13762/stat : 13762 (priss) R 13759 13759 12570 0 -1 4202560 3555 0 0 0 2546 1 0 0 25 0 5 0 517805857 296128512 17953 33554432000 4194304 5787044 140733900450944 18446744073709551615 5591719 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=13760/tid=13763] ppid=13759 vsize=289188 CPUtime=25.35 cores=0,2,4,6
/proc/13760/task/13763/stat : 13763 (priss) R 13759 13759 12570 0 -1 4202560 4033 0 0 0 2532 3 0 0 25 0 5 0 517805857 296128512 17953 33554432000 4194304 5787044 140733900450944 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=13760/tid=13764] ppid=13759 vsize=289188 CPUtime=25.48 cores=0,2,4,6
/proc/13760/task/13764/stat : 13764 (priss) R 13759 13759 12570 0 -1 4202560 5397 0 0 0 2545 3 0 0 25 0 5 0 517805857 296128512 17953 33554432000 4194304 5787044 140733900450944 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13760/tid=13765] ppid=13759 vsize=289188 CPUtime=25.47 cores=0,2,4,6
/proc/13760/task/13765/stat : 13765 (priss) R 13759 13759 12570 0 -1 4202560 6020 0 0 0 2545 2 0 0 25 0 5 0 517805857 296128512 17953 33554432000 4194304 5787044 140733900450944 18446744073709551615 5527239 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 297888

[startup+51.1008 s]
/proc/loadavg: 7.95 8.02 8.00 9/188 13766
/proc/meminfo: memFree=25893440/32950928 swapFree=67111364/67111528
[pid=13759] ppid=13757 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13759/stat : 13759 (prissAuto.sh) S 13757 13759 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517805856 8908800 251 33554432000 4194304 4922060 140737055273344 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13759/statm: 2175 251 211 178 0 68 0
[pid=13760] ppid=13759 vsize=300720 CPUtime=204.08 cores=0,2,4,6
/proc/13760/stat : 13760 (priss) S 13759 13759 12570 0 -1 4202496 28238 0 0 0 20390 18 0 0 25 0 5 0 517805856 307937280 25496 33554432000 4194304 5787044 140733900450944 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/13760/statm: 75180 25496 419 389 0 70930 0
[pid=13760/tid=13762] ppid=13759 vsize=300720 CPUtime=51.08 cores=0,2,4,6
/proc/13760/task/13762/stat : 13762 (priss) R 13759 13759 12570 0 -1 4202560 5376 0 0 0 5106 2 0 0 25 0 5 0 517805857 307937280 25496 33554432000 4194304 5787044 140733900450944 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=13760/tid=13763] ppid=13759 vsize=300720 CPUtime=50.81 cores=0,2,4,6
/proc/13760/task/13763/stat : 13763 (priss) R 13759 13759 12570 0 -1 4202560 5744 0 0 0 5076 5 0 0 25 0 5 0 517805857 307937280 25496 33554432000 4194304 5787044 140733900450944 18446744073709551615 5591190 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=13760/tid=13764] ppid=13759 vsize=300720 CPUtime=51.07 cores=0,2,4,6
/proc/13760/task/13764/stat : 13764 (priss) R 13759 13759 12570 0 -1 4202560 7528 0 0 0 5103 4 0 0 25 0 5 0 517805857 307937280 25496 33554432000 4194304 5787044 140733900450944 18446744073709551615 5590446 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13760/tid=13765] ppid=13759 vsize=300720 CPUtime=51.08 cores=0,2,4,6
/proc/13760/task/13765/stat : 13765 (priss) R 13759 13759 12570 0 -1 4202560 7903 0 0 0 5103 5 0 0 25 0 5 0 517805857 307937280 25496 33554432000 4194304 5787044 140733900450944 18446744073709551615 4218240 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 204.08
Current children cumulated vsize (KiB) 309420

[startup+102.301 s]
/proc/loadavg: 7.98 8.02 8.00 9/188 13768
/proc/meminfo: memFree=25841708/32950928 swapFree=67111364/67111528
[pid=13759] ppid=13757 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13759/stat : 13759 (prissAuto.sh) S 13757 13759 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517805856 8908800 251 33554432000 4194304 4922060 140737055273344 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13759/statm: 2175 251 211 178 0 68 0
[pid=13760] ppid=13759 vsize=317580 CPUtime=408.58 cores=0,2,4,6
/proc/13760/stat : 13760 (priss) S 13759 13759 12570 0 -1 4202496 39195 0 0 0 40827 31 0 0 25 0 5 0 517805856 325201920 36430 33554432000 4194304 5787044 140733900450944 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/13760/statm: 79395 36430 419 389 0 75145 0
[pid=13760/tid=13762] ppid=13759 vsize=317580 CPUtime=102.27 cores=0,2,4,6
/proc/13760/task/13762/stat : 13762 (priss) R 13759 13759 12570 0 -1 4202560 6923 0 0 0 10224 3 0 0 25 0 5 0 517805857 325201920 36430 33554432000 4194304 5787044 140733900450944 18446744073709551615 5591612 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=13760/tid=13763] ppid=13759 vsize=317580 CPUtime=101.72 cores=0,2,4,6
/proc/13760/task/13763/stat : 13763 (priss) R 13759 13759 12570 0 -1 4202560 8397 0 0 0 10163 9 0 0 25 0 5 0 517805857 325201920 36430 33554432000 4194304 5787044 140733900450944 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=13760/tid=13764] ppid=13759 vsize=317580 CPUtime=102.27 cores=0,2,4,6
/proc/13760/task/13764/stat : 13764 (priss) R 13759 13759 12570 0 -1 4202560 11010 0 0 0 10219 8 0 0 25 0 5 0 517805857 325201920 36430 33554432000 4194304 5787044 140733900450944 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13760/tid=13765] ppid=13759 vsize=317580 CPUtime=102.28 cores=0,2,4,6
/proc/13760/task/13765/stat : 13765 (priss) R 13759 13759 12570 0 -1 4202560 11178 0 0 0 10219 9 0 0 25 0 5 0 517805857 325201920 36430 33554432000 4194304 5787044 140733900450944 18446744073709551615 5527610 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.58
Current children cumulated vsize (KiB) 326280

[startup+162.301 s]
/proc/loadavg: 8.05 8.03 8.00 9/188 13769
/proc/meminfo: memFree=25790968/32950928 swapFree=67111364/67111528
[pid=13759] ppid=13757 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13759/stat : 13759 (prissAuto.sh) S 13757 13759 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517805856 8908800 251 33554432000 4194304 4922060 140737055273344 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13759/statm: 2175 251 211 178 0 68 0
[pid=13760] ppid=13759 vsize=324940 CPUtime=648.26 cores=0,2,4,6

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

/proc/13760/task/13763/stat : 13763 (priss) R 13759 13759 12570 0 -1 4202560 20630 0 0 0 81760 20 0 0 25 0 5 0 517805857 605347840 92286 33554432000 4194304 5787044 140733900450944 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=13760/tid=13764] ppid=13759 vsize=591160 CPUtime=822.21 cores=0,2,4,6
/proc/13760/task/13764/stat : 13764 (priss) R 13759 13759 12570 0 -1 4202560 22417 0 0 0 82198 23 0 0 25 0 5 0 517805857 605347840 92286 33554432000 4194304 5787044 140733900450944 18446744073709551615 5591031 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13760/tid=13765] ppid=13759 vsize=591160 CPUtime=822.29 cores=0,2,4,6
/proc/13760/task/13765/stat : 13765 (priss) R 13759 13759 12570 0 -1 4202560 30233 0 0 0 82196 33 0 0 25 0 5 0 517805857 605347840 92286 33554432000 4194304 5787044 140733900450944 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3284.63
Current children cumulated vsize (KiB) 599860

[startup+882.3 s]
/proc/loadavg: 8.19 8.12 8.03 9/188 13789
/proc/meminfo: memFree=25327612/32950928 swapFree=67111364/67111528
[pid=13759] ppid=13757 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13759/stat : 13759 (prissAuto.sh) S 13757 13759 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517805856 8908800 251 33554432000 4194304 4922060 140737055273344 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13759/statm: 2175 251 211 178 0 68 0
[pid=13760] ppid=13759 vsize=597468 CPUtime=3524.28 cores=0,2,4,6
/proc/13760/stat : 13760 (priss) S 13759 13759 12570 0 -1 4202496 103820 0 0 0 352319 109 0 0 25 0 5 0 517805856 611807232 100429 33554432000 4194304 5787044 140733900450944 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/13760/statm: 149367 100429 419 389 0 145117 0
[pid=13760/tid=13762] ppid=13759 vsize=597468 CPUtime=882.28 cores=0,2,4,6
/proc/13760/task/13762/stat : 13762 (priss) R 13759 13759 12570 0 -1 4202560 22288 0 0 0 88209 19 0 0 25 0 5 0 517805857 611807232 100429 33554432000 4194304 5787044 140733900450944 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=13760/tid=13763] ppid=13759 vsize=597468 CPUtime=877.47 cores=0,2,4,6
/proc/13760/task/13763/stat : 13763 (priss) R 13759 13759 12570 0 -1 4202560 22581 0 0 0 87723 24 0 0 25 0 5 0 517805857 611807232 100429 33554432000 4194304 5787044 140733900450944 18446744073709551615 5591564 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=13760/tid=13764] ppid=13759 vsize=597468 CPUtime=882.2 cores=0,2,4,6
/proc/13760/task/13764/stat : 13764 (priss) R 13759 13759 12570 0 -1 4202560 24496 0 0 0 88194 26 0 0 25 0 5 0 517805857 611807232 100429 33554432000 4194304 5787044 140733900450944 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13760/tid=13765] ppid=13759 vsize=597468 CPUtime=882.28 cores=0,2,4,6
/proc/13760/task/13765/stat : 13765 (priss) R 13759 13759 12570 0 -1 4202560 32768 0 0 0 88191 37 0 0 25 0 5 0 517805857 611807232 100429 33554432000 4194304 5787044 140733900450944 18446744073709551615 5528412 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3524.28
Current children cumulated vsize (KiB) 606168

[startup+942.307 s]
/proc/loadavg: 8.18 8.12 8.03 9/188 13790
/proc/meminfo: memFree=25290400/32950928 swapFree=67111364/67111528
[pid=13759] ppid=13757 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13759/stat : 13759 (prissAuto.sh) S 13757 13759 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517805856 8908800 251 33554432000 4194304 4922060 140737055273344 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13759/statm: 2175 251 211 178 0 68 0
[pid=13760] ppid=13759 vsize=610360 CPUtime=3763.97 cores=0,2,4,6
/proc/13760/stat : 13760 (priss) S 13759 13759 12570 0 -1 4202496 113865 0 0 0 376275 122 0 0 25 0 5 0 517805856 625008640 110474 33554432000 4194304 5787044 140733900450944 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/13760/statm: 152590 110474 419 389 0 148340 0
[pid=13760/tid=13762] ppid=13759 vsize=610360 CPUtime=942.29 cores=0,2,4,6
/proc/13760/task/13762/stat : 13762 (priss) R 13759 13759 12570 0 -1 4202560 24622 0 0 0 94206 23 0 0 25 0 5 0 517805857 625008640 110474 33554432000 4194304 5787044 140733900450944 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=13760/tid=13763] ppid=13759 vsize=610360 CPUtime=937.15 cores=0,2,4,6
/proc/13760/task/13763/stat : 13763 (priss) R 13759 13759 12570 0 -1 4202560 25882 0 0 0 93687 28 0 0 25 0 5 0 517805857 625008640 110474 33554432000 4194304 5787044 140733900450944 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=13760/tid=13764] ppid=13759 vsize=610360 CPUtime=942.2 cores=0,2,4,6
/proc/13760/task/13764/stat : 13764 (priss) R 13759 13759 12570 0 -1 4202560 26585 0 0 0 94192 28 0 0 25 0 5 0 517805857 625008640 110474 33554432000 4194304 5787044 140733900450944 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13760/tid=13765] ppid=13759 vsize=610360 CPUtime=942.3 cores=0,2,4,6
/proc/13760/task/13765/stat : 13765 (priss) R 13759 13759 12570 0 -1 4202560 35089 0 0 0 94188 42 0 0 25 0 5 0 517805857 625008640 110474 33554432000 4194304 5787044 140733900450944 18446744073709551615 5524794 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3763.97
Current children cumulated vsize (KiB) 619060

[startup+1002.3 s]
/proc/loadavg: 8.11 8.11 8.03 9/188 13792
/proc/meminfo: memFree=25268432/32950928 swapFree=67111364/67111528
[pid=13759] ppid=13757 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13759/stat : 13759 (prissAuto.sh) S 13757 13759 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517805856 8908800 251 33554432000 4194304 4922060 140737055273344 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13759/statm: 2175 251 211 178 0 68 0
[pid=13760] ppid=13759 vsize=616260 CPUtime=4003.62 cores=0,2,4,6
/proc/13760/stat : 13760 (priss) S 13759 13759 12570 0 -1 4202496 118108 0 0 0 400234 128 0 0 25 0 5 0 517805856 631050240 114517 33554432000 4194304 5787044 140733900450944 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/13760/statm: 154065 114517 419 389 0 149815 0
[pid=13760/tid=13762] ppid=13759 vsize=616260 CPUtime=1002.28 cores=0,2,4,6
/proc/13760/task/13762/stat : 13762 (priss) R 13759 13759 12570 0 -1 4202560 26115 0 0 0 100204 24 0 0 25 0 5 0 517805857 631050240 114517 33554432000 4194304 5787044 140733900450944 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=13760/tid=13763] ppid=13759 vsize=616260 CPUtime=996.82 cores=0,2,4,6
/proc/13760/task/13763/stat : 13763 (priss) R 13759 13759 12570 0 -1 4202560 26889 0 0 0 99652 30 0 0 25 0 5 0 517805857 631050240 114517 33554432000 4194304 5787044 140733900450944 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=13760/tid=13764] ppid=13759 vsize=616260 CPUtime=1002.19 cores=0,2,4,6
/proc/13760/task/13764/stat : 13764 (priss) R 13759 13759 12570 0 -1 4202560 27394 0 0 0 100190 29 0 0 25 0 5 0 517805857 631050240 114517 33554432000 4194304 5787044 140733900450944 18446744073709551615 5591266 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13760/tid=13765] ppid=13759 vsize=616260 CPUtime=1002.29 cores=0,2,4,6
/proc/13760/task/13765/stat : 13765 (priss) R 13759 13759 12570 0 -1 4202560 36023 0 0 0 100186 43 0 0 25 0 5 0 517805857 631050240 114517 33554432000 4194304 5787044 140733900450944 18446744073709551615 4229350 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4003.62
Current children cumulated vsize (KiB) 624960

[startup+1062.3 s]
/proc/loadavg: 8.08 8.10 8.03 9/188 13826
/proc/meminfo: memFree=25724640/32950928 swapFree=67111364/67111528
[pid=13759] ppid=13757 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13759/stat : 13759 (prissAuto.sh) S 13757 13759 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517805856 8908800 251 33554432000 4194304 4922060 140737055273344 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13759/statm: 2175 251 211 178 0 68 0
[pid=13760] ppid=13759 vsize=616260 CPUtime=4243.3 cores=0,2,4,6
/proc/13760/stat : 13760 (priss) S 13759 13759 12570 0 -1 4202496 118361 0 0 0 424201 129 0 0 25 0 5 0 517805856 631050240 114770 33554432000 4194304 5787044 140733900450944 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/13760/statm: 154065 114770 419 389 0 149815 0
[pid=13760/tid=13762] ppid=13759 vsize=616260 CPUtime=1062.28 cores=0,2,4,6
/proc/13760/task/13762/stat : 13762 (priss) R 13759 13759 12570 0 -1 4202560 26115 0 0 0 106204 24 0 0 25 0 5 0 517805857 631050240 114770 33554432000 4194304 5787044 140733900450944 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=13760/tid=13763] ppid=13759 vsize=616260 CPUtime=1056.49 cores=0,2,4,6
/proc/13760/task/13763/stat : 13763 (priss) R 13759 13759 12570 0 -1 4202560 26889 0 0 0 105619 30 0 0 25 0 5 0 517805857 631050240 114770 33554432000 4194304 5787044 140733900450944 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=13760/tid=13764] ppid=13759 vsize=616260 CPUtime=1062.18 cores=0,2,4,6
/proc/13760/task/13764/stat : 13764 (priss) R 13759 13759 12570 0 -1 4202560 27646 0 0 0 106189 29 0 0 25 0 5 0 517805857 631050240 114770 33554432000 4194304 5787044 140733900450944 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13760/tid=13765] ppid=13759 vsize=616260 CPUtime=1062.3 cores=0,2,4,6
/proc/13760/task/13765/stat : 13765 (priss) R 13759 13759 12570 0 -1 4202560 36024 0 0 0 106186 44 0 0 25 0 5 0 517805857 631050240 114770 33554432000 4194304 5787044 140733900450944 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4243.3
Current children cumulated vsize (KiB) 624960

[startup+1122.3 s]
/proc/loadavg: 8.03 8.08 8.03 9/188 13828
/proc/meminfo: memFree=25615008/32950928 swapFree=67111364/67111528
[pid=13759] ppid=13757 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13759/stat : 13759 (prissAuto.sh) S 13757 13759 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517805856 8908800 251 33554432000 4194304 4922060 140737055273344 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13759/statm: 2175 251 211 178 0 68 0
[pid=13760] ppid=13759 vsize=616260 CPUtime=4482.97 cores=0,2,4,6
/proc/13760/stat : 13760 (priss) S 13759 13759 12570 0 -1 4202496 118602 0 0 0 448168 129 0 0 25 0 5 0 517805856 631050240 115011 33554432000 4194304 5787044 140733900450944 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/13760/statm: 154065 115011 419 389 0 149815 0
[pid=13760/tid=13762] ppid=13759 vsize=616260 CPUtime=1122.28 cores=0,2,4,6
/proc/13760/task/13762/stat : 13762 (priss) R 13759 13759 12570 0 -1 4202560 26115 0 0 0 112204 24 0 0 25 0 5 0 517805857 631050240 115011 33554432000 4194304 5787044 140733900450944 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=13760/tid=13763] ppid=13759 vsize=616260 CPUtime=1116.18 cores=0,2,4,6
/proc/13760/task/13763/stat : 13763 (priss) R 13759 13759 12570 0 -1 4202560 26889 0 0 0 111587 31 0 0 25 0 5 0 517805857 631050240 115011 33554432000 4194304 5787044 140733900450944 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=13760/tid=13764] ppid=13759 vsize=616260 CPUtime=1122.18 cores=0,2,4,6
/proc/13760/task/13764/stat : 13764 (priss) R 13759 13759 12570 0 -1 4202560 27886 0 0 0 112189 29 0 0 25 0 5 0 517805857 631050240 115011 33554432000 4194304 5787044 140733900450944 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13760/tid=13765] ppid=13759 vsize=616260 CPUtime=1122.3 cores=0,2,4,6
/proc/13760/task/13765/stat : 13765 (priss) R 13759 13759 12570 0 -1 4202560 36025 0 0 0 112186 44 0 0 25 0 5 0 517805857 631050240 115011 33554432000 4194304 5787044 140733900450944 18446744073709551615 5534139 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4482.97
Current children cumulated vsize (KiB) 624960

[startup+1182.3 s]
/proc/loadavg: 8.01 8.07 8.02 9/188 13830
/proc/meminfo: memFree=25527688/32950928 swapFree=67111364/67111528
[pid=13759] ppid=13757 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13759/stat : 13759 (prissAuto.sh) S 13757 13759 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517805856 8908800 251 33554432000 4194304 4922060 140737055273344 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13759/statm: 2175 251 211 178 0 68 0
[pid=13760] ppid=13759 vsize=616260 CPUtime=4722.64 cores=0,2,4,6
/proc/13760/stat : 13760 (priss) S 13759 13759 12570 0 -1 4202496 119035 0 0 0 472135 129 0 0 25 0 5 0 517805856 631050240 115239 33554432000 4194304 5787044 140733900450944 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/13760/statm: 154065 115239 419 389 0 149815 0
[pid=13760/tid=13762] ppid=13759 vsize=616260 CPUtime=1182.28 cores=0,2,4,6
/proc/13760/task/13762/stat : 13762 (priss) R 13759 13759 12570 0 -1 4202560 26115 0 0 0 118204 24 0 0 25 0 5 0 517805857 631050240 115239 33554432000 4194304 5787044 140733900450944 18446744073709551615 5591342 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=13760/tid=13763] ppid=13759 vsize=616260 CPUtime=1175.85 cores=0,2,4,6
/proc/13760/task/13763/stat : 13763 (priss) R 13759 13759 12570 0 -1 4202560 26891 0 0 0 117554 31 0 0 25 0 5 0 517805857 631050240 115239 33554432000 4194304 5787044 140733900450944 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=13760/tid=13764] ppid=13759 vsize=616260 CPUtime=1182.17 cores=0,2,4,6
/proc/13760/task/13764/stat : 13764 (priss) R 13759 13759 12570 0 -1 4202560 28312 0 0 0 118188 29 0 0 25 0 5 0 517805857 631050240 115239 33554432000 4194304 5787044 140733900450944 18446744073709551615 5591356 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13760/tid=13765] ppid=13759 vsize=616260 CPUtime=1182.3 cores=0,2,4,6
/proc/13760/task/13765/stat : 13765 (priss) R 13759 13759 12570 0 -1 4202560 36030 0 0 0 118186 44 0 0 25 0 5 0 517805857 631050240 115239 33554432000 4194304 5787044 140733900450944 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4722.64
Current children cumulated vsize (KiB) 624960



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.01 8.06 8.02 9/188 13830
/proc/meminfo: memFree=25527056/32950928 swapFree=67111364/67111528
[pid=13759] ppid=13757 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13759/stat : 13759 (prissAuto.sh) S 13757 13759 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517805856 8908800 251 33554432000 4194304 4922060 140737055273344 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13759/statm: 2175 251 211 178 0 68 0
[pid=13760] ppid=13759 vsize=616260 CPUtime=4800.16 cores=0,2,4,6
/proc/13760/stat : 13760 (priss) S 13759 13759 12570 0 -1 4202496 119041 0 0 0 479887 129 0 0 25 0 5 0 517805856 631050240 115245 33554432000 4194304 5787044 140733900450944 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/13760/statm: 154065 115245 419 389 0 149815 0
[pid=13760/tid=13762] ppid=13759 vsize=616260 CPUtime=1201.69 cores=0,2,4,6
/proc/13760/task/13762/stat : 13762 (priss) R 13759 13759 12570 0 -1 4202560 26117 0 0 0 120145 24 0 0 25 0 5 0 517805857 631050240 115245 33554432000 4194304 5787044 140733900450944 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=13760/tid=13763] ppid=13759 vsize=616260 CPUtime=1195.15 cores=0,2,4,6
/proc/13760/task/13763/stat : 13763 (priss) R 13759 13759 12570 0 -1 4202560 26892 0 0 0 119484 31 0 0 25 0 5 0 517805857 631050240 115245 33554432000 4194304 5787044 140733900450944 18446744073709551615 5592012 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=13760/tid=13764] ppid=13759 vsize=616260 CPUtime=1201.58 cores=0,2,4,6
/proc/13760/task/13764/stat : 13764 (priss) R 13759 13759 12570 0 -1 4202560 28312 0 0 0 120129 29 0 0 25 0 5 0 517805857 631050240 115245 33554432000 4194304 5787044 140733900450944 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13760/tid=13765] ppid=13759 vsize=616260 CPUtime=1201.71 cores=0,2,4,6
/proc/13760/task/13765/stat : 13765 (priss) R 13759 13759 12570 0 -1 4202560 36033 0 0 0 120127 44 0 0 25 0 5 0 517805857 631050240 115245 33554432000 4194304 5787044 140733900450944 18446744073709551615 5528056 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.16
Current children cumulated vsize (KiB) 624960

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

Real time (s): 1201.72
CPU time (s): 4800.16
CPU user time (s): 4798.87
CPU system time (s): 1.29
CPU usage (%): 399.442
Max. virtual memory (cumulated for all children) (KiB): 624960

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

runsolver used 1.77473 second user time and 4.78827 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-29 09:27:42
IDJOB=3290032
IDBENCH=83416
IDSOLVER=1602
FILE ID=node127/3290032-1304062062
RUNJOBID= node127-1304052231-12588
PBS_JOBID= 13170417
Free space on /tmp= 71816 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/64/aes_64_4_keyfind_1.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3290032-1304062062/watcher-3290032-1304062062 -o /tmp/evaluation-result-3290032-1304062062/solver-3290032-1304062062 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3290032-1304062062.cnf 771271974 4800 15500 4

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

MD5SUM BENCH= 07ea67092ce3fd4529e72f69434e3f99
RANDOM SEED=771271974

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:      26030016 kB
Buffers:       1387124 kB
Cached:        4703728 kB
SwapCached:          0 kB
Active:        2032196 kB
Inactive:      4413624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26030016 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            1600 kB
Writeback:           0 kB
AnonPages:      354976 kB
Mapped:          15620 kB
Slab:           409884 kB
PageTables:       5404 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   546980 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71816 MiB
End job on node127 at 2011-04-29 09:47:46