Trace number 3258071

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

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v945c61409g3.cnf
MD5SUM226123ce9245dfa4b876682016123861
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark12.0692
Satisfiable
(Un)Satisfiability was proved
Number of variables945
Number of clauses61409
Sum of the clauses size123673
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261364
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

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: 32097
0.00/0.00	c setup for 4cores
0.00/0.01	c parsetime: 11758us
0.00/0.01	c parsed 61409 clauses with 945 variables
0.00/0.01	c NW started thread 0 successfully (1101728064)
0.00/0.02	c NW started thread 1 successfully (1112217920)
0.00/0.03	c NW started thread 2 successfully (1122707776)
0.00/0.03	c NW started thread 3 successfully (1090754880)
7.10/1.84	c preprocessor returned 10006 variables
7.10/1.84	c preprocessing returned UNKNOWN
7.10/1.84	c PP set 0 variables
7.10/1.84	c pp time: 1824538us (1s)
7.10/1.85	c preprocessor returned 10006 variables
7.10/1.85	c preprocessing returned UNKNOWN
7.10/1.85	c PP set 0 variables
7.10/1.85	c pp time: 1828121us (1s)
7.10/1.86	c preprocessor returned 10006 variables
7.10/1.86	c preprocessing returned UNKNOWN
7.10/1.86	c PP set 0 variables
7.10/1.86	c pp time: 1837716us (1s)
67.41/16.98	c preprocessor returned 30038 variables
67.41/16.98	c preprocessing returned UNKNOWN
67.41/16.98	c PP set 0 variables
67.41/16.98	c pp time: 16941965us (16s)

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

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

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


[startup+0 s]
/proc/loadavg: 8.14 8.08 8.07 6/182 32096
/proc/meminfo: memFree=23356884/32950928 swapFree=67071984/67111528
[pid=32096] ppid=32094 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32096/stat : 32096 (prissAuto.sh) S 32094 32096 30862 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594660063 8908800 251 33554432000 4194304 4922060 140736455141936 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32096/statm: 2175 251 211 178 0 68 0

[startup+0.147532 s]
/proc/loadavg: 8.14 8.08 8.07 6/182 32096
/proc/meminfo: memFree=23356884/32950928 swapFree=67071984/67111528
[pid=32096] ppid=32094 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32096/stat : 32096 (prissAuto.sh) S 32094 32096 30862 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594660063 8908800 251 33554432000 4194304 4922060 140736455141936 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32096/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.200526 s]
/proc/loadavg: 8.14 8.08 8.07 6/182 32096
/proc/meminfo: memFree=23356884/32950928 swapFree=67071984/67111528
[pid=32096] ppid=32094 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32096/stat : 32096 (prissAuto.sh) S 32094 32096 30862 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594660063 8908800 251 33554432000 4194304 4922060 140736455141936 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32096/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300507 s]
/proc/loadavg: 8.14 8.08 8.07 6/182 32096
/proc/meminfo: memFree=23356884/32950928 swapFree=67071984/67111528
[pid=32096] ppid=32094 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32096/stat : 32096 (prissAuto.sh) S 32094 32096 30862 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594660063 8908800 251 33554432000 4194304 4922060 140736455141936 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32096/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700432 s]
/proc/loadavg: 8.14 8.08 8.07 6/182 32096
/proc/meminfo: memFree=23356884/32950928 swapFree=67071984/67111528
[pid=32096] ppid=32094 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32096/stat : 32096 (prissAuto.sh) S 32094 32096 30862 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594660063 8908800 251 33554432000 4194304 4922060 140736455141936 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32096/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50029 s]
/proc/loadavg: 8.14 8.08 8.07 9/188 32102
/proc/meminfo: memFree=23330480/32950928 swapFree=67071984/67111528
[pid=32096] ppid=32094 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32096/stat : 32096 (prissAuto.sh) S 32094 32096 30862 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594660063 8908800 251 33554432000 4194304 4922060 140736455141936 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32096/statm: 2175 251 211 178 0 68 0
[pid=32097] ppid=32096 vsize=287264 CPUtime=5.89 cores=1,3,5,7
/proc/32097/stat : 32097 (priss) S 32096 32096 30862 0 -1 4202496 16204 0 0 0 586 3 0 0 25 0 5 0 594660063 294158336 10287 33554432000 4194304 5787044 140737175238336 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/32097/statm: 71816 10287 355 389 0 67566 0
[pid=32097/tid=32099] ppid=32096 vsize=287264 CPUtime=1.46 cores=1,3,5,7
/proc/32097/task/32099/stat : 32099 (priss) R 32096 32096 30862 0 -1 4202560 2829 0 0 0 146 0 0 0 25 0 5 0 594660065 294158336 10287 33554432000 4194304 5787044 140737175238336 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32097/tid=32100] ppid=32096 vsize=287264 CPUtime=1.46 cores=1,3,5,7
/proc/32097/task/32100/stat : 32100 (priss) R 32096 32096 30862 0 -1 4202560 3062 0 0 0 145 1 0 0 25 0 5 0 594660066 294158336 10287 33554432000 4194304 5787044 140737175238336 18446744073709551615 260905087961 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=32097/tid=32101] ppid=32096 vsize=287264 CPUtime=1.46 cores=1,3,5,7
/proc/32097/task/32101/stat : 32101 (priss) R 32096 32096 30862 0 -1 4202560 2828 0 0 0 146 0 0 0 25 0 5 0 594660066 294158336 10287 33554432000 4194304 5787044 140737175238336 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32097/tid=32102] ppid=32096 vsize=287264 CPUtime=1.45 cores=1,3,5,7
/proc/32097/task/32102/stat : 32102 (priss) R 32096 32096 30862 0 -1 4202560 3606 0 0 0 145 0 0 0 20 0 5 0 594660067 294158336 10287 33554432000 4194304 5787044 140737175238336 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 295964

[startup+3.10099 s]
/proc/loadavg: 8.13 8.08 8.07 9/188 32102
/proc/meminfo: memFree=23308432/32950928 swapFree=67071984/67111528
[pid=32096] ppid=32094 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32096/stat : 32096 (prissAuto.sh) S 32094 32096 30862 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594660063 8908800 251 33554432000 4194304 4922060 140736455141936 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32096/statm: 2175 251 211 178 0 68 0
[pid=32097] ppid=32096 vsize=287264 CPUtime=12.29 cores=1,3,5,7
/proc/32097/stat : 32097 (priss) S 32096 32096 30862 0 -1 4202496 23181 0 0 0 1224 5 0 0 25 0 5 0 594660063 294158336 12606 33554432000 4194304 5787044 140737175238336 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/32097/statm: 71816 12606 404 389 0 67566 0
[pid=32097/tid=32099] ppid=32096 vsize=287264 CPUtime=3.07 cores=1,3,5,7
/proc/32097/task/32099/stat : 32099 (priss) R 32096 32096 30862 0 -1 4202560 4824 0 0 0 306 1 0 0 25 0 5 0 594660065 294158336 12606 33554432000 4194304 5787044 140737175238336 18446744073709551615 4238583 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32097/tid=32100] ppid=32096 vsize=287264 CPUtime=3.05 cores=1,3,5,7
/proc/32097/task/32100/stat : 32100 (priss) R 32096 32096 30862 0 -1 4202560 5579 0 0 0 303 2 0 0 25 0 5 0 594660066 294158336 12606 33554432000 4194304 5787044 140737175238336 18446744073709551615 5586841 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=32097/tid=32101] ppid=32096 vsize=287264 CPUtime=3.05 cores=1,3,5,7
/proc/32097/task/32101/stat : 32101 (priss) R 32096 32096 30862 0 -1 4202560 5293 0 0 0 305 0 0 0 19 0 5 0 594660066 294158336 12606 33554432000 4194304 5787044 140737175238336 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32097/tid=32102] ppid=32096 vsize=287264 CPUtime=3.05 cores=1,3,5,7
/proc/32097/task/32102/stat : 32102 (priss) R 32096 32096 30862 0 -1 4202560 3606 0 0 0 305 0 0 0 25 0 5 0 594660067 294158336 12606 33554432000 4194304 5787044 140737175238336 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 295964

[startup+6.3004 s]
/proc/loadavg: 8.13 8.08 8.07 9/188 32102
/proc/meminfo: memFree=23303388/32950928 swapFree=67071984/67111528
[pid=32096] ppid=32094 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32096/stat : 32096 (prissAuto.sh) S 32094 32096 30862 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594660063 8908800 251 33554432000 4194304 4922060 140736455141936 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32096/statm: 2175 251 211 178 0 68 0
[pid=32097] ppid=32096 vsize=287264 CPUtime=25.07 cores=1,3,5,7
/proc/32097/stat : 32097 (priss) S 32096 32096 30862 0 -1 4202496 24061 0 0 0 2501 6 0 0 25 0 5 0 594660063 294158336 13486 33554432000 4194304 5787044 140737175238336 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/32097/statm: 71816 13486 404 389 0 67566 0
[pid=32097/tid=32099] ppid=32096 vsize=287264 CPUtime=6.27 cores=1,3,5,7
/proc/32097/task/32099/stat : 32099 (priss) R 32096 32096 30862 0 -1 4202560 5109 0 0 0 626 1 0 0 25 0 5 0 594660065 294158336 13486 33554432000 4194304 5787044 140737175238336 18446744073709551615 4213865 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32097/tid=32100] ppid=32096 vsize=287264 CPUtime=6.23 cores=1,3,5,7
/proc/32097/task/32100/stat : 32100 (priss) R 32096 32096 30862 0 -1 4202560 5854 0 0 0 621 2 0 0 25 0 5 0 594660066 294158336 13486 33554432000 4194304 5787044 140737175238336 18446744073709551615 4238745 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=32097/tid=32101] ppid=32096 vsize=287264 CPUtime=6.26 cores=1,3,5,7
/proc/32097/task/32101/stat : 32101 (priss) R 32096 32096 30862 0 -1 4202560 5613 0 0 0 625 1 0 0 25 0 5 0 594660066 294158336 13486 33554432000 4194304 5787044 140737175238336 18446744073709551615 5585320 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32097/tid=32102] ppid=32096 vsize=287264 CPUtime=6.25 cores=1,3,5,7
/proc/32097/task/32102/stat : 32102 (priss) R 32096 32096 30862 0 -1 4202560 3606 0 0 0 625 0 0 0 25 0 5 0 594660067 294158336 13486 33554432000 4194304 5787044 140737175238336 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 295964

[startup+12.7012 s]
/proc/loadavg: 8.11 8.08 8.07 9/188 32102
/proc/meminfo: memFree=23291636/32950928 swapFree=67071984/67111528
[pid=32096] ppid=32094 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32096/stat : 32096 (prissAuto.sh) S 32094 32096 30862 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594660063 8908800 251 33554432000 4194304 4922060 140736455141936 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32096/statm: 2175 251 211 178 0 68 0
[pid=32097] ppid=32096 vsize=291364 CPUtime=50.63 cores=1,3,5,7
/proc/32097/stat : 32097 (priss) S 32096 32096 30862 0 -1 4202496 26717 0 0 0 5056 7 0 0 25 0 5 0 594660063 298356736 16142 33554432000 4194304 5787044 140737175238336 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/32097/statm: 72841 16142 404 389 0 68591 0
[pid=32097/tid=32099] ppid=32096 vsize=291364 CPUtime=12.66 cores=1,3,5,7
/proc/32097/task/32099/stat : 32099 (priss) R 32096 32096 30862 0 -1 4202560 6665 0 0 0 1265 1 0 0 25 0 5 0 594660065 298356736 16142 33554432000 4194304 5787044 140737175238336 18446744073709551615 5601796 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32097/tid=32100] ppid=32096 vsize=291364 CPUtime=12.59 cores=1,3,5,7
/proc/32097/task/32100/stat : 32100 (priss) R 32096 32096 30862 0 -1 4202560 6402 0 0 0 1257 2 0 0 25 0 5 0 594660066 298356736 16142 33554432000 4194304 5787044 140737175238336 18446744073709551615 5601783 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=32097/tid=32101] ppid=32096 vsize=291364 CPUtime=12.66 cores=1,3,5,7
/proc/32097/task/32101/stat : 32101 (priss) R 32096 32096 30862 0 -1 4202560 6165 0 0 0 1265 1 0 0 25 0 5 0 594660066 298356736 16142 33554432000 4194304 5787044 140737175238336 18446744073709551615 5591712 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32097/tid=32102] ppid=32096 vsize=291364 CPUtime=12.65 cores=1,3,5,7
/proc/32097/task/32102/stat : 32102 (priss) R 32096 32096 30862 0 -1 4202560 3606 0 0 0 1265 0 0 0 25 0 5 0 594660067 298356736 16142 33554432000 4194304 5787044 140737175238336 18446744073709551615 260905086672 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 300064

[startup+25.5009 s]
/proc/loadavg: 8.09 8.08 8.07 9/188 32103
/proc/meminfo: memFree=23271180/32950928 swapFree=67071984/67111528
[pid=32096] ppid=32094 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32096/stat : 32096 (prissAuto.sh) S 32094 32096 30862 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594660063 8908800 251 33554432000 4194304 4922060 140736455141936 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32096/statm: 2175 251 211 178 0 68 0
[pid=32097] ppid=32096 vsize=302376 CPUtime=101.76 cores=1,3,5,7
/proc/32097/stat : 32097 (priss) S 32096 32096 30862 0 -1 4202496 32783 0 0 0 10164 12 0 0 25 0 5 0 594660063 309633024 21503 33554432000 4194304 5787044 140737175238336 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/32097/statm: 75594 21503 417 389 0 71344 0
[pid=32097/tid=32099] ppid=32096 vsize=302376 CPUtime=25.47 cores=1,3,5,7
/proc/32097/task/32099/stat : 32099 (priss) R 32096 32096 30862 0 -1 4202560 7505 0 0 0 2544 3 0 0 25 0 5 0 594660065 309633024 21503 33554432000 4194304 5787044 140737175238336 18446744073709551615 5592784 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32097/tid=32100] ppid=32096 vsize=302376 CPUtime=25.32 cores=1,3,5,7
/proc/32097/task/32100/stat : 32100 (priss) R 32096 32096 30862 0 -1 4202560 8215 0 0 0 2529 3 0 0 25 0 5 0 594660066 309633024 21503 33554432000 4194304 5787044 140737175238336 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=32097/tid=32101] ppid=32096 vsize=302376 CPUtime=25.46 cores=1,3,5,7
/proc/32097/task/32101/stat : 32101 (priss) R 32096 32096 30862 0 -1 4202560 7117 0 0 0 2543 3 0 0 25 0 5 0 594660066 309633024 21503 33554432000 4194304 5787044 140737175238336 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32097/tid=32102] ppid=32096 vsize=302376 CPUtime=25.45 cores=1,3,5,7
/proc/32097/task/32102/stat : 32102 (priss) R 32096 32096 30862 0 -1 4202560 6067 0 0 0 2544 1 0 0 25 0 5 0 594660067 309633024 21503 33554432000 4194304 5787044 140737175238336 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.76
Current children cumulated vsize (KiB) 311076

[startup+51.1012 s]
/proc/loadavg: 8.18 8.10 8.08 9/188 32103
/proc/meminfo: memFree=23242620/32950928 swapFree=67071984/67111528
[pid=32096] ppid=32094 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32096/stat : 32096 (prissAuto.sh) S 32094 32096 30862 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594660063 8908800 251 33554432000 4194304 4922060 140736455141936 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32096/statm: 2175 251 211 178 0 68 0
[pid=32097] ppid=32096 vsize=313864 CPUtime=204.01 cores=1,3,5,7
/proc/32097/stat : 32097 (priss) S 32096 32096 30862 0 -1 4202496 39732 0 0 0 20379 22 0 0 25 0 5 0 594660063 321396736 28447 33554432000 4194304 5787044 140737175238336 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/32097/statm: 78466 28447 418 389 0 74216 0
[pid=32097/tid=32099] ppid=32096 vsize=313864 CPUtime=51.06 cores=1,3,5,7
/proc/32097/task/32099/stat : 32099 (priss) R 32096 32096 30862 0 -1 4202560 9948 0 0 0 5101 5 0 0 25 0 5 0 594660065 321396736 28447 33554432000 4194304 5787044 140737175238336 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32097/tid=32100] ppid=32096 vsize=313864 CPUtime=50.78 cores=1,3,5,7
/proc/32097/task/32100/stat : 32100 (priss) R 32096 32096 30862 0 -1 4202560 9534 0 0 0 5072 6 0 0 25 0 5 0 594660066 321396736 28447 33554432000 4194304 5787044 140737175238336 18446744073709551615 5592856 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=32097/tid=32101] ppid=32096 vsize=313864 CPUtime=51.06 cores=1,3,5,7
/proc/32097/task/32101/stat : 32101 (priss) R 32096 32096 30862 0 -1 4202560 8544 0 0 0 5100 6 0 0 25 0 5 0 594660066 321396736 28447 33554432000 4194304 5787044 140737175238336 18446744073709551615 5585320 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32097/tid=32102] ppid=32096 vsize=313864 CPUtime=51.05 cores=1,3,5,7
/proc/32097/task/32102/stat : 32102 (priss) R 32096 32096 30862 0 -1 4202560 7827 0 0 0 5102 3 0 0 25 0 5 0 594660067 321396736 28447 33554432000 4194304 5787044 140737175238336 18446744073709551615 5528421 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 204.01
Current children cumulated vsize (KiB) 322564

[startup+102.301 s]
/proc/loadavg: 8.14 8.10 8.08 9/188 32105
/proc/meminfo: memFree=23190508/32950928 swapFree=67071984/67111528
[pid=32096] ppid=32094 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32096/stat : 32096 (prissAuto.sh) S 32094 32096 30862 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594660063 8908800 251 33554432000 4194304 4922060 140736455141936 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32096/statm: 2175 251 211 178 0 68 0
[pid=32097] ppid=32096 vsize=333816 CPUtime=408.54 cores=1,3,5,7
/proc/32097/stat : 32097 (priss) S 32096 32096 30862 0 -1 4202496 52084 0 0 0 40812 42 0 0 25 0 5 0 594660063 341827584 40639 33554432000 4194304 5787044 140737175238336 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/32097/statm: 83454 40639 418 389 0 79204 0
[pid=32097/tid=32099] ppid=32096 vsize=333816 CPUtime=102.26 cores=1,3,5,7
/proc/32097/task/32099/stat : 32099 (priss) R 32096 32096 30862 0 -1 4202560 12135 0 0 0 10216 10 0 0 25 0 5 0 594660065 341827584 40639 33554432000 4194304 5787044 140737175238336 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32097/tid=32100] ppid=32096 vsize=333816 CPUtime=101.7 cores=1,3,5,7
/proc/32097/task/32100/stat : 32100 (priss) R 32096 32096 30862 0 -1 4202560 13060 0 0 0 10158 12 0 0 25 0 5 0 594660066 341827584 40639 33554432000 4194304 5787044 140737175238336 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=32097/tid=32101] ppid=32096 vsize=333816 CPUtime=102.25 cores=1,3,5,7
/proc/32097/task/32101/stat : 32101 (priss) R 32096 32096 30862 0 -1 4202560 11306 0 0 0 10214 11 0 0 25 0 5 0 594660066 341827584 40639 33554432000 4194304 5787044 140737175238336 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32097/tid=32102] ppid=32096 vsize=333816 CPUtime=102.25 cores=1,3,5,7

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

/proc/32097/task/32100/stat : 32100 (priss) R 32096 32096 30862 0 -1 4202560 35531 0 0 0 87697 46 0 0 25 0 5 0 594660066 694194176 127921 33554432000 4194304 5787044 140737175238336 18446744073709551615 4238736 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=32097/tid=32101] ppid=32096 vsize=677924 CPUtime=882.21 cores=1,3,5,7
/proc/32097/task/32101/stat : 32101 (priss) R 32096 32096 30862 0 -1 4202560 32652 0 0 0 88172 49 0 0 25 0 5 0 594660066 694194176 127921 33554432000 4194304 5787044 140737175238336 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32097/tid=32102] ppid=32096 vsize=677924 CPUtime=882.25 cores=1,3,5,7
/proc/32097/task/32102/stat : 32102 (priss) R 32096 32096 30862 0 -1 4202560 33614 0 0 0 88203 22 0 0 25 0 5 0 594660067 694194176 127921 33554432000 4194304 5787044 140737175238336 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3523.89
Current children cumulated vsize (KiB) 686624

[startup+942.301 s]
/proc/loadavg: 8.08 8.12 8.09 9/188 32163
/proc/meminfo: memFree=22678172/32950928 swapFree=67071984/67111528
[pid=32096] ppid=32094 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32096/stat : 32096 (prissAuto.sh) S 32094 32096 30862 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594660063 8908800 251 33554432000 4194304 4922060 140736455141936 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32096/statm: 2175 251 211 178 0 68 0
[pid=32097] ppid=32096 vsize=677924 CPUtime=3763.56 cores=1,3,5,7
/proc/32097/stat : 32097 (priss) S 32096 32096 30862 0 -1 4202496 143888 0 0 0 376189 167 0 0 25 0 5 0 594660063 694194176 130664 33554432000 4194304 5787044 140737175238336 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/32097/statm: 169481 130664 418 389 0 165231 0
[pid=32097/tid=32099] ppid=32096 vsize=677924 CPUtime=941.93 cores=1,3,5,7
/proc/32097/task/32099/stat : 32099 (priss) R 32096 32096 30862 0 -1 4202560 35470 0 0 0 94151 42 0 0 25 0 5 0 594660065 694194176 130664 33554432000 4194304 5787044 140737175238336 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32097/tid=32100] ppid=32096 vsize=677924 CPUtime=937.1 cores=1,3,5,7
/proc/32097/task/32100/stat : 32100 (priss) R 32096 32096 30862 0 -1 4202560 35531 0 0 0 93664 46 0 0 25 0 5 0 594660066 694194176 130664 33554432000 4194304 5787044 140737175238336 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=32097/tid=32101] ppid=32096 vsize=677924 CPUtime=942.21 cores=1,3,5,7
/proc/32097/task/32101/stat : 32101 (priss) R 32096 32096 30862 0 -1 4202560 35394 0 0 0 94167 54 0 0 25 0 5 0 594660066 694194176 130664 33554432000 4194304 5787044 140737175238336 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32097/tid=32102] ppid=32096 vsize=677924 CPUtime=942.24 cores=1,3,5,7
/proc/32097/task/32102/stat : 32102 (priss) R 32096 32096 30862 0 -1 4202560 33614 0 0 0 94202 22 0 0 25 0 5 0 594660067 694194176 130664 33554432000 4194304 5787044 140737175238336 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3763.56
Current children cumulated vsize (KiB) 686624

[startup+1002.3 s]
/proc/loadavg: 8.03 8.09 8.08 9/188 32165
/proc/meminfo: memFree=22629036/32950928 swapFree=67071984/67111528
[pid=32096] ppid=32094 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32096/stat : 32096 (prissAuto.sh) S 32094 32096 30862 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594660063 8908800 251 33554432000 4194304 4922060 140736455141936 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32096/statm: 2175 251 211 178 0 68 0
[pid=32097] ppid=32096 vsize=677924 CPUtime=4003.21 cores=1,3,5,7
/proc/32097/stat : 32097 (priss) S 32096 32096 30862 0 -1 4202496 145305 0 0 0 400152 169 0 0 25 0 5 0 594660063 694194176 131856 33554432000 4194304 5787044 140737175238336 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/32097/statm: 169481 131856 418 389 0 165231 0
[pid=32097/tid=32099] ppid=32096 vsize=677924 CPUtime=1001.92 cores=1,3,5,7
/proc/32097/task/32099/stat : 32099 (priss) R 32096 32096 30862 0 -1 4202560 35472 0 0 0 100150 42 0 0 25 0 5 0 594660065 694194176 131856 33554432000 4194304 5787044 140737175238336 18446744073709551615 5591342 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32097/tid=32100] ppid=32096 vsize=677924 CPUtime=996.78 cores=1,3,5,7
/proc/32097/task/32100/stat : 32100 (priss) R 32096 32096 30862 0 -1 4202560 35533 0 0 0 99632 46 0 0 25 0 5 0 594660066 694194176 131856 33554432000 4194304 5787044 140737175238336 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32097/tid=32101] ppid=32096 vsize=677924 CPUtime=1002.19 cores=1,3,5,7
/proc/32097/task/32101/stat : 32101 (priss) R 32096 32096 30862 0 -1 4202560 36804 0 0 0 100163 56 0 0 25 0 5 0 594660066 694194176 131856 33554432000 4194304 5787044 140737175238336 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=32097/tid=32102] ppid=32096 vsize=677924 CPUtime=1002.24 cores=1,3,5,7
/proc/32097/task/32102/stat : 32102 (priss) R 32096 32096 30862 0 -1 4202560 33617 0 0 0 100202 22 0 0 25 0 5 0 594660067 694194176 131856 33554432000 4194304 5787044 140737175238336 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4003.21
Current children cumulated vsize (KiB) 686624

[startup+1062.3 s]
/proc/loadavg: 8.08 8.09 8.08 9/188 32166
/proc/meminfo: memFree=22595512/32950928 swapFree=67071984/67111528
[pid=32096] ppid=32094 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32096/stat : 32096 (prissAuto.sh) S 32094 32096 30862 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594660063 8908800 251 33554432000 4194304 4922060 140736455141936 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32096/statm: 2175 251 211 178 0 68 0
[pid=32097] ppid=32096 vsize=677924 CPUtime=4242.89 cores=1,3,5,7
/proc/32097/stat : 32097 (priss) S 32096 32096 30862 0 -1 4202496 145329 0 0 0 424120 169 0 0 25 0 5 0 594660063 694194176 131880 33554432000 4194304 5787044 140737175238336 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/32097/statm: 169481 131880 418 389 0 165231 0
[pid=32097/tid=32099] ppid=32096 vsize=677924 CPUtime=1061.92 cores=1,3,5,7
/proc/32097/task/32099/stat : 32099 (priss) R 32096 32096 30862 0 -1 4202560 35486 0 0 0 106150 42 0 0 25 0 5 0 594660065 694194176 131880 33554432000 4194304 5787044 140737175238336 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32097/tid=32100] ppid=32096 vsize=677924 CPUtime=1056.78 cores=1,3,5,7
/proc/32097/task/32100/stat : 32100 (priss) R 32096 32096 30862 0 -1 4202560 35540 0 0 0 105632 46 0 0 25 0 5 0 594660066 694194176 131880 33554432000 4194304 5787044 140737175238336 18446744073709551615 4254537 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32097/tid=32101] ppid=32096 vsize=677924 CPUtime=1061.87 cores=1,3,5,7
/proc/32097/task/32101/stat : 32101 (priss) R 32096 32096 30862 0 -1 4202560 36805 0 0 0 106131 56 0 0 25 0 5 0 594660066 694194176 131880 33554432000 4194304 5787044 140737175238336 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=32097/tid=32102] ppid=32096 vsize=677924 CPUtime=1062.24 cores=1,3,5,7
/proc/32097/task/32102/stat : 32102 (priss) R 32096 32096 30862 0 -1 4202560 33619 0 0 0 106202 22 0 0 25 0 5 0 594660067 694194176 131880 33554432000 4194304 5787044 140737175238336 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4242.89
Current children cumulated vsize (KiB) 686624

[startup+1122.3 s]
/proc/loadavg: 8.09 8.09 8.08 9/188 32168
/proc/meminfo: memFree=22570664/32950928 swapFree=67071984/67111528
[pid=32096] ppid=32094 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32096/stat : 32096 (prissAuto.sh) S 32094 32096 30862 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594660063 8908800 251 33554432000 4194304 4922060 140736455141936 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32096/statm: 2175 251 211 178 0 68 0
[pid=32097] ppid=32096 vsize=677924 CPUtime=4482.57 cores=1,3,5,7
/proc/32097/stat : 32097 (priss) S 32096 32096 30862 0 -1 4202496 145398 0 0 0 448087 170 0 0 25 0 5 0 594660063 694194176 131949 33554432000 4194304 5787044 140737175238336 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/32097/statm: 169481 131949 418 389 0 165231 0
[pid=32097/tid=32099] ppid=32096 vsize=677924 CPUtime=1121.92 cores=1,3,5,7
/proc/32097/task/32099/stat : 32099 (priss) R 32096 32096 30862 0 -1 4202560 35531 0 0 0 112150 42 0 0 25 0 5 0 594660065 694194176 131949 33554432000 4194304 5787044 140737175238336 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32097/tid=32100] ppid=32096 vsize=677924 CPUtime=1116.79 cores=1,3,5,7
/proc/32097/task/32100/stat : 32100 (priss) R 32096 32096 30862 0 -1 4202560 35553 0 0 0 111632 47 0 0 25 0 5 0 594660066 694194176 131949 33554432000 4194304 5787044 140737175238336 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32097/tid=32101] ppid=32096 vsize=677924 CPUtime=1121.54 cores=1,3,5,7
/proc/32097/task/32101/stat : 32101 (priss) R 32096 32096 30862 0 -1 4202560 36805 0 0 0 112098 56 0 0 25 0 5 0 594660066 694194176 131949 33554432000 4194304 5787044 140737175238336 18446744073709551615 5591764 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=32097/tid=32102] ppid=32096 vsize=677924 CPUtime=1122.24 cores=1,3,5,7
/proc/32097/task/32102/stat : 32102 (priss) R 32096 32096 30862 0 -1 4202560 33630 0 0 0 112202 22 0 0 25 0 5 0 594660067 694194176 131949 33554432000 4194304 5787044 140737175238336 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4482.57
Current children cumulated vsize (KiB) 686624

[startup+1182.3 s]
/proc/loadavg: 8.08 8.08 8.08 9/188 32170
/proc/meminfo: memFree=22566152/32950928 swapFree=67071984/67111528
[pid=32096] ppid=32094 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32096/stat : 32096 (prissAuto.sh) S 32094 32096 30862 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594660063 8908800 251 33554432000 4194304 4922060 140736455141936 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32096/statm: 2175 251 211 178 0 68 0
[pid=32097] ppid=32096 vsize=677924 CPUtime=4722.25 cores=1,3,5,7
/proc/32097/stat : 32097 (priss) S 32096 32096 30862 0 -1 4202496 146131 0 0 0 472054 171 0 0 25 0 5 0 594660063 694194176 132682 33554432000 4194304 5787044 140737175238336 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/32097/statm: 169481 132682 418 389 0 165231 0
[pid=32097/tid=32099] ppid=32096 vsize=677924 CPUtime=1181.92 cores=1,3,5,7
/proc/32097/task/32099/stat : 32099 (priss) R 32096 32096 30862 0 -1 4202560 36141 0 0 0 118149 43 0 0 25 0 5 0 594660065 694194176 132682 33554432000 4194304 5787044 140737175238336 18446744073709551615 5591331 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32097/tid=32100] ppid=32096 vsize=677924 CPUtime=1176.79 cores=1,3,5,7
/proc/32097/task/32100/stat : 32100 (priss) R 32096 32096 30862 0 -1 4202560 35649 0 0 0 117632 47 0 0 25 0 5 0 594660066 694194176 132682 33554432000 4194304 5787044 140737175238336 18446744073709551615 5585240 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32097/tid=32101] ppid=32096 vsize=677924 CPUtime=1181.22 cores=1,3,5,7
/proc/32097/task/32101/stat : 32101 (priss) R 32096 32096 30862 0 -1 4202560 36806 0 0 0 118066 56 0 0 25 0 5 0 594660066 694194176 132682 33554432000 4194304 5787044 140737175238336 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=32097/tid=32102] ppid=32096 vsize=677924 CPUtime=1182.25 cores=1,3,5,7
/proc/32097/task/32102/stat : 32102 (priss) R 32096 32096 30862 0 -1 4202560 33656 0 0 0 118202 23 0 0 25 0 5 0 594660067 694194176 132682 33554432000 4194304 5787044 140737175238336 18446744073709551615 5524592 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4722.25
Current children cumulated vsize (KiB) 686624



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.13 8.09 8.09 9/188 32170
/proc/meminfo: memFree=22558960/32950928 swapFree=67071984/67111528
[pid=32096] ppid=32094 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32096/stat : 32096 (prissAuto.sh) S 32094 32096 30862 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594660063 8908800 251 33554432000 4194304 4922060 140736455141936 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32096/statm: 2175 251 211 178 0 68 0
[pid=32097] ppid=32096 vsize=682216 CPUtime=4800.16 cores=1,3,5,7
/proc/32097/stat : 32097 (priss) S 32096 32096 30862 0 -1 4202496 147899 0 0 0 479843 173 0 0 25 0 5 0 594660063 698589184 134450 33554432000 4194304 5787044 140737175238336 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/32097/statm: 170554 134450 418 389 0 166304 0
[pid=32097/tid=32099] ppid=32096 vsize=682216 CPUtime=1201.43 cores=1,3,5,7
/proc/32097/task/32099/stat : 32099 (priss) R 32096 32096 30862 0 -1 4202560 37791 0 0 0 120099 44 0 0 25 0 5 0 594660065 698589184 134450 33554432000 4194304 5787044 140737175238336 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32097/tid=32100] ppid=32096 vsize=682216 CPUtime=1196.3 cores=1,3,5,7
/proc/32097/task/32100/stat : 32100 (priss) R 32096 32096 30862 0 -1 4202560 35709 0 0 0 119583 47 0 0 25 0 5 0 594660066 698589184 134450 33554432000 4194304 5787044 140737175238336 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32097/tid=32101] ppid=32096 vsize=682216 CPUtime=1200.61 cores=1,3,5,7
/proc/32097/task/32101/stat : 32101 (priss) R 32096 32096 30862 0 -1 4202560 36806 0 0 0 120005 56 0 0 25 0 5 0 594660066 698589184 134450 33554432000 4194304 5787044 140737175238336 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=32097/tid=32102] ppid=32096 vsize=682216 CPUtime=1201.75 cores=1,3,5,7
/proc/32097/task/32102/stat : 32102 (priss) R 32096 32096 30862 0 -1 4202560 33714 0 0 0 120152 23 0 0 25 0 5 0 594660067 698589184 134450 33554432000 4194304 5787044 140737175238336 18446744073709551615 4238583 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.16
Current children cumulated vsize (KiB) 690916

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

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

[startup+1201.8 s]
/proc/loadavg: 8.13 8.09 8.09 9/188 32170
/proc/meminfo: memFree=22558960/32950928 swapFree=67071984/67111528
[pid=32096] ppid=32094 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32096/stat : 32096 (prissAuto.sh) S 32094 32096 30862 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594660063 8908800 251 33554432000 4194304 4922060 140736455141936 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32096/statm: 2175 251 211 178 0 68 0
[pid=32097] ppid=32096 vsize=682216 CPUtime=4800.16 cores=1,3,5,7
/proc/32097/stat : 32097 (priss) S 32096 32096 30862 0 -1 4202496 147899 0 0 0 479843 173 0 0 25 0 5 0 594660063 698589184 134450 33554432000 4194304 5787044 140737175238336 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/32097/statm: 170554 134450 418 389 0 166304 0
[pid=32097/tid=32099] ppid=32096 vsize=682216 CPUtime=1201.43 cores=1,3,5,7
/proc/32097/task/32099/stat : 32099 (priss) R 32096 32096 30862 0 -1 4202560 37791 0 0 0 120099 44 0 0 25 0 5 0 594660065 698589184 134450 33554432000 4194304 5787044 140737175238336 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32097/tid=32100] ppid=32096 vsize=682216 CPUtime=1196.3 cores=1,3,5,7
/proc/32097/task/32100/stat : 32100 (priss) R 32096 32096 30862 0 -1 4202560 35709 0 0 0 119583 47 0 0 25 0 5 0 594660066 698589184 134450 33554432000 4194304 5787044 140737175238336 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32097/tid=32101] ppid=32096 vsize=682216 CPUtime=1200.61 cores=1,3,5,7
/proc/32097/task/32101/stat : 32101 (priss) R 32096 32096 30862 0 -1 4202560 36806 0 0 0 120005 56 0 0 25 0 5 0 594660066 698589184 134450 33554432000 4194304 5787044 140737175238336 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=32097/tid=32102] ppid=32096 vsize=682216 CPUtime=1201.75 cores=1,3,5,7
/proc/32097/task/32102/stat : 32102 (priss) R 32096 32096 30862 0 -1 4202560 33714 0 0 0 120152 23 0 0 25 0 5 0 594660067 698589184 134450 33554432000 4194304 5787044 140737175238336 18446744073709551615 4238583 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.16
Current children cumulated vsize (KiB) 690916

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.82
CPU time (s): 4800.16
CPU user time (s): 4798.43
CPU system time (s): 1.73
CPU usage (%): 399.408
Max. virtual memory (cumulated for all children) (KiB): 690916

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= 330
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 3

runsolver used 1.61875 second user time and 4.94425 second system time

The end

Launcher Data

Begin job on node116 at 2011-04-29 04:31:34
IDJOB=3258071
IDBENCH=71301
IDSOLVER=1602
FILE ID=node116/3258071-1304044294
RUNJOBID= node116-1304036428-30881
PBS_JOBID= 13170355
Free space on /tmp= 72508 MiB

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

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

MD5SUM BENCH= 226123ce9245dfa4b876682016123861
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:      23357032 kB
Buffers:       1894064 kB
Cached:        6902188 kB
SwapCached:       9732 kB
Active:        4661480 kB
Inactive:      4509820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23357032 kB
SwapTotal:    67111528 kB
SwapFree:     67071984 kB
Dirty:            2392 kB
Writeback:           0 kB
AnonPages:      368428 kB
Mapped:          14624 kB
Slab:           358572 kB
PageTables:       5132 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   599976 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= 72512 MiB
End job on node116 at 2011-04-29 04:51:38