Trace number 3499319

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

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-21x33.cnf
MD5SUMf7c29bbc3bef00d1e7cc799553ba4813
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 variables2772
Number of clauses448371
Sum of the clauses size1785168
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 24158
Number of clauses of size 30
Number of clauses of size 4444213
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: 7271
0.00/0.13	c parsetime: 128661us
0.00/0.13	c parsed 448371 clauses with 2772 variables
0.00/0.15	c NW started thread 0 successfully (1087048000)
0.00/0.21	c NW started thread 1 successfully (1103669568)
0.00/0.28	c NW started thread 2 successfully (1114159424)
0.00/0.38	c NW started thread 3 successfully (1124649280)
313.67/78.62	c preprocessor returned 10013 variables
313.67/78.62	c preprocessing returned UNKNOWN
313.67/78.62	c PP set 0 variables
313.67/78.62	c pp time: 78401398us (78s)
316.47/79.37	c preprocessor returned 10013 variables
316.47/79.37	c preprocessing returned UNKNOWN
316.47/79.37	c PP set 0 variables
316.47/79.37	c pp time: 79210076us (79s)
316.88/79.44	c preprocessor returned 10013 variables
316.88/79.44	c preprocessing returned UNKNOWN
316.88/79.44	c PP set 0 variables
316.88/79.44	c pp time: 79155152us (79s)
340.03/85.21	c preprocessor returned 30008 variables
340.03/85.21	c preprocessing returned UNKNOWN
340.03/85.21	c PP set 0 variables
340.03/85.21	c pp time: 84826447us (84s)
2927.72/732.78	c HTE
2954.92/739.51	c subsumption
3082.92/771.58	c simplified formula contains 0 unit clauses
8696.53/2175.75	c HTE
9208.97/2303.95	c subsumption
10864.20/2717.70	c simplified formula contains 0 unit clauses
18621.49/4657.79	c HTE

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-3499319-1307998305/watcher-3499319-1307998305 -o /var/tmp/evaluation-result-3499319-1307998305/solver-3499319-1307998305 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499319-1307998305.cnf 473207650 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: 3.60 3.88 3.88 2/167 7270
/proc/meminfo: memFree=12897240/32951124 swapFree=67062556/67111528
[pid=7270] ppid=7268 vsize=8700 CPUtime=0 cores=0-7
/proc/7270/stat : 7270 (priss.sh) S 7268 7270 7067 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990061043 8908800 252 33554432000 4194304 4922060 140733907843488 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/7270/statm: 2175 252 211 178 0 68 0

[startup+0.016273 s]
/proc/loadavg: 3.60 3.88 3.88 2/167 7270
/proc/meminfo: memFree=12897240/32951124 swapFree=67062556/67111528
[pid=7270] ppid=7268 vsize=8700 CPUtime=0 cores=0-7
/proc/7270/stat : 7270 (priss.sh) S 7268 7270 7067 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990061043 8908800 252 33554432000 4194304 4922060 140733907843488 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/7270/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.10022 s]
/proc/loadavg: 3.60 3.88 3.88 2/167 7270
/proc/meminfo: memFree=12897240/32951124 swapFree=67062556/67111528
[pid=7270] ppid=7268 vsize=8700 CPUtime=0 cores=0-7
/proc/7270/stat : 7270 (priss.sh) S 7268 7270 7067 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990061043 8908800 252 33554432000 4194304 4922060 140733907843488 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/7270/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300182 s]
/proc/loadavg: 3.60 3.88 3.88 2/167 7270
/proc/meminfo: memFree=12897240/32951124 swapFree=67062556/67111528
[pid=7270] ppid=7268 vsize=8700 CPUtime=0 cores=0-7
/proc/7270/stat : 7270 (priss.sh) S 7268 7270 7067 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990061043 8908800 252 33554432000 4194304 4922060 140733907843488 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/7270/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701104 s]
/proc/loadavg: 3.60 3.88 3.88 2/167 7270
/proc/meminfo: memFree=12897240/32951124 swapFree=67062556/67111528
[pid=7270] ppid=7268 vsize=8700 CPUtime=0 cores=0-7
/proc/7270/stat : 7270 (priss.sh) S 7268 7270 7067 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990061043 8908800 252 33554432000 4194304 4922060 140733907843488 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/7270/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50096 s]
/proc/loadavg: 3.64 3.88 3.88 5/173 7276
/proc/meminfo: memFree=12758212/32951124 swapFree=67062556/67111528
[pid=7270] ppid=7268 vsize=8700 CPUtime=0 cores=0-7
/proc/7270/stat : 7270 (priss.sh) S 7268 7270 7067 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990061043 8908800 252 33554432000 4194304 4922060 140733907843488 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/7270/statm: 2175 252 211 178 0 68 0
[pid=7271] ppid=7270 vsize=396812 CPUtime=5.33 cores=0-7
/proc/7271/stat : 7271 (priss) S 7270 7270 7067 0 -1 4202496 37980 0 0 0 528 5 0 0 20 0 5 0 990061043 406335488 34897 33554432000 4194304 5787044 140733827505792 18446744073709551615 252469889457 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/7271/statm: 99203 34897 349 389 0 94953 0
[pid=7271/tid=7273] ppid=7270 vsize=396812 CPUtime=1.33 cores=0-7
/proc/7271/task/7273/stat : 7273 (priss) R 7270 7270 7067 0 -1 4202560 4254 0 0 0 133 0 0 0 18 0 5 0 990061059 406335488 34897 33554432000 4194304 5787044 140733827505792 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=7271/tid=7274] ppid=7270 vsize=396812 CPUtime=1.27 cores=0-7
/proc/7271/task/7274/stat : 7274 (priss) R 7270 7270 7067 0 -1 4202560 4063 0 0 0 127 0 0 0 19 0 5 0 990061064 406335488 34897 33554432000 4194304 5787044 140733827505792 18446744073709551615 4336120 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=7271/tid=7275] ppid=7270 vsize=396812 CPUtime=1.2 cores=0-7
/proc/7271/task/7275/stat : 7275 (priss) R 7270 7270 7067 0 -1 4202560 4028 0 0 0 120 0 0 0 18 0 5 0 990061071 406335488 34897 33554432000 4194304 5787044 140733827505792 18446744073709551615 4336781 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=7271/tid=7276] ppid=7270 vsize=396812 CPUtime=1.1 cores=0-7
/proc/7271/task/7276/stat : 7276 (priss) R 7270 7270 7067 0 -1 4202560 4054 0 0 0 110 0 0 0 18 0 5 0 990061081 406335488 34897 33554432000 4194304 5787044 140733827505792 18446744073709551615 4336801 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.33
Current children cumulated vsize (KiB) 405512

[startup+3.10066 s]
/proc/loadavg: 3.64 3.88 3.88 5/173 7276
/proc/meminfo: memFree=12758088/32951124 swapFree=67062556/67111528
[pid=7270] ppid=7268 vsize=8700 CPUtime=0 cores=0-7
/proc/7270/stat : 7270 (priss.sh) S 7268 7270 7067 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990061043 8908800 252 33554432000 4194304 4922060 140733907843488 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/7270/statm: 2175 252 211 178 0 68 0
[pid=7271] ppid=7270 vsize=396812 CPUtime=11.73 cores=0-7
/proc/7271/stat : 7271 (priss) S 7270 7270 7067 0 -1 4202496 37980 0 0 0 1168 5 0 0 20 0 5 0 990061043 406335488 34897 33554432000 4194304 5787044 140733827505792 18446744073709551615 252469889457 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/7271/statm: 99203 34897 349 389 0 94953 0
[pid=7271/tid=7273] ppid=7270 vsize=396812 CPUtime=2.93 cores=0-7
/proc/7271/task/7273/stat : 7273 (priss) R 7270 7270 7067 0 -1 4202560 4254 0 0 0 293 0 0 0 21 0 5 0 990061059 406335488 34897 33554432000 4194304 5787044 140733827505792 18446744073709551615 4336560 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=7271/tid=7274] ppid=7270 vsize=396812 CPUtime=2.87 cores=0-7
/proc/7271/task/7274/stat : 7274 (priss) R 7270 7270 7067 0 -1 4202560 4063 0 0 0 287 0 0 0 22 0 5 0 990061064 406335488 34897 33554432000 4194304 5787044 140733827505792 18446744073709551615 4336819 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=7271/tid=7275] ppid=7270 vsize=396812 CPUtime=2.8 cores=0-7
/proc/7271/task/7275/stat : 7275 (priss) R 7270 7270 7067 0 -1 4202560 4028 0 0 0 280 0 0 0 21 0 5 0 990061071 406335488 34897 33554432000 4194304 5787044 140733827505792 18446744073709551615 4336759 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=7271/tid=7276] ppid=7270 vsize=396812 CPUtime=2.7 cores=0-7
/proc/7271/task/7276/stat : 7276 (priss) R 7270 7270 7067 0 -1 4202560 4054 0 0 0 270 0 0 0 22 0 5 0 990061081 406335488 34897 33554432000 4194304 5787044 140733827505792 18446744073709551615 4336759 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.73
Current children cumulated vsize (KiB) 405512

[startup+6.30106 s]
/proc/loadavg: 3.64 3.88 3.88 5/173 7276
/proc/meminfo: memFree=12758956/32951124 swapFree=67062556/67111528
[pid=7270] ppid=7268 vsize=8700 CPUtime=0 cores=0-7
/proc/7270/stat : 7270 (priss.sh) S 7268 7270 7067 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990061043 8908800 252 33554432000 4194304 4922060 140733907843488 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/7270/statm: 2175 252 211 178 0 68 0
[pid=7271] ppid=7270 vsize=396812 CPUtime=24.53 cores=0-7
/proc/7271/stat : 7271 (priss) S 7270 7270 7067 0 -1 4202496 37980 0 0 0 2448 5 0 0 20 0 5 0 990061043 406335488 34897 33554432000 4194304 5787044 140733827505792 18446744073709551615 252469889457 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/7271/statm: 99203 34897 349 389 0 94953 0
[pid=7271/tid=7273] ppid=7270 vsize=396812 CPUtime=6.13 cores=0-7
/proc/7271/task/7273/stat : 7273 (priss) R 7270 7270 7067 0 -1 4202560 4254 0 0 0 613 0 0 0 25 0 5 0 990061059 406335488 34897 33554432000 4194304 5787044 140733827505792 18446744073709551615 4336759 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=7271/tid=7274] ppid=7270 vsize=396812 CPUtime=6.07 cores=0-7
/proc/7271/task/7274/stat : 7274 (priss) R 7270 7270 7067 0 -1 4202560 4063 0 0 0 607 0 0 0 25 0 5 0 990061064 406335488 34897 33554432000 4194304 5787044 140733827505792 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=7271/tid=7275] ppid=7270 vsize=396812 CPUtime=6 cores=0-7
/proc/7271/task/7275/stat : 7275 (priss) R 7270 7270 7067 0 -1 4202560 4028 0 0 0 600 0 0 0 25 0 5 0 990061071 406335488 34897 33554432000 4194304 5787044 140733827505792 18446744073709551615 18446744073699066089 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=7271/tid=7276] ppid=7270 vsize=396812 CPUtime=5.9 cores=0-7
/proc/7271/task/7276/stat : 7276 (priss) R 7270 7270 7067 0 -1 4202560 4054 0 0 0 590 0 0 0 25 0 5 0 990061081 406335488 34897 33554432000 4194304 5787044 140733827505792 18446744073709551615 4336781 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.53
Current children cumulated vsize (KiB) 405512

[startup+12.7009 s]
/proc/loadavg: 3.69 3.88 3.88 5/173 7276
/proc/meminfo: memFree=12661736/32951124 swapFree=67062556/67111528
[pid=7270] ppid=7268 vsize=8700 CPUtime=0 cores=0-7
/proc/7270/stat : 7270 (priss.sh) S 7268 7270 7067 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990061043 8908800 252 33554432000 4194304 4922060 140733907843488 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/7270/statm: 2175 252 211 178 0 68 0
[pid=7271] ppid=7270 vsize=457220 CPUtime=50.09 cores=0-7
/proc/7271/stat : 7271 (priss) S 7270 7270 7067 0 -1 4202496 67303 0 0 0 4984 25 0 0 20 0 5 0 990061043 468193280 62468 33554432000 4194304 5787044 140733827505792 18446744073709551615 252469889457 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/7271/statm: 114305 62468 350 389 0 110055 0
[pid=7271/tid=7273] ppid=7270 vsize=457220 CPUtime=12.53 cores=0-7
/proc/7271/task/7273/stat : 7273 (priss) R 7270 7270 7067 0 -1 4202560 11386 0 0 0 1249 4 0 0 18 0 5 0 990061059 468193280 62468 33554432000 4194304 5787044 140733827505792 18446744073709551615 4336756 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=7271/tid=7274] ppid=7270 vsize=457220 CPUtime=12.46 cores=0-7
/proc/7271/task/7274/stat : 7274 (priss) R 7270 7270 7067 0 -1 4202560 12313 0 0 0 1236 10 0 0 18 0 5 0 990061064 468193280 62468 33554432000 4194304 5787044 140733827505792 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=7271/tid=7275] ppid=7270 vsize=457220 CPUtime=12.4 cores=0-7
/proc/7271/task/7275/stat : 7275 (priss) R 7270 7270 7067 0 -1 4202560 10058 0 0 0 1236 4 0 0 18 0 5 0 990061071 468193280 62468 33554432000 4194304 5787044 140733827505792 18446744073709551615 4336781 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=7271/tid=7276] ppid=7270 vsize=457220 CPUtime=12.3 cores=0-7
/proc/7271/task/7276/stat : 7276 (priss) R 7270 7270 7067 0 -1 4202560 11965 0 0 0 1227 3 0 0 18 0 5 0 990061081 468193280 62468 33554432000 4194304 5787044 140733827505792 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.09
Current children cumulated vsize (KiB) 465920

[startup+25.5005 s]
/proc/loadavg: 3.74 3.89 3.88 5/173 7276
/proc/meminfo: memFree=12601260/32951124 swapFree=67062556/67111528
[pid=7270] ppid=7268 vsize=8700 CPUtime=0 cores=0-7
/proc/7270/stat : 7270 (priss.sh) S 7268 7270 7067 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990061043 8908800 252 33554432000 4194304 4922060 140733907843488 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/7270/statm: 2175 252 211 178 0 68 0
[pid=7271] ppid=7270 vsize=482068 CPUtime=101.27 cores=0-7
/proc/7271/stat : 7271 (priss) S 7270 7270 7067 0 -1 4202496 80280 0 0 0 10091 36 0 0 20 0 5 0 990061043 493637632 75445 33554432000 4194304 5787044 140733827505792 18446744073709551615 252469889457 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/7271/statm: 120517 75445 350 389 0 116267 0
[pid=7271/tid=7273] ppid=7270 vsize=482068 CPUtime=25.32 cores=0-7
/proc/7271/task/7273/stat : 7273 (priss) R 7270 7270 7067 0 -1 4202560 14637 0 0 0 2527 5 0 0 25 0 5 0 990061059 493637632 75445 33554432000 4194304 5787044 140733827505792 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=7271/tid=7274] ppid=7270 vsize=482068 CPUtime=25.26 cores=0-7
/proc/7271/task/7274/stat : 7274 (priss) R 7270 7270 7067 0 -1 4202560 15473 0 0 0 2509 17 0 0 25 0 5 0 990061064 493637632 75445 33554432000 4194304 5787044 140733827505792 18446744073709551615 4336703 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=7271/tid=7275] ppid=7270 vsize=482068 CPUtime=25.2 cores=0-7
/proc/7271/task/7275/stat : 7275 (priss) R 7270 7270 7067 0 -1 4202560 13351 0 0 0 2513 7 0 0 25 0 5 0 990061071 493637632 75445 33554432000 4194304 5787044 140733827505792 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=7271/tid=7276] ppid=7270 vsize=482068 CPUtime=25.09 cores=0-7
/proc/7271/task/7276/stat : 7276 (priss) R 7270 7270 7067 0 -1 4202560 15238 0 0 0 2506 3 0 0 25 0 5 0 990061081 493637632 75445 33554432000 4194304 5787044 140733827505792 18446744073709551615 4336703 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.27
Current children cumulated vsize (KiB) 490768

[startup+51.1007 s]
/proc/loadavg: 3.83 3.89 3.88 5/173 7277
/proc/meminfo: memFree=12601320/32951124 swapFree=67062556/67111528
[pid=7270] ppid=7268 vsize=8700 CPUtime=0 cores=0-7
/proc/7270/stat : 7270 (priss.sh) S 7268 7270 7067 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990061043 8908800 252 33554432000 4194304 4922060 140733907843488 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/7270/statm: 2175 252 211 178 0 68 0
[pid=7271] ppid=7270 vsize=482068 CPUtime=203.67 cores=0-7
/proc/7271/stat : 7271 (priss) S 7270 7270 7067 0 -1 4202496 80357 0 0 0 20331 36 0 0 20 0 5 0 990061043 493637632 75522 33554432000 4194304 5787044 140733827505792 18446744073709551615 252469889457 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/7271/statm: 120517 75522 352 389 0 116267 0
[pid=7271/tid=7273] ppid=7270 vsize=482068 CPUtime=50.92 cores=0-7
/proc/7271/task/7273/stat : 7273 (priss) R 7270 7270 7067 0 -1 4202560 14656 0 0 0 5087 5 0 0 25 0 5 0 990061059 493637632 75522 33554432000 4194304 5787044 140733827505792 18446744073709551615 4336781 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=7271/tid=7274] ppid=7270 vsize=482068 CPUtime=50.86 cores=0-7
/proc/7271/task/7274/stat : 7274 (priss) R 7270 7270 7067 0 -1 4202560 15494 0 0 0 5069 17 0 0 25 0 5 0 990061064 493637632 75522 33554432000 4194304 5787044 140733827505792 18446744073709551615 4336770 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=7271/tid=7275] ppid=7270 vsize=482068 CPUtime=50.8 cores=0-7
/proc/7271/task/7275/stat : 7275 (priss) R 7270 7270 7067 0 -1 4202560 13370 0 0 0 5073 7 0 0 25 0 5 0 990061071 493637632 75522 33554432000 4194304 5787044 140733827505792 18446744073709551615 4336801 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=7271/tid=7276] ppid=7270 vsize=482068 CPUtime=50.69 cores=0-7
/proc/7271/task/7276/stat : 7276 (priss) R 7270 7270 7067 0 -1 4202560 15256 0 0 0 5066 3 0 0 25 0 5 0 990061081 493637632 75522 33554432000 4194304 5787044 140733827505792 18446744073709551615 4336763 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.67
Current children cumulated vsize (KiB) 490768

[startup+102.306 s]
/proc/loadavg: 3.93 3.91 3.89 5/173 7278
/proc/meminfo: memFree=12459040/32951124 swapFree=67062556/67111528
[pid=7270] ppid=7268 vsize=8700 CPUtime=0 cores=0-7
/proc/7270/stat : 7270 (priss.sh) S 7268 7270 7067 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990061043 8908800 252 33554432000 4194304 4922060 140733907843488 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/7270/statm: 2175 252 211 178 0 68 0
[pid=7271] ppid=7270 vsize=591468 CPUtime=408.28 cores=0-7
/proc/7271/stat : 7271 (priss) S 7270 7270 7067 0 -1 4202496 120090 0 0 0 40734 94 0 0 20 0 5 0 990061043 605663232 110954 33554432000 4194304 5787044 140733827505792 18446744073709551615 252469889457 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/7271/statm: 147867 110954 417 389 0 143617 0
[pid=7271/tid=7273] ppid=7270 vsize=591468 CPUtime=102.09 cores=0-7
/proc/7271/task/7273/stat : 7273 (priss) R 7270 7270 7067 0 -1 4202560 23022 0 0 0 10190 19 0 0 18 0 5 0 990061059 605663232 110954 33554432000 4194304 5787044 140733827505792 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=7271/tid=7274] ppid=7270 vsize=591468 CPUtime=101.99 cores=0-7
/proc/7271/task/7274/stat : 7274 (priss) R 7270 7270 7067 0 -1 4202560 28217 0 0 0 10159 40 0 0 19 0 5 0 990061064 605663232 110954 33554432000 4194304 5787044 140733827505792 18446744073709551615 252469891765 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=7271/tid=7275] ppid=7270 vsize=591468 CPUtime=101.94 cores=0-7
/proc/7271/task/7275/stat : 7275 (priss) R 7270 7270 7067 0 -1 4202560 24856 0 0 0 10172 22 0 0 18 0 5 0 990061071 605663232 110954 33554432000 4194304 5787044 140733827505792 18446744073709551615 4229267 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=7271/tid=7276] ppid=7270 vsize=591468 CPUtime=101.84 cores=0-7

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

/proc/7271/task/7274/stat : 7274 (priss) R 7270 7270 7067 0 -1 4202560 367789 0 0 0 471080 902 0 0 18 0 5 0 990061064 6726975488 1511468 33554432000 4194304 5787044 140733827505792 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=7271/tid=7275] ppid=7270 vsize=6569312 CPUtime=4719.62 cores=0-7
/proc/7271/task/7275/stat : 7275 (priss) R 7270 7270 7067 0 -1 4202560 323662 0 0 0 471167 795 0 0 25 0 5 0 990061071 6726975488 1511468 33554432000 4194304 5787044 140733827505792 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=7271/tid=7276] ppid=7270 vsize=6569312 CPUtime=4720.08 cores=0-7
/proc/7271/task/7276/stat : 7276 (priss) R 7270 7270 7067 0 -1 4202560 507799 0 0 0 471559 449 0 0 25 0 5 0 990061081 6726975488 1511468 33554432000 4194304 5787044 140733827505792 18446744073709551615 4332669 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 18879.9
Current children cumulated vsize (KiB) 6578012

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/173 7424
/proc/meminfo: memFree=6781036/32951124 swapFree=67062556/67111528
[pid=7270] ppid=7268 vsize=8700 CPUtime=0 cores=0-7
/proc/7270/stat : 7270 (priss.sh) S 7268 7270 7067 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990061043 8908800 252 33554432000 4194304 4922060 140733907843488 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/7270/statm: 2175 252 211 178 0 68 0
[pid=7271] ppid=7270 vsize=6569312 CPUtime=19119.4 cores=0-7
/proc/7271/stat : 7271 (priss) S 7270 7270 7067 0 -1 4202496 1588629 0 0 0 1908804 3139 0 0 20 0 5 0 990061043 6726975488 1527129 33554432000 4194304 5787044 140733827505792 18446744073709551615 252469889457 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/7271/statm: 1642328 1527129 417 389 0 1638078 0
[pid=7271/tid=7273] ppid=7270 vsize=6569312 CPUtime=4779.92 cores=0-7
/proc/7271/task/7273/stat : 7273 (priss) R 7270 7270 7067 0 -1 4202560 359331 0 0 0 477022 970 0 0 21 0 5 0 990061059 6726975488 1527129 33554432000 4194304 5787044 140733827505792 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=7271/tid=7274] ppid=7270 vsize=6569312 CPUtime=4779.45 cores=0-7
/proc/7271/task/7274/stat : 7274 (priss) R 7270 7270 7067 0 -1 4202560 372319 0 0 0 477037 908 0 0 18 0 5 0 990061064 6726975488 1527129 33554432000 4194304 5787044 140733827505792 18446744073709551615 5591727 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=7271/tid=7275] ppid=7270 vsize=6569312 CPUtime=4779.58 cores=0-7
/proc/7271/task/7275/stat : 7275 (priss) R 7270 7270 7067 0 -1 4202560 327599 0 0 0 477151 807 0 0 20 0 5 0 990061071 6726975488 1527129 33554432000 4194304 5787044 140733827505792 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=7271/tid=7276] ppid=7270 vsize=6569312 CPUtime=4780.06 cores=0-7
/proc/7271/task/7276/stat : 7276 (priss) R 7270 7270 7067 0 -1 4202560 507799 0 0 0 477557 449 0 0 25 0 5 0 990061081 6726975488 1527129 33554432000 4194304 5787044 140733827505792 18446744073709551615 4332669 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19119.4
Current children cumulated vsize (KiB) 6578012

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/173 7426
/proc/meminfo: memFree=6766100/32951124 swapFree=67062556/67111528
[pid=7270] ppid=7268 vsize=8700 CPUtime=0 cores=0-7
/proc/7270/stat : 7270 (priss.sh) S 7268 7270 7067 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990061043 8908800 252 33554432000 4194304 4922060 140733907843488 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/7270/statm: 2175 252 211 178 0 68 0
[pid=7271] ppid=7270 vsize=6582552 CPUtime=19358.8 cores=0-7
/proc/7271/stat : 7271 (priss) S 7270 7270 7067 0 -1 4202496 1592333 0 0 0 1932726 3152 0 0 20 0 5 0 990061043 6740533248 1530833 33554432000 4194304 5787044 140733827505792 18446744073709551615 252469889457 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/7271/statm: 1645638 1530833 417 389 0 1641388 0
[pid=7271/tid=7273] ppid=7270 vsize=6582552 CPUtime=4839.89 cores=0-7
/proc/7271/task/7273/stat : 7273 (priss) R 7270 7270 7067 0 -1 4202560 359715 0 0 0 483017 972 0 0 25 0 5 0 990061059 6740533248 1530833 33554432000 4194304 5787044 140733827505792 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=7271/tid=7274] ppid=7270 vsize=6582552 CPUtime=4839.42 cores=0-7
/proc/7271/task/7274/stat : 7274 (priss) R 7270 7270 7067 0 -1 4202560 372320 0 0 0 483033 909 0 0 25 0 5 0 990061064 6740533248 1530833 33554432000 4194304 5787044 140733827505792 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=7271/tid=7275] ppid=7270 vsize=6582552 CPUtime=4839.24 cores=0-7
/proc/7271/task/7275/stat : 7275 (priss) R 7270 7270 7067 0 -1 4202560 330918 0 0 0 483111 813 0 0 25 0 5 0 990061071 6740533248 1530833 33554432000 4194304 5787044 140733827505792 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=7271/tid=7276] ppid=7270 vsize=6582552 CPUtime=4839.8 cores=0-7
/proc/7271/task/7276/stat : 7276 (priss) R 7270 7270 7067 0 -1 4202560 507799 0 0 0 483527 453 0 0 18 0 5 0 990061081 6740533248 1530833 33554432000 4194304 5787044 140733827505792 18446744073709551615 4332992 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19358.8
Current children cumulated vsize (KiB) 6591252

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/173 7427
/proc/meminfo: memFree=6761580/32951124 swapFree=67062556/67111528
[pid=7270] ppid=7268 vsize=8700 CPUtime=0 cores=0-7
/proc/7270/stat : 7270 (priss.sh) S 7268 7270 7067 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990061043 8908800 252 33554432000 4194304 4922060 140733907843488 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/7270/statm: 2175 252 211 178 0 68 0
[pid=7271] ppid=7270 vsize=6582552 CPUtime=19598.2 cores=0-7
/proc/7271/stat : 7271 (priss) S 7270 7270 7067 0 -1 4202496 1593477 0 0 0 1956656 3165 0 0 20 0 5 0 990061043 6740533248 1531977 33554432000 4194304 5787044 140733827505792 18446744073709551615 252469889457 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/7271/statm: 1645638 1531977 417 389 0 1641388 0
[pid=7271/tid=7273] ppid=7270 vsize=6582552 CPUtime=4899.52 cores=0-7
/proc/7271/task/7273/stat : 7273 (priss) R 7270 7270 7067 0 -1 4202560 360859 0 0 0 488976 976 0 0 25 0 5 0 990061059 6740533248 1531977 33554432000 4194304 5787044 140733827505792 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=7271/tid=7274] ppid=7270 vsize=6582552 CPUtime=4899.41 cores=0-7
/proc/7271/task/7274/stat : 7274 (priss) R 7270 7270 7067 0 -1 4202560 372320 0 0 0 489031 910 0 0 25 0 5 0 990061064 6740533248 1531977 33554432000 4194304 5787044 140733827505792 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=7271/tid=7275] ppid=7270 vsize=6582552 CPUtime=4899.21 cores=0-7
/proc/7271/task/7275/stat : 7275 (priss) R 7270 7270 7067 0 -1 4202560 330918 0 0 0 489106 815 0 0 20 0 5 0 990061071 6740533248 1531977 33554432000 4194304 5787044 140733827505792 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=7271/tid=7276] ppid=7270 vsize=6582552 CPUtime=4899.65 cores=0-7
/proc/7271/task/7276/stat : 7276 (priss) R 7270 7270 7067 0 -1 4202560 507799 0 0 0 489506 459 0 0 19 0 5 0 990061081 6740533248 1531977 33554432000 4194304 5787044 140733827505792 18446744073709551615 4332992 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19598.2
Current children cumulated vsize (KiB) 6591252

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/173 7429
/proc/meminfo: memFree=6761516/32951124 swapFree=67062556/67111528
[pid=7270] ppid=7268 vsize=8700 CPUtime=0 cores=0-7
/proc/7270/stat : 7270 (priss.sh) S 7268 7270 7067 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990061043 8908800 252 33554432000 4194304 4922060 140733907843488 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/7270/statm: 2175 252 211 178 0 68 0
[pid=7271] ppid=7270 vsize=6582552 CPUtime=19838.2 cores=0-7
/proc/7271/stat : 7271 (priss) S 7270 7270 7067 0 -1 4202496 1593480 0 0 0 1980644 3171 0 0 20 0 5 0 990061043 6740533248 1531980 33554432000 4194304 5787044 140733827505792 18446744073709551615 252469889457 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/7271/statm: 1645638 1531980 417 389 0 1641388 0
[pid=7271/tid=7273] ppid=7270 vsize=6582552 CPUtime=4959.53 cores=0-7
/proc/7271/task/7273/stat : 7273 (priss) R 7270 7270 7067 0 -1 4202560 360860 0 0 0 494975 978 0 0 25 0 5 0 990061059 6740533248 1531980 33554432000 4194304 5787044 140733827505792 18446744073709551615 5591573 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=7271/tid=7274] ppid=7270 vsize=6582552 CPUtime=4959.4 cores=0-7
/proc/7271/task/7274/stat : 7274 (priss) R 7270 7270 7067 0 -1 4202560 372321 0 0 0 495030 910 0 0 25 0 5 0 990061064 6740533248 1531980 33554432000 4194304 5787044 140733827505792 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=7271/tid=7275] ppid=7270 vsize=6582552 CPUtime=4959.22 cores=0-7
/proc/7271/task/7275/stat : 7275 (priss) R 7270 7270 7067 0 -1 4202560 330919 0 0 0 495105 817 0 0 25 0 5 0 990061071 6740533248 1531980 33554432000 4194304 5787044 140733827505792 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=7271/tid=7276] ppid=7270 vsize=6582552 CPUtime=4959.59 cores=0-7
/proc/7271/task/7276/stat : 7276 (priss) R 7270 7270 7067 0 -1 4202560 507799 0 0 0 495497 462 0 0 20 0 5 0 990061081 6740533248 1531980 33554432000 4194304 5787044 140733827505792 18446744073709551615 4332669 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19838.2
Current children cumulated vsize (KiB) 6591252

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/173 7431
/proc/meminfo: memFree=6761476/32951124 swapFree=67062556/67111528
[pid=7270] ppid=7268 vsize=8700 CPUtime=0 cores=0-7
/proc/7270/stat : 7270 (priss.sh) S 7268 7270 7067 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990061043 8908800 252 33554432000 4194304 4922060 140733907843488 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/7270/statm: 2175 252 211 178 0 68 0
[pid=7271] ppid=7270 vsize=6582552 CPUtime=20078.1 cores=0-7
/proc/7271/stat : 7271 (priss) S 7270 7270 7067 0 -1 4202496 1593484 0 0 0 2004636 3178 0 0 20 0 5 0 990061043 6740533248 1531984 33554432000 4194304 5787044 140733827505792 18446744073709551615 252469889457 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/7271/statm: 1645638 1531984 417 389 0 1641388 0
[pid=7271/tid=7273] ppid=7270 vsize=6582552 CPUtime=5019.52 cores=0-7
/proc/7271/task/7273/stat : 7273 (priss) R 7270 7270 7067 0 -1 4202560 360862 0 0 0 500973 979 0 0 23 0 5 0 990061059 6740533248 1531984 33554432000 4194304 5787044 140733827505792 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=7271/tid=7274] ppid=7270 vsize=6582552 CPUtime=5019.41 cores=0-7
/proc/7271/task/7274/stat : 7274 (priss) R 7270 7270 7067 0 -1 4202560 372323 0 0 0 501030 911 0 0 22 0 5 0 990061064 6740533248 1531984 33554432000 4194304 5787044 140733827505792 18446744073709551615 252458170911 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=7271/tid=7275] ppid=7270 vsize=6582552 CPUtime=5019.22 cores=0-7
/proc/7271/task/7275/stat : 7275 (priss) R 7270 7270 7067 0 -1 4202560 330919 0 0 0 501104 818 0 0 19 0 5 0 990061071 6740533248 1531984 33554432000 4194304 5787044 140733827505792 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=7271/tid=7276] ppid=7270 vsize=6582552 CPUtime=5019.57 cores=0-7
/proc/7271/task/7276/stat : 7276 (priss) R 7270 7270 7067 0 -1 4202560 507799 0 0 0 501492 465 0 0 19 0 5 0 990061081 6740533248 1531984 33554432000 4194304 5787044 140733827505792 18446744073709551615 252458170911 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20078.1
Current children cumulated vsize (KiB) 6591252

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/173 7432
/proc/meminfo: memFree=6761300/32951124 swapFree=67062556/67111528
[pid=7270] ppid=7268 vsize=8700 CPUtime=0 cores=0-7
/proc/7270/stat : 7270 (priss.sh) S 7268 7270 7067 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990061043 8908800 252 33554432000 4194304 4922060 140733907843488 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/7270/statm: 2175 252 211 178 0 68 0
[pid=7271] ppid=7270 vsize=6582552 CPUtime=20318.1 cores=0-7
/proc/7271/stat : 7271 (priss) S 7270 7270 7067 0 -1 4202496 1593489 0 0 0 2028623 3185 0 0 20 0 5 0 990061043 6740533248 1531989 33554432000 4194304 5787044 140733827505792 18446744073709551615 252469889457 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/7271/statm: 1645638 1531989 417 389 0 1641388 0
[pid=7271/tid=7273] ppid=7270 vsize=6582552 CPUtime=5079.53 cores=0-7
/proc/7271/task/7273/stat : 7273 (priss) R 7270 7270 7067 0 -1 4202560 360863 0 0 0 506972 981 0 0 25 0 5 0 990061059 6740533248 1531989 33554432000 4194304 5787044 140733827505792 18446744073709551615 4254617 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=7271/tid=7274] ppid=7270 vsize=6582552 CPUtime=5079.41 cores=0-7
/proc/7271/task/7274/stat : 7274 (priss) R 7270 7270 7067 0 -1 4202560 372326 0 0 0 507029 912 0 0 21 0 5 0 990061064 6740533248 1531989 33554432000 4194304 5787044 140733827505792 18446744073709551615 4217483 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=7271/tid=7275] ppid=7270 vsize=6582552 CPUtime=5079.22 cores=0-7
/proc/7271/task/7275/stat : 7275 (priss) R 7270 7270 7067 0 -1 4202560 330920 0 0 0 507103 819 0 0 25 0 5 0 990061071 6740533248 1531989 33554432000 4194304 5787044 140733827505792 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=7271/tid=7276] ppid=7270 vsize=6582552 CPUtime=5079.51 cores=0-7
/proc/7271/task/7276/stat : 7276 (priss) R 7270 7270 7067 0 -1 4202560 507799 0 0 0 507483 468 0 0 18 0 5 0 990061081 6740533248 1531989 33554432000 4194304 5787044 140733827505792 18446744073709551615 4332992 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20318.1
Current children cumulated vsize (KiB) 6591252



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.94 5/173 7433
/proc/meminfo: memFree=6761412/32951124 swapFree=67062556/67111528
[pid=7270] ppid=7268 vsize=8700 CPUtime=0 cores=0-7
/proc/7270/stat : 7270 (priss.sh) S 7268 7270 7067 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990061043 8908800 252 33554432000 4194304 4922060 140733907843488 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/7270/statm: 2175 252 211 178 0 68 0
[pid=7271] ppid=7270 vsize=6582552 CPUtime=20388.9 cores=0-7
/proc/7271/stat : 7271 (priss) S 7270 7270 7067 0 -1 4202496 1593497 0 0 0 2035702 3187 0 0 20 0 5 0 990061043 6740533248 1531997 33554432000 4194304 5787044 140733827505792 18446744073709551615 252469889457 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/7271/statm: 1645638 1531997 417 389 0 1641388 0
[pid=7271/tid=7273] ppid=7270 vsize=6582552 CPUtime=5097.23 cores=0-7
/proc/7271/task/7273/stat : 7273 (priss) R 7270 7270 7067 0 -1 4202560 360863 0 0 0 508742 981 0 0 25 0 5 0 990061059 6740533248 1531997 33554432000 4194304 5787044 140733827505792 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=7271/tid=7274] ppid=7270 vsize=6582552 CPUtime=5097.11 cores=0-7
/proc/7271/task/7274/stat : 7274 (priss) R 7270 7270 7067 0 -1 4202560 372334 0 0 0 508799 912 0 0 25 0 5 0 990061064 6740533248 1531997 33554432000 4194304 5787044 140733827505792 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=7271/tid=7275] ppid=7270 vsize=6582552 CPUtime=5096.93 cores=0-7
/proc/7271/task/7275/stat : 7275 (priss) R 7270 7270 7067 0 -1 4202560 330920 0 0 0 508873 820 0 0 25 0 5 0 990061071 6740533248 1531997 33554432000 4194304 5787044 140733827505792 18446744073709551615 5591217 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=7271/tid=7276] ppid=7270 vsize=6582552 CPUtime=5097.2 cores=0-7
/proc/7271/task/7276/stat : 7276 (priss) R 7270 7270 7067 0 -1 4202560 507799 0 0 0 509251 469 0 0 18 0 5 0 990061081 6740533248 1531997 33554432000 4194304 5787044 140733827505792 18446744073709551615 4332905 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20388.9
Current children cumulated vsize (KiB) 6591252

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 7270 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0
# while last known CPU time is 20388.9
#
# 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): 20388.9
CPU user time (s): 20357
CPU system time (s): 31.87
CPU usage (%): 399.781
Max. virtual memory (cumulated for all children) (KiB): 6591252

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

runsolver used 7.83381 second user time and 19.53 second system time

The end

Launcher Data

Begin job on node111 at 2011-06-13 22:51:46
IDJOB=3499319
IDBENCH=83165
IDSOLVER=1994
FILE ID=node111/3499319-1307998305
RUNJOBID= node111-1307998295-7081
PBS_JOBID= 13559825
Free space on /var/tmp= 2872 MiB

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

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

MD5SUM BENCH= f7c29bbc3bef00d1e7cc799553ba4813
RANDOM SEED=473207650

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12897412 kB
Buffers:        118760 kB
Cached:       19246880 kB
SwapCached:      11344 kB
Active:        3945700 kB
Inactive:     15437548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12897412 kB
SwapTotal:    67111528 kB
SwapFree:     67062556 kB
Dirty:           12640 kB
Writeback:           0 kB
AnonPages:       15852 kB
Mapped:          10356 kB
Slab:           604000 kB
PageTables:       4048 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   153036 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= 2872 MiB
End job on node111 at 2011-06-14 00:16:48