Trace number 3250237

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
priss Auto? (TO) 4800.05 1201.82

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-4-5_4231.cnf
MD5SUMa52d60bf6e72caa628ad712a5fe0fb7a
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 variables4229
Number of clauses100397
Sum of the clauses size411595
Maximum clause length5
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 490390
Number of clauses of size 510007
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: 21175
0.00/0.00	c setup for 4cores
0.00/0.03	c parsetime: 29023us
0.00/0.03	c parsed 100397 clauses with 4229 variables
0.00/0.04	c NW started thread 0 successfully (1112545600)
0.00/0.05	c NW started thread 1 successfully (1123035456)
0.00/0.06	c NW started thread 2 successfully (1094949184)
0.00/0.08	c NW started thread 3 successfully (1133525312)
9.01/2.32	c preprocessor returned 10001 variables
9.01/2.32	c preprocessing returned UNKNOWN
9.01/2.32	c PP set 2 variables
9.01/2.32	c pp time: 2279928us (2s)
9.01/2.32	c preprocessor returned 10001 variables
9.01/2.32	c preprocessing returned UNKNOWN
9.01/2.32	c PP set 2 variables
9.01/2.32	c pp time: 2269412us (2s)
9.01/2.34	c preprocessor returned 10001 variables
9.01/2.34	c preprocessing returned UNKNOWN
9.01/2.34	c PP set 2 variables
9.01/2.34	c pp time: 2280162us (2s)
20.99/5.32	c preprocessor returned 30002 variables
20.99/5.32	c preprocessing returned UNKNOWN
20.99/5.32	c PP set 2 variables
20.99/5.32	c pp time: 5246362us (5s)

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-3250237-1304059393/watcher-3250237-1304059393 -o /tmp/evaluation-result-3250237-1304059393/solver-3250237-1304059393 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3250237-1304059393.cnf 1653737237 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.69 8.02 8.03 6/182 21174
/proc/meminfo: memFree=18223260/32950928 swapFree=67111524/67111528
[pid=21174] ppid=21172 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21174/stat : 21174 (prissAuto.sh) S 21172 21174 20564 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596169978 8908800 252 33554432000 4194304 4922060 140735950955408 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21174/statm: 2175 252 211 178 0 68 0

[startup+0.0181191 s]
/proc/loadavg: 7.69 8.02 8.03 6/182 21174
/proc/meminfo: memFree=18223260/32950928 swapFree=67111524/67111528
[pid=21174] ppid=21172 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21174/stat : 21174 (prissAuto.sh) S 21172 21174 20564 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596169978 8908800 252 33554432000 4194304 4922060 140735950955408 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21174/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.87789 s]
/proc/loadavg: 7.69 8.02 8.03 6/182 21174
/proc/meminfo: memFree=18223260/32950928 swapFree=67111524/67111528
[pid=21174] ppid=21172 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21174/stat : 21174 (prissAuto.sh) S 21172 21174 20564 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596169978 8908800 252 33554432000 4194304 4922060 140735950955408 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21174/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.900888 s]
/proc/loadavg: 7.69 8.02 8.03 6/182 21174
/proc/meminfo: memFree=18223260/32950928 swapFree=67111524/67111528
[pid=21174] ppid=21172 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21174/stat : 21174 (prissAuto.sh) S 21172 21174 20564 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596169978 8908800 252 33554432000 4194304 4922060 140735950955408 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21174/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.00087 s]
/proc/loadavg: 7.69 8.02 8.03 6/182 21174
/proc/meminfo: memFree=18223260/32950928 swapFree=67111524/67111528
[pid=21174] ppid=21172 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21174/stat : 21174 (prissAuto.sh) S 21172 21174 20564 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596169978 8908800 252 33554432000 4194304 4922060 140735950955408 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21174/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50077 s]
/proc/loadavg: 7.69 8.02 8.03 6/182 21174
/proc/meminfo: memFree=18223260/32950928 swapFree=67111524/67111528
[pid=21174] ppid=21172 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21174/stat : 21174 (prissAuto.sh) S 21172 21174 20564 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596169978 8908800 252 33554432000 4194304 4922060 140735950955408 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21174/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10047 s]
/proc/loadavg: 7.69 8.02 8.03 9/188 21180
/proc/meminfo: memFree=18158612/32950928 swapFree=67111524/67111528
[pid=21174] ppid=21172 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21174/stat : 21174 (prissAuto.sh) S 21172 21174 20564 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596169978 8908800 252 33554432000 4194304 4922060 140735950955408 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21174/statm: 2175 252 211 178 0 68 0
[pid=21175] ppid=21174 vsize=302700 CPUtime=12.2 cores=0,2,4,6
/proc/21175/stat : 21175 (priss) S 21174 21174 20564 0 -1 4202496 19027 0 0 0 1217 3 0 0 18 0 5 0 596169978 309964800 16577 33554432000 4194304 5787044 140737452245376 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/21175/statm: 75675 16577 404 389 0 71425 0
[pid=21175/tid=21177] ppid=21174 vsize=302700 CPUtime=3.03 cores=0,2,4,6
/proc/21175/task/21177/stat : 21177 (priss) R 21174 21174 20564 0 -1 4202560 4721 0 0 0 303 0 0 0 19 0 5 0 596169982 309964800 16577 33554432000 4194304 5787044 140737452245376 18446744073709551615 4254464 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21175/tid=21178] ppid=21174 vsize=302700 CPUtime=3.03 cores=0,2,4,6
/proc/21175/task/21178/stat : 21178 (priss) R 21174 21174 20564 0 -1 4202560 3228 0 0 0 302 1 0 0 25 0 5 0 596169983 309964800 16577 33554432000 4194304 5787044 140737452245376 18446744073709551615 4254919 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21175/tid=21179] ppid=21174 vsize=302700 CPUtime=3.02 cores=0,2,4,6
/proc/21175/task/21179/stat : 21179 (priss) R 21174 21174 20564 0 -1 4202560 2628 0 0 0 302 0 0 0 25 0 5 0 596169984 309964800 16577 33554432000 4194304 5787044 140737452245376 18446744073709551615 4213865 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21175/tid=21180] ppid=21174 vsize=302700 CPUtime=3.01 cores=0,2,4,6
/proc/21175/task/21180/stat : 21180 (priss) R 21174 21174 20564 0 -1 4202560 3095 0 0 0 301 0 0 0 25 0 5 0 596169985 309964800 16577 33554432000 4194304 5787044 140737452245376 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.2
Current children cumulated vsize (KiB) 311400

[startup+6.30086 s]
/proc/loadavg: 7.71 8.02 8.03 9/188 21180
/proc/meminfo: memFree=18141252/32950928 swapFree=67111524/67111528
[pid=21174] ppid=21172 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21174/stat : 21174 (prissAuto.sh) S 21172 21174 20564 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596169978 8908800 252 33554432000 4194304 4922060 140735950955408 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21174/statm: 2175 252 211 178 0 68 0
[pid=21175] ppid=21174 vsize=306648 CPUtime=24.98 cores=0,2,4,6
/proc/21175/stat : 21175 (priss) S 21174 21174 20564 0 -1 4202496 24323 0 0 0 2491 7 0 0 18 0 5 0 596169978 314007552 21013 33554432000 4194304 5787044 140737452245376 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/21175/statm: 76662 21013 417 389 0 72412 0
[pid=21175/tid=21177] ppid=21174 vsize=306648 CPUtime=6.22 cores=0,2,4,6
/proc/21175/task/21177/stat : 21177 (priss) R 21174 21174 20564 0 -1 4202560 5664 0 0 0 620 2 0 0 25 0 5 0 596169982 314007552 21013 33554432000 4194304 5787044 140737452245376 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21175/tid=21178] ppid=21174 vsize=306648 CPUtime=6.23 cores=0,2,4,6
/proc/21175/task/21178/stat : 21178 (priss) R 21174 21174 20564 0 -1 4202560 4229 0 0 0 622 1 0 0 25 0 5 0 596169983 314007552 21013 33554432000 4194304 5787044 140737452245376 18446744073709551615 256415089262 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21175/tid=21179] ppid=21174 vsize=306648 CPUtime=6.22 cores=0,2,4,6
/proc/21175/task/21179/stat : 21179 (priss) R 21174 21174 20564 0 -1 4202560 3657 0 0 0 621 1 0 0 25 0 5 0 596169984 314007552 21013 33554432000 4194304 5787044 140737452245376 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21175/tid=21180] ppid=21174 vsize=306648 CPUtime=6.21 cores=0,2,4,6
/proc/21175/task/21180/stat : 21180 (priss) R 21174 21174 20564 0 -1 4202560 5418 0 0 0 621 0 0 0 25 0 5 0 596169985 314007552 21013 33554432000 4194304 5787044 140737452245376 18446744073709551615 5527205 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.98
Current children cumulated vsize (KiB) 315348

[startup+12.7007 s]
/proc/loadavg: 7.74 8.02 8.02 9/188 21180
/proc/meminfo: memFree=18115912/32950928 swapFree=67111524/67111528
[pid=21174] ppid=21172 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21174/stat : 21174 (prissAuto.sh) S 21172 21174 20564 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596169978 8908800 252 33554432000 4194304 4922060 140735950955408 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21174/statm: 2175 252 211 178 0 68 0
[pid=21175] ppid=21174 vsize=315100 CPUtime=50.54 cores=0,2,4,6
/proc/21175/stat : 21175 (priss) S 21174 21174 20564 0 -1 4202496 29942 0 0 0 5041 13 0 0 18 0 5 0 596169978 322662400 26632 33554432000 4194304 5787044 140737452245376 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/21175/statm: 78775 26632 417 389 0 74525 0
[pid=21175/tid=21177] ppid=21174 vsize=315100 CPUtime=12.58 cores=0,2,4,6
/proc/21175/task/21177/stat : 21177 (priss) R 21174 21174 20564 0 -1 4202560 6705 0 0 0 1255 3 0 0 25 0 5 0 596169982 322662400 26632 33554432000 4194304 5787044 140737452245376 18446744073709551615 5585297 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21175/tid=21178] ppid=21174 vsize=315100 CPUtime=12.62 cores=0,2,4,6
/proc/21175/task/21178/stat : 21178 (priss) R 21174 21174 20564 0 -1 4202560 5407 0 0 0 1259 3 0 0 18 0 5 0 596169983 322662400 26632 33554432000 4194304 5787044 140737452245376 18446744073709551615 256427217589 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21175/tid=21179] ppid=21174 vsize=315100 CPUtime=12.63 cores=0,2,4,6
/proc/21175/task/21179/stat : 21179 (priss) R 21174 21174 20564 0 -1 4202560 5649 0 0 0 1260 3 0 0 19 0 5 0 596169984 322662400 26632 33554432000 4194304 5787044 140737452245376 18446744073709551615 5591573 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21175/tid=21180] ppid=21174 vsize=315100 CPUtime=12.62 cores=0,2,4,6
/proc/21175/task/21180/stat : 21180 (priss) R 21174 21174 20564 0 -1 4202560 6826 0 0 0 1260 2 0 0 25 0 5 0 596169985 322662400 26632 33554432000 4194304 5787044 140737452245376 18446744073709551615 256427217589 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 323800

[startup+25.5012 s]
/proc/loadavg: 7.87 8.04 8.03 9/188 21180
/proc/meminfo: memFree=18077596/32950928 swapFree=67111524/67111528
[pid=21174] ppid=21172 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21174/stat : 21174 (prissAuto.sh) S 21172 21174 20564 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596169978 8908800 252 33554432000 4194304 4922060 140735950955408 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21174/statm: 2175 252 211 178 0 68 0
[pid=21175] ppid=21174 vsize=328476 CPUtime=101.63 cores=0,2,4,6
/proc/21175/stat : 21175 (priss) S 21174 21174 20564 0 -1 4202496 39117 0 0 0 10141 22 0 0 18 0 5 0 596169978 336359424 35802 33554432000 4194304 5787044 140737452245376 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/21175/statm: 82119 35802 417 389 0 77869 0
[pid=21175/tid=21177] ppid=21174 vsize=328476 CPUtime=25.3 cores=0,2,4,6
/proc/21175/task/21177/stat : 21177 (priss) R 21174 21174 20564 0 -1 4202560 8650 0 0 0 2525 5 0 0 21 0 5 0 596169982 336359424 35802 33554432000 4194304 5787044 140737452245376 18446744073709551615 5590264 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21175/tid=21178] ppid=21174 vsize=328476 CPUtime=25.41 cores=0,2,4,6
/proc/21175/task/21178/stat : 21178 (priss) R 21174 21174 20564 0 -1 4202560 8556 0 0 0 2535 6 0 0 25 0 5 0 596169983 336359424 35802 33554432000 4194304 5787044 140737452245376 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21175/tid=21179] ppid=21174 vsize=328476 CPUtime=25.42 cores=0,2,4,6
/proc/21175/task/21179/stat : 21179 (priss) R 21174 21174 20564 0 -1 4202560 7077 0 0 0 2538 4 0 0 25 0 5 0 596169984 336359424 35802 33554432000 4194304 5787044 140737452245376 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21175/tid=21180] ppid=21174 vsize=328476 CPUtime=25.4 cores=0,2,4,6
/proc/21175/task/21180/stat : 21180 (priss) R 21174 21174 20564 0 -1 4202560 9479 0 0 0 2536 4 0 0 25 0 5 0 596169985 336359424 35802 33554432000 4194304 5787044 140737452245376 18446744073709551615 5527186 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.63
Current children cumulated vsize (KiB) 337176

[startup+51.1004 s]
/proc/loadavg: 7.92 8.03 8.03 9/188 21181
/proc/meminfo: memFree=18034112/32950928 swapFree=67111524/67111528
[pid=21174] ppid=21172 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21174/stat : 21174 (prissAuto.sh) S 21172 21174 20564 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596169978 8908800 252 33554432000 4194304 4922060 140735950955408 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21174/statm: 2175 252 211 178 0 68 0
[pid=21175] ppid=21174 vsize=349220 CPUtime=203.87 cores=0,2,4,6
/proc/21175/stat : 21175 (priss) S 21174 21174 20564 0 -1 4202496 51054 0 0 0 20353 34 0 0 18 0 5 0 596169978 357601280 47673 33554432000 4194304 5787044 140737452245376 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/21175/statm: 87305 47673 417 389 0 83055 0
[pid=21175/tid=21177] ppid=21174 vsize=349220 CPUtime=50.75 cores=0,2,4,6
/proc/21175/task/21177/stat : 21177 (priss) R 21174 21174 20564 0 -1 4202560 11860 0 0 0 5067 8 0 0 25 0 5 0 596169982 357601280 47673 33554432000 4194304 5787044 140737452245376 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21175/tid=21178] ppid=21174 vsize=349220 CPUtime=51.01 cores=0,2,4,6
/proc/21175/task/21178/stat : 21178 (priss) R 21174 21174 20564 0 -1 4202560 10533 0 0 0 5091 10 0 0 25 0 5 0 596169983 357601280 47673 33554432000 4194304 5787044 140737452245376 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21175/tid=21179] ppid=21174 vsize=349220 CPUtime=51.02 cores=0,2,4,6
/proc/21175/task/21179/stat : 21179 (priss) R 21174 21174 20564 0 -1 4202560 10629 0 0 0 5096 6 0 0 25 0 5 0 596169984 357601280 47673 33554432000 4194304 5787044 140737452245376 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21175/tid=21180] ppid=21174 vsize=349220 CPUtime=50.99 cores=0,2,4,6
/proc/21175/task/21180/stat : 21180 (priss) R 21174 21174 20564 0 -1 4202560 12677 0 0 0 5091 8 0 0 25 0 5 0 596169985 357601280 47673 33554432000 4194304 5787044 140737452245376 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.87
Current children cumulated vsize (KiB) 357920

[startup+102.301 s]
/proc/loadavg: 8.02 8.04 8.03 9/188 21182
/proc/meminfo: memFree=17944324/32950928 swapFree=67111524/67111528
[pid=21174] ppid=21172 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21174/stat : 21174 (prissAuto.sh) S 21172 21174 20564 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596169978 8908800 252 33554432000 4194304 4922060 140735950955408 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21174/statm: 2175 252 211 178 0 68 0
[pid=21175] ppid=21174 vsize=373440 CPUtime=408.34 cores=0,2,4,6
/proc/21175/stat : 21175 (priss) S 21174 21174 20564 0 -1 4202496 71664 0 0 0 40776 58 0 0 18 0 5 0 596169978 382402560 68088 33554432000 4194304 5787044 140737452245376 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/21175/statm: 93360 68088 418 389 0 89110 0
[pid=21175/tid=21177] ppid=21174 vsize=373440 CPUtime=101.66 cores=0,2,4,6
/proc/21175/task/21177/stat : 21177 (priss) R 21174 21174 20564 0 -1 4202560 19019 0 0 0 10151 15 0 0 25 0 5 0 596169982 382402560 68088 33554432000 4194304 5787044 140737452245376 18446744073709551615 5591243 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21175/tid=21178] ppid=21174 vsize=373440 CPUtime=102.2 cores=0,2,4,6
/proc/21175/task/21178/stat : 21178 (priss) R 21174 21174 20564 0 -1 4202560 13233 0 0 0 10206 14 0 0 25 0 5 0 596169983 382402560 68088 33554432000 4194304 5787044 140737452245376 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21175/tid=21179] ppid=21174 vsize=373440 CPUtime=102.2 cores=0,2,4,6
/proc/21175/task/21179/stat : 21179 (priss) R 21174 21174 20564 0 -1 4202560 17174 0 0 0 10208 12 0 0 25 0 5 0 596169984 382402560 68088 33554432000 4194304 5787044 140737452245376 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21175/tid=21180] ppid=21174 vsize=373440 CPUtime=102.18 cores=0,2,4,6
/proc/21175/task/21180/stat : 21180 (priss) R 21174 21174 20564 0 -1 4202560 16883 0 0 0 10203 15 0 0 25 0 5 0 596169985 382402560 68088 33554432000 4194304 5787044 140737452245376 18446744073709551615 256415434935 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.34
Current children cumulated vsize (KiB) 382140

[startup+162.3 s]
/proc/loadavg: 8.06 8.05 8.03 9/188 21184
/proc/meminfo: memFree=17904108/32950928 swapFree=67111524/67111528
[pid=21174] ppid=21172 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21174/stat : 21174 (prissAuto.sh) S 21172 21174 20564 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596169978 8908800 252 33554432000 4194304 4922060 140735950955408 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21174/statm: 2175 252 211 178 0 68 0
[pid=21175] ppid=21174 vsize=451184 CPUtime=647.98 cores=0,2,4,6

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

/proc/21175/task/21178/stat : 21178 (priss) R 21174 21174 20564 0 -1 4202560 40539 0 0 0 88170 45 0 0 25 0 5 0 596169983 873558016 171403 33554432000 4194304 5787044 140737452245376 18446744073709551615 5591764 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21175/tid=21179] ppid=21174 vsize=853084 CPUtime=882.07 cores=0,2,4,6
/proc/21175/task/21179/stat : 21179 (priss) R 21174 21174 20564 0 -1 4202560 45299 0 0 0 88163 44 0 0 25 0 5 0 596169984 873558016 171403 33554432000 4194304 5787044 140737452245376 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21175/tid=21180] ppid=21174 vsize=853084 CPUtime=877.96 cores=0,2,4,6
/proc/21175/task/21180/stat : 21180 (priss) R 21174 21174 20564 0 -1 4202560 41900 0 0 0 87746 50 0 0 25 0 5 0 596169985 873558016 171403 33554432000 4194304 5787044 140737452245376 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3523.81
Current children cumulated vsize (KiB) 861784

[startup+942.307 s]
/proc/loadavg: 8.02 8.05 8.01 9/188 21270
/proc/meminfo: memFree=17635160/32950928 swapFree=67111524/67111528
[pid=21174] ppid=21172 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21174/stat : 21174 (prissAuto.sh) S 21172 21174 20564 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596169978 8908800 252 33554432000 4194304 4922060 140735950955408 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21174/statm: 2175 252 211 178 0 68 0
[pid=21175] ppid=21174 vsize=919900 CPUtime=3763.49 cores=0,2,4,6
/proc/21175/stat : 21175 (priss) S 21174 21174 20564 0 -1 4202496 181777 0 0 0 376158 191 0 0 18 0 5 0 596169978 941977600 176588 33554432000 4194304 5787044 140737452245376 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/21175/statm: 229975 176588 419 389 0 225725 0
[pid=21175/tid=21177] ppid=21174 vsize=919900 CPUtime=941.53 cores=0,2,4,6
/proc/21175/task/21177/stat : 21177 (priss) R 21174 21174 20564 0 -1 4202560 43274 0 0 0 94112 41 0 0 25 0 5 0 596169982 941977600 176588 33554432000 4194304 5787044 140737452245376 18446744073709551615 5591640 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21175/tid=21178] ppid=21174 vsize=919900 CPUtime=942.14 cores=0,2,4,6
/proc/21175/task/21178/stat : 21178 (priss) R 21174 21174 20564 0 -1 4202560 45253 0 0 0 94162 52 0 0 25 0 5 0 596169983 941977600 176588 33554432000 4194304 5787044 140737452245376 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21175/tid=21179] ppid=21174 vsize=919900 CPUtime=942.07 cores=0,2,4,6
/proc/21175/task/21179/stat : 21179 (priss) R 21174 21174 20564 0 -1 4202560 45643 0 0 0 94162 45 0 0 25 0 5 0 596169984 941977600 176588 33554432000 4194304 5787044 140737452245376 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21175/tid=21180] ppid=21174 vsize=919900 CPUtime=937.65 cores=0,2,4,6
/proc/21175/task/21180/stat : 21180 (priss) R 21174 21174 20564 0 -1 4202560 42252 0 0 0 93714 51 0 0 25 0 5 0 596169985 941977600 176588 33554432000 4194304 5787044 140737452245376 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3763.49
Current children cumulated vsize (KiB) 928600

[startup+1002.3 s]
/proc/loadavg: 8.00 8.04 8.00 9/188 21271
/proc/meminfo: memFree=17602384/32950928 swapFree=67111524/67111528
[pid=21174] ppid=21172 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21174/stat : 21174 (prissAuto.sh) S 21172 21174 20564 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596169978 8908800 252 33554432000 4194304 4922060 140735950955408 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21174/statm: 2175 252 211 178 0 68 0
[pid=21175] ppid=21174 vsize=919900 CPUtime=4003.15 cores=0,2,4,6
/proc/21175/stat : 21175 (priss) S 21174 21174 20564 0 -1 4202496 186089 0 0 0 400116 199 0 0 18 0 5 0 596169978 941977600 180900 33554432000 4194304 5787044 140737452245376 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/21175/statm: 229975 180900 419 389 0 225725 0
[pid=21175/tid=21177] ppid=21174 vsize=919900 CPUtime=1001.53 cores=0,2,4,6
/proc/21175/task/21177/stat : 21177 (priss) R 21174 21174 20564 0 -1 4202560 43283 0 0 0 100111 42 0 0 25 0 5 0 596169982 941977600 180900 33554432000 4194304 5787044 140737452245376 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21175/tid=21178] ppid=21174 vsize=919900 CPUtime=1002.14 cores=0,2,4,6
/proc/21175/task/21178/stat : 21178 (priss) R 21174 21174 20564 0 -1 4202560 46898 0 0 0 100160 54 0 0 25 0 5 0 596169983 941977600 180900 33554432000 4194304 5787044 140737452245376 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21175/tid=21179] ppid=21174 vsize=919900 CPUtime=1002.06 cores=0,2,4,6
/proc/21175/task/21179/stat : 21179 (priss) R 21174 21174 20564 0 -1 4202560 47946 0 0 0 100156 50 0 0 25 0 5 0 596169984 941977600 180900 33554432000 4194304 5787044 140737452245376 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21175/tid=21180] ppid=21174 vsize=919900 CPUtime=997.32 cores=0,2,4,6
/proc/21175/task/21180/stat : 21180 (priss) R 21174 21174 20564 0 -1 4202560 42607 0 0 0 99681 51 0 0 25 0 5 0 596169985 941977600 180900 33554432000 4194304 5787044 140737452245376 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.15
Current children cumulated vsize (KiB) 928600

[startup+1062.3 s]
/proc/loadavg: 8.07 8.04 8.00 9/188 21273
/proc/meminfo: memFree=17562536/32950928 swapFree=67111524/67111528
[pid=21174] ppid=21172 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21174/stat : 21174 (prissAuto.sh) S 21172 21174 20564 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596169978 8908800 252 33554432000 4194304 4922060 140735950955408 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21174/statm: 2175 252 211 178 0 68 0
[pid=21175] ppid=21174 vsize=919900 CPUtime=4242.79 cores=0,2,4,6
/proc/21175/stat : 21175 (priss) S 21174 21174 20564 0 -1 4202496 188736 0 0 0 424076 203 0 0 18 0 5 0 596169978 941977600 183322 33554432000 4194304 5787044 140737452245376 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/21175/statm: 229975 183322 419 389 0 225725 0
[pid=21175/tid=21177] ppid=21174 vsize=919900 CPUtime=1061.52 cores=0,2,4,6
/proc/21175/task/21177/stat : 21177 (priss) R 21174 21174 20564 0 -1 4202560 43437 0 0 0 106110 42 0 0 25 0 5 0 596169982 941977600 183322 33554432000 4194304 5787044 140737452245376 18446744073709551615 4229069 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21175/tid=21178] ppid=21174 vsize=919900 CPUtime=1062.13 cores=0,2,4,6
/proc/21175/task/21178/stat : 21178 (priss) R 21174 21174 20564 0 -1 4202560 46939 0 0 0 106159 54 0 0 25 0 5 0 596169983 941977600 183322 33554432000 4194304 5787044 140737452245376 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21175/tid=21179] ppid=21174 vsize=919900 CPUtime=1062.06 cores=0,2,4,6
/proc/21175/task/21179/stat : 21179 (priss) R 21174 21174 20564 0 -1 4202560 48029 0 0 0 106156 50 0 0 25 0 5 0 596169984 941977600 183322 33554432000 4194304 5787044 140737452245376 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21175/tid=21180] ppid=21174 vsize=919900 CPUtime=1056.97 cores=0,2,4,6
/proc/21175/task/21180/stat : 21180 (priss) R 21174 21174 20564 0 -1 4202560 44976 0 0 0 105643 54 0 0 25 0 5 0 596169985 941977600 183322 33554432000 4194304 5787044 140737452245376 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4242.79
Current children cumulated vsize (KiB) 928600

[startup+1122.3 s]
/proc/loadavg: 8.13 8.06 8.01 9/188 21284
/proc/meminfo: memFree=17541372/32950928 swapFree=67111524/67111528
[pid=21174] ppid=21172 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21174/stat : 21174 (prissAuto.sh) S 21172 21174 20564 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596169978 8908800 252 33554432000 4194304 4922060 140735950955408 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21174/statm: 2175 252 211 178 0 68 0
[pid=21175] ppid=21174 vsize=922496 CPUtime=4482.44 cores=0,2,4,6
/proc/21175/stat : 21175 (priss) S 21174 21174 20564 0 -1 4202496 189784 0 0 0 448039 205 0 0 18 0 5 0 596169978 944635904 184370 33554432000 4194304 5787044 140737452245376 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/21175/statm: 230624 184370 419 389 0 226374 0
[pid=21175/tid=21177] ppid=21174 vsize=922496 CPUtime=1121.5 cores=0,2,4,6
/proc/21175/task/21177/stat : 21177 (priss) R 21174 21174 20564 0 -1 4202560 43714 0 0 0 112107 43 0 0 25 0 5 0 596169982 944635904 184370 33554432000 4194304 5787044 140737452245376 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21175/tid=21178] ppid=21174 vsize=922496 CPUtime=1122.13 cores=0,2,4,6
/proc/21175/task/21178/stat : 21178 (priss) R 21174 21174 20564 0 -1 4202560 47090 0 0 0 112159 54 0 0 25 0 5 0 596169983 944635904 184370 33554432000 4194304 5787044 140737452245376 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21175/tid=21179] ppid=21174 vsize=922496 CPUtime=1122.06 cores=0,2,4,6
/proc/21175/task/21179/stat : 21179 (priss) R 21174 21174 20564 0 -1 4202560 48649 0 0 0 112155 51 0 0 25 0 5 0 596169984 944635904 184370 33554432000 4194304 5787044 140737452245376 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21175/tid=21180] ppid=21174 vsize=922496 CPUtime=1116.65 cores=0,2,4,6
/proc/21175/task/21180/stat : 21180 (priss) R 21174 21174 20564 0 -1 4202560 44976 0 0 0 111610 55 0 0 25 0 5 0 596169985 944635904 184370 33554432000 4194304 5787044 140737452245376 18446744073709551615 5527037 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4482.44
Current children cumulated vsize (KiB) 931196

[startup+1182.3 s]
/proc/loadavg: 8.15 8.08 8.01 9/188 21285
/proc/meminfo: memFree=17475388/32950928 swapFree=67111524/67111528
[pid=21174] ppid=21172 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21174/stat : 21174 (prissAuto.sh) S 21172 21174 20564 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596169978 8908800 252 33554432000 4194304 4922060 140735950955408 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21174/statm: 2175 252 211 178 0 68 0
[pid=21175] ppid=21174 vsize=950644 CPUtime=4722.1 cores=0,2,4,6
/proc/21175/stat : 21175 (priss) S 21174 21174 20564 0 -1 4202496 198043 0 0 0 471999 211 0 0 18 0 5 0 596169978 973459456 192629 33554432000 4194304 5787044 140737452245376 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/21175/statm: 237661 192629 419 389 0 233411 0
[pid=21175/tid=21177] ppid=21174 vsize=950644 CPUtime=1181.5 cores=0,2,4,6
/proc/21175/task/21177/stat : 21177 (priss) R 21174 21174 20564 0 -1 4202560 45501 0 0 0 118106 44 0 0 25 0 5 0 596169982 973459456 192629 33554432000 4194304 5787044 140737452245376 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21175/tid=21178] ppid=21174 vsize=950644 CPUtime=1182.13 cores=0,2,4,6
/proc/21175/task/21178/stat : 21178 (priss) R 21174 21174 20564 0 -1 4202560 50035 0 0 0 118158 55 0 0 25 0 5 0 596169983 973459456 192629 33554432000 4194304 5787044 140737452245376 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21175/tid=21179] ppid=21174 vsize=950644 CPUtime=1182.05 cores=0,2,4,6
/proc/21175/task/21179/stat : 21179 (priss) R 21174 21174 20564 0 -1 4202560 51743 0 0 0 118151 54 0 0 25 0 5 0 596169984 973459456 192629 33554432000 4194304 5787044 140737452245376 18446744073709551615 5591730 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21175/tid=21180] ppid=21174 vsize=950644 CPUtime=1176.32 cores=0,2,4,6
/proc/21175/task/21180/stat : 21180 (priss) R 21174 21174 20564 0 -1 4202560 45409 0 0 0 117577 55 0 0 25 0 5 0 596169985 973459456 192629 33554432000 4194304 5787044 140737452245376 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4722.1
Current children cumulated vsize (KiB) 959344



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.11 8.07 8.01 9/188 21286
/proc/meminfo: memFree=17464476/32950928 swapFree=67111524/67111528
[pid=21174] ppid=21172 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21174/stat : 21174 (prissAuto.sh) S 21172 21174 20564 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596169978 8908800 252 33554432000 4194304 4922060 140735950955408 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21174/statm: 2175 252 211 178 0 68 0
[pid=21175] ppid=21174 vsize=954208 CPUtime=4800.05 cores=0,2,4,6
/proc/21175/stat : 21175 (priss) S 21174 21174 20564 0 -1 4202496 199874 0 0 0 479792 213 0 0 18 0 5 0 596169978 977108992 194460 33554432000 4194304 5787044 140737452245376 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/21175/statm: 238552 194460 419 389 0 234302 0
[pid=21175/tid=21177] ppid=21174 vsize=954208 CPUtime=1201.01 cores=0,2,4,6
/proc/21175/task/21177/stat : 21177 (priss) R 21174 21174 20564 0 -1 4202560 45550 0 0 0 120057 44 0 0 25 0 5 0 596169982 977108992 194460 33554432000 4194304 5787044 140737452245376 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21175/tid=21178] ppid=21174 vsize=954208 CPUtime=1201.65 cores=0,2,4,6
/proc/21175/task/21178/stat : 21178 (priss) R 21174 21174 20564 0 -1 4202560 50077 0 0 0 120110 55 0 0 25 0 5 0 596169983 977108992 194460 33554432000 4194304 5787044 140737452245376 18446744073709551615 5586868 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21175/tid=21179] ppid=21174 vsize=954208 CPUtime=1201.56 cores=0,2,4,6
/proc/21175/task/21179/stat : 21179 (priss) R 21174 21174 20564 0 -1 4202560 52582 0 0 0 120101 55 0 0 25 0 5 0 596169984 977108992 194460 33554432000 4194304 5787044 140737452245376 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21175/tid=21180] ppid=21174 vsize=954208 CPUtime=1195.72 cores=0,2,4,6
/proc/21175/task/21180/stat : 21180 (priss) R 21174 21174 20564 0 -1 4202560 46310 0 0 0 119516 56 0 0 25 0 5 0 596169985 977108992 194460 33554432000 4194304 5787044 140737452245376 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.05
Current children cumulated vsize (KiB) 962908

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

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

[startup+1201.8 s]
/proc/loadavg: 8.11 8.07 8.01 9/188 21286
/proc/meminfo: memFree=17464476/32950928 swapFree=67111524/67111528
[pid=21174] ppid=21172 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21174/stat : 21174 (prissAuto.sh) S 21172 21174 20564 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596169978 8908800 252 33554432000 4194304 4922060 140735950955408 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21174/statm: 2175 252 211 178 0 68 0
[pid=21175] ppid=21174 vsize=954208 CPUtime=4800.05 cores=0,2,4,6
/proc/21175/stat : 21175 (priss) S 21174 21174 20564 0 -1 4202496 199874 0 0 0 479792 213 0 0 18 0 5 0 596169978 977108992 194460 33554432000 4194304 5787044 140737452245376 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/21175/statm: 238552 194460 419 389 0 234302 0
[pid=21175/tid=21177] ppid=21174 vsize=954208 CPUtime=1201.01 cores=0,2,4,6
/proc/21175/task/21177/stat : 21177 (priss) R 21174 21174 20564 0 -1 4202560 45550 0 0 0 120057 44 0 0 25 0 5 0 596169982 977108992 194460 33554432000 4194304 5787044 140737452245376 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21175/tid=21178] ppid=21174 vsize=954208 CPUtime=1201.65 cores=0,2,4,6
/proc/21175/task/21178/stat : 21178 (priss) R 21174 21174 20564 0 -1 4202560 50077 0 0 0 120110 55 0 0 25 0 5 0 596169983 977108992 194460 33554432000 4194304 5787044 140737452245376 18446744073709551615 5586868 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21175/tid=21179] ppid=21174 vsize=954208 CPUtime=1201.56 cores=0,2,4,6
/proc/21175/task/21179/stat : 21179 (priss) R 21174 21174 20564 0 -1 4202560 52582 0 0 0 120101 55 0 0 25 0 5 0 596169984 977108992 194460 33554432000 4194304 5787044 140737452245376 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21175/tid=21180] ppid=21174 vsize=954208 CPUtime=1195.72 cores=0,2,4,6
/proc/21175/task/21180/stat : 21180 (priss) R 21174 21174 20564 0 -1 4202560 46310 0 0 0 119516 56 0 0 25 0 5 0 596169985 977108992 194460 33554432000 4194304 5787044 140737452245376 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.05
Current children cumulated vsize (KiB) 962908

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21174 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.82
CPU time (s): 4800.05
CPU user time (s): 4797.92
CPU system time (s): 2.13
CPU usage (%): 399.397
Max. virtual memory (cumulated for all children) (KiB): 962908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 333
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.71574 second user time and 4.84926 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-29 08:43:13
IDJOB=3250237
IDBENCH=83248
IDSOLVER=1602
FILE ID=node115/3250237-1304059393
RUNJOBID= node115-1304054572-20582
PBS_JOBID= 13170430
Free space on /tmp= 72728 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-4-5_4231.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250237-1304059393/watcher-3250237-1304059393 -o /tmp/evaluation-result-3250237-1304059393/solver-3250237-1304059393 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3250237-1304059393.cnf 1653737237 4800 15500 4

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

MD5SUM BENCH= a52d60bf6e72caa628ad712a5fe0fb7a
RANDOM SEED=1653737237

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      18223532 kB
Buffers:       2319308 kB
Cached:       11538324 kB
SwapCached:          4 kB
Active:        7063256 kB
Inactive:      7110852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18223532 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            3540 kB
Writeback:           0 kB
AnonPages:      315516 kB
Mapped:          15624 kB
Slab:           489784 kB
PageTables:       5728 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   517032 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= 72728 MiB
End job on node115 at 2011-04-29 09:03:17