Trace number 3293712

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.11 1205.02

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/11pipe_k.cnf
MD5SUM932387240a0c17f4c88af52c4ca151c6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark325.87
Satisfiable
(Un)Satisfiability was proved
Number of variables89315
Number of clauses5584003
Sum of the clauses size16593705
Maximum clause length295
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 25473787
Number of clauses of size 337063
Number of clauses of size 4514
Number of clauses of size 5453
Number of clauses of size over 572185

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: 32112
0.00/0.00	c setup for 4cores
1.89/1.98	c parsetime: 1974253us
1.89/1.98	c parsed 5584003 clauses with 89315 variables
3.85/3.00	c NW started thread 0 successfully (1095321920)
3.85/3.00	c NW started thread 1 successfully (1105811776)
4.14/3.17	c NW started thread 2 successfully (1116301632)
5.95/3.66	c NW started thread 3 successfully (1126791488)
1722.35/433.82	c preprocessor returned 91315 variables
1722.35/433.82	c preprocessing returned UNKNOWN
1722.35/433.82	c PP set 13 variables
1722.35/433.82	c pp time: 430132043us (430s)
2131.04/536.48	c preprocessor returned 89615 variables
2131.04/536.48	c preprocessing returned UNKNOWN
2131.04/536.48	c PP set 13 variables
2131.04/536.48	c pp time: 533280167us (533s)
2141.83/539.12	c preprocessor returned 89615 variables
2141.83/539.12	c preprocessing returned UNKNOWN
2141.83/539.12	c PP set 13 variables
2141.83/539.12	c pp time: 536376526us (536s)
2142.63/539.31	c preprocessor returned 89615 variables
2142.63/539.31	c preprocessing returned UNKNOWN
2142.63/539.31	c PP set 13 variables
2142.63/539.31	c pp time: 536955288us (536s)
3140.67/789.28	c HTE
3461.19/869.68	c subsumption
3461.19/869.68	c simplified formula contains 0 unit clauses
3485.28/875.75	c HTE
3530.83/887.29	c added unsatisfied clause
3530.83/887.29	c failed to add network clauses
3739.20/939.47	c subsumption
3739.20/939.47	c simplified formula contains 0 unit clauses
4355.10/1093.63	c HTE

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-3293712-1304079042/watcher-3293712-1304079042 -o /tmp/evaluation-result-3293712-1304079042/solver-3293712-1304079042 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3293712-1304079042.cnf 261155920 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.10 8.06 8.00 6/182 32111
/proc/meminfo: memFree=22469672/32951124 swapFree=67111524/67111528
[pid=32111] ppid=32109 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32111/stat : 32111 (prissAuto.sh) S 32109 32111 30205 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 500319743 8908800 252 33554432000 4194304 4922060 140737046824496 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32111/statm: 2175 252 211 178 0 68 0

[startup+0.074937 s]
/proc/loadavg: 8.10 8.06 8.00 6/182 32111
/proc/meminfo: memFree=22469672/32951124 swapFree=67111524/67111528
[pid=32111] ppid=32109 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32111/stat : 32111 (prissAuto.sh) S 32109 32111 30205 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 500319743 8908800 252 33554432000 4194304 4922060 140737046824496 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32111/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100927 s]
/proc/loadavg: 8.10 8.06 8.00 6/182 32111
/proc/meminfo: memFree=22469672/32951124 swapFree=67111524/67111528
[pid=32111] ppid=32109 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32111/stat : 32111 (prissAuto.sh) S 32109 32111 30205 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 500319743 8908800 252 33554432000 4194304 4922060 140737046824496 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32111/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300892 s]
/proc/loadavg: 8.10 8.06 8.00 6/182 32111
/proc/meminfo: memFree=22469672/32951124 swapFree=67111524/67111528
[pid=32111] ppid=32109 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32111/stat : 32111 (prissAuto.sh) S 32109 32111 30205 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 500319743 8908800 252 33554432000 4194304 4922060 140737046824496 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32111/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700788 s]
/proc/loadavg: 8.10 8.06 8.00 6/182 32111
/proc/meminfo: memFree=22469672/32951124 swapFree=67111524/67111528
[pid=32111] ppid=32109 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32111/stat : 32111 (prissAuto.sh) S 32109 32111 30205 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 500319743 8908800 252 33554432000 4194304 4922060 140737046824496 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32111/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50067 s]
/proc/loadavg: 8.10 8.06 8.00 6/184 32113
/proc/meminfo: memFree=22357064/32951124 swapFree=67111524/67111528
[pid=32111] ppid=32109 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32111/stat : 32111 (prissAuto.sh) S 32109 32111 30205 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 500319743 8908800 252 33554432000 4194304 4922060 140737046824496 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32111/statm: 2175 252 211 178 0 68 0
[pid=32112] ppid=32111 vsize=196688 CPUtime=1.49 cores=0,2,4,6
/proc/32112/stat : 32112 (priss) R 32111 32111 30205 0 -1 4202496 49280 0 0 0 141 8 0 0 25 0 1 0 500319744 201408512 41273 33554432000 4194304 5787044 140735462174864 18446744073709551615 228107277712 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32112/statm: 49172 41273 304 389 0 44922 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 205388

[startup+3.10033 s]
/proc/loadavg: 7.85 8.01 7.99 6/184 32113
/proc/meminfo: memFree=22158584/32951124 swapFree=67111524/67111528
[pid=32111] ppid=32109 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32111/stat : 32111 (prissAuto.sh) S 32109 32111 30205 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 500319743 8908800 252 33554432000 4194304 4922060 140737046824496 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32111/statm: 2175 252 211 178 0 68 0
[pid=32112] ppid=32111 vsize=1212332 CPUtime=4.14 cores=0,2,4,6
/proc/32112/stat : 32112 (priss) R 32111 32111 30205 0 -1 4202496 277628 0 0 0 371 43 0 0 18 0 3 0 500319744 1241427968 269621 33554432000 4194304 5787044 140735462174864 18446744073709551615 228095111707 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/32112/statm: 303083 269622 337 389 0 298833 0
Current children cumulated CPU time (s) 4.14
Current children cumulated vsize (KiB) 1221032

[startup+6.30071 s]
/proc/loadavg: 7.85 8.01 7.99 9/188 32117
/proc/meminfo: memFree=19900988/32951124 swapFree=67111524/67111528
[pid=32111] ppid=32109 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32111/stat : 32111 (prissAuto.sh) S 32109 32111 30205 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 500319743 8908800 252 33554432000 4194304 4922060 140737046824496 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32111/statm: 2175 252 211 178 0 68 0
[pid=32112] ppid=32111 vsize=3329116 CPUtime=16.41 cores=0,2,4,6
/proc/32112/stat : 32112 (priss) S 32111 32111 30205 0 -1 4202496 769159 0 0 0 1454 187 0 0 18 0 5 0 500319744 3409014784 761152 33554432000 4194304 5787044 140735462174864 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/32112/statm: 832279 761153 345 389 0 828029 0
[pid=32112/tid=32114] ppid=32111 vsize=3329116 CPUtime=3.85 cores=0,2,4,6
/proc/32112/task/32114/stat : 32114 (priss) R 32111 32111 30205 0 -1 4202560 142309 0 0 0 353 32 0 0 18 0 5 0 500319977 3409014784 761154 33554432000 4194304 5787044 140735462174864 18446744073709551615 4302723 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32112/tid=32115] ppid=32111 vsize=3329116 CPUtime=3.41 cores=0,2,4,6
/proc/32112/task/32115/stat : 32115 (priss) R 32111 32111 30205 0 -1 4202560 127590 0 0 0 299 42 0 0 18 0 5 0 500320016 3409014784 761156 33554432000 4194304 5787044 140735462174864 18446744073709551615 228095109760 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32112/tid=32116] ppid=32111 vsize=3329116 CPUtime=3.01 cores=0,2,4,6
/proc/32112/task/32116/stat : 32116 (priss) R 32111 32111 30205 0 -1 4202560 116084 0 0 0 263 38 0 0 18 0 5 0 500320061 3409014784 761159 33554432000 4194304 5787044 140735462174864 18446744073709551615 4302112 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32112/tid=32117] ppid=32111 vsize=3329116 CPUtime=2.53 cores=0,2,4,6
/proc/32112/task/32117/stat : 32117 (priss) R 32111 32111 30205 0 -1 4202560 104308 0 0 0 220 33 0 0 18 0 5 0 500320110 3409014784 761159 33554432000 4194304 5787044 140735462174864 18446744073709551615 228095111877 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 16.41
Current children cumulated vsize (KiB) 3337816

[startup+12.7005 s]
/proc/loadavg: 7.87 8.01 7.99 9/188 32117
/proc/meminfo: memFree=20057872/32951124 swapFree=67111524/67111528
[pid=32111] ppid=32109 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32111/stat : 32111 (prissAuto.sh) S 32109 32111 30205 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 500319743 8908800 252 33554432000 4194304 4922060 140737046824496 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32111/statm: 2175 252 211 178 0 68 0
[pid=32112] ppid=32111 vsize=2691456 CPUtime=40.27 cores=0,2,4,6
/proc/32112/stat : 32112 (priss) S 32111 32111 30205 0 -1 4202496 928608 0 0 0 3783 244 0 0 18 0 5 0 500319744 2756050944 601773 33554432000 4194304 5787044 140735462174864 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/32112/statm: 672864 601773 348 389 0 668614 0
[pid=32112/tid=32114] ppid=32111 vsize=2691456 CPUtime=10.25 cores=0,2,4,6
/proc/32112/task/32114/stat : 32114 (priss) R 32111 32111 30205 0 -1 4202560 147598 0 0 0 992 33 0 0 25 0 5 0 500319977 2756050944 601773 33554432000 4194304 5787044 140735462174864 18446744073709551615 4332402 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32112/tid=32115] ppid=32111 vsize=2691456 CPUtime=8.51 cores=0,2,4,6
/proc/32112/task/32115/stat : 32115 (priss) R 32111 32111 30205 0 -1 4202560 168043 0 0 0 794 57 0 0 20 0 5 0 500320016 2756050944 601773 33554432000 4194304 5787044 140735462174864 18446744073709551615 4332864 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32112/tid=32116] ppid=32111 vsize=2691456 CPUtime=9.38 cores=0,2,4,6
/proc/32112/task/32116/stat : 32116 (priss) R 32111 32111 30205 0 -1 4202560 168714 0 0 0 881 57 0 0 25 0 5 0 500320061 2756050944 601773 33554432000 4194304 5787044 140735462174864 18446744073709551615 4332602 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32112/tid=32117] ppid=32111 vsize=2691456 CPUtime=8.51 cores=0,2,4,6
/proc/32112/task/32117/stat : 32117 (priss) R 32111 32111 30205 0 -1 4202560 165380 0 0 0 796 55 0 0 25 0 5 0 500320110 2756050944 601773 33554432000 4194304 5787044 140735462174864 18446744073709551615 4332669 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 40.27
Current children cumulated vsize (KiB) 2700156

[startup+25.5012 s]
/proc/loadavg: 7.89 8.01 7.99 9/188 32117
/proc/meminfo: memFree=20074236/32951124 swapFree=67111524/67111528
[pid=32111] ppid=32109 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32111/stat : 32111 (prissAuto.sh) S 32109 32111 30205 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 500319743 8908800 252 33554432000 4194304 4922060 140737046824496 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32111/statm: 2175 252 211 178 0 68 0
[pid=32112] ppid=32111 vsize=2704200 CPUtime=91.4 cores=0,2,4,6
/proc/32112/stat : 32112 (priss) S 32111 32111 30205 0 -1 4202496 968462 0 0 0 8890 250 0 0 18 0 5 0 500319744 2769100800 597787 33554432000 4194304 5787044 140735462174864 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/32112/statm: 676050 597787 355 389 0 671800 0
[pid=32112/tid=32114] ppid=32111 vsize=2704200 CPUtime=23.06 cores=0,2,4,6
/proc/32112/task/32114/stat : 32114 (priss) R 32111 32111 30205 0 -1 4202560 147618 0 0 0 2273 33 0 0 25 0 5 0 500319977 2769100800 597787 33554432000 4194304 5787044 140735462174864 18446744073709551615 4318959 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32112/tid=32115] ppid=32111 vsize=2704200 CPUtime=21.24 cores=0,2,4,6
/proc/32112/task/32115/stat : 32115 (priss) R 32111 32111 30205 0 -1 4202560 188247 0 0 0 2064 60 0 0 25 0 5 0 500320016 2769100800 597787 33554432000 4194304 5787044 140735462174864 18446744073709551615 4318959 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32112/tid=32116] ppid=32111 vsize=2704200 CPUtime=22.18 cores=0,2,4,6
/proc/32112/task/32116/stat : 32116 (priss) R 32111 32111 30205 0 -1 4202560 180103 0 0 0 2159 59 0 0 25 0 5 0 500320061 2769100800 597787 33554432000 4194304 5787044 140735462174864 18446744073709551615 4318959 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32112/tid=32117] ppid=32111 vsize=2704200 CPUtime=21.32 cores=0,2,4,6
/proc/32112/task/32117/stat : 32117 (priss) R 32111 32111 30205 0 -1 4202560 173621 0 0 0 2076 56 0 0 25 0 5 0 500320110 2769100800 597787 33554432000 4194304 5787044 140735462174864 18446744073709551615 4318959 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 91.4
Current children cumulated vsize (KiB) 2712900

[startup+51.1004 s]
/proc/loadavg: 8.08 8.04 8.00 9/188 32118
/proc/meminfo: memFree=19995468/32951124 swapFree=67111524/67111528
[pid=32111] ppid=32109 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32111/stat : 32111 (prissAuto.sh) S 32109 32111 30205 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 500319743 8908800 252 33554432000 4194304 4922060 140737046824496 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32111/statm: 2175 252 211 178 0 68 0
[pid=32112] ppid=32111 vsize=2704200 CPUtime=193.66 cores=0,2,4,6
/proc/32112/stat : 32112 (priss) S 32111 32111 30205 0 -1 4202496 968462 0 0 0 19116 250 0 0 18 0 5 0 500319744 2769100800 597787 33554432000 4194304 5787044 140735462174864 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/32112/statm: 676050 597787 355 389 0 671800 0
[pid=32112/tid=32114] ppid=32111 vsize=2704200 CPUtime=48.66 cores=0,2,4,6
/proc/32112/task/32114/stat : 32114 (priss) R 32111 32111 30205 0 -1 4202560 147618 0 0 0 4833 33 0 0 25 0 5 0 500319977 2769100800 597787 33554432000 4194304 5787044 140735462174864 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32112/tid=32115] ppid=32111 vsize=2704200 CPUtime=46.71 cores=0,2,4,6
/proc/32112/task/32115/stat : 32115 (priss) R 32111 32111 30205 0 -1 4202560 188247 0 0 0 4611 60 0 0 25 0 5 0 500320016 2769100800 597787 33554432000 4194304 5787044 140735462174864 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32112/tid=32116] ppid=32111 vsize=2704200 CPUtime=47.78 cores=0,2,4,6
/proc/32112/task/32116/stat : 32116 (priss) R 32111 32111 30205 0 -1 4202560 180103 0 0 0 4719 59 0 0 25 0 5 0 500320061 2769100800 597787 33554432000 4194304 5787044 140735462174864 18446744073709551615 4318956 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32112/tid=32117] ppid=32111 vsize=2704200 CPUtime=46.91 cores=0,2,4,6
/proc/32112/task/32117/stat : 32117 (priss) R 32111 32111 30205 0 -1 4202560 173621 0 0 0 4635 56 0 0 25 0 5 0 500320110 2769100800 597787 33554432000 4194304 5787044 140735462174864 18446744073709551615 4318956 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 193.66
Current children cumulated vsize (KiB) 2712900

[startup+102.307 s]
/proc/loadavg: 8.11 8.05 8.00 9/188 32119
/proc/meminfo: memFree=19994052/32951124 swapFree=67111524/67111528
[pid=32111] ppid=32109 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32111/stat : 32111 (prissAuto.sh) S 32109 32111 30205 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 500319743 8908800 252 33554432000 4194304 4922060 140737046824496 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32111/statm: 2175 252 211 178 0 68 0
[pid=32112] ppid=32111 vsize=2791448 CPUtime=398.18 cores=0,2,4,6
/proc/32112/stat : 32112 (priss) S 32111 32111 30205 0 -1 4202496 990278 0 0 0 39564 254 0 0 18 0 5 0 500319744 2858442752 597787 33554432000 4194304 5787044 140735462174864 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/32112/statm: 697862 597787 355 389 0 693612 0
[pid=32112/tid=32114] ppid=32111 vsize=2791448 CPUtime=99.86 cores=0,2,4,6
/proc/32112/task/32114/stat : 32114 (priss) R 32111 32111 30205 0 -1 4202560 153072 0 0 0 9952 34 0 0 25 0 5 0 500319977 2858442752 597787 33554432000 4194304 5787044 140735462174864 18446744073709551615 4318956 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32112/tid=32115] ppid=32111 vsize=2791448 CPUtime=97.63 cores=0,2,4,6
/proc/32112/task/32115/stat : 32115 (priss) R 32111 32111 30205 0 -1 4202560 193701 0 0 0 9702 61 0 0 25 0 5 0 500320016 2858442752 597787 33554432000 4194304 5787044 140735462174864 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32112/tid=32116] ppid=32111 vsize=2791448 CPUtime=98.96 cores=0,2,4,6
/proc/32112/task/32116/stat : 32116 (priss) R 32111 32111 30205 0 -1 4202560 185557 0 0 0 9836 60 0 0 25 0 5 0 500320061 2858442752 597787 33554432000 4194304 5787044 140735462174864 18446744073709551615 4318959 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32112/tid=32117] ppid=32111 vsize=2791448 CPUtime=98.11 cores=0,2,4,6
/proc/32112/task/32117/stat : 32117 (priss) R 32111 32111 30205 0 -1 4202560 179075 0 0 0 9754 57 0 0 25 0 5 0 500320110 2858442752 597787 33554432000 4194304 5787044 140735462174864 18446744073709551615 4318959 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 398.18
Current children cumulated vsize (KiB) 2800148

[startup+162.301 s]
/proc/loadavg: 8.11 8.05 8.00 9/188 32121
/proc/meminfo: memFree=19994088/32951124 swapFree=67111524/67111528
[pid=32111] ppid=32109 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32111/stat : 32111 (prissAuto.sh) S 32109 32111 30205 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 500319743 8908800 252 33554432000 4194304 4922060 140737046824496 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32111/statm: 2175 252 211 178 0 68 0
[pid=32112] ppid=32111 vsize=2791448 CPUtime=637.83 cores=0,2,4,6
/proc/32112/stat : 32112 (priss) S 32111 32111 30205 0 -1 4202496 990278 0 0 0 63529 254 0 0 18 0 5 0 500319744 2858442752 597787 33554432000 4194304 5787044 140735462174864 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/32112/statm: 697862 597787 355 389 0 693612 0
[pid=32112/tid=32114] ppid=32111 vsize=2791448 CPUtime=159.86 cores=0,2,4,6
/proc/32112/task/32114/stat : 32114 (priss) R 32111 32111 30205 0 -1 4202560 153072 0 0 0 15952 34 0 0 25 0 5 0 500319977 2858442752 597787 33554432000 4194304 5787044 140735462174864 18446744073709551615 4318956 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32112/tid=32115] ppid=32111 vsize=2791448 CPUtime=157.3 cores=0,2,4,6

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

/proc/32112/task/32115/stat : 32115 (priss) R 32111 32111 30205 0 -1 4202560 338344 0 0 0 81007 297 0 0 25 0 5 0 500320016 3511513088 777879 33554432000 4194304 5787044 140735462174864 18446744073709551615 5586853 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32112/tid=32116] ppid=32111 vsize=3429212 CPUtime=818.45 cores=0,2,4,6
/proc/32112/task/32116/stat : 32116 (priss) R 32111 32111 30205 0 -1 4202560 317990 0 0 0 81499 346 0 0 25 0 5 0 500320061 3511513088 777879 33554432000 4194304 5787044 140735462174864 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32112/tid=32117] ppid=32111 vsize=3429212 CPUtime=817.94 cores=0,2,4,6
/proc/32112/task/32117/stat : 32117 (priss) R 32111 32111 30205 0 -1 4202560 361700 0 0 0 81656 138 0 0 25 0 5 0 500320110 3511513088 777879 33554432000 4194304 5787044 140735462174864 18446744073709551615 4332992 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3272.88
Current children cumulated vsize (KiB) 3437912

[startup+882.301 s]
/proc/loadavg: 8.49 8.12 8.02 10/189 32302
/proc/meminfo: memFree=21463008/32951124 swapFree=67111524/67111528
[pid=32111] ppid=32109 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32111/stat : 32111 (prissAuto.sh) S 32109 32111 30205 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 500319743 8908800 252 33554432000 4194304 4922060 140737046824496 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32111/statm: 2175 252 211 178 0 68 0
[pid=32112] ppid=32111 vsize=3756408 CPUtime=3511.33 cores=0,2,4,6
/proc/32112/stat : 32112 (priss) S 32111 32111 30205 0 -1 4202496 1682634 0 0 0 350214 919 0 0 18 0 5 0 500319744 3846561792 847619 33554432000 4194304 5787044 140735462174864 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/32112/statm: 939102 847619 419 389 0 934852 0
[pid=32112/tid=32114] ppid=32111 vsize=3756408 CPUtime=879.57 cores=0,2,4,6
/proc/32112/task/32114/stat : 32114 (priss) R 32111 32111 30205 0 -1 4202560 262533 0 0 0 87895 62 0 0 25 0 5 0 500319977 3846561792 847619 33554432000 4194304 5787044 140735462174864 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32112/tid=32115] ppid=32111 vsize=3756408 CPUtime=872.83 cores=0,2,4,6
/proc/32112/task/32115/stat : 32115 (priss) R 32111 32111 30205 0 -1 4202560 338744 0 0 0 86985 298 0 0 25 0 5 0 500320016 3846561792 847619 33554432000 4194304 5787044 140735462174864 18446744073709551615 5586769 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32112/tid=32116] ppid=32111 vsize=3756408 CPUtime=877.39 cores=0,2,4,6
/proc/32112/task/32116/stat : 32116 (priss) R 32111 32111 30205 0 -1 4202560 318523 0 0 0 87392 347 0 0 25 0 5 0 500320061 3846561792 847619 33554432000 4194304 5787044 140735462174864 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32112/tid=32117] ppid=32111 vsize=3756408 CPUtime=877.94 cores=0,2,4,6
/proc/32112/task/32117/stat : 32117 (priss) R 32111 32111 30205 0 -1 4202560 483961 0 0 0 87624 170 0 0 25 0 5 0 500320110 3846561792 847619 33554432000 4194304 5787044 140735462174864 18446744073709551615 4331992 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3511.33
Current children cumulated vsize (KiB) 3765108

[startup+942.3 s]
/proc/loadavg: 8.26 8.12 8.03 9/188 32304
/proc/meminfo: memFree=21367800/32951124 swapFree=67111524/67111528
[pid=32111] ppid=32109 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32111/stat : 32111 (prissAuto.sh) S 32109 32111 30205 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 500319743 8908800 252 33554432000 4194304 4922060 140737046824496 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32111/statm: 2175 252 211 178 0 68 0
[pid=32112] ppid=32111 vsize=3845324 CPUtime=3750.76 cores=0,2,4,6
/proc/32112/stat : 32112 (priss) S 32111 32111 30205 0 -1 4202496 1711453 0 0 0 374146 930 0 0 18 0 5 0 500319744 3937611776 865899 33554432000 4194304 5787044 140735462174864 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/32112/statm: 961331 865899 419 389 0 957081 0
[pid=32112/tid=32114] ppid=32111 vsize=3845324 CPUtime=939.52 cores=0,2,4,6
/proc/32112/task/32114/stat : 32114 (priss) R 32111 32111 30205 0 -1 4202560 264449 0 0 0 93888 64 0 0 25 0 5 0 500319977 3937611776 865899 33554432000 4194304 5787044 140735462174864 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32112/tid=32115] ppid=32111 vsize=3845324 CPUtime=932.82 cores=0,2,4,6
/proc/32112/task/32115/stat : 32115 (priss) R 32111 32111 30205 0 -1 4202560 338825 0 0 0 92983 299 0 0 25 0 5 0 500320016 3937611776 865899 33554432000 4194304 5787044 140735462174864 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32112/tid=32116] ppid=32111 vsize=3845324 CPUtime=936.88 cores=0,2,4,6
/proc/32112/task/32116/stat : 32116 (priss) R 32111 32111 30205 0 -1 4202560 320141 0 0 0 93340 348 0 0 25 0 5 0 500320061 3937611776 865899 33554432000 4194304 5787044 140735462174864 18446744073709551615 5590268 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32112/tid=32117] ppid=32111 vsize=3845324 CPUtime=937.94 cores=0,2,4,6
/proc/32112/task/32117/stat : 32117 (priss) R 32111 32111 30205 0 -1 4202560 509165 0 0 0 93617 177 0 0 25 0 5 0 500320110 3937611776 865899 33554432000 4194304 5787044 140735462174864 18446744073709551615 5526901 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3750.76
Current children cumulated vsize (KiB) 3854024

[startup+1002.3 s]
/proc/loadavg: 8.17 8.13 8.03 9/188 32305
/proc/meminfo: memFree=21303996/32951124 swapFree=67111524/67111528
[pid=32111] ppid=32109 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32111/stat : 32111 (prissAuto.sh) S 32109 32111 30205 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 500319743 8908800 252 33554432000 4194304 4922060 140737046824496 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32111/statm: 2175 252 211 178 0 68 0
[pid=32112] ppid=32111 vsize=3845324 CPUtime=3990.43 cores=0,2,4,6
/proc/32112/stat : 32112 (priss) S 32111 32111 30205 0 -1 4202496 1718603 0 0 0 398109 934 0 0 18 0 5 0 500319744 3937611776 873049 33554432000 4194304 5787044 140735462174864 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/32112/statm: 961331 873049 419 389 0 957081 0
[pid=32112/tid=32114] ppid=32111 vsize=3845324 CPUtime=999.51 cores=0,2,4,6
/proc/32112/task/32114/stat : 32114 (priss) R 32111 32111 30205 0 -1 4202560 264630 0 0 0 99887 64 0 0 25 0 5 0 500319977 3937611776 873049 33554432000 4194304 5787044 140735462174864 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32112/tid=32115] ppid=32111 vsize=3845324 CPUtime=992.83 cores=0,2,4,6
/proc/32112/task/32115/stat : 32115 (priss) R 32111 32111 30205 0 -1 4202560 338898 0 0 0 98983 300 0 0 25 0 5 0 500320016 3937611776 873049 33554432000 4194304 5787044 140735462174864 18446744073709551615 228095556127 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32112/tid=32116] ppid=32111 vsize=3845324 CPUtime=996.55 cores=0,2,4,6
/proc/32112/task/32116/stat : 32116 (priss) R 32111 32111 30205 0 -1 4202560 320148 0 0 0 99306 349 0 0 25 0 5 0 500320061 3937611776 873049 33554432000 4194304 5787044 140735462174864 18446744073709551615 5586853 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32112/tid=32117] ppid=32111 vsize=3845324 CPUtime=997.94 cores=0,2,4,6
/proc/32112/task/32117/stat : 32117 (priss) R 32111 32111 30205 0 -1 4202560 516054 0 0 0 99615 179 0 0 25 0 5 0 500320110 3937611776 873049 33554432000 4194304 5787044 140735462174864 18446744073709551615 228095556127 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3990.43
Current children cumulated vsize (KiB) 3854024

[startup+1062.3 s]
/proc/loadavg: 8.10 8.11 8.03 9/188 32307
/proc/meminfo: memFree=21151892/32951124 swapFree=67111524/67111528
[pid=32111] ppid=32109 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32111/stat : 32111 (prissAuto.sh) S 32109 32111 30205 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 500319743 8908800 252 33554432000 4194304 4922060 140737046824496 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32111/statm: 2175 252 211 178 0 68 0
[pid=32112] ppid=32111 vsize=3976396 CPUtime=4230.08 cores=0,2,4,6
/proc/32112/stat : 32112 (priss) S 32111 32111 30205 0 -1 4202496 1737773 0 0 0 422064 944 0 0 18 0 5 0 500319744 4071829504 892122 33554432000 4194304 5787044 140735462174864 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/32112/statm: 994099 892122 419 389 0 989849 0
[pid=32112/tid=32114] ppid=32111 vsize=3976396 CPUtime=1059.48 cores=0,2,4,6
/proc/32112/task/32114/stat : 32114 (priss) R 32111 32111 30205 0 -1 4202560 274907 0 0 0 105880 68 0 0 25 0 5 0 500319977 4071829504 892122 33554432000 4194304 5787044 140735462174864 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32112/tid=32115] ppid=32111 vsize=3976396 CPUtime=1052.81 cores=0,2,4,6
/proc/32112/task/32115/stat : 32115 (priss) R 32111 32111 30205 0 -1 4202560 340217 0 0 0 104980 301 0 0 25 0 5 0 500320016 4071829504 892122 33554432000 4194304 5787044 140735462174864 18446744073709551615 5591019 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32112/tid=32116] ppid=32111 vsize=3976396 CPUtime=1056.23 cores=0,2,4,6
/proc/32112/task/32116/stat : 32116 (priss) R 32111 32111 30205 0 -1 4202560 321140 0 0 0 105273 350 0 0 25 0 5 0 500320061 4071829504 892122 33554432000 4194304 5787044 140735462174864 18446744073709551615 228095109992 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32112/tid=32117] ppid=32111 vsize=3976396 CPUtime=1057.94 cores=0,2,4,6
/proc/32112/task/32117/stat : 32117 (priss) R 32111 32111 30205 0 -1 4202560 522636 0 0 0 105612 182 0 0 25 0 5 0 500320110 4071829504 892122 33554432000 4194304 5787044 140735462174864 18446744073709551615 4220668 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4230.08
Current children cumulated vsize (KiB) 3985096

[startup+1122.3 s]
/proc/loadavg: 8.07 8.10 8.03 9/188 32309
/proc/meminfo: memFree=20323740/32951124 swapFree=67111524/67111528
[pid=32111] ppid=32109 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32111/stat : 32111 (prissAuto.sh) S 32109 32111 30205 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 500319743 8908800 252 33554432000 4194304 4922060 140737046824496 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32111/statm: 2175 252 211 178 0 68 0
[pid=32112] ppid=32111 vsize=4848692 CPUtime=4469.74 cores=0,2,4,6
/proc/32112/stat : 32112 (priss) S 32111 32111 30205 0 -1 4202496 1944577 0 0 0 445991 983 0 0 18 0 5 0 500319744 4965060608 1088732 33554432000 4194304 5787044 140735462174864 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/32112/statm: 1212173 1088732 419 389 0 1207923 0
[pid=32112/tid=32114] ppid=32111 vsize=4848692 CPUtime=1119.49 cores=0,2,4,6
/proc/32112/task/32114/stat : 32114 (priss) R 32111 32111 30205 0 -1 4202560 276148 0 0 0 111880 69 0 0 25 0 5 0 500319977 4965060608 1088732 33554432000 4194304 5787044 140735462174864 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32112/tid=32115] ppid=32111 vsize=4848692 CPUtime=1112.82 cores=0,2,4,6
/proc/32112/task/32115/stat : 32115 (priss) R 32111 32111 30205 0 -1 4202560 340225 0 0 0 110980 302 0 0 25 0 5 0 500320016 4965060608 1088732 33554432000 4194304 5787044 140735462174864 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32112/tid=32116] ppid=32111 vsize=4848692 CPUtime=1115.89 cores=0,2,4,6
/proc/32112/task/32116/stat : 32116 (priss) R 32111 32111 30205 0 -1 4202560 321937 0 0 0 111238 351 0 0 25 0 5 0 500320061 4965060608 1088732 33554432000 4194304 5787044 140735462174864 18446744073709551615 4254617 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32112/tid=32117] ppid=32111 vsize=4848692 CPUtime=1117.93 cores=0,2,4,6
/proc/32112/task/32117/stat : 32117 (priss) R 32111 32111 30205 0 -1 4202560 727394 0 0 0 111574 219 0 0 25 0 5 0 500320110 4965060608 1088732 33554432000 4194304 5787044 140735462174864 18446744073709551615 4332602 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4469.74
Current children cumulated vsize (KiB) 4857392

[startup+1182.3 s]
/proc/loadavg: 8.22 8.14 8.05 9/188 32310
/proc/meminfo: memFree=20138800/32951124 swapFree=67111524/67111528
[pid=32111] ppid=32109 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32111/stat : 32111 (prissAuto.sh) S 32109 32111 30205 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 500319743 8908800 252 33554432000 4194304 4922060 140737046824496 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32111/statm: 2175 252 211 178 0 68 0
[pid=32112] ppid=32111 vsize=4914228 CPUtime=4709.42 cores=0,2,4,6
/proc/32112/stat : 32112 (priss) S 32111 32111 30205 0 -1 4202496 1970357 0 0 0 469948 994 0 0 18 0 5 0 500319744 5032169472 1114512 33554432000 4194304 5787044 140735462174864 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/32112/statm: 1228557 1114512 419 389 0 1224307 0
[pid=32112/tid=32114] ppid=32111 vsize=4914228 CPUtime=1179.49 cores=0,2,4,6
/proc/32112/task/32114/stat : 32114 (priss) R 32111 32111 30205 0 -1 4202560 295373 0 0 0 117874 75 0 0 25 0 5 0 500319977 5032169472 1114512 33554432000 4194304 5787044 140735462174864 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32112/tid=32115] ppid=32111 vsize=4914228 CPUtime=1172.82 cores=0,2,4,6
/proc/32112/task/32115/stat : 32115 (priss) R 32111 32111 30205 0 -1 4202560 343667 0 0 0 116978 304 0 0 25 0 5 0 500320016 5032169472 1114512 33554432000 4194304 5787044 140735462174864 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32112/tid=32116] ppid=32111 vsize=4914228 CPUtime=1175.56 cores=0,2,4,6
/proc/32112/task/32116/stat : 32116 (priss) R 32111 32111 30205 0 -1 4202560 325050 0 0 0 117203 353 0 0 25 0 5 0 500320061 5032169472 1114512 33554432000 4194304 5787044 140735462174864 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32112/tid=32117] ppid=32111 vsize=4914228 CPUtime=1177.93 cores=0,2,4,6
/proc/32112/task/32117/stat : 32117 (priss) R 32111 32111 30205 0 -1 4202560 727394 0 0 0 117574 219 0 0 25 0 5 0 500320110 5032169472 1114512 33554432000 4194304 5787044 140735462174864 18446744073709551615 4333009 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4709.42
Current children cumulated vsize (KiB) 4922928



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1205 s]
/proc/loadavg: 8.21 8.15 8.05 9/188 32311
/proc/meminfo: memFree=20069708/32951124 swapFree=67111524/67111528
[pid=32111] ppid=32109 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32111/stat : 32111 (prissAuto.sh) S 32109 32111 30205 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 500319743 8908800 252 33554432000 4194304 4922060 140737046824496 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32111/statm: 2175 252 211 178 0 68 0
[pid=32112] ppid=32111 vsize=5045300 CPUtime=4800.11 cores=0,2,4,6
/proc/32112/stat : 32112 (priss) S 32111 32111 30205 0 -1 4202496 1986865 0 0 0 479011 1000 0 0 18 0 5 0 500319744 5166387200 1131020 33554432000 4194304 5787044 140735462174864 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/32112/statm: 1261325 1131020 419 389 0 1257075 0
[pid=32112/tid=32114] ppid=32111 vsize=5045300 CPUtime=1202.07 cores=0,2,4,6
/proc/32112/task/32114/stat : 32114 (priss) R 32111 32111 30205 0 -1 4202560 308494 0 0 0 120128 79 0 0 25 0 5 0 500319977 5166387200 1131020 33554432000 4194304 5787044 140735462174864 18446744073709551615 5585335 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32112/tid=32115] ppid=32111 vsize=5045300 CPUtime=1195.52 cores=0,2,4,6
/proc/32112/task/32115/stat : 32115 (priss) R 32111 32111 30205 0 -1 4202560 344765 0 0 0 119248 304 0 0 25 0 5 0 500320016 5166387200 1131020 33554432000 4194304 5787044 140735462174864 18446744073709551615 4254537 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32112/tid=32116] ppid=32111 vsize=5045300 CPUtime=1198.26 cores=0,2,4,6
/proc/32112/task/32116/stat : 32116 (priss) R 32111 32111 30205 0 -1 4202560 327339 0 0 0 119471 355 0 0 25 0 5 0 500320061 5166387200 1131020 33554432000 4194304 5787044 140735462174864 18446744073709551615 5590788 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32112/tid=32117] ppid=32111 vsize=5045300 CPUtime=1200.64 cores=0,2,4,6
/proc/32112/task/32117/stat : 32117 (priss) R 32111 32111 30205 0 -1 4202560 727394 0 0 0 119845 219 0 0 25 0 5 0 500320110 5166387200 1131020 33554432000 4194304 5787044 140735462174864 18446744073709551615 4333009 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.11
Current children cumulated vsize (KiB) 5054000

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

Real time (s): 1205.02
CPU time (s): 4800.11
CPU user time (s): 4790.11
CPU system time (s): 10
CPU usage (%): 398.344
Max. virtual memory (cumulated for all children) (KiB): 5054000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 333
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 3

runsolver used 2.0027 second user time and 4.55631 second system time

The end

Launcher Data

Begin job on node142 at 2011-04-29 14:10:43
IDJOB=3293712
IDBENCH=88167
IDSOLVER=1602
FILE ID=node142/3293712-1304079042
RUNJOBID= node142-1304064275-30223
PBS_JOBID= 13170458
Free space on /tmp= 71120 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/11pipe_k.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3293712-1304079042/watcher-3293712-1304079042 -o /tmp/evaluation-result-3293712-1304079042/solver-3293712-1304079042 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3293712-1304079042.cnf 261155920 4800 15500 4

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

MD5SUM BENCH= 932387240a0c17f4c88af52c4ca151c6
RANDOM SEED=261155920

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22469712 kB
Buffers:       1666028 kB
Cached:        5046236 kB
SwapCached:          4 kB
Active:        4151924 kB
Inactive:      5780012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22469712 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:          105036 kB
Writeback:           0 kB
AnonPages:     3219728 kB
Mapped:          15692 kB
Slab:           479244 kB
PageTables:      11240 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  3685436 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= 71196 MiB
End job on node142 at 2011-04-29 14:30:50