Trace number 3257324

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
priss 1.0? (TO) 4800.19 1201.82

General information on the benchmark

NameCRAFTED/edgematching/
compact/em_12_2_4_cmp.cnf
MD5SUM7ea97a36d5ab6c8a5aa99830d5253591
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark62.0956
Satisfiable
(Un)Satisfiability was proved
Number of variables12584
Number of clauses155712
Sum of the clauses size523920
Maximum clause length100
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 217404
Number of clauses of size 3103200
Number of clauses of size 417828
Number of clauses of size 517000
Number of clauses of size over 5280

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: 23227
0.00/0.05	c parsetime: 49966us
0.00/0.05	c parsed 155712 clauses with 12584 variables
0.00/0.06	c NW started thread 0 successfully (1107470656)
0.00/0.07	c NW started thread 1 successfully (1088440640)
0.00/0.09	c NW started thread 2 successfully (1117960512)
0.00/0.98	c NW started thread 3 successfully (1128450368)
0.00/1.65	c preprocessor returned 12884 variables
0.00/1.65	c preprocessing returned UNKNOWN
0.00/1.65	c PP set 0 variables
0.00/1.65	c pp time: 1584288us (1s)
0.00/1.66	c preprocessor returned 12884 variables
0.00/1.66	c preprocessing returned UNKNOWN
0.00/1.66	c PP set 0 variables
0.00/1.66	c pp time: 1583790us (1s)
0.00/1.68	c preprocessor returned 12884 variables
0.00/1.68	c preprocessing returned UNKNOWN
0.00/1.68	c PP set 0 variables
0.00/1.68	c pp time: 1582676us (1s)
18.11/4.63	c preprocessor returned 30008 variables
18.11/4.63	c preprocessing returned UNKNOWN
18.11/4.63	c PP set 0 variables
18.11/4.63	c pp time: 4506313us (4s)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3257324-1304042569/watcher-3257324-1304042569 -o /tmp/evaluation-result-3257324-1304042569/solver-3257324-1304042569 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3257324-1304042569.cnf 578178072 4800 15500 4 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.20 8.11 8.09 5/182 23226
/proc/meminfo: memFree=14061624/32951124 swapFree=67111528/67111528
[pid=23226] ppid=23224 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23226/stat : 23226 (priss.sh) S 23224 23226 22103 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 496672761 8908800 252 33554432000 4194304 4922060 140733645670368 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23226/statm: 2175 252 211 178 0 68 0

[startup+0.0717499 s]
/proc/loadavg: 8.20 8.11 8.09 5/182 23226
/proc/meminfo: memFree=14061624/32951124 swapFree=67111528/67111528
[pid=23226] ppid=23224 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23226/stat : 23226 (priss.sh) S 23224 23226 22103 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 496672761 8908800 252 33554432000 4194304 4922060 140733645670368 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23226/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100712 s]
/proc/loadavg: 8.20 8.11 8.09 5/182 23226
/proc/meminfo: memFree=14061624/32951124 swapFree=67111528/67111528
[pid=23226] ppid=23224 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23226/stat : 23226 (priss.sh) S 23224 23226 22103 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 496672761 8908800 252 33554432000 4194304 4922060 140733645670368 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23226/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.986555 s]
/proc/loadavg: 8.20 8.11 8.09 5/182 23226
/proc/meminfo: memFree=14061624/32951124 swapFree=67111528/67111528
[pid=23226] ppid=23224 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23226/stat : 23226 (priss.sh) S 23224 23226 22103 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 496672761 8908800 252 33554432000 4194304 4922060 140733645670368 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23226/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.00055 s]
/proc/loadavg: 8.20 8.11 8.09 5/182 23226
/proc/meminfo: memFree=14061624/32951124 swapFree=67111528/67111528
[pid=23226] ppid=23224 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23226/stat : 23226 (priss.sh) S 23224 23226 22103 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 496672761 8908800 252 33554432000 4194304 4922060 140733645670368 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23226/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50046 s]
/proc/loadavg: 8.20 8.11 8.09 5/182 23226
/proc/meminfo: memFree=14061624/32951124 swapFree=67111528/67111528
[pid=23226] ppid=23224 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23226/stat : 23226 (priss.sh) S 23224 23226 22103 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 496672761 8908800 252 33554432000 4194304 4922060 140733645670368 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23226/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10118 s]
/proc/loadavg: 8.18 8.10 8.09 9/188 23232
/proc/meminfo: memFree=13962252/32951124 swapFree=67111528/67111528
[pid=23226] ppid=23224 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23226/stat : 23226 (priss.sh) S 23224 23226 22103 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 496672761 8908800 252 33554432000 4194304 4922060 140733645670368 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23226/statm: 2175 252 211 178 0 68 0
[pid=23227] ppid=23226 vsize=313964 CPUtime=12.12 cores=1,3,5,7
/proc/23227/stat : 23227 (priss) S 23226 23226 22103 0 -1 4202496 30020 0 0 0 1195 17 0 0 18 0 5 0 496672761 321499136 24940 33554432000 4194304 5787044 140736296527104 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/23227/statm: 78491 24940 405 389 0 74241 0
[pid=23227/tid=23229] ppid=23226 vsize=313964 CPUtime=3.02 cores=1,3,5,7
/proc/23227/task/23229/stat : 23229 (priss) R 23226 23226 22103 0 -1 4202560 5390 0 0 0 298 4 0 0 25 0 5 0 496672768 321499136 24940 33554432000 4194304 5787044 140736296527104 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23227/tid=23230] ppid=23226 vsize=313964 CPUtime=3 cores=1,3,5,7
/proc/23227/task/23230/stat : 23230 (priss) R 23226 23226 22103 0 -1 4202560 4451 0 0 0 296 4 0 0 25 0 5 0 496672769 321499136 24940 33554432000 4194304 5787044 140736296527104 18446744073709551615 4254581 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23227/tid=23231] ppid=23226 vsize=313964 CPUtime=2.99 cores=1,3,5,7
/proc/23227/task/23231/stat : 23231 (priss) R 23226 23226 22103 0 -1 4202560 6353 0 0 0 293 6 0 0 25 0 5 0 496672771 321499136 24940 33554432000 4194304 5787044 140736296527104 18446744073709551615 233510402591 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23227/tid=23232] ppid=23226 vsize=313964 CPUtime=2.97 cores=1,3,5,7
/proc/23227/task/23232/stat : 23232 (priss) R 23226 23226 22103 0 -1 4202560 5589 0 0 0 296 1 0 0 25 0 5 0 496672773 321499136 24940 33554432000 4194304 5787044 140736296527104 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.12
Current children cumulated vsize (KiB) 322664

[startup+6.3006 s]
/proc/loadavg: 8.17 8.10 8.09 9/188 23232
/proc/meminfo: memFree=13954052/32951124 swapFree=67111528/67111528
[pid=23226] ppid=23224 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23226/stat : 23226 (priss.sh) S 23224 23226 22103 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 496672761 8908800 252 33554432000 4194304 4922060 140733645670368 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23226/statm: 2175 252 211 178 0 68 0
[pid=23227] ppid=23226 vsize=318064 CPUtime=24.89 cores=1,3,5,7
/proc/23227/stat : 23227 (priss) S 23226 23226 22103 0 -1 4202496 34137 0 0 0 2431 58 0 0 18 0 5 0 496672761 325697536 27097 33554432000 4194304 5787044 140736296527104 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/23227/statm: 79516 27097 419 389 0 75266 0
[pid=23227/tid=23229] ppid=23226 vsize=318064 CPUtime=6.22 cores=1,3,5,7
/proc/23227/task/23229/stat : 23229 (priss) R 23226 23226 22103 0 -1 4202560 5505 0 0 0 609 13 0 0 25 0 5 0 496672768 325697536 27097 33554432000 4194304 5787044 140736296527104 18446744073709551615 233510402591 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23227/tid=23230] ppid=23226 vsize=318064 CPUtime=6.17 cores=1,3,5,7
/proc/23227/task/23230/stat : 23230 (priss) R 23226 23226 22103 0 -1 4202560 4451 0 0 0 601 16 0 0 25 0 5 0 496672769 325697536 27097 33554432000 4194304 5787044 140736296527104 18446744073709551615 233509698540 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23227/tid=23231] ppid=23226 vsize=318064 CPUtime=6.19 cores=1,3,5,7
/proc/23227/task/23231/stat : 23231 (priss) R 23226 23226 22103 0 -1 4202560 6489 0 0 0 601 18 0 0 18 0 5 0 496672771 325697536 27097 33554432000 4194304 5787044 140736296527104 18446744073709551615 233510402591 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23227/tid=23232] ppid=23226 vsize=318064 CPUtime=6.17 cores=1,3,5,7
/proc/23227/task/23232/stat : 23232 (priss) R 23226 23226 22103 0 -1 4202560 9455 0 0 0 609 8 0 0 19 0 5 0 496672773 325697536 27097 33554432000 4194304 5787044 140736296527104 18446744073709551615 233510402591 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.89
Current children cumulated vsize (KiB) 326764

[startup+12.7005 s]
/proc/loadavg: 8.16 8.10 8.09 9/188 23232
/proc/meminfo: memFree=13947596/32951124 swapFree=67111528/67111528
[pid=23226] ppid=23224 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23226/stat : 23226 (priss.sh) S 23224 23226 22103 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 496672761 8908800 252 33554432000 4194304 4922060 140733645670368 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23226/statm: 2175 252 211 178 0 68 0
[pid=23227] ppid=23226 vsize=319400 CPUtime=50.47 cores=1,3,5,7
/proc/23227/stat : 23227 (priss) S 23226 23226 22103 0 -1 4202496 35679 0 0 0 4891 156 0 0 18 0 5 0 496672761 327065600 28639 33554432000 4194304 5787044 140736296527104 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/23227/statm: 79850 28639 419 389 0 75600 0
[pid=23227/tid=23229] ppid=23226 vsize=319400 CPUtime=12.62 cores=1,3,5,7
/proc/23227/task/23229/stat : 23229 (priss) R 23226 23226 22103 0 -1 4202560 5930 0 0 0 1228 34 0 0 25 0 5 0 496672768 327065600 28639 33554432000 4194304 5787044 140736296527104 18446744073709551615 233510402591 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23227/tid=23230] ppid=23226 vsize=319400 CPUtime=12.54 cores=1,3,5,7
/proc/23227/task/23230/stat : 23230 (priss) R 23226 23226 22103 0 -1 4202560 4794 0 0 0 1210 44 0 0 21 0 5 0 496672769 327065600 28639 33554432000 4194304 5787044 140736296527104 18446744073709551615 4254468 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23227/tid=23231] ppid=23226 vsize=319400 CPUtime=12.59 cores=1,3,5,7
/proc/23227/task/23231/stat : 23231 (priss) R 23226 23226 22103 0 -1 4202560 6947 0 0 0 1215 44 0 0 25 0 5 0 496672771 327065600 28639 33554432000 4194304 5787044 140736296527104 18446744073709551615 233510402591 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23227/tid=23232] ppid=23226 vsize=319400 CPUtime=12.56 cores=1,3,5,7
/proc/23227/task/23232/stat : 23232 (priss) R 23226 23226 22103 0 -1 4202560 9771 0 0 0 1225 31 0 0 25 0 5 0 496672773 327065600 28639 33554432000 4194304 5787044 140736296527104 18446744073709551615 233510402591 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.47
Current children cumulated vsize (KiB) 328100

[startup+25.5012 s]
/proc/loadavg: 8.13 8.10 8.09 9/188 23232
/proc/meminfo: memFree=13936844/32951124 swapFree=67111528/67111528
[pid=23226] ppid=23224 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23226/stat : 23226 (priss.sh) S 23224 23226 22103 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 496672761 8908800 252 33554432000 4194304 4922060 140733645670368 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23226/statm: 2175 252 211 178 0 68 0
[pid=23227] ppid=23226 vsize=321648 CPUtime=101.55 cores=1,3,5,7
/proc/23227/stat : 23227 (priss) S 23226 23226 22103 0 -1 4202496 37676 0 0 0 9812 343 0 0 18 0 5 0 496672761 329367552 30636 33554432000 4194304 5787044 140736296527104 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/23227/statm: 80412 30636 419 389 0 76162 0
[pid=23227/tid=23229] ppid=23226 vsize=321648 CPUtime=25.41 cores=1,3,5,7
/proc/23227/task/23229/stat : 23229 (priss) R 23226 23226 22103 0 -1 4202560 6439 0 0 0 2470 71 0 0 25 0 5 0 496672768 329367552 30636 33554432000 4194304 5787044 140736296527104 18446744073709551615 233510402591 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23227/tid=23230] ppid=23226 vsize=321648 CPUtime=25.31 cores=1,3,5,7
/proc/23227/task/23230/stat : 23230 (priss) R 23226 23226 22103 0 -1 4202560 5361 0 0 0 2437 94 0 0 18 0 5 0 496672769 329367552 30636 33554432000 4194304 5787044 140736296527104 18446744073709551615 233510402591 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23227/tid=23231] ppid=23226 vsize=321648 CPUtime=25.33 cores=1,3,5,7
/proc/23227/task/23231/stat : 23231 (priss) R 23226 23226 22103 0 -1 4202560 7423 0 0 0 2438 95 0 0 25 0 5 0 496672771 329367552 30636 33554432000 4194304 5787044 140736296527104 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23227/tid=23232] ppid=23226 vsize=321648 CPUtime=25.36 cores=1,3,5,7
/proc/23227/task/23232/stat : 23232 (priss) R 23226 23226 22103 0 -1 4202560 10216 0 0 0 2456 80 0 0 25 0 5 0 496672773 329367552 30636 33554432000 4194304 5787044 140736296527104 18446744073709551615 233510402591 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.55
Current children cumulated vsize (KiB) 330348

[startup+51.1006 s]
/proc/loadavg: 8.08 8.09 8.08 9/188 23233
/proc/meminfo: memFree=13899648/32951124 swapFree=67111528/67111528
[pid=23226] ppid=23224 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23226/stat : 23226 (priss.sh) S 23224 23226 22103 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 496672761 8908800 252 33554432000 4194304 4922060 140733645670368 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23226/statm: 2175 252 211 178 0 68 0
[pid=23227] ppid=23226 vsize=329576 CPUtime=203.75 cores=1,3,5,7
/proc/23227/stat : 23227 (priss) S 23226 23226 22103 0 -1 4202496 42798 0 0 0 19734 641 0 0 18 0 5 0 496672761 337485824 35758 33554432000 4194304 5787044 140736296527104 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/23227/statm: 82394 35758 419 389 0 78144 0
[pid=23227/tid=23229] ppid=23226 vsize=329576 CPUtime=51 cores=1,3,5,7
/proc/23227/task/23229/stat : 23229 (priss) R 23226 23226 22103 0 -1 4202560 8454 0 0 0 4963 137 0 0 25 0 5 0 496672768 337485824 35758 33554432000 4194304 5787044 140736296527104 18446744073709551615 233510402591 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23227/tid=23230] ppid=23226 vsize=329576 CPUtime=50.87 cores=1,3,5,7
/proc/23227/task/23230/stat : 23230 (priss) R 23226 23226 22103 0 -1 4202560 6330 0 0 0 4913 174 0 0 25 0 5 0 496672769 337485824 35758 33554432000 4194304 5787044 140736296527104 18446744073709551615 5585240 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23227/tid=23231] ppid=23226 vsize=329576 CPUtime=50.78 cores=1,3,5,7
/proc/23227/task/23231/stat : 23231 (priss) R 23226 23226 22103 0 -1 4202560 8380 0 0 0 4905 173 0 0 25 0 5 0 496672771 337485824 35758 33554432000 4194304 5787044 140736296527104 18446744073709551615 233510402591 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23227/tid=23232] ppid=23226 vsize=329576 CPUtime=50.95 cores=1,3,5,7
/proc/23227/task/23232/stat : 23232 (priss) R 23226 23226 22103 0 -1 4202560 11397 0 0 0 4941 154 0 0 25 0 5 0 496672773 337485824 35758 33554432000 4194304 5787044 140736296527104 18446744073709551615 233510402591 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.75
Current children cumulated vsize (KiB) 338276

[startup+102.3 s]
/proc/loadavg: 8.03 8.07 8.08 9/188 23234
/proc/meminfo: memFree=13852004/32951124 swapFree=67111528/67111528
[pid=23226] ppid=23224 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23226/stat : 23226 (priss.sh) S 23224 23226 22103 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 496672761 8908800 252 33554432000 4194304 4922060 140733645670368 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23226/statm: 2175 252 211 178 0 68 0
[pid=23227] ppid=23226 vsize=343488 CPUtime=408.22 cores=1,3,5,7
/proc/23227/stat : 23227 (priss) S 23226 23226 22103 0 -1 4202496 53033 0 0 0 39758 1064 0 0 18 0 5 0 496672761 351731712 45993 33554432000 4194304 5787044 140736296527104 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/23227/statm: 85872 45993 419 389 0 81622 0
[pid=23227/tid=23229] ppid=23226 vsize=343488 CPUtime=102.19 cores=1,3,5,7
/proc/23227/task/23229/stat : 23229 (priss) R 23226 23226 22103 0 -1 4202560 12236 0 0 0 9993 226 0 0 25 0 5 0 496672768 351731712 45993 33554432000 4194304 5787044 140736296527104 18446744073709551615 233510402591 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23227/tid=23230] ppid=23226 vsize=343488 CPUtime=101.78 cores=1,3,5,7
/proc/23227/task/23230/stat : 23230 (priss) R 23226 23226 22103 0 -1 4202560 8779 0 0 0 9892 286 0 0 25 0 5 0 496672769 351731712 45993 33554432000 4194304 5787044 140736296527104 18446744073709551615 5591083 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23227/tid=23231] ppid=23226 vsize=343488 CPUtime=101.97 cores=1,3,5,7
/proc/23227/task/23231/stat : 23231 (priss) R 23226 23226 22103 0 -1 4202560 10399 0 0 0 9914 283 0 0 25 0 5 0 496672771 351731712 45993 33554432000 4194304 5787044 140736296527104 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23227/tid=23232] ppid=23226 vsize=343488 CPUtime=102.14 cores=1,3,5,7
/proc/23227/task/23232/stat : 23232 (priss) R 23226 23226 22103 0 -1 4202560 13382 0 0 0 9947 267 0 0 25 0 5 0 496672773 351731712 45993 33554432000 4194304 5787044 140736296527104 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.22
Current children cumulated vsize (KiB) 352188

[startup+162.301 s]
/proc/loadavg: 8.06 8.07 8.08 9/188 23236
/proc/meminfo: memFree=13773824/32951124 swapFree=67111528/67111528
[pid=23226] ppid=23224 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23226/stat : 23226 (priss.sh) S 23224 23226 22103 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 496672761 8908800 252 33554432000 4194304 4922060 140733645670368 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23226/statm: 2175 252 211 178 0 68 0
[pid=23227] ppid=23226 vsize=361552 CPUtime=647.89 cores=1,3,5,7

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

/proc/23227/task/23230/stat : 23230 (priss) R 23226 23226 22103 0 -1 4202560 67437 0 0 0 87144 694 0 0 19 0 5 0 496672769 1226731520 265067 33554432000 4194304 5787044 140736296527104 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23227/tid=23231] ppid=23226 vsize=1197980 CPUtime=881.93 cores=1,3,5,7
/proc/23227/task/23231/stat : 23231 (priss) R 23226 23226 22103 0 -1 4202560 69498 0 0 0 87465 728 0 0 25 0 5 0 496672771 1226731520 265067 33554432000 4194304 5787044 140736296527104 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23227/tid=23232] ppid=23226 vsize=1197980 CPUtime=881.57 cores=1,3,5,7
/proc/23227/task/23232/stat : 23232 (priss) R 23226 23226 22103 0 -1 4202560 58654 0 0 0 87492 665 0 0 25 0 5 0 496672773 1226731520 265067 33554432000 4194304 5787044 140736296527104 18446744073709551615 5527568 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3523.89
Current children cumulated vsize (KiB) 1206680

[startup+942.307 s]
/proc/loadavg: 8.10 8.05 8.05 9/188 23290
/proc/meminfo: memFree=12819352/32951124 swapFree=67111528/67111528
[pid=23226] ppid=23224 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23226/stat : 23226 (priss.sh) S 23224 23226 22103 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 496672761 8908800 252 33554432000 4194304 4922060 140733645670368 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23226/statm: 2175 252 211 178 0 68 0
[pid=23227] ppid=23226 vsize=1377000 CPUtime=3763.58 cores=1,3,5,7
/proc/23227/stat : 23227 (priss) S 23226 23226 22103 0 -1 4202496 317656 0 0 0 373642 2716 0 0 18 0 5 0 496672761 1410048000 309967 33554432000 4194304 5787044 140736296527104 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/23227/statm: 344250 309967 419 389 0 340000 0
[pid=23227/tid=23229] ppid=23226 vsize=1377000 CPUtime=941.86 cores=1,3,5,7
/proc/23227/task/23229/stat : 23229 (priss) R 23226 23226 22103 0 -1 4202560 81843 0 0 0 93597 589 0 0 25 0 5 0 496672768 1410048000 309967 33554432000 4194304 5787044 140736296527104 18446744073709551615 4692090 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23227/tid=23230] ppid=23226 vsize=1377000 CPUtime=938.06 cores=1,3,5,7
/proc/23227/task/23230/stat : 23230 (priss) R 23226 23226 22103 0 -1 4202560 78419 0 0 0 93104 702 0 0 25 0 5 0 496672769 1410048000 309967 33554432000 4194304 5787044 140736296527104 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23227/tid=23231] ppid=23226 vsize=1377000 CPUtime=941.94 cores=1,3,5,7
/proc/23227/task/23231/stat : 23231 (priss) R 23226 23226 22103 0 -1 4202560 80225 0 0 0 93452 742 0 0 25 0 5 0 496672771 1410048000 309967 33554432000 4194304 5787044 140736296527104 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23227/tid=23232] ppid=23226 vsize=1377000 CPUtime=941.58 cores=1,3,5,7
/proc/23227/task/23232/stat : 23232 (priss) R 23226 23226 22103 0 -1 4202560 68932 0 0 0 93477 681 0 0 25 0 5 0 496672773 1410048000 309967 33554432000 4194304 5787044 140736296527104 18446744073709551615 5528398 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3763.58
Current children cumulated vsize (KiB) 1385700

[startup+1002.3 s]
/proc/loadavg: 8.06 8.06 8.05 9/188 23291
/proc/meminfo: memFree=12761264/32951124 swapFree=67111528/67111528
[pid=23226] ppid=23224 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23226/stat : 23226 (priss.sh) S 23224 23226 22103 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 496672761 8908800 252 33554432000 4194304 4922060 140733645670368 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23226/statm: 2175 252 211 178 0 68 0
[pid=23227] ppid=23226 vsize=1446924 CPUtime=4003.21 cores=1,3,5,7
/proc/23227/stat : 23227 (priss) S 23226 23226 22103 0 -1 4202496 330798 0 0 0 397554 2767 0 0 18 0 5 0 496672761 1481650176 322915 33554432000 4194304 5787044 140736296527104 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/23227/statm: 361731 322915 419 389 0 357481 0
[pid=23227/tid=23229] ppid=23226 vsize=1446924 CPUtime=1001.85 cores=1,3,5,7
/proc/23227/task/23229/stat : 23229 (priss) R 23226 23226 22103 0 -1 4202560 82017 0 0 0 99588 597 0 0 25 0 5 0 496672768 1481650176 322915 33554432000 4194304 5787044 140736296527104 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23227/tid=23230] ppid=23226 vsize=1446924 CPUtime=997.97 cores=1,3,5,7
/proc/23227/task/23230/stat : 23230 (priss) R 23226 23226 22103 0 -1 4202560 79504 0 0 0 99085 712 0 0 25 0 5 0 496672769 1481650176 322915 33554432000 4194304 5787044 140736296527104 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23227/tid=23231] ppid=23226 vsize=1446924 CPUtime=1001.93 cores=1,3,5,7
/proc/23227/task/23231/stat : 23231 (priss) R 23226 23226 22103 0 -1 4202560 82061 0 0 0 99437 756 0 0 25 0 5 0 496672771 1481650176 322915 33554432000 4194304 5787044 140736296527104 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23227/tid=23232] ppid=23226 vsize=1446924 CPUtime=1001.32 cores=1,3,5,7
/proc/23227/task/23232/stat : 23232 (priss) R 23226 23226 22103 0 -1 4202560 78979 0 0 0 99432 700 0 0 25 0 5 0 496672773 1481650176 322915 33554432000 4194304 5787044 140736296527104 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.21
Current children cumulated vsize (KiB) 1455624

[startup+1062.3 s]
/proc/loadavg: 8.09 8.07 8.05 9/188 23293
/proc/meminfo: memFree=12724264/32951124 swapFree=67111528/67111528
[pid=23226] ppid=23224 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23226/stat : 23226 (priss.sh) S 23224 23226 22103 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 496672761 8908800 252 33554432000 4194304 4922060 140733645670368 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23226/statm: 2175 252 211 178 0 68 0
[pid=23227] ppid=23226 vsize=1446924 CPUtime=4242.89 cores=1,3,5,7
/proc/23227/stat : 23227 (priss) S 23226 23226 22103 0 -1 4202496 334232 0 0 0 421488 2801 0 0 18 0 5 0 496672761 1481650176 326252 33554432000 4194304 5787044 140736296527104 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/23227/statm: 361731 326252 419 389 0 357481 0
[pid=23227/tid=23229] ppid=23226 vsize=1446924 CPUtime=1061.85 cores=1,3,5,7
/proc/23227/task/23229/stat : 23229 (priss) R 23226 23226 22103 0 -1 4202560 82019 0 0 0 105584 601 0 0 25 0 5 0 496672768 1481650176 326252 33554432000 4194304 5787044 140736296527104 18446744073709551615 4254488 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23227/tid=23230] ppid=23226 vsize=1446924 CPUtime=1057.97 cores=1,3,5,7
/proc/23227/task/23230/stat : 23230 (priss) R 23226 23226 22103 0 -1 4202560 79506 0 0 0 105077 720 0 0 25 0 5 0 496672769 1481650176 326252 33554432000 4194304 5787044 140736296527104 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23227/tid=23231] ppid=23226 vsize=1446924 CPUtime=1061.93 cores=1,3,5,7
/proc/23227/task/23231/stat : 23231 (priss) R 23226 23226 22103 0 -1 4202560 82062 0 0 0 105429 764 0 0 25 0 5 0 496672771 1481650176 326252 33554432000 4194304 5787044 140736296527104 18446744073709551615 5590982 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23227/tid=23232] ppid=23226 vsize=1446924 CPUtime=1060.99 cores=1,3,5,7
/proc/23227/task/23232/stat : 23232 (priss) R 23226 23226 22103 0 -1 4202560 82408 0 0 0 105386 713 0 0 25 0 5 0 496672773 1481650176 326252 33554432000 4194304 5787044 140736296527104 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4242.89
Current children cumulated vsize (KiB) 1455624

[startup+1122.3 s]
/proc/loadavg: 8.10 8.08 8.06 10/188 23327
/proc/meminfo: memFree=13658240/32951124 swapFree=67111528/67111528
[pid=23226] ppid=23224 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23226/stat : 23226 (priss.sh) S 23224 23226 22103 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 496672761 8908800 252 33554432000 4194304 4922060 140733645670368 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23226/statm: 2175 252 211 178 0 68 0
[pid=23227] ppid=23226 vsize=1446924 CPUtime=4482.57 cores=1,3,5,7
/proc/23227/stat : 23227 (priss) S 23226 23226 22103 0 -1 4202496 334234 0 0 0 445438 2819 0 0 18 0 5 0 496672761 1481650176 326254 33554432000 4194304 5787044 140736296527104 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/23227/statm: 361731 326254 419 389 0 357481 0
[pid=23227/tid=23229] ppid=23226 vsize=1446924 CPUtime=1121.85 cores=1,3,5,7
/proc/23227/task/23229/stat : 23229 (priss) R 23226 23226 22103 0 -1 4202560 82019 0 0 0 111580 605 0 0 25 0 5 0 496672768 1481650176 326254 33554432000 4194304 5787044 140736296527104 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23227/tid=23230] ppid=23226 vsize=1446924 CPUtime=1117.97 cores=1,3,5,7
/proc/23227/task/23230/stat : 23230 (priss) R 23226 23226 22103 0 -1 4202560 79507 0 0 0 111073 724 0 0 25 0 5 0 496672769 1481650176 326254 33554432000 4194304 5787044 140736296527104 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23227/tid=23231] ppid=23226 vsize=1446924 CPUtime=1121.93 cores=1,3,5,7
/proc/23227/task/23231/stat : 23231 (priss) R 23226 23226 22103 0 -1 4202560 82063 0 0 0 111424 769 0 0 25 0 5 0 496672771 1481650176 326254 33554432000 4194304 5787044 140736296527104 18446744073709551615 5591573 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23227/tid=23232] ppid=23226 vsize=1446924 CPUtime=1120.68 cores=1,3,5,7
/proc/23227/task/23232/stat : 23232 (priss) R 23226 23226 22103 0 -1 4202560 82408 0 0 0 111349 719 0 0 25 0 5 0 496672773 1481650176 326254 33554432000 4194304 5787044 140736296527104 18446744073709551615 4229270 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4482.57
Current children cumulated vsize (KiB) 1455624

[startup+1182.3 s]
/proc/loadavg: 8.18 8.11 8.07 10/188 23328
/proc/meminfo: memFree=13542440/32951124 swapFree=67111528/67111528
[pid=23226] ppid=23224 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23226/stat : 23226 (priss.sh) S 23224 23226 22103 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 496672761 8908800 252 33554432000 4194304 4922060 140733645670368 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23226/statm: 2175 252 211 178 0 68 0
[pid=23227] ppid=23226 vsize=1456712 CPUtime=4722.25 cores=1,3,5,7
/proc/23227/stat : 23227 (priss) S 23226 23226 22103 0 -1 4202496 339671 0 0 0 469390 2835 0 0 18 0 5 0 496672761 1491673088 331691 33554432000 4194304 5787044 140736296527104 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/23227/statm: 364178 331691 419 389 0 359928 0
[pid=23227/tid=23229] ppid=23226 vsize=1456712 CPUtime=1181.85 cores=1,3,5,7
/proc/23227/task/23229/stat : 23229 (priss) R 23226 23226 22103 0 -1 4202560 85768 0 0 0 117576 609 0 0 25 0 5 0 496672768 1491673088 331691 33554432000 4194304 5787044 140736296527104 18446744073709551615 4220491 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23227/tid=23230] ppid=23226 vsize=1456712 CPUtime=1177.98 cores=1,3,5,7
/proc/23227/task/23230/stat : 23230 (priss) R 23226 23226 22103 0 -1 4202560 81010 0 0 0 117070 728 0 0 25 0 5 0 496672769 1491673088 331691 33554432000 4194304 5787044 140736296527104 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23227/tid=23231] ppid=23226 vsize=1456712 CPUtime=1181.93 cores=1,3,5,7
/proc/23227/task/23231/stat : 23231 (priss) R 23226 23226 22103 0 -1 4202560 82248 0 0 0 117421 772 0 0 25 0 5 0 496672771 1491673088 331691 33554432000 4194304 5787044 140736296527104 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23227/tid=23232] ppid=23226 vsize=1456712 CPUtime=1180.34 cores=1,3,5,7
/proc/23227/task/23232/stat : 23232 (priss) R 23226 23226 22103 0 -1 4202560 82408 0 0 0 117312 722 0 0 25 0 5 0 496672773 1491673088 331691 33554432000 4194304 5787044 140736296527104 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.25
Current children cumulated vsize (KiB) 1465412



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.13 8.10 8.07 9/188 23329
/proc/meminfo: memFree=13477340/32951124 swapFree=67111528/67111528
[pid=23226] ppid=23224 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23226/stat : 23226 (priss.sh) S 23224 23226 22103 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 496672761 8908800 252 33554432000 4194304 4922060 140733645670368 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23226/statm: 2175 252 211 178 0 68 0
[pid=23227] ppid=23226 vsize=1537212 CPUtime=4800.19 cores=1,3,5,7
/proc/23227/stat : 23227 (priss) S 23226 23226 22103 0 -1 4202496 351258 0 0 0 477170 2849 0 0 18 0 5 0 496672761 1574105088 343278 33554432000 4194304 5787044 140736296527104 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/23227/statm: 384303 343278 419 389 0 380053 0
[pid=23227/tid=23229] ppid=23226 vsize=1537212 CPUtime=1201.37 cores=1,3,5,7
/proc/23227/task/23229/stat : 23229 (priss) R 23226 23226 22103 0 -1 4202560 89468 0 0 0 119523 614 0 0 25 0 5 0 496672768 1574105088 343278 33554432000 4194304 5787044 140736296527104 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23227/tid=23230] ppid=23226 vsize=1537212 CPUtime=1197.49 cores=1,3,5,7
/proc/23227/task/23230/stat : 23230 (priss) R 23226 23226 22103 0 -1 4202560 84749 0 0 0 119018 731 0 0 25 0 5 0 496672769 1574105088 343278 33554432000 4194304 5787044 140736296527104 18446744073709551615 4254617 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23227/tid=23231] ppid=23226 vsize=1537212 CPUtime=1201.44 cores=1,3,5,7
/proc/23227/task/23231/stat : 23231 (priss) R 23226 23226 22103 0 -1 4202560 86396 0 0 0 119366 778 0 0 25 0 5 0 496672771 1574105088 343278 33554432000 4194304 5787044 140736296527104 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23227/tid=23232] ppid=23226 vsize=1537212 CPUtime=1199.74 cores=1,3,5,7
/proc/23227/task/23232/stat : 23232 (priss) R 23226 23226 22103 0 -1 4202560 82408 0 0 0 119251 723 0 0 25 0 5 0 496672773 1574105088 343278 33554432000 4194304 5787044 140736296527104 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 1545912

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1201.8 s]
/proc/loadavg: 8.13 8.10 8.07 9/188 23329
/proc/meminfo: memFree=13477340/32951124 swapFree=67111528/67111528
[pid=23226] ppid=23224 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23226/stat : 23226 (priss.sh) S 23224 23226 22103 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 496672761 8908800 252 33554432000 4194304 4922060 140733645670368 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23226/statm: 2175 252 211 178 0 68 0
[pid=23227] ppid=23226 vsize=1537212 CPUtime=4800.19 cores=1,3,5,7
/proc/23227/stat : 23227 (priss) S 23226 23226 22103 0 -1 4202496 351258 0 0 0 477170 2849 0 0 18 0 5 0 496672761 1574105088 343278 33554432000 4194304 5787044 140736296527104 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/23227/statm: 384303 343278 419 389 0 380053 0
[pid=23227/tid=23229] ppid=23226 vsize=1537212 CPUtime=1201.37 cores=1,3,5,7
/proc/23227/task/23229/stat : 23229 (priss) R 23226 23226 22103 0 -1 4202560 89468 0 0 0 119523 614 0 0 25 0 5 0 496672768 1574105088 343278 33554432000 4194304 5787044 140736296527104 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23227/tid=23230] ppid=23226 vsize=1537212 CPUtime=1197.49 cores=1,3,5,7
/proc/23227/task/23230/stat : 23230 (priss) R 23226 23226 22103 0 -1 4202560 84749 0 0 0 119018 731 0 0 25 0 5 0 496672769 1574105088 343278 33554432000 4194304 5787044 140736296527104 18446744073709551615 4254617 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23227/tid=23231] ppid=23226 vsize=1537212 CPUtime=1201.44 cores=1,3,5,7
/proc/23227/task/23231/stat : 23231 (priss) R 23226 23226 22103 0 -1 4202560 86396 0 0 0 119366 778 0 0 25 0 5 0 496672771 1574105088 343278 33554432000 4194304 5787044 140736296527104 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23227/tid=23232] ppid=23226 vsize=1537212 CPUtime=1199.74 cores=1,3,5,7
/proc/23227/task/23232/stat : 23232 (priss) R 23226 23226 22103 0 -1 4202560 82408 0 0 0 119251 723 0 0 25 0 5 0 496672773 1574105088 343278 33554432000 4194304 5787044 140736296527104 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 1545912

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23226 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.19
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.82
CPU time (s): 4800.19
CPU user time (s): 4771.7
CPU system time (s): 28.49
CPU usage (%): 399.409
Max. virtual memory (cumulated for all children) (KiB): 1545912

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= 2

runsolver used 1.71174 second user time and 4.85326 second system time

The end

Launcher Data

Begin job on node145 at 2011-04-29 04:02:49
IDJOB=3257324
IDBENCH=70908
IDSOLVER=1603
FILE ID=node145/3257324-1304042569
RUNJOBID= node145-1304036411-22122
PBS_JOBID= 13170354
Free space on /tmp= 72200 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT09/CRAFTED/edgematching/compact/em_12_2_4_cmp.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3257324-1304042569/watcher-3257324-1304042569 -o /tmp/evaluation-result-3257324-1304042569/solver-3257324-1304042569 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3257324-1304042569.cnf 578178072 4800 15500 4

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

MD5SUM BENCH= 7ea97a36d5ab6c8a5aa99830d5253591
RANDOM SEED=578178072

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14061896 kB
Buffers:       2098556 kB
Cached:       15217836 kB
SwapCached:          0 kB
Active:        6079748 kB
Inactive:     12236524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14061896 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4876 kB
Writeback:           0 kB
AnonPages:      999140 kB
Mapped:          15616 kB
Slab:           509044 kB
PageTables:       6624 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1201460 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72200 MiB
End job on node145 at 2011-04-29 04:22:53