Trace number 3291274

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

General information on the benchmark

NameSAT03/industrial/maris/CNF/
gripper13u.shuffled-as.sat03-395.cnf
MD5SUM3889b7ed90cc1fbe8bc8d140a1763832
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4427.96
Satisfiable
(Un)Satisfiability was proved
Number of variables4268
Number of clauses38965
Sum of the clauses size86077
Maximum clause length28
Minimum clause length1
Number of clauses of size 169
Number of clauses of size 235984
Number of clauses of size 3104
Number of clauses of size 42704
Number of clauses of size 50
Number of clauses of size over 5104

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: 21877
0.00/0.00	c setup for 4cores
0.00/0.01	c parsetime: 9783us
0.00/0.01	c parsed 38965 clauses with 4268 variables
0.00/0.01	c NW started thread 0 successfully (1099192640)
0.00/0.01	c NW started thread 1 successfully (1109682496)
0.00/0.02	c NW started thread 2 successfully (1120172352)
0.00/0.02	c NW started thread 3 successfully (1130662208)
0.00/1.69	c preprocessor returned 10001 variables
0.00/1.69	c preprocessing returned UNKNOWN
0.00/1.69	c PP set 278 variables
0.00/1.69	c pp time: 1673562us (1s)
0.00/1.69	c preprocessor returned 10001 variables
0.00/1.69	c preprocessing returned UNKNOWN
0.00/1.69	c PP set 278 variables
0.00/1.69	c pp time: 1678834us (1s)
0.00/1.70	c preprocessor returned 10001 variables
0.00/1.70	c preprocessing returned UNKNOWN
0.00/1.70	c PP set 278 variables
0.00/1.70	c pp time: 1678210us (1s)
12.69/3.24	c preprocessor returned 30008 variables
12.69/3.24	c preprocessing returned UNKNOWN
12.69/3.24	c PP set 278 variables
12.69/3.24	c pp time: 3212314us (3s)
20.29/5.19	c added unsatisfied clause
20.29/5.19	c failed to add network clauses
41.44/10.41	c added unsatisfied clause
41.44/10.41	c failed to add network clauses
67.39/16.95	c added unsatisfied clause
67.39/16.95	c failed to add network clauses
70.58/17.74	c added unsatisfied clause
70.58/17.74	c failed to add network clauses
108.53/27.26	c added unsatisfied clause
108.53/27.26	c failed to add network clauses
135.25/33.98	c added unsatisfied clause
135.25/33.98	c failed to add network clauses
191.59/48.02	c added unsatisfied clause
191.59/48.02	c failed to add network clauses
267.05/66.98	c added unsatisfied clause
267.05/66.98	c failed to add network clauses
344.51/86.33	c added unsatisfied clause
344.51/86.33	c failed to add network clauses
408.42/102.34	c added unsatisfied clause
408.42/102.34	c failed to add network clauses
413.62/103.60	c added unsatisfied clause
413.62/103.60	c failed to add network clauses
521.85/130.73	c added unsatisfied clause
521.85/130.73	c failed to add network clauses
1351.47/338.43	c added unsatisfied clause
1351.47/338.43	c failed to add network clauses
4341.23/1086.96	c added unsatisfied clause
4341.23/1086.96	c failed to add network clauses

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-3291274-1304065425/watcher-3291274-1304065425 -o /tmp/evaluation-result-3291274-1304065425/solver-3291274-1304065425 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3291274-1304065425.cnf 1824351101 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: 8.06 8.06 8.03 5/182 21876
/proc/meminfo: memFree=18044008/32950928 swapFree=67111524/67111528
[pid=21876] ppid=21874 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21876/stat : 21876 (prissAuto.sh) S 21874 21876 20564 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596773151 8908800 252 33554432000 4194304 4922060 140734668260240 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21876/statm: 2175 252 211 178 0 68 0

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

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

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

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

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

[startup+3.10102 s]
/proc/loadavg: 8.13 8.08 8.03 9/188 21883
/proc/meminfo: memFree=18002924/32950928 swapFree=67111524/67111528
[pid=21876] ppid=21874 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21876/stat : 21876 (prissAuto.sh) S 21874 21876 20564 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596773151 8908800 252 33554432000 4194304 4922060 140734668260240 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21876/statm: 2175 252 211 178 0 68 0
[pid=21877] ppid=21876 vsize=281000 CPUtime=12.29 cores=0,2,4,6
/proc/21877/stat : 21877 (priss) S 21876 21876 20564 0 -1 4202496 17512 0 0 0 1225 4 0 0 19 0 5 0 596773151 287744000 10474 33554432000 4194304 5787044 140735196679904 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21877/statm: 70250 10474 405 389 0 66000 0
[pid=21877/tid=21879] ppid=21876 vsize=281000 CPUtime=3.07 cores=0,2,4,6
/proc/21877/task/21879/stat : 21879 (priss) R 21876 21876 20564 0 -1 4202560 3498 0 0 0 306 1 0 0 25 0 5 0 596773153 287744000 10474 33554432000 4194304 5787044 140735196679904 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21877/tid=21880] ppid=21876 vsize=281000 CPUtime=3.06 cores=0,2,4,6
/proc/21877/task/21880/stat : 21880 (priss) R 21876 21876 20564 0 -1 4202560 4326 0 0 0 306 0 0 0 25 0 5 0 596773153 287744000 10474 33554432000 4194304 5787044 140735196679904 18446744073709551615 5591539 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21877/tid=21881] ppid=21876 vsize=281000 CPUtime=3.05 cores=0,2,4,6
/proc/21877/task/21881/stat : 21881 (priss) R 21876 21876 20564 0 -1 4202560 3512 0 0 0 304 1 0 0 25 0 5 0 596773153 287744000 10474 33554432000 4194304 5787044 140735196679904 18446744073709551615 5590410 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21877/tid=21882] ppid=21876 vsize=281000 CPUtime=3.06 cores=0,2,4,6
/proc/21877/task/21882/stat : 21882 (priss) R 21876 21876 20564 0 -1 4202560 3424 0 0 0 306 0 0 0 25 0 5 0 596773154 287744000 10474 33554432000 4194304 5787044 140735196679904 18446744073709551615 256415085529 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 289700

[startup+6.30642 s]
/proc/loadavg: 8.12 8.08 8.03 9/188 21883
/proc/meminfo: memFree=17984160/32950928 swapFree=67111524/67111528
[pid=21876] ppid=21874 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21876/stat : 21876 (prissAuto.sh) S 21874 21876 20564 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596773151 8908800 252 33554432000 4194304 4922060 140734668260240 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21876/statm: 2175 252 211 178 0 68 0
[pid=21877] ppid=21876 vsize=288160 CPUtime=25.08 cores=0,2,4,6
/proc/21877/stat : 21877 (priss) S 21876 21876 20564 0 -1 4202496 23526 0 0 0 2500 8 0 0 19 0 5 0 596773151 295075840 15217 33554432000 4194304 5787044 140735196679904 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21877/statm: 72040 15217 419 389 0 67790 0
[pid=21877/tid=21879] ppid=21876 vsize=288160 CPUtime=6.27 cores=0,2,4,6
/proc/21877/task/21879/stat : 21879 (priss) R 21876 21876 20564 0 -1 4202560 4290 0 0 0 626 1 0 0 25 0 5 0 596773153 295075840 15217 33554432000 4194304 5787044 140735196679904 18446744073709551615 4220264 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21877/tid=21880] ppid=21876 vsize=288160 CPUtime=6.26 cores=0,2,4,6
/proc/21877/task/21880/stat : 21880 (priss) R 21876 21876 20564 0 -1 4202560 5078 0 0 0 625 1 0 0 22 0 5 0 596773153 295075840 15217 33554432000 4194304 5787044 140735196679904 18446744073709551615 5591552 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21877/tid=21881] ppid=21876 vsize=288160 CPUtime=6.24 cores=0,2,4,6
/proc/21877/task/21881/stat : 21881 (priss) R 21876 21876 20564 0 -1 4202560 5289 0 0 0 622 2 0 0 19 0 5 0 596773153 295075840 15217 33554432000 4194304 5787044 140735196679904 18446744073709551615 256415496675 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21877/tid=21882] ppid=21876 vsize=288160 CPUtime=6.26 cores=0,2,4,6
/proc/21877/task/21882/stat : 21882 (priss) R 21876 21876 20564 0 -1 4202560 6117 0 0 0 624 2 0 0 19 0 5 0 596773154 295075840 15217 33554432000 4194304 5787044 140735196679904 18446744073709551615 4254564 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 296860

[startup+12.7012 s]
/proc/loadavg: 8.11 8.08 8.03 9/188 21883
/proc/meminfo: memFree=17967308/32950928 swapFree=67111524/67111528
[pid=21876] ppid=21874 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21876/stat : 21876 (prissAuto.sh) S 21874 21876 20564 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596773151 8908800 252 33554432000 4194304 4922060 140734668260240 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21876/statm: 2175 252 211 178 0 68 0
[pid=21877] ppid=21876 vsize=292028 CPUtime=50.62 cores=0,2,4,6
/proc/21877/stat : 21877 (priss) S 21876 21876 20564 0 -1 4202496 27511 0 0 0 5050 12 0 0 19 0 5 0 596773151 299036672 19202 33554432000 4194304 5787044 140735196679904 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21877/statm: 73007 19202 419 389 0 68757 0
[pid=21877/tid=21879] ppid=21876 vsize=292028 CPUtime=12.67 cores=0,2,4,6
/proc/21877/task/21879/stat : 21879 (priss) R 21876 21876 20564 0 -1 4202560 5411 0 0 0 1264 3 0 0 25 0 5 0 596773153 299036672 19202 33554432000 4194304 5787044 140735196679904 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21877/tid=21880] ppid=21876 vsize=292028 CPUtime=12.66 cores=0,2,4,6
/proc/21877/task/21880/stat : 21880 (priss) R 21876 21876 20564 0 -1 4202560 5961 0 0 0 1264 2 0 0 25 0 5 0 596773153 299036672 19202 33554432000 4194304 5787044 140735196679904 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21877/tid=21881] ppid=21876 vsize=292028 CPUtime=12.6 cores=0,2,4,6
/proc/21877/task/21881/stat : 21881 (priss) R 21876 21876 20564 0 -1 4202560 6114 0 0 0 1257 3 0 0 19 0 5 0 596773153 299036672 19202 33554432000 4194304 5787044 140735196679904 18446744073709551615 4254583 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21877/tid=21882] ppid=21876 vsize=292028 CPUtime=12.65 cores=0,2,4,6
/proc/21877/task/21882/stat : 21882 (priss) R 21876 21876 20564 0 -1 4202560 7273 0 0 0 1262 3 0 0 25 0 5 0 596773154 299036672 19202 33554432000 4194304 5787044 140735196679904 18446744073709551615 5526872 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 300728

[startup+25.5008 s]
/proc/loadavg: 8.10 8.07 8.03 9/188 21883
/proc/meminfo: memFree=17924748/32950928 swapFree=67111524/67111528
[pid=21876] ppid=21874 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21876/stat : 21876 (prissAuto.sh) S 21874 21876 20564 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596773151 8908800 252 33554432000 4194304 4922060 140734668260240 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21876/statm: 2175 252 211 178 0 68 0
[pid=21877] ppid=21876 vsize=308952 CPUtime=101.72 cores=0,2,4,6
/proc/21877/stat : 21877 (priss) S 21876 21876 20564 0 -1 4202496 37387 0 0 0 10153 19 0 0 19 0 5 0 596773151 316366848 29075 33554432000 4194304 5787044 140735196679904 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21877/statm: 77238 29075 419 389 0 72988 0
[pid=21877/tid=21879] ppid=21876 vsize=308952 CPUtime=25.45 cores=0,2,4,6
/proc/21877/task/21879/stat : 21879 (priss) R 21876 21876 20564 0 -1 4202560 8372 0 0 0 2541 4 0 0 25 0 5 0 596773153 316366848 29075 33554432000 4194304 5787044 140735196679904 18446744073709551615 4254537 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21877/tid=21880] ppid=21876 vsize=308952 CPUtime=25.45 cores=0,2,4,6
/proc/21877/task/21880/stat : 21880 (priss) R 21876 21876 20564 0 -1 4202560 7997 0 0 0 2541 4 0 0 25 0 5 0 596773153 316366848 29075 33554432000 4194304 5787044 140735196679904 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21877/tid=21881] ppid=21876 vsize=308952 CPUtime=25.32 cores=0,2,4,6
/proc/21877/task/21881/stat : 21881 (priss) R 21876 21876 20564 0 -1 4202560 8872 0 0 0 2528 4 0 0 25 0 5 0 596773153 316366848 29075 33554432000 4194304 5787044 140735196679904 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21877/tid=21882] ppid=21876 vsize=308952 CPUtime=25.44 cores=0,2,4,6
/proc/21877/task/21882/stat : 21882 (priss) R 21876 21876 20564 0 -1 4202560 9394 0 0 0 2540 4 0 0 25 0 5 0 596773154 316366848 29075 33554432000 4194304 5787044 140735196679904 18446744073709551615 4254531 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.72
Current children cumulated vsize (KiB) 317652

[startup+51.101 s]
/proc/loadavg: 8.06 8.07 8.03 9/188 21884
/proc/meminfo: memFree=17853932/32950928 swapFree=67111524/67111528
[pid=21876] ppid=21874 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21876/stat : 21876 (prissAuto.sh) S 21874 21876 20564 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596773151 8908800 252 33554432000 4194304 4922060 140734668260240 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21876/statm: 2175 252 211 178 0 68 0
[pid=21877] ppid=21876 vsize=330596 CPUtime=203.94 cores=0,2,4,6
/proc/21877/stat : 21877 (priss) S 21876 21876 20564 0 -1 4202496 52886 0 0 0 20362 32 0 0 19 0 5 0 596773151 338530304 44431 33554432000 4194304 5787044 140735196679904 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21877/statm: 82649 44431 419 389 0 78399 0
[pid=21877/tid=21879] ppid=21876 vsize=330596 CPUtime=51.04 cores=0,2,4,6
/proc/21877/task/21879/stat : 21879 (priss) R 21876 21876 20564 0 -1 4202560 13123 0 0 0 5097 7 0 0 19 0 5 0 596773153 338530304 44431 33554432000 4194304 5787044 140735196679904 18446744073709551615 5586675 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21877/tid=21880] ppid=21876 vsize=330596 CPUtime=50.91 cores=0,2,4,6
/proc/21877/task/21880/stat : 21880 (priss) R 21876 21876 20564 0 -1 4202560 11867 0 0 0 5083 8 0 0 18 0 5 0 596773153 338530304 44431 33554432000 4194304 5787044 140735196679904 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21877/tid=21881] ppid=21876 vsize=330596 CPUtime=50.91 cores=0,2,4,6
/proc/21877/task/21881/stat : 21881 (priss) R 21876 21876 20564 0 -1 4202560 12015 0 0 0 5082 9 0 0 25 0 5 0 596773153 338530304 44431 33554432000 4194304 5787044 140735196679904 18446744073709551615 5591666 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21877/tid=21882] ppid=21876 vsize=330596 CPUtime=51.03 cores=0,2,4,6
/proc/21877/task/21882/stat : 21882 (priss) R 21876 21876 20564 0 -1 4202560 13129 0 0 0 5097 6 0 0 18 0 5 0 596773154 338530304 44431 33554432000 4194304 5787044 140735196679904 18446744073709551615 5528421 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.94
Current children cumulated vsize (KiB) 339296

[startup+102.3 s]
/proc/loadavg: 8.10 8.07 8.03 9/188 21885
/proc/meminfo: memFree=17789680/32950928 swapFree=67111524/67111528
[pid=21876] ppid=21874 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21876/stat : 21876 (prissAuto.sh) S 21874 21876 20564 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596773151 8908800 252 33554432000 4194304 4922060 140734668260240 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21876/statm: 2175 252 211 178 0 68 0
[pid=21877] ppid=21876 vsize=345920 CPUtime=408.42 cores=0,2,4,6
/proc/21877/stat : 21877 (priss) S 21876 21876 20564 0 -1 4202496 63653 0 0 0 40798 44 0 0 19 0 5 0 596773151 354222080 55151 33554432000 4194304 5787044 140735196679904 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21877/statm: 86480 55151 419 389 0 82230 0
[pid=21877/tid=21879] ppid=21876 vsize=345920 CPUtime=102.06 cores=0,2,4,6
/proc/21877/task/21879/stat : 21879 (priss) R 21876 21876 20564 0 -1 4202560 17149 0 0 0 10195 11 0 0 25 0 5 0 596773153 354222080 55151 33554432000 4194304 5787044 140735196679904 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21877/tid=21880] ppid=21876 vsize=345920 CPUtime=101.98 cores=0,2,4,6
/proc/21877/task/21880/stat : 21880 (priss) R 21876 21876 20564 0 -1 4202560 14454 0 0 0 10188 10 0 0 25 0 5 0 596773153 354222080 55151 33554432000 4194304 5787044 140735196679904 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21877/tid=21881] ppid=21876 vsize=345920 CPUtime=102.09 cores=0,2,4,6
/proc/21877/task/21881/stat : 21881 (priss) R 21876 21876 20564 0 -1 4202560 14021 0 0 0 10197 12 0 0 21 0 5 0 596773153 354222080 55151 33554432000 4194304 5787044 140735196679904 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21877/tid=21882] ppid=21876 vsize=345920 CPUtime=102.23 cores=0,2,4,6
/proc/21877/task/21882/stat : 21882 (priss) R 21876 21876 20564 0 -1 4202560 15277 0 0 0 10214 9 0 0 25 0 5 0 596773154 354222080 55151 33554432000 4194304 5787044 140735196679904 18446744073709551615 256427215696 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.42
Current children cumulated vsize (KiB) 354620

[startup+162.301 s]
/proc/loadavg: 8.15 8.09 8.03 9/188 21887
/proc/meminfo: memFree=17694032/32950928 swapFree=67111524/67111528
[pid=21876] ppid=21874 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21876/stat : 21876 (prissAuto.sh) S 21874 21876 20564 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596773151 8908800 252 33554432000 4194304 4922060 140734668260240 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21876/statm: 2175 252 211 178 0 68 0
[pid=21877] ppid=21876 vsize=360052 CPUtime=648.07 cores=0,2,4,6

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

/proc/21877/task/21880/stat : 21880 (priss) R 21876 21876 20564 0 -1 4202560 43986 0 0 0 81762 40 0 0 25 0 5 0 596773153 917921792 158242 33554432000 4194304 5787044 140735196679904 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21877/tid=21881] ppid=21876 vsize=896408 CPUtime=822.06 cores=0,2,4,6
/proc/21877/task/21881/stat : 21881 (priss) R 21876 21876 20564 0 -1 4202560 38610 0 0 0 82171 35 0 0 25 0 5 0 596773153 917921792 158242 33554432000 4194304 5787044 140735196679904 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21877/tid=21882] ppid=21876 vsize=896408 CPUtime=822.2 cores=0,2,4,6
/proc/21877/task/21882/stat : 21882 (priss) R 21876 21876 20564 0 -1 4202560 42935 0 0 0 82184 36 0 0 25 0 5 0 596773154 917921792 158242 33554432000 4194304 5787044 140735196679904 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.28
Current children cumulated vsize (KiB) 905108

[startup+882.301 s]
/proc/loadavg: 8.28 8.12 8.04 9/188 21939
/proc/meminfo: memFree=17315532/32950928 swapFree=67111524/67111528
[pid=21876] ppid=21874 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21876/stat : 21876 (prissAuto.sh) S 21874 21876 20564 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596773151 8908800 252 33554432000 4194304 4922060 140734668260240 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21876/statm: 2175 252 211 178 0 68 0
[pid=21877] ppid=21876 vsize=898568 CPUtime=3523.94 cores=0,2,4,6
/proc/21877/stat : 21877 (priss) S 21876 21876 20564 0 -1 4202496 168841 0 0 0 352241 153 0 0 19 0 5 0 596773151 920133632 158686 33554432000 4194304 5787044 140735196679904 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21877/statm: 224642 158686 419 389 0 220392 0
[pid=21877/tid=21879] ppid=21876 vsize=898568 CPUtime=881.94 cores=0,2,4,6
/proc/21877/task/21879/stat : 21879 (priss) R 21876 21876 20564 0 -1 4202560 40133 0 0 0 88155 39 0 0 25 0 5 0 596773153 920133632 158686 33554432000 4194304 5787044 140735196679904 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21877/tid=21880] ppid=21876 vsize=898568 CPUtime=877.68 cores=0,2,4,6
/proc/21877/task/21880/stat : 21880 (priss) R 21876 21876 20564 0 -1 4202560 43990 0 0 0 87728 40 0 0 25 0 5 0 596773153 920133632 158686 33554432000 4194304 5787044 140735196679904 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21877/tid=21881] ppid=21876 vsize=898568 CPUtime=882.04 cores=0,2,4,6
/proc/21877/task/21881/stat : 21881 (priss) R 21876 21876 20564 0 -1 4202560 39013 0 0 0 88169 35 0 0 25 0 5 0 596773153 920133632 158686 33554432000 4194304 5787044 140735196679904 18446744073709551615 4238753 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21877/tid=21882] ppid=21876 vsize=898568 CPUtime=882.2 cores=0,2,4,6
/proc/21877/task/21882/stat : 21882 (priss) R 21876 21876 20564 0 -1 4202560 42953 0 0 0 88184 36 0 0 25 0 5 0 596773154 920133632 158686 33554432000 4194304 5787044 140735196679904 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3523.94
Current children cumulated vsize (KiB) 907268

[startup+942.301 s]
/proc/loadavg: 8.52 8.20 8.07 9/188 21944
/proc/meminfo: memFree=17314012/32950928 swapFree=67111524/67111528
[pid=21876] ppid=21874 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21876/stat : 21876 (prissAuto.sh) S 21874 21876 20564 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596773151 8908800 252 33554432000 4194304 4922060 140734668260240 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21876/statm: 2175 252 211 178 0 68 0
[pid=21877] ppid=21876 vsize=898888 CPUtime=3763.64 cores=0,2,4,6
/proc/21877/stat : 21877 (priss) S 21876 21876 20564 0 -1 4202496 168926 0 0 0 376211 153 0 0 19 0 5 0 596773151 920461312 158771 33554432000 4194304 5787044 140735196679904 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21877/statm: 224722 158771 419 389 0 220472 0
[pid=21877/tid=21879] ppid=21876 vsize=898888 CPUtime=941.95 cores=0,2,4,6
/proc/21877/task/21879/stat : 21879 (priss) R 21876 21876 20564 0 -1 4202560 40202 0 0 0 94155 40 0 0 25 0 5 0 596773153 920461312 158771 33554432000 4194304 5787044 140735196679904 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21877/tid=21880] ppid=21876 vsize=898888 CPUtime=937.36 cores=0,2,4,6
/proc/21877/task/21880/stat : 21880 (priss) R 21876 21876 20564 0 -1 4202560 44003 0 0 0 93696 40 0 0 25 0 5 0 596773153 920461312 158771 33554432000 4194304 5787044 140735196679904 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21877/tid=21881] ppid=21876 vsize=898888 CPUtime=942.05 cores=0,2,4,6
/proc/21877/task/21881/stat : 21881 (priss) R 21876 21876 20564 0 -1 4202560 39013 0 0 0 94170 35 0 0 25 0 5 0 596773153 920461312 158771 33554432000 4194304 5787044 140735196679904 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21877/tid=21882] ppid=21876 vsize=898888 CPUtime=942.21 cores=0,2,4,6
/proc/21877/task/21882/stat : 21882 (priss) R 21876 21876 20564 0 -1 4202560 42956 0 0 0 94185 36 0 0 25 0 5 0 596773154 920461312 158771 33554432000 4194304 5787044 140735196679904 18446744073709551615 4218848 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3763.64
Current children cumulated vsize (KiB) 907588

[startup+1002.3 s]
/proc/loadavg: 8.19 8.16 8.06 9/188 21945
/proc/meminfo: memFree=16927712/32950928 swapFree=67111524/67111528
[pid=21876] ppid=21874 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21876/stat : 21876 (prissAuto.sh) S 21874 21876 20564 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596773151 8908800 252 33554432000 4194304 4922060 140734668260240 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21876/statm: 2175 252 211 178 0 68 0
[pid=21877] ppid=21876 vsize=899208 CPUtime=4003.28 cores=0,2,4,6
/proc/21877/stat : 21877 (priss) S 21876 21876 20564 0 -1 4202496 169114 0 0 0 400174 154 0 0 19 0 5 0 596773151 920788992 158959 33554432000 4194304 5787044 140735196679904 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21877/statm: 224802 158959 419 389 0 220552 0
[pid=21877/tid=21879] ppid=21876 vsize=899208 CPUtime=1001.94 cores=0,2,4,6
/proc/21877/task/21879/stat : 21879 (priss) R 21876 21876 20564 0 -1 4202560 40321 0 0 0 100154 40 0 0 25 0 5 0 596773153 920788992 158959 33554432000 4194304 5787044 140735196679904 18446744073709551615 5591647 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21877/tid=21880] ppid=21876 vsize=899208 CPUtime=997.04 cores=0,2,4,6
/proc/21877/task/21880/stat : 21880 (priss) R 21876 21876 20564 0 -1 4202560 44027 0 0 0 99663 41 0 0 25 0 5 0 596773153 920788992 158959 33554432000 4194304 5787044 140735196679904 18446744073709551615 5591573 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21877/tid=21881] ppid=21876 vsize=899208 CPUtime=1002.05 cores=0,2,4,6
/proc/21877/task/21881/stat : 21881 (priss) R 21876 21876 20564 0 -1 4202560 39013 0 0 0 100169 36 0 0 25 0 5 0 596773153 920788992 158959 33554432000 4194304 5787044 140735196679904 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21877/tid=21882] ppid=21876 vsize=899208 CPUtime=1002.21 cores=0,2,4,6
/proc/21877/task/21882/stat : 21882 (priss) R 21876 21876 20564 0 -1 4202560 43001 0 0 0 100184 37 0 0 25 0 5 0 596773154 920788992 158959 33554432000 4194304 5787044 140735196679904 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.28
Current children cumulated vsize (KiB) 907908

[startup+1062.31 s]
/proc/loadavg: 8.14 8.15 8.06 9/188 21947
/proc/meminfo: memFree=16872876/32950928 swapFree=67111524/67111528
[pid=21876] ppid=21874 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21876/stat : 21876 (prissAuto.sh) S 21874 21876 20564 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596773151 8908800 252 33554432000 4194304 4922060 140734668260240 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21876/statm: 2175 252 211 178 0 68 0
[pid=21877] ppid=21876 vsize=899384 CPUtime=4242.99 cores=0,2,4,6
/proc/21877/stat : 21877 (priss) S 21876 21876 20564 0 -1 4202496 170145 0 0 0 424143 156 0 0 19 0 5 0 596773151 920969216 159990 33554432000 4194304 5787044 140735196679904 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21877/statm: 224846 159990 419 389 0 220596 0
[pid=21877/tid=21879] ppid=21876 vsize=899384 CPUtime=1061.94 cores=0,2,4,6
/proc/21877/task/21879/stat : 21879 (priss) R 21876 21876 20564 0 -1 4202560 41196 0 0 0 106153 41 0 0 25 0 5 0 596773153 920969216 159990 33554432000 4194304 5787044 140735196679904 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21877/tid=21880] ppid=21876 vsize=899384 CPUtime=1056.72 cores=0,2,4,6
/proc/21877/task/21880/stat : 21880 (priss) R 21876 21876 20564 0 -1 4202560 44097 0 0 0 105631 41 0 0 25 0 5 0 596773153 920969216 159990 33554432000 4194304 5787044 140735196679904 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21877/tid=21881] ppid=21876 vsize=899384 CPUtime=1062.06 cores=0,2,4,6
/proc/21877/task/21881/stat : 21881 (priss) R 21876 21876 20564 0 -1 4202560 39022 0 0 0 106170 36 0 0 25 0 5 0 596773153 920969216 159990 33554432000 4194304 5787044 140735196679904 18446744073709551615 4254903 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21877/tid=21882] ppid=21876 vsize=899384 CPUtime=1062.22 cores=0,2,4,6
/proc/21877/task/21882/stat : 21882 (priss) R 21876 21876 20564 0 -1 4202560 43078 0 0 0 106185 37 0 0 25 0 5 0 596773154 920969216 159990 33554432000 4194304 5787044 140735196679904 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4242.99
Current children cumulated vsize (KiB) 908084

[startup+1122.3 s]
/proc/loadavg: 8.12 8.13 8.06 9/188 21948
/proc/meminfo: memFree=16832936/32950928 swapFree=67111524/67111528
[pid=21876] ppid=21874 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21876/stat : 21876 (prissAuto.sh) S 21874 21876 20564 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596773151 8908800 252 33554432000 4194304 4922060 140734668260240 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21876/statm: 2175 252 211 178 0 68 0
[pid=21877] ppid=21876 vsize=906076 CPUtime=4482.63 cores=0,2,4,6
/proc/21877/stat : 21877 (priss) S 21876 21876 20564 0 -1 4202496 174760 0 0 0 448103 160 0 0 19 0 5 0 596773151 927821824 164605 33554432000 4194304 5787044 140735196679904 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21877/statm: 226519 164605 419 389 0 222269 0
[pid=21877/tid=21879] ppid=21876 vsize=906076 CPUtime=1121.93 cores=0,2,4,6
/proc/21877/task/21879/stat : 21879 (priss) R 21876 21876 20564 0 -1 4202560 45198 0 0 0 112148 45 0 0 25 0 5 0 596773153 927821824 164605 33554432000 4194304 5787044 140735196679904 18446744073709551615 5591219 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21877/tid=21880] ppid=21876 vsize=906076 CPUtime=1116.39 cores=0,2,4,6
/proc/21877/task/21880/stat : 21880 (priss) R 21876 21876 20564 0 -1 4202560 44631 0 0 0 111598 41 0 0 25 0 5 0 596773153 927821824 164605 33554432000 4194304 5787044 140735196679904 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21877/tid=21881] ppid=21876 vsize=906076 CPUtime=1122.06 cores=0,2,4,6
/proc/21877/task/21881/stat : 21881 (priss) R 21876 21876 20564 0 -1 4202560 39030 0 0 0 112170 36 0 0 25 0 5 0 596773153 927821824 164605 33554432000 4194304 5787044 140735196679904 18446744073709551615 5591219 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21877/tid=21882] ppid=21876 vsize=906076 CPUtime=1122.21 cores=0,2,4,6
/proc/21877/task/21882/stat : 21882 (priss) R 21876 21876 20564 0 -1 4202560 43149 0 0 0 112184 37 0 0 25 0 5 0 596773154 927821824 164605 33554432000 4194304 5787044 140735196679904 18446744073709551615 5527101 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4482.63
Current children cumulated vsize (KiB) 914776

[startup+1182.3 s]
/proc/loadavg: 8.10 8.12 8.06 9/188 21950
/proc/meminfo: memFree=16767312/32950928 swapFree=67111524/67111528
[pid=21876] ppid=21874 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21876/stat : 21876 (prissAuto.sh) S 21874 21876 20564 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596773151 8908800 252 33554432000 4194304 4922060 140734668260240 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21876/statm: 2175 252 211 178 0 68 0
[pid=21877] ppid=21876 vsize=917444 CPUtime=4722.31 cores=0,2,4,6
/proc/21877/stat : 21877 (priss) S 21876 21876 20564 0 -1 4202496 182294 0 0 0 472062 169 0 0 19 0 5 0 596773151 939462656 172139 33554432000 4194304 5787044 140735196679904 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21877/statm: 229361 172139 419 389 0 225111 0
[pid=21877/tid=21879] ppid=21876 vsize=917444 CPUtime=1181.92 cores=0,2,4,6
/proc/21877/task/21879/stat : 21879 (priss) R 21876 21876 20564 0 -1 4202560 49026 0 0 0 118142 50 0 0 25 0 5 0 596773153 939462656 172139 33554432000 4194304 5787044 140735196679904 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21877/tid=21880] ppid=21876 vsize=917444 CPUtime=1176.06 cores=0,2,4,6
/proc/21877/task/21880/stat : 21880 (priss) R 21876 21876 20564 0 -1 4202560 46534 0 0 0 117564 42 0 0 25 0 5 0 596773153 939462656 172139 33554432000 4194304 5787044 140735196679904 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21877/tid=21881] ppid=21876 vsize=917444 CPUtime=1182.06 cores=0,2,4,6
/proc/21877/task/21881/stat : 21881 (priss) R 21876 21876 20564 0 -1 4202560 39086 0 0 0 118170 36 0 0 25 0 5 0 596773153 939462656 172139 33554432000 4194304 5787044 140735196679904 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21877/tid=21882] ppid=21876 vsize=917444 CPUtime=1182.21 cores=0,2,4,6
/proc/21877/task/21882/stat : 21882 (priss) R 21876 21876 20564 0 -1 4202560 44896 0 0 0 118182 39 0 0 25 0 5 0 596773154 939462656 172139 33554432000 4194304 5787044 140735196679904 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.31
Current children cumulated vsize (KiB) 926144



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.07 8.11 8.06 9/188 21951
/proc/meminfo: memFree=16745360/32950928 swapFree=67111524/67111528
[pid=21876] ppid=21874 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21876/stat : 21876 (prissAuto.sh) S 21874 21876 20564 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596773151 8908800 252 33554432000 4194304 4922060 140734668260240 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21876/statm: 2175 252 211 178 0 68 0
[pid=21877] ppid=21876 vsize=920216 CPUtime=4800.22 cores=0,2,4,6
/proc/21877/stat : 21877 (priss) S 21876 21876 20564 0 -1 4202496 184354 0 0 0 479851 171 0 0 19 0 5 0 596773151 942301184 174199 33554432000 4194304 5787044 140735196679904 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21877/statm: 230054 174199 419 389 0 225804 0
[pid=21877/tid=21879] ppid=21876 vsize=920216 CPUtime=1201.43 cores=0,2,4,6
/proc/21877/task/21879/stat : 21879 (priss) R 21876 21876 20564 0 -1 4202560 49722 0 0 0 120092 51 0 0 25 0 5 0 596773153 942301184 174199 33554432000 4194304 5787044 140735196679904 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21877/tid=21880] ppid=21876 vsize=920216 CPUtime=1195.46 cores=0,2,4,6
/proc/21877/task/21880/stat : 21880 (priss) R 21876 21876 20564 0 -1 4202560 47231 0 0 0 119504 42 0 0 25 0 5 0 596773153 942301184 174199 33554432000 4194304 5787044 140735196679904 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21877/tid=21881] ppid=21876 vsize=920216 CPUtime=1201.56 cores=0,2,4,6
/proc/21877/task/21881/stat : 21881 (priss) R 21876 21876 20564 0 -1 4202560 39112 0 0 0 120120 36 0 0 25 0 5 0 596773153 942301184 174199 33554432000 4194304 5787044 140735196679904 18446744073709551615 4238936 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21877/tid=21882] ppid=21876 vsize=920216 CPUtime=1201.71 cores=0,2,4,6
/proc/21877/task/21882/stat : 21882 (priss) R 21876 21876 20564 0 -1 4202560 45537 0 0 0 120131 40 0 0 25 0 5 0 596773154 942301184 174199 33554432000 4194304 5787044 140735196679904 18446744073709551615 5527590 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.22
Current children cumulated vsize (KiB) 928916

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 21876 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.22
#
# 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.22
CPU user time (s): 4798.51
CPU system time (s): 1.71
CPU usage (%): 399.414
Max. virtual memory (cumulated for all children) (KiB): 928916

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= 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= 5
involuntary context switches= 2

runsolver used 1.79973 second user time and 4.76427 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-29 10:23:45
IDJOB=3291274
IDBENCH=84180
IDSOLVER=1602
FILE ID=node115/3291274-1304065425
RUNJOBID= node115-1304054572-20582
PBS_JOBID= 13170430
Free space on /tmp= 72732 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT03/industrial/maris/CNF/gripper13u.shuffled-as.sat03-395.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291274-1304065425/watcher-3291274-1304065425 -o /tmp/evaluation-result-3291274-1304065425/solver-3291274-1304065425 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3291274-1304065425.cnf 1824351101 4800 15500 4

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

MD5SUM BENCH= 3889b7ed90cc1fbe8bc8d140a1763832
RANDOM SEED=1824351101

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:      18044288 kB
Buffers:       2319720 kB
Cached:       11544500 kB
SwapCached:          4 kB
Active:        7236768 kB
Inactive:      7116360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18044288 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            2004 kB
Writeback:          12 kB
AnonPages:      488104 kB
Mapped:          15624 kB
Slab:           490012 kB
PageTables:       6048 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   686200 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= 72712 MiB
End job on node115 at 2011-04-29 10:43:49