Trace number 3258467

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

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v2400c266431gyes6.cnf
MD5SUMe23fefb786281285c1d045e8bc698d74
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2400
Number of clauses266431
Sum of the clauses size535112
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266356
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

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: 30028
0.00/0.00	c setup for 4cores
0.00/0.06	c parsetime: 58210us
0.00/0.06	c parsed 266431 clauses with 2400 variables
0.00/0.07	c NW started thread 0 successfully (1109711168)
0.00/0.10	c NW started thread 1 successfully (1090242880)
0.00/0.13	c NW started thread 2 successfully (1120201024)
0.00/0.15	c NW started thread 3 successfully (1130690880)
43.62/11.12	c preprocessor returned 10005 variables
43.62/11.12	c preprocessing returned UNKNOWN
43.62/11.12	c PP set 0 variables
43.62/11.12	c pp time: 10985078us (10s)
43.62/11.12	c preprocessor returned 10005 variables
43.62/11.12	c preprocessing returned UNKNOWN
43.62/11.12	c PP set 0 variables
43.62/11.12	c pp time: 10963610us (10s)
43.62/11.13	c preprocessor returned 10005 variables
43.62/11.13	c preprocessing returned UNKNOWN
43.62/11.13	c PP set 0 variables
43.62/11.13	c pp time: 11052199us (11s)
77.19/19.59	c preprocessor returned 30023 variables
77.19/19.59	c preprocessing returned UNKNOWN
77.19/19.59	c PP set 0 variables
77.19/19.59	c pp time: 19438185us (19s)

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-3258467-1304044909/watcher-3258467-1304044909 -o /tmp/evaluation-result-3258467-1304044909/solver-3258467-1304044909 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3258467-1304044909.cnf 1032525040 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: 4.10 4.05 4.33 1/171 30027
/proc/meminfo: memFree=15165072/32950928 swapFree=67111528/67111528
[pid=30027] ppid=30025 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30027/stat : 30027 (prissAuto.sh) S 30025 30027 27798 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516090619 8908800 252 33554432000 4194304 4922060 140735429929200 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30027/statm: 2175 252 211 178 0 68 0

[startup+0.010434 s]
/proc/loadavg: 4.10 4.05 4.33 1/171 30027
/proc/meminfo: memFree=15165072/32950928 swapFree=67111528/67111528
[pid=30027] ppid=30025 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30027/stat : 30027 (prissAuto.sh) S 30025 30027 27798 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516090619 8908800 252 33554432000 4194304 4922060 140735429929200 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30027/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100879 s]
/proc/loadavg: 4.10 4.05 4.33 1/171 30027
/proc/meminfo: memFree=15165072/32950928 swapFree=67111528/67111528
[pid=30027] ppid=30025 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30027/stat : 30027 (prissAuto.sh) S 30025 30027 27798 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516090619 8908800 252 33554432000 4194304 4922060 140735429929200 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30027/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301741 s]
/proc/loadavg: 4.10 4.05 4.33 1/171 30027
/proc/meminfo: memFree=15165072/32950928 swapFree=67111528/67111528
[pid=30027] ppid=30025 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30027/stat : 30027 (prissAuto.sh) S 30025 30027 27798 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516090619 8908800 252 33554432000 4194304 4922060 140735429929200 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30027/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.30121 s]
/proc/loadavg: 4.10 4.05 4.33 1/171 30027
/proc/meminfo: memFree=15165072/32950928 swapFree=67111528/67111528
[pid=30027] ppid=30025 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30027/stat : 30027 (prissAuto.sh) S 30025 30027 27798 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516090619 8908800 252 33554432000 4194304 4922060 140735429929200 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30027/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50017 s]
/proc/loadavg: 4.10 4.05 4.33 1/171 30027
/proc/meminfo: memFree=15165072/32950928 swapFree=67111528/67111528
[pid=30027] ppid=30025 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30027/stat : 30027 (prissAuto.sh) S 30025 30027 27798 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516090619 8908800 252 33554432000 4194304 4922060 140735429929200 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30027/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10689 s]
/proc/loadavg: 4.01 4.03 4.32 5/177 30033
/proc/meminfo: memFree=15077996/32950928 swapFree=67111528/67111528
[pid=30027] ppid=30025 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30027/stat : 30027 (prissAuto.sh) S 30025 30027 27798 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516090619 8908800 252 33554432000 4194304 4922060 140735429929200 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30027/statm: 2175 252 211 178 0 68 0
[pid=30028] ppid=30027 vsize=321596 CPUtime=11.69 cores=1,3,5,7
/proc/30028/stat : 30028 (priss) S 30027 30027 27798 0 -1 4202496 46122 0 0 0 1143 26 0 0 18 0 5 0 516090619 329314304 21802 33554432000 4194304 5787044 140733920294688 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/30028/statm: 80399 21802 350 389 0 76149 0
[pid=30028/tid=30030] ppid=30027 vsize=321596 CPUtime=2.9 cores=1,3,5,7
/proc/30028/task/30030/stat : 30030 (priss) R 30027 30027 27798 0 -1 4202560 8649 0 0 0 284 6 0 0 23 0 5 0 516090627 329314304 21802 33554432000 4194304 5787044 140733920294688 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30028/tid=30031] ppid=30027 vsize=321596 CPUtime=2.91 cores=1,3,5,7
/proc/30028/task/30031/stat : 30031 (priss) R 30027 30027 27798 0 -1 4202560 8796 0 0 0 283 8 0 0 23 0 5 0 516090629 329314304 21802 33554432000 4194304 5787044 140733920294688 18446744073709551615 4336560 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30028/tid=30032] ppid=30027 vsize=321596 CPUtime=2.88 cores=1,3,5,7
/proc/30028/task/30032/stat : 30032 (priss) R 30027 30027 27798 0 -1 4202560 8408 0 0 0 281 7 0 0 23 0 5 0 516090632 329314304 21802 33554432000 4194304 5787044 140733920294688 18446744073709551615 4336773 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30028/tid=30033] ppid=30027 vsize=321596 CPUtime=2.83 cores=1,3,5,7
/proc/30028/task/30033/stat : 30033 (priss) R 30027 30027 27798 0 -1 4202560 6739 0 0 0 281 2 0 0 22 0 5 0 516090635 329314304 21802 33554432000 4194304 5787044 140733920294688 18446744073709551615 4336804 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.69
Current children cumulated vsize (KiB) 330296

[startup+6.30033 s]
/proc/loadavg: 4.01 4.03 4.32 5/177 30033
/proc/meminfo: memFree=15077820/32950928 swapFree=67111528/67111528
[pid=30027] ppid=30025 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30027/stat : 30027 (prissAuto.sh) S 30025 30027 27798 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516090619 8908800 252 33554432000 4194304 4922060 140735429929200 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30027/statm: 2175 252 211 178 0 68 0
[pid=30028] ppid=30027 vsize=321596 CPUtime=24.47 cores=1,3,5,7
/proc/30028/stat : 30028 (priss) S 30027 30027 27798 0 -1 4202496 46122 0 0 0 2421 26 0 0 18 0 5 0 516090619 329314304 21802 33554432000 4194304 5787044 140733920294688 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/30028/statm: 80399 21802 350 389 0 76149 0
[pid=30028/tid=30030] ppid=30027 vsize=321596 CPUtime=6.08 cores=1,3,5,7
/proc/30028/task/30030/stat : 30030 (priss) R 30027 30027 27798 0 -1 4202560 8649 0 0 0 602 6 0 0 25 0 5 0 516090627 329314304 21802 33554432000 4194304 5787044 140733920294688 18446744073709551615 4336808 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30028/tid=30031] ppid=30027 vsize=321596 CPUtime=6.11 cores=1,3,5,7
/proc/30028/task/30031/stat : 30031 (priss) R 30027 30027 27798 0 -1 4202560 8796 0 0 0 603 8 0 0 25 0 5 0 516090629 329314304 21802 33554432000 4194304 5787044 140733920294688 18446744073709551615 4336786 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30028/tid=30032] ppid=30027 vsize=321596 CPUtime=6.08 cores=1,3,5,7
/proc/30028/task/30032/stat : 30032 (priss) R 30027 30027 27798 0 -1 4202560 8408 0 0 0 601 7 0 0 25 0 5 0 516090632 329314304 21802 33554432000 4194304 5787044 140733920294688 18446744073709551615 4336703 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30028/tid=30033] ppid=30027 vsize=321596 CPUtime=6.03 cores=1,3,5,7
/proc/30028/task/30033/stat : 30033 (priss) R 30027 30027 27798 0 -1 4202560 6739 0 0 0 601 2 0 0 25 0 5 0 516090635 329314304 21802 33554432000 4194304 5787044 140733920294688 18446744073709551615 4336718 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.47
Current children cumulated vsize (KiB) 330296

[startup+12.7012 s]
/proc/loadavg: 4.01 4.03 4.32 5/177 30033
/proc/meminfo: memFree=15031460/32950928 swapFree=67111528/67111528
[pid=30027] ppid=30025 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30027/stat : 30027 (prissAuto.sh) S 30025 30027 27798 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516090619 8908800 252 33554432000 4194304 4922060 140735429929200 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30027/statm: 2175 252 211 178 0 68 0
[pid=30028] ppid=30027 vsize=342512 CPUtime=50.02 cores=1,3,5,7
/proc/30028/stat : 30028 (priss) S 30027 30027 27798 0 -1 4202496 77051 0 0 0 4968 34 0 0 18 0 5 0 516090619 350732288 33957 33554432000 4194304 5787044 140733920294688 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/30028/statm: 85628 33957 404 389 0 81378 0
[pid=30028/tid=30030] ppid=30027 vsize=342512 CPUtime=12.44 cores=1,3,5,7
/proc/30028/task/30030/stat : 30030 (priss) R 30027 30027 27798 0 -1 4202560 18498 0 0 0 1236 8 0 0 25 0 5 0 516090627 350732288 33957 33554432000 4194304 5787044 140733920294688 18446744073709551615 5591596 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30028/tid=30031] ppid=30027 vsize=342512 CPUtime=12.5 cores=1,3,5,7
/proc/30028/task/30031/stat : 30031 (priss) R 30027 30027 27798 0 -1 4202560 17156 0 0 0 1240 10 0 0 20 0 5 0 516090629 350732288 33957 33554432000 4194304 5787044 140733920294688 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30028/tid=30032] ppid=30027 vsize=342512 CPUtime=12.48 cores=1,3,5,7
/proc/30028/task/30032/stat : 30032 (priss) R 30027 30027 27798 0 -1 4202560 19039 0 0 0 1238 10 0 0 20 0 5 0 516090632 350732288 33957 33554432000 4194304 5787044 140733920294688 18446744073709551615 274473622651 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30028/tid=30033] ppid=30027 vsize=342512 CPUtime=12.43 cores=1,3,5,7
/proc/30028/task/30033/stat : 30033 (priss) R 30027 30027 27798 0 -1 4202560 8828 0 0 0 1241 2 0 0 25 0 5 0 516090635 350732288 33957 33554432000 4194304 5787044 140733920294688 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.02
Current children cumulated vsize (KiB) 351212

[startup+25.5009 s]
/proc/loadavg: 4.08 4.04 4.32 5/177 30033
/proc/meminfo: memFree=15006780/32950928 swapFree=67111528/67111528
[pid=30027] ppid=30025 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30027/stat : 30027 (prissAuto.sh) S 30025 30027 27798 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516090619 8908800 252 33554432000 4194304 4922060 140735429929200 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30027/statm: 2175 252 211 178 0 68 0
[pid=30028] ppid=30027 vsize=350896 CPUtime=101.15 cores=1,3,5,7
/proc/30028/stat : 30028 (priss) S 30027 30027 27798 0 -1 4202496 88392 0 0 0 10078 37 0 0 18 0 5 0 516090619 359317504 40060 33554432000 4194304 5787044 140733920294688 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/30028/statm: 87724 40060 417 389 0 83474 0
[pid=30028/tid=30030] ppid=30027 vsize=350896 CPUtime=25.17 cores=1,3,5,7
/proc/30028/task/30030/stat : 30030 (priss) R 30027 30027 27798 0 -1 4202560 19801 0 0 0 2509 8 0 0 25 0 5 0 516090627 359317504 40060 33554432000 4194304 5787044 140733920294688 18446744073709551615 5590297 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30028/tid=30031] ppid=30027 vsize=350896 CPUtime=25.3 cores=1,3,5,7
/proc/30028/task/30031/stat : 30031 (priss) R 30027 30027 27798 0 -1 4202560 18401 0 0 0 2520 10 0 0 25 0 5 0 516090629 359317504 40060 33554432000 4194304 5787044 140733920294688 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30028/tid=30032] ppid=30027 vsize=350896 CPUtime=25.28 cores=1,3,5,7
/proc/30028/task/30032/stat : 30032 (priss) R 30027 30027 27798 0 -1 4202560 20560 0 0 0 2517 11 0 0 25 0 5 0 516090632 359317504 40060 33554432000 4194304 5787044 140733920294688 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30028/tid=30033] ppid=30027 vsize=350896 CPUtime=25.23 cores=1,3,5,7
/proc/30028/task/30033/stat : 30033 (priss) R 30027 30027 27798 0 -1 4202560 16100 0 0 0 2520 3 0 0 25 0 5 0 516090635 359317504 40060 33554432000 4194304 5787044 140733920294688 18446744073709551615 4229538 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.15
Current children cumulated vsize (KiB) 359596

[startup+51.1004 s]
/proc/loadavg: 4.05 4.04 4.31 5/177 30034
/proc/meminfo: memFree=14969432/32950928 swapFree=67111528/67111528
[pid=30027] ppid=30025 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30027/stat : 30027 (prissAuto.sh) S 30025 30027 27798 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516090619 8908800 252 33554432000 4194304 4922060 140735429929200 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30027/statm: 2175 252 211 178 0 68 0
[pid=30028] ppid=30027 vsize=359692 CPUtime=203.4 cores=1,3,5,7
/proc/30028/stat : 30028 (priss) S 30027 30027 27798 0 -1 4202496 98015 0 0 0 20298 42 0 0 18 0 5 0 516090619 368324608 49682 33554432000 4194304 5787044 140733920294688 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/30028/statm: 89923 49682 417 389 0 85673 0
[pid=30028/tid=30030] ppid=30027 vsize=359692 CPUtime=50.63 cores=1,3,5,7
/proc/30028/task/30030/stat : 30030 (priss) R 30027 30027 27798 0 -1 4202560 22207 0 0 0 5053 10 0 0 25 0 5 0 516090627 368324608 49682 33554432000 4194304 5787044 140733920294688 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30028/tid=30031] ppid=30027 vsize=359692 CPUtime=50.9 cores=1,3,5,7
/proc/30028/task/30031/stat : 30031 (priss) R 30027 30027 27798 0 -1 4202560 20772 0 0 0 5078 12 0 0 25 0 5 0 516090629 368324608 49682 33554432000 4194304 5787044 140733920294688 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30028/tid=30032] ppid=30027 vsize=359692 CPUtime=50.87 cores=1,3,5,7
/proc/30028/task/30032/stat : 30032 (priss) R 30027 30027 27798 0 -1 4202560 23199 0 0 0 5075 12 0 0 25 0 5 0 516090632 368324608 49682 33554432000 4194304 5787044 140733920294688 18446744073709551615 5591280 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30028/tid=30033] ppid=30027 vsize=359692 CPUtime=50.82 cores=1,3,5,7
/proc/30028/task/30033/stat : 30033 (priss) R 30027 30027 27798 0 -1 4202560 18307 0 0 0 5078 4 0 0 25 0 5 0 516090635 368324608 49682 33554432000 4194304 5787044 140733920294688 18446744073709551615 5528590 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.4
Current children cumulated vsize (KiB) 368392

[startup+102.3 s]
/proc/loadavg: 4.02 4.03 4.29 5/177 30035
/proc/meminfo: memFree=14905552/32950928 swapFree=67111528/67111528
[pid=30027] ppid=30025 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30027/stat : 30027 (prissAuto.sh) S 30025 30027 27798 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516090619 8908800 252 33554432000 4194304 4922060 140735429929200 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30027/statm: 2175 252 211 178 0 68 0
[pid=30028] ppid=30027 vsize=376788 CPUtime=407.86 cores=1,3,5,7
/proc/30028/stat : 30028 (priss) S 30027 30027 27798 0 -1 4202496 113389 0 0 0 40716 70 0 0 18 0 5 0 516090619 385830912 64990 33554432000 4194304 5787044 140733920294688 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/30028/statm: 94197 64990 417 389 0 89947 0
[pid=30028/tid=30030] ppid=30027 vsize=376788 CPUtime=101.54 cores=1,3,5,7
/proc/30028/task/30030/stat : 30030 (priss) R 30027 30027 27798 0 -1 4202560 27108 0 0 0 10135 19 0 0 25 0 5 0 516090627 385830912 64990 33554432000 4194304 5787044 140733920294688 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30028/tid=30031] ppid=30027 vsize=376788 CPUtime=102.08 cores=1,3,5,7
/proc/30028/task/30031/stat : 30031 (priss) R 30027 30027 27798 0 -1 4202560 24679 0 0 0 10187 21 0 0 25 0 5 0 516090629 385830912 64990 33554432000 4194304 5787044 140733920294688 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30028/tid=30032] ppid=30027 vsize=376788 CPUtime=102.05 cores=1,3,5,7
/proc/30028/task/30032/stat : 30032 (priss) R 30027 30027 27798 0 -1 4202560 27612 0 0 0 10185 20 0 0 25 0 5 0 516090632 385830912 64990 33554432000 4194304 5787044 140733920294688 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30028/tid=30033] ppid=30027 vsize=376788 CPUtime=102.01 cores=1,3,5,7
/proc/30028/task/30033/stat : 30033 (priss) R 30027 30027 27798 0 -1 4202560 20460 0 0 0 10195 6 0 0 25 0 5 0 516090635 385830912 64990 33554432000 4194304 5787044 140733920294688 18446744073709551615 5528394 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 407.86
Current children cumulated vsize (KiB) 385488

[startup+162.301 s]
/proc/loadavg: 4.00 4.02 4.27 5/177 30037
/proc/meminfo: memFree=14856172/32950928 swapFree=67111528/67111528
[pid=30027] ppid=30025 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30027/stat : 30027 (prissAuto.sh) S 30025 30027 27798 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516090619 8908800 252 33554432000 4194304 4922060 140735429929200 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30027/statm: 2175 252 211 178 0 68 0
[pid=30028] ppid=30027 vsize=392524 CPUtime=647.5 cores=1,3,5,7

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

/proc/30028/task/30031/stat : 30031 (priss) R 30027 30027 27798 0 -1 4202560 58034 0 0 0 82083 118 0 0 25 0 5 0 516090629 935399424 190281 33554432000 4194304 5787044 140733920294688 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30028/tid=30032] ppid=30027 vsize=913476 CPUtime=822 cores=1,3,5,7
/proc/30028/task/30032/stat : 30032 (priss) R 30027 30027 27798 0 -1 4202560 65441 0 0 0 82079 121 0 0 25 0 5 0 516090632 935399424 190281 33554432000 4194304 5787044 140733920294688 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30028/tid=30033] ppid=30027 vsize=913476 CPUtime=821.96 cores=1,3,5,7
/proc/30028/task/30033/stat : 30033 (priss) R 30027 30027 27798 0 -1 4202560 40851 0 0 0 82172 24 0 0 25 0 5 0 516090635 935399424 190281 33554432000 4194304 5787044 140733920294688 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3283.7
Current children cumulated vsize (KiB) 922176

[startup+882.301 s]
/proc/loadavg: 4.06 4.01 4.10 5/177 30056
/proc/meminfo: memFree=14330148/32950928 swapFree=67111528/67111528
[pid=30027] ppid=30025 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30027/stat : 30027 (prissAuto.sh) S 30025 30027 27798 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516090619 8908800 252 33554432000 4194304 4922060 140735429929200 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30027/statm: 2175 252 211 178 0 68 0
[pid=30028] ppid=30027 vsize=934356 CPUtime=3523.35 cores=1,3,5,7
/proc/30028/stat : 30028 (priss) S 30027 30027 27798 0 -1 4202496 259101 0 0 0 351914 421 0 0 18 0 5 0 516090619 956780544 208603 33554432000 4194304 5787044 140733920294688 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/30028/statm: 233589 208603 417 389 0 229339 0
[pid=30028/tid=30030] ppid=30027 vsize=934356 CPUtime=877.56 cores=1,3,5,7
/proc/30028/task/30030/stat : 30030 (priss) R 30027 30027 27798 0 -1 4202560 66151 0 0 0 87629 127 0 0 25 0 5 0 516090627 956780544 208603 33554432000 4194304 5787044 140733920294688 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30028/tid=30031] ppid=30027 vsize=934356 CPUtime=881.67 cores=1,3,5,7
/proc/30028/task/30031/stat : 30031 (priss) R 30027 30027 27798 0 -1 4202560 62499 0 0 0 88043 124 0 0 25 0 5 0 516090629 956780544 208603 33554432000 4194304 5787044 140733920294688 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30028/tid=30032] ppid=30027 vsize=934356 CPUtime=881.99 cores=1,3,5,7
/proc/30028/task/30032/stat : 30032 (priss) R 30027 30027 27798 0 -1 4202560 71811 0 0 0 88061 138 0 0 25 0 5 0 516090632 956780544 208603 33554432000 4194304 5787044 140733920294688 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30028/tid=30033] ppid=30027 vsize=934356 CPUtime=881.95 cores=1,3,5,7
/proc/30028/task/30033/stat : 30033 (priss) R 30027 30027 27798 0 -1 4202560 45110 0 0 0 88167 28 0 0 25 0 5 0 516090635 956780544 208603 33554432000 4194304 5787044 140733920294688 18446744073709551615 4238578 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3523.35
Current children cumulated vsize (KiB) 943056

[startup+942.301 s]
/proc/loadavg: 4.07 4.03 4.10 5/177 30058
/proc/meminfo: memFree=14325896/32950928 swapFree=67111528/67111528
[pid=30027] ppid=30025 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30027/stat : 30027 (prissAuto.sh) S 30025 30027 27798 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516090619 8908800 252 33554432000 4194304 4922060 140735429929200 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30027/statm: 2175 252 211 178 0 68 0
[pid=30028] ppid=30027 vsize=938196 CPUtime=3763.01 cores=1,3,5,7
/proc/30028/stat : 30028 (priss) S 30027 30027 27798 0 -1 4202496 260101 0 0 0 375879 422 0 0 18 0 5 0 516090619 960712704 209603 33554432000 4194304 5787044 140733920294688 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/30028/statm: 234549 209603 417 389 0 230299 0
[pid=30028/tid=30030] ppid=30027 vsize=938196 CPUtime=937.55 cores=1,3,5,7
/proc/30028/task/30030/stat : 30030 (priss) R 30027 30027 27798 0 -1 4202560 66151 0 0 0 93628 127 0 0 25 0 5 0 516090627 960712704 209603 33554432000 4194304 5787044 140733920294688 18446744073709551615 5591217 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30028/tid=30031] ppid=30027 vsize=938196 CPUtime=941.37 cores=1,3,5,7
/proc/30028/task/30031/stat : 30031 (priss) R 30027 30027 27798 0 -1 4202560 62500 0 0 0 94013 124 0 0 25 0 5 0 516090629 960712704 209603 33554432000 4194304 5787044 140733920294688 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30028/tid=30032] ppid=30027 vsize=938196 CPUtime=941.96 cores=1,3,5,7
/proc/30028/task/30032/stat : 30032 (priss) R 30027 30027 27798 0 -1 4202560 71811 0 0 0 94058 138 0 0 25 0 5 0 516090632 960712704 209603 33554432000 4194304 5787044 140733920294688 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30028/tid=30033] ppid=30027 vsize=938196 CPUtime=941.95 cores=1,3,5,7
/proc/30028/task/30033/stat : 30033 (priss) R 30027 30027 27798 0 -1 4202560 46109 0 0 0 94166 29 0 0 25 0 5 0 516090635 960712704 209603 33554432000 4194304 5787044 140733920294688 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3763.01
Current children cumulated vsize (KiB) 946896

[startup+1002.3 s]
/proc/loadavg: 4.07 4.03 4.09 5/177 30059
/proc/meminfo: memFree=14325868/32950928 swapFree=67111528/67111528
[pid=30027] ppid=30025 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30027/stat : 30027 (prissAuto.sh) S 30025 30027 27798 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516090619 8908800 252 33554432000 4194304 4922060 140735429929200 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30027/statm: 2175 252 211 178 0 68 0
[pid=30028] ppid=30027 vsize=938196 CPUtime=4002.69 cores=1,3,5,7
/proc/30028/stat : 30028 (priss) S 30027 30027 27798 0 -1 4202496 260103 0 0 0 399847 422 0 0 18 0 5 0 516090619 960712704 209605 33554432000 4194304 5787044 140733920294688 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/30028/statm: 234549 209605 417 389 0 230299 0
[pid=30028/tid=30030] ppid=30027 vsize=938196 CPUtime=997.55 cores=1,3,5,7
/proc/30028/task/30030/stat : 30030 (priss) R 30027 30027 27798 0 -1 4202560 66153 0 0 0 99628 127 0 0 25 0 5 0 516090627 960712704 209605 33554432000 4194304 5787044 140733920294688 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30028/tid=30031] ppid=30027 vsize=938196 CPUtime=1001.37 cores=1,3,5,7
/proc/30028/task/30031/stat : 30031 (priss) R 30027 30027 27798 0 -1 4202560 62500 0 0 0 100013 124 0 0 25 0 5 0 516090629 960712704 209605 33554432000 4194304 5787044 140733920294688 18446744073709551615 5586769 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30028/tid=30032] ppid=30027 vsize=938196 CPUtime=1001.63 cores=1,3,5,7
/proc/30028/task/30032/stat : 30032 (priss) R 30027 30027 27798 0 -1 4202560 71811 0 0 0 100025 138 0 0 25 0 5 0 516090632 960712704 209605 33554432000 4194304 5787044 140733920294688 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30028/tid=30033] ppid=30027 vsize=938196 CPUtime=1001.95 cores=1,3,5,7
/proc/30028/task/30033/stat : 30033 (priss) R 30027 30027 27798 0 -1 4202560 46109 0 0 0 100166 29 0 0 25 0 5 0 516090635 960712704 209605 33554432000 4194304 5787044 140733920294688 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4002.69
Current children cumulated vsize (KiB) 946896

[startup+1062.3 s]
/proc/loadavg: 4.07 4.04 4.09 5/177 30061
/proc/meminfo: memFree=14325832/32950928 swapFree=67111528/67111528
[pid=30027] ppid=30025 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30027/stat : 30027 (prissAuto.sh) S 30025 30027 27798 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516090619 8908800 252 33554432000 4194304 4922060 140735429929200 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30027/statm: 2175 252 211 178 0 68 0
[pid=30028] ppid=30027 vsize=938196 CPUtime=4242.39 cores=1,3,5,7
/proc/30028/stat : 30028 (priss) S 30027 30027 27798 0 -1 4202496 260117 0 0 0 423816 423 0 0 18 0 5 0 516090619 960712704 209619 33554432000 4194304 5787044 140733920294688 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/30028/statm: 234549 209619 417 389 0 230299 0
[pid=30028/tid=30030] ppid=30027 vsize=938196 CPUtime=1057.56 cores=1,3,5,7
/proc/30028/task/30030/stat : 30030 (priss) R 30027 30027 27798 0 -1 4202560 66158 0 0 0 105629 127 0 0 25 0 5 0 516090627 960712704 209619 33554432000 4194304 5787044 140733920294688 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30028/tid=30031] ppid=30027 vsize=938196 CPUtime=1061.39 cores=1,3,5,7
/proc/30028/task/30031/stat : 30031 (priss) R 30027 30027 27798 0 -1 4202560 62501 0 0 0 106014 125 0 0 25 0 5 0 516090629 960712704 209619 33554432000 4194304 5787044 140733920294688 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30028/tid=30032] ppid=30027 vsize=938196 CPUtime=1061.3 cores=1,3,5,7
/proc/30028/task/30032/stat : 30032 (priss) R 30027 30027 27798 0 -1 4202560 71812 0 0 0 105992 138 0 0 25 0 5 0 516090632 960712704 209619 33554432000 4194304 5787044 140733920294688 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30028/tid=30033] ppid=30027 vsize=938196 CPUtime=1061.96 cores=1,3,5,7
/proc/30028/task/30033/stat : 30033 (priss) R 30027 30027 27798 0 -1 4202560 46116 0 0 0 106167 29 0 0 25 0 5 0 516090635 960712704 209619 33554432000 4194304 5787044 140733920294688 18446744073709551615 4213868 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 946896

[startup+1122.3 s]
/proc/loadavg: 4.06 4.04 4.09 5/177 30063
/proc/meminfo: memFree=14321464/32950928 swapFree=67111528/67111528
[pid=30027] ppid=30025 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30027/stat : 30027 (prissAuto.sh) S 30025 30027 27798 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516090619 8908800 252 33554432000 4194304 4922060 140735429929200 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30027/statm: 2175 252 211 178 0 68 0
[pid=30028] ppid=30027 vsize=942296 CPUtime=4482.05 cores=1,3,5,7
/proc/30028/stat : 30028 (priss) S 30027 30027 27798 0 -1 4202496 261175 0 0 0 447781 424 0 0 18 0 5 0 516090619 964911104 210677 33554432000 4194304 5787044 140733920294688 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/30028/statm: 235574 210677 418 389 0 231324 0
[pid=30028/tid=30030] ppid=30027 vsize=942296 CPUtime=1117.55 cores=1,3,5,7
/proc/30028/task/30030/stat : 30030 (priss) R 30027 30027 27798 0 -1 4202560 66171 0 0 0 111628 127 0 0 25 0 5 0 516090627 964911104 210677 33554432000 4194304 5787044 140733920294688 18446744073709551615 4254570 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30028/tid=30031] ppid=30027 vsize=942296 CPUtime=1121.38 cores=1,3,5,7
/proc/30028/task/30031/stat : 30031 (priss) R 30027 30027 27798 0 -1 4202560 62519 0 0 0 112013 125 0 0 25 0 5 0 516090629 964911104 210677 33554432000 4194304 5787044 140733920294688 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30028/tid=30032] ppid=30027 vsize=942296 CPUtime=1120.98 cores=1,3,5,7
/proc/30028/task/30032/stat : 30032 (priss) R 30027 30027 27798 0 -1 4202560 72837 0 0 0 111959 139 0 0 25 0 5 0 516090632 964911104 210677 33554432000 4194304 5787044 140733920294688 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30028/tid=30033] ppid=30027 vsize=942296 CPUtime=1121.95 cores=1,3,5,7
/proc/30028/task/30033/stat : 30033 (priss) R 30027 30027 27798 0 -1 4202560 46118 0 0 0 112166 29 0 0 25 0 5 0 516090635 964911104 210677 33554432000 4194304 5787044 140733920294688 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4482.05
Current children cumulated vsize (KiB) 950996

[startup+1182.31 s]
/proc/loadavg: 4.06 4.05 4.09 5/177 30073
/proc/meminfo: memFree=14300836/32950928 swapFree=67111528/67111528
[pid=30027] ppid=30025 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30027/stat : 30027 (prissAuto.sh) S 30025 30027 27798 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516090619 8908800 252 33554432000 4194304 4922060 140735429929200 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30027/statm: 2175 252 211 178 0 68 0
[pid=30028] ppid=30027 vsize=954596 CPUtime=4721.73 cores=1,3,5,7
/proc/30028/stat : 30028 (priss) S 30027 30027 27798 0 -1 4202496 266126 0 0 0 471740 433 0 0 18 0 5 0 516090619 977506304 215628 33554432000 4194304 5787044 140733920294688 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/30028/statm: 238649 215628 418 389 0 234399 0
[pid=30028/tid=30030] ppid=30027 vsize=954596 CPUtime=1177.56 cores=1,3,5,7
/proc/30028/task/30030/stat : 30030 (priss) R 30027 30027 27798 0 -1 4202560 69413 0 0 0 117624 132 0 0 25 0 5 0 516090627 977506304 215628 33554432000 4194304 5787044 140733920294688 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30028/tid=30031] ppid=30027 vsize=954596 CPUtime=1181.39 cores=1,3,5,7
/proc/30028/task/30031/stat : 30031 (priss) R 30027 30027 27798 0 -1 4202560 63644 0 0 0 118010 129 0 0 25 0 5 0 516090629 977506304 215628 33554432000 4194304 5787044 140733920294688 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30028/tid=30032] ppid=30027 vsize=954596 CPUtime=1180.65 cores=1,3,5,7
/proc/30028/task/30032/stat : 30032 (priss) R 30027 30027 27798 0 -1 4202560 72863 0 0 0 117926 139 0 0 25 0 5 0 516090632 977506304 215628 33554432000 4194304 5787044 140733920294688 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30028/tid=30033] ppid=30027 vsize=954596 CPUtime=1181.95 cores=1,3,5,7
/proc/30028/task/30033/stat : 30033 (priss) R 30027 30027 27798 0 -1 4202560 46676 0 0 0 118166 29 0 0 25 0 5 0 516090635 977506304 215628 33554432000 4194304 5787044 140733920294688 18446744073709551615 5530944 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4721.73
Current children cumulated vsize (KiB) 963296



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 4.11 4.06 4.09 5/177 30074
/proc/meminfo: memFree=14285204/32950928 swapFree=67111528/67111528
[pid=30027] ppid=30025 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30027/stat : 30027 (prissAuto.sh) S 30025 30027 27798 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516090619 8908800 252 33554432000 4194304 4922060 140735429929200 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30027/statm: 2175 252 211 178 0 68 0
[pid=30028] ppid=30027 vsize=1022376 CPUtime=4800.02 cores=1,3,5,7
/proc/30028/stat : 30028 (priss) S 30027 30027 27798 0 -1 4202496 270036 0 0 0 479552 450 0 0 18 0 5 0 516090619 1046913024 219538 33554432000 4194304 5787044 140733920294688 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/30028/statm: 255594 219538 418 389 0 251344 0
[pid=30028/tid=30030] ppid=30027 vsize=1022376 CPUtime=1197.16 cores=1,3,5,7
/proc/30028/task/30030/stat : 30030 (priss) R 30027 30027 27798 0 -1 4202560 71018 0 0 0 119577 139 0 0 25 0 5 0 516090627 1046913024 219538 33554432000 4194304 5787044 140733920294688 18446744073709551615 5590268 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30028/tid=30031] ppid=30027 vsize=1022376 CPUtime=1200.99 cores=1,3,5,7
/proc/30028/task/30031/stat : 30031 (priss) R 30027 30027 27798 0 -1 4202560 65329 0 0 0 119961 138 0 0 25 0 5 0 516090629 1046913024 219538 33554432000 4194304 5787044 140733920294688 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30028/tid=30032] ppid=30027 vsize=1022376 CPUtime=1200.14 cores=1,3,5,7
/proc/30028/task/30032/stat : 30032 (priss) R 30027 30027 27798 0 -1 4202560 72881 0 0 0 119875 139 0 0 25 0 5 0 516090632 1046913024 219538 33554432000 4194304 5787044 140733920294688 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30028/tid=30033] ppid=30027 vsize=1022376 CPUtime=1201.56 cores=1,3,5,7
/proc/30028/task/30033/stat : 30033 (priss) R 30027 30027 27798 0 -1 4202560 47278 0 0 0 120126 30 0 0 25 0 5 0 516090635 1046913024 219538 33554432000 4194304 5787044 140733920294688 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.02
Current children cumulated vsize (KiB) 1031076

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30027 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.02
#
# 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.02
CPU user time (s): 4795.52
CPU system time (s): 4.5
CPU usage (%): 399.363
Max. virtual memory (cumulated for all children) (KiB): 1031076

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

The end

Launcher Data

Begin job on node125 at 2011-04-29 04:41:50
IDJOB=3258467
IDBENCH=71366
IDSOLVER=1602
FILE ID=node125/3258467-1304044909
RUNJOBID= node125-1304040581-29100
PBS_JOBID= 13170327
Free space on /tmp= 72760 MiB

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

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

MD5SUM BENCH= e23fefb786281285c1d045e8bc698d74
RANDOM SEED=1032525040

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:      15165220 kB
Buffers:       2217976 kB
Cached:       14973584 kB
SwapCached:          0 kB
Active:        9034380 kB
Inactive:      8221008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15165220 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5116 kB
Writeback:           4 kB
AnonPages:       62876 kB
Mapped:          14492 kB
Slab:           468368 kB
PageTables:       4412 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   184604 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 05:01:54