Trace number 3265551

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 Auto? (TO) 4800.23 1201.72

General information on the benchmark

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

Solver Data

0.00/0.00	c *****************************************************
0.00/0.00	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.00	c *   This program may be redistributed or modified   *
0.00/0.00	c * under the terms of the GNU General Public License *
0.00/0.00	c *****************************************************
0.00/0.00	c process id: 20125
0.00/0.00	c setup for 4cores
0.00/0.00	c parsetime: 273us
0.00/0.00	c parsed 672 clauses with 135 variables
0.00/0.00	c NW started thread 0 successfully (1096296768)
0.00/0.00	c NW started thread 1 successfully (1110948160)
0.00/0.00	c NW started thread 2 successfully (1121438016)
0.00/0.00	c NW started thread 3 successfully (1131927872)
0.00/0.89	c preprocessor returned 10014 variables
0.00/0.89	c preprocessing returned UNKNOWN
0.00/0.89	c PP set 0 variables
0.00/0.89	c pp time: 884588us (0s)
0.00/0.89	c preprocessor returned 10014 variables
0.00/0.89	c preprocessing returned UNKNOWN
0.00/0.89	c PP set 0 variables
0.00/0.89	c pp time: 884410us (0s)
0.00/0.90	c preprocessor returned 10014 variables
0.00/0.90	c preprocessing returned UNKNOWN
0.00/0.90	c PP set 0 variables
0.00/0.90	c pp time: 899997us (0s)
36.71/9.24	c preprocessor returned 30009 variables
36.71/9.24	c preprocessing returned UNKNOWN
36.71/9.24	c PP set 0 variables
36.71/9.24	c pp time: 9238311us (9s)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.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-3265551-1304069583/watcher-3265551-1304069583 -o /tmp/evaluation-result-3265551-1304069583/solver-3265551-1304069583 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3265551-1304069583.cnf 754848350 4800 15500 4 

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

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


[startup+0 s]
/proc/loadavg: 8.10 8.10 8.03 6/182 20124
/proc/meminfo: memFree=23839088/32951124 swapFree=67111524/67111528
[pid=20124] ppid=20122 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20124/stat : 20124 (prissAuto.sh) S 20122 20124 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 499374542 8908800 251 33554432000 4194304 4922060 140737032413920 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20124/statm: 2175 251 211 178 0 68 0

[startup+0.0292031 s]
/proc/loadavg: 8.10 8.10 8.03 6/182 20124
/proc/meminfo: memFree=23839088/32951124 swapFree=67111524/67111528
[pid=20124] ppid=20122 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20124/stat : 20124 (prissAuto.sh) S 20122 20124 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 499374542 8908800 251 33554432000 4194304 4922060 140737032413920 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20124/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100188 s]
/proc/loadavg: 8.10 8.10 8.03 6/182 20124
/proc/meminfo: memFree=23839088/32951124 swapFree=67111524/67111528
[pid=20124] ppid=20122 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20124/stat : 20124 (prissAuto.sh) S 20122 20124 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 499374542 8908800 251 33554432000 4194304 4922060 140737032413920 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20124/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300152 s]
/proc/loadavg: 8.10 8.10 8.03 6/182 20124
/proc/meminfo: memFree=23839088/32951124 swapFree=67111524/67111528
[pid=20124] ppid=20122 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20124/stat : 20124 (prissAuto.sh) S 20122 20124 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 499374542 8908800 251 33554432000 4194304 4922060 140737032413920 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20124/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700081 s]
/proc/loadavg: 8.10 8.10 8.03 6/182 20124
/proc/meminfo: memFree=23839088/32951124 swapFree=67111524/67111528
[pid=20124] ppid=20122 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20124/stat : 20124 (prissAuto.sh) S 20122 20124 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 499374542 8908800 251 33554432000 4194304 4922060 140737032413920 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20124/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50094 s]
/proc/loadavg: 8.10 8.10 8.03 9/188 20130
/proc/meminfo: memFree=23815616/32951124 swapFree=67111524/67111528
[pid=20124] ppid=20122 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20124/stat : 20124 (prissAuto.sh) S 20122 20124 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 499374542 8908800 251 33554432000 4194304 4922060 140737032413920 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20124/statm: 2175 251 211 178 0 68 0
[pid=20125] ppid=20124 vsize=212112 CPUtime=5.97 cores=1,3,5,7
/proc/20125/stat : 20125 (priss) S 20124 20124 17192 0 -1 4202496 8254 0 0 0 594 3 0 0 25 0 5 0 499374543 217202688 6905 33554432000 4194304 5787044 140735530021968 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20125/statm: 53028 6905 404 389 0 48778 0
[pid=20125/tid=20127] ppid=20124 vsize=212112 CPUtime=1.48 cores=1,3,5,7
/proc/20125/task/20127/stat : 20127 (priss) R 20124 20124 17192 0 -1 4202560 1445 0 0 0 148 0 0 0 25 0 5 0 499374543 217202688 6905 33554432000 4194304 5787044 140735530021968 18446744073709551615 5591564 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20125/tid=20128] ppid=20124 vsize=212112 CPUtime=1.48 cores=1,3,5,7
/proc/20125/task/20128/stat : 20128 (priss) R 20124 20124 17192 0 -1 4202560 1639 0 0 0 148 0 0 0 25 0 5 0 499374543 217202688 6905 33554432000 4194304 5787044 140735530021968 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20125/tid=20129] ppid=20124 vsize=212112 CPUtime=1.48 cores=1,3,5,7
/proc/20125/task/20129/stat : 20129 (priss) R 20124 20124 17192 0 -1 4202560 1676 0 0 0 148 0 0 0 25 0 5 0 499374543 217202688 6905 33554432000 4194304 5787044 140735530021968 18446744073709551615 4220295 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20125/tid=20130] ppid=20124 vsize=212112 CPUtime=1.48 cores=1,3,5,7
/proc/20125/task/20130/stat : 20130 (priss) R 20124 20124 17192 0 -1 4202560 1998 0 0 0 148 0 0 0 25 0 5 0 499374543 217202688 6906 33554432000 4194304 5787044 140735530021968 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 220812

[startup+3.10066 s]
/proc/loadavg: 8.09 8.10 8.03 9/188 20130
/proc/meminfo: memFree=23810284/32951124 swapFree=67111524/67111528
[pid=20124] ppid=20122 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20124/stat : 20124 (prissAuto.sh) S 20122 20124 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 499374542 8908800 251 33554432000 4194304 4922060 140737032413920 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20124/statm: 2175 251 211 178 0 68 0
[pid=20125] ppid=20124 vsize=213824 CPUtime=12.35 cores=1,3,5,7
/proc/20125/stat : 20125 (priss) S 20124 20124 17192 0 -1 4202496 9514 0 0 0 1231 4 0 0 25 0 5 0 499374543 218955776 8165 33554432000 4194304 5787044 140735530021968 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20125/statm: 53456 8165 405 389 0 49206 0
[pid=20125/tid=20127] ppid=20124 vsize=213824 CPUtime=3.09 cores=1,3,5,7
/proc/20125/task/20127/stat : 20127 (priss) R 20124 20124 17192 0 -1 4202560 1862 0 0 0 308 1 0 0 25 0 5 0 499374543 218955776 8165 33554432000 4194304 5787044 140735530021968 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20125/tid=20128] ppid=20124 vsize=213824 CPUtime=3.09 cores=1,3,5,7
/proc/20125/task/20128/stat : 20128 (priss) R 20124 20124 17192 0 -1 4202560 2059 0 0 0 308 1 0 0 25 0 5 0 499374543 218955776 8165 33554432000 4194304 5787044 140735530021968 18446744073709551615 5591488 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20125/tid=20129] ppid=20124 vsize=213824 CPUtime=3.08 cores=1,3,5,7
/proc/20125/task/20129/stat : 20129 (priss) R 20124 20124 17192 0 -1 4202560 2099 0 0 0 307 1 0 0 25 0 5 0 499374543 218955776 8165 33554432000 4194304 5787044 140735530021968 18446744073709551615 5591666 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20125/tid=20130] ppid=20124 vsize=213824 CPUtime=3.07 cores=1,3,5,7
/proc/20125/task/20130/stat : 20130 (priss) R 20124 20124 17192 0 -1 4202560 1998 0 0 0 307 0 0 0 25 0 5 0 499374543 218955776 8165 33554432000 4194304 5787044 140735530021968 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 222524

[startup+6.30108 s]
/proc/loadavg: 8.09 8.10 8.03 9/188 20130
/proc/meminfo: memFree=23796912/32951124 swapFree=67111524/67111528
[pid=20124] ppid=20122 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20124/stat : 20124 (prissAuto.sh) S 20122 20124 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 499374542 8908800 251 33554432000 4194304 4922060 140737032413920 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20124/statm: 2175 251 211 178 0 68 0
[pid=20125] ppid=20124 vsize=220080 CPUtime=25.14 cores=1,3,5,7
/proc/20125/stat : 20125 (priss) S 20124 20124 17192 0 -1 4202496 12084 0 0 0 2509 5 0 0 25 0 5 0 499374543 225361920 10735 33554432000 4194304 5787044 140735530021968 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20125/statm: 55020 10735 405 389 0 50770 0
[pid=20125/tid=20127] ppid=20124 vsize=220080 CPUtime=6.29 cores=1,3,5,7
/proc/20125/task/20127/stat : 20127 (priss) R 20124 20124 17192 0 -1 4202560 2385 0 0 0 628 1 0 0 25 0 5 0 499374543 225361920 10735 33554432000 4194304 5787044 140735530021968 18446744073709551615 5591328 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20125/tid=20128] ppid=20124 vsize=220080 CPUtime=6.28 cores=1,3,5,7
/proc/20125/task/20128/stat : 20128 (priss) R 20124 20124 17192 0 -1 4202560 2592 0 0 0 627 1 0 0 25 0 5 0 499374543 225361920 10735 33554432000 4194304 5787044 140735530021968 18446744073709551615 5591359 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20125/tid=20129] ppid=20124 vsize=220080 CPUtime=6.28 cores=1,3,5,7
/proc/20125/task/20129/stat : 20129 (priss) R 20124 20124 17192 0 -1 4202560 3613 0 0 0 627 1 0 0 25 0 5 0 499374543 225361920 10735 33554432000 4194304 5787044 140735530021968 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20125/tid=20130] ppid=20124 vsize=220080 CPUtime=6.26 cores=1,3,5,7
/proc/20125/task/20130/stat : 20130 (priss) R 20124 20124 17192 0 -1 4202560 1998 0 0 0 626 0 0 0 25 0 5 0 499374543 225361920 10735 33554432000 4194304 5787044 140735530021968 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 228780

[startup+12.7009 s]
/proc/loadavg: 8.07 8.10 8.03 9/188 20130
/proc/meminfo: memFree=23783656/32951124 swapFree=67111524/67111528
[pid=20124] ppid=20122 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20124/stat : 20124 (prissAuto.sh) S 20122 20124 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 499374542 8908800 251 33554432000 4194304 4922060 140737032413920 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20124/statm: 2175 251 211 178 0 68 0
[pid=20125] ppid=20124 vsize=290148 CPUtime=50.69 cores=1,3,5,7
/proc/20125/stat : 20125 (priss) S 20124 20124 17192 0 -1 4202496 16748 0 0 0 5061 8 0 0 25 0 5 0 499374543 297111552 14695 33554432000 4194304 5787044 140735530021968 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20125/statm: 72537 14695 418 389 0 68287 0
[pid=20125/tid=20127] ppid=20124 vsize=290148 CPUtime=12.68 cores=1,3,5,7
/proc/20125/task/20127/stat : 20127 (priss) R 20124 20124 17192 0 -1 4202560 3085 0 0 0 1267 1 0 0 25 0 5 0 499374543 297111552 14695 33554432000 4194304 5787044 140735530021968 18446744073709551615 5591666 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20125/tid=20128] ppid=20124 vsize=290148 CPUtime=12.68 cores=1,3,5,7
/proc/20125/task/20128/stat : 20128 (priss) R 20124 20124 17192 0 -1 4202560 3764 0 0 0 1266 2 0 0 25 0 5 0 499374543 297111552 14695 33554432000 4194304 5787044 140735530021968 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20125/tid=20129] ppid=20124 vsize=290148 CPUtime=12.68 cores=1,3,5,7
/proc/20125/task/20129/stat : 20129 (priss) R 20124 20124 17192 0 -1 4202560 4408 0 0 0 1266 2 0 0 25 0 5 0 499374543 297111552 14695 33554432000 4194304 5787044 140735530021968 18446744073709551615 4254572 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20125/tid=20130] ppid=20124 vsize=290148 CPUtime=12.62 cores=1,3,5,7
/proc/20125/task/20130/stat : 20130 (priss) R 20124 20124 17192 0 -1 4202560 3995 0 0 0 1261 1 0 0 25 0 5 0 499374543 297111552 14695 33554432000 4194304 5787044 140735530021968 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 298848

[startup+25.5007 s]
/proc/loadavg: 8.14 8.11 8.03 9/188 20130
/proc/meminfo: memFree=23765548/32951124 swapFree=67111524/67111528
[pid=20124] ppid=20122 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20124/stat : 20124 (prissAuto.sh) S 20122 20124 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 499374542 8908800 251 33554432000 4194304 4922060 140737032413920 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20124/statm: 2175 251 211 178 0 68 0
[pid=20125] ppid=20124 vsize=295352 CPUtime=101.8 cores=1,3,5,7
/proc/20125/stat : 20125 (priss) S 20124 20124 17192 0 -1 4202496 20538 0 0 0 10166 14 0 0 25 0 5 0 499374543 302440448 18481 33554432000 4194304 5787044 140735530021968 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20125/statm: 73838 18481 418 389 0 69588 0
[pid=20125/tid=20127] ppid=20124 vsize=295352 CPUtime=25.47 cores=1,3,5,7
/proc/20125/task/20127/stat : 20127 (priss) R 20124 20124 17192 0 -1 4202560 4697 0 0 0 2545 2 0 0 25 0 5 0 499374543 302440448 18481 33554432000 4194304 5787044 140735530021968 18446744073709551615 5591730 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20125/tid=20128] ppid=20124 vsize=295352 CPUtime=25.46 cores=1,3,5,7
/proc/20125/task/20128/stat : 20128 (priss) R 20124 20124 17192 0 -1 4202560 4356 0 0 0 2542 4 0 0 25 0 5 0 499374543 302440448 18481 33554432000 4194304 5787044 140735530021968 18446744073709551615 5591780 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20125/tid=20129] ppid=20124 vsize=295352 CPUtime=25.48 cores=1,3,5,7
/proc/20125/task/20129/stat : 20129 (priss) R 20124 20124 17192 0 -1 4202560 4648 0 0 0 2545 3 0 0 25 0 5 0 499374543 302440448 18481 33554432000 4194304 5787044 140735530021968 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20125/tid=20130] ppid=20124 vsize=295352 CPUtime=25.36 cores=1,3,5,7
/proc/20125/task/20130/stat : 20130 (priss) R 20124 20124 17192 0 -1 4202560 5341 0 0 0 2533 3 0 0 25 0 5 0 499374543 302440448 18481 33554432000 4194304 5787044 140735530021968 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 304052

[startup+51.1011 s]
/proc/loadavg: 8.09 8.10 8.03 9/188 20131
/proc/meminfo: memFree=23742952/32951124 swapFree=67111524/67111528
[pid=20124] ppid=20122 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20124/stat : 20124 (prissAuto.sh) S 20122 20124 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 499374542 8908800 251 33554432000 4194304 4922060 140737032413920 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20124/statm: 2175 251 211 178 0 68 0
[pid=20125] ppid=20124 vsize=304052 CPUtime=204.05 cores=1,3,5,7
/proc/20125/stat : 20125 (priss) S 20124 20124 17192 0 -1 4202496 26293 0 0 0 20383 22 0 0 25 0 5 0 499374543 311349248 24171 33554432000 4194304 5787044 140735530021968 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20125/statm: 76013 24171 418 389 0 71763 0
[pid=20125/tid=20127] ppid=20124 vsize=304052 CPUtime=51.07 cores=1,3,5,7
/proc/20125/task/20127/stat : 20127 (priss) R 20124 20124 17192 0 -1 4202560 5954 0 0 0 5103 4 0 0 25 0 5 0 499374543 311349248 24171 33554432000 4194304 5787044 140735530021968 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20125/tid=20128] ppid=20124 vsize=304052 CPUtime=51.03 cores=1,3,5,7
/proc/20125/task/20128/stat : 20128 (priss) R 20124 20124 17192 0 -1 4202560 6622 0 0 0 5097 6 0 0 25 0 5 0 499374543 311349248 24171 33554432000 4194304 5787044 140735530021968 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20125/tid=20129] ppid=20124 vsize=304052 CPUtime=50.95 cores=1,3,5,7
/proc/20125/task/20129/stat : 20129 (priss) R 20124 20124 17192 0 -1 4202560 6141 0 0 0 5090 5 0 0 25 0 5 0 499374543 311349248 24171 33554432000 4194304 5787044 140735530021968 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20125/tid=20130] ppid=20124 vsize=304052 CPUtime=50.95 cores=1,3,5,7
/proc/20125/task/20130/stat : 20130 (priss) R 20124 20124 17192 0 -1 4202560 6080 0 0 0 5091 4 0 0 25 0 5 0 499374543 311349248 24171 33554432000 4194304 5787044 140735530021968 18446744073709551615 212039314164 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 204.05
Current children cumulated vsize (KiB) 312752

[startup+102.307 s]
/proc/loadavg: 8.08 8.10 8.03 9/188 20132
/proc/meminfo: memFree=23719616/32951124 swapFree=67111524/67111528
[pid=20124] ppid=20122 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20124/stat : 20124 (prissAuto.sh) S 20122 20124 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 499374542 8908800 251 33554432000 4194304 4922060 140737032413920 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20124/statm: 2175 251 211 178 0 68 0
[pid=20125] ppid=20124 vsize=313552 CPUtime=408.58 cores=1,3,5,7
/proc/20125/stat : 20125 (priss) S 20124 20124 17192 0 -1 4202496 32051 0 0 0 40830 28 0 0 25 0 5 0 499374543 321077248 29809 33554432000 4194304 5787044 140735530021968 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20125/statm: 78388 29809 418 389 0 74138 0
[pid=20125/tid=20127] ppid=20124 vsize=313552 CPUtime=102.27 cores=1,3,5,7
/proc/20125/task/20127/stat : 20127 (priss) R 20124 20124 17192 0 -1 4202560 7106 0 0 0 10222 5 0 0 25 0 5 0 499374543 321077248 29809 33554432000 4194304 5787044 140735530021968 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20125/tid=20128] ppid=20124 vsize=313552 CPUtime=102.24 cores=1,3,5,7
/proc/20125/task/20128/stat : 20128 (priss) R 20124 20124 17192 0 -1 4202560 7693 0 0 0 10216 8 0 0 25 0 5 0 499374543 321077248 29809 33554432000 4194304 5787044 140735530021968 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20125/tid=20129] ppid=20124 vsize=313552 CPUtime=101.87 cores=1,3,5,7
/proc/20125/task/20129/stat : 20129 (priss) R 20124 20124 17192 0 -1 4202560 6803 0 0 0 10181 6 0 0 25 0 5 0 499374543 321077248 29809 33554432000 4194304 5787044 140735530021968 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20125/tid=20130] ppid=20124 vsize=313552 CPUtime=102.16 cores=1,3,5,7

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

/proc/20125/task/20128/stat : 20128 (priss) R 20124 20124 17192 0 -1 4202560 17032 0 0 0 88208 17 0 0 25 0 5 0 499374543 386101248 66689 33554432000 4194304 5787044 140735530021968 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20125/tid=20129] ppid=20124 vsize=377052 CPUtime=877.62 cores=1,3,5,7
/proc/20125/task/20129/stat : 20129 (priss) R 20124 20124 17192 0 -1 4202560 16526 0 0 0 87748 14 0 0 25 0 5 0 499374543 386101248 66689 33554432000 4194304 5787044 140735530021968 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20125/tid=20130] ppid=20124 vsize=377052 CPUtime=882.16 cores=1,3,5,7
/proc/20125/task/20130/stat : 20130 (priss) R 20124 20124 17192 0 -1 4202560 17965 0 0 0 88197 19 0 0 25 0 5 0 499374543 386101248 66689 33554432000 4194304 5787044 140735530021968 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3524.33
Current children cumulated vsize (KiB) 385752

[startup+942.301 s]
/proc/loadavg: 8.02 8.03 8.00 9/188 20188
/proc/meminfo: memFree=23904240/32951124 swapFree=67111524/67111528
[pid=20124] ppid=20122 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20124/stat : 20124 (prissAuto.sh) S 20122 20124 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 499374542 8908800 251 33554432000 4194304 4922060 140737032413920 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20124/statm: 2175 251 211 178 0 68 0
[pid=20125] ppid=20124 vsize=377052 CPUtime=3764.01 cores=1,3,5,7
/proc/20125/stat : 20125 (priss) S 20124 20124 17192 0 -1 4202496 69820 0 0 0 376329 72 0 0 25 0 5 0 499374543 386101248 66949 33554432000 4194304 5787044 140735530021968 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20125/statm: 94263 66949 418 389 0 90013 0
[pid=20125/tid=20127] ppid=20124 vsize=377052 CPUtime=942.27 cores=1,3,5,7
/proc/20125/task/20127/stat : 20127 (priss) R 20124 20124 17192 0 -1 4202560 16643 0 0 0 94206 21 0 0 25 0 5 0 499374543 386101248 66949 33554432000 4194304 5787044 140735530021968 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20125/tid=20128] ppid=20124 vsize=377052 CPUtime=942.25 cores=1,3,5,7
/proc/20125/task/20128/stat : 20128 (priss) R 20124 20124 17192 0 -1 4202560 17072 0 0 0 94208 17 0 0 25 0 5 0 499374543 386101248 66949 33554432000 4194304 5787044 140735530021968 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20125/tid=20129] ppid=20124 vsize=377052 CPUtime=937.3 cores=1,3,5,7
/proc/20125/task/20129/stat : 20129 (priss) R 20124 20124 17192 0 -1 4202560 16630 0 0 0 93716 14 0 0 25 0 5 0 499374543 386101248 66949 33554432000 4194304 5787044 140735530021968 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20125/tid=20130] ppid=20124 vsize=377052 CPUtime=942.16 cores=1,3,5,7
/proc/20125/task/20130/stat : 20130 (priss) R 20124 20124 17192 0 -1 4202560 17979 0 0 0 94197 19 0 0 25 0 5 0 499374543 386101248 66949 33554432000 4194304 5787044 140735530021968 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3764.01
Current children cumulated vsize (KiB) 385752

[startup+1002.3 s]
/proc/loadavg: 8.01 8.02 8.00 9/188 20189
/proc/meminfo: memFree=23896260/32951124 swapFree=67111524/67111528
[pid=20124] ppid=20122 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20124/stat : 20124 (prissAuto.sh) S 20122 20124 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 499374542 8908800 251 33554432000 4194304 4922060 140737032413920 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20124/statm: 2175 251 211 178 0 68 0
[pid=20125] ppid=20124 vsize=378172 CPUtime=4003.69 cores=1,3,5,7
/proc/20125/stat : 20125 (priss) S 20124 20124 17192 0 -1 4202496 70955 0 0 0 400295 74 0 0 25 0 5 0 499374543 387248128 68084 33554432000 4194304 5787044 140735530021968 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20125/statm: 94543 68084 418 389 0 90293 0
[pid=20125/tid=20127] ppid=20124 vsize=378172 CPUtime=1002.27 cores=1,3,5,7
/proc/20125/task/20127/stat : 20127 (priss) R 20124 20124 17192 0 -1 4202560 17206 0 0 0 100205 22 0 0 25 0 5 0 499374543 387248128 68084 33554432000 4194304 5787044 140735530021968 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20125/tid=20128] ppid=20124 vsize=378172 CPUtime=1002.25 cores=1,3,5,7
/proc/20125/task/20128/stat : 20128 (priss) R 20124 20124 17192 0 -1 4202560 17318 0 0 0 100208 17 0 0 25 0 5 0 499374543 387248128 68084 33554432000 4194304 5787044 140735530021968 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20125/tid=20129] ppid=20124 vsize=378172 CPUtime=996.97 cores=1,3,5,7
/proc/20125/task/20129/stat : 20129 (priss) R 20124 20124 17192 0 -1 4202560 16882 0 0 0 99683 14 0 0 25 0 5 0 499374543 387248128 68084 33554432000 4194304 5787044 140735530021968 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20125/tid=20130] ppid=20124 vsize=378172 CPUtime=1002.16 cores=1,3,5,7
/proc/20125/task/20130/stat : 20130 (priss) R 20124 20124 17192 0 -1 4202560 18053 0 0 0 100197 19 0 0 25 0 5 0 499374543 387248128 68084 33554432000 4194304 5787044 140735530021968 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4003.69
Current children cumulated vsize (KiB) 386872

[startup+1062.3 s]
/proc/loadavg: 8.09 8.05 8.01 9/188 20191
/proc/meminfo: memFree=23882952/32951124 swapFree=67111524/67111528
[pid=20124] ppid=20122 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20124/stat : 20124 (prissAuto.sh) S 20122 20124 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 499374542 8908800 251 33554432000 4194304 4922060 140737032413920 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20124/statm: 2175 251 211 178 0 68 0
[pid=20125] ppid=20124 vsize=383040 CPUtime=4243.37 cores=1,3,5,7
/proc/20125/stat : 20125 (priss) S 20124 20124 17192 0 -1 4202496 74140 0 0 0 424259 78 0 0 25 0 5 0 499374543 392232960 71269 33554432000 4194304 5787044 140735530021968 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20125/statm: 95760 71269 418 389 0 91510 0
[pid=20125/tid=20127] ppid=20124 vsize=383040 CPUtime=1062.27 cores=1,3,5,7
/proc/20125/task/20127/stat : 20127 (priss) R 20124 20124 17192 0 -1 4202560 19313 0 0 0 106202 25 0 0 25 0 5 0 499374543 392232960 71269 33554432000 4194304 5787044 140735530021968 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20125/tid=20128] ppid=20124 vsize=383040 CPUtime=1062.25 cores=1,3,5,7
/proc/20125/task/20128/stat : 20128 (priss) R 20124 20124 17192 0 -1 4202560 17539 0 0 0 106208 17 0 0 25 0 5 0 499374543 392232960 71269 33554432000 4194304 5787044 140735530021968 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20125/tid=20129] ppid=20124 vsize=383040 CPUtime=1056.65 cores=1,3,5,7
/proc/20125/task/20129/stat : 20129 (priss) R 20124 20124 17192 0 -1 4202560 17139 0 0 0 105650 15 0 0 25 0 5 0 499374543 392232960 71269 33554432000 4194304 5787044 140735530021968 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20125/tid=20130] ppid=20124 vsize=383040 CPUtime=1062.17 cores=1,3,5,7
/proc/20125/task/20130/stat : 20130 (priss) R 20124 20124 17192 0 -1 4202560 18653 0 0 0 106197 20 0 0 25 0 5 0 499374543 392232960 71269 33554432000 4194304 5787044 140735530021968 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4243.37
Current children cumulated vsize (KiB) 391740

[startup+1122.3 s]
/proc/loadavg: 8.12 8.06 8.01 9/188 20193
/proc/meminfo: memFree=23864428/32951124 swapFree=67111524/67111528
[pid=20124] ppid=20122 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20124/stat : 20124 (prissAuto.sh) S 20122 20124 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 499374542 8908800 251 33554432000 4194304 4922060 140737032413920 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20124/statm: 2175 251 211 178 0 68 0
[pid=20125] ppid=20124 vsize=388988 CPUtime=4483.04 cores=1,3,5,7
/proc/20125/stat : 20125 (priss) S 20124 20124 17192 0 -1 4202496 77842 0 0 0 448222 82 0 0 25 0 5 0 499374543 398323712 74971 33554432000 4194304 5787044 140735530021968 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20125/statm: 97247 74971 418 389 0 92997 0
[pid=20125/tid=20127] ppid=20124 vsize=388988 CPUtime=1122.28 cores=1,3,5,7
/proc/20125/task/20127/stat : 20127 (priss) R 20124 20124 17192 0 -1 4202560 20231 0 0 0 112201 27 0 0 25 0 5 0 499374543 398323712 74971 33554432000 4194304 5787044 140735530021968 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20125/tid=20128] ppid=20124 vsize=388988 CPUtime=1122.25 cores=1,3,5,7
/proc/20125/task/20128/stat : 20128 (priss) R 20124 20124 17192 0 -1 4202560 18056 0 0 0 112208 17 0 0 25 0 5 0 499374543 398323712 74971 33554432000 4194304 5787044 140735530021968 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20125/tid=20129] ppid=20124 vsize=388988 CPUtime=1116.32 cores=1,3,5,7
/proc/20125/task/20129/stat : 20129 (priss) R 20124 20124 17192 0 -1 4202560 17892 0 0 0 111616 16 0 0 25 0 5 0 499374543 398323712 74971 33554432000 4194304 5787044 140735530021968 18446744073709551615 5591219 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20125/tid=20130] ppid=20124 vsize=388988 CPUtime=1122.16 cores=1,3,5,7
/proc/20125/task/20130/stat : 20130 (priss) R 20124 20124 17192 0 -1 4202560 20167 0 0 0 112196 20 0 0 25 0 5 0 499374543 398323712 74971 33554432000 4194304 5787044 140735530021968 18446744073709551615 5527113 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4483.04
Current children cumulated vsize (KiB) 397688

[startup+1182.3 s]
/proc/loadavg: 8.12 8.08 8.02 9/188 20194
/proc/meminfo: memFree=23839836/32951124 swapFree=67111524/67111528
[pid=20124] ppid=20122 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20124/stat : 20124 (prissAuto.sh) S 20122 20124 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 499374542 8908800 251 33554432000 4194304 4922060 140737032413920 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20124/statm: 2175 251 211 178 0 68 0
[pid=20125] ppid=20124 vsize=457472 CPUtime=4722.73 cores=1,3,5,7
/proc/20125/stat : 20125 (priss) S 20124 20124 17192 0 -1 4202496 80585 0 0 0 472186 87 0 0 25 0 5 0 499374543 468451328 77714 33554432000 4194304 5787044 140735530021968 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20125/statm: 114368 77714 418 389 0 110118 0
[pid=20125/tid=20127] ppid=20124 vsize=457472 CPUtime=1182.28 cores=1,3,5,7
/proc/20125/task/20127/stat : 20127 (priss) R 20124 20124 17192 0 -1 4202560 21134 0 0 0 118199 29 0 0 25 0 5 0 499374543 468451328 77714 33554432000 4194304 5787044 140735530021968 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20125/tid=20128] ppid=20124 vsize=457472 CPUtime=1182.25 cores=1,3,5,7
/proc/20125/task/20128/stat : 20128 (priss) R 20124 20124 17192 0 -1 4202560 18816 0 0 0 118207 18 0 0 25 0 5 0 499374543 468451328 77714 33554432000 4194304 5787044 140735530021968 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20125/tid=20129] ppid=20124 vsize=457472 CPUtime=1176 cores=1,3,5,7
/proc/20125/task/20129/stat : 20129 (priss) R 20124 20124 17192 0 -1 4202560 18753 0 0 0 117583 17 0 0 25 0 5 0 499374543 468451328 77714 33554432000 4194304 5787044 140735530021968 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20125/tid=20130] ppid=20124 vsize=457472 CPUtime=1182.16 cores=1,3,5,7
/proc/20125/task/20130/stat : 20130 (priss) R 20124 20124 17192 0 -1 4202560 20386 0 0 0 118195 21 0 0 25 0 5 0 499374543 468451328 77714 33554432000 4194304 5787044 140735530021968 18446744073709551615 4254995 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4722.73
Current children cumulated vsize (KiB) 466172



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.15 8.09 8.02 10/188 20195
/proc/meminfo: memFree=23831280/32951124 swapFree=67111524/67111528
[pid=20124] ppid=20122 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20124/stat : 20124 (prissAuto.sh) S 20122 20124 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 499374542 8908800 251 33554432000 4194304 4922060 140737032413920 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20124/statm: 2175 251 211 178 0 68 0
[pid=20125] ppid=20124 vsize=458612 CPUtime=4800.23 cores=1,3,5,7
/proc/20125/stat : 20125 (priss) S 20124 20124 17192 0 -1 4202496 81461 0 0 0 479935 88 0 0 25 0 5 0 499374543 469618688 78590 33554432000 4194304 5787044 140735530021968 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20125/statm: 114653 78590 418 389 0 110403 0
[pid=20125/tid=20127] ppid=20124 vsize=458612 CPUtime=1201.69 cores=1,3,5,7
/proc/20125/task/20127/stat : 20127 (priss) R 20124 20124 17192 0 -1 4202560 21381 0 0 0 120139 30 0 0 25 0 5 0 499374543 469618688 78590 33554432000 4194304 5787044 140735530021968 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20125/tid=20128] ppid=20124 vsize=458612 CPUtime=1201.66 cores=1,3,5,7
/proc/20125/task/20128/stat : 20128 (priss) R 20124 20124 17192 0 -1 4202560 19116 0 0 0 120148 18 0 0 25 0 5 0 499374543 469618688 78590 33554432000 4194304 5787044 140735530021968 18446744073709551615 5591315 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20125/tid=20129] ppid=20124 vsize=458612 CPUtime=1195.29 cores=1,3,5,7
/proc/20125/task/20129/stat : 20129 (priss) R 20124 20124 17192 0 -1 4202560 18986 0 0 0 119511 18 0 0 25 0 5 0 499374543 469618688 78590 33554432000 4194304 5787044 140735530021968 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20125/tid=20130] ppid=20124 vsize=458612 CPUtime=1201.57 cores=1,3,5,7
/proc/20125/task/20130/stat : 20130 (priss) R 20124 20124 17192 0 -1 4202560 20482 0 0 0 120136 21 0 0 25 0 5 0 499374543 469618688 78590 33554432000 4194304 5787044 140735530021968 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 467312

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.15 8.09 8.02 10/188 20195
/proc/meminfo: memFree=23831280/32951124 swapFree=67111524/67111528
[pid=20124] ppid=20122 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20124/stat : 20124 (prissAuto.sh) S 20122 20124 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 499374542 8908800 251 33554432000 4194304 4922060 140737032413920 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20124/statm: 2175 251 211 178 0 68 0
[pid=20125] ppid=20124 vsize=458612 CPUtime=4800.23 cores=1,3,5,7
/proc/20125/stat : 20125 (priss) S 20124 20124 17192 0 -1 4202496 81461 0 0 0 479935 88 0 0 25 0 5 0 499374543 469618688 78590 33554432000 4194304 5787044 140735530021968 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20125/statm: 114653 78590 418 389 0 110403 0
[pid=20125/tid=20127] ppid=20124 vsize=458612 CPUtime=1201.69 cores=1,3,5,7
/proc/20125/task/20127/stat : 20127 (priss) R 20124 20124 17192 0 -1 4202560 21381 0 0 0 120139 30 0 0 25 0 5 0 499374543 469618688 78590 33554432000 4194304 5787044 140735530021968 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20125/tid=20128] ppid=20124 vsize=458612 CPUtime=1201.66 cores=1,3,5,7
/proc/20125/task/20128/stat : 20128 (priss) R 20124 20124 17192 0 -1 4202560 19116 0 0 0 120148 18 0 0 25 0 5 0 499374543 469618688 78590 33554432000 4194304 5787044 140735530021968 18446744073709551615 5591315 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20125/tid=20129] ppid=20124 vsize=458612 CPUtime=1195.29 cores=1,3,5,7
/proc/20125/task/20129/stat : 20129 (priss) R 20124 20124 17192 0 -1 4202560 18986 0 0 0 119511 18 0 0 25 0 5 0 499374543 469618688 78590 33554432000 4194304 5787044 140735530021968 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20125/tid=20130] ppid=20124 vsize=458612 CPUtime=1201.57 cores=1,3,5,7
/proc/20125/task/20130/stat : 20130 (priss) R 20124 20124 17192 0 -1 4202560 20482 0 0 0 120136 21 0 0 25 0 5 0 499374543 469618688 78590 33554432000 4194304 5787044 140735530021968 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 467312

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20124 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.35
CPU system time (s): 0.88
CPU usage (%): 399.447
Max. virtual memory (cumulated for all children) (KiB): 467312

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= 330
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.60176 second user time and 4.96425 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-29 11:33:03
IDJOB=3265551
IDBENCH=85780
IDSOLVER=1602
FILE ID=node146/3265551-1304069583
RUNJOBID= node146-1304060503-19306
PBS_JOBID= 13170387
Free space on /tmp= 72996 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT05/crafted/markstrom05/eulcbip/eulcbip-7-UNSAT.shuffled-as.sat05-3936.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3265551-1304069583/watcher-3265551-1304069583 -o /tmp/evaluation-result-3265551-1304069583/solver-3265551-1304069583 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3265551-1304069583.cnf 754848350 4800 15500 4

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

MD5SUM BENCH= 151ccdb2c52c7f525fde5dca388bb6e6
RANDOM SEED=754848350

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:      23839360 kB
Buffers:       1677304 kB
Cached:        6270980 kB
SwapCached:          4 kB
Active:        1951820 kB
Inactive:      6631772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23839360 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            1584 kB
Writeback:          16 kB
AnonPages:      635484 kB
Mapped:          15616 kB
Slab:           463288 kB
PageTables:       5720 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   834340 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= 72992 MiB
End job on node146 at 2011-04-29 11:53:07