Trace number 3289113

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

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top21.cnf
MD5SUM9fab5edd49fb904ff76ff7abf98e0d14
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 variables51138
Number of clauses162526
Sum of the clauses size397144
Maximum clause length2101
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 299113
Number of clauses of size 362300
Number of clauses of size 4230
Number of clauses of size 519
Number of clauses of size over 5863

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: 27698
0.00/0.05	c parsetime: 47637us
0.00/0.05	c parsed 162526 clauses with 51138 variables
0.00/0.06	c NW started thread 0 successfully (1092458816)
0.00/0.07	c NW started thread 1 successfully (1102948672)
0.00/0.08	c NW started thread 2 successfully (1113438528)
0.00/0.09	c NW started thread 3 successfully (1123928384)
6.06/1.68	c preprocessor returned 51138 variables
6.06/1.68	c preprocessing returned UNKNOWN
6.06/1.68	c PP set 2209 variables
6.06/1.68	c pp time: 1615270us (1s)
6.47/1.73	c preprocessor returned 51138 variables
6.47/1.73	c preprocessing returned UNKNOWN
6.47/1.73	c PP set 2209 variables
6.47/1.73	c pp time: 1624199us (1s)
6.47/1.74	c preprocessor returned 51138 variables
6.47/1.74	c preprocessing returned UNKNOWN
6.47/1.74	c PP set 2209 variables
6.47/1.74	c pp time: 1641664us (1s)
6.47/1.74	c preprocessor returned 51138 variables
6.47/1.74	c preprocessing returned UNKNOWN
6.47/1.74	c PP set 2209 variables
6.47/1.74	c pp time: 1663271us (1s)
6.86/1.87	c HTE
7.26/1.91	c subsumption
7.26/1.98	c simplified formula contains 0 unit clauses
7.67/2.08	c HTE
8.08/2.12	c subsumption
8.08/2.18	c simplified formula contains 0 unit clauses
46.40/11.71	c HTE
47.21/11.93	c subsumption
48.40/12.22	c simplified formula contains 0 unit clauses
177.80/44.62	c added unsatisfied clause
177.80/44.62	c failed to add network clauses
899.16/225.27	c added unsatisfied clause
899.16/225.27	c failed to add network clauses
1267.84/317.56	c added unsatisfied clause
1267.84/317.56	c failed to add network clauses
1743.19/436.56	c HTE
1785.53/447.16	c subsumption
2013.61/504.21	c simplified formula contains 0 unit clauses
2039.17/510.68	c added unsatisfied clause
2039.17/510.68	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-3289113-1304053103/watcher-3289113-1304053103 -o /tmp/evaluation-result-3289113-1304053103/solver-3289113-1304053103 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3289113-1304053103.cnf 854307687 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.36 7.84 7.42 3/172 27697
/proc/meminfo: memFree=14530756/32950928 swapFree=67111528/67111528
[pid=27697] ppid=27695 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27697/stat : 27697 (priss.sh) S 27695 27697 26812 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 595541014 8908800 252 33554432000 4194304 4922060 140734418641856 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27697/statm: 2175 252 211 178 0 68 0

[startup+0.071359 s]
/proc/loadavg: 7.36 7.84 7.42 3/172 27697
/proc/meminfo: memFree=14530756/32950928 swapFree=67111528/67111528
[pid=27697] ppid=27695 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27697/stat : 27697 (priss.sh) S 27695 27697 26812 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 595541014 8908800 252 33554432000 4194304 4922060 140734418641856 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27697/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100333 s]
/proc/loadavg: 7.36 7.84 7.42 3/172 27697
/proc/meminfo: memFree=14530756/32950928 swapFree=67111528/67111528
[pid=27697] ppid=27695 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27697/stat : 27697 (priss.sh) S 27695 27697 26812 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 595541014 8908800 252 33554432000 4194304 4922060 140734418641856 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27697/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300247 s]
/proc/loadavg: 7.36 7.84 7.42 3/172 27697
/proc/meminfo: memFree=14530756/32950928 swapFree=67111528/67111528
[pid=27697] ppid=27695 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27697/stat : 27697 (priss.sh) S 27695 27697 26812 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 595541014 8908800 252 33554432000 4194304 4922060 140734418641856 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27697/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700183 s]
/proc/loadavg: 7.36 7.84 7.42 3/172 27697
/proc/meminfo: memFree=14530756/32950928 swapFree=67111528/67111528
[pid=27697] ppid=27695 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27697/stat : 27697 (priss.sh) S 27695 27697 26812 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 595541014 8908800 252 33554432000 4194304 4922060 140734418641856 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27697/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50104 s]
/proc/loadavg: 7.57 7.87 7.43 9/188 27714
/proc/meminfo: memFree=14223584/32950928 swapFree=67111528/67111528
[pid=27697] ppid=27695 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27697/stat : 27697 (priss.sh) S 27695 27697 26812 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 595541014 8908800 252 33554432000 4194304 4922060 140734418641856 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27697/statm: 2175 252 211 178 0 68 0
[pid=27698] ppid=27697 vsize=416328 CPUtime=5.67 cores=1,3,5,7
/proc/27698/stat : 27698 (priss) S 27697 27697 26812 0 -1 4202496 51532 0 0 0 546 21 0 0 19 0 5 0 595541015 426319872 35203 33554432000 4194304 5787044 140734897521152 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/27698/statm: 104082 35203 352 389 0 99832 0
[pid=27698/tid=27707] ppid=27697 vsize=416328 CPUtime=1.41 cores=1,3,5,7
/proc/27698/task/27707/stat : 27707 (priss) R 27697 27697 26812 0 -1 4202560 12663 0 0 0 136 5 0 0 18 0 5 0 595541021 426319872 35203 33554432000 4194304 5787044 140734897521152 18446744073709551615 4278498 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=27698/tid=27708] ppid=27697 vsize=416328 CPUtime=1.37 cores=1,3,5,7
/proc/27698/task/27708/stat : 27708 (priss) R 27697 27697 26812 0 -1 4202560 9187 0 0 0 133 4 0 0 18 0 5 0 595541022 426319872 35203 33554432000 4194304 5787044 140734897521152 18446744073709551615 4278624 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27698/tid=27709] ppid=27697 vsize=416328 CPUtime=1.39 cores=1,3,5,7
/proc/27698/task/27709/stat : 27709 (priss) R 27697 27697 26812 0 -1 4202560 11243 0 0 0 134 5 0 0 18 0 5 0 595541023 426319872 35203 33554432000 4194304 5787044 140734897521152 18446744073709551615 4345920 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27698/tid=27710] ppid=27697 vsize=416328 CPUtime=1.37 cores=1,3,5,7
/proc/27698/task/27710/stat : 27710 (priss) R 27697 27697 26812 0 -1 4202560 9767 0 0 0 132 5 0 0 18 0 5 0 595541024 426319872 35203 33554432000 4194304 5787044 140734897521152 18446744073709551615 4276525 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.67
Current children cumulated vsize (KiB) 425028

[startup+3.10077 s]
/proc/loadavg: 7.57 7.87 7.43 9/188 27714
/proc/meminfo: memFree=14171628/32950928 swapFree=67111528/67111528
[pid=27697] ppid=27695 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27697/stat : 27697 (priss.sh) S 27695 27697 26812 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 595541014 8908800 252 33554432000 4194304 4922060 140734418641856 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27697/statm: 2175 252 211 178 0 68 0
[pid=27698] ppid=27697 vsize=421988 CPUtime=12.05 cores=1,3,5,7
/proc/27698/stat : 27698 (priss) S 27697 27697 26812 0 -1 4202496 71860 0 0 0 1180 25 0 0 19 0 5 0 595541015 432115712 45913 33554432000 4194304 5787044 140734897521152 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/27698/statm: 105497 45913 418 389 0 101247 0
[pid=27698/tid=27707] ppid=27697 vsize=421988 CPUtime=3.01 cores=1,3,5,7
/proc/27698/task/27707/stat : 27707 (priss) R 27697 27697 26812 0 -1 4202560 17145 0 0 0 295 6 0 0 22 0 5 0 595541021 432115712 45913 33554432000 4194304 5787044 140734897521152 18446744073709551615 5591289 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=27698/tid=27708] ppid=27697 vsize=421988 CPUtime=2.97 cores=1,3,5,7
/proc/27698/task/27708/stat : 27708 (priss) R 27697 27697 26812 0 -1 4202560 13123 0 0 0 292 5 0 0 19 0 5 0 595541022 432115712 45913 33554432000 4194304 5787044 140734897521152 18446744073709551615 5588208 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27698/tid=27709] ppid=27697 vsize=421988 CPUtime=2.98 cores=1,3,5,7
/proc/27698/task/27709/stat : 27709 (priss) R 27697 27697 26812 0 -1 4202560 15189 0 0 0 293 5 0 0 21 0 5 0 595541023 432115712 45913 33554432000 4194304 5787044 140734897521152 18446744073709551615 4220688 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27698/tid=27710] ppid=27697 vsize=421988 CPUtime=2.97 cores=1,3,5,7
/proc/27698/task/27710/stat : 27710 (priss) R 27697 27697 26812 0 -1 4202560 17731 0 0 0 291 6 0 0 21 0 5 0 595541024 432115712 45913 33554432000 4194304 5787044 140734897521152 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.05
Current children cumulated vsize (KiB) 430688

[startup+6.30122 s]
/proc/loadavg: 7.60 7.88 7.43 9/188 27714
/proc/meminfo: memFree=14124504/32950928 swapFree=67111528/67111528
[pid=27697] ppid=27695 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27697/stat : 27697 (priss.sh) S 27695 27697 26812 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 595541014 8908800 252 33554432000 4194304 4922060 140734418641856 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27697/statm: 2175 252 211 178 0 68 0
[pid=27698] ppid=27697 vsize=421988 CPUtime=24.84 cores=1,3,5,7
/proc/27698/stat : 27698 (priss) S 27697 27697 26812 0 -1 4202496 72192 0 0 0 2458 26 0 0 19 0 5 0 595541015 432115712 46245 33554432000 4194304 5787044 140734897521152 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/27698/statm: 105497 46245 418 389 0 101247 0
[pid=27698/tid=27707] ppid=27697 vsize=421988 CPUtime=6.21 cores=1,3,5,7
/proc/27698/task/27707/stat : 27707 (priss) R 27697 27697 26812 0 -1 4202560 17262 0 0 0 615 6 0 0 25 0 5 0 595541021 432115712 46245 33554432000 4194304 5787044 140734897521152 18446744073709551615 218892391093 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=27698/tid=27708] ppid=27697 vsize=421988 CPUtime=6.15 cores=1,3,5,7
/proc/27698/task/27708/stat : 27708 (priss) R 27697 27697 26812 0 -1 4202560 13280 0 0 0 610 5 0 0 25 0 5 0 595541022 432115712 46245 33554432000 4194304 5787044 140734897521152 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27698/tid=27709] ppid=27697 vsize=421988 CPUtime=6.18 cores=1,3,5,7
/proc/27698/task/27709/stat : 27709 (priss) R 27697 27697 26812 0 -1 4202560 15234 0 0 0 613 5 0 0 25 0 5 0 595541023 432115712 46245 33554432000 4194304 5787044 140734897521152 18446744073709551615 218892391093 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27698/tid=27710] ppid=27697 vsize=421988 CPUtime=6.17 cores=1,3,5,7
/proc/27698/task/27710/stat : 27710 (priss) R 27697 27697 26812 0 -1 4202560 17744 0 0 0 611 6 0 0 25 0 5 0 595541024 432115712 46245 33554432000 4194304 5787044 140734897521152 18446744073709551615 4220716 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.84
Current children cumulated vsize (KiB) 430688

[startup+12.7011 s]
/proc/loadavg: 7.64 7.88 7.43 9/188 27714
/proc/meminfo: memFree=14104288/32950928 swapFree=67111528/67111528
[pid=27697] ppid=27695 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27697/stat : 27697 (priss.sh) S 27695 27697 26812 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 595541014 8908800 252 33554432000 4194304 4922060 140734418641856 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27697/statm: 2175 252 211 178 0 68 0
[pid=27698] ppid=27697 vsize=422992 CPUtime=50.39 cores=1,3,5,7
/proc/27698/stat : 27698 (priss) S 27697 27697 26812 0 -1 4202496 76649 0 0 0 5011 28 0 0 19 0 5 0 595541015 433143808 49267 33554432000 4194304 5787044 140734897521152 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/27698/statm: 105748 49267 418 389 0 101498 0
[pid=27698/tid=27707] ppid=27697 vsize=422992 CPUtime=12.61 cores=1,3,5,7
/proc/27698/task/27707/stat : 27707 (priss) R 27697 27697 26812 0 -1 4202560 18697 0 0 0 1254 7 0 0 25 0 5 0 595541021 433143808 49267 33554432000 4194304 5787044 140734897521152 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=27698/tid=27708] ppid=27697 vsize=422992 CPUtime=12.51 cores=1,3,5,7
/proc/27698/task/27708/stat : 27708 (priss) R 27697 27697 26812 0 -1 4202560 13443 0 0 0 1245 6 0 0 25 0 5 0 595541022 433143808 49267 33554432000 4194304 5787044 140734897521152 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27698/tid=27709] ppid=27697 vsize=422992 CPUtime=12.58 cores=1,3,5,7
/proc/27698/task/27709/stat : 27709 (priss) R 27697 27697 26812 0 -1 4202560 15539 0 0 0 1252 6 0 0 25 0 5 0 595541023 433143808 49267 33554432000 4194304 5787044 140734897521152 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27698/tid=27710] ppid=27697 vsize=422992 CPUtime=12.57 cores=1,3,5,7
/proc/27698/task/27710/stat : 27710 (priss) R 27697 27697 26812 0 -1 4202560 20298 0 0 0 1250 7 0 0 25 0 5 0 595541024 433143808 49267 33554432000 4194304 5787044 140734897521152 18446744073709551615 4255000 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.39
Current children cumulated vsize (KiB) 431692

[startup+25.5009 s]
/proc/loadavg: 7.77 7.90 7.45 9/188 27714
/proc/meminfo: memFree=14088800/32950928 swapFree=67111528/67111528
[pid=27697] ppid=27695 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27697/stat : 27697 (priss.sh) S 27695 27697 26812 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 595541014 8908800 252 33554432000 4194304 4922060 140734418641856 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27697/statm: 2175 252 211 178 0 68 0
[pid=27698] ppid=27697 vsize=423652 CPUtime=101.52 cores=1,3,5,7
/proc/27698/stat : 27698 (priss) S 27697 27697 26812 0 -1 4202496 78591 0 0 0 10122 30 0 0 19 0 5 0 595541015 433819648 51209 33554432000 4194304 5787044 140734897521152 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/27698/statm: 105913 51209 418 389 0 101663 0
[pid=27698/tid=27707] ppid=27697 vsize=423652 CPUtime=25.41 cores=1,3,5,7
/proc/27698/task/27707/stat : 27707 (priss) R 27697 27697 26812 0 -1 4202560 18901 0 0 0 2534 7 0 0 25 0 5 0 595541021 433819648 51209 33554432000 4194304 5787044 140734897521152 18446744073709551615 5591681 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=27698/tid=27708] ppid=27697 vsize=423652 CPUtime=25.24 cores=1,3,5,7
/proc/27698/task/27708/stat : 27708 (priss) R 27697 27697 26812 0 -1 4202560 13779 0 0 0 2518 6 0 0 25 0 5 0 595541022 433819648 51209 33554432000 4194304 5787044 140734897521152 18446744073709551615 5590569 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27698/tid=27709] ppid=27697 vsize=423652 CPUtime=25.38 cores=1,3,5,7
/proc/27698/task/27709/stat : 27709 (priss) R 27697 27697 26812 0 -1 4202560 16313 0 0 0 2531 7 0 0 25 0 5 0 595541023 433819648 51209 33554432000 4194304 5787044 140734897521152 18446744073709551615 5591695 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27698/tid=27710] ppid=27697 vsize=423652 CPUtime=25.36 cores=1,3,5,7
/proc/27698/task/27710/stat : 27710 (priss) R 27697 27697 26812 0 -1 4202560 20926 0 0 0 2529 7 0 0 25 0 5 0 595541024 433819648 51209 33554432000 4194304 5787044 140734897521152 18446744073709551615 4215354 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.52
Current children cumulated vsize (KiB) 432352

[startup+51.1005 s]
/proc/loadavg: 7.86 7.91 7.46 9/188 27715
/proc/meminfo: memFree=14034936/32950928 swapFree=67111528/67111528
[pid=27697] ppid=27695 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27697/stat : 27697 (priss.sh) S 27695 27697 26812 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 595541014 8908800 252 33554432000 4194304 4922060 140734418641856 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27697/statm: 2175 252 211 178 0 68 0
[pid=27698] ppid=27697 vsize=430808 CPUtime=203.77 cores=1,3,5,7
/proc/27698/stat : 27698 (priss) S 27697 27697 26812 0 -1 4202496 85005 0 0 0 20340 37 0 0 19 0 5 0 595541015 441147392 57620 33554432000 4194304 5787044 140734897521152 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/27698/statm: 107702 57620 418 389 0 103452 0
[pid=27698/tid=27707] ppid=27697 vsize=430808 CPUtime=50.93 cores=1,3,5,7
/proc/27698/task/27707/stat : 27707 (priss) R 27697 27697 26812 0 -1 4202560 20609 0 0 0 5084 9 0 0 25 0 5 0 595541021 441147392 57620 33554432000 4194304 5787044 140734897521152 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27698/tid=27708] ppid=27697 vsize=430808 CPUtime=50.77 cores=1,3,5,7
/proc/27698/task/27708/stat : 27708 (priss) R 27697 27697 26812 0 -1 4202560 16052 0 0 0 5069 8 0 0 25 0 5 0 595541022 441147392 57620 33554432000 4194304 5787044 140734897521152 18446744073709551615 218880226337 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27698/tid=27709] ppid=27697 vsize=430808 CPUtime=50.97 cores=1,3,5,7
/proc/27698/task/27709/stat : 27709 (priss) R 27697 27697 26812 0 -1 4202560 17670 0 0 0 5089 8 0 0 25 0 5 0 595541023 441147392 57620 33554432000 4194304 5787044 140734897521152 18446744073709551615 5585255 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27698/tid=27710] ppid=27697 vsize=430808 CPUtime=50.96 cores=1,3,5,7
/proc/27698/task/27710/stat : 27710 (priss) R 27697 27697 26812 0 -1 4202560 22002 0 0 0 5088 8 0 0 25 0 5 0 595541024 441147392 57620 33554432000 4194304 5787044 140734897521152 18446744073709551615 5527482 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) 439508

[startup+102.307 s]
/proc/loadavg: 8.02 7.95 7.50 9/188 27716
/proc/meminfo: memFree=13967228/32950928 swapFree=67111528/67111528
[pid=27697] ppid=27695 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27697/stat : 27697 (priss.sh) S 27695 27697 26812 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 595541014 8908800 252 33554432000 4194304 4922060 140734418641856 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27697/statm: 2175 252 211 178 0 68 0
[pid=27698] ppid=27697 vsize=438444 CPUtime=408.3 cores=1,3,5,7
/proc/27698/stat : 27698 (priss) S 27697 27697 26812 0 -1 4202496 93352 0 0 0 40784 46 0 0 19 0 5 0 595541015 448966656 65878 33554432000 4194304 5787044 140734897521152 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/27698/statm: 109611 65878 418 389 0 105361 0
[pid=27698/tid=27707] ppid=27697 vsize=438444 CPUtime=101.86 cores=1,3,5,7
/proc/27698/task/27707/stat : 27707 (priss) R 27697 27697 26812 0 -1 4202560 23375 0 0 0 10174 12 0 0 25 0 5 0 595541021 448966656 65878 33554432000 4194304 5787044 140734897521152 18446744073709551615 5591356 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27698/tid=27708] ppid=27697 vsize=438444 CPUtime=101.97 cores=1,3,5,7
/proc/27698/task/27708/stat : 27708 (priss) R 27697 27697 26812 0 -1 4202560 18075 0 0 0 10185 12 0 0 25 0 5 0 595541022 448966656 65878 33554432000 4194304 5787044 140734897521152 18446744073709551615 5591266 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27698/tid=27709] ppid=27697 vsize=438444 CPUtime=102.18 cores=1,3,5,7
/proc/27698/task/27709/stat : 27709 (priss) R 27697 27697 26812 0 -1 4202560 18572 0 0 0 10209 9 0 0 25 0 5 0 595541023 448966656 65878 33554432000 4194304 5787044 140734897521152 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27698/tid=27710] ppid=27697 vsize=438444 CPUtime=102.16 cores=1,3,5,7

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

/proc/27698/task/27708/stat : 27708 (priss) R 27697 27697 26812 0 -1 4202560 34417 0 0 0 82163 32 0 0 25 0 5 0 595541022 789635072 140992 33554432000 4194304 5787044 140734897521152 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27698/tid=27709] ppid=27697 vsize=771128 CPUtime=822.13 cores=1,3,5,7
/proc/27698/task/27709/stat : 27709 (priss) R 27697 27697 26812 0 -1 4202560 35245 0 0 0 82179 34 0 0 25 0 5 0 595541023 789635072 140992 33554432000 4194304 5787044 140734897521152 18446744073709551615 4218863 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27698/tid=27710] ppid=27697 vsize=771128 CPUtime=822.16 cores=1,3,5,7
/proc/27698/task/27710/stat : 27710 (priss) R 27697 27697 26812 0 -1 4202560 54987 0 0 0 82186 30 0 0 25 0 5 0 595541024 789635072 140992 33554432000 4194304 5787044 140734897521152 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3284.26
Current children cumulated vsize (KiB) 779828

[startup+882.301 s]
/proc/loadavg: 8.14 8.12 7.84 9/188 27746
/proc/meminfo: memFree=13330140/32950928 swapFree=67111528/67111528
[pid=27697] ppid=27695 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27697/stat : 27697 (priss.sh) S 27695 27697 26812 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 595541014 8908800 252 33554432000 4194304 4922060 140734418641856 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27697/statm: 2175 252 211 178 0 68 0
[pid=27698] ppid=27697 vsize=772480 CPUtime=3523.92 cores=1,3,5,7
/proc/27698/stat : 27698 (priss) S 27697 27697 26812 0 -1 4202496 174150 0 0 0 352253 139 0 0 19 0 5 0 595541015 791019520 143969 33554432000 4194304 5787044 140734897521152 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/27698/statm: 193120 143969 418 389 0 188870 0
[pid=27698/tid=27707] ppid=27697 vsize=772480 CPUtime=877.57 cores=1,3,5,7
/proc/27698/task/27707/stat : 27707 (priss) R 27697 27697 26812 0 -1 4202560 37981 0 0 0 87722 35 0 0 25 0 5 0 595541021 791019520 143969 33554432000 4194304 5787044 140734897521152 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27698/tid=27708] ppid=27697 vsize=772480 CPUtime=881.94 cores=1,3,5,7
/proc/27698/task/27708/stat : 27708 (priss) R 27697 27697 26812 0 -1 4202560 34801 0 0 0 88162 32 0 0 25 0 5 0 595541022 791019520 143969 33554432000 4194304 5787044 140734897521152 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27698/tid=27709] ppid=27697 vsize=772480 CPUtime=882.13 cores=1,3,5,7
/proc/27698/task/27709/stat : 27709 (priss) R 27697 27697 26812 0 -1 4202560 37318 0 0 0 88174 39 0 0 25 0 5 0 595541023 791019520 143969 33554432000 4194304 5787044 140734897521152 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27698/tid=27710] ppid=27697 vsize=772480 CPUtime=882.15 cores=1,3,5,7
/proc/27698/task/27710/stat : 27710 (priss) R 27697 27697 26812 0 -1 4202560 55378 0 0 0 88185 30 0 0 25 0 5 0 595541024 791019520 143969 33554432000 4194304 5787044 140734897521152 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3523.92
Current children cumulated vsize (KiB) 781180

[startup+942.3 s]
/proc/loadavg: 8.14 8.12 7.85 9/188 27748
/proc/meminfo: memFree=13320072/32950928 swapFree=67111528/67111528
[pid=27697] ppid=27695 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27697/stat : 27697 (priss.sh) S 27695 27697 26812 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 595541014 8908800 252 33554432000 4194304 4922060 140734418641856 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27697/statm: 2175 252 211 178 0 68 0
[pid=27698] ppid=27697 vsize=772480 CPUtime=3763.6 cores=1,3,5,7
/proc/27698/stat : 27698 (priss) S 27697 27697 26812 0 -1 4202496 174777 0 0 0 376219 141 0 0 19 0 5 0 595541015 791019520 144395 33554432000 4194304 5787044 140734897521152 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/27698/statm: 193120 144395 418 389 0 188870 0
[pid=27698/tid=27707] ppid=27697 vsize=772480 CPUtime=937.25 cores=1,3,5,7
/proc/27698/task/27707/stat : 27707 (priss) R 27697 27697 26812 0 -1 4202560 38288 0 0 0 93689 36 0 0 25 0 5 0 595541021 791019520 144395 33554432000 4194304 5787044 140734897521152 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27698/tid=27708] ppid=27697 vsize=772480 CPUtime=941.94 cores=1,3,5,7
/proc/27698/task/27708/stat : 27708 (priss) R 27697 27697 26812 0 -1 4202560 34801 0 0 0 94162 32 0 0 25 0 5 0 595541022 791019520 144395 33554432000 4194304 5787044 140734897521152 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27698/tid=27709] ppid=27697 vsize=772480 CPUtime=942.12 cores=1,3,5,7
/proc/27698/task/27709/stat : 27709 (priss) R 27697 27697 26812 0 -1 4202560 37318 0 0 0 94173 39 0 0 25 0 5 0 595541023 791019520 144395 33554432000 4194304 5787044 140734897521152 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27698/tid=27710] ppid=27697 vsize=772480 CPUtime=942.14 cores=1,3,5,7
/proc/27698/task/27710/stat : 27710 (priss) R 27697 27697 26812 0 -1 4202560 55698 0 0 0 94184 30 0 0 25 0 5 0 595541024 791019520 144395 33554432000 4194304 5787044 140734897521152 18446744073709551615 5527019 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3763.6
Current children cumulated vsize (KiB) 781180

[startup+1002.3 s]
/proc/loadavg: 8.14 8.13 7.87 9/188 27749
/proc/meminfo: memFree=13307904/32950928 swapFree=67111528/67111528
[pid=27697] ppid=27695 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27697/stat : 27697 (priss.sh) S 27695 27697 26812 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 595541014 8908800 252 33554432000 4194304 4922060 140734418641856 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27697/statm: 2175 252 211 178 0 68 0
[pid=27698] ppid=27697 vsize=772480 CPUtime=4003.26 cores=1,3,5,7
/proc/27698/stat : 27698 (priss) S 27697 27697 26812 0 -1 4202496 175156 0 0 0 400185 141 0 0 19 0 5 0 595541015 791019520 144572 33554432000 4194304 5787044 140734897521152 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/27698/statm: 193120 144572 418 389 0 188870 0
[pid=27698/tid=27707] ppid=27697 vsize=772480 CPUtime=996.91 cores=1,3,5,7
/proc/27698/task/27707/stat : 27707 (priss) R 27697 27697 26812 0 -1 4202560 38664 0 0 0 99655 36 0 0 25 0 5 0 595541021 791019520 144572 33554432000 4194304 5787044 140734897521152 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27698/tid=27708] ppid=27697 vsize=772480 CPUtime=1001.94 cores=1,3,5,7
/proc/27698/task/27708/stat : 27708 (priss) R 27697 27697 26812 0 -1 4202560 34803 0 0 0 100162 32 0 0 25 0 5 0 595541022 791019520 144572 33554432000 4194304 5787044 140734897521152 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27698/tid=27709] ppid=27697 vsize=772480 CPUtime=1002.12 cores=1,3,5,7
/proc/27698/task/27709/stat : 27709 (priss) R 27697 27697 26812 0 -1 4202560 37319 0 0 0 100173 39 0 0 25 0 5 0 595541023 791019520 144572 33554432000 4194304 5787044 140734897521152 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27698/tid=27710] ppid=27697 vsize=772480 CPUtime=1002.15 cores=1,3,5,7
/proc/27698/task/27710/stat : 27710 (priss) R 27697 27697 26812 0 -1 4202560 55698 0 0 0 100184 31 0 0 25 0 5 0 595541024 791019520 144572 33554432000 4194304 5787044 140734897521152 18446744073709551615 5527227 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4003.26
Current children cumulated vsize (KiB) 781180

[startup+1062.3 s]
/proc/loadavg: 8.13 8.13 7.89 9/188 27751
/proc/meminfo: memFree=13292132/32950928 swapFree=67111528/67111528
[pid=27697] ppid=27695 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27697/stat : 27697 (priss.sh) S 27695 27697 26812 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 595541014 8908800 252 33554432000 4194304 4922060 140734418641856 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27697/statm: 2175 252 211 178 0 68 0
[pid=27698] ppid=27697 vsize=772480 CPUtime=4242.94 cores=1,3,5,7
/proc/27698/stat : 27698 (priss) S 27697 27697 26812 0 -1 4202496 175174 0 0 0 424153 141 0 0 19 0 5 0 595541015 791019520 144590 33554432000 4194304 5787044 140734897521152 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/27698/statm: 193120 144590 418 389 0 188870 0
[pid=27698/tid=27707] ppid=27697 vsize=772480 CPUtime=1056.59 cores=1,3,5,7
/proc/27698/task/27707/stat : 27707 (priss) R 27697 27697 26812 0 -1 4202560 38665 0 0 0 105623 36 0 0 25 0 5 0 595541021 791019520 144590 33554432000 4194304 5787044 140734897521152 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27698/tid=27708] ppid=27697 vsize=772480 CPUtime=1061.94 cores=1,3,5,7
/proc/27698/task/27708/stat : 27708 (priss) R 27697 27697 26812 0 -1 4202560 34804 0 0 0 106162 32 0 0 25 0 5 0 595541022 791019520 144590 33554432000 4194304 5787044 140734897521152 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27698/tid=27709] ppid=27697 vsize=772480 CPUtime=1062.12 cores=1,3,5,7
/proc/27698/task/27709/stat : 27709 (priss) R 27697 27697 26812 0 -1 4202560 37333 0 0 0 106173 39 0 0 25 0 5 0 595541023 791019520 144590 33554432000 4194304 5787044 140734897521152 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27698/tid=27710] ppid=27697 vsize=772480 CPUtime=1062.16 cores=1,3,5,7
/proc/27698/task/27710/stat : 27710 (priss) R 27697 27697 26812 0 -1 4202560 55700 0 0 0 106185 31 0 0 25 0 5 0 595541024 791019520 144590 33554432000 4194304 5787044 140734897521152 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4242.94
Current children cumulated vsize (KiB) 781180

[startup+1122.3 s]
/proc/loadavg: 8.20 8.15 7.91 9/188 27753
/proc/meminfo: memFree=13263208/32950928 swapFree=67111528/67111528
[pid=27697] ppid=27695 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27697/stat : 27697 (priss.sh) S 27695 27697 26812 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 595541014 8908800 252 33554432000 4194304 4922060 140734418641856 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27697/statm: 2175 252 211 178 0 68 0
[pid=27698] ppid=27697 vsize=774452 CPUtime=4482.6 cores=1,3,5,7
/proc/27698/stat : 27698 (priss) S 27697 27697 26812 0 -1 4202496 178239 0 0 0 448117 143 0 0 19 0 5 0 595541015 793038848 147655 33554432000 4194304 5787044 140734897521152 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/27698/statm: 193613 147655 418 389 0 189363 0
[pid=27698/tid=27707] ppid=27697 vsize=774452 CPUtime=1116.45 cores=1,3,5,7
/proc/27698/task/27707/stat : 27707 (priss) R 27697 27697 26812 0 -1 4202560 38666 0 0 0 111609 36 0 0 25 0 5 0 595541021 793038848 147655 33554432000 4194304 5787044 140734897521152 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27698/tid=27708] ppid=27697 vsize=774452 CPUtime=1121.76 cores=1,3,5,7
/proc/27698/task/27708/stat : 27708 (priss) R 27697 27697 26812 0 -1 4202560 35252 0 0 0 112143 33 0 0 25 0 5 0 595541022 793038848 147655 33554432000 4194304 5787044 140734897521152 18446744073709551615 5591280 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27698/tid=27709] ppid=27697 vsize=774452 CPUtime=1122.11 cores=1,3,5,7
/proc/27698/task/27709/stat : 27709 (priss) R 27697 27697 26812 0 -1 4202560 38953 0 0 0 112172 39 0 0 25 0 5 0 595541023 793038848 147655 33554432000 4194304 5787044 140734897521152 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27698/tid=27710] ppid=27697 vsize=774452 CPUtime=1122.15 cores=1,3,5,7
/proc/27698/task/27710/stat : 27710 (priss) R 27697 27697 26812 0 -1 4202560 56696 0 0 0 112183 32 0 0 25 0 5 0 595541024 793038848 147655 33554432000 4194304 5787044 140734897521152 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4482.6
Current children cumulated vsize (KiB) 783152

[startup+1182.3 s]
/proc/loadavg: 8.18 8.15 7.92 9/188 27754
/proc/meminfo: memFree=13221892/32950928 swapFree=67111528/67111528
[pid=27697] ppid=27695 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27697/stat : 27697 (priss.sh) S 27695 27697 26812 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 595541014 8908800 252 33554432000 4194304 4922060 140734418641856 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27697/statm: 2175 252 211 178 0 68 0
[pid=27698] ppid=27697 vsize=780164 CPUtime=4722.28 cores=1,3,5,7
/proc/27698/stat : 27698 (priss) S 27697 27697 26812 0 -1 4202496 182592 0 0 0 472080 148 0 0 19 0 5 0 595541015 798887936 152008 33554432000 4194304 5787044 140734897521152 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/27698/statm: 195041 152008 418 389 0 190791 0
[pid=27698/tid=27707] ppid=27697 vsize=780164 CPUtime=1176.45 cores=1,3,5,7
/proc/27698/task/27707/stat : 27707 (priss) R 27697 27697 26812 0 -1 4202560 38668 0 0 0 117609 36 0 0 25 0 5 0 595541021 798887936 152008 33554432000 4194304 5787044 140734897521152 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27698/tid=27708] ppid=27697 vsize=780164 CPUtime=1181.43 cores=1,3,5,7
/proc/27698/task/27708/stat : 27708 (priss) R 27697 27697 26812 0 -1 4202560 36631 0 0 0 118109 34 0 0 25 0 5 0 595541022 798887936 152008 33554432000 4194304 5787044 140734897521152 18446744073709551615 5591808 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27698/tid=27709] ppid=27697 vsize=780164 CPUtime=1182.12 cores=1,3,5,7
/proc/27698/task/27709/stat : 27709 (priss) R 27697 27697 26812 0 -1 4202560 40621 0 0 0 118172 40 0 0 25 0 5 0 595541023 798887936 152008 33554432000 4194304 5787044 140734897521152 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27698/tid=27710] ppid=27697 vsize=780164 CPUtime=1182.16 cores=1,3,5,7
/proc/27698/task/27710/stat : 27710 (priss) R 27697 27697 26812 0 -1 4202560 58000 0 0 0 118181 35 0 0 25 0 5 0 595541024 798887936 152008 33554432000 4194304 5787044 140734897521152 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4722.28
Current children cumulated vsize (KiB) 788864



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.20 8.16 7.93 9/188 27755
/proc/meminfo: memFree=13209484/32950928 swapFree=67111528/67111528
[pid=27697] ppid=27695 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27697/stat : 27697 (priss.sh) S 27695 27697 26812 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 595541014 8908800 252 33554432000 4194304 4922060 140734418641856 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27697/statm: 2175 252 211 178 0 68 0
[pid=27698] ppid=27697 vsize=781884 CPUtime=4800.19 cores=1,3,5,7
/proc/27698/stat : 27698 (priss) S 27697 27697 26812 0 -1 4202496 184125 0 0 0 479869 150 0 0 19 0 5 0 595541015 800649216 153541 33554432000 4194304 5787044 140734897521152 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/27698/statm: 195471 153541 418 389 0 191221 0
[pid=27698/tid=27707] ppid=27697 vsize=781884 CPUtime=1195.96 cores=1,3,5,7
/proc/27698/task/27707/stat : 27707 (priss) R 27697 27697 26812 0 -1 4202560 38804 0 0 0 119559 37 0 0 25 0 5 0 595541021 800649216 153541 33554432000 4194304 5787044 140734897521152 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27698/tid=27708] ppid=27697 vsize=781884 CPUtime=1200.83 cores=1,3,5,7
/proc/27698/task/27708/stat : 27708 (priss) R 27697 27697 26812 0 -1 4202560 37075 0 0 0 120048 35 0 0 25 0 5 0 595541022 800649216 153541 33554432000 4194304 5787044 140734897521152 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27698/tid=27709] ppid=27697 vsize=781884 CPUtime=1201.62 cores=1,3,5,7
/proc/27698/task/27709/stat : 27709 (priss) R 27697 27697 26812 0 -1 4202560 41141 0 0 0 120121 41 0 0 25 0 5 0 595541023 800649216 153541 33554432000 4194304 5787044 140734897521152 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27698/tid=27710] ppid=27697 vsize=781884 CPUtime=1201.66 cores=1,3,5,7
/proc/27698/task/27710/stat : 27710 (priss) R 27697 27697 26812 0 -1 4202560 58433 0 0 0 120131 35 0 0 25 0 5 0 595541024 800649216 153541 33554432000 4194304 5787044 140734897521152 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 790584

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 27697 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0
# while last known CPU time is 4800.19
#
# 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.19
CPU user time (s): 4798.69
CPU system time (s): 1.5
CPU usage (%): 399.41
Max. virtual memory (cumulated for all children) (KiB): 790584

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

runsolver used 1.70474 second user time and 4.86026 second system time

The end

Launcher Data

Begin job on node112 at 2011-04-29 06:58:24
IDJOB=3289113
IDBENCH=83115
IDSOLVER=1603
FILE ID=node112/3289113-1304053103
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-top21.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3289113-1304053103/watcher-3289113-1304053103 -o /tmp/evaluation-result-3289113-1304053103/solver-3289113-1304053103 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3289113-1304053103.cnf 854307687 4800 15500 4

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

MD5SUM BENCH= 9fab5edd49fb904ff76ff7abf98e0d14
RANDOM SEED=854307687

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:      14530904 kB
Buffers:       1994928 kB
Cached:       15803348 kB
SwapCached:          0 kB
Active:        7095760 kB
Inactive:     10767648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14530904 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            7416 kB
Writeback:          16 kB
AnonPages:       64996 kB
Mapped:          14696 kB
Slab:           492576 kB
PageTables:       4776 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   188532 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:18:27