Trace number 3499155

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

General information on the benchmark

NameCRAFTED/edgematching/
fbcolors/em_8_4_5_fbc.cnf
MD5SUM6fdce6b69c397ad71b0f25957edff1fa
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark25.4311
Satisfiable
(Un)Satisfiability was proved
Number of variables2420
Number of clauses33572
Sum of the clauses size97252
Maximum clause length36
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 214396
Number of clauses of size 313968
Number of clauses of size 42628
Number of clauses of size 52460
Number of clauses of size over 5120

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: 5530
0.00/0.01	c parsetime: 8747us
0.00/0.01	c parsed 33572 clauses with 2420 variables
0.00/0.01	c NW started thread 0 successfully (1093396800)
0.00/0.01	c NW started thread 1 successfully (1112222016)
0.00/0.02	c NW started thread 2 successfully (1122711872)
0.00/0.03	c NW started thread 3 successfully (1133201728)
0.00/0.63	c preprocessor returned 10012 variables
0.00/0.63	c preprocessing returned UNKNOWN
0.00/0.63	c PP set 11 variables
0.00/0.63	c pp time: 622580us (0s)
0.00/0.64	c preprocessor returned 10012 variables
0.00/0.64	c preprocessing returned UNKNOWN
0.00/0.64	c PP set 11 variables
0.00/0.64	c pp time: 623742us (0s)
0.00/0.65	c preprocessor returned 10012 variables
0.00/0.65	c preprocessing returned UNKNOWN
0.00/0.65	c PP set 11 variables
0.00/0.65	c pp time: 627445us (0s)
10.70/2.76	c preprocessor returned 30020 variables
10.70/2.76	c preprocessing returned UNKNOWN
10.70/2.76	c PP set 11 variables
10.70/2.76	c pp time: 2728400us (2s)

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-3499155-1307987146/watcher-3499155-1307987146 -o /var/tmp/evaluation-result-3499155-1307987146/solver-3499155-1307987146 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499155-1307987146.cnf 379611109 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: 1.84 1.97 1.97 2/167 5529
/proc/meminfo: memFree=15074196/32951124 swapFree=67060180/67111528
[pid=5529] ppid=5527 vsize=8700 CPUtime=0 cores=0-7
/proc/5529/stat : 5529 (priss.sh) S 5527 5529 5456 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 910314973 8908800 252 33554432000 4194304 4922060 140736249753312 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5529/statm: 2175 252 211 178 0 68 0

[startup+0.0256329 s]
/proc/loadavg: 1.84 1.97 1.97 2/167 5529
/proc/meminfo: memFree=15074196/32951124 swapFree=67060180/67111528
[pid=5529] ppid=5527 vsize=8700 CPUtime=0 cores=0-7
/proc/5529/stat : 5529 (priss.sh) S 5527 5529 5456 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 910314973 8908800 252 33554432000 4194304 4922060 140736249753312 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5529/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100605 s]
/proc/loadavg: 1.84 1.97 1.97 2/167 5529
/proc/meminfo: memFree=15074196/32951124 swapFree=67060180/67111528
[pid=5529] ppid=5527 vsize=8700 CPUtime=0 cores=0-7
/proc/5529/stat : 5529 (priss.sh) S 5527 5529 5456 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 910314973 8908800 252 33554432000 4194304 4922060 140736249753312 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5529/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300572 s]
/proc/loadavg: 1.84 1.97 1.97 2/167 5529
/proc/meminfo: memFree=15074196/32951124 swapFree=67060180/67111528
[pid=5529] ppid=5527 vsize=8700 CPUtime=0 cores=0-7
/proc/5529/stat : 5529 (priss.sh) S 5527 5529 5456 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 910314973 8908800 252 33554432000 4194304 4922060 140736249753312 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5529/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.7005 s]
/proc/loadavg: 1.84 1.97 1.97 2/167 5529
/proc/meminfo: memFree=15074196/32951124 swapFree=67060180/67111528
[pid=5529] ppid=5527 vsize=8700 CPUtime=0 cores=0-7
/proc/5529/stat : 5529 (priss.sh) S 5527 5529 5456 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 910314973 8908800 252 33554432000 4194304 4922060 140736249753312 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5529/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50036 s]
/proc/loadavg: 1.84 1.97 1.97 5/173 5535
/proc/meminfo: memFree=15036104/32951124 swapFree=67060180/67111528
[pid=5529] ppid=5527 vsize=8700 CPUtime=0 cores=0-7
/proc/5529/stat : 5529 (priss.sh) S 5527 5529 5456 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 910314973 8908800 252 33554432000 4194304 4922060 140736249753312 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5529/statm: 2175 252 211 178 0 68 0
[pid=5530] ppid=5529 vsize=282916 CPUtime=5.91 cores=0-7
/proc/5530/stat : 5530 (priss) S 5529 5529 5456 0 -1 4202496 13940 0 0 0 584 7 0 0 18 0 5 0 910314973 289705984 10297 33554432000 4194304 5787044 140735849042720 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/5530/statm: 70729 10297 405 389 0 66479 0
[pid=5530/tid=5532] ppid=5529 vsize=282916 CPUtime=1.47 cores=0-7
/proc/5530/task/5532/stat : 5532 (priss) R 5529 5529 5456 0 -1 4202560 3425 0 0 0 146 1 0 0 18 0 5 0 910314974 289705984 10297 33554432000 4194304 5787044 140735849042720 18446744073709551615 253652685493 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5530/tid=5533] ppid=5529 vsize=282916 CPUtime=1.46 cores=0-7
/proc/5530/task/5533/stat : 5533 (priss) R 5529 5529 5456 0 -1 4202560 2692 0 0 0 144 2 0 0 18 0 5 0 910314975 289705984 10297 33554432000 4194304 5787044 140735849042720 18446744073709551615 253640964639 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5530/tid=5534] ppid=5529 vsize=282916 CPUtime=1.46 cores=0-7
/proc/5530/task/5534/stat : 5534 (priss) R 5529 5529 5456 0 -1 4202560 2585 0 0 0 145 1 0 0 18 0 5 0 910314975 289705984 10297 33554432000 4194304 5787044 140735849042720 18446744073709551615 253652685493 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5530/tid=5535] ppid=5529 vsize=282916 CPUtime=1.45 cores=0-7
/proc/5530/task/5535/stat : 5535 (priss) R 5529 5529 5456 0 -1 4202560 2460 0 0 0 145 0 0 0 20 0 5 0 910314976 289705984 10297 33554432000 4194304 5787044 140735849042720 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 291616

[startup+3.10106 s]
/proc/loadavg: 2.01 2.00 1.98 5/173 5535
/proc/meminfo: memFree=15032136/32951124 swapFree=67060180/67111528
[pid=5529] ppid=5527 vsize=8700 CPUtime=0 cores=0-7
/proc/5529/stat : 5529 (priss.sh) S 5527 5529 5456 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 910314973 8908800 252 33554432000 4194304 4922060 140736249753312 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5529/statm: 2175 252 211 178 0 68 0
[pid=5530] ppid=5529 vsize=284548 CPUtime=12.29 cores=0-7
/proc/5530/stat : 5530 (priss) S 5529 5529 5456 0 -1 4202496 17544 0 0 0 1216 13 0 0 18 0 5 0 910314973 291377152 12623 33554432000 4194304 5787044 140735849042720 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/5530/statm: 71137 12623 419 389 0 66887 0
[pid=5530/tid=5532] ppid=5529 vsize=284548 CPUtime=3.07 cores=0-7
/proc/5530/task/5532/stat : 5532 (priss) R 5529 5529 5456 0 -1 4202560 3864 0 0 0 304 3 0 0 18 0 5 0 910314974 291377152 12623 33554432000 4194304 5787044 140735849042720 18446744073709551615 253640964639 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5530/tid=5533] ppid=5529 vsize=284548 CPUtime=3.05 cores=0-7
/proc/5530/task/5533/stat : 5533 (priss) R 5529 5529 5456 0 -1 4202560 3064 0 0 0 301 4 0 0 18 0 5 0 910314975 291377152 12623 33554432000 4194304 5787044 140735849042720 18446744073709551615 4254531 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5530/tid=5534] ppid=5529 vsize=284548 CPUtime=3.05 cores=0-7
/proc/5530/task/5534/stat : 5534 (priss) R 5529 5529 5456 0 -1 4202560 2934 0 0 0 303 2 0 0 18 0 5 0 910314975 291377152 12623 33554432000 4194304 5787044 140735849042720 18446744073709551615 253640964639 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5530/tid=5535] ppid=5529 vsize=284548 CPUtime=3.06 cores=0-7
/proc/5530/task/5535/stat : 5535 (priss) R 5529 5529 5456 0 -1 4202560 4904 0 0 0 304 2 0 0 18 0 5 0 910314976 291377152 12623 33554432000 4194304 5787044 140735849042720 18446744073709551615 253640964639 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 293248

[startup+6.30048 s]
/proc/loadavg: 2.01 2.00 1.98 5/173 5535
/proc/meminfo: memFree=15012580/32951124 swapFree=67060180/67111528
[pid=5529] ppid=5527 vsize=8700 CPUtime=0 cores=0-7
/proc/5529/stat : 5529 (priss.sh) S 5527 5529 5456 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 910314973 8908800 252 33554432000 4194304 4922060 140736249753312 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5529/statm: 2175 252 211 178 0 68 0
[pid=5530] ppid=5529 vsize=290496 CPUtime=25.03 cores=0-7
/proc/5530/stat : 5530 (priss) S 5529 5529 5456 0 -1 4202496 21056 0 0 0 2481 22 0 0 18 0 5 0 910314973 297467904 16135 33554432000 4194304 5787044 140735849042720 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/5530/statm: 72624 16135 419 389 0 68374 0
[pid=5530/tid=5532] ppid=5529 vsize=290496 CPUtime=6.26 cores=0-7
/proc/5530/task/5532/stat : 5532 (priss) R 5529 5529 5456 0 -1 4202560 5476 0 0 0 621 5 0 0 18 0 5 0 910314974 297467904 16135 33554432000 4194304 5787044 140735849042720 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5530/tid=5533] ppid=5529 vsize=290496 CPUtime=6.23 cores=0-7
/proc/5530/task/5533/stat : 5533 (priss) R 5529 5529 5456 0 -1 4202560 3607 0 0 0 618 5 0 0 18 0 5 0 910314975 297467904 16135 33554432000 4194304 5787044 140735849042720 18446744073709551615 253652666758 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5530/tid=5534] ppid=5529 vsize=290496 CPUtime=6.24 cores=0-7
/proc/5530/task/5534/stat : 5534 (priss) R 5529 5529 5456 0 -1 4202560 3458 0 0 0 619 5 0 0 18 0 5 0 910314975 297467904 16135 33554432000 4194304 5787044 140735849042720 18446744073709551615 4215354 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5530/tid=5535] ppid=5529 vsize=290496 CPUtime=6.24 cores=0-7
/proc/5530/task/5535/stat : 5535 (priss) R 5529 5529 5456 0 -1 4202560 5737 0 0 0 620 4 0 0 18 0 5 0 910314976 297467904 16135 33554432000 4194304 5787044 140735849042720 18446744073709551615 5528099 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 299196

[startup+12.7003 s]
/proc/loadavg: 2.32 2.07 2.01 5/173 5535
/proc/meminfo: memFree=14992888/32951124 swapFree=67060180/67111528
[pid=5529] ppid=5527 vsize=8700 CPUtime=0 cores=0-7
/proc/5529/stat : 5529 (priss.sh) S 5527 5529 5456 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 910314973 8908800 252 33554432000 4194304 4922060 140736249753312 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5529/statm: 2175 252 211 178 0 68 0
[pid=5530] ppid=5529 vsize=297452 CPUtime=50.56 cores=0-7
/proc/5530/stat : 5530 (priss) S 5529 5529 5456 0 -1 4202496 26115 0 0 0 5020 36 0 0 18 0 5 0 910314973 304590848 21194 33554432000 4194304 5787044 140735849042720 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/5530/statm: 74363 21194 419 389 0 70113 0
[pid=5530/tid=5532] ppid=5529 vsize=297452 CPUtime=12.65 cores=0-7
/proc/5530/task/5532/stat : 5532 (priss) R 5529 5529 5456 0 -1 4202560 6614 0 0 0 1257 8 0 0 18 0 5 0 910314974 304590848 21194 33554432000 4194304 5787044 140735849042720 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5530/tid=5533] ppid=5529 vsize=297452 CPUtime=12.62 cores=0-7
/proc/5530/task/5533/stat : 5533 (priss) R 5529 5529 5456 0 -1 4202560 5072 0 0 0 1252 10 0 0 18 0 5 0 910314975 304590848 21194 33554432000 4194304 5787044 140735849042720 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5530/tid=5534] ppid=5529 vsize=297452 CPUtime=12.62 cores=0-7
/proc/5530/task/5534/stat : 5534 (priss) R 5529 5529 5456 0 -1 4202560 4591 0 0 0 1254 8 0 0 18 0 5 0 910314975 304590848 21194 33554432000 4194304 5787044 140735849042720 18446744073709551615 5591640 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5530/tid=5535] ppid=5529 vsize=297452 CPUtime=12.62 cores=0-7
/proc/5530/task/5535/stat : 5535 (priss) R 5529 5529 5456 0 -1 4202560 7060 0 0 0 1254 8 0 0 18 0 5 0 910314976 304590848 21194 33554432000 4194304 5787044 140735849042720 18446744073709551615 5527535 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 306152

[startup+25.501 s]
/proc/loadavg: 2.58 2.13 2.03 5/173 5536
/proc/meminfo: memFree=14959552/32951124 swapFree=67060180/67111528
[pid=5529] ppid=5527 vsize=8700 CPUtime=0 cores=0-7
/proc/5529/stat : 5529 (priss.sh) S 5527 5529 5456 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 910314973 8908800 252 33554432000 4194304 4922060 140736249753312 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5529/statm: 2175 252 211 178 0 68 0
[pid=5530] ppid=5529 vsize=309036 CPUtime=101.7 cores=0-7
/proc/5530/stat : 5530 (priss) S 5529 5529 5456 0 -1 4202496 35276 0 0 0 10115 55 0 0 18 0 5 0 910314973 316452864 30355 33554432000 4194304 5787044 140735849042720 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/5530/statm: 77259 30355 419 389 0 73009 0
[pid=5530/tid=5532] ppid=5529 vsize=309036 CPUtime=25.43 cores=0-7
/proc/5530/task/5532/stat : 5532 (priss) R 5529 5529 5456 0 -1 4202560 8774 0 0 0 2531 12 0 0 18 0 5 0 910314974 316452864 30356 33554432000 4194304 5787044 140735849042720 18446744073709551615 4255030 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5530/tid=5533] ppid=5529 vsize=309036 CPUtime=25.39 cores=0-7
/proc/5530/task/5533/stat : 5533 (priss) R 5529 5529 5456 0 -1 4202560 6910 0 0 0 2525 14 0 0 18 0 5 0 910314975 316452864 30356 33554432000 4194304 5787044 140735849042720 18446744073709551615 5586602 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5530/tid=5534] ppid=5529 vsize=309036 CPUtime=25.41 cores=0-7
/proc/5530/task/5534/stat : 5534 (priss) R 5529 5529 5456 0 -1 4202560 7638 0 0 0 2529 12 0 0 18 0 5 0 910314975 316452864 30356 33554432000 4194304 5787044 140735849042720 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5530/tid=5535] ppid=5529 vsize=309036 CPUtime=25.4 cores=0-7
/proc/5530/task/5535/stat : 5535 (priss) R 5529 5529 5456 0 -1 4202560 9177 0 0 0 2526 14 0 0 18 0 5 0 910314976 316452864 30356 33554432000 4194304 5787044 140735849042720 18446744073709551615 253640520389 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 317736

[startup+51.1003 s]
/proc/loadavg: 2.99 2.26 2.07 5/173 5536
/proc/meminfo: memFree=14906428/32951124 swapFree=67060180/67111528
[pid=5529] ppid=5527 vsize=8700 CPUtime=0 cores=0-7
/proc/5529/stat : 5529 (priss.sh) S 5527 5529 5456 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 910314973 8908800 252 33554432000 4194304 4922060 140736249753312 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5529/statm: 2175 252 211 178 0 68 0
[pid=5530] ppid=5529 vsize=321740 CPUtime=204.02 cores=0-7
/proc/5530/stat : 5530 (priss) S 5529 5529 5456 0 -1 4202496 48082 0 0 0 20313 89 0 0 18 0 5 0 910314973 329461760 43155 33554432000 4194304 5787044 140735849042720 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/5530/statm: 80435 43155 419 389 0 76185 0
[pid=5530/tid=5532] ppid=5529 vsize=321740 CPUtime=51.03 cores=0-7
/proc/5530/task/5532/stat : 5532 (priss) R 5529 5529 5456 0 -1 4202560 13665 0 0 0 5080 23 0 0 20 0 5 0 910314974 329461760 43155 33554432000 4194304 5787044 140735849042720 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5530/tid=5533] ppid=5529 vsize=321740 CPUtime=50.97 cores=0-7
/proc/5530/task/5533/stat : 5533 (priss) R 5529 5529 5456 0 -1 4202560 9871 0 0 0 5073 24 0 0 25 0 5 0 910314975 329461760 43155 33554432000 4194304 5787044 140735849042720 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5530/tid=5534] ppid=5529 vsize=321740 CPUtime=50.98 cores=0-7
/proc/5530/task/5534/stat : 5534 (priss) R 5529 5529 5456 0 -1 4202560 9558 0 0 0 5084 14 0 0 21 0 5 0 910314975 329461760 43155 33554432000 4194304 5787044 140735849042720 18446744073709551615 5576478 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5530/tid=5535] ppid=5529 vsize=321740 CPUtime=50.98 cores=0-7
/proc/5530/task/5535/stat : 5535 (priss) R 5529 5529 5456 0 -1 4202560 12210 0 0 0 5072 26 0 0 21 0 5 0 910314976 329461760 43155 33554432000 4194304 5787044 140735849042720 18446744073709551615 5527024 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.02
Current children cumulated vsize (KiB) 330440

[startup+102.306 s]
/proc/loadavg: 3.59 2.55 2.18 5/173 5538
/proc/meminfo: memFree=14838944/32951124 swapFree=67060180/67111528
[pid=5529] ppid=5527 vsize=8700 CPUtime=0 cores=0-7
/proc/5529/stat : 5529 (priss.sh) S 5527 5529 5456 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 910314973 8908800 252 33554432000 4194304 4922060 140736249753312 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5529/statm: 2175 252 211 178 0 68 0
[pid=5530] ppid=5529 vsize=343136 CPUtime=408.78 cores=0-7
/proc/5530/stat : 5530 (priss) S 5529 5529 5456 0 -1 4202496 65130 0 0 0 40749 129 0 0 18 0 5 0 910314973 351371264 60118 33554432000 4194304 5787044 140735849042720 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/5530/statm: 85784 60118 419 389 0 81534 0
[pid=5530/tid=5532] ppid=5529 vsize=343136 CPUtime=102.23 cores=0-7
/proc/5530/task/5532/stat : 5532 (priss) R 5529 5529 5456 0 -1 4202560 17748 0 0 0 10194 29 0 0 18 0 5 0 910314974 351371264 60118 33554432000 4194304 5787044 140735849042720 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5530/tid=5533] ppid=5529 vsize=343136 CPUtime=102.16 cores=0-7
/proc/5530/task/5533/stat : 5533 (priss) R 5529 5529 5456 0 -1 4202560 14281 0 0 0 10179 37 0 0 25 0 5 0 910314975 351371264 60118 33554432000 4194304 5787044 140735849042720 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5530/tid=5534] ppid=5529 vsize=343136 CPUtime=102.17 cores=0-7
/proc/5530/task/5534/stat : 5534 (priss) R 5529 5529 5456 0 -1 4202560 13958 0 0 0 10196 21 0 0 18 0 5 0 910314975 351371264 60118 33554432000 4194304 5787044 140735849042720 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5530/tid=5535] ppid=5529 vsize=343136 CPUtime=102.17 cores=0-7

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

/proc/5530/task/5533/stat : 5533 (priss) R 5529 5529 5456 0 -1 4202560 129036 0 0 0 471897 324 0 0 25 0 5 0 910314975 2319085568 517906 33554432000 4194304 5787044 140735849042720 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5530/tid=5534] ppid=5529 vsize=2264732 CPUtime=4722.2 cores=0-7
/proc/5530/task/5534/stat : 5534 (priss) R 5529 5529 5456 0 -1 4202560 111275 0 0 0 472052 168 0 0 25 0 5 0 910314975 2319085568 517906 33554432000 4194304 5787044 140735849042720 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5530/tid=5535] ppid=5529 vsize=2264732 CPUtime=4722.17 cores=0-7
/proc/5530/task/5535/stat : 5535 (priss) R 5529 5529 5456 0 -1 4202560 141196 0 0 0 471983 234 0 0 25 0 5 0 910314976 2319085568 517906 33554432000 4194304 5787044 140735849042720 18446744073709551615 5528404 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 18888.9
Current children cumulated vsize (KiB) 2273432

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/173 5686
/proc/meminfo: memFree=12988156/32951124 swapFree=67060180/67111528
[pid=5529] ppid=5527 vsize=8700 CPUtime=0 cores=0-7
/proc/5529/stat : 5529 (priss.sh) S 5527 5529 5456 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 910314973 8908800 252 33554432000 4194304 4922060 140736249753312 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5529/statm: 2175 252 211 178 0 68 0
[pid=5530] ppid=5529 vsize=2267664 CPUtime=19128.8 cores=0-7
/proc/5530/stat : 5530 (priss) S 5529 5529 5456 0 -1 4202496 528999 0 0 0 1911887 998 0 0 18 0 5 0 910314973 2322087936 521096 33554432000 4194304 5787044 140735849042720 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/5530/statm: 566916 521096 419 389 0 562666 0
[pid=5530/tid=5532] ppid=5529 vsize=2267664 CPUtime=4782.22 cores=0-7
/proc/5530/task/5532/stat : 5532 (priss) R 5529 5529 5456 0 -1 4202560 141967 0 0 0 477956 266 0 0 25 0 5 0 910314974 2322087936 521096 33554432000 4194304 5787044 140735849042720 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5530/tid=5533] ppid=5529 vsize=2267664 CPUtime=4782.21 cores=0-7
/proc/5530/task/5533/stat : 5533 (priss) R 5529 5529 5456 0 -1 4202560 130233 0 0 0 477894 327 0 0 25 0 5 0 910314975 2322087936 521096 33554432000 4194304 5787044 140735849042720 18446744073709551615 5591488 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5530/tid=5534] ppid=5529 vsize=2267664 CPUtime=4782.2 cores=0-7
/proc/5530/task/5534/stat : 5534 (priss) R 5529 5529 5456 0 -1 4202560 112027 0 0 0 478051 169 0 0 25 0 5 0 910314975 2322087936 521096 33554432000 4194304 5787044 140735849042720 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5530/tid=5535] ppid=5529 vsize=2267664 CPUtime=4782.16 cores=0-7
/proc/5530/task/5535/stat : 5535 (priss) R 5529 5529 5456 0 -1 4202560 141994 0 0 0 477982 234 0 0 25 0 5 0 910314976 2322087936 521096 33554432000 4194304 5787044 140735849042720 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19128.8
Current children cumulated vsize (KiB) 2276364

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/173 5688
/proc/meminfo: memFree=12987020/32951124 swapFree=67060180/67111528
[pid=5529] ppid=5527 vsize=8700 CPUtime=0 cores=0-7
/proc/5529/stat : 5529 (priss.sh) S 5527 5529 5456 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 910314973 8908800 252 33554432000 4194304 4922060 140736249753312 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5529/statm: 2175 252 211 178 0 68 0
[pid=5530] ppid=5529 vsize=2267664 CPUtime=19368.8 cores=0-7
/proc/5530/stat : 5530 (priss) S 5529 5529 5456 0 -1 4202496 529264 0 0 0 1935887 998 0 0 18 0 5 0 910314973 2322087936 521361 33554432000 4194304 5787044 140735849042720 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/5530/statm: 566916 521361 419 389 0 562666 0
[pid=5530/tid=5532] ppid=5529 vsize=2267664 CPUtime=4842.23 cores=0-7
/proc/5530/task/5532/stat : 5532 (priss) R 5529 5529 5456 0 -1 4202560 141967 0 0 0 483957 266 0 0 25 0 5 0 910314974 2322087936 521361 33554432000 4194304 5787044 140735849042720 18446744073709551615 4234867 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5530/tid=5533] ppid=5529 vsize=2267664 CPUtime=4842.21 cores=0-7
/proc/5530/task/5533/stat : 5533 (priss) R 5529 5529 5456 0 -1 4202560 130233 0 0 0 483894 327 0 0 25 0 5 0 910314975 2322087936 521361 33554432000 4194304 5787044 140735849042720 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5530/tid=5534] ppid=5529 vsize=2267664 CPUtime=4842.2 cores=0-7
/proc/5530/task/5534/stat : 5534 (priss) R 5529 5529 5456 0 -1 4202560 112156 0 0 0 484051 169 0 0 25 0 5 0 910314975 2322087936 521361 33554432000 4194304 5787044 140735849042720 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5530/tid=5535] ppid=5529 vsize=2267664 CPUtime=4842.16 cores=0-7
/proc/5530/task/5535/stat : 5535 (priss) R 5529 5529 5456 0 -1 4202560 142130 0 0 0 483982 234 0 0 25 0 5 0 910314976 2322087936 521361 33554432000 4194304 5787044 140735849042720 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19368.8
Current children cumulated vsize (KiB) 2276364

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/173 5690
/proc/meminfo: memFree=12985992/32951124 swapFree=67060180/67111528
[pid=5529] ppid=5527 vsize=8700 CPUtime=0 cores=0-7
/proc/5529/stat : 5529 (priss.sh) S 5527 5529 5456 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 910314973 8908800 252 33554432000 4194304 4922060 140736249753312 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5529/statm: 2175 252 211 178 0 68 0
[pid=5530] ppid=5529 vsize=2267664 CPUtime=19608.9 cores=0-7
/proc/5530/stat : 5530 (priss) S 5529 5529 5456 0 -1 4202496 529544 0 0 0 1959888 999 0 0 18 0 5 0 910314973 2322087936 521641 33554432000 4194304 5787044 140735849042720 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/5530/statm: 566916 521641 419 389 0 562666 0
[pid=5530/tid=5532] ppid=5529 vsize=2267664 CPUtime=4902.23 cores=0-7
/proc/5530/task/5532/stat : 5532 (priss) R 5529 5529 5456 0 -1 4202560 141968 0 0 0 489957 266 0 0 25 0 5 0 910314974 2322087936 521641 33554432000 4194304 5787044 140735849042720 18446744073709551615 5591219 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5530/tid=5533] ppid=5529 vsize=2267664 CPUtime=4902.21 cores=0-7
/proc/5530/task/5533/stat : 5533 (priss) R 5529 5529 5456 0 -1 4202560 130235 0 0 0 489894 327 0 0 25 0 5 0 910314975 2322087936 521641 33554432000 4194304 5787044 140735849042720 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5530/tid=5534] ppid=5529 vsize=2267664 CPUtime=4902.2 cores=0-7
/proc/5530/task/5534/stat : 5534 (priss) R 5529 5529 5456 0 -1 4202560 112277 0 0 0 490051 169 0 0 25 0 5 0 910314975 2322087936 521641 33554432000 4194304 5787044 140735849042720 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5530/tid=5535] ppid=5529 vsize=2267664 CPUtime=4902.16 cores=0-7
/proc/5530/task/5535/stat : 5535 (priss) R 5529 5529 5456 0 -1 4202560 142286 0 0 0 489982 234 0 0 25 0 5 0 910314976 2322087936 521641 33554432000 4194304 5787044 140735849042720 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19608.9
Current children cumulated vsize (KiB) 2276364

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/173 5691
/proc/meminfo: memFree=12984852/32951124 swapFree=67060180/67111528
[pid=5529] ppid=5527 vsize=8700 CPUtime=0 cores=0-7
/proc/5529/stat : 5529 (priss.sh) S 5527 5529 5456 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 910314973 8908800 252 33554432000 4194304 4922060 140736249753312 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5529/statm: 2175 252 211 178 0 68 0
[pid=5530] ppid=5529 vsize=2268032 CPUtime=19848.9 cores=0-7
/proc/5530/stat : 5530 (priss) S 5529 5529 5456 0 -1 4202496 529766 0 0 0 1983888 999 0 0 18 0 5 0 910314973 2322464768 521863 33554432000 4194304 5787044 140735849042720 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/5530/statm: 567008 521863 419 389 0 562758 0
[pid=5530/tid=5532] ppid=5529 vsize=2268032 CPUtime=4962.23 cores=0-7
/proc/5530/task/5532/stat : 5532 (priss) R 5529 5529 5456 0 -1 4202560 141968 0 0 0 495957 266 0 0 25 0 5 0 910314974 2322464768 521863 33554432000 4194304 5787044 140735849042720 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5530/tid=5533] ppid=5529 vsize=2268032 CPUtime=4962.21 cores=0-7
/proc/5530/task/5533/stat : 5533 (priss) R 5529 5529 5456 0 -1 4202560 130236 0 0 0 495894 327 0 0 25 0 5 0 910314975 2322464768 521863 33554432000 4194304 5787044 140735849042720 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5530/tid=5534] ppid=5529 vsize=2268032 CPUtime=4962.2 cores=0-7
/proc/5530/task/5534/stat : 5534 (priss) R 5529 5529 5456 0 -1 4202560 112358 0 0 0 496051 169 0 0 25 0 5 0 910314975 2322464768 521863 33554432000 4194304 5787044 140735849042720 18446744073709551615 5588133 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5530/tid=5535] ppid=5529 vsize=2268032 CPUtime=4962.16 cores=0-7
/proc/5530/task/5535/stat : 5535 (priss) R 5529 5529 5456 0 -1 4202560 142426 0 0 0 495982 234 0 0 25 0 5 0 910314976 2322464768 521863 33554432000 4194304 5787044 140735849042720 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19848.9
Current children cumulated vsize (KiB) 2276732

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/173 5693
/proc/meminfo: memFree=12984064/32951124 swapFree=67060180/67111528
[pid=5529] ppid=5527 vsize=8700 CPUtime=0 cores=0-7
/proc/5529/stat : 5529 (priss.sh) S 5527 5529 5456 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 910314973 8908800 252 33554432000 4194304 4922060 140736249753312 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5529/statm: 2175 252 211 178 0 68 0
[pid=5530] ppid=5529 vsize=2268736 CPUtime=20088.9 cores=0-7
/proc/5530/stat : 5530 (priss) S 5529 5529 5456 0 -1 4202496 530068 0 0 0 2007889 999 0 0 18 0 5 0 910314973 2323185664 522165 33554432000 4194304 5787044 140735849042720 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/5530/statm: 567184 522165 419 389 0 562934 0
[pid=5530/tid=5532] ppid=5529 vsize=2268736 CPUtime=5022.23 cores=0-7
/proc/5530/task/5532/stat : 5532 (priss) R 5529 5529 5456 0 -1 4202560 141969 0 0 0 501957 266 0 0 25 0 5 0 910314974 2323185664 522165 33554432000 4194304 5787044 140735849042720 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5530/tid=5533] ppid=5529 vsize=2268736 CPUtime=5022.21 cores=0-7
/proc/5530/task/5533/stat : 5533 (priss) R 5529 5529 5456 0 -1 4202560 130236 0 0 0 501894 327 0 0 25 0 5 0 910314975 2323185664 522165 33554432000 4194304 5787044 140735849042720 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5530/tid=5534] ppid=5529 vsize=2268736 CPUtime=5022.2 cores=0-7
/proc/5530/task/5534/stat : 5534 (priss) R 5529 5529 5456 0 -1 4202560 112465 0 0 0 502051 169 0 0 25 0 5 0 910314975 2323185664 522165 33554432000 4194304 5787044 140735849042720 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5530/tid=5535] ppid=5529 vsize=2268736 CPUtime=5022.17 cores=0-7
/proc/5530/task/5535/stat : 5535 (priss) R 5529 5529 5456 0 -1 4202560 142620 0 0 0 501982 235 0 0 25 0 5 0 910314976 2323185664 522165 33554432000 4194304 5787044 140735849042720 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20088.9
Current children cumulated vsize (KiB) 2277436

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/173 5694
/proc/meminfo: memFree=12982668/32951124 swapFree=67060180/67111528
[pid=5529] ppid=5527 vsize=8700 CPUtime=0 cores=0-7
/proc/5529/stat : 5529 (priss.sh) S 5527 5529 5456 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 910314973 8908800 252 33554432000 4194304 4922060 140736249753312 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5529/statm: 2175 252 211 178 0 68 0
[pid=5530] ppid=5529 vsize=2269408 CPUtime=20328.9 cores=0-7
/proc/5530/stat : 5530 (priss) S 5529 5529 5456 0 -1 4202496 530344 0 0 0 2031889 999 0 0 18 0 5 0 910314973 2323873792 522441 33554432000 4194304 5787044 140735849042720 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/5530/statm: 567352 522441 419 389 0 563102 0
[pid=5530/tid=5532] ppid=5529 vsize=2269408 CPUtime=5082.23 cores=0-7
/proc/5530/task/5532/stat : 5532 (priss) R 5529 5529 5456 0 -1 4202560 141969 0 0 0 507957 266 0 0 25 0 5 0 910314974 2323873792 522441 33554432000 4194304 5787044 140735849042720 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5530/tid=5533] ppid=5529 vsize=2269408 CPUtime=5082.21 cores=0-7
/proc/5530/task/5533/stat : 5533 (priss) R 5529 5529 5456 0 -1 4202560 130236 0 0 0 507894 327 0 0 25 0 5 0 910314975 2323873792 522441 33554432000 4194304 5787044 140735849042720 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5530/tid=5534] ppid=5529 vsize=2269408 CPUtime=5082.2 cores=0-7
/proc/5530/task/5534/stat : 5534 (priss) R 5529 5529 5456 0 -1 4202560 112595 0 0 0 508051 169 0 0 25 0 5 0 910314975 2323873792 522441 33554432000 4194304 5787044 140735849042720 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5530/tid=5535] ppid=5529 vsize=2269408 CPUtime=5082.17 cores=0-7
/proc/5530/task/5535/stat : 5535 (priss) R 5529 5529 5456 0 -1 4202560 142766 0 0 0 507982 235 0 0 25 0 5 0 910314976 2323873792 522441 33554432000 4194304 5787044 140735849042720 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20328.9
Current children cumulated vsize (KiB) 2278108



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.91 5/173 5695
/proc/meminfo: memFree=12982412/32951124 swapFree=67060180/67111528
[pid=5529] ppid=5527 vsize=8700 CPUtime=0 cores=0-7
/proc/5529/stat : 5529 (priss.sh) S 5527 5529 5456 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 910314973 8908800 252 33554432000 4194304 4922060 140736249753312 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5529/statm: 2175 252 211 178 0 68 0
[pid=5530] ppid=5529 vsize=2269568 CPUtime=20399.7 cores=0-7
/proc/5530/stat : 5530 (priss) S 5529 5529 5456 0 -1 4202496 530427 0 0 0 2038971 999 0 0 18 0 5 0 910314973 2324037632 522524 33554432000 4194304 5787044 140735849042720 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/5530/statm: 567392 522524 419 389 0 563142 0
[pid=5530/tid=5532] ppid=5529 vsize=2269568 CPUtime=5099.94 cores=0-7
/proc/5530/task/5532/stat : 5532 (priss) R 5529 5529 5456 0 -1 4202560 141969 0 0 0 509728 266 0 0 25 0 5 0 910314974 2324037632 522524 33554432000 4194304 5787044 140735849042720 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5530/tid=5533] ppid=5529 vsize=2269568 CPUtime=5099.92 cores=0-7
/proc/5530/task/5533/stat : 5533 (priss) R 5529 5529 5456 0 -1 4202560 130236 0 0 0 509665 327 0 0 25 0 5 0 910314975 2324037632 522524 33554432000 4194304 5787044 140735849042720 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5530/tid=5534] ppid=5529 vsize=2269568 CPUtime=5099.91 cores=0-7
/proc/5530/task/5534/stat : 5534 (priss) R 5529 5529 5456 0 -1 4202560 112629 0 0 0 509822 169 0 0 25 0 5 0 910314975 2324037632 522524 33554432000 4194304 5787044 140735849042720 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5530/tid=5535] ppid=5529 vsize=2269568 CPUtime=5099.88 cores=0-7
/proc/5530/task/5535/stat : 5535 (priss) R 5529 5529 5456 0 -1 4202560 142815 0 0 0 509753 235 0 0 25 0 5 0 910314976 2324037632 522524 33554432000 4194304 5787044 140735849042720 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20399.7
Current children cumulated vsize (KiB) 2278268

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 5529 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 20399.7
#
# 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): 20399.7
CPU user time (s): 20389.7
CPU system time (s): 9.99
CPU usage (%): 399.993
Max. virtual memory (cumulated for all children) (KiB): 2278268

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= 5
involuntary context switches= 3

runsolver used 8.01678 second user time and 19.3311 second system time

The end

Launcher Data

Begin job on node106 at 2011-06-13 19:45:46
IDJOB=3499155
IDBENCH=70930
IDSOLVER=1994
FILE ID=node106/3499155-1307987146
RUNJOBID= node106-1307987144-5470
PBS_JOBID= 13559800
Free space on /var/tmp= 2892 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT09/CRAFTED/edgematching/fbcolors/em_8_4_5_fbc.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3499155-1307987146/watcher-3499155-1307987146 -o /var/tmp/evaluation-result-3499155-1307987146/solver-3499155-1307987146 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499155-1307987146.cnf 379611109 40000 31000 8

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

MD5SUM BENCH= 6fdce6b69c397ad71b0f25957edff1fa
RANDOM SEED=379611109

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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:     32951124 kB
MemFree:      15074120 kB
Buffers:         97788 kB
Cached:       17140244 kB
SwapCached:      12920 kB
Active:        1781600 kB
Inactive:     15474072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15074120 kB
SwapTotal:    67111528 kB
SwapFree:     67060180 kB
Dirty:            2376 kB
Writeback:           0 kB
AnonPages:       15588 kB
Mapped:           9188 kB
Slab:           554188 kB
PageTables:       4132 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   159872 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= 2888 MiB
End job on node106 at 2011-06-13 21:10:48