Trace number 3289619

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
priss 1.0? (TO) 4800.2 1201.82

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom16.cnf
MD5SUM73a2c2d9e5c062e561bfdb7c82071a99
Bench CategoryAPPLICATION (applications 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 variables29254
Number of clauses97456
Sum of the clauses size247986
Maximum clause length977
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 250701
Number of clauses of size 346235
Number of clauses of size 4135
Number of clauses of size 514
Number of clauses of size over 5370

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: 18699
0.00/0.03	c parsetime: 26869us
0.00/0.03	c parsed 97456 clauses with 29254 variables
0.00/0.03	c NW started thread 0 successfully (1105746240)
0.00/0.04	c NW started thread 1 successfully (1090935104)
0.00/0.05	c NW started thread 2 successfully (1116236096)
0.00/0.07	c NW started thread 3 successfully (1126725952)
0.00/0.79	c preprocessor returned 29254 variables
0.00/0.79	c preprocessing returned UNKNOWN
0.00/0.79	c PP set 1086 variables
0.00/0.79	c pp time: 711926us (0s)
0.00/0.79	c preprocessor returned 29254 variables
0.00/0.79	c preprocessing returned UNKNOWN
0.00/0.79	c PP set 1086 variables
0.00/0.79	c pp time: 716546us (0s)
0.00/0.79	c preprocessor returned 29254 variables
0.00/0.79	c preprocessing returned UNKNOWN
0.00/0.79	c PP set 1086 variables
0.00/0.79	c pp time: 710111us (0s)
0.00/1.21	c preprocessor returned 31254 variables
0.00/1.21	c preprocessing returned UNKNOWN
0.00/1.21	c PP set 1084 variables
0.00/1.21	c pp time: 1117588us (1s)
0.00/1.30	c HTE
0.00/1.33	c subsumption
0.00/1.37	c simplified formula contains 0 unit clauses
68.45/17.22	c HTE
68.85/17.31	c subsumption
70.02/17.62	c simplified formula contains 0 unit clauses
81.20/20.42	c added unsatisfied clause
81.20/20.42	c failed to add network clauses
84.80/21.31	c received clause contains eliminated literal -3840
290.49/72.80	c added unsatisfied clause
290.49/72.80	c failed to add network clauses
296.49/74.35	c added unsatisfied clause
296.49/74.35	c failed to add network clauses
584.47/146.45	c added unsatisfied clause
584.47/146.45	c failed to add network clauses
610.03/152.89	c added unsatisfied clause
610.03/152.89	c failed to add network 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.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3289619-1304053788/watcher-3289619-1304053788 -o /tmp/evaluation-result-3289619-1304053788/solver-3289619-1304053788 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3289619-1304053788.cnf 1962205157 4800 15500 4 

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

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


[startup+0 s]
/proc/loadavg: 7.82 8.05 8.01 6/182 18698
/proc/meminfo: memFree=24102432/32951124 swapFree=67111524/67111528
[pid=18698] ppid=18696 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18698/stat : 18698 (priss.sh) S 18696 18698 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497795074 8908800 251 33554432000 4194304 4922060 140737016180288 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18698/statm: 2175 251 211 178 0 68 0

[startup+0.0454619 s]
/proc/loadavg: 7.82 8.05 8.01 6/182 18698
/proc/meminfo: memFree=24102432/32951124 swapFree=67111524/67111528
[pid=18698] ppid=18696 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18698/stat : 18698 (priss.sh) S 18696 18698 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497795074 8908800 251 33554432000 4194304 4922060 140737016180288 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18698/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.105953 s]
/proc/loadavg: 7.82 8.05 8.01 6/182 18698
/proc/meminfo: memFree=24102432/32951124 swapFree=67111524/67111528
[pid=18698] ppid=18696 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18698/stat : 18698 (priss.sh) S 18696 18698 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497795074 8908800 251 33554432000 4194304 4922060 140737016180288 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18698/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.321276 s]
/proc/loadavg: 7.82 8.05 8.01 6/182 18698
/proc/meminfo: memFree=24102432/32951124 swapFree=67111524/67111528
[pid=18698] ppid=18696 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18698/stat : 18698 (priss.sh) S 18696 18698 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497795074 8908800 251 33554432000 4194304 4922060 140737016180288 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18698/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.707854 s]
/proc/loadavg: 7.82 8.05 8.01 6/182 18698
/proc/meminfo: memFree=24102432/32951124 swapFree=67111524/67111528
[pid=18698] ppid=18696 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18698/stat : 18698 (priss.sh) S 18696 18698 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497795074 8908800 251 33554432000 4194304 4922060 140737016180288 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18698/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50067 s]
/proc/loadavg: 7.82 8.05 8.01 6/182 18698
/proc/meminfo: memFree=24102432/32951124 swapFree=67111524/67111528
[pid=18698] ppid=18696 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18698/stat : 18698 (priss.sh) S 18696 18698 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497795074 8908800 251 33554432000 4194304 4922060 140737016180288 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18698/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10038 s]
/proc/loadavg: 7.82 8.05 8.01 9/188 18704
/proc/meminfo: memFree=23989668/32951124 swapFree=67111524/67111528
[pid=18698] ppid=18696 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18698/stat : 18698 (priss.sh) S 18696 18698 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497795074 8908800 251 33554432000 4194304 4922060 140737016180288 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18698/statm: 2175 251 211 178 0 68 0
[pid=18699] ppid=18698 vsize=331608 CPUtime=12.11 cores=0,2,4,6
/proc/18699/stat : 18699 (priss) S 18698 18698 17192 0 -1 4202496 40060 0 0 0 1199 12 0 0 18 0 5 0 497795074 339566592 28392 33554432000 4194304 5787044 140737001753008 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/18699/statm: 82902 28392 419 389 0 78652 0
[pid=18699/tid=18701] ppid=18698 vsize=331608 CPUtime=2.99 cores=0,2,4,6
/proc/18699/task/18701/stat : 18701 (priss) R 18698 18698 17192 0 -1 4202560 7282 0 0 0 297 2 0 0 23 0 5 0 497795078 339566592 28392 33554432000 4194304 5787044 140737001753008 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18699/tid=18702] ppid=18698 vsize=331608 CPUtime=3.02 cores=0,2,4,6
/proc/18699/task/18702/stat : 18702 (priss) R 18698 18698 17192 0 -1 4202560 9632 0 0 0 301 1 0 0 23 0 5 0 497795078 339566592 28392 33554432000 4194304 5787044 140737001753008 18446744073709551615 5585240 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18699/tid=18703] ppid=18698 vsize=331608 CPUtime=3.01 cores=0,2,4,6
/proc/18699/task/18703/stat : 18703 (priss) R 18698 18698 17192 0 -1 4202560 8014 0 0 0 298 3 0 0 23 0 5 0 497795079 339566592 28392 33554432000 4194304 5787044 140737001753008 18446744073709551615 5590310 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18699/tid=18704] ppid=18698 vsize=331608 CPUtime=2.99 cores=0,2,4,6
/proc/18699/task/18704/stat : 18704 (priss) R 18698 18698 17192 0 -1 4202560 9967 0 0 0 296 3 0 0 23 0 5 0 497795081 339566592 28392 33554432000 4194304 5787044 140737001753008 18446744073709551615 5549707 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.11
Current children cumulated vsize (KiB) 340308

[startup+6.30681 s]
/proc/loadavg: 7.83 8.05 8.01 9/188 18704
/proc/meminfo: memFree=23980668/32951124 swapFree=67111524/67111528
[pid=18698] ppid=18696 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18698/stat : 18698 (priss.sh) S 18696 18698 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497795074 8908800 251 33554432000 4194304 4922060 140737016180288 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18698/statm: 2175 251 211 178 0 68 0
[pid=18699] ppid=18698 vsize=335708 CPUtime=24.92 cores=0,2,4,6
/proc/18699/stat : 18699 (priss) S 18698 18698 17192 0 -1 4202496 42024 0 0 0 2479 13 0 0 18 0 5 0 497795074 343764992 30356 33554432000 4194304 5787044 140737001753008 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/18699/statm: 83927 30356 419 389 0 79677 0
[pid=18699/tid=18701] ppid=18698 vsize=335708 CPUtime=6.18 cores=0,2,4,6
/proc/18699/task/18701/stat : 18701 (priss) R 18698 18698 17192 0 -1 4202560 7463 0 0 0 616 2 0 0 25 0 5 0 497795078 343764992 30356 33554432000 4194304 5787044 140737001753008 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18699/tid=18702] ppid=18698 vsize=335708 CPUtime=6.23 cores=0,2,4,6
/proc/18699/task/18702/stat : 18702 (priss) R 18698 18698 17192 0 -1 4202560 9906 0 0 0 621 2 0 0 25 0 5 0 497795078 343764992 30356 33554432000 4194304 5787044 140737001753008 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18699/tid=18703] ppid=18698 vsize=335708 CPUtime=6.21 cores=0,2,4,6
/proc/18699/task/18703/stat : 18703 (priss) R 18698 18698 17192 0 -1 4202560 8234 0 0 0 618 3 0 0 25 0 5 0 497795079 343764992 30356 33554432000 4194304 5787044 140737001753008 18446744073709551615 5586765 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18699/tid=18704] ppid=18698 vsize=335708 CPUtime=6.2 cores=0,2,4,6
/proc/18699/task/18704/stat : 18704 (priss) R 18698 18698 17192 0 -1 4202560 11256 0 0 0 617 3 0 0 25 0 5 0 497795081 343764992 30356 33554432000 4194304 5787044 140737001753008 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.92
Current children cumulated vsize (KiB) 344408

[startup+12.7007 s]
/proc/loadavg: 7.85 8.04 8.01 9/188 18704
/proc/meminfo: memFree=23968516/32951124 swapFree=67111524/67111528
[pid=18698] ppid=18696 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18698/stat : 18698 (priss.sh) S 18696 18698 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497795074 8908800 251 33554432000 4194304 4922060 140737016180288 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18698/statm: 2175 251 211 178 0 68 0
[pid=18699] ppid=18698 vsize=335708 CPUtime=50.45 cores=0,2,4,6
/proc/18699/stat : 18699 (priss) S 18698 18698 17192 0 -1 4202496 43502 0 0 0 5031 14 0 0 18 0 5 0 497795074 343764992 31834 33554432000 4194304 5787044 140737001753008 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/18699/statm: 83927 31834 419 389 0 79677 0
[pid=18699/tid=18701] ppid=18698 vsize=335708 CPUtime=12.55 cores=0,2,4,6
/proc/18699/task/18701/stat : 18701 (priss) R 18698 18698 17192 0 -1 4202560 7745 0 0 0 1252 3 0 0 25 0 5 0 497795078 343764992 31834 33554432000 4194304 5787044 140737001753008 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18699/tid=18702] ppid=18698 vsize=335708 CPUtime=12.62 cores=0,2,4,6
/proc/18699/task/18702/stat : 18702 (priss) R 18698 18698 17192 0 -1 4202560 10467 0 0 0 1260 2 0 0 25 0 5 0 497795078 343764992 31834 33554432000 4194304 5787044 140737001753008 18446744073709551615 4218330 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18699/tid=18703] ppid=18698 vsize=335708 CPUtime=12.61 cores=0,2,4,6
/proc/18699/task/18703/stat : 18703 (priss) R 18698 18698 17192 0 -1 4202560 8460 0 0 0 1257 4 0 0 25 0 5 0 497795079 343764992 31834 33554432000 4194304 5787044 140737001753008 18446744073709551615 5591217 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18699/tid=18704] ppid=18698 vsize=335708 CPUtime=12.59 cores=0,2,4,6
/proc/18699/task/18704/stat : 18704 (priss) R 18698 18698 17192 0 -1 4202560 11665 0 0 0 1256 3 0 0 25 0 5 0 497795081 343764992 31834 33554432000 4194304 5787044 140737001753008 18446744073709551615 5528394 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.45
Current children cumulated vsize (KiB) 344408

[startup+25.5004 s]
/proc/loadavg: 7.95 8.06 8.01 9/188 18704
/proc/meminfo: memFree=23940600/32951124 swapFree=67111524/67111528
[pid=18698] ppid=18696 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18698/stat : 18698 (priss.sh) S 18696 18698 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497795074 8908800 251 33554432000 4194304 4922060 140737016180288 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18698/statm: 2175 251 211 178 0 68 0
[pid=18699] ppid=18698 vsize=344592 CPUtime=101.57 cores=0,2,4,6
/proc/18699/stat : 18699 (priss) S 18698 18698 17192 0 -1 4202496 50439 0 0 0 10139 18 0 0 18 0 5 0 497795074 352862208 37726 33554432000 4194304 5787044 140737001753008 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/18699/statm: 86148 37726 419 389 0 81898 0
[pid=18699/tid=18701] ppid=18698 vsize=344592 CPUtime=25.27 cores=0,2,4,6
/proc/18699/task/18701/stat : 18701 (priss) R 18698 18698 17192 0 -1 4202560 10078 0 0 0 2524 3 0 0 25 0 5 0 497795078 352862208 37726 33554432000 4194304 5787044 140737001753008 18446744073709551615 5590420 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18699/tid=18702] ppid=18698 vsize=344592 CPUtime=25.42 cores=0,2,4,6
/proc/18699/task/18702/stat : 18702 (priss) R 18698 18698 17192 0 -1 4202560 11347 0 0 0 2539 3 0 0 25 0 5 0 497795078 352862208 37726 33554432000 4194304 5787044 140737001753008 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18699/tid=18703] ppid=18698 vsize=344592 CPUtime=25.41 cores=0,2,4,6
/proc/18699/task/18703/stat : 18703 (priss) R 18698 18698 17192 0 -1 4202560 9755 0 0 0 2536 5 0 0 25 0 5 0 497795079 352862208 37726 33554432000 4194304 5787044 140737001753008 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18699/tid=18704] ppid=18698 vsize=344592 CPUtime=25.38 cores=0,2,4,6
/proc/18699/task/18704/stat : 18704 (priss) R 18698 18698 17192 0 -1 4202560 14094 0 0 0 2534 4 0 0 25 0 5 0 497795081 352862208 37726 33554432000 4194304 5787044 140737001753008 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.57
Current children cumulated vsize (KiB) 353292

[startup+51.1008 s]
/proc/loadavg: 8.04 8.07 8.02 9/188 18705
/proc/meminfo: memFree=23893656/32951124 swapFree=67111524/67111528
[pid=18698] ppid=18696 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18698/stat : 18698 (priss.sh) S 18696 18698 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497795074 8908800 251 33554432000 4194304 4922060 140737016180288 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18698/statm: 2175 251 211 178 0 68 0
[pid=18699] ppid=18698 vsize=354480 CPUtime=203.83 cores=0,2,4,6
/proc/18699/stat : 18699 (priss) S 18698 18698 17192 0 -1 4202496 57879 0 0 0 20356 27 0 0 18 0 5 0 497795074 362987520 45163 33554432000 4194304 5787044 140737001753008 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/18699/statm: 88620 45163 419 389 0 84370 0
[pid=18699/tid=18701] ppid=18698 vsize=354480 CPUtime=50.73 cores=0,2,4,6
/proc/18699/task/18701/stat : 18701 (priss) R 18698 18698 17192 0 -1 4202560 12887 0 0 0 5067 6 0 0 25 0 5 0 497795078 362987520 45163 33554432000 4194304 5787044 140737001753008 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18699/tid=18702] ppid=18698 vsize=354480 CPUtime=51.02 cores=0,2,4,6
/proc/18699/task/18702/stat : 18702 (priss) R 18698 18698 17192 0 -1 4202560 12767 0 0 0 5097 5 0 0 25 0 5 0 497795078 362987520 45163 33554432000 4194304 5787044 140737001753008 18446744073709551615 5588000 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18699/tid=18703] ppid=18698 vsize=354480 CPUtime=51 cores=0,2,4,6
/proc/18699/task/18703/stat : 18703 (priss) R 18698 18698 17192 0 -1 4202560 11488 0 0 0 5093 7 0 0 25 0 5 0 497795079 362987520 45163 33554432000 4194304 5787044 140737001753008 18446744073709551615 5585240 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18699/tid=18704] ppid=18698 vsize=354480 CPUtime=50.99 cores=0,2,4,6
/proc/18699/task/18704/stat : 18704 (priss) R 18698 18698 17192 0 -1 4202560 15572 0 0 0 5092 7 0 0 25 0 5 0 497795081 362987520 45163 33554432000 4194304 5787044 140737001753008 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.83
Current children cumulated vsize (KiB) 363180

[startup+102.301 s]
/proc/loadavg: 8.07 8.07 8.02 9/188 18706
/proc/meminfo: memFree=23822340/32951124 swapFree=67111524/67111528
[pid=18698] ppid=18696 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18698/stat : 18698 (priss.sh) S 18696 18698 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497795074 8908800 251 33554432000 4194304 4922060 140737016180288 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18698/statm: 2175 251 211 178 0 68 0
[pid=18699] ppid=18698 vsize=368420 CPUtime=408.32 cores=0,2,4,6
/proc/18699/stat : 18699 (priss) S 18698 18698 17192 0 -1 4202496 66609 0 0 0 40796 36 0 0 18 0 5 0 497795074 377262080 53828 33554432000 4194304 5787044 140737001753008 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/18699/statm: 92105 53828 419 389 0 87855 0
[pid=18699/tid=18701] ppid=18698 vsize=368420 CPUtime=101.92 cores=0,2,4,6
/proc/18699/task/18701/stat : 18701 (priss) R 18698 18698 17192 0 -1 4202560 14963 0 0 0 10183 9 0 0 25 0 5 0 497795078 377262080 53828 33554432000 4194304 5787044 140737001753008 18446744073709551615 5576608 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18699/tid=18702] ppid=18698 vsize=368420 CPUtime=102.21 cores=0,2,4,6
/proc/18699/task/18702/stat : 18702 (priss) R 18698 18698 17192 0 -1 4202560 15687 0 0 0 10215 6 0 0 25 0 5 0 497795078 377262080 53828 33554432000 4194304 5787044 140737001753008 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18699/tid=18703] ppid=18698 vsize=368420 CPUtime=101.92 cores=0,2,4,6
/proc/18699/task/18703/stat : 18703 (priss) R 18698 18698 17192 0 -1 4202560 13377 0 0 0 10182 10 0 0 25 0 5 0 497795079 377262080 53828 33554432000 4194304 5787044 140737001753008 18446744073709551615 5576478 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18699/tid=18704] ppid=18698 vsize=368420 CPUtime=102.18 cores=0,2,4,6
/proc/18699/task/18704/stat : 18704 (priss) R 18698 18698 17192 0 -1 4202560 17417 0 0 0 10210 8 0 0 25 0 5 0 497795081 377262080 53828 33554432000 4194304 5787044 140737001753008 18446744073709551615 4255036 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.32
Current children cumulated vsize (KiB) 377120

[startup+162.301 s]
/proc/loadavg: 8.18 8.10 8.03 9/188 18708
/proc/meminfo: memFree=23766496/32951124 swapFree=67111524/67111528
[pid=18698] ppid=18696 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18698/stat : 18698 (priss.sh) S 18696 18698 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497795074 8908800 251 33554432000 4194304 4922060 140737016180288 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18698/statm: 2175 251 211 178 0 68 0
[pid=18699] ppid=18698 vsize=380736 CPUtime=647.98 cores=0,2,4,6

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

/proc/18699/task/18702/stat : 18702 (priss) R 18698 18698 17192 0 -1 4202560 33075 0 0 0 82198 23 0 0 25 0 5 0 497795078 680091648 121917 33554432000 4194304 5787044 140737001753008 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18699/tid=18703] ppid=18698 vsize=664152 CPUtime=817.97 cores=0,2,4,6
/proc/18699/task/18703/stat : 18703 (priss) R 18698 18698 17192 0 -1 4202560 29942 0 0 0 81769 28 0 0 25 0 5 0 497795079 680091648 121917 33554432000 4194304 5787044 140737001753008 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18699/tid=18704] ppid=18698 vsize=664152 CPUtime=822.17 cores=0,2,4,6
/proc/18699/task/18704/stat : 18704 (priss) R 18698 18698 17192 0 -1 4202560 34568 0 0 0 82190 27 0 0 25 0 5 0 497795081 680091648 121917 33554432000 4194304 5787044 140737001753008 18446744073709551615 5528099 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3284.28
Current children cumulated vsize (KiB) 672852

[startup+882.3 s]
/proc/loadavg: 8.02 8.05 8.02 9/188 18760
/proc/meminfo: memFree=23739552/32951124 swapFree=67111524/67111528
[pid=18698] ppid=18696 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18698/stat : 18698 (priss.sh) S 18696 18698 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497795074 8908800 251 33554432000 4194304 4922060 140737016180288 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18698/statm: 2175 251 211 178 0 68 0
[pid=18699] ppid=18698 vsize=678008 CPUtime=3523.94 cores=0,2,4,6
/proc/18699/stat : 18699 (priss) S 18698 18698 17192 0 -1 4202496 145251 0 0 0 352269 125 0 0 18 0 5 0 497795074 694280192 131610 33554432000 4194304 5787044 140737001753008 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/18699/statm: 169502 131610 419 389 0 165252 0
[pid=18699/tid=18701] ppid=18698 vsize=678008 CPUtime=881.83 cores=0,2,4,6
/proc/18699/task/18701/stat : 18701 (priss) R 18698 18698 17192 0 -1 4202560 35193 0 0 0 88149 34 0 0 25 0 5 0 497795078 694280192 131610 33554432000 4194304 5787044 140737001753008 18446744073709551615 5591272 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18699/tid=18702] ppid=18698 vsize=678008 CPUtime=882.21 cores=0,2,4,6
/proc/18699/task/18702/stat : 18702 (priss) R 18698 18698 17192 0 -1 4202560 35147 0 0 0 88194 27 0 0 25 0 5 0 497795078 694280192 131610 33554432000 4194304 5787044 140737001753008 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18699/tid=18703] ppid=18698 vsize=678008 CPUtime=877.65 cores=0,2,4,6
/proc/18699/task/18703/stat : 18703 (priss) R 18698 18698 17192 0 -1 4202560 32067 0 0 0 87732 33 0 0 25 0 5 0 497795079 694280192 131610 33554432000 4194304 5787044 140737001753008 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18699/tid=18704] ppid=18698 vsize=678008 CPUtime=882.17 cores=0,2,4,6
/proc/18699/task/18704/stat : 18704 (priss) R 18698 18698 17192 0 -1 4202560 37679 0 0 0 88187 30 0 0 25 0 5 0 497795081 694280192 131610 33554432000 4194304 5787044 140737001753008 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3523.94
Current children cumulated vsize (KiB) 686708

[startup+942.301 s]
/proc/loadavg: 8.31 8.12 8.04 9/188 18765
/proc/meminfo: memFree=23692960/32951124 swapFree=67111524/67111528
[pid=18698] ppid=18696 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18698/stat : 18698 (priss.sh) S 18696 18698 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497795074 8908800 251 33554432000 4194304 4922060 140737016180288 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18698/statm: 2175 251 211 178 0 68 0
[pid=18699] ppid=18698 vsize=692376 CPUtime=3763.62 cores=0,2,4,6
/proc/18699/stat : 18699 (priss) S 18698 18698 17192 0 -1 4202496 155839 0 0 0 376224 138 0 0 18 0 5 0 497795074 708993024 142198 33554432000 4194304 5787044 140737001753008 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/18699/statm: 173094 142198 419 389 0 168844 0
[pid=18699/tid=18701] ppid=18698 vsize=692376 CPUtime=941.83 cores=0,2,4,6
/proc/18699/task/18701/stat : 18701 (priss) R 18698 18698 17192 0 -1 4202560 38850 0 0 0 94146 37 0 0 25 0 5 0 497795078 708993024 142198 33554432000 4194304 5787044 140737001753008 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18699/tid=18702] ppid=18698 vsize=692376 CPUtime=942.21 cores=0,2,4,6
/proc/18699/task/18702/stat : 18702 (priss) R 18698 18698 17192 0 -1 4202560 37644 0 0 0 94190 31 0 0 25 0 5 0 497795078 708993024 142198 33554432000 4194304 5787044 140737001753008 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18699/tid=18703] ppid=18698 vsize=692376 CPUtime=937.32 cores=0,2,4,6
/proc/18699/task/18703/stat : 18703 (priss) R 18698 18698 17192 0 -1 4202560 34207 0 0 0 93696 36 0 0 25 0 5 0 497795079 708993024 142198 33554432000 4194304 5787044 140737001753008 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18699/tid=18704] ppid=18698 vsize=692376 CPUtime=942.17 cores=0,2,4,6
/proc/18699/task/18704/stat : 18704 (priss) R 18698 18698 17192 0 -1 4202560 39973 0 0 0 94185 32 0 0 25 0 5 0 497795081 708993024 142198 33554432000 4194304 5787044 140737001753008 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3763.62
Current children cumulated vsize (KiB) 701076

[startup+1002.3 s]
/proc/loadavg: 8.17 8.11 8.04 9/188 18766
/proc/meminfo: memFree=23652692/32951124 swapFree=67111524/67111528
[pid=18698] ppid=18696 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18698/stat : 18698 (priss.sh) S 18696 18698 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497795074 8908800 251 33554432000 4194304 4922060 140737016180288 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18698/statm: 2175 251 211 178 0 68 0
[pid=18699] ppid=18698 vsize=768272 CPUtime=4003.28 cores=0,2,4,6
/proc/18699/stat : 18699 (priss) S 18698 18698 17192 0 -1 4202496 162766 0 0 0 400180 148 0 0 18 0 5 0 497795074 786710528 148888 33554432000 4194304 5787044 140737001753008 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/18699/statm: 192068 148888 419 389 0 187818 0
[pid=18699/tid=18701] ppid=18698 vsize=768272 CPUtime=1001.81 cores=0,2,4,6
/proc/18699/task/18701/stat : 18701 (priss) R 18698 18698 17192 0 -1 4202560 41015 0 0 0 100140 41 0 0 25 0 5 0 497795078 786710528 148888 33554432000 4194304 5787044 140737001753008 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18699/tid=18702] ppid=18698 vsize=768272 CPUtime=1002.21 cores=0,2,4,6
/proc/18699/task/18702/stat : 18702 (priss) R 18698 18698 17192 0 -1 4202560 38689 0 0 0 100188 33 0 0 25 0 5 0 497795078 786710528 148888 33554432000 4194304 5787044 140737001753008 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18699/tid=18703] ppid=18698 vsize=768272 CPUtime=996.98 cores=0,2,4,6
/proc/18699/task/18703/stat : 18703 (priss) R 18698 18698 17192 0 -1 4202560 37037 0 0 0 99660 38 0 0 25 0 5 0 497795079 786710528 148888 33554432000 4194304 5787044 140737001753008 18446744073709551615 4254537 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18699/tid=18704] ppid=18698 vsize=768272 CPUtime=1002.17 cores=0,2,4,6
/proc/18699/task/18704/stat : 18704 (priss) R 18698 18698 17192 0 -1 4202560 40860 0 0 0 100184 33 0 0 25 0 5 0 497795081 786710528 148888 33554432000 4194304 5787044 140737001753008 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4003.28
Current children cumulated vsize (KiB) 776972

[startup+1062.31 s]
/proc/loadavg: 8.12 8.10 8.04 9/188 18768
/proc/meminfo: memFree=23616416/32951124 swapFree=67111524/67111528
[pid=18698] ppid=18696 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18698/stat : 18698 (priss.sh) S 18696 18698 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497795074 8908800 251 33554432000 4194304 4922060 140737016180288 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18698/statm: 2175 251 211 178 0 68 0
[pid=18699] ppid=18698 vsize=772176 CPUtime=4242.96 cores=0,2,4,6
/proc/18699/stat : 18699 (priss) S 18698 18698 17192 0 -1 4202496 165117 0 0 0 424147 149 0 0 18 0 5 0 497795074 790708224 150628 33554432000 4194304 5787044 140737001753008 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/18699/statm: 193044 150628 419 389 0 188794 0
[pid=18699/tid=18701] ppid=18698 vsize=772176 CPUtime=1061.82 cores=0,2,4,6
/proc/18699/task/18701/stat : 18701 (priss) R 18698 18698 17192 0 -1 4202560 41733 0 0 0 106140 42 0 0 25 0 5 0 497795078 790708224 150628 33554432000 4194304 5787044 140737001753008 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18699/tid=18702] ppid=18698 vsize=772176 CPUtime=1062.22 cores=0,2,4,6
/proc/18699/task/18702/stat : 18702 (priss) R 18698 18698 17192 0 -1 4202560 39513 0 0 0 106189 33 0 0 25 0 5 0 497795078 790708224 150628 33554432000 4194304 5787044 140737001753008 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18699/tid=18703] ppid=18698 vsize=772176 CPUtime=1056.67 cores=0,2,4,6
/proc/18699/task/18703/stat : 18703 (priss) R 18698 18698 17192 0 -1 4202560 37503 0 0 0 105628 39 0 0 25 0 5 0 497795079 790708224 150628 33554432000 4194304 5787044 140737001753008 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18699/tid=18704] ppid=18698 vsize=772176 CPUtime=1062.17 cores=0,2,4,6
/proc/18699/task/18704/stat : 18704 (priss) R 18698 18698 17192 0 -1 4202560 41203 0 0 0 106184 33 0 0 25 0 5 0 497795081 790708224 150628 33554432000 4194304 5787044 140737001753008 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4242.96
Current children cumulated vsize (KiB) 780876

[startup+1122.3 s]
/proc/loadavg: 8.09 8.10 8.04 9/188 18769
/proc/meminfo: memFree=23613636/32951124 swapFree=67111524/67111528
[pid=18698] ppid=18696 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18698/stat : 18698 (priss.sh) S 18696 18698 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497795074 8908800 251 33554432000 4194304 4922060 140737016180288 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18698/statm: 2175 251 211 178 0 68 0
[pid=18699] ppid=18698 vsize=772176 CPUtime=4482.61 cores=0,2,4,6
/proc/18699/stat : 18699 (priss) S 18698 18698 17192 0 -1 4202496 165118 0 0 0 448111 150 0 0 18 0 5 0 497795074 790708224 150629 33554432000 4194304 5787044 140737001753008 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/18699/statm: 193044 150629 419 389 0 188794 0
[pid=18699/tid=18701] ppid=18698 vsize=772176 CPUtime=1121.8 cores=0,2,4,6
/proc/18699/task/18701/stat : 18701 (priss) R 18698 18698 17192 0 -1 4202560 41733 0 0 0 112138 42 0 0 25 0 5 0 497795078 790708224 150629 33554432000 4194304 5787044 140737001753008 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18699/tid=18702] ppid=18698 vsize=772176 CPUtime=1122.21 cores=0,2,4,6
/proc/18699/task/18702/stat : 18702 (priss) R 18698 18698 17192 0 -1 4202560 39514 0 0 0 112188 33 0 0 25 0 5 0 497795078 790708224 150629 33554432000 4194304 5787044 140737001753008 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18699/tid=18703] ppid=18698 vsize=772176 CPUtime=1116.34 cores=0,2,4,6
/proc/18699/task/18703/stat : 18703 (priss) R 18698 18698 17192 0 -1 4202560 37503 0 0 0 111595 39 0 0 25 0 5 0 497795079 790708224 150629 33554432000 4194304 5787044 140737001753008 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18699/tid=18704] ppid=18698 vsize=772176 CPUtime=1122.17 cores=0,2,4,6
/proc/18699/task/18704/stat : 18704 (priss) R 18698 18698 17192 0 -1 4202560 41203 0 0 0 112184 33 0 0 25 0 5 0 497795081 790708224 150629 33554432000 4194304 5787044 140737001753008 18446744073709551615 5534180 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4482.61
Current children cumulated vsize (KiB) 780876

[startup+1182.3 s]
/proc/loadavg: 8.03 8.08 8.03 9/188 18771
/proc/meminfo: memFree=23612956/32951124 swapFree=67111524/67111528
[pid=18698] ppid=18696 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18698/stat : 18698 (priss.sh) S 18696 18698 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497795074 8908800 251 33554432000 4194304 4922060 140737016180288 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18698/statm: 2175 251 211 178 0 68 0
[pid=18699] ppid=18698 vsize=772176 CPUtime=4722.28 cores=0,2,4,6
/proc/18699/stat : 18699 (priss) S 18698 18698 17192 0 -1 4202496 165146 0 0 0 472078 150 0 0 18 0 5 0 497795074 790708224 150657 33554432000 4194304 5787044 140737001753008 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/18699/statm: 193044 150657 419 389 0 188794 0
[pid=18699/tid=18701] ppid=18698 vsize=772176 CPUtime=1181.8 cores=0,2,4,6
/proc/18699/task/18701/stat : 18701 (priss) R 18698 18698 17192 0 -1 4202560 41740 0 0 0 118138 42 0 0 25 0 5 0 497795078 790708224 150657 33554432000 4194304 5787044 140737001753008 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18699/tid=18702] ppid=18698 vsize=772176 CPUtime=1182.21 cores=0,2,4,6
/proc/18699/task/18702/stat : 18702 (priss) R 18698 18698 17192 0 -1 4202560 39534 0 0 0 118188 33 0 0 25 0 5 0 497795078 790708224 150657 33554432000 4194304 5787044 140737001753008 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18699/tid=18703] ppid=18698 vsize=772176 CPUtime=1176 cores=0,2,4,6
/proc/18699/task/18703/stat : 18703 (priss) R 18698 18698 17192 0 -1 4202560 37504 0 0 0 117561 39 0 0 25 0 5 0 497795079 790708224 150657 33554432000 4194304 5787044 140737001753008 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18699/tid=18704] ppid=18698 vsize=772176 CPUtime=1182.17 cores=0,2,4,6
/proc/18699/task/18704/stat : 18704 (priss) R 18698 18698 17192 0 -1 4202560 41203 0 0 0 118184 33 0 0 25 0 5 0 497795081 790708224 150657 33554432000 4194304 5787044 140737001753008 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4722.28
Current children cumulated vsize (KiB) 780876



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.09 8.09 8.03 9/188 18772
/proc/meminfo: memFree=23612300/32951124 swapFree=67111524/67111528
[pid=18698] ppid=18696 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18698/stat : 18698 (priss.sh) S 18696 18698 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497795074 8908800 251 33554432000 4194304 4922060 140737016180288 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18698/statm: 2175 251 211 178 0 68 0
[pid=18699] ppid=18698 vsize=772336 CPUtime=4800.2 cores=0,2,4,6
/proc/18699/stat : 18699 (priss) S 18698 18698 17192 0 -1 4202496 165153 0 0 0 479870 150 0 0 18 0 5 0 497795074 790872064 150664 33554432000 4194304 5787044 140737001753008 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/18699/statm: 193084 150664 419 389 0 188834 0
[pid=18699/tid=18701] ppid=18698 vsize=772336 CPUtime=1201.3 cores=0,2,4,6
/proc/18699/task/18701/stat : 18701 (priss) R 18698 18698 17192 0 -1 4202560 41741 0 0 0 120088 42 0 0 25 0 5 0 497795078 790872064 150664 33554432000 4194304 5787044 140737001753008 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18699/tid=18702] ppid=18698 vsize=772336 CPUtime=1201.72 cores=0,2,4,6
/proc/18699/task/18702/stat : 18702 (priss) R 18698 18698 17192 0 -1 4202560 39539 0 0 0 120139 33 0 0 25 0 5 0 497795078 790872064 150664 33554432000 4194304 5787044 140737001753008 18446744073709551615 4238732 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18699/tid=18703] ppid=18698 vsize=772336 CPUtime=1195.4 cores=0,2,4,6
/proc/18699/task/18703/stat : 18703 (priss) R 18698 18698 17192 0 -1 4202560 37505 0 0 0 119501 39 0 0 25 0 5 0 497795079 790872064 150664 33554432000 4194304 5787044 140737001753008 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18699/tid=18704] ppid=18698 vsize=772336 CPUtime=1201.68 cores=0,2,4,6
/proc/18699/task/18704/stat : 18704 (priss) R 18698 18698 17192 0 -1 4202560 41203 0 0 0 120135 33 0 0 25 0 5 0 497795081 790872064 150664 33554432000 4194304 5787044 140737001753008 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.2
Current children cumulated vsize (KiB) 781036

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 18698 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0
# while last known CPU time is 4800.2
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.82
CPU time (s): 4800.2
CPU user time (s): 4798.7
CPU system time (s): 1.5
CPU usage (%): 399.412
Max. virtual memory (cumulated for all children) (KiB): 781036

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= 330
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 2

runsolver used 1.73274 second user time and 4.83427 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-29 07:09:48
IDJOB=3289619
IDBENCH=83130
IDSOLVER=1603
FILE ID=node146/3289619-1304053788
RUNJOBID= node146-1304042862-17210
PBS_JOBID= 13170387
Free space on /tmp= 72992 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom16.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3289619-1304053788/watcher-3289619-1304053788 -o /tmp/evaluation-result-3289619-1304053788/solver-3289619-1304053788 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3289619-1304053788.cnf 1962205157 4800 15500 4

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

MD5SUM BENCH= 73a2c2d9e5c062e561bfdb7c82071a99
RANDOM SEED=1962205157

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24102720 kB
Buffers:       1668348 kB
Cached:        6259220 kB
SwapCached:          4 kB
Active:        1690384 kB
Inactive:      6630764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24102720 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            3148 kB
Writeback:           0 kB
AnonPages:      392628 kB
Mapped:          15624 kB
Slab:           463084 kB
PageTables:       5488 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   590360 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72992 MiB
End job on node146 at 2011-04-29 07:29:52