Trace number 3251425

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.21 1202.12

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m42-q663-n40-p30-s67876261.cnf
MD5SUMed0227339111fb337104188c725538d0
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.24481
Satisfiable
(Un)Satisfiability was proved
Number of variables1634
Number of clauses212885
Sum of the clauses size427324
Maximum clause length42
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2212845
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

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: 5697
0.00/0.00	c setup for 4cores
0.00/0.04	c parsetime: 44484us
0.00/0.04	c parsed 212885 clauses with 1634 variables
0.00/0.06	c NW started thread 0 successfully (1090103616)
0.00/0.07	c NW started thread 1 successfully (1115490624)
0.00/0.11	c NW started thread 2 successfully (1100593472)
0.00/0.14	c NW started thread 3 successfully (1125980480)
40.94/10.47	c preprocessor returned 10006 variables
40.94/10.47	c preprocessing returned UNKNOWN
40.94/10.47	c PP set 0 variables
40.94/10.47	c pp time: 10409608us (10s)
41.35/10.55	c preprocessor returned 10006 variables
41.35/10.55	c preprocessing returned UNKNOWN
41.35/10.55	c PP set 0 variables
41.35/10.55	c pp time: 10469584us (10s)
41.76/10.62	c preprocessor returned 10006 variables
41.76/10.62	c preprocessing returned UNKNOWN
41.76/10.62	c PP set 0 variables
41.76/10.62	c pp time: 10508802us (10s)
65.71/16.63	c preprocessor returned 30016 variables
65.71/16.63	c preprocessing returned UNKNOWN
65.71/16.63	c PP set 0 variables
65.71/16.63	c pp time: 16491629us (16s)

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-3251425-1304085485/watcher-3251425-1304085485 -o /tmp/evaluation-result-3251425-1304085485/solver-3251425-1304085485 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3251425-1304085485.cnf 960983779 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: 6.84 7.88 8.05 2/176 5696
/proc/meminfo: memFree=29733864/32951124 swapFree=67111352/67111528
[pid=5696] ppid=5694 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5696/stat : 5696 (prissAuto.sh) S 5694 5696 4914 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 520146409 8908800 252 33554432000 4194304 4922060 140735003250128 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5696/statm: 2175 252 211 178 0 68 0

[startup+0.057694 s]
/proc/loadavg: 6.84 7.88 8.05 2/176 5696
/proc/meminfo: memFree=29733864/32951124 swapFree=67111352/67111528
[pid=5696] ppid=5694 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5696/stat : 5696 (prissAuto.sh) S 5694 5696 4914 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 520146409 8908800 252 33554432000 4194304 4922060 140735003250128 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5696/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100694 s]
/proc/loadavg: 6.84 7.88 8.05 2/176 5696
/proc/meminfo: memFree=29733864/32951124 swapFree=67111352/67111528
[pid=5696] ppid=5694 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5696/stat : 5696 (prissAuto.sh) S 5694 5696 4914 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 520146409 8908800 252 33554432000 4194304 4922060 140735003250128 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5696/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.305645 s]
/proc/loadavg: 6.84 7.88 8.05 2/176 5696
/proc/meminfo: memFree=29733864/32951124 swapFree=67111352/67111528
[pid=5696] ppid=5694 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5696/stat : 5696 (prissAuto.sh) S 5694 5696 4914 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 520146409 8908800 252 33554432000 4194304 4922060 140735003250128 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5696/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.13941 s]
/proc/loadavg: 6.84 7.88 8.05 2/176 5696
/proc/meminfo: memFree=29733864/32951124 swapFree=67111352/67111528
[pid=5696] ppid=5694 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5696/stat : 5696 (prissAuto.sh) S 5694 5696 4914 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 520146409 8908800 252 33554432000 4194304 4922060 140735003250128 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5696/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50034 s]
/proc/loadavg: 6.84 7.88 8.05 2/176 5696
/proc/meminfo: memFree=29733864/32951124 swapFree=67111352/67111528
[pid=5696] ppid=5694 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5696/stat : 5696 (prissAuto.sh) S 5694 5696 4914 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 520146409 8908800 252 33554432000 4194304 4922060 140735003250128 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5696/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10101 s]
/proc/loadavg: 6.84 7.88 8.05 10/192 5718
/proc/meminfo: memFree=29585460/32951124 swapFree=67111352/67111528
[pid=5696] ppid=5694 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5696/stat : 5696 (prissAuto.sh) S 5694 5696 4914 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 520146409 8908800 252 33554432000 4194304 4922060 140735003250128 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5696/statm: 2175 252 211 178 0 68 0
[pid=5697] ppid=5696 vsize=306964 CPUtime=11.78 cores=0,2,4,6
/proc/5697/stat : 5697 (priss) S 5696 5696 4914 0 -1 4202496 37070 0 0 0 1160 18 0 0 18 0 5 0 520146409 314331136 17261 33554432000 4194304 5787044 140735252510368 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5697/statm: 76741 17261 350 389 0 72491 0
[pid=5697/tid=5699] ppid=5696 vsize=306964 CPUtime=2.9 cores=0,2,4,6
/proc/5697/task/5699/stat : 5699 (priss) R 5696 5696 4914 0 -1 4202560 6725 0 0 0 287 3 0 0 22 0 5 0 520146415 314331136 17261 33554432000 4194304 5787044 140735252510368 18446744073709551615 4336688 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5697/tid=5700] ppid=5696 vsize=306964 CPUtime=2.98 cores=0,2,4,6
/proc/5697/task/5700/stat : 5700 (priss) R 5696 5696 4914 0 -1 4202560 6621 0 0 0 297 1 0 0 20 0 5 0 520146417 314331136 17261 33554432000 4194304 5787044 140735252510368 18446744073709551615 4336234 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5697/tid=5701] ppid=5696 vsize=306964 CPUtime=2.88 cores=0,2,4,6
/proc/5697/task/5701/stat : 5701 (priss) R 5696 5696 4914 0 -1 4202560 6290 0 0 0 283 5 0 0 23 0 5 0 520146420 314331136 17261 33554432000 4194304 5787044 140735252510368 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5697/tid=5702] ppid=5696 vsize=306964 CPUtime=2.87 cores=0,2,4,6
/proc/5697/task/5702/stat : 5702 (priss) R 5696 5696 4914 0 -1 4202560 6477 0 0 0 282 5 0 0 20 0 5 0 520146423 314331136 17261 33554432000 4194304 5787044 140735252510368 18446744073709551615 4336234 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.78
Current children cumulated vsize (KiB) 315664

[startup+6.30042 s]
/proc/loadavg: 6.93 7.88 8.05 9/192 5718
/proc/meminfo: memFree=29570708/32951124 swapFree=67111352/67111528
[pid=5696] ppid=5694 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5696/stat : 5696 (prissAuto.sh) S 5694 5696 4914 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 520146409 8908800 252 33554432000 4194304 4922060 140735003250128 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5696/statm: 2175 252 211 178 0 68 0
[pid=5697] ppid=5696 vsize=308680 CPUtime=24.55 cores=0,2,4,6
/proc/5697/stat : 5697 (priss) S 5696 5696 4914 0 -1 4202496 39423 0 0 0 2437 18 0 0 18 0 5 0 520146409 316088320 19614 33554432000 4194304 5787044 140735252510368 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5697/statm: 77170 19614 352 389 0 72920 0
[pid=5697/tid=5699] ppid=5696 vsize=308680 CPUtime=6.11 cores=0,2,4,6
/proc/5697/task/5699/stat : 5699 (priss) R 5696 5696 4914 0 -1 4202560 7383 0 0 0 607 4 0 0 25 0 5 0 520146415 316088320 19614 33554432000 4194304 5787044 140735252510368 18446744073709551615 4336175 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5697/tid=5700] ppid=5696 vsize=308680 CPUtime=6.18 cores=0,2,4,6
/proc/5697/task/5700/stat : 5700 (priss) R 5696 5696 4914 0 -1 4202560 7276 0 0 0 617 1 0 0 25 0 5 0 520146417 316088320 19614 33554432000 4194304 5787044 140735252510368 18446744073709551615 4336759 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5697/tid=5701] ppid=5696 vsize=308680 CPUtime=6.06 cores=0,2,4,6
/proc/5697/task/5701/stat : 5701 (priss) R 5696 5696 4914 0 -1 4202560 6743 0 0 0 601 5 0 0 25 0 5 0 520146420 316088320 19614 33554432000 4194304 5787044 140735252510368 18446744073709551615 4336827 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5697/tid=5702] ppid=5696 vsize=308680 CPUtime=6.07 cores=0,2,4,6
/proc/5697/task/5702/stat : 5702 (priss) R 5696 5696 4914 0 -1 4202560 7064 0 0 0 602 5 0 0 25 0 5 0 520146423 316088320 19614 33554432000 4194304 5787044 140735252510368 18446744073709551615 4336688 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.55
Current children cumulated vsize (KiB) 317380

[startup+12.7012 s]
/proc/loadavg: 7.02 7.88 8.05 10/192 5718
/proc/meminfo: memFree=29529508/32951124 swapFree=67111352/67111528
[pid=5696] ppid=5694 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5696/stat : 5696 (prissAuto.sh) S 5694 5696 4914 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 520146409 8908800 252 33554432000 4194304 4922060 140735003250128 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5696/statm: 2175 252 211 178 0 68 0
[pid=5697] ppid=5696 vsize=316108 CPUtime=50.15 cores=0,2,4,6
/proc/5697/stat : 5697 (priss) S 5696 5696 4914 0 -1 4202496 62289 0 0 0 4992 23 0 0 18 0 5 0 520146409 323694592 27572 33554432000 4194304 5787044 140735252510368 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5697/statm: 79027 27572 404 389 0 74777 0
[pid=5697/tid=5699] ppid=5696 vsize=316108 CPUtime=12.51 cores=0,2,4,6
/proc/5697/task/5699/stat : 5699 (priss) R 5696 5696 4914 0 -1 4202560 15316 0 0 0 1245 6 0 0 21 0 5 0 520146415 323694592 27572 33554432000 4194304 5787044 140735252510368 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5697/tid=5700] ppid=5696 vsize=316108 CPUtime=12.58 cores=0,2,4,6
/proc/5697/task/5700/stat : 5700 (priss) R 5696 5696 4914 0 -1 4202560 14252 0 0 0 1256 2 0 0 25 0 5 0 520146417 323694592 27572 33554432000 4194304 5787044 140735252510368 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5697/tid=5701] ppid=5696 vsize=316108 CPUtime=12.43 cores=0,2,4,6
/proc/5697/task/5701/stat : 5701 (priss) R 5696 5696 4914 0 -1 4202560 12093 0 0 0 1237 6 0 0 25 0 5 0 520146420 323694592 27572 33554432000 4194304 5787044 140735252510368 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5697/tid=5702] ppid=5696 vsize=316108 CPUtime=12.48 cores=0,2,4,6
/proc/5697/task/5702/stat : 5702 (priss) R 5696 5696 4914 0 -1 4202560 9671 0 0 0 1242 6 0 0 25 0 5 0 520146423 323694592 27572 33554432000 4194304 5787044 140735252510368 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.15
Current children cumulated vsize (KiB) 324808

[startup+25.5009 s]
/proc/loadavg: 7.30 7.90 8.05 10/192 5718
/proc/meminfo: memFree=29445600/32951124 swapFree=67111352/67111528
[pid=5696] ppid=5694 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5696/stat : 5696 (prissAuto.sh) S 5694 5696 4914 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 520146409 8908800 252 33554432000 4194304 4922060 140735003250128 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5696/statm: 2175 252 211 178 0 68 0
[pid=5697] ppid=5696 vsize=325780 CPUtime=101.25 cores=0,2,4,6
/proc/5697/stat : 5697 (priss) S 5696 5696 4914 0 -1 4202496 75202 0 0 0 10099 26 0 0 18 0 5 0 520146409 333598720 34912 33554432000 4194304 5787044 140735252510368 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5697/statm: 81445 34912 417 389 0 77195 0
[pid=5697/tid=5699] ppid=5696 vsize=325780 CPUtime=25.3 cores=0,2,4,6
/proc/5697/task/5699/stat : 5699 (priss) R 5696 5696 4914 0 -1 4202560 17660 0 0 0 2523 7 0 0 25 0 5 0 520146415 333598720 34912 33554432000 4194304 5787044 140735252510368 18446744073709551615 4238911 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5697/tid=5700] ppid=5696 vsize=325780 CPUtime=25.38 cores=0,2,4,6
/proc/5697/task/5700/stat : 5700 (priss) R 5696 5696 4914 0 -1 4202560 15657 0 0 0 2535 3 0 0 25 0 5 0 520146417 333598720 34912 33554432000 4194304 5787044 140735252510368 18446744073709551615 255389127349 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5697/tid=5701] ppid=5696 vsize=325780 CPUtime=25.16 cores=0,2,4,6
/proc/5697/task/5701/stat : 5701 (priss) R 5696 5696 4914 0 -1 4202560 13461 0 0 0 2510 6 0 0 25 0 5 0 520146420 333598720 34912 33554432000 4194304 5787044 140735252510368 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5697/tid=5702] ppid=5696 vsize=325780 CPUtime=25.27 cores=0,2,4,6
/proc/5697/task/5702/stat : 5702 (priss) R 5696 5696 4914 0 -1 4202560 17467 0 0 0 2519 8 0 0 25 0 5 0 520146423 333598720 34912 33554432000 4194304 5787044 140735252510368 18446744073709551615 4508388 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.25
Current children cumulated vsize (KiB) 334480

[startup+51.1011 s]
/proc/loadavg: 7.60 7.92 8.05 9/192 5719
/proc/meminfo: memFree=29357284/32951124 swapFree=67111352/67111528
[pid=5696] ppid=5694 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5696/stat : 5696 (prissAuto.sh) S 5694 5696 4914 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 520146409 8908800 252 33554432000 4194304 4922060 140735003250128 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5696/statm: 2175 252 211 178 0 68 0
[pid=5697] ppid=5696 vsize=343672 CPUtime=203.49 cores=0,2,4,6
/proc/5697/stat : 5697 (priss) S 5696 5696 4914 0 -1 4202496 86172 0 0 0 20318 31 0 0 18 0 5 0 520146409 351920128 45879 33554432000 4194304 5787044 140735252510368 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5697/statm: 85918 45879 417 389 0 81668 0
[pid=5697/tid=5699] ppid=5696 vsize=343672 CPUtime=50.89 cores=0,2,4,6
/proc/5697/task/5699/stat : 5699 (priss) R 5696 5696 4914 0 -1 4202560 19875 0 0 0 5082 7 0 0 25 0 5 0 520146415 351920128 45879 33554432000 4194304 5787044 140735252510368 18446744073709551615 5590449 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5697/tid=5700] ppid=5696 vsize=343672 CPUtime=50.97 cores=0,2,4,6
/proc/5697/task/5700/stat : 5700 (priss) R 5696 5696 4914 0 -1 4202560 17798 0 0 0 5093 4 0 0 25 0 5 0 520146417 351920128 45879 33554432000 4194304 5787044 140735252510368 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5697/tid=5701] ppid=5696 vsize=343672 CPUtime=50.62 cores=0,2,4,6
/proc/5697/task/5701/stat : 5701 (priss) R 5696 5696 4914 0 -1 4202560 16865 0 0 0 5054 8 0 0 25 0 5 0 520146420 351920128 45879 33554432000 4194304 5787044 140735252510368 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5697/tid=5702] ppid=5696 vsize=343672 CPUtime=50.87 cores=0,2,4,6
/proc/5697/task/5702/stat : 5702 (priss) R 5696 5696 4914 0 -1 4202560 20677 0 0 0 5078 9 0 0 25 0 5 0 520146423 351920128 45879 33554432000 4194304 5787044 140735252510368 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.49
Current children cumulated vsize (KiB) 352372

[startup+102.301 s]
/proc/loadavg: 7.93 7.96 8.06 10/192 5720
/proc/meminfo: memFree=29216540/32951124 swapFree=67111352/67111528
[pid=5696] ppid=5694 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5696/stat : 5696 (prissAuto.sh) S 5694 5696 4914 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 520146409 8908800 252 33554432000 4194304 4922060 140735003250128 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5696/statm: 2175 252 211 178 0 68 0
[pid=5697] ppid=5696 vsize=366636 CPUtime=407.99 cores=0,2,4,6
/proc/5697/stat : 5697 (priss) S 5696 5696 4914 0 -1 4202496 103014 0 0 0 40752 47 0 0 18 0 5 0 520146409 375435264 62559 33554432000 4194304 5787044 140735252510368 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5697/statm: 91659 62559 417 389 0 87409 0
[pid=5697/tid=5699] ppid=5696 vsize=366636 CPUtime=102.09 cores=0,2,4,6
/proc/5697/task/5699/stat : 5699 (priss) R 5696 5696 4914 0 -1 4202560 24072 0 0 0 10197 12 0 0 25 0 5 0 520146415 375435264 62559 33554432000 4194304 5787044 140735252510368 18446744073709551615 5591195 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5697/tid=5700] ppid=5696 vsize=366636 CPUtime=102.16 cores=0,2,4,6
/proc/5697/task/5700/stat : 5700 (priss) R 5696 5696 4914 0 -1 4202560 21965 0 0 0 10208 8 0 0 25 0 5 0 520146417 375435264 62559 33554432000 4194304 5787044 140735252510368 18446744073709551615 5591252 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5697/tid=5701] ppid=5696 vsize=366636 CPUtime=101.53 cores=0,2,4,6
/proc/5697/task/5701/stat : 5701 (priss) R 5696 5696 4914 0 -1 4202560 20476 0 0 0 10144 9 0 0 25 0 5 0 520146420 375435264 62559 33554432000 4194304 5787044 140735252510368 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5697/tid=5702] ppid=5696 vsize=366636 CPUtime=102.07 cores=0,2,4,6
/proc/5697/task/5702/stat : 5702 (priss) R 5696 5696 4914 0 -1 4202560 25544 0 0 0 10192 15 0 0 25 0 5 0 520146423 375435264 62559 33554432000 4194304 5787044 140735252510368 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 407.99
Current children cumulated vsize (KiB) 375336

[startup+162.301 s]
/proc/loadavg: 8.09 8.00 8.06 9/192 5722
/proc/meminfo: memFree=29122408/32951124 swapFree=67111352/67111528
[pid=5696] ppid=5694 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5696/stat : 5696 (prissAuto.sh) S 5694 5696 4914 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 520146409 8908800 252 33554432000 4194304 4922060 140735003250128 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5696/statm: 2175 252 211 178 0 68 0
[pid=5697] ppid=5696 vsize=447512 CPUtime=647.67 cores=0,2,4,6

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

/proc/5697/task/5700/stat : 5700 (priss) R 5696 5696 4914 0 -1 4202560 50746 0 0 0 82146 52 0 0 25 0 5 0 520146417 938901504 172005 33554432000 4194304 5787044 140735252510368 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5697/tid=5701] ppid=5696 vsize=916896 CPUtime=817.58 cores=0,2,4,6
/proc/5697/task/5701/stat : 5701 (priss) R 5696 5696 4914 0 -1 4202560 46487 0 0 0 81729 29 0 0 25 0 5 0 520146420 938901504 172005 33554432000 4194304 5787044 140735252510368 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5697/tid=5702] ppid=5696 vsize=916896 CPUtime=821.39 cores=0,2,4,6
/proc/5697/task/5702/stat : 5702 (priss) R 5696 5696 4914 0 -1 4202560 53221 0 0 0 82093 46 0 0 25 0 5 0 520146423 938901504 172005 33554432000 4194304 5787044 140735252510368 18446744073709551615 4220688 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3283.11
Current children cumulated vsize (KiB) 925596

[startup+882.301 s]
/proc/loadavg: 8.34 8.22 8.12 11/192 5753
/proc/meminfo: memFree=28277408/32951124 swapFree=67111352/67111528
[pid=5696] ppid=5694 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5696/stat : 5696 (prissAuto.sh) S 5694 5696 4914 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 520146409 8908800 252 33554432000 4194304 4922060 140735003250128 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5696/statm: 2175 252 211 178 0 68 0
[pid=5697] ppid=5696 vsize=923372 CPUtime=3522.75 cores=0,2,4,6
/proc/5697/stat : 5697 (priss) S 5696 5696 4914 0 -1 4202496 221205 0 0 0 352080 195 0 0 18 0 5 0 520146409 945532928 178966 33554432000 4194304 5787044 140735252510368 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5697/statm: 230843 178966 417 389 0 226593 0
[pid=5697/tid=5699] ppid=5696 vsize=923372 CPUtime=882 cores=0,2,4,6
/proc/5697/task/5699/stat : 5699 (priss) R 5696 5696 4914 0 -1 4202560 53841 0 0 0 88143 57 0 0 25 0 5 0 520146415 945532928 178966 33554432000 4194304 5787044 140735252510368 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5697/tid=5700] ppid=5696 vsize=923372 CPUtime=881.97 cores=0,2,4,6
/proc/5697/task/5700/stat : 5700 (priss) R 5696 5696 4914 0 -1 4202560 51936 0 0 0 88143 54 0 0 25 0 5 0 520146417 945532928 178966 33554432000 4194304 5787044 140735252510368 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5697/tid=5701] ppid=5696 vsize=923372 CPUtime=877.25 cores=0,2,4,6
/proc/5697/task/5701/stat : 5701 (priss) R 5696 5696 4914 0 -1 4202560 47649 0 0 0 87695 30 0 0 25 0 5 0 520146420 945532928 178966 33554432000 4194304 5787044 140735252510368 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5697/tid=5702] ppid=5696 vsize=923372 CPUtime=881.39 cores=0,2,4,6
/proc/5697/task/5702/stat : 5702 (priss) R 5696 5696 4914 0 -1 4202560 56822 0 0 0 88087 52 0 0 25 0 5 0 520146423 945532928 178966 33554432000 4194304 5787044 140735252510368 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3522.75
Current children cumulated vsize (KiB) 932072

[startup+942.307 s]
/proc/loadavg: 8.33 8.24 8.13 10/192 5755
/proc/meminfo: memFree=28230632/32951124 swapFree=67111352/67111528
[pid=5696] ppid=5694 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5696/stat : 5696 (prissAuto.sh) S 5694 5696 4914 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 520146409 8908800 252 33554432000 4194304 4922060 140735003250128 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5696/statm: 2175 252 211 178 0 68 0
[pid=5697] ppid=5696 vsize=937416 CPUtime=3762.45 cores=0,2,4,6
/proc/5697/stat : 5697 (priss) S 5696 5696 4914 0 -1 4202496 228139 0 0 0 376042 203 0 0 18 0 5 0 520146409 959913984 185900 33554432000 4194304 5787044 140735252510368 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5697/statm: 234354 185900 417 389 0 230104 0
[pid=5697/tid=5699] ppid=5696 vsize=937416 CPUtime=942 cores=0,2,4,6
/proc/5697/task/5699/stat : 5699 (priss) R 5696 5696 4914 0 -1 4202560 53841 0 0 0 94143 57 0 0 25 0 5 0 520146415 959913984 185900 33554432000 4194304 5787044 140735252510368 18446744073709551615 5591328 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5697/tid=5700] ppid=5696 vsize=937416 CPUtime=941.98 cores=0,2,4,6
/proc/5697/task/5700/stat : 5700 (priss) R 5696 5696 4914 0 -1 4202560 51936 0 0 0 94144 54 0 0 25 0 5 0 520146417 959913984 185900 33554432000 4194304 5787044 140735252510368 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5697/tid=5701] ppid=5696 vsize=937416 CPUtime=936.93 cores=0,2,4,6
/proc/5697/task/5701/stat : 5701 (priss) R 5696 5696 4914 0 -1 4202560 51184 0 0 0 93662 31 0 0 25 0 5 0 520146420 959913984 185900 33554432000 4194304 5787044 140735252510368 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5697/tid=5702] ppid=5696 vsize=937416 CPUtime=941.39 cores=0,2,4,6
/proc/5697/task/5702/stat : 5702 (priss) R 5696 5696 4914 0 -1 4202560 60221 0 0 0 94081 58 0 0 25 0 5 0 520146423 959913984 185900 33554432000 4194304 5787044 140735252510368 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3762.45
Current children cumulated vsize (KiB) 946116

[startup+1002.3 s]
/proc/loadavg: 8.27 8.24 8.14 10/192 5756
/proc/meminfo: memFree=28190684/32951124 swapFree=67111352/67111528
[pid=5696] ppid=5694 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5696/stat : 5696 (prissAuto.sh) S 5694 5696 4914 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 520146409 8908800 252 33554432000 4194304 4922060 140735003250128 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5696/statm: 2175 252 211 178 0 68 0
[pid=5697] ppid=5696 vsize=952112 CPUtime=4002.09 cores=0,2,4,6
/proc/5697/stat : 5697 (priss) S 5696 5696 4914 0 -1 4202496 234813 0 0 0 399999 210 0 0 18 0 5 0 520146409 974962688 192349 33554432000 4194304 5787044 140735252510368 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5697/statm: 238028 192349 417 389 0 233778 0
[pid=5697/tid=5699] ppid=5696 vsize=952112 CPUtime=1001.99 cores=0,2,4,6
/proc/5697/task/5699/stat : 5699 (priss) R 5696 5696 4914 0 -1 4202560 53845 0 0 0 100142 57 0 0 25 0 5 0 520146415 974962688 192349 33554432000 4194304 5787044 140735252510368 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5697/tid=5700] ppid=5696 vsize=952112 CPUtime=1001.97 cores=0,2,4,6
/proc/5697/task/5700/stat : 5700 (priss) R 5696 5696 4914 0 -1 4202560 51937 0 0 0 100143 54 0 0 25 0 5 0 520146417 974962688 192349 33554432000 4194304 5787044 140735252510368 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5697/tid=5701] ppid=5696 vsize=952112 CPUtime=996.6 cores=0,2,4,6
/proc/5697/task/5701/stat : 5701 (priss) R 5696 5696 4914 0 -1 4202560 54859 0 0 0 99626 34 0 0 25 0 5 0 520146420 974962688 192349 33554432000 4194304 5787044 140735252510368 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5697/tid=5702] ppid=5696 vsize=952112 CPUtime=1001.38 cores=0,2,4,6
/proc/5697/task/5702/stat : 5702 (priss) R 5696 5696 4914 0 -1 4202560 63215 0 0 0 100076 62 0 0 25 0 5 0 520146423 974962688 192349 33554432000 4194304 5787044 140735252510368 18446744073709551615 4238741 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4002.09
Current children cumulated vsize (KiB) 960812

[startup+1062.3 s]
/proc/loadavg: 8.17 8.21 8.13 10/192 5758
/proc/meminfo: memFree=28162752/32951124 swapFree=67111352/67111528
[pid=5696] ppid=5694 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5696/stat : 5696 (prissAuto.sh) S 5694 5696 4914 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 520146409 8908800 252 33554432000 4194304 4922060 140735003250128 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5696/statm: 2175 252 211 178 0 68 0
[pid=5697] ppid=5696 vsize=966140 CPUtime=4241.76 cores=0,2,4,6
/proc/5697/stat : 5697 (priss) S 5696 5696 4914 0 -1 4202496 238376 0 0 0 423963 213 0 0 18 0 5 0 520146409 989327360 195912 33554432000 4194304 5787044 140735252510368 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5697/statm: 241535 195912 417 389 0 237285 0
[pid=5697/tid=5699] ppid=5696 vsize=966140 CPUtime=1061.98 cores=0,2,4,6
/proc/5697/task/5699/stat : 5699 (priss) R 5696 5696 4914 0 -1 4202560 53854 0 0 0 106141 57 0 0 25 0 5 0 520146415 989327360 195912 33554432000 4194304 5787044 140735252510368 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5697/tid=5700] ppid=5696 vsize=966140 CPUtime=1061.97 cores=0,2,4,6
/proc/5697/task/5700/stat : 5700 (priss) R 5696 5696 4914 0 -1 4202560 51946 0 0 0 106143 54 0 0 25 0 5 0 520146417 989327360 195912 33554432000 4194304 5787044 140735252510368 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5697/tid=5701] ppid=5696 vsize=966140 CPUtime=1056.26 cores=0,2,4,6
/proc/5697/task/5701/stat : 5701 (priss) R 5696 5696 4914 0 -1 4202560 58404 0 0 0 105590 36 0 0 25 0 5 0 520146420 989327360 195912 33554432000 4194304 5787044 140735252510368 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5697/tid=5702] ppid=5696 vsize=966140 CPUtime=1061.39 cores=0,2,4,6
/proc/5697/task/5702/stat : 5702 (priss) R 5696 5696 4914 0 -1 4202560 63215 0 0 0 106077 62 0 0 25 0 5 0 520146423 989327360 195912 33554432000 4194304 5787044 140735252510368 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4241.76
Current children cumulated vsize (KiB) 974840

[startup+1122.3 s]
/proc/loadavg: 8.17 8.20 8.13 10/192 5759
/proc/meminfo: memFree=28147484/32951124 swapFree=67111352/67111528
[pid=5696] ppid=5694 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5696/stat : 5696 (prissAuto.sh) S 5694 5696 4914 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 520146409 8908800 252 33554432000 4194304 4922060 140735003250128 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5696/statm: 2175 252 211 178 0 68 0
[pid=5697] ppid=5696 vsize=979300 CPUtime=4481.43 cores=0,2,4,6
/proc/5697/stat : 5697 (priss) S 5696 5696 4914 0 -1 4202496 241508 0 0 0 447928 215 0 0 18 0 5 0 520146409 1002803200 199044 33554432000 4194304 5787044 140735252510368 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5697/statm: 244825 199044 417 389 0 240575 0
[pid=5697/tid=5699] ppid=5696 vsize=979300 CPUtime=1121.98 cores=0,2,4,6
/proc/5697/task/5699/stat : 5699 (priss) R 5696 5696 4914 0 -1 4202560 53876 0 0 0 112141 57 0 0 25 0 5 0 520146415 1002803200 199044 33554432000 4194304 5787044 140735252510368 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5697/tid=5700] ppid=5696 vsize=979300 CPUtime=1121.97 cores=0,2,4,6
/proc/5697/task/5700/stat : 5700 (priss) R 5696 5696 4914 0 -1 4202560 51954 0 0 0 112143 54 0 0 25 0 5 0 520146417 1002803200 199044 33554432000 4194304 5787044 140735252510368 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5697/tid=5701] ppid=5696 vsize=979300 CPUtime=1115.94 cores=0,2,4,6
/proc/5697/task/5701/stat : 5701 (priss) R 5696 5696 4914 0 -1 4202560 60478 0 0 0 111556 38 0 0 25 0 5 0 520146420 1002803200 199044 33554432000 4194304 5787044 140735252510368 18446744073709551615 5576446 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5697/tid=5702] ppid=5696 vsize=979300 CPUtime=1121.39 cores=0,2,4,6
/proc/5697/task/5702/stat : 5702 (priss) R 5696 5696 4914 0 -1 4202560 64243 0 0 0 112076 63 0 0 25 0 5 0 520146423 1002803200 199044 33554432000 4194304 5787044 140735252510368 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4481.43
Current children cumulated vsize (KiB) 988000

[startup+1182.3 s]
/proc/loadavg: 8.12 8.17 8.12 9/192 5761
/proc/meminfo: memFree=28138888/32951124 swapFree=67111352/67111528
[pid=5696] ppid=5694 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5696/stat : 5696 (prissAuto.sh) S 5694 5696 4914 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 520146409 8908800 252 33554432000 4194304 4922060 140735003250128 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5696/statm: 2175 252 211 178 0 68 0
[pid=5697] ppid=5696 vsize=979300 CPUtime=4721.1 cores=0,2,4,6
/proc/5697/stat : 5697 (priss) S 5696 5696 4914 0 -1 4202496 243622 0 0 0 471891 219 0 0 18 0 5 0 520146409 1002803200 201158 33554432000 4194304 5787044 140735252510368 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5697/statm: 244825 201158 417 389 0 240575 0
[pid=5697/tid=5699] ppid=5696 vsize=979300 CPUtime=1181.97 cores=0,2,4,6
/proc/5697/task/5699/stat : 5699 (priss) R 5696 5696 4914 0 -1 4202560 54902 0 0 0 118138 59 0 0 25 0 5 0 520146415 1002803200 201158 33554432000 4194304 5787044 140735252510368 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5697/tid=5700] ppid=5696 vsize=979300 CPUtime=1181.97 cores=0,2,4,6
/proc/5697/task/5700/stat : 5700 (priss) R 5696 5696 4914 0 -1 4202560 53040 0 0 0 118141 56 0 0 25 0 5 0 520146417 1002803200 201158 33554432000 4194304 5787044 140735252510368 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5697/tid=5701] ppid=5696 vsize=979300 CPUtime=1175.61 cores=0,2,4,6
/proc/5697/task/5701/stat : 5701 (priss) R 5696 5696 4914 0 -1 4202560 60478 0 0 0 117523 38 0 0 25 0 5 0 520146420 1002803200 201158 33554432000 4194304 5787044 140735252510368 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5697/tid=5702] ppid=5696 vsize=979300 CPUtime=1181.39 cores=0,2,4,6
/proc/5697/task/5702/stat : 5702 (priss) R 5696 5696 4914 0 -1 4202560 64245 0 0 0 118076 63 0 0 25 0 5 0 520146423 1002803200 201158 33554432000 4194304 5787044 140735252510368 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4721.1
Current children cumulated vsize (KiB) 988000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.1 s]
/proc/loadavg: 8.08 8.16 8.12 9/192 5761
/proc/meminfo: memFree=28129816/32951124 swapFree=67111352/67111528
[pid=5696] ppid=5694 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5696/stat : 5696 (prissAuto.sh) S 5694 5696 4914 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 520146409 8908800 252 33554432000 4194304 4922060 140735003250128 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5696/statm: 2175 252 211 178 0 68 0
[pid=5697] ppid=5696 vsize=979300 CPUtime=4800.21 cores=0,2,4,6
/proc/5697/stat : 5697 (priss) S 5696 5696 4914 0 -1 4202496 245739 0 0 0 479798 223 0 0 18 0 5 0 520146409 1002803200 203275 33554432000 4194304 5787044 140735252510368 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5697/statm: 244825 203275 417 389 0 240575 0
[pid=5697/tid=5699] ppid=5696 vsize=979300 CPUtime=1201.78 cores=0,2,4,6
/proc/5697/task/5699/stat : 5699 (priss) R 5696 5696 4914 0 -1 4202560 55908 0 0 0 120116 62 0 0 25 0 5 0 520146415 1002803200 203275 33554432000 4194304 5787044 140735252510368 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5697/tid=5700] ppid=5696 vsize=979300 CPUtime=1201.78 cores=0,2,4,6
/proc/5697/task/5700/stat : 5700 (priss) R 5696 5696 4914 0 -1 4202560 54148 0 0 0 120120 58 0 0 25 0 5 0 520146417 1002803200 203275 33554432000 4194304 5787044 140735252510368 18446744073709551615 5591535 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5697/tid=5701] ppid=5696 vsize=979300 CPUtime=1195.31 cores=0,2,4,6
/proc/5697/task/5701/stat : 5701 (priss) R 5696 5696 4914 0 -1 4202560 60478 0 0 0 119493 38 0 0 25 0 5 0 520146420 1002803200 203275 33554432000 4194304 5787044 140735252510368 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5697/tid=5702] ppid=5696 vsize=979300 CPUtime=1201.2 cores=0,2,4,6
/proc/5697/task/5702/stat : 5702 (priss) R 5696 5696 4914 0 -1 4202560 64248 0 0 0 120057 63 0 0 25 0 5 0 520146423 1002803200 203276 33554432000 4194304 5787044 140735252510368 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 988000

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

Real time (s): 1202.12
CPU time (s): 4800.21
CPU user time (s): 4797.98
CPU system time (s): 2.23
CPU usage (%): 399.312
Max. virtual memory (cumulated for all children) (KiB): 988000

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= 332
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 3

runsolver used 1.77173 second user time and 4.79427 second system time

The end

Launcher Data

Begin job on node135 at 2011-04-29 15:58:05
IDJOB=3251425
IDBENCH=88222
IDSOLVER=1602
FILE ID=node135/3251425-1304085485
RUNJOBID= node135-1304085485-5686
PBS_JOBID= 13170518
Free space on /tmp= 71120 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m42-q663-n40-p30-s67876261.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251425-1304085485/watcher-3251425-1304085485 -o /tmp/evaluation-result-3251425-1304085485/solver-3251425-1304085485 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3251425-1304085485.cnf 960983779 4800 15500 4

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

MD5SUM BENCH= ed0227339111fb337104188c725538d0
RANDOM SEED=960983779

node135.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.851
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.70
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.851
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.83
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.851
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.851
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	: 6640.14
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.851
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.78
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.851
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.851
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.74
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.851
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29734136 kB
Buffers:        906152 kB
Cached:        1727908 kB
SwapCached:        172 kB
Active:         114312 kB
Inactive:      2585308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29734136 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:            4420 kB
Writeback:           0 kB
AnonPages:       64816 kB
Mapped:          14408 kB
Slab:           453552 kB
PageTables:       4752 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   192284 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= 71112 MiB
End job on node135 at 2011-04-29 16:18:10