Trace number 3499333

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

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-17x30.cnf
MD5SUM3a506c7557d86d0d326e3b3cdee85b69
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2040
Number of clauses240210
Sum of the clauses size954720
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23060
Number of clauses of size 30
Number of clauses of size 4237150
Number of clauses of size 50
Number of clauses of size over 50

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: 24156
0.00/0.06	c parsetime: 64805us
0.00/0.06	c parsed 240210 clauses with 2040 variables
0.00/0.08	c NW started thread 0 successfully (1085925696)
0.00/0.12	c NW started thread 1 successfully (1102997824)
0.00/0.19	c NW started thread 2 successfully (1113487680)
0.00/0.25	c NW started thread 3 successfully (1123977536)
113.57/28.58	c preprocessor returned 10009 variables
113.57/28.58	c preprocessing returned UNKNOWN
113.57/28.58	c PP set 0 variables
113.57/28.58	c pp time: 28500660us (28s)
114.34/28.71	c preprocessor returned 10009 variables
114.34/28.71	c preprocessing returned UNKNOWN
114.34/28.71	c PP set 0 variables
114.34/28.71	c pp time: 28516534us (28s)
123.14/30.93	c preprocessor returned 10009 variables
123.14/30.93	c preprocessing returned UNKNOWN
123.14/30.93	c PP set 0 variables
123.14/30.93	c pp time: 30805419us (30s)
143.54/36.05	c preprocessor returned 30008 variables
143.54/36.05	c preprocessing returned UNKNOWN
143.54/36.05	c PP set 0 variables
143.54/36.05	c pp time: 35796902us (35s)
6850.66/1713.41	c HTE
6898.64/1725.44	c subsumption
7007.80/1752.79	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-3499333-1307998564/watcher-3499333-1307998564 -o /var/tmp/evaluation-result-3499333-1307998564/solver-3499333-1307998564 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499333-1307998564.cnf 1696254318 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.05 4.01 3.94 1/170 24155
/proc/meminfo: memFree=11467384/32951124 swapFree=67054264/67111528
[pid=24155] ppid=24153 vsize=8700 CPUtime=0 cores=0-7
/proc/24155/stat : 24155 (priss.sh) S 24153 24155 23695 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 892272287 8908800 251 33554432000 4194304 4922060 140736884490160 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/24155/statm: 2175 251 211 178 0 68 0

[startup+0.0287259 s]
/proc/loadavg: 4.05 4.01 3.94 1/170 24155
/proc/meminfo: memFree=11467384/32951124 swapFree=67054264/67111528
[pid=24155] ppid=24153 vsize=8700 CPUtime=0 cores=0-7
/proc/24155/stat : 24155 (priss.sh) S 24153 24155 23695 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 892272287 8908800 251 33554432000 4194304 4922060 140736884490160 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/24155/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100713 s]
/proc/loadavg: 4.05 4.01 3.94 1/170 24155
/proc/meminfo: memFree=11467384/32951124 swapFree=67054264/67111528
[pid=24155] ppid=24153 vsize=8700 CPUtime=0 cores=0-7
/proc/24155/stat : 24155 (priss.sh) S 24153 24155 23695 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 892272287 8908800 251 33554432000 4194304 4922060 140736884490160 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/24155/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300684 s]
/proc/loadavg: 4.05 4.01 3.94 1/170 24155
/proc/meminfo: memFree=11467384/32951124 swapFree=67054264/67111528
[pid=24155] ppid=24153 vsize=8700 CPUtime=0 cores=0-7
/proc/24155/stat : 24155 (priss.sh) S 24153 24155 23695 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 892272287 8908800 251 33554432000 4194304 4922060 140736884490160 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/24155/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700603 s]
/proc/loadavg: 4.05 4.01 3.94 1/170 24155
/proc/meminfo: memFree=11467384/32951124 swapFree=67054264/67111528
[pid=24155] ppid=24153 vsize=8700 CPUtime=0 cores=0-7
/proc/24155/stat : 24155 (priss.sh) S 24153 24155 23695 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 892272287 8908800 251 33554432000 4194304 4922060 140736884490160 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/24155/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50046 s]
/proc/loadavg: 4.05 4.01 3.94 5/176 24162
/proc/meminfo: memFree=11397676/32951124 swapFree=67054264/67111528
[pid=24155] ppid=24153 vsize=8700 CPUtime=0 cores=0-7
/proc/24155/stat : 24155 (priss.sh) S 24153 24155 23695 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 892272287 8908800 251 33554432000 4194304 4922060 140736884490160 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/24155/statm: 2175 251 211 178 0 68 0
[pid=24156] ppid=24155 vsize=322268 CPUtime=5.58 cores=0-7
/proc/24156/stat : 24156 (priss) S 24155 24155 23695 0 -1 4202496 18789 0 0 0 556 2 0 0 18 0 5 0 892272287 330002432 17580 33554432000 4194304 5787044 140734064096960 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/24156/statm: 80567 17580 349 389 0 76317 0
[pid=24156/tid=24158] ppid=24155 vsize=322268 CPUtime=1.41 cores=0-7
/proc/24156/task/24158/stat : 24158 (priss) R 24155 24155 23695 0 -1 4202560 1753 0 0 0 141 0 0 0 18 0 5 0 892272295 330002432 17580 33554432000 4194304 5787044 140734064096960 18446744073709551615 4336759 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24156/tid=24159] ppid=24155 vsize=322268 CPUtime=1.36 cores=0-7
/proc/24156/task/24159/stat : 24159 (priss) R 24155 24155 23695 0 -1 4202560 1658 0 0 0 136 0 0 0 25 0 5 0 892272300 330002432 17580 33554432000 4194304 5787044 140734064096960 18446744073709551615 4336133 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=24156/tid=24160] ppid=24155 vsize=322268 CPUtime=1.3 cores=0-7
/proc/24156/task/24160/stat : 24160 (priss) R 24155 24155 23695 0 -1 4202560 1641 0 0 0 130 0 0 0 18 0 5 0 892272306 330002432 17580 33554432000 4194304 5787044 140734064096960 18446744073709551615 4336234 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24156/tid=24161] ppid=24155 vsize=322268 CPUtime=1.24 cores=0-7
/proc/24156/task/24161/stat : 24161 (priss) R 24155 24155 23695 0 -1 4202560 1622 0 0 0 124 0 0 0 18 0 5 0 892272312 330002432 17580 33554432000 4194304 5787044 140734064096960 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.58
Current children cumulated vsize (KiB) 330968

[startup+3.10117 s]
/proc/loadavg: 4.05 4.01 3.94 5/176 24162
/proc/meminfo: memFree=11397448/32951124 swapFree=67054264/67111528
[pid=24155] ppid=24153 vsize=8700 CPUtime=0 cores=0-7
/proc/24155/stat : 24155 (priss.sh) S 24153 24155 23695 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 892272287 8908800 251 33554432000 4194304 4922060 140736884490160 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/24155/statm: 2175 251 211 178 0 68 0
[pid=24156] ppid=24155 vsize=325220 CPUtime=11.98 cores=0-7
/proc/24156/stat : 24156 (priss) S 24155 24155 23695 0 -1 4202496 19832 0 0 0 1196 2 0 0 18 0 5 0 892272287 333025280 17918 33554432000 4194304 5787044 140734064096960 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/24156/statm: 81305 17918 350 389 0 77055 0
[pid=24156/tid=24158] ppid=24155 vsize=325220 CPUtime=3.01 cores=0-7
/proc/24156/task/24158/stat : 24158 (priss) R 24155 24155 23695 0 -1 4202560 2183 0 0 0 301 0 0 0 18 0 5 0 892272295 333025280 17918 33554432000 4194304 5787044 140734064096960 18446744073709551615 4336135 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24156/tid=24159] ppid=24155 vsize=325220 CPUtime=2.96 cores=0-7
/proc/24156/task/24159/stat : 24159 (priss) R 24155 24155 23695 0 -1 4202560 1658 0 0 0 296 0 0 0 25 0 5 0 892272300 333025280 17918 33554432000 4194304 5787044 140734064096960 18446744073709551615 4336240 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=24156/tid=24160] ppid=24155 vsize=325220 CPUtime=2.9 cores=0-7
/proc/24156/task/24160/stat : 24160 (priss) R 24155 24155 23695 0 -1 4202560 1984 0 0 0 290 0 0 0 18 0 5 0 892272306 333025280 17918 33554432000 4194304 5787044 140734064096960 18446744073709551615 18446744073699065939 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24156/tid=24161] ppid=24155 vsize=325220 CPUtime=2.84 cores=0-7
/proc/24156/task/24161/stat : 24161 (priss) R 24155 24155 23695 0 -1 4202560 1892 0 0 0 284 0 0 0 22 0 5 0 892272312 333025280 17918 33554432000 4194304 5787044 140734064096960 18446744073709551615 4319032 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.98
Current children cumulated vsize (KiB) 333920

[startup+6.3006 s]
/proc/loadavg: 4.04 4.01 3.94 5/176 24162
/proc/meminfo: memFree=11338548/32951124 swapFree=67054264/67111528
[pid=24155] ppid=24153 vsize=8700 CPUtime=0 cores=0-7
/proc/24155/stat : 24155 (priss.sh) S 24153 24155 23695 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 892272287 8908800 251 33554432000 4194304 4922060 140736884490160 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/24155/statm: 2175 251 211 178 0 68 0
[pid=24156] ppid=24155 vsize=362112 CPUtime=24.74 cores=0-7
/proc/24156/stat : 24156 (priss) S 24155 24155 23695 0 -1 4202496 38140 0 0 0 2462 12 0 0 18 0 5 0 892272287 370802688 35991 33554432000 4194304 5787044 140734064096960 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/24156/statm: 90528 35991 350 389 0 86278 0
[pid=24156/tid=24158] ppid=24155 vsize=362112 CPUtime=6.2 cores=0-7
/proc/24156/task/24158/stat : 24158 (priss) R 24155 24155 23695 0 -1 4202560 5160 0 0 0 617 3 0 0 18 0 5 0 892272295 370802688 35991 33554432000 4194304 5787044 140734064096960 18446744073709551615 4336773 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24156/tid=24159] ppid=24155 vsize=362112 CPUtime=6.16 cores=0-7
/proc/24156/task/24159/stat : 24159 (priss) R 24155 24155 23695 0 -1 4202560 6796 0 0 0 613 3 0 0 18 0 5 0 892272300 370802688 35991 33554432000 4194304 5787044 140734064096960 18446744073709551615 4336240 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=24156/tid=24160] ppid=24155 vsize=362112 CPUtime=6.1 cores=0-7
/proc/24156/task/24160/stat : 24160 (priss) R 24155 24155 23695 0 -1 4202560 7094 0 0 0 607 3 0 0 18 0 5 0 892272306 370802688 35991 33554432000 4194304 5787044 140734064096960 18446744073709551615 4336763 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24156/tid=24161] ppid=24155 vsize=362112 CPUtime=6.01 cores=0-7
/proc/24156/task/24161/stat : 24161 (priss) R 24155 24155 23695 0 -1 4202560 6975 0 0 0 600 1 0 0 18 0 5 0 892272312 370802688 35991 33554432000 4194304 5787044 140734064096960 18446744073709551615 4336790 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.74
Current children cumulated vsize (KiB) 370812

[startup+12.7005 s]
/proc/loadavg: 4.04 4.01 3.94 5/176 24162
/proc/meminfo: memFree=11317548/32951124 swapFree=67054264/67111528
[pid=24155] ppid=24153 vsize=8700 CPUtime=0 cores=0-7
/proc/24155/stat : 24155 (priss.sh) S 24153 24155 23695 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 892272287 8908800 251 33554432000 4194304 4922060 140736884490160 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/24155/statm: 2175 251 211 178 0 68 0
[pid=24156] ppid=24155 vsize=366608 CPUtime=50.34 cores=0-7
/proc/24156/stat : 24156 (priss) S 24155 24155 23695 0 -1 4202496 40030 0 0 0 5021 13 0 0 18 0 5 0 892272287 375406592 37881 33554432000 4194304 5787044 140734064096960 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/24156/statm: 91652 37881 350 389 0 87402 0
[pid=24156/tid=24158] ppid=24155 vsize=366608 CPUtime=12.6 cores=0-7
/proc/24156/task/24158/stat : 24158 (priss) R 24155 24155 23695 0 -1 4202560 5265 0 0 0 1257 3 0 0 25 0 5 0 892272295 375406592 37881 33554432000 4194304 5787044 140734064096960 18446744073709551615 4336688 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24156/tid=24159] ppid=24155 vsize=366608 CPUtime=12.55 cores=0-7
/proc/24156/task/24159/stat : 24159 (priss) R 24155 24155 23695 0 -1 4202560 8293 0 0 0 1252 3 0 0 25 0 5 0 892272300 375406592 37881 33554432000 4194304 5787044 140734064096960 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=24156/tid=24160] ppid=24155 vsize=366608 CPUtime=12.5 cores=0-7
/proc/24156/task/24160/stat : 24160 (priss) R 24155 24155 23695 0 -1 4202560 7250 0 0 0 1247 3 0 0 25 0 5 0 892272306 375406592 37881 33554432000 4194304 5787044 140734064096960 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24156/tid=24161] ppid=24155 vsize=366608 CPUtime=12.41 cores=0-7
/proc/24156/task/24161/stat : 24161 (priss) R 24155 24155 23695 0 -1 4202560 7107 0 0 0 1240 1 0 0 25 0 5 0 892272312 375406592 37881 33554432000 4194304 5787044 140734064096960 18446744073709551615 4336272 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.34
Current children cumulated vsize (KiB) 375308

[startup+25.5012 s]
/proc/loadavg: 4.03 4.01 3.94 5/176 24162
/proc/meminfo: memFree=11319028/32951124 swapFree=67054264/67111528
[pid=24155] ppid=24153 vsize=8700 CPUtime=0 cores=0-7
/proc/24155/stat : 24155 (priss.sh) S 24153 24155 23695 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 892272287 8908800 251 33554432000 4194304 4922060 140736884490160 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/24155/statm: 2175 251 211 178 0 68 0
[pid=24156] ppid=24155 vsize=366740 CPUtime=101.55 cores=0-7
/proc/24156/stat : 24156 (priss) S 24155 24155 23695 0 -1 4202496 40086 0 0 0 10142 13 0 0 18 0 5 0 892272287 375541760 37937 33554432000 4194304 5787044 140734064096960 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/24156/statm: 91685 37937 352 389 0 87435 0
[pid=24156/tid=24158] ppid=24155 vsize=366740 CPUtime=25.4 cores=0-7
/proc/24156/task/24158/stat : 24158 (priss) R 24155 24155 23695 0 -1 4202560 5281 0 0 0 2537 3 0 0 25 0 5 0 892272295 375541760 37937 33554432000 4194304 5787044 140734064096960 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24156/tid=24159] ppid=24155 vsize=366740 CPUtime=25.35 cores=0-7
/proc/24156/task/24159/stat : 24159 (priss) R 24155 24155 23695 0 -1 4202560 8307 0 0 0 2532 3 0 0 25 0 5 0 892272300 375541760 37937 33554432000 4194304 5787044 140734064096960 18446744073709551615 4336718 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=24156/tid=24160] ppid=24155 vsize=366740 CPUtime=25.3 cores=0-7
/proc/24156/task/24160/stat : 24160 (priss) R 24155 24155 23695 0 -1 4202560 7264 0 0 0 2527 3 0 0 25 0 5 0 892272306 375541760 37937 33554432000 4194304 5787044 140734064096960 18446744073709551615 4336744 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24156/tid=24161] ppid=24155 vsize=366740 CPUtime=25.21 cores=0-7
/proc/24156/task/24161/stat : 24161 (priss) R 24155 24155 23695 0 -1 4202560 7119 0 0 0 2520 1 0 0 25 0 5 0 892272312 375541760 37937 33554432000 4194304 5787044 140734064096960 18446744073709551615 4336272 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.55
Current children cumulated vsize (KiB) 375440

[startup+51.1006 s]
/proc/loadavg: 4.02 4.01 3.94 5/176 24163
/proc/meminfo: memFree=11197276/32951124 swapFree=67054264/67111528
[pid=24155] ppid=24153 vsize=8700 CPUtime=0 cores=0-7
/proc/24155/stat : 24155 (priss.sh) S 24153 24155 23695 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 892272287 8908800 251 33554432000 4194304 4922060 140736884490160 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/24155/statm: 2175 251 211 178 0 68 0
[pid=24156] ppid=24155 vsize=415108 CPUtime=203.8 cores=0-7
/proc/24156/stat : 24156 (priss) S 24155 24155 23695 0 -1 4202496 80348 0 0 0 20338 42 0 0 18 0 5 0 892272287 425070592 68510 33554432000 4194304 5787044 140734064096960 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/24156/statm: 103777 68510 417 389 0 99527 0
[pid=24156/tid=24158] ppid=24155 vsize=415108 CPUtime=50.98 cores=0-7
/proc/24156/task/24158/stat : 24158 (priss) R 24155 24155 23695 0 -1 4202560 16220 0 0 0 5087 11 0 0 18 0 5 0 892272295 425070592 68510 33554432000 4194304 5787044 140734064096960 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24156/tid=24159] ppid=24155 vsize=415108 CPUtime=50.94 cores=0-7
/proc/24156/task/24159/stat : 24159 (priss) R 24155 24155 23695 0 -1 4202560 17795 0 0 0 5083 11 0 0 24 0 5 0 892272300 425070592 68510 33554432000 4194304 5787044 140734064096960 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=24156/tid=24160] ppid=24155 vsize=415108 CPUtime=50.87 cores=0-7
/proc/24156/task/24160/stat : 24160 (priss) R 24155 24155 23695 0 -1 4202560 15917 0 0 0 5077 10 0 0 18 0 5 0 892272306 425070592 68510 33554432000 4194304 5787044 140734064096960 18446744073709551615 5591741 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24156/tid=24161] ppid=24155 vsize=415108 CPUtime=50.72 cores=0-7
/proc/24156/task/24161/stat : 24161 (priss) R 24155 24155 23695 0 -1 4202560 18301 0 0 0 5065 7 0 0 18 0 5 0 892272312 425070592 68510 33554432000 4194304 5787044 140734064096960 18446744073709551615 4228875 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.8
Current children cumulated vsize (KiB) 423808

[startup+102.306 s]
/proc/loadavg: 4.01 4.00 3.94 5/176 24164
/proc/meminfo: memFree=11077232/32951124 swapFree=67054264/67111528
[pid=24155] ppid=24153 vsize=8700 CPUtime=0 cores=0-7
/proc/24155/stat : 24155 (priss.sh) S 24153 24155 23695 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 892272287 8908800 251 33554432000 4194304 4922060 140736884490160 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/24155/statm: 2175 251 211 178 0 68 0
[pid=24156] ppid=24155 vsize=533656 CPUtime=408.38 cores=0-7
/proc/24156/stat : 24156 (priss) S 24155 24155 23695 0 -1 4202496 110482 0 0 0 40760 78 0 0 18 0 5 0 892272287 546463744 98290 33554432000 4194304 5787044 140734064096960 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/24156/statm: 133414 98290 417 389 0 129164 0
[pid=24156/tid=24158] ppid=24155 vsize=533656 CPUtime=102.14 cores=0-7
/proc/24156/task/24158/stat : 24158 (priss) R 24155 24155 23695 0 -1 4202560 21741 0 0 0 10197 17 0 0 18 0 5 0 892272295 546463744 98290 33554432000 4194304 5787044 140734064096960 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24156/tid=24159] ppid=24155 vsize=533656 CPUtime=102.12 cores=0-7
/proc/24156/task/24159/stat : 24159 (priss) R 24155 24155 23695 0 -1 4202560 28273 0 0 0 10193 19 0 0 25 0 5 0 892272300 546463744 98290 33554432000 4194304 5787044 140734064096960 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=24156/tid=24160] ppid=24155 vsize=533656 CPUtime=102.04 cores=0-7
/proc/24156/task/24160/stat : 24160 (priss) R 24155 24155 23695 0 -1 4202560 24463 0 0 0 10183 21 0 0 18 0 5 0 892272306 546463744 98290 33554432000 4194304 5787044 140734064096960 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24156/tid=24161] ppid=24155 vsize=533656 CPUtime=101.79 cores=0-7

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

/proc/24156/task/24159/stat : 24159 (priss) R 24155 24155 23695 0 -1 4202560 265371 0 0 0 471820 298 0 0 25 0 5 0 892272300 4233068544 968786 33554432000 4194304 5787044 140734064096960 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=24156/tid=24160] ppid=24155 vsize=4133856 CPUtime=4720.98 cores=0-7
/proc/24156/task/24160/stat : 24160 (priss) R 24155 24155 23695 0 -1 4202560 277026 0 0 0 471781 317 0 0 25 0 5 0 892272306 4233068544 968786 33554432000 4194304 5787044 140734064096960 18446744073709551615 4254537 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24156/tid=24161] ppid=24155 vsize=4133856 CPUtime=4720.44 cores=0-7
/proc/24156/task/24161/stat : 24161 (priss) R 24155 24155 23695 0 -1 4202560 174294 0 0 0 471671 373 0 0 25 0 5 0 892272312 4233068544 968786 33554432000 4194304 5787044 140734064096960 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 18883.9
Current children cumulated vsize (KiB) 4142556

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/176 24310
/proc/meminfo: memFree=7584644/32951124 swapFree=67054264/67111528
[pid=24155] ppid=24153 vsize=8700 CPUtime=0 cores=0-7
/proc/24155/stat : 24155 (priss.sh) S 24153 24155 23695 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 892272287 8908800 251 33554432000 4194304 4922060 140736884490160 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/24155/statm: 2175 251 211 178 0 68 0
[pid=24156] ppid=24155 vsize=4133856 CPUtime=19123.9 cores=0-7
/proc/24156/stat : 24156 (priss) S 24155 24155 23695 0 -1 4202496 1021432 0 0 0 1911067 1320 0 0 18 0 5 0 892272287 4233068544 969273 33554432000 4194304 5787044 140734064096960 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/24156/statm: 1033464 969273 417 389 0 1029214 0
[pid=24156/tid=24158] ppid=24155 vsize=4133856 CPUtime=4781 cores=0-7
/proc/24156/task/24158/stat : 24158 (priss) R 24155 24155 23695 0 -1 4202560 292192 0 0 0 477772 328 0 0 25 0 5 0 892272295 4233068544 969273 33554432000 4194304 5787044 140734064096960 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24156/tid=24159] ppid=24155 vsize=4133856 CPUtime=4781.18 cores=0-7
/proc/24156/task/24159/stat : 24159 (priss) R 24155 24155 23695 0 -1 4202560 265768 0 0 0 477819 299 0 0 25 0 5 0 892272300 4233068544 969273 33554432000 4194304 5787044 140734064096960 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=24156/tid=24160] ppid=24155 vsize=4133856 CPUtime=4780.97 cores=0-7
/proc/24156/task/24160/stat : 24160 (priss) R 24155 24155 23695 0 -1 4202560 277063 0 0 0 477780 317 0 0 20 0 5 0 892272306 4233068544 969273 33554432000 4194304 5787044 140734064096960 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24156/tid=24161] ppid=24155 vsize=4133856 CPUtime=4780.44 cores=0-7
/proc/24156/task/24161/stat : 24161 (priss) R 24155 24155 23695 0 -1 4202560 174294 0 0 0 477670 374 0 0 25 0 5 0 892272312 4233068544 969273 33554432000 4194304 5787044 140734064096960 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 19123.9
Current children cumulated vsize (KiB) 4142556

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/176 24312
/proc/meminfo: memFree=7582376/32951124 swapFree=67054264/67111528
[pid=24155] ppid=24153 vsize=8700 CPUtime=0 cores=0-7
/proc/24155/stat : 24155 (priss.sh) S 24153 24155 23695 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 892272287 8908800 251 33554432000 4194304 4922060 140736884490160 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/24155/statm: 2175 251 211 178 0 68 0
[pid=24156] ppid=24155 vsize=4133856 CPUtime=19363.9 cores=0-7
/proc/24156/stat : 24156 (priss) S 24155 24155 23695 0 -1 4202496 1022074 0 0 0 1935067 1321 0 0 18 0 5 0 892272287 4233068544 969915 33554432000 4194304 5787044 140734064096960 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/24156/statm: 1033464 969915 417 389 0 1029214 0
[pid=24156/tid=24158] ppid=24155 vsize=4133856 CPUtime=4841.01 cores=0-7
/proc/24156/task/24158/stat : 24158 (priss) R 24155 24155 23695 0 -1 4202560 292194 0 0 0 483773 328 0 0 25 0 5 0 892272295 4233068544 969915 33554432000 4194304 5787044 140734064096960 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24156/tid=24159] ppid=24155 vsize=4133856 CPUtime=4841.18 cores=0-7
/proc/24156/task/24159/stat : 24159 (priss) R 24155 24155 23695 0 -1 4202560 266391 0 0 0 483819 299 0 0 25 0 5 0 892272300 4233068544 969915 33554432000 4194304 5787044 140734064096960 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=24156/tid=24160] ppid=24155 vsize=4133856 CPUtime=4840.97 cores=0-7
/proc/24156/task/24160/stat : 24160 (priss) R 24155 24155 23695 0 -1 4202560 277080 0 0 0 483780 317 0 0 20 0 5 0 892272306 4233068544 969915 33554432000 4194304 5787044 140734064096960 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24156/tid=24161] ppid=24155 vsize=4133856 CPUtime=4840.44 cores=0-7
/proc/24156/task/24161/stat : 24161 (priss) R 24155 24155 23695 0 -1 4202560 174294 0 0 0 483670 374 0 0 18 0 5 0 892272312 4233068544 969915 33554432000 4194304 5787044 140734064096960 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 19363.9
Current children cumulated vsize (KiB) 4142556

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/176 24313
/proc/meminfo: memFree=7580356/32951124 swapFree=67054264/67111528
[pid=24155] ppid=24153 vsize=8700 CPUtime=0 cores=0-7
/proc/24155/stat : 24155 (priss.sh) S 24153 24155 23695 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 892272287 8908800 251 33554432000 4194304 4922060 140736884490160 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/24155/statm: 2175 251 211 178 0 68 0
[pid=24156] ppid=24155 vsize=4133856 CPUtime=19603.9 cores=0-7
/proc/24156/stat : 24156 (priss) S 24155 24155 23695 0 -1 4202496 1022555 0 0 0 1959067 1322 0 0 18 0 5 0 892272287 4233068544 970396 33554432000 4194304 5787044 140734064096960 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/24156/statm: 1033464 970396 417 389 0 1029214 0
[pid=24156/tid=24158] ppid=24155 vsize=4133856 CPUtime=4901 cores=0-7
/proc/24156/task/24158/stat : 24158 (priss) R 24155 24155 23695 0 -1 4202560 292248 0 0 0 489772 328 0 0 25 0 5 0 892272295 4233068544 970396 33554432000 4194304 5787044 140734064096960 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24156/tid=24159] ppid=24155 vsize=4133856 CPUtime=4901.18 cores=0-7
/proc/24156/task/24159/stat : 24159 (priss) R 24155 24155 23695 0 -1 4202560 266721 0 0 0 489819 299 0 0 25 0 5 0 892272300 4233068544 970396 33554432000 4194304 5787044 140734064096960 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=24156/tid=24160] ppid=24155 vsize=4133856 CPUtime=4900.97 cores=0-7
/proc/24156/task/24160/stat : 24160 (priss) R 24155 24155 23695 0 -1 4202560 277177 0 0 0 489780 317 0 0 25 0 5 0 892272306 4233068544 970396 33554432000 4194304 5787044 140734064096960 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24156/tid=24161] ppid=24155 vsize=4133856 CPUtime=4900.44 cores=0-7
/proc/24156/task/24161/stat : 24161 (priss) R 24155 24155 23695 0 -1 4202560 174294 0 0 0 489670 374 0 0 25 0 5 0 892272312 4233068544 970396 33554432000 4194304 5787044 140734064096960 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 19603.9
Current children cumulated vsize (KiB) 4142556

[startup+4962.3 s]
/proc/loadavg: 4.05 4.01 3.99 5/176 24315
/proc/meminfo: memFree=7578828/32951124 swapFree=67054264/67111528
[pid=24155] ppid=24153 vsize=8700 CPUtime=0 cores=0-7
/proc/24155/stat : 24155 (priss.sh) S 24153 24155 23695 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 892272287 8908800 251 33554432000 4194304 4922060 140736884490160 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/24155/statm: 2175 251 211 178 0 68 0
[pid=24156] ppid=24155 vsize=4133856 CPUtime=19843.9 cores=0-7
/proc/24156/stat : 24156 (priss) S 24155 24155 23695 0 -1 4202496 1023000 0 0 0 1983066 1323 0 0 18 0 5 0 892272287 4233068544 970841 33554432000 4194304 5787044 140734064096960 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/24156/statm: 1033464 970841 417 389 0 1029214 0
[pid=24156/tid=24158] ppid=24155 vsize=4133856 CPUtime=4961.01 cores=0-7
/proc/24156/task/24158/stat : 24158 (priss) R 24155 24155 23695 0 -1 4202560 292255 0 0 0 495772 329 0 0 25 0 5 0 892272295 4233068544 970841 33554432000 4194304 5787044 140734064096960 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24156/tid=24159] ppid=24155 vsize=4133856 CPUtime=4961.18 cores=0-7
/proc/24156/task/24159/stat : 24159 (priss) R 24155 24155 23695 0 -1 4202560 267127 0 0 0 495819 299 0 0 25 0 5 0 892272300 4233068544 970841 33554432000 4194304 5787044 140734064096960 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=24156/tid=24160] ppid=24155 vsize=4133856 CPUtime=4960.97 cores=0-7
/proc/24156/task/24160/stat : 24160 (priss) R 24155 24155 23695 0 -1 4202560 277208 0 0 0 495779 318 0 0 25 0 5 0 892272306 4233068544 970841 33554432000 4194304 5787044 140734064096960 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24156/tid=24161] ppid=24155 vsize=4133856 CPUtime=4960.44 cores=0-7
/proc/24156/task/24161/stat : 24161 (priss) R 24155 24155 23695 0 -1 4202560 174295 0 0 0 495670 374 0 0 25 0 5 0 892272312 4233068544 970841 33554432000 4194304 5787044 140734064096960 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 19843.9
Current children cumulated vsize (KiB) 4142556

[startup+5022.3 s]
/proc/loadavg: 4.02 4.01 3.99 5/176 24316
/proc/meminfo: memFree=7560068/32951124 swapFree=67054264/67111528
[pid=24155] ppid=24153 vsize=8700 CPUtime=0 cores=0-7
/proc/24155/stat : 24155 (priss.sh) S 24153 24155 23695 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 892272287 8908800 251 33554432000 4194304 4922060 140736884490160 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/24155/statm: 2175 251 211 178 0 68 0
[pid=24156] ppid=24155 vsize=4199392 CPUtime=20083.9 cores=0-7
/proc/24156/stat : 24156 (priss) S 24155 24155 23695 0 -1 4202496 1027748 0 0 0 2007059 1330 0 0 18 0 5 0 892272287 4300177408 975589 33554432000 4194304 5787044 140734064096960 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/24156/statm: 1049848 975589 417 389 0 1045598 0
[pid=24156/tid=24158] ppid=24155 vsize=4199392 CPUtime=5021.01 cores=0-7
/proc/24156/task/24158/stat : 24158 (priss) R 24155 24155 23695 0 -1 4202560 292270 0 0 0 501772 329 0 0 18 0 5 0 892272295 4300177408 975589 33554432000 4194304 5787044 140734064096960 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24156/tid=24159] ppid=24155 vsize=4199392 CPUtime=5021.18 cores=0-7
/proc/24156/task/24159/stat : 24159 (priss) R 24155 24155 23695 0 -1 4202560 267318 0 0 0 501819 299 0 0 25 0 5 0 892272300 4300177408 975589 33554432000 4194304 5787044 140734064096960 18446744073709551615 5591592 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=24156/tid=24160] ppid=24155 vsize=4199392 CPUtime=5020.97 cores=0-7
/proc/24156/task/24160/stat : 24160 (priss) R 24155 24155 23695 0 -1 4202560 281750 0 0 0 501772 325 0 0 25 0 5 0 892272306 4300177408 975589 33554432000 4194304 5787044 140734064096960 18446744073709551615 4218813 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24156/tid=24161] ppid=24155 vsize=4199392 CPUtime=5020.44 cores=0-7
/proc/24156/task/24161/stat : 24161 (priss) R 24155 24155 23695 0 -1 4202560 174295 0 0 0 501670 374 0 0 25 0 5 0 892272312 4300177408 975589 33554432000 4194304 5787044 140734064096960 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 20083.9
Current children cumulated vsize (KiB) 4208092

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.99 5/176 24318
/proc/meminfo: memFree=7535104/32951124 swapFree=67054264/67111528
[pid=24155] ppid=24153 vsize=8700 CPUtime=0 cores=0-7
/proc/24155/stat : 24155 (priss.sh) S 24153 24155 23695 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 892272287 8908800 251 33554432000 4194304 4922060 140736884490160 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/24155/statm: 2175 251 211 178 0 68 0
[pid=24156] ppid=24155 vsize=4199392 CPUtime=20323.9 cores=0-7
/proc/24156/stat : 24156 (priss) S 24155 24155 23695 0 -1 4202496 1033927 0 0 0 2031050 1339 0 0 18 0 5 0 892272287 4300177408 981768 33554432000 4194304 5787044 140734064096960 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/24156/statm: 1049848 981768 417 389 0 1045598 0
[pid=24156/tid=24158] ppid=24155 vsize=4199392 CPUtime=5081.01 cores=0-7
/proc/24156/task/24158/stat : 24158 (priss) R 24155 24155 23695 0 -1 4202560 292306 0 0 0 507772 329 0 0 25 0 5 0 892272295 4300177408 981768 33554432000 4194304 5787044 140734064096960 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24156/tid=24159] ppid=24155 vsize=4199392 CPUtime=5081.18 cores=0-7
/proc/24156/task/24159/stat : 24159 (priss) R 24155 24155 23695 0 -1 4202560 267523 0 0 0 507819 299 0 0 25 0 5 0 892272300 4300177408 981768 33554432000 4194304 5787044 140734064096960 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=24156/tid=24160] ppid=24155 vsize=4199392 CPUtime=5080.98 cores=0-7
/proc/24156/task/24160/stat : 24160 (priss) R 24155 24155 23695 0 -1 4202560 287686 0 0 0 507764 334 0 0 25 0 5 0 892272306 4300177408 981768 33554432000 4194304 5787044 140734064096960 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24156/tid=24161] ppid=24155 vsize=4199392 CPUtime=5080.44 cores=0-7
/proc/24156/task/24161/stat : 24161 (priss) R 24155 24155 23695 0 -1 4202560 174297 0 0 0 507670 374 0 0 25 0 5 0 892272312 4300177408 981768 33554432000 4194304 5787044 140734064096960 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 20323.9
Current children cumulated vsize (KiB) 4208092



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.99 5/176 24318
/proc/meminfo: memFree=7528160/32951124 swapFree=67054264/67111528
[pid=24155] ppid=24153 vsize=8700 CPUtime=0 cores=0-7
/proc/24155/stat : 24155 (priss.sh) S 24153 24155 23695 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 892272287 8908800 251 33554432000 4194304 4922060 140736884490160 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/24155/statm: 2175 251 211 178 0 68 0
[pid=24156] ppid=24155 vsize=4199392 CPUtime=20394.7 cores=0-7
/proc/24156/stat : 24156 (priss) S 24155 24155 23695 0 -1 4202496 1035636 0 0 0 2038127 1344 0 0 18 0 5 0 892272287 4300177408 983477 33554432000 4194304 5787044 140734064096960 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/24156/statm: 1049848 983477 417 389 0 1045598 0
[pid=24156/tid=24158] ppid=24155 vsize=4199392 CPUtime=5098.71 cores=0-7
/proc/24156/task/24158/stat : 24158 (priss) R 24155 24155 23695 0 -1 4202560 292320 0 0 0 509542 329 0 0 20 0 5 0 892272295 4300177408 983477 33554432000 4194304 5787044 140734064096960 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24156/tid=24159] ppid=24155 vsize=4199392 CPUtime=5098.89 cores=0-7
/proc/24156/task/24159/stat : 24159 (priss) R 24155 24155 23695 0 -1 4202560 267580 0 0 0 509589 300 0 0 25 0 5 0 892272300 4300177408 983477 33554432000 4194304 5787044 140734064096960 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=24156/tid=24160] ppid=24155 vsize=4199392 CPUtime=5098.68 cores=0-7
/proc/24156/task/24160/stat : 24160 (priss) R 24155 24155 23695 0 -1 4202560 289323 0 0 0 509530 338 0 0 20 0 5 0 892272306 4300177408 983477 33554432000 4194304 5787044 140734064096960 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24156/tid=24161] ppid=24155 vsize=4199392 CPUtime=5098.14 cores=0-7
/proc/24156/task/24161/stat : 24161 (priss) R 24155 24155 23695 0 -1 4202560 174298 0 0 0 509440 374 0 0 25 0 5 0 892272312 4300177408 983477 33554432000 4194304 5787044 140734064096960 18446744073709551615 5528404 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 20394.7
Current children cumulated vsize (KiB) 4208092

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 24155 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=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 20394.7
#
# 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): 20394.7
CPU user time (s): 20381.3
CPU system time (s): 13.44
CPU usage (%): 399.895
Max. virtual memory (cumulated for all children) (KiB): 4208092

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

The end

Launcher Data

Begin job on node145 at 2011-06-13 22:56:04
IDJOB=3499333
IDBENCH=83172
IDSOLVER=1994
FILE ID=node145/3499333-1307998564
RUNJOBID= node145-1307988358-23709
PBS_JOBID= 13559808
Free space on /var/tmp= 2908 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-17x30.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3499333-1307998564/watcher-3499333-1307998564 -o /var/tmp/evaluation-result-3499333-1307998564/solver-3499333-1307998564 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499333-1307998564.cnf 1696254318 40000 31000 8

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

MD5SUM BENCH= 3a506c7557d86d0d326e3b3cdee85b69
RANDOM SEED=1696254318

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11467176 kB
Buffers:        131180 kB
Cached:       20616716 kB
SwapCached:       9904 kB
Active:        5352828 kB
Inactive:     15413752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11467176 kB
SwapTotal:    67111528 kB
SwapFree:     67054264 kB
Dirty:            7284 kB
Writeback:          16 kB
AnonPages:       16144 kB
Mapped:          12384 kB
Slab:           650156 kB
PageTables:       4300 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   184504 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= 2904 MiB
End job on node145 at 2011-06-14 00:21:06