Trace number 3282626

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

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-11.cnf
MD5SUM49867705b76fc90285dd6fc48de2613c
Bench CategoryAPPLICATION (applications 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 variables69561
Number of clauses226787
Sum of the clauses size587727
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292376
Number of clauses of size 3134282
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c *****************************************************
0.00/0.00	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.00	c *   This program may be redistributed or modified   *
0.00/0.00	c * under the terms of the GNU General Public License *
0.00/0.00	c *****************************************************
0.00/0.00	c process id: 20130
0.00/0.00	c setup for 4cores
0.00/0.06	c parsetime: 60116us
0.00/0.06	c parsed 226787 clauses with 69561 variables
0.00/0.07	c NW started thread 0 successfully (1097021760)
0.00/0.09	c NW started thread 1 successfully (1111185728)
0.00/0.11	c NW started thread 2 successfully (1121675584)
0.00/0.13	c NW started thread 3 successfully (1132165440)
8.45/2.26	c preprocessor returned 69561 variables
8.45/2.26	c preprocessing returned UNKNOWN
8.45/2.26	c PP set 321 variables
8.45/2.26	c pp time: 2170494us (2s)
8.45/2.29	c preprocessor returned 69561 variables
8.45/2.29	c preprocessing returned UNKNOWN
8.45/2.29	c PP set 321 variables
8.45/2.29	c pp time: 2161796us (2s)
8.45/2.29	c preprocessor returned 69561 variables
8.45/2.29	c preprocessing returned UNKNOWN
8.45/2.29	c PP set 321 variables
8.45/2.29	c pp time: 2178440us (2s)
8.82/2.30	c preprocessor returned 69561 variables
8.82/2.30	c preprocessing returned UNKNOWN
8.82/2.30	c PP set 321 variables
8.82/2.30	c pp time: 2147935us (2s)
10.03/2.66	c HTE
10.43/2.73	c subsumption
10.83/2.87	c simplified formula contains 0 unit clauses

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-3282626-1304041435/watcher-3282626-1304041435 -o /tmp/evaluation-result-3282626-1304041435/solver-3282626-1304041435 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3282626-1304041435.cnf 144821851 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.20 8.14 8.05 6/182 20129
/proc/meminfo: memFree=12890888/32951124 swapFree=67111528/67111528
[pid=20129] ppid=20127 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20129/stat : 20129 (prissAuto.sh) S 20127 20129 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515744420 8908800 251 33554432000 4194304 4922060 140734107140192 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20129/statm: 2175 251 211 178 0 68 0

[startup+0.0247361 s]
/proc/loadavg: 8.20 8.14 8.05 6/182 20129
/proc/meminfo: memFree=12890888/32951124 swapFree=67111528/67111528
[pid=20129] ppid=20127 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20129/stat : 20129 (prissAuto.sh) S 20127 20129 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515744420 8908800 251 33554432000 4194304 4922060 140734107140192 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20129/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100676 s]
/proc/loadavg: 8.20 8.14 8.05 6/182 20129
/proc/meminfo: memFree=12890888/32951124 swapFree=67111528/67111528
[pid=20129] ppid=20127 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20129/stat : 20129 (prissAuto.sh) S 20127 20129 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515744420 8908800 251 33554432000 4194304 4922060 140734107140192 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20129/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300648 s]
/proc/loadavg: 8.20 8.14 8.05 6/182 20129
/proc/meminfo: memFree=12890888/32951124 swapFree=67111528/67111528
[pid=20129] ppid=20127 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20129/stat : 20129 (prissAuto.sh) S 20127 20129 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515744420 8908800 251 33554432000 4194304 4922060 140734107140192 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20129/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700569 s]
/proc/loadavg: 8.20 8.14 8.05 6/182 20129
/proc/meminfo: memFree=12890888/32951124 swapFree=67111528/67111528
[pid=20129] ppid=20127 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20129/stat : 20129 (prissAuto.sh) S 20127 20129 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515744420 8908800 251 33554432000 4194304 4922060 140734107140192 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20129/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50042 s]
/proc/loadavg: 8.20 8.14 8.05 9/188 20135
/proc/meminfo: memFree=12712920/32951124 swapFree=67111528/67111528
[pid=20129] ppid=20127 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20129/stat : 20129 (prissAuto.sh) S 20127 20129 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515744420 8908800 251 33554432000 4194304 4922060 140734107140192 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20129/statm: 2175 251 211 178 0 68 0
[pid=20130] ppid=20129 vsize=381716 CPUtime=5.63 cores=1,3,5,7
/proc/20130/stat : 20130 (priss) S 20129 20129 19631 0 -1 4202496 67018 0 0 0 534 29 0 0 21 0 5 0 515744420 390877184 48650 33554432000 4194304 5787044 140735080576672 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20130/statm: 95429 48650 352 389 0 91179 0
[pid=20130/tid=20132] ppid=20129 vsize=381716 CPUtime=1.39 cores=1,3,5,7
/proc/20130/task/20132/stat : 20132 (priss) R 20129 20129 19631 0 -1 4202560 15617 0 0 0 131 8 0 0 18 0 5 0 515744428 390877184 48650 33554432000 4194304 5787044 140735080576672 18446744073709551615 4345937 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20130/tid=20133] ppid=20129 vsize=381716 CPUtime=1.37 cores=1,3,5,7
/proc/20130/task/20133/stat : 20133 (priss) R 20129 20129 19631 0 -1 4202560 15178 0 0 0 131 6 0 0 18 0 5 0 515744429 390877184 48650 33554432000 4194304 5787044 140735080576672 18446744073709551615 4345937 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20130/tid=20134] ppid=20129 vsize=381716 CPUtime=1.37 cores=1,3,5,7
/proc/20130/task/20134/stat : 20134 (priss) R 20129 20129 19631 0 -1 4202560 13372 0 0 0 130 7 0 0 18 0 5 0 515744431 390877184 48650 33554432000 4194304 5787044 140735080576672 18446744073709551615 4278456 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20130/tid=20135] ppid=20129 vsize=381716 CPUtime=1.34 cores=1,3,5,7
/proc/20130/task/20135/stat : 20135 (priss) R 20129 20129 19631 0 -1 4202560 11826 0 0 0 129 5 0 0 18 0 5 0 515744433 390877184 48650 33554432000 4194304 5787044 140735080576672 18446744073709551615 4278467 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.63
Current children cumulated vsize (KiB) 390416

[startup+3.10115 s]
/proc/loadavg: 8.20 8.14 8.05 9/188 20135
/proc/meminfo: memFree=12696676/32951124 swapFree=67111528/67111528
[pid=20129] ppid=20127 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20129/stat : 20129 (prissAuto.sh) S 20127 20129 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515744420 8908800 251 33554432000 4194304 4922060 140734107140192 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20129/statm: 2175 251 211 178 0 68 0
[pid=20130] ppid=20129 vsize=397328 CPUtime=12.03 cores=1,3,5,7
/proc/20130/stat : 20130 (priss) S 20129 20129 19631 0 -1 4202496 91417 0 0 0 1169 34 0 0 21 0 5 0 515744420 406863872 63124 33554432000 4194304 5787044 140735080576672 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20130/statm: 99332 63124 417 389 0 95082 0
[pid=20130/tid=20132] ppid=20129 vsize=397328 CPUtime=3 cores=1,3,5,7
/proc/20130/task/20132/stat : 20132 (priss) R 20129 20129 19631 0 -1 4202560 19105 0 0 0 291 9 0 0 21 0 5 0 515744428 406863872 63124 33554432000 4194304 5787044 140735080576672 18446744073709551615 4218330 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20130/tid=20133] ppid=20129 vsize=397328 CPUtime=2.96 cores=1,3,5,7
/proc/20130/task/20133/stat : 20133 (priss) R 20129 20129 19631 0 -1 4202560 21399 0 0 0 289 7 0 0 18 0 5 0 515744429 406863872 63124 33554432000 4194304 5787044 140735080576672 18446744073709551615 4254912 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20130/tid=20134] ppid=20129 vsize=397328 CPUtime=2.97 cores=1,3,5,7
/proc/20130/task/20134/stat : 20134 (priss) R 20129 20129 19631 0 -1 4202560 19708 0 0 0 289 8 0 0 21 0 5 0 515744431 406863872 63124 33554432000 4194304 5787044 140735080576672 18446744073709551615 4254537 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20130/tid=20135] ppid=20129 vsize=397328 CPUtime=2.94 cores=1,3,5,7
/proc/20130/task/20135/stat : 20135 (priss) R 20129 20129 19631 0 -1 4202560 20180 0 0 0 287 7 0 0 19 0 5 0 515744433 406863872 63124 33554432000 4194304 5787044 140735080576672 18446744073709551615 4254496 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.03
Current children cumulated vsize (KiB) 406028

[startup+6.30058 s]
/proc/loadavg: 8.18 8.14 8.05 9/188 20135
/proc/meminfo: memFree=12637156/32951124 swapFree=67111528/67111528
[pid=20129] ppid=20127 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20129/stat : 20129 (prissAuto.sh) S 20127 20129 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515744420 8908800 251 33554432000 4194304 4922060 140734107140192 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20129/statm: 2175 251 211 178 0 68 0
[pid=20130] ppid=20129 vsize=397328 CPUtime=24.81 cores=1,3,5,7
/proc/20130/stat : 20130 (priss) S 20129 20129 19631 0 -1 4202496 91816 0 0 0 2447 34 0 0 21 0 5 0 515744420 406863872 63523 33554432000 4194304 5787044 140735080576672 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20130/statm: 99332 63523 418 389 0 95082 0
[pid=20130/tid=20132] ppid=20129 vsize=397328 CPUtime=6.2 cores=1,3,5,7
/proc/20130/task/20132/stat : 20132 (priss) R 20129 20129 19631 0 -1 4202560 19257 0 0 0 611 9 0 0 25 0 5 0 515744428 406863872 63523 33554432000 4194304 5787044 140735080576672 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20130/tid=20133] ppid=20129 vsize=397328 CPUtime=6.14 cores=1,3,5,7
/proc/20130/task/20133/stat : 20133 (priss) R 20129 20129 19631 0 -1 4202560 21405 0 0 0 607 7 0 0 25 0 5 0 515744429 406863872 63523 33554432000 4194304 5787044 140735080576672 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20130/tid=20134] ppid=20129 vsize=397328 CPUtime=6.16 cores=1,3,5,7
/proc/20130/task/20134/stat : 20134 (priss) R 20129 20129 19631 0 -1 4202560 19852 0 0 0 608 8 0 0 25 0 5 0 515744431 406863872 63523 33554432000 4194304 5787044 140735080576672 18446744073709551615 5585273 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20130/tid=20135] ppid=20129 vsize=397328 CPUtime=6.14 cores=1,3,5,7
/proc/20130/task/20135/stat : 20135 (priss) R 20129 20129 19631 0 -1 4202560 20277 0 0 0 607 7 0 0 25 0 5 0 515744433 406863872 63523 33554432000 4194304 5787044 140735080576672 18446744073709551615 4254575 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.81
Current children cumulated vsize (KiB) 406028

[startup+12.7005 s]
/proc/loadavg: 8.17 8.14 8.05 9/188 20135
/proc/meminfo: memFree=12635988/32951124 swapFree=67111528/67111528
[pid=20129] ppid=20127 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20129/stat : 20129 (prissAuto.sh) S 20127 20129 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515744420 8908800 251 33554432000 4194304 4922060 140734107140192 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20129/statm: 2175 251 211 178 0 68 0
[pid=20130] ppid=20129 vsize=397328 CPUtime=50.37 cores=1,3,5,7
/proc/20130/stat : 20130 (priss) S 20129 20129 19631 0 -1 4202496 92106 0 0 0 5002 35 0 0 21 0 5 0 515744420 406863872 63813 33554432000 4194304 5787044 140735080576672 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20130/statm: 99332 63813 418 389 0 95082 0
[pid=20130/tid=20132] ppid=20129 vsize=397328 CPUtime=12.6 cores=1,3,5,7
/proc/20130/task/20132/stat : 20132 (priss) R 20129 20129 19631 0 -1 4202560 19363 0 0 0 1251 9 0 0 25 0 5 0 515744428 406863872 63813 33554432000 4194304 5787044 140735080576672 18446744073709551615 5588133 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20130/tid=20133] ppid=20129 vsize=397328 CPUtime=12.51 cores=1,3,5,7
/proc/20130/task/20133/stat : 20133 (priss) R 20129 20129 19631 0 -1 4202560 21406 0 0 0 1244 7 0 0 25 0 5 0 515744429 406863872 63813 33554432000 4194304 5787044 140735080576672 18446744073709551615 4254581 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20130/tid=20134] ppid=20129 vsize=397328 CPUtime=12.57 cores=1,3,5,7
/proc/20130/task/20134/stat : 20134 (priss) R 20129 20129 19631 0 -1 4202560 20035 0 0 0 1248 9 0 0 21 0 5 0 515744431 406863872 63813 33554432000 4194304 5787044 140735080576672 18446744073709551615 5586615 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20130/tid=20135] ppid=20129 vsize=397328 CPUtime=12.54 cores=1,3,5,7
/proc/20130/task/20135/stat : 20135 (priss) R 20129 20129 19631 0 -1 4202560 20277 0 0 0 1247 7 0 0 25 0 5 0 515744433 406863872 63813 33554432000 4194304 5787044 140735080576672 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.37
Current children cumulated vsize (KiB) 406028

[startup+25.5012 s]
/proc/loadavg: 8.13 8.13 8.05 9/188 20135
/proc/meminfo: memFree=12633748/32951124 swapFree=67111528/67111528
[pid=20129] ppid=20127 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20129/stat : 20129 (prissAuto.sh) S 20127 20129 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515744420 8908800 251 33554432000 4194304 4922060 140734107140192 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20129/statm: 2175 251 211 178 0 68 0
[pid=20130] ppid=20129 vsize=397328 CPUtime=101.5 cores=1,3,5,7
/proc/20130/stat : 20130 (priss) S 20129 20129 19631 0 -1 4202496 92570 0 0 0 10114 36 0 0 21 0 5 0 515744420 406863872 64277 33554432000 4194304 5787044 140735080576672 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20130/statm: 99332 64277 418 389 0 95082 0
[pid=20130/tid=20132] ppid=20129 vsize=397328 CPUtime=25.4 cores=1,3,5,7
/proc/20130/task/20132/stat : 20132 (priss) R 20129 20129 19631 0 -1 4202560 19463 0 0 0 2530 10 0 0 25 0 5 0 515744428 406863872 64277 33554432000 4194304 5787044 140735080576672 18446744073709551615 4218330 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20130/tid=20133] ppid=20129 vsize=397328 CPUtime=25.24 cores=1,3,5,7
/proc/20130/task/20133/stat : 20133 (priss) R 20129 20129 19631 0 -1 4202560 21408 0 0 0 2517 7 0 0 25 0 5 0 515744429 406863872 64277 33554432000 4194304 5787044 140735080576672 18446744073709551615 5576432 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20130/tid=20134] ppid=20129 vsize=397328 CPUtime=25.36 cores=1,3,5,7
/proc/20130/task/20134/stat : 20134 (priss) R 20129 20129 19631 0 -1 4202560 20379 0 0 0 2527 9 0 0 25 0 5 0 515744431 406863872 64277 33554432000 4194304 5787044 140735080576672 18446744073709551615 5590646 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20130/tid=20135] ppid=20129 vsize=397328 CPUtime=25.34 cores=1,3,5,7
/proc/20130/task/20135/stat : 20135 (priss) R 20129 20129 19631 0 -1 4202560 20295 0 0 0 2527 7 0 0 25 0 5 0 515744433 406863872 64277 33554432000 4194304 5787044 140735080576672 18446744073709551615 4218330 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.5
Current children cumulated vsize (KiB) 406028

[startup+51.1007 s]
/proc/loadavg: 8.14 8.13 8.05 9/188 20136
/proc/meminfo: memFree=12628524/32951124 swapFree=67111528/67111528
[pid=20129] ppid=20127 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20129/stat : 20129 (prissAuto.sh) S 20127 20129 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515744420 8908800 251 33554432000 4194304 4922060 140734107140192 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20129/statm: 2175 251 211 178 0 68 0
[pid=20130] ppid=20129 vsize=397988 CPUtime=203.77 cores=1,3,5,7
/proc/20130/stat : 20130 (priss) S 20129 20129 19631 0 -1 4202496 93217 0 0 0 20339 38 0 0 21 0 5 0 515744420 407539712 64924 33554432000 4194304 5787044 140735080576672 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20130/statm: 99497 64924 418 389 0 95247 0
[pid=20130/tid=20132] ppid=20129 vsize=397988 CPUtime=51 cores=1,3,5,7
/proc/20130/task/20132/stat : 20132 (priss) R 20129 20129 19631 0 -1 4202560 19641 0 0 0 5090 10 0 0 25 0 5 0 515744428 407539712 64924 33554432000 4194304 5787044 140735080576672 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20130/tid=20133] ppid=20129 vsize=397988 CPUtime=50.7 cores=1,3,5,7
/proc/20130/task/20133/stat : 20133 (priss) R 20129 20129 19631 0 -1 4202560 21569 0 0 0 5062 8 0 0 25 0 5 0 515744429 407539712 64924 33554432000 4194304 5787044 140735080576672 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20130/tid=20134] ppid=20129 vsize=397988 CPUtime=50.97 cores=1,3,5,7
/proc/20130/task/20134/stat : 20134 (priss) R 20129 20129 19631 0 -1 4202560 20496 0 0 0 5087 10 0 0 25 0 5 0 515744431 407539712 64924 33554432000 4194304 5787044 140735080576672 18446744073709551615 4220295 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20130/tid=20135] ppid=20129 vsize=397988 CPUtime=50.94 cores=1,3,5,7
/proc/20130/task/20135/stat : 20135 (priss) R 20129 20129 19631 0 -1 4202560 20486 0 0 0 5087 7 0 0 25 0 5 0 515744433 407539712 64924 33554432000 4194304 5787044 140735080576672 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.77
Current children cumulated vsize (KiB) 406688

[startup+102.307 s]
/proc/loadavg: 8.12 8.12 8.05 9/188 20137
/proc/meminfo: memFree=12589460/32951124 swapFree=67111528/67111528
[pid=20129] ppid=20127 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20129/stat : 20129 (prissAuto.sh) S 20127 20129 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515744420 8908800 251 33554432000 4194304 4922060 140734107140192 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20129/statm: 2175 251 211 178 0 68 0
[pid=20130] ppid=20129 vsize=401240 CPUtime=408.31 cores=1,3,5,7
/proc/20130/stat : 20130 (priss) S 20129 20129 19631 0 -1 4202496 95140 0 0 0 40791 40 0 0 21 0 5 0 515744420 410869760 66847 33554432000 4194304 5787044 140735080576672 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20130/statm: 100310 66847 418 389 0 96060 0
[pid=20130/tid=20132] ppid=20129 vsize=401240 CPUtime=102.21 cores=1,3,5,7
/proc/20130/task/20132/stat : 20132 (priss) R 20129 20129 19631 0 -1 4202560 19840 0 0 0 10211 10 0 0 25 0 5 0 515744428 410869760 66847 33554432000 4194304 5787044 140735080576672 18446744073709551615 5591309 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20130/tid=20133] ppid=20129 vsize=401240 CPUtime=101.62 cores=1,3,5,7
/proc/20130/task/20133/stat : 20133 (priss) R 20129 20129 19631 0 -1 4202560 21981 0 0 0 10153 9 0 0 25 0 5 0 515744429 410869760 66847 33554432000 4194304 5787044 140735080576672 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20130/tid=20134] ppid=20129 vsize=401240 CPUtime=102.17 cores=1,3,5,7
/proc/20130/task/20134/stat : 20134 (priss) R 20129 20129 19631 0 -1 4202560 21190 0 0 0 10207 10 0 0 25 0 5 0 515744431 410869760 66847 33554432000 4194304 5787044 140735080576672 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20130/tid=20135] ppid=20129 vsize=401240 CPUtime=102.15 cores=1,3,5,7

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

/proc/20130/task/20133/stat : 20133 (priss) R 20129 20129 19631 0 -1 4202560 26161 0 0 0 87724 13 0 0 25 0 5 0 515744429 596533248 103145 33554432000 4194304 5787044 140735080576672 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20130/tid=20134] ppid=20129 vsize=582552 CPUtime=882.14 cores=1,3,5,7
/proc/20130/task/20134/stat : 20134 (priss) R 20129 20129 19631 0 -1 4202560 38539 0 0 0 88180 34 0 0 25 0 5 0 515744431 596533248 103145 33554432000 4194304 5787044 140735080576672 18446744073709551615 5591695 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20130/tid=20135] ppid=20129 vsize=582552 CPUtime=882.16 cores=1,3,5,7
/proc/20130/task/20135/stat : 20135 (priss) R 20129 20129 19631 0 -1 4202560 32314 0 0 0 88200 16 0 0 25 0 5 0 515744433 596533248 103145 33554432000 4194304 5787044 140735080576672 18446744073709551615 5524674 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.05
Current children cumulated vsize (KiB) 591252

[startup+942.301 s]
/proc/loadavg: 8.18 8.16 8.10 9/188 20193
/proc/meminfo: memFree=12921928/32951124 swapFree=67111528/67111528
[pid=20129] ppid=20127 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20129/stat : 20129 (prissAuto.sh) S 20127 20129 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515744420 8908800 251 33554432000 4194304 4922060 140734107140192 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20129/statm: 2175 251 211 178 0 68 0
[pid=20130] ppid=20129 vsize=582552 CPUtime=3763.73 cores=1,3,5,7
/proc/20130/stat : 20130 (priss) S 20129 20129 19631 0 -1 4202496 136294 0 0 0 376287 86 0 0 21 0 5 0 515744420 596533248 106329 33554432000 4194304 5787044 140735080576672 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20130/statm: 145638 106329 418 389 0 141388 0
[pid=20130/tid=20132] ppid=20129 vsize=582552 CPUtime=942.22 cores=1,3,5,7
/proc/20130/task/20132/stat : 20132 (priss) R 20129 20129 19631 0 -1 4202560 25063 0 0 0 94208 14 0 0 25 0 5 0 515744428 596533248 106329 33554432000 4194304 5787044 140735080576672 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20130/tid=20133] ppid=20129 vsize=582552 CPUtime=937.05 cores=1,3,5,7
/proc/20130/task/20133/stat : 20133 (priss) R 20129 20129 19631 0 -1 4202560 26169 0 0 0 93692 13 0 0 25 0 5 0 515744429 596533248 106329 33554432000 4194304 5787044 140735080576672 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20130/tid=20134] ppid=20129 vsize=582552 CPUtime=942.14 cores=1,3,5,7
/proc/20130/task/20134/stat : 20134 (priss) R 20129 20129 19631 0 -1 4202560 40313 0 0 0 94177 37 0 0 25 0 5 0 515744431 596533248 106329 33554432000 4194304 5787044 140735080576672 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20130/tid=20135] ppid=20129 vsize=582552 CPUtime=942.16 cores=1,3,5,7
/proc/20130/task/20135/stat : 20135 (priss) R 20129 20129 19631 0 -1 4202560 33724 0 0 0 94198 18 0 0 25 0 5 0 515744433 596533248 106329 33554432000 4194304 5787044 140735080576672 18446744073709551615 5526784 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3763.73
Current children cumulated vsize (KiB) 591252

[startup+1002.3 s]
/proc/loadavg: 8.20 8.17 8.10 9/188 20194
/proc/meminfo: memFree=12891992/32951124 swapFree=67111528/67111528
[pid=20129] ppid=20127 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20129/stat : 20129 (prissAuto.sh) S 20127 20129 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515744420 8908800 251 33554432000 4194304 4922060 140734107140192 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20129/statm: 2175 251 211 178 0 68 0
[pid=20130] ppid=20129 vsize=582552 CPUtime=4003.4 cores=1,3,5,7
/proc/20130/stat : 20130 (priss) S 20129 20129 19631 0 -1 4202496 137558 0 0 0 400252 88 0 0 21 0 5 0 515744420 596533248 107593 33554432000 4194304 5787044 140735080576672 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20130/statm: 145638 107593 418 389 0 141388 0
[pid=20130/tid=20132] ppid=20129 vsize=582552 CPUtime=1002.22 cores=1,3,5,7
/proc/20130/task/20132/stat : 20132 (priss) R 20129 20129 19631 0 -1 4202560 25108 0 0 0 100208 14 0 0 25 0 5 0 515744428 596533248 107593 33554432000 4194304 5787044 140735080576672 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20130/tid=20133] ppid=20129 vsize=582552 CPUtime=996.72 cores=1,3,5,7
/proc/20130/task/20133/stat : 20133 (priss) R 20129 20129 19631 0 -1 4202560 26187 0 0 0 99659 13 0 0 25 0 5 0 515744429 596533248 107593 33554432000 4194304 5787044 140735080576672 18446744073709551615 4227988 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20130/tid=20134] ppid=20129 vsize=582552 CPUtime=1002.15 cores=1,3,5,7
/proc/20130/task/20134/stat : 20134 (priss) R 20129 20129 19631 0 -1 4202560 41425 0 0 0 100175 40 0 0 25 0 5 0 515744431 596533248 107593 33554432000 4194304 5787044 140735080576672 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20130/tid=20135] ppid=20129 vsize=582552 CPUtime=1002.16 cores=1,3,5,7
/proc/20130/task/20135/stat : 20135 (priss) R 20129 20129 19631 0 -1 4202560 33813 0 0 0 100198 18 0 0 25 0 5 0 515744433 596533248 107593 33554432000 4194304 5787044 140735080576672 18446744073709551615 5528404 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.4
Current children cumulated vsize (KiB) 591252

[startup+1062.3 s]
/proc/loadavg: 8.18 8.17 8.10 9/188 20205
/proc/meminfo: memFree=12734092/32951124 swapFree=67111528/67111528
[pid=20129] ppid=20127 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20129/stat : 20129 (prissAuto.sh) S 20127 20129 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515744420 8908800 251 33554432000 4194304 4922060 140734107140192 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20129/statm: 2175 251 211 178 0 68 0
[pid=20130] ppid=20129 vsize=648088 CPUtime=4243.08 cores=1,3,5,7
/proc/20130/stat : 20130 (priss) S 20129 20129 19631 0 -1 4202496 138761 0 0 0 424217 91 0 0 21 0 5 0 515744420 663642112 108754 33554432000 4194304 5787044 140735080576672 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20130/statm: 162022 108754 418 389 0 157772 0
[pid=20130/tid=20132] ppid=20129 vsize=648088 CPUtime=1062.21 cores=1,3,5,7
/proc/20130/task/20132/stat : 20132 (priss) R 20129 20129 19631 0 -1 4202560 25186 0 0 0 106207 14 0 0 25 0 5 0 515744428 663642112 108754 33554432000 4194304 5787044 140735080576672 18446744073709551615 4220241 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20130/tid=20133] ppid=20129 vsize=648088 CPUtime=1056.39 cores=1,3,5,7
/proc/20130/task/20133/stat : 20133 (priss) R 20129 20129 19631 0 -1 4202560 26660 0 0 0 105625 14 0 0 25 0 5 0 515744429 663642112 108754 33554432000 4194304 5787044 140735080576672 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20130/tid=20134] ppid=20129 vsize=648088 CPUtime=1062.14 cores=1,3,5,7
/proc/20130/task/20134/stat : 20134 (priss) R 20129 20129 19631 0 -1 4202560 41803 0 0 0 106174 40 0 0 25 0 5 0 515744431 663642112 108754 33554432000 4194304 5787044 140735080576672 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20130/tid=20135] ppid=20129 vsize=648088 CPUtime=1062.16 cores=1,3,5,7
/proc/20130/task/20135/stat : 20135 (priss) R 20129 20129 19631 0 -1 4202560 34087 0 0 0 106197 19 0 0 25 0 5 0 515744433 663642112 108754 33554432000 4194304 5787044 140735080576672 18446744073709551615 5527232 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.08
Current children cumulated vsize (KiB) 656788

[startup+1122.3 s]
/proc/loadavg: 8.45 8.24 8.13 9/188 20673
/proc/meminfo: memFree=12646908/32951124 swapFree=67111528/67111528
[pid=20129] ppid=20127 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20129/stat : 20129 (prissAuto.sh) S 20127 20129 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515744420 8908800 251 33554432000 4194304 4922060 140734107140192 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20129/statm: 2175 251 211 178 0 68 0
[pid=20130] ppid=20129 vsize=648088 CPUtime=4482.07 cores=1,3,5,7
/proc/20130/stat : 20130 (priss) S 20129 20129 19631 0 -1 4202496 139124 0 0 0 448116 91 0 0 21 0 5 0 515744420 663642112 109117 33554432000 4194304 5787044 140735080576672 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20130/statm: 162022 109117 418 389 0 157772 0
[pid=20130/tid=20132] ppid=20129 vsize=648088 CPUtime=1121.68 cores=1,3,5,7
/proc/20130/task/20132/stat : 20132 (priss) R 20129 20129 19631 0 -1 4202560 25186 0 0 0 112154 14 0 0 25 0 5 0 515744428 663642112 109117 33554432000 4194304 5787044 140735080576672 18446744073709551615 4220579 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20130/tid=20133] ppid=20129 vsize=648088 CPUtime=1116.05 cores=1,3,5,7
/proc/20130/task/20133/stat : 20133 (priss) R 20129 20129 19631 0 -1 4202560 26660 0 0 0 111591 14 0 0 25 0 5 0 515744429 663642112 109117 33554432000 4194304 5787044 140735080576672 18446744073709551615 4254900 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20130/tid=20134] ppid=20129 vsize=648088 CPUtime=1122.14 cores=1,3,5,7
/proc/20130/task/20134/stat : 20134 (priss) R 20129 20129 19631 0 -1 4202560 42021 0 0 0 112173 41 0 0 25 0 5 0 515744431 663642112 109117 33554432000 4194304 5787044 140735080576672 18446744073709551615 4219934 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20130/tid=20135] ppid=20129 vsize=648088 CPUtime=1122.05 cores=1,3,5,7
/proc/20130/task/20135/stat : 20135 (priss) R 20129 20129 19631 0 -1 4202560 34232 0 0 0 112186 19 0 0 25 0 5 0 515744433 663642112 109117 33554432000 4194304 5787044 140735080576672 18446744073709551615 4218848 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4482.07
Current children cumulated vsize (KiB) 656788

[startup+1182.3 s]
/proc/loadavg: 8.28 8.23 8.12 9/188 20674
/proc/meminfo: memFree=12634024/32951124 swapFree=67111528/67111528
[pid=20129] ppid=20127 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20129/stat : 20129 (prissAuto.sh) S 20127 20129 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515744420 8908800 251 33554432000 4194304 4922060 140734107140192 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20129/statm: 2175 251 211 178 0 68 0
[pid=20130] ppid=20129 vsize=648088 CPUtime=4721.76 cores=1,3,5,7
/proc/20130/stat : 20130 (priss) S 20129 20129 19631 0 -1 4202496 142678 0 0 0 472077 99 0 0 21 0 5 0 515744420 663642112 112671 33554432000 4194304 5787044 140735080576672 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20130/statm: 162022 112671 418 389 0 157772 0
[pid=20130/tid=20132] ppid=20129 vsize=648088 CPUtime=1181.68 cores=1,3,5,7
/proc/20130/task/20132/stat : 20132 (priss) R 20129 20129 19631 0 -1 4202560 25593 0 0 0 118153 15 0 0 25 0 5 0 515744428 663642112 112671 33554432000 4194304 5787044 140735080576672 18446744073709551615 4255000 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20130/tid=20133] ppid=20129 vsize=648088 CPUtime=1175.73 cores=1,3,5,7
/proc/20130/task/20133/stat : 20133 (priss) R 20129 20129 19631 0 -1 4202560 27387 0 0 0 117557 16 0 0 25 0 5 0 515744429 663642112 112671 33554432000 4194304 5787044 140735080576672 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20130/tid=20134] ppid=20129 vsize=648088 CPUtime=1182.14 cores=1,3,5,7
/proc/20130/task/20134/stat : 20134 (priss) R 20129 20129 19631 0 -1 4202560 43688 0 0 0 118170 44 0 0 25 0 5 0 515744431 663642112 112671 33554432000 4194304 5787044 140735080576672 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20130/tid=20135] ppid=20129 vsize=648088 CPUtime=1182.05 cores=1,3,5,7
/proc/20130/task/20135/stat : 20135 (priss) R 20129 20129 19631 0 -1 4202560 34985 0 0 0 118184 21 0 0 25 0 5 0 515744433 663642112 112671 33554432000 4194304 5787044 140735080576672 18446744073709551615 4220774 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4721.76
Current children cumulated vsize (KiB) 656788



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 8.28 8.23 8.13 10/189 20678
/proc/meminfo: memFree=12609460/32951124 swapFree=67111528/67111528
[pid=20129] ppid=20127 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20129/stat : 20129 (prissAuto.sh) S 20127 20129 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515744420 8908800 251 33554432000 4194304 4922060 140734107140192 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20129/statm: 2175 251 211 178 0 68 0
[pid=20130] ppid=20129 vsize=649692 CPUtime=4800.06 cores=1,3,5,7
/proc/20130/stat : 20130 (priss) S 20129 20129 19631 0 -1 4202496 145190 0 0 0 479905 101 0 0 21 0 5 0 515744420 665284608 115183 33554432000 4194304 5787044 140735080576672 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20130/statm: 162423 115183 418 389 0 158173 0
[pid=20130/tid=20132] ppid=20129 vsize=649692 CPUtime=1201.29 cores=1,3,5,7
/proc/20130/task/20132/stat : 20132 (priss) R 20129 20129 19631 0 -1 4202560 25929 0 0 0 120113 16 0 0 25 0 5 0 515744428 665284608 115183 33554432000 4194304 5787044 140735080576672 18446744073709551615 4220498 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20130/tid=20133] ppid=20129 vsize=649692 CPUtime=1195.22 cores=1,3,5,7
/proc/20130/task/20133/stat : 20133 (priss) R 20129 20129 19631 0 -1 4202560 27832 0 0 0 119506 16 0 0 25 0 5 0 515744429 665284608 115183 33554432000 4194304 5787044 140735080576672 18446744073709551615 5591225 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20130/tid=20134] ppid=20129 vsize=649692 CPUtime=1201.75 cores=1,3,5,7
/proc/20130/task/20134/stat : 20134 (priss) R 20129 20129 19631 0 -1 4202560 43711 0 0 0 120131 44 0 0 25 0 5 0 515744431 665284608 115183 33554432000 4194304 5787044 140735080576672 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20130/tid=20135] ppid=20129 vsize=649692 CPUtime=1201.65 cores=1,3,5,7
/proc/20130/task/20135/stat : 20135 (priss) R 20129 20129 19631 0 -1 4202560 36693 0 0 0 120143 22 0 0 25 0 5 0 515744433 665284608 115183 33554432000 4194304 5787044 140735080576672 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.06
Current children cumulated vsize (KiB) 658392

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.28 8.23 8.13 10/189 20678
/proc/meminfo: memFree=12609460/32951124 swapFree=67111528/67111528
[pid=20129] ppid=20127 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20129/stat : 20129 (prissAuto.sh) S 20127 20129 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515744420 8908800 251 33554432000 4194304 4922060 140734107140192 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20129/statm: 2175 251 211 178 0 68 0
[pid=20130] ppid=20129 vsize=649692 CPUtime=4800.06 cores=1,3,5,7
/proc/20130/stat : 20130 (priss) S 20129 20129 19631 0 -1 4202496 145190 0 0 0 479905 101 0 0 21 0 5 0 515744420 665284608 115183 33554432000 4194304 5787044 140735080576672 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20130/statm: 162423 115183 418 389 0 158173 0
[pid=20130/tid=20132] ppid=20129 vsize=649692 CPUtime=1201.29 cores=1,3,5,7
/proc/20130/task/20132/stat : 20132 (priss) R 20129 20129 19631 0 -1 4202560 25929 0 0 0 120113 16 0 0 25 0 5 0 515744428 665284608 115183 33554432000 4194304 5787044 140735080576672 18446744073709551615 4220498 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20130/tid=20133] ppid=20129 vsize=649692 CPUtime=1195.22 cores=1,3,5,7
/proc/20130/task/20133/stat : 20133 (priss) R 20129 20129 19631 0 -1 4202560 27832 0 0 0 119506 16 0 0 25 0 5 0 515744429 665284608 115183 33554432000 4194304 5787044 140735080576672 18446744073709551615 5591225 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20130/tid=20134] ppid=20129 vsize=649692 CPUtime=1201.75 cores=1,3,5,7
/proc/20130/task/20134/stat : 20134 (priss) R 20129 20129 19631 0 -1 4202560 43711 0 0 0 120131 44 0 0 25 0 5 0 515744431 665284608 115183 33554432000 4194304 5787044 140735080576672 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20130/tid=20135] ppid=20129 vsize=649692 CPUtime=1201.65 cores=1,3,5,7
/proc/20130/task/20135/stat : 20135 (priss) R 20129 20129 19631 0 -1 4202560 36693 0 0 0 120143 22 0 0 25 0 5 0 515744433 665284608 115183 33554432000 4194304 5787044 140735080576672 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.06
Current children cumulated vsize (KiB) 658392

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20129 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.06
#
# 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.06
CPU user time (s): 4799.05
CPU system time (s): 1.01
CPU usage (%): 399.366
Max. virtual memory (cumulated for all children) (KiB): 658392

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

The end

Launcher Data

Begin job on node108 at 2011-04-29 03:43:55
IDJOB=3282626
IDBENCH=70830
IDSOLVER=1602
FILE ID=node108/3282626-1304041435
RUNJOBID= node108-1304037066-19650
PBS_JOBID= 13170368
Free space on /tmp= 72104 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-11.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3282626-1304041435/watcher-3282626-1304041435 -o /tmp/evaluation-result-3282626-1304041435/solver-3282626-1304041435 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3282626-1304041435.cnf 144821851 4800 15500 4

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

MD5SUM BENCH= 49867705b76fc90285dd6fc48de2613c
RANDOM SEED=144821851

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12891168 kB
Buffers:       2295616 kB
Cached:       16120984 kB
SwapCached:          0 kB
Active:       11341716 kB
Inactive:      8136384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12891168 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5484 kB
Writeback:           0 kB
AnonPages:     1060820 kB
Mapped:          15624 kB
Slab:           518068 kB
PageTables:       6460 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1290200 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= 72112 MiB
End job on node108 at 2011-04-29 04:03:59