Trace number 3499423

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 1.0? (TO) 20399.5 5100.02

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: 17963
0.00/0.00	c parsetime: 1481us
0.00/0.00	c parsed 4777 clauses with 561 variables
0.00/0.00	c NW started thread 0 successfully (1091873088)
0.00/0.00	c NW started thread 1 successfully (1117186368)
0.00/0.00	c NW started thread 2 successfully (1127676224)
0.00/0.00	c NW started thread 3 successfully (1102362944)
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: 780392us (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: 781100us (0s)
0.00/0.79	c preprocessor returned 10011 variables
0.00/0.79	c preprocessing returned UNKNOWN
0.00/0.79	c PP set 0 variables
0.00/0.79	c pp time: 783329us (0s)
29.45/7.46	c preprocessor returned 30011 variables
29.45/7.46	c preprocessing returned UNKNOWN
29.45/7.46	c PP set 0 variables
29.45/7.46	c pp time: 7459420us (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.1 (svn: 989)

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 /var/tmp/evaluation-result-3499423-1307999144/watcher-3499423-1307999144 -o /var/tmp/evaluation-result-3499423-1307999144/solver-3499423-1307999144 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499423-1307999144.cnf 1988213836 40000 31000 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.71 2.09 2.69 2/170 17962
/proc/meminfo: memFree=30129028/32950928 swapFree=67048888/67111528
[pid=17962] ppid=17960 vsize=8700 CPUtime=0 cores=0-7
/proc/17962/stat : 17962 (priss.sh) S 17960 17962 17932 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911513177 8908800 252 33554432000 4194304 4922060 140736029574448 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/17962/statm: 2175 252 211 178 0 68 0

[startup+0.0720991 s]
/proc/loadavg: 1.71 2.09 2.69 2/170 17962
/proc/meminfo: memFree=30129028/32950928 swapFree=67048888/67111528
[pid=17962] ppid=17960 vsize=8700 CPUtime=0 cores=0-7
/proc/17962/stat : 17962 (priss.sh) S 17960 17962 17932 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911513177 8908800 252 33554432000 4194304 4922060 140736029574448 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/17962/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101031 s]
/proc/loadavg: 1.71 2.09 2.69 2/170 17962
/proc/meminfo: memFree=30129028/32950928 swapFree=67048888/67111528
[pid=17962] ppid=17960 vsize=8700 CPUtime=0 cores=0-7
/proc/17962/stat : 17962 (priss.sh) S 17960 17962 17932 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911513177 8908800 252 33554432000 4194304 4922060 140736029574448 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/17962/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301054 s]
/proc/loadavg: 1.71 2.09 2.69 2/170 17962
/proc/meminfo: memFree=30129028/32950928 swapFree=67048888/67111528
[pid=17962] ppid=17960 vsize=8700 CPUtime=0 cores=0-7
/proc/17962/stat : 17962 (priss.sh) S 17960 17962 17932 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911513177 8908800 252 33554432000 4194304 4922060 140736029574448 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/17962/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700983 s]
/proc/loadavg: 1.71 2.09 2.69 2/170 17962
/proc/meminfo: memFree=30129028/32950928 swapFree=67048888/67111528
[pid=17962] ppid=17960 vsize=8700 CPUtime=0 cores=0-7
/proc/17962/stat : 17962 (priss.sh) S 17960 17962 17932 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911513177 8908800 252 33554432000 4194304 4922060 140736029574448 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/17962/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50078 s]
/proc/loadavg: 1.71 2.09 2.69 5/176 17968
/proc/meminfo: memFree=30104096/32950928 swapFree=67048888/67111528
[pid=17962] ppid=17960 vsize=8700 CPUtime=0 cores=0-7
/proc/17962/stat : 17962 (priss.sh) S 17960 17962 17932 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911513177 8908800 252 33554432000 4194304 4922060 140736029574448 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/17962/statm: 2175 252 211 178 0 68 0
[pid=17963] ppid=17962 vsize=275600 CPUtime=5.92 cores=0-7
/proc/17963/stat : 17963 (priss) S 17962 17962 17932 0 -1 4202496 8985 0 0 0 579 13 0 0 25 0 5 0 911513177 282214400 7489 33554432000 4194304 5787044 140733326647440 18446744073709551615 268284512689 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/17963/statm: 68900 7489 404 389 0 64650 0
[pid=17963/tid=17965] ppid=17962 vsize=275600 CPUtime=1.47 cores=0-7
/proc/17963/task/17965/stat : 17965 (priss) R 17962 17962 17932 0 -1 4202560 1580 0 0 0 143 4 0 0 18 0 5 0 911513178 282214400 7489 33554432000 4194304 5787044 140733326647440 18446744073709551615 268272794143 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=17963/tid=17966] ppid=17962 vsize=275600 CPUtime=1.47 cores=0-7
/proc/17963/task/17966/stat : 17966 (priss) R 17962 17962 17932 0 -1 4202560 1660 0 0 0 144 3 0 0 18 0 5 0 911513178 282214400 7489 33554432000 4194304 5787044 140733326647440 18446744073709551615 4218863 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=17963/tid=17967] ppid=17962 vsize=275600 CPUtime=1.47 cores=0-7
/proc/17963/task/17967/stat : 17967 (priss) R 17962 17962 17932 0 -1 4202560 2050 0 0 0 142 5 0 0 18 0 5 0 911513178 282214400 7489 33554432000 4194304 5787044 140733326647440 18446744073709551615 4254564 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=17963/tid=17968] ppid=17962 vsize=275600 CPUtime=1.48 cores=0-7
/proc/17963/task/17968/stat : 17968 (priss) R 17962 17962 17932 0 -1 4202560 2159 0 0 0 148 0 0 0 19 0 5 0 911513178 282214400 7489 33554432000 4194304 5787044 140733326647440 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 284300

[startup+3.1005 s]
/proc/loadavg: 1.89 2.12 2.70 5/176 17968
/proc/meminfo: memFree=30095788/32950928 swapFree=67048888/67111528
[pid=17962] ppid=17960 vsize=8700 CPUtime=0 cores=0-7
/proc/17962/stat : 17962 (priss.sh) S 17960 17962 17932 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911513177 8908800 252 33554432000 4194304 4922060 140736029574448 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/17962/statm: 2175 252 211 178 0 68 0
[pid=17963] ppid=17962 vsize=279520 CPUtime=12.29 cores=0-7
/proc/17963/stat : 17963 (priss) S 17962 17962 17932 0 -1 4202496 11683 0 0 0 1207 22 0 0 25 0 5 0 911513177 286228480 10187 33554432000 4194304 5787044 140733326647440 18446744073709551615 268284512689 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/17963/statm: 69880 10187 404 389 0 65630 0
[pid=17963/tid=17965] ppid=17962 vsize=279520 CPUtime=3.06 cores=0-7
/proc/17963/task/17965/stat : 17965 (priss) R 17962 17962 17932 0 -1 4202560 2516 0 0 0 299 7 0 0 19 0 5 0 911513178 286228480 10187 33554432000 4194304 5787044 140733326647440 18446744073709551615 4220663 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=17963/tid=17966] ppid=17962 vsize=279520 CPUtime=3.06 cores=0-7
/proc/17963/task/17966/stat : 17966 (priss) R 17962 17962 17932 0 -1 4202560 2616 0 0 0 300 6 0 0 21 0 5 0 911513178 286228480 10187 33554432000 4194304 5787044 140733326647440 18446744073709551615 5576478 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=17963/tid=17967] ppid=17962 vsize=279520 CPUtime=3.06 cores=0-7
/proc/17963/task/17967/stat : 17967 (priss) R 17962 17962 17932 0 -1 4202560 2856 0 0 0 299 7 0 0 21 0 5 0 911513178 286228480 10187 33554432000 4194304 5787044 140733326647440 18446744073709551615 268272794143 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=17963/tid=17968] ppid=17962 vsize=279520 CPUtime=3.08 cores=0-7
/proc/17963/task/17968/stat : 17968 (priss) R 17962 17962 17932 0 -1 4202560 2159 0 0 0 308 0 0 0 25 0 5 0 911513178 286228480 10187 33554432000 4194304 5787044 140733326647440 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 288220

[startup+6.30093 s]
/proc/loadavg: 1.89 2.12 2.70 5/176 17968
/proc/meminfo: memFree=30070604/32950928 swapFree=67048888/67111528
[pid=17962] ppid=17960 vsize=8700 CPUtime=0 cores=0-7
/proc/17962/stat : 17962 (priss.sh) S 17960 17962 17932 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911513177 8908800 252 33554432000 4194304 4922060 140736029574448 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/17962/statm: 2175 252 211 178 0 68 0
[pid=17963] ppid=17962 vsize=289568 CPUtime=25.06 cores=0-7
/proc/17963/stat : 17963 (priss) S 17962 17962 17932 0 -1 4202496 17024 0 0 0 2479 27 0 0 25 0 5 0 911513177 296517632 15528 33554432000 4194304 5787044 140733326647440 18446744073709551615 268284512689 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/17963/statm: 72392 15528 404 389 0 68142 0
[pid=17963/tid=17965] ppid=17962 vsize=289568 CPUtime=6.25 cores=0-7
/proc/17963/task/17965/stat : 17965 (priss) R 17962 17962 17932 0 -1 4202560 4049 0 0 0 616 9 0 0 25 0 5 0 911513178 296517632 15528 33554432000 4194304 5787044 140733326647440 18446744073709551615 268284514997 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=17963/tid=17966] ppid=17962 vsize=289568 CPUtime=6.24 cores=0-7
/proc/17963/task/17966/stat : 17966 (priss) R 17962 17962 17932 0 -1 4202560 4087 0 0 0 617 7 0 0 18 0 5 0 911513178 296517632 15528 33554432000 4194304 5787044 140733326647440 18446744073709551615 268284514997 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=17963/tid=17967] ppid=17962 vsize=289568 CPUtime=6.26 cores=0-7
/proc/17963/task/17967/stat : 17967 (priss) R 17962 17962 17932 0 -1 4202560 5193 0 0 0 616 10 0 0 23 0 5 0 911513178 296517632 15528 33554432000 4194304 5787044 140733326647440 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=17963/tid=17968] ppid=17962 vsize=289568 CPUtime=6.28 cores=0-7
/proc/17963/task/17968/stat : 17968 (priss) R 17962 17962 17932 0 -1 4202560 2159 0 0 0 628 0 0 0 25 0 5 0 911513178 296517632 15528 33554432000 4194304 5787044 140733326647440 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 298268

[startup+12.7008 s]
/proc/loadavg: 2.22 2.18 2.71 5/176 17968
/proc/meminfo: memFree=30028536/32950928 swapFree=67048888/67111528
[pid=17962] ppid=17960 vsize=8700 CPUtime=0 cores=0-7
/proc/17962/stat : 17962 (priss.sh) S 17960 17962 17932 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911513177 8908800 252 33554432000 4194304 4922060 140736029574448 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/17962/statm: 2175 252 211 178 0 68 0
[pid=17963] ppid=17962 vsize=299600 CPUtime=50.55 cores=0-7
/proc/17963/stat : 17963 (priss) S 17962 17962 17932 0 -1 4202496 28639 0 0 0 5009 46 0 0 25 0 5 0 911513177 306790400 26134 33554432000 4194304 5787044 140733326647440 18446744073709551615 268284512689 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/17963/statm: 74900 26134 417 389 0 70650 0
[pid=17963/tid=17965] ppid=17962 vsize=299600 CPUtime=12.62 cores=0-7
/proc/17963/task/17965/stat : 17965 (priss) R 17962 17962 17932 0 -1 4202560 7174 0 0 0 1249 13 0 0 25 0 5 0 911513178 306790400 26134 33554432000 4194304 5787044 140733326647440 18446744073709551615 4692763 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=17963/tid=17966] ppid=17962 vsize=299600 CPUtime=12.62 cores=0-7
/proc/17963/task/17966/stat : 17966 (priss) R 17962 17962 17932 0 -1 4202560 6199 0 0 0 1250 12 0 0 20 0 5 0 911513178 306790400 26134 33554432000 4194304 5787044 140733326647440 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=17963/tid=17967] ppid=17962 vsize=299600 CPUtime=12.62 cores=0-7
/proc/17963/task/17967/stat : 17967 (priss) R 17962 17962 17932 0 -1 4202560 7607 0 0 0 1248 14 0 0 25 0 5 0 911513178 306790400 26134 33554432000 4194304 5787044 140733326647440 18446744073709551615 4228883 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=17963/tid=17968] ppid=17962 vsize=299600 CPUtime=12.65 cores=0-7
/proc/17963/task/17968/stat : 17968 (priss) R 17962 17962 17932 0 -1 4202560 6123 0 0 0 1260 5 0 0 18 0 5 0 911513178 306790400 26134 33554432000 4194304 5787044 140733326647440 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 308300

[startup+25.5005 s]
/proc/loadavg: 2.49 2.24 2.72 5/176 17968
/proc/meminfo: memFree=29990008/32950928 swapFree=67048888/67111528
[pid=17962] ppid=17960 vsize=8700 CPUtime=0 cores=0-7
/proc/17962/stat : 17962 (priss.sh) S 17960 17962 17932 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911513177 8908800 252 33554432000 4194304 4922060 140736029574448 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/17962/statm: 2175 252 211 178 0 68 0
[pid=17963] ppid=17962 vsize=303832 CPUtime=101.65 cores=0-7
/proc/17963/stat : 17963 (priss) S 17962 17962 17932 0 -1 4202496 38096 0 0 0 10104 61 0 0 25 0 5 0 911513177 311123968 35587 33554432000 4194304 5787044 140733326647440 18446744073709551615 268284512689 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/17963/statm: 75958 35587 417 389 0 71708 0
[pid=17963/tid=17965] ppid=17962 vsize=303832 CPUtime=25.38 cores=0-7
/proc/17963/task/17965/stat : 17965 (priss) R 17962 17962 17932 0 -1 4202560 9145 0 0 0 2521 17 0 0 25 0 5 0 911513178 311123968 35587 33554432000 4194304 5787044 140733326647440 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=17963/tid=17966] ppid=17962 vsize=303832 CPUtime=25.4 cores=0-7
/proc/17963/task/17966/stat : 17966 (priss) R 17962 17962 17932 0 -1 4202560 8287 0 0 0 2525 15 0 0 25 0 5 0 911513178 311123968 35587 33554432000 4194304 5787044 140733326647440 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=17963/tid=17967] ppid=17962 vsize=303832 CPUtime=25.39 cores=0-7
/proc/17963/task/17967/stat : 17967 (priss) R 17962 17962 17932 0 -1 4202560 7750 0 0 0 2523 16 0 0 25 0 5 0 911513178 311123968 35587 33554432000 4194304 5787044 140733326647440 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=17963/tid=17968] ppid=17962 vsize=303832 CPUtime=25.44 cores=0-7
/proc/17963/task/17968/stat : 17968 (priss) R 17962 17962 17932 0 -1 4202560 11378 0 0 0 2533 11 0 0 25 0 5 0 911513178 311123968 35587 33554432000 4194304 5787044 140733326647440 18446744073709551615 5527457 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.65
Current children cumulated vsize (KiB) 312532

[startup+51.1009 s]
/proc/loadavg: 3.00 2.38 2.76 5/176 17969
/proc/meminfo: memFree=29928600/32950928 swapFree=67048888/67111528
[pid=17962] ppid=17960 vsize=8700 CPUtime=0 cores=0-7
/proc/17962/stat : 17962 (priss.sh) S 17960 17962 17932 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911513177 8908800 252 33554432000 4194304 4922060 140736029574448 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/17962/statm: 2175 252 211 178 0 68 0
[pid=17963] ppid=17962 vsize=327736 CPUtime=204 cores=0-7
/proc/17963/stat : 17963 (priss) S 17962 17962 17932 0 -1 4202496 54057 0 0 0 20326 74 0 0 25 0 5 0 911513177 335601664 51483 33554432000 4194304 5787044 140733326647440 18446744073709551615 268284512689 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/17963/statm: 81934 51483 417 389 0 77684 0
[pid=17963/tid=17965] ppid=17962 vsize=327736 CPUtime=50.96 cores=0-7
/proc/17963/task/17965/stat : 17965 (priss) R 17962 17962 17932 0 -1 4202560 14526 0 0 0 5076 20 0 0 25 0 5 0 911513178 335601664 51483 33554432000 4194304 5787044 140733326647440 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=17963/tid=17966] ppid=17962 vsize=327736 CPUtime=50.99 cores=0-7
/proc/17963/task/17966/stat : 17966 (priss) R 17962 17962 17932 0 -1 4202560 11817 0 0 0 5080 19 0 0 25 0 5 0 911513178 335601664 51483 33554432000 4194304 5787044 140733326647440 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=17963/tid=17967] ppid=17962 vsize=327736 CPUtime=50.98 cores=0-7
/proc/17963/task/17967/stat : 17967 (priss) R 17962 17962 17932 0 -1 4202560 8832 0 0 0 5081 17 0 0 25 0 5 0 911513178 335601664 51483 33554432000 4194304 5787044 140733326647440 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=17963/tid=17968] ppid=17962 vsize=327736 CPUtime=51.02 cores=0-7
/proc/17963/task/17968/stat : 17968 (priss) R 17962 17962 17932 0 -1 4202560 17346 0 0 0 5086 16 0 0 19 0 5 0 911513178 335601664 51483 33554432000 4194304 5787044 140733326647440 18446744073709551615 5527168 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 204
Current children cumulated vsize (KiB) 336436

[startup+102.307 s]
/proc/loadavg: 3.60 2.65 2.83 5/176 17970
/proc/meminfo: memFree=29860952/32950928 swapFree=67048888/67111528
[pid=17962] ppid=17960 vsize=8700 CPUtime=0 cores=0-7
/proc/17962/stat : 17962 (priss.sh) S 17960 17962 17932 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911513177 8908800 252 33554432000 4194304 4922060 140736029574448 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/17962/statm: 2175 252 211 178 0 68 0
[pid=17963] ppid=17962 vsize=354284 CPUtime=408.77 cores=0-7
/proc/17963/stat : 17963 (priss) S 17962 17962 17932 0 -1 4202496 70429 0 0 0 40788 89 0 0 25 0 5 0 911513177 362786816 67723 33554432000 4194304 5787044 140733326647440 18446744073709551615 268284512689 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/17963/statm: 88571 67723 417 389 0 84321 0
[pid=17963/tid=17965] ppid=17962 vsize=354284 CPUtime=102.16 cores=0-7
/proc/17963/task/17965/stat : 17965 (priss) R 17962 17962 17932 0 -1 4202560 18956 0 0 0 10193 23 0 0 25 0 5 0 911513178 362786816 67723 33554432000 4194304 5787044 140733326647440 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=17963/tid=17966] ppid=17962 vsize=354284 CPUtime=102.19 cores=0-7
/proc/17963/task/17966/stat : 17966 (priss) R 17962 17962 17932 0 -1 4202560 17138 0 0 0 10192 27 0 0 25 0 5 0 911513178 362786816 67723 33554432000 4194304 5787044 140733326647440 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=17963/tid=17967] ppid=17962 vsize=354284 CPUtime=102.17 cores=0-7
/proc/17963/task/17967/stat : 17967 (priss) R 17962 17962 17932 0 -1 4202560 12289 0 0 0 10196 21 0 0 25 0 5 0 911513178 362786816 67723 33554432000 4194304 5787044 140733326647440 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=17963/tid=17968] ppid=17962 vsize=354284 CPUtime=102.23 cores=0-7

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

/proc/17963/task/17966/stat : 17966 (priss) R 17962 17962 17932 0 -1 4202560 85856 0 0 0 472056 161 0 0 25 0 5 0 911513178 1750663168 360655 33554432000 4194304 5787044 140733326647440 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=17963/tid=17967] ppid=17962 vsize=1709632 CPUtime=4722.14 cores=0-7
/proc/17963/task/17967/stat : 17967 (priss) R 17962 17962 17932 0 -1 4202560 74374 0 0 0 472101 113 0 0 25 0 5 0 911513178 1750663168 360655 33554432000 4194304 5787044 140733326647440 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=17963/tid=17968] ppid=17962 vsize=1709632 CPUtime=4722.23 cores=0-7
/proc/17963/task/17968/stat : 17968 (priss) R 17962 17962 17932 0 -1 4202560 103091 0 0 0 471998 225 0 0 25 0 5 0 911513178 1750663168 360655 33554432000 4194304 5787044 140733326647440 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 18888.7
Current children cumulated vsize (KiB) 1718332

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 18107
/proc/meminfo: memFree=28682144/32950928 swapFree=67048888/67111528
[pid=17962] ppid=17960 vsize=8700 CPUtime=0 cores=0-7
/proc/17962/stat : 17962 (priss.sh) S 17960 17962 17932 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911513177 8908800 252 33554432000 4194304 4922060 140736029574448 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/17962/statm: 2175 252 211 178 0 68 0
[pid=17963] ppid=17962 vsize=1709632 CPUtime=19128.7 cores=0-7
/proc/17963/stat : 17963 (priss) S 17962 17962 17932 0 -1 4202496 365935 0 0 0 1912234 636 0 0 25 0 5 0 911513177 1750663168 360834 33554432000 4194304 5787044 140733326647440 18446744073709551615 268284512689 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/17963/statm: 427408 360834 417 389 0 423158 0
[pid=17963/tid=17965] ppid=17962 vsize=1709632 CPUtime=4782.14 cores=0-7
/proc/17963/task/17965/stat : 17965 (priss) R 17962 17962 17932 0 -1 4202560 100916 0 0 0 478079 135 0 0 25 0 5 0 911513178 1750663168 360834 33554432000 4194304 5787044 140733326647440 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=17963/tid=17966] ppid=17962 vsize=1709632 CPUtime=4782.16 cores=0-7
/proc/17963/task/17966/stat : 17966 (priss) R 17962 17962 17932 0 -1 4202560 85964 0 0 0 478055 161 0 0 25 0 5 0 911513178 1750663168 360834 33554432000 4194304 5787044 140733326647440 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=17963/tid=17967] ppid=17962 vsize=1709632 CPUtime=4782.14 cores=0-7
/proc/17963/task/17967/stat : 17967 (priss) R 17962 17962 17932 0 -1 4202560 74408 0 0 0 478101 113 0 0 25 0 5 0 911513178 1750663168 360834 33554432000 4194304 5787044 140733326647440 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=17963/tid=17968] ppid=17962 vsize=1709632 CPUtime=4782.22 cores=0-7
/proc/17963/task/17968/stat : 17968 (priss) R 17962 17962 17932 0 -1 4202560 103111 0 0 0 477997 225 0 0 25 0 5 0 911513178 1750663168 360834 33554432000 4194304 5787044 140733326647440 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19128.7
Current children cumulated vsize (KiB) 1718332

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 18109
/proc/meminfo: memFree=28681236/32950928 swapFree=67048888/67111528
[pid=17962] ppid=17960 vsize=8700 CPUtime=0 cores=0-7
/proc/17962/stat : 17962 (priss.sh) S 17960 17962 17932 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911513177 8908800 252 33554432000 4194304 4922060 140736029574448 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/17962/statm: 2175 252 211 178 0 68 0
[pid=17963] ppid=17962 vsize=1709632 CPUtime=19368.7 cores=0-7
/proc/17963/stat : 17963 (priss) S 17962 17962 17932 0 -1 4202496 366196 0 0 0 1936235 637 0 0 25 0 5 0 911513177 1750663168 361095 33554432000 4194304 5787044 140733326647440 18446744073709551615 268284512689 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/17963/statm: 427408 361095 417 389 0 423158 0
[pid=17963/tid=17965] ppid=17962 vsize=1709632 CPUtime=4842.14 cores=0-7
/proc/17963/task/17965/stat : 17965 (priss) R 17962 17962 17932 0 -1 4202560 100936 0 0 0 484079 135 0 0 25 0 5 0 911513178 1750663168 361095 33554432000 4194304 5787044 140733326647440 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=17963/tid=17966] ppid=17962 vsize=1709632 CPUtime=4842.17 cores=0-7
/proc/17963/task/17966/stat : 17966 (priss) R 17962 17962 17932 0 -1 4202560 86052 0 0 0 484056 161 0 0 25 0 5 0 911513178 1750663168 361095 33554432000 4194304 5787044 140733326647440 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=17963/tid=17967] ppid=17962 vsize=1709632 CPUtime=4842.14 cores=0-7
/proc/17963/task/17967/stat : 17967 (priss) R 17962 17962 17932 0 -1 4202560 74502 0 0 0 484101 113 0 0 25 0 5 0 911513178 1750663168 361095 33554432000 4194304 5787044 140733326647440 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=17963/tid=17968] ppid=17962 vsize=1709632 CPUtime=4842.22 cores=0-7
/proc/17963/task/17968/stat : 17968 (priss) R 17962 17962 17932 0 -1 4202560 103170 0 0 0 483997 225 0 0 25 0 5 0 911513178 1750663168 361095 33554432000 4194304 5787044 140733326647440 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19368.7
Current children cumulated vsize (KiB) 1718332

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 18110
/proc/meminfo: memFree=28670028/32950928 swapFree=67048888/67111528
[pid=17962] ppid=17960 vsize=8700 CPUtime=0 cores=0-7
/proc/17962/stat : 17962 (priss.sh) S 17960 17962 17932 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911513177 8908800 252 33554432000 4194304 4922060 140736029574448 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/17962/statm: 2175 252 211 178 0 68 0
[pid=17963] ppid=17962 vsize=1709632 CPUtime=19608.7 cores=0-7
/proc/17963/stat : 17963 (priss) S 17962 17962 17932 0 -1 4202496 369005 0 0 0 1960224 648 0 0 25 0 5 0 911513177 1750663168 363904 33554432000 4194304 5787044 140733326647440 18446744073709551615 268284512689 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/17963/statm: 427408 363904 417 389 0 423158 0
[pid=17963/tid=17965] ppid=17962 vsize=1709632 CPUtime=4902.14 cores=0-7
/proc/17963/task/17965/stat : 17965 (priss) R 17962 17962 17932 0 -1 4202560 100967 0 0 0 490079 135 0 0 25 0 5 0 911513178 1750663168 363904 33554432000 4194304 5787044 140733326647440 18446744073709551615 5591552 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=17963/tid=17966] ppid=17962 vsize=1709632 CPUtime=4902.17 cores=0-7
/proc/17963/task/17966/stat : 17966 (priss) R 17962 17962 17932 0 -1 4202560 87502 0 0 0 490050 167 0 0 25 0 5 0 911513178 1750663168 363904 33554432000 4194304 5787044 140733326647440 18446744073709551615 5591640 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=17963/tid=17967] ppid=17962 vsize=1709632 CPUtime=4902.14 cores=0-7
/proc/17963/task/17967/stat : 17967 (priss) R 17962 17962 17932 0 -1 4202560 74575 0 0 0 490101 113 0 0 25 0 5 0 911513178 1750663168 363904 33554432000 4194304 5787044 140733326647440 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=17963/tid=17968] ppid=17962 vsize=1709632 CPUtime=4902.23 cores=0-7
/proc/17963/task/17968/stat : 17968 (priss) R 17962 17962 17932 0 -1 4202560 104425 0 0 0 489992 231 0 0 25 0 5 0 911513178 1750663168 363904 33554432000 4194304 5787044 140733326647440 18446744073709551615 5527186 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19608.7
Current children cumulated vsize (KiB) 1718332

[startup+4962.3 s]
/proc/loadavg: 4.07 4.02 3.93 5/176 18112
/proc/meminfo: memFree=28653252/32950928 swapFree=67048888/67111528
[pid=17962] ppid=17960 vsize=8700 CPUtime=0 cores=0-7
/proc/17962/stat : 17962 (priss.sh) S 17960 17962 17932 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911513177 8908800 252 33554432000 4194304 4922060 140736029574448 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/17962/statm: 2175 252 211 178 0 68 0
[pid=17963] ppid=17962 vsize=1713732 CPUtime=19848.7 cores=0-7
/proc/17963/stat : 17963 (priss) S 17962 17962 17932 0 -1 4202496 373163 0 0 0 1984210 662 0 0 25 0 5 0 911513177 1754861568 368062 33554432000 4194304 5787044 140733326647440 18446744073709551615 268284512689 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/17963/statm: 428433 368062 417 389 0 424183 0
[pid=17963/tid=17965] ppid=17962 vsize=1713732 CPUtime=4962.15 cores=0-7
/proc/17963/task/17965/stat : 17965 (priss) R 17962 17962 17932 0 -1 4202560 101019 0 0 0 496079 136 0 0 25 0 5 0 911513178 1754861568 368062 33554432000 4194304 5787044 140733326647440 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=17963/tid=17966] ppid=17962 vsize=1713732 CPUtime=4962.17 cores=0-7
/proc/17963/task/17966/stat : 17966 (priss) R 17962 17962 17932 0 -1 4202560 90034 0 0 0 496043 174 0 0 25 0 5 0 911513178 1754861568 368062 33554432000 4194304 5787044 140733326647440 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=17963/tid=17967] ppid=17962 vsize=1713732 CPUtime=4962.14 cores=0-7
/proc/17963/task/17967/stat : 17967 (priss) R 17962 17962 17932 0 -1 4202560 74659 0 0 0 496101 113 0 0 25 0 5 0 911513178 1754861568 368062 33554432000 4194304 5787044 140733326647440 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=17963/tid=17968] ppid=17962 vsize=1713732 CPUtime=4962.22 cores=0-7
/proc/17963/task/17968/stat : 17968 (priss) R 17962 17962 17932 0 -1 4202560 105915 0 0 0 495985 237 0 0 25 0 5 0 911513178 1754861568 368062 33554432000 4194304 5787044 140733326647440 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19848.7
Current children cumulated vsize (KiB) 1722432

[startup+5022.3 s]
/proc/loadavg: 4.02 4.01 3.93 5/176 18113
/proc/meminfo: memFree=28640804/32950928 swapFree=67048888/67111528
[pid=17962] ppid=17960 vsize=8700 CPUtime=0 cores=0-7
/proc/17962/stat : 17962 (priss.sh) S 17960 17962 17932 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911513177 8908800 252 33554432000 4194304 4922060 140736029574448 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/17962/statm: 2175 252 211 178 0 68 0
[pid=17963] ppid=17962 vsize=1713732 CPUtime=20088.7 cores=0-7
/proc/17963/stat : 17963 (priss) S 17962 17962 17932 0 -1 4202496 376260 0 0 0 2008197 676 0 0 25 0 5 0 911513177 1754861568 371159 33554432000 4194304 5787044 140733326647440 18446744073709551615 268284512689 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/17963/statm: 428433 371159 417 389 0 424183 0
[pid=17963/tid=17965] ppid=17962 vsize=1713732 CPUtime=5022.15 cores=0-7
/proc/17963/task/17965/stat : 17965 (priss) R 17962 17962 17932 0 -1 4202560 101069 0 0 0 502079 136 0 0 25 0 5 0 911513178 1754861568 371159 33554432000 4194304 5787044 140733326647440 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=17963/tid=17966] ppid=17962 vsize=1713732 CPUtime=5022.17 cores=0-7
/proc/17963/task/17966/stat : 17966 (priss) R 17962 17962 17932 0 -1 4202560 91515 0 0 0 502037 180 0 0 25 0 5 0 911513178 1754861568 371159 33554432000 4194304 5787044 140733326647440 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=17963/tid=17967] ppid=17962 vsize=1713732 CPUtime=5022.14 cores=0-7
/proc/17963/task/17967/stat : 17967 (priss) R 17962 17962 17932 0 -1 4202560 74773 0 0 0 502100 114 0 0 25 0 5 0 911513178 1754861568 371159 33554432000 4194304 5787044 140733326647440 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=17963/tid=17968] ppid=17962 vsize=1713732 CPUtime=5022.23 cores=0-7
/proc/17963/task/17968/stat : 17968 (priss) R 17962 17962 17932 0 -1 4202560 107367 0 0 0 501979 244 0 0 25 0 5 0 911513178 1754861568 371159 33554432000 4194304 5787044 140733326647440 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20088.7
Current children cumulated vsize (KiB) 1722432

[startup+5082.3 s]
/proc/loadavg: 4.01 4.00 3.93 5/176 18115
/proc/meminfo: memFree=28620180/32950928 swapFree=67048888/67111528
[pid=17962] ppid=17960 vsize=8700 CPUtime=0 cores=0-7
/proc/17962/stat : 17962 (priss.sh) S 17960 17962 17932 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911513177 8908800 252 33554432000 4194304 4922060 140736029574448 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/17962/statm: 2175 252 211 178 0 68 0
[pid=17963] ppid=17962 vsize=1721396 CPUtime=20328.7 cores=0-7
/proc/17963/stat : 17963 (priss) S 17962 17962 17932 0 -1 4202496 381365 0 0 0 2032181 691 0 0 25 0 5 0 911513177 1762709504 376264 33554432000 4194304 5787044 140733326647440 18446744073709551615 268284512689 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/17963/statm: 430349 376264 417 389 0 426099 0
[pid=17963/tid=17965] ppid=17962 vsize=1721396 CPUtime=5082.15 cores=0-7
/proc/17963/task/17965/stat : 17965 (priss) R 17962 17962 17932 0 -1 4202560 102138 0 0 0 508078 137 0 0 25 0 5 0 911513178 1762709504 376264 33554432000 4194304 5787044 140733326647440 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=17963/tid=17966] ppid=17962 vsize=1721396 CPUtime=5082.17 cores=0-7
/proc/17963/task/17966/stat : 17966 (priss) R 17962 17962 17932 0 -1 4202560 92958 0 0 0 508030 187 0 0 25 0 5 0 911513178 1762709504 376264 33554432000 4194304 5787044 140733326647440 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=17963/tid=17967] ppid=17962 vsize=1721396 CPUtime=5082.14 cores=0-7
/proc/17963/task/17967/stat : 17967 (priss) R 17962 17962 17932 0 -1 4202560 74844 0 0 0 508100 114 0 0 25 0 5 0 911513178 1762709504 376264 33554432000 4194304 5787044 140733326647440 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=17963/tid=17968] ppid=17962 vsize=1721396 CPUtime=5082.23 cores=0-7
/proc/17963/task/17968/stat : 17968 (priss) R 17962 17962 17932 0 -1 4202560 109889 0 0 0 507971 252 0 0 25 0 5 0 911513178 1762709504 376264 33554432000 4194304 5787044 140733326647440 18446744073709551615 5527202 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20328.7
Current children cumulated vsize (KiB) 1730096



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 18116
/proc/meminfo: memFree=28614960/32950928 swapFree=67048888/67111528
[pid=17962] ppid=17960 vsize=8700 CPUtime=0 cores=0-7
/proc/17962/stat : 17962 (priss.sh) S 17960 17962 17932 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911513177 8908800 252 33554432000 4194304 4922060 140736029574448 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/17962/statm: 2175 252 211 178 0 68 0
[pid=17963] ppid=17962 vsize=1722980 CPUtime=20399.6 cores=0-7
/proc/17963/stat : 17963 (priss) S 17962 17962 17932 0 -1 4202496 382668 0 0 0 2039259 696 0 0 25 0 5 0 911513177 1764331520 377567 33554432000 4194304 5787044 140733326647440 18446744073709551615 268284512689 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/17963/statm: 430745 377567 417 389 0 426495 0
[pid=17963/tid=17965] ppid=17962 vsize=1722980 CPUtime=5099.86 cores=0-7
/proc/17963/task/17965/stat : 17965 (priss) R 17962 17962 17932 0 -1 4202560 102549 0 0 0 509849 137 0 0 25 0 5 0 911513178 1764331520 377567 33554432000 4194304 5787044 140733326647440 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=17963/tid=17966] ppid=17962 vsize=1722980 CPUtime=5099.88 cores=0-7
/proc/17963/task/17966/stat : 17966 (priss) R 17962 17962 17932 0 -1 4202560 93365 0 0 0 509798 190 0 0 25 0 5 0 911513178 1764331520 377567 33554432000 4194304 5787044 140733326647440 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=17963/tid=17967] ppid=17962 vsize=1722980 CPUtime=5099.85 cores=0-7
/proc/17963/task/17967/stat : 17967 (priss) R 17962 17962 17932 0 -1 4202560 74901 0 0 0 509871 114 0 0 25 0 5 0 911513178 1764331520 377567 33554432000 4194304 5787044 140733326647440 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=17963/tid=17968] ppid=17962 vsize=1722980 CPUtime=5099.94 cores=0-7
/proc/17963/task/17968/stat : 17968 (priss) R 17962 17962 17932 0 -1 4202560 110317 0 0 0 509740 254 0 0 25 0 5 0 911513178 1764331520 377567 33554432000 4194304 5787044 140733326647440 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20399.6
Current children cumulated vsize (KiB) 1731680

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 17962 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=999
# CPU time returned by wait4() is 0.001998
# while last known CPU time is 20399.6
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5100.02
CPU time (s): 20399.5
CPU user time (s): 20392.6
CPU system time (s): 6.96
CPU usage (%): 399.99
Max. virtual memory (cumulated for all children) (KiB): 1731680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0.000999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 332
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 3

runsolver used 7.72982 second user time and 19.521 second system time

The end

Launcher Data

Begin job on node122 at 2011-06-13 23:05:44
IDJOB=3499423
IDBENCH=83234
IDSOLVER=1994
FILE ID=node122/3499423-1307999144
RUNJOBID= node122-1307999144-17946
PBS_JOBID= 13559843
Free space on /var/tmp= 2892 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/crafted/skvortsov/battleship/battleship-17-33-sat.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3499423-1307999144/watcher-3499423-1307999144 -o /var/tmp/evaluation-result-3499423-1307999144/solver-3499423-1307999144 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499423-1307999144.cnf 1988213836 40000 31000 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= ff3a31481d1bf95f014a91f5192a55fa
RANDOM SEED=1988213836

node122.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.820
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.64
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.820
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	: 5332.75
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.820
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.820
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.83
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.820
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.820
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.820
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.820
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.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30129820 kB
Buffers:         58544 kB
Cached:        2542788 kB
SwapCached:      15172 kB
Active:         171984 kB
Inactive:      2447964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30129820 kB
SwapTotal:    67111528 kB
SwapFree:     67048888 kB
Dirty:            1648 kB
Writeback:           0 kB
AnonPages:       16352 kB
Mapped:           8644 kB
Slab:           135812 kB
PageTables:       3868 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   187476 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 /var/tmp at the end= 2892 MiB
End job on node122 at 2011-06-14 00:30:46