Trace number 3274142

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.23 1201.72

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n240-s78945233-sat.cnf
MD5SUM1f90ac4288669aff970e47f4201b5ea4
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark10.2234
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of clauses576
Sum of the clauses size1440
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2480
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 596
Number of clauses of size over 50

Solver Data

0.00/0.00	c *****************************************************
0.00/0.00	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.00	c *   This program may be redistributed or modified   *
0.00/0.00	c * under the terms of the GNU General Public License *
0.00/0.00	c *****************************************************
0.00/0.00	c process id: 18851
0.00/0.00	c parsetime: 224us
0.00/0.00	c parsed 576 clauses with 240 variables
0.00/0.00	c NW started thread 0 successfully (1096005952)
0.00/0.00	c NW started thread 1 successfully (1106495808)
0.00/0.00	c NW started thread 2 successfully (1116985664)
0.00/0.00	c NW started thread 3 successfully (1127475520)
0.00/0.41	c preprocessor returned 10030 variables
0.00/0.41	c preprocessing returned UNKNOWN
0.00/0.41	c PP set 0 variables
0.00/0.41	c pp time: 404223us (0s)
0.00/0.41	c preprocessor returned 10030 variables
0.00/0.41	c preprocessing returned UNKNOWN
0.00/0.41	c PP set 0 variables
0.00/0.41	c pp time: 403476us (0s)
0.00/0.41	c preprocessor returned 10030 variables
0.00/0.41	c preprocessing returned UNKNOWN
0.00/0.41	c PP set 0 variables
0.00/0.41	c pp time: 405125us (0s)
16.75/4.28	c preprocessor returned 30036 variables
16.75/4.28	c preprocessing returned UNKNOWN
16.75/4.28	c PP set 0 variables
16.75/4.28	c pp time: 4276084us (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-3274142-1304055678/watcher-3274142-1304055678 -o /tmp/evaluation-result-3274142-1304055678/solver-3274142-1304055678 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3274142-1304055678.cnf 1716721271 4800 15500 4 

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

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


[startup+0 s]
/proc/loadavg: 7.75 8.02 8.00 5/182 18850
/proc/meminfo: memFree=24177728/32951124 swapFree=67111524/67111528
[pid=18850] ppid=18848 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18850/stat : 18850 (priss.sh) S 18848 18850 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 497984047 8908800 252 33554432000 4194304 4922060 140735584879024 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18850/statm: 2175 252 211 178 0 68 0

[startup+0.813386 s]
/proc/loadavg: 7.75 8.02 8.00 5/182 18850
/proc/meminfo: memFree=24177728/32951124 swapFree=67111524/67111528
[pid=18850] ppid=18848 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18850/stat : 18850 (priss.sh) S 18848 18850 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 497984047 8908800 252 33554432000 4194304 4922060 140735584879024 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18850/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.90037 s]
/proc/loadavg: 7.75 8.02 8.00 5/182 18850
/proc/meminfo: memFree=24177728/32951124 swapFree=67111524/67111528
[pid=18850] ppid=18848 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18850/stat : 18850 (priss.sh) S 18848 18850 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 497984047 8908800 252 33554432000 4194304 4922060 140735584879024 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18850/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.00035 s]
/proc/loadavg: 7.75 8.02 8.00 5/182 18850
/proc/meminfo: memFree=24177728/32951124 swapFree=67111524/67111528
[pid=18850] ppid=18848 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18850/stat : 18850 (priss.sh) S 18848 18850 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 497984047 8908800 252 33554432000 4194304 4922060 140735584879024 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18850/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.10033 s]
/proc/loadavg: 7.75 8.02 8.00 5/182 18850
/proc/meminfo: memFree=24177728/32951124 swapFree=67111524/67111528
[pid=18850] ppid=18848 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18850/stat : 18850 (priss.sh) S 18848 18850 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 497984047 8908800 252 33554432000 4194304 4922060 140735584879024 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18850/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50026 s]
/proc/loadavg: 7.75 8.02 8.00 5/182 18850
/proc/meminfo: memFree=24177728/32951124 swapFree=67111524/67111528
[pid=18850] ppid=18848 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18850/stat : 18850 (priss.sh) S 18848 18850 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 497984047 8908800 252 33554432000 4194304 4922060 140735584879024 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18850/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10098 s]
/proc/loadavg: 7.75 8.02 8.00 9/188 18856
/proc/meminfo: memFree=24146148/32951124 swapFree=67111524/67111528
[pid=18850] ppid=18848 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18850/stat : 18850 (priss.sh) S 18848 18850 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 497984047 8908800 252 33554432000 4194304 4922060 140735584879024 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18850/statm: 2175 252 211 178 0 68 0
[pid=18851] ppid=18850 vsize=213272 CPUtime=12.36 cores=1,3,5,7
/proc/18851/stat : 18851 (priss) S 18850 18850 17192 0 -1 4202496 8616 0 0 0 1233 3 0 0 25 0 5 0 497984047 218390528 7907 33554432000 4194304 5787044 140736683495072 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/18851/statm: 53318 7907 404 389 0 49068 0
[pid=18851/tid=18852] ppid=18850 vsize=213272 CPUtime=3.08 cores=1,3,5,7
/proc/18851/task/18852/stat : 18852 (priss) R 18850 18850 17192 0 -1 4202560 1955 0 0 0 308 0 0 0 25 0 5 0 497984047 218390528 7907 33554432000 4194304 5787044 140736683495072 18446744073709551615 5591808 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18851/tid=18853] ppid=18850 vsize=213272 CPUtime=3.08 cores=1,3,5,7
/proc/18851/task/18853/stat : 18853 (priss) R 18850 18850 17192 0 -1 4202560 1743 0 0 0 308 0 0 0 25 0 5 0 497984047 218390528 7907 33554432000 4194304 5787044 140736683495072 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18851/tid=18854] ppid=18850 vsize=213272 CPUtime=3.08 cores=1,3,5,7
/proc/18851/task/18854/stat : 18854 (priss) R 18850 18850 17192 0 -1 4202560 1419 0 0 0 307 1 0 0 25 0 5 0 497984047 218390528 7907 33554432000 4194304 5787044 140736683495072 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18851/tid=18855] ppid=18850 vsize=213272 CPUtime=3.07 cores=1,3,5,7
/proc/18851/task/18855/stat : 18855 (priss) R 18850 18850 17192 0 -1 4202560 2002 0 0 0 307 0 0 0 25 0 5 0 497984047 218390528 7907 33554432000 4194304 5787044 140736683495072 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 221972

[startup+6.30741 s]
/proc/loadavg: 7.77 8.02 8.00 9/188 18856
/proc/meminfo: memFree=24135196/32951124 swapFree=67111524/67111528
[pid=18850] ppid=18848 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18850/stat : 18850 (priss.sh) S 18848 18850 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 497984047 8908800 252 33554432000 4194304 4922060 140735584879024 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18850/statm: 2175 252 211 178 0 68 0
[pid=18851] ppid=18850 vsize=216388 CPUtime=25.16 cores=1,3,5,7
/proc/18851/stat : 18851 (priss) S 18850 18850 17192 0 -1 4202496 12269 0 0 0 2511 5 0 0 25 0 5 0 497984047 221581312 10598 33554432000 4194304 5787044 140736683495072 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/18851/statm: 54097 10598 417 389 0 49847 0
[pid=18851/tid=18852] ppid=18850 vsize=216388 CPUtime=6.29 cores=1,3,5,7
/proc/18851/task/18852/stat : 18852 (priss) R 18850 18850 17192 0 -1 4202560 2494 0 0 0 628 1 0 0 25 0 5 0 497984047 221581312 10598 33554432000 4194304 5787044 140736683495072 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18851/tid=18853] ppid=18850 vsize=216388 CPUtime=6.29 cores=1,3,5,7
/proc/18851/task/18853/stat : 18853 (priss) R 18850 18850 17192 0 -1 4202560 2330 0 0 0 628 1 0 0 25 0 5 0 497984047 221581312 10598 33554432000 4194304 5787044 140736683495072 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18851/tid=18854] ppid=18850 vsize=216388 CPUtime=6.29 cores=1,3,5,7
/proc/18851/task/18854/stat : 18854 (priss) R 18850 18850 17192 0 -1 4202560 1910 0 0 0 628 1 0 0 25 0 5 0 497984047 221581312 10598 33554432000 4194304 5787044 140736683495072 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18851/tid=18855] ppid=18850 vsize=216388 CPUtime=6.26 cores=1,3,5,7
/proc/18851/task/18855/stat : 18855 (priss) R 18850 18850 17192 0 -1 4202560 4038 0 0 0 626 0 0 0 25 0 5 0 497984047 221581312 10598 33554432000 4194304 5787044 140736683495072 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 225088

[startup+12.7013 s]
/proc/loadavg: 7.79 8.01 8.00 9/188 18856
/proc/meminfo: memFree=24117860/32951124 swapFree=67111524/67111528
[pid=18850] ppid=18848 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18850/stat : 18850 (priss.sh) S 18848 18850 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 497984047 8908800 252 33554432000 4194304 4922060 140735584879024 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18850/statm: 2175 252 211 178 0 68 0
[pid=18851] ppid=18850 vsize=223132 CPUtime=50.7 cores=1,3,5,7
/proc/18851/stat : 18851 (priss) S 18850 18850 17192 0 -1 4202496 15227 0 0 0 5062 8 0 0 25 0 5 0 497984047 228487168 13556 33554432000 4194304 5787044 140736683495072 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/18851/statm: 55783 13556 417 389 0 51533 0
[pid=18851/tid=18852] ppid=18850 vsize=223132 CPUtime=12.69 cores=1,3,5,7
/proc/18851/task/18852/stat : 18852 (priss) R 18850 18850 17192 0 -1 4202560 2969 0 0 0 1267 2 0 0 25 0 5 0 497984047 228487168 13556 33554432000 4194304 5787044 140736683495072 18446744073709551615 5591640 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18851/tid=18853] ppid=18850 vsize=223132 CPUtime=12.68 cores=1,3,5,7
/proc/18851/task/18853/stat : 18853 (priss) R 18850 18850 17192 0 -1 4202560 2833 0 0 0 1266 2 0 0 25 0 5 0 497984047 228487168 13556 33554432000 4194304 5787044 140736683495072 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18851/tid=18854] ppid=18850 vsize=223132 CPUtime=12.68 cores=1,3,5,7
/proc/18851/task/18854/stat : 18854 (priss) R 18850 18850 17192 0 -1 4202560 3430 0 0 0 1266 2 0 0 25 0 5 0 497984047 228487168 13556 33554432000 4194304 5787044 140736683495072 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18851/tid=18855] ppid=18850 vsize=223132 CPUtime=12.62 cores=1,3,5,7
/proc/18851/task/18855/stat : 18855 (priss) R 18850 18850 17192 0 -1 4202560 4498 0 0 0 1261 1 0 0 25 0 5 0 497984047 228487168 13556 33554432000 4194304 5787044 140736683495072 18446744073709551615 5528432 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 231832

[startup+25.501 s]
/proc/loadavg: 7.84 8.01 8.00 9/188 18857
/proc/meminfo: memFree=24106312/32951124 swapFree=67111524/67111528
[pid=18850] ppid=18848 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18850/stat : 18850 (priss.sh) S 18848 18850 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 497984047 8908800 252 33554432000 4194304 4922060 140735584879024 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18850/statm: 2175 252 211 178 0 68 0
[pid=18851] ppid=18850 vsize=225556 CPUtime=101.82 cores=1,3,5,7
/proc/18851/stat : 18851 (priss) S 18850 18850 17192 0 -1 4202496 17453 0 0 0 10171 11 0 0 25 0 5 0 497984047 230969344 15782 33554432000 4194304 5787044 140736683495072 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/18851/statm: 56389 15782 417 389 0 52139 0
[pid=18851/tid=18852] ppid=18850 vsize=225556 CPUtime=25.49 cores=1,3,5,7
/proc/18851/task/18852/stat : 18852 (priss) R 18850 18850 17192 0 -1 4202560 3496 0 0 0 2546 3 0 0 25 0 5 0 497984047 230969344 15782 33554432000 4194304 5787044 140736683495072 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18851/tid=18853] ppid=18850 vsize=225556 CPUtime=25.48 cores=1,3,5,7
/proc/18851/task/18853/stat : 18853 (priss) R 18850 18850 17192 0 -1 4202560 3394 0 0 0 2546 2 0 0 25 0 5 0 497984047 230969344 15782 33554432000 4194304 5787044 140736683495072 18446744073709551615 5591764 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18851/tid=18854] ppid=18850 vsize=225556 CPUtime=25.48 cores=1,3,5,7
/proc/18851/task/18854/stat : 18854 (priss) R 18850 18850 17192 0 -1 4202560 3924 0 0 0 2545 3 0 0 25 0 5 0 497984047 230969344 15782 33554432000 4194304 5787044 140736683495072 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18851/tid=18855] ppid=18850 vsize=225556 CPUtime=25.35 cores=1,3,5,7
/proc/18851/task/18855/stat : 18855 (priss) R 18850 18850 17192 0 -1 4202560 5142 0 0 0 2533 2 0 0 25 0 5 0 497984047 230969344 15782 33554432000 4194304 5787044 140736683495072 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 234256

[startup+51.1004 s]
/proc/loadavg: 7.89 8.01 8.00 9/188 18857
/proc/meminfo: memFree=24081960/32951124 swapFree=67111524/67111528
[pid=18850] ppid=18848 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18850/stat : 18850 (priss.sh) S 18848 18850 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 497984047 8908800 252 33554432000 4194304 4922060 140735584879024 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18850/statm: 2175 252 211 178 0 68 0
[pid=18851] ppid=18850 vsize=236104 CPUtime=204.08 cores=1,3,5,7
/proc/18851/stat : 18851 (priss) S 18850 18850 17192 0 -1 4202496 22432 0 0 0 20392 16 0 0 25 0 5 0 497984047 241770496 20759 33554432000 4194304 5787044 140736683495072 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/18851/statm: 59026 20759 418 389 0 54776 0
[pid=18851/tid=18852] ppid=18850 vsize=236104 CPUtime=51.08 cores=1,3,5,7
/proc/18851/task/18852/stat : 18852 (priss) R 18850 18850 17192 0 -1 4202560 4634 0 0 0 5104 4 0 0 25 0 5 0 497984047 241770496 20759 33554432000 4194304 5787044 140736683495072 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18851/tid=18853] ppid=18850 vsize=236104 CPUtime=51.08 cores=1,3,5,7
/proc/18851/task/18853/stat : 18853 (priss) R 18850 18850 17192 0 -1 4202560 5552 0 0 0 5104 4 0 0 25 0 5 0 497984047 241770496 20759 33554432000 4194304 5787044 140736683495072 18446744073709551615 5591289 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18851/tid=18854] ppid=18850 vsize=236104 CPUtime=51.08 cores=1,3,5,7
/proc/18851/task/18854/stat : 18854 (priss) R 18850 18850 17192 0 -1 4202560 4893 0 0 0 5104 4 0 0 25 0 5 0 497984047 241770496 20759 33554432000 4194304 5787044 140736683495072 18446744073709551615 5591328 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18851/tid=18855] ppid=18850 vsize=236104 CPUtime=50.81 cores=1,3,5,7
/proc/18851/task/18855/stat : 18855 (priss) R 18850 18850 17192 0 -1 4202560 5856 0 0 0 5078 3 0 0 25 0 5 0 497984047 241770496 20759 33554432000 4194304 5787044 140736683495072 18446744073709551615 5527113 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.08
Current children cumulated vsize (KiB) 244804

[startup+102.301 s]
/proc/loadavg: 7.95 8.01 8.00 9/188 18859
/proc/meminfo: memFree=24044464/32951124 swapFree=67111524/67111528
[pid=18850] ppid=18848 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18850/stat : 18850 (priss.sh) S 18848 18850 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 497984047 8908800 252 33554432000 4194304 4922060 140735584879024 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18850/statm: 2175 252 211 178 0 68 0
[pid=18851] ppid=18850 vsize=247972 CPUtime=408.6 cores=1,3,5,7
/proc/18851/stat : 18851 (priss) S 18850 18850 17192 0 -1 4202496 29306 0 0 0 40834 26 0 0 25 0 5 0 497984047 253923328 27630 33554432000 4194304 5787044 140736683495072 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/18851/statm: 61993 27630 418 389 0 57743 0
[pid=18851/tid=18852] ppid=18850 vsize=247972 CPUtime=102.28 cores=1,3,5,7
/proc/18851/task/18852/stat : 18852 (priss) R 18850 18850 17192 0 -1 4202560 6215 0 0 0 10220 8 0 0 25 0 5 0 497984047 253923328 27630 33554432000 4194304 5787044 140736683495072 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18851/tid=18853] ppid=18850 vsize=247972 CPUtime=102.28 cores=1,3,5,7
/proc/18851/task/18853/stat : 18853 (priss) R 18850 18850 17192 0 -1 4202560 7092 0 0 0 10222 6 0 0 25 0 5 0 497984047 253923328 27630 33554432000 4194304 5787044 140736683495072 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18851/tid=18854] ppid=18850 vsize=247972 CPUtime=102.27 cores=1,3,5,7
/proc/18851/task/18854/stat : 18854 (priss) R 18850 18850 17192 0 -1 4202560 6373 0 0 0 10222 5 0 0 25 0 5 0 497984047 253923328 27630 33554432000 4194304 5787044 140736683495072 18446744073709551615 5591780 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18851/tid=18855] ppid=18850 vsize=247972 CPUtime=101.72 cores=1,3,5,7
/proc/18851/task/18855/stat : 18855 (priss) R 18850 18850 17192 0 -1 4202560 8129 0 0 0 10167 5 0 0 25 0 5 0 497984047 253923328 27630 33554432000 4194304 5787044 140736683495072 18446744073709551615 5527508 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.6
Current children cumulated vsize (KiB) 256672

[startup+162.301 s]
/proc/loadavg: 7.98 8.00 8.00 9/188 18860
/proc/meminfo: memFree=24018860/32951124 swapFree=67111524/67111528
[pid=18850] ppid=18848 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18850/stat : 18850 (priss.sh) S 18848 18850 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 497984047 8908800 252 33554432000 4194304 4922060 140735584879024 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18850/statm: 2175 252 211 178 0 68 0
[pid=18851] ppid=18850 vsize=251288 CPUtime=648.26 cores=1,3,5,7

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

/proc/18851/task/18853/stat : 18853 (priss) R 18850 18850 17192 0 -1 4202560 19980 0 0 0 88209 19 0 0 25 0 5 0 497984047 457019392 64153 33554432000 4194304 5787044 140736683495072 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18851/tid=18854] ppid=18850 vsize=446308 CPUtime=882.26 cores=1,3,5,7
/proc/18851/task/18854/stat : 18854 (priss) R 18850 18850 17192 0 -1 4202560 14031 0 0 0 88212 14 0 0 25 0 5 0 497984047 457019392 64153 33554432000 4194304 5787044 140736683495072 18446744073709551615 5591999 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18851/tid=18855] ppid=18850 vsize=446308 CPUtime=877.47 cores=1,3,5,7
/proc/18851/task/18855/stat : 18855 (priss) R 18850 18850 17192 0 -1 4202560 14959 0 0 0 87733 14 0 0 25 0 5 0 497984047 457019392 64153 33554432000 4194304 5787044 140736683495072 18446744073709551615 5527218 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.33
Current children cumulated vsize (KiB) 455008

[startup+942.301 s]
/proc/loadavg: 8.15 8.11 8.02 9/188 18914
/proc/meminfo: memFree=23302976/32951124 swapFree=67111524/67111528
[pid=18850] ppid=18848 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18850/stat : 18850 (priss.sh) S 18848 18850 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 497984047 8908800 252 33554432000 4194304 4922060 140735584879024 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18850/statm: 2175 252 211 178 0 68 0
[pid=18851] ppid=18850 vsize=446500 CPUtime=3764.03 cores=1,3,5,7
/proc/18851/stat : 18851 (priss) S 18850 18850 17192 0 -1 4202496 66529 0 0 0 376331 72 0 0 25 0 5 0 497984047 457216000 64243 33554432000 4194304 5787044 140736683495072 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/18851/statm: 111625 64243 418 389 0 107375 0
[pid=18851/tid=18852] ppid=18850 vsize=446500 CPUtime=942.28 cores=1,3,5,7
/proc/18851/task/18852/stat : 18852 (priss) R 18850 18850 17192 0 -1 4202560 15996 0 0 0 94206 22 0 0 25 0 5 0 497984047 457216000 64243 33554432000 4194304 5787044 140736683495072 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18851/tid=18853] ppid=18850 vsize=446500 CPUtime=942.29 cores=1,3,5,7
/proc/18851/task/18853/stat : 18853 (priss) R 18850 18850 17192 0 -1 4202560 20043 0 0 0 94210 19 0 0 25 0 5 0 497984047 457216000 64243 33554432000 4194304 5787044 140736683495072 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18851/tid=18854] ppid=18850 vsize=446500 CPUtime=942.27 cores=1,3,5,7
/proc/18851/task/18854/stat : 18854 (priss) R 18850 18850 17192 0 -1 4202560 14031 0 0 0 94213 14 0 0 25 0 5 0 497984047 457216000 64243 33554432000 4194304 5787044 140736683495072 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18851/tid=18855] ppid=18850 vsize=446500 CPUtime=937.15 cores=1,3,5,7
/proc/18851/task/18855/stat : 18855 (priss) R 18850 18850 17192 0 -1 4202560 14962 0 0 0 93701 14 0 0 25 0 5 0 497984047 457216000 64243 33554432000 4194304 5787044 140736683495072 18446744073709551615 5527482 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3764.03
Current children cumulated vsize (KiB) 455200

[startup+1002.3 s]
/proc/loadavg: 8.14 8.11 8.03 9/188 18916
/proc/meminfo: memFree=23256064/32951124 swapFree=67111524/67111528
[pid=18850] ppid=18848 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18850/stat : 18850 (priss.sh) S 18848 18850 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 497984047 8908800 252 33554432000 4194304 4922060 140735584879024 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18850/statm: 2175 252 211 178 0 68 0
[pid=18851] ppid=18850 vsize=446692 CPUtime=4003.69 cores=1,3,5,7
/proc/18851/stat : 18851 (priss) S 18850 18850 17192 0 -1 4202496 66781 0 0 0 400296 73 0 0 25 0 5 0 497984047 457412608 64495 33554432000 4194304 5787044 140736683495072 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/18851/statm: 111673 64495 418 389 0 107423 0
[pid=18851/tid=18852] ppid=18850 vsize=446692 CPUtime=1002.28 cores=1,3,5,7
/proc/18851/task/18852/stat : 18852 (priss) R 18850 18850 17192 0 -1 4202560 16097 0 0 0 100205 23 0 0 25 0 5 0 497984047 457412608 64495 33554432000 4194304 5787044 140736683495072 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18851/tid=18853] ppid=18850 vsize=446692 CPUtime=1002.28 cores=1,3,5,7
/proc/18851/task/18853/stat : 18853 (priss) R 18850 18850 17192 0 -1 4202560 20155 0 0 0 100209 19 0 0 25 0 5 0 497984047 457412608 64495 33554432000 4194304 5787044 140736683495072 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18851/tid=18854] ppid=18850 vsize=446692 CPUtime=1002.26 cores=1,3,5,7
/proc/18851/task/18854/stat : 18854 (priss) R 18850 18850 17192 0 -1 4202560 14031 0 0 0 100212 14 0 0 25 0 5 0 497984047 457412608 64495 33554432000 4194304 5787044 140736683495072 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18851/tid=18855] ppid=18850 vsize=446692 CPUtime=996.83 cores=1,3,5,7
/proc/18851/task/18855/stat : 18855 (priss) R 18850 18850 17192 0 -1 4202560 15001 0 0 0 99668 15 0 0 25 0 5 0 497984047 457412608 64495 33554432000 4194304 5787044 140736683495072 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.69
Current children cumulated vsize (KiB) 455392

[startup+1062.31 s]
/proc/loadavg: 8.08 8.10 8.03 9/188 18917
/proc/meminfo: memFree=23237520/32951124 swapFree=67111524/67111528
[pid=18850] ppid=18848 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18850/stat : 18850 (priss.sh) S 18848 18850 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 497984047 8908800 252 33554432000 4194304 4922060 140735584879024 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18850/statm: 2175 252 211 178 0 68 0
[pid=18851] ppid=18850 vsize=451752 CPUtime=4243.39 cores=1,3,5,7
/proc/18851/stat : 18851 (priss) S 18850 18850 17192 0 -1 4202496 68365 0 0 0 424265 74 0 0 25 0 5 0 497984047 462594048 66079 33554432000 4194304 5787044 140736683495072 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/18851/statm: 112938 66079 418 389 0 108688 0
[pid=18851/tid=18852] ppid=18850 vsize=451752 CPUtime=1062.29 cores=1,3,5,7
/proc/18851/task/18852/stat : 18852 (priss) R 18850 18850 17192 0 -1 4202560 16354 0 0 0 106206 23 0 0 25 0 5 0 497984047 462594048 66079 33554432000 4194304 5787044 140736683495072 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18851/tid=18853] ppid=18850 vsize=451752 CPUtime=1062.29 cores=1,3,5,7
/proc/18851/task/18853/stat : 18853 (priss) R 18850 18850 17192 0 -1 4202560 20389 0 0 0 106209 20 0 0 25 0 5 0 497984047 462594048 66079 33554432000 4194304 5787044 140736683495072 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18851/tid=18854] ppid=18850 vsize=451752 CPUtime=1062.28 cores=1,3,5,7
/proc/18851/task/18854/stat : 18854 (priss) R 18850 18850 17192 0 -1 4202560 15058 0 0 0 106213 15 0 0 25 0 5 0 497984047 462594048 66079 33554432000 4194304 5787044 140736683495072 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18851/tid=18855] ppid=18850 vsize=451752 CPUtime=1056.5 cores=1,3,5,7
/proc/18851/task/18855/stat : 18855 (priss) R 18850 18850 17192 0 -1 4202560 15067 0 0 0 105635 15 0 0 25 0 5 0 497984047 462594048 66079 33554432000 4194304 5787044 140736683495072 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.39
Current children cumulated vsize (KiB) 460452

[startup+1122.3 s]
/proc/loadavg: 8.03 8.08 8.02 9/188 18919
/proc/meminfo: memFree=23069684/32951124 swapFree=67111524/67111528
[pid=18850] ppid=18848 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18850/stat : 18850 (priss.sh) S 18848 18850 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 497984047 8908800 252 33554432000 4194304 4922060 140735584879024 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18850/statm: 2175 252 211 178 0 68 0
[pid=18851] ppid=18850 vsize=460052 CPUtime=4483.04 cores=1,3,5,7
/proc/18851/stat : 18851 (priss) S 18850 18850 17192 0 -1 4202496 71768 0 0 0 448228 76 0 0 25 0 5 0 497984047 471093248 69482 33554432000 4194304 5787044 140736683495072 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/18851/statm: 115013 69482 418 389 0 110763 0
[pid=18851/tid=18852] ppid=18850 vsize=460052 CPUtime=1122.28 cores=1,3,5,7
/proc/18851/task/18852/stat : 18852 (priss) R 18850 18850 17192 0 -1 4202560 17198 0 0 0 112204 24 0 0 25 0 5 0 497984047 471093248 69482 33554432000 4194304 5787044 140736683495072 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18851/tid=18853] ppid=18850 vsize=460052 CPUtime=1122.29 cores=1,3,5,7
/proc/18851/task/18853/stat : 18853 (priss) R 18850 18850 17192 0 -1 4202560 20992 0 0 0 112208 21 0 0 25 0 5 0 497984047 471093248 69482 33554432000 4194304 5787044 140736683495072 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18851/tid=18854] ppid=18850 vsize=460052 CPUtime=1122.27 cores=1,3,5,7
/proc/18851/task/18854/stat : 18854 (priss) R 18850 18850 17192 0 -1 4202560 16574 0 0 0 112212 15 0 0 25 0 5 0 497984047 471093248 69482 33554432000 4194304 5787044 140736683495072 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18851/tid=18855] ppid=18850 vsize=460052 CPUtime=1116.17 cores=1,3,5,7
/proc/18851/task/18855/stat : 18855 (priss) R 18850 18850 17192 0 -1 4202560 15507 0 0 0 111602 15 0 0 25 0 5 0 497984047 471093248 69482 33554432000 4194304 5787044 140736683495072 18446744073709551615 5527590 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4483.04
Current children cumulated vsize (KiB) 468752

[startup+1182.3 s]
/proc/loadavg: 8.04 8.08 8.02 9/188 18920
/proc/meminfo: memFree=22963236/32951124 swapFree=67111524/67111528
[pid=18850] ppid=18848 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18850/stat : 18850 (priss.sh) S 18848 18850 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 497984047 8908800 252 33554432000 4194304 4922060 140735584879024 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18850/statm: 2175 252 211 178 0 68 0
[pid=18851] ppid=18850 vsize=465144 CPUtime=4722.72 cores=1,3,5,7
/proc/18851/stat : 18851 (priss) S 18850 18850 17192 0 -1 4202496 75224 0 0 0 472190 82 0 0 25 0 5 0 497984047 476307456 72938 33554432000 4194304 5787044 140736683495072 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/18851/statm: 116286 72938 418 389 0 112036 0
[pid=18851/tid=18852] ppid=18850 vsize=465144 CPUtime=1182.28 cores=1,3,5,7
/proc/18851/task/18852/stat : 18852 (priss) R 18850 18850 17192 0 -1 4202560 18154 0 0 0 118202 26 0 0 25 0 5 0 497984047 476307456 72938 33554432000 4194304 5787044 140736683495072 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18851/tid=18853] ppid=18850 vsize=465144 CPUtime=1182.29 cores=1,3,5,7
/proc/18851/task/18853/stat : 18853 (priss) R 18850 18850 17192 0 -1 4202560 21981 0 0 0 118207 22 0 0 25 0 5 0 497984047 476307456 72938 33554432000 4194304 5787044 140736683495072 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18851/tid=18854] ppid=18850 vsize=465144 CPUtime=1182.27 cores=1,3,5,7
/proc/18851/task/18854/stat : 18854 (priss) R 18850 18850 17192 0 -1 4202560 17351 0 0 0 118211 16 0 0 25 0 5 0 497984047 476307456 72938 33554432000 4194304 5787044 140736683495072 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18851/tid=18855] ppid=18850 vsize=465144 CPUtime=1175.84 cores=1,3,5,7
/proc/18851/task/18855/stat : 18855 (priss) R 18850 18850 17192 0 -1 4202560 16241 0 0 0 117568 16 0 0 25 0 5 0 497984047 476307456 72938 33554432000 4194304 5787044 140736683495072 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.72
Current children cumulated vsize (KiB) 473844



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.09 8.09 8.03 9/188 18930
/proc/meminfo: memFree=22958244/32951124 swapFree=67111524/67111528
[pid=18850] ppid=18848 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18850/stat : 18850 (priss.sh) S 18848 18850 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 497984047 8908800 252 33554432000 4194304 4922060 140735584879024 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18850/statm: 2175 252 211 178 0 68 0
[pid=18851] ppid=18850 vsize=466916 CPUtime=4800.23 cores=1,3,5,7
/proc/18851/stat : 18851 (priss) S 18850 18850 17192 0 -1 4202496 76287 0 0 0 479939 84 0 0 25 0 5 0 497984047 478121984 74001 33554432000 4194304 5787044 140736683495072 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/18851/statm: 116729 74001 418 389 0 112479 0
[pid=18851/tid=18852] ppid=18850 vsize=466916 CPUtime=1201.68 cores=1,3,5,7
/proc/18851/task/18852/stat : 18852 (priss) R 18850 18850 17192 0 -1 4202560 18404 0 0 0 120141 27 0 0 25 0 5 0 497984047 478121984 74001 33554432000 4194304 5787044 140736683495072 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18851/tid=18853] ppid=18850 vsize=466916 CPUtime=1201.69 cores=1,3,5,7
/proc/18851/task/18853/stat : 18853 (priss) R 18850 18850 17192 0 -1 4202560 22281 0 0 0 120147 22 0 0 25 0 5 0 497984047 478121984 74001 33554432000 4194304 5787044 140736683495072 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18851/tid=18854] ppid=18850 vsize=466916 CPUtime=1201.68 cores=1,3,5,7
/proc/18851/task/18854/stat : 18854 (priss) R 18850 18850 17192 0 -1 4202560 17613 0 0 0 120152 16 0 0 25 0 5 0 497984047 478121984 74001 33554432000 4194304 5787044 140736683495072 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18851/tid=18855] ppid=18850 vsize=466916 CPUtime=1195.14 cores=1,3,5,7
/proc/18851/task/18855/stat : 18855 (priss) R 18850 18850 17192 0 -1 4202560 16492 0 0 0 119497 17 0 0 25 0 5 0 497984047 478121984 74001 33554432000 4194304 5787044 140736683495072 18446744073709551615 5527392 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 475616

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

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

[startup+1201.7 s]
/proc/loadavg: 8.09 8.09 8.03 9/188 18930
/proc/meminfo: memFree=22958244/32951124 swapFree=67111524/67111528
[pid=18850] ppid=18848 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18850/stat : 18850 (priss.sh) S 18848 18850 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 497984047 8908800 252 33554432000 4194304 4922060 140735584879024 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18850/statm: 2175 252 211 178 0 68 0
[pid=18851] ppid=18850 vsize=466916 CPUtime=4800.23 cores=1,3,5,7
/proc/18851/stat : 18851 (priss) S 18850 18850 17192 0 -1 4202496 76287 0 0 0 479939 84 0 0 25 0 5 0 497984047 478121984 74001 33554432000 4194304 5787044 140736683495072 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/18851/statm: 116729 74001 418 389 0 112479 0
[pid=18851/tid=18852] ppid=18850 vsize=466916 CPUtime=1201.68 cores=1,3,5,7
/proc/18851/task/18852/stat : 18852 (priss) R 18850 18850 17192 0 -1 4202560 18404 0 0 0 120141 27 0 0 25 0 5 0 497984047 478121984 74001 33554432000 4194304 5787044 140736683495072 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18851/tid=18853] ppid=18850 vsize=466916 CPUtime=1201.69 cores=1,3,5,7
/proc/18851/task/18853/stat : 18853 (priss) R 18850 18850 17192 0 -1 4202560 22281 0 0 0 120147 22 0 0 25 0 5 0 497984047 478121984 74001 33554432000 4194304 5787044 140736683495072 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18851/tid=18854] ppid=18850 vsize=466916 CPUtime=1201.68 cores=1,3,5,7
/proc/18851/task/18854/stat : 18854 (priss) R 18850 18850 17192 0 -1 4202560 17613 0 0 0 120152 16 0 0 25 0 5 0 497984047 478121984 74001 33554432000 4194304 5787044 140736683495072 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18851/tid=18855] ppid=18850 vsize=466916 CPUtime=1195.14 cores=1,3,5,7
/proc/18851/task/18855/stat : 18855 (priss) R 18850 18850 17192 0 -1 4202560 16492 0 0 0 119497 17 0 0 25 0 5 0 497984047 478121984 74001 33554432000 4194304 5787044 140736683495072 18446744073709551615 5527392 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 475616

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18850 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.23
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.72
CPU time (s): 4800.23
CPU user time (s): 4799.39
CPU system time (s): 0.84
CPU usage (%): 399.447
Max. virtual memory (cumulated for all children) (KiB): 475616

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

runsolver used 1.52377 second user time and 5.03723 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-29 07:41:18
IDJOB=3274142
IDBENCH=83154
IDSOLVER=1603
FILE ID=node146/3274142-1304055678
RUNJOBID= node146-1304042862-17211
PBS_JOBID= 13170387
Free space on /tmp= 72996 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n240-s78945233-sat.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3274142-1304055678/watcher-3274142-1304055678 -o /tmp/evaluation-result-3274142-1304055678/solver-3274142-1304055678 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3274142-1304055678.cnf 1716721271 4800 15500 4

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

MD5SUM BENCH= 1f90ac4288669aff970e47f4201b5ea4
RANDOM SEED=1716721271

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:      24178008 kB
Buffers:       1669480 kB
Cached:        6256808 kB
SwapCached:          4 kB
Active:        1614760 kB
Inactive:      6631184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24178008 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            1560 kB
Writeback:           0 kB
AnonPages:      319248 kB
Mapped:          15624 kB
Slab:           463056 kB
PageTables:       4972 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   517636 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 08:01:22