Trace number 3262867

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.36 1202.02

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_19_80_8-log.shuffled-as.sat03-143.cnf
MD5SUM3aff0c2163848e3eed6bc22fc2c30cdf
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 variables95
Number of clauses36888
Sum of the clauses size368690
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 538
Number of clauses of size over 536850

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: 27203
0.00/0.00	c setup for 4cores
0.00/0.02	c parsetime: 23167us
0.00/0.02	c parsed 36888 clauses with 95 variables
0.00/0.03	c NW started thread 0 successfully (1098721600)
0.00/0.04	c NW started thread 1 successfully (1109211456)
0.00/0.05	c NW started thread 2 successfully (1119701312)
0.00/0.15	c NW started thread 3 successfully (1130191168)
79.75/20.06	c preprocessor returned 10085 variables
79.75/20.06	c preprocessing returned UNKNOWN
79.75/20.06	c PP set 0 variables
79.75/20.06	c pp time: 20028122us (20s)
80.55/20.27	c preprocessor returned 10085 variables
80.55/20.27	c preprocessing returned UNKNOWN
80.55/20.27	c PP set 0 variables
80.55/20.27	c pp time: 20236982us (20s)
81.75/20.53	c preprocessor returned 10085 variables
81.75/20.53	c preprocessing returned UNKNOWN
81.75/20.53	c PP set 0 variables
81.75/20.53	c pp time: 20483224us (20s)
485.18/121.51	c preprocessor returned 30352 variables
485.18/121.51	c preprocessing returned UNKNOWN
485.18/121.51	c PP set 0 variables
485.18/121.51	c pp time: 121449131us (121s)

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 8.16 8.11 8.02 5/182 27202
/proc/meminfo: memFree=25676628/32951124 swapFree=67111364/67111528
[pid=27202] ppid=27200 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27202/stat : 27202 (prissAuto.sh) S 27200 27202 25027 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517946357 8908800 251 33554432000 4194304 4922060 140737183435456 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27202/statm: 2175 251 211 178 0 68 0

[startup+0.0556131 s]
/proc/loadavg: 8.16 8.11 8.02 5/182 27202
/proc/meminfo: memFree=25676628/32951124 swapFree=67111364/67111528
[pid=27202] ppid=27200 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27202/stat : 27202 (prissAuto.sh) S 27200 27202 25027 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517946357 8908800 251 33554432000 4194304 4922060 140737183435456 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27202/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.156602 s]
/proc/loadavg: 8.16 8.11 8.02 5/182 27202
/proc/meminfo: memFree=25676628/32951124 swapFree=67111364/67111528
[pid=27202] ppid=27200 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27202/stat : 27202 (prissAuto.sh) S 27200 27202 25027 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517946357 8908800 251 33554432000 4194304 4922060 140737183435456 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27202/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.356563 s]
/proc/loadavg: 8.16 8.11 8.02 5/182 27202
/proc/meminfo: memFree=25676628/32951124 swapFree=67111364/67111528
[pid=27202] ppid=27200 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27202/stat : 27202 (prissAuto.sh) S 27200 27202 25027 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517946357 8908800 251 33554432000 4194304 4922060 140737183435456 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27202/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700505 s]
/proc/loadavg: 8.16 8.11 8.02 5/182 27202
/proc/meminfo: memFree=25676628/32951124 swapFree=67111364/67111528
[pid=27202] ppid=27200 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27202/stat : 27202 (prissAuto.sh) S 27200 27202 25027 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517946357 8908800 251 33554432000 4194304 4922060 140737183435456 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27202/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50036 s]
/proc/loadavg: 7.90 8.05 8.01 9/188 27208
/proc/meminfo: memFree=25651408/32951124 swapFree=67111364/67111528
[pid=27202] ppid=27200 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27202/stat : 27202 (prissAuto.sh) S 27200 27202 25027 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517946357 8908800 251 33554432000 4194304 4922060 140737183435456 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27202/statm: 2175 251 211 178 0 68 0
[pid=27203] ppid=27202 vsize=209816 CPUtime=5.85 cores=1,3,5,7
/proc/27203/stat : 27203 (priss) S 27202 27202 25027 0 -1 4202496 6530 0 0 0 584 1 0 0 18 0 5 0 517946357 214851584 6423 33554432000 4194304 5787044 140737256623312 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/27203/statm: 52454 6423 351 389 0 48204 0
[pid=27203/tid=27205] ppid=27202 vsize=209816 CPUtime=1.46 cores=1,3,5,7
/proc/27203/task/27205/stat : 27205 (priss) R 27202 27202 25027 0 -1 4202560 698 0 0 0 146 0 0 0 25 0 5 0 517946361 214851584 6423 33554432000 4194304 5787044 140737256623312 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=27203/tid=27206] ppid=27202 vsize=209816 CPUtime=1.45 cores=1,3,5,7
/proc/27203/task/27206/stat : 27206 (priss) R 27202 27202 25027 0 -1 4202560 649 0 0 0 145 0 0 0 23 0 5 0 517946361 214851584 6423 33554432000 4194304 5787044 140737256623312 18446744073709551615 228244453919 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27203/tid=27207] ppid=27202 vsize=209816 CPUtime=1.43 cores=1,3,5,7
/proc/27203/task/27207/stat : 27207 (priss) R 27202 27202 25027 0 -1 4202560 553 0 0 0 143 0 0 0 25 0 5 0 517946363 214851584 6423 33554432000 4194304 5787044 140737256623312 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27203/tid=27208] ppid=27202 vsize=209816 CPUtime=1.43 cores=1,3,5,7
/proc/27203/task/27208/stat : 27208 (priss) R 27202 27202 25027 0 -1 4202560 569 0 0 0 143 0 0 0 23 0 5 0 517946364 214851584 6423 33554432000 4194304 5787044 140737256623312 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.85
Current children cumulated vsize (KiB) 218516

[startup+3.10108 s]
/proc/loadavg: 7.90 8.05 8.01 9/188 27208
/proc/meminfo: memFree=25651092/32951124 swapFree=67111364/67111528
[pid=27202] ppid=27200 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27202/stat : 27202 (prissAuto.sh) S 27200 27202 25027 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517946357 8908800 251 33554432000 4194304 4922060 140737183435456 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27202/statm: 2175 251 211 178 0 68 0
[pid=27203] ppid=27202 vsize=209816 CPUtime=12.25 cores=1,3,5,7
/proc/27203/stat : 27203 (priss) S 27202 27202 25027 0 -1 4202496 6533 0 0 0 1224 1 0 0 18 0 5 0 517946357 214851584 6426 33554432000 4194304 5787044 140737256623312 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/27203/statm: 52454 6426 351 389 0 48204 0
[pid=27203/tid=27205] ppid=27202 vsize=209816 CPUtime=3.06 cores=1,3,5,7
/proc/27203/task/27205/stat : 27205 (priss) R 27202 27202 25027 0 -1 4202560 698 0 0 0 306 0 0 0 25 0 5 0 517946361 214851584 6426 33554432000 4194304 5787044 140737256623312 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=27203/tid=27206] ppid=27202 vsize=209816 CPUtime=3.05 cores=1,3,5,7
/proc/27203/task/27206/stat : 27206 (priss) R 27202 27202 25027 0 -1 4202560 650 0 0 0 305 0 0 0 25 0 5 0 517946361 214851584 6426 33554432000 4194304 5787044 140737256623312 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27203/tid=27207] ppid=27202 vsize=209816 CPUtime=3.02 cores=1,3,5,7
/proc/27203/task/27207/stat : 27207 (priss) R 27202 27202 25027 0 -1 4202560 555 0 0 0 302 0 0 0 25 0 5 0 517946363 214851584 6426 33554432000 4194304 5787044 140737256623312 18446744073709551615 4336744 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27203/tid=27208] ppid=27202 vsize=209816 CPUtime=3.03 cores=1,3,5,7
/proc/27203/task/27208/stat : 27208 (priss) R 27202 27202 25027 0 -1 4202560 569 0 0 0 303 0 0 0 25 0 5 0 517946364 214851584 6426 33554432000 4194304 5787044 140737256623312 18446744073709551615 4336131 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.25
Current children cumulated vsize (KiB) 218516

[startup+6.30053 s]
/proc/loadavg: 7.91 8.05 8.01 9/188 27208
/proc/meminfo: memFree=25650564/32951124 swapFree=67111364/67111528
[pid=27202] ppid=27200 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27202/stat : 27202 (prissAuto.sh) S 27200 27202 25027 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517946357 8908800 251 33554432000 4194304 4922060 140737183435456 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27202/statm: 2175 251 211 178 0 68 0
[pid=27203] ppid=27202 vsize=209816 CPUtime=25.03 cores=1,3,5,7
/proc/27203/stat : 27203 (priss) S 27202 27202 25027 0 -1 4202496 6533 0 0 0 2501 2 0 0 18 0 5 0 517946357 214851584 6426 33554432000 4194304 5787044 140737256623312 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/27203/statm: 52454 6426 351 389 0 48204 0
[pid=27203/tid=27205] ppid=27202 vsize=209816 CPUtime=6.26 cores=1,3,5,7
/proc/27203/task/27205/stat : 27205 (priss) R 27202 27202 25027 0 -1 4202560 698 0 0 0 626 0 0 0 25 0 5 0 517946361 214851584 6426 33554432000 4194304 5787044 140737256623312 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=27203/tid=27206] ppid=27202 vsize=209816 CPUtime=6.25 cores=1,3,5,7
/proc/27203/task/27206/stat : 27206 (priss) R 27202 27202 25027 0 -1 4202560 650 0 0 0 625 0 0 0 25 0 5 0 517946361 214851584 6426 33554432000 4194304 5787044 140737256623312 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27203/tid=27207] ppid=27202 vsize=209816 CPUtime=6.21 cores=1,3,5,7
/proc/27203/task/27207/stat : 27207 (priss) R 27202 27202 25027 0 -1 4202560 555 0 0 0 621 0 0 0 25 0 5 0 517946363 214851584 6426 33554432000 4194304 5787044 140737256623312 18446744073709551615 4336781 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27203/tid=27208] ppid=27202 vsize=209816 CPUtime=6.23 cores=1,3,5,7
/proc/27203/task/27208/stat : 27208 (priss) R 27202 27202 25027 0 -1 4202560 569 0 0 0 623 0 0 0 25 0 5 0 517946364 214851584 6426 33554432000 4194304 5787044 140737256623312 18446744073709551615 4336120 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 218516

[startup+12.7004 s]
/proc/loadavg: 7.92 8.05 8.01 9/188 27208
/proc/meminfo: memFree=25648736/32951124 swapFree=67111364/67111528
[pid=27202] ppid=27200 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27202/stat : 27202 (prissAuto.sh) S 27200 27202 25027 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517946357 8908800 251 33554432000 4194304 4922060 140737183435456 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27202/statm: 2175 251 211 178 0 68 0
[pid=27203] ppid=27202 vsize=209816 CPUtime=50.59 cores=1,3,5,7
/proc/27203/stat : 27203 (priss) S 27202 27202 25027 0 -1 4202496 6535 0 0 0 5057 2 0 0 18 0 5 0 517946357 214851584 6428 33554432000 4194304 5787044 140737256623312 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/27203/statm: 52454 6428 351 389 0 48204 0
[pid=27203/tid=27205] ppid=27202 vsize=209816 CPUtime=12.66 cores=1,3,5,7
/proc/27203/task/27205/stat : 27205 (priss) R 27202 27202 25027 0 -1 4202560 698 0 0 0 1266 0 0 0 25 0 5 0 517946361 214851584 6428 33554432000 4194304 5787044 140737256623312 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=27203/tid=27206] ppid=27202 vsize=209816 CPUtime=12.65 cores=1,3,5,7
/proc/27203/task/27206/stat : 27206 (priss) R 27202 27202 25027 0 -1 4202560 651 0 0 0 1265 0 0 0 25 0 5 0 517946361 214851584 6428 33554432000 4194304 5787044 140737256623312 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27203/tid=27207] ppid=27202 vsize=209816 CPUtime=12.57 cores=1,3,5,7
/proc/27203/task/27207/stat : 27207 (priss) R 27202 27202 25027 0 -1 4202560 556 0 0 0 1257 0 0 0 25 0 5 0 517946363 214851584 6428 33554432000 4194304 5787044 140737256623312 18446744073709551615 18446744073699065894 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27203/tid=27208] ppid=27202 vsize=209816 CPUtime=12.63 cores=1,3,5,7
/proc/27203/task/27208/stat : 27208 (priss) R 27202 27202 25027 0 -1 4202560 569 0 0 0 1263 0 0 0 25 0 5 0 517946364 214851584 6428 33554432000 4194304 5787044 140737256623312 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 218516

[startup+25.5012 s]
/proc/loadavg: 7.93 8.05 8.00 9/188 27208
/proc/meminfo: memFree=25613772/32951124 swapFree=67111364/67111528
[pid=27202] ppid=27200 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27202/stat : 27202 (prissAuto.sh) S 27200 27202 25027 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517946357 8908800 251 33554432000 4194304 4922060 140737183435456 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27202/statm: 2175 251 211 178 0 68 0
[pid=27203] ppid=27202 vsize=228416 CPUtime=101.72 cores=1,3,5,7
/proc/27203/stat : 27203 (priss) S 27202 27202 25027 0 -1 4202496 16664 0 0 0 10167 5 0 0 18 0 5 0 517946357 233897984 14772 33554432000 4194304 5787044 140737256623312 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/27203/statm: 57104 14772 405 389 0 52854 0
[pid=27203/tid=27205] ppid=27202 vsize=228416 CPUtime=25.45 cores=1,3,5,7
/proc/27203/task/27205/stat : 27205 (priss) R 27202 27202 25027 0 -1 4202560 3264 0 0 0 2545 0 0 0 25 0 5 0 517946361 233897984 14772 33554432000 4194304 5787044 140737256623312 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=27203/tid=27206] ppid=27202 vsize=228416 CPUtime=25.45 cores=1,3,5,7
/proc/27203/task/27206/stat : 27206 (priss) R 27202 27202 25027 0 -1 4202560 2942 0 0 0 2544 1 0 0 25 0 5 0 517946361 233897984 14772 33554432000 4194304 5787044 140737256623312 18446744073709551615 5592123 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27203/tid=27207] ppid=27202 vsize=228416 CPUtime=25.3 cores=1,3,5,7
/proc/27203/task/27207/stat : 27207 (priss) R 27202 27202 25027 0 -1 4202560 3648 0 0 0 2529 1 0 0 25 0 5 0 517946363 233897984 14772 33554432000 4194304 5787044 140737256623312 18446744073709551615 5585304 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27203/tid=27208] ppid=27202 vsize=228416 CPUtime=25.43 cores=1,3,5,7
/proc/27203/task/27208/stat : 27208 (priss) R 27202 27202 25027 0 -1 4202560 2749 0 0 0 2543 0 0 0 25 0 5 0 517946364 233897984 14772 33554432000 4194304 5787044 140737256623312 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.72
Current children cumulated vsize (KiB) 237116

[startup+51.1007 s]
/proc/loadavg: 8.09 8.08 8.01 9/188 27209
/proc/meminfo: memFree=25575384/32951124 swapFree=67111364/67111528
[pid=27202] ppid=27200 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27202/stat : 27202 (prissAuto.sh) S 27200 27202 25027 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517946357 8908800 251 33554432000 4194304 4922060 140737183435456 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27202/statm: 2175 251 211 178 0 68 0
[pid=27203] ppid=27202 vsize=243352 CPUtime=203.98 cores=1,3,5,7
/proc/27203/stat : 27203 (priss) S 27202 27202 25027 0 -1 4202496 26104 0 0 0 20381 17 0 0 18 0 5 0 517946357 249192448 24211 33554432000 4194304 5787044 140737256623312 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/27203/statm: 60838 24211 405 389 0 56588 0
[pid=27203/tid=27205] ppid=27202 vsize=243352 CPUtime=51.06 cores=1,3,5,7
/proc/27203/task/27205/stat : 27205 (priss) R 27202 27202 25027 0 -1 4202560 6889 0 0 0 5103 3 0 0 19 0 5 0 517946361 249192448 24211 33554432000 4194304 5787044 140737256623312 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=27203/tid=27206] ppid=27202 vsize=243352 CPUtime=51.05 cores=1,3,5,7
/proc/27203/task/27206/stat : 27206 (priss) R 27202 27202 25027 0 -1 4202560 5614 0 0 0 5099 6 0 0 25 0 5 0 517946361 249192448 24211 33554432000 4194304 5787044 140737256623312 18446744073709551615 4219981 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27203/tid=27207] ppid=27202 vsize=243352 CPUtime=50.75 cores=1,3,5,7
/proc/27203/task/27207/stat : 27207 (priss) R 27202 27202 25027 0 -1 4202560 6791 0 0 0 5069 6 0 0 25 0 5 0 517946363 249192448 24211 33554432000 4194304 5787044 140737256623312 18446744073709551615 5591532 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27203/tid=27208] ppid=27202 vsize=243352 CPUtime=51.03 cores=1,3,5,7
/proc/27203/task/27208/stat : 27208 (priss) R 27202 27202 25027 0 -1 4202560 2749 0 0 0 5103 0 0 0 25 0 5 0 517946364 249192448 24211 33554432000 4194304 5787044 140737256623312 18446744073709551615 228244042713 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.98
Current children cumulated vsize (KiB) 252052

[startup+102.307 s]
/proc/loadavg: 8.10 8.08 8.01 9/188 27210
/proc/meminfo: memFree=25530604/32951124 swapFree=67111364/67111528
[pid=27202] ppid=27200 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27202/stat : 27202 (prissAuto.sh) S 27200 27202 25027 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517946357 8908800 251 33554432000 4194304 4922060 140737183435456 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27202/statm: 2175 251 211 178 0 68 0
[pid=27203] ppid=27202 vsize=261216 CPUtime=408.51 cores=1,3,5,7
/proc/27203/stat : 27203 (priss) S 27202 27202 25027 0 -1 4202496 36841 0 0 0 40821 30 0 0 18 0 5 0 517946357 267485184 34871 33554432000 4194304 5787044 140737256623312 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/27203/statm: 65304 34871 405 389 0 61054 0
[pid=27203/tid=27205] ppid=27202 vsize=261216 CPUtime=102.26 cores=1,3,5,7
/proc/27203/task/27205/stat : 27205 (priss) R 27202 27202 25027 0 -1 4202560 11233 0 0 0 10221 5 0 0 25 0 5 0 517946361 267485184 34871 33554432000 4194304 5787044 140737256623312 18446744073709551615 4228014 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=27203/tid=27206] ppid=27202 vsize=261216 CPUtime=102.25 cores=1,3,5,7
/proc/27203/task/27206/stat : 27206 (priss) R 27202 27202 25027 0 -1 4202560 9097 0 0 0 10214 11 0 0 25 0 5 0 517946361 267485184 34871 33554432000 4194304 5787044 140737256623312 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27203/tid=27207] ppid=27202 vsize=261216 CPUtime=101.68 cores=1,3,5,7
/proc/27203/task/27207/stat : 27207 (priss) R 27202 27202 25027 0 -1 4202560 9701 0 0 0 10156 12 0 0 25 0 5 0 517946363 267485184 34871 33554432000 4194304 5787044 140737256623312 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27203/tid=27208] ppid=27202 vsize=261216 CPUtime=102.24 cores=1,3,5,7

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

/proc/27203/task/27206/stat : 27206 (priss) R 27202 27202 25027 0 -1 4202560 29607 0 0 0 82149 44 0 0 25 0 5 0 517946361 646791168 119599 33554432000 4194304 5787044 140737256623312 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27203/tid=27207] ppid=27202 vsize=631632 CPUtime=817.31 cores=1,3,5,7
/proc/27203/task/27207/stat : 27207 (priss) R 27202 27202 25027 0 -1 4202560 29438 0 0 0 81688 43 0 0 25 0 5 0 517946363 646791168 119599 33554432000 4194304 5787044 140737256623312 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27203/tid=27208] ppid=27202 vsize=631632 CPUtime=822.21 cores=1,3,5,7
/proc/27203/task/27208/stat : 27208 (priss) R 27202 27202 25027 0 -1 4202560 24282 0 0 0 82188 33 0 0 25 0 5 0 517946364 646791168 119599 33554432000 4194304 5787044 140737256623312 18446744073709551615 5527202 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3283.6
Current children cumulated vsize (KiB) 640332

[startup+882.301 s]
/proc/loadavg: 8.17 8.15 8.05 9/188 27276
/proc/meminfo: memFree=25417688/32951124 swapFree=67111364/67111528
[pid=27202] ppid=27200 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27202/stat : 27202 (prissAuto.sh) S 27200 27202 25027 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517946357 8908800 251 33554432000 4194304 4922060 140737183435456 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27202/statm: 2175 251 211 178 0 68 0
[pid=27203] ppid=27202 vsize=700352 CPUtime=3523.27 cores=1,3,5,7
/proc/27203/stat : 27203 (priss) S 27202 27202 25027 0 -1 4202496 126684 0 0 0 352155 172 0 0 18 0 5 0 517946357 717160448 122893 33554432000 4194304 5787044 140737256623312 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/27203/statm: 175088 122893 418 389 0 170838 0
[pid=27203/tid=27205] ppid=27202 vsize=700352 CPUtime=882.05 cores=1,3,5,7
/proc/27203/task/27205/stat : 27205 (priss) R 27202 27202 25027 0 -1 4202560 36037 0 0 0 88163 42 0 0 25 0 5 0 517946361 717160448 122893 33554432000 4194304 5787044 140737256623312 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=27203/tid=27206] ppid=27202 vsize=700352 CPUtime=881.94 cores=1,3,5,7
/proc/27203/task/27206/stat : 27206 (priss) R 27202 27202 25027 0 -1 4202560 29667 0 0 0 88149 45 0 0 25 0 5 0 517946361 717160448 122893 33554432000 4194304 5787044 140737256623312 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27203/tid=27207] ppid=27202 vsize=700352 CPUtime=876.98 cores=1,3,5,7
/proc/27203/task/27207/stat : 27207 (priss) R 27202 27202 25027 0 -1 4202560 32101 0 0 0 87648 50 0 0 25 0 5 0 517946363 717160448 122893 33554432000 4194304 5787044 140737256623312 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27203/tid=27208] ppid=27202 vsize=700352 CPUtime=882.21 cores=1,3,5,7
/proc/27203/task/27208/stat : 27208 (priss) R 27202 27202 25027 0 -1 4202560 24818 0 0 0 88188 33 0 0 25 0 5 0 517946364 717160448 122893 33554432000 4194304 5787044 140737256623312 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3523.27
Current children cumulated vsize (KiB) 709052

[startup+942.301 s]
/proc/loadavg: 8.11 8.14 8.05 9/188 27278
/proc/meminfo: memFree=25360628/32951124 swapFree=67111364/67111528
[pid=27202] ppid=27200 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27202/stat : 27202 (prissAuto.sh) S 27200 27202 25027 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517946357 8908800 251 33554432000 4194304 4922060 140737183435456 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27202/statm: 2175 251 211 178 0 68 0
[pid=27203] ppid=27202 vsize=711184 CPUtime=3762.95 cores=1,3,5,7
/proc/27203/stat : 27203 (priss) S 27202 27202 25027 0 -1 4202496 130886 0 0 0 376118 177 0 0 18 0 5 0 517946357 728252416 127095 33554432000 4194304 5787044 140737256623312 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/27203/statm: 177796 127095 418 389 0 173546 0
[pid=27203/tid=27205] ppid=27202 vsize=711184 CPUtime=942.04 cores=1,3,5,7
/proc/27203/task/27205/stat : 27205 (priss) R 27202 27202 25027 0 -1 4202560 36170 0 0 0 94162 42 0 0 25 0 5 0 517946361 728252416 127095 33554432000 4194304 5787044 140737256623312 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=27203/tid=27206] ppid=27202 vsize=711184 CPUtime=941.94 cores=1,3,5,7
/proc/27203/task/27206/stat : 27206 (priss) R 27202 27202 25027 0 -1 4202560 31312 0 0 0 94149 45 0 0 25 0 5 0 517946361 728252416 127095 33554432000 4194304 5787044 140737256623312 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27203/tid=27207] ppid=27202 vsize=711184 CPUtime=936.66 cores=1,3,5,7
/proc/27203/task/27207/stat : 27207 (priss) R 27202 27202 25027 0 -1 4202560 34019 0 0 0 93612 54 0 0 25 0 5 0 517946363 728252416 127095 33554432000 4194304 5787044 140737256623312 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27203/tid=27208] ppid=27202 vsize=711184 CPUtime=942.22 cores=1,3,5,7
/proc/27203/task/27208/stat : 27208 (priss) R 27202 27202 25027 0 -1 4202560 25324 0 0 0 94188 34 0 0 25 0 5 0 517946364 728252416 127095 33554432000 4194304 5787044 140737256623312 18446744073709551615 5527399 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3762.95
Current children cumulated vsize (KiB) 719884

[startup+1002.3 s]
/proc/loadavg: 8.20 8.15 8.06 9/188 27279
/proc/meminfo: memFree=25321544/32951124 swapFree=67111364/67111528
[pid=27202] ppid=27200 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27202/stat : 27202 (prissAuto.sh) S 27200 27202 25027 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517946357 8908800 251 33554432000 4194304 4922060 140737183435456 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27202/statm: 2175 251 211 178 0 68 0
[pid=27203] ppid=27202 vsize=711184 CPUtime=4002.62 cores=1,3,5,7
/proc/27203/stat : 27203 (priss) S 27202 27202 25027 0 -1 4202496 133562 0 0 0 400079 183 0 0 18 0 5 0 517946357 728252416 129771 33554432000 4194304 5787044 140737256623312 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/27203/statm: 177796 129771 418 389 0 173546 0
[pid=27203/tid=27205] ppid=27202 vsize=711184 CPUtime=1002.04 cores=1,3,5,7
/proc/27203/task/27205/stat : 27205 (priss) R 27202 27202 25027 0 -1 4202560 36237 0 0 0 100162 42 0 0 25 0 5 0 517946361 728252416 129771 33554432000 4194304 5787044 140737256623312 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=27203/tid=27206] ppid=27202 vsize=711184 CPUtime=1001.94 cores=1,3,5,7
/proc/27203/task/27206/stat : 27206 (priss) R 27202 27202 25027 0 -1 4202560 31734 0 0 0 100149 45 0 0 25 0 5 0 517946361 728252416 129771 33554432000 4194304 5787044 140737256623312 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27203/tid=27207] ppid=27202 vsize=711184 CPUtime=996.33 cores=1,3,5,7
/proc/27203/task/27207/stat : 27207 (priss) R 27202 27202 25027 0 -1 4202560 36206 0 0 0 99573 60 0 0 25 0 5 0 517946363 728252416 129771 33554432000 4194304 5787044 140737256623312 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27203/tid=27208] ppid=27202 vsize=711184 CPUtime=1002.22 cores=1,3,5,7
/proc/27203/task/27208/stat : 27208 (priss) R 27202 27202 25027 0 -1 4202560 25324 0 0 0 100188 34 0 0 25 0 5 0 517946364 728252416 129771 33554432000 4194304 5787044 140737256623312 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4002.62
Current children cumulated vsize (KiB) 719884

[startup+1062.3 s]
/proc/loadavg: 8.14 8.14 8.06 9/188 27281
/proc/meminfo: memFree=25292004/32951124 swapFree=67111364/67111528
[pid=27202] ppid=27200 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27202/stat : 27202 (prissAuto.sh) S 27200 27202 25027 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517946357 8908800 251 33554432000 4194304 4922060 140737183435456 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27202/statm: 2175 251 211 178 0 68 0
[pid=27203] ppid=27202 vsize=719384 CPUtime=4242.3 cores=1,3,5,7
/proc/27203/stat : 27203 (priss) S 27202 27202 25027 0 -1 4202496 137851 0 0 0 424040 190 0 0 18 0 5 0 517946357 736649216 134060 33554432000 4194304 5787044 140737256623312 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/27203/statm: 179846 134060 418 389 0 175596 0
[pid=27203/tid=27205] ppid=27202 vsize=719384 CPUtime=1062.05 cores=1,3,5,7
/proc/27203/task/27205/stat : 27205 (priss) R 27202 27202 25027 0 -1 4202560 37962 0 0 0 106162 43 0 0 25 0 5 0 517946361 736649216 134060 33554432000 4194304 5787044 140737256623312 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=27203/tid=27206] ppid=27202 vsize=719384 CPUtime=1061.94 cores=1,3,5,7
/proc/27203/task/27206/stat : 27206 (priss) R 27202 27202 25027 0 -1 4202560 31904 0 0 0 106149 45 0 0 25 0 5 0 517946361 736649216 134060 33554432000 4194304 5787044 140737256623312 18446744073709551615 5591298 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27203/tid=27207] ppid=27202 vsize=719384 CPUtime=1056.01 cores=1,3,5,7
/proc/27203/task/27207/stat : 27207 (priss) R 27202 27202 25027 0 -1 4202560 38591 0 0 0 105535 66 0 0 25 0 5 0 517946363 736649216 134060 33554432000 4194304 5787044 140737256623312 18446744073709551615 5591847 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27203/tid=27208] ppid=27202 vsize=719384 CPUtime=1062.22 cores=1,3,5,7
/proc/27203/task/27208/stat : 27208 (priss) R 27202 27202 25027 0 -1 4202560 25333 0 0 0 106188 34 0 0 25 0 5 0 517946364 736649216 134060 33554432000 4194304 5787044 140737256623312 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4242.3
Current children cumulated vsize (KiB) 728084

[startup+1122.3 s]
/proc/loadavg: 8.16 8.14 8.06 9/188 27283
/proc/meminfo: memFree=25259120/32951124 swapFree=67111364/67111528
[pid=27202] ppid=27200 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27202/stat : 27202 (prissAuto.sh) S 27200 27202 25027 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517946357 8908800 251 33554432000 4194304 4922060 140737183435456 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27202/statm: 2175 251 211 178 0 68 0
[pid=27203] ppid=27202 vsize=726020 CPUtime=4481.97 cores=1,3,5,7
/proc/27203/stat : 27203 (priss) S 27202 27202 25027 0 -1 4202496 143195 0 0 0 447999 198 0 0 18 0 5 0 517946357 743444480 139404 33554432000 4194304 5787044 140737256623312 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/27203/statm: 181505 139404 418 389 0 177255 0
[pid=27203/tid=27205] ppid=27202 vsize=726020 CPUtime=1122.04 cores=1,3,5,7
/proc/27203/task/27205/stat : 27205 (priss) R 27202 27202 25027 0 -1 4202560 39174 0 0 0 112160 44 0 0 25 0 5 0 517946361 743444480 139404 33554432000 4194304 5787044 140737256623312 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=27203/tid=27206] ppid=27202 vsize=726020 CPUtime=1121.93 cores=1,3,5,7
/proc/27203/task/27206/stat : 27206 (priss) R 27202 27202 25027 0 -1 4202560 32168 0 0 0 112148 45 0 0 25 0 5 0 517946361 743444480 139404 33554432000 4194304 5787044 140737256623312 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27203/tid=27207] ppid=27202 vsize=726020 CPUtime=1115.68 cores=1,3,5,7
/proc/27203/task/27207/stat : 27207 (priss) R 27202 27202 25027 0 -1 4202560 40793 0 0 0 111497 71 0 0 25 0 5 0 517946363 743444480 139404 33554432000 4194304 5787044 140737256623312 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27203/tid=27208] ppid=27202 vsize=726020 CPUtime=1122.22 cores=1,3,5,7
/proc/27203/task/27208/stat : 27208 (priss) R 27202 27202 25027 0 -1 4202560 26999 0 0 0 112187 35 0 0 25 0 5 0 517946364 743444480 139404 33554432000 4194304 5787044 140737256623312 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4481.97
Current children cumulated vsize (KiB) 734720

[startup+1182.3 s]
/proc/loadavg: 8.12 8.13 8.06 9/188 27284
/proc/meminfo: memFree=25223020/32951124 swapFree=67111364/67111528
[pid=27202] ppid=27200 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27202/stat : 27202 (prissAuto.sh) S 27200 27202 25027 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517946357 8908800 251 33554432000 4194304 4922060 140737183435456 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27202/statm: 2175 251 211 178 0 68 0
[pid=27203] ppid=27202 vsize=804320 CPUtime=4721.65 cores=1,3,5,7
/proc/27203/stat : 27203 (priss) S 27202 27202 25027 0 -1 4202496 150283 0 0 0 471960 205 0 0 18 0 5 0 517946357 823623680 146267 33554432000 4194304 5787044 140737256623312 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/27203/statm: 201080 146267 418 389 0 196830 0
[pid=27203/tid=27205] ppid=27202 vsize=804320 CPUtime=1182.04 cores=1,3,5,7
/proc/27203/task/27205/stat : 27205 (priss) R 27202 27202 25027 0 -1 4202560 42082 0 0 0 118158 46 0 0 25 0 5 0 517946361 823623680 146267 33554432000 4194304 5787044 140737256623312 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=27203/tid=27206] ppid=27202 vsize=804320 CPUtime=1181.94 cores=1,3,5,7
/proc/27203/task/27206/stat : 27206 (priss) R 27202 27202 25027 0 -1 4202560 32972 0 0 0 118148 46 0 0 25 0 5 0 517946361 823623680 146267 33554432000 4194304 5787044 140737256623312 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27203/tid=27207] ppid=27202 vsize=804320 CPUtime=1175.35 cores=1,3,5,7
/proc/27203/task/27207/stat : 27207 (priss) R 27202 27202 25027 0 -1 4202560 42970 0 0 0 117460 75 0 0 25 0 5 0 517946363 823623680 146267 33554432000 4194304 5787044 140737256623312 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27203/tid=27208] ppid=27202 vsize=804320 CPUtime=1182.22 cores=1,3,5,7
/proc/27203/task/27208/stat : 27208 (priss) R 27202 27202 25027 0 -1 4202560 28198 0 0 0 118186 36 0 0 25 0 5 0 517946364 823623680 146267 33554432000 4194304 5787044 140737256623312 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4721.65
Current children cumulated vsize (KiB) 813020



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202 s]
/proc/loadavg: 8.08 8.12 8.06 9/188 27285
/proc/meminfo: memFree=25215932/32951124 swapFree=67111364/67111528
[pid=27202] ppid=27200 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27202/stat : 27202 (prissAuto.sh) S 27200 27202 25027 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517946357 8908800 251 33554432000 4194304 4922060 140737183435456 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27202/statm: 2175 251 211 178 0 68 0
[pid=27203] ppid=27202 vsize=807480 CPUtime=4800.36 cores=1,3,5,7
/proc/27203/stat : 27203 (priss) S 27202 27202 25027 0 -1 4202496 151744 0 0 0 479828 208 0 0 18 0 5 0 517946357 826859520 147728 33554432000 4194304 5787044 140737256623312 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/27203/statm: 201870 147728 418 389 0 197620 0
[pid=27203/tid=27205] ppid=27202 vsize=807480 CPUtime=1201.75 cores=1,3,5,7
/proc/27203/task/27205/stat : 27205 (priss) R 27202 27202 25027 0 -1 4202560 42818 0 0 0 120128 47 0 0 25 0 5 0 517946361 826859520 147728 33554432000 4194304 5787044 140737256623312 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=27203/tid=27206] ppid=27202 vsize=807480 CPUtime=1201.65 cores=1,3,5,7
/proc/27203/task/27206/stat : 27206 (priss) R 27202 27202 25027 0 -1 4202560 32975 0 0 0 120119 46 0 0 25 0 5 0 517946361 826859520 147728 33554432000 4194304 5787044 140737256623312 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27203/tid=27207] ppid=27202 vsize=807480 CPUtime=1194.94 cores=1,3,5,7
/proc/27203/task/27207/stat : 27207 (priss) R 27202 27202 25027 0 -1 4202560 43656 0 0 0 119417 77 0 0 25 0 5 0 517946363 826859520 147728 33554432000 4194304 5787044 140737256623312 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27203/tid=27208] ppid=27202 vsize=807480 CPUtime=1201.93 cores=1,3,5,7
/proc/27203/task/27208/stat : 27208 (priss) R 27202 27202 25027 0 -1 4202560 28234 0 0 0 120157 36 0 0 25 0 5 0 517946364 826859520 147728 33554432000 4194304 5787044 140737256623312 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.36
Current children cumulated vsize (KiB) 816180

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 27202 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.36
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1202.02
CPU time (s): 4800.36
CPU user time (s): 4798.28
CPU system time (s): 2.08
CPU usage (%): 399.358
Max. virtual memory (cumulated for all children) (KiB): 816180

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

The end

Launcher Data

Begin job on node136 at 2011-04-29 09:51:24
IDJOB=3262867
IDBENCH=83899
IDSOLVER=1602
FILE ID=node136/3262867-1304063484
RUNJOBID= node136-1304053650-25980
PBS_JOBID= 13170391
Free space on /tmp= 72328 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_19_80_8-log.shuffled-as.sat03-143.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3262867-1304063484/watcher-3262867-1304063484 -o /tmp/evaluation-result-3262867-1304063484/solver-3262867-1304063484 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3262867-1304063484.cnf 716287154 4800 15500 4

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

MD5SUM BENCH= 3aff0c2163848e3eed6bc22fc2c30cdf
RANDOM SEED=716287154

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.83
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.809
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.809
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:     32951124 kB
MemFree:      25676900 kB
Buffers:       1061316 kB
Cached:        5008996 kB
SwapCached:        100 kB
Active:        1273056 kB
Inactive:      5449604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25676900 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            2724 kB
Writeback:           0 kB
AnonPages:      652400 kB
Mapped:          15620 kB
Slab:           486064 kB
PageTables:       6004 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   851784 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= 72332 MiB
End job on node136 at 2011-04-29 10:11:28