Trace number 3499639

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) 20400.1 5100.02

General information on the benchmark

NameSAT05/crafted/markstrom05/eulcbip/
eulcbip-7-UNSAT.shuffled-as.sat05-3936.cnf
MD5SUM151ccdb2c52c7f525fde5dca388bb6e6
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.082986
Satisfiable
(Un)Satisfiability was proved
Number of variables135
Number of clauses672
Sum of the clauses size2684
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22
Number of clauses of size 30
Number of clauses of size 4670
Number of clauses of size 50
Number of clauses of size over 50

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: 21143
0.00/0.00	c parsetime: 266us
0.00/0.00	c parsed 672 clauses with 135 variables
0.00/0.00	c NW started thread 0 successfully (1110534464)
0.00/0.00	c NW started thread 1 successfully (1121024320)
0.00/0.00	c NW started thread 2 successfully (1131514176)
0.00/0.00	c NW started thread 3 successfully (1142004032)
0.00/0.89	c preprocessor returned 10014 variables
0.00/0.89	c preprocessing returned UNKNOWN
0.00/0.89	c PP set 0 variables
0.00/0.89	c pp time: 884907us (0s)
0.00/0.89	c preprocessor returned 10014 variables
0.00/0.89	c preprocessing returned UNKNOWN
0.00/0.89	c PP set 0 variables
0.00/0.89	c pp time: 885139us (0s)
0.00/0.89	c preprocessor returned 10014 variables
0.00/0.89	c preprocessing returned UNKNOWN
0.00/0.89	c PP set 0 variables
0.00/0.89	c pp time: 884790us (0s)
36.35/9.14	c preprocessor returned 30009 variables
36.35/9.14	c preprocessing returned UNKNOWN
36.35/9.14	c PP set 0 variables
36.35/9.14	c pp time: 9136257us (9s)

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.1 (svn: 989)

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 /var/tmp/evaluation-result-3499639-1308008598/watcher-3499639-1308008598 -o /var/tmp/evaluation-result-3499639-1308008598/solver-3499639-1308008598 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499639-1308008598.cnf 976431628 40000 31000 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.03 4.01 3.96 1/170 21142
/proc/meminfo: memFree=11055268/32950928 swapFree=67055156/67111528
[pid=21142] ppid=21140 vsize=8700 CPUtime=0 cores=0-7
/proc/21142/stat : 21142 (priss.sh) S 21140 21142 20630 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 912459579 8908800 251 33554432000 4194304 4922060 140734366170032 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21142/statm: 2175 251 211 178 0 68 0

[startup+0.059427 s]
/proc/loadavg: 4.03 4.01 3.96 1/170 21142
/proc/meminfo: memFree=11055268/32950928 swapFree=67055156/67111528
[pid=21142] ppid=21140 vsize=8700 CPUtime=0 cores=0-7
/proc/21142/stat : 21142 (priss.sh) S 21140 21142 20630 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 912459579 8908800 251 33554432000 4194304 4922060 140734366170032 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21142/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100417 s]
/proc/loadavg: 4.03 4.01 3.96 1/170 21142
/proc/meminfo: memFree=11055268/32950928 swapFree=67055156/67111528
[pid=21142] ppid=21140 vsize=8700 CPUtime=0 cores=0-7
/proc/21142/stat : 21142 (priss.sh) S 21140 21142 20630 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 912459579 8908800 251 33554432000 4194304 4922060 140734366170032 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21142/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300382 s]
/proc/loadavg: 4.03 4.01 3.96 1/170 21142
/proc/meminfo: memFree=11055268/32950928 swapFree=67055156/67111528
[pid=21142] ppid=21140 vsize=8700 CPUtime=0 cores=0-7
/proc/21142/stat : 21142 (priss.sh) S 21140 21142 20630 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 912459579 8908800 251 33554432000 4194304 4922060 140734366170032 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21142/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700312 s]
/proc/loadavg: 4.03 4.01 3.96 1/170 21142
/proc/meminfo: memFree=11055268/32950928 swapFree=67055156/67111528
[pid=21142] ppid=21140 vsize=8700 CPUtime=0 cores=0-7
/proc/21142/stat : 21142 (priss.sh) S 21140 21142 20630 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 912459579 8908800 251 33554432000 4194304 4922060 140734366170032 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21142/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50117 s]
/proc/loadavg: 4.03 4.01 3.96 5/176 21148
/proc/meminfo: memFree=11033084/32950928 swapFree=67055156/67111528
[pid=21142] ppid=21140 vsize=8700 CPUtime=0 cores=0-7
/proc/21142/stat : 21142 (priss.sh) S 21140 21142 20630 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 912459579 8908800 251 33554432000 4194304 4922060 140734366170032 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21142/statm: 2175 251 211 178 0 68 0
[pid=21143] ppid=21142 vsize=275056 CPUtime=5.95 cores=0-7
/proc/21143/stat : 21143 (priss) S 21142 21142 20630 0 -1 4202496 8085 0 0 0 590 5 0 0 25 0 5 0 912459579 281657344 6720 33554432000 4194304 5787044 140735967027168 18446744073709551615 248101521841 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/21143/statm: 68764 6720 404 389 0 64514 0
[pid=21143/tid=21144] ppid=21142 vsize=275056 CPUtime=1.48 cores=0-7
/proc/21143/task/21144/stat : 21144 (priss) R 21142 21142 20630 0 -1 4202560 1606 0 0 0 147 1 0 0 18 0 5 0 912459580 281657344 6720 33554432000 4194304 5787044 140735967027168 18446744073709551615 248101524149 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21143/tid=21145] ppid=21142 vsize=275056 CPUtime=1.47 cores=0-7
/proc/21143/task/21145/stat : 21145 (priss) R 21142 21142 20630 0 -1 4202560 1656 0 0 0 145 2 0 0 18 0 5 0 912459580 281657344 6720 33554432000 4194304 5787044 140735967027168 18446744073709551615 248101524149 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21143/tid=21146] ppid=21142 vsize=275056 CPUtime=1.48 cores=0-7
/proc/21143/task/21146/stat : 21146 (priss) R 21142 21142 20630 0 -1 4202560 1318 0 0 0 148 0 0 0 18 0 5 0 912459580 281657344 6720 33554432000 4194304 5787044 140735967027168 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21143/tid=21148] ppid=21142 vsize=275056 CPUtime=1.48 cores=0-7
/proc/21143/task/21148/stat : 21148 (priss) R 21142 21142 20630 0 -1 4202560 2006 0 0 0 148 0 0 0 25 0 5 0 912459580 281657344 6720 33554432000 4194304 5787044 140735967027168 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 283756

[startup+3.10083 s]
/proc/loadavg: 4.03 4.01 3.96 5/176 21148
/proc/meminfo: memFree=11027504/32950928 swapFree=67055156/67111528
[pid=21142] ppid=21140 vsize=8700 CPUtime=0 cores=0-7
/proc/21142/stat : 21142 (priss.sh) S 21140 21142 20630 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 912459579 8908800 251 33554432000 4194304 4922060 140734366170032 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21142/statm: 2175 251 211 178 0 68 0
[pid=21143] ppid=21142 vsize=276820 CPUtime=12.35 cores=0-7
/proc/21143/stat : 21143 (priss) S 21142 21142 20630 0 -1 4202496 9335 0 0 0 1226 9 0 0 25 0 5 0 912459579 283463680 7970 33554432000 4194304 5787044 140735967027168 18446744073709551615 248101521841 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/21143/statm: 69205 7970 404 389 0 64955 0
[pid=21143/tid=21144] ppid=21142 vsize=276820 CPUtime=3.08 cores=0-7
/proc/21143/task/21144/stat : 21144 (priss) R 21142 21142 20630 0 -1 4202560 2020 0 0 0 305 3 0 0 19 0 5 0 912459580 283463680 7970 33554432000 4194304 5787044 140735967027168 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21143/tid=21145] ppid=21142 vsize=276820 CPUtime=3.06 cores=0-7
/proc/21143/task/21145/stat : 21145 (priss) R 21142 21142 20630 0 -1 4202560 2077 0 0 0 303 3 0 0 19 0 5 0 912459580 283463680 7970 33554432000 4194304 5787044 140735967027168 18446744073709551615 248089803295 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21143/tid=21146] ppid=21142 vsize=276820 CPUtime=3.09 cores=0-7
/proc/21143/task/21146/stat : 21146 (priss) R 21142 21142 20630 0 -1 4202560 1733 0 0 0 308 1 0 0 19 0 5 0 912459580 283463680 7970 33554432000 4194304 5787044 140735967027168 18446744073709551615 248089803295 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21143/tid=21148] ppid=21142 vsize=276820 CPUtime=3.08 cores=0-7
/proc/21143/task/21148/stat : 21148 (priss) R 21142 21142 20630 0 -1 4202560 2006 0 0 0 308 0 0 0 25 0 5 0 912459580 283463680 7970 33554432000 4194304 5787044 140735967027168 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 285520

[startup+6.30027 s]
/proc/loadavg: 4.03 4.01 3.96 5/176 21148
/proc/meminfo: memFree=11015216/32950928 swapFree=67055156/67111528
[pid=21142] ppid=21140 vsize=8700 CPUtime=0 cores=0-7
/proc/21142/stat : 21142 (priss.sh) S 21140 21142 20630 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 912459579 8908800 251 33554432000 4194304 4922060 140734366170032 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21142/statm: 2175 251 211 178 0 68 0
[pid=21143] ppid=21142 vsize=283328 CPUtime=25.14 cores=0-7
/proc/21143/stat : 21143 (priss) S 21142 21142 20630 0 -1 4202496 12107 0 0 0 2503 11 0 0 25 0 5 0 912459579 290127872 10742 33554432000 4194304 5787044 140735967027168 18446744073709551615 248101521841 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/21143/statm: 70832 10742 404 389 0 66582 0
[pid=21143/tid=21144] ppid=21142 vsize=283328 CPUtime=6.28 cores=0-7
/proc/21143/task/21144/stat : 21144 (priss) R 21142 21142 20630 0 -1 4202560 2611 0 0 0 624 4 0 0 25 0 5 0 912459580 290127872 10742 33554432000 4194304 5787044 140735967027168 18446744073709551615 5591844 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21143/tid=21145] ppid=21142 vsize=283328 CPUtime=6.26 cores=0-7
/proc/21143/task/21145/stat : 21145 (priss) R 21142 21142 20630 0 -1 4202560 2647 0 0 0 623 3 0 0 25 0 5 0 912459580 290127872 10742 33554432000 4194304 5787044 140735967027168 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21143/tid=21146] ppid=21142 vsize=283328 CPUtime=6.29 cores=0-7
/proc/21143/task/21146/stat : 21146 (priss) R 21142 21142 20630 0 -1 4202560 3344 0 0 0 627 2 0 0 25 0 5 0 912459580 290127872 10742 33554432000 4194304 5787044 140735967027168 18446744073709551615 248089099788 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21143/tid=21148] ppid=21142 vsize=283328 CPUtime=6.28 cores=0-7
/proc/21143/task/21148/stat : 21148 (priss) R 21142 21142 20630 0 -1 4202560 2006 0 0 0 628 0 0 0 25 0 5 0 912459580 290127872 10742 33554432000 4194304 5787044 140735967027168 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 292028

[startup+12.7011 s]
/proc/loadavg: 4.02 4.01 3.96 5/176 21148
/proc/meminfo: memFree=11001004/32950928 swapFree=67055156/67111528
[pid=21142] ppid=21140 vsize=8700 CPUtime=0 cores=0-7
/proc/21142/stat : 21142 (priss.sh) S 21140 21142 20630 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 912459579 8908800 251 33554432000 4194304 4922060 140734366170032 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21142/statm: 2175 251 211 178 0 68 0
[pid=21143] ppid=21142 vsize=285732 CPUtime=50.73 cores=0-7
/proc/21143/stat : 21143 (priss) S 21142 21142 20630 0 -1 4202496 16986 0 0 0 5059 14 0 0 25 0 5 0 912459579 292589568 14659 33554432000 4194304 5787044 140735967027168 18446744073709551615 248101521841 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/21143/statm: 71433 14659 417 389 0 67183 0
[pid=21143/tid=21144] ppid=21142 vsize=285732 CPUtime=12.67 cores=0-7
/proc/21143/task/21144/stat : 21144 (priss) R 21142 21142 20630 0 -1 4202560 3427 0 0 0 1263 4 0 0 25 0 5 0 912459580 292589568 14659 33554432000 4194304 5787044 140735967027168 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21143/tid=21145] ppid=21142 vsize=285732 CPUtime=12.66 cores=0-7
/proc/21143/task/21145/stat : 21145 (priss) R 21142 21142 20630 0 -1 4202560 3810 0 0 0 1261 5 0 0 25 0 5 0 912459580 292589568 14659 33554432000 4194304 5787044 140735967027168 18446744073709551615 5591280 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21143/tid=21146] ppid=21142 vsize=285732 CPUtime=12.68 cores=0-7
/proc/21143/task/21146/stat : 21146 (priss) R 21142 21142 20630 0 -1 4202560 3976 0 0 0 1266 2 0 0 25 0 5 0 912459580 292589568 14659 33554432000 4194304 5787044 140735967027168 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21143/tid=21148] ppid=21142 vsize=285732 CPUtime=12.68 cores=0-7
/proc/21143/task/21148/stat : 21148 (priss) R 21142 21142 20630 0 -1 4202560 4274 0 0 0 1267 1 0 0 25 0 5 0 912459580 292589568 14659 33554432000 4194304 5787044 140735967027168 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 294432

[startup+25.5009 s]
/proc/loadavg: 4.02 4.01 3.96 5/176 21149
/proc/meminfo: memFree=10974192/32950928 swapFree=67055156/67111528
[pid=21142] ppid=21140 vsize=8700 CPUtime=0 cores=0-7
/proc/21142/stat : 21142 (priss.sh) S 21140 21142 20630 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 912459579 8908800 251 33554432000 4194304 4922060 140734366170032 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21142/statm: 2175 251 211 178 0 68 0
[pid=21143] ppid=21142 vsize=299160 CPUtime=101.9 cores=0-7
/proc/21143/stat : 21143 (priss) S 21142 21142 20630 0 -1 4202496 23500 0 0 0 10169 21 0 0 25 0 5 0 912459579 306339840 21169 33554432000 4194304 5787044 140735967027168 18446744073709551615 248101521841 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/21143/statm: 74790 21169 417 389 0 70540 0
[pid=21143/tid=21144] ppid=21142 vsize=299160 CPUtime=25.46 cores=0-7
/proc/21143/task/21144/stat : 21144 (priss) R 21142 21142 20630 0 -1 4202560 5184 0 0 0 2540 6 0 0 25 0 5 0 912459580 306339840 21169 33554432000 4194304 5787044 140735967027168 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21143/tid=21145] ppid=21142 vsize=299160 CPUtime=25.45 cores=0-7
/proc/21143/task/21145/stat : 21145 (priss) R 21142 21142 20630 0 -1 4202560 5095 0 0 0 2538 7 0 0 20 0 5 0 912459580 306339840 21169 33554432000 4194304 5787044 140735967027168 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21143/tid=21146] ppid=21142 vsize=299160 CPUtime=25.47 cores=0-7
/proc/21143/task/21146/stat : 21146 (priss) R 21142 21142 20630 0 -1 4202560 5237 0 0 0 2544 3 0 0 25 0 5 0 912459580 306339840 21169 33554432000 4194304 5787044 140735967027168 18446744073709551615 4229296 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21143/tid=21148] ppid=21142 vsize=299160 CPUtime=25.48 cores=0-7
/proc/21143/task/21148/stat : 21148 (priss) R 21142 21142 20630 0 -1 4202560 6485 0 0 0 2545 3 0 0 20 0 5 0 912459580 306339840 21169 33554432000 4194304 5787044 140735967027168 18446744073709551615 5527087 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.9
Current children cumulated vsize (KiB) 307860

[startup+51.1004 s]
/proc/loadavg: 4.01 4.01 3.96 5/176 21149
/proc/meminfo: memFree=10954168/32950928 swapFree=67055156/67111528
[pid=21142] ppid=21140 vsize=8700 CPUtime=0 cores=0-7
/proc/21142/stat : 21142 (priss.sh) S 21140 21142 20630 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 912459579 8908800 251 33554432000 4194304 4922060 140734366170032 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21142/statm: 2175 251 211 178 0 68 0
[pid=21143] ppid=21142 vsize=301516 CPUtime=204.28 cores=0-7
/proc/21143/stat : 21143 (priss) S 21142 21142 20630 0 -1 4202496 28544 0 0 0 20399 29 0 0 25 0 5 0 912459579 308752384 26192 33554432000 4194304 5787044 140735967027168 18446744073709551615 248101521841 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/21143/statm: 75379 26192 417 389 0 71129 0
[pid=21143/tid=21144] ppid=21142 vsize=301516 CPUtime=51.06 cores=0-7
/proc/21143/task/21144/stat : 21144 (priss) R 21142 21142 20630 0 -1 4202560 6626 0 0 0 5098 8 0 0 25 0 5 0 912459580 308752384 26192 33554432000 4194304 5787044 140735967027168 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21143/tid=21145] ppid=21142 vsize=301516 CPUtime=51.04 cores=0-7
/proc/21143/task/21145/stat : 21145 (priss) R 21142 21142 20630 0 -1 4202560 5862 0 0 0 5096 8 0 0 25 0 5 0 912459580 308752384 26192 33554432000 4194304 5787044 140735967027168 18446744073709551615 5591328 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21143/tid=21146] ppid=21142 vsize=301516 CPUtime=51.07 cores=0-7
/proc/21143/task/21146/stat : 21146 (priss) R 21142 21142 20630 0 -1 4202560 6544 0 0 0 5101 6 0 0 25 0 5 0 912459580 308752384 26192 33554432000 4194304 5787044 140735967027168 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21143/tid=21148] ppid=21142 vsize=301516 CPUtime=51.07 cores=0-7
/proc/21143/task/21148/stat : 21148 (priss) R 21142 21142 20630 0 -1 4202560 8013 0 0 0 5101 6 0 0 25 0 5 0 912459580 308752384 26192 33554432000 4194304 5787044 140735967027168 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.28
Current children cumulated vsize (KiB) 310216

[startup+102.306 s]
/proc/loadavg: 4.00 4.00 3.96 5/176 21151
/proc/meminfo: memFree=10919648/32950928 swapFree=67055156/67111528
[pid=21142] ppid=21140 vsize=8700 CPUtime=0 cores=0-7
/proc/21142/stat : 21142 (priss.sh) S 21140 21142 20630 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 912459579 8908800 251 33554432000 4194304 4922060 140734366170032 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21142/statm: 2175 251 211 178 0 68 0
[pid=21143] ppid=21142 vsize=317424 CPUtime=409.07 cores=0-7
/proc/21143/stat : 21143 (priss) S 21142 21142 20630 0 -1 4202496 37184 0 0 0 40866 41 0 0 25 0 5 0 912459579 325042176 34711 33554432000 4194304 5787044 140735967027168 18446744073709551615 248101521841 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/21143/statm: 79356 34711 417 389 0 75106 0
[pid=21143/tid=21144] ppid=21142 vsize=317424 CPUtime=102.26 cores=0-7
/proc/21143/task/21144/stat : 21144 (priss) R 21142 21142 20630 0 -1 4202560 9146 0 0 0 10215 11 0 0 25 0 5 0 912459580 325042176 34711 33554432000 4194304 5787044 140735967027168 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21143/tid=21145] ppid=21142 vsize=317424 CPUtime=102.25 cores=0-7
/proc/21143/task/21145/stat : 21145 (priss) R 21142 21142 20630 0 -1 4202560 10057 0 0 0 10212 13 0 0 25 0 5 0 912459580 325042176 34711 33554432000 4194304 5787044 140735967027168 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21143/tid=21146] ppid=21142 vsize=317424 CPUtime=102.27 cores=0-7
/proc/21143/task/21146/stat : 21146 (priss) R 21142 21142 20630 0 -1 4202560 7733 0 0 0 10218 9 0 0 25 0 5 0 912459580 325042176 34711 33554432000 4194304 5787044 140735967027168 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21143/tid=21148] ppid=21142 vsize=317424 CPUtime=102.27 cores=0-7

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

/proc/21143/task/21145/stat : 21145 (priss) R 21142 21142 20630 0 -1 4202560 46105 0 0 0 472182 50 0 0 25 0 5 0 912459580 966610944 165772 33554432000 4194304 5787044 140735967027168 18446744073709551615 5591666 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21143/tid=21146] ppid=21142 vsize=943956 CPUtime=4722.31 cores=0-7
/proc/21143/task/21146/stat : 21146 (priss) R 21142 21142 20630 0 -1 4202560 37139 0 0 0 472166 65 0 0 25 0 5 0 912459580 966610944 165772 33554432000 4194304 5787044 140735967027168 18446744073709551615 5591239 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21143/tid=21148] ppid=21142 vsize=943956 CPUtime=4722.31 cores=0-7
/proc/21143/task/21148/stat : 21148 (priss) R 21142 21142 20630 0 -1 4202560 39903 0 0 0 472180 51 0 0 25 0 5 0 912459580 966610944 165772 33554432000 4194304 5787044 140735967027168 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 18889.3
Current children cumulated vsize (KiB) 952656

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/176 21296
/proc/meminfo: memFree=10389400/32950928 swapFree=67055156/67111528
[pid=21142] ppid=21140 vsize=8700 CPUtime=0 cores=0-7
/proc/21142/stat : 21142 (priss.sh) S 21140 21142 20630 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 912459579 8908800 251 33554432000 4194304 4922060 140734366170032 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21142/statm: 2175 251 211 178 0 68 0
[pid=21143] ppid=21142 vsize=943956 CPUtime=19129.3 cores=0-7
/proc/21143/stat : 21143 (priss) S 21142 21142 20630 0 -1 4202496 171137 0 0 0 1912710 218 0 0 25 0 5 0 912459579 966610944 165817 33554432000 4194304 5787044 140735967027168 18446744073709551615 248101521841 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/21143/statm: 235989 165817 418 389 0 231739 0
[pid=21143/tid=21144] ppid=21142 vsize=943956 CPUtime=4782.32 cores=0-7
/proc/21143/task/21144/stat : 21144 (priss) R 21142 21142 20630 0 -1 4202560 46470 0 0 0 478182 50 0 0 25 0 5 0 912459580 966610944 165817 33554432000 4194304 5787044 140735967027168 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21143/tid=21145] ppid=21142 vsize=943956 CPUtime=4782.31 cores=0-7
/proc/21143/task/21145/stat : 21145 (priss) R 21142 21142 20630 0 -1 4202560 46124 0 0 0 478181 50 0 0 25 0 5 0 912459580 966610944 165817 33554432000 4194304 5787044 140735967027168 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21143/tid=21146] ppid=21142 vsize=943956 CPUtime=4782.31 cores=0-7
/proc/21143/task/21146/stat : 21146 (priss) R 21142 21142 20630 0 -1 4202560 37141 0 0 0 478166 65 0 0 25 0 5 0 912459580 966610944 165817 33554432000 4194304 5787044 140735967027168 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21143/tid=21148] ppid=21142 vsize=943956 CPUtime=4782.3 cores=0-7
/proc/21143/task/21148/stat : 21148 (priss) R 21142 21142 20630 0 -1 4202560 39903 0 0 0 478179 51 0 0 25 0 5 0 912459580 966610944 165817 33554432000 4194304 5787044 140735967027168 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19129.3
Current children cumulated vsize (KiB) 952656

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/176 21300
/proc/meminfo: memFree=10387988/32950928 swapFree=67055156/67111528
[pid=21142] ppid=21140 vsize=8700 CPUtime=0 cores=0-7
/proc/21142/stat : 21142 (priss.sh) S 21140 21142 20630 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 912459579 8908800 251 33554432000 4194304 4922060 140734366170032 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21142/statm: 2175 251 211 178 0 68 0
[pid=21143] ppid=21142 vsize=943956 CPUtime=19369.3 cores=0-7
/proc/21143/stat : 21143 (priss) S 21142 21142 20630 0 -1 4202496 171529 0 0 0 1936709 219 0 0 25 0 5 0 912459579 966610944 166209 33554432000 4194304 5787044 140735967027168 18446744073709551615 248101521841 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/21143/statm: 235989 166209 418 389 0 231739 0
[pid=21143/tid=21144] ppid=21142 vsize=943956 CPUtime=4842.32 cores=0-7
/proc/21143/task/21144/stat : 21144 (priss) R 21142 21142 20630 0 -1 4202560 46506 0 0 0 484182 50 0 0 25 0 5 0 912459580 966610944 166209 33554432000 4194304 5787044 140735967027168 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21143/tid=21145] ppid=21142 vsize=943956 CPUtime=4842.31 cores=0-7
/proc/21143/task/21145/stat : 21145 (priss) R 21142 21142 20630 0 -1 4202560 46142 0 0 0 484181 50 0 0 25 0 5 0 912459580 966610944 166209 33554432000 4194304 5787044 140735967027168 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21143/tid=21146] ppid=21142 vsize=943956 CPUtime=4842.32 cores=0-7
/proc/21143/task/21146/stat : 21146 (priss) R 21142 21142 20630 0 -1 4202560 37477 0 0 0 484166 66 0 0 25 0 5 0 912459580 966610944 166209 33554432000 4194304 5787044 140735967027168 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21143/tid=21148] ppid=21142 vsize=943956 CPUtime=4842.3 cores=0-7
/proc/21143/task/21148/stat : 21148 (priss) R 21142 21142 20630 0 -1 4202560 39905 0 0 0 484178 52 0 0 25 0 5 0 912459580 966610944 166209 33554432000 4194304 5787044 140735967027168 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19369.3
Current children cumulated vsize (KiB) 952656

[startup+4902.3 s]
/proc/loadavg: 4.03 4.01 3.99 5/176 21303
/proc/meminfo: memFree=10385608/32950928 swapFree=67055156/67111528
[pid=21142] ppid=21140 vsize=8700 CPUtime=0 cores=0-7
/proc/21142/stat : 21142 (priss.sh) S 21140 21142 20630 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 912459579 8908800 251 33554432000 4194304 4922060 140734366170032 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21142/statm: 2175 251 211 178 0 68 0
[pid=21143] ppid=21142 vsize=943956 CPUtime=19609.3 cores=0-7
/proc/21143/stat : 21143 (priss) S 21142 21142 20630 0 -1 4202496 172095 0 0 0 1960707 221 0 0 25 0 5 0 912459579 966610944 166775 33554432000 4194304 5787044 140735967027168 18446744073709551615 248101521841 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/21143/statm: 235989 166775 418 389 0 231739 0
[pid=21143/tid=21144] ppid=21142 vsize=943956 CPUtime=4902.32 cores=0-7
/proc/21143/task/21144/stat : 21144 (priss) R 21142 21142 20630 0 -1 4202560 46545 0 0 0 490182 50 0 0 25 0 5 0 912459580 966610944 166775 33554432000 4194304 5787044 140735967027168 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21143/tid=21145] ppid=21142 vsize=943956 CPUtime=4902.31 cores=0-7
/proc/21143/task/21145/stat : 21145 (priss) R 21142 21142 20630 0 -1 4202560 46165 0 0 0 490181 50 0 0 25 0 5 0 912459580 966610944 166775 33554432000 4194304 5787044 140735967027168 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21143/tid=21146] ppid=21142 vsize=943956 CPUtime=4902.32 cores=0-7
/proc/21143/task/21146/stat : 21146 (priss) R 21142 21142 20630 0 -1 4202560 37981 0 0 0 490164 68 0 0 25 0 5 0 912459580 966610944 166775 33554432000 4194304 5787044 140735967027168 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21143/tid=21148] ppid=21142 vsize=943956 CPUtime=4902.3 cores=0-7
/proc/21143/task/21148/stat : 21148 (priss) R 21142 21142 20630 0 -1 4202560 39905 0 0 0 490178 52 0 0 25 0 5 0 912459580 966610944 166775 33554432000 4194304 5787044 140735967027168 18446744073709551615 5527218 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19609.3
Current children cumulated vsize (KiB) 952656

[startup+4962.3 s]
/proc/loadavg: 4.01 4.01 3.99 5/176 21304
/proc/meminfo: memFree=10383208/32950928 swapFree=67055156/67111528
[pid=21142] ppid=21140 vsize=8700 CPUtime=0 cores=0-7
/proc/21142/stat : 21142 (priss.sh) S 21140 21142 20630 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 912459579 8908800 251 33554432000 4194304 4922060 140734366170032 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21142/statm: 2175 251 211 178 0 68 0
[pid=21143] ppid=21142 vsize=943956 CPUtime=19849.3 cores=0-7
/proc/21143/stat : 21143 (priss) S 21142 21142 20630 0 -1 4202496 172674 0 0 0 1984706 223 0 0 25 0 5 0 912459579 966610944 167354 33554432000 4194304 5787044 140735967027168 18446744073709551615 248101521841 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/21143/statm: 235989 167354 418 389 0 231739 0
[pid=21143/tid=21144] ppid=21142 vsize=943956 CPUtime=4962.32 cores=0-7
/proc/21143/task/21144/stat : 21144 (priss) R 21142 21142 20630 0 -1 4202560 46570 0 0 0 496182 50 0 0 25 0 5 0 912459580 966610944 167354 33554432000 4194304 5787044 140735967027168 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21143/tid=21145] ppid=21142 vsize=943956 CPUtime=4962.31 cores=0-7
/proc/21143/task/21145/stat : 21145 (priss) R 21142 21142 20630 0 -1 4202560 46210 0 0 0 496181 50 0 0 25 0 5 0 912459580 966610944 167354 33554432000 4194304 5787044 140735967027168 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21143/tid=21146] ppid=21142 vsize=943956 CPUtime=4962.32 cores=0-7
/proc/21143/task/21146/stat : 21146 (priss) R 21142 21142 20630 0 -1 4202560 38488 0 0 0 496162 70 0 0 25 0 5 0 912459580 966610944 167354 33554432000 4194304 5787044 140735967027168 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21143/tid=21148] ppid=21142 vsize=943956 CPUtime=4962.3 cores=0-7
/proc/21143/task/21148/stat : 21148 (priss) R 21142 21142 20630 0 -1 4202560 39907 0 0 0 496178 52 0 0 25 0 5 0 912459580 966610944 167354 33554432000 4194304 5787044 140735967027168 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19849.3
Current children cumulated vsize (KiB) 952656

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.99 5/176 21306
/proc/meminfo: memFree=10380564/32950928 swapFree=67055156/67111528
[pid=21142] ppid=21140 vsize=8700 CPUtime=0 cores=0-7
/proc/21142/stat : 21142 (priss.sh) S 21140 21142 20630 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 912459579 8908800 251 33554432000 4194304 4922060 140734366170032 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21142/statm: 2175 251 211 178 0 68 0
[pid=21143] ppid=21142 vsize=943956 CPUtime=20089.3 cores=0-7
/proc/21143/stat : 21143 (priss) S 21142 21142 20630 0 -1 4202496 173361 0 0 0 2008703 226 0 0 25 0 5 0 912459579 966610944 168041 33554432000 4194304 5787044 140735967027168 18446744073709551615 248101521841 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/21143/statm: 235989 168041 418 389 0 231739 0
[pid=21143/tid=21144] ppid=21142 vsize=943956 CPUtime=5022.32 cores=0-7
/proc/21143/task/21144/stat : 21144 (priss) R 21142 21142 20630 0 -1 4202560 46750 0 0 0 502182 50 0 0 25 0 5 0 912459580 966610944 168041 33554432000 4194304 5787044 140735967027168 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21143/tid=21145] ppid=21142 vsize=943956 CPUtime=5022.31 cores=0-7
/proc/21143/task/21145/stat : 21145 (priss) R 21142 21142 20630 0 -1 4202560 46250 0 0 0 502181 50 0 0 25 0 5 0 912459580 966610944 168041 33554432000 4194304 5787044 140735967027168 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21143/tid=21146] ppid=21142 vsize=943956 CPUtime=5022.32 cores=0-7
/proc/21143/task/21146/stat : 21146 (priss) R 21142 21142 20630 0 -1 4202560 38936 0 0 0 502160 72 0 0 25 0 5 0 912459580 966610944 168041 33554432000 4194304 5787044 140735967027168 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21143/tid=21148] ppid=21142 vsize=943956 CPUtime=5022.3 cores=0-7
/proc/21143/task/21148/stat : 21148 (priss) R 21142 21142 20630 0 -1 4202560 39926 0 0 0 502178 52 0 0 25 0 5 0 912459580 966610944 168041 33554432000 4194304 5787044 140735967027168 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 20089.3
Current children cumulated vsize (KiB) 952656

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.99 5/176 21307
/proc/meminfo: memFree=10378164/32950928 swapFree=67055156/67111528
[pid=21142] ppid=21140 vsize=8700 CPUtime=0 cores=0-7
/proc/21142/stat : 21142 (priss.sh) S 21140 21142 20630 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 912459579 8908800 251 33554432000 4194304 4922060 140734366170032 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21142/statm: 2175 251 211 178 0 68 0
[pid=21143] ppid=21142 vsize=944212 CPUtime=20329.3 cores=0-7
/proc/21143/stat : 21143 (priss) S 21142 21142 20630 0 -1 4202496 173971 0 0 0 2032702 229 0 0 25 0 5 0 912459579 966873088 168651 33554432000 4194304 5787044 140735967027168 18446744073709551615 248101521841 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/21143/statm: 236053 168651 418 389 0 231803 0
[pid=21143/tid=21144] ppid=21142 vsize=944212 CPUtime=5082.32 cores=0-7
/proc/21143/task/21144/stat : 21144 (priss) R 21142 21142 20630 0 -1 4202560 46800 0 0 0 508182 50 0 0 25 0 5 0 912459580 966873088 168651 33554432000 4194304 5787044 140735967027168 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21143/tid=21145] ppid=21142 vsize=944212 CPUtime=5082.31 cores=0-7
/proc/21143/task/21145/stat : 21145 (priss) R 21142 21142 20630 0 -1 4202560 46318 0 0 0 508181 50 0 0 25 0 5 0 912459580 966873088 168651 33554432000 4194304 5787044 140735967027168 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21143/tid=21146] ppid=21142 vsize=944212 CPUtime=5082.32 cores=0-7
/proc/21143/task/21146/stat : 21146 (priss) R 21142 21142 20630 0 -1 4202560 39409 0 0 0 508158 74 0 0 25 0 5 0 912459580 966873088 168651 33554432000 4194304 5787044 140735967027168 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21143/tid=21148] ppid=21142 vsize=944212 CPUtime=5082.31 cores=0-7
/proc/21143/task/21148/stat : 21148 (priss) R 21142 21142 20630 0 -1 4202560 39945 0 0 0 508179 52 0 0 25 0 5 0 912459580 966873088 168651 33554432000 4194304 5787044 140735967027168 18446744073709551615 5527590 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 20329.3
Current children cumulated vsize (KiB) 952912



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.99 5/176 21308
/proc/meminfo: memFree=10373304/32950928 swapFree=67055156/67111528
[pid=21142] ppid=21140 vsize=8700 CPUtime=0 cores=0-7
/proc/21142/stat : 21142 (priss.sh) S 21140 21142 20630 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 912459579 8908800 251 33554432000 4194304 4922060 140734366170032 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21142/statm: 2175 251 211 178 0 68 0
[pid=21143] ppid=21142 vsize=948312 CPUtime=20400.1 cores=0-7
/proc/21143/stat : 21143 (priss) S 21142 21142 20630 0 -1 4202496 175202 0 0 0 2039784 229 0 0 25 0 5 0 912459579 971071488 169882 33554432000 4194304 5787044 140735967027168 18446744073709551615 248101521841 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/21143/statm: 237078 169882 418 389 0 232828 0
[pid=21143/tid=21144] ppid=21142 vsize=948312 CPUtime=5100.03 cores=0-7
/proc/21143/task/21144/stat : 21144 (priss) R 21142 21142 20630 0 -1 4202560 46856 0 0 0 509953 50 0 0 25 0 5 0 912459580 971071488 169882 33554432000 4194304 5787044 140735967027168 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21143/tid=21145] ppid=21142 vsize=948312 CPUtime=5100.02 cores=0-7
/proc/21143/task/21145/stat : 21145 (priss) R 21142 21142 20630 0 -1 4202560 47360 0 0 0 509952 50 0 0 25 0 5 0 912459580 971071488 169882 33554432000 4194304 5787044 140735967027168 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21143/tid=21146] ppid=21142 vsize=948312 CPUtime=5100.03 cores=0-7
/proc/21143/task/21146/stat : 21146 (priss) R 21142 21142 20630 0 -1 4202560 39542 0 0 0 509928 75 0 0 25 0 5 0 912459580 971071488 169882 33554432000 4194304 5787044 140735967027168 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21143/tid=21148] ppid=21142 vsize=948312 CPUtime=5100.01 cores=0-7
/proc/21143/task/21148/stat : 21148 (priss) R 21142 21142 20630 0 -1 4202560 39945 0 0 0 509949 52 0 0 25 0 5 0 912459580 971071488 169882 33554432000 4194304 5787044 140735967027168 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 20400.1
Current children cumulated vsize (KiB) 957012

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

Real time (s): 5100.02
CPU time (s): 20400.1
CPU user time (s): 20397.8
CPU system time (s): 2.29
CPU usage (%): 400.001
Max. virtual memory (cumulated for all children) (KiB): 957012

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

runsolver used 6.87296 second user time and 20.9118 second system time

The end

Launcher Data

Begin job on node123 at 2011-06-14 01:43:18
IDJOB=3499639
IDBENCH=85780
IDSOLVER=1994
FILE ID=node123/3499639-1308008598
RUNJOBID= node123-1307998390-20644
PBS_JOBID= 13559828
Free space on /var/tmp= 2896 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT05/crafted/markstrom05/eulcbip/eulcbip-7-UNSAT.shuffled-as.sat05-3936.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3499639-1308008598/watcher-3499639-1308008598 -o /var/tmp/evaluation-result-3499639-1308008598/solver-3499639-1308008598 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499639-1308008598.cnf 976431628 40000 31000 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 151ccdb2c52c7f525fde5dca388bb6e6
RANDOM SEED=976431628

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      11055696 kB
Buffers:        131648 kB
Cached:       21008028 kB
SwapCached:      10120 kB
Active:        5496264 kB
Inactive:     15661212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11055696 kB
SwapTotal:    67111528 kB
SwapFree:     67055156 kB
Dirty:            1600 kB
Writeback:           0 kB
AnonPages:       15064 kB
Mapped:          12500 kB
Slab:           672232 kB
PageTables:       3864 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   187484 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 /var/tmp at the end= 2892 MiB
End job on node123 at 2011-06-14 03:08:20