Trace number 3288791

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.1 1201.82

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom24.cnf
MD5SUM16e1f2a4ab0c9df60ac0d098f9f252bb
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 variables62686
Number of clauses210488
Sum of the clauses size537842
Maximum clause length1941
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2106681
Number of clauses of size 3102739
Number of clauses of size 4299
Number of clauses of size 522
Number of clauses of size over 5746

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: 23237
0.00/0.06	c parsetime: 60446us
0.00/0.06	c parsed 210488 clauses with 62686 variables
0.00/0.07	c NW started thread 0 successfully (1110604096)
0.00/0.09	c NW started thread 1 successfully (1093916992)
0.00/0.10	c NW started thread 2 successfully (1121093952)
0.00/0.13	c NW started thread 3 successfully (1131583808)
0.00/1.99	c preprocessor returned 62686 variables
0.00/1.99	c preprocessing returned UNKNOWN
0.00/1.99	c PP set 2072 variables
0.00/1.99	c pp time: 1902243us (1s)
0.00/2.00	c preprocessor returned 62686 variables
0.00/2.00	c preprocessing returned UNKNOWN
0.00/2.00	c PP set 2072 variables
0.00/2.00	c pp time: 1900879us (1s)
0.00/2.01	c preprocessor returned 62686 variables
0.00/2.01	c preprocessing returned UNKNOWN
0.00/2.01	c PP set 2072 variables
0.00/2.01	c pp time: 1896115us (1s)
0.00/2.03	c preprocessor returned 62686 variables
0.00/2.03	c preprocessing returned UNKNOWN
0.00/2.03	c PP set 2072 variables
0.00/2.03	c pp time: 1884827us (1s)
8.46/2.23	c HTE
8.46/2.28	c subsumption
8.86/2.36	c simplified formula contains 0 unit clauses
9.27/2.49	c HTE
9.68/2.54	c subsumption
10.05/2.62	c simplified formula contains 0 unit clauses
21.24/5.46	c added unsatisfied clause
21.24/5.46	c failed to add network clauses
1072.12/268.53	c added unsatisfied clause
1072.12/268.53	c failed to add network clauses
1792.69/448.94	c added unsatisfied clause
1792.69/448.94	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-3288791-1304052546/watcher-3288791-1304052546 -o /tmp/evaluation-result-3288791-1304052546/solver-3288791-1304052546 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3288791-1304052546.cnf 402700015 4800 15500 4 

running on 4 cores: 1,3,5,7

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.80 8.03 8.02 5/182 23236
/proc/meminfo: memFree=14595344/32950940 swapFree=67111528/67111528
[pid=23236] ppid=23234 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23236/stat : 23236 (priss.sh) S 23234 23236 21582 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595485347 8908800 252 33554432000 4194304 4922060 140737235897856 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23236/statm: 2175 252 211 178 0 68 0

[startup+0.067372 s]
/proc/loadavg: 7.80 8.03 8.02 5/182 23236
/proc/meminfo: memFree=14595344/32950940 swapFree=67111528/67111528
[pid=23236] ppid=23234 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23236/stat : 23236 (priss.sh) S 23234 23236 21582 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595485347 8908800 252 33554432000 4194304 4922060 140737235897856 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23236/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100474 s]
/proc/loadavg: 7.80 8.03 8.02 5/182 23236
/proc/meminfo: memFree=14595344/32950940 swapFree=67111528/67111528
[pid=23236] ppid=23234 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23236/stat : 23236 (priss.sh) S 23234 23236 21582 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595485347 8908800 252 33554432000 4194304 4922060 140737235897856 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23236/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.509953 s]
/proc/loadavg: 7.80 8.03 8.02 5/182 23236
/proc/meminfo: memFree=14595344/32950940 swapFree=67111528/67111528
[pid=23236] ppid=23234 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23236/stat : 23236 (priss.sh) S 23234 23236 21582 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595485347 8908800 252 33554432000 4194304 4922060 140737235897856 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23236/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.792431 s]
/proc/loadavg: 7.80 8.03 8.02 5/182 23236
/proc/meminfo: memFree=14595344/32950940 swapFree=67111528/67111528
[pid=23236] ppid=23234 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23236/stat : 23236 (priss.sh) S 23234 23236 21582 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595485347 8908800 252 33554432000 4194304 4922060 140737235897856 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23236/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+2.01504 s]
/proc/loadavg: 7.80 8.03 8.02 5/182 23236
/proc/meminfo: memFree=14595344/32950940 swapFree=67111528/67111528
[pid=23236] ppid=23234 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23236/stat : 23236 (priss.sh) S 23234 23236 21582 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595485347 8908800 252 33554432000 4194304 4922060 140737235897856 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23236/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700
heavy processes:

[startup+3.10085 s]
/proc/loadavg: 7.80 8.03 8.02 9/188 23242
/proc/meminfo: memFree=14358652/32950940 swapFree=67111528/67111528
[pid=23236] ppid=23234 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23236/stat : 23236 (priss.sh) S 23234 23236 21582 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595485347 8908800 252 33554432000 4194304 4922060 140737235897856 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23236/statm: 2175 252 211 178 0 68 0
[pid=23237] ppid=23236 vsize=435144 CPUtime=12.05 cores=1,3,5,7
/proc/23237/stat : 23237 (priss) S 23236 23236 21582 0 -1 4202496 81849 0 0 0 1177 28 0 0 25 0 5 0 595485347 445587456 59362 33554432000 4194304 5787044 140736499380256 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/23237/statm: 108786 59362 418 389 0 104536 0
[pid=23237/tid=23239] ppid=23236 vsize=435144 CPUtime=2.99 cores=1,3,5,7
/proc/23237/task/23239/stat : 23239 (priss) R 23236 23236 21582 0 -1 4202560 16470 0 0 0 293 6 0 0 21 0 5 0 595485355 445587456 59362 33554432000 4194304 5787044 140736499380256 18446744073709551615 5586597 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23237/tid=23240] ppid=23236 vsize=435144 CPUtime=2.99 cores=1,3,5,7
/proc/23237/task/23240/stat : 23240 (priss) R 23236 23236 21582 0 -1 4202560 17594 0 0 0 293 6 0 0 21 0 5 0 595485356 445587456 59362 33554432000 4194304 5787044 140736499380256 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23237/tid=23241] ppid=23236 vsize=435144 CPUtime=2.97 cores=1,3,5,7
/proc/23237/task/23241/stat : 23241 (priss) R 23236 23236 21582 0 -1 4202560 16345 0 0 0 291 6 0 0 21 0 5 0 595485358 445587456 59362 33554432000 4194304 5787044 140736499380256 18446744073709551615 5591844 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23237/tid=23242] ppid=23236 vsize=435144 CPUtime=2.95 cores=1,3,5,7
/proc/23237/task/23242/stat : 23242 (priss) R 23236 23236 21582 0 -1 4202560 20446 0 0 0 288 7 0 0 21 0 5 0 595485360 445587456 59362 33554432000 4194304 5787044 140736499380256 18446744073709551615 4255024 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.05
Current children cumulated vsize (KiB) 443844

[startup+6.30029 s]
/proc/loadavg: 7.81 8.03 8.02 9/188 23242
/proc/meminfo: memFree=14355892/32950940 swapFree=67111528/67111528
[pid=23236] ppid=23234 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23236/stat : 23236 (priss.sh) S 23234 23236 21582 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595485347 8908800 252 33554432000 4194304 4922060 140737235897856 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23236/statm: 2175 252 211 178 0 68 0
[pid=23237] ppid=23236 vsize=435144 CPUtime=24.83 cores=1,3,5,7
/proc/23237/stat : 23237 (priss) S 23236 23236 21582 0 -1 4202496 82194 0 0 0 2455 28 0 0 25 0 5 0 595485347 445587456 59707 33554432000 4194304 5787044 140736499380256 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/23237/statm: 108786 59707 418 389 0 104536 0
[pid=23237/tid=23239] ppid=23236 vsize=435144 CPUtime=6.17 cores=1,3,5,7
/proc/23237/task/23239/stat : 23239 (priss) R 23236 23236 21582 0 -1 4202560 16731 0 0 0 611 6 0 0 25 0 5 0 595485355 445587456 59707 33554432000 4194304 5787044 140736499380256 18446744073709551615 5588133 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23237/tid=23240] ppid=23236 vsize=435144 CPUtime=6.18 cores=1,3,5,7
/proc/23237/task/23240/stat : 23240 (priss) R 23236 23236 21582 0 -1 4202560 17595 0 0 0 612 6 0 0 25 0 5 0 595485356 445587456 59707 33554432000 4194304 5787044 140736499380256 18446744073709551615 4238736 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23237/tid=23241] ppid=23236 vsize=435144 CPUtime=6.18 cores=1,3,5,7
/proc/23237/task/23241/stat : 23241 (priss) R 23236 23236 21582 0 -1 4202560 16425 0 0 0 611 7 0 0 25 0 5 0 595485358 445587456 59707 33554432000 4194304 5787044 140736499380256 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23237/tid=23242] ppid=23236 vsize=435144 CPUtime=6.15 cores=1,3,5,7
/proc/23237/task/23242/stat : 23242 (priss) R 23236 23236 21582 0 -1 4202560 20449 0 0 0 608 7 0 0 25 0 5 0 595485360 445587456 59707 33554432000 4194304 5787044 140736499380256 18446744073709551615 4254912 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.83
Current children cumulated vsize (KiB) 443844

[startup+12.7012 s]
/proc/loadavg: 7.83 8.03 8.02 9/188 23242
/proc/meminfo: memFree=14346872/32950940 swapFree=67111528/67111528
[pid=23236] ppid=23234 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23236/stat : 23236 (priss.sh) S 23234 23236 21582 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595485347 8908800 252 33554432000 4194304 4922060 140737235897856 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23236/statm: 2175 252 211 178 0 68 0
[pid=23237] ppid=23236 vsize=435144 CPUtime=50.4 cores=1,3,5,7
/proc/23237/stat : 23237 (priss) S 23236 23236 21582 0 -1 4202496 84492 0 0 0 5009 31 0 0 25 0 5 0 595485347 445587456 62005 33554432000 4194304 5787044 140736499380256 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/23237/statm: 108786 62005 418 389 0 104536 0
[pid=23237/tid=23239] ppid=23236 vsize=435144 CPUtime=12.53 cores=1,3,5,7
/proc/23237/task/23239/stat : 23239 (priss) R 23236 23236 21582 0 -1 4202560 18290 0 0 0 1246 7 0 0 25 0 5 0 595485355 445587456 62005 33554432000 4194304 5787044 140736499380256 18446744073709551615 5590258 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23237/tid=23240] ppid=23236 vsize=435144 CPUtime=12.59 cores=1,3,5,7
/proc/23237/task/23240/stat : 23240 (priss) R 23236 23236 21582 0 -1 4202560 18012 0 0 0 1252 7 0 0 25 0 5 0 595485356 445587456 62005 33554432000 4194304 5787044 140736499380256 18446744073709551615 4218220 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23237/tid=23241] ppid=23236 vsize=435144 CPUtime=12.58 cores=1,3,5,7
/proc/23237/task/23241/stat : 23241 (priss) R 23236 23236 21582 0 -1 4202560 16426 0 0 0 1251 7 0 0 25 0 5 0 595485358 445587456 62005 33554432000 4194304 5787044 140736499380256 18446744073709551615 5591596 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23237/tid=23242] ppid=23236 vsize=435144 CPUtime=12.54 cores=1,3,5,7
/proc/23237/task/23242/stat : 23242 (priss) R 23236 23236 21582 0 -1 4202560 20770 0 0 0 1247 7 0 0 25 0 5 0 595485360 445587456 62005 33554432000 4194304 5787044 140736499380256 18446744073709551615 4218260 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.4
Current children cumulated vsize (KiB) 443844

[startup+25.5009 s]
/proc/loadavg: 7.93 8.04 8.03 9/188 23242
/proc/meminfo: memFree=14334576/32950940 swapFree=67111528/67111528
[pid=23236] ppid=23234 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23236/stat : 23236 (priss.sh) S 23234 23236 21582 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595485347 8908800 252 33554432000 4194304 4922060 140737235897856 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23236/statm: 2175 252 211 178 0 68 0
[pid=23237] ppid=23236 vsize=435144 CPUtime=101.54 cores=1,3,5,7
/proc/23237/stat : 23237 (priss) S 23236 23236 21582 0 -1 4202496 87500 0 0 0 10119 35 0 0 25 0 5 0 595485347 445587456 65013 33554432000 4194304 5787044 140736499380256 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/23237/statm: 108786 65013 418 389 0 104536 0
[pid=23237/tid=23239] ppid=23236 vsize=435144 CPUtime=25.26 cores=1,3,5,7
/proc/23237/task/23239/stat : 23239 (priss) R 23236 23236 21582 0 -1 4202560 19001 0 0 0 2518 8 0 0 25 0 5 0 595485355 445587456 65013 33554432000 4194304 5787044 140736499380256 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23237/tid=23240] ppid=23236 vsize=435144 CPUtime=25.39 cores=1,3,5,7
/proc/23237/task/23240/stat : 23240 (priss) R 23236 23236 21582 0 -1 4202560 18726 0 0 0 2531 8 0 0 25 0 5 0 595485356 445587456 65013 33554432000 4194304 5787044 140736499380256 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23237/tid=23241] ppid=23236 vsize=435144 CPUtime=25.38 cores=1,3,5,7
/proc/23237/task/23241/stat : 23241 (priss) R 23236 23236 21582 0 -1 4202560 16693 0 0 0 2531 7 0 0 25 0 5 0 595485358 445587456 65013 33554432000 4194304 5787044 140736499380256 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23237/tid=23242] ppid=23236 vsize=435144 CPUtime=25.35 cores=1,3,5,7
/proc/23237/task/23242/stat : 23242 (priss) R 23236 23236 21582 0 -1 4202560 22086 0 0 0 2526 9 0 0 25 0 5 0 595485360 445587456 65013 33554432000 4194304 5787044 140736499380256 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.54
Current children cumulated vsize (KiB) 443844

[startup+51.1005 s]
/proc/loadavg: 7.96 8.04 8.02 9/188 23243
/proc/meminfo: memFree=14298224/32950940 swapFree=67111528/67111528
[pid=23236] ppid=23234 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23236/stat : 23236 (priss.sh) S 23234 23236 21582 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595485347 8908800 252 33554432000 4194304 4922060 140737235897856 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23236/statm: 2175 252 211 178 0 68 0
[pid=23237] ppid=23236 vsize=440588 CPUtime=203.77 cores=1,3,5,7
/proc/23237/stat : 23237 (priss) S 23236 23236 21582 0 -1 4202496 93966 0 0 0 20333 44 0 0 25 0 5 0 595485347 451162112 71476 33554432000 4194304 5787044 140736499380256 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/23237/statm: 110147 71476 418 389 0 105897 0
[pid=23237/tid=23239] ppid=23236 vsize=440588 CPUtime=50.72 cores=1,3,5,7
/proc/23237/task/23239/stat : 23239 (priss) R 23236 23236 21582 0 -1 4202560 21097 0 0 0 5060 12 0 0 25 0 5 0 595485355 451162112 71476 33554432000 4194304 5787044 140736499380256 18446744073709551615 5588094 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23237/tid=23240] ppid=23236 vsize=440588 CPUtime=50.98 cores=1,3,5,7
/proc/23237/task/23240/stat : 23240 (priss) R 23236 23236 21582 0 -1 4202560 20095 0 0 0 5088 10 0 0 25 0 5 0 595485356 451162112 71476 33554432000 4194304 5787044 140736499380256 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23237/tid=23241] ppid=23236 vsize=440588 CPUtime=50.97 cores=1,3,5,7
/proc/23237/task/23241/stat : 23241 (priss) R 23236 23236 21582 0 -1 4202560 17804 0 0 0 5088 9 0 0 25 0 5 0 595485358 451162112 71476 33554432000 4194304 5787044 140736499380256 18446744073709551615 5586806 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23237/tid=23242] ppid=23236 vsize=440588 CPUtime=50.94 cores=1,3,5,7
/proc/23237/task/23242/stat : 23242 (priss) R 23236 23236 21582 0 -1 4202560 23976 0 0 0 5084 10 0 0 25 0 5 0 595485360 451162112 71476 33554432000 4194304 5787044 140736499380256 18446744073709551615 4254709 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.77
Current children cumulated vsize (KiB) 449288

[startup+102.301 s]
/proc/loadavg: 8.11 8.06 8.03 9/188 23244
/proc/meminfo: memFree=14233472/32950940 swapFree=67111528/67111528
[pid=23236] ppid=23234 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23236/stat : 23236 (priss.sh) S 23234 23236 21582 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595485347 8908800 252 33554432000 4194304 4922060 140737235897856 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23236/statm: 2175 252 211 178 0 68 0
[pid=23237] ppid=23236 vsize=449964 CPUtime=408.28 cores=1,3,5,7
/proc/23237/stat : 23237 (priss) S 23236 23236 21582 0 -1 4202496 107973 0 0 0 40767 61 0 0 25 0 5 0 595485347 460763136 85396 33554432000 4194304 5787044 140736499380256 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/23237/statm: 112491 85396 418 389 0 108241 0
[pid=23237/tid=23239] ppid=23236 vsize=449964 CPUtime=101.64 cores=1,3,5,7
/proc/23237/task/23239/stat : 23239 (priss) R 23236 23236 21582 0 -1 4202560 25079 0 0 0 10147 17 0 0 25 0 5 0 595485355 460763136 85396 33554432000 4194304 5787044 140736499380256 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23237/tid=23240] ppid=23236 vsize=449964 CPUtime=102.17 cores=1,3,5,7
/proc/23237/task/23240/stat : 23240 (priss) R 23236 23236 21582 0 -1 4202560 22261 0 0 0 10204 13 0 0 25 0 5 0 595485356 460763136 85396 33554432000 4194304 5787044 140736499380256 18446744073709551615 216000418485 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23237/tid=23241] ppid=23236 vsize=449964 CPUtime=102.17 cores=1,3,5,7
/proc/23237/task/23241/stat : 23241 (priss) R 23236 23236 21582 0 -1 4202560 23872 0 0 0 10201 16 0 0 25 0 5 0 595485358 460763136 85396 33554432000 4194304 5787044 140736499380256 18446744073709551615 5591808 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23237/tid=23242] ppid=23236 vsize=449964 CPUtime=102.14 cores=1,3,5,7
/proc/23237/task/23242/stat : 23242 (priss) R 23236 23236 21582 0 -1 4202560 25767 0 0 0 10201 13 0 0 25 0 5 0 595485360 460763136 85396 33554432000 4194304 5787044 140736499380256 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.28
Current children cumulated vsize (KiB) 458664

[startup+162.301 s]
/proc/loadavg: 8.16 8.08 8.03 9/188 23246
/proc/meminfo: memFree=14171556/32950940 swapFree=67111528/67111528
[pid=23236] ppid=23234 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23236/stat : 23236 (priss.sh) S 23234 23236 21582 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595485347 8908800 252 33554432000 4194304 4922060 140737235897856 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23236/statm: 2175 252 211 178 0 68 0

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

/proc/23237/task/23240/stat : 23240 (priss) R 23236 23236 21582 0 -1 4202560 51376 0 0 0 81778 57 0 0 25 0 5 0 595485356 1015947264 188029 33554432000 4194304 5787044 140736499380256 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23237/tid=23241] ppid=23236 vsize=992136 CPUtime=822.14 cores=1,3,5,7
/proc/23237/task/23241/stat : 23241 (priss) R 23236 23236 21582 0 -1 4202560 53648 0 0 0 82149 65 0 0 25 0 5 0 595485358 1015947264 188029 33554432000 4194304 5787044 140736499380256 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23237/tid=23242] ppid=23236 vsize=992136 CPUtime=822.09 cores=1,3,5,7
/proc/23237/task/23242/stat : 23242 (priss) R 23236 23236 21582 0 -1 4202560 51296 0 0 0 82164 45 0 0 25 0 5 0 595485360 1015947264 188029 33554432000 4194304 5787044 140736499380256 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3284.18
Current children cumulated vsize (KiB) 1000836

[startup+882.301 s]
/proc/loadavg: 8.18 8.10 8.03 9/188 23306
/proc/meminfo: memFree=16112416/32950940 swapFree=67111528/67111528
[pid=23236] ppid=23234 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23236/stat : 23236 (priss.sh) S 23234 23236 21582 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595485347 8908800 252 33554432000 4194304 4922060 140737235897856 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23236/statm: 2175 252 211 178 0 68 0
[pid=23237] ppid=23236 vsize=992136 CPUtime=3523.84 cores=1,3,5,7
/proc/23237/stat : 23237 (priss) S 23236 23236 21582 0 -1 4202496 213006 0 0 0 352168 216 0 0 25 0 5 0 595485347 1015947264 188709 33554432000 4194304 5787044 140736499380256 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/23237/statm: 248034 188709 418 389 0 243784 0
[pid=23237/tid=23239] ppid=23236 vsize=992136 CPUtime=881.43 cores=1,3,5,7
/proc/23237/task/23239/stat : 23239 (priss) R 23236 23236 21582 0 -1 4202560 45113 0 0 0 88098 45 0 0 25 0 5 0 595485355 1015947264 188709 33554432000 4194304 5787044 140736499380256 18446744073709551615 4238583 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23237/tid=23240] ppid=23236 vsize=992136 CPUtime=878.02 cores=1,3,5,7
/proc/23237/task/23240/stat : 23240 (priss) R 23236 23236 21582 0 -1 4202560 51378 0 0 0 87745 57 0 0 25 0 5 0 595485356 1015947264 188709 33554432000 4194304 5787044 140736499380256 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23237/tid=23241] ppid=23236 vsize=992136 CPUtime=882.14 cores=1,3,5,7
/proc/23237/task/23241/stat : 23241 (priss) R 23236 23236 21582 0 -1 4202560 53657 0 0 0 88149 65 0 0 25 0 5 0 595485358 1015947264 188709 33554432000 4194304 5787044 140736499380256 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23237/tid=23242] ppid=23236 vsize=992136 CPUtime=882.09 cores=1,3,5,7
/proc/23237/task/23242/stat : 23242 (priss) R 23236 23236 21582 0 -1 4202560 51864 0 0 0 88162 47 0 0 25 0 5 0 595485360 1015947264 188709 33554432000 4194304 5787044 140736499380256 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3523.84
Current children cumulated vsize (KiB) 1000836

[startup+942.301 s]
/proc/loadavg: 8.18 8.11 8.04 9/188 23308
/proc/meminfo: memFree=16033392/32950940 swapFree=67111528/67111528
[pid=23236] ppid=23234 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23236/stat : 23236 (priss.sh) S 23234 23236 21582 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595485347 8908800 252 33554432000 4194304 4922060 140737235897856 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23236/statm: 2175 252 211 178 0 68 0
[pid=23237] ppid=23236 vsize=1057992 CPUtime=3763.51 cores=1,3,5,7
/proc/23237/stat : 23237 (priss) S 23236 23236 21582 0 -1 4202496 219097 0 0 0 376125 226 0 0 25 0 5 0 595485347 1083383808 194800 33554432000 4194304 5787044 140736499380256 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/23237/statm: 264498 194800 418 389 0 260248 0
[pid=23237/tid=23239] ppid=23236 vsize=1057992 CPUtime=941.43 cores=1,3,5,7
/proc/23237/task/23239/stat : 23239 (priss) R 23236 23236 21582 0 -1 4202560 45113 0 0 0 94098 45 0 0 25 0 5 0 595485355 1083383808 194800 33554432000 4194304 5787044 140736499380256 18446744073709551615 5590297 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23237/tid=23240] ppid=23236 vsize=1057992 CPUtime=937.69 cores=1,3,5,7
/proc/23237/task/23240/stat : 23240 (priss) R 23236 23236 21582 0 -1 4202560 55097 0 0 0 93706 63 0 0 25 0 5 0 595485356 1083383808 194800 33554432000 4194304 5787044 140736499380256 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23237/tid=23241] ppid=23236 vsize=1057992 CPUtime=942.14 cores=1,3,5,7
/proc/23237/task/23241/stat : 23241 (priss) R 23236 23236 21582 0 -1 4202560 53738 0 0 0 94149 65 0 0 25 0 5 0 595485358 1083383808 194800 33554432000 4194304 5787044 140736499380256 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23237/tid=23242] ppid=23236 vsize=1057992 CPUtime=942.09 cores=1,3,5,7
/proc/23237/task/23242/stat : 23242 (priss) R 23236 23236 21582 0 -1 4202560 54155 0 0 0 94159 50 0 0 25 0 5 0 595485360 1083383808 194800 33554432000 4194304 5787044 140736499380256 18446744073709551615 5527607 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3763.51
Current children cumulated vsize (KiB) 1066692

[startup+1002.3 s]
/proc/loadavg: 8.14 8.10 8.04 9/188 23309
/proc/meminfo: memFree=15927820/32950940 swapFree=67111528/67111528
[pid=23236] ppid=23234 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23236/stat : 23236 (priss.sh) S 23234 23236 21582 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595485347 8908800 252 33554432000 4194304 4922060 140737235897856 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23236/statm: 2175 252 211 178 0 68 0
[pid=23237] ppid=23236 vsize=1062504 CPUtime=4003.21 cores=1,3,5,7
/proc/23237/stat : 23237 (priss) S 23236 23236 21582 0 -1 4202496 231619 0 0 0 400075 246 0 0 25 0 5 0 595485347 1088004096 207322 33554432000 4194304 5787044 140736499380256 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/23237/statm: 265626 207322 418 389 0 261376 0
[pid=23237/tid=23239] ppid=23236 vsize=1062504 CPUtime=1001.43 cores=1,3,5,7
/proc/23237/task/23239/stat : 23239 (priss) R 23236 23236 21582 0 -1 4202560 51318 0 0 0 100089 54 0 0 25 0 5 0 595485355 1088004096 207322 33554432000 4194304 5787044 140736499380256 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23237/tid=23240] ppid=23236 vsize=1062504 CPUtime=997.37 cores=1,3,5,7
/proc/23237/task/23240/stat : 23240 (priss) R 23236 23236 21582 0 -1 4202560 55527 0 0 0 99673 64 0 0 25 0 5 0 595485356 1088004096 207322 33554432000 4194304 5787044 140736499380256 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23237/tid=23241] ppid=23236 vsize=1062504 CPUtime=1002.14 cores=1,3,5,7
/proc/23237/task/23241/stat : 23241 (priss) R 23236 23236 21582 0 -1 4202560 54389 0 0 0 100149 65 0 0 25 0 5 0 595485358 1088004096 207322 33554432000 4194304 5787044 140736499380256 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23237/tid=23242] ppid=23236 vsize=1062504 CPUtime=1002.1 cores=1,3,5,7
/proc/23237/task/23242/stat : 23242 (priss) R 23236 23236 21582 0 -1 4202560 59391 0 0 0 100150 60 0 0 25 0 5 0 595485360 1088004096 207322 33554432000 4194304 5787044 140736499380256 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4003.21
Current children cumulated vsize (KiB) 1071204

[startup+1062.3 s]
/proc/loadavg: 8.05 8.08 8.03 9/188 23311
/proc/meminfo: memFree=15858088/32950940 swapFree=67111528/67111528
[pid=23236] ppid=23234 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23236/stat : 23236 (priss.sh) S 23234 23236 21582 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595485347 8908800 252 33554432000 4194304 4922060 140737235897856 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23236/statm: 2175 252 211 178 0 68 0
[pid=23237] ppid=23236 vsize=1066664 CPUtime=4242.85 cores=1,3,5,7
/proc/23237/stat : 23237 (priss) S 23236 23236 21582 0 -1 4202496 241243 0 0 0 424023 262 0 0 25 0 5 0 595485347 1092263936 216946 33554432000 4194304 5787044 140736499380256 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/23237/statm: 266666 216946 418 389 0 262416 0
[pid=23237/tid=23239] ppid=23236 vsize=1066664 CPUtime=1061.42 cores=1,3,5,7
/proc/23237/task/23239/stat : 23239 (priss) R 23236 23236 21582 0 -1 4202560 55519 0 0 0 106081 61 0 0 25 0 5 0 595485355 1092263936 216946 33554432000 4194304 5787044 140736499380256 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23237/tid=23240] ppid=23236 vsize=1066664 CPUtime=1057.04 cores=1,3,5,7
/proc/23237/task/23240/stat : 23240 (priss) R 23236 23236 21582 0 -1 4202560 55578 0 0 0 105640 64 0 0 25 0 5 0 595485356 1092263936 216946 33554432000 4194304 5787044 140736499380256 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23237/tid=23241] ppid=23236 vsize=1066664 CPUtime=1062.14 cores=1,3,5,7
/proc/23237/task/23241/stat : 23241 (priss) R 23236 23236 21582 0 -1 4202560 55488 0 0 0 106149 65 0 0 25 0 5 0 595485358 1092263936 216946 33554432000 4194304 5787044 140736499380256 18446744073709551615 5591239 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23237/tid=23242] ppid=23236 vsize=1066664 CPUtime=1062.09 cores=1,3,5,7
/proc/23237/task/23242/stat : 23242 (priss) R 23236 23236 21582 0 -1 4202560 63664 0 0 0 106141 68 0 0 25 0 5 0 595485360 1092263936 216946 33554432000 4194304 5787044 140736499380256 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4242.85
Current children cumulated vsize (KiB) 1075364

[startup+1122.31 s]
/proc/loadavg: 8.02 8.06 8.03 9/188 23313
/proc/meminfo: memFree=15766892/32950940 swapFree=67111528/67111528
[pid=23236] ppid=23234 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23236/stat : 23236 (priss.sh) S 23234 23236 21582 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595485347 8908800 252 33554432000 4194304 4922060 140737235897856 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23236/statm: 2175 252 211 178 0 68 0
[pid=23237] ppid=23236 vsize=1132200 CPUtime=4482.55 cores=1,3,5,7
/proc/23237/stat : 23237 (priss) S 23236 23236 21582 0 -1 4202496 255429 0 0 0 447973 282 0 0 25 0 5 0 595485347 1159372800 231132 33554432000 4194304 5787044 140736499380256 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/23237/statm: 283050 231132 418 389 0 278800 0
[pid=23237/tid=23239] ppid=23236 vsize=1132200 CPUtime=1121.42 cores=1,3,5,7
/proc/23237/task/23239/stat : 23239 (priss) R 23236 23236 21582 0 -1 4202560 58800 0 0 0 112075 67 0 0 25 0 5 0 595485355 1159372800 231132 33554432000 4194304 5787044 140736499380256 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23237/tid=23240] ppid=23236 vsize=1132200 CPUtime=1116.72 cores=1,3,5,7
/proc/23237/task/23240/stat : 23240 (priss) R 23236 23236 21582 0 -1 4202560 61628 0 0 0 111601 71 0 0 25 0 5 0 595485356 1159372800 231132 33554432000 4194304 5787044 140736499380256 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23237/tid=23241] ppid=23236 vsize=1132200 CPUtime=1122.14 cores=1,3,5,7
/proc/23237/task/23241/stat : 23241 (priss) R 23236 23236 21582 0 -1 4202560 56183 0 0 0 112148 66 0 0 25 0 5 0 595485358 1159372800 231132 33554432000 4194304 5787044 140736499380256 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23237/tid=23242] ppid=23236 vsize=1132200 CPUtime=1122.1 cores=1,3,5,7
/proc/23237/task/23242/stat : 23242 (priss) R 23236 23236 21582 0 -1 4202560 67824 0 0 0 112135 75 0 0 25 0 5 0 595485360 1159372800 231132 33554432000 4194304 5787044 140736499380256 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4482.55
Current children cumulated vsize (KiB) 1140900

[startup+1182.3 s]
/proc/loadavg: 8.07 8.06 8.03 9/188 23314
/proc/meminfo: memFree=15729528/32950940 swapFree=67111528/67111528
[pid=23236] ppid=23234 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23236/stat : 23236 (priss.sh) S 23234 23236 21582 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595485347 8908800 252 33554432000 4194304 4922060 140737235897856 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23236/statm: 2175 252 211 178 0 68 0
[pid=23237] ppid=23236 vsize=1202176 CPUtime=4722.19 cores=1,3,5,7
/proc/23237/stat : 23237 (priss) S 23236 23236 21582 0 -1 4202496 263983 0 0 0 471921 298 0 0 25 0 5 0 595485347 1231028224 239461 33554432000 4194304 5787044 140736499380256 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/23237/statm: 300544 239461 418 389 0 296294 0
[pid=23237/tid=23239] ppid=23236 vsize=1202176 CPUtime=1181.41 cores=1,3,5,7
/proc/23237/task/23239/stat : 23239 (priss) R 23236 23236 21582 0 -1 4202560 60259 0 0 0 118072 69 0 0 25 0 5 0 595485355 1231028224 239461 33554432000 4194304 5787044 140736499380256 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23237/tid=23240] ppid=23236 vsize=1202176 CPUtime=1176.38 cores=1,3,5,7
/proc/23237/task/23240/stat : 23240 (priss) R 23236 23236 21582 0 -1 4202560 63128 0 0 0 117564 74 0 0 25 0 5 0 595485356 1231028224 239461 33554432000 4194304 5787044 140736499380256 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23237/tid=23241] ppid=23236 vsize=1202176 CPUtime=1182.14 cores=1,3,5,7
/proc/23237/task/23241/stat : 23241 (priss) R 23236 23236 21582 0 -1 4202560 58195 0 0 0 118144 70 0 0 25 0 5 0 595485358 1231028224 239461 33554432000 4194304 5787044 140736499380256 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23237/tid=23242] ppid=23236 vsize=1202176 CPUtime=1182.09 cores=1,3,5,7
/proc/23237/task/23242/stat : 23242 (priss) R 23236 23236 21582 0 -1 4202560 71407 0 0 0 118127 82 0 0 25 0 5 0 595485360 1231028224 239461 33554432000 4194304 5787044 140736499380256 18446744073709551615 215988253729 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4722.19
Current children cumulated vsize (KiB) 1210876



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.05 8.06 8.02 9/188 23315
/proc/meminfo: memFree=15719104/32950940 swapFree=67111528/67111528
[pid=23236] ppid=23234 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23236/stat : 23236 (priss.sh) S 23234 23236 21582 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595485347 8908800 252 33554432000 4194304 4922060 140737235897856 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23236/statm: 2175 252 211 178 0 68 0
[pid=23237] ppid=23236 vsize=1267712 CPUtime=4800.1 cores=1,3,5,7
/proc/23237/stat : 23237 (priss) S 23236 23236 21582 0 -1 4202496 266458 0 0 0 479707 303 0 0 25 0 5 0 595485347 1298137088 241936 33554432000 4194304 5787044 140736499380256 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/23237/statm: 316928 241936 418 389 0 312678 0
[pid=23237/tid=23239] ppid=23236 vsize=1267712 CPUtime=1200.92 cores=1,3,5,7
/proc/23237/task/23239/stat : 23239 (priss) R 23236 23236 21582 0 -1 4202560 61496 0 0 0 120020 72 0 0 25 0 5 0 595485355 1298137088 241936 33554432000 4194304 5787044 140736499380256 18446744073709551615 5591712 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23237/tid=23240] ppid=23236 vsize=1267712 CPUtime=1195.77 cores=1,3,5,7
/proc/23237/task/23240/stat : 23240 (priss) R 23236 23236 21582 0 -1 4202560 63176 0 0 0 119503 74 0 0 25 0 5 0 595485356 1298137088 241936 33554432000 4194304 5787044 140736499380256 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23237/tid=23241] ppid=23236 vsize=1267712 CPUtime=1201.64 cores=1,3,5,7
/proc/23237/task/23241/stat : 23241 (priss) R 23236 23236 21582 0 -1 4202560 58195 0 0 0 120094 70 0 0 25 0 5 0 595485358 1298137088 241936 33554432000 4194304 5787044 140736499380256 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23237/tid=23242] ppid=23236 vsize=1267712 CPUtime=1201.61 cores=1,3,5,7
/proc/23237/task/23242/stat : 23242 (priss) R 23236 23236 21582 0 -1 4202560 72597 0 0 0 120076 85 0 0 25 0 5 0 595485360 1298137088 241936 33554432000 4194304 5787044 140736499380256 18446744073709551615 5527568 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.1
Current children cumulated vsize (KiB) 1276412

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 23236 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.1
#
# 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.1
CPU user time (s): 4797.07
CPU system time (s): 3.03
CPU usage (%): 399.403
Max. virtual memory (cumulated for all children) (KiB): 1276412

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

runsolver used 1.71474 second user time and 4.85026 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-29 06:49:06
IDJOB=3288791
IDBENCH=83105
IDSOLVER=1603
FILE ID=node117/3288791-1304052546
RUNJOBID= node117-1304041561-21601
PBS_JOBID= 13170383
Free space on /tmp= 71560 MiB

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

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

MD5SUM BENCH= 16e1f2a4ab0c9df60ac0d098f9f252bb
RANDOM SEED=402700015

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      14595624 kB
Buffers:       2377048 kB
Cached:       12573692 kB
SwapCached:          0 kB
Active:       10975420 kB
Inactive:      6794792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      14595624 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5092 kB
Writeback:           0 kB
AnonPages:     2818340 kB
Mapped:          15676 kB
Slab:           517616 kB
PageTables:      10516 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:  3234084 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= 71672 MiB
End job on node117 at 2011-04-29 07:09:10