Trace number 3257588

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.08 1202.52

General information on the benchmark

NameCRAFTED/modcircuits/
mod4block_2vars_8gates_u2.cnf
MD5SUMa5bb71bc1d85a401ce9f42ed1404d63e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark238.524
Satisfiable
(Un)Satisfiability was proved
Number of variables387
Number of clauses62656
Sum of the clauses size362132
Maximum clause length24
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 21453
Number of clauses of size 30
Number of clauses of size 41977
Number of clauses of size 53842
Number of clauses of size over 555320

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: 20087
0.00/0.03	c parsetime: 29216us
0.00/0.03	c parsed 62656 clauses with 387 variables
0.00/0.04	c NW started thread 0 successfully (1102805312)
0.00/0.05	c NW started thread 1 successfully (1116334400)
0.00/0.07	c NW started thread 2 successfully (1126824256)
0.00/0.09	c NW started thread 3 successfully (1137314112)
0.00/1.25	c preprocessor returned 10026 variables
0.00/1.25	c preprocessing returned UNKNOWN
0.00/1.25	c PP set 97 variables
0.00/1.25	c pp time: 1214385us (1s)
0.00/1.28	c preprocessor returned 10026 variables
0.00/1.28	c preprocessing returned UNKNOWN
0.00/1.28	c PP set 97 variables
0.00/1.28	c pp time: 1219849us (1s)
0.00/1.28	c preprocessor returned 10026 variables
0.00/1.28	c preprocessing returned UNKNOWN
0.00/1.28	c PP set 97 variables
0.00/1.28	c pp time: 1214388us (1s)
50.59/12.92	c preprocessor returned 30027 variables
50.59/12.92	c preprocessing returned UNKNOWN
50.59/12.92	c PP set 97 variables
50.59/12.92	c pp time: 12835472us (12s)
889.66/223.05	c added unsatisfied clause
889.66/223.05	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-3257588-1304043963/watcher-3257588-1304043963 -o /tmp/evaluation-result-3257588-1304043963/solver-3257588-1304043963 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3257588-1304043963.cnf 2123085169 4800 15500 4 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 8.19 8.12 8.15 6/180 20086
/proc/meminfo: memFree=24988100/32951132 swapFree=67111524/67111528
[pid=20086] ppid=20084 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20086/stat : 20086 (priss.sh) S 20084 20086 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515995904 8908800 251 33554432000 4194304 4922060 140733724765616 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20086/statm: 2175 251 211 178 0 68 0

[startup+0.65414 s]
/proc/loadavg: 8.19 8.12 8.15 6/180 20086
/proc/meminfo: memFree=24988100/32951132 swapFree=67111524/67111528
[pid=20086] ppid=20084 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20086/stat : 20086 (priss.sh) S 20084 20086 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515995904 8908800 251 33554432000 4194304 4922060 140733724765616 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20086/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.841246 s]
/proc/loadavg: 8.19 8.12 8.15 6/180 20086
/proc/meminfo: memFree=24988100/32951132 swapFree=67111524/67111528
[pid=20086] ppid=20084 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20086/stat : 20086 (priss.sh) S 20084 20086 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515995904 8908800 251 33554432000 4194304 4922060 140733724765616 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20086/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.900609 s]
/proc/loadavg: 8.19 8.12 8.15 6/180 20086
/proc/meminfo: memFree=24988100/32951132 swapFree=67111524/67111528
[pid=20086] ppid=20084 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20086/stat : 20086 (priss.sh) S 20084 20086 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515995904 8908800 251 33554432000 4194304 4922060 140733724765616 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20086/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.00059 s]
/proc/loadavg: 8.19 8.12 8.15 6/180 20086
/proc/meminfo: memFree=24988100/32951132 swapFree=67111524/67111528
[pid=20086] ppid=20084 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20086/stat : 20086 (priss.sh) S 20084 20086 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515995904 8908800 251 33554432000 4194304 4922060 140733724765616 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20086/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50051 s]
/proc/loadavg: 8.19 8.12 8.15 6/180 20086
/proc/meminfo: memFree=24988100/32951132 swapFree=67111524/67111528
[pid=20086] ppid=20084 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20086/stat : 20086 (priss.sh) S 20084 20086 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515995904 8908800 251 33554432000 4194304 4922060 140733724765616 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20086/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10123 s]
/proc/loadavg: 8.26 8.14 8.16 9/186 20092
/proc/meminfo: memFree=24936228/32951132 swapFree=67111524/67111528
[pid=20086] ppid=20084 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20086/stat : 20086 (priss.sh) S 20084 20086 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515995904 8908800 251 33554432000 4194304 4922060 140733724765616 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20086/statm: 2175 251 211 178 0 68 0
[pid=20087] ppid=20086 vsize=292416 CPUtime=12.02 cores=0,2,4,6
/proc/20087/stat : 20087 (priss) S 20086 20086 18837 0 -1 4202496 14529 0 0 0 1190 12 0 0 18 0 5 0 515995904 299433984 13009 33554432000 4194304 5787044 140734639607184 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20087/statm: 73104 13009 405 389 0 68854 0
[pid=20087/tid=20089] ppid=20086 vsize=292416 CPUtime=3.02 cores=0,2,4,6
/proc/20087/task/20089/stat : 20089 (priss) R 20086 20086 18837 0 -1 4202560 2116 0 0 0 302 0 0 0 25 0 5 0 515995908 299433984 13009 33554432000 4194304 5787044 140734639607184 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20087/tid=20090] ppid=20086 vsize=292416 CPUtime=3.03 cores=0,2,4,6
/proc/20087/task/20090/stat : 20090 (priss) R 20086 20086 18837 0 -1 4202560 1998 0 0 0 295 8 0 0 19 0 5 0 515995910 299433984 13009 33554432000 4194304 5787044 140734639607184 18446744073709551615 4218705 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20087/tid=20091] ppid=20086 vsize=292416 CPUtime=2.85 cores=0,2,4,6
/proc/20087/task/20091/stat : 20091 (priss) R 20086 20086 18837 0 -1 4202560 1842 0 0 0 284 1 0 0 25 0 5 0 515995911 299433984 13009 33554432000 4194304 5787044 140734639607184 18446744073709551615 4254881 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20087/tid=20092] ppid=20086 vsize=292416 CPUtime=3 cores=0,2,4,6
/proc/20087/task/20092/stat : 20092 (priss) R 20086 20086 18837 0 -1 4202560 2474 0 0 0 300 0 0 0 25 0 5 0 515995913 299433984 13009 33554432000 4194304 5787044 140734639607184 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.02
Current children cumulated vsize (KiB) 301116

[startup+6.30068 s]
/proc/loadavg: 8.24 8.14 8.16 9/186 20092
/proc/meminfo: memFree=24932988/32951132 swapFree=67111524/67111528
[pid=20086] ppid=20084 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20086/stat : 20086 (priss.sh) S 20084 20086 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515995904 8908800 251 33554432000 4194304 4922060 140733724765616 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20086/statm: 2175 251 211 178 0 68 0
[pid=20087] ppid=20086 vsize=292416 CPUtime=24.23 cores=0,2,4,6
/proc/20087/stat : 20087 (priss) S 20086 20086 18837 0 -1 4202496 14848 0 0 0 2408 15 0 0 18 0 5 0 515995904 299433984 13328 33554432000 4194304 5787044 140734639607184 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20087/statm: 73104 13328 405 389 0 68854 0
[pid=20087/tid=20089] ppid=20086 vsize=292416 CPUtime=6.19 cores=0,2,4,6
/proc/20087/task/20089/stat : 20089 (priss) R 20086 20086 18837 0 -1 4202560 2248 0 0 0 619 0 0 0 25 0 5 0 515995908 299433984 13328 33554432000 4194304 5787044 140734639607184 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20087/tid=20090] ppid=20086 vsize=292416 CPUtime=6.22 cores=0,2,4,6
/proc/20087/task/20090/stat : 20090 (priss) R 20086 20086 18837 0 -1 4202560 2002 0 0 0 614 8 0 0 25 0 5 0 515995910 299433984 13328 33554432000 4194304 5787044 140734639607184 18446744073709551615 5586835 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20087/tid=20091] ppid=20086 vsize=292416 CPUtime=5.5 cores=0,2,4,6
/proc/20087/task/20091/stat : 20091 (priss) R 20086 20086 18837 0 -1 4202560 2022 0 0 0 546 4 0 0 25 0 5 0 515995911 299433984 13328 33554432000 4194304 5787044 140734639607184 18446744073709551615 5588182 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20087/tid=20092] ppid=20086 vsize=292416 CPUtime=6.21 cores=0,2,4,6
/proc/20087/task/20092/stat : 20092 (priss) R 20086 20086 18837 0 -1 4202560 2477 0 0 0 620 1 0 0 25 0 5 0 515995913 299433984 13328 33554432000 4194304 5787044 140734639607184 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.23
Current children cumulated vsize (KiB) 301116

[startup+12.7006 s]
/proc/loadavg: 8.22 8.13 8.15 9/186 20093
/proc/meminfo: memFree=24923956/32951132 swapFree=67111524/67111528
[pid=20086] ppid=20084 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20086/stat : 20086 (priss.sh) S 20084 20086 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515995904 8908800 251 33554432000 4194304 4922060 140733724765616 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20086/statm: 2175 251 211 178 0 68 0
[pid=20087] ppid=20086 vsize=294144 CPUtime=49.81 cores=0,2,4,6
/proc/20087/stat : 20087 (priss) S 20086 20086 18837 0 -1 4202496 16587 0 0 0 4964 17 0 0 18 0 5 0 515995904 301203456 15067 33554432000 4194304 5787044 140734639607184 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20087/statm: 73536 15067 405 389 0 69286 0
[pid=20087/tid=20089] ppid=20086 vsize=294144 CPUtime=12.56 cores=0,2,4,6
/proc/20087/task/20089/stat : 20089 (priss) R 20086 20086 18837 0 -1 4202560 2972 0 0 0 1255 1 0 0 25 0 5 0 515995908 301203456 15067 33554432000 4194304 5787044 140734639607184 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20087/tid=20090] ppid=20086 vsize=294144 CPUtime=12.63 cores=0,2,4,6
/proc/20087/task/20090/stat : 20090 (priss) R 20086 20086 18837 0 -1 4202560 2488 0 0 0 1254 9 0 0 25 0 5 0 515995910 301203456 15067 33554432000 4194304 5787044 140734639607184 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20087/tid=20091] ppid=20086 vsize=294144 CPUtime=11.9 cores=0,2,4,6
/proc/20087/task/20091/stat : 20091 (priss) R 20086 20086 18837 0 -1 4202560 2550 0 0 0 1186 4 0 0 25 0 5 0 515995911 301203456 15067 33554432000 4194304 5787044 140734639607184 18446744073709551615 5591623 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20087/tid=20092] ppid=20086 vsize=294144 CPUtime=12.61 cores=0,2,4,6
/proc/20087/task/20092/stat : 20092 (priss) R 20086 20086 18837 0 -1 4202560 2478 0 0 0 1260 1 0 0 25 0 5 0 515995913 301203456 15067 33554432000 4194304 5787044 140734639607184 18446744073709551615 4359250 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 49.81
Current children cumulated vsize (KiB) 302844

[startup+25.5004 s]
/proc/loadavg: 8.18 8.13 8.15 9/186 20093
/proc/meminfo: memFree=24898056/32951132 swapFree=67111524/67111528
[pid=20086] ppid=20084 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20086/stat : 20086 (priss.sh) S 20084 20086 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515995904 8908800 251 33554432000 4194304 4922060 140733724765616 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20086/statm: 2175 251 211 178 0 68 0
[pid=20087] ppid=20086 vsize=301804 CPUtime=100.91 cores=0,2,4,6
/proc/20087/stat : 20087 (priss) S 20086 20086 18837 0 -1 4202496 23914 0 0 0 10069 22 0 0 18 0 5 0 515995904 309047296 21008 33554432000 4194304 5787044 140734639607184 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20087/statm: 75451 21008 419 389 0 71201 0
[pid=20087/tid=20089] ppid=20086 vsize=301804 CPUtime=25.28 cores=0,2,4,6
/proc/20087/task/20089/stat : 20089 (priss) R 20086 20086 18837 0 -1 4202560 4089 0 0 0 2526 2 0 0 25 0 5 0 515995908 309047296 21008 33554432000 4194304 5787044 140734639607184 18446744073709551615 5591315 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20087/tid=20090] ppid=20086 vsize=301804 CPUtime=25.41 cores=0,2,4,6
/proc/20087/task/20090/stat : 20090 (priss) R 20086 20086 18837 0 -1 4202560 3370 0 0 0 2532 9 0 0 25 0 5 0 515995910 309047296 21008 33554432000 4194304 5787044 140734639607184 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20087/tid=20091] ppid=20086 vsize=301804 CPUtime=24.69 cores=0,2,4,6
/proc/20087/task/20091/stat : 20091 (priss) R 20086 20086 18837 0 -1 4202560 3584 0 0 0 2464 5 0 0 19 0 5 0 515995911 309047296 21008 33554432000 4194304 5787044 140734639607184 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20087/tid=20092] ppid=20086 vsize=301804 CPUtime=25.4 cores=0,2,4,6
/proc/20087/task/20092/stat : 20092 (priss) R 20086 20086 18837 0 -1 4202560 6772 0 0 0 2537 3 0 0 25 0 5 0 515995913 309047296 21008 33554432000 4194304 5787044 140734639607184 18446744073709551615 4229321 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 100.91
Current children cumulated vsize (KiB) 310504

[startup+51.1009 s]
/proc/loadavg: 8.18 8.13 8.15 9/186 20094
/proc/meminfo: memFree=24869640/32951132 swapFree=67111524/67111528
[pid=20086] ppid=20084 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20086/stat : 20086 (priss.sh) S 20084 20086 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515995904 8908800 251 33554432000 4194304 4922060 140733724765616 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20086/statm: 2175 251 211 178 0 68 0
[pid=20087] ppid=20086 vsize=309016 CPUtime=203.13 cores=0,2,4,6
/proc/20087/stat : 20087 (priss) S 20086 20086 18837 0 -1 4202496 28267 0 0 0 20281 32 0 0 18 0 5 0 515995904 316432384 25317 33554432000 4194304 5787044 140734639607184 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20087/statm: 77254 25317 419 389 0 73004 0
[pid=20087/tid=20089] ppid=20086 vsize=309016 CPUtime=50.75 cores=0,2,4,6
/proc/20087/task/20089/stat : 20089 (priss) R 20086 20086 18837 0 -1 4202560 5049 0 0 0 5071 4 0 0 25 0 5 0 515995908 316432384 25317 33554432000 4194304 5787044 140734639607184 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20087/tid=20090] ppid=20086 vsize=309016 CPUtime=51 cores=0,2,4,6
/proc/20087/task/20090/stat : 20090 (priss) R 20086 20086 18837 0 -1 4202560 3849 0 0 0 5090 10 0 0 25 0 5 0 515995910 316432384 25317 33554432000 4194304 5787044 140734639607184 18446744073709551615 5590295 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20087/tid=20091] ppid=20086 vsize=309016 CPUtime=50.26 cores=0,2,4,6
/proc/20087/task/20091/stat : 20091 (priss) R 20086 20086 18837 0 -1 4202560 4501 0 0 0 5015 11 0 0 25 0 5 0 515995911 316432384 25317 33554432000 4194304 5787044 140734639607184 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20087/tid=20092] ppid=20086 vsize=309016 CPUtime=51 cores=0,2,4,6
/proc/20087/task/20092/stat : 20092 (priss) R 20086 20086 18837 0 -1 4202560 8769 0 0 0 5096 4 0 0 25 0 5 0 515995913 316432384 25317 33554432000 4194304 5787044 140734639607184 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.13
Current children cumulated vsize (KiB) 317716

[startup+102.301 s]
/proc/loadavg: 8.07 8.11 8.14 9/186 20095
/proc/meminfo: memFree=24809852/32951132 swapFree=67111524/67111528
[pid=20086] ppid=20084 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20086/stat : 20086 (priss.sh) S 20084 20086 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515995904 8908800 251 33554432000 4194304 4922060 140733724765616 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20086/statm: 2175 251 211 178 0 68 0
[pid=20087] ppid=20086 vsize=324808 CPUtime=407.61 cores=0,2,4,6
/proc/20087/stat : 20087 (priss) S 20086 20086 18837 0 -1 4202496 36537 0 0 0 40723 38 0 0 18 0 5 0 515995904 332603392 33433 33554432000 4194304 5787044 140734639607184 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20087/statm: 81202 33433 419 389 0 76952 0
[pid=20087/tid=20089] ppid=20086 vsize=324808 CPUtime=101.88 cores=0,2,4,6
/proc/20087/task/20089/stat : 20089 (priss) R 20086 20086 18837 0 -1 4202560 7709 0 0 0 10182 6 0 0 25 0 5 0 515995908 332603392 33433 33554432000 4194304 5787044 140734639607184 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20087/tid=20090] ppid=20086 vsize=324808 CPUtime=102.2 cores=0,2,4,6
/proc/20087/task/20090/stat : 20090 (priss) R 20086 20086 18837 0 -1 4202560 5052 0 0 0 10209 11 0 0 25 0 5 0 515995910 332603392 33433 33554432000 4194304 5787044 140734639607184 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20087/tid=20091] ppid=20086 vsize=324808 CPUtime=101.43 cores=0,2,4,6
/proc/20087/task/20091/stat : 20091 (priss) R 20086 20086 18837 0 -1 4202560 7091 0 0 0 10131 12 0 0 25 0 5 0 515995911 332603392 33433 33554432000 4194304 5787044 140734639607184 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20087/tid=20092] ppid=20086 vsize=324808 CPUtime=101.98 cores=0,2,4,6
/proc/20087/task/20092/stat : 20092 (priss) R 20086 20086 18837 0 -1 4202560 10586 0 0 0 10192 6 0 0 25 0 5 0 515995913 332603392 33433 33554432000 4194304 5787044 140734639607184 18446744073709551615 5527024 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 407.61
Current children cumulated vsize (KiB) 333508

[startup+162.301 s]
/proc/loadavg: 8.02 8.08 8.13 9/186 20097
/proc/meminfo: memFree=24774980/32951132 swapFree=67111524/67111528
[pid=20086] ppid=20084 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20086/stat : 20086 (priss.sh) S 20084 20086 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515995904 8908800 251 33554432000 4194304 4922060 140733724765616 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20086/statm: 2175 251 211 178 0 68 0
[pid=20087] ppid=20086 vsize=335484 CPUtime=647.25 cores=0,2,4,6

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

/proc/20087/task/20090/stat : 20090 (priss) R 20086 20086 18837 0 -1 4202560 15736 0 0 0 82199 22 0 0 25 0 5 0 515995910 413519872 78580 33554432000 4194304 5787044 140734639607184 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20087/tid=20091] ppid=20086 vsize=403828 CPUtime=820.81 cores=0,2,4,6
/proc/20087/task/20091/stat : 20091 (priss) R 20086 20086 18837 0 -1 4202560 22690 0 0 0 82049 32 0 0 25 0 5 0 515995911 413519872 78580 33554432000 4194304 5787044 140734639607184 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20087/tid=20092] ppid=20086 vsize=403828 CPUtime=818.05 cores=0,2,4,6
/proc/20087/task/20092/stat : 20092 (priss) R 20086 20086 18837 0 -1 4202560 20085 0 0 0 81792 13 0 0 25 0 5 0 515995913 413519872 78580 33554432000 4194304 5787044 140734639607184 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3283.03
Current children cumulated vsize (KiB) 412528

[startup+882.301 s]
/proc/loadavg: 8.13 8.15 8.11 9/186 20116
/proc/meminfo: memFree=24433088/32951132 swapFree=67111524/67111528
[pid=20086] ppid=20084 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20086/stat : 20086 (priss.sh) S 20084 20086 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515995904 8908800 251 33554432000 4194304 4922060 140733724765616 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20086/statm: 2175 251 211 178 0 68 0
[pid=20087] ppid=20086 vsize=404332 CPUtime=3522.63 cores=0,2,4,6
/proc/20087/stat : 20087 (priss) S 20086 20086 18837 0 -1 4202496 85391 0 0 0 352175 88 0 0 18 0 5 0 515995904 414035968 81210 33554432000 4194304 5787044 140734639607184 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20087/statm: 101083 81210 419 389 0 96833 0
[pid=20087/tid=20089] ppid=20086 vsize=404332 CPUtime=881.84 cores=0,2,4,6
/proc/20087/task/20089/stat : 20089 (priss) R 20086 20086 18837 0 -1 4202560 19022 0 0 0 88168 16 0 0 25 0 5 0 515995908 414035968 81210 33554432000 4194304 5787044 140734639607184 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20087/tid=20090] ppid=20086 vsize=404332 CPUtime=882.2 cores=0,2,4,6
/proc/20087/task/20090/stat : 20090 (priss) R 20086 20086 18837 0 -1 4202560 16607 0 0 0 88197 23 0 0 25 0 5 0 515995910 414035968 81210 33554432000 4194304 5787044 140734639607184 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20087/tid=20091] ppid=20086 vsize=404332 CPUtime=880.75 cores=0,2,4,6
/proc/20087/task/20091/stat : 20091 (priss) R 20086 20086 18837 0 -1 4202560 22899 0 0 0 88043 32 0 0 25 0 5 0 515995911 414035968 81210 33554432000 4194304 5787044 140734639607184 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20087/tid=20092] ppid=20086 vsize=404332 CPUtime=877.71 cores=0,2,4,6
/proc/20087/task/20092/stat : 20092 (priss) R 20086 20086 18837 0 -1 4202560 20764 0 0 0 87757 14 0 0 25 0 5 0 515995913 414035968 81210 33554432000 4194304 5787044 140734639607184 18446744073709551615 5528429 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3522.63
Current children cumulated vsize (KiB) 413032

[startup+942.307 s]
/proc/loadavg: 8.17 8.15 8.11 9/186 20117
/proc/meminfo: memFree=24426384/32951132 swapFree=67111524/67111528
[pid=20086] ppid=20084 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20086/stat : 20086 (priss.sh) S 20084 20086 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515995904 8908800 251 33554432000 4194304 4922060 140733724765616 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20086/statm: 2175 251 211 178 0 68 0
[pid=20087] ppid=20086 vsize=470428 CPUtime=3762.26 cores=0,2,4,6
/proc/20087/stat : 20087 (priss) S 20086 20086 18837 0 -1 4202496 86903 0 0 0 376135 91 0 0 18 0 5 0 515995904 481718272 82722 33554432000 4194304 5787044 140734639607184 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20087/statm: 117607 82722 419 389 0 113357 0
[pid=20087/tid=20089] ppid=20086 vsize=470428 CPUtime=941.85 cores=0,2,4,6
/proc/20087/task/20089/stat : 20089 (priss) R 20086 20086 18837 0 -1 4202560 19022 0 0 0 94169 16 0 0 25 0 5 0 515995908 481718272 82722 33554432000 4194304 5787044 140734639607184 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20087/tid=20090] ppid=20086 vsize=470428 CPUtime=942.2 cores=0,2,4,6
/proc/20087/task/20090/stat : 20090 (priss) R 20086 20086 18837 0 -1 4202560 16607 0 0 0 94197 23 0 0 25 0 5 0 515995910 481718272 82722 33554432000 4194304 5787044 140734639607184 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20087/tid=20091] ppid=20086 vsize=470428 CPUtime=940.69 cores=0,2,4,6
/proc/20087/task/20091/stat : 20091 (priss) R 20086 20086 18837 0 -1 4202560 24164 0 0 0 94034 35 0 0 25 0 5 0 515995911 481718272 82722 33554432000 4194304 5787044 140734639607184 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20087/tid=20092] ppid=20086 vsize=470428 CPUtime=937.4 cores=0,2,4,6
/proc/20087/task/20092/stat : 20092 (priss) R 20086 20086 18837 0 -1 4202560 21011 0 0 0 93725 15 0 0 25 0 5 0 515995913 481718272 82722 33554432000 4194304 5787044 140734639607184 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3762.26
Current children cumulated vsize (KiB) 479128

[startup+1002.3 s]
/proc/loadavg: 8.24 8.17 8.11 9/186 20152
/proc/meminfo: memFree=24758872/32951132 swapFree=67111524/67111528
[pid=20086] ppid=20084 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20086/stat : 20086 (priss.sh) S 20084 20086 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515995904 8908800 251 33554432000 4194304 4922060 140733724765616 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20086/statm: 2175 251 211 178 0 68 0
[pid=20087] ppid=20086 vsize=471412 CPUtime=4000.5 cores=0,2,4,6
/proc/20087/stat : 20087 (priss) S 20086 20086 18837 0 -1 4202496 87537 0 0 0 399956 94 0 0 18 0 5 0 515995904 482725888 83356 33554432000 4194304 5787044 140734639607184 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20087/statm: 117853 83356 419 389 0 113603 0
[pid=20087/tid=20089] ppid=20086 vsize=471412 CPUtime=1001.83 cores=0,2,4,6
/proc/20087/task/20089/stat : 20089 (priss) R 20086 20086 18837 0 -1 4202560 19022 0 0 0 100167 16 0 0 25 0 5 0 515995908 482725888 83356 33554432000 4194304 5787044 140734639607184 18446744073709551615 5591083 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20087/tid=20090] ppid=20086 vsize=471412 CPUtime=1001.89 cores=0,2,4,6
/proc/20087/task/20090/stat : 20090 (priss) R 20086 20086 18837 0 -1 4202560 16607 0 0 0 100165 24 0 0 25 0 5 0 515995910 482725888 83356 33554432000 4194304 5787044 140734639607184 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20087/tid=20091] ppid=20086 vsize=471412 CPUtime=1000.08 cores=0,2,4,6
/proc/20087/task/20091/stat : 20091 (priss) R 20086 20086 18837 0 -1 4202560 24496 0 0 0 99971 37 0 0 25 0 5 0 515995911 482725888 83356 33554432000 4194304 5787044 140734639607184 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20087/tid=20092] ppid=20086 vsize=471412 CPUtime=996.57 cores=0,2,4,6
/proc/20087/task/20092/stat : 20092 (priss) R 20086 20086 18837 0 -1 4202560 21313 0 0 0 99642 15 0 0 25 0 5 0 515995913 482725888 83356 33554432000 4194304 5787044 140734639607184 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4000.5
Current children cumulated vsize (KiB) 480112

[startup+1062.3 s]
/proc/loadavg: 8.15 8.15 8.11 9/186 20154
/proc/meminfo: memFree=24684584/32951132 swapFree=67111524/67111528
[pid=20086] ppid=20084 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20086/stat : 20086 (priss.sh) S 20084 20086 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515995904 8908800 251 33554432000 4194304 4922060 140733724765616 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20086/statm: 2175 251 211 178 0 68 0
[pid=20087] ppid=20086 vsize=471412 CPUtime=4240.14 cores=0,2,4,6
/proc/20087/stat : 20087 (priss) S 20086 20086 18837 0 -1 4202496 87567 0 0 0 423919 95 0 0 18 0 5 0 515995904 482725888 83386 33554432000 4194304 5787044 140734639607184 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20087/statm: 117853 83386 419 389 0 113603 0
[pid=20087/tid=20089] ppid=20086 vsize=471412 CPUtime=1061.82 cores=0,2,4,6
/proc/20087/task/20089/stat : 20089 (priss) R 20086 20086 18837 0 -1 4202560 19025 0 0 0 106166 16 0 0 25 0 5 0 515995908 482725888 83386 33554432000 4194304 5787044 140734639607184 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20087/tid=20090] ppid=20086 vsize=471412 CPUtime=1061.9 cores=0,2,4,6
/proc/20087/task/20090/stat : 20090 (priss) R 20086 20086 18837 0 -1 4202560 16607 0 0 0 106166 24 0 0 25 0 5 0 515995910 482725888 83386 33554432000 4194304 5787044 140734639607184 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20087/tid=20091] ppid=20086 vsize=471412 CPUtime=1059.85 cores=0,2,4,6
/proc/20087/task/20091/stat : 20091 (priss) R 20086 20086 18837 0 -1 4202560 24521 0 0 0 105948 37 0 0 25 0 5 0 515995911 482725888 83386 33554432000 4194304 5787044 140734639607184 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20087/tid=20092] ppid=20086 vsize=471412 CPUtime=1056.46 cores=0,2,4,6
/proc/20087/task/20092/stat : 20092 (priss) R 20086 20086 18837 0 -1 4202560 21315 0 0 0 105631 15 0 0 25 0 5 0 515995913 482725888 83386 33554432000 4194304 5787044 140734639607184 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4240.14
Current children cumulated vsize (KiB) 480112

[startup+1122.3 s]
/proc/loadavg: 8.17 8.15 8.10 9/186 20155
/proc/meminfo: memFree=24617856/32951132 swapFree=67111524/67111528
[pid=20086] ppid=20084 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20086/stat : 20086 (priss.sh) S 20084 20086 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515995904 8908800 251 33554432000 4194304 4922060 140733724765616 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20086/statm: 2175 251 211 178 0 68 0
[pid=20087] ppid=20086 vsize=475512 CPUtime=4479.77 cores=0,2,4,6
/proc/20087/stat : 20087 (priss) S 20086 20086 18837 0 -1 4202496 88252 0 0 0 447882 95 0 0 18 0 5 0 515995904 486924288 84071 33554432000 4194304 5787044 140734639607184 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20087/statm: 118878 84071 419 389 0 114628 0
[pid=20087/tid=20089] ppid=20086 vsize=475512 CPUtime=1121.78 cores=0,2,4,6
/proc/20087/task/20089/stat : 20089 (priss) R 20086 20086 18837 0 -1 4202560 19041 0 0 0 112162 16 0 0 25 0 5 0 515995908 486924288 84071 33554432000 4194304 5787044 140734639607184 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20087/tid=20090] ppid=20086 vsize=475512 CPUtime=1121.9 cores=0,2,4,6
/proc/20087/task/20090/stat : 20090 (priss) R 20086 20086 18837 0 -1 4202560 16612 0 0 0 112166 24 0 0 25 0 5 0 515995910 486924288 84071 33554432000 4194304 5787044 140734639607184 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20087/tid=20091] ppid=20086 vsize=475512 CPUtime=1119.51 cores=0,2,4,6
/proc/20087/task/20091/stat : 20091 (priss) R 20086 20086 18837 0 -1 4202560 25179 0 0 0 111914 37 0 0 25 0 5 0 515995911 486924288 84071 33554432000 4194304 5787044 140734639607184 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20087/tid=20092] ppid=20086 vsize=475512 CPUtime=1116.46 cores=0,2,4,6
/proc/20087/task/20092/stat : 20092 (priss) R 20086 20086 18837 0 -1 4202560 21321 0 0 0 111631 15 0 0 25 0 5 0 515995913 486924288 84071 33554432000 4194304 5787044 140734639607184 18446744073709551615 5527053 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4479.77
Current children cumulated vsize (KiB) 484212

[startup+1182.3 s]
/proc/loadavg: 8.12 8.14 8.10 9/186 20157
/proc/meminfo: memFree=24563908/32951132 swapFree=67111524/67111528
[pid=20086] ppid=20084 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20086/stat : 20086 (priss.sh) S 20084 20086 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515995904 8908800 251 33554432000 4194304 4922060 140733724765616 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20086/statm: 2175 251 211 178 0 68 0
[pid=20087] ppid=20086 vsize=479612 CPUtime=4719.38 cores=0,2,4,6
/proc/20087/stat : 20087 (priss) S 20086 20086 18837 0 -1 4202496 89448 0 0 0 471842 96 0 0 18 0 5 0 515995904 491122688 85267 33554432000 4194304 5787044 140734639607184 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20087/statm: 119903 85267 419 389 0 115653 0
[pid=20087/tid=20089] ppid=20086 vsize=479612 CPUtime=1181.75 cores=0,2,4,6
/proc/20087/task/20089/stat : 20089 (priss) R 20086 20086 18837 0 -1 4202560 19062 0 0 0 118159 16 0 0 25 0 5 0 515995908 491122688 85267 33554432000 4194304 5787044 140734639607184 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20087/tid=20090] ppid=20086 vsize=479612 CPUtime=1181.9 cores=0,2,4,6
/proc/20087/task/20090/stat : 20090 (priss) R 20086 20086 18837 0 -1 4202560 16665 0 0 0 118166 24 0 0 25 0 5 0 515995910 491122688 85267 33554432000 4194304 5787044 140734639607184 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20087/tid=20091] ppid=20086 vsize=479612 CPUtime=1179.15 cores=0,2,4,6
/proc/20087/task/20091/stat : 20091 (priss) R 20086 20086 18837 0 -1 4202560 26301 0 0 0 117877 38 0 0 25 0 5 0 515995911 491122688 85267 33554432000 4194304 5787044 140734639607184 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20087/tid=20092] ppid=20086 vsize=479612 CPUtime=1176.46 cores=0,2,4,6
/proc/20087/task/20092/stat : 20092 (priss) R 20086 20086 18837 0 -1 4202560 21321 0 0 0 117631 15 0 0 25 0 5 0 515995913 491122688 85267 33554432000 4194304 5787044 140734639607184 18446744073709551615 5527182 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4719.38
Current children cumulated vsize (KiB) 488312



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.5 s]
/proc/loadavg: 8.08 8.13 8.09 9/186 20157
/proc/meminfo: memFree=24558824/32951132 swapFree=67111524/67111528
[pid=20086] ppid=20084 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20086/stat : 20086 (priss.sh) S 20084 20086 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515995904 8908800 251 33554432000 4194304 4922060 140733724765616 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20086/statm: 2175 251 211 178 0 68 0
[pid=20087] ppid=20086 vsize=483712 CPUtime=4800.08 cores=0,2,4,6
/proc/20087/stat : 20087 (priss) S 20086 20086 18837 0 -1 4202496 90717 0 0 0 479912 96 0 0 18 0 5 0 515995904 495321088 86536 33554432000 4194304 5787044 140734639607184 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20087/statm: 120928 86536 419 389 0 116678 0
[pid=20087/tid=20089] ppid=20086 vsize=483712 CPUtime=1201.96 cores=0,2,4,6
/proc/20087/task/20089/stat : 20089 (priss) R 20086 20086 18837 0 -1 4202560 19251 0 0 0 120179 17 0 0 25 0 5 0 515995908 495321088 86536 33554432000 4194304 5787044 140734639607184 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20087/tid=20090] ppid=20086 vsize=483712 CPUtime=1202.1 cores=0,2,4,6
/proc/20087/task/20090/stat : 20090 (priss) R 20086 20086 18837 0 -1 4202560 16696 0 0 0 120186 24 0 0 25 0 5 0 515995910 495321088 86536 33554432000 4194304 5787044 140734639607184 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20087/tid=20091] ppid=20086 vsize=483712 CPUtime=1199.24 cores=0,2,4,6
/proc/20087/task/20091/stat : 20091 (priss) R 20086 20086 18837 0 -1 4202560 27348 0 0 0 119886 38 0 0 25 0 5 0 515995911 495321088 86536 33554432000 4194304 5787044 140734639607184 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20087/tid=20092] ppid=20086 vsize=483712 CPUtime=1196.66 cores=0,2,4,6
/proc/20087/task/20092/stat : 20092 (priss) R 20086 20086 18837 0 -1 4202560 21323 0 0 0 119651 15 0 0 25 0 5 0 515995913 495321088 86536 33554432000 4194304 5787044 140734639607184 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.08
Current children cumulated vsize (KiB) 492412

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

Real time (s): 1202.52
CPU time (s): 4800.08
CPU user time (s): 4799.12
CPU system time (s): 0.96
CPU usage (%): 399.169
Max. virtual memory (cumulated for all children) (KiB): 492412

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

runsolver used 1.79073 second user time and 4.77627 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-29 04:26:03
IDJOB=3257588
IDBENCH=71150
IDSOLVER=1603
FILE ID=node131/3257588-1304043963
RUNJOBID= node131-1304036726-18855
PBS_JOBID= 13170364
Free space on /tmp= 71380 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT09/CRAFTED/modcircuits/mod4block_2vars_8gates_u2.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3257588-1304043963/watcher-3257588-1304043963 -o /tmp/evaluation-result-3257588-1304043963/solver-3257588-1304043963 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3257588-1304043963.cnf 2123085169 4800 15500 4

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

MD5SUM BENCH= a5bb71bc1d85a401ce9f42ed1404d63e
RANDOM SEED=2123085169

node131.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      24988264 kB
Buffers:        949296 kB
Cached:        6218708 kB
SwapCached:          4 kB
Active:         444468 kB
Inactive:      7026728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      24988264 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            3120 kB
Writeback:           0 kB
AnonPages:      302712 kB
Mapped:          15836 kB
Slab:           428228 kB
PageTables:       5316 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   494776 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71380 MiB
End job on node131 at 2011-04-29 04:46:07