Trace number 3261547

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

General information on the benchmark

Namecrafted/skvortsov/battleship/
battleship-17-33-sat.cnf
MD5SUMff3a31481d1bf95f014a91f5192a55fa
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.038993
Satisfiable
(Un)Satisfiability was proved
Number of variables561
Number of clauses4777
Sum of the clauses size18513
Maximum clause length33
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 24488
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5289

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: 5303
0.00/0.00	c setup for 4cores
0.00/0.00	c parsetime: 1476us
0.00/0.00	c parsed 4777 clauses with 561 variables
0.00/0.00	c NW started thread 0 successfully (1103030592)
0.00/0.00	c NW started thread 1 successfully (1113520448)
0.00/0.00	c NW started thread 2 successfully (1124010304)
0.00/0.00	c NW started thread 3 successfully (1134500160)
0.00/0.78	c preprocessor returned 10011 variables
0.00/0.78	c preprocessing returned UNKNOWN
0.00/0.78	c PP set 0 variables
0.00/0.78	c pp time: 777040us (0s)
0.00/0.78	c preprocessor returned 10011 variables
0.00/0.78	c preprocessing returned UNKNOWN
0.00/0.78	c PP set 0 variables
0.00/0.78	c pp time: 777593us (0s)
0.00/0.78	c preprocessor returned 10011 variables
0.00/0.78	c preprocessing returned UNKNOWN
0.00/0.78	c PP set 0 variables
0.00/0.78	c pp time: 777702us (0s)
29.51/7.47	c preprocessor returned 30011 variables
29.51/7.47	c preprocessing returned UNKNOWN
29.51/7.47	c PP set 0 variables
29.51/7.47	c pp time: 7464779us (7s)

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-3261547-1304058832/watcher-3261547-1304058832 -o /tmp/evaluation-result-3261547-1304058832/solver-3261547-1304058832 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3261547-1304058832.cnf 1833166829 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.31 8.20 8.10 6/182 5302
/proc/meminfo: memFree=22167988/32951124 swapFree=67111528/67111528
[pid=5302] ppid=5300 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5302/stat : 5302 (prissAuto.sh) S 5300 5302 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498298520 8908800 251 33554432000 4194304 4922060 140736801684672 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5302/statm: 2175 251 211 178 0 68 0

[startup+0.048586 s]
/proc/loadavg: 8.31 8.20 8.10 6/182 5302
/proc/meminfo: memFree=22167988/32951124 swapFree=67111528/67111528
[pid=5302] ppid=5300 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5302/stat : 5302 (prissAuto.sh) S 5300 5302 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498298520 8908800 251 33554432000 4194304 4922060 140736801684672 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5302/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.832775 s]
/proc/loadavg: 8.31 8.20 8.10 6/182 5302
/proc/meminfo: memFree=22167988/32951124 swapFree=67111528/67111528
[pid=5302] ppid=5300 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5302/stat : 5302 (prissAuto.sh) S 5300 5302 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498298520 8908800 251 33554432000 4194304 4922060 140736801684672 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5302/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.900547 s]
/proc/loadavg: 8.31 8.20 8.10 6/182 5302
/proc/meminfo: memFree=22167988/32951124 swapFree=67111528/67111528
[pid=5302] ppid=5300 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5302/stat : 5302 (prissAuto.sh) S 5300 5302 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498298520 8908800 251 33554432000 4194304 4922060 140736801684672 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5302/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.00053 s]
/proc/loadavg: 8.31 8.20 8.10 6/182 5302
/proc/meminfo: memFree=22167988/32951124 swapFree=67111528/67111528
[pid=5302] ppid=5300 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5302/stat : 5302 (prissAuto.sh) S 5300 5302 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498298520 8908800 251 33554432000 4194304 4922060 140736801684672 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5302/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50044 s]
/proc/loadavg: 8.31 8.20 8.10 6/182 5302
/proc/meminfo: memFree=22167988/32951124 swapFree=67111528/67111528
[pid=5302] ppid=5300 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5302/stat : 5302 (prissAuto.sh) S 5300 5302 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498298520 8908800 251 33554432000 4194304 4922060 140736801684672 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5302/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10116 s]
/proc/loadavg: 8.36 8.21 8.10 9/188 5309
/proc/meminfo: memFree=22125044/32951124 swapFree=67111528/67111528
[pid=5302] ppid=5300 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5302/stat : 5302 (prissAuto.sh) S 5300 5302 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498298520 8908800 251 33554432000 4194304 4922060 140736801684672 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5302/statm: 2175 251 211 178 0 68 0
[pid=5303] ppid=5302 vsize=275912 CPUtime=12.35 cores=1,3,5,7
/proc/5303/stat : 5303 (priss) S 5302 5302 4923 0 -1 4202496 12384 0 0 0 1227 8 0 0 18 0 5 0 498298520 282533888 10246 33554432000 4194304 5787044 140734855905360 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/5303/statm: 68978 10246 404 389 0 64728 0
[pid=5303/tid=5305] ppid=5302 vsize=275912 CPUtime=3.08 cores=1,3,5,7
/proc/5303/task/5305/stat : 5305 (priss) R 5302 5302 4923 0 -1 4202560 2851 0 0 0 306 2 0 0 25 0 5 0 498298521 282533888 10246 33554432000 4194304 5787044 140734855905360 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5303/tid=5306] ppid=5302 vsize=275912 CPUtime=3.06 cores=1,3,5,7
/proc/5303/task/5306/stat : 5306 (priss) R 5302 5302 4923 0 -1 4202560 2985 0 0 0 304 2 0 0 25 0 5 0 498298521 282533888 10246 33554432000 4194304 5787044 140734855905360 18446744073709551615 4220881 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5303/tid=5307] ppid=5302 vsize=275912 CPUtime=3.08 cores=1,3,5,7
/proc/5303/task/5307/stat : 5307 (priss) R 5302 5302 4923 0 -1 4202560 2818 0 0 0 306 2 0 0 25 0 5 0 498298521 282533888 10246 33554432000 4194304 5787044 140734855905360 18446744073709551615 5586640 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5303/tid=5308] ppid=5302 vsize=275912 CPUtime=3.09 cores=1,3,5,7
/proc/5303/task/5308/stat : 5308 (priss) R 5302 5302 4923 0 -1 4202560 2192 0 0 0 309 0 0 0 25 0 5 0 498298521 282533888 10246 33554432000 4194304 5787044 140734855905360 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 284612

[startup+6.30059 s]
/proc/loadavg: 8.33 8.21 8.10 9/188 5309
/proc/meminfo: memFree=22100952/32951124 swapFree=67111528/67111528
[pid=5302] ppid=5300 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5302/stat : 5302 (prissAuto.sh) S 5300 5302 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498298520 8908800 251 33554432000 4194304 4922060 140736801684672 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5302/statm: 2175 251 211 178 0 68 0
[pid=5303] ppid=5302 vsize=280012 CPUtime=25.12 cores=1,3,5,7
/proc/5303/stat : 5303 (priss) S 5302 5302 4923 0 -1 4202496 17630 0 0 0 2501 11 0 0 18 0 5 0 498298520 286732288 15492 33554432000 4194304 5787044 140734855905360 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/5303/statm: 70003 15492 404 389 0 65753 0
[pid=5303/tid=5305] ppid=5302 vsize=280012 CPUtime=6.28 cores=1,3,5,7
/proc/5303/task/5305/stat : 5305 (priss) R 5302 5302 4923 0 -1 4202560 5385 0 0 0 624 4 0 0 25 0 5 0 498298521 286732288 15492 33554432000 4194304 5787044 140734855905360 18446744073709551615 254261283842 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5303/tid=5306] ppid=5302 vsize=280012 CPUtime=6.24 cores=1,3,5,7
/proc/5303/task/5306/stat : 5306 (priss) R 5302 5302 4923 0 -1 4202560 4472 0 0 0 621 3 0 0 25 0 5 0 498298521 286732288 15492 33554432000 4194304 5787044 140734855905360 18446744073709551615 5591730 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5303/tid=5307] ppid=5302 vsize=280012 CPUtime=6.28 cores=1,3,5,7
/proc/5303/task/5307/stat : 5307 (priss) R 5302 5302 4923 0 -1 4202560 4043 0 0 0 625 3 0 0 25 0 5 0 498298521 286732288 15492 33554432000 4194304 5787044 140734855905360 18446744073709551615 5591217 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5303/tid=5308] ppid=5302 vsize=280012 CPUtime=6.29 cores=1,3,5,7
/proc/5303/task/5308/stat : 5308 (priss) R 5302 5302 4923 0 -1 4202560 2192 0 0 0 629 0 0 0 25 0 5 0 498298521 286732288 15492 33554432000 4194304 5787044 140734855905360 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 288712

[startup+12.7004 s]
/proc/loadavg: 8.31 8.20 8.10 9/188 5309
/proc/meminfo: memFree=22044160/32951124 swapFree=67111528/67111528
[pid=5302] ppid=5300 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5302/stat : 5302 (prissAuto.sh) S 5300 5302 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498298520 8908800 251 33554432000 4194304 4922060 140736801684672 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5302/statm: 2175 251 211 178 0 68 0
[pid=5303] ppid=5302 vsize=297672 CPUtime=50.69 cores=1,3,5,7
/proc/5303/stat : 5303 (priss) S 5302 5302 4923 0 -1 4202496 28987 0 0 0 5052 17 0 0 18 0 5 0 498298520 304816128 25840 33554432000 4194304 5787044 140734855905360 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/5303/statm: 74418 25840 417 389 0 70168 0
[pid=5303/tid=5305] ppid=5302 vsize=297672 CPUtime=12.68 cores=1,3,5,7
/proc/5303/task/5305/stat : 5305 (priss) R 5302 5302 4923 0 -1 4202560 8660 0 0 0 1262 6 0 0 25 0 5 0 498298521 304816128 25840 33554432000 4194304 5787044 140734855905360 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5303/tid=5306] ppid=5302 vsize=297672 CPUtime=12.61 cores=1,3,5,7
/proc/5303/task/5306/stat : 5306 (priss) R 5302 5302 4923 0 -1 4202560 6783 0 0 0 1256 5 0 0 25 0 5 0 498298521 304816128 25840 33554432000 4194304 5787044 140734855905360 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5303/tid=5307] ppid=5302 vsize=297672 CPUtime=12.68 cores=1,3,5,7
/proc/5303/task/5307/stat : 5307 (priss) R 5302 5302 4923 0 -1 4202560 5363 0 0 0 1264 4 0 0 25 0 5 0 498298521 304816128 25840 33554432000 4194304 5787044 140734855905360 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5303/tid=5308] ppid=5302 vsize=297672 CPUtime=12.69 cores=1,3,5,7
/proc/5303/task/5308/stat : 5308 (priss) R 5302 5302 4923 0 -1 4202560 6643 0 0 0 1268 1 0 0 25 0 5 0 498298521 304816128 25840 33554432000 4194304 5787044 140734855905360 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 306372

[startup+25.5012 s]
/proc/loadavg: 8.26 8.20 8.10 9/188 5309
/proc/meminfo: memFree=21989864/32951124 swapFree=67111528/67111528
[pid=5302] ppid=5300 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5302/stat : 5302 (prissAuto.sh) S 5300 5302 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498298520 8908800 251 33554432000 4194304 4922060 140736801684672 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5302/statm: 2175 251 211 178 0 68 0
[pid=5303] ppid=5302 vsize=313676 CPUtime=101.78 cores=1,3,5,7
/proc/5303/stat : 5303 (priss) S 5302 5302 4923 0 -1 4202496 39403 0 0 0 10151 27 0 0 18 0 5 0 498298520 321204224 36254 33554432000 4194304 5787044 140734855905360 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/5303/statm: 78419 36254 417 389 0 74169 0
[pid=5303/tid=5305] ppid=5302 vsize=313676 CPUtime=25.47 cores=1,3,5,7
/proc/5303/task/5305/stat : 5305 (priss) R 5302 5302 4923 0 -1 4202560 9380 0 0 0 2541 6 0 0 25 0 5 0 498298521 321204224 36254 33554432000 4194304 5787044 140734855905360 18446744073709551615 4220936 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5303/tid=5306] ppid=5302 vsize=313676 CPUtime=25.33 cores=1,3,5,7
/proc/5303/task/5306/stat : 5306 (priss) R 5302 5302 4923 0 -1 4202560 8695 0 0 0 2527 6 0 0 25 0 5 0 498298521 321204224 36254 33554432000 4194304 5787044 140734855905360 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5303/tid=5307] ppid=5302 vsize=313676 CPUtime=25.47 cores=1,3,5,7
/proc/5303/task/5307/stat : 5307 (priss) R 5302 5302 4923 0 -1 4202560 8764 0 0 0 2539 8 0 0 25 0 5 0 498298521 321204224 36254 33554432000 4194304 5787044 140734855905360 18446744073709551615 254261277729 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5303/tid=5308] ppid=5302 vsize=313676 CPUtime=25.48 cores=1,3,5,7
/proc/5303/task/5308/stat : 5308 (priss) R 5302 5302 4923 0 -1 4202560 11026 0 0 0 2543 5 0 0 25 0 5 0 498298521 321204224 36254 33554432000 4194304 5787044 140734855905360 18446744073709551615 5527590 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 322376

[startup+51.1006 s]
/proc/loadavg: 8.24 8.20 8.10 9/188 5310
/proc/meminfo: memFree=21932268/32951124 swapFree=67111528/67111528
[pid=5302] ppid=5300 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5302/stat : 5302 (prissAuto.sh) S 5300 5302 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498298520 8908800 251 33554432000 4194304 4922060 140736801684672 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5302/statm: 2175 251 211 178 0 68 0
[pid=5303] ppid=5302 vsize=324976 CPUtime=204.02 cores=1,3,5,7
/proc/5303/stat : 5303 (priss) S 5302 5302 4923 0 -1 4202496 51687 0 0 0 20358 44 0 0 18 0 5 0 498298520 332775424 48449 33554432000 4194304 5787044 140734855905360 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/5303/statm: 81244 48449 417 389 0 76994 0
[pid=5303/tid=5305] ppid=5302 vsize=324976 CPUtime=51.06 cores=1,3,5,7
/proc/5303/task/5305/stat : 5305 (priss) R 5302 5302 4923 0 -1 4202560 13132 0 0 0 5096 10 0 0 25 0 5 0 498298521 332775424 48449 33554432000 4194304 5787044 140734855905360 18446744073709551615 5591289 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5303/tid=5306] ppid=5302 vsize=324976 CPUtime=50.78 cores=1,3,5,7
/proc/5303/task/5306/stat : 5306 (priss) R 5302 5302 4923 0 -1 4202560 11583 0 0 0 5068 10 0 0 25 0 5 0 498298521 332775424 48449 33554432000 4194304 5787044 140734855905360 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5303/tid=5307] ppid=5302 vsize=324976 CPUtime=51.06 cores=1,3,5,7
/proc/5303/task/5307/stat : 5307 (priss) R 5302 5302 4923 0 -1 4202560 10603 0 0 0 5096 10 0 0 25 0 5 0 498298521 332775424 48449 33554432000 4194304 5787044 140734855905360 18446744073709551615 5591999 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5303/tid=5308] ppid=5302 vsize=324976 CPUtime=51.06 cores=1,3,5,7
/proc/5303/task/5308/stat : 5308 (priss) R 5302 5302 4923 0 -1 4202560 14831 0 0 0 5096 10 0 0 25 0 5 0 498298521 332775424 48449 33554432000 4194304 5787044 140734855905360 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 204.02
Current children cumulated vsize (KiB) 333676

[startup+102.3 s]
/proc/loadavg: 8.17 8.18 8.09 9/188 5311
/proc/meminfo: memFree=21850540/32951124 swapFree=67111528/67111528
[pid=5302] ppid=5300 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5302/stat : 5302 (prissAuto.sh) S 5300 5302 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498298520 8908800 251 33554432000 4194304 4922060 140736801684672 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5302/statm: 2175 251 211 178 0 68 0
[pid=5303] ppid=5302 vsize=343176 CPUtime=408.5 cores=1,3,5,7
/proc/5303/stat : 5303 (priss) S 5302 5302 4923 0 -1 4202496 67300 0 0 0 40779 71 0 0 18 0 5 0 498298520 351412224 63996 33554432000 4194304 5787044 140734855905360 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/5303/statm: 85794 63996 417 389 0 81544 0
[pid=5303/tid=5305] ppid=5302 vsize=343176 CPUtime=102.26 cores=1,3,5,7
/proc/5303/task/5305/stat : 5305 (priss) R 5302 5302 4923 0 -1 4202560 17870 0 0 0 10206 20 0 0 25 0 5 0 498298521 351412224 63996 33554432000 4194304 5787044 140734855905360 18446744073709551615 5591596 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5303/tid=5306] ppid=5302 vsize=343176 CPUtime=101.7 cores=1,3,5,7
/proc/5303/task/5306/stat : 5306 (priss) R 5302 5302 4923 0 -1 4202560 15909 0 0 0 10150 20 0 0 25 0 5 0 498298521 351412224 63996 33554432000 4194304 5787044 140734855905360 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5303/tid=5307] ppid=5302 vsize=343176 CPUtime=102.26 cores=1,3,5,7
/proc/5303/task/5307/stat : 5307 (priss) R 5302 5302 4923 0 -1 4202560 13742 0 0 0 10212 14 0 0 25 0 5 0 498298521 351412224 63996 33554432000 4194304 5787044 140734855905360 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5303/tid=5308] ppid=5302 vsize=343176 CPUtime=102.26 cores=1,3,5,7
/proc/5303/task/5308/stat : 5308 (priss) R 5302 5302 4923 0 -1 4202560 18241 0 0 0 10210 16 0 0 25 0 5 0 498298521 351412224 63996 33554432000 4194304 5787044 140734855905360 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.5
Current children cumulated vsize (KiB) 351876

[startup+162.301 s]
/proc/loadavg: 8.13 8.16 8.09 9/188 5313
/proc/meminfo: memFree=21734084/32951124 swapFree=67111528/67111528
[pid=5302] ppid=5300 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5302/stat : 5302 (prissAuto.sh) S 5300 5302 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498298520 8908800 251 33554432000 4194304 4922060 140736801684672 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5302/statm: 2175 251 211 178 0 68 0
[pid=5303] ppid=5302 vsize=573784 CPUtime=648.16 cores=1,3,5,7

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

/proc/5303/task/5306/stat : 5306 (priss) R 5302 5302 4923 0 -1 4202560 44421 0 0 0 81707 70 0 0 25 0 5 0 498298521 889663488 155222 33554432000 4194304 5787044 140734855905360 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5303/tid=5307] ppid=5302 vsize=868812 CPUtime=822.27 cores=1,3,5,7
/proc/5303/task/5307/stat : 5307 (priss) R 5302 5302 4923 0 -1 4202560 28667 0 0 0 82194 33 0 0 25 0 5 0 498298521 889663488 155222 33554432000 4194304 5787044 140734855905360 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5303/tid=5308] ppid=5302 vsize=868812 CPUtime=822.24 cores=1,3,5,7
/proc/5303/task/5308/stat : 5308 (priss) R 5302 5302 4923 0 -1 4202560 33294 0 0 0 82189 35 0 0 25 0 5 0 498298521 889663488 155222 33554432000 4194304 5787044 140734855905360 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3284.56
Current children cumulated vsize (KiB) 877512

[startup+882.301 s]
/proc/loadavg: 8.00 8.03 8.04 9/188 5332
/proc/meminfo: memFree=21354844/32951124 swapFree=67111528/67111528
[pid=5302] ppid=5300 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5302/stat : 5302 (prissAuto.sh) S 5300 5302 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498298520 8908800 251 33554432000 4194304 4922060 140736801684672 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5302/statm: 2175 251 211 178 0 68 0
[pid=5303] ppid=5302 vsize=873680 CPUtime=3524.22 cores=1,3,5,7
/proc/5303/stat : 5303 (priss) S 5302 5302 4923 0 -1 4202496 162628 0 0 0 352210 212 0 0 18 0 5 0 498298520 894648320 158693 33554432000 4194304 5787044 140734855905360 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/5303/statm: 218420 158693 417 389 0 214170 0
[pid=5303/tid=5305] ppid=5302 vsize=873680 CPUtime=882.25 cores=1,3,5,7
/proc/5303/task/5305/stat : 5305 (priss) R 5302 5302 4923 0 -1 4202560 51458 0 0 0 88157 68 0 0 25 0 5 0 498298521 894648320 158693 33554432000 4194304 5787044 140734855905360 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5303/tid=5306] ppid=5302 vsize=873680 CPUtime=877.45 cores=1,3,5,7
/proc/5303/task/5306/stat : 5306 (priss) R 5302 5302 4923 0 -1 4202560 45825 0 0 0 87674 71 0 0 25 0 5 0 498298521 894648320 158693 33554432000 4194304 5787044 140734855905360 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5303/tid=5307] ppid=5302 vsize=873680 CPUtime=882.25 cores=1,3,5,7
/proc/5303/task/5307/stat : 5307 (priss) R 5302 5302 4923 0 -1 4202560 30316 0 0 0 88189 36 0 0 25 0 5 0 498298521 894648320 158693 33554432000 4194304 5787044 140734855905360 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5303/tid=5308] ppid=5302 vsize=873680 CPUtime=882.23 cores=1,3,5,7
/proc/5303/task/5308/stat : 5308 (priss) R 5302 5302 4923 0 -1 4202560 33491 0 0 0 88188 35 0 0 25 0 5 0 498298521 894648320 158693 33554432000 4194304 5787044 140734855905360 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3524.22
Current children cumulated vsize (KiB) 882380

[startup+942.307 s]
/proc/loadavg: 8.04 8.04 8.04 9/188 5334
/proc/meminfo: memFree=21297036/32951124 swapFree=67111528/67111528
[pid=5302] ppid=5300 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5302/stat : 5302 (prissAuto.sh) S 5300 5302 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498298520 8908800 251 33554432000 4194304 4922060 140736801684672 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5302/statm: 2175 251 211 178 0 68 0
[pid=5303] ppid=5302 vsize=890268 CPUtime=3763.92 cores=1,3,5,7
/proc/5303/stat : 5303 (priss) S 5302 5302 4923 0 -1 4202496 175568 0 0 0 376154 238 0 0 18 0 5 0 498298520 911634432 171633 33554432000 4194304 5787044 140734855905360 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/5303/statm: 222567 171633 417 389 0 218317 0
[pid=5303/tid=5305] ppid=5302 vsize=890268 CPUtime=942.26 cores=1,3,5,7
/proc/5303/task/5305/stat : 5305 (priss) R 5302 5302 4923 0 -1 4202560 54503 0 0 0 94150 76 0 0 25 0 5 0 498298521 911634432 171633 33554432000 4194304 5787044 140734855905360 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5303/tid=5306] ppid=5302 vsize=890268 CPUtime=937.12 cores=1,3,5,7
/proc/5303/task/5306/stat : 5306 (priss) R 5302 5302 4923 0 -1 4202560 49685 0 0 0 93634 78 0 0 25 0 5 0 498298521 911634432 171633 33554432000 4194304 5787044 140734855905360 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5303/tid=5307] ppid=5302 vsize=890268 CPUtime=942.27 cores=1,3,5,7
/proc/5303/task/5307/stat : 5307 (priss) R 5302 5302 4923 0 -1 4202560 33180 0 0 0 94183 44 0 0 25 0 5 0 498298521 911634432 171633 33554432000 4194304 5787044 140734855905360 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5303/tid=5308] ppid=5302 vsize=890268 CPUtime=942.24 cores=1,3,5,7
/proc/5303/task/5308/stat : 5308 (priss) R 5302 5302 4923 0 -1 4202560 36662 0 0 0 94185 39 0 0 25 0 5 0 498298521 911634432 171633 33554432000 4194304 5787044 140734855905360 18446744073709551615 5527582 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3763.92
Current children cumulated vsize (KiB) 898968

[startup+1002.3 s]
/proc/loadavg: 8.05 8.04 8.04 9/188 5335
/proc/meminfo: memFree=21239988/32951124 swapFree=67111528/67111528
[pid=5302] ppid=5300 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5302/stat : 5302 (prissAuto.sh) S 5300 5302 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498298520 8908800 251 33554432000 4194304 4922060 140736801684672 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5302/statm: 2175 251 211 178 0 68 0
[pid=5303] ppid=5302 vsize=905804 CPUtime=4003.57 cores=1,3,5,7
/proc/5303/stat : 5303 (priss) S 5302 5302 4923 0 -1 4202496 188104 0 0 0 400096 261 0 0 18 0 5 0 498298520 927543296 184169 33554432000 4194304 5787044 140734855905360 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/5303/statm: 226451 184169 417 389 0 222201 0
[pid=5303/tid=5305] ppid=5302 vsize=905804 CPUtime=1002.25 cores=1,3,5,7
/proc/5303/task/5305/stat : 5305 (priss) R 5302 5302 4923 0 -1 4202560 58484 0 0 0 100143 82 0 0 25 0 5 0 498298521 927543296 184169 33554432000 4194304 5787044 140734855905360 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5303/tid=5306] ppid=5302 vsize=905804 CPUtime=996.79 cores=1,3,5,7
/proc/5303/task/5306/stat : 5306 (priss) R 5302 5302 4923 0 -1 4202560 52520 0 0 0 99594 85 0 0 25 0 5 0 498298521 927543296 184169 33554432000 4194304 5787044 140734855905360 18446744073709551615 4229538 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5303/tid=5307] ppid=5302 vsize=905804 CPUtime=1002.26 cores=1,3,5,7
/proc/5303/task/5307/stat : 5307 (priss) R 5302 5302 4923 0 -1 4202560 35884 0 0 0 100176 50 0 0 25 0 5 0 498298521 927543296 184169 33554432000 4194304 5787044 140734855905360 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5303/tid=5308] ppid=5302 vsize=905804 CPUtime=1002.23 cores=1,3,5,7
/proc/5303/task/5308/stat : 5308 (priss) R 5302 5302 4923 0 -1 4202560 39678 0 0 0 100181 42 0 0 25 0 5 0 498298521 927543296 184169 33554432000 4194304 5787044 140734855905360 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4003.57
Current children cumulated vsize (KiB) 914504

[startup+1062.3 s]
/proc/loadavg: 8.13 8.06 8.05 9/188 5337
/proc/meminfo: memFree=21188020/32951124 swapFree=67111528/67111528
[pid=5302] ppid=5300 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5302/stat : 5302 (prissAuto.sh) S 5300 5302 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498298520 8908800 251 33554432000 4194304 4922060 140736801684672 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5302/statm: 2175 251 211 178 0 68 0
[pid=5303] ppid=5302 vsize=916644 CPUtime=4243.25 cores=1,3,5,7
/proc/5303/stat : 5303 (priss) S 5302 5302 4923 0 -1 4202496 199180 0 0 0 424042 283 0 0 18 0 5 0 498298520 938643456 195040 33554432000 4194304 5787044 140734855905360 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/5303/statm: 229161 195040 417 389 0 224911 0
[pid=5303/tid=5305] ppid=5302 vsize=916644 CPUtime=1062.25 cores=1,3,5,7
/proc/5303/task/5305/stat : 5305 (priss) R 5302 5302 4923 0 -1 4202560 61195 0 0 0 106136 89 0 0 25 0 5 0 498298521 938643456 195040 33554432000 4194304 5787044 140734855905360 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5303/tid=5306] ppid=5302 vsize=916644 CPUtime=1056.47 cores=1,3,5,7
/proc/5303/task/5306/stat : 5306 (priss) R 5302 5302 4923 0 -1 4202560 55246 0 0 0 105556 91 0 0 25 0 5 0 498298521 938643456 195040 33554432000 4194304 5787044 140734855905360 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5303/tid=5307] ppid=5302 vsize=916644 CPUtime=1062.26 cores=1,3,5,7
/proc/5303/task/5307/stat : 5307 (priss) R 5302 5302 4923 0 -1 4202560 38670 0 0 0 106169 57 0 0 25 0 5 0 498298521 938643456 195040 33554432000 4194304 5787044 140734855905360 18446744073709551615 5588574 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5303/tid=5308] ppid=5302 vsize=916644 CPUtime=1062.23 cores=1,3,5,7
/proc/5303/task/5308/stat : 5308 (priss) R 5302 5302 4923 0 -1 4202560 42531 0 0 0 106179 44 0 0 25 0 5 0 498298521 938643456 195040 33554432000 4194304 5787044 140734855905360 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4243.25
Current children cumulated vsize (KiB) 925344

[startup+1122.3 s]
/proc/loadavg: 8.18 8.08 8.05 9/188 5338
/proc/meminfo: memFree=21163460/32951124 swapFree=67111528/67111528
[pid=5302] ppid=5300 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5302/stat : 5302 (prissAuto.sh) S 5300 5302 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498298520 8908800 251 33554432000 4194304 4922060 140736801684672 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5302/statm: 2175 251 211 178 0 68 0
[pid=5303] ppid=5302 vsize=916828 CPUtime=4482.9 cores=1,3,5,7
/proc/5303/stat : 5303 (priss) S 5302 5302 4923 0 -1 4202496 202118 0 0 0 448002 288 0 0 18 0 5 0 498298520 938831872 197772 33554432000 4194304 5787044 140734855905360 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/5303/statm: 229207 197772 417 389 0 224957 0
[pid=5303/tid=5305] ppid=5302 vsize=916828 CPUtime=1122.25 cores=1,3,5,7
/proc/5303/task/5305/stat : 5305 (priss) R 5302 5302 4923 0 -1 4202560 61463 0 0 0 112136 89 0 0 25 0 5 0 498298521 938831872 197772 33554432000 4194304 5787044 140734855905360 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5303/tid=5306] ppid=5302 vsize=916828 CPUtime=1116.13 cores=1,3,5,7
/proc/5303/task/5306/stat : 5306 (priss) R 5302 5302 4923 0 -1 4202560 55732 0 0 0 111522 91 0 0 25 0 5 0 498298521 938831872 197772 33554432000 4194304 5787044 140734855905360 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5303/tid=5307] ppid=5302 vsize=916828 CPUtime=1122.26 cores=1,3,5,7
/proc/5303/task/5307/stat : 5307 (priss) R 5302 5302 4923 0 -1 4202560 38670 0 0 0 112169 57 0 0 25 0 5 0 498298521 938831872 197772 33554432000 4194304 5787044 140734855905360 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5303/tid=5308] ppid=5302 vsize=916828 CPUtime=1122.23 cores=1,3,5,7
/proc/5303/task/5308/stat : 5308 (priss) R 5302 5302 4923 0 -1 4202560 44715 0 0 0 112173 50 0 0 25 0 5 0 498298521 938831872 197772 33554432000 4194304 5787044 140734855905360 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4482.9
Current children cumulated vsize (KiB) 925528

[startup+1182.3 s]
/proc/loadavg: 8.12 8.08 8.05 9/188 5340
/proc/meminfo: memFree=21154512/32951124 swapFree=67111528/67111528
[pid=5302] ppid=5300 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5302/stat : 5302 (prissAuto.sh) S 5300 5302 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498298520 8908800 251 33554432000 4194304 4922060 140736801684672 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5302/statm: 2175 251 211 178 0 68 0
[pid=5303] ppid=5302 vsize=917084 CPUtime=4722.55 cores=1,3,5,7
/proc/5303/stat : 5303 (priss) S 5302 5302 4923 0 -1 4202496 202849 0 0 0 471965 290 0 0 18 0 5 0 498298520 939094016 198095 33554432000 4194304 5787044 140734855905360 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/5303/statm: 229271 198095 417 389 0 225021 0
[pid=5303/tid=5305] ppid=5302 vsize=917084 CPUtime=1182.25 cores=1,3,5,7
/proc/5303/task/5305/stat : 5305 (priss) R 5302 5302 4923 0 -1 4202560 61694 0 0 0 118135 90 0 0 25 0 5 0 498298521 939094016 198095 33554432000 4194304 5787044 140734855905360 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5303/tid=5306] ppid=5302 vsize=917084 CPUtime=1176.06 cores=1,3,5,7
/proc/5303/task/5306/stat : 5306 (priss) R 5302 5302 4923 0 -1 4202560 55732 0 0 0 117515 91 0 0 25 0 5 0 498298521 939094016 198095 33554432000 4194304 5787044 140734855905360 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5303/tid=5307] ppid=5302 vsize=917084 CPUtime=1182.25 cores=1,3,5,7
/proc/5303/task/5307/stat : 5307 (priss) R 5302 5302 4923 0 -1 4202560 38670 0 0 0 118168 57 0 0 25 0 5 0 498298521 939094016 198095 33554432000 4194304 5787044 140734855905360 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5303/tid=5308] ppid=5302 vsize=917084 CPUtime=1181.95 cores=1,3,5,7
/proc/5303/task/5308/stat : 5308 (priss) R 5302 5302 4923 0 -1 4202560 45215 0 0 0 118145 50 0 0 25 0 5 0 498298521 939094016 198095 33554432000 4194304 5787044 140734855905360 18446744073709551615 5527024 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.55
Current children cumulated vsize (KiB) 925784



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 7.95 8.04 8.04 9/188 5373
/proc/meminfo: memFree=21370484/32951124 swapFree=67111528/67111528
[pid=5302] ppid=5300 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5302/stat : 5302 (prissAuto.sh) S 5300 5302 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498298520 8908800 251 33554432000 4194304 4922060 140736801684672 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5302/statm: 2175 251 211 178 0 68 0
[pid=5303] ppid=5302 vsize=917084 CPUtime=4800.07 cores=1,3,5,7
/proc/5303/stat : 5303 (priss) S 5302 5302 4923 0 -1 4202496 202849 0 0 0 479717 290 0 0 18 0 5 0 498298520 939094016 198095 33554432000 4194304 5787044 140734855905360 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/5303/statm: 229271 198095 417 389 0 225021 0
[pid=5303/tid=5305] ppid=5302 vsize=917084 CPUtime=1201.66 cores=1,3,5,7
/proc/5303/task/5305/stat : 5305 (priss) R 5302 5302 4923 0 -1 4202560 61694 0 0 0 120076 90 0 0 25 0 5 0 498298521 939094016 198095 33554432000 4194304 5787044 140734855905360 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5303/tid=5306] ppid=5302 vsize=917084 CPUtime=1195.47 cores=1,3,5,7
/proc/5303/task/5306/stat : 5306 (priss) R 5302 5302 4923 0 -1 4202560 55732 0 0 0 119456 91 0 0 25 0 5 0 498298521 939094016 198095 33554432000 4194304 5787044 140734855905360 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5303/tid=5307] ppid=5302 vsize=917084 CPUtime=1201.66 cores=1,3,5,7
/proc/5303/task/5307/stat : 5307 (priss) R 5302 5302 4923 0 -1 4202560 38670 0 0 0 120109 57 0 0 25 0 5 0 498298521 939094016 198095 33554432000 4194304 5787044 140734855905360 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5303/tid=5308] ppid=5302 vsize=917084 CPUtime=1201.25 cores=1,3,5,7
/proc/5303/task/5308/stat : 5308 (priss) R 5302 5302 4923 0 -1 4202560 45215 0 0 0 120075 50 0 0 25 0 5 0 498298521 939094016 198095 33554432000 4194304 5787044 140734855905360 18446744073709551615 5527186 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.07
Current children cumulated vsize (KiB) 925784

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

Real time (s): 1201.72
CPU time (s): 4800.07
CPU user time (s): 4797.17
CPU system time (s): 2.9
CPU usage (%): 399.434
Max. virtual memory (cumulated for all children) (KiB): 925784

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= 331
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 2

runsolver used 1.52577 second user time and 5.04123 second system time

The end

Launcher Data

Begin job on node140 at 2011-04-29 08:33:52
IDJOB=3261547
IDBENCH=83234
IDSOLVER=1602
FILE ID=node140/3261547-1304058832
RUNJOBID= node140-1304056417-4942
PBS_JOBID= 13170433
Free space on /tmp= 72664 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT11/crafted/skvortsov/battleship/battleship-17-33-sat.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3261547-1304058832/watcher-3261547-1304058832 -o /tmp/evaluation-result-3261547-1304058832/solver-3261547-1304058832 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3261547-1304058832.cnf 1833166829 4800 15500 4

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

MD5SUM BENCH= ff3a31481d1bf95f014a91f5192a55fa
RANDOM SEED=1833166829

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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.833
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:      22168260 kB
Buffers:       2297876 kB
Cached:        7815668 kB
SwapCached:          0 kB
Active:        2693904 kB
Inactive:      7522964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22168260 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3436 kB
Writeback:           0 kB
AnonPages:      102560 kB
Mapped:          15636 kB
Slab:           504576 kB
PageTables:       4320 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   287220 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= 72660 MiB
End job on node140 at 2011-04-29 08:53:56