Trace number 3499407

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) 20400.1 5100.02

General information on the benchmark

Namecrafted/skvortsov/battleship/
battleship-14-26-sat.cnf
MD5SUM1e53251276ed6dee048eca4aa337d77b
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.021995
Satisfiable
(Un)Satisfiability was proved
Number of variables364
Number of clauses2562
Sum of the clauses size9828
Maximum clause length26
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22366
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5196

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: 5923
0.00/0.00	c parsetime: 797us
0.00/0.00	c parsed 2562 clauses with 364 variables
0.00/0.00	c NW started thread 0 successfully (1088600384)
0.00/0.00	c NW started thread 1 successfully (1106647360)
0.00/0.00	c NW started thread 2 successfully (1117137216)
0.00/0.00	c NW started thread 3 successfully (1127627072)
0.00/0.64	c preprocessor returned 10003 variables
0.00/0.64	c preprocessing returned UNKNOWN
0.00/0.64	c PP set 0 variables
0.00/0.64	c pp time: 634584us (0s)
0.00/0.64	c preprocessor returned 10003 variables
0.00/0.64	c preprocessing returned UNKNOWN
0.00/0.64	c PP set 0 variables
0.00/0.64	c pp time: 634171us (0s)
0.00/0.64	c preprocessor returned 10003 variables
0.00/0.64	c preprocessing returned UNKNOWN
0.00/0.64	c PP set 0 variables
0.00/0.64	c pp time: 634614us (0s)
29.12/7.35	c preprocessor returned 30004 variables
29.12/7.35	c preprocessing returned UNKNOWN
29.12/7.35	c PP set 0 variables
29.12/7.35	c pp time: 7343516us (7s)
8312.62/2078.29	c HTE
8319.41/2079.90	c subsumption
8322.61/2080.76	c simplified formula contains 0 unit clauses

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-3499407-1307999004/watcher-3499407-1307999004 -o /var/tmp/evaluation-result-3499407-1307999004/solver-3499407-1307999004 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499407-1307999004.cnf 1276324536 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: 4.01 4.00 3.96 1/170 5922
/proc/meminfo: memFree=11210664/32950928 swapFree=67051812/67111528
[pid=5922] ppid=5920 vsize=8700 CPUtime=0 cores=0-7
/proc/5922/stat : 5922 (priss.sh) S 5920 5922 5409 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 990131128 8908800 251 33554432000 4194304 4922060 140736549990512 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5922/statm: 2175 251 211 178 0 68 0

[startup+0.040918 s]
/proc/loadavg: 4.01 4.00 3.96 1/170 5922
/proc/meminfo: memFree=11210664/32950928 swapFree=67051812/67111528
[pid=5922] ppid=5920 vsize=8700 CPUtime=0 cores=0-7
/proc/5922/stat : 5922 (priss.sh) S 5920 5922 5409 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 990131128 8908800 251 33554432000 4194304 4922060 140736549990512 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5922/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100904 s]
/proc/loadavg: 4.01 4.00 3.96 1/170 5922
/proc/meminfo: memFree=11210664/32950928 swapFree=67051812/67111528
[pid=5922] ppid=5920 vsize=8700 CPUtime=0 cores=0-7
/proc/5922/stat : 5922 (priss.sh) S 5920 5922 5409 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 990131128 8908800 251 33554432000 4194304 4922060 140736549990512 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5922/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300868 s]
/proc/loadavg: 4.01 4.00 3.96 1/170 5922
/proc/meminfo: memFree=11210664/32950928 swapFree=67051812/67111528
[pid=5922] ppid=5920 vsize=8700 CPUtime=0 cores=0-7
/proc/5922/stat : 5922 (priss.sh) S 5920 5922 5409 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 990131128 8908800 251 33554432000 4194304 4922060 140736549990512 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5922/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700794 s]
/proc/loadavg: 4.01 4.00 3.96 1/170 5922
/proc/meminfo: memFree=11210664/32950928 swapFree=67051812/67111528
[pid=5922] ppid=5920 vsize=8700 CPUtime=0 cores=0-7
/proc/5922/stat : 5922 (priss.sh) S 5920 5922 5409 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 990131128 8908800 251 33554432000 4194304 4922060 140736549990512 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5922/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50071 s]
/proc/loadavg: 4.01 4.00 3.96 5/176 5928
/proc/meminfo: memFree=11185344/32950928 swapFree=67051812/67111528
[pid=5922] ppid=5920 vsize=8700 CPUtime=0 cores=0-7
/proc/5922/stat : 5922 (priss.sh) S 5920 5922 5409 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 990131128 8908800 251 33554432000 4194304 4922060 140736549990512 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5922/statm: 2175 251 211 178 0 68 0
[pid=5923] ppid=5922 vsize=273716 CPUtime=5.95 cores=0-7
/proc/5923/stat : 5923 (priss) S 5922 5922 5409 0 -1 4202496 8894 0 0 0 586 9 0 0 25 0 5 0 990131128 280285184 7087 33554432000 4194304 5787044 140737073117008 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5923/statm: 68429 7087 404 389 0 64179 0
[pid=5923/tid=5925] ppid=5922 vsize=273716 CPUtime=1.48 cores=0-7
/proc/5923/task/5925/stat : 5925 (priss) R 5922 5922 5409 0 -1 4202560 1826 0 0 0 145 3 0 0 18 0 5 0 990131129 280285184 7087 33554432000 4194304 5787044 140737073117008 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5923/tid=5926] ppid=5922 vsize=273716 CPUtime=1.48 cores=0-7
/proc/5923/task/5926/stat : 5926 (priss) R 5922 5922 5409 0 -1 4202560 1788 0 0 0 145 3 0 0 18 0 5 0 990131129 280285184 7087 33554432000 4194304 5787044 140737073117008 18446744073709551615 260917220021 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5923/tid=5927] ppid=5922 vsize=273716 CPUtime=1.48 cores=0-7
/proc/5923/task/5927/stat : 5927 (priss) R 5922 5922 5409 0 -1 4202560 1700 0 0 0 146 2 0 0 18 0 5 0 990131129 280285184 7087 33554432000 4194304 5787044 140737073117008 18446744073709551615 260917220021 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5923/tid=5928] ppid=5922 vsize=273716 CPUtime=1.49 cores=0-7
/proc/5923/task/5928/stat : 5928 (priss) R 5922 5922 5409 0 -1 4202560 2068 0 0 0 149 0 0 0 25 0 5 0 990131129 280285184 7087 33554432000 4194304 5787044 140737073117008 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 282416

[startup+3.10042 s]
/proc/loadavg: 4.01 4.00 3.96 5/176 5928
/proc/meminfo: memFree=11181252/32950928 swapFree=67051812/67111528
[pid=5922] ppid=5920 vsize=8700 CPUtime=0 cores=0-7
/proc/5922/stat : 5922 (priss.sh) S 5920 5922 5409 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 990131128 8908800 251 33554432000 4194304 4922060 140736549990512 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5922/statm: 2175 251 211 178 0 68 0
[pid=5923] ppid=5922 vsize=273716 CPUtime=12.34 cores=0-7
/proc/5923/stat : 5923 (priss) S 5922 5922 5409 0 -1 4202496 10148 0 0 0 1219 15 0 0 25 0 5 0 990131128 280285184 8341 33554432000 4194304 5787044 140737073117008 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5923/statm: 68429 8341 404 389 0 64179 0
[pid=5923/tid=5925] ppid=5922 vsize=273716 CPUtime=3.07 cores=0-7
/proc/5923/task/5925/stat : 5925 (priss) R 5922 5922 5409 0 -1 4202560 2258 0 0 0 302 5 0 0 19 0 5 0 990131129 280285184 8341 33554432000 4194304 5787044 140737073117008 18446744073709551615 4254550 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5923/tid=5926] ppid=5922 vsize=273716 CPUtime=3.07 cores=0-7
/proc/5923/task/5926/stat : 5926 (priss) R 5922 5922 5409 0 -1 4202560 2192 0 0 0 302 5 0 0 19 0 5 0 990131129 280285184 8341 33554432000 4194304 5787044 140737073117008 18446744073709551615 5591592 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5923/tid=5927] ppid=5922 vsize=273716 CPUtime=3.08 cores=0-7
/proc/5923/task/5927/stat : 5927 (priss) R 5922 5922 5409 0 -1 4202560 2118 0 0 0 304 4 0 0 18 0 5 0 990131129 280285184 8341 33554432000 4194304 5787044 140737073117008 18446744073709551615 5588291 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5923/tid=5928] ppid=5922 vsize=273716 CPUtime=3.09 cores=0-7
/proc/5923/task/5928/stat : 5928 (priss) R 5922 5922 5409 0 -1 4202560 2068 0 0 0 309 0 0 0 25 0 5 0 990131129 280285184 8341 33554432000 4194304 5787044 140737073117008 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 282416

[startup+6.30077 s]
/proc/loadavg: 4.01 4.00 3.96 5/176 5928
/proc/meminfo: memFree=11168840/32950928 swapFree=67051812/67111528
[pid=5922] ppid=5920 vsize=8700 CPUtime=0 cores=0-7
/proc/5922/stat : 5922 (priss.sh) S 5920 5922 5409 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 990131128 8908800 251 33554432000 4194304 4922060 140736549990512 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5922/statm: 2175 251 211 178 0 68 0
[pid=5923] ppid=5922 vsize=277816 CPUtime=25.12 cores=0-7
/proc/5923/stat : 5923 (priss) S 5922 5922 5409 0 -1 4202496 13231 0 0 0 2491 21 0 0 25 0 5 0 990131128 284483584 11424 33554432000 4194304 5787044 140737073117008 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5923/statm: 69454 11424 404 389 0 65204 0
[pid=5923/tid=5925] ppid=5922 vsize=277816 CPUtime=6.26 cores=0-7
/proc/5923/task/5925/stat : 5925 (priss) R 5922 5922 5409 0 -1 4202560 2963 0 0 0 619 7 0 0 25 0 5 0 990131129 284483584 11424 33554432000 4194304 5787044 140737073117008 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5923/tid=5926] ppid=5922 vsize=277816 CPUtime=6.27 cores=0-7
/proc/5923/task/5926/stat : 5926 (priss) R 5922 5922 5409 0 -1 4202560 2955 0 0 0 620 7 0 0 25 0 5 0 990131129 284483584 11424 33554432000 4194304 5787044 140737073117008 18446744073709551615 260917220021 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5923/tid=5927] ppid=5922 vsize=277816 CPUtime=6.28 cores=0-7
/proc/5923/task/5927/stat : 5927 (priss) R 5922 5922 5409 0 -1 4202560 3733 0 0 0 622 6 0 0 19 0 5 0 990131129 284483584 11424 33554432000 4194304 5787044 140737073117008 18446744073709551615 260917220021 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5923/tid=5928] ppid=5922 vsize=277816 CPUtime=6.29 cores=0-7
/proc/5923/task/5928/stat : 5928 (priss) R 5922 5922 5409 0 -1 4202560 2068 0 0 0 629 0 0 0 25 0 5 0 990131129 284483584 11424 33554432000 4194304 5787044 140737073117008 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 286516

[startup+12.7006 s]
/proc/loadavg: 4.01 4.00 3.96 5/176 5928
/proc/meminfo: memFree=11144528/32950928 swapFree=67051812/67111528
[pid=5922] ppid=5920 vsize=8700 CPUtime=0 cores=0-7
/proc/5922/stat : 5922 (priss.sh) S 5920 5922 5409 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 990131128 8908800 251 33554432000 4194304 4922060 140736549990512 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5922/statm: 2175 251 211 178 0 68 0
[pid=5923] ppid=5922 vsize=289720 CPUtime=50.7 cores=0-7
/proc/5923/stat : 5923 (priss) S 5922 5922 5409 0 -1 4202496 19523 0 0 0 5038 32 0 0 25 0 5 0 990131128 296673280 17006 33554432000 4194304 5787044 140737073117008 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5923/statm: 72430 17006 417 389 0 68180 0
[pid=5923/tid=5925] ppid=5922 vsize=289720 CPUtime=12.65 cores=0-7
/proc/5923/task/5925/stat : 5925 (priss) R 5922 5922 5409 0 -1 4202560 3898 0 0 0 1256 9 0 0 19 0 5 0 990131129 296673280 17006 33554432000 4194304 5787044 140737073117008 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5923/tid=5926] ppid=5922 vsize=289720 CPUtime=12.65 cores=0-7
/proc/5923/task/5926/stat : 5926 (priss) R 5922 5922 5409 0 -1 4202560 3763 0 0 0 1256 9 0 0 21 0 5 0 990131129 296673280 17006 33554432000 4194304 5787044 140737073117008 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5923/tid=5927] ppid=5922 vsize=289720 CPUtime=12.67 cores=0-7
/proc/5923/task/5927/stat : 5927 (priss) R 5922 5922 5409 0 -1 4202560 4662 0 0 0 1259 8 0 0 18 0 5 0 990131129 296673280 17006 33554432000 4194304 5787044 140737073117008 18446744073709551615 5591190 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5923/tid=5928] ppid=5922 vsize=289720 CPUtime=12.68 cores=0-7
/proc/5923/task/5928/stat : 5928 (priss) R 5922 5922 5409 0 -1 4202560 5688 0 0 0 1265 3 0 0 18 0 5 0 990131129 296673280 17006 33554432000 4194304 5787044 140737073117008 18446744073709551615 5527568 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 298420

[startup+25.5013 s]
/proc/loadavg: 4.00 4.00 3.96 5/176 5929
/proc/meminfo: memFree=11112148/32950928 swapFree=67051812/67111528
[pid=5922] ppid=5920 vsize=8700 CPUtime=0 cores=0-7
/proc/5922/stat : 5922 (priss.sh) S 5920 5922 5409 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 990131128 8908800 251 33554432000 4194304 4922060 140736549990512 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5922/statm: 2175 251 211 178 0 68 0
[pid=5923] ppid=5922 vsize=305984 CPUtime=101.86 cores=0-7
/proc/5923/stat : 5923 (priss) S 5922 5922 5409 0 -1 4202496 28228 0 0 0 10143 43 0 0 25 0 5 0 990131128 313327616 25646 33554432000 4194304 5787044 140737073117008 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5923/statm: 76496 25646 417 389 0 72246 0
[pid=5923/tid=5925] ppid=5922 vsize=305984 CPUtime=25.44 cores=0-7
/proc/5923/task/5925/stat : 5925 (priss) R 5922 5922 5409 0 -1 4202560 7471 0 0 0 2532 12 0 0 25 0 5 0 990131129 313327616 25646 33554432000 4194304 5787044 140737073117008 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5923/tid=5926] ppid=5922 vsize=305984 CPUtime=25.45 cores=0-7
/proc/5923/task/5926/stat : 5926 (priss) R 5922 5922 5409 0 -1 4202560 5392 0 0 0 2532 13 0 0 25 0 5 0 990131129 313327616 25646 33554432000 4194304 5787044 140737073117008 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5923/tid=5927] ppid=5922 vsize=305984 CPUtime=25.47 cores=0-7
/proc/5923/task/5927/stat : 5927 (priss) R 5922 5922 5409 0 -1 4202560 6163 0 0 0 2536 11 0 0 25 0 5 0 990131129 313327616 25646 33554432000 4194304 5787044 140737073117008 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5923/tid=5928] ppid=5922 vsize=305984 CPUtime=25.47 cores=0-7
/proc/5923/task/5928/stat : 5928 (priss) R 5922 5922 5409 0 -1 4202560 7690 0 0 0 2542 5 0 0 25 0 5 0 990131129 313327616 25646 33554432000 4194304 5787044 140737073117008 18446744073709551615 5527610 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.86
Current children cumulated vsize (KiB) 314684

[startup+51.1006 s]
/proc/loadavg: 4.00 4.00 3.96 5/176 5929
/proc/meminfo: memFree=11069600/32950928 swapFree=67051812/67111528
[pid=5922] ppid=5920 vsize=8700 CPUtime=0 cores=0-7
/proc/5922/stat : 5922 (priss.sh) S 5920 5922 5409 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 990131128 8908800 251 33554432000 4194304 4922060 140736549990512 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5922/statm: 2175 251 211 178 0 68 0
[pid=5923] ppid=5922 vsize=323180 CPUtime=204.22 cores=0-7
/proc/5923/stat : 5923 (priss) S 5922 5922 5409 0 -1 4202496 38956 0 0 0 20365 57 0 0 25 0 5 0 990131128 330936320 36132 33554432000 4194304 5787044 140737073117008 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5923/statm: 80795 36132 417 389 0 76545 0
[pid=5923/tid=5925] ppid=5922 vsize=323180 CPUtime=51.03 cores=0-7
/proc/5923/task/5925/stat : 5925 (priss) R 5922 5922 5409 0 -1 4202560 9849 0 0 0 5087 16 0 0 25 0 5 0 990131129 330936320 36132 33554432000 4194304 5787044 140737073117008 18446744073709551615 5591328 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5923/tid=5926] ppid=5922 vsize=323180 CPUtime=51.03 cores=0-7
/proc/5923/task/5926/stat : 5926 (priss) R 5922 5922 5409 0 -1 4202560 8626 0 0 0 5087 16 0 0 20 0 5 0 990131129 330936320 36132 33554432000 4194304 5787044 140737073117008 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5923/tid=5927] ppid=5922 vsize=323180 CPUtime=51.06 cores=0-7
/proc/5923/task/5927/stat : 5927 (priss) R 5922 5922 5409 0 -1 4202560 8205 0 0 0 5091 15 0 0 18 0 5 0 990131129 330936320 36132 33554432000 4194304 5787044 140737073117008 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5923/tid=5928] ppid=5922 vsize=323180 CPUtime=51.07 cores=0-7
/proc/5923/task/5928/stat : 5928 (priss) R 5922 5922 5409 0 -1 4202560 10764 0 0 0 5099 8 0 0 20 0 5 0 990131129 330936320 36132 33554432000 4194304 5787044 140737073117008 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.22
Current children cumulated vsize (KiB) 331880

[startup+102.306 s]
/proc/loadavg: 4.00 4.00 3.96 5/176 5931
/proc/meminfo: memFree=11024160/32950928 swapFree=67051812/67111528
[pid=5922] ppid=5920 vsize=8700 CPUtime=0 cores=0-7
/proc/5922/stat : 5922 (priss.sh) S 5920 5922 5409 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 990131128 8908800 251 33554432000 4194304 4922060 140736549990512 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5922/statm: 2175 251 211 178 0 68 0
[pid=5923] ppid=5922 vsize=343556 CPUtime=409.01 cores=0-7
/proc/5923/stat : 5923 (priss) S 5922 5922 5409 0 -1 4202496 50408 0 0 0 40832 69 0 0 25 0 5 0 990131128 351801344 47293 33554432000 4194304 5787044 140737073117008 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5923/statm: 85889 47293 417 389 0 81639 0
[pid=5923/tid=5925] ppid=5922 vsize=343556 CPUtime=102.23 cores=0-7
/proc/5923/task/5925/stat : 5925 (priss) R 5922 5922 5409 0 -1 4202560 13074 0 0 0 10204 19 0 0 25 0 5 0 990131129 351801344 47293 33554432000 4194304 5787044 140737073117008 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5923/tid=5926] ppid=5922 vsize=343556 CPUtime=102.21 cores=0-7
/proc/5923/task/5926/stat : 5926 (priss) R 5922 5922 5409 0 -1 4202560 11846 0 0 0 10203 18 0 0 24 0 5 0 990131129 351801344 47293 33554432000 4194304 5787044 140737073117008 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5923/tid=5927] ppid=5922 vsize=343556 CPUtime=102.27 cores=0-7
/proc/5923/task/5927/stat : 5927 (priss) R 5922 5922 5409 0 -1 4202560 10369 0 0 0 10208 19 0 0 21 0 5 0 990131129 351801344 47293 33554432000 4194304 5787044 140737073117008 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5923/tid=5928] ppid=5922 vsize=343556 CPUtime=102.27 cores=0-7

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

/proc/5923/task/5926/stat : 5926 (priss) R 5922 5922 5409 0 -1 4202560 67880 0 0 0 472142 81 0 0 25 0 5 0 990131129 1304936448 258470 33554432000 4194304 5787044 140737073117008 18446744073709551615 5591727 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5923/tid=5927] ppid=5922 vsize=1274352 CPUtime=4722.35 cores=0-7
/proc/5923/task/5927/stat : 5927 (priss) R 5922 5922 5409 0 -1 4202560 61831 0 0 0 472145 90 0 0 25 0 5 0 990131129 1304936448 258470 33554432000 4194304 5787044 140737073117008 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5923/tid=5928] ppid=5922 vsize=1274352 CPUtime=4722.36 cores=0-7
/proc/5923/task/5928/stat : 5928 (priss) R 5922 5922 5409 0 -1 4202560 73200 0 0 0 472182 54 0 0 25 0 5 0 990131129 1304936448 258470 33554432000 4194304 5787044 140737073117008 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 18889.3
Current children cumulated vsize (KiB) 1283052

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/176 6068
/proc/meminfo: memFree=10171992/32950928 swapFree=67051812/67111528
[pid=5922] ppid=5920 vsize=8700 CPUtime=0 cores=0-7
/proc/5922/stat : 5922 (priss.sh) S 5920 5922 5409 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 990131128 8908800 251 33554432000 4194304 4922060 140736549990512 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5922/statm: 2175 251 211 178 0 68 0
[pid=5923] ppid=5922 vsize=1274352 CPUtime=19129.3 cores=0-7
/proc/5923/stat : 5923 (priss) S 5922 5922 5409 0 -1 4202496 272238 0 0 0 1912620 308 0 0 25 0 5 0 990131128 1304936448 259488 33554432000 4194304 5787044 140737073117008 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5923/statm: 318588 259488 417 389 0 314338 0
[pid=5923/tid=5925] ppid=5922 vsize=1274352 CPUtime=4782.32 cores=0-7
/proc/5923/task/5925/stat : 5925 (priss) R 5922 5922 5409 0 -1 4202560 66807 0 0 0 478152 80 0 0 25 0 5 0 990131129 1304936448 259488 33554432000 4194304 5787044 140737073117008 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5923/tid=5926] ppid=5922 vsize=1274352 CPUtime=4782.23 cores=0-7
/proc/5923/task/5926/stat : 5926 (priss) R 5922 5922 5409 0 -1 4202560 67968 0 0 0 478141 82 0 0 25 0 5 0 990131129 1304936448 259488 33554432000 4194304 5787044 140737073117008 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5923/tid=5927] ppid=5922 vsize=1274352 CPUtime=4782.34 cores=0-7
/proc/5923/task/5927/stat : 5927 (priss) R 5922 5922 5409 0 -1 4202560 62748 0 0 0 478143 91 0 0 25 0 5 0 990131129 1304936448 259488 33554432000 4194304 5787044 140737073117008 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5923/tid=5928] ppid=5922 vsize=1274352 CPUtime=4782.36 cores=0-7
/proc/5923/task/5928/stat : 5928 (priss) R 5922 5922 5409 0 -1 4202560 73203 0 0 0 478182 54 0 0 25 0 5 0 990131129 1304936448 259488 33554432000 4194304 5787044 140737073117008 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19129.3
Current children cumulated vsize (KiB) 1283052

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/176 6069
/proc/meminfo: memFree=10164124/32950928 swapFree=67051812/67111528
[pid=5922] ppid=5920 vsize=8700 CPUtime=0 cores=0-7
/proc/5922/stat : 5922 (priss.sh) S 5920 5922 5409 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 990131128 8908800 251 33554432000 4194304 4922060 140736549990512 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5922/statm: 2175 251 211 178 0 68 0
[pid=5923] ppid=5922 vsize=1274608 CPUtime=19369.3 cores=0-7
/proc/5923/stat : 5923 (priss) S 5922 5922 5409 0 -1 4202496 274190 0 0 0 1936619 310 0 0 25 0 5 0 990131128 1305198592 261440 33554432000 4194304 5787044 140737073117008 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5923/statm: 318652 261440 417 389 0 314402 0
[pid=5923/tid=5925] ppid=5922 vsize=1274608 CPUtime=4842.32 cores=0-7
/proc/5923/task/5925/stat : 5925 (priss) R 5922 5922 5409 0 -1 4202560 66823 0 0 0 484152 80 0 0 25 0 5 0 990131129 1305198592 261440 33554432000 4194304 5787044 140737073117008 18446744073709551615 5591266 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5923/tid=5926] ppid=5922 vsize=1274608 CPUtime=4842.23 cores=0-7
/proc/5923/task/5926/stat : 5926 (priss) R 5922 5922 5409 0 -1 4202560 69036 0 0 0 484141 82 0 0 25 0 5 0 990131129 1305198592 261440 33554432000 4194304 5787044 140737073117008 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5923/tid=5927] ppid=5922 vsize=1274608 CPUtime=4842.34 cores=0-7
/proc/5923/task/5927/stat : 5927 (priss) R 5922 5922 5409 0 -1 4202560 63574 0 0 0 484142 92 0 0 25 0 5 0 990131129 1305198592 261440 33554432000 4194304 5787044 140737073117008 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5923/tid=5928] ppid=5922 vsize=1274608 CPUtime=4842.36 cores=0-7
/proc/5923/task/5928/stat : 5928 (priss) R 5922 5922 5409 0 -1 4202560 73245 0 0 0 484182 54 0 0 25 0 5 0 990131129 1305198592 261440 33554432000 4194304 5787044 140737073117008 18446744073709551615 5527024 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19369.3
Current children cumulated vsize (KiB) 1283308

[startup+4902.3 s]
/proc/loadavg: 4.06 4.02 4.00 5/176 6071
/proc/meminfo: memFree=10156248/32950928 swapFree=67051812/67111528
[pid=5922] ppid=5920 vsize=8700 CPUtime=0 cores=0-7
/proc/5922/stat : 5922 (priss.sh) S 5920 5922 5409 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 990131128 8908800 251 33554432000 4194304 4922060 140736549990512 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5922/statm: 2175 251 211 178 0 68 0
[pid=5923] ppid=5922 vsize=1274608 CPUtime=19609.3 cores=0-7
/proc/5923/stat : 5923 (priss) S 5922 5922 5409 0 -1 4202496 276193 0 0 0 1960618 311 0 0 25 0 5 0 990131128 1305198592 263443 33554432000 4194304 5787044 140737073117008 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5923/statm: 318652 263443 417 389 0 314402 0
[pid=5923/tid=5925] ppid=5922 vsize=1274608 CPUtime=4902.32 cores=0-7
/proc/5923/task/5925/stat : 5925 (priss) R 5922 5922 5409 0 -1 4202560 66845 0 0 0 490152 80 0 0 25 0 5 0 990131129 1305198592 263443 33554432000 4194304 5787044 140737073117008 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5923/tid=5926] ppid=5922 vsize=1274608 CPUtime=4902.23 cores=0-7
/proc/5923/task/5926/stat : 5926 (priss) R 5922 5922 5409 0 -1 4202560 69090 0 0 0 490141 82 0 0 25 0 5 0 990131129 1305198592 263443 33554432000 4194304 5787044 140737073117008 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5923/tid=5927] ppid=5922 vsize=1274608 CPUtime=4902.35 cores=0-7
/proc/5923/task/5927/stat : 5927 (priss) R 5922 5922 5409 0 -1 4202560 65488 0 0 0 490141 94 0 0 25 0 5 0 990131129 1305198592 263443 33554432000 4194304 5787044 140737073117008 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5923/tid=5928] ppid=5922 vsize=1274608 CPUtime=4902.36 cores=0-7
/proc/5923/task/5928/stat : 5928 (priss) R 5922 5922 5409 0 -1 4202560 73258 0 0 0 490182 54 0 0 25 0 5 0 990131129 1305198592 263443 33554432000 4194304 5787044 140737073117008 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19609.3
Current children cumulated vsize (KiB) 1283308

[startup+4962.3 s]
/proc/loadavg: 4.02 4.01 4.00 5/176 6072
/proc/meminfo: memFree=10147628/32950928 swapFree=67051812/67111528
[pid=5922] ppid=5920 vsize=8700 CPUtime=0 cores=0-7
/proc/5922/stat : 5922 (priss.sh) S 5920 5922 5409 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 990131128 8908800 251 33554432000 4194304 4922060 140736549990512 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5922/statm: 2175 251 211 178 0 68 0
[pid=5923] ppid=5922 vsize=1278960 CPUtime=19849.3 cores=0-7
/proc/5923/stat : 5923 (priss) S 5922 5922 5409 0 -1 4202496 278292 0 0 0 1984616 313 0 0 25 0 5 0 990131128 1309655040 265542 33554432000 4194304 5787044 140737073117008 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5923/statm: 319740 265542 417 389 0 315490 0
[pid=5923/tid=5925] ppid=5922 vsize=1278960 CPUtime=4962.32 cores=0-7
/proc/5923/task/5925/stat : 5925 (priss) R 5922 5922 5409 0 -1 4202560 67005 0 0 0 496151 81 0 0 25 0 5 0 990131129 1309655040 265542 33554432000 4194304 5787044 140737073117008 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5923/tid=5926] ppid=5922 vsize=1278960 CPUtime=4962.23 cores=0-7
/proc/5923/task/5926/stat : 5926 (priss) R 5922 5922 5409 0 -1 4202560 69165 0 0 0 496141 82 0 0 25 0 5 0 990131129 1309655040 265542 33554432000 4194304 5787044 140737073117008 18446744073709551615 5591564 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5923/tid=5927] ppid=5922 vsize=1278960 CPUtime=4962.35 cores=0-7
/proc/5923/task/5927/stat : 5927 (priss) R 5922 5922 5409 0 -1 4202560 66274 0 0 0 496140 95 0 0 25 0 5 0 990131129 1309655040 265542 33554432000 4194304 5787044 140737073117008 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5923/tid=5928] ppid=5922 vsize=1278960 CPUtime=4962.36 cores=0-7
/proc/5923/task/5928/stat : 5928 (priss) R 5922 5922 5409 0 -1 4202560 74336 0 0 0 496182 54 0 0 25 0 5 0 990131129 1309655040 265542 33554432000 4194304 5787044 140737073117008 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19849.3
Current children cumulated vsize (KiB) 1287660

[startup+5022.3 s]
/proc/loadavg: 4.01 4.00 4.00 5/176 6074
/proc/meminfo: memFree=10143336/32950928 swapFree=67051812/67111528
[pid=5922] ppid=5920 vsize=8700 CPUtime=0 cores=0-7
/proc/5922/stat : 5922 (priss.sh) S 5920 5922 5409 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 990131128 8908800 251 33554432000 4194304 4922060 140736549990512 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5922/statm: 2175 251 211 178 0 68 0
[pid=5923] ppid=5922 vsize=1278960 CPUtime=20089.3 cores=0-7
/proc/5923/stat : 5923 (priss) S 5922 5922 5409 0 -1 4202496 279377 0 0 0 2008616 315 0 0 25 0 5 0 990131128 1309655040 266627 33554432000 4194304 5787044 140737073117008 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5923/statm: 319740 266627 417 389 0 315490 0
[pid=5923/tid=5925] ppid=5922 vsize=1278960 CPUtime=5022.32 cores=0-7
/proc/5923/task/5925/stat : 5925 (priss) R 5922 5922 5409 0 -1 4202560 67163 0 0 0 502151 81 0 0 25 0 5 0 990131129 1309655040 266627 33554432000 4194304 5787044 140737073117008 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5923/tid=5926] ppid=5922 vsize=1278960 CPUtime=5022.23 cores=0-7
/proc/5923/task/5926/stat : 5926 (priss) R 5922 5922 5409 0 -1 4202560 69289 0 0 0 502141 82 0 0 25 0 5 0 990131129 1309655040 266627 33554432000 4194304 5787044 140737073117008 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5923/tid=5927] ppid=5922 vsize=1278960 CPUtime=5022.35 cores=0-7
/proc/5923/task/5927/stat : 5927 (priss) R 5922 5922 5409 0 -1 4202560 67065 0 0 0 502139 96 0 0 25 0 5 0 990131129 1309655040 266627 33554432000 4194304 5787044 140737073117008 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5923/tid=5928] ppid=5922 vsize=1278960 CPUtime=5022.36 cores=0-7
/proc/5923/task/5928/stat : 5928 (priss) R 5922 5922 5409 0 -1 4202560 74348 0 0 0 502182 54 0 0 25 0 5 0 990131129 1309655040 266627 33554432000 4194304 5787044 140737073117008 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20089.3
Current children cumulated vsize (KiB) 1287660

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/176 6076
/proc/meminfo: memFree=10134704/32950928 swapFree=67051812/67111528
[pid=5922] ppid=5920 vsize=8700 CPUtime=0 cores=0-7
/proc/5922/stat : 5922 (priss.sh) S 5920 5922 5409 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 990131128 8908800 251 33554432000 4194304 4922060 140736549990512 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5922/statm: 2175 251 211 178 0 68 0
[pid=5923] ppid=5922 vsize=1278960 CPUtime=20329.3 cores=0-7
/proc/5923/stat : 5923 (priss) S 5922 5922 5409 0 -1 4202496 281526 0 0 0 2032614 317 0 0 25 0 5 0 990131128 1309655040 268776 33554432000 4194304 5787044 140737073117008 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5923/statm: 319740 268776 417 389 0 315490 0
[pid=5923/tid=5925] ppid=5922 vsize=1278960 CPUtime=5082.32 cores=0-7
/proc/5923/task/5925/stat : 5925 (priss) R 5922 5922 5409 0 -1 4202560 67363 0 0 0 508151 81 0 0 25 0 5 0 990131129 1309655040 268776 33554432000 4194304 5787044 140737073117008 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5923/tid=5926] ppid=5922 vsize=1278960 CPUtime=5082.23 cores=0-7
/proc/5923/task/5926/stat : 5926 (priss) R 5922 5922 5409 0 -1 4202560 70400 0 0 0 508141 82 0 0 25 0 5 0 990131129 1309655040 268776 33554432000 4194304 5787044 140737073117008 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5923/tid=5927] ppid=5922 vsize=1278960 CPUtime=5082.35 cores=0-7
/proc/5923/task/5927/stat : 5927 (priss) R 5922 5922 5409 0 -1 4202560 67874 0 0 0 508137 98 0 0 25 0 5 0 990131129 1309655040 268776 33554432000 4194304 5787044 140737073117008 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5923/tid=5928] ppid=5922 vsize=1278960 CPUtime=5082.36 cores=0-7
/proc/5923/task/5928/stat : 5928 (priss) R 5922 5922 5409 0 -1 4202560 74377 0 0 0 508182 54 0 0 25 0 5 0 990131129 1309655040 268776 33554432000 4194304 5787044 140737073117008 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20329.3
Current children cumulated vsize (KiB) 1287660



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 4.00 5/176 6076
/proc/meminfo: memFree=10133192/32950928 swapFree=67051812/67111528
[pid=5922] ppid=5920 vsize=8700 CPUtime=0 cores=0-7
/proc/5922/stat : 5922 (priss.sh) S 5920 5922 5409 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 990131128 8908800 251 33554432000 4194304 4922060 140736549990512 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5922/statm: 2175 251 211 178 0 68 0
[pid=5923] ppid=5922 vsize=1278960 CPUtime=20400.1 cores=0-7
/proc/5923/stat : 5923 (priss) S 5922 5922 5409 0 -1 4202496 281892 0 0 0 2039696 317 0 0 25 0 5 0 990131128 1309655040 269142 33554432000 4194304 5787044 140737073117008 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5923/statm: 319740 269142 417 389 0 315490 0
[pid=5923/tid=5925] ppid=5922 vsize=1278960 CPUtime=5100.03 cores=0-7
/proc/5923/task/5925/stat : 5925 (priss) R 5922 5922 5409 0 -1 4202560 67407 0 0 0 509922 81 0 0 25 0 5 0 990131129 1309655040 269142 33554432000 4194304 5787044 140737073117008 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5923/tid=5926] ppid=5922 vsize=1278960 CPUtime=5099.94 cores=0-7
/proc/5923/task/5926/stat : 5926 (priss) R 5922 5922 5409 0 -1 4202560 70445 0 0 0 509912 82 0 0 25 0 5 0 990131129 1309655040 269142 33554432000 4194304 5787044 140737073117008 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5923/tid=5927] ppid=5922 vsize=1278960 CPUtime=5100.06 cores=0-7
/proc/5923/task/5927/stat : 5927 (priss) R 5922 5922 5409 0 -1 4202560 68142 0 0 0 509908 98 0 0 25 0 5 0 990131129 1309655040 269142 33554432000 4194304 5787044 140737073117008 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5923/tid=5928] ppid=5922 vsize=1278960 CPUtime=5100.07 cores=0-7
/proc/5923/task/5928/stat : 5928 (priss) R 5922 5922 5409 0 -1 4202560 74386 0 0 0 509953 54 0 0 25 0 5 0 990131129 1309655040 269142 33554432000 4194304 5787044 140737073117008 18446744073709551615 5527037 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20400.1
Current children cumulated vsize (KiB) 1287660

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 5922 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 20400.1
#
# 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): 20400.1
CPU user time (s): 20397
CPU system time (s): 3.17
CPU usage (%): 400.001
Max. virtual memory (cumulated for all children) (KiB): 1287660

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

runsolver used 7.80081 second user time and 19.3031 second system time

The end

Launcher Data

Begin job on node116 at 2011-06-13 23:03:25
IDJOB=3499407
IDBENCH=83219
IDSOLVER=1994
FILE ID=node116/3499407-1307999004
RUNJOBID= node116-1307988769-5423
PBS_JOBID= 13559812
Free space on /var/tmp= 2884 MiB

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

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

MD5SUM BENCH= 1e53251276ed6dee048eca4aa337d77b
RANDOM SEED=1276324536

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      11210704 kB
Buffers:        117944 kB
Cached:       20888384 kB
SwapCached:      12824 kB
Active:        5691296 kB
Inactive:     15334388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11210704 kB
SwapTotal:    67111528 kB
SwapFree:     67051812 kB
Dirty:            1776 kB
Writeback:           0 kB
AnonPages:       17140 kB
Mapped:           8840 kB
Slab:           647796 kB
PageTables:       4104 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   186304 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= 2884 MiB
End job on node116 at 2011-06-14 00:28:27