Trace number 3292424

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.4 1201.93

General information on the benchmark

NameSAT05/industrial/grieu05/vmpc/
vmpc_36.renamed-as.sat05-1922.cnf
MD5SUMc9c90d9af49f4c08c7262ecb9a0b2a3d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark978.31
Satisfiable
(Un)Satisfiability was proved
Number of variables1296
Number of clauses230544
Sum of the clauses size603180
Maximum clause length36
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 290828
Number of clauses of size 3139644
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 572

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: 31015
0.00/0.00	c setup for 4cores
0.00/0.06	c parsetime: 56250us
0.00/0.06	c parsed 230544 clauses with 1296 variables
0.00/0.07	c NW started thread 0 successfully (1089005888)
0.00/0.10	c NW started thread 1 successfully (1099495744)
0.00/0.12	c NW started thread 2 successfully (1109985600)
0.00/0.14	c NW started thread 3 successfully (1120475456)
21.66/5.52	c preprocessor returned 10006 variables
21.66/5.52	c preprocessing returned UNKNOWN
21.66/5.52	c PP set 1 variables
21.66/5.52	c pp time: 5445953us (5s)
21.66/5.56	c preprocessor returned 10006 variables
21.66/5.56	c preprocessing returned UNKNOWN
21.66/5.56	c PP set 1 variables
21.66/5.56	c pp time: 5468992us (5s)
22.06/5.61	c preprocessor returned 10006 variables
22.06/5.61	c preprocessing returned UNKNOWN
22.06/5.61	c PP set 1 variables
22.06/5.61	c pp time: 5489632us (5s)
40.83/10.35	c preprocessor returned 30023 variables
40.83/10.35	c preprocessing returned UNKNOWN
40.83/10.35	c PP set 1 variables
40.83/10.35	c pp time: 10208153us (10s)

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-3292424-1304071314/watcher-3292424-1304071314 -o /tmp/evaluation-result-3292424-1304071314/solver-3292424-1304071314 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3292424-1304071314.cnf 789088654 4800 15500 4 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.10 8.09 8.08 5/182 31014
/proc/meminfo: memFree=26277408/32951124 swapFree=67111524/67111528
[pid=31014] ppid=31012 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31014/stat : 31014 (prissAuto.sh) S 31012 31014 30205 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499546864 8908800 252 33554432000 4194304 4922060 140736320379168 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31014/statm: 2175 252 211 178 0 68 0

[startup+0.0843071 s]
/proc/loadavg: 8.10 8.09 8.08 5/182 31014
/proc/meminfo: memFree=26277408/32951124 swapFree=67111524/67111528
[pid=31014] ppid=31012 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31014/stat : 31014 (prissAuto.sh) S 31012 31014 30205 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499546864 8908800 252 33554432000 4194304 4922060 140736320379168 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31014/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.102276 s]
/proc/loadavg: 8.10 8.09 8.08 5/182 31014
/proc/meminfo: memFree=26277408/32951124 swapFree=67111524/67111528
[pid=31014] ppid=31012 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31014/stat : 31014 (prissAuto.sh) S 31012 31014 30205 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499546864 8908800 252 33554432000 4194304 4922060 140736320379168 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31014/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.935117 s]
/proc/loadavg: 8.10 8.09 8.08 5/182 31014
/proc/meminfo: memFree=26277408/32951124 swapFree=67111524/67111528
[pid=31014] ppid=31012 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31014/stat : 31014 (prissAuto.sh) S 31012 31014 30205 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499546864 8908800 252 33554432000 4194304 4922060 140736320379168 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31014/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.00111 s]
/proc/loadavg: 8.10 8.09 8.08 5/182 31014
/proc/meminfo: memFree=26277408/32951124 swapFree=67111524/67111528
[pid=31014] ppid=31012 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31014/stat : 31014 (prissAuto.sh) S 31012 31014 30205 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499546864 8908800 252 33554432000 4194304 4922060 140736320379168 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31014/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50102 s]
/proc/loadavg: 8.10 8.09 8.08 5/182 31014
/proc/meminfo: memFree=26277408/32951124 swapFree=67111524/67111528
[pid=31014] ppid=31012 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31014/stat : 31014 (prissAuto.sh) S 31012 31014 30205 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499546864 8908800 252 33554432000 4194304 4922060 140736320379168 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31014/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10072 s]
/proc/loadavg: 8.09 8.09 8.08 9/188 31020
/proc/meminfo: memFree=26207548/32951124 swapFree=67111524/67111528
[pid=31014] ppid=31012 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31014/stat : 31014 (prissAuto.sh) S 31012 31014 30205 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499546864 8908800 252 33554432000 4194304 4922060 140736320379168 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31014/statm: 2175 252 211 178 0 68 0
[pid=31015] ppid=31014 vsize=312204 CPUtime=12.08 cores=1,3,5,7
/proc/31015/stat : 31015 (priss) S 31014 31014 30205 0 -1 4202496 22405 0 0 0 1204 4 0 0 19 0 5 0 499546864 319696896 20001 33554432000 4194304 5787044 140734514139632 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/31015/statm: 78051 20001 352 389 0 73801 0
[pid=31015/tid=31017] ppid=31014 vsize=312204 CPUtime=3.02 cores=1,3,5,7
/proc/31015/task/31017/stat : 31017 (priss) R 31014 31014 30205 0 -1 4202560 2878 0 0 0 301 1 0 0 25 0 5 0 499546872 319696896 20001 33554432000 4194304 5787044 140734514139632 18446744073709551615 18446744073699066034 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31015/tid=31018] ppid=31014 vsize=312204 CPUtime=2.99 cores=1,3,5,7
/proc/31015/task/31018/stat : 31018 (priss) R 31014 31014 30205 0 -1 4202560 3212 0 0 0 299 0 0 0 25 0 5 0 499546874 319696896 20001 33554432000 4194304 5787044 140734514139632 18446744073709551615 4336171 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31015/tid=31019] ppid=31014 vsize=312204 CPUtime=2.95 cores=1,3,5,7
/proc/31015/task/31019/stat : 31019 (priss) R 31014 31014 30205 0 -1 4202560 2821 0 0 0 295 0 0 0 25 0 5 0 499546877 319696896 20001 33554432000 4194304 5787044 140734514139632 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31015/tid=31020] ppid=31014 vsize=312204 CPUtime=2.94 cores=1,3,5,7
/proc/31015/task/31020/stat : 31020 (priss) R 31014 31014 30205 0 -1 4202560 2442 0 0 0 294 0 0 0 25 0 5 0 499546879 319696896 20001 33554432000 4194304 5787044 140734514139632 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.08
Current children cumulated vsize (KiB) 320904

[startup+6.30113 s]
/proc/loadavg: 8.09 8.09 8.08 9/188 31020
/proc/meminfo: memFree=26171528/32951124 swapFree=67111524/67111528
[pid=31014] ppid=31012 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31014/stat : 31014 (prissAuto.sh) S 31012 31014 30205 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499546864 8908800 252 33554432000 4194304 4922060 140736320379168 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31014/statm: 2175 252 211 178 0 68 0
[pid=31015] ppid=31014 vsize=330132 CPUtime=24.86 cores=1,3,5,7
/proc/31015/stat : 31015 (priss) S 31014 31014 30205 0 -1 4202496 30834 0 0 0 2480 6 0 0 19 0 5 0 499546864 338055168 26065 33554432000 4194304 5787044 140734514139632 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/31015/statm: 82533 26065 404 389 0 78283 0
[pid=31015/tid=31017] ppid=31014 vsize=330132 CPUtime=6.21 cores=1,3,5,7
/proc/31015/task/31017/stat : 31017 (priss) R 31014 31014 30205 0 -1 4202560 6006 0 0 0 620 1 0 0 25 0 5 0 499546872 338055168 26065 33554432000 4194304 5787044 140734514139632 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31015/tid=31018] ppid=31014 vsize=330132 CPUtime=6.18 cores=1,3,5,7
/proc/31015/task/31018/stat : 31018 (priss) R 31014 31014 30205 0 -1 4202560 4441 0 0 0 618 0 0 0 25 0 5 0 499546874 338055168 26065 33554432000 4194304 5787044 140734514139632 18446744073709551615 4229296 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31015/tid=31019] ppid=31014 vsize=330132 CPUtime=6.14 cores=1,3,5,7
/proc/31015/task/31019/stat : 31019 (priss) R 31014 31014 30205 0 -1 4202560 4681 0 0 0 613 1 0 0 25 0 5 0 499546877 338055168 26065 33554432000 4194304 5787044 140734514139632 18446744073709551615 4216664 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31015/tid=31020] ppid=31014 vsize=330132 CPUtime=6.14 cores=1,3,5,7
/proc/31015/task/31020/stat : 31020 (priss) R 31014 31014 30205 0 -1 4202560 4654 0 0 0 614 0 0 0 25 0 5 0 499546879 338055168 26065 33554432000 4194304 5787044 140734514139632 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.86
Current children cumulated vsize (KiB) 338832

[startup+12.7009 s]
/proc/loadavg: 8.08 8.08 8.08 9/188 31020
/proc/meminfo: memFree=26158148/32951124 swapFree=67111524/67111528
[pid=31014] ppid=31012 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31014/stat : 31014 (prissAuto.sh) S 31012 31014 30205 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499546864 8908800 252 33554432000 4194304 4922060 140736320379168 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31014/statm: 2175 252 211 178 0 68 0
[pid=31015] ppid=31014 vsize=338236 CPUtime=50.44 cores=1,3,5,7
/proc/31015/stat : 31015 (priss) S 31014 31014 30205 0 -1 4202496 34575 0 0 0 5036 8 0 0 19 0 5 0 499546864 346353664 29102 33554432000 4194304 5787044 140734514139632 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/31015/statm: 84559 29102 419 389 0 80309 0
[pid=31015/tid=31017] ppid=31014 vsize=338236 CPUtime=12.62 cores=1,3,5,7
/proc/31015/task/31017/stat : 31017 (priss) R 31014 31014 30205 0 -1 4202560 6596 0 0 0 1260 2 0 0 25 0 5 0 499546872 346353664 29102 33554432000 4194304 5787044 140734514139632 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31015/tid=31018] ppid=31014 vsize=338236 CPUtime=12.6 cores=1,3,5,7
/proc/31015/task/31018/stat : 31018 (priss) R 31014 31014 30205 0 -1 4202560 4506 0 0 0 1259 1 0 0 25 0 5 0 499546874 346353664 29102 33554432000 4194304 5787044 140734514139632 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31015/tid=31019] ppid=31014 vsize=338236 CPUtime=12.51 cores=1,3,5,7
/proc/31015/task/31019/stat : 31019 (priss) R 31014 31014 30205 0 -1 4202560 5427 0 0 0 1249 2 0 0 25 0 5 0 499546877 346353664 29102 33554432000 4194304 5787044 140734514139632 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31015/tid=31020] ppid=31014 vsize=338236 CPUtime=12.55 cores=1,3,5,7
/proc/31015/task/31020/stat : 31020 (priss) R 31014 31014 30205 0 -1 4202560 6994 0 0 0 1254 1 0 0 25 0 5 0 499546879 346353664 29102 33554432000 4194304 5787044 140734514139632 18446744073709551615 5527218 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.44
Current children cumulated vsize (KiB) 346936

[startup+25.5006 s]
/proc/loadavg: 8.14 8.10 8.09 9/188 31020
/proc/meminfo: memFree=26134228/32951124 swapFree=67111524/67111528
[pid=31014] ppid=31012 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31014/stat : 31014 (prissAuto.sh) S 31012 31014 30205 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499546864 8908800 252 33554432000 4194304 4922060 140736320379168 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31014/statm: 2175 252 211 178 0 68 0
[pid=31015] ppid=31014 vsize=343548 CPUtime=101.53 cores=1,3,5,7
/proc/31015/stat : 31015 (priss) S 31014 31014 30205 0 -1 4202496 39986 0 0 0 10136 17 0 0 19 0 5 0 499546864 351793152 34512 33554432000 4194304 5787044 140734514139632 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/31015/statm: 85887 34512 419 389 0 81637 0
[pid=31015/tid=31017] ppid=31014 vsize=343548 CPUtime=25.4 cores=1,3,5,7
/proc/31015/task/31017/stat : 31017 (priss) R 31014 31014 30205 0 -1 4202560 7856 0 0 0 2537 3 0 0 25 0 5 0 499546872 351793152 34512 33554432000 4194304 5787044 140734514139632 18446744073709551615 4255012 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31015/tid=31018] ppid=31014 vsize=343548 CPUtime=25.38 cores=1,3,5,7
/proc/31015/task/31018/stat : 31018 (priss) R 31014 31014 30205 0 -1 4202560 5519 0 0 0 2536 2 0 0 25 0 5 0 499546874 351793152 34512 33554432000 4194304 5787044 140734514139632 18446744073709551615 5591056 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31015/tid=31019] ppid=31014 vsize=343548 CPUtime=25.23 cores=1,3,5,7
/proc/31015/task/31019/stat : 31019 (priss) R 31014 31014 30205 0 -1 4202560 7182 0 0 0 2518 5 0 0 18 0 5 0 499546877 351793152 34512 33554432000 4194304 5787044 140734514139632 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31015/tid=31020] ppid=31014 vsize=343548 CPUtime=25.35 cores=1,3,5,7
/proc/31015/task/31020/stat : 31020 (priss) R 31014 31014 30205 0 -1 4202560 8377 0 0 0 2532 3 0 0 25 0 5 0 499546879 351793152 34512 33554432000 4194304 5787044 140734514139632 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.53
Current children cumulated vsize (KiB) 352248

[startup+51.1008 s]
/proc/loadavg: 8.09 8.09 8.09 9/188 31021
/proc/meminfo: memFree=26090436/32951124 swapFree=67111524/67111528
[pid=31014] ppid=31012 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31014/stat : 31014 (prissAuto.sh) S 31012 31014 30205 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499546864 8908800 252 33554432000 4194304 4922060 140736320379168 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31014/statm: 2175 252 211 178 0 68 0
[pid=31015] ppid=31014 vsize=358572 CPUtime=203.77 cores=1,3,5,7
/proc/31015/stat : 31015 (priss) S 31014 31014 30205 0 -1 4202496 49710 0 0 0 20347 30 0 0 19 0 5 0 499546864 367177728 44166 33554432000 4194304 5787044 140734514139632 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/31015/statm: 89643 44166 419 389 0 85393 0
[pid=31015/tid=31017] ppid=31014 vsize=358572 CPUtime=50.99 cores=1,3,5,7
/proc/31015/task/31017/stat : 31017 (priss) R 31014 31014 30205 0 -1 4202560 9194 0 0 0 5093 6 0 0 25 0 5 0 499546872 367177728 44166 33554432000 4194304 5787044 140734514139632 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31015/tid=31018] ppid=31014 vsize=358572 CPUtime=50.97 cores=1,3,5,7
/proc/31015/task/31018/stat : 31018 (priss) R 31014 31014 30205 0 -1 4202560 7084 0 0 0 5092 5 0 0 25 0 5 0 499546874 367177728 44166 33554432000 4194304 5787044 140734514139632 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31015/tid=31019] ppid=31014 vsize=358572 CPUtime=50.69 cores=1,3,5,7
/proc/31015/task/31019/stat : 31019 (priss) R 31014 31014 30205 0 -1 4202560 10685 0 0 0 5059 10 0 0 25 0 5 0 499546877 367177728 44166 33554432000 4194304 5787044 140734514139632 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31015/tid=31020] ppid=31014 vsize=358572 CPUtime=50.94 cores=1,3,5,7
/proc/31015/task/31020/stat : 31020 (priss) R 31014 31014 30205 0 -1 4202560 11695 0 0 0 5088 6 0 0 25 0 5 0 499546879 367177728 44166 33554432000 4194304 5787044 140734514139632 18446744073709551615 5524674 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.77
Current children cumulated vsize (KiB) 367272

[startup+102.3 s]
/proc/loadavg: 8.08 8.09 8.09 9/188 31022
/proc/meminfo: memFree=26026660/32951124 swapFree=67111524/67111528
[pid=31014] ppid=31012 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31014/stat : 31014 (prissAuto.sh) S 31012 31014 30205 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499546864 8908800 252 33554432000 4194304 4922060 140736320379168 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31014/statm: 2175 252 211 178 0 68 0
[pid=31015] ppid=31014 vsize=376376 CPUtime=408.25 cores=1,3,5,7
/proc/31015/stat : 31015 (priss) S 31014 31014 30205 0 -1 4202496 65637 0 0 0 40771 54 0 0 19 0 5 0 499546864 385409024 59912 33554432000 4194304 5787044 140734514139632 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/31015/statm: 94094 59912 419 389 0 89844 0
[pid=31015/tid=31017] ppid=31014 vsize=376376 CPUtime=102.18 cores=1,3,5,7
/proc/31015/task/31017/stat : 31017 (priss) R 31014 31014 30205 0 -1 4202560 12209 0 0 0 10207 11 0 0 25 0 5 0 499546872 385409024 59912 33554432000 4194304 5787044 140734514139632 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31015/tid=31018] ppid=31014 vsize=376376 CPUtime=102.17 cores=1,3,5,7
/proc/31015/task/31018/stat : 31018 (priss) R 31014 31014 30205 0 -1 4202560 11253 0 0 0 10206 11 0 0 25 0 5 0 499546874 385409024 59912 33554432000 4194304 5787044 140734514139632 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31015/tid=31019] ppid=31014 vsize=376376 CPUtime=101.6 cores=1,3,5,7
/proc/31015/task/31019/stat : 31019 (priss) R 31014 31014 30205 0 -1 4202560 16398 0 0 0 10142 18 0 0 25 0 5 0 499546877 385409024 59912 33554432000 4194304 5787044 140734514139632 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31015/tid=31020] ppid=31014 vsize=376376 CPUtime=102.13 cores=1,3,5,7
/proc/31015/task/31020/stat : 31020 (priss) R 31014 31014 30205 0 -1 4202560 14725 0 0 0 10202 11 0 0 25 0 5 0 499546879 385409024 59912 33554432000 4194304 5787044 140734514139632 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.25
Current children cumulated vsize (KiB) 385076

[startup+162.301 s]
/proc/loadavg: 8.03 8.07 8.08 9/188 31024
/proc/meminfo: memFree=25975408/32951124 swapFree=67111524/67111528
[pid=31014] ppid=31012 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31014/stat : 31014 (prissAuto.sh) S 31012 31014 30205 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499546864 8908800 252 33554432000 4194304 4922060 140736320379168 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31014/statm: 2175 252 211 178 0 68 0
[pid=31015] ppid=31014 vsize=399032 CPUtime=647.92 cores=1,3,5,7

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

/proc/31015/task/31018/stat : 31018 (priss) R 31014 31014 30205 0 -1 4202560 34485 0 0 0 82169 41 0 0 25 0 5 0 499546874 739893248 154754 33554432000 4194304 5787044 140734514139632 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31015/tid=31019] ppid=31014 vsize=722552 CPUtime=817.65 cores=1,3,5,7
/proc/31015/task/31019/stat : 31019 (priss) R 31014 31014 30205 0 -1 4202560 43344 0 0 0 81697 68 0 0 25 0 5 0 499546877 739893248 154754 33554432000 4194304 5787044 140734514139632 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31015/tid=31020] ppid=31014 vsize=722552 CPUtime=822.09 cores=1,3,5,7
/proc/31015/task/31020/stat : 31020 (priss) R 31014 31014 30205 0 -1 4202560 36586 0 0 0 82161 48 0 0 25 0 5 0 499546879 739893248 154754 33554432000 4194304 5787044 140734514139632 18446744073709551615 5528380 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3284.15
Current children cumulated vsize (KiB) 731252

[startup+882.301 s]
/proc/loadavg: 8.11 8.04 8.01 9/188 31236
/proc/meminfo: memFree=25646600/32951124 swapFree=67111524/67111528
[pid=31014] ppid=31012 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31014/stat : 31014 (prissAuto.sh) S 31012 31014 30205 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499546864 8908800 252 33554432000 4194304 4922060 140736320379168 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31014/statm: 2175 252 211 178 0 68 0
[pid=31015] ppid=31014 vsize=735840 CPUtime=3523.79 cores=1,3,5,7
/proc/31015/stat : 31015 (priss) S 31014 31014 30205 0 -1 4202496 170236 0 0 0 352161 218 0 0 19 0 5 0 499546864 753500160 162908 33554432000 4194304 5787044 140734514139632 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/31015/statm: 183960 162908 419 389 0 179710 0
[pid=31015/tid=31017] ppid=31014 vsize=735840 CPUtime=882.12 cores=1,3,5,7
/proc/31015/task/31017/stat : 31017 (priss) R 31014 31014 30205 0 -1 4202560 36950 0 0 0 88168 44 0 0 25 0 5 0 499546872 753500160 162908 33554432000 4194304 5787044 140734514139632 18446744073709551615 228095118240 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31015/tid=31018] ppid=31014 vsize=735840 CPUtime=882.1 cores=1,3,5,7
/proc/31015/task/31018/stat : 31018 (priss) R 31014 31014 30205 0 -1 4202560 36720 0 0 0 88166 44 0 0 25 0 5 0 499546874 753500160 162908 33554432000 4194304 5787044 140734514139632 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31015/tid=31019] ppid=31014 vsize=735840 CPUtime=877.32 cores=1,3,5,7
/proc/31015/task/31019/stat : 31019 (priss) R 31014 31014 30205 0 -1 4202560 47640 0 0 0 87653 79 0 0 25 0 5 0 499546877 753500160 162908 33554432000 4194304 5787044 140734514139632 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31015/tid=31020] ppid=31014 vsize=735840 CPUtime=882.08 cores=1,3,5,7
/proc/31015/task/31020/stat : 31020 (priss) R 31014 31014 30205 0 -1 4202560 37874 0 0 0 88160 48 0 0 25 0 5 0 499546879 753500160 162908 33554432000 4194304 5787044 140734514139632 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3523.79
Current children cumulated vsize (KiB) 744540

[startup+942.307 s]
/proc/loadavg: 8.11 8.05 8.01 9/188 31238
/proc/meminfo: memFree=25572300/32951124 swapFree=67111524/67111528
[pid=31014] ppid=31012 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31014/stat : 31014 (prissAuto.sh) S 31012 31014 30205 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499546864 8908800 252 33554432000 4194304 4922060 140736320379168 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31014/statm: 2175 252 211 178 0 68 0
[pid=31015] ppid=31014 vsize=881512 CPUtime=3763.49 cores=1,3,5,7
/proc/31015/stat : 31015 (priss) S 31014 31014 30205 0 -1 4202496 181510 0 0 0 376114 235 0 0 19 0 5 0 499546864 902668288 174182 33554432000 4194304 5787044 140734514139632 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/31015/statm: 220378 174182 419 389 0 216128 0
[pid=31015/tid=31017] ppid=31014 vsize=881512 CPUtime=942.13 cores=1,3,5,7
/proc/31015/task/31017/stat : 31017 (priss) R 31014 31014 30205 0 -1 4202560 38251 0 0 0 94167 46 0 0 25 0 5 0 499546872 902668288 174182 33554432000 4194304 5787044 140734514139632 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31015/tid=31018] ppid=31014 vsize=881512 CPUtime=942.11 cores=1,3,5,7
/proc/31015/task/31018/stat : 31018 (priss) R 31014 31014 30205 0 -1 4202560 40700 0 0 0 94161 50 0 0 25 0 5 0 499546874 902668288 174182 33554432000 4194304 5787044 140734514139632 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31015/tid=31019] ppid=31014 vsize=881512 CPUtime=937 cores=1,3,5,7
/proc/31015/task/31019/stat : 31019 (priss) R 31014 31014 30205 0 -1 4202560 51055 0 0 0 93614 86 0 0 25 0 5 0 499546877 902668288 174182 33554432000 4194304 5787044 140734514139632 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31015/tid=31020] ppid=31014 vsize=881512 CPUtime=942.09 cores=1,3,5,7
/proc/31015/task/31020/stat : 31020 (priss) R 31014 31014 30205 0 -1 4202560 40452 0 0 0 94158 51 0 0 25 0 5 0 499546879 902668288 174182 33554432000 4194304 5787044 140734514139632 18446744073709551615 5528651 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3763.49
Current children cumulated vsize (KiB) 890212

[startup+1002.3 s]
/proc/loadavg: 8.08 8.06 8.01 9/188 31239
/proc/meminfo: memFree=25487592/32951124 swapFree=67111524/67111528
[pid=31014] ppid=31012 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31014/stat : 31014 (prissAuto.sh) S 31012 31014 30205 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499546864 8908800 252 33554432000 4194304 4922060 140736320379168 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31014/statm: 2175 252 211 178 0 68 0
[pid=31015] ppid=31014 vsize=966144 CPUtime=4003.13 cores=1,3,5,7
/proc/31015/stat : 31015 (priss) S 31014 31014 30205 0 -1 4202496 195141 0 0 0 400057 256 0 0 19 0 5 0 499546864 989331456 187813 33554432000 4194304 5787044 140734514139632 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/31015/statm: 241536 187813 419 389 0 237286 0
[pid=31015/tid=31017] ppid=31014 vsize=966144 CPUtime=1002.12 cores=1,3,5,7
/proc/31015/task/31017/stat : 31017 (priss) R 31014 31014 30205 0 -1 4202560 41992 0 0 0 100163 49 0 0 25 0 5 0 499546872 989331456 187813 33554432000 4194304 5787044 140734514139632 18446744073709551615 5591539 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31015/tid=31018] ppid=31014 vsize=966144 CPUtime=1002.1 cores=1,3,5,7
/proc/31015/task/31018/stat : 31018 (priss) R 31014 31014 30205 0 -1 4202560 43513 0 0 0 100155 55 0 0 25 0 5 0 499546874 989331456 187813 33554432000 4194304 5787044 140734514139632 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31015/tid=31019] ppid=31014 vsize=966144 CPUtime=996.67 cores=1,3,5,7
/proc/31015/task/31019/stat : 31019 (priss) R 31014 31014 30205 0 -1 4202560 54376 0 0 0 99573 94 0 0 25 0 5 0 499546877 989331456 187813 33554432000 4194304 5787044 140734514139632 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31015/tid=31020] ppid=31014 vsize=966144 CPUtime=1002.08 cores=1,3,5,7
/proc/31015/task/31020/stat : 31020 (priss) R 31014 31014 30205 0 -1 4202560 44208 0 0 0 100153 55 0 0 25 0 5 0 499546879 989331456 187813 33554432000 4194304 5787044 140734514139632 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4003.13
Current children cumulated vsize (KiB) 974844

[startup+1062.3 s]
/proc/loadavg: 8.13 8.07 8.02 9/188 31241
/proc/meminfo: memFree=25430160/32951124 swapFree=67111524/67111528
[pid=31014] ppid=31012 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31014/stat : 31014 (prissAuto.sh) S 31012 31014 30205 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499546864 8908800 252 33554432000 4194304 4922060 140736320379168 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31014/statm: 2175 252 211 178 0 68 0
[pid=31015] ppid=31014 vsize=980768 CPUtime=4242.81 cores=1,3,5,7
/proc/31015/stat : 31015 (priss) S 31014 31014 30205 0 -1 4202496 207255 0 0 0 424006 275 0 0 19 0 5 0 499546864 1004306432 199927 33554432000 4194304 5787044 140734514139632 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/31015/statm: 245192 199927 419 389 0 240942 0
[pid=31015/tid=31017] ppid=31014 vsize=980768 CPUtime=1062.13 cores=1,3,5,7
/proc/31015/task/31017/stat : 31017 (priss) R 31014 31014 30205 0 -1 4202560 44730 0 0 0 106159 54 0 0 25 0 5 0 499546872 1004306432 199927 33554432000 4194304 5787044 140734514139632 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31015/tid=31018] ppid=31014 vsize=980768 CPUtime=1062.09 cores=1,3,5,7
/proc/31015/task/31018/stat : 31018 (priss) R 31014 31014 30205 0 -1 4202560 46169 0 0 0 106151 58 0 0 25 0 5 0 499546874 1004306432 199927 33554432000 4194304 5787044 140734514139632 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31015/tid=31019] ppid=31014 vsize=980768 CPUtime=1056.34 cores=1,3,5,7
/proc/31015/task/31019/stat : 31019 (priss) R 31014 31014 30205 0 -1 4202560 57506 0 0 0 105533 101 0 0 25 0 5 0 499546877 1004306432 199927 33554432000 4194304 5787044 140734514139632 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31015/tid=31020] ppid=31014 vsize=980768 CPUtime=1062.08 cores=1,3,5,7
/proc/31015/task/31020/stat : 31020 (priss) R 31014 31014 30205 0 -1 4202560 47798 0 0 0 106149 59 0 0 25 0 5 0 499546879 1004306432 199927 33554432000 4194304 5787044 140734514139632 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4242.81
Current children cumulated vsize (KiB) 989468

[startup+1122.3 s]
/proc/loadavg: 8.05 8.06 8.01 9/188 31243
/proc/meminfo: memFree=25399256/32951124 swapFree=67111524/67111528
[pid=31014] ppid=31012 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31014/stat : 31014 (prissAuto.sh) S 31012 31014 30205 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499546864 8908800 252 33554432000 4194304 4922060 140736320379168 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31014/statm: 2175 252 211 178 0 68 0
[pid=31015] ppid=31014 vsize=990896 CPUtime=4482.39 cores=1,3,5,7
/proc/31015/stat : 31015 (priss) S 31014 31014 30205 0 -1 4202496 215463 0 0 0 447954 285 0 0 19 0 5 0 499546864 1014677504 207251 33554432000 4194304 5787044 140734514139632 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/31015/statm: 247724 207251 419 389 0 243474 0
[pid=31015/tid=31017] ppid=31014 vsize=990896 CPUtime=1122.11 cores=1,3,5,7
/proc/31015/task/31017/stat : 31017 (priss) R 31014 31014 30205 0 -1 4202560 47542 0 0 0 112154 57 0 0 25 0 5 0 499546872 1014677504 207251 33554432000 4194304 5787044 140734514139632 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31015/tid=31018] ppid=31014 vsize=990896 CPUtime=1122.06 cores=1,3,5,7
/proc/31015/task/31018/stat : 31018 (priss) R 31014 31014 30205 0 -1 4202560 47690 0 0 0 112147 59 0 0 25 0 5 0 499546874 1014677504 207251 33554432000 4194304 5787044 140734514139632 18446744073709551615 5591309 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31015/tid=31019] ppid=31014 vsize=990896 CPUtime=1115.99 cores=1,3,5,7
/proc/31015/task/31019/stat : 31019 (priss) R 31014 31014 30205 0 -1 4202560 59561 0 0 0 111495 104 0 0 25 0 5 0 499546877 1014677504 207251 33554432000 4194304 5787044 140734514139632 18446744073709551615 5591195 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31015/tid=31020] ppid=31014 vsize=990896 CPUtime=1122.06 cores=1,3,5,7
/proc/31015/task/31020/stat : 31020 (priss) R 31014 31014 30205 0 -1 4202560 49618 0 0 0 112144 62 0 0 25 0 5 0 499546879 1014677504 207251 33554432000 4194304 5787044 140734514139632 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4482.39
Current children cumulated vsize (KiB) 999596

[startup+1182.3 s]
/proc/loadavg: 8.02 8.04 8.00 9/188 31244
/proc/meminfo: memFree=25399112/32951124 swapFree=67111524/67111528
[pid=31014] ppid=31012 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31014/stat : 31014 (prissAuto.sh) S 31012 31014 30205 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499546864 8908800 252 33554432000 4194304 4922060 140736320379168 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31014/statm: 2175 252 211 178 0 68 0
[pid=31015] ppid=31014 vsize=990896 CPUtime=4722.07 cores=1,3,5,7
/proc/31015/stat : 31015 (priss) S 31014 31014 30205 0 -1 4202496 215483 0 0 0 471921 286 0 0 19 0 5 0 499546864 1014677504 207271 33554432000 4194304 5787044 140734514139632 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/31015/statm: 247724 207271 419 389 0 243474 0
[pid=31015/tid=31017] ppid=31014 vsize=990896 CPUtime=1182.11 cores=1,3,5,7
/proc/31015/task/31017/stat : 31017 (priss) R 31014 31014 30205 0 -1 4202560 47543 0 0 0 118154 57 0 0 25 0 5 0 499546872 1014677504 207271 33554432000 4194304 5787044 140734514139632 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31015/tid=31018] ppid=31014 vsize=990896 CPUtime=1182.07 cores=1,3,5,7
/proc/31015/task/31018/stat : 31018 (priss) R 31014 31014 30205 0 -1 4202560 47704 0 0 0 118147 60 0 0 25 0 5 0 499546874 1014677504 207271 33554432000 4194304 5787044 140734514139632 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31015/tid=31019] ppid=31014 vsize=990896 CPUtime=1175.66 cores=1,3,5,7
/proc/31015/task/31019/stat : 31019 (priss) R 31014 31014 30205 0 -1 4202560 59564 0 0 0 117462 104 0 0 25 0 5 0 499546877 1014677504 207271 33554432000 4194304 5787044 140734514139632 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31015/tid=31020] ppid=31014 vsize=990896 CPUtime=1182.06 cores=1,3,5,7
/proc/31015/task/31020/stat : 31020 (priss) R 31014 31014 30205 0 -1 4202560 49620 0 0 0 118144 62 0 0 25 0 5 0 499546879 1014677504 207271 33554432000 4194304 5787044 140734514139632 18446744073709551615 5527395 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4722.07
Current children cumulated vsize (KiB) 999596



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.91 s]
/proc/loadavg: 8.01 8.04 8.00 9/188 31245
/proc/meminfo: memFree=25398736/32951124 swapFree=67111524/67111528
[pid=31014] ppid=31012 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31014/stat : 31014 (prissAuto.sh) S 31012 31014 30205 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499546864 8908800 252 33554432000 4194304 4922060 140736320379168 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31014/statm: 2175 252 211 178 0 68 0
[pid=31015] ppid=31014 vsize=990896 CPUtime=4800.4 cores=1,3,5,7
/proc/31015/stat : 31015 (priss) S 31014 31014 30205 0 -1 4202496 215493 0 0 0 479754 286 0 0 19 0 5 0 499546864 1014677504 207281 33554432000 4194304 5787044 140734514139632 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/31015/statm: 247724 207281 419 389 0 243474 0
[pid=31015/tid=31017] ppid=31014 vsize=990896 CPUtime=1201.72 cores=1,3,5,7
/proc/31015/task/31017/stat : 31017 (priss) R 31014 31014 30205 0 -1 4202560 47543 0 0 0 120115 57 0 0 25 0 5 0 499546872 1014677504 207281 33554432000 4194304 5787044 140734514139632 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31015/tid=31018] ppid=31014 vsize=990896 CPUtime=1201.68 cores=1,3,5,7
/proc/31015/task/31018/stat : 31018 (priss) R 31014 31014 30205 0 -1 4202560 47705 0 0 0 120108 60 0 0 25 0 5 0 499546874 1014677504 207281 33554432000 4194304 5787044 140734514139632 18446744073709551615 4254949 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31015/tid=31019] ppid=31014 vsize=990896 CPUtime=1195.16 cores=1,3,5,7
/proc/31015/task/31019/stat : 31019 (priss) R 31014 31014 30205 0 -1 4202560 59572 0 0 0 119412 104 0 0 25 0 5 0 499546877 1014677504 207281 33554432000 4194304 5787044 140734514139632 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31015/tid=31020] ppid=31014 vsize=990896 CPUtime=1201.67 cores=1,3,5,7
/proc/31015/task/31020/stat : 31020 (priss) R 31014 31014 30205 0 -1 4202560 49621 0 0 0 120105 62 0 0 25 0 5 0 499546879 1014677504 207281 33554432000 4194304 5787044 140734514139632 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.4
Current children cumulated vsize (KiB) 999596

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 31014 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0
# while last known CPU time is 4800.4
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.93
CPU time (s): 4800.4
CPU user time (s): 4797.54
CPU system time (s): 2.86
CPU usage (%): 399.392
Max. virtual memory (cumulated for all children) (KiB): 999596

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

The end

Launcher Data

Begin job on node142 at 2011-04-29 12:01:54
IDJOB=3292424
IDBENCH=85991
IDSOLVER=1602
FILE ID=node142/3292424-1304071314
RUNJOBID= node142-1304064275-30224
PBS_JOBID= 13170458
Free space on /tmp= 71308 MiB

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

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

MD5SUM BENCH= c9c90d9af49f4c08c7262ecb9a0b2a3d
RANDOM SEED=789088654

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26277680 kB
Buffers:       1658100 kB
Cached:        4111656 kB
SwapCached:          4 kB
Active:        1036220 kB
Inactive:      5098428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26277680 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            4688 kB
Writeback:           0 kB
AnonPages:      364912 kB
Mapped:          15748 kB
Slab:           475464 kB
PageTables:       5612 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   559328 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= 71308 MiB
End job on node142 at 2011-04-29 12:21:58