Trace number 3258203

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

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v1375c111739g6.cnf
MD5SUMc7c04151ac14a13eb4a03259d055e119
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 variables1375
Number of clauses111739
Sum of the clauses size224743
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2111684
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 555

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: 32135
0.00/0.00	c setup for 4cores
0.00/0.02	c parsetime: 22233us
0.00/0.02	c parsed 111739 clauses with 1375 variables
0.00/0.03	c NW started thread 0 successfully (1092979008)
0.00/0.04	c NW started thread 1 successfully (1103468864)
0.00/0.05	c NW started thread 2 successfully (1113958720)
0.00/0.07	c NW started thread 3 successfully (1124448576)
13.80/3.54	c preprocessor returned 10007 variables
13.80/3.54	c preprocessing returned UNKNOWN
13.80/3.54	c PP set 0 variables
13.80/3.54	c pp time: 3510092us (3s)
13.80/3.55	c preprocessor returned 10007 variables
13.80/3.55	c preprocessing returned UNKNOWN
13.80/3.55	c PP set 0 variables
13.80/3.55	c pp time: 3505865us (3s)
13.80/3.55	c preprocessor returned 10007 variables
13.80/3.55	c preprocessing returned UNKNOWN
13.80/3.55	c PP set 0 variables
13.80/3.55	c pp time: 3499398us (3s)
38.99/9.86	c preprocessor returned 30010 variables
38.99/9.86	c preprocessing returned UNKNOWN
38.99/9.86	c PP set 0 variables
38.99/9.86	c pp time: 9795300us (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-3258203-1304044460/watcher-3258203-1304044460 -o /tmp/evaluation-result-3258203-1304044460/solver-3258203-1304044460 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3258203-1304044460.cnf 327575456 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: 8.24 8.12 8.09 6/182 32134
/proc/meminfo: memFree=23493156/32950928 swapFree=67071984/67111528
[pid=32134] ppid=32132 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32134/stat : 32134 (prissAuto.sh) S 32132 32134 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594676650 8908800 251 33554432000 4194304 4922060 140734704945920 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32134/statm: 2175 251 211 178 0 68 0

[startup+0.064531 s]
/proc/loadavg: 8.24 8.12 8.09 6/182 32134
/proc/meminfo: memFree=23493156/32950928 swapFree=67071984/67111528
[pid=32134] ppid=32132 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32134/stat : 32134 (prissAuto.sh) S 32132 32134 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594676650 8908800 251 33554432000 4194304 4922060 140734704945920 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32134/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100276 s]
/proc/loadavg: 8.24 8.12 8.09 6/182 32134
/proc/meminfo: memFree=23493156/32950928 swapFree=67071984/67111528
[pid=32134] ppid=32132 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32134/stat : 32134 (prissAuto.sh) S 32132 32134 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594676650 8908800 251 33554432000 4194304 4922060 140734704945920 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32134/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300168 s]
/proc/loadavg: 8.24 8.12 8.09 6/182 32134
/proc/meminfo: memFree=23493156/32950928 swapFree=67071984/67111528
[pid=32134] ppid=32132 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32134/stat : 32134 (prissAuto.sh) S 32132 32134 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594676650 8908800 251 33554432000 4194304 4922060 140734704945920 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32134/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701093 s]
/proc/loadavg: 8.24 8.12 8.09 6/182 32134
/proc/meminfo: memFree=23493156/32950928 swapFree=67071984/67111528
[pid=32134] ppid=32132 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32134/stat : 32134 (prissAuto.sh) S 32132 32134 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594676650 8908800 251 33554432000 4194304 4922060 140734704945920 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32134/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50095 s]
/proc/loadavg: 8.22 8.12 8.09 9/188 32140
/proc/meminfo: memFree=23450712/32950928 swapFree=67071984/67111528
[pid=32134] ppid=32132 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32134/stat : 32134 (prissAuto.sh) S 32132 32134 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594676650 8908800 251 33554432000 4194304 4922060 140734704945920 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32134/statm: 2175 251 211 178 0 68 0
[pid=32135] ppid=32134 vsize=283764 CPUtime=5.83 cores=0,2,4,6
/proc/32135/stat : 32135 (priss) S 32134 32134 30862 0 -1 4202496 19555 0 0 0 579 4 0 0 25 0 5 0 594676650 290574336 10710 33554432000 4194304 5787044 140734631345952 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/32135/statm: 70941 10710 350 389 0 66691 0
[pid=32135/tid=32137] ppid=32134 vsize=283764 CPUtime=1.45 cores=0,2,4,6
/proc/32135/task/32137/stat : 32137 (priss) R 32134 32134 30862 0 -1 4202560 3539 0 0 0 144 1 0 0 25 0 5 0 594676653 290574336 10710 33554432000 4194304 5787044 140734631345952 18446744073709551615 4336234 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32135/tid=32138] ppid=32134 vsize=283764 CPUtime=1.45 cores=0,2,4,6
/proc/32135/task/32138/stat : 32138 (priss) R 32134 32134 30862 0 -1 4202560 3120 0 0 0 144 1 0 0 19 0 5 0 594676654 290574336 10710 33554432000 4194304 5787044 140734631345952 18446744073709551615 4336770 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32135/tid=32139] ppid=32134 vsize=283764 CPUtime=1.43 cores=0,2,4,6
/proc/32135/task/32139/stat : 32139 (priss) R 32134 32134 30862 0 -1 4202560 3289 0 0 0 143 0 0 0 25 0 5 0 594676655 290574336 10710 33554432000 4194304 5787044 140734631345952 18446744073709551615 4336768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32135/tid=32140] ppid=32134 vsize=283764 CPUtime=1.41 cores=0,2,4,6
/proc/32135/task/32140/stat : 32140 (priss) R 32134 32134 30862 0 -1 4202560 3365 0 0 0 141 0 0 0 25 0 5 0 594676657 290574336 10710 33554432000 4194304 5787044 140734631345952 18446744073709551615 4336786 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.83
Current children cumulated vsize (KiB) 292464

[startup+3.10065 s]
/proc/loadavg: 8.22 8.12 8.09 9/188 32140
/proc/meminfo: memFree=23445876/32950928 swapFree=67071984/67111528
[pid=32134] ppid=32132 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32134/stat : 32134 (prissAuto.sh) S 32132 32134 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594676650 8908800 251 33554432000 4194304 4922060 140734704945920 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32134/statm: 2175 251 211 178 0 68 0
[pid=32135] ppid=32134 vsize=293932 CPUtime=12.22 cores=0,2,4,6
/proc/32135/stat : 32135 (priss) S 32134 32134 30862 0 -1 4202496 24288 0 0 0 1217 5 0 0 25 0 5 0 594676650 300986368 14712 33554432000 4194304 5787044 140734631345952 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/32135/statm: 73483 14712 355 389 0 69233 0
[pid=32135/tid=32137] ppid=32134 vsize=293932 CPUtime=3.04 cores=0,2,4,6
/proc/32135/task/32137/stat : 32137 (priss) R 32134 32134 30862 0 -1 4202560 4842 0 0 0 303 1 0 0 25 0 5 0 594676653 300986368 14712 33554432000 4194304 5787044 140734631345952 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32135/tid=32138] ppid=32134 vsize=293932 CPUtime=3.04 cores=0,2,4,6
/proc/32135/task/32138/stat : 32138 (priss) R 32134 32134 30862 0 -1 4202560 4008 0 0 0 303 1 0 0 25 0 5 0 594676654 300986368 14712 33554432000 4194304 5787044 140734631345952 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32135/tid=32139] ppid=32134 vsize=293932 CPUtime=3.04 cores=0,2,4,6
/proc/32135/task/32139/stat : 32139 (priss) R 32134 32134 30862 0 -1 4202560 3795 0 0 0 303 1 0 0 25 0 5 0 594676655 300986368 14712 33554432000 4194304 5787044 140734631345952 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32135/tid=32140] ppid=32134 vsize=293932 CPUtime=3.01 cores=0,2,4,6
/proc/32135/task/32140/stat : 32140 (priss) R 32134 32134 30862 0 -1 4202560 5401 0 0 0 301 0 0 0 25 0 5 0 594676657 300986368 14712 33554432000 4194304 5787044 140734631345952 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.22
Current children cumulated vsize (KiB) 302632

[startup+6.30106 s]
/proc/loadavg: 8.22 8.12 8.09 9/188 32140
/proc/meminfo: memFree=23421276/32950928 swapFree=67071984/67111528
[pid=32134] ppid=32132 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32134/stat : 32134 (prissAuto.sh) S 32132 32134 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594676650 8908800 251 33554432000 4194304 4922060 140734704945920 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32134/statm: 2175 251 211 178 0 68 0
[pid=32135] ppid=32134 vsize=297848 CPUtime=25 cores=0,2,4,6
/proc/32135/stat : 32135 (priss) S 32134 32134 30862 0 -1 4202496 35183 0 0 0 2493 7 0 0 25 0 5 0 594676650 304996352 17836 33554432000 4194304 5787044 140734631345952 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/32135/statm: 74462 17836 404 389 0 70212 0
[pid=32135/tid=32137] ppid=32134 vsize=297848 CPUtime=6.24 cores=0,2,4,6
/proc/32135/task/32137/stat : 32137 (priss) R 32134 32134 30862 0 -1 4202560 8432 0 0 0 623 1 0 0 24 0 5 0 594676653 304996352 17836 33554432000 4194304 5787044 140734631345952 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32135/tid=32138] ppid=32134 vsize=297848 CPUtime=6.24 cores=0,2,4,6
/proc/32135/task/32138/stat : 32138 (priss) R 32134 32134 30862 0 -1 4202560 7148 0 0 0 623 1 0 0 25 0 5 0 594676654 304996352 17836 33554432000 4194304 5787044 140734631345952 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32135/tid=32139] ppid=32134 vsize=297848 CPUtime=6.23 cores=0,2,4,6
/proc/32135/task/32139/stat : 32139 (priss) R 32134 32134 30862 0 -1 4202560 7959 0 0 0 621 2 0 0 23 0 5 0 594676655 304996352 17836 33554432000 4194304 5787044 140734631345952 18446744073709551615 5586761 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32135/tid=32140] ppid=32134 vsize=297848 CPUtime=6.19 cores=0,2,4,6
/proc/32135/task/32140/stat : 32140 (priss) R 32134 32134 30862 0 -1 4202560 5402 0 0 0 619 0 0 0 25 0 5 0 594676657 304996352 17836 33554432000 4194304 5787044 140734631345952 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25
Current children cumulated vsize (KiB) 306548

[startup+12.7009 s]
/proc/loadavg: 8.18 8.12 8.09 9/188 32140
/proc/meminfo: memFree=23399460/32950928 swapFree=67071984/67111528
[pid=32134] ppid=32132 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32134/stat : 32134 (prissAuto.sh) S 32132 32134 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594676650 8908800 251 33554432000 4194304 4922060 140734704945920 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32134/statm: 2175 251 211 178 0 68 0
[pid=32135] ppid=32134 vsize=304224 CPUtime=50.56 cores=0,2,4,6
/proc/32135/stat : 32135 (priss) S 32134 32134 30862 0 -1 4202496 43322 0 0 0 5047 9 0 0 25 0 5 0 594676650 311525376 22155 33554432000 4194304 5787044 140734631345952 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/32135/statm: 76056 22155 417 389 0 71806 0
[pid=32135/tid=32137] ppid=32134 vsize=304224 CPUtime=12.63 cores=0,2,4,6
/proc/32135/task/32137/stat : 32137 (priss) R 32134 32134 30862 0 -1 4202560 9031 0 0 0 1262 1 0 0 25 0 5 0 594676653 311525376 22155 33554432000 4194304 5787044 140734631345952 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32135/tid=32138] ppid=32134 vsize=304224 CPUtime=12.64 cores=0,2,4,6
/proc/32135/task/32138/stat : 32138 (priss) R 32134 32134 30862 0 -1 4202560 7712 0 0 0 1262 2 0 0 25 0 5 0 594676654 311525376 22155 33554432000 4194304 5787044 140734631345952 18446744073709551615 5591579 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32135/tid=32139] ppid=32134 vsize=304224 CPUtime=12.63 cores=0,2,4,6
/proc/32135/task/32139/stat : 32139 (priss) R 32134 32134 30862 0 -1 4202560 9623 0 0 0 1261 2 0 0 25 0 5 0 594676655 311525376 22155 33554432000 4194304 5787044 140734631345952 18446744073709551615 5592100 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32135/tid=32140] ppid=32134 vsize=304224 CPUtime=12.55 cores=0,2,4,6
/proc/32135/task/32140/stat : 32140 (priss) R 32134 32134 30862 0 -1 4202560 10714 0 0 0 1254 1 0 0 25 0 5 0 594676657 311525376 22155 33554432000 4194304 5787044 140734631345952 18446744073709551615 5527232 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 312924

[startup+25.5005 s]
/proc/loadavg: 8.16 8.11 8.09 9/188 32140
/proc/meminfo: memFree=23363496/32950928 swapFree=67071984/67111528
[pid=32134] ppid=32132 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32134/stat : 32134 (prissAuto.sh) S 32132 32134 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594676650 8908800 251 33554432000 4194304 4922060 140734704945920 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32134/statm: 2175 251 211 178 0 68 0
[pid=32135] ppid=32134 vsize=307708 CPUtime=101.68 cores=0,2,4,6
/proc/32135/stat : 32135 (priss) S 32134 32134 30862 0 -1 4202496 47009 0 0 0 10157 11 0 0 25 0 5 0 594676650 315092992 25842 33554432000 4194304 5787044 140734631345952 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/32135/statm: 76927 25843 417 389 0 72677 0
[pid=32135/tid=32137] ppid=32134 vsize=307708 CPUtime=25.43 cores=0,2,4,6
/proc/32135/task/32137/stat : 32137 (priss) R 32134 32134 30862 0 -1 4202560 9851 0 0 0 2541 2 0 0 25 0 5 0 594676653 315092992 25843 33554432000 4194304 5787044 140734631345952 18446744073709551615 5590467 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32135/tid=32138] ppid=32134 vsize=307708 CPUtime=25.44 cores=0,2,4,6
/proc/32135/task/32138/stat : 32138 (priss) R 32134 32134 30862 0 -1 4202560 8551 0 0 0 2542 2 0 0 25 0 5 0 594676654 315092992 25843 33554432000 4194304 5787044 140734631345952 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32135/tid=32139] ppid=32134 vsize=307708 CPUtime=25.43 cores=0,2,4,6
/proc/32135/task/32139/stat : 32139 (priss) R 32134 32134 30862 0 -1 4202560 10751 0 0 0 2540 3 0 0 25 0 5 0 594676655 315092992 25843 33554432000 4194304 5787044 140734631345952 18446744073709551615 260905055265 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32135/tid=32140] ppid=32134 vsize=307708 CPUtime=25.28 cores=0,2,4,6
/proc/32135/task/32140/stat : 32140 (priss) R 32134 32134 30862 0 -1 4202560 11615 0 0 0 2527 1 0 0 25 0 5 0 594676657 315092992 25843 33554432000 4194304 5787044 140734631345952 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 316408

[startup+51.1008 s]
/proc/loadavg: 8.16 8.12 8.09 9/188 32141
/proc/meminfo: memFree=23308040/32950928 swapFree=67071984/67111528
[pid=32134] ppid=32132 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32134/stat : 32134 (prissAuto.sh) S 32132 32134 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594676650 8908800 251 33554432000 4194304 4922060 140734704945920 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32134/statm: 2175 251 211 178 0 68 0
[pid=32135] ppid=32134 vsize=323492 CPUtime=203.93 cores=0,2,4,6
/proc/32135/stat : 32135 (priss) S 32134 32134 30862 0 -1 4202496 56133 0 0 0 20376 17 0 0 25 0 5 0 594676650 331255808 34964 33554432000 4194304 5787044 140734631345952 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/32135/statm: 80873 34964 417 389 0 76623 0
[pid=32135/tid=32137] ppid=32134 vsize=323492 CPUtime=51.03 cores=0,2,4,6
/proc/32135/task/32137/stat : 32137 (priss) R 32134 32134 30862 0 -1 4202560 12746 0 0 0 5099 4 0 0 25 0 5 0 594676653 331255808 34964 33554432000 4194304 5787044 140734631345952 18446744073709551615 5591820 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32135/tid=32138] ppid=32134 vsize=323492 CPUtime=51.04 cores=0,2,4,6
/proc/32135/task/32138/stat : 32138 (priss) R 32134 32134 30862 0 -1 4202560 11417 0 0 0 5101 3 0 0 25 0 5 0 594676654 331255808 34964 33554432000 4194304 5787044 140734631345952 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32135/tid=32139] ppid=32134 vsize=323492 CPUtime=51.03 cores=0,2,4,6
/proc/32135/task/32139/stat : 32139 (priss) R 32134 32134 30862 0 -1 4202560 12639 0 0 0 5098 5 0 0 25 0 5 0 594676655 331255808 34964 33554432000 4194304 5787044 140734631345952 18446744073709551615 4220585 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32135/tid=32140] ppid=32134 vsize=323492 CPUtime=50.74 cores=0,2,4,6
/proc/32135/task/32140/stat : 32140 (priss) R 32134 32134 30862 0 -1 4202560 13089 0 0 0 5071 3 0 0 25 0 5 0 594676657 331255808 34964 33554432000 4194304 5787044 140734631345952 18446744073709551615 4238583 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.93
Current children cumulated vsize (KiB) 332192

[startup+102.306 s]
/proc/loadavg: 8.15 8.12 8.09 9/188 32142
/proc/meminfo: memFree=23251356/32950928 swapFree=67071984/67111528
[pid=32134] ppid=32132 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32134/stat : 32134 (prissAuto.sh) S 32132 32134 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594676650 8908800 251 33554432000 4194304 4922060 140734704945920 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32134/statm: 2175 251 211 178 0 68 0
[pid=32135] ppid=32134 vsize=342640 CPUtime=408.44 cores=0,2,4,6
/proc/32135/stat : 32135 (priss) S 32134 32134 30862 0 -1 4202496 68795 0 0 0 40813 31 0 0 25 0 5 0 594676650 350863360 47497 33554432000 4194304 5787044 140734631345952 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/32135/statm: 85660 47497 417 389 0 81410 0
[pid=32135/tid=32137] ppid=32134 vsize=342640 CPUtime=102.22 cores=0,2,4,6
/proc/32135/task/32137/stat : 32137 (priss) R 32134 32134 30862 0 -1 4202560 15468 0 0 0 10213 9 0 0 25 0 5 0 594676653 350863360 47497 33554432000 4194304 5787044 140734631345952 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32135/tid=32138] ppid=32134 vsize=342640 CPUtime=102.24 cores=0,2,4,6
/proc/32135/task/32138/stat : 32138 (priss) R 32134 32134 30862 0 -1 4202560 16121 0 0 0 10219 5 0 0 25 0 5 0 594676654 350863360 47497 33554432000 4194304 5787044 140734631345952 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32135/tid=32139] ppid=32134 vsize=342640 CPUtime=102.22 cores=0,2,4,6
/proc/32135/task/32139/stat : 32139 (priss) R 32134 32134 30862 0 -1 4202560 15926 0 0 0 10213 9 0 0 20 0 5 0 594676655 350863360 47497 33554432000 4194304 5787044 140734631345952 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32135/tid=32140] ppid=32134 vsize=342640 CPUtime=101.65 cores=0,2,4,6

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

/proc/32135/task/32138/stat : 32138 (priss) R 32134 32134 30862 0 -1 4202560 38846 0 0 0 88014 19 0 0 25 0 5 0 594676654 707391488 140991 33554432000 4194304 5787044 140734631345952 18446744073709551615 5590446 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32135/tid=32139] ppid=32134 vsize=690812 CPUtime=882.2 cores=0,2,4,6
/proc/32135/task/32139/stat : 32139 (priss) R 32134 32134 30862 0 -1 4202560 40932 0 0 0 88180 40 0 0 25 0 5 0 594676655 707391488 140991 33554432000 4194304 5787044 140734631345952 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32135/tid=32140] ppid=32134 vsize=690812 CPUtime=879.08 cores=0,2,4,6
/proc/32135/task/32140/stat : 32140 (priss) R 32134 32134 30862 0 -1 4202560 38713 0 0 0 87873 35 0 0 25 0 5 0 594676657 707391488 140991 33554432000 4194304 5787044 140734631345952 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3523.52
Current children cumulated vsize (KiB) 699512

[startup+942.3 s]
/proc/loadavg: 8.11 8.09 8.08 9/188 32168
/proc/meminfo: memFree=22576016/32950928 swapFree=67071984/67111528
[pid=32134] ppid=32132 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32134/stat : 32134 (prissAuto.sh) S 32132 32134 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594676650 8908800 251 33554432000 4194304 4922060 140734704945920 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32134/statm: 2175 251 211 178 0 68 0
[pid=32135] ppid=32134 vsize=756348 CPUtime=3763.19 cores=0,2,4,6
/proc/32135/stat : 32135 (priss) S 32134 32134 30862 0 -1 4202496 170117 0 0 0 376175 144 0 0 25 0 5 0 594676650 774500352 147232 33554432000 4194304 5787044 140734631345952 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/32135/statm: 189087 147232 418 389 0 184837 0
[pid=32135/tid=32137] ppid=32134 vsize=756348 CPUtime=941.48 cores=0,2,4,6
/proc/32135/task/32137/stat : 32137 (priss) R 32134 32134 30862 0 -1 4202560 39143 0 0 0 94111 37 0 0 25 0 5 0 594676653 774500352 147232 33554432000 4194304 5787044 140734631345952 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32135/tid=32138] ppid=32134 vsize=756348 CPUtime=940.33 cores=0,2,4,6
/proc/32135/task/32138/stat : 32138 (priss) R 32134 32134 30862 0 -1 4202560 38847 0 0 0 94014 19 0 0 25 0 5 0 594676654 774500352 147232 33554432000 4194304 5787044 140734631345952 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32135/tid=32139] ppid=32134 vsize=756348 CPUtime=942.19 cores=0,2,4,6
/proc/32135/task/32139/stat : 32139 (priss) R 32134 32134 30862 0 -1 4202560 44400 0 0 0 94173 46 0 0 25 0 5 0 594676655 774500352 147232 33554432000 4194304 5787044 140734631345952 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32135/tid=32140] ppid=32134 vsize=756348 CPUtime=939.09 cores=0,2,4,6
/proc/32135/task/32140/stat : 32140 (priss) R 32134 32134 30862 0 -1 4202560 41485 0 0 0 93870 39 0 0 25 0 5 0 594676657 774500352 147232 33554432000 4194304 5787044 140734631345952 18446744073709551615 5527168 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3763.19
Current children cumulated vsize (KiB) 765048

[startup+1002.3 s]
/proc/loadavg: 8.10 8.09 8.08 9/188 32169
/proc/meminfo: memFree=22568028/32950928 swapFree=67071984/67111528
[pid=32134] ppid=32132 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32134/stat : 32134 (prissAuto.sh) S 32132 32134 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594676650 8908800 251 33554432000 4194304 4922060 140734704945920 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32134/statm: 2175 251 211 178 0 68 0
[pid=32135] ppid=32134 vsize=756348 CPUtime=4002.86 cores=0,2,4,6
/proc/32135/stat : 32135 (priss) S 32134 32134 30862 0 -1 4202496 172212 0 0 0 400139 147 0 0 25 0 5 0 594676650 774500352 148877 33554432000 4194304 5787044 140734631345952 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/32135/statm: 189087 148877 418 389 0 184837 0
[pid=32135/tid=32137] ppid=32134 vsize=756348 CPUtime=1001.15 cores=0,2,4,6
/proc/32135/task/32137/stat : 32137 (priss) R 32134 32134 30862 0 -1 4202560 39146 0 0 0 100078 37 0 0 25 0 5 0 594676653 774500352 148877 33554432000 4194304 5787044 140734631345952 18446744073709551615 5591626 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32135/tid=32138] ppid=32134 vsize=756348 CPUtime=1000.33 cores=0,2,4,6
/proc/32135/task/32138/stat : 32138 (priss) R 32134 32134 30862 0 -1 4202560 38853 0 0 0 100014 19 0 0 25 0 5 0 594676654 774500352 148877 33554432000 4194304 5787044 140734631345952 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32135/tid=32139] ppid=32134 vsize=756348 CPUtime=1002.19 cores=0,2,4,6
/proc/32135/task/32139/stat : 32139 (priss) R 32134 32134 30862 0 -1 4202560 45849 0 0 0 100171 48 0 0 25 0 5 0 594676655 774500352 148877 33554432000 4194304 5787044 140734631345952 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32135/tid=32140] ppid=32134 vsize=756348 CPUtime=999.09 cores=0,2,4,6
/proc/32135/task/32140/stat : 32140 (priss) R 32134 32134 30862 0 -1 4202560 42122 0 0 0 99869 40 0 0 25 0 5 0 594676657 774500352 148877 33554432000 4194304 5787044 140734631345952 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4002.86
Current children cumulated vsize (KiB) 765048

[startup+1062.3 s]
/proc/loadavg: 8.09 8.08 8.08 9/188 32204
/proc/meminfo: memFree=23007472/32950928 swapFree=67071984/67111528
[pid=32134] ppid=32132 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32134/stat : 32134 (prissAuto.sh) S 32132 32134 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594676650 8908800 251 33554432000 4194304 4922060 140734704945920 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32134/statm: 2175 251 211 178 0 68 0
[pid=32135] ppid=32134 vsize=756348 CPUtime=4242.54 cores=0,2,4,6
/proc/32135/stat : 32135 (priss) S 32134 32134 30862 0 -1 4202496 172231 0 0 0 424107 147 0 0 25 0 5 0 594676650 774500352 148896 33554432000 4194304 5787044 140734631345952 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/32135/statm: 189087 148896 418 389 0 184837 0
[pid=32135/tid=32137] ppid=32134 vsize=756348 CPUtime=1060.83 cores=0,2,4,6
/proc/32135/task/32137/stat : 32137 (priss) R 32134 32134 30862 0 -1 4202560 39153 0 0 0 106046 37 0 0 25 0 5 0 594676653 774500352 148896 33554432000 4194304 5787044 140734631345952 18446744073709551615 5591730 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32135/tid=32138] ppid=32134 vsize=756348 CPUtime=1060.33 cores=0,2,4,6
/proc/32135/task/32138/stat : 32138 (priss) R 32134 32134 30862 0 -1 4202560 38860 0 0 0 106014 19 0 0 25 0 5 0 594676654 774500352 148896 33554432000 4194304 5787044 140734631345952 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32135/tid=32139] ppid=32134 vsize=756348 CPUtime=1062.19 cores=0,2,4,6
/proc/32135/task/32139/stat : 32139 (priss) R 32134 32134 30862 0 -1 4202560 45849 0 0 0 106171 48 0 0 25 0 5 0 594676655 774500352 148896 33554432000 4194304 5787044 140734631345952 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32135/tid=32140] ppid=32134 vsize=756348 CPUtime=1059.1 cores=0,2,4,6
/proc/32135/task/32140/stat : 32140 (priss) R 32134 32134 30862 0 -1 4202560 42127 0 0 0 105870 40 0 0 25 0 5 0 594676657 774500352 148896 33554432000 4194304 5787044 140734631345952 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4242.54
Current children cumulated vsize (KiB) 765048

[startup+1122.3 s]
/proc/loadavg: 8.03 8.07 8.08 9/188 32205
/proc/meminfo: memFree=22942800/32950928 swapFree=67071984/67111528
[pid=32134] ppid=32132 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32134/stat : 32134 (prissAuto.sh) S 32132 32134 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594676650 8908800 251 33554432000 4194304 4922060 140734704945920 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32134/statm: 2175 251 211 178 0 68 0
[pid=32135] ppid=32134 vsize=756348 CPUtime=4482.21 cores=0,2,4,6
/proc/32135/stat : 32135 (priss) S 32134 32134 30862 0 -1 4202496 172260 0 0 0 448073 148 0 0 25 0 5 0 594676650 774500352 148925 33554432000 4194304 5787044 140734631345952 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/32135/statm: 189087 148925 418 389 0 184837 0
[pid=32135/tid=32137] ppid=32134 vsize=756348 CPUtime=1120.5 cores=0,2,4,6
/proc/32135/task/32137/stat : 32137 (priss) R 32134 32134 30862 0 -1 4202560 39165 0 0 0 112013 37 0 0 25 0 5 0 594676653 774500352 148925 33554432000 4194304 5787044 140734631345952 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32135/tid=32138] ppid=32134 vsize=756348 CPUtime=1120.34 cores=0,2,4,6
/proc/32135/task/32138/stat : 32138 (priss) R 32134 32134 30862 0 -1 4202560 38876 0 0 0 112014 20 0 0 25 0 5 0 594676654 774500352 148925 33554432000 4194304 5787044 140734631345952 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32135/tid=32139] ppid=32134 vsize=756348 CPUtime=1122.18 cores=0,2,4,6
/proc/32135/task/32139/stat : 32139 (priss) R 32134 32134 30862 0 -1 4202560 45849 0 0 0 112170 48 0 0 25 0 5 0 594676655 774500352 148925 33554432000 4194304 5787044 140734631345952 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32135/tid=32140] ppid=32134 vsize=756348 CPUtime=1119.1 cores=0,2,4,6
/proc/32135/task/32140/stat : 32140 (priss) R 32134 32134 30862 0 -1 4202560 42128 0 0 0 111870 40 0 0 25 0 5 0 594676657 774500352 148925 33554432000 4194304 5787044 140734631345952 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4482.21
Current children cumulated vsize (KiB) 765048

[startup+1182.3 s]
/proc/loadavg: 8.08 8.07 8.08 9/188 32207
/proc/meminfo: memFree=22885592/32950928 swapFree=67071984/67111528
[pid=32134] ppid=32132 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32134/stat : 32134 (prissAuto.sh) S 32132 32134 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594676650 8908800 251 33554432000 4194304 4922060 140734704945920 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32134/statm: 2175 251 211 178 0 68 0
[pid=32135] ppid=32134 vsize=760844 CPUtime=4721.88 cores=0,2,4,6
/proc/32135/stat : 32135 (priss) S 32134 32134 30862 0 -1 4202496 173532 0 0 0 472040 148 0 0 25 0 5 0 594676650 779104256 150197 33554432000 4194304 5787044 140734631345952 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/32135/statm: 190211 150197 418 389 0 185961 0
[pid=32135/tid=32137] ppid=32134 vsize=760844 CPUtime=1180.18 cores=0,2,4,6
/proc/32135/task/32137/stat : 32137 (priss) R 32134 32134 30862 0 -1 4202560 39221 0 0 0 117980 38 0 0 25 0 5 0 594676653 779104256 150197 33554432000 4194304 5787044 140734631345952 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32135/tid=32138] ppid=32134 vsize=760844 CPUtime=1180.33 cores=0,2,4,6
/proc/32135/task/32138/stat : 32138 (priss) R 32134 32134 30862 0 -1 4202560 39055 0 0 0 118013 20 0 0 25 0 5 0 594676654 779104256 150197 33554432000 4194304 5787044 140734631345952 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32135/tid=32139] ppid=32134 vsize=760844 CPUtime=1182.18 cores=0,2,4,6
/proc/32135/task/32139/stat : 32139 (priss) R 32134 32134 30862 0 -1 4202560 46875 0 0 0 118169 49 0 0 25 0 5 0 594676655 779104256 150197 33554432000 4194304 5787044 140734631345952 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32135/tid=32140] ppid=32134 vsize=760844 CPUtime=1179.1 cores=0,2,4,6
/proc/32135/task/32140/stat : 32140 (priss) R 32134 32134 30862 0 -1 4202560 42139 0 0 0 117870 40 0 0 25 0 5 0 594676657 779104256 150197 33554432000 4194304 5787044 140734631345952 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4721.88
Current children cumulated vsize (KiB) 769544



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 8.05 8.06 8.07 9/188 32208
/proc/meminfo: memFree=22869328/32950928 swapFree=67071984/67111528
[pid=32134] ppid=32132 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32134/stat : 32134 (prissAuto.sh) S 32132 32134 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594676650 8908800 251 33554432000 4194304 4922060 140734704945920 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32134/statm: 2175 251 211 178 0 68 0
[pid=32135] ppid=32134 vsize=768168 CPUtime=4800.19 cores=0,2,4,6
/proc/32135/stat : 32135 (priss) S 32134 32134 30862 0 -1 4202496 175736 0 0 0 479869 150 0 0 25 0 5 0 594676650 786604032 152401 33554432000 4194304 5787044 140734631345952 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/32135/statm: 192042 152401 418 389 0 187792 0
[pid=32135/tid=32137] ppid=32134 vsize=768168 CPUtime=1199.67 cores=0,2,4,6
/proc/32135/task/32137/stat : 32137 (priss) R 32134 32134 30862 0 -1 4202560 39622 0 0 0 119929 38 0 0 25 0 5 0 594676653 786604032 152401 33554432000 4194304 5787044 140734631345952 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32135/tid=32138] ppid=32134 vsize=768168 CPUtime=1199.94 cores=0,2,4,6
/proc/32135/task/32138/stat : 32138 (priss) R 32134 32134 30862 0 -1 4202560 40858 0 0 0 119973 21 0 0 25 0 5 0 594676654 786604032 152401 33554432000 4194304 5787044 140734631345952 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32135/tid=32139] ppid=32134 vsize=768168 CPUtime=1201.79 cores=0,2,4,6
/proc/32135/task/32139/stat : 32139 (priss) R 32134 32134 30862 0 -1 4202560 46875 0 0 0 120130 49 0 0 25 0 5 0 594676655 786604032 152401 33554432000 4194304 5787044 140734631345952 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32135/tid=32140] ppid=32134 vsize=768168 CPUtime=1198.7 cores=0,2,4,6
/proc/32135/task/32140/stat : 32140 (priss) R 32134 32134 30862 0 -1 4202560 42139 0 0 0 119830 40 0 0 25 0 5 0 594676657 786604032 152401 33554432000 4194304 5787044 140734631345952 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 776868

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.05 8.06 8.07 9/188 32208
/proc/meminfo: memFree=22869328/32950928 swapFree=67071984/67111528
[pid=32134] ppid=32132 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32134/stat : 32134 (prissAuto.sh) S 32132 32134 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594676650 8908800 251 33554432000 4194304 4922060 140734704945920 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32134/statm: 2175 251 211 178 0 68 0
[pid=32135] ppid=32134 vsize=768168 CPUtime=4800.19 cores=0,2,4,6
/proc/32135/stat : 32135 (priss) S 32134 32134 30862 0 -1 4202496 175736 0 0 0 479869 150 0 0 25 0 5 0 594676650 786604032 152401 33554432000 4194304 5787044 140734631345952 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/32135/statm: 192042 152401 418 389 0 187792 0
[pid=32135/tid=32137] ppid=32134 vsize=768168 CPUtime=1199.67 cores=0,2,4,6
/proc/32135/task/32137/stat : 32137 (priss) R 32134 32134 30862 0 -1 4202560 39622 0 0 0 119929 38 0 0 25 0 5 0 594676653 786604032 152401 33554432000 4194304 5787044 140734631345952 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32135/tid=32138] ppid=32134 vsize=768168 CPUtime=1199.94 cores=0,2,4,6
/proc/32135/task/32138/stat : 32138 (priss) R 32134 32134 30862 0 -1 4202560 40858 0 0 0 119973 21 0 0 25 0 5 0 594676654 786604032 152401 33554432000 4194304 5787044 140734631345952 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32135/tid=32139] ppid=32134 vsize=768168 CPUtime=1201.79 cores=0,2,4,6
/proc/32135/task/32139/stat : 32139 (priss) R 32134 32134 30862 0 -1 4202560 46875 0 0 0 120130 49 0 0 25 0 5 0 594676655 786604032 152401 33554432000 4194304 5787044 140734631345952 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32135/tid=32140] ppid=32134 vsize=768168 CPUtime=1198.7 cores=0,2,4,6
/proc/32135/task/32140/stat : 32140 (priss) R 32134 32134 30862 0 -1 4202560 42139 0 0 0 119830 40 0 0 25 0 5 0 594676657 786604032 152401 33554432000 4194304 5787044 140734631345952 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 776868

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.92
CPU time (s): 4800.19
CPU user time (s): 4798.69
CPU system time (s): 1.5
CPU usage (%): 399.378
Max. virtual memory (cumulated for all children) (KiB): 776868

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

runsolver used 1.86272 second user time and 4.70029 second system time

The end

Launcher Data

Begin job on node116 at 2011-04-29 04:34:20
IDJOB=3258203
IDBENCH=71315
IDSOLVER=1602
FILE ID=node116/3258203-1304044460
RUNJOBID= node116-1304036428-30880
PBS_JOBID= 13170355
Free space on /tmp= 72512 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT09/CRAFTED/rbsat/random/unforced/rbsat-v1375c111739g6.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3258203-1304044460/watcher-3258203-1304044460 -o /tmp/evaluation-result-3258203-1304044460/solver-3258203-1304044460 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3258203-1304044460.cnf 327575456 4800 15500 4

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

MD5SUM BENCH= c7c04151ac14a13eb4a03259d055e119
RANDOM SEED=327575456

node116.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.826
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.65
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.826
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	: 5226.15
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.826
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.826
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.75
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.826
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.77
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.826
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.826
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.826
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:     32950928 kB
MemFree:      23493320 kB
Buffers:       1894096 kB
Cached:        6900304 kB
SwapCached:       9732 kB
Active:        4525952 kB
Inactive:      4510040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23493320 kB
SwapTotal:    67111528 kB
SwapFree:     67071984 kB
Dirty:            2792 kB
Writeback:           0 kB
AnonPages:      235252 kB
Mapped:          14620 kB
Slab:           358576 kB
PageTables:       4844 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   457684 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= 72508 MiB
End job on node116 at 2011-04-29 04:54:24