Trace number 3257367

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.34 1202.12

General information on the benchmark

NameCRAFTED/edgematching/
compact/em_11_3_4_cmp.cnf
MD5SUM3b5e80540ef2fcb09cfe50ac7e3686c1
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark135.155
Satisfiable
(Un)Satisfiability was proved
Number of variables8713
Number of clauses99699
Sum of the clauses size335345
Maximum clause length81
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 210866
Number of clauses of size 367270
Number of clauses of size 410556
Number of clauses of size 510773
Number of clauses of size over 5234

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: 29258
0.00/0.00	c setup for 4cores
0.00/0.03	c parsetime: 29345us
0.00/0.03	c parsed 99699 clauses with 8713 variables
0.00/0.04	c NW started thread 0 successfully (1093781824)
0.00/0.05	c NW started thread 1 successfully (1116588352)
0.00/0.06	c NW started thread 2 successfully (1104271680)
0.00/0.07	c NW started thread 3 successfully (1127078208)
3.84/1.05	c preprocessor returned 10003 variables
3.84/1.05	c preprocessing returned UNKNOWN
3.84/1.05	c PP set 0 variables
3.84/1.05	c pp time: 1004562us (1s)
3.84/1.05	c preprocessor returned 10003 variables
3.84/1.05	c preprocessing returned UNKNOWN
3.84/1.05	c PP set 0 variables
3.84/1.05	c pp time: 995468us (0s)
3.84/1.05	c preprocessor returned 10003 variables
3.84/1.05	c preprocessing returned UNKNOWN
3.84/1.05	c PP set 0 variables
3.84/1.05	c pp time: 991268us (0s)
12.62/3.21	c preprocessor returned 30009 variables
12.62/3.21	c preprocessing returned UNKNOWN
12.62/3.21	c PP set 0 variables
12.62/3.21	c pp time: 3140546us (3s)

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-3257367-1304041893/watcher-3257367-1304041893 -o /tmp/evaluation-result-3257367-1304041893/solver-3257367-1304041893 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3257367-1304041893.cnf 1988892478 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.07 7.96 7.11 5/182 29257
/proc/meminfo: memFree=14959484/32950928 swapFree=67111528/67111528
[pid=29257] ppid=29255 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29257/stat : 29257 (prissAuto.sh) S 29255 29257 27798 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515788991 8908800 252 33554432000 4194304 4922060 140735000417744 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29257/statm: 2175 252 211 178 0 68 0

[startup+0.0330879 s]
/proc/loadavg: 8.07 7.96 7.11 5/182 29257
/proc/meminfo: memFree=14959484/32950928 swapFree=67111528/67111528
[pid=29257] ppid=29255 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29257/stat : 29257 (prissAuto.sh) S 29255 29257 27798 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515788991 8908800 252 33554432000 4194304 4922060 140735000417744 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29257/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.180064 s]
/proc/loadavg: 8.07 7.96 7.11 5/182 29257
/proc/meminfo: memFree=14959484/32950928 swapFree=67111528/67111528
[pid=29257] ppid=29255 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29257/stat : 29257 (prissAuto.sh) S 29255 29257 27798 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515788991 8908800 252 33554432000 4194304 4922060 140735000417744 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29257/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301044 s]
/proc/loadavg: 8.07 7.96 7.11 5/182 29257
/proc/meminfo: memFree=14959484/32950928 swapFree=67111528/67111528
[pid=29257] ppid=29255 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29257/stat : 29257 (prissAuto.sh) S 29255 29257 27798 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515788991 8908800 252 33554432000 4194304 4922060 140735000417744 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29257/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700972 s]
/proc/loadavg: 8.07 7.96 7.11 5/182 29257
/proc/meminfo: memFree=14959484/32950928 swapFree=67111528/67111528
[pid=29257] ppid=29255 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29257/stat : 29257 (prissAuto.sh) S 29255 29257 27798 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515788991 8908800 252 33554432000 4194304 4922060 140735000417744 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29257/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50084 s]
/proc/loadavg: 8.07 7.96 7.11 9/188 29264
/proc/meminfo: memFree=14892232/32950928 swapFree=67111528/67111528
[pid=29257] ppid=29255 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29257/stat : 29257 (prissAuto.sh) S 29255 29257 27798 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515788991 8908800 252 33554432000 4194304 4922060 140735000417744 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29257/statm: 2175 252 211 178 0 68 0
[pid=29258] ppid=29257 vsize=295344 CPUtime=5.81 cores=1,3,5,7
/proc/29258/stat : 29258 (priss) S 29257 29257 27798 0 -1 4202496 21446 0 0 0 578 3 0 0 25 0 5 0 515788991 302432256 17938 33554432000 4194304 5787044 140737004128112 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/29258/statm: 73836 17938 405 389 0 69586 0
[pid=29258/tid=29260] ppid=29257 vsize=295344 CPUtime=1.44 cores=1,3,5,7
/proc/29258/task/29260/stat : 29260 (priss) R 29257 29257 27798 0 -1 4202560 4390 0 0 0 144 0 0 0 25 0 5 0 515788995 302432256 17938 33554432000 4194304 5787044 140737004128112 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29258/tid=29261] ppid=29257 vsize=295344 CPUtime=1.44 cores=1,3,5,7
/proc/29258/task/29261/stat : 29261 (priss) R 29257 29257 27798 0 -1 4202560 4076 0 0 0 143 1 0 0 20 0 5 0 515788996 302432256 17938 33554432000 4194304 5787044 140737004128112 18446744073709551615 4254564 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29258/tid=29262] ppid=29257 vsize=295344 CPUtime=1.43 cores=1,3,5,7
/proc/29258/task/29262/stat : 29262 (priss) R 29257 29257 27798 0 -1 4202560 3171 0 0 0 143 0 0 0 25 0 5 0 515788997 302432256 17938 33554432000 4194304 5787044 140737004128112 18446744073709551615 5589424 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29258/tid=29263] ppid=29257 vsize=295344 CPUtime=1.41 cores=1,3,5,7
/proc/29258/task/29263/stat : 29263 (priss) R 29257 29257 27798 0 -1 4202560 4303 0 0 0 141 0 0 0 25 0 5 0 515788999 302432256 17938 33554432000 4194304 5787044 140737004128112 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.81
Current children cumulated vsize (KiB) 304044

[startup+3.10055 s]
/proc/loadavg: 8.06 7.96 7.12 9/188 29264
/proc/meminfo: memFree=14879336/32950928 swapFree=67111528/67111528
[pid=29257] ppid=29255 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29257/stat : 29257 (prissAuto.sh) S 29255 29257 27798 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515788991 8908800 252 33554432000 4194304 4922060 140735000417744 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29257/statm: 2175 252 211 178 0 68 0
[pid=29258] ppid=29257 vsize=304376 CPUtime=12.2 cores=1,3,5,7
/proc/29258/stat : 29258 (priss) S 29257 29257 27798 0 -1 4202496 24954 0 0 0 1213 7 0 0 25 0 5 0 515788991 311681024 21446 33554432000 4194304 5787044 140737004128112 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/29258/statm: 76094 21446 405 389 0 71844 0
[pid=29258/tid=29260] ppid=29257 vsize=304376 CPUtime=3.03 cores=1,3,5,7
/proc/29258/task/29260/stat : 29260 (priss) R 29257 29257 27798 0 -1 4202560 4699 0 0 0 301 2 0 0 25 0 5 0 515788995 311681024 21446 33554432000 4194304 5787044 140737004128112 18446744073709551615 274473634688 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29258/tid=29261] ppid=29257 vsize=304376 CPUtime=3.03 cores=1,3,5,7
/proc/29258/task/29261/stat : 29261 (priss) R 29257 29257 27798 0 -1 4202560 6013 0 0 0 301 2 0 0 25 0 5 0 515788996 311681024 21446 33554432000 4194304 5787044 140737004128112 18446744073709551615 274474072607 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29258/tid=29262] ppid=29257 vsize=304376 CPUtime=3.02 cores=1,3,5,7
/proc/29258/task/29262/stat : 29262 (priss) R 29257 29257 27798 0 -1 4202560 3715 0 0 0 301 1 0 0 25 0 5 0 515788997 311681024 21446 33554432000 4194304 5787044 140737004128112 18446744073709551615 274474072607 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29258/tid=29263] ppid=29257 vsize=304376 CPUtime=3.01 cores=1,3,5,7
/proc/29258/task/29263/stat : 29263 (priss) R 29257 29257 27798 0 -1 4202560 5021 0 0 0 301 0 0 0 25 0 5 0 515788999 311681024 21446 33554432000 4194304 5787044 140737004128112 18446744073709551615 4301679 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.2
Current children cumulated vsize (KiB) 313076

[startup+6.30099 s]
/proc/loadavg: 8.06 7.96 7.12 9/188 29264
/proc/meminfo: memFree=14861604/32950928 swapFree=67111528/67111528
[pid=29257] ppid=29255 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29257/stat : 29257 (prissAuto.sh) S 29255 29257 27798 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515788991 8908800 252 33554432000 4194304 4922060 140735000417744 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29257/statm: 2175 252 211 178 0 68 0
[pid=29258] ppid=29257 vsize=301724 CPUtime=24.97 cores=1,3,5,7
/proc/29258/stat : 29258 (priss) S 29257 29257 27798 0 -1 4202496 27215 0 0 0 2442 55 0 0 25 0 5 0 515788991 308965376 22079 33554432000 4194304 5787044 140737004128112 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/29258/statm: 75431 22079 419 389 0 71181 0
[pid=29258/tid=29260] ppid=29257 vsize=301724 CPUtime=6.21 cores=1,3,5,7
/proc/29258/task/29260/stat : 29260 (priss) R 29257 29257 27798 0 -1 4202560 4840 0 0 0 609 12 0 0 25 0 5 0 515788995 308965376 22079 33554432000 4194304 5787044 140737004128112 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29258/tid=29261] ppid=29257 vsize=301724 CPUtime=6.23 cores=1,3,5,7
/proc/29258/task/29261/stat : 29261 (priss) R 29257 29257 27798 0 -1 4202560 6052 0 0 0 609 14 0 0 25 0 5 0 515788996 308965376 22079 33554432000 4194304 5787044 140737004128112 18446744073709551615 274474072607 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29258/tid=29262] ppid=29257 vsize=301724 CPUtime=6.22 cores=1,3,5,7
/proc/29258/task/29262/stat : 29262 (priss) R 29257 29257 27798 0 -1 4202560 3819 0 0 0 608 14 0 0 25 0 5 0 515788997 308965376 22079 33554432000 4194304 5787044 140737004128112 18446744073709551615 274474072607 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29258/tid=29263] ppid=29257 vsize=301724 CPUtime=6.22 cores=1,3,5,7
/proc/29258/task/29263/stat : 29263 (priss) R 29257 29257 27798 0 -1 4202560 6998 0 0 0 609 13 0 0 19 0 5 0 515788999 308965376 22079 33554432000 4194304 5787044 140737004128112 18446744073709551615 274474072607 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.97
Current children cumulated vsize (KiB) 310424

[startup+12.7009 s]
/proc/loadavg: 8.05 7.96 7.13 9/188 29264
/proc/meminfo: memFree=14850488/32950928 swapFree=67111528/67111528
[pid=29257] ppid=29255 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29257/stat : 29257 (prissAuto.sh) S 29255 29257 27798 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515788991 8908800 252 33554432000 4194304 4922060 140735000417744 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29257/statm: 2175 252 211 178 0 68 0
[pid=29258] ppid=29257 vsize=301988 CPUtime=50.53 cores=1,3,5,7
/proc/29258/stat : 29258 (priss) S 29257 29257 27798 0 -1 4202496 27834 0 0 0 4918 135 0 0 25 0 5 0 515788991 309235712 22698 33554432000 4194304 5787044 140737004128112 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/29258/statm: 75497 22698 419 389 0 71247 0
[pid=29258/tid=29260] ppid=29257 vsize=301988 CPUtime=12.57 cores=1,3,5,7
/proc/29258/task/29260/stat : 29260 (priss) R 29257 29257 27798 0 -1 4202560 5064 0 0 0 1227 30 0 0 25 0 5 0 515788995 309235712 22698 33554432000 4194304 5787044 140737004128112 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29258/tid=29261] ppid=29257 vsize=301988 CPUtime=12.63 cores=1,3,5,7
/proc/29258/task/29261/stat : 29261 (priss) R 29257 29257 27798 0 -1 4202560 6172 0 0 0 1229 34 0 0 23 0 5 0 515788996 309235712 22698 33554432000 4194304 5787044 140737004128112 18446744073709551615 5591342 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29258/tid=29262] ppid=29257 vsize=301988 CPUtime=12.62 cores=1,3,5,7
/proc/29258/task/29262/stat : 29262 (priss) R 29257 29257 27798 0 -1 4202560 4028 0 0 0 1227 35 0 0 25 0 5 0 515788997 309235712 22698 33554432000 4194304 5787044 140737004128112 18446744073709551615 4238789 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29258/tid=29263] ppid=29257 vsize=301988 CPUtime=12.61 cores=1,3,5,7
/proc/29258/task/29263/stat : 29263 (priss) R 29257 29257 27798 0 -1 4202560 7064 0 0 0 1227 34 0 0 25 0 5 0 515788999 309235712 22698 33554432000 4194304 5787044 140737004128112 18446744073709551615 274474072607 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 310688

[startup+25.5006 s]
/proc/loadavg: 8.04 7.96 7.14 9/188 29264
/proc/meminfo: memFree=14837608/32950928 swapFree=67111528/67111528
[pid=29257] ppid=29255 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29257/stat : 29257 (prissAuto.sh) S 29255 29257 27798 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515788991 8908800 252 33554432000 4194304 4922060 140735000417744 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29257/statm: 2175 252 211 178 0 68 0
[pid=29258] ppid=29257 vsize=304268 CPUtime=101.64 cores=1,3,5,7
/proc/29258/stat : 29258 (priss) S 29257 29257 27798 0 -1 4202496 30786 0 0 0 9907 257 0 0 25 0 5 0 515788991 311570432 25650 33554432000 4194304 5787044 140737004128112 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/29258/statm: 76067 25650 419 389 0 71817 0
[pid=29258/tid=29260] ppid=29257 vsize=304268 CPUtime=25.35 cores=1,3,5,7
/proc/29258/task/29260/stat : 29260 (priss) R 29257 29257 27798 0 -1 4202560 6025 0 0 0 2480 55 0 0 25 0 5 0 515788995 311570432 25650 33554432000 4194304 5787044 140737004128112 18446744073709551615 274474072607 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29258/tid=29261] ppid=29257 vsize=304268 CPUtime=25.37 cores=1,3,5,7
/proc/29258/task/29261/stat : 29261 (priss) R 29257 29257 27798 0 -1 4202560 6821 0 0 0 2469 68 0 0 25 0 5 0 515788996 311570432 25650 33554432000 4194304 5787044 140737004128112 18446744073709551615 5591730 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29258/tid=29262] ppid=29257 vsize=304268 CPUtime=25.42 cores=1,3,5,7
/proc/29258/task/29262/stat : 29262 (priss) R 29257 29257 27798 0 -1 4202560 4626 0 0 0 2477 65 0 0 25 0 5 0 515788997 311570432 25650 33554432000 4194304 5787044 140737004128112 18446744073709551615 274474072607 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29258/tid=29263] ppid=29257 vsize=304268 CPUtime=25.41 cores=1,3,5,7
/proc/29258/task/29263/stat : 29263 (priss) R 29257 29257 27798 0 -1 4202560 7808 0 0 0 2475 66 0 0 25 0 5 0 515788999 311570432 25650 33554432000 4194304 5787044 140737004128112 18446744073709551615 274474072607 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.64
Current children cumulated vsize (KiB) 312968

[startup+51.1011 s]
/proc/loadavg: 8.09 7.98 7.16 9/188 29265
/proc/meminfo: memFree=14808164/32950928 swapFree=67111528/67111528
[pid=29257] ppid=29255 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29257/stat : 29257 (prissAuto.sh) S 29255 29257 27798 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515788991 8908800 252 33554432000 4194304 4922060 140735000417744 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29257/statm: 2175 252 211 178 0 68 0
[pid=29258] ppid=29257 vsize=315764 CPUtime=203.88 cores=1,3,5,7
/proc/29258/stat : 29258 (priss) S 29257 29257 27798 0 -1 4202496 38092 0 0 0 19964 424 0 0 25 0 5 0 515788991 323342336 32956 33554432000 4194304 5787044 140737004128112 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/29258/statm: 78941 32956 419 389 0 74691 0
[pid=29258/tid=29260] ppid=29257 vsize=315764 CPUtime=50.83 cores=1,3,5,7
/proc/29258/task/29260/stat : 29260 (priss) R 29257 29257 27798 0 -1 4202560 7061 0 0 0 4993 90 0 0 25 0 5 0 515788995 323342336 32956 33554432000 4194304 5787044 140737004128112 18446744073709551615 4733846 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29258/tid=29261] ppid=29257 vsize=315764 CPUtime=50.93 cores=1,3,5,7
/proc/29258/task/29261/stat : 29261 (priss) R 29257 29257 27798 0 -1 4202560 9238 0 0 0 4980 113 0 0 25 0 5 0 515788996 323342336 32956 33554432000 4194304 5787044 140737004128112 18446744073709551615 5591181 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29258/tid=29262] ppid=29257 vsize=315764 CPUtime=51.01 cores=1,3,5,7
/proc/29258/task/29262/stat : 29262 (priss) R 29257 29257 27798 0 -1 4202560 5998 0 0 0 4994 107 0 0 25 0 5 0 515788997 323342336 32956 33554432000 4194304 5787044 140737004128112 18446744073709551615 274474072607 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29258/tid=29263] ppid=29257 vsize=315764 CPUtime=51.01 cores=1,3,5,7
/proc/29258/task/29263/stat : 29263 (priss) R 29257 29257 27798 0 -1 4202560 10289 0 0 0 4989 112 0 0 25 0 5 0 515788999 323342336 32956 33554432000 4194304 5787044 140737004128112 18446744073709551615 274474072607 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.88
Current children cumulated vsize (KiB) 324464

[startup+102.307 s]
/proc/loadavg: 8.15 8.01 7.22 9/188 29266
/proc/meminfo: memFree=14675964/32950928 swapFree=67111528/67111528
[pid=29257] ppid=29255 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29257/stat : 29257 (prissAuto.sh) S 29255 29257 27798 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515788991 8908800 252 33554432000 4194304 4922060 140735000417744 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29257/statm: 2175 252 211 178 0 68 0
[pid=29258] ppid=29257 vsize=335776 CPUtime=408.41 cores=1,3,5,7
/proc/29258/stat : 29258 (priss) S 29257 29257 27798 0 -1 4202496 55379 0 0 0 40210 631 0 0 25 0 5 0 515788991 343834624 50240 33554432000 4194304 5787044 140737004128112 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/29258/statm: 83944 50240 419 389 0 79694 0
[pid=29258/tid=29260] ppid=29257 vsize=335776 CPUtime=101.76 cores=1,3,5,7
/proc/29258/task/29260/stat : 29260 (priss) R 29257 29257 27798 0 -1 4202560 11685 0 0 0 10036 140 0 0 25 0 5 0 515788995 343834624 50240 33554432000 4194304 5787044 140737004128112 18446744073709551615 4692090 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29258/tid=29261] ppid=29257 vsize=335776 CPUtime=102.13 cores=1,3,5,7
/proc/29258/task/29261/stat : 29261 (priss) R 29257 29257 27798 0 -1 4202560 11611 0 0 0 10046 167 0 0 25 0 5 0 515788996 343834624 50240 33554432000 4194304 5787044 140737004128112 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29258/tid=29262] ppid=29257 vsize=335776 CPUtime=102.22 cores=1,3,5,7
/proc/29258/task/29262/stat : 29262 (priss) R 29257 29257 27798 0 -1 4202560 10422 0 0 0 10062 160 0 0 25 0 5 0 515788997 343834624 50240 33554432000 4194304 5787044 140737004128112 18446744073709551615 4254537 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29258/tid=29263] ppid=29257 vsize=335776 CPUtime=102.2 cores=1,3,5,7

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

/proc/29258/task/29261/stat : 29261 (priss) R 29257 29257 27798 0 -1 4202560 76996 0 0 0 87697 313 0 0 25 0 5 0 515788996 1460133888 328842 33554432000 4194304 5787044 140737004128112 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29258/tid=29262] ppid=29257 vsize=1425912 CPUtime=881.87 cores=1,3,5,7
/proc/29258/task/29262/stat : 29262 (priss) R 29257 29257 27798 0 -1 4202560 72845 0 0 0 87911 276 0 0 25 0 5 0 515788997 1460133888 328842 33554432000 4194304 5787044 140737004128112 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29258/tid=29263] ppid=29257 vsize=1425912 CPUtime=882.02 cores=1,3,5,7
/proc/29258/task/29263/stat : 29263 (priss) R 29257 29257 27798 0 -1 4202560 86464 0 0 0 87893 309 0 0 25 0 5 0 515788999 1460133888 328842 33554432000 4194304 5787044 140737004128112 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3523.26
Current children cumulated vsize (KiB) 1434612

[startup+942.301 s]
/proc/loadavg: 4.25 6.14 6.94 5/177 29879
/proc/meminfo: memFree=13798320/32950928 swapFree=67111528/67111528
[pid=29257] ppid=29255 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29257/stat : 29257 (prissAuto.sh) S 29255 29257 27798 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515788991 8908800 252 33554432000 4194304 4922060 140735000417744 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29257/statm: 2175 252 211 178 0 68 0
[pid=29258] ppid=29257 vsize=1535772 CPUtime=3762.93 cores=1,3,5,7
/proc/29258/stat : 29258 (priss) S 29257 29257 27798 0 -1 4202496 348248 0 0 0 375099 1194 0 0 25 0 5 0 515788991 1572630528 342069 33554432000 4194304 5787044 140737004128112 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/29258/statm: 383943 342069 419 389 0 379693 0
[pid=29258/tid=29260] ppid=29257 vsize=1535772 CPUtime=939.17 cores=1,3,5,7
/proc/29258/task/29260/stat : 29260 (priss) R 29257 29257 27798 0 -1 4202560 100847 0 0 0 93633 284 0 0 25 0 5 0 515788995 1572630528 342069 33554432000 4194304 5787044 140737004128112 18446744073709551615 5591535 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29258/tid=29261] ppid=29257 vsize=1535772 CPUtime=939.78 cores=1,3,5,7
/proc/29258/task/29261/stat : 29261 (priss) R 29257 29257 27798 0 -1 4202560 78504 0 0 0 93663 315 0 0 25 0 5 0 515788996 1572630528 342069 33554432000 4194304 5787044 140737004128112 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29258/tid=29262] ppid=29257 vsize=1535772 CPUtime=941.86 cores=1,3,5,7
/proc/29258/task/29262/stat : 29262 (priss) R 29257 29257 27798 0 -1 4202560 75077 0 0 0 93904 282 0 0 25 0 5 0 515788997 1572630528 342069 33554432000 4194304 5787044 140737004128112 18446744073709551615 5591730 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29258/tid=29263] ppid=29257 vsize=1535772 CPUtime=942.02 cores=1,3,5,7
/proc/29258/task/29263/stat : 29263 (priss) R 29257 29257 27798 0 -1 4202560 88314 0 0 0 93891 311 0 0 25 0 5 0 515788999 1572630528 342069 33554432000 4194304 5787044 140737004128112 18446744073709551615 5527587 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3762.93
Current children cumulated vsize (KiB) 1544472

[startup+1002.3 s]
/proc/loadavg: 4.13 5.73 6.74 5/177 29881
/proc/meminfo: memFree=13589096/32950928 swapFree=67111528/67111528
[pid=29257] ppid=29255 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29257/stat : 29257 (prissAuto.sh) S 29255 29257 27798 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515788991 8908800 252 33554432000 4194304 4922060 140735000417744 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29257/statm: 2175 252 211 178 0 68 0
[pid=29258] ppid=29257 vsize=1723924 CPUtime=4002.56 cores=1,3,5,7
/proc/29258/stat : 29258 (priss) S 29257 29257 27798 0 -1 4202496 400145 0 0 0 398971 1285 0 0 25 0 5 0 515788991 1765298176 393966 33554432000 4194304 5787044 140737004128112 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/29258/statm: 430981 393966 419 389 0 426731 0
[pid=29258/tid=29260] ppid=29257 vsize=1723924 CPUtime=999.15 cores=1,3,5,7
/proc/29258/task/29260/stat : 29260 (priss) R 29257 29257 27798 0 -1 4202560 114090 0 0 0 99611 304 0 0 18 0 5 0 515788995 1765298176 393966 33554432000 4194304 5787044 140737004128112 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29258/tid=29261] ppid=29257 vsize=1723924 CPUtime=999.43 cores=1,3,5,7
/proc/29258/task/29261/stat : 29261 (priss) R 29257 29257 27798 0 -1 4202560 91669 0 0 0 99600 343 0 0 25 0 5 0 515788996 1765298176 393966 33554432000 4194304 5787044 140737004128112 18446744073709551615 5591539 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29258/tid=29262] ppid=29257 vsize=1723924 CPUtime=1001.86 cores=1,3,5,7
/proc/29258/task/29262/stat : 29262 (priss) R 29257 29257 27798 0 -1 4202560 87798 0 0 0 99889 297 0 0 25 0 5 0 515788997 1765298176 393966 33554432000 4194304 5787044 140737004128112 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29258/tid=29263] ppid=29257 vsize=1723924 CPUtime=1002.01 cores=1,3,5,7
/proc/29258/task/29263/stat : 29263 (priss) R 29257 29257 27798 0 -1 4202560 101082 0 0 0 99863 338 0 0 25 0 5 0 515788999 1765298176 393966 33554432000 4194304 5787044 140737004128112 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4002.56
Current children cumulated vsize (KiB) 1732624

[startup+1062.3 s]
/proc/loadavg: 4.10 5.45 6.59 5/177 29883
/proc/meminfo: memFree=13392652/32950928 swapFree=67111528/67111528
[pid=29257] ppid=29255 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29257/stat : 29257 (prissAuto.sh) S 29255 29257 27798 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515788991 8908800 252 33554432000 4194304 4922060 140735000417744 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29257/statm: 2175 252 211 178 0 68 0
[pid=29258] ppid=29257 vsize=1907052 CPUtime=4242.19 cores=1,3,5,7
/proc/29258/stat : 29258 (priss) S 29257 29257 27798 0 -1 4202496 449637 0 0 0 422842 1377 0 0 25 0 5 0 515788991 1952821248 443458 33554432000 4194304 5787044 140737004128112 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/29258/statm: 476763 443458 419 389 0 472513 0
[pid=29258/tid=29260] ppid=29257 vsize=1907052 CPUtime=1059.14 cores=1,3,5,7
/proc/29258/task/29260/stat : 29260 (priss) R 29257 29257 27798 0 -1 4202560 126744 0 0 0 105583 331 0 0 25 0 5 0 515788995 1952821248 443458 33554432000 4194304 5787044 140737004128112 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29258/tid=29261] ppid=29257 vsize=1907052 CPUtime=1059.11 cores=1,3,5,7
/proc/29258/task/29261/stat : 29261 (priss) R 29257 29257 27798 0 -1 4202560 104588 0 0 0 105539 372 0 0 25 0 5 0 515788996 1952821248 443458 33554432000 4194304 5787044 140737004128112 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29258/tid=29262] ppid=29257 vsize=1907052 CPUtime=1061.85 cores=1,3,5,7
/proc/29258/task/29262/stat : 29262 (priss) R 29257 29257 27798 0 -1 4202560 99704 0 0 0 105881 304 0 0 25 0 5 0 515788997 1952821248 443458 33554432000 4194304 5787044 140737004128112 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29258/tid=29263] ppid=29257 vsize=1907052 CPUtime=1062 cores=1,3,5,7
/proc/29258/task/29263/stat : 29263 (priss) R 29257 29257 27798 0 -1 4202560 113095 0 0 0 105832 368 0 0 25 0 5 0 515788999 1952821248 443458 33554432000 4194304 5787044 140737004128112 18446744073709551615 5527113 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4242.19
Current children cumulated vsize (KiB) 1915752

[startup+1122.3 s]
/proc/loadavg: 4.08 5.18 6.42 5/177 29884
/proc/meminfo: memFree=13205620/32950928 swapFree=67111528/67111528
[pid=29257] ppid=29255 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29257/stat : 29257 (prissAuto.sh) S 29255 29257 27798 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515788991 8908800 252 33554432000 4194304 4922060 140735000417744 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29257/statm: 2175 252 211 178 0 68 0
[pid=29258] ppid=29257 vsize=2153132 CPUtime=4481.83 cores=1,3,5,7
/proc/29258/stat : 29258 (priss) S 29257 29257 27798 0 -1 4202496 495901 0 0 0 446718 1465 0 0 25 0 5 0 515788991 2204807168 489722 33554432000 4194304 5787044 140737004128112 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/29258/statm: 538283 489722 419 389 0 534033 0
[pid=29258/tid=29260] ppid=29257 vsize=2153132 CPUtime=1119.13 cores=1,3,5,7
/proc/29258/task/29260/stat : 29260 (priss) R 29257 29257 27798 0 -1 4202560 139658 0 0 0 111553 360 0 0 25 0 5 0 515788995 2204807168 489722 33554432000 4194304 5787044 140737004128112 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29258/tid=29261] ppid=29257 vsize=2153132 CPUtime=1118.76 cores=1,3,5,7
/proc/29258/task/29261/stat : 29261 (priss) R 29257 29257 27798 0 -1 4202560 115634 0 0 0 111478 398 0 0 25 0 5 0 515788996 2204807168 489722 33554432000 4194304 5787044 140737004128112 18446744073709551615 4692032 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29258/tid=29262] ppid=29257 vsize=2153132 CPUtime=1121.83 cores=1,3,5,7
/proc/29258/task/29262/stat : 29262 (priss) R 29257 29257 27798 0 -1 4202560 110937 0 0 0 111870 313 0 0 25 0 5 0 515788997 2204807168 489722 33554432000 4194304 5787044 140737004128112 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29258/tid=29263] ppid=29257 vsize=2153132 CPUtime=1122 cores=1,3,5,7
/proc/29258/task/29263/stat : 29263 (priss) R 29257 29257 27798 0 -1 4202560 124166 0 0 0 111809 391 0 0 25 0 5 0 515788999 2204807168 489722 33554432000 4194304 5787044 140737004128112 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4481.83
Current children cumulated vsize (KiB) 2161832

[startup+1182.3 s]
/proc/loadavg: 4.07 5.00 6.28 5/177 29886
/proc/meminfo: memFree=13198388/32950928 swapFree=67111528/67111528
[pid=29257] ppid=29255 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29257/stat : 29257 (prissAuto.sh) S 29255 29257 27798 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515788991 8908800 252 33554432000 4194304 4922060 140735000417744 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29257/statm: 2175 252 211 178 0 68 0
[pid=29258] ppid=29257 vsize=2155012 CPUtime=4721.31 cores=1,3,5,7
/proc/29258/stat : 29258 (priss) S 29257 29257 27798 0 -1 4202496 497672 0 0 0 470657 1474 0 0 25 0 5 0 515788991 2206732288 491099 33554432000 4194304 5787044 140737004128112 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/29258/statm: 538753 491099 419 389 0 534503 0
[pid=29258/tid=29260] ppid=29257 vsize=2155012 CPUtime=1179.04 cores=1,3,5,7
/proc/29258/task/29260/stat : 29260 (priss) R 29257 29257 27798 0 -1 4202560 140179 0 0 0 117542 362 0 0 25 0 5 0 515788995 2206732288 491099 33554432000 4194304 5787044 140737004128112 18446744073709551615 5590558 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29258/tid=29261] ppid=29257 vsize=2155012 CPUtime=1178.4 cores=1,3,5,7
/proc/29258/task/29261/stat : 29261 (priss) R 29257 29257 27798 0 -1 4202560 115925 0 0 0 117439 401 0 0 25 0 5 0 515788996 2206732288 491099 33554432000 4194304 5787044 140737004128112 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29258/tid=29262] ppid=29257 vsize=2155012 CPUtime=1181.77 cores=1,3,5,7
/proc/29258/task/29262/stat : 29262 (priss) R 29257 29257 27798 0 -1 4202560 111485 0 0 0 117861 316 0 0 25 0 5 0 515788997 2206732288 491099 33554432000 4194304 5787044 140737004128112 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29258/tid=29263] ppid=29257 vsize=2155012 CPUtime=1182 cores=1,3,5,7
/proc/29258/task/29263/stat : 29263 (priss) R 29257 29257 27798 0 -1 4202560 124577 0 0 0 117807 393 0 0 25 0 5 0 515788999 2206732288 491099 33554432000 4194304 5787044 140737004128112 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4721.31
Current children cumulated vsize (KiB) 2163712



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.1 s]
/proc/loadavg: 4.12 4.93 6.22 5/177 29887
/proc/meminfo: memFree=13198012/32950928 swapFree=67111528/67111528
[pid=29257] ppid=29255 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29257/stat : 29257 (prissAuto.sh) S 29255 29257 27798 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515788991 8908800 252 33554432000 4194304 4922060 140735000417744 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29257/statm: 2175 252 211 178 0 68 0
[pid=29258] ppid=29257 vsize=2155012 CPUtime=4800.34 cores=1,3,5,7
/proc/29258/stat : 29258 (priss) S 29257 29257 27798 0 -1 4202496 497743 0 0 0 478557 1477 0 0 25 0 5 0 515788991 2206732288 491169 33554432000 4194304 5787044 140737004128112 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/29258/statm: 538753 491169 419 389 0 534503 0
[pid=29258/tid=29260] ppid=29257 vsize=2155012 CPUtime=1198.85 cores=1,3,5,7
/proc/29258/task/29260/stat : 29260 (priss) R 29257 29257 27798 0 -1 4202560 140179 0 0 0 119522 363 0 0 25 0 5 0 515788995 2206732288 491169 33554432000 4194304 5787044 140737004128112 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29258/tid=29261] ppid=29257 vsize=2155012 CPUtime=1198.09 cores=1,3,5,7
/proc/29258/task/29261/stat : 29261 (priss) R 29257 29257 27798 0 -1 4202560 115925 0 0 0 119407 402 0 0 25 0 5 0 515788996 2206732288 491169 33554432000 4194304 5787044 140737004128112 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29258/tid=29262] ppid=29257 vsize=2155012 CPUtime=1201.57 cores=1,3,5,7
/proc/29258/task/29262/stat : 29262 (priss) R 29257 29257 27798 0 -1 4202560 111486 0 0 0 119841 316 0 0 25 0 5 0 515788997 2206732288 491169 33554432000 4194304 5787044 140737004128112 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29258/tid=29263] ppid=29257 vsize=2155012 CPUtime=1201.73 cores=1,3,5,7
/proc/29258/task/29263/stat : 29263 (priss) R 29257 29257 27798 0 -1 4202560 124647 0 0 0 119779 394 0 0 25 0 5 0 515788999 2206732288 491169 33554432000 4194304 5787044 140737004128112 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 2163712

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

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

[startup+1202.1 s]
/proc/loadavg: 4.12 4.93 6.22 5/177 29887
/proc/meminfo: memFree=13198012/32950928 swapFree=67111528/67111528
[pid=29257] ppid=29255 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29257/stat : 29257 (prissAuto.sh) S 29255 29257 27798 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515788991 8908800 252 33554432000 4194304 4922060 140735000417744 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29257/statm: 2175 252 211 178 0 68 0
[pid=29258] ppid=29257 vsize=2155012 CPUtime=4800.34 cores=1,3,5,7
/proc/29258/stat : 29258 (priss) S 29257 29257 27798 0 -1 4202496 497743 0 0 0 478557 1477 0 0 25 0 5 0 515788991 2206732288 491169 33554432000 4194304 5787044 140737004128112 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/29258/statm: 538753 491169 419 389 0 534503 0
[pid=29258/tid=29260] ppid=29257 vsize=2155012 CPUtime=1198.85 cores=1,3,5,7
/proc/29258/task/29260/stat : 29260 (priss) R 29257 29257 27798 0 -1 4202560 140179 0 0 0 119522 363 0 0 25 0 5 0 515788995 2206732288 491169 33554432000 4194304 5787044 140737004128112 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29258/tid=29261] ppid=29257 vsize=2155012 CPUtime=1198.09 cores=1,3,5,7
/proc/29258/task/29261/stat : 29261 (priss) R 29257 29257 27798 0 -1 4202560 115925 0 0 0 119407 402 0 0 25 0 5 0 515788996 2206732288 491169 33554432000 4194304 5787044 140737004128112 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29258/tid=29262] ppid=29257 vsize=2155012 CPUtime=1201.57 cores=1,3,5,7
/proc/29258/task/29262/stat : 29262 (priss) R 29257 29257 27798 0 -1 4202560 111486 0 0 0 119841 316 0 0 25 0 5 0 515788997 2206732288 491169 33554432000 4194304 5787044 140737004128112 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29258/tid=29263] ppid=29257 vsize=2155012 CPUtime=1201.73 cores=1,3,5,7
/proc/29258/task/29263/stat : 29263 (priss) R 29257 29257 27798 0 -1 4202560 124647 0 0 0 119779 394 0 0 25 0 5 0 515788999 2206732288 491169 33554432000 4194304 5787044 140737004128112 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 2163712

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1202.12
CPU time (s): 4800.34
CPU user time (s): 4785.57
CPU system time (s): 14.77
CPU usage (%): 399.323
Max. virtual memory (cumulated for all children) (KiB): 2163712

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

runsolver used 1.67774 second user time and 4.89126 second system time

The end

Launcher Data

Begin job on node125 at 2011-04-29 03:51:33
IDJOB=3257367
IDBENCH=70910
IDSOLVER=1602
FILE ID=node125/3257367-1304041893
RUNJOBID= node125-1304040581-29100
PBS_JOBID= 13170327
Free space on /tmp= 72760 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT09/CRAFTED/edgematching/compact/em_11_3_4_cmp.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3257367-1304041893/watcher-3257367-1304041893 -o /tmp/evaluation-result-3257367-1304041893/solver-3257367-1304041893 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3257367-1304041893.cnf 1988892478 4800 15500 4

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

MD5SUM BENCH= 3b5e80540ef2fcb09cfe50ac7e3686c1
RANDOM SEED=1988892478

node125.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.828
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.828
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	: 5266.55
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.828
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.84
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.828
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.74
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.828
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.828
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.74
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.828
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.828
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:      14959764 kB
Buffers:       2217844 kB
Cached:       14973488 kB
SwapCached:          0 kB
Active:        9238892 kB
Inactive:      8221452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14959764 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3500 kB
Writeback:           0 kB
AnonPages:      267980 kB
Mapped:          15756 kB
Slab:           468248 kB
PageTables:       5240 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   457412 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= 72760 MiB
End job on node125 at 2011-04-29 04:11:37