Trace number 3251205

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.41 1202.02

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m47-q841.5-n45-p30-s84954709.cnf
MD5SUM556c58061360a1b195d9b2f28888af77
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.03469
Satisfiable
(Un)Satisfiability was proved
Number of variables2115
Number of clauses356340
Sum of the clauses size714705
Maximum clause length47
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2356295
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

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: 18258
0.00/0.00	c setup for 4cores
0.00/0.07	c parsetime: 74447us
0.00/0.07	c parsed 356340 clauses with 2115 variables
0.00/0.10	c NW started thread 0 successfully (1090902336)
0.00/0.13	c NW started thread 1 successfully (1101621568)
0.00/0.16	c NW started thread 2 successfully (1112111424)
0.00/0.20	c NW started thread 3 successfully (1122601280)
87.01/22.02	c preprocessor returned 10006 variables
87.01/22.02	c preprocessing returned UNKNOWN
87.01/22.02	c PP set 0 variables
87.01/22.02	c pp time: 21923350us (21s)
87.39/22.14	c preprocessor returned 10006 variables
87.39/22.14	c preprocessing returned UNKNOWN
87.39/22.14	c PP set 0 variables
87.39/22.14	c pp time: 21978463us (21s)
87.78/22.24	c preprocessor returned 10006 variables
87.78/22.24	c preprocessing returned UNKNOWN
87.78/22.24	c PP set 0 variables
87.78/22.24	c pp time: 22111498us (22s)
116.55/29.41	c preprocessor returned 30014 variables
116.55/29.41	c preprocessing returned UNKNOWN
116.55/29.41	c PP set 0 variables
116.55/29.41	c pp time: 29202128us (29s)

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 7.46 7.94 7.98 2/174 18257
/proc/meminfo: memFree=30355032/32951124 swapFree=67111364/67111528
[pid=18257] ppid=18255 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18257/stat : 18257 (prissAuto.sh) S 18255 18257 17576 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 520033925 8908800 251 33554432000 4194304 4922060 140736368074624 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18257/statm: 2175 251 211 178 0 68 0

[startup+0.0448559 s]
/proc/loadavg: 7.46 7.94 7.98 2/174 18257
/proc/meminfo: memFree=30355032/32951124 swapFree=67111364/67111528
[pid=18257] ppid=18255 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18257/stat : 18257 (prissAuto.sh) S 18255 18257 17576 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 520033925 8908800 251 33554432000 4194304 4922060 140736368074624 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18257/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100846 s]
/proc/loadavg: 7.46 7.94 7.98 2/174 18257
/proc/meminfo: memFree=30355032/32951124 swapFree=67111364/67111528
[pid=18257] ppid=18255 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18257/stat : 18257 (prissAuto.sh) S 18255 18257 17576 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 520033925 8908800 251 33554432000 4194304 4922060 140736368074624 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18257/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300805 s]
/proc/loadavg: 7.46 7.94 7.98 2/174 18257
/proc/meminfo: memFree=30355032/32951124 swapFree=67111364/67111528
[pid=18257] ppid=18255 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18257/stat : 18257 (prissAuto.sh) S 18255 18257 17576 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 520033925 8908800 251 33554432000 4194304 4922060 140736368074624 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18257/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700721 s]
/proc/loadavg: 7.46 7.94 7.98 2/174 18257
/proc/meminfo: memFree=30355032/32951124 swapFree=67111364/67111528
[pid=18257] ppid=18255 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18257/stat : 18257 (prissAuto.sh) S 18255 18257 17576 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 520033925 8908800 251 33554432000 4194304 4922060 140736368074624 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18257/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50053 s]
/proc/loadavg: 7.46 7.94 7.98 8/188 18274
/proc/meminfo: memFree=29868296/32951124 swapFree=67111364/67111528
[pid=18257] ppid=18255 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18257/stat : 18257 (prissAuto.sh) S 18255 18257 17576 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 520033925 8908800 251 33554432000 4194304 4922060 140736368074624 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18257/statm: 2175 251 211 178 0 68 0
[pid=18258] ppid=18257 vsize=342928 CPUtime=5.09 cores=0,2,4,6
/proc/18258/stat : 18258 (priss) S 18257 18257 17576 0 -1 4202496 58067 0 0 0 483 26 0 0 18 0 5 0 520033925 351158272 26068 33554432000 4194304 5787044 140736601924912 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18258/statm: 85732 26068 349 389 0 81482 0
[pid=18258/tid=18260] ppid=18257 vsize=342928 CPUtime=1.26 cores=0,2,4,6
/proc/18258/task/18260/stat : 18260 (priss) R 18257 18257 17576 0 -1 4202560 10367 0 0 0 117 9 0 0 19 0 5 0 520033935 351158272 26068 33554432000 4194304 5787044 140736601924912 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18258/tid=18261] ppid=18257 vsize=342928 CPUtime=1.23 cores=0,2,4,6
/proc/18258/task/18261/stat : 18261 (priss) R 18257 18257 17576 0 -1 4202560 11081 0 0 0 113 10 0 0 19 0 5 0 520033938 351158272 26068 33554432000 4194304 5787044 140736601924912 18446744073709551615 4336155 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18258/tid=18262] ppid=18257 vsize=342928 CPUtime=1.31 cores=0,2,4,6
/proc/18258/task/18262/stat : 18262 (priss) R 18257 18257 17576 0 -1 4202560 10383 0 0 0 128 3 0 0 19 0 5 0 520033941 351158272 26068 33554432000 4194304 5787044 140736601924912 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18258/tid=18263] ppid=18257 vsize=342928 CPUtime=1.08 cores=0,2,4,6
/proc/18258/task/18263/stat : 18263 (priss) R 18257 18257 17576 0 -1 4202560 9199 0 0 0 108 0 0 0 18 0 5 0 520033946 351158272 26068 33554432000 4194304 5787044 140736601924912 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.09
Current children cumulated vsize (KiB) 351628

[startup+3.10123 s]
/proc/loadavg: 7.50 7.94 7.98 9/188 18274
/proc/meminfo: memFree=29659896/32951124 swapFree=67111364/67111528
[pid=18257] ppid=18255 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18257/stat : 18257 (prissAuto.sh) S 18255 18257 17576 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 520033925 8908800 251 33554432000 4194304 4922060 140736368074624 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18257/statm: 2175 251 211 178 0 68 0
[pid=18258] ppid=18257 vsize=337360 CPUtime=11.49 cores=0,2,4,6
/proc/18258/stat : 18258 (priss) S 18257 18257 17576 0 -1 4202496 60620 0 0 0 1123 26 0 0 18 0 5 0 520033925 345456640 27229 33554432000 4194304 5787044 140736601924912 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18258/statm: 84340 27229 350 389 0 80090 0
[pid=18258/tid=18260] ppid=18257 vsize=337360 CPUtime=2.87 cores=0,2,4,6
/proc/18258/task/18260/stat : 18260 (priss) R 18257 18257 17576 0 -1 4202560 11570 0 0 0 277 10 0 0 22 0 5 0 520033935 345456640 27229 33554432000 4194304 5787044 140736601924912 18446744073709551615 4336664 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18258/tid=18261] ppid=18257 vsize=337360 CPUtime=2.83 cores=0,2,4,6
/proc/18258/task/18261/stat : 18261 (priss) R 18257 18257 17576 0 -1 4202560 11716 0 0 0 273 10 0 0 23 0 5 0 520033938 345456640 27229 33554432000 4194304 5787044 140736601924912 18446744073709551615 4336756 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18258/tid=18262] ppid=18257 vsize=337360 CPUtime=2.91 cores=0,2,4,6
/proc/18258/task/18262/stat : 18262 (priss) R 18257 18257 17576 0 -1 4202560 11098 0 0 0 288 3 0 0 23 0 5 0 520033941 345456640 27229 33554432000 4194304 5787044 140736601924912 18446744073709551615 4340052 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18258/tid=18263] ppid=18257 vsize=337360 CPUtime=2.68 cores=0,2,4,6
/proc/18258/task/18263/stat : 18263 (priss) R 18257 18257 17576 0 -1 4202560 9199 0 0 0 268 0 0 0 22 0 5 0 520033946 345456640 27229 33554432000 4194304 5787044 140736601924912 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.49
Current children cumulated vsize (KiB) 346060

[startup+6.30065 s]
/proc/loadavg: 7.50 7.94 7.98 9/188 18274
/proc/meminfo: memFree=29910256/32951124 swapFree=67111364/67111528
[pid=18257] ppid=18255 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18257/stat : 18257 (prissAuto.sh) S 18255 18257 17576 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 520033925 8908800 251 33554432000 4194304 4922060 140736368074624 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18257/statm: 2175 251 211 178 0 68 0
[pid=18258] ppid=18257 vsize=337360 CPUtime=24.27 cores=0,2,4,6
/proc/18258/stat : 18258 (priss) S 18257 18257 17576 0 -1 4202496 60621 0 0 0 2400 27 0 0 18 0 5 0 520033925 345456640 27230 33554432000 4194304 5787044 140736601924912 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18258/statm: 84340 27230 350 389 0 80090 0
[pid=18258/tid=18260] ppid=18257 vsize=337360 CPUtime=6.06 cores=0,2,4,6
/proc/18258/task/18260/stat : 18260 (priss) R 18257 18257 17576 0 -1 4202560 11570 0 0 0 596 10 0 0 25 0 5 0 520033935 345456640 27230 33554432000 4194304 5787044 140736601924912 18446744073709551615 4336759 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18258/tid=18261] ppid=18257 vsize=337360 CPUtime=6.01 cores=0,2,4,6
/proc/18258/task/18261/stat : 18261 (priss) R 18257 18257 17576 0 -1 4202560 11717 0 0 0 591 10 0 0 25 0 5 0 520033938 345456640 27230 33554432000 4194304 5787044 140736601924912 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18258/tid=18262] ppid=18257 vsize=337360 CPUtime=6.11 cores=0,2,4,6
/proc/18258/task/18262/stat : 18262 (priss) R 18257 18257 17576 0 -1 4202560 11098 0 0 0 608 3 0 0 25 0 5 0 520033941 345456640 27230 33554432000 4194304 5787044 140736601924912 18446744073709551615 4336744 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18258/tid=18263] ppid=18257 vsize=337360 CPUtime=5.88 cores=0,2,4,6
/proc/18258/task/18263/stat : 18263 (priss) R 18257 18257 17576 0 -1 4202560 9199 0 0 0 588 0 0 0 25 0 5 0 520033946 345456640 27230 33554432000 4194304 5787044 140736601924912 18446744073709551615 4336688 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.27
Current children cumulated vsize (KiB) 346060

[startup+12.7005 s]
/proc/loadavg: 7.58 7.94 7.98 9/188 18275
/proc/meminfo: memFree=29789276/32951124 swapFree=67111364/67111528
[pid=18257] ppid=18255 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18257/stat : 18257 (prissAuto.sh) S 18255 18257 17576 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 520033925 8908800 251 33554432000 4194304 4922060 140736368074624 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18257/statm: 2175 251 211 178 0 68 0
[pid=18258] ppid=18257 vsize=338548 CPUtime=49.83 cores=0,2,4,6
/proc/18258/stat : 18258 (priss) S 18257 18257 17576 0 -1 4202496 63978 0 0 0 4956 27 0 0 18 0 5 0 520033925 346673152 30587 33554432000 4194304 5787044 140736601924912 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18258/statm: 84637 30587 352 389 0 80387 0
[pid=18258/tid=18260] ppid=18257 vsize=338548 CPUtime=12.46 cores=0,2,4,6
/proc/18258/task/18260/stat : 18260 (priss) R 18257 18257 17576 0 -1 4202560 12597 0 0 0 1236 10 0 0 25 0 5 0 520033935 346673152 30587 33554432000 4194304 5787044 140736601924912 18446744073709551615 253640557190 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18258/tid=18261] ppid=18257 vsize=338548 CPUtime=12.38 cores=0,2,4,6
/proc/18258/task/18261/stat : 18261 (priss) R 18257 18257 17576 0 -1 4202560 12740 0 0 0 1228 10 0 0 25 0 5 0 520033938 346673152 30587 33554432000 4194304 5787044 140736601924912 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18258/tid=18262] ppid=18257 vsize=338548 CPUtime=12.51 cores=0,2,4,6
/proc/18258/task/18262/stat : 18262 (priss) R 18257 18257 17576 0 -1 4202560 12123 0 0 0 1248 3 0 0 25 0 5 0 520033941 346673152 30587 33554432000 4194304 5787044 140736601924912 18446744073709551615 4337006 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18258/tid=18263] ppid=18257 vsize=338548 CPUtime=12.28 cores=0,2,4,6
/proc/18258/task/18263/stat : 18263 (priss) R 18257 18257 17576 0 -1 4202560 9481 0 0 0 1228 0 0 0 25 0 5 0 520033946 346673152 30587 33554432000 4194304 5787044 140736601924912 18446744073709551615 4336986 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 49.83
Current children cumulated vsize (KiB) 347248

[startup+25.5011 s]
/proc/loadavg: 7.64 7.95 7.98 9/188 18275
/proc/meminfo: memFree=29677380/32951124 swapFree=67111364/67111528
[pid=18257] ppid=18255 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18257/stat : 18257 (prissAuto.sh) S 18255 18257 17576 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 520033925 8908800 251 33554432000 4194304 4922060 140736368074624 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18257/statm: 2175 251 211 178 0 68 0
[pid=18258] ppid=18257 vsize=354104 CPUtime=100.97 cores=0,2,4,6
/proc/18258/stat : 18258 (priss) S 18257 18257 17576 0 -1 4202496 102427 0 0 0 10064 33 0 0 18 0 5 0 520033925 362602496 43826 33554432000 4194304 5787044 140736601924912 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18258/statm: 88526 43826 404 389 0 84276 0
[pid=18258/tid=18260] ppid=18257 vsize=354104 CPUtime=25.25 cores=0,2,4,6
/proc/18258/task/18260/stat : 18260 (priss) R 18257 18257 17576 0 -1 4202560 27008 0 0 0 2513 12 0 0 25 0 5 0 520033935 362602496 43826 33554432000 4194304 5787044 140736601924912 18446744073709551615 5588144 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18258/tid=18261] ppid=18257 vsize=354104 CPUtime=25.11 cores=0,2,4,6
/proc/18258/task/18261/stat : 18261 (priss) R 18257 18257 17576 0 -1 4202560 22225 0 0 0 2499 12 0 0 25 0 5 0 520033938 362602496 43826 33554432000 4194304 5787044 140736601924912 18446744073709551615 5588299 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18258/tid=18262] ppid=18257 vsize=354104 CPUtime=25.3 cores=0,2,4,6
/proc/18258/task/18262/stat : 18262 (priss) R 18257 18257 17576 0 -1 4202560 24389 0 0 0 2525 5 0 0 25 0 5 0 520033941 362602496 43826 33554432000 4194304 5787044 140736601924912 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18258/tid=18263] ppid=18257 vsize=354104 CPUtime=25.08 cores=0,2,4,6
/proc/18258/task/18263/stat : 18263 (priss) R 18257 18257 17576 0 -1 4202560 11768 0 0 0 2508 0 0 0 25 0 5 0 520033946 362602496 43826 33554432000 4194304 5787044 140736601924912 18446744073709551615 253640553433 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 100.97
Current children cumulated vsize (KiB) 362804

[startup+51.1005 s]
/proc/loadavg: 7.91 7.98 7.99 9/188 18276
/proc/meminfo: memFree=29600552/32951124 swapFree=67111364/67111528
[pid=18257] ppid=18255 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18257/stat : 18257 (prissAuto.sh) S 18255 18257 17576 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 520033925 8908800 251 33554432000 4194304 4922060 140736368074624 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18257/statm: 2175 251 211 178 0 68 0
[pid=18258] ppid=18257 vsize=367744 CPUtime=203.22 cores=0,2,4,6
/proc/18258/stat : 18258 (priss) S 18257 18257 17576 0 -1 4202496 119191 0 0 0 20283 39 0 0 18 0 5 0 520033925 376569856 53351 33554432000 4194304 5787044 140736601924912 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18258/statm: 91936 53351 417 389 0 87686 0
[pid=18258/tid=18260] ppid=18257 vsize=367744 CPUtime=50.86 cores=0,2,4,6
/proc/18258/task/18260/stat : 18260 (priss) R 18257 18257 17576 0 -1 4202560 30158 0 0 0 5072 14 0 0 25 0 5 0 520033935 376569856 53351 33554432000 4194304 5787044 140736601924912 18446744073709551615 5590632 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18258/tid=18261] ppid=18257 vsize=367744 CPUtime=50.57 cores=0,2,4,6
/proc/18258/task/18261/stat : 18261 (priss) R 18257 18257 17576 0 -1 4202560 23831 0 0 0 5044 13 0 0 25 0 5 0 520033938 376569856 53351 33554432000 4194304 5787044 140736601924912 18446744073709551615 4218330 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18258/tid=18262] ppid=18257 vsize=367744 CPUtime=50.91 cores=0,2,4,6
/proc/18258/task/18262/stat : 18262 (priss) R 18257 18257 17576 0 -1 4202560 26792 0 0 0 5085 6 0 0 25 0 5 0 520033941 376569856 53351 33554432000 4194304 5787044 140736601924912 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18258/tid=18263] ppid=18257 vsize=367744 CPUtime=50.67 cores=0,2,4,6
/proc/18258/task/18263/stat : 18263 (priss) R 18257 18257 17576 0 -1 4202560 21373 0 0 0 5064 3 0 0 25 0 5 0 520033946 376569856 53351 33554432000 4194304 5787044 140736601924912 18446744073709551615 5527832 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.22
Current children cumulated vsize (KiB) 376444

[startup+102.306 s]
/proc/loadavg: 8.03 8.00 8.00 9/188 18277
/proc/meminfo: memFree=29467988/32951124 swapFree=67111364/67111528
[pid=18257] ppid=18255 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18257/stat : 18257 (prissAuto.sh) S 18255 18257 17576 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 520033925 8908800 251 33554432000 4194304 4922060 140736368074624 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18257/statm: 2175 251 211 178 0 68 0
[pid=18258] ppid=18257 vsize=394280 CPUtime=407.75 cores=0,2,4,6
/proc/18258/stat : 18258 (priss) S 18257 18257 17576 0 -1 4202496 134763 0 0 0 40729 46 0 0 18 0 5 0 520033925 403742720 68854 33554432000 4194304 5787044 140736601924912 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18258/statm: 98570 68854 417 389 0 94320 0
[pid=18258/tid=18260] ppid=18257 vsize=394280 CPUtime=102.06 cores=0,2,4,6
/proc/18258/task/18260/stat : 18260 (priss) R 18257 18257 17576 0 -1 4202560 34154 0 0 0 10190 16 0 0 25 0 5 0 520033935 403742720 68854 33554432000 4194304 5787044 140736601924912 18446744073709551615 5585240 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18258/tid=18261] ppid=18257 vsize=394280 CPUtime=101.49 cores=0,2,4,6
/proc/18258/task/18261/stat : 18261 (priss) R 18257 18257 17576 0 -1 4202560 27756 0 0 0 10135 14 0 0 25 0 5 0 520033938 403742720 68854 33554432000 4194304 5787044 140736601924912 18446744073709551615 5591266 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18258/tid=18262] ppid=18257 vsize=394280 CPUtime=102.12 cores=0,2,4,6
/proc/18258/task/18262/stat : 18262 (priss) R 18257 18257 17576 0 -1 4202560 29877 0 0 0 10204 8 0 0 25 0 5 0 520033941 403742720 68854 33554432000 4194304 5787044 140736601924912 18446744073709551615 5588286 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18258/tid=18263] ppid=18257 vsize=394280 CPUtime=101.87 cores=0,2,4,6

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

/proc/18258/task/18261/stat : 18261 (priss) R 18257 18257 17576 0 -1 4202560 57056 0 0 0 81810 53 0 0 25 0 5 0 520033938 973713408 187637 33554432000 4194304 5787044 140736601924912 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18258/tid=18262] ppid=18257 vsize=950892 CPUtime=822.1 cores=0,2,4,6
/proc/18258/task/18262/stat : 18262 (priss) R 18257 18257 17576 0 -1 4202560 58607 0 0 0 82168 42 0 0 25 0 5 0 520033941 973713408 187637 33554432000 4194304 5787044 140736601924912 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18258/tid=18263] ppid=18257 vsize=950892 CPUtime=820.73 cores=0,2,4,6
/proc/18258/task/18263/stat : 18263 (priss) R 18257 18257 17576 0 -1 4202560 54381 0 0 0 82051 22 0 0 25 0 5 0 520033946 973713408 187637 33554432000 4194304 5787044 140736601924912 18446744073709551615 5527395 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3283.69
Current children cumulated vsize (KiB) 959592

[startup+882.301 s]
/proc/loadavg: 8.00 8.02 8.00 9/188 18298
/proc/meminfo: memFree=28415348/32951124 swapFree=67111364/67111528
[pid=18257] ppid=18255 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18257/stat : 18257 (prissAuto.sh) S 18255 18257 17576 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 520033925 8908800 251 33554432000 4194304 4922060 140736368074624 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18257/statm: 2175 251 211 178 0 68 0
[pid=18258] ppid=18257 vsize=965304 CPUtime=3523.36 cores=0,2,4,6
/proc/18258/stat : 18258 (priss) S 18257 18257 17576 0 -1 4202496 262013 0 0 0 352149 187 0 0 18 0 5 0 520033925 988471296 194223 33554432000 4194304 5787044 140736601924912 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18258/statm: 241326 194223 417 389 0 237076 0
[pid=18258/tid=18260] ppid=18257 vsize=965304 CPUtime=882.03 cores=0,2,4,6
/proc/18258/task/18260/stat : 18260 (priss) R 18257 18257 17576 0 -1 4202560 68347 0 0 0 88143 60 0 0 25 0 5 0 520033935 988471296 194223 33554432000 4194304 5787044 140736601924912 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18258/tid=18261] ppid=18257 vsize=965304 CPUtime=878.3 cores=0,2,4,6
/proc/18258/task/18261/stat : 18261 (priss) R 18257 18257 17576 0 -1 4202560 57056 0 0 0 87777 53 0 0 25 0 5 0 520033938 988471296 194223 33554432000 4194304 5787044 140736601924912 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18258/tid=18262] ppid=18257 vsize=965304 CPUtime=882.1 cores=0,2,4,6
/proc/18258/task/18262/stat : 18262 (priss) R 18257 18257 17576 0 -1 4202560 63077 0 0 0 88162 48 0 0 25 0 5 0 520033941 988471296 194223 33554432000 4194304 5787044 140736601924912 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18258/tid=18263] ppid=18257 vsize=965304 CPUtime=880.71 cores=0,2,4,6
/proc/18258/task/18263/stat : 18263 (priss) R 18257 18257 17576 0 -1 4202560 56496 0 0 0 88049 22 0 0 25 0 5 0 520033946 988471296 194223 33554432000 4194304 5787044 140736601924912 18446744073709551615 5527610 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3523.36
Current children cumulated vsize (KiB) 974004

[startup+942.301 s]
/proc/loadavg: 8.07 8.03 8.00 9/188 18299
/proc/meminfo: memFree=28357796/32951124 swapFree=67111364/67111528
[pid=18257] ppid=18255 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18257/stat : 18257 (prissAuto.sh) S 18255 18257 17576 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 520033925 8908800 251 33554432000 4194304 4922060 140736368074624 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18257/statm: 2175 251 211 178 0 68 0
[pid=18258] ppid=18257 vsize=986888 CPUtime=3763.03 cores=0,2,4,6
/proc/18258/stat : 18258 (priss) S 18257 18257 17576 0 -1 4202496 271724 0 0 0 376105 198 0 0 18 0 5 0 520033925 1010573312 203934 33554432000 4194304 5787044 140736601924912 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18258/statm: 246722 203934 417 389 0 242472 0
[pid=18258/tid=18260] ppid=18257 vsize=986888 CPUtime=942.02 cores=0,2,4,6
/proc/18258/task/18260/stat : 18260 (priss) R 18257 18257 17576 0 -1 4202560 68353 0 0 0 94142 60 0 0 25 0 5 0 520033935 1010573312 203934 33554432000 4194304 5787044 140736601924912 18446744073709551615 5591727 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18258/tid=18261] ppid=18257 vsize=986888 CPUtime=937.99 cores=0,2,4,6
/proc/18258/task/18261/stat : 18261 (priss) R 18257 18257 17576 0 -1 4202560 58088 0 0 0 93745 54 0 0 25 0 5 0 520033938 1010573312 203934 33554432000 4194304 5787044 140736601924912 18446744073709551615 5586597 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18258/tid=18262] ppid=18257 vsize=986888 CPUtime=942.1 cores=0,2,4,6
/proc/18258/task/18262/stat : 18262 (priss) R 18257 18257 17576 0 -1 4202560 67334 0 0 0 94154 56 0 0 25 0 5 0 520033941 1010573312 203934 33554432000 4194304 5787044 140736601924912 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18258/tid=18263] ppid=18257 vsize=986888 CPUtime=940.7 cores=0,2,4,6
/proc/18258/task/18263/stat : 18263 (priss) R 18257 18257 17576 0 -1 4202560 60912 0 0 0 94045 25 0 0 25 0 5 0 520033946 1010573312 203934 33554432000 4194304 5787044 140736601924912 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3763.03
Current children cumulated vsize (KiB) 995588

[startup+1002.3 s]
/proc/loadavg: 8.09 8.04 8.00 9/188 18301
/proc/meminfo: memFree=28265880/32951124 swapFree=67111364/67111528
[pid=18257] ppid=18255 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18257/stat : 18257 (prissAuto.sh) S 18255 18257 17576 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 520033925 8908800 251 33554432000 4194304 4922060 140736368074624 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18257/statm: 2175 251 211 178 0 68 0
[pid=18258] ppid=18257 vsize=1076792 CPUtime=4002.69 cores=0,2,4,6
/proc/18258/stat : 18258 (priss) S 18257 18257 17576 0 -1 4202496 281915 0 0 0 400061 208 0 0 18 0 5 0 520033925 1102635008 214125 33554432000 4194304 5787044 140736601924912 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18258/statm: 269198 214125 417 389 0 264948 0
[pid=18258/tid=18260] ppid=18257 vsize=1076792 CPUtime=1002.03 cores=0,2,4,6
/proc/18258/task/18260/stat : 18260 (priss) R 18257 18257 17576 0 -1 4202560 69389 0 0 0 100142 61 0 0 25 0 5 0 520033935 1102635008 214125 33554432000 4194304 5787044 140736601924912 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18258/tid=18261] ppid=18257 vsize=1076792 CPUtime=997.65 cores=0,2,4,6
/proc/18258/task/18261/stat : 18261 (priss) R 18257 18257 17576 0 -1 4202560 58099 0 0 0 99711 54 0 0 25 0 5 0 520033938 1102635008 214125 33554432000 4194304 5787044 140736601924912 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18258/tid=18262] ppid=18257 vsize=1076792 CPUtime=1002.1 cores=0,2,4,6
/proc/18258/task/18262/stat : 18262 (priss) R 18257 18257 17576 0 -1 4202560 72421 0 0 0 100148 62 0 0 25 0 5 0 520033941 1102635008 214125 33554432000 4194304 5787044 140736601924912 18446744073709551615 5576432 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18258/tid=18263] ppid=18257 vsize=1076792 CPUtime=1000.7 cores=0,2,4,6
/proc/18258/task/18263/stat : 18263 (priss) R 18257 18257 17576 0 -1 4202560 64969 0 0 0 100042 28 0 0 25 0 5 0 520033946 1102635008 214125 33554432000 4194304 5787044 140736601924912 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4002.69
Current children cumulated vsize (KiB) 1085492

[startup+1062.3 s]
/proc/loadavg: 8.09 8.04 8.00 9/188 18303
/proc/meminfo: memFree=28191344/32951124 swapFree=67111364/67111528
[pid=18257] ppid=18255 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18257/stat : 18257 (prissAuto.sh) S 18255 18257 17576 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 520033925 8908800 251 33554432000 4194304 4922060 140736368074624 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18257/statm: 2175 251 211 178 0 68 0
[pid=18258] ppid=18257 vsize=1083296 CPUtime=4242.36 cores=0,2,4,6
/proc/18258/stat : 18258 (priss) S 18257 18257 17576 0 -1 4202496 286169 0 0 0 424025 211 0 0 18 0 5 0 520033925 1109295104 218154 33554432000 4194304 5787044 140736601924912 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18258/statm: 270824 218154 417 389 0 266574 0
[pid=18258/tid=18260] ppid=18257 vsize=1083296 CPUtime=1062.03 cores=0,2,4,6
/proc/18258/task/18260/stat : 18260 (priss) R 18257 18257 17576 0 -1 4202560 71292 0 0 0 106140 63 0 0 25 0 5 0 520033935 1109295104 218154 33554432000 4194304 5787044 140736601924912 18446744073709551615 5591760 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18258/tid=18261] ppid=18257 vsize=1083296 CPUtime=1057.33 cores=0,2,4,6
/proc/18258/task/18261/stat : 18261 (priss) R 18257 18257 17576 0 -1 4202560 58122 0 0 0 105679 54 0 0 25 0 5 0 520033938 1109295104 218154 33554432000 4194304 5787044 140736601924912 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18258/tid=18262] ppid=18257 vsize=1083296 CPUtime=1062.1 cores=0,2,4,6
/proc/18258/task/18262/stat : 18262 (priss) R 18257 18257 17576 0 -1 4202560 73292 0 0 0 106147 63 0 0 25 0 5 0 520033941 1109295104 218154 33554432000 4194304 5787044 140736601924912 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18258/tid=18263] ppid=18257 vsize=1083296 CPUtime=1060.69 cores=0,2,4,6
/proc/18258/task/18263/stat : 18263 (priss) R 18257 18257 17576 0 -1 4202560 66426 0 0 0 106041 28 0 0 25 0 5 0 520033946 1109295104 218154 33554432000 4194304 5787044 140736601924912 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4242.36
Current children cumulated vsize (KiB) 1091996

[startup+1122.3 s]
/proc/loadavg: 8.12 8.06 8.01 9/188 18304
/proc/meminfo: memFree=28097208/32951124 swapFree=67111364/67111528
[pid=18257] ppid=18255 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18257/stat : 18257 (prissAuto.sh) S 18255 18257 17576 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 520033925 8908800 251 33554432000 4194304 4922060 140736368074624 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18257/statm: 2175 251 211 178 0 68 0
[pid=18258] ppid=18257 vsize=1083296 CPUtime=4482.03 cores=0,2,4,6
/proc/18258/stat : 18258 (priss) S 18257 18257 17576 0 -1 4202496 293699 0 0 0 447980 223 0 0 18 0 5 0 520033925 1109295104 225684 33554432000 4194304 5787044 140736601924912 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18258/statm: 270824 225684 417 389 0 266574 0
[pid=18258/tid=18260] ppid=18257 vsize=1083296 CPUtime=1122.03 cores=0,2,4,6
/proc/18258/task/18260/stat : 18260 (priss) R 18257 18257 17576 0 -1 4202560 75154 0 0 0 112134 69 0 0 25 0 5 0 520033935 1109295104 225684 33554432000 4194304 5787044 140736601924912 18446744073709551615 253640520737 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18258/tid=18261] ppid=18257 vsize=1083296 CPUtime=1117 cores=0,2,4,6
/proc/18258/task/18261/stat : 18261 (priss) R 18257 18257 17576 0 -1 4202560 61790 0 0 0 111641 59 0 0 25 0 5 0 520033938 1109295104 225684 33554432000 4194304 5787044 140736601924912 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18258/tid=18262] ppid=18257 vsize=1083296 CPUtime=1122.1 cores=0,2,4,6
/proc/18258/task/18262/stat : 18262 (priss) R 18257 18257 17576 0 -1 4202560 73292 0 0 0 112147 63 0 0 25 0 5 0 520033941 1109295104 225684 33554432000 4194304 5787044 140736601924912 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18258/tid=18263] ppid=18257 vsize=1083296 CPUtime=1120.69 cores=0,2,4,6
/proc/18258/task/18263/stat : 18263 (priss) R 18257 18257 17576 0 -1 4202560 66426 0 0 0 112040 29 0 0 25 0 5 0 520033946 1109295104 225684 33554432000 4194304 5787044 140736601924912 18446744073709551615 4229538 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4482.03
Current children cumulated vsize (KiB) 1091996

[startup+1182.3 s]
/proc/loadavg: 8.08 8.06 8.01 9/188 18306
/proc/meminfo: memFree=28043996/32951124 swapFree=67111364/67111528
[pid=18257] ppid=18255 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18257/stat : 18257 (prissAuto.sh) S 18255 18257 17576 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 520033925 8908800 251 33554432000 4194304 4922060 140736368074624 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18257/statm: 2175 251 211 178 0 68 0
[pid=18258] ppid=18257 vsize=1087396 CPUtime=4721.7 cores=0,2,4,6
/proc/18258/stat : 18258 (priss) S 18257 18257 17576 0 -1 4202496 301759 0 0 0 471933 237 0 0 18 0 5 0 520033925 1113493504 233744 33554432000 4194304 5787044 140736601924912 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18258/statm: 271849 233744 417 389 0 267599 0
[pid=18258/tid=18260] ppid=18257 vsize=1087396 CPUtime=1182.03 cores=0,2,4,6
/proc/18258/task/18260/stat : 18260 (priss) R 18257 18257 17576 0 -1 4202560 78667 0 0 0 118127 76 0 0 25 0 5 0 520033935 1113493504 233744 33554432000 4194304 5787044 140736601924912 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18258/tid=18261] ppid=18257 vsize=1087396 CPUtime=1176.68 cores=0,2,4,6
/proc/18258/task/18261/stat : 18261 (priss) R 18257 18257 17576 0 -1 4202560 66335 0 0 0 117602 66 0 0 25 0 5 0 520033938 1113493504 233744 33554432000 4194304 5787044 140736601924912 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18258/tid=18262] ppid=18257 vsize=1087396 CPUtime=1182.1 cores=0,2,4,6
/proc/18258/task/18262/stat : 18262 (priss) R 18257 18257 17576 0 -1 4202560 73293 0 0 0 118147 63 0 0 25 0 5 0 520033941 1113493504 233744 33554432000 4194304 5787044 140736601924912 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18258/tid=18263] ppid=18257 vsize=1087396 CPUtime=1180.68 cores=0,2,4,6
/proc/18258/task/18263/stat : 18263 (priss) R 18257 18257 17576 0 -1 4202560 66427 0 0 0 118039 29 0 0 25 0 5 0 520033946 1113493504 233744 33554432000 4194304 5787044 140736601924912 18446744073709551615 4254966 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4721.7
Current children cumulated vsize (KiB) 1096096



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202 s]
/proc/loadavg: 8.11 8.07 8.01 9/188 18306
/proc/meminfo: memFree=28027492/32951124 swapFree=67111364/67111528
[pid=18257] ppid=18255 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18257/stat : 18257 (prissAuto.sh) S 18255 18257 17576 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 520033925 8908800 251 33554432000 4194304 4922060 140736368074624 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18257/statm: 2175 251 211 178 0 68 0
[pid=18258] ppid=18257 vsize=1087396 CPUtime=4800.41 cores=0,2,4,6
/proc/18258/stat : 18258 (priss) S 18257 18257 17576 0 -1 4202496 304121 0 0 0 479800 241 0 0 18 0 5 0 520033925 1113493504 236106 33554432000 4194304 5787044 140736601924912 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18258/statm: 271849 236106 417 389 0 267599 0
[pid=18258/tid=18260] ppid=18257 vsize=1087396 CPUtime=1201.73 cores=0,2,4,6
/proc/18258/task/18260/stat : 18260 (priss) R 18257 18257 17576 0 -1 4202560 79859 0 0 0 120096 77 0 0 25 0 5 0 520033935 1113493504 236106 33554432000 4194304 5787044 140736601924912 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18258/tid=18261] ppid=18257 vsize=1087396 CPUtime=1196.27 cores=0,2,4,6
/proc/18258/task/18261/stat : 18261 (priss) R 18257 18257 17576 0 -1 4202560 67505 0 0 0 119559 68 0 0 25 0 5 0 520033938 1113493504 236106 33554432000 4194304 5787044 140736601924912 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18258/tid=18262] ppid=18257 vsize=1087396 CPUtime=1201.8 cores=0,2,4,6
/proc/18258/task/18262/stat : 18262 (priss) R 18257 18257 17576 0 -1 4202560 73293 0 0 0 120117 63 0 0 25 0 5 0 520033941 1113493504 236106 33554432000 4194304 5787044 140736601924912 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18258/tid=18263] ppid=18257 vsize=1087396 CPUtime=1200.39 cores=0,2,4,6
/proc/18258/task/18263/stat : 18263 (priss) R 18257 18257 17576 0 -1 4202560 66427 0 0 0 120010 29 0 0 25 0 5 0 520033946 1113493504 236106 33554432000 4194304 5787044 140736601924912 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.41
Current children cumulated vsize (KiB) 1096096

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

Real time (s): 1202.02
CPU time (s): 4800.41
CPU user time (s): 4798
CPU system time (s): 2.41
CPU usage (%): 399.363
Max. virtual memory (cumulated for all children) (KiB): 1096096

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

The end

Launcher Data

Begin job on node106 at 2011-04-29 15:38:55
IDJOB=3251205
IDBENCH=88216
IDSOLVER=1602
FILE ID=node106/3251205-1304084335
RUNJOBID= node106-1304084335-18243
PBS_JOBID= 13170519
Free space on /tmp= 72152 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m47-q841.5-n45-p30-s84954709.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251205-1304084335/watcher-3251205-1304084335 -o /tmp/evaluation-result-3251205-1304084335/solver-3251205-1304084335 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3251205-1304084335.cnf 663885402 4800 15500 4

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

MD5SUM BENCH= 556c58061360a1b195d9b2f28888af77
RANDOM SEED=663885402

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30355552 kB
Buffers:        245936 kB
Cached:        2070624 kB
SwapCached:         88 kB
Active:         783676 kB
Inactive:      1600456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30355552 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            9428 kB
Writeback:           0 kB
AnonPages:       66788 kB
Mapped:          14484 kB
Slab:           146336 kB
PageTables:       4360 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   190212 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= 72136 MiB
End job on node106 at 2011-04-29 15:58:59