Trace number 3261548

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) 4800.26 1201.92

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: 20476
0.00/0.00	c parsetime: 1666us
0.00/0.00	c parsed 4777 clauses with 561 variables
0.00/0.00	c NW started thread 0 successfully (1116723520)
0.00/0.00	c NW started thread 1 successfully (1093753152)
0.00/0.00	c NW started thread 2 successfully (1104243008)
0.00/0.00	c NW started thread 3 successfully (1127213376)
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: 775876us (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: 777685us (0s)
0.00/0.83	c preprocessor returned 10011 variables
0.00/0.83	c preprocessing returned UNKNOWN
0.00/0.83	c PP set 0 variables
0.00/0.83	c pp time: 829134us (0s)
29.39/7.46	c preprocessor returned 30011 variables
29.39/7.46	c preprocessing returned UNKNOWN
29.39/7.46	c PP set 0 variables
29.39/7.46	c pp time: 7453533us (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-3261548-1304058112/watcher-3261548-1304058112 -o /tmp/evaluation-result-3261548-1304058112/solver-3261548-1304058112 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3261548-1304058112.cnf 491528987 4800 15500 4 

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

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


[startup+0 s]
/proc/loadavg: 4.19 4.23 5.42 1/171 20475
/proc/meminfo: memFree=12807308/32951124 swapFree=67102140/67111528
[pid=20475] ppid=20473 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20475/stat : 20475 (priss.sh) S 20473 20475 19423 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 596041896 8908800 252 33554432000 4194304 4922060 140733615904048 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20475/statm: 2175 252 211 178 0 68 0

[startup+0.079788 s]
/proc/loadavg: 4.19 4.23 5.42 1/171 20475
/proc/meminfo: memFree=12807308/32951124 swapFree=67102140/67111528
[pid=20475] ppid=20473 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20475/stat : 20475 (priss.sh) S 20473 20475 19423 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 596041896 8908800 252 33554432000 4194304 4922060 140733615904048 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20475/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.860497 s]
/proc/loadavg: 4.19 4.23 5.42 1/171 20475
/proc/meminfo: memFree=12807308/32951124 swapFree=67102140/67111528
[pid=20475] ppid=20473 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20475/stat : 20475 (priss.sh) S 20473 20475 19423 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 596041896 8908800 252 33554432000 4194304 4922060 140733615904048 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20475/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.940935 s]
/proc/loadavg: 4.19 4.23 5.42 1/171 20475
/proc/meminfo: memFree=12807308/32951124 swapFree=67102140/67111528
[pid=20475] ppid=20473 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20475/stat : 20475 (priss.sh) S 20473 20475 19423 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 596041896 8908800 252 33554432000 4194304 4922060 140733615904048 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20475/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.0377 s]
/proc/loadavg: 4.19 4.23 5.42 1/171 20475
/proc/meminfo: memFree=12807308/32951124 swapFree=67102140/67111528
[pid=20475] ppid=20473 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20475/stat : 20475 (priss.sh) S 20473 20475 19423 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 596041896 8908800 252 33554432000 4194304 4922060 140733615904048 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20475/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50272 s]
/proc/loadavg: 4.19 4.23 5.42 1/171 20475
/proc/meminfo: memFree=12807308/32951124 swapFree=67102140/67111528
[pid=20475] ppid=20473 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20475/stat : 20475 (priss.sh) S 20473 20475 19423 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 596041896 8908800 252 33554432000 4194304 4922060 140733615904048 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20475/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10058 s]
/proc/loadavg: 4.25 4.24 5.42 5/177 20481
/proc/meminfo: memFree=12773624/32951124 swapFree=67102140/67111528
[pid=20475] ppid=20473 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20475/stat : 20475 (priss.sh) S 20473 20475 19423 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 596041896 8908800 252 33554432000 4194304 4922060 140733615904048 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20475/statm: 2175 252 211 178 0 68 0
[pid=20476] ppid=20475 vsize=277760 CPUtime=12.29 cores=0,2,4,6
/proc/20476/stat : 20476 (priss) S 20475 20475 19423 0 -1 4202496 11551 0 0 0 1221 8 0 0 19 0 5 0 596041896 284426240 10525 33554432000 4194304 5787044 140733718182032 18446744073709551615 216747002289 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20476/statm: 69440 10525 404 389 0 65190 0
[pid=20476/tid=20478] ppid=20475 vsize=277760 CPUtime=3.08 cores=0,2,4,6
/proc/20476/task/20478/stat : 20478 (priss) R 20475 20475 19423 0 -1 4202560 2481 0 0 0 307 1 0 0 19 0 5 0 596041897 284426240 10525 33554432000 4194304 5787044 140733718182032 18446744073709551615 4254692 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20476/tid=20479] ppid=20475 vsize=277760 CPUtime=3.06 cores=0,2,4,6
/proc/20476/task/20479/stat : 20479 (priss) R 20475 20475 19423 0 -1 4202560 2668 0 0 0 302 4 0 0 18 0 5 0 596041897 284426240 10525 33554432000 4194304 5787044 140733718182032 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20476/tid=20480] ppid=20475 vsize=277760 CPUtime=3.04 cores=0,2,4,6
/proc/20476/task/20480/stat : 20480 (priss) R 20475 20475 19423 0 -1 4202560 2699 0 0 0 302 2 0 0 18 0 5 0 596041897 284426240 10525 33554432000 4194304 5787044 140733718182032 18446744073709551615 5588034 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20476/tid=20481] ppid=20475 vsize=277760 CPUtime=3.08 cores=0,2,4,6
/proc/20476/task/20481/stat : 20481 (priss) R 20475 20475 19423 0 -1 4202560 2163 0 0 0 308 0 0 0 25 0 5 0 596041897 284426240 10525 33554432000 4194304 5787044 140733718182032 18446744073709551615 216734872547 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 286460

[startup+6.30106 s]
/proc/loadavg: 4.23 4.23 5.41 5/177 20481
/proc/meminfo: memFree=12748204/32951124 swapFree=67102140/67111528
[pid=20475] ppid=20473 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20475/stat : 20475 (priss.sh) S 20473 20475 19423 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 596041896 8908800 252 33554432000 4194304 4922060 140733615904048 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20475/statm: 2175 252 211 178 0 68 0
[pid=20476] ppid=20475 vsize=284452 CPUtime=25.03 cores=0,2,4,6
/proc/20476/stat : 20476 (priss) S 20475 20475 19423 0 -1 4202496 16881 0 0 0 2485 18 0 0 19 0 5 0 596041896 291278848 15855 33554432000 4194304 5787044 140733718182032 18446744073709551615 216747002289 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20476/statm: 71113 15855 404 389 0 66863 0
[pid=20476/tid=20478] ppid=20475 vsize=284452 CPUtime=6.28 cores=0,2,4,6
/proc/20476/task/20478/stat : 20478 (priss) R 20475 20475 19423 0 -1 4202560 4557 0 0 0 626 2 0 0 25 0 5 0 596041897 291278848 15855 33554432000 4194304 5787044 140733718182032 18446744073709551615 216734839841 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20476/tid=20479] ppid=20475 vsize=284452 CPUtime=6.24 cores=0,2,4,6
/proc/20476/task/20479/stat : 20479 (priss) R 20475 20475 19423 0 -1 4202560 4161 0 0 0 613 11 0 0 19 0 5 0 596041897 291278848 15855 33554432000 4194304 5787044 140733718182032 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20476/tid=20480] ppid=20475 vsize=284452 CPUtime=6.2 cores=0,2,4,6
/proc/20476/task/20480/stat : 20480 (priss) R 20475 20475 19423 0 -1 4202560 4460 0 0 0 617 3 0 0 20 0 5 0 596041897 291278848 15855 33554432000 4194304 5787044 140733718182032 18446744073709551615 4216760 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20476/tid=20481] ppid=20475 vsize=284452 CPUtime=6.28 cores=0,2,4,6
/proc/20476/task/20481/stat : 20481 (priss) R 20475 20475 19423 0 -1 4202560 2163 0 0 0 628 0 0 0 25 0 5 0 596041897 291278848 15855 33554432000 4194304 5787044 140733718182032 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 293152

[startup+12.7009 s]
/proc/loadavg: 4.21 4.23 5.40 5/177 20481
/proc/meminfo: memFree=12707804/32951124 swapFree=67102140/67111528
[pid=20475] ppid=20473 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20475/stat : 20475 (priss.sh) S 20473 20475 19423 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 596041896 8908800 252 33554432000 4194304 4922060 140733615904048 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20475/statm: 2175 252 211 178 0 68 0
[pid=20476] ppid=20475 vsize=296428 CPUtime=50.5 cores=0,2,4,6
/proc/20476/stat : 20476 (priss) S 20475 20475 19423 0 -1 4202496 26942 0 0 0 5008 42 0 0 19 0 5 0 596041896 303542272 25211 33554432000 4194304 5787044 140733718182032 18446744073709551615 216747002289 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20476/statm: 74107 25211 417 389 0 69857 0
[pid=20476/tid=20478] ppid=20475 vsize=296428 CPUtime=12.67 cores=0,2,4,6
/proc/20476/task/20478/stat : 20478 (priss) R 20475 20475 19423 0 -1 4202560 6724 0 0 0 1264 3 0 0 25 0 5 0 596041897 303542272 25211 33554432000 4194304 5787044 140733718182032 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20476/tid=20479] ppid=20475 vsize=296428 CPUtime=12.6 cores=0,2,4,6
/proc/20476/task/20479/stat : 20479 (priss) R 20475 20475 19423 0 -1 4202560 5694 0 0 0 1240 20 0 0 21 0 5 0 596041897 303542272 25211 33554432000 4194304 5787044 140733718182032 18446744073709551615 216734838191 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20476/tid=20480] ppid=20475 vsize=296428 CPUtime=12.53 cores=0,2,4,6
/proc/20476/task/20480/stat : 20480 (priss) R 20475 20475 19423 0 -1 4202560 7279 0 0 0 1243 10 0 0 20 0 5 0 596041897 303542272 25211 33554432000 4194304 5787044 140733718182032 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20476/tid=20481] ppid=20475 vsize=296428 CPUtime=12.65 cores=0,2,4,6
/proc/20476/task/20481/stat : 20481 (priss) R 20475 20475 19423 0 -1 4202560 5705 0 0 0 1259 6 0 0 19 0 5 0 596041897 303542272 25211 33554432000 4194304 5787044 140733718182032 18446744073709551615 5530848 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 305128

[startup+25.5007 s]
/proc/loadavg: 4.17 4.22 5.38 5/177 20482
/proc/meminfo: memFree=12668468/32951124 swapFree=67102140/67111528
[pid=20475] ppid=20473 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20475/stat : 20475 (priss.sh) S 20473 20475 19423 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 596041896 8908800 252 33554432000 4194304 4922060 140733615904048 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20475/statm: 2175 252 211 178 0 68 0
[pid=20476] ppid=20475 vsize=310040 CPUtime=101.52 cores=0,2,4,6
/proc/20476/stat : 20476 (priss) S 20475 20475 19423 0 -1 4202496 36763 0 0 0 10083 69 0 0 19 0 5 0 596041896 317480960 35028 33554432000 4194304 5787044 140733718182032 18446744073709551615 216747002289 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20476/statm: 77510 35028 417 389 0 73260 0
[pid=20476/tid=20478] ppid=20475 vsize=310040 CPUtime=25.47 cores=0,2,4,6
/proc/20476/task/20478/stat : 20478 (priss) R 20475 20475 19423 0 -1 4202560 10217 0 0 0 2542 5 0 0 25 0 5 0 596041897 317480960 35028 33554432000 4194304 5787044 140733718182032 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20476/tid=20479] ppid=20475 vsize=310040 CPUtime=25.37 cores=0,2,4,6
/proc/20476/task/20479/stat : 20479 (priss) R 20475 20475 19423 0 -1 4202560 7634 0 0 0 2509 28 0 0 25 0 5 0 596041897 317480960 35028 33554432000 4194304 5787044 140733718182032 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20476/tid=20480] ppid=20475 vsize=310040 CPUtime=25.24 cores=0,2,4,6
/proc/20476/task/20480/stat : 20480 (priss) R 20475 20475 19423 0 -1 4202560 8778 0 0 0 2508 16 0 0 25 0 5 0 596041897 317480960 35028 33554432000 4194304 5787044 140733718182032 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20476/tid=20481] ppid=20475 vsize=310040 CPUtime=25.42 cores=0,2,4,6
/proc/20476/task/20481/stat : 20481 (priss) R 20475 20475 19423 0 -1 4202560 8594 0 0 0 2523 19 0 0 25 0 5 0 596041897 317480960 35028 33554432000 4194304 5787044 140733718182032 18446744073709551615 4220275 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.52
Current children cumulated vsize (KiB) 318740

[startup+51.1012 s]
/proc/loadavg: 4.11 4.20 5.34 5/177 20482
/proc/meminfo: memFree=12607580/32951124 swapFree=67102140/67111528
[pid=20475] ppid=20473 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20475/stat : 20475 (priss.sh) S 20473 20475 19423 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 596041896 8908800 252 33554432000 4194304 4922060 140733615904048 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20475/statm: 2175 252 211 178 0 68 0
[pid=20476] ppid=20475 vsize=325628 CPUtime=203.66 cores=0,2,4,6
/proc/20476/stat : 20476 (priss) S 20475 20475 19423 0 -1 4202496 52181 0 0 0 20244 122 0 0 19 0 5 0 596041896 333443072 50380 33554432000 4194304 5787044 140733718182032 18446744073709551615 216747002289 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20476/statm: 81407 50380 417 389 0 77157 0
[pid=20476/tid=20478] ppid=20475 vsize=325628 CPUtime=51.06 cores=0,2,4,6
/proc/20476/task/20478/stat : 20478 (priss) R 20475 20475 19423 0 -1 4202560 13095 0 0 0 5099 7 0 0 25 0 5 0 596041897 333443072 50380 33554432000 4194304 5787044 140733718182032 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20476/tid=20479] ppid=20475 vsize=325628 CPUtime=50.85 cores=0,2,4,6
/proc/20476/task/20479/stat : 20479 (priss) R 20475 20475 19423 0 -1 4202560 10881 0 0 0 5041 44 0 0 25 0 5 0 596041897 333443072 50380 33554432000 4194304 5787044 140733718182032 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20476/tid=20480] ppid=20475 vsize=325628 CPUtime=50.75 cores=0,2,4,6
/proc/20476/task/20480/stat : 20480 (priss) R 20475 20475 19423 0 -1 4202560 13417 0 0 0 5040 35 0 0 25 0 5 0 596041897 333443072 50380 33554432000 4194304 5787044 140733718182032 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20476/tid=20481] ppid=20475 vsize=325628 CPUtime=50.96 cores=0,2,4,6
/proc/20476/task/20481/stat : 20481 (priss) R 20475 20475 19423 0 -1 4202560 13248 0 0 0 5062 34 0 0 20 0 5 0 596041897 333443072 50380 33554432000 4194304 5787044 140733718182032 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.66
Current children cumulated vsize (KiB) 334328

[startup+102.306 s]
/proc/loadavg: 4.05 4.17 5.27 5/177 20484
/proc/meminfo: memFree=12562172/32951124 swapFree=67102140/67111528
[pid=20475] ppid=20473 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20475/stat : 20475 (priss.sh) S 20473 20475 19423 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 596041896 8908800 252 33554432000 4194304 4922060 140733615904048 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20475/statm: 2175 252 211 178 0 68 0
[pid=20476] ppid=20475 vsize=349420 CPUtime=408.13 cores=0,2,4,6
/proc/20476/stat : 20476 (priss) S 20475 20475 19423 0 -1 4202496 63240 0 0 0 40677 136 0 0 19 0 5 0 596041896 357806080 61340 33554432000 4194304 5787044 140733718182032 18446744073709551615 216747002289 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20476/statm: 87355 61340 417 389 0 83105 0
[pid=20476/tid=20478] ppid=20475 vsize=349420 CPUtime=102.09 cores=0,2,4,6
/proc/20476/task/20478/stat : 20478 (priss) R 20475 20475 19423 0 -1 4202560 17127 0 0 0 10198 11 0 0 25 0 5 0 596041897 357806080 61340 33554432000 4194304 5787044 140733718182032 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20476/tid=20479] ppid=20475 vsize=349420 CPUtime=101.93 cores=0,2,4,6
/proc/20476/task/20479/stat : 20479 (priss) R 20475 20475 19423 0 -1 4202560 13038 0 0 0 10147 46 0 0 25 0 5 0 596041897 357806080 61340 33554432000 4194304 5787044 140733718182032 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20476/tid=20480] ppid=20475 vsize=349420 CPUtime=101.93 cores=0,2,4,6
/proc/20476/task/20480/stat : 20480 (priss) R 20475 20475 19423 0 -1 4202560 14073 0 0 0 10157 36 0 0 25 0 5 0 596041897 357806080 61340 33554432000 4194304 5787044 140733718182032 18446744073709551615 5591488 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20476/tid=20481] ppid=20475 vsize=349420 CPUtime=102.14 cores=0,2,4,6
/proc/20476/task/20481/stat : 20481 (priss) R 20475 20475 19423 0 -1 4202560 17462 0 0 0 10172 42 0 0 25 0 5 0 596041897 357806080 61340 33554432000 4194304 5787044 140733718182032 18446744073709551615 5528404 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.13
Current children cumulated vsize (KiB) 358120

[startup+162.301 s]
/proc/loadavg: 4.02 4.13 5.18 5/177 20485
/proc/meminfo: memFree=12458728/32951124 swapFree=67102140/67111528
[pid=20475] ppid=20473 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20475/stat : 20475 (priss.sh) S 20473 20475 19423 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 596041896 8908800 252 33554432000 4194304 4922060 140733615904048 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20475/statm: 2175 252 211 178 0 68 0
[pid=20476] ppid=20475 vsize=583764 CPUtime=647.71 cores=0,2,4,6

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

/proc/20476/task/20479/stat : 20479 (priss) R 20475 20475 19423 0 -1 4202560 35984 0 0 0 81961 73 0 0 25 0 5 0 596041897 890028032 157566 33554432000 4194304 5787044 140733718182032 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20476/tid=20480] ppid=20475 vsize=869168 CPUtime=821.84 cores=0,2,4,6
/proc/20476/task/20480/stat : 20480 (priss) R 20475 20475 19423 0 -1 4202560 32736 0 0 0 82069 115 0 0 25 0 5 0 596041897 890028032 157566 33554432000 4194304 5787044 140733718182032 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20476/tid=20481] ppid=20475 vsize=869168 CPUtime=822.06 cores=0,2,4,6
/proc/20476/task/20481/stat : 20481 (priss) R 20475 20475 19423 0 -1 4202560 48034 0 0 0 82065 141 0 0 25 0 5 0 596041897 890028032 157566 33554432000 4194304 5787044 140733718182032 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3283.95
Current children cumulated vsize (KiB) 877868

[startup+882.3 s]
/proc/loadavg: 4.11 4.06 4.55 5/177 20504
/proc/meminfo: memFree=12151432/32951124 swapFree=67102140/67111528
[pid=20475] ppid=20473 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20475/stat : 20475 (priss.sh) S 20473 20475 19423 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 596041896 8908800 252 33554432000 4194304 4922060 140733615904048 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20475/statm: 2175 252 211 178 0 68 0
[pid=20476] ppid=20475 vsize=874420 CPUtime=3523.62 cores=0,2,4,6
/proc/20476/stat : 20476 (priss) S 20475 20475 19423 0 -1 4202496 166587 0 0 0 351925 437 0 0 19 0 5 0 596041896 895406080 163912 33554432000 4194304 5787044 140733718182032 18446744073709551615 216747002289 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20476/statm: 218605 163912 417 389 0 214355 0
[pid=20476/tid=20478] ppid=20475 vsize=874420 CPUtime=879.67 cores=0,2,4,6
/proc/20476/task/20478/stat : 20478 (priss) R 20475 20475 19423 0 -1 4202560 45230 0 0 0 87867 100 0 0 25 0 5 0 596041897 895406080 163912 33554432000 4194304 5787044 140733718182032 18446744073709551615 5591532 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20476/tid=20479] ppid=20475 vsize=874420 CPUtime=880.01 cores=0,2,4,6
/proc/20476/task/20479/stat : 20479 (priss) R 20475 20475 19423 0 -1 4202560 36276 0 0 0 87928 73 0 0 25 0 5 0 596041897 895406080 163912 33554432000 4194304 5787044 140733718182032 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20476/tid=20480] ppid=20475 vsize=874420 CPUtime=881.85 cores=0,2,4,6
/proc/20476/task/20480/stat : 20480 (priss) R 20475 20475 19423 0 -1 4202560 33000 0 0 0 88069 116 0 0 25 0 5 0 596041897 895406080 163912 33554432000 4194304 5787044 140733718182032 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20476/tid=20481] ppid=20475 vsize=874420 CPUtime=882.06 cores=0,2,4,6
/proc/20476/task/20481/stat : 20481 (priss) R 20475 20475 19423 0 -1 4202560 50541 0 0 0 88059 147 0 0 25 0 5 0 596041897 895406080 163912 33554432000 4194304 5787044 140733718182032 18446744073709551615 216734839841 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3523.62
Current children cumulated vsize (KiB) 883120

[startup+942.301 s]
/proc/loadavg: 4.10 4.07 4.52 5/177 20506
/proc/meminfo: memFree=12115072/32951124 swapFree=67102140/67111528
[pid=20475] ppid=20473 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20475/stat : 20475 (priss.sh) S 20473 20475 19423 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 596041896 8908800 252 33554432000 4194304 4922060 140733615904048 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20475/statm: 2175 252 211 178 0 68 0
[pid=20476] ppid=20475 vsize=884052 CPUtime=3763.28 cores=0,2,4,6
/proc/20476/stat : 20476 (priss) S 20475 20475 19423 0 -1 4202496 175720 0 0 0 375868 460 0 0 19 0 5 0 596041896 905269248 173045 33554432000 4194304 5787044 140733718182032 18446744073709551615 216747002289 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20476/statm: 221013 173045 417 389 0 216763 0
[pid=20476/tid=20478] ppid=20475 vsize=884052 CPUtime=939.57 cores=0,2,4,6
/proc/20476/task/20478/stat : 20478 (priss) R 20475 20475 19423 0 -1 4202560 48398 0 0 0 93849 108 0 0 25 0 5 0 596041897 905269248 173045 33554432000 4194304 5787044 140733718182032 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20476/tid=20479] ppid=20475 vsize=884052 CPUtime=939.77 cores=0,2,4,6
/proc/20476/task/20479/stat : 20479 (priss) R 20475 20475 19423 0 -1 4202560 37805 0 0 0 93903 74 0 0 25 0 5 0 596041897 905269248 173045 33554432000 4194304 5787044 140733718182032 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20476/tid=20480] ppid=20475 vsize=884052 CPUtime=941.84 cores=0,2,4,6
/proc/20476/task/20480/stat : 20480 (priss) R 20475 20475 19423 0 -1 4202560 34214 0 0 0 94068 116 0 0 25 0 5 0 596041897 905269248 173045 33554432000 4194304 5787044 140733718182032 18446744073709551615 5591205 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20476/tid=20481] ppid=20475 vsize=884052 CPUtime=942.06 cores=0,2,4,6
/proc/20476/task/20481/stat : 20481 (priss) R 20475 20475 19423 0 -1 4202560 53763 0 0 0 94046 160 0 0 25 0 5 0 596041897 905269248 173045 33554432000 4194304 5787044 140733718182032 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3763.28
Current children cumulated vsize (KiB) 892752

[startup+1002.3 s]
/proc/loadavg: 4.09 4.07 4.49 5/177 20508
/proc/meminfo: memFree=12074500/32951124 swapFree=67102140/67111528
[pid=20475] ppid=20473 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20475/stat : 20475 (priss.sh) S 20473 20475 19423 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 596041896 8908800 252 33554432000 4194304 4922060 140733615904048 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20475/statm: 2175 252 211 178 0 68 0
[pid=20476] ppid=20475 vsize=899504 CPUtime=4002.95 cores=0,2,4,6
/proc/20476/stat : 20476 (priss) S 20475 20475 19423 0 -1 4202496 185823 0 0 0 399812 483 0 0 19 0 5 0 596041896 921092096 183148 33554432000 4194304 5787044 140733718182032 18446744073709551615 216747002289 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20476/statm: 224876 183148 417 389 0 220626 0
[pid=20476/tid=20478] ppid=20475 vsize=899504 CPUtime=999.24 cores=0,2,4,6
/proc/20476/task/20478/stat : 20478 (priss) R 20475 20475 19423 0 -1 4202560 51384 0 0 0 99800 124 0 0 25 0 5 0 596041897 921092096 183148 33554432000 4194304 5787044 140733718182032 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20476/tid=20479] ppid=20475 vsize=899504 CPUtime=999.76 cores=0,2,4,6
/proc/20476/task/20479/stat : 20479 (priss) R 20475 20475 19423 0 -1 4202560 41868 0 0 0 99900 76 0 0 25 0 5 0 596041897 921092096 183148 33554432000 4194304 5787044 140733718182032 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20476/tid=20480] ppid=20475 vsize=899504 CPUtime=1001.84 cores=0,2,4,6
/proc/20476/task/20480/stat : 20480 (priss) R 20475 20475 19423 0 -1 4202560 34516 0 0 0 100068 116 0 0 25 0 5 0 596041897 921092096 183148 33554432000 4194304 5787044 140733718182032 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20476/tid=20481] ppid=20475 vsize=899504 CPUtime=1002.06 cores=0,2,4,6
/proc/20476/task/20481/stat : 20481 (priss) R 20475 20475 19423 0 -1 4202560 56515 0 0 0 100041 165 0 0 25 0 5 0 596041897 921092096 183148 33554432000 4194304 5787044 140733718182032 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4002.95
Current children cumulated vsize (KiB) 908204

[startup+1062.3 s]
/proc/loadavg: 4.03 4.05 4.46 5/177 20512
/proc/meminfo: memFree=12033688/32951124 swapFree=67102140/67111528
[pid=20475] ppid=20473 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20475/stat : 20475 (priss.sh) S 20473 20475 19423 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 596041896 8908800 252 33554432000 4194304 4922060 140733615904048 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20475/statm: 2175 252 211 178 0 68 0
[pid=20476] ppid=20475 vsize=910328 CPUtime=4242.62 cores=0,2,4,6
/proc/20476/stat : 20476 (priss) S 20475 20475 19423 0 -1 4202496 196230 0 0 0 423749 513 0 0 19 0 5 0 596041896 932175872 193349 33554432000 4194304 5787044 140733718182032 18446744073709551615 216747002289 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20476/statm: 227582 193349 417 389 0 223332 0
[pid=20476/tid=20478] ppid=20475 vsize=910328 CPUtime=1058.92 cores=0,2,4,6
/proc/20476/task/20478/stat : 20478 (priss) R 20475 20475 19423 0 -1 4202560 53622 0 0 0 105758 134 0 0 25 0 5 0 596041897 932175872 193349 33554432000 4194304 5787044 140733718182032 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20476/tid=20479] ppid=20475 vsize=910328 CPUtime=1059.77 cores=0,2,4,6
/proc/20476/task/20479/stat : 20479 (priss) R 20475 20475 19423 0 -1 4202560 44535 0 0 0 105896 81 0 0 25 0 5 0 596041897 932175872 193349 33554432000 4194304 5787044 140733718182032 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20476/tid=20480] ppid=20475 vsize=910328 CPUtime=1061.83 cores=0,2,4,6
/proc/20476/task/20480/stat : 20480 (priss) R 20475 20475 19423 0 -1 4202560 37323 0 0 0 106057 126 0 0 25 0 5 0 596041897 932175872 193349 33554432000 4194304 5787044 140733718182032 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20476/tid=20481] ppid=20475 vsize=910328 CPUtime=1062.06 cores=0,2,4,6
/proc/20476/task/20481/stat : 20481 (priss) R 20475 20475 19423 0 -1 4202560 59210 0 0 0 106037 169 0 0 25 0 5 0 596041897 932175872 193349 33554432000 4194304 5787044 140733718182032 18446744073709551615 5528404 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4242.62
Current children cumulated vsize (KiB) 919028

[startup+1122.3 s]
/proc/loadavg: 4.01 4.04 4.43 5/177 20514
/proc/meminfo: memFree=11992484/32951124 swapFree=67102140/67111528
[pid=20475] ppid=20473 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20475/stat : 20475 (priss.sh) S 20473 20475 19423 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 596041896 8908800 252 33554432000 4194304 4922060 140733615904048 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20475/statm: 2175 252 211 178 0 68 0
[pid=20476] ppid=20475 vsize=929336 CPUtime=4482.29 cores=0,2,4,6
/proc/20476/stat : 20476 (priss) S 20475 20475 19423 0 -1 4202496 206474 0 0 0 447695 534 0 0 19 0 5 0 596041896 951640064 203593 33554432000 4194304 5787044 140733718182032 18446744073709551615 216747002289 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20476/statm: 232334 203593 417 389 0 228084 0
[pid=20476/tid=20478] ppid=20475 vsize=929336 CPUtime=1118.58 cores=0,2,4,6
/proc/20476/task/20478/stat : 20478 (priss) R 20475 20475 19423 0 -1 4202560 53892 0 0 0 111724 134 0 0 25 0 5 0 596041897 951640064 203593 33554432000 4194304 5787044 140733718182032 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20476/tid=20479] ppid=20475 vsize=929336 CPUtime=1119.77 cores=0,2,4,6
/proc/20476/task/20479/stat : 20479 (priss) R 20475 20475 19423 0 -1 4202560 47190 0 0 0 111882 95 0 0 25 0 5 0 596041897 951640064 203593 33554432000 4194304 5787044 140733718182032 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20476/tid=20480] ppid=20475 vsize=929336 CPUtime=1121.84 cores=0,2,4,6
/proc/20476/task/20480/stat : 20480 (priss) R 20475 20475 19423 0 -1 4202560 42075 0 0 0 112054 130 0 0 25 0 5 0 596041897 951640064 203593 33554432000 4194304 5787044 140733718182032 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20476/tid=20481] ppid=20475 vsize=929336 CPUtime=1122.06 cores=0,2,4,6
/proc/20476/task/20481/stat : 20481 (priss) R 20475 20475 19423 0 -1 4202560 61777 0 0 0 112033 173 0 0 25 0 5 0 596041897 951640064 203593 33554432000 4194304 5787044 140733718182032 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4482.29
Current children cumulated vsize (KiB) 938036

[startup+1182.3 s]
/proc/loadavg: 4.00 4.03 4.40 5/177 20515
/proc/meminfo: memFree=11979812/32951124 swapFree=67102140/67111528
[pid=20475] ppid=20473 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20475/stat : 20475 (priss.sh) S 20473 20475 19423 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 596041896 8908800 252 33554432000 4194304 4922060 140733615904048 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20475/statm: 2175 252 211 178 0 68 0
[pid=20476] ppid=20475 vsize=932372 CPUtime=4721.95 cores=0,2,4,6
/proc/20476/stat : 20476 (priss) S 20475 20475 19423 0 -1 4202496 209981 0 0 0 471653 542 0 0 19 0 5 0 596041896 954748928 206487 33554432000 4194304 5787044 140733718182032 18446744073709551615 216747002289 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20476/statm: 233093 206487 417 389 0 228843 0
[pid=20476/tid=20478] ppid=20475 vsize=932372 CPUtime=1178.26 cores=0,2,4,6
/proc/20476/task/20478/stat : 20478 (priss) R 20475 20475 19423 0 -1 4202560 55028 0 0 0 117689 137 0 0 25 0 5 0 596041897 954748928 206487 33554432000 4194304 5787044 140733718182032 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20476/tid=20479] ppid=20475 vsize=932372 CPUtime=1179.76 cores=0,2,4,6
/proc/20476/task/20479/stat : 20479 (priss) R 20475 20475 19423 0 -1 4202560 47926 0 0 0 117878 98 0 0 25 0 5 0 596041897 954748928 206487 33554432000 4194304 5787044 140733718182032 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20476/tid=20480] ppid=20475 vsize=932372 CPUtime=1181.83 cores=0,2,4,6
/proc/20476/task/20480/stat : 20480 (priss) R 20475 20475 19423 0 -1 4202560 42835 0 0 0 118053 130 0 0 25 0 5 0 596041897 954748928 206487 33554432000 4194304 5787044 140733718182032 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20476/tid=20481] ppid=20475 vsize=932372 CPUtime=1182.06 cores=0,2,4,6
/proc/20476/task/20481/stat : 20481 (priss) R 20475 20475 19423 0 -1 4202560 62652 0 0 0 118031 175 0 0 25 0 5 0 596041897 954748928 206487 33554432000 4194304 5787044 140733718182032 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4721.95
Current children cumulated vsize (KiB) 941072



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 4.00 4.03 4.39 5/177 20516
/proc/meminfo: memFree=11979688/32951124 swapFree=67102140/67111528
[pid=20475] ppid=20473 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20475/stat : 20475 (priss.sh) S 20473 20475 19423 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 596041896 8908800 252 33554432000 4194304 4922060 140733615904048 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20475/statm: 2175 252 211 178 0 68 0
[pid=20476] ppid=20475 vsize=932372 CPUtime=4800.26 cores=0,2,4,6
/proc/20476/stat : 20476 (priss) S 20475 20475 19423 0 -1 4202496 209982 0 0 0 479484 542 0 0 19 0 5 0 596041896 954748928 206488 33554432000 4194304 5787044 140733718182032 18446744073709551615 216747002289 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20476/statm: 233093 206488 417 389 0 228843 0
[pid=20476/tid=20478] ppid=20475 vsize=932372 CPUtime=1197.75 cores=0,2,4,6
/proc/20476/task/20478/stat : 20478 (priss) R 20475 20475 19423 0 -1 4202560 55028 0 0 0 119638 137 0 0 25 0 5 0 596041897 954748928 206488 33554432000 4194304 5787044 140733718182032 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20476/tid=20479] ppid=20475 vsize=932372 CPUtime=1199.37 cores=0,2,4,6
/proc/20476/task/20479/stat : 20479 (priss) R 20475 20475 19423 0 -1 4202560 47926 0 0 0 119839 98 0 0 25 0 5 0 596041897 954748928 206488 33554432000 4194304 5787044 140733718182032 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20476/tid=20480] ppid=20475 vsize=932372 CPUtime=1201.43 cores=0,2,4,6
/proc/20476/task/20480/stat : 20480 (priss) R 20475 20475 19423 0 -1 4202560 42836 0 0 0 120013 130 0 0 25 0 5 0 596041897 954748928 206488 33554432000 4194304 5787044 140733718182032 18446744073709551615 5591999 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20476/tid=20481] ppid=20475 vsize=932372 CPUtime=1201.67 cores=0,2,4,6
/proc/20476/task/20481/stat : 20481 (priss) R 20475 20475 19423 0 -1 4202560 62652 0 0 0 119992 175 0 0 25 0 5 0 596041897 954748928 206488 33554432000 4194304 5787044 140733718182032 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 941072

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

Real time (s): 1201.92
CPU time (s): 4800.26
CPU user time (s): 4794.84
CPU system time (s): 5.42
CPU usage (%): 399.384
Max. virtual memory (cumulated for all children) (KiB): 941072

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

runsolver used 2.23566 second user time and 4.26635 second system time

The end

Launcher Data

Begin job on node119 at 2011-04-29 08:21:52
IDJOB=3261548
IDBENCH=83234
IDSOLVER=1603
FILE ID=node119/3261548-1304058112
RUNJOBID= node119-1304055684-20036
PBS_JOBID= 13170407
Free space on /tmp= 71816 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 /tmp/evaluation-result-3261548-1304058112/watcher-3261548-1304058112 -o /tmp/evaluation-result-3261548-1304058112/solver-3261548-1304058112 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3261548-1304058112.cnf 491528987 4800 15500 4

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

MD5SUM BENCH= ff3a31481d1bf95f014a91f5192a55fa
RANDOM SEED=491528987

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12807464 kB
Buffers:       2231620 kB
Cached:       17267716 kB
SwapCached:       5504 kB
Active:        7863148 kB
Inactive:     11697444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12807464 kB
SwapTotal:    67111528 kB
SwapFree:     67102140 kB
Dirty:            1640 kB
Writeback:           0 kB
AnonPages:       57688 kB
Mapped:          14228 kB
Slab:           520048 kB
PageTables:       4320 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   190152 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= 71816 MiB
End job on node119 at 2011-04-29 08:41:56