Trace number 3499543

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
priss 1.0? (TO) 20399.9 5100.02

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_22_70_7-dir.shuffled-as.sat03-154.cnf
MD5SUMaa9ee2fa26214e80fac6d004d5d0b003
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark17173
Satisfiable
(Un)Satisfiability was proved
Number of variables660
Number of clauses56654
Sum of the clauses size113924
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 256632
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 522

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: 18155
0.00/0.01	c parsetime: 12874us
0.00/0.01	c parsed 56654 clauses with 660 variables
0.00/0.02	c NW started thread 0 successfully (1099352384)
0.00/0.02	c NW started thread 1 successfully (1109842240)
0.00/0.03	c NW started thread 2 successfully (1120332096)
0.00/0.04	c NW started thread 3 successfully (1130821952)
11.74/3.01	c preprocessor returned 10002 variables
11.74/3.01	c preprocessing returned UNKNOWN
11.74/3.01	c PP set 0 variables
11.74/3.01	c pp time: 2997436us (2s)
11.74/3.04	c preprocessor returned 10002 variables
11.74/3.04	c preprocessing returned UNKNOWN
11.74/3.04	c PP set 0 variables
11.74/3.04	c pp time: 3006514us (3s)
11.74/3.05	c preprocessor returned 10002 variables
11.74/3.05	c preprocessing returned UNKNOWN
11.74/3.05	c PP set 0 variables
11.74/3.05	c pp time: 3026517us (3s)
40.52/10.20	c preprocessor returned 30035 variables
40.52/10.20	c preprocessing returned UNKNOWN
40.52/10.20	c PP set 0 variables
40.52/10.20	c pp time: 10158507us (10s)
11067.29/2766.97	c HTE
11262.49/2815.72	c subsumption
11502.50/2875.72	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-3499543-1308004246/watcher-3499543-1308004246 -o /var/tmp/evaluation-result-3499543-1308004246/solver-3499543-1308004246 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499543-1308004246.cnf 1243742495 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.68 3.94 3.91 1/170 18154
/proc/meminfo: memFree=30125340/32950928 swapFree=67048888/67111528
[pid=18154] ppid=18152 vsize=8700 CPUtime=0 cores=0-7
/proc/18154/stat : 18154 (priss.sh) S 18152 18154 17932 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 912023404 8908800 252 33554432000 4194304 4922060 140733294626176 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/18154/statm: 2175 252 211 178 0 68 0

[startup+0.037037 s]
/proc/loadavg: 3.68 3.94 3.91 1/170 18154
/proc/meminfo: memFree=30125340/32950928 swapFree=67048888/67111528
[pid=18154] ppid=18152 vsize=8700 CPUtime=0 cores=0-7
/proc/18154/stat : 18154 (priss.sh) S 18152 18154 17932 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 912023404 8908800 252 33554432000 4194304 4922060 140733294626176 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/18154/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101028 s]
/proc/loadavg: 3.68 3.94 3.91 1/170 18154
/proc/meminfo: memFree=30125340/32950928 swapFree=67048888/67111528
[pid=18154] ppid=18152 vsize=8700 CPUtime=0 cores=0-7
/proc/18154/stat : 18154 (priss.sh) S 18152 18154 17932 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 912023404 8908800 252 33554432000 4194304 4922060 140733294626176 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/18154/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300988 s]
/proc/loadavg: 3.68 3.94 3.91 1/170 18154
/proc/meminfo: memFree=30125340/32950928 swapFree=67048888/67111528
[pid=18154] ppid=18152 vsize=8700 CPUtime=0 cores=0-7
/proc/18154/stat : 18154 (priss.sh) S 18152 18154 17932 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 912023404 8908800 252 33554432000 4194304 4922060 140733294626176 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/18154/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700917 s]
/proc/loadavg: 3.68 3.94 3.91 1/170 18154
/proc/meminfo: memFree=30125340/32950928 swapFree=67048888/67111528
[pid=18154] ppid=18152 vsize=8700 CPUtime=0 cores=0-7
/proc/18154/stat : 18154 (priss.sh) S 18152 18154 17932 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 912023404 8908800 252 33554432000 4194304 4922060 140733294626176 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/18154/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50077 s]
/proc/loadavg: 3.68 3.94 3.91 5/176 18160
/proc/meminfo: memFree=30102624/32950928 swapFree=67048888/67111528
[pid=18154] ppid=18152 vsize=8700 CPUtime=0 cores=0-7
/proc/18154/stat : 18154 (priss.sh) S 18152 18154 17932 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 912023404 8908800 252 33554432000 4194304 4922060 140733294626176 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/18154/statm: 2175 252 211 178 0 68 0
[pid=18155] ppid=18154 vsize=274304 CPUtime=5.74 cores=0-7
/proc/18155/stat : 18155 (priss) S 18154 18154 17932 0 -1 4202496 11403 0 0 0 569 5 0 0 18 0 5 0 912023404 280887296 6140 33554432000 4194304 5787044 140734052692208 18446744073709551615 268284512689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18155/statm: 68576 6140 352 389 0 64326 0
[pid=18155/tid=18157] ppid=18154 vsize=274304 CPUtime=1.43 cores=0-7
/proc/18155/task/18157/stat : 18157 (priss) R 18154 18154 17932 0 -1 4202560 2028 0 0 0 142 1 0 0 19 0 5 0 912023406 280887296 6140 33554432000 4194304 5787044 140734052692208 18446744073709551615 18446744073699065939 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18155/tid=18158] ppid=18154 vsize=274304 CPUtime=1.41 cores=0-7
/proc/18155/task/18158/stat : 18158 (priss) R 18154 18154 17932 0 -1 4202560 1911 0 0 0 141 0 0 0 20 0 5 0 912023407 280887296 6140 33554432000 4194304 5787044 140734052692208 18446744073709551615 18446744073699065939 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18155/tid=18159] ppid=18154 vsize=274304 CPUtime=1.42 cores=0-7
/proc/18155/task/18159/stat : 18159 (priss) R 18154 18154 17932 0 -1 4202560 1991 0 0 0 141 1 0 0 19 0 5 0 912023407 280887296 6140 33554432000 4194304 5787044 140734052692208 18446744073709551615 18446744073699065918 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18155/tid=18160] ppid=18154 vsize=274304 CPUtime=1.41 cores=0-7
/proc/18155/task/18160/stat : 18160 (priss) R 18154 18154 17932 0 -1 4202560 1611 0 0 0 141 0 0 0 19 0 5 0 912023409 280887296 6140 33554432000 4194304 5787044 140734052692208 18446744073709551615 4336120 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.74
Current children cumulated vsize (KiB) 283004

[startup+3.10049 s]
/proc/loadavg: 3.68 3.94 3.91 5/176 18160
/proc/meminfo: memFree=30086552/32950928 swapFree=67048888/67111528
[pid=18154] ppid=18152 vsize=8700 CPUtime=0 cores=0-7
/proc/18154/stat : 18154 (priss.sh) S 18152 18154 17932 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 912023404 8908800 252 33554432000 4194304 4922060 140733294626176 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/18154/statm: 2175 252 211 178 0 68 0
[pid=18155] ppid=18154 vsize=287520 CPUtime=12.13 cores=0-7
/proc/18155/stat : 18155 (priss) S 18154 18154 17932 0 -1 4202496 21546 0 0 0 1205 8 0 0 18 0 5 0 912023404 294420480 11268 33554432000 4194304 5787044 140734052692208 18446744073709551615 268284512689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18155/statm: 71880 11268 402 389 0 67630 0
[pid=18155/tid=18157] ppid=18154 vsize=287520 CPUtime=3.03 cores=0-7
/proc/18155/task/18157/stat : 18157 (priss) R 18154 18154 17932 0 -1 4202560 4871 0 0 0 301 2 0 0 18 0 5 0 912023406 294420480 11268 33554432000 4194304 5787044 140734052692208 18446744073709551615 4215354 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18155/tid=18158] ppid=18154 vsize=287520 CPUtime=3.01 cores=0-7
/proc/18155/task/18158/stat : 18158 (priss) R 18154 18154 17932 0 -1 4202560 4413 0 0 0 299 2 0 0 18 0 5 0 912023407 294420480 11268 33554432000 4194304 5787044 140734052692208 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18155/tid=18159] ppid=18154 vsize=287520 CPUtime=3.02 cores=0-7
/proc/18155/task/18159/stat : 18159 (priss) R 18154 18154 17932 0 -1 4202560 4912 0 0 0 300 2 0 0 18 0 5 0 912023407 294420480 11268 33554432000 4194304 5787044 140734052692208 18446744073709551615 4254427 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18155/tid=18160] ppid=18154 vsize=287520 CPUtime=3 cores=0-7
/proc/18155/task/18160/stat : 18160 (priss) R 18154 18154 17932 0 -1 4202560 3488 0 0 0 300 0 0 0 23 0 5 0 912023409 294420480 11268 33554432000 4194304 5787044 140734052692208 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.13
Current children cumulated vsize (KiB) 296220

[startup+6.30092 s]
/proc/loadavg: 3.71 3.94 3.91 5/176 18160
/proc/meminfo: memFree=30076088/32950928 swapFree=67048888/67111528
[pid=18154] ppid=18152 vsize=8700 CPUtime=0 cores=0-7
/proc/18154/stat : 18154 (priss.sh) S 18152 18154 17932 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 912023404 8908800 252 33554432000 4194304 4922060 140733294626176 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/18154/statm: 2175 252 211 178 0 68 0
[pid=18155] ppid=18154 vsize=287520 CPUtime=24.92 cores=0-7
/proc/18155/stat : 18155 (priss) S 18154 18154 17932 0 -1 4202496 23284 0 0 0 2483 9 0 0 18 0 5 0 912023404 294420480 13006 33554432000 4194304 5787044 140734052692208 18446744073709551615 268284512689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18155/statm: 71880 13006 404 389 0 67630 0
[pid=18155/tid=18157] ppid=18154 vsize=287520 CPUtime=6.23 cores=0-7
/proc/18155/task/18157/stat : 18157 (priss) R 18154 18154 17932 0 -1 4202560 5457 0 0 0 621 2 0 0 25 0 5 0 912023406 294420480 13006 33554432000 4194304 5787044 140734052692208 18446744073709551615 5591024 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18155/tid=18158] ppid=18154 vsize=287520 CPUtime=6.2 cores=0-7
/proc/18155/task/18158/stat : 18158 (priss) R 18154 18154 17932 0 -1 4202560 5008 0 0 0 618 2 0 0 25 0 5 0 912023407 294420480 13006 33554432000 4194304 5787044 140734052692208 18446744073709551615 4229375 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18155/tid=18159] ppid=18154 vsize=287520 CPUtime=6.21 cores=0-7
/proc/18155/task/18159/stat : 18159 (priss) R 18154 18154 17932 0 -1 4202560 5469 0 0 0 619 2 0 0 25 0 5 0 912023407 294420480 13006 33554432000 4194304 5787044 140734052692208 18446744073709551615 5591075 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18155/tid=18160] ppid=18154 vsize=287520 CPUtime=6.21 cores=0-7
/proc/18155/task/18160/stat : 18160 (priss) R 18154 18154 17932 0 -1 4202560 3488 0 0 0 621 0 0 0 25 0 5 0 912023409 294420480 13006 33554432000 4194304 5787044 140734052692208 18446744073709551615 268272381648 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.92
Current children cumulated vsize (KiB) 296220

[startup+12.7008 s]
/proc/loadavg: 3.73 3.94 3.91 5/176 18160
/proc/meminfo: memFree=30056320/32950928 swapFree=67048888/67111528
[pid=18154] ppid=18152 vsize=8700 CPUtime=0 cores=0-7
/proc/18154/stat : 18154 (priss.sh) S 18152 18154 17932 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 912023404 8908800 252 33554432000 4194304 4922060 140733294626176 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/18154/statm: 2175 252 211 178 0 68 0
[pid=18155] ppid=18154 vsize=297024 CPUtime=50.51 cores=0-7
/proc/18155/stat : 18155 (priss) S 18154 18154 17932 0 -1 4202496 30217 0 0 0 5037 14 0 0 18 0 5 0 912023404 304152576 17808 33554432000 4194304 5787044 140734052692208 18446744073709551615 268284512689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18155/statm: 74256 17808 417 389 0 70006 0
[pid=18155/tid=18157] ppid=18154 vsize=297024 CPUtime=12.63 cores=0-7
/proc/18155/task/18157/stat : 18157 (priss) R 18154 18154 17932 0 -1 4202560 7320 0 0 0 1260 3 0 0 25 0 5 0 912023406 304152576 17808 33554432000 4194304 5787044 140734052692208 18446744073709551615 4238578 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18155/tid=18158] ppid=18154 vsize=297024 CPUtime=12.6 cores=0-7
/proc/18155/task/18158/stat : 18158 (priss) R 18154 18154 17932 0 -1 4202560 5778 0 0 0 1257 3 0 0 25 0 5 0 912023407 304152576 17808 33554432000 4194304 5787044 140734052692208 18446744073709551615 4220366 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18155/tid=18159] ppid=18154 vsize=297024 CPUtime=12.62 cores=0-7
/proc/18155/task/18159/stat : 18159 (priss) R 18154 18154 17932 0 -1 4202560 6315 0 0 0 1258 4 0 0 25 0 5 0 912023407 304152576 17808 33554432000 4194304 5787044 140734052692208 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18155/tid=18160] ppid=18154 vsize=297024 CPUtime=12.6 cores=0-7
/proc/18155/task/18160/stat : 18160 (priss) R 18154 18154 17932 0 -1 4202560 6942 0 0 0 1259 1 0 0 22 0 5 0 912023409 304152576 17808 33554432000 4194304 5787044 140734052692208 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 305724

[startup+25.5005 s]
/proc/loadavg: 3.79 3.94 3.91 5/176 18160
/proc/meminfo: memFree=30032816/32950928 swapFree=67048888/67111528
[pid=18154] ppid=18152 vsize=8700 CPUtime=0 cores=0-7
/proc/18154/stat : 18154 (priss.sh) S 18152 18154 17932 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 912023404 8908800 252 33554432000 4194304 4922060 140733294626176 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/18154/statm: 2175 252 211 178 0 68 0
[pid=18155] ppid=18154 vsize=306932 CPUtime=101.7 cores=0-7
/proc/18155/stat : 18155 (priss) S 18154 18154 17932 0 -1 4202496 36202 0 0 0 10149 21 0 0 18 0 5 0 912023404 314298368 23792 33554432000 4194304 5787044 140734052692208 18446744073709551615 268284512689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18155/statm: 76733 23792 417 389 0 72483 0
[pid=18155/tid=18157] ppid=18154 vsize=306932 CPUtime=25.42 cores=0-7
/proc/18155/task/18157/stat : 18157 (priss) R 18154 18154 17932 0 -1 4202560 8485 0 0 0 2538 4 0 0 25 0 5 0 912023406 314298368 23792 33554432000 4194304 5787044 140734052692208 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18155/tid=18158] ppid=18154 vsize=306932 CPUtime=25.4 cores=0-7
/proc/18155/task/18158/stat : 18158 (priss) R 18154 18154 17932 0 -1 4202560 6897 0 0 0 2534 6 0 0 25 0 5 0 912023407 314298368 23792 33554432000 4194304 5787044 140734052692208 18446744073709551615 5591844 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18155/tid=18159] ppid=18154 vsize=306932 CPUtime=25.41 cores=0-7
/proc/18155/task/18159/stat : 18159 (priss) R 18154 18154 17932 0 -1 4202560 8608 0 0 0 2535 6 0 0 25 0 5 0 912023407 314298368 23792 33554432000 4194304 5787044 140734052692208 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18155/tid=18160] ppid=18154 vsize=306932 CPUtime=25.4 cores=0-7
/proc/18155/task/18160/stat : 18160 (priss) R 18154 18154 17932 0 -1 4202560 8350 0 0 0 2538 2 0 0 25 0 5 0 912023409 314298368 23792 33554432000 4194304 5787044 140734052692208 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 315632

[startup+51.101 s]
/proc/loadavg: 3.86 3.94 3.91 5/176 18161
/proc/meminfo: memFree=29991592/32950928 swapFree=67048888/67111528
[pid=18154] ppid=18152 vsize=8700 CPUtime=0 cores=0-7
/proc/18154/stat : 18154 (priss.sh) S 18152 18154 17932 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 912023404 8908800 252 33554432000 4194304 4922060 140733294626176 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/18154/statm: 2175 252 211 178 0 68 0
[pid=18155] ppid=18154 vsize=322260 CPUtime=204.07 cores=0-7
/proc/18155/stat : 18155 (priss) S 18154 18154 17932 0 -1 4202496 46725 0 0 0 20375 32 0 0 18 0 5 0 912023404 329994240 34249 33554432000 4194304 5787044 140734052692208 18446744073709551615 268284512689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18155/statm: 80565 34249 417 389 0 76315 0
[pid=18155/tid=18157] ppid=18154 vsize=322260 CPUtime=51.02 cores=0-7
/proc/18155/task/18157/stat : 18157 (priss) R 18154 18154 17932 0 -1 4202560 10623 0 0 0 5095 7 0 0 25 0 5 0 912023406 329994240 34249 33554432000 4194304 5787044 140734052692208 18446744073709551615 5591808 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18155/tid=18158] ppid=18154 vsize=322260 CPUtime=50.99 cores=0-7
/proc/18155/task/18158/stat : 18158 (priss) R 18154 18154 17932 0 -1 4202560 8996 0 0 0 5091 8 0 0 25 0 5 0 912023407 329994240 34249 33554432000 4194304 5787044 140734052692208 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18155/tid=18159] ppid=18154 vsize=322260 CPUtime=51 cores=0-7
/proc/18155/task/18159/stat : 18159 (priss) R 18154 18154 17932 0 -1 4202560 11064 0 0 0 5091 9 0 0 25 0 5 0 912023407 329994240 34249 33554432000 4194304 5787044 140734052692208 18446744073709551615 5591587 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18155/tid=18160] ppid=18154 vsize=322260 CPUtime=50.99 cores=0-7
/proc/18155/task/18160/stat : 18160 (priss) R 18154 18154 17932 0 -1 4202560 12180 0 0 0 5094 5 0 0 25 0 5 0 912023409 329994240 34249 33554432000 4194304 5787044 140734052692208 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.07
Current children cumulated vsize (KiB) 330960

[startup+102.307 s]
/proc/loadavg: 3.98 3.96 3.91 5/176 18162
/proc/meminfo: memFree=29926948/32950928 swapFree=67048888/67111528
[pid=18154] ppid=18152 vsize=8700 CPUtime=0 cores=0-7
/proc/18154/stat : 18154 (priss.sh) S 18152 18154 17932 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 912023404 8908800 252 33554432000 4194304 4922060 140733294626176 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/18154/statm: 2175 252 211 178 0 68 0
[pid=18155] ppid=18154 vsize=345976 CPUtime=408.87 cores=0-7
/proc/18155/stat : 18155 (priss) S 18154 18154 17932 0 -1 4202496 62759 0 0 0 40833 54 0 0 18 0 5 0 912023404 354279424 50184 33554432000 4194304 5787044 140734052692208 18446744073709551615 268284512689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18155/statm: 86494 50184 417 389 0 82244 0
[pid=18155/tid=18157] ppid=18154 vsize=345976 CPUtime=102.23 cores=0-7
/proc/18155/task/18157/stat : 18157 (priss) R 18154 18154 17932 0 -1 4202560 15429 0 0 0 10205 18 0 0 25 0 5 0 912023406 354279424 50184 33554432000 4194304 5787044 140734052692208 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18155/tid=18158] ppid=18154 vsize=345976 CPUtime=102.19 cores=0-7
/proc/18155/task/18158/stat : 18158 (priss) R 18154 18154 17932 0 -1 4202560 13379 0 0 0 10206 13 0 0 25 0 5 0 912023407 354279424 50184 33554432000 4194304 5787044 140734052692208 18446744073709551615 5590291 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18155/tid=18159] ppid=18154 vsize=345976 CPUtime=102.2 cores=0-7
/proc/18155/task/18159/stat : 18159 (priss) R 18154 18154 17932 0 -1 4202560 15164 0 0 0 10206 14 0 0 25 0 5 0 912023407 354279424 50184 33554432000 4194304 5787044 140734052692208 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18155/tid=18160] ppid=18154 vsize=345976 CPUtime=102.2 cores=0-7

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

/proc/18155/task/18158/stat : 18158 (priss) R 18154 18154 17932 0 -1 4202560 80279 0 0 0 472096 126 0 0 25 0 5 0 912023407 1783517184 362976 33554432000 4194304 5787044 140734052692208 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18155/tid=18159] ppid=18154 vsize=1741716 CPUtime=4722.26 cores=0-7
/proc/18155/task/18159/stat : 18159 (priss) R 18154 18154 17932 0 -1 4202560 97417 0 0 0 472065 161 0 0 25 0 5 0 912023407 1783517184 362976 33554432000 4194304 5787044 140734052692208 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18155/tid=18160] ppid=18154 vsize=1741716 CPUtime=4722.24 cores=0-7
/proc/18155/task/18160/stat : 18160 (priss) R 18154 18154 17932 0 -1 4202560 105061 0 0 0 472160 64 0 0 25 0 5 0 912023409 1783517184 362976 33554432000 4194304 5787044 140734052692208 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 18889.1
Current children cumulated vsize (KiB) 1750416

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 18299
/proc/meminfo: memFree=28660916/32950928 swapFree=67048888/67111528
[pid=18154] ppid=18152 vsize=8700 CPUtime=0 cores=0-7
/proc/18154/stat : 18154 (priss.sh) S 18152 18154 17932 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 912023404 8908800 252 33554432000 4194304 4922060 140733294626176 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/18154/statm: 2175 252 211 178 0 68 0
[pid=18155] ppid=18154 vsize=1745704 CPUtime=19129 cores=0-7
/proc/18155/stat : 18155 (priss) S 18154 18154 17932 0 -1 4202496 386867 0 0 0 1912275 629 0 0 18 0 5 0 912023404 1787600896 365182 33554432000 4194304 5787044 140734052692208 18446744073709551615 268284512689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18155/statm: 436426 365182 417 389 0 432176 0
[pid=18155/tid=18157] ppid=18154 vsize=1745704 CPUtime=4782.26 cores=0-7
/proc/18155/task/18157/stat : 18157 (priss) R 18154 18154 17932 0 -1 4202560 99255 0 0 0 477952 274 0 0 25 0 5 0 912023406 1787600896 365182 33554432000 4194304 5787044 140734052692208 18446744073709551615 5591666 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18155/tid=18158] ppid=18154 vsize=1745704 CPUtime=4782.21 cores=0-7
/proc/18155/task/18158/stat : 18158 (priss) R 18154 18154 17932 0 -1 4202560 80279 0 0 0 478095 126 0 0 25 0 5 0 912023407 1787600896 365182 33554432000 4194304 5787044 140734052692208 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18155/tid=18159] ppid=18154 vsize=1745704 CPUtime=4782.26 cores=0-7
/proc/18155/task/18159/stat : 18159 (priss) R 18154 18154 17932 0 -1 4202560 97421 0 0 0 478065 161 0 0 25 0 5 0 912023407 1787600896 365182 33554432000 4194304 5787044 140734052692208 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18155/tid=18160] ppid=18154 vsize=1745704 CPUtime=4782.23 cores=0-7
/proc/18155/task/18160/stat : 18160 (priss) R 18154 18154 17932 0 -1 4202560 106050 0 0 0 478158 65 0 0 25 0 5 0 912023409 1787600896 365182 33554432000 4194304 5787044 140734052692208 18446744073709551615 5527089 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19129
Current children cumulated vsize (KiB) 1754404

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 18301
/proc/meminfo: memFree=28651920/32950928 swapFree=67048888/67111528
[pid=18154] ppid=18152 vsize=8700 CPUtime=0 cores=0-7
/proc/18154/stat : 18154 (priss.sh) S 18152 18154 17932 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 912023404 8908800 252 33554432000 4194304 4922060 140733294626176 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/18154/statm: 2175 252 211 178 0 68 0
[pid=18155] ppid=18154 vsize=1749968 CPUtime=19369.1 cores=0-7
/proc/18155/stat : 18155 (priss) S 18154 18154 17932 0 -1 4202496 389041 0 0 0 1936270 635 0 0 18 0 5 0 912023404 1791967232 367356 33554432000 4194304 5787044 140734052692208 18446744073709551615 268284512689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18155/statm: 437492 367356 417 389 0 433242 0
[pid=18155/tid=18157] ppid=18154 vsize=1749968 CPUtime=4842.26 cores=0-7
/proc/18155/task/18157/stat : 18157 (priss) R 18154 18154 17932 0 -1 4202560 100413 0 0 0 483947 279 0 0 25 0 5 0 912023406 1791967232 367356 33554432000 4194304 5787044 140734052692208 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18155/tid=18158] ppid=18154 vsize=1749968 CPUtime=4842.21 cores=0-7
/proc/18155/task/18158/stat : 18158 (priss) R 18154 18154 17932 0 -1 4202560 80280 0 0 0 484095 126 0 0 25 0 5 0 912023407 1791967232 367356 33554432000 4194304 5787044 140734052692208 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18155/tid=18159] ppid=18154 vsize=1749968 CPUtime=4842.26 cores=0-7
/proc/18155/task/18159/stat : 18159 (priss) R 18154 18154 17932 0 -1 4202560 97421 0 0 0 484065 161 0 0 25 0 5 0 912023407 1791967232 367356 33554432000 4194304 5787044 140734052692208 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18155/tid=18160] ppid=18154 vsize=1749968 CPUtime=4842.24 cores=0-7
/proc/18155/task/18160/stat : 18160 (priss) R 18154 18154 17932 0 -1 4202560 107065 0 0 0 484158 66 0 0 25 0 5 0 912023409 1791967232 367356 33554432000 4194304 5787044 140734052692208 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19369
Current children cumulated vsize (KiB) 1758668

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 18302
/proc/meminfo: memFree=28647032/32950928 swapFree=67048888/67111528
[pid=18154] ppid=18152 vsize=8700 CPUtime=0 cores=0-7
/proc/18154/stat : 18154 (priss.sh) S 18152 18154 17932 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 912023404 8908800 252 33554432000 4194304 4922060 140733294626176 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/18154/statm: 2175 252 211 178 0 68 0
[pid=18155] ppid=18154 vsize=1749968 CPUtime=19609.1 cores=0-7
/proc/18155/stat : 18155 (priss) S 18154 18154 17932 0 -1 4202496 390231 0 0 0 1960267 638 0 0 18 0 5 0 912023404 1791967232 368546 33554432000 4194304 5787044 140734052692208 18446744073709551615 268284512689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18155/statm: 437492 368546 417 389 0 433242 0
[pid=18155/tid=18157] ppid=18154 vsize=1749968 CPUtime=4902.27 cores=0-7
/proc/18155/task/18157/stat : 18157 (priss) R 18154 18154 17932 0 -1 4202560 101600 0 0 0 489945 282 0 0 25 0 5 0 912023406 1791967232 368546 33554432000 4194304 5787044 140734052692208 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18155/tid=18158] ppid=18154 vsize=1749968 CPUtime=4902.21 cores=0-7
/proc/18155/task/18158/stat : 18158 (priss) R 18154 18154 17932 0 -1 4202560 80281 0 0 0 490095 126 0 0 25 0 5 0 912023407 1791967232 368546 33554432000 4194304 5787044 140734052692208 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18155/tid=18159] ppid=18154 vsize=1749968 CPUtime=4902.26 cores=0-7
/proc/18155/task/18159/stat : 18159 (priss) R 18154 18154 17932 0 -1 4202560 97422 0 0 0 490065 161 0 0 25 0 5 0 912023407 1791967232 368546 33554432000 4194304 5787044 140734052692208 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18155/tid=18160] ppid=18154 vsize=1749968 CPUtime=4902.24 cores=0-7
/proc/18155/task/18160/stat : 18160 (priss) R 18154 18154 17932 0 -1 4202560 107066 0 0 0 490158 66 0 0 25 0 5 0 912023409 1791967232 368546 33554432000 4194304 5787044 140734052692208 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19609.1
Current children cumulated vsize (KiB) 1758668

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 18304
/proc/meminfo: memFree=28643372/32950928 swapFree=67048888/67111528
[pid=18154] ppid=18152 vsize=8700 CPUtime=0 cores=0-7
/proc/18154/stat : 18154 (priss.sh) S 18152 18154 17932 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 912023404 8908800 252 33554432000 4194304 4922060 140733294626176 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/18154/statm: 2175 252 211 178 0 68 0
[pid=18155] ppid=18154 vsize=1749968 CPUtime=19849.1 cores=0-7
/proc/18155/stat : 18155 (priss) S 18154 18154 17932 0 -1 4202496 391597 0 0 0 1984264 641 0 0 18 0 5 0 912023404 1791967232 369422 33554432000 4194304 5787044 140734052692208 18446744073709551615 268284512689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18155/statm: 437492 369422 417 389 0 433242 0
[pid=18155/tid=18157] ppid=18154 vsize=1749968 CPUtime=4962.26 cores=0-7
/proc/18155/task/18157/stat : 18157 (priss) R 18154 18154 17932 0 -1 4202560 102959 0 0 0 495941 285 0 0 25 0 5 0 912023406 1791967232 369422 33554432000 4194304 5787044 140734052692208 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18155/tid=18158] ppid=18154 vsize=1749968 CPUtime=4962.21 cores=0-7
/proc/18155/task/18158/stat : 18158 (priss) R 18154 18154 17932 0 -1 4202560 80284 0 0 0 496095 126 0 0 25 0 5 0 912023407 1791967232 369422 33554432000 4194304 5787044 140734052692208 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18155/tid=18159] ppid=18154 vsize=1749968 CPUtime=4962.26 cores=0-7
/proc/18155/task/18159/stat : 18159 (priss) R 18154 18154 17932 0 -1 4202560 97426 0 0 0 496065 161 0 0 25 0 5 0 912023407 1791967232 369422 33554432000 4194304 5787044 140734052692208 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18155/tid=18160] ppid=18154 vsize=1749968 CPUtime=4962.24 cores=0-7
/proc/18155/task/18160/stat : 18160 (priss) R 18154 18154 17932 0 -1 4202560 107066 0 0 0 496158 66 0 0 25 0 5 0 912023409 1791967232 369422 33554432000 4194304 5787044 140734052692208 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19849.1
Current children cumulated vsize (KiB) 1758668

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 18305
/proc/meminfo: memFree=28643444/32950928 swapFree=67048888/67111528
[pid=18154] ppid=18152 vsize=8700 CPUtime=0 cores=0-7
/proc/18154/stat : 18154 (priss.sh) S 18152 18154 17932 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 912023404 8908800 252 33554432000 4194304 4922060 140733294626176 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/18154/statm: 2175 252 211 178 0 68 0
[pid=18155] ppid=18154 vsize=1749968 CPUtime=20089.1 cores=0-7
/proc/18155/stat : 18155 (priss) S 18154 18154 17932 0 -1 4202496 391607 0 0 0 2008264 641 0 0 18 0 5 0 912023404 1791967232 369432 33554432000 4194304 5787044 140734052692208 18446744073709551615 268284512689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18155/statm: 437492 369432 417 389 0 433242 0
[pid=18155/tid=18157] ppid=18154 vsize=1749968 CPUtime=5022.26 cores=0-7
/proc/18155/task/18157/stat : 18157 (priss) R 18154 18154 17932 0 -1 4202560 102959 0 0 0 501941 285 0 0 25 0 5 0 912023406 1791967232 369432 33554432000 4194304 5787044 140734052692208 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18155/tid=18158] ppid=18154 vsize=1749968 CPUtime=5022.21 cores=0-7
/proc/18155/task/18158/stat : 18158 (priss) R 18154 18154 17932 0 -1 4202560 80287 0 0 0 502095 126 0 0 25 0 5 0 912023407 1791967232 369432 33554432000 4194304 5787044 140734052692208 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18155/tid=18159] ppid=18154 vsize=1749968 CPUtime=5022.26 cores=0-7
/proc/18155/task/18159/stat : 18159 (priss) R 18154 18154 17932 0 -1 4202560 97432 0 0 0 502065 161 0 0 25 0 5 0 912023407 1791967232 369432 33554432000 4194304 5787044 140734052692208 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18155/tid=18160] ppid=18154 vsize=1749968 CPUtime=5022.24 cores=0-7
/proc/18155/task/18160/stat : 18160 (priss) R 18154 18154 17932 0 -1 4202560 107067 0 0 0 502158 66 0 0 25 0 5 0 912023409 1791967232 369432 33554432000 4194304 5787044 140734052692208 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20089.1
Current children cumulated vsize (KiB) 1758668

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 18307
/proc/meminfo: memFree=28643028/32950928 swapFree=67048888/67111528
[pid=18154] ppid=18152 vsize=8700 CPUtime=0 cores=0-7
/proc/18154/stat : 18154 (priss.sh) S 18152 18154 17932 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 912023404 8908800 252 33554432000 4194304 4922060 140733294626176 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/18154/statm: 2175 252 211 178 0 68 0
[pid=18155] ppid=18154 vsize=1749968 CPUtime=20329.1 cores=0-7
/proc/18155/stat : 18155 (priss) S 18154 18154 17932 0 -1 4202496 391623 0 0 0 2032264 642 0 0 18 0 5 0 912023404 1791967232 369448 33554432000 4194304 5787044 140734052692208 18446744073709551615 268284512689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18155/statm: 437492 369448 417 389 0 433242 0
[pid=18155/tid=18157] ppid=18154 vsize=1749968 CPUtime=5082.27 cores=0-7
/proc/18155/task/18157/stat : 18157 (priss) R 18154 18154 17932 0 -1 4202560 102960 0 0 0 507942 285 0 0 25 0 5 0 912023406 1791967232 369448 33554432000 4194304 5787044 140734052692208 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18155/tid=18158] ppid=18154 vsize=1749968 CPUtime=5082.21 cores=0-7
/proc/18155/task/18158/stat : 18158 (priss) R 18154 18154 17932 0 -1 4202560 80287 0 0 0 508095 126 0 0 25 0 5 0 912023407 1791967232 369448 33554432000 4194304 5787044 140734052692208 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18155/tid=18159] ppid=18154 vsize=1749968 CPUtime=5082.27 cores=0-7
/proc/18155/task/18159/stat : 18159 (priss) R 18154 18154 17932 0 -1 4202560 97446 0 0 0 508065 162 0 0 25 0 5 0 912023407 1791967232 369448 33554432000 4194304 5787044 140734052692208 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18155/tid=18160] ppid=18154 vsize=1749968 CPUtime=5082.24 cores=0-7
/proc/18155/task/18160/stat : 18160 (priss) R 18154 18154 17932 0 -1 4202560 107068 0 0 0 508158 66 0 0 25 0 5 0 912023409 1791967232 369448 33554432000 4194304 5787044 140734052692208 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20329.1
Current children cumulated vsize (KiB) 1758668



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 18308
/proc/meminfo: memFree=28643132/32950928 swapFree=67048888/67111528
[pid=18154] ppid=18152 vsize=8700 CPUtime=0 cores=0-7
/proc/18154/stat : 18154 (priss.sh) S 18152 18154 17932 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 912023404 8908800 252 33554432000 4194304 4922060 140733294626176 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/18154/statm: 2175 252 211 178 0 68 0
[pid=18155] ppid=18154 vsize=1749968 CPUtime=20399.9 cores=0-7
/proc/18155/stat : 18155 (priss) S 18154 18154 17932 0 -1 4202496 391636 0 0 0 2039347 642 0 0 18 0 5 0 912023404 1791967232 369461 33554432000 4194304 5787044 140734052692208 18446744073709551615 268284512689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18155/statm: 437492 369461 417 389 0 433242 0
[pid=18155/tid=18157] ppid=18154 vsize=1749968 CPUtime=5099.97 cores=0-7
/proc/18155/task/18157/stat : 18157 (priss) R 18154 18154 17932 0 -1 4202560 102960 0 0 0 509712 285 0 0 25 0 5 0 912023406 1791967232 369461 33554432000 4194304 5787044 140734052692208 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18155/tid=18158] ppid=18154 vsize=1749968 CPUtime=5099.92 cores=0-7
/proc/18155/task/18158/stat : 18158 (priss) R 18154 18154 17932 0 -1 4202560 80297 0 0 0 509866 126 0 0 25 0 5 0 912023407 1791967232 369461 33554432000 4194304 5787044 140734052692208 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18155/tid=18159] ppid=18154 vsize=1749968 CPUtime=5099.97 cores=0-7
/proc/18155/task/18159/stat : 18159 (priss) R 18154 18154 17932 0 -1 4202560 97449 0 0 0 509835 162 0 0 25 0 5 0 912023407 1791967232 369461 33554432000 4194304 5787044 140734052692208 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18155/tid=18160] ppid=18154 vsize=1749968 CPUtime=5099.95 cores=0-7
/proc/18155/task/18160/stat : 18160 (priss) R 18154 18154 17932 0 -1 4202560 107068 0 0 0 509929 66 0 0 25 0 5 0 912023409 1791967232 369461 33554432000 4194304 5787044 140734052692208 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20399.9
Current children cumulated vsize (KiB) 1758668

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 18154 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.001998
# while last known CPU time is 20399.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): 20399.9
CPU user time (s): 20393.5
CPU system time (s): 6.42
CPU usage (%): 399.996
Max. virtual memory (cumulated for all children) (KiB): 1758668

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

The end

Launcher Data

Begin job on node122 at 2011-06-14 00:30:46
IDJOB=3499543
IDBENCH=83976
IDSOLVER=1994
FILE ID=node122/3499543-1308004246
RUNJOBID= node122-1307999144-17946
PBS_JOBID= 13559843
Free space on /var/tmp= 2892 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_22_70_7-dir.shuffled-as.sat03-154.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3499543-1308004246/watcher-3499543-1308004246 -o /var/tmp/evaluation-result-3499543-1308004246/solver-3499543-1308004246 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499543-1308004246.cnf 1243742495 40000 31000 8

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

MD5SUM BENCH= aa9ee2fa26214e80fac6d004d5d0b003
RANDOM SEED=1243742495

node122.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30126008 kB
Buffers:         61724 kB
Cached:        2543588 kB
SwapCached:      15208 kB
Active:         174284 kB
Inactive:      2449704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30126008 kB
SwapTotal:    67111528 kB
SwapFree:     67048888 kB
Dirty:            1948 kB
Writeback:           0 kB
AnonPages:       16048 kB
Mapped:           8804 kB
Slab:           135480 kB
PageTables:       4276 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   189860 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2892 MiB
End job on node122 at 2011-06-14 01:55:48