Trace number 3289757

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

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom21.cnf
MD5SUMe6407843d1fbd00b68d4ad600a25dfb2
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 variables48639
Number of clauses162901
Sum of the clauses size415741
Maximum clause length1542
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 283161
Number of clauses of size 378900
Number of clauses of size 4230
Number of clauses of size 519
Number of clauses of size over 5590

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: 27805
0.00/0.05	c parsetime: 46890us
0.00/0.05	c parsed 162901 clauses with 48639 variables
0.00/0.06	c NW started thread 0 successfully (1092409664)
0.00/0.07	c NW started thread 1 successfully (1102899520)
0.00/0.08	c NW started thread 2 successfully (1113389376)
0.00/0.10	c NW started thread 3 successfully (1123879232)
0.00/1.44	c preprocessor returned 48639 variables
0.00/1.44	c preprocessing returned UNKNOWN
0.00/1.44	c PP set 1672 variables
0.00/1.44	c pp time: 1374611us (1s)
0.00/1.47	c preprocessor returned 48639 variables
0.00/1.47	c preprocessing returned UNKNOWN
0.00/1.47	c PP set 1672 variables
0.00/1.47	c pp time: 1385579us (1s)
0.00/1.48	c preprocessor returned 48639 variables
0.00/1.48	c preprocessing returned UNKNOWN
0.00/1.48	c PP set 1672 variables
0.00/1.48	c pp time: 1376796us (1s)
8.46/2.29	c preprocessor returned 50639 variables
8.46/2.29	c preprocessing returned UNKNOWN
8.46/2.29	c PP set 1671 variables
8.46/2.29	c pp time: 2179988us (2s)
9.26/2.45	c HTE
9.66/2.50	c subsumption
9.66/2.57	c simplified formula contains 0 unit clauses
88.75/22.32	c HTE
90.77/22.89	c subsumption
95.54/24.05	c simplified formula contains 0 unit clauses
95.94/24.19	c HTE
97.94/24.68	c subsumption
100.73/25.35	c simplified formula contains 0 unit clauses
121.11/30.49	c added unsatisfied clause
121.11/30.49	c failed to add network clauses
166.23/41.77	c received clause contains eliminated literal -5868
175.82/44.14	c received clause contains eliminated literal -5519
217.35/54.56	c added unsatisfied clause
217.35/54.56	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-3289757-1304054307/watcher-3289757-1304054307 -o /tmp/evaluation-result-3289757-1304054307/solver-3289757-1304054307 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3289757-1304054307.cnf 754970998 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: 8.20 8.16 7.93 2/174 27804
/proc/meminfo: memFree=14528036/32950928 swapFree=67111528/67111528
[pid=27804] ppid=27802 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27804/stat : 27804 (priss.sh) S 27802 27804 26812 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595661419 8908800 251 33554432000 4194304 4922060 140735002864656 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27804/statm: 2175 251 211 178 0 68 0

[startup+0.0158711 s]
/proc/loadavg: 8.20 8.16 7.93 2/174 27804
/proc/meminfo: memFree=14528036/32950928 swapFree=67111528/67111528
[pid=27804] ppid=27802 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27804/stat : 27804 (priss.sh) S 27802 27804 26812 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595661419 8908800 251 33554432000 4194304 4922060 140735002864656 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27804/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100827 s]
/proc/loadavg: 8.20 8.16 7.93 2/174 27804
/proc/meminfo: memFree=14528036/32950928 swapFree=67111528/67111528
[pid=27804] ppid=27802 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27804/stat : 27804 (priss.sh) S 27802 27804 26812 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595661419 8908800 251 33554432000 4194304 4922060 140735002864656 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27804/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.404602 s]
/proc/loadavg: 8.20 8.16 7.93 2/174 27804
/proc/meminfo: memFree=14528036/32950928 swapFree=67111528/67111528
[pid=27804] ppid=27802 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27804/stat : 27804 (priss.sh) S 27802 27804 26812 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595661419 8908800 251 33554432000 4194304 4922060 140735002864656 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27804/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.810991 s]
/proc/loadavg: 8.20 8.16 7.93 2/174 27804
/proc/meminfo: memFree=14528036/32950928 swapFree=67111528/67111528
[pid=27804] ppid=27802 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27804/stat : 27804 (priss.sh) S 27802 27804 26812 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595661419 8908800 251 33554432000 4194304 4922060 140735002864656 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27804/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50058 s]
/proc/loadavg: 8.20 8.16 7.93 2/174 27804
/proc/meminfo: memFree=14528036/32950928 swapFree=67111528/67111528
[pid=27804] ppid=27802 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27804/stat : 27804 (priss.sh) S 27802 27804 26812 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595661419 8908800 251 33554432000 4194304 4922060 140735002864656 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27804/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.1003 s]
/proc/loadavg: 8.34 8.19 7.94 9/188 27821
/proc/meminfo: memFree=14139372/32950928 swapFree=67111528/67111528
[pid=27804] ppid=27802 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27804/stat : 27804 (priss.sh) S 27802 27804 26812 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595661419 8908800 251 33554432000 4194304 4922060 140735002864656 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27804/statm: 2175 251 211 178 0 68 0
[pid=27805] ppid=27804 vsize=360720 CPUtime=12.06 cores=1,3,5,7
/proc/27805/stat : 27805 (priss) S 27804 27804 26812 0 -1 4202496 59663 0 0 0 1183 23 0 0 18 0 5 0 595661419 369377280 45299 33554432000 4194304 5787044 140734944534000 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/27805/statm: 90180 45299 418 389 0 85930 0
[pid=27805/tid=27814] ppid=27804 vsize=360720 CPUtime=3.02 cores=1,3,5,7
/proc/27805/task/27814/stat : 27814 (priss) R 27804 27804 26812 0 -1 4202560 14168 0 0 0 295 7 0 0 25 0 5 0 595661425 369377280 45299 33554432000 4194304 5787044 140734944534000 18446744073709551615 5591737 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27805/tid=27815] ppid=27804 vsize=360720 CPUtime=2.97 cores=1,3,5,7
/proc/27805/task/27815/stat : 27815 (priss) R 27804 27804 26812 0 -1 4202560 11305 0 0 0 292 5 0 0 22 0 5 0 595661426 369377280 45299 33554432000 4194304 5787044 140734944534000 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27805/tid=27816] ppid=27804 vsize=360720 CPUtime=2.97 cores=1,3,5,7
/proc/27805/task/27816/stat : 27816 (priss) R 27804 27804 26812 0 -1 4202560 11151 0 0 0 293 4 0 0 22 0 5 0 595661427 369377280 45299 33554432000 4194304 5787044 140734944534000 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27805/tid=27817] ppid=27804 vsize=360720 CPUtime=2.97 cores=1,3,5,7
/proc/27805/task/27817/stat : 27817 (priss) R 27804 27804 26812 0 -1 4202560 14349 0 0 0 293 4 0 0 24 0 5 0 595661429 369377280 45299 33554432000 4194304 5787044 140734944534000 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.06
Current children cumulated vsize (KiB) 369420

[startup+6.30675 s]
/proc/loadavg: 8.31 8.18 7.94 9/188 27821
/proc/meminfo: memFree=14133976/32950928 swapFree=67111528/67111528
[pid=27804] ppid=27802 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27804/stat : 27804 (priss.sh) S 27802 27804 26812 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595661419 8908800 251 33554432000 4194304 4922060 140735002864656 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27804/statm: 2175 251 211 178 0 68 0
[pid=27805] ppid=27804 vsize=360720 CPUtime=24.87 cores=1,3,5,7
/proc/27805/stat : 27805 (priss) S 27804 27804 26812 0 -1 4202496 60135 0 0 0 2463 24 0 0 18 0 5 0 595661419 369377280 45771 33554432000 4194304 5787044 140734944534000 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/27805/statm: 90180 45771 419 389 0 85930 0
[pid=27805/tid=27814] ppid=27804 vsize=360720 CPUtime=6.22 cores=1,3,5,7
/proc/27805/task/27814/stat : 27814 (priss) R 27804 27804 26812 0 -1 4202560 14264 0 0 0 615 7 0 0 25 0 5 0 595661425 369377280 45771 33554432000 4194304 5787044 140734944534000 18446744073709551615 5590624 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27805/tid=27815] ppid=27804 vsize=360720 CPUtime=6.15 cores=1,3,5,7
/proc/27805/task/27815/stat : 27815 (priss) R 27804 27804 26812 0 -1 4202560 11356 0 0 0 610 5 0 0 25 0 5 0 595661426 369377280 45771 33554432000 4194304 5787044 140734944534000 18446744073709551615 5588168 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27805/tid=27816] ppid=27804 vsize=360720 CPUtime=6.18 cores=1,3,5,7
/proc/27805/task/27816/stat : 27816 (priss) R 27804 27804 26812 0 -1 4202560 11248 0 0 0 614 4 0 0 25 0 5 0 595661427 369377280 45771 33554432000 4194304 5787044 140734944534000 18446744073709551615 218880225989 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27805/tid=27817] ppid=27804 vsize=360720 CPUtime=6.18 cores=1,3,5,7
/proc/27805/task/27817/stat : 27817 (priss) R 27804 27804 26812 0 -1 4202560 14577 0 0 0 614 4 0 0 25 0 5 0 595661429 369377280 45771 33554432000 4194304 5787044 140734944534000 18446744073709551615 5524717 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.87
Current children cumulated vsize (KiB) 369420

[startup+12.7006 s]
/proc/loadavg: 8.29 8.18 7.94 9/188 27821
/proc/meminfo: memFree=14117000/32950928 swapFree=67111528/67111528
[pid=27804] ppid=27802 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27804/stat : 27804 (priss.sh) S 27802 27804 26812 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595661419 8908800 251 33554432000 4194304 4922060 140735002864656 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27804/statm: 2175 251 211 178 0 68 0
[pid=27805] ppid=27804 vsize=361928 CPUtime=50.41 cores=1,3,5,7
/proc/27805/stat : 27805 (priss) S 27804 27804 26812 0 -1 4202496 62926 0 0 0 5014 27 0 0 18 0 5 0 595661419 370614272 48562 33554432000 4194304 5787044 140734944534000 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/27805/statm: 90482 48562 419 389 0 86232 0
[pid=27805/tid=27814] ppid=27804 vsize=361928 CPUtime=12.61 cores=1,3,5,7
/proc/27805/task/27814/stat : 27814 (priss) R 27804 27804 26812 0 -1 4202560 14745 0 0 0 1253 8 0 0 25 0 5 0 595661425 370614272 48562 33554432000 4194304 5787044 140734944534000 18446744073709551615 5590590 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27805/tid=27815] ppid=27804 vsize=361928 CPUtime=12.51 cores=1,3,5,7
/proc/27805/task/27815/stat : 27815 (priss) R 27804 27804 26812 0 -1 4202560 11829 0 0 0 1245 6 0 0 25 0 5 0 595661426 370614272 48562 33554432000 4194304 5787044 140734944534000 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27805/tid=27816] ppid=27804 vsize=361928 CPUtime=12.57 cores=1,3,5,7
/proc/27805/task/27816/stat : 27816 (priss) R 27804 27804 26812 0 -1 4202560 11700 0 0 0 1252 5 0 0 25 0 5 0 595661427 370614272 48562 33554432000 4194304 5787044 140734944534000 18446744073709551615 5592856 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27805/tid=27817] ppid=27804 vsize=361928 CPUtime=12.58 cores=1,3,5,7
/proc/27805/task/27817/stat : 27817 (priss) R 27804 27804 26812 0 -1 4202560 15962 0 0 0 1253 5 0 0 25 0 5 0 595661429 370614272 48562 33554432000 4194304 5787044 140734944534000 18446744073709551615 4254537 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.41
Current children cumulated vsize (KiB) 370628

[startup+25.5004 s]
/proc/loadavg: 8.24 8.17 7.94 9/188 27821
/proc/meminfo: memFree=14075456/32950928 swapFree=67111528/67111528
[pid=27804] ppid=27802 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27804/stat : 27804 (priss.sh) S 27802 27804 26812 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595661419 8908800 251 33554432000 4194304 4922060 140735002864656 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27804/statm: 2175 251 211 178 0 68 0
[pid=27805] ppid=27804 vsize=368196 CPUtime=101.53 cores=1,3,5,7
/proc/27805/stat : 27805 (priss) S 27804 27804 26812 0 -1 4202496 72007 0 0 0 10121 32 0 0 18 0 5 0 595661419 377032704 53567 33554432000 4194304 5787044 140734944534000 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/27805/statm: 92049 53567 419 389 0 87799 0
[pid=27805/tid=27814] ppid=27804 vsize=368196 CPUtime=25.41 cores=1,3,5,7
/proc/27805/task/27814/stat : 27814 (priss) R 27804 27804 26812 0 -1 4202560 15730 0 0 0 2532 9 0 0 25 0 5 0 595661425 377032704 53567 33554432000 4194304 5787044 140734944534000 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27805/tid=27815] ppid=27804 vsize=368196 CPUtime=25.24 cores=1,3,5,7
/proc/27805/task/27815/stat : 27815 (priss) R 27804 27804 26812 0 -1 4202560 12207 0 0 0 2517 7 0 0 25 0 5 0 595661426 377032704 53567 33554432000 4194304 5787044 140734944534000 18446744073709551615 5591356 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27805/tid=27816] ppid=27804 vsize=368196 CPUtime=25.38 cores=1,3,5,7
/proc/27805/task/27816/stat : 27816 (priss) R 27804 27804 26812 0 -1 4202560 12240 0 0 0 2532 6 0 0 25 0 5 0 595661427 377032704 53567 33554432000 4194304 5787044 140734944534000 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27805/tid=27817] ppid=27804 vsize=368196 CPUtime=25.38 cores=1,3,5,7
/proc/27805/task/27817/stat : 27817 (priss) R 27804 27804 26812 0 -1 4202560 23140 0 0 0 2530 8 0 0 25 0 5 0 595661429 377032704 53567 33554432000 4194304 5787044 140734944534000 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.53
Current children cumulated vsize (KiB) 376896

[startup+51.101 s]
/proc/loadavg: 8.23 8.17 7.94 9/188 27822
/proc/meminfo: memFree=14010676/32950928 swapFree=67111528/67111528
[pid=27804] ppid=27802 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27804/stat : 27804 (priss.sh) S 27802 27804 26812 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595661419 8908800 251 33554432000 4194304 4922060 140735002864656 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27804/statm: 2175 251 211 178 0 68 0
[pid=27805] ppid=27804 vsize=378880 CPUtime=203.78 cores=1,3,5,7
/proc/27805/stat : 27805 (priss) S 27804 27804 26812 0 -1 4202496 81211 0 0 0 20337 41 0 0 18 0 5 0 595661419 387973120 62770 33554432000 4194304 5787044 140734944534000 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/27805/statm: 94720 62770 419 389 0 90470 0
[pid=27805/tid=27814] ppid=27804 vsize=378880 CPUtime=51.01 cores=1,3,5,7
/proc/27805/task/27814/stat : 27814 (priss) R 27804 27804 26812 0 -1 4202560 17198 0 0 0 5090 11 0 0 25 0 5 0 595661425 387973120 62770 33554432000 4194304 5787044 140734944534000 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27805/tid=27815] ppid=27804 vsize=378880 CPUtime=50.7 cores=1,3,5,7
/proc/27805/task/27815/stat : 27815 (priss) R 27804 27804 26812 0 -1 4202560 16014 0 0 0 5058 12 0 0 25 0 5 0 595661426 387973120 62770 33554432000 4194304 5787044 140734944534000 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27805/tid=27816] ppid=27804 vsize=378880 CPUtime=50.97 cores=1,3,5,7
/proc/27805/task/27816/stat : 27816 (priss) R 27804 27804 26812 0 -1 4202560 13899 0 0 0 5090 7 0 0 25 0 5 0 595661427 387973120 62770 33554432000 4194304 5787044 140734944534000 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27805/tid=27817] ppid=27804 vsize=378880 CPUtime=50.97 cores=1,3,5,7
/proc/27805/task/27817/stat : 27817 (priss) R 27804 27804 26812 0 -1 4202560 25410 0 0 0 5088 9 0 0 25 0 5 0 595661429 387973120 62770 33554432000 4194304 5787044 140734944534000 18446744073709551615 5527019 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.78
Current children cumulated vsize (KiB) 387580

[startup+102.301 s]
/proc/loadavg: 8.16 8.16 7.95 9/188 27823
/proc/meminfo: memFree=13917672/32950928 swapFree=67111528/67111528
[pid=27804] ppid=27802 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27804/stat : 27804 (priss.sh) S 27802 27804 26812 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595661419 8908800 251 33554432000 4194304 4922060 140735002864656 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27804/statm: 2175 251 211 178 0 68 0
[pid=27805] ppid=27804 vsize=388396 CPUtime=408.27 cores=1,3,5,7
/proc/27805/stat : 27805 (priss) S 27804 27804 26812 0 -1 4202496 90704 0 0 0 40775 52 0 0 18 0 5 0 595661419 397717504 72175 33554432000 4194304 5787044 140734944534000 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/27805/statm: 97099 72175 419 389 0 92849 0
[pid=27805/tid=27814] ppid=27804 vsize=388396 CPUtime=102.2 cores=1,3,5,7
/proc/27805/task/27814/stat : 27814 (priss) R 27804 27804 26812 0 -1 4202560 18933 0 0 0 10207 13 0 0 25 0 5 0 595661425 397717504 72175 33554432000 4194304 5787044 140734944534000 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27805/tid=27815] ppid=27804 vsize=388396 CPUtime=101.61 cores=1,3,5,7
/proc/27805/task/27815/stat : 27815 (priss) R 27804 27804 26812 0 -1 4202560 17956 0 0 0 10147 14 0 0 25 0 5 0 595661426 397717504 72175 33554432000 4194304 5787044 140734944534000 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27805/tid=27816] ppid=27804 vsize=388396 CPUtime=102.16 cores=1,3,5,7
/proc/27805/task/27816/stat : 27816 (priss) R 27804 27804 26812 0 -1 4202560 16920 0 0 0 10206 10 0 0 25 0 5 0 595661427 397717504 72175 33554432000 4194304 5787044 140734944534000 18446744073709551615 5591573 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27805/tid=27817] ppid=27804 vsize=388396 CPUtime=102.16 cores=1,3,5,7
/proc/27805/task/27817/stat : 27817 (priss) R 27804 27804 26812 0 -1 4202560 28205 0 0 0 10204 12 0 0 25 0 5 0 595661429 397717504 72175 33554432000 4194304 5787044 140734944534000 18446744073709551615 5527407 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.27
Current children cumulated vsize (KiB) 397096

[startup+162.301 s]
/proc/loadavg: 8.17 8.16 7.96 9/188 27825
/proc/meminfo: memFree=13823780/32950928 swapFree=67111528/67111528
[pid=27804] ppid=27802 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27804/stat : 27804 (priss.sh) S 27802 27804 26812 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595661419 8908800 251 33554432000 4194304 4922060 140735002864656 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27804/statm: 2175 251 211 178 0 68 0
[pid=27805] ppid=27804 vsize=526332 CPUtime=647.94 cores=1,3,5,7

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

/proc/27805/task/27815/stat : 27815 (priss) R 27804 27804 26812 0 -1 4202560 44473 0 0 0 82099 54 0 0 25 0 5 0 595661426 902594560 170158 33554432000 4194304 5787044 140734944534000 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27805/tid=27816] ppid=27804 vsize=881440 CPUtime=818.27 cores=1,3,5,7
/proc/27805/task/27816/stat : 27816 (priss) R 27804 27804 26812 0 -1 4202560 33121 0 0 0 81794 33 0 0 25 0 5 0 595661427 902594560 170158 33554432000 4194304 5787044 140734944534000 18446744073709551615 5591342 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27805/tid=27817] ppid=27804 vsize=881440 CPUtime=822.14 cores=1,3,5,7
/proc/27805/task/27817/stat : 27817 (priss) R 27804 27804 26812 0 -1 4202560 55197 0 0 0 82167 47 0 0 25 0 5 0 595661429 902594560 170158 33554432000 4194304 5787044 140734944534000 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3284.23
Current children cumulated vsize (KiB) 890140

[startup+882.301 s]
/proc/loadavg: 8.13 8.11 8.02 9/188 27844
/proc/meminfo: memFree=13007780/32950928 swapFree=67111528/67111528
[pid=27804] ppid=27802 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27804/stat : 27804 (priss.sh) S 27802 27804 26812 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595661419 8908800 251 33554432000 4194304 4922060 140735002864656 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27804/statm: 2175 251 211 178 0 68 0
[pid=27805] ppid=27804 vsize=882168 CPUtime=3523.88 cores=1,3,5,7
/proc/27805/stat : 27805 (priss) S 27804 27804 26812 0 -1 4202496 193035 0 0 0 352188 200 0 0 18 0 5 0 595661419 903340032 173238 33554432000 4194304 5787044 140734944534000 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/27805/statm: 220542 173238 419 389 0 216292 0
[pid=27805/tid=27814] ppid=27804 vsize=882168 CPUtime=882.17 cores=1,3,5,7
/proc/27805/task/27814/stat : 27814 (priss) R 27804 27804 26812 0 -1 4202560 48547 0 0 0 88158 59 0 0 25 0 5 0 595661425 903340032 173238 33554432000 4194304 5787044 140734944534000 18446744073709551615 5576674 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27805/tid=27815] ppid=27804 vsize=882168 CPUtime=881.54 cores=1,3,5,7
/proc/27805/task/27815/stat : 27815 (priss) R 27804 27804 26812 0 -1 4202560 45646 0 0 0 88098 56 0 0 25 0 5 0 595661426 903340032 173238 33554432000 4194304 5787044 140734944534000 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27805/tid=27816] ppid=27804 vsize=882168 CPUtime=877.94 cores=1,3,5,7
/proc/27805/task/27816/stat : 27816 (priss) R 27804 27804 26812 0 -1 4202560 34115 0 0 0 87759 35 0 0 25 0 5 0 595661427 903340032 173238 33554432000 4194304 5787044 140734944534000 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27805/tid=27817] ppid=27804 vsize=882168 CPUtime=882.12 cores=1,3,5,7
/proc/27805/task/27817/stat : 27817 (priss) R 27804 27804 26812 0 -1 4202560 56037 0 0 0 88164 48 0 0 25 0 5 0 595661429 903340032 173238 33554432000 4194304 5787044 140734944534000 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3523.88
Current children cumulated vsize (KiB) 890868

[startup+942.3 s]
/proc/loadavg: 8.10 8.11 8.02 9/188 27846
/proc/meminfo: memFree=12993504/32950928 swapFree=67111528/67111528
[pid=27804] ppid=27802 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27804/stat : 27804 (priss.sh) S 27802 27804 26812 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595661419 8908800 251 33554432000 4194304 4922060 140735002864656 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27804/statm: 2175 251 211 178 0 68 0
[pid=27805] ppid=27804 vsize=882168 CPUtime=3763.54 cores=1,3,5,7
/proc/27805/stat : 27805 (priss) S 27804 27804 26812 0 -1 4202496 194552 0 0 0 376151 203 0 0 18 0 5 0 595661419 903340032 174348 33554432000 4194304 5787044 140734944534000 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/27805/statm: 220542 174348 419 389 0 216292 0
[pid=27805/tid=27814] ppid=27804 vsize=882168 CPUtime=942.15 cores=1,3,5,7
/proc/27805/task/27814/stat : 27814 (priss) R 27804 27804 26812 0 -1 4202560 49062 0 0 0 94156 59 0 0 25 0 5 0 595661425 903340032 174348 33554432000 4194304 5787044 140734944534000 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27805/tid=27815] ppid=27804 vsize=882168 CPUtime=941.53 cores=1,3,5,7
/proc/27805/task/27815/stat : 27815 (priss) R 27804 27804 26812 0 -1 4202560 46647 0 0 0 94095 58 0 0 25 0 5 0 595661426 903340032 174348 33554432000 4194304 5787044 140734944534000 18446744073709551615 5588298 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27805/tid=27816] ppid=27804 vsize=882168 CPUtime=937.61 cores=1,3,5,7
/proc/27805/task/27816/stat : 27816 (priss) R 27804 27804 26812 0 -1 4202560 34116 0 0 0 93726 35 0 0 25 0 5 0 595661427 903340032 174348 33554432000 4194304 5787044 140734944534000 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27805/tid=27817] ppid=27804 vsize=882168 CPUtime=942.12 cores=1,3,5,7
/proc/27805/task/27817/stat : 27817 (priss) R 27804 27804 26812 0 -1 4202560 56037 0 0 0 94164 48 0 0 25 0 5 0 595661429 903340032 174348 33554432000 4194304 5787044 140734944534000 18446744073709551615 5527582 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3763.54
Current children cumulated vsize (KiB) 890868

[startup+1002.3 s]
/proc/loadavg: 8.08 8.10 8.02 9/188 27847
/proc/meminfo: memFree=12989400/32950928 swapFree=67111528/67111528
[pid=27804] ppid=27802 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27804/stat : 27804 (priss.sh) S 27802 27804 26812 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595661419 8908800 251 33554432000 4194304 4922060 140735002864656 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27804/statm: 2175 251 211 178 0 68 0
[pid=27805] ppid=27804 vsize=882312 CPUtime=4003.2 cores=1,3,5,7
/proc/27805/stat : 27805 (priss) S 27804 27804 26812 0 -1 4202496 194584 0 0 0 400117 203 0 0 18 0 5 0 595661419 903487488 174380 33554432000 4194304 5787044 140734944534000 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/27805/statm: 220578 174380 419 389 0 216328 0
[pid=27805/tid=27814] ppid=27804 vsize=882312 CPUtime=1002.14 cores=1,3,5,7
/proc/27805/task/27814/stat : 27814 (priss) R 27804 27804 26812 0 -1 4202560 49062 0 0 0 100155 59 0 0 25 0 5 0 595661425 903487488 174380 33554432000 4194304 5787044 140734944534000 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27805/tid=27815] ppid=27804 vsize=882312 CPUtime=1001.53 cores=1,3,5,7
/proc/27805/task/27815/stat : 27815 (priss) R 27804 27804 26812 0 -1 4202560 46647 0 0 0 100095 58 0 0 25 0 5 0 595661426 903487488 174380 33554432000 4194304 5787044 140734944534000 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27805/tid=27816] ppid=27804 vsize=882312 CPUtime=997.28 cores=1,3,5,7
/proc/27805/task/27816/stat : 27816 (priss) R 27804 27804 26812 0 -1 4202560 34143 0 0 0 99693 35 0 0 25 0 5 0 595661427 903487488 174380 33554432000 4194304 5787044 140734944534000 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27805/tid=27817] ppid=27804 vsize=882312 CPUtime=1002.12 cores=1,3,5,7
/proc/27805/task/27817/stat : 27817 (priss) R 27804 27804 26812 0 -1 4202560 56042 0 0 0 100164 48 0 0 25 0 5 0 595661429 903487488 174380 33554432000 4194304 5787044 140734944534000 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4003.2
Current children cumulated vsize (KiB) 891012

[startup+1062.31 s]
/proc/loadavg: 8.07 8.09 8.02 9/188 27849
/proc/meminfo: memFree=12952036/32950928 swapFree=67111528/67111528
[pid=27804] ppid=27802 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27804/stat : 27804 (priss.sh) S 27802 27804 26812 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595661419 8908800 251 33554432000 4194304 4922060 140735002864656 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27804/statm: 2175 251 211 178 0 68 0
[pid=27805] ppid=27804 vsize=882312 CPUtime=4242.89 cores=1,3,5,7
/proc/27805/stat : 27805 (priss) S 27804 27804 26812 0 -1 4202496 195187 0 0 0 424086 203 0 0 18 0 5 0 595661419 903487488 174983 33554432000 4194304 5787044 140734944534000 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/27805/statm: 220578 174983 419 389 0 216328 0
[pid=27805/tid=27814] ppid=27804 vsize=882312 CPUtime=1062.14 cores=1,3,5,7
/proc/27805/task/27814/stat : 27814 (priss) R 27804 27804 26812 0 -1 4202560 49062 0 0 0 106155 59 0 0 25 0 5 0 595661425 903487488 174983 33554432000 4194304 5787044 140734944534000 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27805/tid=27815] ppid=27804 vsize=882312 CPUtime=1061.53 cores=1,3,5,7
/proc/27805/task/27815/stat : 27815 (priss) R 27804 27804 26812 0 -1 4202560 46648 0 0 0 106095 58 0 0 25 0 5 0 595661426 903487488 174983 33554432000 4194304 5787044 140734944534000 18446744073709551615 5591640 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27805/tid=27816] ppid=27804 vsize=882312 CPUtime=1056.96 cores=1,3,5,7
/proc/27805/task/27816/stat : 27816 (priss) R 27804 27804 26812 0 -1 4202560 34736 0 0 0 105661 35 0 0 25 0 5 0 595661427 903487488 174983 33554432000 4194304 5787044 140734944534000 18446744073709551615 5590526 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27805/tid=27817] ppid=27804 vsize=882312 CPUtime=1062.13 cores=1,3,5,7
/proc/27805/task/27817/stat : 27817 (priss) R 27804 27804 26812 0 -1 4202560 56051 0 0 0 106165 48 0 0 25 0 5 0 595661429 903487488 174983 33554432000 4194304 5787044 140734944534000 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4242.89
Current children cumulated vsize (KiB) 891012

[startup+1122.3 s]
/proc/loadavg: 8.08 8.09 8.02 9/188 27851
/proc/meminfo: memFree=12897324/32950928 swapFree=67111528/67111528
[pid=27804] ppid=27802 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27804/stat : 27804 (priss.sh) S 27802 27804 26812 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595661419 8908800 251 33554432000 4194304 4922060 140735002864656 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27804/statm: 2175 251 211 178 0 68 0
[pid=27805] ppid=27804 vsize=882312 CPUtime=4482.54 cores=1,3,5,7
/proc/27805/stat : 27805 (priss) S 27804 27804 26812 0 -1 4202496 199555 0 0 0 448043 211 0 0 18 0 5 0 595661419 903487488 179351 33554432000 4194304 5787044 140734944534000 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/27805/statm: 220578 179351 419 389 0 216328 0
[pid=27805/tid=27814] ppid=27804 vsize=882312 CPUtime=1122.13 cores=1,3,5,7
/proc/27805/task/27814/stat : 27814 (priss) R 27804 27804 26812 0 -1 4202560 51017 0 0 0 112149 64 0 0 25 0 5 0 595661425 903487488 179351 33554432000 4194304 5787044 140734944534000 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27805/tid=27815] ppid=27804 vsize=882312 CPUtime=1121.52 cores=1,3,5,7
/proc/27805/task/27815/stat : 27815 (priss) R 27804 27804 26812 0 -1 4202560 47914 0 0 0 112092 60 0 0 25 0 5 0 595661426 903487488 179351 33554432000 4194304 5787044 140734944534000 18446744073709551615 5591666 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27805/tid=27816] ppid=27804 vsize=882312 CPUtime=1116.63 cores=1,3,5,7
/proc/27805/task/27816/stat : 27816 (priss) R 27804 27804 26812 0 -1 4202560 35816 0 0 0 111628 35 0 0 25 0 5 0 595661427 903487488 179351 33554432000 4194304 5787044 140734944534000 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27805/tid=27817] ppid=27804 vsize=882312 CPUtime=1122.12 cores=1,3,5,7
/proc/27805/task/27817/stat : 27817 (priss) R 27804 27804 26812 0 -1 4202560 56118 0 0 0 112164 48 0 0 25 0 5 0 595661429 903487488 179351 33554432000 4194304 5787044 140734944534000 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4482.54
Current children cumulated vsize (KiB) 891012

[startup+1182.3 s]
/proc/loadavg: 8.08 8.09 8.02 9/188 27852
/proc/meminfo: memFree=12826236/32950928 swapFree=67111528/67111528
[pid=27804] ppid=27802 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27804/stat : 27804 (priss.sh) S 27802 27804 26812 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595661419 8908800 251 33554432000 4194304 4922060 140735002864656 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27804/statm: 2175 251 211 178 0 68 0
[pid=27805] ppid=27804 vsize=889464 CPUtime=4722.2 cores=1,3,5,7
/proc/27805/stat : 27805 (priss) S 27804 27804 26812 0 -1 4202496 208119 0 0 0 471996 224 0 0 18 0 5 0 595661419 910811136 187915 33554432000 4194304 5787044 140734944534000 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/27805/statm: 222366 187915 419 389 0 218116 0
[pid=27805/tid=27814] ppid=27804 vsize=889464 CPUtime=1182.13 cores=1,3,5,7
/proc/27805/task/27814/stat : 27814 (priss) R 27804 27804 26812 0 -1 4202560 52809 0 0 0 118148 65 0 0 25 0 5 0 595661425 910811136 187915 33554432000 4194304 5787044 140734944534000 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27805/tid=27815] ppid=27804 vsize=889464 CPUtime=1181.52 cores=1,3,5,7
/proc/27805/task/27815/stat : 27815 (priss) R 27804 27804 26812 0 -1 4202560 51291 0 0 0 118084 68 0 0 25 0 5 0 595661426 910811136 187915 33554432000 4194304 5787044 140734944534000 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27805/tid=27816] ppid=27804 vsize=889464 CPUtime=1176.29 cores=1,3,5,7
/proc/27805/task/27816/stat : 27816 (priss) R 27804 27804 26812 0 -1 4202560 35942 0 0 0 117594 35 0 0 25 0 5 0 595661427 910811136 187915 33554432000 4194304 5787044 140734944534000 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27805/tid=27817] ppid=27804 vsize=889464 CPUtime=1182.13 cores=1,3,5,7
/proc/27805/task/27817/stat : 27817 (priss) R 27804 27804 26812 0 -1 4202560 59387 0 0 0 118160 53 0 0 25 0 5 0 595661429 910811136 187915 33554432000 4194304 5787044 140734944534000 18446744073709551615 5527399 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4722.2
Current children cumulated vsize (KiB) 898164



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.12 8.10 8.02 9/188 27853
/proc/meminfo: memFree=12793128/32950928 swapFree=67111528/67111528
[pid=27804] ppid=27802 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27804/stat : 27804 (priss.sh) S 27802 27804 26812 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595661419 8908800 251 33554432000 4194304 4922060 140735002864656 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27804/statm: 2175 251 211 178 0 68 0
[pid=27805] ppid=27804 vsize=959088 CPUtime=4800.12 cores=1,3,5,7
/proc/27805/stat : 27805 (priss) S 27804 27804 26812 0 -1 4202496 211770 0 0 0 479780 232 0 0 18 0 5 0 595661419 982106112 191566 33554432000 4194304 5787044 140734944534000 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/27805/statm: 239772 191566 419 389 0 235522 0
[pid=27805/tid=27814] ppid=27804 vsize=959088 CPUtime=1201.64 cores=1,3,5,7
/proc/27805/task/27814/stat : 27814 (priss) R 27804 27804 26812 0 -1 4202560 53816 0 0 0 120098 66 0 0 25 0 5 0 595661425 982106112 191566 33554432000 4194304 5787044 140734944534000 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27805/tid=27815] ppid=27804 vsize=959088 CPUtime=1201.02 cores=1,3,5,7
/proc/27805/task/27815/stat : 27815 (priss) R 27804 27804 26812 0 -1 4202560 52288 0 0 0 120031 71 0 0 25 0 5 0 595661426 982106112 191566 33554432000 4194304 5787044 140734944534000 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27805/tid=27816] ppid=27804 vsize=959088 CPUtime=1195.7 cores=1,3,5,7
/proc/27805/task/27816/stat : 27816 (priss) R 27804 27804 26812 0 -1 4202560 36488 0 0 0 119533 37 0 0 25 0 5 0 595661427 982106112 191566 33554432000 4194304 5787044 140734944534000 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27805/tid=27817] ppid=27804 vsize=959088 CPUtime=1201.63 cores=1,3,5,7
/proc/27805/task/27817/stat : 27817 (priss) R 27804 27804 26812 0 -1 4202560 60488 0 0 0 120108 55 0 0 25 0 5 0 595661429 982106112 191566 33554432000 4194304 5787044 140734944534000 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.12
Current children cumulated vsize (KiB) 967788

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 27804 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.12
#
# 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.12
CPU user time (s): 4797.8
CPU system time (s): 2.32
CPU usage (%): 399.405
Max. virtual memory (cumulated for all children) (KiB): 967788

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

runsolver used 1.61675 second user time and 4.95125 second system time

The end

Launcher Data

Begin job on node112 at 2011-04-29 07:18:28
IDJOB=3289757
IDBENCH=83135
IDSOLVER=1603
FILE ID=node112/3289757-1304054307
RUNJOBID= node112-1304053103-27684
PBS_JOBID= 13170402
Free space on /tmp= 72560 MiB

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

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

MD5SUM BENCH= e6407843d1fbd00b68d4ad600a25dfb2
RANDOM SEED=754970998

node112.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.828
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.65
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.828
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.83
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.828
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.67
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.828
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.82
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.828
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	: 5261.27
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.828
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.82
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.828
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.828
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.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14528184 kB
Buffers:       1994968 kB
Cached:       15802888 kB
SwapCached:          0 kB
Active:        7101740 kB
Inactive:     10765304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14528184 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            7060 kB
Writeback:          20 kB
AnonPages:       68632 kB
Mapped:          14552 kB
Slab:           492364 kB
PageTables:       4664 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   190392 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= 72556 MiB
End job on node112 at 2011-04-29 07:38:31