Trace number 3259215

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

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v760c43649gyes5.cnf
MD5SUMe7d4dc25f0d8e558fb091b1e566deab7
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.32395
Satisfiable
(Un)Satisfiability was proved
Number of variables760
Number of clauses43649
Sum of the clauses size87978
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 243609
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

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: 30102
0.00/0.00	c setup for 4cores
0.00/0.01	c parsetime: 8524us
0.00/0.01	c parsed 43649 clauses with 760 variables
0.00/0.01	c NW started thread 0 successfully (1107499328)
0.00/0.01	c NW started thread 1 successfully (1096837440)
0.00/0.02	c NW started thread 2 successfully (1117989184)
0.00/0.02	c NW started thread 3 successfully (1128479040)
0.00/1.33	c preprocessor returned 10003 variables
0.00/1.33	c preprocessing returned UNKNOWN
0.00/1.33	c PP set 0 variables
0.00/1.33	c pp time: 1315270us (1s)
0.00/1.33	c preprocessor returned 10003 variables
0.00/1.33	c preprocessing returned UNKNOWN
0.00/1.33	c PP set 0 variables
0.00/1.33	c pp time: 1317275us (1s)
0.00/1.34	c preprocessor returned 10003 variables
0.00/1.34	c preprocessing returned UNKNOWN
0.00/1.34	c PP set 0 variables
0.00/1.34	c pp time: 1310959us (1s)
53.01/13.37	c preprocessor returned 30041 variables
53.01/13.37	c preprocessing returned UNKNOWN
53.01/13.37	c PP set 0 variables
53.01/13.37	c pp time: 13343656us (13s)

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-3259215-1304046114/watcher-3259215-1304046114 -o /tmp/evaluation-result-3259215-1304046114/solver-3259215-1304046114 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3259215-1304046114.cnf 473816572 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.11 4.06 4.09 1/171 30101
/proc/meminfo: memFree=15166736/32950928 swapFree=67111528/67111528
[pid=30101] ppid=30099 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30101/stat : 30101 (prissAuto.sh) S 30099 30101 27798 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516211028 8908800 252 33554432000 4194304 4922060 140734117875376 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30101/statm: 2175 252 211 178 0 68 0

[startup+0.165374 s]
/proc/loadavg: 4.11 4.06 4.09 1/171 30101
/proc/meminfo: memFree=15166736/32950928 swapFree=67111528/67111528
[pid=30101] ppid=30099 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30101/stat : 30101 (prissAuto.sh) S 30099 30101 27798 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516211028 8908800 252 33554432000 4194304 4922060 140734117875376 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30101/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.945666 s]
/proc/loadavg: 4.11 4.06 4.09 1/171 30101
/proc/meminfo: memFree=15166736/32950928 swapFree=67111528/67111528
[pid=30101] ppid=30099 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30101/stat : 30101 (prissAuto.sh) S 30099 30101 27798 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516211028 8908800 252 33554432000 4194304 4922060 140734117875376 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30101/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.04565 s]
/proc/loadavg: 4.11 4.06 4.09 1/171 30101
/proc/meminfo: memFree=15166736/32950928 swapFree=67111528/67111528
[pid=30101] ppid=30099 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30101/stat : 30101 (prissAuto.sh) S 30099 30101 27798 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516211028 8908800 252 33554432000 4194304 4922060 140734117875376 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30101/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.14563 s]
/proc/loadavg: 4.11 4.06 4.09 1/171 30101
/proc/meminfo: memFree=15166736/32950928 swapFree=67111528/67111528
[pid=30101] ppid=30099 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30101/stat : 30101 (prissAuto.sh) S 30099 30101 27798 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516211028 8908800 252 33554432000 4194304 4922060 140734117875376 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30101/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+2.24544 s]
/proc/loadavg: 4.11 4.06 4.09 1/171 30101
/proc/meminfo: memFree=15166736/32950928 swapFree=67111528/67111528
[pid=30101] ppid=30099 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30101/stat : 30101 (prissAuto.sh) S 30099 30101 27798 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516211028 8908800 252 33554432000 4194304 4922060 140734117875376 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30101/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700
heavy processes:

[startup+3.10029 s]
/proc/loadavg: 4.18 4.08 4.09 5/177 30107
/proc/meminfo: memFree=15121304/32950928 swapFree=67111528/67111528
[pid=30101] ppid=30099 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30101/stat : 30101 (prissAuto.sh) S 30099 30101 27798 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516211028 8908800 252 33554432000 4194304 4922060 140734117875376 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30101/statm: 2175 252 211 178 0 68 0
[pid=30102] ppid=30101 vsize=285408 CPUtime=12.25 cores=1,3,5,7
/proc/30102/stat : 30102 (priss) S 30101 30101 27798 0 -1 4202496 17662 0 0 0 1220 5 0 0 19 0 5 0 516211028 292257792 11864 33554432000 4194304 5787044 140734056943152 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/30102/statm: 71352 11864 404 389 0 67102 0
[pid=30102/tid=30104] ppid=30101 vsize=285408 CPUtime=3.05 cores=1,3,5,7
/proc/30102/task/30104/stat : 30104 (priss) R 30101 30101 27798 0 -1 4202560 4667 0 0 0 304 1 0 0 20 0 5 0 516211030 292257792 11864 33554432000 4194304 5787044 140734056943152 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30102/tid=30105] ppid=30101 vsize=285408 CPUtime=3.05 cores=1,3,5,7
/proc/30102/task/30105/stat : 30105 (priss) R 30101 30101 27798 0 -1 4202560 3729 0 0 0 304 1 0 0 20 0 5 0 516211030 292257792 11864 33554432000 4194304 5787044 140734056943152 18446744073709551615 5586698 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30102/tid=30106] ppid=30101 vsize=285408 CPUtime=3.05 cores=1,3,5,7
/proc/30102/task/30106/stat : 30106 (priss) R 30101 30101 27798 0 -1 4202560 3806 0 0 0 304 1 0 0 20 0 5 0 516211030 292257792 11864 33554432000 4194304 5787044 140734056943152 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30102/tid=30107] ppid=30101 vsize=285408 CPUtime=3.05 cores=1,3,5,7
/proc/30102/task/30107/stat : 30107 (priss) R 30101 30101 27798 0 -1 4202560 2693 0 0 0 305 0 0 0 25 0 5 0 516211031 292257792 11864 33554432000 4194304 5787044 140734056943152 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.25
Current children cumulated vsize (KiB) 294108

[startup+6.30073 s]
/proc/loadavg: 4.17 4.07 4.09 5/177 30107
/proc/meminfo: memFree=15117188/32950928 swapFree=67111528/67111528
[pid=30101] ppid=30099 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30101/stat : 30101 (prissAuto.sh) S 30099 30101 27798 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516211028 8908800 252 33554432000 4194304 4922060 140734117875376 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30101/statm: 2175 252 211 178 0 68 0
[pid=30102] ppid=30101 vsize=286804 CPUtime=25.05 cores=1,3,5,7
/proc/30102/stat : 30102 (priss) S 30101 30101 27798 0 -1 4202496 18549 0 0 0 2499 6 0 0 19 0 5 0 516211028 293687296 12751 33554432000 4194304 5787044 140734056943152 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/30102/statm: 71701 12751 404 389 0 67451 0
[pid=30102/tid=30104] ppid=30101 vsize=286804 CPUtime=6.23 cores=1,3,5,7
/proc/30102/task/30104/stat : 30104 (priss) R 30101 30101 27798 0 -1 4202560 4954 0 0 0 622 1 0 0 25 0 5 0 516211030 293687296 12751 33554432000 4194304 5787044 140734056943152 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30102/tid=30105] ppid=30101 vsize=286804 CPUtime=6.25 cores=1,3,5,7
/proc/30102/task/30105/stat : 30105 (priss) R 30101 30101 27798 0 -1 4202560 4010 0 0 0 624 1 0 0 25 0 5 0 516211030 293687296 12751 33554432000 4194304 5787044 140734056943152 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30102/tid=30106] ppid=30101 vsize=286804 CPUtime=6.25 cores=1,3,5,7
/proc/30102/task/30106/stat : 30106 (priss) R 30101 30101 27798 0 -1 4202560 4125 0 0 0 624 1 0 0 25 0 5 0 516211030 293687296 12751 33554432000 4194304 5787044 140734056943152 18446744073709551615 4254710 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30102/tid=30107] ppid=30101 vsize=286804 CPUtime=6.25 cores=1,3,5,7
/proc/30102/task/30107/stat : 30107 (priss) R 30101 30101 27798 0 -1 4202560 2693 0 0 0 625 0 0 0 25 0 5 0 516211031 293687296 12751 33554432000 4194304 5787044 140734056943152 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.05
Current children cumulated vsize (KiB) 295504

[startup+12.7006 s]
/proc/loadavg: 4.15 4.07 4.09 5/177 30107
/proc/meminfo: memFree=15108156/32950928 swapFree=67111528/67111528
[pid=30101] ppid=30099 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30101/stat : 30101 (prissAuto.sh) S 30099 30101 27798 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516211028 8908800 252 33554432000 4194304 4922060 140734117875376 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30101/statm: 2175 252 211 178 0 68 0
[pid=30102] ppid=30101 vsize=289784 CPUtime=50.61 cores=1,3,5,7
/proc/30102/stat : 30102 (priss) S 30101 30101 27798 0 -1 4202496 20722 0 0 0 5054 7 0 0 19 0 5 0 516211028 296738816 14924 33554432000 4194304 5787044 140734056943152 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/30102/statm: 72446 14924 404 389 0 68196 0
[pid=30102/tid=30104] ppid=30101 vsize=289784 CPUtime=12.61 cores=1,3,5,7
/proc/30102/task/30104/stat : 30104 (priss) R 30101 30101 27798 0 -1 4202560 5682 0 0 0 1259 2 0 0 25 0 5 0 516211030 296738816 14924 33554432000 4194304 5787044 140734056943152 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30102/tid=30105] ppid=30101 vsize=289784 CPUtime=12.65 cores=1,3,5,7
/proc/30102/task/30105/stat : 30105 (priss) R 30101 30101 27798 0 -1 4202560 4722 0 0 0 1263 2 0 0 25 0 5 0 516211030 296738816 14924 33554432000 4194304 5787044 140734056943152 18446744073709551615 5591083 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30102/tid=30106] ppid=30101 vsize=289784 CPUtime=12.64 cores=1,3,5,7
/proc/30102/task/30106/stat : 30106 (priss) R 30101 30101 27798 0 -1 4202560 4858 0 0 0 1263 1 0 0 25 0 5 0 516211030 296738816 14924 33554432000 4194304 5787044 140734056943152 18446744073709551615 5585230 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30102/tid=30107] ppid=30101 vsize=289784 CPUtime=12.65 cores=1,3,5,7
/proc/30102/task/30107/stat : 30107 (priss) R 30101 30101 27798 0 -1 4202560 2693 0 0 0 1265 0 0 0 25 0 5 0 516211031 296738816 14924 33554432000 4194304 5787044 140734056943152 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 298484

[startup+25.5004 s]
/proc/loadavg: 4.20 4.09 4.10 5/177 30108
/proc/meminfo: memFree=15084588/32950928 swapFree=67111528/67111528
[pid=30101] ppid=30099 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30101/stat : 30101 (prissAuto.sh) S 30099 30101 27798 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516211028 8908800 252 33554432000 4194304 4922060 140734117875376 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30101/statm: 2175 252 211 178 0 68 0
[pid=30102] ppid=30101 vsize=298212 CPUtime=101.71 cores=1,3,5,7
/proc/30102/stat : 30102 (priss) S 30101 30101 27798 0 -1 4202496 28148 0 0 0 10158 13 0 0 19 0 5 0 516211028 305369088 20749 33554432000 4194304 5787044 140734056943152 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/30102/statm: 74553 20749 417 389 0 70303 0
[pid=30102/tid=30104] ppid=30101 vsize=298212 CPUtime=25.33 cores=1,3,5,7
/proc/30102/task/30104/stat : 30104 (priss) R 30101 30101 27798 0 -1 4202560 6657 0 0 0 2531 2 0 0 20 0 5 0 516211030 305369088 20749 33554432000 4194304 5787044 140734056943152 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30102/tid=30105] ppid=30101 vsize=298212 CPUtime=25.45 cores=1,3,5,7
/proc/30102/task/30105/stat : 30105 (priss) R 30101 30101 27798 0 -1 4202560 5659 0 0 0 2541 4 0 0 21 0 5 0 516211030 305369088 20749 33554432000 4194304 5787044 140734056943152 18446744073709551615 4213865 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30102/tid=30106] ppid=30101 vsize=298212 CPUtime=25.43 cores=1,3,5,7
/proc/30102/task/30106/stat : 30106 (priss) R 30101 30101 27798 0 -1 4202560 5904 0 0 0 2541 2 0 0 25 0 5 0 516211030 305369088 20749 33554432000 4194304 5787044 140734056943152 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30102/tid=30107] ppid=30101 vsize=298212 CPUtime=25.45 cores=1,3,5,7
/proc/30102/task/30107/stat : 30107 (priss) R 30101 30101 27798 0 -1 4202560 7161 0 0 0 2542 3 0 0 25 0 5 0 516211031 305369088 20749 33554432000 4194304 5787044 140734056943152 18446744073709551615 5527037 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.71
Current children cumulated vsize (KiB) 306912

[startup+51.1068 s]
/proc/loadavg: 4.20 4.09 4.10 5/177 30108
/proc/meminfo: memFree=15050324/32950928 swapFree=67111528/67111528
[pid=30101] ppid=30099 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30101/stat : 30101 (prissAuto.sh) S 30099 30101 27798 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516211028 8908800 252 33554432000 4194304 4922060 140734117875376 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30101/statm: 2175 252 211 178 0 68 0
[pid=30102] ppid=30101 vsize=313524 CPUtime=203.99 cores=1,3,5,7
/proc/30102/stat : 30102 (priss) S 30101 30101 27798 0 -1 4202496 36811 0 0 0 20370 29 0 0 19 0 5 0 516211028 321048576 29367 33554432000 4194304 5787044 140734056943152 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/30102/statm: 78381 29367 417 389 0 74131 0
[pid=30102/tid=30104] ppid=30101 vsize=313524 CPUtime=50.79 cores=1,3,5,7
/proc/30102/task/30104/stat : 30104 (priss) R 30101 30101 27798 0 -1 4202560 9226 0 0 0 5072 7 0 0 25 0 5 0 516211030 321048576 29367 33554432000 4194304 5787044 140734056943152 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30102/tid=30105] ppid=30101 vsize=313524 CPUtime=51.05 cores=1,3,5,7
/proc/30102/task/30105/stat : 30105 (priss) R 30101 30101 27798 0 -1 4202560 7283 0 0 0 5097 8 0 0 25 0 5 0 516211030 321048576 29367 33554432000 4194304 5787044 140734056943152 18446744073709551615 4218896 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30102/tid=30106] ppid=30101 vsize=313524 CPUtime=51.04 cores=1,3,5,7
/proc/30102/task/30106/stat : 30106 (priss) R 30101 30101 27798 0 -1 4202560 7723 0 0 0 5100 4 0 0 25 0 5 0 516211030 321048576 29367 33554432000 4194304 5787044 140734056943152 18446744073709551615 4255036 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30102/tid=30107] ppid=30101 vsize=313524 CPUtime=51.06 cores=1,3,5,7
/proc/30102/task/30107/stat : 30107 (priss) R 30101 30101 27798 0 -1 4202560 9812 0 0 0 5098 8 0 0 25 0 5 0 516211031 321048576 29367 33554432000 4194304 5787044 140734056943152 18446744073709551615 5527140 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) 322224

[startup+102.301 s]
/proc/loadavg: 4.13 4.09 4.09 5/177 30110
/proc/meminfo: memFree=15008280/32950928 swapFree=67111528/67111528
[pid=30101] ppid=30099 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30101/stat : 30101 (prissAuto.sh) S 30099 30101 27798 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516211028 8908800 252 33554432000 4194304 4922060 140734117875376 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30101/statm: 2175 252 211 178 0 68 0
[pid=30102] ppid=30101 vsize=329668 CPUtime=408.44 cores=1,3,5,7
/proc/30102/stat : 30102 (priss) S 30101 30101 27798 0 -1 4202496 47653 0 0 0 40781 63 0 0 19 0 5 0 516211028 337580032 40089 33554432000 4194304 5787044 140734056943152 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/30102/statm: 82417 40089 417 389 0 78167 0
[pid=30102/tid=30104] ppid=30101 vsize=329668 CPUtime=101.7 cores=1,3,5,7
/proc/30102/task/30104/stat : 30104 (priss) R 30101 30101 27798 0 -1 4202560 12478 0 0 0 10152 18 0 0 25 0 5 0 516211030 337580032 40089 33554432000 4194304 5787044 140734056943152 18446744073709551615 274473626947 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30102/tid=30105] ppid=30101 vsize=329668 CPUtime=102.24 cores=1,3,5,7
/proc/30102/task/30105/stat : 30105 (priss) R 30101 30101 27798 0 -1 4202560 10737 0 0 0 10205 19 0 0 25 0 5 0 516211030 337580032 40089 33554432000 4194304 5787044 140734056943152 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30102/tid=30106] ppid=30101 vsize=329668 CPUtime=102.21 cores=1,3,5,7
/proc/30102/task/30106/stat : 30106 (priss) R 30101 30101 27798 0 -1 4202560 9619 0 0 0 10216 5 0 0 25 0 5 0 516211030 337580032 40089 33554432000 4194304 5787044 140734056943152 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30102/tid=30107] ppid=30101 vsize=329668 CPUtime=102.25 cores=1,3,5,7
/proc/30102/task/30107/stat : 30107 (priss) R 30101 30101 27798 0 -1 4202560 12052 0 0 0 10205 20 0 0 25 0 5 0 516211031 337580032 40089 33554432000 4194304 5787044 140734056943152 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.44
Current children cumulated vsize (KiB) 338368

[startup+162.301 s]
/proc/loadavg: 4.05 4.07 4.08 5/177 30114
/proc/meminfo: memFree=14957008/32950928 swapFree=67111528/67111528
[pid=30101] ppid=30099 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30101/stat : 30101 (prissAuto.sh) S 30099 30101 27798 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516211028 8908800 252 33554432000 4194304 4922060 140734117875376 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30101/statm: 2175 252 211 178 0 68 0

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

/proc/30102/task/30105/stat : 30105 (priss) R 30101 30101 27798 0 -1 4202560 28525 0 0 0 82143 76 0 0 25 0 5 0 516211030 682176512 118071 33554432000 4194304 5787044 140734056943152 18446744073709551615 5591342 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30102/tid=30106] ppid=30101 vsize=666188 CPUtime=822.17 cores=1,3,5,7
/proc/30102/task/30106/stat : 30106 (priss) R 30101 30101 27798 0 -1 4202560 28859 0 0 0 82196 21 0 0 25 0 5 0 516211030 682176512 118071 33554432000 4194304 5787044 140734056943152 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30102/tid=30107] ppid=30101 vsize=666188 CPUtime=822.24 cores=1,3,5,7
/proc/30102/task/30107/stat : 30107 (priss) R 30101 30101 27798 0 -1 4202560 34073 0 0 0 82144 80 0 0 25 0 5 0 516211031 682176512 118071 33554432000 4194304 5787044 140734056943152 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.41
Current children cumulated vsize (KiB) 674888

[startup+882.301 s]
/proc/loadavg: 4.00 4.02 4.05 5/177 30134
/proc/meminfo: memFree=14685412/32950928 swapFree=67111528/67111528
[pid=30101] ppid=30099 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30101/stat : 30101 (prissAuto.sh) S 30099 30101 27798 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516211028 8908800 252 33554432000 4194304 4922060 140734117875376 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30101/statm: 2175 252 211 178 0 68 0
[pid=30102] ppid=30101 vsize=677576 CPUtime=3524.09 cores=1,3,5,7
/proc/30102/stat : 30102 (priss) S 30101 30101 27798 0 -1 4202496 130150 0 0 0 352152 257 0 0 19 0 5 0 516211028 693837824 120580 33554432000 4194304 5787044 140734056943152 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/30102/statm: 169394 120580 417 389 0 165144 0
[pid=30102/tid=30104] ppid=30101 vsize=677576 CPUtime=877.42 cores=1,3,5,7
/proc/30102/task/30104/stat : 30104 (priss) R 30101 30101 27798 0 -1 4202560 33419 0 0 0 87667 75 0 0 25 0 5 0 516211030 693837824 120580 33554432000 4194304 5787044 140734056943152 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30102/tid=30105] ppid=30101 vsize=677576 CPUtime=882.2 cores=1,3,5,7
/proc/30102/task/30105/stat : 30105 (priss) R 30101 30101 27798 0 -1 4202560 28530 0 0 0 88143 77 0 0 25 0 5 0 516211030 693837824 120580 33554432000 4194304 5787044 140734056943152 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30102/tid=30106] ppid=30101 vsize=677576 CPUtime=882.18 cores=1,3,5,7
/proc/30102/task/30106/stat : 30106 (priss) R 30101 30101 27798 0 -1 4202560 31359 0 0 0 88194 24 0 0 25 0 5 0 516211030 693837824 120580 33554432000 4194304 5787044 140734056943152 18446744073709551615 4692090 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30102/tid=30107] ppid=30101 vsize=677576 CPUtime=882.24 cores=1,3,5,7
/proc/30102/task/30107/stat : 30107 (priss) R 30101 30101 27798 0 -1 4202560 34075 0 0 0 88144 80 0 0 25 0 5 0 516211031 693837824 120580 33554432000 4194304 5787044 140734056943152 18446744073709551615 5527171 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.09
Current children cumulated vsize (KiB) 686276

[startup+942.301 s]
/proc/loadavg: 4.00 4.02 4.05 5/177 30135
/proc/meminfo: memFree=14683772/32950928 swapFree=67111528/67111528
[pid=30101] ppid=30099 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30101/stat : 30101 (prissAuto.sh) S 30099 30101 27798 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516211028 8908800 252 33554432000 4194304 4922060 140734117875376 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30101/statm: 2175 252 211 178 0 68 0
[pid=30102] ppid=30101 vsize=678268 CPUtime=3763.76 cores=1,3,5,7
/proc/30102/stat : 30102 (priss) S 30101 30101 27798 0 -1 4202496 130523 0 0 0 376118 258 0 0 19 0 5 0 516211028 694546432 120953 33554432000 4194304 5787044 140734056943152 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/30102/statm: 169567 120953 417 389 0 165317 0
[pid=30102/tid=30104] ppid=30101 vsize=678268 CPUtime=937.09 cores=1,3,5,7
/proc/30102/task/30104/stat : 30104 (priss) R 30101 30101 27798 0 -1 4202560 33436 0 0 0 93634 75 0 0 25 0 5 0 516211030 694546432 120953 33554432000 4194304 5787044 140734056943152 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30102/tid=30105] ppid=30101 vsize=678268 CPUtime=942.2 cores=1,3,5,7
/proc/30102/task/30105/stat : 30105 (priss) R 30101 30101 27798 0 -1 4202560 28543 0 0 0 94143 77 0 0 25 0 5 0 516211030 694546432 120953 33554432000 4194304 5787044 140734056943152 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30102/tid=30106] ppid=30101 vsize=678268 CPUtime=942.18 cores=1,3,5,7
/proc/30102/task/30106/stat : 30106 (priss) R 30101 30101 27798 0 -1 4202560 31690 0 0 0 94194 24 0 0 25 0 5 0 516211030 694546432 120953 33554432000 4194304 5787044 140734056943152 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30102/tid=30107] ppid=30101 vsize=678268 CPUtime=942.24 cores=1,3,5,7
/proc/30102/task/30107/stat : 30107 (priss) R 30101 30101 27798 0 -1 4202560 34087 0 0 0 94144 80 0 0 25 0 5 0 516211031 694546432 120953 33554432000 4194304 5787044 140734056943152 18446744073709551615 5528380 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3763.76
Current children cumulated vsize (KiB) 686968

[startup+1002.3 s]
/proc/loadavg: 4.00 4.01 4.04 5/177 30137
/proc/meminfo: memFree=14682748/32950928 swapFree=67111528/67111528
[pid=30101] ppid=30099 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30101/stat : 30101 (prissAuto.sh) S 30099 30101 27798 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516211028 8908800 252 33554432000 4194304 4922060 140734117875376 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30101/statm: 2175 252 211 178 0 68 0
[pid=30102] ppid=30101 vsize=678268 CPUtime=4003.44 cores=1,3,5,7
/proc/30102/stat : 30102 (priss) S 30101 30101 27798 0 -1 4202496 130801 0 0 0 400086 258 0 0 19 0 5 0 516211028 694546432 121231 33554432000 4194304 5787044 140734056943152 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/30102/statm: 169567 121231 417 389 0 165317 0
[pid=30102/tid=30104] ppid=30101 vsize=678268 CPUtime=996.76 cores=1,3,5,7
/proc/30102/task/30104/stat : 30104 (priss) R 30101 30101 27798 0 -1 4202560 33543 0 0 0 99601 75 0 0 25 0 5 0 516211030 694546432 121231 33554432000 4194304 5787044 140734056943152 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30102/tid=30105] ppid=30101 vsize=678268 CPUtime=1002.2 cores=1,3,5,7
/proc/30102/task/30105/stat : 30105 (priss) R 30101 30101 27798 0 -1 4202560 28632 0 0 0 100143 77 0 0 25 0 5 0 516211030 694546432 121231 33554432000 4194304 5787044 140734056943152 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30102/tid=30106] ppid=30101 vsize=678268 CPUtime=1002.18 cores=1,3,5,7
/proc/30102/task/30106/stat : 30106 (priss) R 30101 30101 27798 0 -1 4202560 31690 0 0 0 100194 24 0 0 25 0 5 0 516211030 694546432 121231 33554432000 4194304 5787044 140734056943152 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30102/tid=30107] ppid=30101 vsize=678268 CPUtime=1002.24 cores=1,3,5,7
/proc/30102/task/30107/stat : 30107 (priss) R 30101 30101 27798 0 -1 4202560 34169 0 0 0 100144 80 0 0 25 0 5 0 516211031 694546432 121231 33554432000 4194304 5787044 140734056943152 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.44
Current children cumulated vsize (KiB) 686968

[startup+1062.3 s]
/proc/loadavg: 4.00 4.01 4.03 5/177 30138
/proc/meminfo: memFree=14660148/32950928 swapFree=67111528/67111528
[pid=30101] ppid=30099 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30101/stat : 30101 (prissAuto.sh) S 30099 30101 27798 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516211028 8908800 252 33554432000 4194304 4922060 140734117875376 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30101/statm: 2175 252 211 178 0 68 0
[pid=30102] ppid=30101 vsize=686468 CPUtime=4243.11 cores=1,3,5,7
/proc/30102/stat : 30102 (priss) S 30101 30101 27798 0 -1 4202496 136520 0 0 0 424038 273 0 0 19 0 5 0 516211028 702943232 126950 33554432000 4194304 5787044 140734056943152 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/30102/statm: 171617 126950 417 389 0 167367 0
[pid=30102/tid=30104] ppid=30101 vsize=686468 CPUtime=1056.44 cores=1,3,5,7
/proc/30102/task/30104/stat : 30104 (priss) R 30101 30101 27798 0 -1 4202560 34788 0 0 0 105564 80 0 0 25 0 5 0 516211030 702943232 126950 33554432000 4194304 5787044 140734056943152 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30102/tid=30105] ppid=30101 vsize=686468 CPUtime=1062.19 cores=1,3,5,7
/proc/30102/task/30105/stat : 30105 (priss) R 30101 30101 27798 0 -1 4202560 30126 0 0 0 106136 83 0 0 25 0 5 0 516211030 702943232 126950 33554432000 4194304 5787044 140734056943152 18446744073709551615 5591827 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30102/tid=30106] ppid=30101 vsize=686468 CPUtime=1062.18 cores=1,3,5,7
/proc/30102/task/30106/stat : 30106 (priss) R 30101 30101 27798 0 -1 4202560 33741 0 0 0 106194 24 0 0 25 0 5 0 516211030 702943232 126950 33554432000 4194304 5787044 140734056943152 18446744073709551615 5591289 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30102/tid=30107] ppid=30101 vsize=686468 CPUtime=1062.24 cores=1,3,5,7
/proc/30102/task/30107/stat : 30107 (priss) R 30101 30101 27798 0 -1 4202560 35098 0 0 0 106141 83 0 0 25 0 5 0 516211031 702943232 126950 33554432000 4194304 5787044 140734056943152 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.11
Current children cumulated vsize (KiB) 695168

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 4.03 5/177 30140
/proc/meminfo: memFree=14632956/32950928 swapFree=67111528/67111528
[pid=30101] ppid=30099 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30101/stat : 30101 (prissAuto.sh) S 30099 30101 27798 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516211028 8908800 252 33554432000 4194304 4922060 140734117875376 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30101/statm: 2175 252 211 178 0 68 0
[pid=30102] ppid=30101 vsize=690568 CPUtime=4482.77 cores=1,3,5,7
/proc/30102/stat : 30102 (priss) S 30101 30101 27798 0 -1 4202496 143314 0 0 0 447982 295 0 0 19 0 5 0 516211028 707141632 133744 33554432000 4194304 5787044 140734056943152 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/30102/statm: 172642 133744 417 389 0 168392 0
[pid=30102/tid=30104] ppid=30101 vsize=690568 CPUtime=1116.11 cores=1,3,5,7
/proc/30102/task/30104/stat : 30104 (priss) R 30101 30101 27798 0 -1 4202560 36723 0 0 0 111523 88 0 0 25 0 5 0 516211030 707141632 133744 33554432000 4194304 5787044 140734056943152 18446744073709551615 5591539 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30102/tid=30105] ppid=30101 vsize=690568 CPUtime=1122.19 cores=1,3,5,7
/proc/30102/task/30105/stat : 30105 (priss) R 30101 30101 27798 0 -1 4202560 32056 0 0 0 112129 90 0 0 25 0 5 0 516211030 707141632 133744 33554432000 4194304 5787044 140734056943152 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30102/tid=30106] ppid=30101 vsize=690568 CPUtime=1122.18 cores=1,3,5,7
/proc/30102/task/30106/stat : 30106 (priss) R 30101 30101 27798 0 -1 4202560 33741 0 0 0 112193 25 0 0 25 0 5 0 516211030 707141632 133744 33554432000 4194304 5787044 140734056943152 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30102/tid=30107] ppid=30101 vsize=690568 CPUtime=1122.24 cores=1,3,5,7
/proc/30102/task/30107/stat : 30107 (priss) R 30101 30101 27798 0 -1 4202560 38027 0 0 0 112134 90 0 0 25 0 5 0 516211031 707141632 133744 33554432000 4194304 5787044 140734056943152 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) 699268

[startup+1182.3 s]
/proc/loadavg: 4.04 4.01 4.03 5/177 30142
/proc/meminfo: memFree=14602916/32950928 swapFree=67111528/67111528
[pid=30101] ppid=30099 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30101/stat : 30101 (prissAuto.sh) S 30099 30101 27798 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516211028 8908800 252 33554432000 4194304 4922060 140734117875376 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30101/statm: 2175 252 211 178 0 68 0
[pid=30102] ppid=30101 vsize=698768 CPUtime=4722.44 cores=1,3,5,7
/proc/30102/stat : 30102 (priss) S 30101 30101 27798 0 -1 4202496 150849 0 0 0 471926 318 0 0 19 0 5 0 516211028 715538432 141279 33554432000 4194304 5787044 140734056943152 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/30102/statm: 174692 141279 417 389 0 170442 0
[pid=30102/tid=30104] ppid=30101 vsize=698768 CPUtime=1175.78 cores=1,3,5,7
/proc/30102/task/30104/stat : 30104 (priss) R 30101 30101 27798 0 -1 4202560 40628 0 0 0 117481 97 0 0 25 0 5 0 516211030 715538432 141279 33554432000 4194304 5787044 140734056943152 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30102/tid=30105] ppid=30101 vsize=698768 CPUtime=1182.19 cores=1,3,5,7
/proc/30102/task/30105/stat : 30105 (priss) R 30101 30101 27798 0 -1 4202560 33887 0 0 0 118122 97 0 0 25 0 5 0 516211030 715538432 141279 33554432000 4194304 5787044 140734056943152 18446744073709551615 4254903 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30102/tid=30106] ppid=30101 vsize=698768 CPUtime=1182.18 cores=1,3,5,7
/proc/30102/task/30106/stat : 30106 (priss) R 30101 30101 27798 0 -1 4202560 33743 0 0 0 118193 25 0 0 25 0 5 0 516211030 715538432 141279 33554432000 4194304 5787044 140734056943152 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30102/tid=30107] ppid=30101 vsize=698768 CPUtime=1182.25 cores=1,3,5,7
/proc/30102/task/30107/stat : 30107 (priss) R 30101 30101 27798 0 -1 4202560 39824 0 0 0 118127 98 0 0 25 0 5 0 516211031 715538432 141279 33554432000 4194304 5787044 140734056943152 18446744073709551615 5527482 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.44
Current children cumulated vsize (KiB) 707468



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 4.09 4.03 4.03 5/177 30142
/proc/meminfo: memFree=14595220/32950928 swapFree=67111528/67111528
[pid=30101] ppid=30099 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30101/stat : 30101 (prissAuto.sh) S 30099 30101 27798 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516211028 8908800 252 33554432000 4194304 4922060 140734117875376 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30101/statm: 2175 252 211 178 0 68 0
[pid=30102] ppid=30101 vsize=698768 CPUtime=4800.35 cores=1,3,5,7
/proc/30102/stat : 30102 (priss) S 30101 30101 27798 0 -1 4202496 152641 0 0 0 479709 326 0 0 19 0 5 0 516211028 715538432 143071 33554432000 4194304 5787044 140734056943152 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/30102/statm: 174692 143071 417 389 0 170442 0
[pid=30102/tid=30104] ppid=30101 vsize=698768 CPUtime=1195.17 cores=1,3,5,7
/proc/30102/task/30104/stat : 30104 (priss) R 30101 30101 27798 0 -1 4202560 41230 0 0 0 119418 99 0 0 25 0 5 0 516211030 715538432 143071 33554432000 4194304 5787044 140734056943152 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30102/tid=30105] ppid=30101 vsize=698768 CPUtime=1201.7 cores=1,3,5,7
/proc/30102/task/30105/stat : 30105 (priss) R 30101 30101 27798 0 -1 4202560 34500 0 0 0 120070 100 0 0 25 0 5 0 516211030 715538432 143071 33554432000 4194304 5787044 140734056943152 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30102/tid=30106] ppid=30101 vsize=698768 CPUtime=1201.69 cores=1,3,5,7
/proc/30102/task/30106/stat : 30106 (priss) R 30101 30101 27798 0 -1 4202560 33745 0 0 0 120144 25 0 0 25 0 5 0 516211030 715538432 143071 33554432000 4194304 5787044 140734056943152 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30102/tid=30107] ppid=30101 vsize=698768 CPUtime=1201.75 cores=1,3,5,7
/proc/30102/task/30107/stat : 30107 (priss) R 30101 30101 27798 0 -1 4202560 40399 0 0 0 120074 101 0 0 25 0 5 0 516211031 715538432 143071 33554432000 4194304 5787044 140734056943152 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.35
Current children cumulated vsize (KiB) 707468

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 30101 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.35
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.82
CPU time (s): 4800.35
CPU user time (s): 4797.09
CPU system time (s): 3.26
CPU usage (%): 399.424
Max. virtual memory (cumulated for all children) (KiB): 707468

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= 6
involuntary context switches= 3

runsolver used 1.87771 second user time and 4.67229 second system time

The end

Launcher Data

Begin job on node125 at 2011-04-29 05:01:54
IDJOB=3259215
IDBENCH=71526
IDSOLVER=1602
FILE ID=node125/3259215-1304046114
RUNJOBID= node125-1304040581-29100
PBS_JOBID= 13170327
Free space on /tmp= 72764 MiB

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

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

MD5SUM BENCH= e7d4dc25f0d8e558fb091b1e566deab7
RANDOM SEED=473816572

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:      15166884 kB
Buffers:       2217992 kB
Cached:       14970688 kB
SwapCached:          0 kB
Active:        9031660 kB
Inactive:      8220864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15166884 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1992 kB
Writeback:           0 kB
AnonPages:       63412 kB
Mapped:          14712 kB
Slab:           468248 kB
PageTables:       4012 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   184740 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:21:58