Trace number 3251601

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.33 1201.82

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m32-q369.75-n30-p30-s25693430.cnf
MD5SUM08b4f1e095a7a4b98cb40c2c00e78d45
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.477926
Satisfiable
(Un)Satisfiability was proved
Number of variables952
Number of clauses84809
Sum of the clauses size170510
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 284779
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

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: 18401
0.00/0.00	c setup for 4cores
0.00/0.02	c parsetime: 16026us
0.00/0.02	c parsed 84809 clauses with 952 variables
0.00/0.02	c NW started thread 0 successfully (1106929984)
0.00/0.03	c NW started thread 1 successfully (1117419840)
0.00/0.04	c NW started thread 2 successfully (1089857856)
0.00/0.05	c NW started thread 3 successfully (1127909696)
11.46/2.99	c preprocessor returned 10013 variables
11.46/2.99	c preprocessing returned UNKNOWN
11.46/2.99	c PP set 0 variables
11.46/2.99	c pp time: 2962489us (2s)
11.46/3.00	c preprocessor returned 10013 variables
11.46/3.00	c preprocessing returned UNKNOWN
11.46/3.00	c PP set 0 variables
11.46/3.00	c pp time: 2972713us (2s)
11.86/3.00	c preprocessor returned 10013 variables
11.86/3.00	c preprocessing returned UNKNOWN
11.86/3.00	c PP set 0 variables
11.86/3.00	c pp time: 2963932us (2s)
54.98/13.82	c preprocessor returned 30045 variables
54.98/13.82	c preprocessing returned UNKNOWN
54.98/13.82	c PP set 0 variables
54.98/13.82	c pp time: 13769982us (13s)

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-3251601-1304085611/watcher-3251601-1304085611 -o /tmp/evaluation-result-3251601-1304085611/solver-3251601-1304085611 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3251601-1304085611.cnf 1043649317 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.08 8.07 8.01 5/182 18400
/proc/meminfo: memFree=30161412/32951124 swapFree=67111364/67111528
[pid=18400] ppid=18398 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18400/stat : 18400 (prissAuto.sh) S 18398 18400 17576 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 520161469 8908800 251 33554432000 4194304 4922060 140736345145840 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18400/statm: 2175 251 211 178 0 68 0

[startup+0.420693 s]
/proc/loadavg: 8.08 8.07 8.01 5/182 18400
/proc/meminfo: memFree=30161412/32951124 swapFree=67111364/67111528
[pid=18400] ppid=18398 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18400/stat : 18400 (prissAuto.sh) S 18398 18400 17576 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 520161469 8908800 251 33554432000 4194304 4922060 140736345145840 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18400/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.95605 s]
/proc/loadavg: 8.08 8.07 8.01 5/182 18400
/proc/meminfo: memFree=30161412/32951124 swapFree=67111364/67111528
[pid=18400] ppid=18398 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18400/stat : 18400 (prissAuto.sh) S 18398 18400 17576 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 520161469 8908800 251 33554432000 4194304 4922060 140736345145840 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18400/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.00104 s]
/proc/loadavg: 8.08 8.07 8.01 5/182 18400
/proc/meminfo: memFree=30161412/32951124 swapFree=67111364/67111528
[pid=18400] ppid=18398 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18400/stat : 18400 (prissAuto.sh) S 18398 18400 17576 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 520161469 8908800 251 33554432000 4194304 4922060 140736345145840 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18400/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.10102 s]
/proc/loadavg: 8.08 8.07 8.01 5/182 18400
/proc/meminfo: memFree=30161412/32951124 swapFree=67111364/67111528
[pid=18400] ppid=18398 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18400/stat : 18400 (prissAuto.sh) S 18398 18400 17576 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 520161469 8908800 251 33554432000 4194304 4922060 140736345145840 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18400/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50095 s]
/proc/loadavg: 8.08 8.07 8.01 5/182 18400
/proc/meminfo: memFree=30161412/32951124 swapFree=67111364/67111528
[pid=18400] ppid=18398 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18400/stat : 18400 (prissAuto.sh) S 18398 18400 17576 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 520161469 8908800 251 33554432000 4194304 4922060 140736345145840 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18400/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10066 s]
/proc/loadavg: 8.15 8.08 8.02 9/188 18406
/proc/meminfo: memFree=30111024/32951124 swapFree=67111364/67111528
[pid=18400] ppid=18398 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18400/stat : 18400 (prissAuto.sh) S 18398 18400 17576 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 520161469 8908800 251 33554432000 4194304 4922060 140736345145840 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18400/statm: 2175 251 211 178 0 68 0
[pid=18401] ppid=18400 vsize=292028 CPUtime=12.24 cores=0,2,4,6
/proc/18401/stat : 18401 (priss) S 18400 18400 17576 0 -1 4202496 28819 0 0 0 1218 6 0 0 18 0 5 0 520161469 299036672 13965 33554432000 4194304 5787044 140733237225808 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18401/statm: 73007 13965 404 389 0 68757 0
[pid=18401/tid=18403] ppid=18400 vsize=292028 CPUtime=3.04 cores=0,2,4,6
/proc/18401/task/18403/stat : 18403 (priss) R 18400 18400 17576 0 -1 4202560 6670 0 0 0 303 1 0 0 25 0 5 0 520161472 299036672 13965 33554432000 4194304 5787044 140733237225808 18446744073709551615 4254928 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18401/tid=18404] ppid=18400 vsize=292028 CPUtime=3.05 cores=0,2,4,6
/proc/18401/task/18404/stat : 18404 (priss) R 18400 18400 17576 0 -1 4202560 7051 0 0 0 303 2 0 0 25 0 5 0 520161472 299036672 13965 33554432000 4194304 5787044 140733237225808 18446744073709551615 4234944 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18401/tid=18405] ppid=18400 vsize=292028 CPUtime=3.03 cores=0,2,4,6
/proc/18401/task/18405/stat : 18405 (priss) R 18400 18400 17576 0 -1 4202560 5242 0 0 0 303 0 0 0 25 0 5 0 520161473 299036672 13965 33554432000 4194304 5787044 140733237225808 18446744073709551615 4216664 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18401/tid=18406] ppid=18400 vsize=292028 CPUtime=3.03 cores=0,2,4,6
/proc/18401/task/18406/stat : 18406 (priss) R 18400 18400 17576 0 -1 4202560 4773 0 0 0 303 0 0 0 25 0 5 0 520161474 299036672 13965 33554432000 4194304 5787044 140733237225808 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.24
Current children cumulated vsize (KiB) 300728

[startup+6.30607 s]
/proc/loadavg: 8.14 8.08 8.01 9/188 18406
/proc/meminfo: memFree=30096216/32951124 swapFree=67111364/67111528
[pid=18400] ppid=18398 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18400/stat : 18400 (prissAuto.sh) S 18398 18400 17576 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 520161469 8908800 251 33554432000 4194304 4922060 140736345145840 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18400/statm: 2175 251 211 178 0 68 0
[pid=18401] ppid=18400 vsize=294440 CPUtime=25.04 cores=0,2,4,6
/proc/18401/stat : 18401 (priss) S 18400 18400 17576 0 -1 4202496 30545 0 0 0 2497 7 0 0 18 0 5 0 520161469 301506560 15691 33554432000 4194304 5787044 140733237225808 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18401/statm: 73610 15691 404 389 0 69360 0
[pid=18401/tid=18403] ppid=18400 vsize=294440 CPUtime=6.23 cores=0,2,4,6
/proc/18401/task/18403/stat : 18403 (priss) R 18400 18400 17576 0 -1 4202560 7249 0 0 0 621 2 0 0 25 0 5 0 520161472 301506560 15691 33554432000 4194304 5787044 140733237225808 18446744073709551615 5590564 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18401/tid=18404] ppid=18400 vsize=294440 CPUtime=6.26 cores=0,2,4,6
/proc/18401/task/18404/stat : 18404 (priss) R 18400 18400 17576 0 -1 4202560 7600 0 0 0 624 2 0 0 25 0 5 0 520161472 301506560 15691 33554432000 4194304 5787044 140733237225808 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18401/tid=18405] ppid=18400 vsize=294440 CPUtime=6.25 cores=0,2,4,6
/proc/18401/task/18405/stat : 18405 (priss) R 18400 18400 17576 0 -1 4202560 5836 0 0 0 624 1 0 0 25 0 5 0 520161473 301506560 15691 33554432000 4194304 5787044 140733237225808 18446744073709551615 5591342 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18401/tid=18406] ppid=18400 vsize=294440 CPUtime=6.23 cores=0,2,4,6
/proc/18401/task/18406/stat : 18406 (priss) R 18400 18400 17576 0 -1 4202560 4777 0 0 0 623 0 0 0 25 0 5 0 520161474 301506560 15691 33554432000 4194304 5787044 140733237225808 18446744073709551615 253640553433 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.04
Current children cumulated vsize (KiB) 303140

[startup+12.7009 s]
/proc/loadavg: 8.13 8.08 8.01 9/188 18407
/proc/meminfo: memFree=30081220/32951124 swapFree=67111364/67111528
[pid=18400] ppid=18398 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18400/stat : 18400 (prissAuto.sh) S 18398 18400 17576 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 520161469 8908800 251 33554432000 4194304 4922060 140736345145840 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18400/statm: 2175 251 211 178 0 68 0
[pid=18401] ppid=18400 vsize=302204 CPUtime=50.59 cores=0,2,4,6
/proc/18401/stat : 18401 (priss) S 18400 18400 17576 0 -1 4202496 34587 0 0 0 5051 8 0 0 18 0 5 0 520161469 309456896 19733 33554432000 4194304 5787044 140733237225808 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18401/statm: 75551 19733 404 389 0 71301 0
[pid=18401/tid=18403] ppid=18400 vsize=302204 CPUtime=12.59 cores=0,2,4,6
/proc/18401/task/18403/stat : 18403 (priss) R 18400 18400 17576 0 -1 4202560 9388 0 0 0 1257 2 0 0 25 0 5 0 520161472 309456896 19733 33554432000 4194304 5787044 140733237225808 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18401/tid=18404] ppid=18400 vsize=302204 CPUtime=12.65 cores=0,2,4,6
/proc/18401/task/18404/stat : 18404 (priss) R 18400 18400 17576 0 -1 4202560 8634 0 0 0 1263 2 0 0 25 0 5 0 520161472 309456896 19733 33554432000 4194304 5787044 140733237225808 18446744073709551615 5591539 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18401/tid=18405] ppid=18400 vsize=302204 CPUtime=12.64 cores=0,2,4,6
/proc/18401/task/18405/stat : 18405 (priss) R 18400 18400 17576 0 -1 4202560 6705 0 0 0 1263 1 0 0 25 0 5 0 520161473 309456896 19733 33554432000 4194304 5787044 140733237225808 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18401/tid=18406] ppid=18400 vsize=302204 CPUtime=12.62 cores=0,2,4,6
/proc/18401/task/18406/stat : 18406 (priss) R 18400 18400 17576 0 -1 4202560 4777 0 0 0 1262 0 0 0 25 0 5 0 520161474 309456896 19733 33554432000 4194304 5787044 140733237225808 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 310904

[startup+25.5006 s]
/proc/loadavg: 8.11 8.08 8.01 9/188 18407
/proc/meminfo: memFree=30026244/32951124 swapFree=67111364/67111528
[pid=18400] ppid=18398 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18400/stat : 18400 (prissAuto.sh) S 18398 18400 17576 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 520161469 8908800 251 33554432000 4194304 4922060 140736345145840 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18400/statm: 2175 251 211 178 0 68 0
[pid=18401] ppid=18400 vsize=311632 CPUtime=101.7 cores=0,2,4,6
/proc/18401/stat : 18401 (priss) S 18400 18400 17576 0 -1 4202496 44942 0 0 0 10157 13 0 0 18 0 5 0 520161469 319111168 27268 33554432000 4194304 5787044 140733237225808 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18401/statm: 77908 27268 417 389 0 73658 0
[pid=18401/tid=18403] ppid=18400 vsize=311632 CPUtime=25.32 cores=0,2,4,6
/proc/18401/task/18403/stat : 18403 (priss) R 18400 18400 17576 0 -1 4202560 11803 0 0 0 2528 4 0 0 25 0 5 0 520161472 319111168 27268 33554432000 4194304 5787044 140733237225808 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18401/tid=18404] ppid=18400 vsize=311632 CPUtime=25.45 cores=0,2,4,6
/proc/18401/task/18404/stat : 18404 (priss) R 18400 18400 17576 0 -1 4202560 9940 0 0 0 2541 4 0 0 25 0 5 0 520161472 319111168 27268 33554432000 4194304 5787044 140733237225808 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18401/tid=18405] ppid=18400 vsize=311632 CPUtime=25.44 cores=0,2,4,6
/proc/18401/task/18405/stat : 18405 (priss) R 18400 18400 17576 0 -1 4202560 8002 0 0 0 2542 2 0 0 25 0 5 0 520161473 319111168 27268 33554432000 4194304 5787044 140733237225808 18446744073709551615 5591716 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18401/tid=18406] ppid=18400 vsize=311632 CPUtime=25.43 cores=0,2,4,6
/proc/18401/task/18406/stat : 18406 (priss) R 18400 18400 17576 0 -1 4202560 10114 0 0 0 2541 2 0 0 25 0 5 0 520161474 319111168 27268 33554432000 4194304 5787044 140733237225808 18446744073709551615 5528099 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 320332

[startup+51.1009 s]
/proc/loadavg: 8.15 8.09 8.02 9/189 18409
/proc/meminfo: memFree=29966200/32951124 swapFree=67111364/67111528
[pid=18400] ppid=18398 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18400/stat : 18400 (prissAuto.sh) S 18398 18400 17576 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 520161469 8908800 251 33554432000 4194304 4922060 140736345145840 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18400/statm: 2175 251 211 178 0 68 0
[pid=18401] ppid=18400 vsize=325384 CPUtime=203.95 cores=0,2,4,6
/proc/18401/stat : 18401 (priss) S 18400 18400 17576 0 -1 4202496 55556 0 0 0 20371 24 0 0 18 0 5 0 520161469 333193216 37837 33554432000 4194304 5787044 140733237225808 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18401/statm: 81346 37837 417 389 0 77096 0
[pid=18401/tid=18403] ppid=18400 vsize=325384 CPUtime=50.91 cores=0,2,4,6
/proc/18401/task/18403/stat : 18403 (priss) R 18400 18400 17576 0 -1 4202560 15548 0 0 0 5083 8 0 0 25 0 5 0 520161472 333193216 37837 33554432000 4194304 5787044 140733237225808 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18401/tid=18404] ppid=18400 vsize=325384 CPUtime=51.04 cores=0,2,4,6
/proc/18401/task/18404/stat : 18404 (priss) R 18400 18400 17576 0 -1 4202560 12146 0 0 0 5098 6 0 0 25 0 5 0 520161472 333193216 37837 33554432000 4194304 5787044 140733237225808 18446744073709551615 4238591 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18401/tid=18405] ppid=18400 vsize=325384 CPUtime=50.9 cores=0,2,4,6
/proc/18401/task/18405/stat : 18405 (priss) R 18400 18400 17576 0 -1 4202560 10455 0 0 0 5086 4 0 0 25 0 5 0 520161473 333193216 37837 33554432000 4194304 5787044 140733237225808 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18401/tid=18406] ppid=18400 vsize=325384 CPUtime=51.02 cores=0,2,4,6
/proc/18401/task/18406/stat : 18406 (priss) R 18400 18400 17576 0 -1 4202560 12324 0 0 0 5097 5 0 0 25 0 5 0 520161474 333193216 37837 33554432000 4194304 5787044 140733237225808 18446744073709551615 5528380 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.95
Current children cumulated vsize (KiB) 334084

[startup+102.301 s]
/proc/loadavg: 8.14 8.09 8.02 9/188 18418
/proc/meminfo: memFree=29878232/32951124 swapFree=67111364/67111528
[pid=18400] ppid=18398 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18400/stat : 18400 (prissAuto.sh) S 18398 18400 17576 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 520161469 8908800 251 33554432000 4194304 4922060 140736345145840 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18400/statm: 2175 251 211 178 0 68 0
[pid=18401] ppid=18400 vsize=344872 CPUtime=408.42 cores=0,2,4,6
/proc/18401/stat : 18401 (priss) S 18400 18400 17576 0 -1 4202496 69432 0 0 0 40803 39 0 0 18 0 5 0 520161469 353148928 51593 33554432000 4194304 5787044 140733237225808 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18401/statm: 86218 51593 417 389 0 81968 0
[pid=18401/tid=18403] ppid=18400 vsize=344872 CPUtime=102.1 cores=0,2,4,6
/proc/18401/task/18403/stat : 18403 (priss) R 18400 18400 17576 0 -1 4202560 19003 0 0 0 10199 11 0 0 25 0 5 0 520161472 353148928 51593 33554432000 4194304 5787044 140733237225808 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18401/tid=18404] ppid=18400 vsize=344872 CPUtime=102.22 cores=0,2,4,6
/proc/18401/task/18404/stat : 18404 (priss) R 18400 18400 17576 0 -1 4202560 15309 0 0 0 10211 11 0 0 25 0 5 0 520161472 353148928 51593 33554432000 4194304 5787044 140733237225808 18446744073709551615 5591312 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18401/tid=18405] ppid=18400 vsize=344872 CPUtime=101.82 cores=0,2,4,6
/proc/18401/task/18405/stat : 18405 (priss) R 18400 18400 17576 0 -1 4202560 13171 0 0 0 10176 6 0 0 25 0 5 0 520161473 353148928 51593 33554432000 4194304 5787044 140733237225808 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18401/tid=18406] ppid=18400 vsize=344872 CPUtime=102.21 cores=0,2,4,6
/proc/18401/task/18406/stat : 18406 (priss) R 18400 18400 17576 0 -1 4202560 16866 0 0 0 10211 10 0 0 25 0 5 0 520161474 353148928 51593 33554432000 4194304 5787044 140733237225808 18446744073709551615 5527489 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.42
Current children cumulated vsize (KiB) 353572

[startup+162.301 s]
/proc/loadavg: 8.12 8.09 8.02 9/188 18420
/proc/meminfo: memFree=29799708/32951124 swapFree=67111364/67111528
[pid=18400] ppid=18398 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18400/stat : 18400 (prissAuto.sh) S 18398 18400 17576 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 520161469 8908800 251 33554432000 4194304 4922060 140736345145840 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18400/statm: 2175 251 211 178 0 68 0
[pid=18401] ppid=18400 vsize=361728 CPUtime=648.08 cores=0,2,4,6

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

/proc/18401/task/18404/stat : 18404 (priss) R 18400 18400 17576 0 -1 4202560 33634 0 0 0 82183 39 0 0 25 0 5 0 520161472 678109184 137056 33554432000 4194304 5787044 140733237225808 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18401/tid=18405] ppid=18400 vsize=662216 CPUtime=817.89 cores=0,2,4,6
/proc/18401/task/18405/stat : 18405 (priss) R 18400 18400 17576 0 -1 4202560 36160 0 0 0 81768 21 0 0 25 0 5 0 520161473 678109184 137056 33554432000 4194304 5787044 140733237225808 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18401/tid=18406] ppid=18400 vsize=662216 CPUtime=822.13 cores=0,2,4,6
/proc/18401/task/18406/stat : 18406 (priss) R 18400 18400 17576 0 -1 4202560 39567 0 0 0 82174 39 0 0 25 0 5 0 520161474 678109184 137056 33554432000 4194304 5787044 140733237225808 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3284.42
Current children cumulated vsize (KiB) 670916

[startup+882.301 s]
/proc/loadavg: 8.16 8.09 8.03 9/188 18442
/proc/meminfo: memFree=29200340/32951124 swapFree=67111364/67111528
[pid=18400] ppid=18398 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18400/stat : 18400 (prissAuto.sh) S 18398 18400 17576 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 520161469 8908800 251 33554432000 4194304 4922060 140736345145840 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18400/statm: 2175 251 211 178 0 68 0
[pid=18401] ppid=18400 vsize=678616 CPUtime=3524.09 cores=0,2,4,6
/proc/18401/stat : 18401 (priss) S 18400 18400 17576 0 -1 4202496 162351 0 0 0 352259 150 0 0 18 0 5 0 520161469 694902784 143177 33554432000 4194304 5787044 140733237225808 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18401/statm: 169654 143177 417 389 0 165404 0
[pid=18401/tid=18403] ppid=18400 vsize=678616 CPUtime=882.11 cores=0,2,4,6
/proc/18401/task/18403/stat : 18403 (priss) R 18400 18400 17576 0 -1 4202560 41919 0 0 0 88168 43 0 0 25 0 5 0 520161472 694902784 143177 33554432000 4194304 5787044 140733237225808 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18401/tid=18404] ppid=18400 vsize=678616 CPUtime=882.22 cores=0,2,4,6
/proc/18401/task/18404/stat : 18404 (priss) R 18400 18400 17576 0 -1 4202560 36528 0 0 0 88178 44 0 0 25 0 5 0 520161472 694902784 143177 33554432000 4194304 5787044 140733237225808 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18401/tid=18405] ppid=18400 vsize=678616 CPUtime=877.56 cores=0,2,4,6
/proc/18401/task/18405/stat : 18405 (priss) R 18400 18400 17576 0 -1 4202560 37194 0 0 0 87735 21 0 0 25 0 5 0 520161473 694902784 143177 33554432000 4194304 5787044 140733237225808 18446744073709551615 4221021 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18401/tid=18406] ppid=18400 vsize=678616 CPUtime=882.13 cores=0,2,4,6
/proc/18401/task/18406/stat : 18406 (priss) R 18400 18400 17576 0 -1 4202560 41627 0 0 0 88172 41 0 0 25 0 5 0 520161474 694902784 143177 33554432000 4194304 5787044 140733237225808 18446744073709551615 4213865 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3524.09
Current children cumulated vsize (KiB) 687316

[startup+942.301 s]
/proc/loadavg: 8.06 8.07 8.03 9/188 18444
/proc/meminfo: memFree=29150844/32951124 swapFree=67111364/67111528
[pid=18400] ppid=18398 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18400/stat : 18400 (prissAuto.sh) S 18398 18400 17576 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 520161469 8908800 251 33554432000 4194304 4922060 140736345145840 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18400/statm: 2175 251 211 178 0 68 0
[pid=18401] ppid=18400 vsize=686816 CPUtime=3763.77 cores=0,2,4,6
/proc/18401/stat : 18401 (priss) S 18400 18400 17576 0 -1 4202496 169270 0 0 0 376217 160 0 0 18 0 5 0 520161469 703299584 150096 33554432000 4194304 5787044 140733237225808 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18401/statm: 171704 150096 417 389 0 167454 0
[pid=18401/tid=18403] ppid=18400 vsize=686816 CPUtime=942.11 cores=0,2,4,6
/proc/18401/task/18403/stat : 18403 (priss) R 18400 18400 17576 0 -1 4202560 43219 0 0 0 94167 44 0 0 25 0 5 0 520161472 703299584 150096 33554432000 4194304 5787044 140733237225808 18446744073709551615 5591097 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18401/tid=18404] ppid=18400 vsize=686816 CPUtime=942.22 cores=0,2,4,6
/proc/18401/task/18404/stat : 18404 (priss) R 18400 18400 17576 0 -1 4202560 40029 0 0 0 94174 48 0 0 25 0 5 0 520161472 703299584 150096 33554432000 4194304 5787044 140733237225808 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18401/tid=18405] ppid=18400 vsize=686816 CPUtime=937.23 cores=0,2,4,6
/proc/18401/task/18405/stat : 18405 (priss) R 18400 18400 17576 0 -1 4202560 37233 0 0 0 93702 21 0 0 25 0 5 0 520161473 703299584 150096 33554432000 4194304 5787044 140733237225808 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18401/tid=18406] ppid=18400 vsize=686816 CPUtime=942.13 cores=0,2,4,6
/proc/18401/task/18406/stat : 18406 (priss) R 18400 18400 17576 0 -1 4202560 43706 0 0 0 94168 45 0 0 25 0 5 0 520161474 703299584 150096 33554432000 4194304 5787044 140733237225808 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3763.77
Current children cumulated vsize (KiB) 695516

[startup+1002.3 s]
/proc/loadavg: 8.02 8.05 8.02 9/188 18445
/proc/meminfo: memFree=29079644/32951124 swapFree=67111364/67111528
[pid=18400] ppid=18398 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18400/stat : 18400 (prissAuto.sh) S 18398 18400 17576 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 520161469 8908800 251 33554432000 4194304 4922060 140736345145840 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18400/statm: 2175 251 211 178 0 68 0
[pid=18401] ppid=18400 vsize=901436 CPUtime=4003.42 cores=0,2,4,6
/proc/18401/stat : 18401 (priss) S 18400 18400 17576 0 -1 4202496 180588 0 0 0 400167 175 0 0 18 0 5 0 520161469 923070464 161414 33554432000 4194304 5787044 140733237225808 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18401/statm: 225359 161414 417 389 0 221109 0
[pid=18401/tid=18403] ppid=18400 vsize=901436 CPUtime=1002.11 cores=0,2,4,6
/proc/18401/task/18403/stat : 18403 (priss) R 18400 18400 17576 0 -1 4202560 45946 0 0 0 100162 49 0 0 25 0 5 0 520161472 923070464 161414 33554432000 4194304 5787044 140733237225808 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18401/tid=18404] ppid=18400 vsize=901436 CPUtime=1002.22 cores=0,2,4,6
/proc/18401/task/18404/stat : 18404 (priss) R 18400 18400 17576 0 -1 4202560 42274 0 0 0 100169 53 0 0 25 0 5 0 520161472 923070464 161414 33554432000 4194304 5787044 140733237225808 18446744073709551615 5591999 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18401/tid=18405] ppid=18400 vsize=901436 CPUtime=996.9 cores=0,2,4,6
/proc/18401/task/18405/stat : 18405 (priss) R 18400 18400 17576 0 -1 4202560 40221 0 0 0 99667 23 0 0 25 0 5 0 520161473 923070464 161414 33554432000 4194304 5787044 140733237225808 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18401/tid=18406] ppid=18400 vsize=901436 CPUtime=1002.11 cores=0,2,4,6
/proc/18401/task/18406/stat : 18406 (priss) R 18400 18400 17576 0 -1 4202560 47064 0 0 0 100163 48 0 0 25 0 5 0 520161474 923070464 161414 33554432000 4194304 5787044 140733237225808 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4003.42
Current children cumulated vsize (KiB) 910136

[startup+1062.31 s]
/proc/loadavg: 8.08 8.06 8.02 9/188 18447
/proc/meminfo: memFree=29017620/32951124 swapFree=67111364/67111528
[pid=18400] ppid=18398 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18400/stat : 18400 (prissAuto.sh) S 18398 18400 17576 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 520161469 8908800 251 33554432000 4194304 4922060 140736345145840 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18400/statm: 2175 251 211 178 0 68 0
[pid=18401] ppid=18400 vsize=916740 CPUtime=4243.1 cores=0,2,4,6
/proc/18401/stat : 18401 (priss) S 18400 18400 17576 0 -1 4202496 191280 0 0 0 424122 188 0 0 18 0 5 0 520161469 938741760 171881 33554432000 4194304 5787044 140733237225808 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18401/statm: 229185 171881 417 389 0 224935 0
[pid=18401/tid=18403] ppid=18400 vsize=916740 CPUtime=1062.12 cores=0,2,4,6
/proc/18401/task/18403/stat : 18403 (priss) R 18400 18400 17576 0 -1 4202560 48554 0 0 0 106159 53 0 0 25 0 5 0 520161472 938741760 171881 33554432000 4194304 5787044 140733237225808 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18401/tid=18404] ppid=18400 vsize=916740 CPUtime=1062.22 cores=0,2,4,6
/proc/18401/task/18404/stat : 18404 (priss) R 18400 18400 17576 0 -1 4202560 44114 0 0 0 106167 55 0 0 25 0 5 0 520161472 938741760 171881 33554432000 4194304 5787044 140733237225808 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18401/tid=18405] ppid=18400 vsize=916740 CPUtime=1056.58 cores=0,2,4,6
/proc/18401/task/18405/stat : 18405 (priss) R 18400 18400 17576 0 -1 4202560 43011 0 0 0 105633 25 0 0 25 0 5 0 520161473 938741760 171881 33554432000 4194304 5787044 140733237225808 18446744073709551615 5591564 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18401/tid=18406] ppid=18400 vsize=916740 CPUtime=1062.11 cores=0,2,4,6
/proc/18401/task/18406/stat : 18406 (priss) R 18400 18400 17576 0 -1 4202560 50518 0 0 0 106158 53 0 0 25 0 5 0 520161474 938741760 171881 33554432000 4194304 5787044 140733237225808 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4243.1
Current children cumulated vsize (KiB) 925440

[startup+1122.3 s]
/proc/loadavg: 8.10 8.06 8.02 9/188 18448
/proc/meminfo: memFree=28983012/32951124 swapFree=67111364/67111528
[pid=18400] ppid=18398 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18400/stat : 18400 (prissAuto.sh) S 18398 18400 17576 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 520161469 8908800 251 33554432000 4194304 4922060 140736345145840 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18400/statm: 2175 251 211 178 0 68 0
[pid=18401] ppid=18400 vsize=927652 CPUtime=4482.75 cores=0,2,4,6
/proc/18401/stat : 18401 (priss) S 18400 18400 17576 0 -1 4202496 198410 0 0 0 448078 197 0 0 18 0 5 0 520161469 949915648 178786 33554432000 4194304 5787044 140733237225808 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18401/statm: 231913 178786 417 389 0 227663 0
[pid=18401/tid=18403] ppid=18400 vsize=927652 CPUtime=1122.11 cores=0,2,4,6
/proc/18401/task/18403/stat : 18403 (priss) R 18400 18400 17576 0 -1 4202560 51037 0 0 0 112153 58 0 0 25 0 5 0 520161472 949915648 178786 33554432000 4194304 5787044 140733237225808 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18401/tid=18404] ppid=18400 vsize=927652 CPUtime=1122.21 cores=0,2,4,6
/proc/18401/task/18404/stat : 18404 (priss) R 18400 18400 17576 0 -1 4202560 44115 0 0 0 112166 55 0 0 25 0 5 0 520161472 949915648 178786 33554432000 4194304 5787044 140733237225808 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18401/tid=18405] ppid=18400 vsize=927652 CPUtime=1116.25 cores=0,2,4,6
/proc/18401/task/18405/stat : 18405 (priss) R 18400 18400 17576 0 -1 4202560 45742 0 0 0 111599 26 0 0 25 0 5 0 520161473 949915648 178786 33554432000 4194304 5787044 140733237225808 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18401/tid=18406] ppid=18400 vsize=927652 CPUtime=1122.09 cores=0,2,4,6
/proc/18401/task/18406/stat : 18406 (priss) R 18400 18400 17576 0 -1 4202560 52433 0 0 0 112154 55 0 0 25 0 5 0 520161474 949915648 178786 33554432000 4194304 5787044 140733237225808 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4482.75
Current children cumulated vsize (KiB) 936352

[startup+1182.3 s]
/proc/loadavg: 5.83 7.45 7.81 5/177 18468
/proc/meminfo: memFree=29631112/32951124 swapFree=67111364/67111528
[pid=18400] ppid=18398 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18400/stat : 18400 (prissAuto.sh) S 18398 18400 17576 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 520161469 8908800 251 33554432000 4194304 4922060 140736345145840 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18400/statm: 2175 251 211 178 0 68 0
[pid=18401] ppid=18400 vsize=938408 CPUtime=4722.43 cores=0,2,4,6
/proc/18401/stat : 18401 (priss) S 18400 18400 17576 0 -1 4202496 202924 0 0 0 472038 205 0 0 18 0 5 0 520161469 960929792 183075 33554432000 4194304 5787044 140733237225808 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18401/statm: 234602 183075 417 389 0 230352 0
[pid=18401/tid=18403] ppid=18400 vsize=938408 CPUtime=1182.12 cores=0,2,4,6
/proc/18401/task/18403/stat : 18403 (priss) R 18400 18400 17576 0 -1 4202560 52872 0 0 0 118148 64 0 0 25 0 5 0 520161472 960929792 183075 33554432000 4194304 5787044 140733237225808 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18401/tid=18404] ppid=18400 vsize=938408 CPUtime=1182.21 cores=0,2,4,6
/proc/18401/task/18404/stat : 18404 (priss) R 18400 18400 17576 0 -1 4202560 44117 0 0 0 118166 55 0 0 25 0 5 0 520161472 960929792 183075 33554432000 4194304 5787044 140733237225808 18446744073709551615 5591217 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18401/tid=18405] ppid=18400 vsize=938408 CPUtime=1175.92 cores=0,2,4,6
/proc/18401/task/18405/stat : 18405 (priss) R 18400 18400 17576 0 -1 4202560 48418 0 0 0 117564 28 0 0 25 0 5 0 520161473 960929792 183075 33554432000 4194304 5787044 140733237225808 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18401/tid=18406] ppid=18400 vsize=938408 CPUtime=1182.09 cores=0,2,4,6
/proc/18401/task/18406/stat : 18406 (priss) R 18400 18400 17576 0 -1 4202560 52434 0 0 0 118154 55 0 0 25 0 5 0 520161474 960929792 183075 33554432000 4194304 5787044 140733237225808 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4722.43
Current children cumulated vsize (KiB) 947108



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 5.31 7.22 7.73 5/177 18468
/proc/meminfo: memFree=29626868/32951124 swapFree=67111364/67111528
[pid=18400] ppid=18398 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18400/stat : 18400 (prissAuto.sh) S 18398 18400 17576 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 520161469 8908800 251 33554432000 4194304 4922060 140736345145840 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18400/statm: 2175 251 211 178 0 68 0
[pid=18401] ppid=18400 vsize=943428 CPUtime=4800.33 cores=0,2,4,6
/proc/18401/stat : 18401 (priss) S 18400 18400 17576 0 -1 4202496 203991 0 0 0 479828 205 0 0 18 0 5 0 520161469 966070272 184142 33554432000 4194304 5787044 140733237225808 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18401/statm: 235857 184142 417 389 0 231607 0
[pid=18401/tid=18403] ppid=18400 vsize=943428 CPUtime=1201.62 cores=0,2,4,6
/proc/18401/task/18403/stat : 18403 (priss) R 18400 18400 17576 0 -1 4202560 52872 0 0 0 120098 64 0 0 25 0 5 0 520161472 966070272 184142 33554432000 4194304 5787044 140733237225808 18446744073709551615 5590420 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18401/tid=18404] ppid=18400 vsize=943428 CPUtime=1201.72 cores=0,2,4,6
/proc/18401/task/18404/stat : 18404 (priss) R 18400 18400 17576 0 -1 4202560 44119 0 0 0 120117 55 0 0 25 0 5 0 520161472 966070272 184142 33554432000 4194304 5787044 140733237225808 18446744073709551615 4228872 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18401/tid=18405] ppid=18400 vsize=943428 CPUtime=1195.32 cores=0,2,4,6
/proc/18401/task/18405/stat : 18405 (priss) R 18400 18400 17576 0 -1 4202560 49482 0 0 0 119503 29 0 0 25 0 5 0 520161473 966070272 184142 33554432000 4194304 5787044 140733237225808 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18401/tid=18406] ppid=18400 vsize=943428 CPUtime=1201.6 cores=0,2,4,6
/proc/18401/task/18406/stat : 18406 (priss) R 18400 18400 17576 0 -1 4202560 52435 0 0 0 120104 56 0 0 25 0 5 0 520161474 966070272 184142 33554432000 4194304 5787044 140733237225808 18446744073709551615 5527202 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 952128

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

Real time (s): 1201.82
CPU time (s): 4800.33
CPU user time (s): 4798.28
CPU system time (s): 2.05
CPU usage (%): 399.423
Max. virtual memory (cumulated for all children) (KiB): 952128

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

runsolver used 1.84072 second user time and 4.72328 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-29 16:00:11
IDJOB=3251601
IDBENCH=88227
IDSOLVER=1602
FILE ID=node106/3251601-1304085611
RUNJOBID= node106-1304084335-18243
PBS_JOBID= 13170519
Free space on /tmp= 72156 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m32-q369.75-n30-p30-s25693430.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251601-1304085611/watcher-3251601-1304085611 -o /tmp/evaluation-result-3251601-1304085611/solver-3251601-1304085611 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3251601-1304085611.cnf 1043649317 4800 15500 4

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

MD5SUM BENCH= 08b4f1e095a7a4b98cb40c2c00e78d45
RANDOM SEED=1043649317

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30161684 kB
Buffers:        246472 kB
Cached:        2070668 kB
SwapCached:         88 kB
Active:         980256 kB
Inactive:      1598736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30161684 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            2392 kB
Writeback:           0 kB
AnonPages:      261396 kB
Mapped:          15608 kB
Slab:           146212 kB
PageTables:       5192 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   475936 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= 72156 MiB
End job on node106 at 2011-04-29 16:20:15