Trace number 3263924

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 1.0? (TO) 4800.18 1201.72

General information on the benchmark

NameSAT03/handmade/markstrom/UNSATISFIABLE/
mm-2x2-6-6-s.1.shuffled-as.sat03-1499.cnf
MD5SUM5fbbe7100f38217499e8b5ea555a4e4d
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark201.305
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses2576
Sum of the clauses size8480
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2400
Number of clauses of size 31536
Number of clauses of size 4128
Number of clauses of size 5512
Number of clauses of size over 50

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: 29030
0.00/0.00	c parsetime: 855us
0.00/0.00	c parsed 2576 clauses with 400 variables
0.00/0.00	c NW started thread 0 successfully (1101527360)
0.00/0.00	c NW started thread 1 successfully (1112017216)
0.00/0.00	c NW started thread 2 successfully (1122507072)
0.00/0.00	c NW started thread 3 successfully (1132996928)
0.00/0.92	c preprocessor returned 10012 variables
0.00/0.92	c preprocessing returned UNKNOWN
0.00/0.92	c PP set 0 variables
0.00/0.92	c pp time: 917024us (0s)
0.00/0.92	c preprocessor returned 10012 variables
0.00/0.92	c preprocessing returned UNKNOWN
0.00/0.92	c PP set 0 variables
0.00/0.92	c pp time: 917802us (0s)
0.00/0.92	c preprocessor returned 10012 variables
0.00/0.92	c preprocessing returned UNKNOWN
0.00/0.92	c PP set 0 variables
0.00/0.92	c pp time: 918139us (0s)
45.90/11.57	c preprocessor returned 30040 variables
45.90/11.57	c preprocessing returned UNKNOWN
45.90/11.57	c PP set 0 variables
45.90/11.57	c pp time: 11567154us (11s)
187.69/47.09	c added unsatisfied clause
187.69/47.09	c failed to add network clauses

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-3263924-1304066029/watcher-3263924-1304066029 -o /tmp/evaluation-result-3263924-1304066029/solver-3263924-1304066029 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3263924-1304066029.cnf 79166965 4800 15500 4 

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

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


[startup+0 s]
/proc/loadavg: 8.04 8.10 8.03 5/182 29029
/proc/meminfo: memFree=13970620/32950928 swapFree=67111528/67111528
[pid=29029] ppid=29027 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29029/stat : 29029 (priss.sh) S 29027 29029 28330 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596833580 8908800 252 33554432000 4194304 4922060 140734079681296 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29029/statm: 2175 252 211 178 0 68 0

[startup+0.113336 s]
/proc/loadavg: 8.04 8.10 8.03 5/182 29029
/proc/meminfo: memFree=13970620/32950928 swapFree=67111528/67111528
[pid=29029] ppid=29027 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29029/stat : 29029 (priss.sh) S 29027 29029 28330 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596833580 8908800 252 33554432000 4194304 4922060 140734079681296 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29029/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.213317 s]
/proc/loadavg: 8.04 8.10 8.03 5/182 29029
/proc/meminfo: memFree=13970620/32950928 swapFree=67111528/67111528
[pid=29029] ppid=29027 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29029/stat : 29029 (priss.sh) S 29027 29029 28330 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596833580 8908800 252 33554432000 4194304 4922060 140734079681296 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29029/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.313299 s]
/proc/loadavg: 8.04 8.10 8.03 5/182 29029
/proc/meminfo: memFree=13970620/32950928 swapFree=67111528/67111528
[pid=29029] ppid=29027 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29029/stat : 29029 (priss.sh) S 29027 29029 28330 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596833580 8908800 252 33554432000 4194304 4922060 140734079681296 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29029/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700232 s]
/proc/loadavg: 8.04 8.10 8.03 5/182 29029
/proc/meminfo: memFree=13970620/32950928 swapFree=67111528/67111528
[pid=29029] ppid=29027 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29029/stat : 29029 (priss.sh) S 29027 29029 28330 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596833580 8908800 252 33554432000 4194304 4922060 140734079681296 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29029/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50109 s]
/proc/loadavg: 8.04 8.10 8.03 9/188 29035
/proc/meminfo: memFree=13944408/32950928 swapFree=67111528/67111528
[pid=29029] ppid=29027 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29029/stat : 29029 (priss.sh) S 29027 29029 28330 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596833580 8908800 252 33554432000 4194304 4922060 140734079681296 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29029/statm: 2175 252 211 178 0 68 0
[pid=29030] ppid=29029 vsize=276572 CPUtime=5.96 cores=1,3,5,7
/proc/29030/stat : 29030 (priss) S 29029 29029 28330 0 -1 4202496 7851 0 0 0 594 2 0 0 18 0 5 0 596833580 283209728 7058 33554432000 4194304 5787044 140735759794112 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/29030/statm: 69143 7058 405 389 0 64893 0
[pid=29030/tid=29032] ppid=29029 vsize=276572 CPUtime=1.48 cores=1,3,5,7
/proc/29030/task/29032/stat : 29032 (priss) R 29029 29029 28330 0 -1 4202560 1638 0 0 0 148 0 0 0 20 0 5 0 596833581 283209728 7058 33554432000 4194304 5787044 140735759794112 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29030/tid=29033] ppid=29029 vsize=276572 CPUtime=1.48 cores=1,3,5,7
/proc/29030/task/29033/stat : 29033 (priss) R 29029 29029 28330 0 -1 4202560 1194 0 0 0 148 0 0 0 24 0 5 0 596833581 283209728 7058 33554432000 4194304 5787044 140735759794112 18446744073709551615 5592160 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29030/tid=29034] ppid=29029 vsize=276572 CPUtime=1.48 cores=1,3,5,7
/proc/29030/task/29034/stat : 29034 (priss) R 29029 29029 28330 0 -1 4202560 1472 0 0 0 148 0 0 0 24 0 5 0 596833581 283209728 7058 33554432000 4194304 5787044 140735759794112 18446744073709551615 218880222976 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29030/tid=29035] ppid=29029 vsize=276572 CPUtime=1.48 cores=1,3,5,7
/proc/29030/task/29035/stat : 29035 (priss) R 29029 29029 28330 0 -1 4202560 2039 0 0 0 148 0 0 0 23 0 5 0 596833581 283209728 7058 33554432000 4194304 5787044 140735759794112 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 285272

[startup+3.10082 s]
/proc/loadavg: 8.04 8.10 8.03 9/188 29035
/proc/meminfo: memFree=13941328/32950928 swapFree=67111528/67111528
[pid=29029] ppid=29027 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29029/stat : 29029 (priss.sh) S 29027 29029 28330 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596833580 8908800 252 33554432000 4194304 4922060 140734079681296 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29029/statm: 2175 252 211 178 0 68 0
[pid=29030] ppid=29029 vsize=276572 CPUtime=12.36 cores=1,3,5,7
/proc/29030/stat : 29030 (priss) S 29029 29029 28330 0 -1 4202496 8395 0 0 0 1233 3 0 0 18 0 5 0 596833580 283209728 7602 33554432000 4194304 5787044 140735759794112 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/29030/statm: 69143 7602 405 389 0 64893 0
[pid=29030/tid=29032] ppid=29029 vsize=276572 CPUtime=3.08 cores=1,3,5,7
/proc/29030/task/29032/stat : 29032 (priss) R 29029 29029 28330 0 -1 4202560 1931 0 0 0 308 0 0 0 25 0 5 0 596833581 283209728 7602 33554432000 4194304 5787044 140735759794112 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29030/tid=29033] ppid=29029 vsize=276572 CPUtime=3.08 cores=1,3,5,7
/proc/29030/task/29033/stat : 29033 (priss) R 29029 29029 28330 0 -1 4202560 1194 0 0 0 308 0 0 0 25 0 5 0 596833581 283209728 7602 33554432000 4194304 5787044 140735759794112 18446744073709551615 5590446 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29030/tid=29034] ppid=29029 vsize=276572 CPUtime=3.09 cores=1,3,5,7
/proc/29030/task/29034/stat : 29034 (priss) R 29029 29029 28330 0 -1 4202560 1723 0 0 0 308 1 0 0 25 0 5 0 596833581 283209728 7602 33554432000 4194304 5787044 140735759794112 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29030/tid=29035] ppid=29029 vsize=276572 CPUtime=3.07 cores=1,3,5,7
/proc/29030/task/29035/stat : 29035 (priss) R 29029 29029 28330 0 -1 4202560 2039 0 0 0 307 0 0 0 25 0 5 0 596833581 283209728 7602 33554432000 4194304 5787044 140735759794112 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 285272

[startup+6.30126 s]
/proc/loadavg: 8.04 8.09 8.03 9/188 29035
/proc/meminfo: memFree=13934260/32950928 swapFree=67111528/67111528
[pid=29029] ppid=29027 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29029/stat : 29029 (priss.sh) S 29027 29029 28330 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596833580 8908800 252 33554432000 4194304 4922060 140734079681296 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29029/statm: 2175 252 211 178 0 68 0
[pid=29030] ppid=29029 vsize=278328 CPUtime=25.14 cores=1,3,5,7
/proc/29030/stat : 29030 (priss) S 29029 29029 28330 0 -1 4202496 9688 0 0 0 2510 4 0 0 18 0 5 0 596833580 285007872 8895 33554432000 4194304 5787044 140735759794112 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/29030/statm: 69582 8895 405 389 0 65332 0
[pid=29030/tid=29032] ppid=29029 vsize=278328 CPUtime=6.29 cores=1,3,5,7
/proc/29030/task/29032/stat : 29032 (priss) R 29029 29029 28330 0 -1 4202560 2406 0 0 0 628 1 0 0 25 0 5 0 596833581 285007872 8895 33554432000 4194304 5787044 140735759794112 18446744073709551615 5591640 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29030/tid=29033] ppid=29029 vsize=278328 CPUtime=6.28 cores=1,3,5,7
/proc/29030/task/29033/stat : 29033 (priss) R 29029 29029 28330 0 -1 4202560 1600 0 0 0 628 0 0 0 25 0 5 0 596833581 285007872 8895 33554432000 4194304 5787044 140735759794112 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29030/tid=29034] ppid=29029 vsize=278328 CPUtime=6.28 cores=1,3,5,7
/proc/29030/task/29034/stat : 29034 (priss) R 29029 29029 28330 0 -1 4202560 2135 0 0 0 627 1 0 0 25 0 5 0 596833581 285007872 8895 33554432000 4194304 5787044 140735759794112 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29030/tid=29035] ppid=29029 vsize=278328 CPUtime=6.25 cores=1,3,5,7
/proc/29030/task/29035/stat : 29035 (priss) R 29029 29029 28330 0 -1 4202560 2039 0 0 0 625 0 0 0 25 0 5 0 596833581 285007872 8895 33554432000 4194304 5787044 140735759794112 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 287028

[startup+12.7011 s]
/proc/loadavg: 8.04 8.09 8.03 9/188 29036
/proc/meminfo: memFree=13916256/32950928 swapFree=67111528/67111528
[pid=29029] ppid=29027 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29029/stat : 29029 (priss.sh) S 29027 29029 28330 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596833580 8908800 252 33554432000 4194304 4922060 140734079681296 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29029/statm: 2175 252 211 178 0 68 0
[pid=29030] ppid=29029 vsize=286844 CPUtime=50.7 cores=1,3,5,7
/proc/29030/stat : 29030 (priss) S 29029 29029 28330 0 -1 4202496 13973 0 0 0 5064 6 0 0 18 0 5 0 596833580 293728256 12475 33554432000 4194304 5787044 140735759794112 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/29030/statm: 71711 12475 418 389 0 67461 0
[pid=29030/tid=29032] ppid=29029 vsize=286844 CPUtime=12.68 cores=1,3,5,7
/proc/29030/task/29032/stat : 29032 (priss) R 29029 29029 28330 0 -1 4202560 3925 0 0 0 1267 1 0 0 25 0 5 0 596833581 293728256 12475 33554432000 4194304 5787044 140735759794112 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29030/tid=29033] ppid=29029 vsize=286844 CPUtime=12.68 cores=1,3,5,7
/proc/29030/task/29033/stat : 29033 (priss) R 29029 29029 28330 0 -1 4202560 2143 0 0 0 1268 0 0 0 25 0 5 0 596833581 293728256 12475 33554432000 4194304 5787044 140735759794112 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29030/tid=29034] ppid=29029 vsize=286844 CPUtime=12.69 cores=1,3,5,7
/proc/29030/task/29034/stat : 29034 (priss) R 29029 29029 28330 0 -1 4202560 2664 0 0 0 1267 2 0 0 25 0 5 0 596833581 293728256 12475 33554432000 4194304 5787044 140735759794112 18446744073709551615 5591529 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29030/tid=29035] ppid=29029 vsize=286844 CPUtime=12.61 cores=1,3,5,7
/proc/29030/task/29035/stat : 29035 (priss) R 29029 29029 28330 0 -1 4202560 3733 0 0 0 1261 0 0 0 25 0 5 0 596833581 293728256 12475 33554432000 4194304 5787044 140735759794112 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 295544

[startup+25.5009 s]
/proc/loadavg: 8.03 8.09 8.03 9/188 29036
/proc/meminfo: memFree=13890840/32950928 swapFree=67111528/67111528
[pid=29029] ppid=29027 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29029/stat : 29029 (priss.sh) S 29027 29029 28330 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596833580 8908800 252 33554432000 4194304 4922060 140734079681296 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29029/statm: 2175 252 211 178 0 68 0
[pid=29030] ppid=29029 vsize=294832 CPUtime=101.81 cores=1,3,5,7
/proc/29030/stat : 29030 (priss) S 29029 29029 28330 0 -1 4202496 18919 0 0 0 10168 13 0 0 18 0 5 0 596833580 301907968 17420 33554432000 4194304 5787044 140735759794112 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/29030/statm: 73708 17420 418 389 0 69458 0
[pid=29030/tid=29032] ppid=29029 vsize=294832 CPUtime=25.48 cores=1,3,5,7
/proc/29030/task/29032/stat : 29032 (priss) R 29029 29029 28330 0 -1 4202560 4252 0 0 0 2546 2 0 0 25 0 5 0 596833581 301907968 17420 33554432000 4194304 5787044 140735759794112 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29030/tid=29033] ppid=29029 vsize=294832 CPUtime=25.48 cores=1,3,5,7
/proc/29030/task/29033/stat : 29033 (priss) R 29029 29029 28330 0 -1 4202560 2894 0 0 0 2546 2 0 0 25 0 5 0 596833581 301907968 17420 33554432000 4194304 5787044 140735759794112 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29030/tid=29034] ppid=29029 vsize=294832 CPUtime=25.48 cores=1,3,5,7
/proc/29030/task/29034/stat : 29034 (priss) R 29029 29029 28330 0 -1 4202560 3554 0 0 0 2544 4 0 0 25 0 5 0 596833581 301907968 17420 33554432000 4194304 5787044 140735759794112 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29030/tid=29035] ppid=29029 vsize=294832 CPUtime=25.34 cores=1,3,5,7
/proc/29030/task/29035/stat : 29035 (priss) R 29029 29029 28330 0 -1 4202560 6711 0 0 0 2530 4 0 0 25 0 5 0 596833581 301907968 17420 33554432000 4194304 5787044 140735759794112 18446744073709551615 5527194 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 303532

[startup+51.1005 s]
/proc/loadavg: 8.02 8.08 8.02 9/188 29037
/proc/meminfo: memFree=13866996/32950928 swapFree=67111528/67111528
[pid=29029] ppid=29027 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29029/stat : 29029 (priss.sh) S 29027 29029 28330 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596833580 8908800 252 33554432000 4194304 4922060 140734079681296 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29029/statm: 2175 252 211 178 0 68 0
[pid=29030] ppid=29029 vsize=303444 CPUtime=204.06 cores=1,3,5,7
/proc/29030/stat : 29030 (priss) S 29029 29029 28330 0 -1 4202496 23747 0 0 0 20386 20 0 0 18 0 5 0 596833580 310726656 22180 33554432000 4194304 5787044 140735759794112 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/29030/statm: 75861 22180 418 389 0 71611 0
[pid=29030/tid=29032] ppid=29029 vsize=303444 CPUtime=51.07 cores=1,3,5,7
/proc/29030/task/29032/stat : 29032 (priss) R 29029 29029 28330 0 -1 4202560 5318 0 0 0 5104 3 0 0 25 0 5 0 596833581 310726656 22180 33554432000 4194304 5787044 140735759794112 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29030/tid=29033] ppid=29029 vsize=303444 CPUtime=51.08 cores=1,3,5,7
/proc/29030/task/29033/stat : 29033 (priss) R 29029 29029 28330 0 -1 4202560 3974 0 0 0 5105 3 0 0 25 0 5 0 596833581 310726656 22180 33554432000 4194304 5787044 140735759794112 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29030/tid=29034] ppid=29029 vsize=303444 CPUtime=51.07 cores=1,3,5,7
/proc/29030/task/29034/stat : 29034 (priss) R 29029 29029 28330 0 -1 4202560 5229 0 0 0 5101 6 0 0 25 0 5 0 596833581 310726656 22180 33554432000 4194304 5787044 140735759794112 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29030/tid=29035] ppid=29029 vsize=303444 CPUtime=50.8 cores=1,3,5,7
/proc/29030/task/29035/stat : 29035 (priss) R 29029 29029 28330 0 -1 4202560 7718 0 0 0 5074 6 0 0 25 0 5 0 596833581 310726656 22180 33554432000 4194304 5787044 140735759794112 18446744073709551615 5527024 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.06
Current children cumulated vsize (KiB) 312144

[startup+102.301 s]
/proc/loadavg: 8.08 8.08 8.02 10/188 29038
/proc/meminfo: memFree=13841064/32950928 swapFree=67111528/67111528
[pid=29029] ppid=29027 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29029/stat : 29029 (priss.sh) S 29027 29029 28330 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596833580 8908800 252 33554432000 4194304 4922060 140734079681296 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29029/statm: 2175 252 211 178 0 68 0
[pid=29030] ppid=29029 vsize=311008 CPUtime=408.6 cores=1,3,5,7
/proc/29030/stat : 29030 (priss) S 29029 29029 28330 0 -1 4202496 29651 0 0 0 40833 27 0 0 18 0 5 0 596833580 318472192 27985 33554432000 4194304 5787044 140735759794112 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/29030/statm: 77752 27985 418 389 0 73502 0
[pid=29030/tid=29032] ppid=29029 vsize=311008 CPUtime=102.28 cores=1,3,5,7
/proc/29030/task/29032/stat : 29032 (priss) R 29029 29029 28330 0 -1 4202560 6923 0 0 0 10222 6 0 0 25 0 5 0 596833581 318472192 27985 33554432000 4194304 5787044 140735759794112 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29030/tid=29033] ppid=29029 vsize=311008 CPUtime=102.28 cores=1,3,5,7
/proc/29030/task/29033/stat : 29033 (priss) R 29029 29029 28330 0 -1 4202560 5060 0 0 0 10224 4 0 0 25 0 5 0 596833581 318472192 27985 33554432000 4194304 5787044 140735759794112 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29030/tid=29034] ppid=29029 vsize=311008 CPUtime=102.28 cores=1,3,5,7
/proc/29030/task/29034/stat : 29034 (priss) R 29029 29029 28330 0 -1 4202560 5943 0 0 0 10221 7 0 0 25 0 5 0 596833581 318472192 27985 33554432000 4194304 5787044 140735759794112 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29030/tid=29035] ppid=29029 vsize=311008 CPUtime=101.72 cores=1,3,5,7

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

/proc/29030/task/29033/stat : 29033 (priss) R 29029 29029 28330 0 -1 4202560 14297 0 0 0 82214 14 0 0 25 0 5 0 596833581 375975936 65427 33554432000 4194304 5787044 140735759794112 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29030/tid=29034] ppid=29029 vsize=367164 CPUtime=820.98 cores=1,3,5,7
/proc/29030/task/29034/stat : 29034 (priss) R 29029 29029 28330 0 -1 4202560 19233 0 0 0 82069 29 0 0 25 0 5 0 596833581 375975936 65427 33554432000 4194304 5787044 140735759794112 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29030/tid=29035] ppid=29029 vsize=367164 CPUtime=819.09 cores=1,3,5,7
/proc/29030/task/29035/stat : 29035 (priss) R 29029 29029 28330 0 -1 4202560 21245 0 0 0 81892 17 0 0 25 0 5 0 596833581 375975936 65427 33554432000 4194304 5787044 140735759794112 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3284.62
Current children cumulated vsize (KiB) 375864

[startup+882.307 s]
/proc/loadavg: 8.06 8.07 8.01 9/188 29191
/proc/meminfo: memFree=13702344/32950928 swapFree=67111528/67111528
[pid=29029] ppid=29027 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29029/stat : 29029 (priss.sh) S 29027 29029 28330 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596833580 8908800 252 33554432000 4194304 4922060 140734079681296 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29029/statm: 2175 252 211 178 0 68 0
[pid=29030] ppid=29029 vsize=367164 CPUtime=3524.32 cores=1,3,5,7
/proc/29030/stat : 29030 (priss) S 29029 29029 28330 0 -1 4202496 69411 0 0 0 352358 74 0 0 18 0 5 0 596833580 375975936 66838 33554432000 4194304 5787044 140735759794112 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/29030/statm: 91791 66838 419 389 0 87541 0
[pid=29030/tid=29032] ppid=29029 vsize=367164 CPUtime=882.26 cores=1,3,5,7
/proc/29030/task/29032/stat : 29032 (priss) R 29029 29029 28330 0 -1 4202560 11719 0 0 0 88216 10 0 0 25 0 5 0 596833581 375975936 66838 33554432000 4194304 5787044 140735759794112 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29030/tid=29033] ppid=29029 vsize=367164 CPUtime=882.28 cores=1,3,5,7
/proc/29030/task/29033/stat : 29033 (priss) R 29029 29029 28330 0 -1 4202560 14297 0 0 0 88214 14 0 0 25 0 5 0 596833581 375975936 66838 33554432000 4194304 5787044 140735759794112 18446744073709551615 5591573 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29030/tid=29034] ppid=29029 vsize=367164 CPUtime=880.65 cores=1,3,5,7
/proc/29030/task/29034/stat : 29034 (priss) R 29029 29029 28330 0 -1 4202560 20641 0 0 0 88033 32 0 0 25 0 5 0 596833581 375975936 66838 33554432000 4194304 5787044 140735759794112 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29030/tid=29035] ppid=29029 vsize=367164 CPUtime=879.09 cores=1,3,5,7
/proc/29030/task/29035/stat : 29035 (priss) R 29029 29029 28330 0 -1 4202560 21246 0 0 0 87892 17 0 0 25 0 5 0 596833581 375975936 66838 33554432000 4194304 5787044 140735759794112 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3524.32
Current children cumulated vsize (KiB) 375864

[startup+942.301 s]
/proc/loadavg: 8.05 8.07 8.01 10/188 29192
/proc/meminfo: memFree=13672316/32950928 swapFree=67111528/67111528
[pid=29029] ppid=29027 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29029/stat : 29029 (priss.sh) S 29027 29029 28330 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596833580 8908800 252 33554432000 4194304 4922060 140734079681296 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29029/statm: 2175 252 211 178 0 68 0
[pid=29030] ppid=29029 vsize=433056 CPUtime=3763.97 cores=1,3,5,7
/proc/29030/stat : 29030 (priss) S 29029 29029 28330 0 -1 4202496 70364 0 0 0 376322 75 0 0 18 0 5 0 596833580 443449344 67583 33554432000 4194304 5787044 140735759794112 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/29030/statm: 108264 67583 419 389 0 104014 0
[pid=29030/tid=29032] ppid=29029 vsize=433056 CPUtime=942.26 cores=1,3,5,7
/proc/29030/task/29032/stat : 29032 (priss) R 29029 29029 28330 0 -1 4202560 11756 0 0 0 94216 10 0 0 25 0 5 0 596833581 443449344 67583 33554432000 4194304 5787044 140735759794112 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29030/tid=29033] ppid=29029 vsize=433056 CPUtime=942.27 cores=1,3,5,7
/proc/29030/task/29033/stat : 29033 (priss) R 29029 29029 28330 0 -1 4202560 14377 0 0 0 94213 14 0 0 25 0 5 0 596833581 443449344 67583 33554432000 4194304 5787044 140735759794112 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29030/tid=29034] ppid=29029 vsize=433056 CPUtime=940.33 cores=1,3,5,7
/proc/29030/task/29034/stat : 29034 (priss) R 29029 29029 28330 0 -1 4202560 21472 0 0 0 94000 33 0 0 25 0 5 0 596833581 443449344 67583 33554432000 4194304 5787044 140735759794112 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29030/tid=29035] ppid=29029 vsize=433056 CPUtime=939.09 cores=1,3,5,7
/proc/29030/task/29035/stat : 29035 (priss) R 29029 29029 28330 0 -1 4202560 21251 0 0 0 93892 17 0 0 25 0 5 0 596833581 443449344 67583 33554432000 4194304 5787044 140735759794112 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3763.97
Current children cumulated vsize (KiB) 441756

[startup+1002.3 s]
/proc/loadavg: 8.09 8.07 8.01 9/188 29194
/proc/meminfo: memFree=13631008/32950928 swapFree=67111528/67111528
[pid=29029] ppid=29027 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29029/stat : 29029 (priss.sh) S 29027 29029 28330 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596833580 8908800 252 33554432000 4194304 4922060 140734079681296 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29029/statm: 2175 252 211 178 0 68 0
[pid=29030] ppid=29029 vsize=433584 CPUtime=4003.65 cores=1,3,5,7
/proc/29030/stat : 29030 (priss) S 29029 29029 28330 0 -1 4202496 70600 0 0 0 400289 76 0 0 18 0 5 0 596833580 443990016 67819 33554432000 4194304 5787044 140735759794112 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/29030/statm: 108396 67819 419 389 0 104146 0
[pid=29030/tid=29032] ppid=29029 vsize=433584 CPUtime=1002.26 cores=1,3,5,7
/proc/29030/task/29032/stat : 29032 (priss) R 29029 29029 28330 0 -1 4202560 11790 0 0 0 100216 10 0 0 25 0 5 0 596833581 443990016 67819 33554432000 4194304 5787044 140735759794112 18446744073709551615 5591640 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29030/tid=29033] ppid=29029 vsize=433584 CPUtime=1002.27 cores=1,3,5,7
/proc/29030/task/29033/stat : 29033 (priss) R 29029 29029 28330 0 -1 4202560 14437 0 0 0 100213 14 0 0 25 0 5 0 596833581 443990016 67819 33554432000 4194304 5787044 140735759794112 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29030/tid=29034] ppid=29029 vsize=433584 CPUtime=1000 cores=1,3,5,7
/proc/29030/task/29034/stat : 29034 (priss) R 29029 29029 28330 0 -1 4202560 21606 0 0 0 99967 33 0 0 25 0 5 0 596833581 443990016 67819 33554432000 4194304 5787044 140735759794112 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29030/tid=29035] ppid=29029 vsize=433584 CPUtime=999.09 cores=1,3,5,7
/proc/29030/task/29035/stat : 29035 (priss) R 29029 29029 28330 0 -1 4202560 21259 0 0 0 99892 17 0 0 25 0 5 0 596833581 443990016 67819 33554432000 4194304 5787044 140735759794112 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4003.65
Current children cumulated vsize (KiB) 442284

[startup+1062.3 s]
/proc/loadavg: 8.10 8.07 8.01 9/188 29196
/proc/meminfo: memFree=13579776/32950928 swapFree=67111528/67111528
[pid=29029] ppid=29027 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29029/stat : 29029 (priss.sh) S 29027 29029 28330 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596833580 8908800 252 33554432000 4194304 4922060 140734079681296 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29029/statm: 2175 252 211 178 0 68 0
[pid=29030] ppid=29029 vsize=442172 CPUtime=4243.33 cores=1,3,5,7
/proc/29030/stat : 29030 (priss) S 29029 29029 28330 0 -1 4202496 73867 0 0 0 424254 79 0 0 18 0 5 0 596833580 452784128 71086 33554432000 4194304 5787044 140735759794112 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/29030/statm: 110543 71086 419 389 0 106293 0
[pid=29030/tid=29032] ppid=29029 vsize=442172 CPUtime=1062.25 cores=1,3,5,7
/proc/29030/task/29032/stat : 29032 (priss) R 29029 29029 28330 0 -1 4202560 11988 0 0 0 106215 10 0 0 25 0 5 0 596833581 452784128 71086 33554432000 4194304 5787044 140735759794112 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29030/tid=29033] ppid=29029 vsize=442172 CPUtime=1062.27 cores=1,3,5,7
/proc/29030/task/29033/stat : 29033 (priss) R 29029 29029 28330 0 -1 4202560 16327 0 0 0 106212 15 0 0 25 0 5 0 596833581 452784128 71086 33554432000 4194304 5787044 140735759794112 18446744073709551615 5591529 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29030/tid=29034] ppid=29029 vsize=442172 CPUtime=1059.67 cores=1,3,5,7
/proc/29030/task/29034/stat : 29034 (priss) R 29029 29029 28330 0 -1 4202560 22739 0 0 0 105933 34 0 0 25 0 5 0 596833581 452784128 71086 33554432000 4194304 5787044 140735759794112 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29030/tid=29035] ppid=29029 vsize=442172 CPUtime=1059.09 cores=1,3,5,7
/proc/29030/task/29035/stat : 29035 (priss) R 29029 29029 28330 0 -1 4202560 21305 0 0 0 105892 17 0 0 25 0 5 0 596833581 452784128 71086 33554432000 4194304 5787044 140735759794112 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4243.33
Current children cumulated vsize (KiB) 450872

[startup+1122.3 s]
/proc/loadavg: 8.10 8.07 8.01 9/188 29197
/proc/meminfo: memFree=13551356/32950928 swapFree=67111528/67111528
[pid=29029] ppid=29027 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29029/stat : 29029 (priss.sh) S 29027 29029 28330 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596833580 8908800 252 33554432000 4194304 4922060 140734079681296 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29029/statm: 2175 252 211 178 0 68 0
[pid=29030] ppid=29029 vsize=450232 CPUtime=4483 cores=1,3,5,7
/proc/29030/stat : 29030 (priss) S 29029 29029 28330 0 -1 4202496 77086 0 0 0 448218 82 0 0 18 0 5 0 596833580 461037568 74305 33554432000 4194304 5787044 140735759794112 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/29030/statm: 112558 74305 419 389 0 108308 0
[pid=29030/tid=29032] ppid=29029 vsize=450232 CPUtime=1122.25 cores=1,3,5,7
/proc/29030/task/29032/stat : 29032 (priss) R 29029 29029 28330 0 -1 4202560 12267 0 0 0 112215 10 0 0 25 0 5 0 596833581 461037568 74305 33554432000 4194304 5787044 140735759794112 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29030/tid=29033] ppid=29029 vsize=450232 CPUtime=1122.28 cores=1,3,5,7
/proc/29030/task/29033/stat : 29033 (priss) R 29029 29029 28330 0 -1 4202560 17146 0 0 0 112211 17 0 0 25 0 5 0 596833581 461037568 74305 33554432000 4194304 5787044 140735759794112 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29030/tid=29034] ppid=29029 vsize=450232 CPUtime=1119.35 cores=1,3,5,7
/proc/29030/task/29034/stat : 29034 (priss) R 29029 29029 28330 0 -1 4202560 23720 0 0 0 111899 36 0 0 25 0 5 0 596833581 461037568 74305 33554432000 4194304 5787044 140735759794112 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29030/tid=29035] ppid=29029 vsize=450232 CPUtime=1119.08 cores=1,3,5,7
/proc/29030/task/29035/stat : 29035 (priss) R 29029 29029 28330 0 -1 4202560 22445 0 0 0 111891 17 0 0 25 0 5 0 596833581 461037568 74305 33554432000 4194304 5787044 140735759794112 18446744073709551615 5527392 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4483
Current children cumulated vsize (KiB) 458932

[startup+1182.3 s]
/proc/loadavg: 8.16 8.08 8.01 9/188 29199
/proc/meminfo: memFree=13522444/32950928 swapFree=67111528/67111528
[pid=29029] ppid=29027 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29029/stat : 29029 (priss.sh) S 29027 29029 28330 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596833580 8908800 252 33554432000 4194304 4922060 140734079681296 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29029/statm: 2175 252 211 178 0 68 0
[pid=29030] ppid=29029 vsize=458068 CPUtime=4722.68 cores=1,3,5,7
/proc/29030/stat : 29030 (priss) S 29029 29029 28330 0 -1 4202496 80796 0 0 0 472183 85 0 0 18 0 5 0 596833580 469061632 78015 33554432000 4194304 5787044 140735759794112 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/29030/statm: 114517 78015 419 389 0 110267 0
[pid=29030/tid=29032] ppid=29029 vsize=458068 CPUtime=1182.25 cores=1,3,5,7
/proc/29030/task/29032/stat : 29032 (priss) R 29029 29029 28330 0 -1 4202560 13241 0 0 0 118214 11 0 0 25 0 5 0 596833581 469061632 78015 33554432000 4194304 5787044 140735759794112 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29030/tid=29033] ppid=29029 vsize=458068 CPUtime=1182.28 cores=1,3,5,7
/proc/29030/task/29033/stat : 29033 (priss) R 29029 29029 28330 0 -1 4202560 17824 0 0 0 118210 18 0 0 25 0 5 0 596833581 469061632 78015 33554432000 4194304 5787044 140735759794112 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29030/tid=29034] ppid=29029 vsize=458068 CPUtime=1179.03 cores=1,3,5,7
/proc/29030/task/29034/stat : 29034 (priss) R 29029 29029 28330 0 -1 4202560 25696 0 0 0 117866 37 0 0 25 0 5 0 596833581 469061632 78015 33554432000 4194304 5787044 140735759794112 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29030/tid=29035] ppid=29029 vsize=458068 CPUtime=1179.09 cores=1,3,5,7
/proc/29030/task/29035/stat : 29035 (priss) R 29029 29029 28330 0 -1 4202560 22527 0 0 0 117891 18 0 0 25 0 5 0 596833581 469061632 78015 33554432000 4194304 5787044 140735759794112 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4722.68
Current children cumulated vsize (KiB) 466768



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.11 8.08 8.01 9/188 29199
/proc/meminfo: memFree=13514740/32950928 swapFree=67111528/67111528
[pid=29029] ppid=29027 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29029/stat : 29029 (priss.sh) S 29027 29029 28330 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596833580 8908800 252 33554432000 4194304 4922060 140734079681296 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29029/statm: 2175 252 211 178 0 68 0
[pid=29030] ppid=29029 vsize=524924 CPUtime=4800.18 cores=1,3,5,7
/proc/29030/stat : 29030 (priss) S 29029 29029 28330 0 -1 4202496 81696 0 0 0 479932 86 0 0 18 0 5 0 596833580 537522176 78915 33554432000 4194304 5787044 140735759794112 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/29030/statm: 131231 78915 419 389 0 126981 0
[pid=29030/tid=29032] ppid=29029 vsize=524924 CPUtime=1201.65 cores=1,3,5,7
/proc/29030/task/29032/stat : 29032 (priss) R 29029 29029 28330 0 -1 4202560 13474 0 0 0 120154 11 0 0 25 0 5 0 596833581 537522176 78915 33554432000 4194304 5787044 140735759794112 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29030/tid=29033] ppid=29029 vsize=524924 CPUtime=1201.68 cores=1,3,5,7
/proc/29030/task/29033/stat : 29033 (priss) R 29029 29029 28330 0 -1 4202560 18105 0 0 0 120150 18 0 0 25 0 5 0 596833581 537522176 78915 33554432000 4194304 5787044 140735759794112 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29030/tid=29034] ppid=29029 vsize=524924 CPUtime=1198.31 cores=1,3,5,7
/proc/29030/task/29034/stat : 29034 (priss) R 29029 29029 28330 0 -1 4202560 25992 0 0 0 119794 37 0 0 25 0 5 0 596833581 537522176 78915 33554432000 4194304 5787044 140735759794112 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29030/tid=29035] ppid=29029 vsize=524924 CPUtime=1198.5 cores=1,3,5,7
/proc/29030/task/29035/stat : 29035 (priss) R 29029 29029 28330 0 -1 4202560 22617 0 0 0 119832 18 0 0 25 0 5 0 596833581 537522176 78915 33554432000 4194304 5787044 140735759794112 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.18
Current children cumulated vsize (KiB) 533624

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

Real time (s): 1201.72
CPU time (s): 4800.18
CPU user time (s): 4799.32
CPU system time (s): 0.86
CPU usage (%): 399.443
Max. virtual memory (cumulated for all children) (KiB): 533624

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

runsolver used 1.66175 second user time and 4.90325 second system time

The end

Launcher Data

Begin job on node112 at 2011-04-29 10:33:49
IDJOB=3263924
IDBENCH=84062
IDSOLVER=1603
FILE ID=node112/3263924-1304066029
RUNJOBID= node112-1304062780-28651
PBS_JOBID= 13170443
Free space on /tmp= 72564 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT03/handmade/markstrom/UNSATISFIABLE/mm-2x2-6-6-s.1.shuffled-as.sat03-1499.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3263924-1304066029/watcher-3263924-1304066029 -o /tmp/evaluation-result-3263924-1304066029/solver-3263924-1304066029 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3263924-1304066029.cnf 79166965 4800 15500 4

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

MD5SUM BENCH= 5fbbe7100f38217499e8b5ea555a4e4d
RANDOM SEED=79166965

node112.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.828
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.65
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.828
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.828
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.67
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.828
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.828
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	: 5261.27
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.828
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.82
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.828
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.828
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.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13970900 kB
Buffers:       1995556 kB
Cached:       15804096 kB
SwapCached:          0 kB
Active:        7667280 kB
Inactive:     10756348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13970900 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1640 kB
Writeback:          12 kB
AnonPages:      624180 kB
Mapped:          15620 kB
Slab:           492552 kB
PageTables:       5712 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   821172 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= 72560 MiB
End job on node112 at 2011-04-29 10:53:53