Trace number 3259655

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

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v2640c305320gyes10.cnf
MD5SUM98bac4f2d533fe7abb12552567f9e1aa
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2640
Number of clauses305320
Sum of the clauses size613120
Maximum clause length33
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2305240
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 580

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: 21091
0.00/0.00	c setup for 4cores
0.00/0.07	c parsetime: 66516us
0.00/0.07	c parsed 305320 clauses with 2640 variables
0.00/0.09	c NW started thread 0 successfully (1100298560)
0.00/0.11	c NW started thread 1 successfully (1110788416)
0.00/0.14	c NW started thread 2 successfully (1121278272)
0.00/0.17	c NW started thread 3 successfully (1131768128)
53.89/13.69	c preprocessor returned 10011 variables
53.89/13.69	c preprocessing returned UNKNOWN
53.89/13.69	c PP set 0 variables
53.89/13.69	c pp time: 13563077us (13s)
54.29/13.70	c preprocessor returned 10011 variables
54.29/13.70	c preprocessing returned UNKNOWN
54.29/13.70	c PP set 0 variables
54.29/13.70	c pp time: 13558534us (13s)
54.29/13.71	c preprocessor returned 10011 variables
54.29/13.71	c preprocessing returned UNKNOWN
54.29/13.71	c PP set 0 variables
54.29/13.71	c pp time: 13600206us (13s)
71.47/18.02	c preprocessor returned 30008 variables
71.47/18.02	c preprocessing returned UNKNOWN
71.47/18.02	c PP set 0 variables
71.47/18.02	c pp time: 17851537us (17s)

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-3259655-1304046774/watcher-3259655-1304046774 -o /tmp/evaluation-result-3259655-1304046774/solver-3259655-1304046774 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3259655-1304046774.cnf 1793323844 4800 15500 4 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.07 8.14 8.09 5/182 21090
/proc/meminfo: memFree=13507592/32951124 swapFree=67111528/67111528
[pid=21090] ppid=21088 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21090/stat : 21090 (prissAuto.sh) S 21088 21090 19631 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516278386 8908800 252 33554432000 4194304 4922060 140734990560976 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21090/statm: 2175 252 211 178 0 68 0

[startup+0.089982 s]
/proc/loadavg: 8.07 8.14 8.09 5/182 21090
/proc/meminfo: memFree=13507592/32951124 swapFree=67111528/67111528
[pid=21090] ppid=21088 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21090/stat : 21090 (prissAuto.sh) S 21088 21090 19631 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516278386 8908800 252 33554432000 4194304 4922060 140734990560976 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21090/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100973 s]
/proc/loadavg: 8.07 8.14 8.09 5/182 21090
/proc/meminfo: memFree=13507592/32951124 swapFree=67111528/67111528
[pid=21090] ppid=21088 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21090/stat : 21090 (prissAuto.sh) S 21088 21090 19631 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516278386 8908800 252 33554432000 4194304 4922060 140734990560976 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21090/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.302099 s]
/proc/loadavg: 8.07 8.14 8.09 5/182 21090
/proc/meminfo: memFree=13507592/32951124 swapFree=67111528/67111528
[pid=21090] ppid=21088 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21090/stat : 21090 (prissAuto.sh) S 21088 21090 19631 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516278386 8908800 252 33554432000 4194304 4922060 140734990560976 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21090/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.12976 s]
/proc/loadavg: 8.07 8.14 8.09 5/182 21090
/proc/meminfo: memFree=13507592/32951124 swapFree=67111528/67111528
[pid=21090] ppid=21088 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21090/stat : 21090 (prissAuto.sh) S 21088 21090 19631 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516278386 8908800 252 33554432000 4194304 4922060 140734990560976 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21090/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50069 s]
/proc/loadavg: 8.07 8.14 8.09 5/182 21090
/proc/meminfo: memFree=13507592/32951124 swapFree=67111528/67111528
[pid=21090] ppid=21088 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21090/stat : 21090 (prissAuto.sh) S 21088 21090 19631 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516278386 8908800 252 33554432000 4194304 4922060 140734990560976 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21090/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10041 s]
/proc/loadavg: 8.07 8.13 8.09 9/188 21096
/proc/meminfo: memFree=13404748/32951124 swapFree=67111528/67111528
[pid=21090] ppid=21088 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21090/stat : 21090 (prissAuto.sh) S 21088 21090 19631 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516278386 8908800 252 33554432000 4194304 4922060 140734990560976 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21090/statm: 2175 252 211 178 0 68 0
[pid=21091] ppid=21090 vsize=329252 CPUtime=11.96 cores=0,2,4,6
/proc/21091/stat : 21091 (priss) S 21090 21090 19631 0 -1 4202496 53202 0 0 0 1183 13 0 0 18 0 5 0 516278386 337154048 25617 33554432000 4194304 5787044 140733446605776 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/21091/statm: 82313 25617 350 389 0 78063 0
[pid=21091/tid=21093] ppid=21090 vsize=329252 CPUtime=2.98 cores=0,2,4,6
/proc/21091/task/21093/stat : 21093 (priss) R 21090 21090 19631 0 -1 4202560 10024 0 0 0 295 3 0 0 23 0 5 0 516278395 337154048 25617 33554432000 4194304 5787044 140733446605776 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21091/tid=21094] ppid=21090 vsize=329252 CPUtime=2.95 cores=0,2,4,6
/proc/21091/task/21094/stat : 21094 (priss) R 21090 21090 19631 0 -1 4202560 10357 0 0 0 292 3 0 0 23 0 5 0 516278398 337154048 25617 33554432000 4194304 5787044 140733446605776 18446744073709551615 4336688 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21091/tid=21095] ppid=21090 vsize=329252 CPUtime=2.93 cores=0,2,4,6
/proc/21091/task/21095/stat : 21095 (priss) R 21090 21090 19631 0 -1 4202560 9253 0 0 0 292 1 0 0 23 0 5 0 516278400 337154048 25617 33554432000 4194304 5787044 140733446605776 18446744073709551615 4336718 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21091/tid=21096] ppid=21090 vsize=329252 CPUtime=2.89 cores=0,2,4,6
/proc/21091/task/21096/stat : 21096 (priss) R 21090 21090 19631 0 -1 4202560 8823 0 0 0 287 2 0 0 23 0 5 0 516278404 337154048 25617 33554432000 4194304 5787044 140733446605776 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.96
Current children cumulated vsize (KiB) 337952

[startup+6.30084 s]
/proc/loadavg: 8.07 8.13 8.09 9/188 21096
/proc/meminfo: memFree=13403800/32951124 swapFree=67111528/67111528
[pid=21090] ppid=21088 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21090/stat : 21090 (prissAuto.sh) S 21088 21090 19631 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516278386 8908800 252 33554432000 4194304 4922060 140734990560976 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21090/statm: 2175 252 211 178 0 68 0
[pid=21091] ppid=21090 vsize=329252 CPUtime=24.74 cores=0,2,4,6
/proc/21091/stat : 21091 (priss) S 21090 21090 19631 0 -1 4202496 53202 0 0 0 2461 13 0 0 18 0 5 0 516278386 337154048 25617 33554432000 4194304 5787044 140733446605776 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/21091/statm: 82313 25617 350 389 0 78063 0
[pid=21091/tid=21093] ppid=21090 vsize=329252 CPUtime=6.19 cores=0,2,4,6
/proc/21091/task/21093/stat : 21093 (priss) R 21090 21090 19631 0 -1 4202560 10024 0 0 0 616 3 0 0 25 0 5 0 516278395 337154048 25617 33554432000 4194304 5787044 140733446605776 18446744073709551615 4336770 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21091/tid=21094] ppid=21090 vsize=329252 CPUtime=6.15 cores=0,2,4,6
/proc/21091/task/21094/stat : 21094 (priss) R 21090 21090 19631 0 -1 4202560 10357 0 0 0 612 3 0 0 25 0 5 0 516278398 337154048 25617 33554432000 4194304 5787044 140733446605776 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21091/tid=21095] ppid=21090 vsize=329252 CPUtime=6.13 cores=0,2,4,6
/proc/21091/task/21095/stat : 21095 (priss) R 21090 21090 19631 0 -1 4202560 9253 0 0 0 612 1 0 0 25 0 5 0 516278400 337154048 25617 33554432000 4194304 5787044 140733446605776 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21091/tid=21096] ppid=21090 vsize=329252 CPUtime=6.07 cores=0,2,4,6
/proc/21091/task/21096/stat : 21096 (priss) R 21090 21090 19631 0 -1 4202560 8823 0 0 0 605 2 0 0 25 0 5 0 516278404 337154048 25617 33554432000 4194304 5787044 140733446605776 18446744073709551615 4336756 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.74
Current children cumulated vsize (KiB) 337952

[startup+12.7007 s]
/proc/loadavg: 8.06 8.13 8.09 9/188 21096
/proc/meminfo: memFree=13363540/32951124 swapFree=67111528/67111528
[pid=21090] ppid=21088 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21090/stat : 21090 (prissAuto.sh) S 21088 21090 19631 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516278386 8908800 252 33554432000 4194304 4922060 140734990560976 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21090/statm: 2175 252 211 178 0 68 0
[pid=21091] ppid=21090 vsize=334972 CPUtime=50.32 cores=0,2,4,6
/proc/21091/stat : 21091 (priss) S 21090 21090 19631 0 -1 4202496 63771 0 0 0 5018 14 0 0 18 0 5 0 516278386 343011328 35191 33554432000 4194304 5787044 140733446605776 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/21091/statm: 83743 35191 355 389 0 79493 0
[pid=21091/tid=21093] ppid=21090 vsize=334972 CPUtime=12.59 cores=0,2,4,6
/proc/21091/task/21093/stat : 21093 (priss) R 21090 21090 19631 0 -1 4202560 12881 0 0 0 1256 3 0 0 25 0 5 0 516278395 343011328 35191 33554432000 4194304 5787044 140733446605776 18446744073709551615 4390720 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21091/tid=21094] ppid=21090 vsize=334972 CPUtime=12.55 cores=0,2,4,6
/proc/21091/task/21094/stat : 21094 (priss) R 21090 21090 19631 0 -1 4202560 12399 0 0 0 1252 3 0 0 25 0 5 0 516278398 343011328 35191 33554432000 4194304 5787044 140733446605776 18446744073709551615 4318959 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21091/tid=21095] ppid=21090 vsize=334972 CPUtime=12.54 cores=0,2,4,6
/proc/21091/task/21095/stat : 21095 (priss) R 21090 21090 19631 0 -1 4202560 12552 0 0 0 1252 2 0 0 25 0 5 0 516278400 343011328 35191 33554432000 4194304 5787044 140733446605776 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21091/tid=21096] ppid=21090 vsize=334972 CPUtime=12.44 cores=0,2,4,6
/proc/21091/task/21096/stat : 21096 (priss) R 21090 21090 19631 0 -1 4202560 11194 0 0 0 1242 2 0 0 25 0 5 0 516278404 343011328 35191 33554432000 4194304 5787044 140733446605776 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.32
Current children cumulated vsize (KiB) 343672

[startup+25.5004 s]
/proc/loadavg: 8.05 8.12 8.09 9/188 21097
/proc/meminfo: memFree=13325208/32951124 swapFree=67111528/67111528
[pid=21090] ppid=21088 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21090/stat : 21090 (prissAuto.sh) S 21088 21090 19631 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516278386 8908800 252 33554432000 4194304 4922060 140734990560976 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21090/statm: 2175 252 211 178 0 68 0
[pid=21091] ppid=21090 vsize=343376 CPUtime=101.42 cores=0,2,4,6
/proc/21091/stat : 21091 (priss) S 21090 21090 19631 0 -1 4202496 99928 0 0 0 10118 24 0 0 18 0 5 0 516278386 351617024 45045 33554432000 4194304 5787044 140733446605776 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/21091/statm: 85844 45045 417 389 0 81594 0
[pid=21091/tid=21093] ppid=21090 vsize=343376 CPUtime=25.38 cores=0,2,4,6
/proc/21091/task/21093/stat : 21093 (priss) R 21090 21090 19631 0 -1 4202560 22820 0 0 0 2532 6 0 0 25 0 5 0 516278395 351617024 45045 33554432000 4194304 5787044 140733446605776 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21091/tid=21094] ppid=21090 vsize=343376 CPUtime=25.34 cores=0,2,4,6
/proc/21091/task/21094/stat : 21094 (priss) R 21090 21090 19631 0 -1 4202560 21624 0 0 0 2528 6 0 0 25 0 5 0 516278398 351617024 45045 33554432000 4194304 5787044 140733446605776 18446744073709551615 4217256 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21091/tid=21095] ppid=21090 vsize=343376 CPUtime=25.33 cores=0,2,4,6
/proc/21091/task/21095/stat : 21095 (priss) R 21090 21090 19631 0 -1 4202560 18342 0 0 0 2530 3 0 0 25 0 5 0 516278400 351617024 45045 33554432000 4194304 5787044 140733446605776 18446744073709551615 270613215775 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21091/tid=21096] ppid=21090 vsize=343376 CPUtime=25.17 cores=0,2,4,6
/proc/21091/task/21096/stat : 21096 (priss) R 21090 21090 19631 0 -1 4202560 22397 0 0 0 2512 5 0 0 25 0 5 0 516278404 351617024 45045 33554432000 4194304 5787044 140733446605776 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.42
Current children cumulated vsize (KiB) 352076

[startup+51.1009 s]
/proc/loadavg: 8.03 8.11 8.08 9/188 21097
/proc/meminfo: memFree=13276800/32951124 swapFree=67111528/67111528
[pid=21090] ppid=21088 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21090/stat : 21090 (prissAuto.sh) S 21088 21090 19631 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516278386 8908800 252 33554432000 4194304 4922060 140734990560976 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21090/statm: 2175 252 211 178 0 68 0
[pid=21091] ppid=21090 vsize=362736 CPUtime=203.68 cores=0,2,4,6
/proc/21091/stat : 21091 (priss) S 21090 21090 19631 0 -1 4202496 112725 0 0 0 20339 29 0 0 18 0 5 0 516278386 371441664 57842 33554432000 4194304 5787044 140733446605776 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/21091/statm: 90684 57842 417 389 0 86434 0
[pid=21091/tid=21093] ppid=21090 vsize=362736 CPUtime=50.98 cores=0,2,4,6
/proc/21091/task/21093/stat : 21093 (priss) R 21090 21090 19631 0 -1 4202560 26330 0 0 0 5091 7 0 0 25 0 5 0 516278395 371441664 57842 33554432000 4194304 5787044 140733446605776 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21091/tid=21094] ppid=21090 vsize=362736 CPUtime=50.94 cores=0,2,4,6
/proc/21091/task/21094/stat : 21094 (priss) R 21090 21090 19631 0 -1 4202560 25875 0 0 0 5087 7 0 0 25 0 5 0 516278398 371441664 57842 33554432000 4194304 5787044 140733446605776 18446744073709551615 5592128 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21091/tid=21095] ppid=21090 vsize=362736 CPUtime=50.93 cores=0,2,4,6
/proc/21091/task/21095/stat : 21095 (priss) R 21090 21090 19631 0 -1 4202560 22105 0 0 0 5088 5 0 0 25 0 5 0 516278400 371441664 57842 33554432000 4194304 5787044 140733446605776 18446744073709551615 5590428 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21091/tid=21096] ppid=21090 vsize=362736 CPUtime=50.63 cores=0,2,4,6
/proc/21091/task/21096/stat : 21096 (priss) R 21090 21090 19631 0 -1 4202560 23670 0 0 0 5057 6 0 0 25 0 5 0 516278404 371441664 57842 33554432000 4194304 5787044 140733446605776 18446744073709551615 4213865 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.68
Current children cumulated vsize (KiB) 371436

[startup+102.301 s]
/proc/loadavg: 8.01 8.09 8.08 9/188 21099
/proc/meminfo: memFree=13205580/32951124 swapFree=67111528/67111528
[pid=21090] ppid=21088 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21090/stat : 21090 (prissAuto.sh) S 21088 21090 19631 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516278386 8908800 252 33554432000 4194304 4922060 140734990560976 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21090/statm: 2175 252 211 178 0 68 0
[pid=21091] ppid=21090 vsize=448588 CPUtime=408.18 cores=0,2,4,6
/proc/21091/stat : 21091 (priss) S 21090 21090 19631 0 -1 4202496 129598 0 0 0 40774 44 0 0 18 0 5 0 516278386 459354112 74667 33554432000 4194304 5787044 140733446605776 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/21091/statm: 112147 74667 417 389 0 107897 0
[pid=21091/tid=21093] ppid=21090 vsize=448588 CPUtime=102.18 cores=0,2,4,6
/proc/21091/task/21093/stat : 21093 (priss) R 21090 21090 19631 0 -1 4202560 30906 0 0 0 10204 14 0 0 25 0 5 0 516278395 459354112 74667 33554432000 4194304 5787044 140733446605776 18446744073709551615 5592125 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21091/tid=21094] ppid=21090 vsize=448588 CPUtime=102.14 cores=0,2,4,6
/proc/21091/task/21094/stat : 21094 (priss) R 21090 21090 19631 0 -1 4202560 30627 0 0 0 10201 13 0 0 25 0 5 0 516278398 459354112 74667 33554432000 4194304 5787044 140733446605776 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21091/tid=21095] ppid=21090 vsize=448588 CPUtime=102.13 cores=0,2,4,6
/proc/21091/task/21095/stat : 21095 (priss) R 21090 21090 19631 0 -1 4202560 27225 0 0 0 10206 7 0 0 25 0 5 0 516278400 459354112 74667 33554432000 4194304 5787044 140733446605776 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21091/tid=21096] ppid=21090 vsize=448588 CPUtime=101.54 cores=0,2,4,6
/proc/21091/task/21096/stat : 21096 (priss) R 21090 21090 19631 0 -1 4202560 26095 0 0 0 10147 7 0 0 25 0 5 0 516278404 459354112 74667 33554432000 4194304 5787044 140733446605776 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.18
Current children cumulated vsize (KiB) 457288

[startup+162.301 s]
/proc/loadavg: 8.08 8.09 8.08 9/188 21100
/proc/meminfo: memFree=13097756/32951124 swapFree=67111528/67111528
[pid=21090] ppid=21088 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21090/stat : 21090 (prissAuto.sh) S 21088 21090 19631 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516278386 8908800 252 33554432000 4194304 4922060 140734990560976 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21090/statm: 2175 252 211 178 0 68 0
[pid=21091] ppid=21090 vsize=600020 CPUtime=647.86 cores=0,2,4,6

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

/proc/21091/task/21094/stat : 21094 (priss) R 21090 21090 19631 0 -1 4202560 73107 0 0 0 82141 62 0 0 25 0 5 0 516278398 1099161600 228626 33554432000 4194304 5787044 140733446605776 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21091/tid=21095] ppid=21090 vsize=1073400 CPUtime=821.87 cores=0,2,4,6
/proc/21091/task/21095/stat : 21095 (priss) R 21090 21090 19631 0 -1 4202560 82581 0 0 0 82122 65 0 0 25 0 5 0 516278400 1099161600 228626 33554432000 4194304 5787044 140733446605776 18446744073709551615 5591289 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21091/tid=21096] ppid=21090 vsize=1073400 CPUtime=819.48 cores=0,2,4,6
/proc/21091/task/21096/stat : 21096 (priss) R 21090 21090 19631 0 -1 4202560 47414 0 0 0 81917 31 0 0 25 0 5 0 516278404 1099161600 228626 33554432000 4194304 5787044 140733446605776 18446744073709551615 5534156 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3283.96
Current children cumulated vsize (KiB) 1082100

[startup+882.301 s]
/proc/loadavg: 8.14 8.09 8.08 10/188 21153
/proc/meminfo: memFree=12055744/32951124 swapFree=67111528/67111528
[pid=21090] ppid=21088 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21090/stat : 21090 (prissAuto.sh) S 21088 21090 19631 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516278386 8908800 252 33554432000 4194304 4922060 140734990560976 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21090/statm: 2175 252 211 178 0 68 0
[pid=21091] ppid=21090 vsize=1074376 CPUtime=3523.61 cores=0,2,4,6
/proc/21091/stat : 21091 (priss) S 21090 21090 19631 0 -1 4202496 285712 0 0 0 352144 217 0 0 18 0 5 0 516278386 1100161024 229048 33554432000 4194304 5787044 140733446605776 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/21091/statm: 268594 229048 418 389 0 264344 0
[pid=21091/tid=21093] ppid=21090 vsize=1074376 CPUtime=880.07 cores=0,2,4,6
/proc/21091/task/21093/stat : 21093 (priss) R 21090 21090 19631 0 -1 4202560 67445 0 0 0 87952 55 0 0 25 0 5 0 516278395 1100161024 229048 33554432000 4194304 5787044 140733446605776 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21091/tid=21094] ppid=21090 vsize=1074376 CPUtime=882.02 cores=0,2,4,6
/proc/21091/task/21094/stat : 21094 (priss) R 21090 21090 19631 0 -1 4202560 73107 0 0 0 88140 62 0 0 25 0 5 0 516278398 1100161024 229048 33554432000 4194304 5787044 140733446605776 18446744073709551615 4220663 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21091/tid=21095] ppid=21090 vsize=1074376 CPUtime=881.86 cores=0,2,4,6
/proc/21091/task/21095/stat : 21095 (priss) R 21090 21090 19631 0 -1 4202560 82581 0 0 0 88121 65 0 0 25 0 5 0 516278400 1100161024 229048 33554432000 4194304 5787044 140733446605776 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21091/tid=21096] ppid=21090 vsize=1074376 CPUtime=879.48 cores=0,2,4,6
/proc/21091/task/21096/stat : 21096 (priss) R 21090 21090 19631 0 -1 4202560 47834 0 0 0 87916 32 0 0 25 0 5 0 516278404 1100161024 229048 33554432000 4194304 5787044 140733446605776 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3523.61
Current children cumulated vsize (KiB) 1083076

[startup+942.307 s]
/proc/loadavg: 8.10 8.09 8.08 9/188 21154
/proc/meminfo: memFree=12019356/32951124 swapFree=67111528/67111528
[pid=21090] ppid=21088 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21090/stat : 21090 (prissAuto.sh) S 21088 21090 19631 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516278386 8908800 252 33554432000 4194304 4922060 140734990560976 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21090/statm: 2175 252 211 178 0 68 0
[pid=21091] ppid=21090 vsize=1074376 CPUtime=3763.3 cores=0,2,4,6
/proc/21091/stat : 21091 (priss) S 21090 21090 19631 0 -1 4202496 285750 0 0 0 376113 217 0 0 18 0 5 0 516278386 1100161024 229086 33554432000 4194304 5787044 140733446605776 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/21091/statm: 268594 229086 418 389 0 264344 0
[pid=21091/tid=21093] ppid=21090 vsize=1074376 CPUtime=939.75 cores=0,2,4,6
/proc/21091/task/21093/stat : 21093 (priss) R 21090 21090 19631 0 -1 4202560 67449 0 0 0 93920 55 0 0 25 0 5 0 516278395 1100161024 229086 33554432000 4194304 5787044 140733446605776 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21091/tid=21094] ppid=21090 vsize=1074376 CPUtime=942.02 cores=0,2,4,6
/proc/21091/task/21094/stat : 21094 (priss) R 21090 21090 19631 0 -1 4202560 73140 0 0 0 94140 62 0 0 25 0 5 0 516278398 1100161024 229086 33554432000 4194304 5787044 140733446605776 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21091/tid=21095] ppid=21090 vsize=1074376 CPUtime=941.87 cores=0,2,4,6
/proc/21091/task/21095/stat : 21095 (priss) R 21090 21090 19631 0 -1 4202560 82582 0 0 0 94122 65 0 0 25 0 5 0 516278400 1100161024 229086 33554432000 4194304 5787044 140733446605776 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21091/tid=21096] ppid=21090 vsize=1074376 CPUtime=939.48 cores=0,2,4,6
/proc/21091/task/21096/stat : 21096 (priss) R 21090 21090 19631 0 -1 4202560 47834 0 0 0 93916 32 0 0 25 0 5 0 516278404 1100161024 229086 33554432000 4194304 5787044 140733446605776 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3763.3
Current children cumulated vsize (KiB) 1083076

[startup+1002.3 s]
/proc/loadavg: 8.08 8.08 8.08 9/188 21156
/proc/meminfo: memFree=11893440/32951124 swapFree=67111528/67111528
[pid=21090] ppid=21088 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21090/stat : 21090 (prissAuto.sh) S 21088 21090 19631 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516278386 8908800 252 33554432000 4194304 4922060 140734990560976 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21090/statm: 2175 252 211 178 0 68 0
[pid=21091] ppid=21090 vsize=1074376 CPUtime=4002.95 cores=0,2,4,6
/proc/21091/stat : 21091 (priss) S 21090 21090 19631 0 -1 4202496 292328 0 0 0 400069 226 0 0 18 0 5 0 516278386 1100161024 235664 33554432000 4194304 5787044 140733446605776 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/21091/statm: 268594 235664 418 389 0 264344 0
[pid=21091/tid=21093] ppid=21090 vsize=1074376 CPUtime=999.42 cores=0,2,4,6
/proc/21091/task/21093/stat : 21093 (priss) R 21090 21090 19631 0 -1 4202560 67457 0 0 0 99887 55 0 0 25 0 5 0 516278395 1100161024 235664 33554432000 4194304 5787044 140733446605776 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21091/tid=21094] ppid=21090 vsize=1074376 CPUtime=1002.01 cores=0,2,4,6
/proc/21091/task/21094/stat : 21094 (priss) R 21090 21090 19631 0 -1 4202560 74384 0 0 0 100138 63 0 0 25 0 5 0 516278398 1100161024 235664 33554432000 4194304 5787044 140733446605776 18446744073709551615 5590646 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21091/tid=21095] ppid=21090 vsize=1074376 CPUtime=1001.86 cores=0,2,4,6
/proc/21091/task/21095/stat : 21095 (priss) R 21090 21090 19631 0 -1 4202560 87904 0 0 0 100113 73 0 0 25 0 5 0 516278400 1100161024 235664 33554432000 4194304 5787044 140733446605776 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21091/tid=21096] ppid=21090 vsize=1074376 CPUtime=999.48 cores=0,2,4,6
/proc/21091/task/21096/stat : 21096 (priss) R 21090 21090 19631 0 -1 4202560 47838 0 0 0 99916 32 0 0 25 0 5 0 516278404 1100161024 235664 33554432000 4194304 5787044 140733446605776 18446744073709551615 5524674 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4002.95
Current children cumulated vsize (KiB) 1083076

[startup+1062.3 s]
/proc/loadavg: 8.07 8.08 8.08 10/188 21157
/proc/meminfo: memFree=11739364/32951124 swapFree=67111528/67111528
[pid=21090] ppid=21088 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21090/stat : 21090 (prissAuto.sh) S 21088 21090 19631 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516278386 8908800 252 33554432000 4194304 4922060 140734990560976 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21090/statm: 2175 252 211 178 0 68 0
[pid=21091] ppid=21090 vsize=1148112 CPUtime=4242.61 cores=0,2,4,6
/proc/21091/stat : 21091 (priss) S 21090 21090 19631 0 -1 4202496 301528 0 0 0 424024 237 0 0 18 0 5 0 516278386 1175666688 244864 33554432000 4194304 5787044 140733446605776 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/21091/statm: 287028 244864 418 389 0 282778 0
[pid=21091/tid=21093] ppid=21090 vsize=1148112 CPUtime=1059.08 cores=0,2,4,6
/proc/21091/task/21093/stat : 21093 (priss) R 21090 21090 19631 0 -1 4202560 68819 0 0 0 105851 57 0 0 25 0 5 0 516278395 1175666688 244864 33554432000 4194304 5787044 140733446605776 18446744073709551615 5585240 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21091/tid=21094] ppid=21090 vsize=1148112 CPUtime=1062 cores=0,2,4,6
/proc/21091/task/21094/stat : 21094 (priss) R 21090 21090 19631 0 -1 4202560 78222 0 0 0 106133 67 0 0 25 0 5 0 516278398 1175666688 244864 33554432000 4194304 5787044 140733446605776 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21091/tid=21095] ppid=21090 vsize=1148112 CPUtime=1061.86 cores=0,2,4,6
/proc/21091/task/21095/stat : 21095 (priss) R 21090 21090 19631 0 -1 4202560 90879 0 0 0 106109 77 0 0 25 0 5 0 516278400 1175666688 244864 33554432000 4194304 5787044 140733446605776 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21091/tid=21096] ppid=21090 vsize=1148112 CPUtime=1059.47 cores=0,2,4,6
/proc/21091/task/21096/stat : 21096 (priss) R 21090 21090 19631 0 -1 4202560 48863 0 0 0 105915 32 0 0 25 0 5 0 516278404 1175666688 244864 33554432000 4194304 5787044 140733446605776 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4242.61
Current children cumulated vsize (KiB) 1156812

[startup+1122.3 s]
/proc/loadavg: 8.06 8.08 8.08 10/188 21159
/proc/meminfo: memFree=11590888/32951124 swapFree=67111528/67111528
[pid=21090] ppid=21088 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21090/stat : 21090 (prissAuto.sh) S 21088 21090 19631 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516278386 8908800 252 33554432000 4194304 4922060 140734990560976 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21090/statm: 2175 252 211 178 0 68 0
[pid=21091] ppid=21090 vsize=1235104 CPUtime=4482.28 cores=0,2,4,6
/proc/21091/stat : 21091 (priss) S 21090 21090 19631 0 -1 4202496 317103 0 0 0 447973 255 0 0 18 0 5 0 516278386 1264746496 260439 33554432000 4194304 5787044 140733446605776 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/21091/statm: 308776 260439 418 389 0 304526 0
[pid=21091/tid=21093] ppid=21090 vsize=1235104 CPUtime=1118.76 cores=0,2,4,6
/proc/21091/task/21093/stat : 21093 (priss) R 21090 21090 19631 0 -1 4202560 73235 0 0 0 111817 59 0 0 25 0 5 0 516278395 1264746496 260439 33554432000 4194304 5787044 140733446605776 18446744073709551615 4254881 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21091/tid=21094] ppid=21090 vsize=1235104 CPUtime=1122 cores=0,2,4,6
/proc/21091/task/21094/stat : 21094 (priss) R 21090 21090 19631 0 -1 4202560 81372 0 0 0 112129 71 0 0 25 0 5 0 516278398 1264746496 260439 33554432000 4194304 5787044 140733446605776 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21091/tid=21095] ppid=21090 vsize=1235104 CPUtime=1121.86 cores=0,2,4,6
/proc/21091/task/21095/stat : 21095 (priss) R 21090 21090 19631 0 -1 4202560 97649 0 0 0 112099 87 0 0 25 0 5 0 516278400 1264746496 260439 33554432000 4194304 5787044 140733446605776 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21091/tid=21096] ppid=21090 vsize=1235104 CPUtime=1119.48 cores=0,2,4,6
/proc/21091/task/21096/stat : 21096 (priss) R 21090 21090 19631 0 -1 4202560 50102 0 0 0 111913 35 0 0 25 0 5 0 516278404 1264746496 260439 33554432000 4194304 5787044 140733446605776 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4482.28
Current children cumulated vsize (KiB) 1243804

[startup+1182.3 s]
/proc/loadavg: 8.06 8.08 8.08 9/188 21161
/proc/meminfo: memFree=11360316/32951124 swapFree=67111528/67111528
[pid=21090] ppid=21088 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21090/stat : 21090 (prissAuto.sh) S 21088 21090 19631 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516278386 8908800 252 33554432000 4194304 4922060 140734990560976 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21090/statm: 2175 252 211 178 0 68 0
[pid=21091] ppid=21090 vsize=1326412 CPUtime=4721.95 cores=0,2,4,6
/proc/21091/stat : 21091 (priss) S 21090 21090 19631 0 -1 4202496 342157 0 0 0 471915 280 0 0 18 0 5 0 516278386 1358245888 285493 33554432000 4194304 5787044 140733446605776 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/21091/statm: 331603 285493 418 389 0 327353 0
[pid=21091/tid=21093] ppid=21090 vsize=1326412 CPUtime=1178.42 cores=0,2,4,6
/proc/21091/task/21093/stat : 21093 (priss) R 21090 21090 19631 0 -1 4202560 79531 0 0 0 117775 67 0 0 25 0 5 0 516278395 1358245888 285493 33554432000 4194304 5787044 140733446605776 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21091/tid=21094] ppid=21090 vsize=1326412 CPUtime=1181.99 cores=0,2,4,6
/proc/21091/task/21094/stat : 21094 (priss) R 21090 21090 19631 0 -1 4202560 87777 0 0 0 118120 79 0 0 25 0 5 0 516278398 1358245888 285493 33554432000 4194304 5787044 140733446605776 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21091/tid=21095] ppid=21090 vsize=1326412 CPUtime=1181.85 cores=0,2,4,6
/proc/21091/task/21095/stat : 21095 (priss) R 21090 21090 19631 0 -1 4202560 105071 0 0 0 118092 93 0 0 25 0 5 0 516278400 1358245888 285493 33554432000 4194304 5787044 140733446605776 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21091/tid=21096] ppid=21090 vsize=1326412 CPUtime=1179.48 cores=0,2,4,6
/proc/21091/task/21096/stat : 21096 (priss) R 21090 21090 19631 0 -1 4202560 55033 0 0 0 117911 37 0 0 25 0 5 0 516278404 1358245888 285493 33554432000 4194304 5787044 140733446605776 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4721.95
Current children cumulated vsize (KiB) 1335112



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.91 s]
/proc/loadavg: 8.17 8.10 8.09 9/188 21161
/proc/meminfo: memFree=11317896/32951124 swapFree=67111528/67111528
[pid=21090] ppid=21088 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21090/stat : 21090 (prissAuto.sh) S 21088 21090 19631 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516278386 8908800 252 33554432000 4194304 4922060 140734990560976 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21090/statm: 2175 252 211 178 0 68 0
[pid=21091] ppid=21090 vsize=1329724 CPUtime=4800.23 cores=0,2,4,6
/proc/21091/stat : 21091 (priss) S 21090 21090 19631 0 -1 4202496 347400 0 0 0 479738 285 0 0 18 0 5 0 516278386 1361637376 290084 33554432000 4194304 5787044 140733446605776 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/21091/statm: 332431 290084 418 389 0 328181 0
[pid=21091/tid=21093] ppid=21090 vsize=1329724 CPUtime=1197.96 cores=0,2,4,6
/proc/21091/task/21093/stat : 21093 (priss) R 21090 21090 19631 0 -1 4202560 81170 0 0 0 119727 69 0 0 18 0 5 0 516278395 1361637376 290084 33554432000 4194304 5787044 140733446605776 18446744073709551615 5591024 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21091/tid=21094] ppid=21090 vsize=1329724 CPUtime=1201.53 cores=0,2,4,6
/proc/21091/task/21094/stat : 21094 (priss) R 21090 21090 19631 0 -1 4202560 89281 0 0 0 120073 80 0 0 25 0 5 0 516278398 1361637376 290084 33554432000 4194304 5787044 140733446605776 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21091/tid=21095] ppid=21090 vsize=1329724 CPUtime=1201.46 cores=0,2,4,6
/proc/21091/task/21095/stat : 21095 (priss) R 21090 21090 19631 0 -1 4202560 106357 0 0 0 120051 95 0 0 25 0 5 0 516278400 1361637376 290084 33554432000 4194304 5787044 140733446605776 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21091/tid=21096] ppid=21090 vsize=1329724 CPUtime=1199.08 cores=0,2,4,6
/proc/21091/task/21096/stat : 21096 (priss) R 21090 21090 19631 0 -1 4202560 55847 0 0 0 119871 37 0 0 25 0 5 0 516278404 1361637376 290084 33554432000 4194304 5787044 140733446605776 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 1338424

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

Real time (s): 1201.92
CPU time (s): 4800.23
CPU user time (s): 4797.38
CPU system time (s): 2.85
CPU usage (%): 399.379
Max. virtual memory (cumulated for all children) (KiB): 1338424

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.77773 second user time and 4.78827 second system time

The end

Launcher Data

Begin job on node108 at 2011-04-29 05:12:54
IDJOB=3259655
IDBENCH=71605
IDSOLVER=1602
FILE ID=node108/3259655-1304046774
RUNJOBID= node108-1304037066-19649
PBS_JOBID= 13170368
Free space on /tmp= 72116 MiB

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

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

MD5SUM BENCH= 98bac4f2d533fe7abb12552567f9e1aa
RANDOM SEED=1793323844

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13507748 kB
Buffers:       2295848 kB
Cached:       16113480 kB
SwapCached:          0 kB
Active:       10734668 kB
Inactive:      8126616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13507748 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5484 kB
Writeback:           0 kB
AnonPages:      451320 kB
Mapped:          15620 kB
Slab:           518228 kB
PageTables:       5604 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   643576 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= 72100 MiB
End job on node108 at 2011-04-29 05:32:58