Trace number 3251382

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.38 1202.12

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m47-q841.5-n45-p15-s16393788.cnf
MD5SUM683c9f75b69575e6451b8563d12f176b
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.85272
Satisfiable
(Un)Satisfiability was proved
Number of variables1981
Number of clauses333838
Sum of the clauses size669567
Maximum clause length47
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2333793
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

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: 652
0.00/0.07	c parsetime: 71113us
0.00/0.07	c parsed 333838 clauses with 1981 variables
0.00/0.09	c NW started thread 0 successfully (1096436032)
0.00/0.12	c NW started thread 1 successfully (1111279936)
0.00/0.15	c NW started thread 2 successfully (1121769792)
0.00/0.19	c NW started thread 3 successfully (1132259648)
78.61/19.90	c preprocessor returned 10002 variables
78.61/19.90	c preprocessing returned UNKNOWN
78.61/19.90	c PP set 0 variables
78.61/19.90	c pp time: 19739992us (19s)
79.41/20.04	c preprocessor returned 10002 variables
79.41/20.04	c preprocessing returned UNKNOWN
79.41/20.04	c PP set 0 variables
79.41/20.04	c pp time: 19922882us (19s)
79.41/20.07	c preprocessor returned 10002 variables
79.41/20.07	c preprocessing returned UNKNOWN
79.41/20.07	c PP set 0 variables
79.41/20.07	c pp time: 19976073us (19s)
103.41/26.07	c preprocessor returned 30018 variables
103.41/26.07	c preprocessing returned UNKNOWN
103.41/26.07	c PP set 0 variables
103.41/26.07	c pp time: 25885482us (25s)

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-3251382-1304085365/watcher-3251382-1304085365 -o /tmp/evaluation-result-3251382-1304085365/solver-3251382-1304085365 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3251382-1304085365.cnf 505272245 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.77 8.01 8.00 5/182 651
/proc/meminfo: memFree=29796484/32951124 swapFree=67110188/67111528
[pid=651] ppid=649 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/651/stat : 651 (priss.sh) S 649 651 31842 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520137232 8908800 252 33554432000 4194304 4922060 140735166260176 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/651/statm: 2175 252 211 178 0 68 0

[startup+0.074938 s]
/proc/loadavg: 7.77 8.01 8.00 5/182 651
/proc/meminfo: memFree=29796484/32951124 swapFree=67110188/67111528
[pid=651] ppid=649 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/651/stat : 651 (priss.sh) S 649 651 31842 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520137232 8908800 252 33554432000 4194304 4922060 140735166260176 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/651/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100902 s]
/proc/loadavg: 7.77 8.01 8.00 5/182 651
/proc/meminfo: memFree=29796484/32951124 swapFree=67110188/67111528
[pid=651] ppid=649 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/651/stat : 651 (priss.sh) S 649 651 31842 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520137232 8908800 252 33554432000 4194304 4922060 140735166260176 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/651/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.302191 s]
/proc/loadavg: 7.77 8.01 8.00 5/182 651
/proc/meminfo: memFree=29796484/32951124 swapFree=67110188/67111528
[pid=651] ppid=649 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/651/stat : 651 (priss.sh) S 649 651 31842 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520137232 8908800 252 33554432000 4194304 4922060 140735166260176 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/651/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.33368 s]
/proc/loadavg: 7.77 8.01 8.00 5/182 651
/proc/meminfo: memFree=29796484/32951124 swapFree=67110188/67111528
[pid=651] ppid=649 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/651/stat : 651 (priss.sh) S 649 651 31842 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520137232 8908800 252 33554432000 4194304 4922060 140735166260176 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/651/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50065 s]
/proc/loadavg: 7.77 8.01 8.00 5/182 651
/proc/meminfo: memFree=29796484/32951124 swapFree=67110188/67111528
[pid=651] ppid=649 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/651/stat : 651 (priss.sh) S 649 651 31842 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520137232 8908800 252 33554432000 4194304 4922060 140735166260176 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/651/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10036 s]
/proc/loadavg: 7.77 8.01 8.00 9/188 657
/proc/meminfo: memFree=29694012/32951124 swapFree=67110188/67111528
[pid=651] ppid=649 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/651/stat : 651 (priss.sh) S 649 651 31842 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520137232 8908800 252 33554432000 4194304 4922060 140735166260176 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/651/statm: 2175 252 211 178 0 68 0
[pid=652] ppid=651 vsize=337852 CPUtime=11.9 cores=1,3,5,7
/proc/652/stat : 652 (priss) S 651 651 31842 0 -1 4202496 57153 0 0 0 1176 14 0 0 18 0 5 0 520137233 345960448 24981 33554432000 4194304 5787044 140735344142496 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/652/statm: 84463 24981 350 389 0 80213 0
[pid=652/tid=654] ppid=651 vsize=337852 CPUtime=2.94 cores=1,3,5,7
/proc/652/task/654/stat : 654 (priss) R 651 651 31842 0 -1 4202560 10149 0 0 0 292 2 0 0 23 0 5 0 520137242 345960448 24981 33554432000 4194304 5787044 140735344142496 18446744073709551615 4336786 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=652/tid=655] ppid=651 vsize=337852 CPUtime=2.95 cores=1,3,5,7
/proc/652/task/655/stat : 655 (priss) R 651 651 31842 0 -1 4202560 10337 0 0 0 292 3 0 0 23 0 5 0 520137245 345960448 24981 33554432000 4194304 5787044 140735344142496 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=652/tid=656] ppid=651 vsize=337852 CPUtime=2.92 cores=1,3,5,7
/proc/652/task/656/stat : 656 (priss) R 651 651 31842 0 -1 4202560 10237 0 0 0 289 3 0 0 23 0 5 0 520137248 345960448 24981 33554432000 4194304 5787044 140735344142496 18446744073709551615 4336768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=652/tid=657] ppid=651 vsize=337852 CPUtime=2.87 cores=1,3,5,7
/proc/652/task/657/stat : 657 (priss) R 651 651 31842 0 -1 4202560 10523 0 0 0 285 2 0 0 23 0 5 0 520137252 345960448 24981 33554432000 4194304 5787044 140735344142496 18446744073709551615 4336763 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.9
Current children cumulated vsize (KiB) 346552

[startup+6.30077 s]
/proc/loadavg: 7.79 8.01 8.00 9/188 657
/proc/meminfo: memFree=29693888/32951124 swapFree=67110188/67111528
[pid=651] ppid=649 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/651/stat : 651 (priss.sh) S 649 651 31842 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520137232 8908800 252 33554432000 4194304 4922060 140735166260176 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/651/statm: 2175 252 211 178 0 68 0
[pid=652] ppid=651 vsize=337852 CPUtime=24.68 cores=1,3,5,7
/proc/652/stat : 652 (priss) S 651 651 31842 0 -1 4202496 57153 0 0 0 2454 14 0 0 18 0 5 0 520137233 345960448 24981 33554432000 4194304 5787044 140735344142496 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/652/statm: 84463 24981 350 389 0 80213 0
[pid=652/tid=654] ppid=651 vsize=337852 CPUtime=6.13 cores=1,3,5,7
/proc/652/task/654/stat : 654 (priss) R 651 651 31842 0 -1 4202560 10149 0 0 0 611 2 0 0 25 0 5 0 520137242 345960448 24981 33554432000 4194304 5787044 140735344142496 18446744073709551615 4336777 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=652/tid=655] ppid=651 vsize=337852 CPUtime=6.15 cores=1,3,5,7
/proc/652/task/655/stat : 655 (priss) R 651 651 31842 0 -1 4202560 10337 0 0 0 612 3 0 0 25 0 5 0 520137245 345960448 24981 33554432000 4194304 5787044 140735344142496 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=652/tid=656] ppid=651 vsize=337852 CPUtime=6.12 cores=1,3,5,7
/proc/652/task/656/stat : 656 (priss) R 651 651 31842 0 -1 4202560 10237 0 0 0 609 3 0 0 25 0 5 0 520137248 345960448 24981 33554432000 4194304 5787044 140735344142496 18446744073709551615 4336703 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=652/tid=657] ppid=651 vsize=337852 CPUtime=6.07 cores=1,3,5,7
/proc/652/task/657/stat : 657 (priss) R 651 651 31842 0 -1 4202560 10523 0 0 0 605 2 0 0 25 0 5 0 520137252 345960448 24981 33554432000 4194304 5787044 140735344142496 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.68
Current children cumulated vsize (KiB) 346552

[startup+12.7006 s]
/proc/loadavg: 7.89 8.03 8.01 9/188 657
/proc/meminfo: memFree=29681876/32951124 swapFree=67110188/67111528
[pid=651] ppid=649 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/651/stat : 651 (priss.sh) S 649 651 31842 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520137232 8908800 252 33554432000 4194304 4922060 140735166260176 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/651/statm: 2175 252 211 178 0 68 0
[pid=652] ppid=651 vsize=337852 CPUtime=50.26 cores=1,3,5,7
/proc/652/stat : 652 (priss) S 651 651 31842 0 -1 4202496 59990 0 0 0 5011 15 0 0 18 0 5 0 520137233 345960448 27818 33554432000 4194304 5787044 140735344142496 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/652/statm: 84463 27818 352 389 0 80213 0
[pid=652/tid=654] ppid=651 vsize=337852 CPUtime=12.5 cores=1,3,5,7
/proc/652/task/654/stat : 654 (priss) R 651 651 31842 0 -1 4202560 11094 0 0 0 1247 3 0 0 25 0 5 0 520137242 345960448 27818 33554432000 4194304 5787044 140735344142496 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=652/tid=655] ppid=651 vsize=337852 CPUtime=12.56 cores=1,3,5,7
/proc/652/task/655/stat : 655 (priss) R 651 651 31842 0 -1 4202560 10337 0 0 0 1253 3 0 0 25 0 5 0 520137245 345960448 27818 33554432000 4194304 5787044 140735344142496 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=652/tid=656] ppid=651 vsize=337852 CPUtime=12.52 cores=1,3,5,7
/proc/652/task/656/stat : 656 (priss) R 651 651 31842 0 -1 4202560 11183 0 0 0 1249 3 0 0 25 0 5 0 520137248 345960448 27818 33554432000 4194304 5787044 140735344142496 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=652/tid=657] ppid=651 vsize=337852 CPUtime=12.48 cores=1,3,5,7
/proc/652/task/657/stat : 657 (priss) R 651 651 31842 0 -1 4202560 11469 0 0 0 1246 2 0 0 25 0 5 0 520137252 345960448 27818 33554432000 4194304 5787044 140735344142496 18446744073709551615 4336801 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.26
Current children cumulated vsize (KiB) 346552

[startup+25.5013 s]
/proc/loadavg: 7.91 8.03 8.01 9/188 657
/proc/meminfo: memFree=29634764/32951124 swapFree=67110188/67111528
[pid=651] ppid=649 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/651/stat : 651 (priss.sh) S 649 651 31842 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520137232 8908800 252 33554432000 4194304 4922060 140735166260176 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/651/statm: 2175 252 211 178 0 68 0
[pid=652] ppid=651 vsize=357284 CPUtime=101.38 cores=1,3,5,7
/proc/652/stat : 652 (priss) S 651 651 31842 0 -1 4202496 93792 0 0 0 10116 22 0 0 18 0 5 0 520137233 365858816 39541 33554432000 4194304 5787044 140735344142496 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/652/statm: 89321 39541 404 389 0 85071 0
[pid=652/tid=654] ppid=651 vsize=357284 CPUtime=25.22 cores=1,3,5,7
/proc/652/task/654/stat : 654 (priss) R 651 651 31842 0 -1 4202560 22128 0 0 0 2517 5 0 0 25 0 5 0 520137242 365858816 39541 33554432000 4194304 5787044 140735344142496 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=652/tid=655] ppid=651 vsize=357284 CPUtime=25.36 cores=1,3,5,7
/proc/652/task/655/stat : 655 (priss) R 651 651 31842 0 -1 4202560 18536 0 0 0 2531 5 0 0 25 0 5 0 520137245 365858816 39541 33554432000 4194304 5787044 140735344142496 18446744073709551615 4213865 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=652/tid=656] ppid=651 vsize=357284 CPUtime=25.32 cores=1,3,5,7
/proc/652/task/656/stat : 656 (priss) R 651 651 31842 0 -1 4202560 22816 0 0 0 2526 6 0 0 25 0 5 0 520137248 365858816 39541 33554432000 4194304 5787044 140735344142496 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=652/tid=657] ppid=651 vsize=357284 CPUtime=25.27 cores=1,3,5,7
/proc/652/task/657/stat : 657 (priss) R 651 651 31842 0 -1 4202560 14405 0 0 0 2525 2 0 0 25 0 5 0 520137252 365858816 39541 33554432000 4194304 5787044 140735344142496 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.38
Current children cumulated vsize (KiB) 365984

[startup+51.1006 s]
/proc/loadavg: 8.02 8.04 8.01 9/188 658
/proc/meminfo: memFree=29576200/32951124 swapFree=67110188/67111528
[pid=651] ppid=649 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/651/stat : 651 (priss.sh) S 649 651 31842 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520137232 8908800 252 33554432000 4194304 4922060 140735166260176 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/651/statm: 2175 252 211 178 0 68 0
[pid=652] ppid=651 vsize=374508 CPUtime=203.63 cores=1,3,5,7
/proc/652/stat : 652 (priss) S 651 651 31842 0 -1 4202496 116750 0 0 0 20331 32 0 0 18 0 5 0 520137233 383496192 53808 33554432000 4194304 5787044 140735344142496 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/652/statm: 93627 53808 417 389 0 89377 0
[pid=652/tid=654] ppid=651 vsize=374508 CPUtime=50.69 cores=1,3,5,7
/proc/652/task/654/stat : 654 (priss) R 651 651 31842 0 -1 4202560 24387 0 0 0 5062 7 0 0 25 0 5 0 520137242 383496192 53808 33554432000 4194304 5787044 140735344142496 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=652/tid=655] ppid=651 vsize=374508 CPUtime=50.95 cores=1,3,5,7
/proc/652/task/655/stat : 655 (priss) R 651 651 31842 0 -1 4202560 21700 0 0 0 5089 6 0 0 25 0 5 0 520137245 383496192 53808 33554432000 4194304 5787044 140735344142496 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=652/tid=656] ppid=651 vsize=374508 CPUtime=50.91 cores=1,3,5,7
/proc/652/task/656/stat : 656 (priss) R 651 651 31842 0 -1 4202560 25695 0 0 0 5083 8 0 0 25 0 5 0 520137248 383496192 53808 33554432000 4194304 5787044 140735344142496 18446744073709551615 5585240 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=652/tid=657] ppid=651 vsize=374508 CPUtime=50.86 cores=1,3,5,7
/proc/652/task/657/stat : 657 (priss) R 651 651 31842 0 -1 4202560 29061 0 0 0 5080 6 0 0 25 0 5 0 520137252 383496192 53808 33554432000 4194304 5787044 140735344142496 18446744073709551615 5549536 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.63
Current children cumulated vsize (KiB) 383208

[startup+102.301 s]
/proc/loadavg: 8.09 8.06 8.02 9/188 692
/proc/meminfo: memFree=30612208/32951124 swapFree=67110188/67111528
[pid=651] ppid=649 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/651/stat : 651 (priss.sh) S 649 651 31842 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520137232 8908800 252 33554432000 4194304 4922060 140735166260176 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/651/statm: 2175 252 211 178 0 68 0
[pid=652] ppid=651 vsize=398716 CPUtime=408.13 cores=1,3,5,7
/proc/652/stat : 652 (priss) S 651 651 31842 0 -1 4202496 134968 0 0 0 40767 46 0 0 18 0 5 0 520137233 408285184 71893 33554432000 4194304 5787044 140735344142496 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/652/statm: 99679 71893 417 389 0 95429 0
[pid=652/tid=654] ppid=651 vsize=398716 CPUtime=101.8 cores=1,3,5,7
/proc/652/task/654/stat : 654 (priss) R 651 651 31842 0 -1 4202560 29351 0 0 0 10169 11 0 0 25 0 5 0 520137242 408285184 71893 33554432000 4194304 5787044 140735344142496 18446744073709551615 5590526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=652/tid=655] ppid=651 vsize=398716 CPUtime=101.94 cores=1,3,5,7
/proc/652/task/655/stat : 655 (priss) R 651 651 31842 0 -1 4202560 25640 0 0 0 10186 8 0 0 25 0 5 0 520137245 408285184 71893 33554432000 4194304 5787044 140735344142496 18446744073709551615 4218888 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=652/tid=656] ppid=651 vsize=398716 CPUtime=102.11 cores=1,3,5,7
/proc/652/task/656/stat : 656 (priss) R 651 651 31842 0 -1 4202560 30730 0 0 0 10198 13 0 0 25 0 5 0 520137248 408285184 71893 33554432000 4194304 5787044 140735344142496 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=652/tid=657] ppid=651 vsize=398716 CPUtime=102.06 cores=1,3,5,7
/proc/652/task/657/stat : 657 (priss) R 651 651 31842 0 -1 4202560 33340 0 0 0 10196 10 0 0 25 0 5 0 520137252 408285184 71893 33554432000 4194304 5787044 140735344142496 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.13
Current children cumulated vsize (KiB) 407416

[startup+162.301 s]
/proc/loadavg: 8.12 8.08 8.02 9/188 694
/proc/meminfo: memFree=30485324/32951124 swapFree=67110188/67111528
[pid=651] ppid=649 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/651/stat : 651 (priss.sh) S 649 651 31842 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520137232 8908800 252 33554432000 4194304 4922060 140735166260176 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/651/statm: 2175 252 211 178 0 68 0
[pid=652] ppid=651 vsize=481836 CPUtime=647.78 cores=1,3,5,7

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

/proc/652/task/655/stat : 655 (priss) R 651 651 31842 0 -1 4202560 55302 0 0 0 82128 32 0 0 25 0 5 0 520137245 989192192 192774 33554432000 4194304 5787044 140735344142496 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=652/tid=656] ppid=651 vsize=966008 CPUtime=818.18 cores=1,3,5,7
/proc/652/task/656/stat : 656 (priss) R 651 651 31842 0 -1 4202560 65314 0 0 0 81745 73 0 0 25 0 5 0 520137248 989192192 192774 33554432000 4194304 5787044 140735344142496 18446744073709551615 5588664 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=652/tid=657] ppid=651 vsize=966008 CPUtime=822.06 cores=1,3,5,7
/proc/652/task/657/stat : 657 (priss) R 651 651 31842 0 -1 4202560 62715 0 0 0 82149 57 0 0 25 0 5 0 520137252 989192192 192774 33554432000 4194304 5787044 140735344142496 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3283.24
Current children cumulated vsize (KiB) 974708

[startup+882.301 s]
/proc/loadavg: 8.07 8.08 8.05 9/188 725
/proc/meminfo: memFree=29594556/32951124 swapFree=67110188/67111528
[pid=651] ppid=649 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/651/stat : 651 (priss.sh) S 649 651 31842 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520137232 8908800 252 33554432000 4194304 4922060 140735166260176 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/651/statm: 2175 252 211 178 0 68 0
[pid=652] ppid=651 vsize=966008 CPUtime=3522.92 cores=1,3,5,7
/proc/652/stat : 652 (priss) S 651 651 31842 0 -1 4202496 261648 0 0 0 352053 239 0 0 18 0 5 0 520137233 989192192 196758 33554432000 4194304 5787044 140735344142496 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/652/statm: 241502 196758 417 389 0 237252 0
[pid=652/tid=654] ppid=651 vsize=966008 CPUtime=881.19 cores=1,3,5,7
/proc/652/task/654/stat : 654 (priss) R 651 651 31842 0 -1 4202560 58432 0 0 0 88057 62 0 0 25 0 5 0 520137242 989192192 196758 33554432000 4194304 5787044 140735344142496 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=652/tid=655] ppid=651 vsize=966008 CPUtime=881.6 cores=1,3,5,7
/proc/652/task/655/stat : 655 (priss) R 651 651 31842 0 -1 4202560 55304 0 0 0 88127 33 0 0 25 0 5 0 520137245 989192192 196758 33554432000 4194304 5787044 140735344142496 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=652/tid=656] ppid=651 vsize=966008 CPUtime=877.85 cores=1,3,5,7
/proc/652/task/656/stat : 656 (priss) R 651 651 31842 0 -1 4202560 65314 0 0 0 87711 74 0 0 25 0 5 0 520137248 989192192 196758 33554432000 4194304 5787044 140735344142496 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=652/tid=657] ppid=651 vsize=966008 CPUtime=882.06 cores=1,3,5,7
/proc/652/task/657/stat : 657 (priss) R 651 651 31842 0 -1 4202560 66691 0 0 0 88140 66 0 0 25 0 5 0 520137252 989192192 196758 33554432000 4194304 5787044 140735344142496 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3522.92
Current children cumulated vsize (KiB) 974708

[startup+942.307 s]
/proc/loadavg: 8.11 8.10 8.06 9/188 727
/proc/meminfo: memFree=29544044/32951124 swapFree=67110188/67111528
[pid=651] ppid=649 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/651/stat : 651 (priss.sh) S 649 651 31842 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520137232 8908800 252 33554432000 4194304 4922060 140735166260176 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/651/statm: 2175 252 211 178 0 68 0
[pid=652] ppid=651 vsize=966008 CPUtime=3762.61 cores=1,3,5,7
/proc/652/stat : 652 (priss) S 651 651 31842 0 -1 4202496 265374 0 0 0 376013 248 0 0 18 0 5 0 520137233 989192192 200484 33554432000 4194304 5787044 140735344142496 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/652/statm: 241502 200484 417 389 0 237252 0
[pid=652/tid=654] ppid=651 vsize=966008 CPUtime=941.2 cores=1,3,5,7
/proc/652/task/654/stat : 654 (priss) R 651 651 31842 0 -1 4202560 58446 0 0 0 94058 62 0 0 25 0 5 0 520137242 989192192 200484 33554432000 4194304 5787044 140735344142496 18446744073709551615 4238732 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=652/tid=655] ppid=651 vsize=966008 CPUtime=941.61 cores=1,3,5,7
/proc/652/task/655/stat : 655 (priss) R 651 651 31842 0 -1 4202560 55320 0 0 0 94128 33 0 0 25 0 5 0 520137245 989192192 200484 33554432000 4194304 5787044 140735344142496 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=652/tid=656] ppid=651 vsize=966008 CPUtime=937.52 cores=1,3,5,7
/proc/652/task/656/stat : 656 (priss) R 651 651 31842 0 -1 4202560 65315 0 0 0 93678 74 0 0 25 0 5 0 520137248 989192192 200484 33554432000 4194304 5787044 140735344142496 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=652/tid=657] ppid=651 vsize=966008 CPUtime=942.07 cores=1,3,5,7
/proc/652/task/657/stat : 657 (priss) R 651 651 31842 0 -1 4202560 70386 0 0 0 94132 75 0 0 25 0 5 0 520137252 989192192 200484 33554432000 4194304 5787044 140735344142496 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3762.61
Current children cumulated vsize (KiB) 974708

[startup+1002.3 s]
/proc/loadavg: 8.08 8.09 8.06 9/188 728
/proc/meminfo: memFree=29498484/32951124 swapFree=67110188/67111528
[pid=651] ppid=649 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/651/stat : 651 (priss.sh) S 649 651 31842 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520137232 8908800 252 33554432000 4194304 4922060 140735166260176 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/651/statm: 2175 252 211 178 0 68 0
[pid=652] ppid=651 vsize=970108 CPUtime=4002.25 cores=1,3,5,7
/proc/652/stat : 652 (priss) S 651 651 31842 0 -1 4202496 269626 0 0 0 399971 254 0 0 18 0 5 0 520137233 993390592 204511 33554432000 4194304 5787044 140735344142496 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/652/statm: 242527 204511 417 389 0 238277 0
[pid=652/tid=654] ppid=651 vsize=970108 CPUtime=1001.19 cores=1,3,5,7
/proc/652/task/654/stat : 654 (priss) R 651 651 31842 0 -1 4202560 58618 0 0 0 100056 63 0 0 25 0 5 0 520137242 993390592 204511 33554432000 4194304 5787044 140735344142496 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=652/tid=655] ppid=651 vsize=970108 CPUtime=1001.6 cores=1,3,5,7
/proc/652/task/655/stat : 655 (priss) R 651 651 31842 0 -1 4202560 56360 0 0 0 100126 34 0 0 25 0 5 0 520137245 993390592 204511 33554432000 4194304 5787044 140735344142496 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=652/tid=656] ppid=651 vsize=970108 CPUtime=997.19 cores=1,3,5,7
/proc/652/task/656/stat : 656 (priss) R 651 651 31842 0 -1 4202560 65316 0 0 0 99645 74 0 0 25 0 5 0 520137248 993390592 204511 33554432000 4194304 5787044 140735344142496 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=652/tid=657] ppid=651 vsize=970108 CPUtime=1002.06 cores=1,3,5,7
/proc/652/task/657/stat : 657 (priss) R 651 651 31842 0 -1 4202560 73425 0 0 0 100126 80 0 0 25 0 5 0 520137252 993390592 204511 33554432000 4194304 5787044 140735344142496 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4002.25
Current children cumulated vsize (KiB) 978808

[startup+1062.3 s]
/proc/loadavg: 8.03 8.07 8.05 9/188 730
/proc/meminfo: memFree=29455904/32951124 swapFree=67110188/67111528
[pid=651] ppid=649 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/651/stat : 651 (priss.sh) S 649 651 31842 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520137232 8908800 252 33554432000 4194304 4922060 140735166260176 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/651/statm: 2175 252 211 178 0 68 0
[pid=652] ppid=651 vsize=976088 CPUtime=4241.93 cores=1,3,5,7
/proc/652/stat : 652 (priss) S 651 651 31842 0 -1 4202496 274602 0 0 0 423930 263 0 0 18 0 5 0 520137233 999514112 209487 33554432000 4194304 5787044 140735344142496 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/652/statm: 244022 209487 417 389 0 239772 0
[pid=652/tid=654] ppid=651 vsize=976088 CPUtime=1061.19 cores=1,3,5,7
/proc/652/task/654/stat : 654 (priss) R 651 651 31842 0 -1 4202560 62047 0 0 0 106050 69 0 0 25 0 5 0 520137242 999514112 209487 33554432000 4194304 5787044 140735344142496 18446744073709551615 5590417 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=652/tid=655] ppid=651 vsize=976088 CPUtime=1061.6 cores=1,3,5,7
/proc/652/task/655/stat : 655 (priss) R 651 651 31842 0 -1 4202560 57900 0 0 0 106125 35 0 0 25 0 5 0 520137245 999514112 209487 33554432000 4194304 5787044 140735344142496 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=652/tid=656] ppid=651 vsize=976088 CPUtime=1056.86 cores=1,3,5,7
/proc/652/task/656/stat : 656 (priss) R 651 651 31842 0 -1 4202560 65321 0 0 0 105612 74 0 0 25 0 5 0 520137248 999514112 209487 33554432000 4194304 5787044 140735344142496 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=652/tid=657] ppid=651 vsize=976088 CPUtime=1062.06 cores=1,3,5,7
/proc/652/task/657/stat : 657 (priss) R 651 651 31842 0 -1 4202560 73427 0 0 0 106126 80 0 0 25 0 5 0 520137252 999514112 209487 33554432000 4194304 5787044 140735344142496 18446744073709551615 4218330 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4241.93
Current children cumulated vsize (KiB) 984788

[startup+1122.3 s]
/proc/loadavg: 8.01 8.05 8.04 9/188 732
/proc/meminfo: memFree=29411208/32951124 swapFree=67110188/67111528
[pid=651] ppid=649 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/651/stat : 651 (priss.sh) S 649 651 31842 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520137232 8908800 252 33554432000 4194304 4922060 140735166260176 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/651/statm: 2175 252 211 178 0 68 0
[pid=652] ppid=651 vsize=997440 CPUtime=4481.61 cores=1,3,5,7
/proc/652/stat : 652 (priss) S 651 651 31842 0 -1 4202496 283394 0 0 0 447886 275 0 0 18 0 5 0 520137233 1021378560 218279 33554432000 4194304 5787044 140735344142496 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/652/statm: 249360 218279 417 389 0 245110 0
[pid=652/tid=654] ppid=651 vsize=997440 CPUtime=1121.19 cores=1,3,5,7
/proc/652/task/654/stat : 654 (priss) R 651 651 31842 0 -1 4202560 65472 0 0 0 112041 78 0 0 25 0 5 0 520137242 1021378560 218279 33554432000 4194304 5787044 140735344142496 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=652/tid=655] ppid=651 vsize=997440 CPUtime=1121.6 cores=1,3,5,7
/proc/652/task/655/stat : 655 (priss) R 651 651 31842 0 -1 4202560 62236 0 0 0 112122 38 0 0 25 0 5 0 520137245 1021378560 218279 33554432000 4194304 5787044 140735344142496 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=652/tid=656] ppid=651 vsize=997440 CPUtime=1116.54 cores=1,3,5,7
/proc/652/task/656/stat : 656 (priss) R 651 651 31842 0 -1 4202560 66350 0 0 0 111579 75 0 0 25 0 5 0 520137248 1021378560 218279 33554432000 4194304 5787044 140735344142496 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=652/tid=657] ppid=651 vsize=997440 CPUtime=1122.06 cores=1,3,5,7
/proc/652/task/657/stat : 657 (priss) R 651 651 31842 0 -1 4202560 73429 0 0 0 112126 80 0 0 25 0 5 0 520137252 1021378560 218279 33554432000 4194304 5787044 140735344142496 18446744073709551615 4219685 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4481.61
Current children cumulated vsize (KiB) 1006140

[startup+1182.3 s]
/proc/loadavg: 8.04 8.06 8.04 9/188 733
/proc/meminfo: memFree=29378544/32951124 swapFree=67110188/67111528
[pid=651] ppid=649 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/651/stat : 651 (priss.sh) S 649 651 31842 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520137232 8908800 252 33554432000 4194304 4922060 140735166260176 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/651/statm: 2175 252 211 178 0 68 0
[pid=652] ppid=651 vsize=1014192 CPUtime=4721.28 cores=1,3,5,7
/proc/652/stat : 652 (priss) S 651 651 31842 0 -1 4202496 291424 0 0 0 471843 285 0 0 18 0 5 0 520137233 1038532608 226309 33554432000 4194304 5787044 140735344142496 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/652/statm: 253548 226309 417 389 0 249298 0
[pid=652/tid=654] ppid=651 vsize=1014192 CPUtime=1181.2 cores=1,3,5,7
/proc/652/task/654/stat : 654 (priss) R 651 651 31842 0 -1 4202560 68659 0 0 0 118035 85 0 0 25 0 5 0 520137242 1038532608 226309 33554432000 4194304 5787044 140735344142496 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=652/tid=655] ppid=651 vsize=1014192 CPUtime=1181.6 cores=1,3,5,7
/proc/652/task/655/stat : 655 (priss) R 651 651 31842 0 -1 4202560 66442 0 0 0 118120 40 0 0 25 0 5 0 520137245 1038532608 226309 33554432000 4194304 5787044 140735344142496 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=652/tid=656] ppid=651 vsize=1014192 CPUtime=1176.21 cores=1,3,5,7
/proc/652/task/656/stat : 656 (priss) R 651 651 31842 0 -1 4202560 66979 0 0 0 117545 76 0 0 25 0 5 0 520137248 1038532608 226309 33554432000 4194304 5787044 140735344142496 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=652/tid=657] ppid=651 vsize=1014192 CPUtime=1182.06 cores=1,3,5,7
/proc/652/task/657/stat : 657 (priss) R 651 651 31842 0 -1 4202560 73437 0 0 0 118126 80 0 0 25 0 5 0 520137252 1038532608 226309 33554432000 4194304 5787044 140735344142496 18446744073709551615 5527568 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4721.28
Current children cumulated vsize (KiB) 1022892



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.1 s]
/proc/loadavg: 8.10 8.07 8.05 9/188 734
/proc/meminfo: memFree=29360664/32951124 swapFree=67110188/67111528
[pid=651] ppid=649 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/651/stat : 651 (priss.sh) S 649 651 31842 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520137232 8908800 252 33554432000 4194304 4922060 140735166260176 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/651/statm: 2175 252 211 178 0 68 0
[pid=652] ppid=651 vsize=1022540 CPUtime=4800.38 cores=1,3,5,7
/proc/652/stat : 652 (priss) S 651 651 31842 0 -1 4202496 295779 0 0 0 479746 292 0 0 18 0 5 0 520137233 1047080960 230664 33554432000 4194304 5787044 140735344142496 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/652/statm: 255635 230664 417 389 0 251385 0
[pid=652/tid=654] ppid=651 vsize=1022540 CPUtime=1201 cores=1,3,5,7
/proc/652/task/654/stat : 654 (priss) R 651 651 31842 0 -1 4202560 70717 0 0 0 120012 88 0 0 25 0 5 0 520137242 1047080960 230666 33554432000 4194304 5787044 140735344142496 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=652/tid=655] ppid=651 vsize=1022540 CPUtime=1201.41 cores=1,3,5,7
/proc/652/task/655/stat : 655 (priss) R 651 651 31842 0 -1 4202560 67496 0 0 0 120100 41 0 0 25 0 5 0 520137245 1047080960 230666 33554432000 4194304 5787044 140735344142496 18446744073709551615 5591623 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=652/tid=656] ppid=651 vsize=1022540 CPUtime=1195.9 cores=1,3,5,7
/proc/652/task/656/stat : 656 (priss) R 651 651 31842 0 -1 4202560 68220 0 0 0 119512 78 0 0 25 0 5 0 520137248 1047080960 230666 33554432000 4194304 5787044 140735344142496 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=652/tid=657] ppid=651 vsize=1022540 CPUtime=1201.86 cores=1,3,5,7
/proc/652/task/657/stat : 657 (priss) R 651 651 31842 0 -1 4202560 73441 0 0 0 120106 80 0 0 25 0 5 0 520137252 1047080960 230666 33554432000 4194304 5787044 140735344142496 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 1031240

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

Real time (s): 1202.12
CPU time (s): 4800.38
CPU user time (s): 4797.46
CPU system time (s): 2.92
CPU usage (%): 399.326
Max. virtual memory (cumulated for all children) (KiB): 1031240

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

The end

Launcher Data

Begin job on node109 at 2011-04-29 15:56:05
IDJOB=3251382
IDBENCH=88221
IDSOLVER=1603
FILE ID=node109/3251382-1304085365
RUNJOBID= node109-1304081749-32666
PBS_JOBID= 13170496
Free space on /tmp= 72368 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m47-q841.5-n45-p15-s16393788.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251382-1304085365/watcher-3251382-1304085365 -o /tmp/evaluation-result-3251382-1304085365/solver-3251382-1304085365 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3251382-1304085365.cnf 505272245 4800 15500 4

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

MD5SUM BENCH= 683c9f75b69575e6451b8563d12f176b
RANDOM SEED=505272245

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.82
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.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29796632 kB
Buffers:        712480 kB
Cached:         715908 kB
SwapCached:        712 kB
Active:        1399568 kB
Inactive:      1365148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29796632 kB
SwapTotal:    67111528 kB
SwapFree:     67110188 kB
Dirty:            5900 kB
Writeback:           0 kB
AnonPages:     1335872 kB
Mapped:          15524 kB
Slab:           324272 kB
PageTables:       7384 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1552652 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= 72376 MiB
End job on node109 at 2011-04-29 16:16:09