Trace number 3258644

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

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v2640c305320gyes5.cnf
MD5SUMf892a2bda6fe6aec6f2fcb4e1c541df8
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2640
Number of clauses305320
Sum of the clauses size613120
Maximum clause length33
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2305240
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 580

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: 17724
0.00/0.07	c parsetime: 69405us
0.00/0.07	c parsed 305320 clauses with 2640 variables
0.00/0.09	c NW started thread 0 successfully (1094887744)
0.00/0.11	c NW started thread 1 successfully (1105377600)
0.00/0.14	c NW started thread 2 successfully (1115867456)
0.00/0.17	c NW started thread 3 successfully (1126357312)
53.48/13.57	c preprocessor returned 10011 variables
53.48/13.57	c preprocessing returned UNKNOWN
53.48/13.57	c PP set 0 variables
53.48/13.57	c pp time: 13426100us (13s)
53.48/13.58	c preprocessor returned 10011 variables
53.48/13.58	c preprocessing returned UNKNOWN
53.48/13.58	c PP set 0 variables
53.48/13.58	c pp time: 13434939us (13s)
53.87/13.63	c preprocessor returned 10011 variables
53.87/13.63	c preprocessing returned UNKNOWN
53.87/13.63	c PP set 0 variables
53.87/13.63	c pp time: 13535214us (13s)
69.05/17.42	c preprocessor returned 30008 variables
69.05/17.42	c preprocessing returned UNKNOWN
69.05/17.42	c PP set 0 variables
69.05/17.42	c pp time: 17250180us (17s)

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-3258644-1304046204/watcher-3258644-1304046204 -o /tmp/evaluation-result-3258644-1304046204/solver-3258644-1304046204 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3258644-1304046204.cnf 1529088875 4800 15500 4 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 7.88 8.02 7.90 5/182 17723
/proc/meminfo: memFree=23909336/32951124 swapFree=67111524/67111528
[pid=17723] ppid=17721 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17723/stat : 17723 (priss.sh) S 17721 17723 17192 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 497036641 8908800 252 33554432000 4194304 4922060 140733850887472 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17723/statm: 2175 252 211 178 0 68 0

[startup+0.0151679 s]
/proc/loadavg: 7.88 8.02 7.90 5/182 17723
/proc/meminfo: memFree=23909336/32951124 swapFree=67111524/67111528
[pid=17723] ppid=17721 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17723/stat : 17723 (priss.sh) S 17721 17723 17192 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 497036641 8908800 252 33554432000 4194304 4922060 140733850887472 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17723/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100155 s]
/proc/loadavg: 7.88 8.02 7.90 5/182 17723
/proc/meminfo: memFree=23909336/32951124 swapFree=67111524/67111528
[pid=17723] ppid=17721 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17723/stat : 17723 (priss.sh) S 17721 17723 17192 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 497036641 8908800 252 33554432000 4194304 4922060 140733850887472 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17723/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.30228 s]
/proc/loadavg: 7.88 8.02 7.90 5/182 17723
/proc/meminfo: memFree=23909336/32951124 swapFree=67111524/67111528
[pid=17723] ppid=17721 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17723/stat : 17723 (priss.sh) S 17721 17723 17192 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 497036641 8908800 252 33554432000 4194304 4922060 140733850887472 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17723/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.3429 s]
/proc/loadavg: 7.88 8.02 7.90 5/182 17723
/proc/meminfo: memFree=23909336/32951124 swapFree=67111524/67111528
[pid=17723] ppid=17721 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17723/stat : 17723 (priss.sh) S 17721 17723 17192 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 497036641 8908800 252 33554432000 4194304 4922060 140733850887472 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17723/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50087 s]
/proc/loadavg: 7.88 8.02 7.90 5/182 17723
/proc/meminfo: memFree=23909336/32951124 swapFree=67111524/67111528
[pid=17723] ppid=17721 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17723/stat : 17723 (priss.sh) S 17721 17723 17192 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 497036641 8908800 252 33554432000 4194304 4922060 140733850887472 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17723/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10058 s]
/proc/loadavg: 7.88 8.02 7.90 9/188 17729
/proc/meminfo: memFree=23806120/32951124 swapFree=67111524/67111528
[pid=17723] ppid=17721 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17723/stat : 17723 (priss.sh) S 17721 17723 17192 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 497036641 8908800 252 33554432000 4194304 4922060 140733850887472 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17723/statm: 2175 252 211 178 0 68 0
[pid=17724] ppid=17723 vsize=330476 CPUtime=11.94 cores=0,2,4,6
/proc/17724/stat : 17724 (priss) S 17723 17723 17192 0 -1 4202496 53386 0 0 0 1181 13 0 0 18 0 5 0 497036641 338407424 25786 33554432000 4194304 5787044 140735665598208 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/17724/statm: 82619 25786 350 389 0 78369 0
[pid=17724/tid=17726] ppid=17723 vsize=330476 CPUtime=2.94 cores=0,2,4,6
/proc/17724/task/17726/stat : 17726 (priss) R 17723 17723 17192 0 -1 4202560 9918 0 0 0 292 2 0 0 19 0 5 0 497036650 338407424 25786 33554432000 4194304 5787044 140735665598208 18446744073709551615 4336756 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=17724/tid=17727] ppid=17723 vsize=330476 CPUtime=2.96 cores=0,2,4,6
/proc/17724/task/17727/stat : 17727 (priss) R 17723 17723 17192 0 -1 4202560 10086 0 0 0 293 3 0 0 23 0 5 0 497036653 338407424 25786 33554432000 4194304 5787044 140735665598208 18446744073709551615 18446744073699065863 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=17724/tid=17728] ppid=17723 vsize=330476 CPUtime=2.93 cores=0,2,4,6
/proc/17724/task/17728/stat : 17728 (priss) R 17723 17723 17192 0 -1 4202560 11107 0 0 0 290 3 0 0 19 0 5 0 497036656 338407424 25786 33554432000 4194304 5787044 140735665598208 18446744073709551615 4336718 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=17724/tid=17729] ppid=17723 vsize=330476 CPUtime=2.9 cores=0,2,4,6
/proc/17724/task/17729/stat : 17729 (priss) R 17723 17723 17192 0 -1 4202560 7527 0 0 0 289 1 0 0 19 0 5 0 497036659 338407424 25786 33554432000 4194304 5787044 140735665598208 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.94
Current children cumulated vsize (KiB) 339176

[startup+6.30101 s]
/proc/loadavg: 7.89 8.02 7.90 9/188 17729
/proc/meminfo: memFree=23805760/32951124 swapFree=67111524/67111528
[pid=17723] ppid=17721 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17723/stat : 17723 (priss.sh) S 17721 17723 17192 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 497036641 8908800 252 33554432000 4194304 4922060 140733850887472 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17723/statm: 2175 252 211 178 0 68 0
[pid=17724] ppid=17723 vsize=330476 CPUtime=24.72 cores=0,2,4,6
/proc/17724/stat : 17724 (priss) S 17723 17723 17192 0 -1 4202496 53386 0 0 0 2459 13 0 0 18 0 5 0 497036641 338407424 25786 33554432000 4194304 5787044 140735665598208 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/17724/statm: 82619 25786 350 389 0 78369 0
[pid=17724/tid=17726] ppid=17723 vsize=330476 CPUtime=6.12 cores=0,2,4,6
/proc/17724/task/17726/stat : 17726 (priss) R 17723 17723 17192 0 -1 4202560 9918 0 0 0 610 2 0 0 25 0 5 0 497036650 338407424 25786 33554432000 4194304 5787044 140735665598208 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=17724/tid=17727] ppid=17723 vsize=330476 CPUtime=6.16 cores=0,2,4,6
/proc/17724/task/17727/stat : 17727 (priss) R 17723 17723 17192 0 -1 4202560 10086 0 0 0 613 3 0 0 25 0 5 0 497036653 338407424 25786 33554432000 4194304 5787044 140735665598208 18446744073709551615 4336770 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=17724/tid=17728] ppid=17723 vsize=330476 CPUtime=6.13 cores=0,2,4,6
/proc/17724/task/17728/stat : 17728 (priss) R 17723 17723 17192 0 -1 4202560 11107 0 0 0 610 3 0 0 25 0 5 0 497036656 338407424 25786 33554432000 4194304 5787044 140735665598208 18446744073709551615 4336688 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=17724/tid=17729] ppid=17723 vsize=330476 CPUtime=6.11 cores=0,2,4,6
/proc/17724/task/17729/stat : 17729 (priss) R 17723 17723 17192 0 -1 4202560 7527 0 0 0 610 1 0 0 25 0 5 0 497036659 338407424 25786 33554432000 4194304 5787044 140735665598208 18446744073709551615 4336703 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.72
Current children cumulated vsize (KiB) 339176

[startup+12.7009 s]
/proc/loadavg: 7.90 8.02 7.90 9/188 17730
/proc/meminfo: memFree=23770072/32951124 swapFree=67111524/67111528
[pid=17723] ppid=17721 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17723/stat : 17723 (priss.sh) S 17721 17723 17192 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 497036641 8908800 252 33554432000 4194304 4922060 140733850887472 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17723/statm: 2175 252 211 178 0 68 0
[pid=17724] ppid=17723 vsize=337000 CPUtime=50.3 cores=0,2,4,6
/proc/17724/stat : 17724 (priss) S 17723 17723 17192 0 -1 4202496 62787 0 0 0 5016 14 0 0 18 0 5 0 497036641 345088000 34565 33554432000 4194304 5787044 140735665598208 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/17724/statm: 84250 34565 355 389 0 80000 0
[pid=17724/tid=17726] ppid=17723 vsize=337000 CPUtime=12.49 cores=0,2,4,6
/proc/17724/task/17726/stat : 17726 (priss) R 17723 17723 17192 0 -1 4202560 12489 0 0 0 1247 2 0 0 25 0 5 0 497036650 345088000 34565 33554432000 4194304 5787044 140735665598208 18446744073709551615 4319037 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=17724/tid=17727] ppid=17723 vsize=337000 CPUtime=12.56 cores=0,2,4,6
/proc/17724/task/17727/stat : 17727 (priss) R 17723 17723 17192 0 -1 4202560 11939 0 0 0 1253 3 0 0 25 0 5 0 497036653 345088000 34565 33554432000 4194304 5787044 140735665598208 18446744073709551615 212039349204 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=17724/tid=17728] ppid=17723 vsize=337000 CPUtime=12.53 cores=0,2,4,6
/proc/17724/task/17728/stat : 17728 (priss) R 17723 17723 17192 0 -1 4202560 12956 0 0 0 1250 3 0 0 25 0 5 0 497036656 345088000 34565 33554432000 4194304 5787044 140735665598208 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=17724/tid=17729] ppid=17723 vsize=337000 CPUtime=12.51 cores=0,2,4,6
/proc/17724/task/17729/stat : 17729 (priss) R 17723 17723 17192 0 -1 4202560 10655 0 0 0 1249 2 0 0 25 0 5 0 497036659 345088000 34565 33554432000 4194304 5787044 140735665598208 18446744073709551615 4319883 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.3
Current children cumulated vsize (KiB) 345700

[startup+25.5006 s]
/proc/loadavg: 7.92 8.02 7.90 9/188 17730
/proc/meminfo: memFree=23738308/32951124 swapFree=67111524/67111528
[pid=17723] ppid=17721 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17723/stat : 17723 (priss.sh) S 17721 17723 17192 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 497036641 8908800 252 33554432000 4194304 4922060 140733850887472 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17723/statm: 2175 252 211 178 0 68 0
[pid=17724] ppid=17723 vsize=341600 CPUtime=101.41 cores=0,2,4,6
/proc/17724/stat : 17724 (priss) S 17723 17723 17192 0 -1 4202496 98077 0 0 0 10116 25 0 0 18 0 5 0 497036641 349798400 43378 33554432000 4194304 5787044 140735665598208 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/17724/statm: 85400 43378 417 389 0 81150 0
[pid=17724/tid=17726] ppid=17723 vsize=341600 CPUtime=25.22 cores=0,2,4,6
/proc/17724/task/17726/stat : 17726 (priss) R 17723 17723 17192 0 -1 4202560 23320 0 0 0 2516 6 0 0 25 0 5 0 497036650 349798400 43378 33554432000 4194304 5787044 140735665598208 18446744073709551615 5590768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=17724/tid=17727] ppid=17723 vsize=341600 CPUtime=25.35 cores=0,2,4,6
/proc/17724/task/17727/stat : 17727 (priss) R 17723 17723 17192 0 -1 4202560 20814 0 0 0 2529 6 0 0 25 0 5 0 497036653 349798400 43378 33554432000 4194304 5787044 140735665598208 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=17724/tid=17728] ppid=17723 vsize=341600 CPUtime=25.32 cores=0,2,4,6
/proc/17724/task/17728/stat : 17728 (priss) R 17723 17723 17192 0 -1 4202560 21145 0 0 0 2526 6 0 0 25 0 5 0 497036656 349798400 43378 33554432000 4194304 5787044 140735665598208 18446744073709551615 4254537 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=17724/tid=17729] ppid=17723 vsize=341600 CPUtime=25.31 cores=0,2,4,6
/proc/17724/task/17729/stat : 17729 (priss) R 17723 17723 17192 0 -1 4202560 18050 0 0 0 2527 4 0 0 25 0 5 0 497036659 349798400 43378 33554432000 4194304 5787044 140735665598208 18446744073709551615 4215354 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.41
Current children cumulated vsize (KiB) 350300

[startup+51.101 s]
/proc/loadavg: 8.02 8.03 7.91 9/188 17731
/proc/meminfo: memFree=23701652/32951124 swapFree=67111524/67111528
[pid=17723] ppid=17721 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17723/stat : 17723 (priss.sh) S 17721 17723 17192 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 497036641 8908800 252 33554432000 4194304 4922060 140733850887472 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17723/statm: 2175 252 211 178 0 68 0
[pid=17724] ppid=17723 vsize=350884 CPUtime=203.67 cores=0,2,4,6
/proc/17724/stat : 17724 (priss) S 17723 17723 17192 0 -1 4202496 106546 0 0 0 20337 30 0 0 18 0 5 0 497036641 359305216 51847 33554432000 4194304 5787044 140735665598208 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/17724/statm: 87721 51847 417 389 0 83471 0
[pid=17724/tid=17726] ppid=17723 vsize=350884 CPUtime=50.68 cores=0,2,4,6
/proc/17724/task/17726/stat : 17726 (priss) R 17723 17723 17192 0 -1 4202560 25474 0 0 0 5061 7 0 0 25 0 5 0 497036650 359305216 51847 33554432000 4194304 5787044 140735665598208 18446744073709551615 4220663 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=17724/tid=17727] ppid=17723 vsize=350884 CPUtime=50.95 cores=0,2,4,6
/proc/17724/task/17727/stat : 17727 (priss) R 17723 17723 17192 0 -1 4202560 22814 0 0 0 5088 7 0 0 25 0 5 0 497036653 359305216 51847 33554432000 4194304 5787044 140735665598208 18446744073709551615 4220317 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=17724/tid=17728] ppid=17723 vsize=350884 CPUtime=50.92 cores=0,2,4,6
/proc/17724/task/17728/stat : 17728 (priss) R 17723 17723 17192 0 -1 4202560 23145 0 0 0 5085 7 0 0 25 0 5 0 497036656 359305216 51847 33554432000 4194304 5787044 140735665598208 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=17724/tid=17729] ppid=17723 vsize=350884 CPUtime=50.91 cores=0,2,4,6
/proc/17724/task/17729/stat : 17729 (priss) R 17723 17723 17192 0 -1 4202560 20365 0 0 0 5086 5 0 0 25 0 5 0 497036659 359305216 51847 33554432000 4194304 5787044 140735665598208 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.67
Current children cumulated vsize (KiB) 359584

[startup+102.301 s]
/proc/loadavg: 8.13 8.06 7.92 9/188 17732
/proc/meminfo: memFree=23625124/32951124 swapFree=67111524/67111528
[pid=17723] ppid=17721 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17723/stat : 17723 (priss.sh) S 17721 17723 17192 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 497036641 8908800 252 33554432000 4194304 4922060 140733850887472 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17723/statm: 2175 252 211 178 0 68 0
[pid=17724] ppid=17723 vsize=368936 CPUtime=408.17 cores=0,2,4,6
/proc/17724/stat : 17724 (priss) S 17723 17723 17192 0 -1 4202496 125442 0 0 0 40770 47 0 0 18 0 5 0 497036641 377790464 70675 33554432000 4194304 5787044 140735665598208 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/17724/statm: 92234 70675 417 389 0 87984 0
[pid=17724/tid=17726] ppid=17723 vsize=368936 CPUtime=101.6 cores=0,2,4,6
/proc/17724/task/17726/stat : 17726 (priss) R 17723 17723 17192 0 -1 4202560 31337 0 0 0 10148 12 0 0 25 0 5 0 497036650 377790464 70675 33554432000 4194304 5787044 140735665598208 18446744073709551615 5592155 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=17724/tid=17727] ppid=17723 vsize=368936 CPUtime=102.14 cores=0,2,4,6
/proc/17724/task/17727/stat : 17727 (priss) R 17723 17723 17192 0 -1 4202560 27676 0 0 0 10202 12 0 0 25 0 5 0 497036653 377790464 70675 33554432000 4194304 5787044 140735665598208 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=17724/tid=17728] ppid=17723 vsize=368936 CPUtime=102.13 cores=0,2,4,6
/proc/17724/task/17728/stat : 17728 (priss) R 17723 17723 17192 0 -1 4202560 27897 0 0 0 10200 13 0 0 25 0 5 0 497036656 377790464 70675 33554432000 4194304 5787044 140735665598208 18446744073709551615 5590663 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=17724/tid=17729] ppid=17723 vsize=368936 CPUtime=102.11 cores=0,2,4,6
/proc/17724/task/17729/stat : 17729 (priss) R 17723 17723 17192 0 -1 4202560 23784 0 0 0 10204 7 0 0 25 0 5 0 497036659 377790464 70675 33554432000 4194304 5787044 140735665598208 18446744073709551615 5526880 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.17
Current children cumulated vsize (KiB) 377636

[startup+162.301 s]
/proc/loadavg: 8.15 8.07 7.93 9/188 17734
/proc/meminfo: memFree=23561980/32951124 swapFree=67111524/67111528
[pid=17723] ppid=17721 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17723/stat : 17723 (priss.sh) S 17721 17723 17192 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 497036641 8908800 252 33554432000 4194304 4922060 140733850887472 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17723/statm: 2175 252 211 178 0 68 0
[pid=17724] ppid=17723 vsize=516556 CPUtime=647.84 cores=0,2,4,6

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

/proc/17724/task/17727/stat : 17727 (priss) R 17723 17723 17192 0 -1 4202560 66395 0 0 0 87974 63 0 0 25 0 5 0 497036653 1153818624 223714 33554432000 4194304 5787044 140735665598208 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=17724/tid=17728] ppid=17723 vsize=1126776 CPUtime=882.1 cores=0,2,4,6
/proc/17724/task/17728/stat : 17728 (priss) R 17723 17723 17192 0 -1 4202560 71068 0 0 0 88142 68 0 0 25 0 5 0 497036656 1153818624 223714 33554432000 4194304 5787044 140735665598208 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=17724/tid=17729] ppid=17723 vsize=1126776 CPUtime=882.09 cores=0,2,4,6
/proc/17724/task/17729/stat : 17729 (priss) R 17723 17723 17192 0 -1 4202560 52412 0 0 0 88183 26 0 0 25 0 5 0 497036659 1153818624 223714 33554432000 4194304 5787044 140735665598208 18446744073709551615 5524613 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3523.76
Current children cumulated vsize (KiB) 1135476

[startup+942.307 s]
/proc/loadavg: 8.08 8.10 8.01 9/188 17787
/proc/meminfo: memFree=23213184/32951124 swapFree=67111524/67111528
[pid=17723] ppid=17721 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17723/stat : 17723 (priss.sh) S 17721 17723 17192 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 497036641 8908800 252 33554432000 4194304 4922060 140733850887472 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17723/statm: 2175 252 211 178 0 68 0
[pid=17724] ppid=17723 vsize=1139820 CPUtime=3763.44 cores=0,2,4,6
/proc/17724/stat : 17724 (priss) S 17723 17723 17192 0 -1 4202496 284427 0 0 0 376112 232 0 0 18 0 5 0 497036641 1167175680 227561 33554432000 4194304 5787044 140735665598208 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/17724/statm: 284955 227561 417 389 0 280705 0
[pid=17724/tid=17726] ppid=17723 vsize=1139820 CPUtime=939 cores=0,2,4,6
/proc/17724/task/17726/stat : 17726 (priss) R 17723 17723 17192 0 -1 4202560 75733 0 0 0 93831 69 0 0 25 0 5 0 497036650 1167175680 227561 33554432000 4194304 5787044 140735665598208 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=17724/tid=17727] ppid=17723 vsize=1139820 CPUtime=940.03 cores=0,2,4,6
/proc/17724/task/17727/stat : 17727 (priss) R 17723 17723 17192 0 -1 4202560 66396 0 0 0 93940 63 0 0 25 0 5 0 497036653 1167175680 227561 33554432000 4194304 5787044 140735665598208 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=17724/tid=17728] ppid=17723 vsize=1139820 CPUtime=942.1 cores=0,2,4,6
/proc/17724/task/17728/stat : 17728 (priss) R 17723 17723 17192 0 -1 4202560 71825 0 0 0 94142 68 0 0 25 0 5 0 497036656 1167175680 227561 33554432000 4194304 5787044 140735665598208 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=17724/tid=17729] ppid=17723 vsize=1139820 CPUtime=942.09 cores=0,2,4,6
/proc/17724/task/17729/stat : 17729 (priss) R 17723 17723 17192 0 -1 4202560 55725 0 0 0 94181 28 0 0 25 0 5 0 497036659 1167175680 227561 33554432000 4194304 5787044 140735665598208 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3763.44
Current children cumulated vsize (KiB) 1148520

[startup+1002.3 s]
/proc/loadavg: 8.03 8.08 8.01 9/188 17789
/proc/meminfo: memFree=23173196/32951124 swapFree=67111524/67111528
[pid=17723] ppid=17721 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17723/stat : 17723 (priss.sh) S 17721 17723 17192 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 497036641 8908800 252 33554432000 4194304 4922060 140733850887472 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17723/statm: 2175 252 211 178 0 68 0
[pid=17724] ppid=17723 vsize=1139820 CPUtime=4003.09 cores=0,2,4,6
/proc/17724/stat : 17724 (priss) S 17723 17723 17192 0 -1 4202496 284428 0 0 0 400076 233 0 0 18 0 5 0 497036641 1167175680 227562 33554432000 4194304 5787044 140735665598208 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/17724/statm: 284955 227562 417 389 0 280705 0
[pid=17724/tid=17726] ppid=17723 vsize=1139820 CPUtime=998.99 cores=0,2,4,6
/proc/17724/task/17726/stat : 17726 (priss) R 17723 17723 17192 0 -1 4202560 75734 0 0 0 99830 69 0 0 25 0 5 0 497036650 1167175680 227562 33554432000 4194304 5787044 140735665598208 18446744073709551615 5588291 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=17724/tid=17727] ppid=17723 vsize=1139820 CPUtime=999.7 cores=0,2,4,6
/proc/17724/task/17727/stat : 17727 (priss) R 17723 17723 17192 0 -1 4202560 66396 0 0 0 99907 63 0 0 25 0 5 0 497036653 1167175680 227562 33554432000 4194304 5787044 140735665598208 18446744073709551615 5586709 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=17724/tid=17728] ppid=17723 vsize=1139820 CPUtime=1002.11 cores=0,2,4,6
/proc/17724/task/17728/stat : 17728 (priss) R 17723 17723 17192 0 -1 4202560 71825 0 0 0 100142 69 0 0 25 0 5 0 497036656 1167175680 227562 33554432000 4194304 5787044 140735665598208 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=17724/tid=17729] ppid=17723 vsize=1139820 CPUtime=1002.09 cores=0,2,4,6
/proc/17724/task/17729/stat : 17729 (priss) R 17723 17723 17192 0 -1 4202560 55725 0 0 0 100181 28 0 0 25 0 5 0 497036659 1167175680 227562 33554432000 4194304 5787044 140735665598208 18446744073709551615 5527227 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.09
Current children cumulated vsize (KiB) 1148520

[startup+1062.3 s]
/proc/loadavg: 8.05 8.08 8.01 9/188 17791
/proc/meminfo: memFree=23161012/32951124 swapFree=67111524/67111528
[pid=17723] ppid=17721 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17723/stat : 17723 (priss.sh) S 17721 17723 17192 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 497036641 8908800 252 33554432000 4194304 4922060 140733850887472 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17723/statm: 2175 252 211 178 0 68 0
[pid=17724] ppid=17723 vsize=1139820 CPUtime=4242.77 cores=0,2,4,6
/proc/17724/stat : 17724 (priss) S 17723 17723 17192 0 -1 4202496 284430 0 0 0 424043 234 0 0 18 0 5 0 497036641 1167175680 227564 33554432000 4194304 5787044 140735665598208 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/17724/statm: 284955 227564 417 389 0 280705 0
[pid=17724/tid=17726] ppid=17723 vsize=1139820 CPUtime=1058.99 cores=0,2,4,6
/proc/17724/task/17726/stat : 17726 (priss) R 17723 17723 17192 0 -1 4202560 75735 0 0 0 105829 70 0 0 25 0 5 0 497036650 1167175680 227564 33554432000 4194304 5787044 140735665598208 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=17724/tid=17727] ppid=17723 vsize=1139820 CPUtime=1059.38 cores=0,2,4,6
/proc/17724/task/17727/stat : 17727 (priss) R 17723 17723 17192 0 -1 4202560 66397 0 0 0 105874 64 0 0 25 0 5 0 497036653 1167175680 227564 33554432000 4194304 5787044 140735665598208 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=17724/tid=17728] ppid=17723 vsize=1139820 CPUtime=1062.11 cores=0,2,4,6
/proc/17724/task/17728/stat : 17728 (priss) R 17723 17723 17192 0 -1 4202560 71825 0 0 0 106142 69 0 0 25 0 5 0 497036656 1167175680 227564 33554432000 4194304 5787044 140735665598208 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=17724/tid=17729] ppid=17723 vsize=1139820 CPUtime=1062.09 cores=0,2,4,6
/proc/17724/task/17729/stat : 17729 (priss) R 17723 17723 17192 0 -1 4202560 55725 0 0 0 106181 28 0 0 25 0 5 0 497036659 1167175680 227564 33554432000 4194304 5787044 140735665598208 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4242.77
Current children cumulated vsize (KiB) 1148520

[startup+1122.3 s]
/proc/loadavg: 8.05 8.08 8.01 9/188 17792
/proc/meminfo: memFree=23097248/32951124 swapFree=67111524/67111528
[pid=17723] ppid=17721 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17723/stat : 17723 (priss.sh) S 17721 17723 17192 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 497036641 8908800 252 33554432000 4194304 4922060 140733850887472 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17723/statm: 2175 252 211 178 0 68 0
[pid=17724] ppid=17723 vsize=1139820 CPUtime=4482.44 cores=0,2,4,6
/proc/17724/stat : 17724 (priss) S 17723 17723 17192 0 -1 4202496 284433 0 0 0 448010 234 0 0 18 0 5 0 497036641 1167175680 227567 33554432000 4194304 5787044 140735665598208 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/17724/statm: 284955 227567 417 389 0 280705 0
[pid=17724/tid=17726] ppid=17723 vsize=1139820 CPUtime=1118.99 cores=0,2,4,6
/proc/17724/task/17726/stat : 17726 (priss) R 17723 17723 17192 0 -1 4202560 75736 0 0 0 111829 70 0 0 25 0 5 0 497036650 1167175680 227567 33554432000 4194304 5787044 140735665598208 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=17724/tid=17727] ppid=17723 vsize=1139820 CPUtime=1119.06 cores=0,2,4,6
/proc/17724/task/17727/stat : 17727 (priss) R 17723 17723 17192 0 -1 4202560 66399 0 0 0 111842 64 0 0 25 0 5 0 497036653 1167175680 227567 33554432000 4194304 5787044 140735665598208 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=17724/tid=17728] ppid=17723 vsize=1139820 CPUtime=1122.11 cores=0,2,4,6
/proc/17724/task/17728/stat : 17728 (priss) R 17723 17723 17192 0 -1 4202560 71825 0 0 0 112142 69 0 0 25 0 5 0 497036656 1167175680 227567 33554432000 4194304 5787044 140735665598208 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=17724/tid=17729] ppid=17723 vsize=1139820 CPUtime=1122.09 cores=0,2,4,6
/proc/17724/task/17729/stat : 17729 (priss) R 17723 17723 17192 0 -1 4202560 55725 0 0 0 112181 28 0 0 25 0 5 0 497036659 1167175680 227567 33554432000 4194304 5787044 140735665598208 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4482.44
Current children cumulated vsize (KiB) 1148520

[startup+1182.3 s]
/proc/loadavg: 8.12 8.09 8.01 9/188 17794
/proc/meminfo: memFree=23059768/32951124 swapFree=67111524/67111528
[pid=17723] ppid=17721 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17723/stat : 17723 (priss.sh) S 17721 17723 17192 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 497036641 8908800 252 33554432000 4194304 4922060 140733850887472 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17723/statm: 2175 252 211 178 0 68 0
[pid=17724] ppid=17723 vsize=1148020 CPUtime=4722.11 cores=0,2,4,6
/proc/17724/stat : 17724 (priss) S 17723 17723 17192 0 -1 4202496 286864 0 0 0 471976 235 0 0 18 0 5 0 497036641 1175572480 229998 33554432000 4194304 5787044 140735665598208 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/17724/statm: 287005 229998 417 389 0 282755 0
[pid=17724/tid=17726] ppid=17723 vsize=1148020 CPUtime=1178.98 cores=0,2,4,6
/proc/17724/task/17726/stat : 17726 (priss) R 17723 17723 17192 0 -1 4202560 75782 0 0 0 117828 70 0 0 25 0 5 0 497036650 1175572480 229998 33554432000 4194304 5787044 140735665598208 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=17724/tid=17727] ppid=17723 vsize=1148020 CPUtime=1178.73 cores=0,2,4,6
/proc/17724/task/17727/stat : 17727 (priss) R 17723 17723 17192 0 -1 4202560 66696 0 0 0 117809 64 0 0 25 0 5 0 497036653 1175572480 229998 33554432000 4194304 5787044 140735665598208 18446744073709551615 4238583 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=17724/tid=17728] ppid=17723 vsize=1148020 CPUtime=1182.11 cores=0,2,4,6
/proc/17724/task/17728/stat : 17728 (priss) R 17723 17723 17192 0 -1 4202560 72876 0 0 0 118142 69 0 0 25 0 5 0 497036656 1175572480 229998 33554432000 4194304 5787044 140735665598208 18446744073709551615 4218754 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=17724/tid=17729] ppid=17723 vsize=1148020 CPUtime=1182.09 cores=0,2,4,6
/proc/17724/task/17729/stat : 17729 (priss) R 17723 17723 17192 0 -1 4202560 56762 0 0 0 118181 28 0 0 25 0 5 0 497036659 1175572480 229998 33554432000 4194304 5787044 140735665598208 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.11
Current children cumulated vsize (KiB) 1156720



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.14 8.10 8.01 9/188 17794
/proc/meminfo: memFree=23049964/32951124 swapFree=67111524/67111528
[pid=17723] ppid=17721 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17723/stat : 17723 (priss.sh) S 17721 17723 17192 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 497036641 8908800 252 33554432000 4194304 4922060 140733850887472 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17723/statm: 2175 252 211 178 0 68 0
[pid=17724] ppid=17723 vsize=1152120 CPUtime=4800.04 cores=0,2,4,6
/proc/17724/stat : 17724 (priss) S 17723 17723 17192 0 -1 4202496 289282 0 0 0 479765 239 0 0 18 0 5 0 497036641 1179770880 232416 33554432000 4194304 5787044 140735665598208 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/17724/statm: 288030 232416 417 389 0 283780 0
[pid=17724/tid=17726] ppid=17723 vsize=1152120 CPUtime=1198.49 cores=0,2,4,6
/proc/17724/task/17726/stat : 17726 (priss) R 17723 17723 17192 0 -1 4202560 75801 0 0 0 119779 70 0 0 25 0 5 0 497036650 1179770880 232416 33554432000 4194304 5787044 140735665598208 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=17724/tid=17727] ppid=17723 vsize=1152120 CPUtime=1198.12 cores=0,2,4,6
/proc/17724/task/17727/stat : 17727 (priss) R 17723 17723 17192 0 -1 4202560 68548 0 0 0 119745 67 0 0 25 0 5 0 497036653 1179770880 232416 33554432000 4194304 5787044 140735665598208 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=17724/tid=17728] ppid=17723 vsize=1152120 CPUtime=1201.62 cores=0,2,4,6
/proc/17724/task/17728/stat : 17728 (priss) R 17723 17723 17192 0 -1 4202560 72895 0 0 0 120093 69 0 0 25 0 5 0 497036656 1179770880 232416 33554432000 4194304 5787044 140735665598208 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=17724/tid=17729] ppid=17723 vsize=1152120 CPUtime=1201.61 cores=0,2,4,6
/proc/17724/task/17729/stat : 17729 (priss) R 17723 17723 17192 0 -1 4202560 57290 0 0 0 120132 29 0 0 25 0 5 0 497036659 1179770880 232416 33554432000 4194304 5787044 140735665598208 18446744073709551615 4213865 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.04
Current children cumulated vsize (KiB) 1160820

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.14 8.10 8.01 9/188 17794
/proc/meminfo: memFree=23049964/32951124 swapFree=67111524/67111528
[pid=17723] ppid=17721 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17723/stat : 17723 (priss.sh) S 17721 17723 17192 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 497036641 8908800 252 33554432000 4194304 4922060 140733850887472 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17723/statm: 2175 252 211 178 0 68 0
[pid=17724] ppid=17723 vsize=1152120 CPUtime=4800.04 cores=0,2,4,6
/proc/17724/stat : 17724 (priss) S 17723 17723 17192 0 -1 4202496 289282 0 0 0 479765 239 0 0 18 0 5 0 497036641 1179770880 232416 33554432000 4194304 5787044 140735665598208 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/17724/statm: 288030 232416 417 389 0 283780 0
[pid=17724/tid=17726] ppid=17723 vsize=1152120 CPUtime=1198.49 cores=0,2,4,6
/proc/17724/task/17726/stat : 17726 (priss) R 17723 17723 17192 0 -1 4202560 75801 0 0 0 119779 70 0 0 25 0 5 0 497036650 1179770880 232416 33554432000 4194304 5787044 140735665598208 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=17724/tid=17727] ppid=17723 vsize=1152120 CPUtime=1198.12 cores=0,2,4,6
/proc/17724/task/17727/stat : 17727 (priss) R 17723 17723 17192 0 -1 4202560 68548 0 0 0 119745 67 0 0 25 0 5 0 497036653 1179770880 232416 33554432000 4194304 5787044 140735665598208 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=17724/tid=17728] ppid=17723 vsize=1152120 CPUtime=1201.62 cores=0,2,4,6
/proc/17724/task/17728/stat : 17728 (priss) R 17723 17723 17192 0 -1 4202560 72895 0 0 0 120093 69 0 0 25 0 5 0 497036656 1179770880 232416 33554432000 4194304 5787044 140735665598208 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=17724/tid=17729] ppid=17723 vsize=1152120 CPUtime=1201.61 cores=0,2,4,6
/proc/17724/task/17729/stat : 17729 (priss) R 17723 17723 17192 0 -1 4202560 57290 0 0 0 120132 29 0 0 25 0 5 0 497036659 1179770880 232416 33554432000 4194304 5787044 140735665598208 18446744073709551615 4213865 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.04
Current children cumulated vsize (KiB) 1160820

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17723 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.04
#
# 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.04
CPU user time (s): 4797.65
CPU system time (s): 2.39
CPU usage (%): 399.396
Max. virtual memory (cumulated for all children) (KiB): 1160820

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

runsolver used 1.84272 second user time and 4.72228 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-29 05:03:24
IDJOB=3258644
IDBENCH=71408
IDSOLVER=1603
FILE ID=node146/3258644-1304046204
RUNJOBID= node146-1304042862-17210
PBS_JOBID= 13170387
Free space on /tmp= 72988 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v2640c305320gyes5.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3258644-1304046204/watcher-3258644-1304046204 -o /tmp/evaluation-result-3258644-1304046204/solver-3258644-1304046204 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3258644-1304046204.cnf 1529088875 4800 15500 4

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

MD5SUM BENCH= f892a2bda6fe6aec6f2fcb4e1c541df8
RANDOM SEED=1529088875

node146.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	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23909484 kB
Buffers:       1663112 kB
Cached:        6187568 kB
SwapCached:          4 kB
Active:        1945304 kB
Inactive:      6567744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23909484 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            5440 kB
Writeback:           0 kB
AnonPages:      661932 kB
Mapped:          15616 kB
Slab:           463088 kB
PageTables:       5624 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   851724 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= 72988 MiB
End job on node146 at 2011-04-29 05:23:28