Trace number 3265903

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.29 1201.72

General information on the benchmark

NameSAT05/crafted/sorge05/QG7/
gensys-icl007.shuffled-as.sat05-3133.cnf
MD5SUM88361752c7b0c05e849791aafdd7bdba
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark220.275
Satisfiable
(Un)Satisfiability was proved
Number of variables762
Number of clauses17262
Sum of the clauses size76511
Maximum clause length13
Minimum clause length1
Number of clauses of size 142
Number of clauses of size 21135
Number of clauses of size 38742
Number of clauses of size 4236
Number of clauses of size 5256
Number of clauses of size over 56851

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: 22424
0.00/0.00	c setup for 4cores
0.00/0.01	c parsetime: 6697us
0.00/0.01	c parsed 17262 clauses with 762 variables
0.00/0.01	c NW started thread 0 successfully (1086622016)
0.00/0.01	c NW started thread 1 successfully (1097111872)
0.00/0.01	c NW started thread 2 successfully (1107601728)
0.00/0.02	c NW started thread 3 successfully (1118091584)
0.00/0.40	c preprocessor returned 10005 variables
0.00/0.40	c preprocessing returned UNKNOWN
0.00/0.40	c PP set 56 variables
0.00/0.40	c pp time: 394201us (0s)
0.00/0.40	c preprocessor returned 10005 variables
0.00/0.40	c preprocessing returned UNKNOWN
0.00/0.40	c PP set 56 variables
0.00/0.40	c pp time: 393499us (0s)
0.00/0.41	c preprocessor returned 10005 variables
0.00/0.41	c preprocessing returned UNKNOWN
0.00/0.41	c PP set 56 variables
0.00/0.41	c pp time: 390746us (0s)
13.91/3.53	c preprocessor returned 30043 variables
13.91/3.53	c preprocessing returned UNKNOWN
13.91/3.53	c PP set 56 variables
13.91/3.53	c pp time: 3514677us (3s)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3265903-1304070656/watcher-3265903-1304070656 -o /tmp/evaluation-result-3265903-1304070656/solver-3265903-1304070656 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3265903-1304070656.cnf 1508431922 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: 7.75 8.00 8.03 5/182 22423
/proc/meminfo: memFree=18269016/32950928 swapFree=67111524/67111528
[pid=22423] ppid=22421 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22423/stat : 22423 (prissAuto.sh) S 22421 22423 20564 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 597296242 8908800 252 33554432000 4194304 4922060 140734825888240 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22423/statm: 2175 252 211 178 0 68 0

[startup+0.189725 s]
/proc/loadavg: 7.75 8.00 8.03 5/182 22423
/proc/meminfo: memFree=18269016/32950928 swapFree=67111524/67111528
[pid=22423] ppid=22421 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22423/stat : 22423 (prissAuto.sh) S 22421 22423 20564 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 597296242 8908800 252 33554432000 4194304 4922060 140734825888240 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22423/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.219617 s]
/proc/loadavg: 7.75 8.00 8.03 5/182 22423
/proc/meminfo: memFree=18269016/32950928 swapFree=67111524/67111528
[pid=22423] ppid=22421 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22423/stat : 22423 (prissAuto.sh) S 22421 22423 20564 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 597296242 8908800 252 33554432000 4194304 4922060 140734825888240 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22423/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300216 s]
/proc/loadavg: 7.75 8.00 8.03 5/182 22423
/proc/meminfo: memFree=18269016/32950928 swapFree=67111524/67111528
[pid=22423] ppid=22421 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22423/stat : 22423 (prissAuto.sh) S 22421 22423 20564 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 597296242 8908800 252 33554432000 4194304 4922060 140734825888240 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22423/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700141 s]
/proc/loadavg: 7.75 8.00 8.03 5/182 22423
/proc/meminfo: memFree=18269016/32950928 swapFree=67111524/67111528
[pid=22423] ppid=22421 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22423/stat : 22423 (prissAuto.sh) S 22421 22423 20564 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 597296242 8908800 252 33554432000 4194304 4922060 140734825888240 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22423/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50099 s]
/proc/loadavg: 7.75 8.00 8.03 9/188 22429
/proc/meminfo: memFree=18238340/32950928 swapFree=67111524/67111528
[pid=22423] ppid=22421 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22423/stat : 22423 (prissAuto.sh) S 22421 22423 20564 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 597296242 8908800 252 33554432000 4194304 4922060 140734825888240 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22423/statm: 2175 252 211 178 0 68 0
[pid=22424] ppid=22423 vsize=275252 CPUtime=5.93 cores=1,3,5,7
/proc/22424/stat : 22424 (priss) S 22423 22423 20564 0 -1 4202496 9806 0 0 0 589 4 0 0 19 0 5 0 597296242 281858048 8142 33554432000 4194304 5787044 140733348263424 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22424/statm: 68813 8142 405 389 0 64563 0
[pid=22424/tid=22426] ppid=22423 vsize=275252 CPUtime=1.48 cores=1,3,5,7
/proc/22424/task/22426/stat : 22426 (priss) R 22423 22423 20564 0 -1 4202560 1733 0 0 0 147 1 0 0 19 0 5 0 597296243 281858048 8142 33554432000 4194304 5787044 140733348263424 18446744073709551615 4220942 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22424/tid=22427] ppid=22423 vsize=275252 CPUtime=1.47 cores=1,3,5,7
/proc/22424/task/22427/stat : 22427 (priss) R 22423 22423 20564 0 -1 4202560 2062 0 0 0 146 1 0 0 20 0 5 0 597296244 281858048 8142 33554432000 4194304 5787044 140733348263424 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22424/tid=22428] ppid=22423 vsize=275252 CPUtime=1.47 cores=1,3,5,7
/proc/22424/task/22428/stat : 22428 (priss) R 22423 22423 20564 0 -1 4202560 1946 0 0 0 146 1 0 0 20 0 5 0 597296244 281858048 8142 33554432000 4194304 5787044 140733348263424 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22424/tid=22429] ppid=22423 vsize=275252 CPUtime=1.47 cores=1,3,5,7
/proc/22424/task/22429/stat : 22429 (priss) R 22423 22423 20564 0 -1 4202560 2224 0 0 0 147 0 0 0 25 0 5 0 597296244 281858048 8142 33554432000 4194304 5787044 140733348263424 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 283952

[startup+3.10069 s]
/proc/loadavg: 7.75 8.00 8.03 9/188 22429
/proc/meminfo: memFree=18234988/32950928 swapFree=67111524/67111528
[pid=22423] ppid=22421 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22423/stat : 22423 (prissAuto.sh) S 22421 22423 20564 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 597296242 8908800 252 33554432000 4194304 4922060 140734825888240 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22423/statm: 2175 252 211 178 0 68 0
[pid=22424] ppid=22423 vsize=280560 CPUtime=12.32 cores=1,3,5,7
/proc/22424/stat : 22424 (priss) S 22423 22423 20564 0 -1 4202496 11720 0 0 0 1227 5 0 0 19 0 5 0 597296242 287293440 10056 33554432000 4194304 5787044 140733348263424 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22424/statm: 70140 10056 405 389 0 65890 0
[pid=22424/tid=22426] ppid=22423 vsize=280560 CPUtime=3.07 cores=1,3,5,7
/proc/22424/task/22426/stat : 22426 (priss) R 22423 22423 20564 0 -1 4202560 2029 0 0 0 306 1 0 0 23 0 5 0 597296243 287293440 10056 33554432000 4194304 5787044 140733348263424 18446744073709551615 5586755 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22424/tid=22427] ppid=22423 vsize=280560 CPUtime=3.06 cores=1,3,5,7
/proc/22424/task/22427/stat : 22427 (priss) R 22423 22423 20564 0 -1 4202560 3388 0 0 0 305 1 0 0 25 0 5 0 597296244 287293440 10056 33554432000 4194304 5787044 140733348263424 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22424/tid=22428] ppid=22423 vsize=280560 CPUtime=3.07 cores=1,3,5,7
/proc/22424/task/22428/stat : 22428 (priss) R 22423 22423 20564 0 -1 4202560 2236 0 0 0 306 1 0 0 25 0 5 0 597296244 287293440 10056 33554432000 4194304 5787044 140733348263424 18446744073709551615 4218808 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22424/tid=22429] ppid=22423 vsize=280560 CPUtime=3.07 cores=1,3,5,7
/proc/22424/task/22429/stat : 22429 (priss) R 22423 22423 20564 0 -1 4202560 2226 0 0 0 307 0 0 0 25 0 5 0 597296244 287293440 10056 33554432000 4194304 5787044 140733348263424 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 289260

[startup+6.30109 s]
/proc/loadavg: 7.77 8.00 8.03 9/188 22429
/proc/meminfo: memFree=18220364/32950928 swapFree=67111524/67111528
[pid=22423] ppid=22421 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22423/stat : 22423 (prissAuto.sh) S 22421 22423 20564 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 597296242 8908800 252 33554432000 4194304 4922060 140734825888240 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22423/statm: 2175 252 211 178 0 68 0
[pid=22424] ppid=22423 vsize=281384 CPUtime=25.1 cores=1,3,5,7
/proc/22424/stat : 22424 (priss) S 22423 22423 20564 0 -1 4202496 14663 0 0 0 2504 6 0 0 19 0 5 0 597296242 288137216 12009 33554432000 4194304 5787044 140733348263424 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22424/statm: 70346 12009 419 389 0 66096 0
[pid=22424/tid=22426] ppid=22423 vsize=281384 CPUtime=6.27 cores=1,3,5,7
/proc/22424/task/22426/stat : 22426 (priss) R 22423 22423 20564 0 -1 4202560 2193 0 0 0 626 1 0 0 25 0 5 0 597296243 288137216 12009 33554432000 4194304 5787044 140733348263424 18446744073709551615 5591640 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22424/tid=22427] ppid=22423 vsize=281384 CPUtime=6.25 cores=1,3,5,7
/proc/22424/task/22427/stat : 22427 (priss) R 22423 22423 20564 0 -1 4202560 3779 0 0 0 623 2 0 0 25 0 5 0 597296244 288137216 12009 33554432000 4194304 5787044 140733348263424 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22424/tid=22428] ppid=22423 vsize=281384 CPUtime=6.27 cores=1,3,5,7
/proc/22424/task/22428/stat : 22428 (priss) R 22423 22423 20564 0 -1 4202560 2338 0 0 0 626 1 0 0 25 0 5 0 597296244 288137216 12009 33554432000 4194304 5787044 140733348263424 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22424/tid=22429] ppid=22423 vsize=281384 CPUtime=6.27 cores=1,3,5,7
/proc/22424/task/22429/stat : 22429 (priss) R 22423 22423 20564 0 -1 4202560 4512 0 0 0 627 0 0 0 25 0 5 0 597296244 288137216 12009 33554432000 4194304 5787044 140733348263424 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 290084

[startup+12.7009 s]
/proc/loadavg: 7.79 8.00 8.03 9/188 22429
/proc/meminfo: memFree=18203472/32950928 swapFree=67111524/67111528
[pid=22423] ppid=22421 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22423/stat : 22423 (prissAuto.sh) S 22421 22423 20564 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 597296242 8908800 252 33554432000 4194304 4922060 140734825888240 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22423/statm: 2175 252 211 178 0 68 0
[pid=22424] ppid=22423 vsize=284136 CPUtime=50.67 cores=1,3,5,7
/proc/22424/stat : 22424 (priss) S 22423 22423 20564 0 -1 4202496 17070 0 0 0 5057 10 0 0 19 0 5 0 597296242 290955264 14416 33554432000 4194304 5787044 140733348263424 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22424/statm: 71034 14416 419 389 0 66784 0
[pid=22424/tid=22426] ppid=22423 vsize=284136 CPUtime=12.67 cores=1,3,5,7
/proc/22424/task/22426/stat : 22426 (priss) R 22423 22423 20564 0 -1 4202560 2805 0 0 0 1265 2 0 0 25 0 5 0 597296243 290955264 14416 33554432000 4194304 5787044 140733348263424 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22424/tid=22427] ppid=22423 vsize=284136 CPUtime=12.61 cores=1,3,5,7
/proc/22424/task/22427/stat : 22427 (priss) R 22423 22423 20564 0 -1 4202560 4528 0 0 0 1258 3 0 0 25 0 5 0 597296244 290955264 14416 33554432000 4194304 5787044 140733348263424 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22424/tid=22428] ppid=22423 vsize=284136 CPUtime=12.67 cores=1,3,5,7
/proc/22424/task/22428/stat : 22428 (priss) R 22423 22423 20564 0 -1 4202560 2818 0 0 0 1265 2 0 0 25 0 5 0 597296244 290955264 14416 33554432000 4194304 5787044 140733348263424 18446744073709551615 5591712 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22424/tid=22429] ppid=22423 vsize=284136 CPUtime=12.67 cores=1,3,5,7
/proc/22424/task/22429/stat : 22429 (priss) R 22423 22423 20564 0 -1 4202560 5078 0 0 0 1266 1 0 0 25 0 5 0 597296244 290955264 14416 33554432000 4194304 5787044 140733348263424 18446744073709551615 5527087 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 292836

[startup+25.5005 s]
/proc/loadavg: 7.84 8.00 8.03 9/188 22430
/proc/meminfo: memFree=18183272/32950928 swapFree=67111524/67111528
[pid=22423] ppid=22421 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22423/stat : 22423 (prissAuto.sh) S 22421 22423 20564 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 597296242 8908800 252 33554432000 4194304 4922060 140734825888240 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22423/statm: 2175 252 211 178 0 68 0
[pid=22424] ppid=22423 vsize=290576 CPUtime=101.78 cores=1,3,5,7
/proc/22424/stat : 22424 (priss) S 22423 22423 20564 0 -1 4202496 20394 0 0 0 10165 13 0 0 19 0 5 0 597296242 297549824 17740 33554432000 4194304 5787044 140733348263424 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22424/statm: 72644 17740 419 389 0 68394 0
[pid=22424/tid=22426] ppid=22423 vsize=290576 CPUtime=25.48 cores=1,3,5,7
/proc/22424/task/22426/stat : 22426 (priss) R 22423 22423 20564 0 -1 4202560 3469 0 0 0 2544 4 0 0 25 0 5 0 597296243 297549824 17740 33554432000 4194304 5787044 140733348263424 18446744073709551615 4229336 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22424/tid=22427] ppid=22423 vsize=290576 CPUtime=25.33 cores=1,3,5,7
/proc/22424/task/22427/stat : 22427 (priss) R 22423 22423 20564 0 -1 4202560 5161 0 0 0 2530 3 0 0 25 0 5 0 597296244 297549824 17740 33554432000 4194304 5787044 140733348263424 18446744073709551615 5591573 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22424/tid=22428] ppid=22423 vsize=290576 CPUtime=25.47 cores=1,3,5,7
/proc/22424/task/22428/stat : 22428 (priss) R 22423 22423 20564 0 -1 4202560 3404 0 0 0 2544 3 0 0 25 0 5 0 597296244 297549824 17740 33554432000 4194304 5787044 140733348263424 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22424/tid=22429] ppid=22423 vsize=290576 CPUtime=25.47 cores=1,3,5,7
/proc/22424/task/22429/stat : 22429 (priss) R 22423 22423 20564 0 -1 4202560 6519 0 0 0 2545 2 0 0 25 0 5 0 597296244 297549824 17740 33554432000 4194304 5787044 140733348263424 18446744073709551615 5527227 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 299276

[startup+51.1007 s]
/proc/loadavg: 7.95 8.01 8.03 9/188 22430
/proc/meminfo: memFree=18156800/32950928 swapFree=67111524/67111528
[pid=22423] ppid=22421 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22423/stat : 22423 (prissAuto.sh) S 22421 22423 20564 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 597296242 8908800 252 33554432000 4194304 4922060 140734825888240 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22423/statm: 2175 252 211 178 0 68 0
[pid=22424] ppid=22423 vsize=294436 CPUtime=204.05 cores=1,3,5,7
/proc/22424/stat : 22424 (priss) S 22423 22423 20564 0 -1 4202496 24177 0 0 0 20386 19 0 0 19 0 5 0 597296242 301502464 21519 33554432000 4194304 5787044 140733348263424 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22424/statm: 73609 21519 419 389 0 69359 0
[pid=22424/tid=22426] ppid=22423 vsize=294436 CPUtime=51.08 cores=1,3,5,7
/proc/22424/task/22426/stat : 22426 (priss) R 22423 22423 20564 0 -1 4202560 4557 0 0 0 5102 6 0 0 25 0 5 0 597296243 301502464 21519 33554432000 4194304 5787044 140733348263424 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22424/tid=22427] ppid=22423 vsize=294436 CPUtime=50.8 cores=1,3,5,7
/proc/22424/task/22427/stat : 22427 (priss) R 22423 22423 20564 0 -1 4202560 5531 0 0 0 5076 4 0 0 25 0 5 0 597296244 301502464 21519 33554432000 4194304 5787044 140733348263424 18446744073709551615 4220225 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22424/tid=22428] ppid=22423 vsize=294436 CPUtime=51.06 cores=1,3,5,7
/proc/22424/task/22428/stat : 22428 (priss) R 22423 22423 20564 0 -1 4202560 4098 0 0 0 5102 4 0 0 25 0 5 0 597296244 301502464 21519 33554432000 4194304 5787044 140733348263424 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22424/tid=22429] ppid=22423 vsize=294436 CPUtime=51.07 cores=1,3,5,7
/proc/22424/task/22429/stat : 22429 (priss) R 22423 22423 20564 0 -1 4202560 8150 0 0 0 5103 4 0 0 25 0 5 0 597296244 301502464 21519 33554432000 4194304 5787044 140733348263424 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.05
Current children cumulated vsize (KiB) 303136

[startup+102.301 s]
/proc/loadavg: 7.98 8.01 8.02 9/188 22432
/proc/meminfo: memFree=18118108/32950928 swapFree=67111524/67111528
[pid=22423] ppid=22421 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22423/stat : 22423 (prissAuto.sh) S 22421 22423 20564 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 597296242 8908800 252 33554432000 4194304 4922060 140734825888240 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22423/statm: 2175 252 211 178 0 68 0
[pid=22424] ppid=22423 vsize=302780 CPUtime=408.6 cores=1,3,5,7
/proc/22424/stat : 22424 (priss) S 22423 22423 20564 0 -1 4202496 29196 0 0 0 40834 26 0 0 19 0 5 0 597296242 310046720 26534 33554432000 4194304 5787044 140733348263424 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22424/statm: 75695 26534 419 389 0 71445 0
[pid=22424/tid=22426] ppid=22423 vsize=302780 CPUtime=102.27 cores=1,3,5,7
/proc/22424/task/22426/stat : 22426 (priss) R 22423 22423 20564 0 -1 4202560 5807 0 0 0 10221 6 0 0 25 0 5 0 597296243 310046720 26534 33554432000 4194304 5787044 140733348263424 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22424/tid=22427] ppid=22423 vsize=302780 CPUtime=101.72 cores=1,3,5,7
/proc/22424/task/22427/stat : 22427 (priss) R 22423 22423 20564 0 -1 4202560 6060 0 0 0 10167 5 0 0 25 0 5 0 597296244 310046720 26534 33554432000 4194304 5787044 140733348263424 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22424/tid=22428] ppid=22423 vsize=302780 CPUtime=102.27 cores=1,3,5,7
/proc/22424/task/22428/stat : 22428 (priss) R 22423 22423 20564 0 -1 4202560 5349 0 0 0 10220 7 0 0 25 0 5 0 597296244 310046720 26534 33554432000 4194304 5787044 140733348263424 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22424/tid=22429] ppid=22423 vsize=302780 CPUtime=102.28 cores=1,3,5,7

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

/proc/22424/task/22427/stat : 22427 (priss) R 22423 22423 20564 0 -1 4202560 13568 0 0 0 81767 14 0 0 25 0 5 0 597296244 357302272 57954 33554432000 4194304 5787044 140733348263424 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22424/tid=22428] ppid=22423 vsize=348928 CPUtime=822.25 cores=1,3,5,7
/proc/22424/task/22428/stat : 22428 (priss) R 22423 22423 20564 0 -1 4202560 13059 0 0 0 82207 18 0 0 25 0 5 0 597296244 357302272 57954 33554432000 4194304 5787044 140733348263424 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22424/tid=22429] ppid=22423 vsize=348928 CPUtime=822.3 cores=1,3,5,7
/proc/22424/task/22429/stat : 22429 (priss) R 22423 22423 20564 0 -1 4202560 19406 0 0 0 82211 19 0 0 25 0 5 0 597296244 357302272 57954 33554432000 4194304 5787044 140733348263424 18446744073709551615 5528421 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.7
Current children cumulated vsize (KiB) 357628

[startup+882.307 s]
/proc/loadavg: 5.13 7.17 7.72 5/177 22479
/proc/meminfo: memFree=18217328/32950928 swapFree=67111524/67111528
[pid=22423] ppid=22421 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22423/stat : 22423 (prissAuto.sh) S 22421 22423 20564 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 597296242 8908800 252 33554432000 4194304 4922060 140734825888240 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22423/statm: 2175 252 211 178 0 68 0
[pid=22424] ppid=22423 vsize=357392 CPUtime=3524.4 cores=1,3,5,7
/proc/22424/stat : 22424 (priss) S 22423 22423 20564 0 -1 4202496 66082 0 0 0 352358 82 0 0 19 0 5 0 597296242 365969408 63064 33554432000 4194304 5787044 140733348263424 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22424/statm: 89348 63064 419 389 0 85098 0
[pid=22424/tid=22426] ppid=22423 vsize=357392 CPUtime=882.3 cores=1,3,5,7
/proc/22424/task/22426/stat : 22426 (priss) R 22423 22423 20564 0 -1 4202560 14171 0 0 0 88209 21 0 0 25 0 5 0 597296243 365969408 63064 33554432000 4194304 5787044 140733348263424 18446744073709551615 5591564 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22424/tid=22427] ppid=22423 vsize=357392 CPUtime=877.49 cores=1,3,5,7
/proc/22424/task/22427/stat : 22427 (priss) R 22423 22423 20564 0 -1 4202560 14615 0 0 0 87734 15 0 0 25 0 5 0 597296244 365969408 63064 33554432000 4194304 5787044 140733348263424 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22424/tid=22428] ppid=22423 vsize=357392 CPUtime=882.26 cores=1,3,5,7
/proc/22424/task/22428/stat : 22428 (priss) R 22423 22423 20564 0 -1 4202560 15125 0 0 0 88204 22 0 0 25 0 5 0 597296244 365969408 63064 33554432000 4194304 5787044 140733348263424 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22424/tid=22429] ppid=22423 vsize=357392 CPUtime=882.3 cores=1,3,5,7
/proc/22424/task/22429/stat : 22429 (priss) R 22423 22423 20564 0 -1 4202560 20330 0 0 0 88208 22 0 0 25 0 5 0 597296244 365969408 63064 33554432000 4194304 5787044 140733348263424 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.4
Current children cumulated vsize (KiB) 366092

[startup+942.301 s]
/proc/loadavg: 4.41 6.59 7.49 5/177 22481
/proc/meminfo: memFree=18201156/32950928 swapFree=67111524/67111528
[pid=22423] ppid=22421 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22423/stat : 22423 (prissAuto.sh) S 22421 22423 20564 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 597296242 8908800 252 33554432000 4194304 4922060 140734825888240 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22423/statm: 2175 252 211 178 0 68 0
[pid=22424] ppid=22423 vsize=362660 CPUtime=3764.06 cores=1,3,5,7
/proc/22424/stat : 22424 (priss) S 22423 22423 20564 0 -1 4202496 70212 0 0 0 376313 93 0 0 19 0 5 0 597296242 371363840 67194 33554432000 4194304 5787044 140733348263424 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22424/statm: 90665 67194 419 389 0 86415 0
[pid=22424/tid=22426] ppid=22423 vsize=362660 CPUtime=942.29 cores=1,3,5,7
/proc/22424/task/22426/stat : 22426 (priss) R 22423 22423 20564 0 -1 4202560 15359 0 0 0 94205 24 0 0 25 0 5 0 597296243 371363840 67194 33554432000 4194304 5787044 140733348263424 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22424/tid=22427] ppid=22423 vsize=362660 CPUtime=937.16 cores=1,3,5,7
/proc/22424/task/22427/stat : 22427 (priss) R 22423 22423 20564 0 -1 4202560 15664 0 0 0 93700 16 0 0 25 0 5 0 597296244 371363840 67194 33554432000 4194304 5787044 140733348263424 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22424/tid=22428] ppid=22423 vsize=362660 CPUtime=942.25 cores=1,3,5,7
/proc/22424/task/22428/stat : 22428 (priss) R 22423 22423 20564 0 -1 4202560 16392 0 0 0 94200 25 0 0 25 0 5 0 597296244 371363840 67194 33554432000 4194304 5787044 140733348263424 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22424/tid=22429] ppid=22423 vsize=362660 CPUtime=942.3 cores=1,3,5,7
/proc/22424/task/22429/stat : 22429 (priss) R 22423 22423 20564 0 -1 4202560 20956 0 0 0 94205 25 0 0 25 0 5 0 597296244 371363840 67194 33554432000 4194304 5787044 140733348263424 18446744073709551615 5527395 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3764.06
Current children cumulated vsize (KiB) 371360

[startup+1002.3 s]
/proc/loadavg: 4.15 6.11 7.27 5/177 22483
/proc/meminfo: memFree=18183004/32950928 swapFree=67111524/67111528
[pid=22423] ppid=22421 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22423/stat : 22423 (prissAuto.sh) S 22421 22423 20564 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 597296242 8908800 252 33554432000 4194304 4922060 140734825888240 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22423/statm: 2175 252 211 178 0 68 0
[pid=22424] ppid=22423 vsize=369000 CPUtime=4003.73 cores=1,3,5,7
/proc/22424/stat : 22424 (priss) S 22423 22423 20564 0 -1 4202496 74836 0 0 0 400271 102 0 0 19 0 5 0 597296242 377856000 71624 33554432000 4194304 5787044 140733348263424 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22424/statm: 92250 71624 419 389 0 88000 0
[pid=22424/tid=22426] ppid=22423 vsize=369000 CPUtime=1002.3 cores=1,3,5,7
/proc/22424/task/22426/stat : 22426 (priss) R 22423 22423 20564 0 -1 4202560 17168 0 0 0 100202 28 0 0 25 0 5 0 597296243 377856000 71624 33554432000 4194304 5787044 140733348263424 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22424/tid=22427] ppid=22423 vsize=369000 CPUtime=996.83 cores=1,3,5,7
/proc/22424/task/22427/stat : 22427 (priss) R 22423 22423 20564 0 -1 4202560 16463 0 0 0 99667 16 0 0 25 0 5 0 597296244 377856000 71624 33554432000 4194304 5787044 140733348263424 18446744073709551615 4220712 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22424/tid=22428] ppid=22423 vsize=369000 CPUtime=1002.25 cores=1,3,5,7
/proc/22424/task/22428/stat : 22428 (priss) R 22423 22423 20564 0 -1 4202560 17431 0 0 0 100198 27 0 0 25 0 5 0 597296244 377856000 71624 33554432000 4194304 5787044 140733348263424 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22424/tid=22429] ppid=22423 vsize=369000 CPUtime=1002.3 cores=1,3,5,7
/proc/22424/task/22429/stat : 22429 (priss) R 22423 22423 20564 0 -1 4202560 21933 0 0 0 100202 28 0 0 25 0 5 0 597296244 377856000 71624 33554432000 4194304 5787044 140733348263424 18446744073709551615 5528078 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.73
Current children cumulated vsize (KiB) 377700

[startup+1062.3 s]
/proc/loadavg: 4.05 5.73 7.06 5/177 22484
/proc/meminfo: memFree=18179116/32950928 swapFree=67111524/67111528
[pid=22423] ppid=22421 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22423/stat : 22423 (prissAuto.sh) S 22421 22423 20564 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 597296242 8908800 252 33554432000 4194304 4922060 140734825888240 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22423/statm: 2175 252 211 178 0 68 0
[pid=22424] ppid=22423 vsize=435536 CPUtime=4243.42 cores=1,3,5,7
/proc/22424/stat : 22424 (priss) S 22423 22423 20564 0 -1 4202496 76017 0 0 0 424237 105 0 0 19 0 5 0 597296242 445988864 72577 33554432000 4194304 5787044 140733348263424 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22424/statm: 108884 72577 419 389 0 104634 0
[pid=22424/tid=22426] ppid=22423 vsize=435536 CPUtime=1062.31 cores=1,3,5,7
/proc/22424/task/22426/stat : 22426 (priss) R 22423 22423 20564 0 -1 4202560 17926 0 0 0 106200 31 0 0 25 0 5 0 597296243 445988864 72577 33554432000 4194304 5787044 140733348263424 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22424/tid=22427] ppid=22423 vsize=435536 CPUtime=1056.51 cores=1,3,5,7
/proc/22424/task/22427/stat : 22427 (priss) R 22423 22423 20564 0 -1 4202560 16463 0 0 0 105635 16 0 0 25 0 5 0 597296244 445988864 72577 33554432000 4194304 5787044 140733348263424 18446744073709551615 5591596 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22424/tid=22428] ppid=22423 vsize=435536 CPUtime=1062.25 cores=1,3,5,7
/proc/22424/task/22428/stat : 22428 (priss) R 22423 22423 20564 0 -1 4202560 17431 0 0 0 106198 27 0 0 25 0 5 0 597296244 445988864 72577 33554432000 4194304 5787044 140733348263424 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22424/tid=22429] ppid=22423 vsize=435536 CPUtime=1062.3 cores=1,3,5,7
/proc/22424/task/22429/stat : 22429 (priss) R 22423 22423 20564 0 -1 4202560 22356 0 0 0 106202 28 0 0 25 0 5 0 597296244 445988864 72577 33554432000 4194304 5787044 140733348263424 18446744073709551615 5527468 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.42
Current children cumulated vsize (KiB) 444236

[startup+1122.3 s]
/proc/loadavg: 4.02 5.41 6.87 5/177 22486
/proc/meminfo: memFree=18179084/32950928 swapFree=67111524/67111528
[pid=22423] ppid=22421 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22423/stat : 22423 (prissAuto.sh) S 22421 22423 20564 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 597296242 8908800 252 33554432000 4194304 4922060 140734825888240 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22423/statm: 2175 252 211 178 0 68 0
[pid=22424] ppid=22423 vsize=435536 CPUtime=4483.1 cores=1,3,5,7
/proc/22424/stat : 22424 (priss) S 22423 22423 20564 0 -1 4202496 76041 0 0 0 448205 105 0 0 19 0 5 0 597296242 445988864 72601 33554432000 4194304 5787044 140733348263424 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22424/statm: 108884 72601 419 389 0 104634 0
[pid=22424/tid=22426] ppid=22423 vsize=435536 CPUtime=1122.31 cores=1,3,5,7
/proc/22424/task/22426/stat : 22426 (priss) R 22423 22423 20564 0 -1 4202560 17928 0 0 0 112200 31 0 0 25 0 5 0 597296243 445988864 72601 33554432000 4194304 5787044 140733348263424 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22424/tid=22427] ppid=22423 vsize=435536 CPUtime=1116.18 cores=1,3,5,7
/proc/22424/task/22427/stat : 22427 (priss) R 22423 22423 20564 0 -1 4202560 16485 0 0 0 111602 16 0 0 25 0 5 0 597296244 445988864 72601 33554432000 4194304 5787044 140733348263424 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22424/tid=22428] ppid=22423 vsize=435536 CPUtime=1122.26 cores=1,3,5,7
/proc/22424/task/22428/stat : 22428 (priss) R 22423 22423 20564 0 -1 4202560 17431 0 0 0 112198 28 0 0 25 0 5 0 597296244 445988864 72601 33554432000 4194304 5787044 140733348263424 18446744073709551615 5592012 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22424/tid=22429] ppid=22423 vsize=435536 CPUtime=1122.3 cores=1,3,5,7
/proc/22424/task/22429/stat : 22429 (priss) R 22423 22423 20564 0 -1 4202560 22356 0 0 0 112202 28 0 0 25 0 5 0 597296244 445988864 72601 33554432000 4194304 5787044 140733348263424 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4483.1
Current children cumulated vsize (KiB) 444236

[startup+1182.3 s]
/proc/loadavg: 4.00 5.15 6.68 5/177 22487
/proc/meminfo: memFree=18179036/32950928 swapFree=67111524/67111528
[pid=22423] ppid=22421 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22423/stat : 22423 (prissAuto.sh) S 22421 22423 20564 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 597296242 8908800 252 33554432000 4194304 4922060 140734825888240 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22423/statm: 2175 252 211 178 0 68 0
[pid=22424] ppid=22423 vsize=435536 CPUtime=4722.78 cores=1,3,5,7
/proc/22424/stat : 22424 (priss) S 22423 22423 20564 0 -1 4202496 76074 0 0 0 472173 105 0 0 19 0 5 0 597296242 445988864 72634 33554432000 4194304 5787044 140733348263424 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22424/statm: 108884 72634 419 389 0 104634 0
[pid=22424/tid=22426] ppid=22423 vsize=435536 CPUtime=1182.31 cores=1,3,5,7
/proc/22424/task/22426/stat : 22426 (priss) R 22423 22423 20564 0 -1 4202560 17929 0 0 0 118200 31 0 0 25 0 5 0 597296243 445988864 72634 33554432000 4194304 5787044 140733348263424 18446744073709551615 5591564 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22424/tid=22427] ppid=22423 vsize=435536 CPUtime=1175.86 cores=1,3,5,7
/proc/22424/task/22427/stat : 22427 (priss) R 22423 22423 20564 0 -1 4202560 16504 0 0 0 117570 16 0 0 25 0 5 0 597296244 445988864 72634 33554432000 4194304 5787044 140733348263424 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22424/tid=22428] ppid=22423 vsize=435536 CPUtime=1182.26 cores=1,3,5,7
/proc/22424/task/22428/stat : 22428 (priss) R 22423 22423 20564 0 -1 4202560 17431 0 0 0 118198 28 0 0 25 0 5 0 597296244 445988864 72634 33554432000 4194304 5787044 140733348263424 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22424/tid=22429] ppid=22423 vsize=435536 CPUtime=1182.3 cores=1,3,5,7
/proc/22424/task/22429/stat : 22429 (priss) R 22423 22423 20564 0 -1 4202560 22369 0 0 0 118202 28 0 0 25 0 5 0 597296244 445988864 72634 33554432000 4194304 5787044 140733348263424 18446744073709551615 5527024 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.78
Current children cumulated vsize (KiB) 444236



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 4.00 5.08 6.62 5/177 22488
/proc/meminfo: memFree=18178780/32950928 swapFree=67111524/67111528
[pid=22423] ppid=22421 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22423/stat : 22423 (prissAuto.sh) S 22421 22423 20564 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 597296242 8908800 252 33554432000 4194304 4922060 140734825888240 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22423/statm: 2175 252 211 178 0 68 0
[pid=22424] ppid=22423 vsize=435536 CPUtime=4800.29 cores=1,3,5,7
/proc/22424/stat : 22424 (priss) S 22423 22423 20564 0 -1 4202496 76092 0 0 0 479924 105 0 0 19 0 5 0 597296242 445988864 72652 33554432000 4194304 5787044 140733348263424 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22424/statm: 108884 72652 419 389 0 104634 0
[pid=22424/tid=22426] ppid=22423 vsize=435536 CPUtime=1201.72 cores=1,3,5,7
/proc/22424/task/22426/stat : 22426 (priss) R 22423 22423 20564 0 -1 4202560 17930 0 0 0 120141 31 0 0 25 0 5 0 597296243 445988864 72652 33554432000 4194304 5787044 140733348263424 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22424/tid=22427] ppid=22423 vsize=435536 CPUtime=1195.16 cores=1,3,5,7
/proc/22424/task/22427/stat : 22427 (priss) R 22423 22423 20564 0 -1 4202560 16509 0 0 0 119499 17 0 0 25 0 5 0 597296244 445988864 72652 33554432000 4194304 5787044 140733348263424 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22424/tid=22428] ppid=22423 vsize=435536 CPUtime=1201.67 cores=1,3,5,7
/proc/22424/task/22428/stat : 22428 (priss) R 22423 22423 20564 0 -1 4202560 17432 0 0 0 120139 28 0 0 25 0 5 0 597296244 445988864 72652 33554432000 4194304 5787044 140733348263424 18446744073709551615 5591712 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22424/tid=22429] ppid=22423 vsize=435536 CPUtime=1201.71 cores=1,3,5,7
/proc/22424/task/22429/stat : 22429 (priss) R 22423 22423 20564 0 -1 4202560 22380 0 0 0 120143 28 0 0 25 0 5 0 597296244 445988864 72652 33554432000 4194304 5787044 140733348263424 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 444236

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 22423 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=0
# CPU time returned by wait4() is 0
# while last known CPU time is 4800.29
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.72
CPU time (s): 4800.29
CPU user time (s): 4799.24
CPU system time (s): 1.05
CPU usage (%): 399.452
Max. virtual memory (cumulated for all children) (KiB): 444236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
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= 331
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 3

runsolver used 1.71974 second user time and 4.84526 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-29 11:50:56
IDJOB=3265903
IDBENCH=85826
IDSOLVER=1602
FILE ID=node115/3265903-1304070656
RUNJOBID= node115-1304054572-20583
PBS_JOBID= 13170430
Free space on /tmp= 72728 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT05/crafted/sorge05/QG7/gensys-icl007.shuffled-as.sat05-3133.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3265903-1304070656/watcher-3265903-1304070656 -o /tmp/evaluation-result-3265903-1304070656/solver-3265903-1304070656 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3265903-1304070656.cnf 1508431922 4800 15500 4

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

MD5SUM BENCH= 88361752c7b0c05e849791aafdd7bdba
RANDOM SEED=1508431922

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
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.75
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.811
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.75
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.811
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.77
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.811
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.811
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.811
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      18269288 kB
Buffers:       2320176 kB
Cached:       11544912 kB
SwapCached:          4 kB
Active:        7041072 kB
Inactive:      7086716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18269288 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            2052 kB
Writeback:           0 kB
AnonPages:      262308 kB
Mapped:          15632 kB
Slab:           490308 kB
PageTables:       5128 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   451456 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= 72732 MiB
End job on node115 at 2011-04-29 12:10:59