Trace number 3262823

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

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_27_50_3-dir.shuffled-as.sat03-169.cnf
MD5SUMb5a637600c242725f15a247a84bdea1b
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 variables810
Number of clauses68270
Sum of the clauses size137296
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 268243
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 527

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: 20102
0.00/0.00	c setup for 4cores
0.00/0.02	c parsetime: 15463us
0.00/0.02	c parsed 68270 clauses with 810 variables
0.00/0.02	c NW started thread 0 successfully (1090804032)
0.00/0.03	c NW started thread 1 successfully (1101293888)
0.00/0.03	c NW started thread 2 successfully (1111783744)
0.00/0.04	c NW started thread 3 successfully (1122273600)
10.55/2.74	c preprocessor returned 10001 variables
10.55/2.74	c preprocessing returned UNKNOWN
10.55/2.74	c PP set 0 variables
10.55/2.74	c pp time: 2713555us (2s)
10.55/2.76	c preprocessor returned 10001 variables
10.55/2.76	c preprocessing returned UNKNOWN
10.55/2.76	c PP set 0 variables
10.55/2.76	c pp time: 2732990us (2s)
10.55/2.77	c preprocessor returned 10001 variables
10.55/2.77	c preprocessing returned UNKNOWN
10.55/2.77	c PP set 0 variables
10.55/2.77	c pp time: 2738541us (2s)
42.90/10.85	c preprocessor returned 30044 variables
42.90/10.85	c preprocessing returned UNKNOWN
42.90/10.85	c PP set 0 variables
42.90/10.85	c pp time: 10803155us (10s)

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-3262823-1304063444/watcher-3262823-1304063444 -o /tmp/evaluation-result-3262823-1304063444/solver-3262823-1304063444 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3262823-1304063444.cnf 1348417131 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.12 8.15 8.10 3/178 20101
/proc/meminfo: memFree=25399384/32951124 swapFree=67111524/67111528
[pid=20101] ppid=20099 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20101/stat : 20101 (prissAuto.sh) S 20099 20101 19041 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517942606 8908800 251 33554432000 4194304 4922060 140736424264368 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20101/statm: 2175 251 211 178 0 68 0

[startup+0.073708 s]
/proc/loadavg: 8.12 8.15 8.10 3/178 20101
/proc/meminfo: memFree=25399384/32951124 swapFree=67111524/67111528
[pid=20101] ppid=20099 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20101/stat : 20101 (prissAuto.sh) S 20099 20101 19041 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517942606 8908800 251 33554432000 4194304 4922060 140736424264368 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20101/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.102696 s]
/proc/loadavg: 8.12 8.15 8.10 3/178 20101
/proc/meminfo: memFree=25399384/32951124 swapFree=67111524/67111528
[pid=20101] ppid=20099 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20101/stat : 20101 (prissAuto.sh) S 20099 20101 19041 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517942606 8908800 251 33554432000 4194304 4922060 140736424264368 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20101/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.542092 s]
/proc/loadavg: 8.12 8.15 8.10 3/178 20101
/proc/meminfo: memFree=25399384/32951124 swapFree=67111524/67111528
[pid=20101] ppid=20099 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20101/stat : 20101 (prissAuto.sh) S 20099 20101 19041 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517942606 8908800 251 33554432000 4194304 4922060 140736424264368 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20101/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.13951 s]
/proc/loadavg: 8.12 8.15 8.10 3/178 20101
/proc/meminfo: memFree=25399384/32951124 swapFree=67111524/67111528
[pid=20101] ppid=20099 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20101/stat : 20101 (prissAuto.sh) S 20099 20101 19041 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517942606 8908800 251 33554432000 4194304 4922060 140736424264368 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20101/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50045 s]
/proc/loadavg: 8.12 8.15 8.10 3/178 20101
/proc/meminfo: memFree=25399384/32951124 swapFree=67111524/67111528
[pid=20101] ppid=20099 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20101/stat : 20101 (prissAuto.sh) S 20099 20101 19041 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517942606 8908800 251 33554432000 4194304 4922060 140736424264368 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20101/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10116 s]
/proc/loadavg: 8.11 8.15 8.10 9/192 20119
/proc/meminfo: memFree=25323320/32951124 swapFree=67111524/67111528
[pid=20101] ppid=20099 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20101/stat : 20101 (prissAuto.sh) S 20099 20101 19041 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517942606 8908800 251 33554432000 4194304 4922060 140736424264368 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20101/statm: 2175 251 211 178 0 68 0
[pid=20102] ppid=20101 vsize=286488 CPUtime=12.15 cores=1,3,5,7
/proc/20102/stat : 20102 (priss) S 20101 20101 19041 0 -1 4202496 25033 0 0 0 1207 8 0 0 18 0 5 0 517942606 293363712 12128 33554432000 4194304 5787044 140736974186384 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/20102/statm: 71622 12128 404 389 0 67372 0
[pid=20102/tid=20104] ppid=20101 vsize=286488 CPUtime=3.04 cores=1,3,5,7
/proc/20102/task/20104/stat : 20104 (priss) R 20101 20101 19041 0 -1 4202560 6069 0 0 0 302 2 0 0 18 0 5 0 517942608 293363712 12128 33554432000 4194304 5787044 140736974186384 18446744073709551615 4254537 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20102/tid=20105] ppid=20101 vsize=286488 CPUtime=3.02 cores=1,3,5,7
/proc/20102/task/20105/stat : 20105 (priss) R 20101 20101 19041 0 -1 4202560 5513 0 0 0 300 2 0 0 25 0 5 0 517942609 293363712 12128 33554432000 4194304 5787044 140736974186384 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20102/tid=20106] ppid=20101 vsize=286488 CPUtime=3.03 cores=1,3,5,7
/proc/20102/task/20106/stat : 20106 (priss) R 20101 20101 19041 0 -1 4202560 5422 0 0 0 300 3 0 0 25 0 5 0 517942610 293363712 12128 33554432000 4194304 5787044 140736974186384 18446744073709551615 5588062 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20102/tid=20108] ppid=20101 vsize=286488 CPUtime=2.99 cores=1,3,5,7
/proc/20102/task/20108/stat : 20108 (priss) R 20101 20101 19041 0 -1 4202560 4052 0 0 0 299 0 0 0 25 0 5 0 517942610 293363712 12128 33554432000 4194304 5787044 140736974186384 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.15
Current children cumulated vsize (KiB) 295188

[startup+6.30659 s]
/proc/loadavg: 8.11 8.15 8.10 9/192 20119
/proc/meminfo: memFree=25312452/32951124 swapFree=67111524/67111528
[pid=20101] ppid=20099 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20101/stat : 20101 (prissAuto.sh) S 20099 20101 19041 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517942606 8908800 251 33554432000 4194304 4922060 140736424264368 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20101/statm: 2175 251 211 178 0 68 0
[pid=20102] ppid=20101 vsize=290588 CPUtime=24.95 cores=1,3,5,7
/proc/20102/stat : 20102 (priss) S 20101 20101 19041 0 -1 4202496 27548 0 0 0 2486 9 0 0 18 0 5 0 517942606 297562112 14643 33554432000 4194304 5787044 140736974186384 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/20102/statm: 72647 14643 404 389 0 68397 0
[pid=20102/tid=20104] ppid=20101 vsize=290588 CPUtime=6.24 cores=1,3,5,7
/proc/20102/task/20104/stat : 20104 (priss) R 20101 20101 19041 0 -1 4202560 7604 0 0 0 622 2 0 0 25 0 5 0 517942608 297562112 14643 33554432000 4194304 5787044 140736974186384 18446744073709551615 232347718325 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20102/tid=20105] ppid=20101 vsize=290588 CPUtime=6.22 cores=1,3,5,7
/proc/20102/task/20105/stat : 20105 (priss) R 20101 20101 19041 0 -1 4202560 6005 0 0 0 620 2 0 0 25 0 5 0 517942609 297562112 14643 33554432000 4194304 5787044 140736974186384 18446744073709551615 232347718325 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20102/tid=20106] ppid=20101 vsize=290588 CPUtime=6.23 cores=1,3,5,7
/proc/20102/task/20106/stat : 20106 (priss) R 20101 20101 19041 0 -1 4202560 5910 0 0 0 620 3 0 0 25 0 5 0 517942610 297562112 14643 33554432000 4194304 5787044 140736974186384 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20102/tid=20108] ppid=20101 vsize=290588 CPUtime=6.18 cores=1,3,5,7
/proc/20102/task/20108/stat : 20108 (priss) R 20101 20101 19041 0 -1 4202560 4052 0 0 0 618 0 0 0 25 0 5 0 517942610 297562112 14643 33554432000 4194304 5787044 140736974186384 18446744073709551615 232335586285 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.95
Current children cumulated vsize (KiB) 299288

[startup+12.7005 s]
/proc/loadavg: 8.10 8.15 8.10 9/192 20119
/proc/meminfo: memFree=25298484/32951124 swapFree=67111524/67111528
[pid=20101] ppid=20099 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20101/stat : 20101 (prissAuto.sh) S 20099 20101 19041 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517942606 8908800 251 33554432000 4194304 4922060 140736424264368 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20101/statm: 2175 251 211 178 0 68 0
[pid=20102] ppid=20101 vsize=295428 CPUtime=50.49 cores=1,3,5,7
/proc/20102/stat : 20102 (priss) S 20101 20101 19041 0 -1 4202496 33398 0 0 0 5038 11 0 0 18 0 5 0 517942606 302518272 18153 33554432000 4194304 5787044 140736974186384 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/20102/statm: 73857 18153 417 389 0 69607 0
[pid=20102/tid=20104] ppid=20101 vsize=295428 CPUtime=12.63 cores=1,3,5,7
/proc/20102/task/20104/stat : 20104 (priss) R 20101 20101 19041 0 -1 4202560 8343 0 0 0 1261 2 0 0 25 0 5 0 517942608 302518272 18153 33554432000 4194304 5787044 140736974186384 18446744073709551615 5591024 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20102/tid=20105] ppid=20101 vsize=295428 CPUtime=12.62 cores=1,3,5,7
/proc/20102/task/20105/stat : 20105 (priss) R 20101 20101 19041 0 -1 4202560 6767 0 0 0 1259 3 0 0 25 0 5 0 517942609 302518272 18153 33554432000 4194304 5787044 140736974186384 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20102/tid=20106] ppid=20101 vsize=295428 CPUtime=12.63 cores=1,3,5,7
/proc/20102/task/20106/stat : 20106 (priss) R 20101 20101 19041 0 -1 4202560 6751 0 0 0 1259 4 0 0 25 0 5 0 517942610 302518272 18153 33554432000 4194304 5787044 140736974186384 18446744073709551615 5576446 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20102/tid=20108] ppid=20101 vsize=295428 CPUtime=12.54 cores=1,3,5,7
/proc/20102/task/20108/stat : 20108 (priss) R 20101 20101 19041 0 -1 4202560 7560 0 0 0 1254 0 0 0 25 0 5 0 517942610 302518272 18153 33554432000 4194304 5787044 140736974186384 18446744073709551615 5524571 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 304128

[startup+25.5012 s]
/proc/loadavg: 8.21 8.17 8.10 9/192 20119
/proc/meminfo: memFree=25273540/32951124 swapFree=67111524/67111528
[pid=20101] ppid=20099 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20101/stat : 20101 (prissAuto.sh) S 20099 20101 19041 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517942606 8908800 251 33554432000 4194304 4922060 140736424264368 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20101/statm: 2175 251 211 178 0 68 0
[pid=20102] ppid=20101 vsize=305616 CPUtime=101.62 cores=1,3,5,7
/proc/20102/stat : 20102 (priss) S 20101 20101 19041 0 -1 4202496 39519 0 0 0 10146 16 0 0 18 0 5 0 517942606 312950784 24273 33554432000 4194304 5787044 140736974186384 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/20102/statm: 76404 24273 417 389 0 72154 0
[pid=20102/tid=20104] ppid=20101 vsize=305616 CPUtime=25.44 cores=1,3,5,7
/proc/20102/task/20104/stat : 20104 (priss) R 20101 20101 19041 0 -1 4202560 9513 0 0 0 2540 4 0 0 25 0 5 0 517942608 312950784 24273 33554432000 4194304 5787044 140736974186384 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20102/tid=20105] ppid=20101 vsize=305616 CPUtime=25.42 cores=1,3,5,7
/proc/20102/task/20105/stat : 20105 (priss) R 20101 20101 19041 0 -1 4202560 7915 0 0 0 2538 4 0 0 25 0 5 0 517942609 312950784 24273 33554432000 4194304 5787044 140736974186384 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20102/tid=20106] ppid=20101 vsize=305616 CPUtime=25.43 cores=1,3,5,7
/proc/20102/task/20106/stat : 20106 (priss) R 20101 20101 19041 0 -1 4202560 9053 0 0 0 2538 5 0 0 25 0 5 0 517942610 312950784 24273 33554432000 4194304 5787044 140736974186384 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20102/tid=20108] ppid=20101 vsize=305616 CPUtime=25.27 cores=1,3,5,7
/proc/20102/task/20108/stat : 20108 (priss) R 20101 20101 19041 0 -1 4202560 9061 0 0 0 2526 1 0 0 25 0 5 0 517942610 312950784 24273 33554432000 4194304 5787044 140736974186384 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.62
Current children cumulated vsize (KiB) 314316

[startup+51.1007 s]
/proc/loadavg: 8.26 8.19 8.11 9/192 20120
/proc/meminfo: memFree=25180724/32951124 swapFree=67111524/67111528
[pid=20101] ppid=20099 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20101/stat : 20101 (prissAuto.sh) S 20099 20101 19041 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517942606 8908800 251 33554432000 4194304 4922060 140736424264368 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20101/statm: 2175 251 211 178 0 68 0
[pid=20102] ppid=20101 vsize=323356 CPUtime=203.86 cores=1,3,5,7
/proc/20102/stat : 20102 (priss) S 20101 20101 19041 0 -1 4202496 50218 0 0 0 20361 25 0 0 18 0 5 0 517942606 331116544 34907 33554432000 4194304 5787044 140736974186384 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/20102/statm: 80839 34907 417 389 0 76589 0
[pid=20102/tid=20104] ppid=20101 vsize=323356 CPUtime=51.02 cores=1,3,5,7
/proc/20102/task/20104/stat : 20104 (priss) R 20101 20101 19041 0 -1 4202560 12432 0 0 0 5096 6 0 0 25 0 5 0 517942608 331116544 34907 33554432000 4194304 5787044 140736974186384 18446744073709551615 5591532 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20102/tid=20105] ppid=20101 vsize=323356 CPUtime=51.02 cores=1,3,5,7
/proc/20102/task/20105/stat : 20105 (priss) R 20101 20101 19041 0 -1 4202560 10930 0 0 0 5095 7 0 0 25 0 5 0 517942609 331116544 34907 33554432000 4194304 5787044 140736974186384 18446744073709551615 5591730 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20102/tid=20106] ppid=20101 vsize=323356 CPUtime=51.02 cores=1,3,5,7
/proc/20102/task/20106/stat : 20106 (priss) R 20101 20101 19041 0 -1 4202560 11431 0 0 0 5095 7 0 0 25 0 5 0 517942610 331116544 34907 33554432000 4194304 5787044 140736974186384 18446744073709551615 5586806 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20102/tid=20108] ppid=20101 vsize=323356 CPUtime=50.72 cores=1,3,5,7
/proc/20102/task/20108/stat : 20108 (priss) R 20101 20101 19041 0 -1 4202560 11448 0 0 0 5069 3 0 0 25 0 5 0 517942610 331116544 34907 33554432000 4194304 5787044 140736974186384 18446744073709551615 4229350 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.86
Current children cumulated vsize (KiB) 332056

[startup+102.301 s]
/proc/loadavg: 8.22 8.19 8.11 9/192 20121
/proc/meminfo: memFree=25078652/32951124 swapFree=67111524/67111528
[pid=20101] ppid=20099 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20101/stat : 20101 (prissAuto.sh) S 20099 20101 19041 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517942606 8908800 251 33554432000 4194304 4922060 140736424264368 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20101/statm: 2175 251 211 178 0 68 0
[pid=20102] ppid=20101 vsize=340720 CPUtime=408.37 cores=1,3,5,7
/proc/20102/stat : 20102 (priss) S 20101 20101 19041 0 -1 4202496 63203 0 0 0 40797 40 0 0 18 0 5 0 517942606 348897280 47793 33554432000 4194304 5787044 140736974186384 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/20102/statm: 85180 47793 417 389 0 80930 0
[pid=20102/tid=20104] ppid=20101 vsize=340720 CPUtime=102.22 cores=1,3,5,7
/proc/20102/task/20104/stat : 20104 (priss) R 20101 20101 19041 0 -1 4202560 15887 0 0 0 10211 11 0 0 25 0 5 0 517942608 348897280 47793 33554432000 4194304 5787044 140736974186384 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20102/tid=20105] ppid=20101 vsize=340720 CPUtime=102.22 cores=1,3,5,7
/proc/20102/task/20105/stat : 20105 (priss) R 20101 20101 19041 0 -1 4202560 15042 0 0 0 10211 11 0 0 25 0 5 0 517942609 348897280 47793 33554432000 4194304 5787044 140736974186384 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20102/tid=20106] ppid=20101 vsize=340720 CPUtime=102.23 cores=1,3,5,7
/proc/20102/task/20106/stat : 20106 (priss) R 20101 20101 19041 0 -1 4202560 13639 0 0 0 10212 11 0 0 25 0 5 0 517942610 348897280 47793 33554432000 4194304 5787044 140736974186384 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20102/tid=20108] ppid=20101 vsize=340720 CPUtime=101.64 cores=1,3,5,7
/proc/20102/task/20108/stat : 20108 (priss) R 20101 20101 19041 0 -1 4202560 14658 0 0 0 10159 5 0 0 25 0 5 0 517942610 348897280 47793 33554432000 4194304 5787044 140736974186384 18446744073709551615 5527024 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.37
Current children cumulated vsize (KiB) 349420

[startup+162.301 s]
/proc/loadavg: 8.27 8.20 8.11 10/192 20123
/proc/meminfo: memFree=24995920/32951124 swapFree=67111524/67111528
[pid=20101] ppid=20099 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20101/stat : 20101 (prissAuto.sh) S 20099 20101 19041 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517942606 8908800 251 33554432000 4194304 4922060 140736424264368 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20101/statm: 2175 251 211 178 0 68 0
[pid=20102] ppid=20101 vsize=358556 CPUtime=648.04 cores=1,3,5,7

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

/proc/20102/task/20105/stat : 20105 (priss) R 20101 20101 19041 0 -1 4202560 36341 0 0 0 82072 41 0 0 25 0 5 0 517942609 672018432 127635 33554432000 4194304 5787044 140736974186384 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20102/tid=20106] ppid=20101 vsize=656268 CPUtime=822.2 cores=1,3,5,7
/proc/20102/task/20106/stat : 20106 (priss) R 20101 20101 19041 0 -1 4202560 37100 0 0 0 82166 54 0 0 25 0 5 0 517942610 672018432 127635 33554432000 4194304 5787044 140736974186384 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20102/tid=20108] ppid=20101 vsize=656268 CPUtime=818.78 cores=1,3,5,7
/proc/20102/task/20108/stat : 20108 (priss) R 20101 20101 19041 0 -1 4202560 31239 0 0 0 81856 22 0 0 25 0 5 0 517942610 672018432 127635 33554432000 4194304 5787044 140736974186384 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3284.36
Current children cumulated vsize (KiB) 664968

[startup+882.3 s]
/proc/loadavg: 8.29 8.23 8.16 9/192 20154
/proc/meminfo: memFree=24408636/32951124 swapFree=67111524/67111528
[pid=20101] ppid=20099 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20101/stat : 20101 (prissAuto.sh) S 20099 20101 19041 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517942606 8908800 251 33554432000 4194304 4922060 140736424264368 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20101/statm: 2175 251 211 178 0 68 0
[pid=20102] ppid=20101 vsize=673476 CPUtime=3523.14 cores=1,3,5,7
/proc/20102/stat : 20102 (priss) S 20101 20101 19041 0 -1 4202496 153090 0 0 0 352141 173 0 0 18 0 5 0 517942606 689639424 136345 33554432000 4194304 5787044 140736974186384 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/20102/statm: 168369 136345 417 389 0 164119 0
[pid=20102/tid=20104] ppid=20101 vsize=673476 CPUtime=881.95 cores=1,3,5,7
/proc/20102/task/20104/stat : 20104 (priss) R 20101 20101 19041 0 -1 4202560 38886 0 0 0 88147 48 0 0 25 0 5 0 517942608 689639424 136345 33554432000 4194304 5787044 140736974186384 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20102/tid=20105] ppid=20101 vsize=673476 CPUtime=880.8 cores=1,3,5,7
/proc/20102/task/20105/stat : 20105 (priss) R 20101 20101 19041 0 -1 4202560 39730 0 0 0 88035 45 0 0 25 0 5 0 517942609 689639424 136345 33554432000 4194304 5787044 140736974186384 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20102/tid=20106] ppid=20101 vsize=673476 CPUtime=882.19 cores=1,3,5,7
/proc/20102/task/20106/stat : 20106 (priss) R 20101 20101 19041 0 -1 4202560 37100 0 0 0 88165 54 0 0 25 0 5 0 517942610 689639424 136345 33554432000 4194304 5787044 140736974186384 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20102/tid=20108] ppid=20101 vsize=673476 CPUtime=878.13 cores=1,3,5,7
/proc/20102/task/20108/stat : 20108 (priss) R 20101 20101 19041 0 -1 4202560 33397 0 0 0 87788 25 0 0 25 0 5 0 517942610 689639424 136345 33554432000 4194304 5787044 140736974186384 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3523.14
Current children cumulated vsize (KiB) 682176

[startup+942.301 s]
/proc/loadavg: 8.21 8.22 8.16 9/192 20156
/proc/meminfo: memFree=24374024/32951124 swapFree=67111524/67111528
[pid=20101] ppid=20099 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20101/stat : 20101 (prissAuto.sh) S 20099 20101 19041 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517942606 8908800 251 33554432000 4194304 4922060 140736424264368 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20101/statm: 2175 251 211 178 0 68 0
[pid=20102] ppid=20101 vsize=681800 CPUtime=3762.83 cores=1,3,5,7
/proc/20102/stat : 20102 (priss) S 20101 20101 19041 0 -1 4202496 159047 0 0 0 376100 183 0 0 18 0 5 0 517942606 698163200 142077 33554432000 4194304 5787044 140736974186384 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/20102/statm: 170450 142077 417 389 0 166200 0
[pid=20102/tid=20104] ppid=20101 vsize=681800 CPUtime=941.95 cores=1,3,5,7
/proc/20102/task/20104/stat : 20104 (priss) R 20101 20101 19041 0 -1 4202560 40492 0 0 0 94144 51 0 0 25 0 5 0 517942608 698163200 142077 33554432000 4194304 5787044 140736974186384 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20102/tid=20105] ppid=20101 vsize=681800 CPUtime=940.48 cores=1,3,5,7
/proc/20102/task/20105/stat : 20105 (priss) R 20101 20101 19041 0 -1 4202560 41935 0 0 0 93998 50 0 0 25 0 5 0 517942609 698163200 142077 33554432000 4194304 5787044 140736974186384 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20102/tid=20106] ppid=20101 vsize=681800 CPUtime=942.2 cores=1,3,5,7
/proc/20102/task/20106/stat : 20106 (priss) R 20101 20101 19041 0 -1 4202560 37102 0 0 0 94166 54 0 0 25 0 5 0 517942610 698163200 142077 33554432000 4194304 5787044 140736974186384 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20102/tid=20108] ppid=20101 vsize=681800 CPUtime=938.13 cores=1,3,5,7
/proc/20102/task/20108/stat : 20108 (priss) R 20101 20101 19041 0 -1 4202560 35541 0 0 0 93786 27 0 0 25 0 5 0 517942610 698163200 142077 33554432000 4194304 5787044 140736974186384 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3762.83
Current children cumulated vsize (KiB) 690500

[startup+1002.3 s]
/proc/loadavg: 8.15 8.20 8.15 9/192 20157
/proc/meminfo: memFree=24344484/32951124 swapFree=67111524/67111528
[pid=20101] ppid=20099 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20101/stat : 20101 (prissAuto.sh) S 20099 20101 19041 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517942606 8908800 251 33554432000 4194304 4922060 140736424264368 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20101/statm: 2175 251 211 178 0 68 0
[pid=20102] ppid=20101 vsize=684880 CPUtime=4002.48 cores=1,3,5,7
/proc/20102/stat : 20102 (priss) S 20101 20101 19041 0 -1 4202496 161152 0 0 0 400061 187 0 0 18 0 5 0 517942606 701317120 143957 33554432000 4194304 5787044 140736974186384 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/20102/statm: 171220 143957 417 389 0 166970 0
[pid=20102/tid=20104] ppid=20101 vsize=684880 CPUtime=1001.95 cores=1,3,5,7
/proc/20102/task/20104/stat : 20104 (priss) R 20101 20101 19041 0 -1 4202560 40493 0 0 0 100144 51 0 0 25 0 5 0 517942608 701317120 143957 33554432000 4194304 5787044 140736974186384 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20102/tid=20105] ppid=20101 vsize=684880 CPUtime=1000.15 cores=1,3,5,7
/proc/20102/task/20105/stat : 20105 (priss) R 20101 20101 19041 0 -1 4202560 43477 0 0 0 99962 53 0 0 25 0 5 0 517942609 701317120 143957 33554432000 4194304 5787044 140736974186384 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20102/tid=20106] ppid=20101 vsize=684880 CPUtime=1002.19 cores=1,3,5,7
/proc/20102/task/20106/stat : 20106 (priss) R 20101 20101 19041 0 -1 4202560 37110 0 0 0 100165 54 0 0 25 0 5 0 517942610 701317120 143957 33554432000 4194304 5787044 140736974186384 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20102/tid=20108] ppid=20101 vsize=684880 CPUtime=998.12 cores=1,3,5,7
/proc/20102/task/20108/stat : 20108 (priss) R 20101 20101 19041 0 -1 4202560 36095 0 0 0 99785 27 0 0 25 0 5 0 517942610 701317120 143957 33554432000 4194304 5787044 140736974186384 18446744073709551615 5527568 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4002.48
Current children cumulated vsize (KiB) 693580

[startup+1062.31 s]
/proc/loadavg: 8.10 8.17 8.15 9/192 20159
/proc/meminfo: memFree=24314332/32951124 swapFree=67111524/67111528
[pid=20101] ppid=20099 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20101/stat : 20101 (prissAuto.sh) S 20099 20101 19041 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517942606 8908800 251 33554432000 4194304 4922060 140736424264368 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20101/statm: 2175 251 211 178 0 68 0
[pid=20102] ppid=20101 vsize=684880 CPUtime=4242.18 cores=1,3,5,7
/proc/20102/stat : 20102 (priss) S 20101 20101 19041 0 -1 4202496 161208 0 0 0 424031 187 0 0 18 0 5 0 517942606 701317120 144013 33554432000 4194304 5787044 140736974186384 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/20102/statm: 171220 144013 417 389 0 166970 0
[pid=20102/tid=20104] ppid=20101 vsize=684880 CPUtime=1061.95 cores=1,3,5,7
/proc/20102/task/20104/stat : 20104 (priss) R 20101 20101 19041 0 -1 4202560 40498 0 0 0 106144 51 0 0 25 0 5 0 517942608 701317120 144013 33554432000 4194304 5787044 140736974186384 18446744073709551615 5591547 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20102/tid=20105] ppid=20101 vsize=684880 CPUtime=1059.82 cores=1,3,5,7
/proc/20102/task/20105/stat : 20105 (priss) R 20101 20101 19041 0 -1 4202560 43477 0 0 0 105929 53 0 0 25 0 5 0 517942609 701317120 144013 33554432000 4194304 5787044 140736974186384 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20102/tid=20106] ppid=20101 vsize=684880 CPUtime=1062.2 cores=1,3,5,7
/proc/20102/task/20106/stat : 20106 (priss) R 20101 20101 19041 0 -1 4202560 37159 0 0 0 106166 54 0 0 25 0 5 0 517942610 701317120 144013 33554432000 4194304 5787044 140736974186384 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20102/tid=20108] ppid=20101 vsize=684880 CPUtime=1058.13 cores=1,3,5,7
/proc/20102/task/20108/stat : 20108 (priss) R 20101 20101 19041 0 -1 4202560 36097 0 0 0 105786 27 0 0 25 0 5 0 517942610 701317120 144013 33554432000 4194304 5787044 140736974186384 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4242.18
Current children cumulated vsize (KiB) 693580

[startup+1122.3 s]
/proc/loadavg: 8.09 8.16 8.14 9/192 20160
/proc/meminfo: memFree=24286896/32951124 swapFree=67111524/67111528
[pid=20101] ppid=20099 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20101/stat : 20101 (prissAuto.sh) S 20099 20101 19041 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517942606 8908800 251 33554432000 4194304 4922060 140736424264368 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20101/statm: 2175 251 211 178 0 68 0
[pid=20102] ppid=20101 vsize=688980 CPUtime=4481.83 cores=1,3,5,7
/proc/20102/stat : 20102 (priss) S 20101 20101 19041 0 -1 4202496 162255 0 0 0 447995 188 0 0 18 0 5 0 517942606 705515520 145060 33554432000 4194304 5787044 140736974186384 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/20102/statm: 172245 145060 417 389 0 167995 0
[pid=20102/tid=20104] ppid=20101 vsize=688980 CPUtime=1121.95 cores=1,3,5,7
/proc/20102/task/20104/stat : 20104 (priss) R 20101 20101 19041 0 -1 4202560 40505 0 0 0 112144 51 0 0 25 0 5 0 517942608 705515520 145060 33554432000 4194304 5787044 140736974186384 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20102/tid=20105] ppid=20101 vsize=688980 CPUtime=1119.49 cores=1,3,5,7
/proc/20102/task/20105/stat : 20105 (priss) R 20101 20101 19041 0 -1 4202560 43478 0 0 0 111896 53 0 0 25 0 5 0 517942609 705515520 145060 33554432000 4194304 5787044 140736974186384 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20102/tid=20106] ppid=20101 vsize=688980 CPUtime=1122.2 cores=1,3,5,7
/proc/20102/task/20106/stat : 20106 (priss) R 20101 20101 19041 0 -1 4202560 38195 0 0 0 112165 55 0 0 25 0 5 0 517942610 705515520 145060 33554432000 4194304 5787044 140736974186384 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20102/tid=20108] ppid=20101 vsize=688980 CPUtime=1118.12 cores=1,3,5,7
/proc/20102/task/20108/stat : 20108 (priss) R 20101 20101 19041 0 -1 4202560 36100 0 0 0 111785 27 0 0 25 0 5 0 517942610 705515520 145060 33554432000 4194304 5787044 140736974186384 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4481.83
Current children cumulated vsize (KiB) 697680

[startup+1182.3 s]
/proc/loadavg: 8.34 8.20 8.16 9/192 20162
/proc/meminfo: memFree=24256232/32951124 swapFree=67111524/67111528
[pid=20101] ppid=20099 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20101/stat : 20101 (prissAuto.sh) S 20099 20101 19041 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517942606 8908800 251 33554432000 4194304 4922060 140736424264368 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20101/statm: 2175 251 211 178 0 68 0
[pid=20102] ppid=20101 vsize=754516 CPUtime=4721.51 cores=1,3,5,7
/proc/20102/stat : 20102 (priss) S 20101 20101 19041 0 -1 4202496 164653 0 0 0 471957 194 0 0 18 0 5 0 517942606 772624384 147458 33554432000 4194304 5787044 140736974186384 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/20102/statm: 188629 147458 417 389 0 184379 0
[pid=20102/tid=20104] ppid=20101 vsize=754516 CPUtime=1181.95 cores=1,3,5,7
/proc/20102/task/20104/stat : 20104 (priss) R 20101 20101 19041 0 -1 4202560 40515 0 0 0 118144 51 0 0 25 0 5 0 517942608 772624384 147458 33554432000 4194304 5787044 140736974186384 18446744073709551615 5591102 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20102/tid=20105] ppid=20101 vsize=754516 CPUtime=1179.16 cores=1,3,5,7
/proc/20102/task/20105/stat : 20105 (priss) R 20101 20101 19041 0 -1 4202560 43484 0 0 0 117863 53 0 0 25 0 5 0 517942609 772624384 147458 33554432000 4194304 5787044 140736974186384 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20102/tid=20106] ppid=20101 vsize=754516 CPUtime=1182.2 cores=1,3,5,7
/proc/20102/task/20106/stat : 20106 (priss) R 20101 20101 19041 0 -1 4202560 40568 0 0 0 118160 60 0 0 25 0 5 0 517942610 772624384 147458 33554432000 4194304 5787044 140736974186384 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20102/tid=20108] ppid=20101 vsize=754516 CPUtime=1178.11 cores=1,3,5,7
/proc/20102/task/20108/stat : 20108 (priss) R 20101 20101 19041 0 -1 4202560 36109 0 0 0 117784 27 0 0 25 0 5 0 517942610 772624384 147458 33554432000 4194304 5787044 140736974186384 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4721.51
Current children cumulated vsize (KiB) 763216



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.01 s]
/proc/loadavg: 8.00 8.14 8.14 5/185 20164
/proc/meminfo: memFree=24804860/32951124 swapFree=67111524/67111528
[pid=20101] ppid=20099 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20101/stat : 20101 (prissAuto.sh) S 20099 20101 19041 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517942606 8908800 251 33554432000 4194304 4922060 140736424264368 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20101/statm: 2175 251 211 178 0 68 0
[pid=20102] ppid=20101 vsize=754516 CPUtime=4800.24 cores=1,3,5,7
/proc/20102/stat : 20102 (priss) S 20101 20101 19041 0 -1 4202496 165425 0 0 0 479828 196 0 0 18 0 5 0 517942606 772624384 148230 33554432000 4194304 5787044 140736974186384 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/20102/statm: 188629 148230 417 389 0 184379 0
[pid=20102/tid=20104] ppid=20101 vsize=754516 CPUtime=1201.66 cores=1,3,5,7
/proc/20102/task/20104/stat : 20104 (priss) R 20101 20101 19041 0 -1 4202560 40522 0 0 0 120115 51 0 0 25 0 5 0 517942608 772624384 148230 33554432000 4194304 5787044 140736974186384 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20102/tid=20105] ppid=20101 vsize=754516 CPUtime=1198.76 cores=1,3,5,7
/proc/20102/task/20105/stat : 20105 (priss) R 20101 20101 19041 0 -1 4202560 43487 0 0 0 119823 53 0 0 25 0 5 0 517942609 772624384 148230 33554432000 4194304 5787044 140736974186384 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20102/tid=20106] ppid=20101 vsize=754516 CPUtime=1201.91 cores=1,3,5,7
/proc/20102/task/20106/stat : 20106 (priss) R 20101 20101 19041 0 -1 4202560 41326 0 0 0 120129 62 0 0 25 0 5 0 517942610 772624384 148230 33554432000 4194304 5787044 140736974186384 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20102/tid=20108] ppid=20101 vsize=754516 CPUtime=1197.83 cores=1,3,5,7
/proc/20102/task/20108/stat : 20108 (priss) R 20101 20101 19041 0 -1 4202560 36113 0 0 0 119756 27 0 0 25 0 5 0 517942610 772624384 148230 33554432000 4194304 5787044 140736974186384 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.24
Current children cumulated vsize (KiB) 763216

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 20101 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.24
#
# 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.24
CPU user time (s): 4798.28
CPU system time (s): 1.96
CPU usage (%): 399.346
Max. virtual memory (cumulated for all children) (KiB): 763216

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= 4
involuntary context switches= 2

runsolver used 1.62175 second user time and 4.95225 second system time

The end

Launcher Data

Begin job on node132 at 2011-04-29 09:50:44
IDJOB=3262823
IDBENCH=83896
IDSOLVER=1602
FILE ID=node132/3262823-1304063444
RUNJOBID= node132-1304059832-19782
PBS_JOBID= 13170426
Free space on /tmp= 71872 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_27_50_3-dir.shuffled-as.sat03-169.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3262823-1304063444/watcher-3262823-1304063444 -o /tmp/evaluation-result-3262823-1304063444/solver-3262823-1304063444 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3262823-1304063444.cnf 1348417131 4800 15500 4

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

MD5SUM BENCH= b5a637600c242725f15a247a84bdea1b
RANDOM SEED=1348417131

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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.67
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.833
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.833
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:      25399540 kB
Buffers:        764092 kB
Cached:        6221816 kB
SwapCached:          4 kB
Active:        1955488 kB
Inactive:      5098708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25399540 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            3136 kB
Writeback:           0 kB
AnonPages:       68440 kB
Mapped:          14340 kB
Slab:           435092 kB
PageTables:       4776 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   191568 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71868 MiB
End job on node132 at 2011-04-29 10:10:48