Trace number 3249709

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.3 1201.92

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-14x34.cnf
MD5SUM72677fc46303044d3d9e832fa24a37b2
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1904
Number of clauses207536
Sum of the clauses size824432
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22856
Number of clauses of size 30
Number of clauses of size 4204680
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: 13157
0.00/0.00	c setup for 4cores
0.00/0.06	c parsetime: 56665us
0.00/0.06	c parsed 207536 clauses with 1904 variables
0.00/0.07	c NW started thread 0 successfully (1105692992)
0.00/0.09	c NW started thread 1 successfully (1116182848)
0.00/0.12	c NW started thread 2 successfully (1089079616)
0.00/0.15	c NW started thread 3 successfully (1126672704)
94.74/23.81	c preprocessor returned 10003 variables
94.74/23.81	c preprocessing returned UNKNOWN
94.74/23.81	c PP set 0 variables
94.74/23.81	c pp time: 23687693us (23s)
94.74/23.86	c preprocessor returned 10003 variables
94.74/23.86	c preprocessing returned UNKNOWN
94.74/23.86	c PP set 0 variables
94.74/23.86	c pp time: 23785522us (23s)
95.54/24.02	c preprocessor returned 10003 variables
95.54/24.02	c preprocessing returned UNKNOWN
95.54/24.02	c PP set 0 variables
95.54/24.02	c pp time: 23929174us (23s)
119.10/29.98	c preprocessor returned 30010 variables
119.10/29.98	c preprocessing returned UNKNOWN
119.10/29.98	c PP set 0 variables
119.10/29.98	c pp time: 29832810us (29s)

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-3249709-1304057050/watcher-3249709-1304057050 -o /tmp/evaluation-result-3249709-1304057050/solver-3249709-1304057050 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3249709-1304057050.cnf 191182245 4800 15500 4 

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

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


[startup+0 s]
/proc/loadavg: 7.74 8.03 8.01 5/182 13156
/proc/meminfo: memFree=21728896/32950928 swapFree=67111364/67111528
[pid=13156] ppid=13154 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13156/stat : 13156 (prissAuto.sh) S 13154 13156 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517304692 8908800 252 33554432000 4194304 4922060 140737346835968 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13156/statm: 2175 252 211 178 0 68 0

[startup+0.0970439 s]
/proc/loadavg: 7.74 8.03 8.01 5/182 13156
/proc/meminfo: memFree=21728896/32950928 swapFree=67111364/67111528
[pid=13156] ppid=13154 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13156/stat : 13156 (prissAuto.sh) S 13154 13156 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517304692 8908800 252 33554432000 4194304 4922060 140737346835968 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13156/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.103501 s]
/proc/loadavg: 7.74 8.03 8.01 5/182 13156
/proc/meminfo: memFree=21728896/32950928 swapFree=67111364/67111528
[pid=13156] ppid=13154 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13156/stat : 13156 (prissAuto.sh) S 13154 13156 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517304692 8908800 252 33554432000 4194304 4922060 140737346835968 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13156/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300463 s]
/proc/loadavg: 7.74 8.03 8.01 5/182 13156
/proc/meminfo: memFree=21728896/32950928 swapFree=67111364/67111528
[pid=13156] ppid=13154 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13156/stat : 13156 (prissAuto.sh) S 13154 13156 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517304692 8908800 252 33554432000 4194304 4922060 140737346835968 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13156/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700387 s]
/proc/loadavg: 7.74 8.03 8.01 5/182 13156
/proc/meminfo: memFree=21728896/32950928 swapFree=67111364/67111528
[pid=13156] ppid=13154 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13156/stat : 13156 (prissAuto.sh) S 13154 13156 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517304692 8908800 252 33554432000 4194304 4922060 140737346835968 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13156/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50024 s]
/proc/loadavg: 7.74 8.03 8.01 9/188 13162
/proc/meminfo: memFree=21667104/32950928 swapFree=67111364/67111528
[pid=13156] ppid=13154 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13156/stat : 13156 (prissAuto.sh) S 13154 13156 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517304692 8908800 252 33554432000 4194304 4922060 140737346835968 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13156/statm: 2175 252 211 178 0 68 0
[pid=13157] ppid=13156 vsize=307784 CPUtime=5.69 cores=0,2,4,6
/proc/13157/stat : 13157 (priss) S 13156 13156 12570 0 -1 4202496 16230 0 0 0 568 1 0 0 25 0 5 0 517304693 315170816 15183 33554432000 4194304 5787044 140733353197632 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/13157/statm: 76946 15183 349 389 0 72696 0
[pid=13157/tid=13159] ppid=13156 vsize=307784 CPUtime=1.42 cores=0,2,4,6
/proc/13157/task/13159/stat : 13159 (priss) R 13156 13156 12570 0 -1 4202560 1591 0 0 0 142 0 0 0 25 0 5 0 517304700 315170816 15183 33554432000 4194304 5787044 140733353197632 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=13157/tid=13160] ppid=13156 vsize=307784 CPUtime=1.39 cores=0,2,4,6
/proc/13157/task/13160/stat : 13160 (priss) R 13156 13156 12570 0 -1 4202560 1625 0 0 0 139 0 0 0 25 0 5 0 517304702 315170816 15183 33554432000 4194304 5787044 140733353197632 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=13157/tid=13161] ppid=13156 vsize=307784 CPUtime=1.37 cores=0,2,4,6
/proc/13157/task/13161/stat : 13161 (priss) R 13156 13156 12570 0 -1 4202560 1512 0 0 0 137 0 0 0 25 0 5 0 517304705 315170816 15183 33554432000 4194304 5787044 140733353197632 18446744073709551615 18446744073699065989 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13157/tid=13162] ppid=13156 vsize=307784 CPUtime=1.34 cores=0,2,4,6
/proc/13157/task/13162/stat : 13162 (priss) R 13156 13156 12570 0 -1 4202560 1596 0 0 0 134 0 0 0 25 0 5 0 517304708 315170816 15183 33554432000 4194304 5787044 140733353197632 18446744073709551615 4336744 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.69
Current children cumulated vsize (KiB) 316484

[startup+3.10099 s]
/proc/loadavg: 7.76 8.03 8.01 9/188 13162
/proc/meminfo: memFree=21665700/32950928 swapFree=67111364/67111528
[pid=13156] ppid=13154 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13156/stat : 13156 (prissAuto.sh) S 13154 13156 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517304692 8908800 252 33554432000 4194304 4922060 140737346835968 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13156/statm: 2175 252 211 178 0 68 0
[pid=13157] ppid=13156 vsize=326104 CPUtime=12.08 cores=0,2,4,6
/proc/13157/stat : 13157 (priss) S 13156 13156 12570 0 -1 4202496 24046 0 0 0 1199 9 0 0 25 0 5 0 517304693 333930496 22187 33554432000 4194304 5787044 140733353197632 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/13157/statm: 81526 22187 350 389 0 77276 0
[pid=13157/tid=13159] ppid=13156 vsize=326104 CPUtime=3.02 cores=0,2,4,6
/proc/13157/task/13159/stat : 13159 (priss) R 13156 13156 12570 0 -1 4202560 2837 0 0 0 299 3 0 0 25 0 5 0 517304700 333930496 22187 33554432000 4194304 5787044 140733353197632 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=13157/tid=13160] ppid=13156 vsize=326104 CPUtime=2.98 cores=0,2,4,6
/proc/13157/task/13160/stat : 13160 (priss) R 13156 13156 12570 0 -1 4202560 3930 0 0 0 295 3 0 0 18 0 5 0 517304702 333930496 22187 33554432000 4194304 5787044 140733353197632 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=13157/tid=13161] ppid=13156 vsize=326104 CPUtime=2.96 cores=0,2,4,6
/proc/13157/task/13161/stat : 13161 (priss) R 13156 13156 12570 0 -1 4202560 3515 0 0 0 296 0 0 0 25 0 5 0 517304705 333930496 22187 33554432000 4194304 5787044 140733353197632 18446744073709551615 4336770 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13157/tid=13162] ppid=13156 vsize=326104 CPUtime=2.94 cores=0,2,4,6
/proc/13157/task/13162/stat : 13162 (priss) R 13156 13156 12570 0 -1 4202560 3858 0 0 0 294 0 0 0 18 0 5 0 517304708 333930496 22187 33554432000 4194304 5787044 140733353197632 18446744073709551615 208079893537 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.08
Current children cumulated vsize (KiB) 334804

[startup+6.30032 s]
/proc/loadavg: 7.76 8.03 8.01 9/188 13196
/proc/meminfo: memFree=26176620/32950928 swapFree=67111364/67111528
[pid=13156] ppid=13154 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13156/stat : 13156 (prissAuto.sh) S 13154 13156 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517304692 8908800 252 33554432000 4194304 4922060 140737346835968 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13156/statm: 2175 252 211 178 0 68 0
[pid=13157] ppid=13156 vsize=349236 CPUtime=24.83 cores=0,2,4,6
/proc/13157/stat : 13157 (priss) S 13156 13156 12570 0 -1 4202496 35494 0 0 0 2458 25 0 0 25 0 5 0 517304693 357617664 33635 33554432000 4194304 5787044 140733353197632 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/13157/statm: 87309 33635 350 389 0 83059 0
[pid=13157/tid=13159] ppid=13156 vsize=349236 CPUtime=6.2 cores=0,2,4,6
/proc/13157/task/13159/stat : 13159 (priss) R 13156 13156 12570 0 -1 4202560 6689 0 0 0 610 10 0 0 22 0 5 0 517304700 357617664 33635 33554432000 4194304 5787044 140733353197632 18446744073709551615 4336234 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=13157/tid=13160] ppid=13156 vsize=349236 CPUtime=6.16 cores=0,2,4,6
/proc/13157/task/13160/stat : 13160 (priss) R 13156 13156 12570 0 -1 4202560 5778 0 0 0 605 11 0 0 25 0 5 0 517304702 357617664 33635 33554432000 4194304 5787044 140733353197632 18446744073709551615 4336833 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=13157/tid=13161] ppid=13156 vsize=349236 CPUtime=6.15 cores=0,2,4,6
/proc/13157/task/13161/stat : 13161 (priss) R 13156 13156 12570 0 -1 4202560 5323 0 0 0 615 0 0 0 25 0 5 0 517304705 357617664 33635 33554432000 4194304 5787044 140733353197632 18446744073709551615 4336763 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13157/tid=13162] ppid=13156 vsize=349236 CPUtime=6.14 cores=0,2,4,6
/proc/13157/task/13162/stat : 13162 (priss) R 13156 13156 12570 0 -1 4202560 7798 0 0 0 613 1 0 0 25 0 5 0 517304708 357617664 33635 33554432000 4194304 5787044 140733353197632 18446744073709551615 4336786 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.83
Current children cumulated vsize (KiB) 357936

[startup+12.7011 s]
/proc/loadavg: 7.58 7.98 7.99 9/188 13228
/proc/meminfo: memFree=25997860/32950928 swapFree=67111364/67111528
[pid=13156] ppid=13154 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13156/stat : 13156 (prissAuto.sh) S 13154 13156 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517304692 8908800 252 33554432000 4194304 4922060 140737346835968 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13156/statm: 2175 252 211 178 0 68 0
[pid=13157] ppid=13156 vsize=349236 CPUtime=50.41 cores=0,2,4,6
/proc/13157/stat : 13157 (priss) S 13156 13156 12570 0 -1 4202496 35494 0 0 0 5015 26 0 0 25 0 5 0 517304693 357617664 33635 33554432000 4194304 5787044 140733353197632 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/13157/statm: 87309 33635 350 389 0 83059 0
[pid=13157/tid=13159] ppid=13156 vsize=349236 CPUtime=12.6 cores=0,2,4,6
/proc/13157/task/13159/stat : 13159 (priss) R 13156 13156 12570 0 -1 4202560 6689 0 0 0 1250 10 0 0 25 0 5 0 517304700 357617664 33635 33554432000 4194304 5787044 140733353197632 18446744073709551615 4336786 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=13157/tid=13160] ppid=13156 vsize=349236 CPUtime=12.53 cores=0,2,4,6
/proc/13157/task/13160/stat : 13160 (priss) R 13156 13156 12570 0 -1 4202560 5778 0 0 0 1241 12 0 0 25 0 5 0 517304702 357617664 33635 33554432000 4194304 5787044 140733353197632 18446744073709551615 4336773 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=13157/tid=13161] ppid=13156 vsize=349236 CPUtime=12.55 cores=0,2,4,6
/proc/13157/task/13161/stat : 13161 (priss) R 13156 13156 12570 0 -1 4202560 5323 0 0 0 1255 0 0 0 25 0 5 0 517304705 357617664 33635 33554432000 4194304 5787044 140733353197632 18446744073709551615 4336816 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13157/tid=13162] ppid=13156 vsize=349236 CPUtime=12.54 cores=0,2,4,6
/proc/13157/task/13162/stat : 13162 (priss) R 13156 13156 12570 0 -1 4202560 7798 0 0 0 1253 1 0 0 25 0 5 0 517304708 357617664 33635 33554432000 4194304 5787044 140733353197632 18446744073709551615 4336688 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.41
Current children cumulated vsize (KiB) 357936

[startup+25.5007 s]
/proc/loadavg: 7.64 7.98 7.99 9/188 13228
/proc/meminfo: memFree=25854128/32950928 swapFree=67111364/67111528
[pid=13156] ppid=13154 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13156/stat : 13156 (prissAuto.sh) S 13154 13156 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517304692 8908800 252 33554432000 4194304 4922060 140737346835968 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13156/statm: 2175 252 211 178 0 68 0
[pid=13157] ppid=13156 vsize=380516 CPUtime=101.53 cores=0,2,4,6
/proc/13157/stat : 13157 (priss) S 13156 13156 12570 0 -1 4202496 50754 0 0 0 10122 31 0 0 25 0 5 0 517304693 389648384 45205 33554432000 4194304 5787044 140733353197632 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/13157/statm: 95129 45205 404 389 0 90879 0
[pid=13157/tid=13159] ppid=13156 vsize=380516 CPUtime=25.4 cores=0,2,4,6
/proc/13157/task/13159/stat : 13159 (priss) R 13156 13156 12570 0 -1 4202560 10232 0 0 0 2529 11 0 0 25 0 5 0 517304700 389648384 45205 33554432000 4194304 5787044 140733353197632 18446744073709551615 208079893189 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=13157/tid=13160] ppid=13156 vsize=380516 CPUtime=25.25 cores=0,2,4,6
/proc/13157/task/13160/stat : 13160 (priss) R 13156 13156 12570 0 -1 4202560 10135 0 0 0 2511 14 0 0 25 0 5 0 517304702 389648384 45205 33554432000 4194304 5787044 140733353197632 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=13157/tid=13161] ppid=13156 vsize=380516 CPUtime=25.35 cores=0,2,4,6
/proc/13157/task/13161/stat : 13161 (priss) R 13156 13156 12570 0 -1 4202560 9059 0 0 0 2534 1 0 0 25 0 5 0 517304705 389648384 45205 33554432000 4194304 5787044 140733353197632 18446744073709551615 208080337439 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13157/tid=13162] ppid=13156 vsize=380516 CPUtime=25.33 cores=0,2,4,6
/proc/13157/task/13162/stat : 13162 (priss) R 13156 13156 12570 0 -1 4202560 11422 0 0 0 2531 2 0 0 25 0 5 0 517304708 389648384 45205 33554432000 4194304 5787044 140733353197632 18446744073709551615 208079926253 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.53
Current children cumulated vsize (KiB) 389216

[startup+51.1008 s]
/proc/loadavg: 7.76 7.98 7.99 9/188 13229
/proc/meminfo: memFree=25633964/32950928 swapFree=67111364/67111528
[pid=13156] ppid=13154 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13156/stat : 13156 (prissAuto.sh) S 13154 13156 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517304692 8908800 252 33554432000 4194304 4922060 140737346835968 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13156/statm: 2175 252 211 178 0 68 0
[pid=13157] ppid=13156 vsize=417988 CPUtime=203.76 cores=0,2,4,6
/proc/13157/stat : 13157 (priss) S 13156 13156 12570 0 -1 4202496 80585 0 0 0 20325 51 0 0 25 0 5 0 517304693 428019712 69823 33554432000 4194304 5787044 140733353197632 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/13157/statm: 104497 69823 417 389 0 100247 0
[pid=13157/tid=13159] ppid=13156 vsize=417988 CPUtime=50.99 cores=0,2,4,6
/proc/13157/task/13159/stat : 13159 (priss) R 13156 13156 12570 0 -1 4202560 15276 0 0 0 5083 16 0 0 25 0 5 0 517304700 428019712 69823 33554432000 4194304 5787044 140733353197632 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=13157/tid=13160] ppid=13156 vsize=417988 CPUtime=50.71 cores=0,2,4,6
/proc/13157/task/13160/stat : 13160 (priss) R 13156 13156 12570 0 -1 4202560 15918 0 0 0 5051 20 0 0 25 0 5 0 517304702 428019712 69823 33554432000 4194304 5787044 140733353197632 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=13157/tid=13161] ppid=13156 vsize=417988 CPUtime=50.95 cores=0,2,4,6
/proc/13157/task/13161/stat : 13161 (priss) R 13156 13156 12570 0 -1 4202560 16264 0 0 0 5090 5 0 0 25 0 5 0 517304705 428019712 69823 33554432000 4194304 5787044 140733353197632 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13157/tid=13162] ppid=13156 vsize=417988 CPUtime=50.93 cores=0,2,4,6
/proc/13157/task/13162/stat : 13162 (priss) R 13156 13156 12570 0 -1 4202560 23221 0 0 0 5086 7 0 0 25 0 5 0 517304708 428019712 69823 33554432000 4194304 5787044 140733353197632 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.76
Current children cumulated vsize (KiB) 426688

[startup+102.307 s]
/proc/loadavg: 7.94 8.00 8.00 9/188 13230
/proc/meminfo: memFree=25513452/32950928 swapFree=67111364/67111528
[pid=13156] ppid=13154 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13156/stat : 13156 (prissAuto.sh) S 13154 13156 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517304692 8908800 252 33554432000 4194304 4922060 140737346835968 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13156/statm: 2175 252 211 178 0 68 0
[pid=13157] ppid=13156 vsize=586348 CPUtime=408.25 cores=0,2,4,6
/proc/13157/stat : 13157 (priss) S 13156 13156 12570 0 -1 4202496 110219 0 0 0 40744 81 0 0 25 0 5 0 517304693 600420352 99045 33554432000 4194304 5787044 140733353197632 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/13157/statm: 146587 99045 417 389 0 142337 0
[pid=13157/tid=13159] ppid=13156 vsize=586348 CPUtime=102.18 cores=0,2,4,6
/proc/13157/task/13159/stat : 13159 (priss) R 13156 13156 12570 0 -1 4202560 23858 0 0 0 10192 26 0 0 25 0 5 0 517304700 600420352 99045 33554432000 4194304 5787044 140733353197632 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=13157/tid=13160] ppid=13156 vsize=586348 CPUtime=101.62 cores=0,2,4,6
/proc/13157/task/13160/stat : 13160 (priss) R 13156 13156 12570 0 -1 4202560 24181 0 0 0 10132 30 0 0 25 0 5 0 517304702 600420352 99045 33554432000 4194304 5787044 140733353197632 18446744073709551615 5585240 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=13157/tid=13161] ppid=13156 vsize=586348 CPUtime=102.14 cores=0,2,4,6
/proc/13157/task/13161/stat : 13161 (priss) R 13156 13156 12570 0 -1 4202560 22278 0 0 0 10205 9 0 0 25 0 5 0 517304705 600420352 99045 33554432000 4194304 5787044 140733353197632 18446744073709551615 5586779 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13157/tid=13162] ppid=13156 vsize=586348 CPUtime=102.12 cores=0,2,4,6

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

/proc/13157/task/13160/stat : 13160 (priss) R 13156 13156 12570 0 -1 4202560 101200 0 0 0 87946 122 0 0 25 0 5 0 517304702 1721864192 360015 33554432000 4194304 5787044 140733353197632 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13157/tid=13161] ppid=13156 vsize=1681508 CPUtime=882.07 cores=0,2,4,6
/proc/13157/task/13161/stat : 13161 (priss) R 13156 13156 12570 0 -1 4202560 95349 0 0 0 88149 58 0 0 25 0 5 0 517304705 1721864192 360015 33554432000 4194304 5787044 140733353197632 18446744073709551615 5588680 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=13157/tid=13162] ppid=13156 vsize=1681508 CPUtime=881.67 cores=0,2,4,6
/proc/13157/task/13162/stat : 13162 (priss) R 13156 13156 12570 0 -1 4202560 74231 0 0 0 88101 66 0 0 25 0 5 0 517304708 1721864192 360015 33554432000 4194304 5787044 140733353197632 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3523.65
Current children cumulated vsize (KiB) 1690208

[startup+942.301 s]
/proc/loadavg: 8.13 8.09 8.02 9/188 13253
/proc/meminfo: memFree=23192868/32950928 swapFree=67111364/67111528
[pid=13156] ppid=13154 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13156/stat : 13156 (prissAuto.sh) S 13154 13156 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517304692 8908800 252 33554432000 4194304 4922060 140737346835968 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13156/statm: 2175 252 211 178 0 68 0
[pid=13157] ppid=13156 vsize=1681508 CPUtime=3763.31 cores=0,2,4,6
/proc/13157/stat : 13157 (priss) S 13156 13156 12570 0 -1 4202496 378834 0 0 0 375964 367 0 0 25 0 5 0 517304693 1721864192 360252 33554432000 4194304 5787044 140733353197632 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/13157/statm: 420377 360252 417 389 0 416127 0
[pid=13157/tid=13159] ppid=13156 vsize=1681508 CPUtime=938.73 cores=0,2,4,6
/proc/13157/task/13159/stat : 13159 (priss) R 13156 13156 12570 0 -1 4202560 97911 0 0 0 93756 117 0 0 25 0 5 0 517304700 1721864192 360252 33554432000 4194304 5787044 140733353197632 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=13157/tid=13160] ppid=13156 vsize=1681508 CPUtime=940.67 cores=0,2,4,6
/proc/13157/task/13160/stat : 13160 (priss) R 13156 13156 12570 0 -1 4202560 101203 0 0 0 93945 122 0 0 25 0 5 0 517304702 1721864192 360252 33554432000 4194304 5787044 140733353197632 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13157/tid=13161] ppid=13156 vsize=1681508 CPUtime=942.07 cores=0,2,4,6
/proc/13157/task/13161/stat : 13161 (priss) R 13156 13156 12570 0 -1 4202560 95350 0 0 0 94148 59 0 0 25 0 5 0 517304705 1721864192 360252 33554432000 4194304 5787044 140733353197632 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=13157/tid=13162] ppid=13156 vsize=1681508 CPUtime=941.66 cores=0,2,4,6
/proc/13157/task/13162/stat : 13162 (priss) R 13156 13156 12570 0 -1 4202560 74464 0 0 0 94100 66 0 0 25 0 5 0 517304708 1721864192 360252 33554432000 4194304 5787044 140733353197632 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3763.31
Current children cumulated vsize (KiB) 1690208

[startup+1002.3 s]
/proc/loadavg: 8.10 8.09 8.02 9/188 13254
/proc/meminfo: memFree=23134328/32950928 swapFree=67111364/67111528
[pid=13156] ppid=13154 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13156/stat : 13156 (prissAuto.sh) S 13154 13156 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517304692 8908800 252 33554432000 4194304 4922060 140737346835968 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13156/statm: 2175 252 211 178 0 68 0
[pid=13157] ppid=13156 vsize=1681508 CPUtime=4002.98 cores=0,2,4,6
/proc/13157/stat : 13157 (priss) S 13156 13156 12570 0 -1 4202496 385123 0 0 0 399919 379 0 0 25 0 5 0 517304693 1721864192 366541 33554432000 4194304 5787044 140733353197632 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/13157/statm: 420377 366541 417 389 0 416127 0
[pid=13157/tid=13159] ppid=13156 vsize=1681508 CPUtime=998.39 cores=0,2,4,6
/proc/13157/task/13159/stat : 13159 (priss) R 13156 13156 12570 0 -1 4202560 97942 0 0 0 99722 117 0 0 25 0 5 0 517304700 1721864192 366541 33554432000 4194304 5787044 140733353197632 18446744073709551615 4254581 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=13157/tid=13160] ppid=13156 vsize=1681508 CPUtime=1000.67 cores=0,2,4,6
/proc/13157/task/13160/stat : 13160 (priss) R 13156 13156 12570 0 -1 4202560 101350 0 0 0 99944 123 0 0 25 0 5 0 517304702 1721864192 366541 33554432000 4194304 5787044 140733353197632 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13157/tid=13161] ppid=13156 vsize=1681508 CPUtime=1002.06 cores=0,2,4,6
/proc/13157/task/13161/stat : 13161 (priss) R 13156 13156 12570 0 -1 4202560 95363 0 0 0 100147 59 0 0 25 0 5 0 517304705 1721864192 366541 33554432000 4194304 5787044 140733353197632 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=13157/tid=13162] ppid=13156 vsize=1681508 CPUtime=1001.67 cores=0,2,4,6
/proc/13157/task/13162/stat : 13162 (priss) R 13156 13156 12570 0 -1 4202560 80562 0 0 0 100091 76 0 0 25 0 5 0 517304708 1721864192 366541 33554432000 4194304 5787044 140733353197632 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4002.98
Current children cumulated vsize (KiB) 1690208

[startup+1062.3 s]
/proc/loadavg: 8.03 8.07 8.01 9/188 13256
/proc/meminfo: memFree=23057416/32950928 swapFree=67111364/67111528
[pid=13156] ppid=13154 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13156/stat : 13156 (prissAuto.sh) S 13154 13156 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517304692 8908800 252 33554432000 4194304 4922060 140737346835968 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13156/statm: 2175 252 211 178 0 68 0
[pid=13157] ppid=13156 vsize=1747044 CPUtime=4242.66 cores=0,2,4,6
/proc/13157/stat : 13157 (priss) S 13156 13156 12570 0 -1 4202496 391545 0 0 0 423877 389 0 0 25 0 5 0 517304693 1788973056 372963 33554432000 4194304 5787044 140733353197632 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/13157/statm: 436761 372963 417 389 0 432511 0
[pid=13157/tid=13159] ppid=13156 vsize=1747044 CPUtime=1058.08 cores=0,2,4,6
/proc/13157/task/13159/stat : 13159 (priss) R 13156 13156 12570 0 -1 4202560 98054 0 0 0 105690 118 0 0 25 0 5 0 517304700 1788973056 372963 33554432000 4194304 5787044 140733353197632 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=13157/tid=13160] ppid=13156 vsize=1747044 CPUtime=1060.67 cores=0,2,4,6
/proc/13157/task/13160/stat : 13160 (priss) R 13156 13156 12570 0 -1 4202560 101726 0 0 0 105943 124 0 0 25 0 5 0 517304702 1788973056 372963 33554432000 4194304 5787044 140733353197632 18446744073709551615 5586806 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13157/tid=13161] ppid=13156 vsize=1747044 CPUtime=1062.07 cores=0,2,4,6
/proc/13157/task/13161/stat : 13161 (priss) R 13156 13156 12570 0 -1 4202560 95442 0 0 0 106147 60 0 0 25 0 5 0 517304705 1788973056 372963 33554432000 4194304 5787044 140733353197632 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=13157/tid=13162] ppid=13156 vsize=1747044 CPUtime=1061.66 cores=0,2,4,6
/proc/13157/task/13162/stat : 13162 (priss) R 13156 13156 12570 0 -1 4202560 86417 0 0 0 106081 85 0 0 25 0 5 0 517304708 1788973056 372963 33554432000 4194304 5787044 140733353197632 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4242.66
Current children cumulated vsize (KiB) 1755744

[startup+1122.3 s]
/proc/loadavg: 8.01 8.05 8.00 9/188 13257
/proc/meminfo: memFree=22926084/32950928 swapFree=67111364/67111528
[pid=13156] ppid=13154 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13156/stat : 13156 (prissAuto.sh) S 13154 13156 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517304692 8908800 252 33554432000 4194304 4922060 140737346835968 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13156/statm: 2175 252 211 178 0 68 0
[pid=13157] ppid=13156 vsize=1747184 CPUtime=4482.31 cores=0,2,4,6
/proc/13157/stat : 13157 (priss) S 13156 13156 12570 0 -1 4202496 399058 0 0 0 447831 400 0 0 25 0 5 0 517304693 1789116416 380144 33554432000 4194304 5787044 140733353197632 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/13157/statm: 436796 380144 417 389 0 432546 0
[pid=13157/tid=13159] ppid=13156 vsize=1747184 CPUtime=1117.74 cores=0,2,4,6
/proc/13157/task/13159/stat : 13159 (priss) R 13156 13156 12570 0 -1 4202560 98349 0 0 0 111656 118 0 0 25 0 5 0 517304700 1789116416 380144 33554432000 4194304 5787044 140733353197632 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=13157/tid=13160] ppid=13156 vsize=1747184 CPUtime=1120.67 cores=0,2,4,6
/proc/13157/task/13160/stat : 13160 (priss) R 13156 13156 12570 0 -1 4202560 102323 0 0 0 111942 125 0 0 25 0 5 0 517304702 1789116416 380144 33554432000 4194304 5787044 140733353197632 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13157/tid=13161] ppid=13156 vsize=1747184 CPUtime=1122.05 cores=0,2,4,6
/proc/13157/task/13161/stat : 13161 (priss) R 13156 13156 12570 0 -1 4202560 95630 0 0 0 112145 60 0 0 25 0 5 0 517304705 1789116416 380144 33554432000 4194304 5787044 140733353197632 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=13157/tid=13162] ppid=13156 vsize=1747184 CPUtime=1121.67 cores=0,2,4,6
/proc/13157/task/13162/stat : 13162 (priss) R 13156 13156 12570 0 -1 4202560 92850 0 0 0 112073 94 0 0 25 0 5 0 517304708 1789116416 380144 33554432000 4194304 5787044 140733353197632 18446744073709551615 5528394 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4482.31
Current children cumulated vsize (KiB) 1755884

[startup+1182.3 s]
/proc/loadavg: 8.00 8.04 8.00 9/188 13259
/proc/meminfo: memFree=22785212/32950928 swapFree=67111364/67111528
[pid=13156] ppid=13154 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13156/stat : 13156 (prissAuto.sh) S 13154 13156 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517304692 8908800 252 33554432000 4194304 4922060 140737346835968 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13156/statm: 2175 252 211 178 0 68 0
[pid=13157] ppid=13156 vsize=1749796 CPUtime=4722 cores=0,2,4,6
/proc/13157/stat : 13157 (priss) S 13156 13156 12570 0 -1 4202496 402326 0 0 0 471797 403 0 0 25 0 5 0 517304693 1791791104 383412 33554432000 4194304 5787044 140733353197632 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/13157/statm: 437449 383412 417 389 0 433199 0
[pid=13157/tid=13159] ppid=13156 vsize=1749796 CPUtime=1177.41 cores=0,2,4,6
/proc/13157/task/13159/stat : 13159 (priss) R 13156 13156 12570 0 -1 4202560 98898 0 0 0 117623 118 0 0 25 0 5 0 517304700 1791791104 383412 33554432000 4194304 5787044 140733353197632 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=13157/tid=13160] ppid=13156 vsize=1749796 CPUtime=1180.67 cores=0,2,4,6
/proc/13157/task/13160/stat : 13160 (priss) R 13156 13156 12570 0 -1 4202560 103378 0 0 0 117941 126 0 0 25 0 5 0 517304702 1791791104 383412 33554432000 4194304 5787044 140733353197632 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13157/tid=13161] ppid=13156 vsize=1749796 CPUtime=1182.06 cores=0,2,4,6
/proc/13157/task/13161/stat : 13161 (priss) R 13156 13156 12570 0 -1 4202560 96301 0 0 0 118145 61 0 0 25 0 5 0 517304705 1791791104 383412 33554432000 4194304 5787044 140733353197632 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=13157/tid=13162] ppid=13156 vsize=1749796 CPUtime=1181.67 cores=0,2,4,6
/proc/13157/task/13162/stat : 13162 (priss) R 13156 13156 12570 0 -1 4202560 93843 0 0 0 118072 95 0 0 25 0 5 0 517304708 1791791104 383412 33554432000 4194304 5787044 140733353197632 18446744073709551615 5527568 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722
Current children cumulated vsize (KiB) 1758496



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 8.00 8.04 8.00 10/188 13259
/proc/meminfo: memFree=22712912/32950928 swapFree=67111364/67111528
[pid=13156] ppid=13154 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13156/stat : 13156 (prissAuto.sh) S 13154 13156 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517304692 8908800 252 33554432000 4194304 4922060 140737346835968 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13156/statm: 2175 252 211 178 0 68 0
[pid=13157] ppid=13156 vsize=1750912 CPUtime=4800.3 cores=0,2,4,6
/proc/13157/stat : 13157 (priss) S 13156 13156 12570 0 -1 4202496 407140 0 0 0 479622 408 0 0 25 0 5 0 517304693 1792933888 388226 33554432000 4194304 5787044 140733353197632 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/13157/statm: 437728 388226 417 389 0 433478 0
[pid=13157/tid=13159] ppid=13156 vsize=1750912 CPUtime=1196.91 cores=0,2,4,6
/proc/13157/task/13159/stat : 13159 (priss) R 13156 13156 12570 0 -1 4202560 100130 0 0 0 119572 119 0 0 25 0 5 0 517304700 1792933888 388226 33554432000 4194304 5787044 140733353197632 18446744073709551615 4218750 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=13157/tid=13160] ppid=13156 vsize=1750912 CPUtime=1200.28 cores=0,2,4,6
/proc/13157/task/13160/stat : 13160 (priss) R 13156 13156 12570 0 -1 4202560 106653 0 0 0 119897 131 0 0 25 0 5 0 517304702 1792933888 388226 33554432000 4194304 5787044 140733353197632 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13157/tid=13161] ppid=13156 vsize=1750912 CPUtime=1201.66 cores=0,2,4,6
/proc/13157/task/13161/stat : 13161 (priss) R 13156 13156 12570 0 -1 4202560 96608 0 0 0 120105 61 0 0 25 0 5 0 517304705 1792933888 388226 33554432000 4194304 5787044 140733353197632 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=13157/tid=13162] ppid=13156 vsize=1750912 CPUtime=1201.28 cores=0,2,4,6
/proc/13157/task/13162/stat : 13162 (priss) R 13156 13156 12570 0 -1 4202560 93843 0 0 0 120033 95 0 0 25 0 5 0 517304708 1792933888 388226 33554432000 4194304 5787044 140733353197632 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 1759612

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

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

[startup+1201.9 s]
/proc/loadavg: 8.00 8.04 8.00 10/188 13259
/proc/meminfo: memFree=22712912/32950928 swapFree=67111364/67111528
[pid=13156] ppid=13154 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13156/stat : 13156 (prissAuto.sh) S 13154 13156 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517304692 8908800 252 33554432000 4194304 4922060 140737346835968 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13156/statm: 2175 252 211 178 0 68 0
[pid=13157] ppid=13156 vsize=1750912 CPUtime=4800.3 cores=0,2,4,6
/proc/13157/stat : 13157 (priss) S 13156 13156 12570 0 -1 4202496 407140 0 0 0 479622 408 0 0 25 0 5 0 517304693 1792933888 388226 33554432000 4194304 5787044 140733353197632 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/13157/statm: 437728 388226 417 389 0 433478 0
[pid=13157/tid=13159] ppid=13156 vsize=1750912 CPUtime=1196.91 cores=0,2,4,6
/proc/13157/task/13159/stat : 13159 (priss) R 13156 13156 12570 0 -1 4202560 100130 0 0 0 119572 119 0 0 25 0 5 0 517304700 1792933888 388226 33554432000 4194304 5787044 140733353197632 18446744073709551615 4218750 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=13157/tid=13160] ppid=13156 vsize=1750912 CPUtime=1200.28 cores=0,2,4,6
/proc/13157/task/13160/stat : 13160 (priss) R 13156 13156 12570 0 -1 4202560 106653 0 0 0 119897 131 0 0 25 0 5 0 517304702 1792933888 388226 33554432000 4194304 5787044 140733353197632 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13157/tid=13161] ppid=13156 vsize=1750912 CPUtime=1201.66 cores=0,2,4,6
/proc/13157/task/13161/stat : 13161 (priss) R 13156 13156 12570 0 -1 4202560 96608 0 0 0 120105 61 0 0 25 0 5 0 517304705 1792933888 388226 33554432000 4194304 5787044 140733353197632 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=13157/tid=13162] ppid=13156 vsize=1750912 CPUtime=1201.28 cores=0,2,4,6
/proc/13157/task/13162/stat : 13162 (priss) R 13156 13156 12570 0 -1 4202560 93843 0 0 0 120033 95 0 0 25 0 5 0 517304708 1792933888 388226 33554432000 4194304 5787044 140733353197632 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 1759612

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.92
CPU time (s): 4800.3
CPU user time (s): 4796.22
CPU system time (s): 4.08
CPU usage (%): 399.386
Max. virtual memory (cumulated for all children) (KiB): 1759612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 332
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.81072 second user time and 4.74728 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-29 08:04:10
IDJOB=3249709
IDBENCH=83182
IDSOLVER=1602
FILE ID=node127/3249709-1304057050
RUNJOBID= node127-1304052231-12588
PBS_JOBID= 13170417
Free space on /tmp= 71812 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-14x34.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3249709-1304057050/watcher-3249709-1304057050 -o /tmp/evaluation-result-3249709-1304057050/solver-3249709-1304057050 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3249709-1304057050.cnf 191182245 4800 15500 4

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

MD5SUM BENCH= 72677fc46303044d3d9e832fa24a37b2
RANDOM SEED=191182245

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      21729052 kB
Buffers:       1385552 kB
Cached:        4696884 kB
SwapCached:          0 kB
Active:        6332580 kB
Inactive:      4405404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21729052 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            8108 kB
Writeback:           0 kB
AnonPages:     4655672 kB
Mapped:          15580 kB
Slab:           410304 kB
PageTables:      13772 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  4906884 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= 71796 MiB
End job on node127 at 2011-04-29 08:24:14