Trace number 3262691

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

General information on the benchmark

NameSAT03/handmade/gomes/bqwh/
bqwh.50.825.shuffled-as.sat03-1648.cnf
MD5SUM05a191325d89de504821b55dea51ca7f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark19.758
Satisfiable
(Un)Satisfiability was proved
Number of variables4979
Number of clauses43754
Sum of the clauses size97507
Maximum clause length12
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 241316
Number of clauses of size 3117
Number of clauses of size 4287
Number of clauses of size 5525
Number of clauses of size over 51509

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: 13820
0.00/0.00	c setup for 4cores
0.00/0.01	c parsetime: 11206us
0.00/0.01	c parsed 43754 clauses with 4979 variables
0.00/0.01	c NW started thread 0 successfully (1103882560)
0.00/0.02	c NW started thread 1 successfully (1091131712)
0.00/0.02	c NW started thread 2 successfully (1114372416)
0.00/0.02	c NW started thread 3 successfully (1124862272)
17.11/4.33	c preprocessor returned 10010 variables
17.11/4.33	c preprocessing returned UNKNOWN
17.11/4.33	c PP set 3 variables
17.11/4.33	c pp time: 4309834us (4s)
17.11/4.33	c preprocessor returned 10010 variables
17.11/4.33	c preprocessing returned UNKNOWN
17.11/4.33	c PP set 3 variables
17.11/4.33	c pp time: 4308780us (4s)
17.11/4.37	c preprocessor returned 10010 variables
17.11/4.37	c preprocessing returned UNKNOWN
17.11/4.37	c PP set 3 variables
17.11/4.37	c pp time: 4348983us (4s)
43.46/10.98	c preprocessor returned 30004 variables
43.46/10.98	c preprocessing returned UNKNOWN
43.46/10.98	c PP set 3 variables
43.46/10.98	c pp time: 10948938us (10s)

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-3262691-1304063079/watcher-3262691-1304063079 -o /tmp/evaluation-result-3262691-1304063079/solver-3262691-1304063079 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3262691-1304063079.cnf 1736182578 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.09 8.11 8.03 5/182 13819
/proc/meminfo: memFree=25865188/32950928 swapFree=67111364/67111528
[pid=13819] ppid=13817 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13819/stat : 13819 (prissAuto.sh) S 13817 13819 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517907584 8908800 252 33554432000 4194304 4922060 140735629911952 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13819/statm: 2175 252 211 178 0 68 0

[startup+0.011006 s]
/proc/loadavg: 8.09 8.11 8.03 5/182 13819
/proc/meminfo: memFree=25865188/32950928 swapFree=67111364/67111528
[pid=13819] ppid=13817 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13819/stat : 13819 (prissAuto.sh) S 13817 13819 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517907584 8908800 252 33554432000 4194304 4922060 140735629911952 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13819/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.138987 s]
/proc/loadavg: 8.09 8.11 8.03 5/182 13819
/proc/meminfo: memFree=25865188/32950928 swapFree=67111364/67111528
[pid=13819] ppid=13817 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13819/stat : 13819 (prissAuto.sh) S 13817 13819 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517907584 8908800 252 33554432000 4194304 4922060 140735629911952 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13819/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300955 s]
/proc/loadavg: 8.09 8.11 8.03 5/182 13819
/proc/meminfo: memFree=25865188/32950928 swapFree=67111364/67111528
[pid=13819] ppid=13817 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13819/stat : 13819 (prissAuto.sh) S 13817 13819 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517907584 8908800 252 33554432000 4194304 4922060 140735629911952 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13819/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700878 s]
/proc/loadavg: 8.09 8.11 8.03 5/182 13819
/proc/meminfo: memFree=25865188/32950928 swapFree=67111364/67111528
[pid=13819] ppid=13817 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13819/stat : 13819 (prissAuto.sh) S 13817 13819 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517907584 8908800 252 33554432000 4194304 4922060 140735629911952 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13819/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50072 s]
/proc/loadavg: 8.09 8.11 8.03 9/188 13825
/proc/meminfo: memFree=25830428/32950928 swapFree=67111364/67111528
[pid=13819] ppid=13817 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13819/stat : 13819 (prissAuto.sh) S 13817 13819 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517907584 8908800 252 33554432000 4194304 4922060 140735629911952 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13819/statm: 2175 252 211 178 0 68 0
[pid=13820] ppid=13819 vsize=279032 CPUtime=5.91 cores=1,3,5,7
/proc/13820/stat : 13820 (priss) S 13819 13819 12570 0 -1 4202496 11731 0 0 0 588 3 0 0 25 0 5 0 517907584 285728768 8792 33554432000 4194304 5787044 140735690509600 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/13820/statm: 69758 8792 355 389 0 65508 0
[pid=13820/tid=13822] ppid=13819 vsize=279032 CPUtime=1.47 cores=1,3,5,7
/proc/13820/task/13822/stat : 13822 (priss) R 13819 13819 12570 0 -1 4202560 1747 0 0 0 146 1 0 0 25 0 5 0 517907586 285728768 8792 33554432000 4194304 5787044 140735690509600 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=13820/tid=13823] ppid=13819 vsize=279032 CPUtime=1.46 cores=1,3,5,7
/proc/13820/task/13823/stat : 13823 (priss) R 13819 13819 12570 0 -1 4202560 2076 0 0 0 146 0 0 0 19 0 5 0 517907586 285728768 8792 33554432000 4194304 5787044 140735690509600 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=13820/tid=13824] ppid=13819 vsize=279032 CPUtime=1.46 cores=1,3,5,7
/proc/13820/task/13824/stat : 13824 (priss) R 13819 13819 12570 0 -1 4202560 2085 0 0 0 146 0 0 0 19 0 5 0 517907586 285728768 8792 33554432000 4194304 5787044 140735690509600 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=13820/tid=13825] ppid=13819 vsize=279032 CPUtime=1.46 cores=1,3,5,7
/proc/13820/task/13825/stat : 13825 (priss) R 13819 13819 12570 0 -1 4202560 3035 0 0 0 146 0 0 0 20 0 5 0 517907587 285728768 8792 33554432000 4194304 5787044 140735690509600 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 287732

[startup+3.10042 s]
/proc/loadavg: 8.08 8.10 8.03 9/188 13825
/proc/meminfo: memFree=25830092/32950928 swapFree=67111364/67111528
[pid=13819] ppid=13817 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13819/stat : 13819 (prissAuto.sh) S 13817 13819 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517907584 8908800 252 33554432000 4194304 4922060 140735629911952 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13819/statm: 2175 252 211 178 0 68 0
[pid=13820] ppid=13819 vsize=279032 CPUtime=12.3 cores=1,3,5,7
/proc/13820/stat : 13820 (priss) S 13819 13819 12570 0 -1 4202496 11731 0 0 0 1227 3 0 0 25 0 5 0 517907584 285728768 8792 33554432000 4194304 5787044 140735690509600 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/13820/statm: 69758 8792 355 389 0 65508 0
[pid=13820/tid=13822] ppid=13819 vsize=279032 CPUtime=3.06 cores=1,3,5,7
/proc/13820/task/13822/stat : 13822 (priss) R 13819 13819 12570 0 -1 4202560 1747 0 0 0 305 1 0 0 25 0 5 0 517907586 285728768 8792 33554432000 4194304 5787044 140735690509600 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=13820/tid=13823] ppid=13819 vsize=279032 CPUtime=3.06 cores=1,3,5,7
/proc/13820/task/13823/stat : 13823 (priss) R 13819 13819 12570 0 -1 4202560 2076 0 0 0 306 0 0 0 25 0 5 0 517907586 285728768 8792 33554432000 4194304 5787044 140735690509600 18446744073709551615 208079926233 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=13820/tid=13824] ppid=13819 vsize=279032 CPUtime=3.06 cores=1,3,5,7
/proc/13820/task/13824/stat : 13824 (priss) R 13819 13819 12570 0 -1 4202560 2085 0 0 0 306 0 0 0 25 0 5 0 517907586 285728768 8792 33554432000 4194304 5787044 140735690509600 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=13820/tid=13825] ppid=13819 vsize=279032 CPUtime=3.06 cores=1,3,5,7
/proc/13820/task/13825/stat : 13825 (priss) R 13819 13819 12570 0 -1 4202560 3035 0 0 0 306 0 0 0 25 0 5 0 517907587 285728768 8792 33554432000 4194304 5787044 140735690509600 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 287732

[startup+6.30081 s]
/proc/loadavg: 8.08 8.10 8.03 9/188 13825
/proc/meminfo: memFree=25820260/32950928 swapFree=67111364/67111528
[pid=13819] ppid=13817 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13819/stat : 13819 (prissAuto.sh) S 13817 13819 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517907584 8908800 252 33554432000 4194304 4922060 140735629911952 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13819/statm: 2175 252 211 178 0 68 0
[pid=13820] ppid=13819 vsize=282024 CPUtime=25.08 cores=1,3,5,7
/proc/13820/stat : 13820 (priss) S 13819 13819 12570 0 -1 4202496 14493 0 0 0 2504 4 0 0 25 0 5 0 517907584 288792576 11554 33554432000 4194304 5787044 140735690509600 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/13820/statm: 70506 11554 405 389 0 66256 0
[pid=13820/tid=13822] ppid=13819 vsize=282024 CPUtime=6.24 cores=1,3,5,7
/proc/13820/task/13822/stat : 13822 (priss) R 13819 13819 12570 0 -1 4202560 2695 0 0 0 623 1 0 0 25 0 5 0 517907586 288792576 11554 33554432000 4194304 5787044 140735690509600 18446744073709551615 4254704 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=13820/tid=13823] ppid=13819 vsize=282024 CPUtime=6.26 cores=1,3,5,7
/proc/13820/task/13823/stat : 13823 (priss) R 13819 13819 12570 0 -1 4202560 2895 0 0 0 626 0 0 0 25 0 5 0 517907586 288792576 11554 33554432000 4194304 5787044 140735690509600 18446744073709551615 4220738 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=13820/tid=13824] ppid=13819 vsize=282024 CPUtime=6.26 cores=1,3,5,7
/proc/13820/task/13824/stat : 13824 (priss) R 13819 13819 12570 0 -1 4202560 3080 0 0 0 625 1 0 0 25 0 5 0 517907586 288792576 11554 33554432000 4194304 5787044 140735690509600 18446744073709551615 5590467 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=13820/tid=13825] ppid=13819 vsize=282024 CPUtime=6.26 cores=1,3,5,7
/proc/13820/task/13825/stat : 13825 (priss) R 13819 13819 12570 0 -1 4202560 3035 0 0 0 626 0 0 0 25 0 5 0 517907587 288792576 11554 33554432000 4194304 5787044 140735690509600 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 290724

[startup+12.7006 s]
/proc/loadavg: 8.14 8.12 8.04 9/188 13826
/proc/meminfo: memFree=25795116/32950928 swapFree=67111364/67111528
[pid=13819] ppid=13817 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13819/stat : 13819 (prissAuto.sh) S 13817 13819 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517907584 8908800 252 33554432000 4194304 4922060 140735629911952 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13819/statm: 2175 252 211 178 0 68 0
[pid=13820] ppid=13819 vsize=291344 CPUtime=50.63 cores=1,3,5,7
/proc/13820/stat : 13820 (priss) S 13819 13819 12570 0 -1 4202496 21714 0 0 0 5055 8 0 0 25 0 5 0 517907584 298336256 17905 33554432000 4194304 5787044 140735690509600 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/13820/statm: 72836 17905 418 389 0 68586 0
[pid=13820/tid=13822] ppid=13819 vsize=291344 CPUtime=12.61 cores=1,3,5,7
/proc/13820/task/13822/stat : 13822 (priss) R 13819 13819 12570 0 -1 4202560 4066 0 0 0 1258 3 0 0 25 0 5 0 517907586 298336256 17905 33554432000 4194304 5787044 140735690509600 18446744073709551615 4220488 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=13820/tid=13823] ppid=13819 vsize=291344 CPUtime=12.66 cores=1,3,5,7
/proc/13820/task/13823/stat : 13823 (priss) R 13819 13819 12570 0 -1 4202560 5180 0 0 0 1265 1 0 0 25 0 5 0 517907586 298336256 17905 33554432000 4194304 5787044 140735690509600 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=13820/tid=13824] ppid=13819 vsize=291344 CPUtime=12.66 cores=1,3,5,7
/proc/13820/task/13824/stat : 13824 (priss) R 13819 13819 12570 0 -1 4202560 3841 0 0 0 1264 2 0 0 25 0 5 0 517907586 298336256 17905 33554432000 4194304 5787044 140735690509600 18446744073709551615 5591356 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=13820/tid=13825] ppid=13819 vsize=291344 CPUtime=12.66 cores=1,3,5,7
/proc/13820/task/13825/stat : 13825 (priss) R 13819 13819 12570 0 -1 4202560 5839 0 0 0 1265 1 0 0 25 0 5 0 517907587 298336256 17905 33554432000 4194304 5787044 140735690509600 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 300044

[startup+25.5012 s]
/proc/loadavg: 8.12 8.11 8.04 9/188 13826
/proc/meminfo: memFree=25770316/32950928 swapFree=67111364/67111528
[pid=13819] ppid=13817 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13819/stat : 13819 (prissAuto.sh) S 13817 13819 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517907584 8908800 252 33554432000 4194304 4922060 140735629911952 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13819/statm: 2175 252 211 178 0 68 0
[pid=13820] ppid=13819 vsize=298072 CPUtime=101.74 cores=1,3,5,7
/proc/13820/stat : 13820 (priss) S 13819 13819 12570 0 -1 4202496 28087 0 0 0 10159 15 0 0 25 0 5 0 517907584 305225728 24278 33554432000 4194304 5787044 140735690509600 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/13820/statm: 74518 24278 419 389 0 70268 0
[pid=13820/tid=13822] ppid=13819 vsize=298072 CPUtime=25.39 cores=1,3,5,7
/proc/13820/task/13822/stat : 13822 (priss) R 13819 13819 12570 0 -1 4202560 5892 0 0 0 2535 4 0 0 25 0 5 0 517907586 305225728 24278 33554432000 4194304 5787044 140735690509600 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=13820/tid=13823] ppid=13819 vsize=298072 CPUtime=25.38 cores=1,3,5,7
/proc/13820/task/13823/stat : 13823 (priss) R 13819 13819 12570 0 -1 4202560 6177 0 0 0 2536 2 0 0 25 0 5 0 517907586 305225728 24278 33554432000 4194304 5787044 140735690509600 18446744073709551615 5576656 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=13820/tid=13824] ppid=13819 vsize=298072 CPUtime=25.46 cores=1,3,5,7
/proc/13820/task/13824/stat : 13824 (priss) R 13819 13819 12570 0 -1 4202560 5491 0 0 0 2542 4 0 0 25 0 5 0 517907586 305225728 24278 33554432000 4194304 5787044 140735690509600 18446744073709551615 4219885 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=13820/tid=13825] ppid=13819 vsize=298072 CPUtime=25.45 cores=1,3,5,7
/proc/13820/task/13825/stat : 13825 (priss) R 13819 13819 12570 0 -1 4202560 7739 0 0 0 2542 3 0 0 25 0 5 0 517907587 305225728 24278 33554432000 4194304 5787044 140735690509600 18446744073709551615 5527147 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.74
Current children cumulated vsize (KiB) 306772

[startup+51.1013 s]
/proc/loadavg: 8.08 8.10 8.03 9/188 13827
/proc/meminfo: memFree=25721292/32950928 swapFree=67111364/67111528
[pid=13819] ppid=13817 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13819/stat : 13819 (prissAuto.sh) S 13817 13819 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517907584 8908800 252 33554432000 4194304 4922060 140735629911952 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13819/statm: 2175 252 211 178 0 68 0
[pid=13820] ppid=13819 vsize=313660 CPUtime=203.99 cores=1,3,5,7
/proc/13820/stat : 13820 (priss) S 13819 13819 12570 0 -1 4202496 39704 0 0 0 20370 29 0 0 25 0 5 0 517907584 321187840 35893 33554432000 4194304 5787044 140735690509600 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/13820/statm: 78415 35893 419 389 0 74165 0
[pid=13820/tid=13822] ppid=13819 vsize=313660 CPUtime=50.98 cores=1,3,5,7
/proc/13820/task/13822/stat : 13822 (priss) R 13819 13819 12570 0 -1 4202560 7924 0 0 0 5091 7 0 0 25 0 5 0 517907586 321187840 35893 33554432000 4194304 5787044 140735690509600 18446744073709551615 5590803 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=13820/tid=13823] ppid=13819 vsize=313660 CPUtime=50.84 cores=1,3,5,7
/proc/13820/task/13823/stat : 13823 (priss) R 13819 13819 12570 0 -1 4202560 9307 0 0 0 5078 6 0 0 25 0 5 0 517907586 321187840 35893 33554432000 4194304 5787044 140735690509600 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=13820/tid=13824] ppid=13819 vsize=313660 CPUtime=51.05 cores=1,3,5,7
/proc/13820/task/13824/stat : 13824 (priss) R 13819 13819 12570 0 -1 4202560 8422 0 0 0 5097 8 0 0 25 0 5 0 517907586 321187840 35893 33554432000 4194304 5787044 140735690509600 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=13820/tid=13825] ppid=13819 vsize=313660 CPUtime=51.05 cores=1,3,5,7
/proc/13820/task/13825/stat : 13825 (priss) R 13819 13819 12570 0 -1 4202560 11263 0 0 0 5099 6 0 0 25 0 5 0 517907587 321187840 35893 33554432000 4194304 5787044 140735690509600 18446744073709551615 5528099 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.99
Current children cumulated vsize (KiB) 322360

[startup+102.307 s]
/proc/loadavg: 8.03 8.08 8.03 9/188 13828
/proc/meminfo: memFree=25615008/32950928 swapFree=67111364/67111528
[pid=13819] ppid=13817 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13819/stat : 13819 (prissAuto.sh) S 13817 13819 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517907584 8908800 252 33554432000 4194304 4922060 140735629911952 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13819/statm: 2175 252 211 178 0 68 0
[pid=13820] ppid=13819 vsize=341460 CPUtime=408.48 cores=1,3,5,7
/proc/13820/stat : 13820 (priss) S 13819 13819 12570 0 -1 4202496 66089 0 0 0 40785 63 0 0 25 0 5 0 517907584 349655040 62227 33554432000 4194304 5787044 140735690509600 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/13820/statm: 85365 62227 419 389 0 81115 0
[pid=13820/tid=13822] ppid=13819 vsize=341460 CPUtime=101.91 cores=1,3,5,7
/proc/13820/task/13822/stat : 13822 (priss) R 13819 13819 12570 0 -1 4202560 14581 0 0 0 10173 18 0 0 25 0 5 0 517907586 349655040 62227 33554432000 4194304 5787044 140735690509600 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=13820/tid=13823] ppid=13819 vsize=341460 CPUtime=102.02 cores=1,3,5,7
/proc/13820/task/13823/stat : 13823 (priss) R 13819 13819 12570 0 -1 4202560 15593 0 0 0 10187 15 0 0 25 0 5 0 517907586 349655040 62227 33554432000 4194304 5787044 140735690509600 18446744073709551615 5590417 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=13820/tid=13824] ppid=13819 vsize=341460 CPUtime=102.25 cores=1,3,5,7
/proc/13820/task/13824/stat : 13824 (priss) R 13819 13819 12570 0 -1 4202560 14833 0 0 0 10210 15 0 0 25 0 5 0 517907586 349655040 62227 33554432000 4194304 5787044 140735690509600 18446744073709551615 5591342 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=13820/tid=13825] ppid=13819 vsize=341460 CPUtime=102.24 cores=1,3,5,7

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

/proc/13820/task/13823/stat : 13823 (priss) R 13819 13819 12570 0 -1 4202560 53101 0 0 0 87947 61 0 0 25 0 5 0 517907586 1067958272 209179 33554432000 4194304 5787044 140735690509600 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=13820/tid=13824] ppid=13819 vsize=1042928 CPUtime=882.19 cores=1,3,5,7
/proc/13820/task/13824/stat : 13824 (priss) R 13819 13819 12570 0 -1 4202560 49162 0 0 0 88164 55 0 0 25 0 5 0 517907586 1067958272 209179 33554432000 4194304 5787044 140735690509600 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=13820/tid=13825] ppid=13819 vsize=1042928 CPUtime=880.5 cores=1,3,5,7
/proc/13820/task/13825/stat : 13825 (priss) R 13819 13819 12570 0 -1 4202560 57091 0 0 0 87981 69 0 0 25 0 5 0 517907587 1067958272 209179 33554432000 4194304 5787044 140735690509600 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.07
Current children cumulated vsize (KiB) 1051628

[startup+942.301 s]
/proc/loadavg: 8.16 8.10 8.02 9/188 13883
/proc/meminfo: memFree=24639180/32950928 swapFree=67111364/67111528
[pid=13819] ppid=13817 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13819/stat : 13819 (prissAuto.sh) S 13817 13819 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517907584 8908800 252 33554432000 4194304 4922060 140735629911952 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13819/statm: 2175 252 211 178 0 68 0
[pid=13820] ppid=13819 vsize=1042928 CPUtime=3763.75 cores=1,3,5,7
/proc/13820/stat : 13820 (priss) S 13819 13819 12570 0 -1 4202496 213925 0 0 0 376114 261 0 0 25 0 5 0 517907584 1067958272 209179 33554432000 4194304 5787044 140735690509600 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/13820/statm: 260732 209179 419 389 0 256482 0
[pid=13820/tid=13822] ppid=13819 vsize=1042928 CPUtime=940.92 cores=1,3,5,7
/proc/13820/task/13822/stat : 13822 (priss) R 13819 13819 12570 0 -1 4202560 51783 0 0 0 94019 73 0 0 25 0 5 0 517907586 1067958272 209179 33554432000 4194304 5787044 140735690509600 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=13820/tid=13823] ppid=13819 vsize=1042928 CPUtime=940.08 cores=1,3,5,7
/proc/13820/task/13823/stat : 13823 (priss) R 13819 13819 12570 0 -1 4202560 53101 0 0 0 93947 61 0 0 25 0 5 0 517907586 1067958272 209179 33554432000 4194304 5787044 140735690509600 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=13820/tid=13824] ppid=13819 vsize=1042928 CPUtime=942.2 cores=1,3,5,7
/proc/13820/task/13824/stat : 13824 (priss) R 13819 13819 12570 0 -1 4202560 49162 0 0 0 94164 56 0 0 25 0 5 0 517907586 1067958272 209179 33554432000 4194304 5787044 140735690509600 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=13820/tid=13825] ppid=13819 vsize=1042928 CPUtime=940.5 cores=1,3,5,7
/proc/13820/task/13825/stat : 13825 (priss) R 13819 13819 12570 0 -1 4202560 57091 0 0 0 93981 69 0 0 25 0 5 0 517907587 1067958272 209179 33554432000 4194304 5787044 140735690509600 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3763.75
Current children cumulated vsize (KiB) 1051628

[startup+1002.3 s]
/proc/loadavg: 8.12 8.09 8.02 9/188 13894
/proc/meminfo: memFree=24627288/32950928 swapFree=67111364/67111528
[pid=13819] ppid=13817 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13819/stat : 13819 (prissAuto.sh) S 13817 13819 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517907584 8908800 252 33554432000 4194304 4922060 140735629911952 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13819/statm: 2175 252 211 178 0 68 0
[pid=13820] ppid=13819 vsize=1042928 CPUtime=4003.41 cores=1,3,5,7
/proc/13820/stat : 13820 (priss) S 13819 13819 12570 0 -1 4202496 213925 0 0 0 400080 261 0 0 25 0 5 0 517907584 1067958272 209179 33554432000 4194304 5787044 140735690509600 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/13820/statm: 260732 209179 419 389 0 256482 0
[pid=13820/tid=13822] ppid=13819 vsize=1042928 CPUtime=1000.59 cores=1,3,5,7
/proc/13820/task/13822/stat : 13822 (priss) R 13819 13819 12570 0 -1 4202560 51783 0 0 0 99986 73 0 0 25 0 5 0 517907586 1067958272 209179 33554432000 4194304 5787044 140735690509600 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=13820/tid=13823] ppid=13819 vsize=1042928 CPUtime=1000.07 cores=1,3,5,7
/proc/13820/task/13823/stat : 13823 (priss) R 13819 13819 12570 0 -1 4202560 53101 0 0 0 99946 61 0 0 25 0 5 0 517907586 1067958272 209179 33554432000 4194304 5787044 140735690509600 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=13820/tid=13824] ppid=13819 vsize=1042928 CPUtime=1002.2 cores=1,3,5,7
/proc/13820/task/13824/stat : 13824 (priss) R 13819 13819 12570 0 -1 4202560 49162 0 0 0 100164 56 0 0 25 0 5 0 517907586 1067958272 209179 33554432000 4194304 5787044 140735690509600 18446744073709551615 4218330 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=13820/tid=13825] ppid=13819 vsize=1042928 CPUtime=1000.5 cores=1,3,5,7
/proc/13820/task/13825/stat : 13825 (priss) R 13819 13819 12570 0 -1 4202560 57091 0 0 0 99981 69 0 0 25 0 5 0 517907587 1067958272 209179 33554432000 4194304 5787044 140735690509600 18446744073709551615 4254912 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.41
Current children cumulated vsize (KiB) 1051628

[startup+1062.3 s]
/proc/loadavg: 8.09 8.09 8.02 9/188 13895
/proc/meminfo: memFree=24627356/32950928 swapFree=67111364/67111528
[pid=13819] ppid=13817 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13819/stat : 13819 (prissAuto.sh) S 13817 13819 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517907584 8908800 252 33554432000 4194304 4922060 140735629911952 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13819/statm: 2175 252 211 178 0 68 0
[pid=13820] ppid=13819 vsize=1042928 CPUtime=4243.09 cores=1,3,5,7
/proc/13820/stat : 13820 (priss) S 13819 13819 12570 0 -1 4202496 213925 0 0 0 424048 261 0 0 25 0 5 0 517907584 1067958272 209179 33554432000 4194304 5787044 140735690509600 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/13820/statm: 260732 209179 419 389 0 256482 0
[pid=13820/tid=13822] ppid=13819 vsize=1042928 CPUtime=1060.26 cores=1,3,5,7
/proc/13820/task/13822/stat : 13822 (priss) R 13819 13819 12570 0 -1 4202560 51783 0 0 0 105953 73 0 0 25 0 5 0 517907586 1067958272 209179 33554432000 4194304 5787044 140735690509600 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=13820/tid=13823] ppid=13819 vsize=1042928 CPUtime=1060.07 cores=1,3,5,7
/proc/13820/task/13823/stat : 13823 (priss) R 13819 13819 12570 0 -1 4202560 53101 0 0 0 105946 61 0 0 25 0 5 0 517907586 1067958272 209179 33554432000 4194304 5787044 140735690509600 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=13820/tid=13824] ppid=13819 vsize=1042928 CPUtime=1062.19 cores=1,3,5,7
/proc/13820/task/13824/stat : 13824 (priss) R 13819 13819 12570 0 -1 4202560 49162 0 0 0 106163 56 0 0 25 0 5 0 517907586 1067958272 209179 33554432000 4194304 5787044 140735690509600 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=13820/tid=13825] ppid=13819 vsize=1042928 CPUtime=1060.5 cores=1,3,5,7
/proc/13820/task/13825/stat : 13825 (priss) R 13819 13819 12570 0 -1 4202560 57091 0 0 0 105981 69 0 0 25 0 5 0 517907587 1067958272 209179 33554432000 4194304 5787044 140735690509600 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.09
Current children cumulated vsize (KiB) 1051628

[startup+1122.3 s]
/proc/loadavg: 8.08 8.08 8.02 9/188 13897
/proc/meminfo: memFree=24627312/32950928 swapFree=67111364/67111528
[pid=13819] ppid=13817 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13819/stat : 13819 (prissAuto.sh) S 13817 13819 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517907584 8908800 252 33554432000 4194304 4922060 140735629911952 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13819/statm: 2175 252 211 178 0 68 0
[pid=13820] ppid=13819 vsize=1042928 CPUtime=4482.77 cores=1,3,5,7
/proc/13820/stat : 13820 (priss) S 13819 13819 12570 0 -1 4202496 213940 0 0 0 448015 262 0 0 25 0 5 0 517907584 1067958272 209194 33554432000 4194304 5787044 140735690509600 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/13820/statm: 260732 209194 419 389 0 256482 0
[pid=13820/tid=13822] ppid=13819 vsize=1042928 CPUtime=1119.94 cores=1,3,5,7
/proc/13820/task/13822/stat : 13822 (priss) R 13819 13819 12570 0 -1 4202560 51786 0 0 0 111921 73 0 0 25 0 5 0 517907586 1067958272 209194 33554432000 4194304 5787044 140735690509600 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=13820/tid=13823] ppid=13819 vsize=1042928 CPUtime=1120.07 cores=1,3,5,7
/proc/13820/task/13823/stat : 13823 (priss) R 13819 13819 12570 0 -1 4202560 53110 0 0 0 111946 61 0 0 25 0 5 0 517907586 1067958272 209194 33554432000 4194304 5787044 140735690509600 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=13820/tid=13824] ppid=13819 vsize=1042928 CPUtime=1122.19 cores=1,3,5,7
/proc/13820/task/13824/stat : 13824 (priss) R 13819 13819 12570 0 -1 4202560 49165 0 0 0 112163 56 0 0 25 0 5 0 517907586 1067958272 209194 33554432000 4194304 5787044 140735690509600 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=13820/tid=13825] ppid=13819 vsize=1042928 CPUtime=1120.5 cores=1,3,5,7
/proc/13820/task/13825/stat : 13825 (priss) R 13819 13819 12570 0 -1 4202560 57091 0 0 0 111981 69 0 0 25 0 5 0 517907587 1067958272 209194 33554432000 4194304 5787044 140735690509600 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4482.77
Current children cumulated vsize (KiB) 1051628

[startup+1182.3 s]
/proc/loadavg: 8.42 8.16 8.04 10/189 13902
/proc/meminfo: memFree=24582368/32950928 swapFree=67111364/67111528
[pid=13819] ppid=13817 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13819/stat : 13819 (prissAuto.sh) S 13817 13819 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517907584 8908800 252 33554432000 4194304 4922060 140735629911952 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13819/statm: 2175 252 211 178 0 68 0
[pid=13820] ppid=13819 vsize=1052176 CPUtime=4721.91 cores=1,3,5,7
/proc/13820/stat : 13820 (priss) S 13819 13819 12570 0 -1 4202496 218887 0 0 0 471925 266 0 0 25 0 5 0 517907584 1077428224 214141 33554432000 4194304 5787044 140735690509600 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/13820/statm: 263044 214141 419 389 0 258794 0
[pid=13820/tid=13822] ppid=13819 vsize=1052176 CPUtime=1179.35 cores=1,3,5,7
/proc/13820/task/13822/stat : 13822 (priss) R 13819 13819 12570 0 -1 4202560 54287 0 0 0 117858 77 0 0 25 0 5 0 517907586 1077428224 214141 33554432000 4194304 5787044 140735690509600 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=13820/tid=13823] ppid=13819 vsize=1052176 CPUtime=1179.8 cores=1,3,5,7
/proc/13820/task/13823/stat : 13823 (priss) R 13819 13819 12570 0 -1 4202560 53137 0 0 0 117919 61 0 0 25 0 5 0 517907586 1077428224 214141 33554432000 4194304 5787044 140735690509600 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=13820/tid=13824] ppid=13819 vsize=1052176 CPUtime=1182.19 cores=1,3,5,7
/proc/13820/task/13824/stat : 13824 (priss) R 13819 13819 12570 0 -1 4202560 49191 0 0 0 118163 56 0 0 25 0 5 0 517907586 1077428224 214141 33554432000 4194304 5787044 140735690509600 18446744073709551615 5591640 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=13820/tid=13825] ppid=13819 vsize=1052176 CPUtime=1180.5 cores=1,3,5,7
/proc/13820/task/13825/stat : 13825 (priss) R 13819 13819 12570 0 -1 4202560 59484 0 0 0 117980 70 0 0 25 0 5 0 517907587 1077428224 214141 33554432000 4194304 5787044 140735690509600 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4721.91
Current children cumulated vsize (KiB) 1060876



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 8.36 8.17 8.05 9/188 13902
/proc/meminfo: memFree=24592236/32950928 swapFree=67111364/67111528
[pid=13819] ppid=13817 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13819/stat : 13819 (prissAuto.sh) S 13817 13819 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517907584 8908800 252 33554432000 4194304 4922060 140735629911952 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13819/statm: 2175 252 211 178 0 68 0
[pid=13820] ppid=13819 vsize=1124444 CPUtime=4800.04 cores=1,3,5,7
/proc/13820/stat : 13820 (priss) S 13819 13819 12570 0 -1 4202496 223004 0 0 0 479732 272 0 0 25 0 5 0 517907584 1151430656 218258 33554432000 4194304 5787044 140735690509600 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/13820/statm: 281111 218258 419 389 0 276861 0
[pid=13820/tid=13822] ppid=13819 vsize=1124444 CPUtime=1198.84 cores=1,3,5,7
/proc/13820/task/13822/stat : 13822 (priss) R 13819 13819 12570 0 -1 4202560 56131 0 0 0 119804 80 0 0 25 0 5 0 517907586 1151430656 218258 33554432000 4194304 5787044 140735690509600 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=13820/tid=13823] ppid=13819 vsize=1124444 CPUtime=1199.23 cores=1,3,5,7
/proc/13820/task/13823/stat : 13823 (priss) R 13819 13819 12570 0 -1 4202560 53363 0 0 0 119862 61 0 0 25 0 5 0 517907586 1151430656 218258 33554432000 4194304 5787044 140735690509600 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=13820/tid=13824] ppid=13819 vsize=1124444 CPUtime=1201.79 cores=1,3,5,7
/proc/13820/task/13824/stat : 13824 (priss) R 13819 13819 12570 0 -1 4202560 49524 0 0 0 120123 56 0 0 25 0 5 0 517907586 1151430656 218258 33554432000 4194304 5787044 140735690509600 18446744073709551615 5591552 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=13820/tid=13825] ppid=13819 vsize=1124444 CPUtime=1200.11 cores=1,3,5,7
/proc/13820/task/13825/stat : 13825 (priss) R 13819 13819 12570 0 -1 4202560 61198 0 0 0 119939 72 0 0 25 0 5 0 517907587 1151430656 218258 33554432000 4194304 5787044 140735690509600 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.04
Current children cumulated vsize (KiB) 1133144

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.36 8.17 8.05 9/188 13902
/proc/meminfo: memFree=24592236/32950928 swapFree=67111364/67111528
[pid=13819] ppid=13817 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13819/stat : 13819 (prissAuto.sh) S 13817 13819 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517907584 8908800 252 33554432000 4194304 4922060 140735629911952 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13819/statm: 2175 252 211 178 0 68 0
[pid=13820] ppid=13819 vsize=1124444 CPUtime=4800.04 cores=1,3,5,7
/proc/13820/stat : 13820 (priss) S 13819 13819 12570 0 -1 4202496 223004 0 0 0 479732 272 0 0 25 0 5 0 517907584 1151430656 218258 33554432000 4194304 5787044 140735690509600 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/13820/statm: 281111 218258 419 389 0 276861 0
[pid=13820/tid=13822] ppid=13819 vsize=1124444 CPUtime=1198.84 cores=1,3,5,7
/proc/13820/task/13822/stat : 13822 (priss) R 13819 13819 12570 0 -1 4202560 56131 0 0 0 119804 80 0 0 25 0 5 0 517907586 1151430656 218258 33554432000 4194304 5787044 140735690509600 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=13820/tid=13823] ppid=13819 vsize=1124444 CPUtime=1199.23 cores=1,3,5,7
/proc/13820/task/13823/stat : 13823 (priss) R 13819 13819 12570 0 -1 4202560 53363 0 0 0 119862 61 0 0 25 0 5 0 517907586 1151430656 218258 33554432000 4194304 5787044 140735690509600 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=13820/tid=13824] ppid=13819 vsize=1124444 CPUtime=1201.79 cores=1,3,5,7
/proc/13820/task/13824/stat : 13824 (priss) R 13819 13819 12570 0 -1 4202560 49524 0 0 0 120123 56 0 0 25 0 5 0 517907586 1151430656 218258 33554432000 4194304 5787044 140735690509600 18446744073709551615 5591552 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=13820/tid=13825] ppid=13819 vsize=1124444 CPUtime=1200.11 cores=1,3,5,7
/proc/13820/task/13825/stat : 13825 (priss) R 13819 13819 12570 0 -1 4202560 61198 0 0 0 119939 72 0 0 25 0 5 0 517907587 1151430656 218258 33554432000 4194304 5787044 140735690509600 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.04
Current children cumulated vsize (KiB) 1133144

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13819 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.04
#
# 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.04
CPU user time (s): 4797.32
CPU system time (s): 2.72
CPU usage (%): 399.365
Max. virtual memory (cumulated for all children) (KiB): 1133144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 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= 5
involuntary context switches= 2

runsolver used 1.61975 second user time and 4.94925 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-29 09:44:39
IDJOB=3262691
IDBENCH=83796
IDSOLVER=1602
FILE ID=node127/3262691-1304063079
RUNJOBID= node127-1304052231-12589
PBS_JOBID= 13170417
Free space on /tmp= 71816 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT03/handmade/gomes/bqwh/bqwh.50.825.shuffled-as.sat03-1648.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3262691-1304063079/watcher-3262691-1304063079 -o /tmp/evaluation-result-3262691-1304063079/solver-3262691-1304063079 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3262691-1304063079.cnf 1736182578 4800 15500 4

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

MD5SUM BENCH= 05a191325d89de504821b55dea51ca7f
RANDOM SEED=1736182578

node127.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      25865220 kB
Buffers:       1387432 kB
Cached:        4701380 kB
SwapCached:          0 kB
Active:        2196672 kB
Inactive:      4413808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      25865220 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            1992 kB
Writeback:           0 kB
AnonPages:      521672 kB
Mapped:          15620 kB
Slab:           409844 kB
PageTables:       5744 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   717712 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= 71816 MiB
End job on node127 at 2011-04-29 10:04:43