Trace number 3257632

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 1202.02

General information on the benchmark

NameCRAFTED/modcircuits/
mod3block_2vars_11gates_u2_autoenc.cnf
MD5SUM36c3169a5cad0483dd15befcefc4323e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark689.141
Satisfiable
(Un)Satisfiability was proved
Number of variables526
Number of clauses146535
Sum of the clauses size858954
Maximum clause length14
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 22476
Number of clauses of size 34
Number of clauses of size 41387
Number of clauses of size 57328
Number of clauses of size over 5135276

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: 22328
0.00/0.07	c parsetime: 67072us
0.00/0.07	c parsed 146535 clauses with 526 variables
0.00/0.09	c NW started thread 0 successfully (1091623232)
0.00/0.12	c NW started thread 1 successfully (1102113088)
0.00/0.15	c NW started thread 2 successfully (1112602944)
0.00/0.19	c NW started thread 3 successfully (1123092800)
17.98/4.68	c preprocessor returned 10003 variables
17.98/4.68	c preprocessing returned UNKNOWN
17.98/4.68	c PP set 74 variables
17.98/4.68	c pp time: 4596298us (4s)
18.38/4.74	c preprocessor returned 10003 variables
18.38/4.74	c preprocessing returned UNKNOWN
18.38/4.74	c PP set 74 variables
18.38/4.74	c pp time: 4582761us (4s)
18.38/4.76	c preprocessor returned 10003 variables
18.38/4.76	c preprocessing returned UNKNOWN
18.38/4.76	c PP set 74 variables
18.38/4.76	c pp time: 4639168us (4s)
85.88/21.64	c preprocessor returned 30071 variables
85.88/21.64	c preprocessing returned UNKNOWN
85.88/21.64	c PP set 74 variables
85.88/21.64	c pp time: 21445667us (21s)
551.56/138.27	c HTE
568.74/142.57	c subsumption
578.32/144.92	c simplified formula contains 0 unit 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-3257632-1304043970/watcher-3257632-1304043970 -o /tmp/evaluation-result-3257632-1304043970/solver-3257632-1304043970 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3257632-1304043970.cnf 1115665123 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.09 8.06 7.92 5/182 22327
/proc/meminfo: memFree=16222976/32950940 swapFree=67111528/67111528
[pid=22327] ppid=22325 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22327/stat : 22327 (priss.sh) S 22325 22327 21582 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 594627739 8908800 252 33554432000 4194304 4922060 140733993490160 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22327/statm: 2175 252 211 178 0 68 0

[startup+0.085374 s]
/proc/loadavg: 8.09 8.06 7.92 5/182 22327
/proc/meminfo: memFree=16222976/32950940 swapFree=67111528/67111528
[pid=22327] ppid=22325 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22327/stat : 22327 (priss.sh) S 22325 22327 21582 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 594627739 8908800 252 33554432000 4194304 4922060 140733993490160 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22327/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100366 s]
/proc/loadavg: 8.09 8.06 7.92 5/182 22327
/proc/meminfo: memFree=16222976/32950940 swapFree=67111528/67111528
[pid=22327] ppid=22325 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22327/stat : 22327 (priss.sh) S 22325 22327 21582 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 594627739 8908800 252 33554432000 4194304 4922060 140733993490160 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22327/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300335 s]
/proc/loadavg: 8.09 8.06 7.92 5/182 22327
/proc/meminfo: memFree=16222976/32950940 swapFree=67111528/67111528
[pid=22327] ppid=22325 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22327/stat : 22327 (priss.sh) S 22325 22327 21582 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 594627739 8908800 252 33554432000 4194304 4922060 140733993490160 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22327/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700259 s]
/proc/loadavg: 8.09 8.06 7.92 5/182 22327
/proc/meminfo: memFree=16222976/32950940 swapFree=67111528/67111528
[pid=22327] ppid=22325 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22327/stat : 22327 (priss.sh) S 22325 22327 21582 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 594627739 8908800 252 33554432000 4194304 4922060 140733993490160 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22327/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50112 s]
/proc/loadavg: 8.08 8.06 7.92 9/188 22333
/proc/meminfo: memFree=16150644/32950940 swapFree=67111528/67111528
[pid=22327] ppid=22325 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22327/stat : 22327 (priss.sh) S 22325 22327 21582 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 594627739 8908800 252 33554432000 4194304 4922060 140733993490160 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22327/statm: 2175 252 211 178 0 68 0
[pid=22328] ppid=22327 vsize=309824 CPUtime=5.61 cores=1,3,5,7
/proc/22328/stat : 22328 (priss) S 22327 22327 21582 0 -1 4202496 18457 0 0 0 558 3 0 0 18 0 5 0 594627739 317259776 17975 33554432000 4194304 5787044 140735223189360 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22328/statm: 77456 17975 350 389 0 73206 0
[pid=22328/tid=22330] ppid=22327 vsize=309824 CPUtime=1.4 cores=1,3,5,7
/proc/22328/task/22330/stat : 22330 (priss) R 22327 22327 21582 0 -1 4202560 1403 0 0 0 140 0 0 0 25 0 5 0 594627748 317259776 17975 33554432000 4194304 5787044 140735223189360 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22328/tid=22331] ppid=22327 vsize=309824 CPUtime=1.36 cores=1,3,5,7
/proc/22328/task/22331/stat : 22331 (priss) R 22327 22327 21582 0 -1 4202560 1279 0 0 0 136 0 0 0 19 0 5 0 594627751 317259776 17975 33554432000 4194304 5787044 140735223189360 18446744073709551615 18446744073699065863 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22328/tid=22332] ppid=22327 vsize=309824 CPUtime=1.33 cores=1,3,5,7
/proc/22328/task/22332/stat : 22332 (priss) R 22327 22327 21582 0 -1 4202560 1460 0 0 0 133 0 0 0 23 0 5 0 594627754 317259776 17975 33554432000 4194304 5787044 140735223189360 18446744073709551615 4336159 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22328/tid=22333] ppid=22327 vsize=309824 CPUtime=1.3 cores=1,3,5,7
/proc/22328/task/22333/stat : 22333 (priss) R 22327 22327 21582 0 -1 4202560 1353 0 0 0 130 0 0 0 23 0 5 0 594627758 317259776 17975 33554432000 4194304 5787044 140735223189360 18446744073709551615 4336770 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.61
Current children cumulated vsize (KiB) 318524

[startup+3.10084 s]
/proc/loadavg: 8.08 8.06 7.92 9/188 22333
/proc/meminfo: memFree=16148340/32950940 swapFree=67111528/67111528
[pid=22327] ppid=22325 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22327/stat : 22327 (priss.sh) S 22325 22327 21582 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 594627739 8908800 252 33554432000 4194304 4922060 140733993490160 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22327/statm: 2175 252 211 178 0 68 0
[pid=22328] ppid=22327 vsize=312112 CPUtime=12 cores=1,3,5,7
/proc/22328/stat : 22328 (priss) S 22327 22327 21582 0 -1 4202496 19260 0 0 0 1197 3 0 0 18 0 5 0 594627739 319602688 18202 33554432000 4194304 5787044 140735223189360 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22328/statm: 78028 18202 352 389 0 73778 0
[pid=22328/tid=22330] ppid=22327 vsize=312112 CPUtime=3 cores=1,3,5,7
/proc/22328/task/22330/stat : 22330 (priss) R 22327 22327 21582 0 -1 4202560 1600 0 0 0 300 0 0 0 25 0 5 0 594627748 319602688 18202 33554432000 4194304 5787044 140735223189360 18446744073709551615 4336718 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22328/tid=22331] ppid=22327 vsize=312112 CPUtime=2.96 cores=1,3,5,7
/proc/22328/task/22331/stat : 22331 (priss) R 22327 22327 21582 0 -1 4202560 1428 0 0 0 296 0 0 0 25 0 5 0 594627751 319602688 18202 33554432000 4194304 5787044 140735223189360 18446744073709551615 4336133 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22328/tid=22332] ppid=22327 vsize=312112 CPUtime=2.93 cores=1,3,5,7
/proc/22328/task/22332/stat : 22332 (priss) R 22327 22327 21582 0 -1 4202560 1620 0 0 0 293 0 0 0 25 0 5 0 594627754 319602688 18202 33554432000 4194304 5787044 140735223189360 18446744073709551615 4336784 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22328/tid=22333] ppid=22327 vsize=312112 CPUtime=2.9 cores=1,3,5,7
/proc/22328/task/22333/stat : 22333 (priss) R 22327 22327 21582 0 -1 4202560 1650 0 0 0 290 0 0 0 25 0 5 0 594627758 319602688 18202 33554432000 4194304 5787044 140735223189360 18446744073709551615 4336135 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12
Current children cumulated vsize (KiB) 320812

[startup+6.30028 s]
/proc/loadavg: 8.08 8.06 7.92 9/188 22333
/proc/meminfo: memFree=16123928/32950940 swapFree=67111528/67111528
[pid=22327] ppid=22325 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22327/stat : 22327 (priss.sh) S 22325 22327 21582 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 594627739 8908800 252 33554432000 4194304 4922060 140733993490160 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22327/statm: 2175 252 211 178 0 68 0
[pid=22328] ppid=22327 vsize=326780 CPUtime=24.78 cores=1,3,5,7
/proc/22328/stat : 22328 (priss) S 22327 22327 21582 0 -1 4202496 25945 0 0 0 2472 6 0 0 18 0 5 0 594627739 334622720 24072 33554432000 4194304 5787044 140735223189360 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22328/statm: 81695 24072 405 389 0 77445 0
[pid=22328/tid=22330] ppid=22327 vsize=326780 CPUtime=6.2 cores=1,3,5,7
/proc/22328/task/22330/stat : 22330 (priss) R 22327 22327 21582 0 -1 4202560 2911 0 0 0 620 0 0 0 25 0 5 0 594627748 334622720 24072 33554432000 4194304 5787044 140735223189360 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22328/tid=22331] ppid=22327 vsize=326780 CPUtime=6.14 cores=1,3,5,7
/proc/22328/task/22331/stat : 22331 (priss) R 22327 22327 21582 0 -1 4202560 1889 0 0 0 613 1 0 0 25 0 5 0 594627751 334622720 24072 33554432000 4194304 5787044 140735223189360 18446744073709551615 5590248 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22328/tid=22332] ppid=22327 vsize=326780 CPUtime=6.13 cores=1,3,5,7
/proc/22328/task/22332/stat : 22332 (priss) R 22327 22327 21582 0 -1 4202560 4280 0 0 0 612 1 0 0 25 0 5 0 594627754 334622720 24072 33554432000 4194304 5787044 140735223189360 18446744073709551615 4254477 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22328/tid=22333] ppid=22327 vsize=326780 CPUtime=6.09 cores=1,3,5,7
/proc/22328/task/22333/stat : 22333 (priss) R 22327 22327 21582 0 -1 4202560 3903 0 0 0 609 0 0 0 25 0 5 0 594627758 334622720 24072 33554432000 4194304 5787044 140735223189360 18446744073709551615 4359858 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.78
Current children cumulated vsize (KiB) 335480

[startup+12.7012 s]
/proc/loadavg: 8.07 8.06 7.92 9/188 22333
/proc/meminfo: memFree=16117620/32950940 swapFree=67111528/67111528
[pid=22327] ppid=22325 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22327/stat : 22327 (priss.sh) S 22325 22327 21582 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 594627739 8908800 252 33554432000 4194304 4922060 140733993490160 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22327/statm: 2175 252 211 178 0 68 0
[pid=22328] ppid=22327 vsize=326780 CPUtime=50.34 cores=1,3,5,7
/proc/22328/stat : 22328 (priss) S 22327 22327 21582 0 -1 4202496 27228 0 0 0 5023 11 0 0 18 0 5 0 594627739 334622720 25355 33554432000 4194304 5787044 140735223189360 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22328/statm: 81695 25355 405 389 0 77445 0
[pid=22328/tid=22330] ppid=22327 vsize=326780 CPUtime=12.6 cores=1,3,5,7
/proc/22328/task/22330/stat : 22330 (priss) R 22327 22327 21582 0 -1 4202560 3111 0 0 0 1258 2 0 0 25 0 5 0 594627748 334622720 25355 33554432000 4194304 5787044 140735223189360 18446744073709551615 215988697631 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22328/tid=22331] ppid=22327 vsize=326780 CPUtime=12.5 cores=1,3,5,7
/proc/22328/task/22331/stat : 22331 (priss) R 22327 22327 21582 0 -1 4202560 2459 0 0 0 1248 2 0 0 25 0 5 0 594627751 334622720 25355 33554432000 4194304 5787044 140735223189360 18446744073709551615 5592144 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22328/tid=22332] ppid=22327 vsize=326780 CPUtime=12.53 cores=1,3,5,7
/proc/22328/task/22332/stat : 22332 (priss) R 22327 22327 21582 0 -1 4202560 4777 0 0 0 1250 3 0 0 25 0 5 0 594627754 334622720 25355 33554432000 4194304 5787044 140735223189360 18446744073709551615 215988697631 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22328/tid=22333] ppid=22327 vsize=326780 CPUtime=12.49 cores=1,3,5,7
/proc/22328/task/22333/stat : 22333 (priss) R 22327 22327 21582 0 -1 4202560 3919 0 0 0 1249 0 0 0 25 0 5 0 594627758 334622720 25355 33554432000 4194304 5787044 140735223189360 18446744073709551615 215988286425 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.34
Current children cumulated vsize (KiB) 335480

[startup+25.5009 s]
/proc/loadavg: 8.06 8.06 7.92 9/188 22334
/proc/meminfo: memFree=16093084/32950940 swapFree=67111528/67111528
[pid=22327] ppid=22325 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22327/stat : 22327 (priss.sh) S 22325 22327 21582 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 594627739 8908800 252 33554432000 4194304 4922060 140733993490160 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22327/statm: 2175 252 211 178 0 68 0
[pid=22328] ppid=22327 vsize=333916 CPUtime=101.45 cores=1,3,5,7
/proc/22328/stat : 22328 (priss) S 22327 22327 21582 0 -1 4202496 34373 0 0 0 10126 19 0 0 18 0 5 0 594627739 341929984 31540 33554432000 4194304 5787044 140735223189360 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22328/statm: 83479 31540 419 389 0 79229 0
[pid=22328/tid=22330] ppid=22327 vsize=333916 CPUtime=25.39 cores=1,3,5,7
/proc/22328/task/22330/stat : 22330 (priss) R 22327 22327 21582 0 -1 4202560 4395 0 0 0 2535 4 0 0 25 0 5 0 594627748 341929984 31540 33554432000 4194304 5787044 140735223189360 18446744073709551615 5590365 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22328/tid=22331] ppid=22327 vsize=333916 CPUtime=25.23 cores=1,3,5,7
/proc/22328/task/22331/stat : 22331 (priss) R 22327 22327 21582 0 -1 4202560 3304 0 0 0 2518 5 0 0 25 0 5 0 594627751 341929984 31540 33554432000 4194304 5787044 140735223189360 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22328/tid=22332] ppid=22327 vsize=333916 CPUtime=25.32 cores=1,3,5,7
/proc/22328/task/22332/stat : 22332 (priss) R 22327 22327 21582 0 -1 4202560 7122 0 0 0 2527 5 0 0 25 0 5 0 594627754 341929984 31540 33554432000 4194304 5787044 140735223189360 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22328/tid=22333] ppid=22327 vsize=333916 CPUtime=25.29 cores=1,3,5,7
/proc/22328/task/22333/stat : 22333 (priss) R 22327 22327 21582 0 -1 4202560 6590 0 0 0 2528 1 0 0 25 0 5 0 594627758 341929984 31540 33554432000 4194304 5787044 140735223189360 18446744073709551615 215988697631 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.45
Current children cumulated vsize (KiB) 342616

[startup+51.1004 s]
/proc/loadavg: 8.04 8.05 7.92 9/188 22334
/proc/meminfo: memFree=16022616/32950940 swapFree=67111528/67111528
[pid=22327] ppid=22325 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22327/stat : 22327 (priss.sh) S 22325 22327 21582 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 594627739 8908800 252 33554432000 4194304 4922060 140733993490160 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22327/statm: 2175 252 211 178 0 68 0
[pid=22328] ppid=22327 vsize=349048 CPUtime=203.69 cores=1,3,5,7
/proc/22328/stat : 22328 (priss) S 22327 22327 21582 0 -1 4202496 43674 0 0 0 20333 36 0 0 18 0 5 0 594627739 357425152 40710 33554432000 4194304 5787044 140735223189360 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22328/statm: 87262 40710 419 389 0 83012 0
[pid=22328/tid=22330] ppid=22327 vsize=349048 CPUtime=50.98 cores=1,3,5,7
/proc/22328/task/22330/stat : 22330 (priss) R 22327 22327 21582 0 -1 4202560 6690 0 0 0 5090 8 0 0 25 0 5 0 594627748 357425152 40710 33554432000 4194304 5787044 140735223189360 18446744073709551615 4219695 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22328/tid=22331] ppid=22327 vsize=349048 CPUtime=50.68 cores=1,3,5,7
/proc/22328/task/22331/stat : 22331 (priss) R 22327 22327 21582 0 -1 4202560 6176 0 0 0 5058 10 0 0 25 0 5 0 594627751 357425152 40710 33554432000 4194304 5787044 140735223189360 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22328/tid=22332] ppid=22327 vsize=349048 CPUtime=50.92 cores=1,3,5,7
/proc/22328/task/22332/stat : 22332 (priss) R 22327 22327 21582 0 -1 4202560 8747 0 0 0 5084 8 0 0 25 0 5 0 594627754 357425152 40710 33554432000 4194304 5787044 140735223189360 18446744073709551615 4254556 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22328/tid=22333] ppid=22327 vsize=349048 CPUtime=50.89 cores=1,3,5,7
/proc/22328/task/22333/stat : 22333 (priss) R 22327 22327 21582 0 -1 4202560 9099 0 0 0 5083 6 0 0 25 0 5 0 594627758 357425152 40710 33554432000 4194304 5787044 140735223189360 18446744073709551615 4692090 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.69
Current children cumulated vsize (KiB) 357748

[startup+102.306 s]
/proc/loadavg: 8.01 8.04 7.92 9/188 22336
/proc/meminfo: memFree=15896132/32950940 swapFree=67111528/67111528
[pid=22327] ppid=22325 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22327/stat : 22327 (priss.sh) S 22325 22327 21582 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 594627739 8908800 252 33554432000 4194304 4922060 140733993490160 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22327/statm: 2175 252 211 178 0 68 0
[pid=22328] ppid=22327 vsize=379116 CPUtime=408.19 cores=1,3,5,7
/proc/22328/stat : 22328 (priss) S 22327 22327 21582 0 -1 4202496 62258 0 0 0 40760 59 0 0 18 0 5 0 594627739 388214784 58948 33554432000 4194304 5787044 140735223189360 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22328/statm: 94779 58948 419 389 0 90529 0
[pid=22328/tid=22330] ppid=22327 vsize=379116 CPUtime=102.17 cores=1,3,5,7
/proc/22328/task/22330/stat : 22330 (priss) R 22327 22327 21582 0 -1 4202560 11759 0 0 0 10202 15 0 0 25 0 5 0 594627748 388214784 58948 33554432000 4194304 5787044 140735223189360 18446744073709551615 4229452 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22328/tid=22331] ppid=22327 vsize=379116 CPUtime=101.59 cores=1,3,5,7
/proc/22328/task/22331/stat : 22331 (priss) R 22327 22327 21582 0 -1 4202560 10945 0 0 0 10145 14 0 0 25 0 5 0 594627751 388214784 58948 33554432000 4194304 5787044 140735223189360 18446744073709551615 5591315 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22328/tid=22332] ppid=22327 vsize=379116 CPUtime=102.11 cores=1,3,5,7
/proc/22328/task/22332/stat : 22332 (priss) R 22327 22327 21582 0 -1 4202560 13416 0 0 0 10198 13 0 0 25 0 5 0 594627754 388214784 58948 33554432000 4194304 5787044 140735223189360 18446744073709551615 5592132 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22328/tid=22333] ppid=22327 vsize=379116 CPUtime=102.08 cores=1,3,5,7

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

/proc/22328/task/22331/stat : 22331 (priss) R 22327 22327 21582 0 -1 4202560 36826 0 0 0 81663 50 0 0 25 0 5 0 594627751 736075776 153231 33554432000 4194304 5787044 140735223189360 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22328/tid=22332] ppid=22327 vsize=718824 CPUtime=822.01 cores=1,3,5,7
/proc/22328/task/22332/stat : 22332 (priss) R 22327 22327 21582 0 -1 4202560 36189 0 0 0 82159 42 0 0 25 0 5 0 594627754 736075776 153231 33554432000 4194304 5787044 140735223189360 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22328/tid=22333] ppid=22327 vsize=718824 CPUtime=822.01 cores=1,3,5,7
/proc/22328/task/22333/stat : 22333 (priss) R 22327 22327 21582 0 -1 4202560 40722 0 0 0 82154 47 0 0 25 0 5 0 594627758 736075776 153231 33554432000 4194304 5787044 140735223189360 18446744073709551615 5527239 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3283.49
Current children cumulated vsize (KiB) 727524

[startup+882.301 s]
/proc/loadavg: 8.12 8.12 8.00 9/188 22392
/proc/meminfo: memFree=16597212/32950940 swapFree=67111528/67111528
[pid=22327] ppid=22325 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22327/stat : 22327 (priss.sh) S 22325 22327 21582 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 594627739 8908800 252 33554432000 4194304 4922060 140733993490160 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22327/statm: 2175 252 211 178 0 68 0
[pid=22328] ppid=22327 vsize=797120 CPUtime=3523.16 cores=1,3,5,7
/proc/22328/stat : 22328 (priss) S 22327 22327 21582 0 -1 4202496 164962 0 0 0 352129 187 0 0 18 0 5 0 594627739 816250880 159825 33554432000 4194304 5787044 140735223189360 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22328/statm: 199280 159825 419 389 0 195030 0
[pid=22328/tid=22330] ppid=22327 vsize=797120 CPUtime=882.12 cores=1,3,5,7
/proc/22328/task/22330/stat : 22330 (priss) R 22327 22327 21582 0 -1 4202560 32253 0 0 0 88175 37 0 0 25 0 5 0 594627748 816250880 159825 33554432000 4194304 5787044 140735223189360 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22328/tid=22331] ppid=22327 vsize=797120 CPUtime=876.8 cores=1,3,5,7
/proc/22328/task/22331/stat : 22331 (priss) R 22327 22327 21582 0 -1 4202560 39511 0 0 0 87625 55 0 0 25 0 5 0 594627751 816250880 159825 33554432000 4194304 5787044 140735223189360 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22328/tid=22332] ppid=22327 vsize=797120 CPUtime=882 cores=1,3,5,7
/proc/22328/task/22332/stat : 22332 (priss) R 22327 22327 21582 0 -1 4202560 38160 0 0 0 88157 43 0 0 25 0 5 0 594627754 816250880 159825 33554432000 4194304 5787044 140735223189360 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22328/tid=22333] ppid=22327 vsize=797120 CPUtime=882.01 cores=1,3,5,7
/proc/22328/task/22333/stat : 22333 (priss) R 22327 22327 21582 0 -1 4202560 42076 0 0 0 88153 48 0 0 25 0 5 0 594627758 816250880 159825 33554432000 4194304 5787044 140735223189360 18446744073709551615 5527568 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3523.16
Current children cumulated vsize (KiB) 805820

[startup+942.3 s]
/proc/loadavg: 8.08 8.11 8.00 9/188 22394
/proc/meminfo: memFree=16524012/32950940 swapFree=67111528/67111528
[pid=22327] ppid=22325 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22327/stat : 22327 (priss.sh) S 22325 22327 21582 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 594627739 8908800 252 33554432000 4194304 4922060 140733993490160 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22327/statm: 2175 252 211 178 0 68 0
[pid=22328] ppid=22327 vsize=815740 CPUtime=3762.83 cores=1,3,5,7
/proc/22328/stat : 22328 (priss) S 22327 22327 21582 0 -1 4202496 173917 0 0 0 376085 198 0 0 18 0 5 0 594627739 835317760 168448 33554432000 4194304 5787044 140735223189360 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22328/statm: 203935 168448 419 389 0 199685 0
[pid=22328/tid=22330] ppid=22327 vsize=815740 CPUtime=942.11 cores=1,3,5,7
/proc/22328/task/22330/stat : 22330 (priss) R 22327 22327 21582 0 -1 4202560 32729 0 0 0 94174 37 0 0 25 0 5 0 594627748 835317760 168448 33554432000 4194304 5787044 140735223189360 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22328/tid=22331] ppid=22327 vsize=815740 CPUtime=936.47 cores=1,3,5,7
/proc/22328/task/22331/stat : 22331 (priss) R 22327 22327 21582 0 -1 4202560 42083 0 0 0 93589 58 0 0 25 0 5 0 594627751 835317760 168448 33554432000 4194304 5787044 140735223189360 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22328/tid=22332] ppid=22327 vsize=815740 CPUtime=942.01 cores=1,3,5,7
/proc/22328/task/22332/stat : 22332 (priss) R 22327 22327 21582 0 -1 4202560 39817 0 0 0 94157 44 0 0 25 0 5 0 594627754 835317760 168448 33554432000 4194304 5787044 140735223189360 18446744073709551615 4692735 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22328/tid=22333] ppid=22327 vsize=815740 CPUtime=942 cores=1,3,5,7
/proc/22328/task/22333/stat : 22333 (priss) R 22327 22327 21582 0 -1 4202560 46326 0 0 0 94146 54 0 0 25 0 5 0 594627758 835317760 168448 33554432000 4194304 5787044 140735223189360 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3762.83
Current children cumulated vsize (KiB) 824440

[startup+1002.3 s]
/proc/loadavg: 8.19 8.13 8.01 9/188 22396
/proc/meminfo: memFree=16512940/32950940 swapFree=67111528/67111528
[pid=22327] ppid=22325 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22327/stat : 22327 (priss.sh) S 22325 22327 21582 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 594627739 8908800 252 33554432000 4194304 4922060 140733993490160 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22327/statm: 2175 252 211 178 0 68 0
[pid=22328] ppid=22327 vsize=816292 CPUtime=4002.43 cores=1,3,5,7
/proc/22328/stat : 22328 (priss) S 22327 22327 21582 0 -1 4202496 175271 0 0 0 400043 200 0 0 18 0 5 0 594627739 835883008 169144 33554432000 4194304 5787044 140735223189360 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22328/statm: 204073 169144 419 389 0 199823 0
[pid=22328/tid=22330] ppid=22327 vsize=816292 CPUtime=1002.1 cores=1,3,5,7
/proc/22328/task/22330/stat : 22330 (priss) R 22327 22327 21582 0 -1 4202560 33409 0 0 0 100172 38 0 0 25 0 5 0 594627748 835883008 169144 33554432000 4194304 5787044 140735223189360 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22328/tid=22331] ppid=22327 vsize=816292 CPUtime=996.13 cores=1,3,5,7
/proc/22328/task/22331/stat : 22331 (priss) R 22327 22327 21582 0 -1 4202560 42681 0 0 0 99554 59 0 0 25 0 5 0 594627751 835883008 169144 33554432000 4194304 5787044 140735223189360 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22328/tid=22332] ppid=22327 vsize=816292 CPUtime=1001.98 cores=1,3,5,7
/proc/22328/task/22332/stat : 22332 (priss) R 22327 22327 21582 0 -1 4202560 39817 0 0 0 100153 45 0 0 25 0 5 0 594627754 835883008 169144 33554432000 4194304 5787044 140735223189360 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22328/tid=22333] ppid=22327 vsize=816292 CPUtime=1002 cores=1,3,5,7
/proc/22328/task/22333/stat : 22333 (priss) R 22327 22327 21582 0 -1 4202560 46402 0 0 0 100145 55 0 0 25 0 5 0 594627758 835883008 169144 33554432000 4194304 5787044 140735223189360 18446744073709551615 5526890 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4002.43
Current children cumulated vsize (KiB) 824992

[startup+1062.3 s]
/proc/loadavg: 8.07 8.10 8.00 9/188 22397
/proc/meminfo: memFree=16491700/32950940 swapFree=67111528/67111528
[pid=22327] ppid=22325 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22327/stat : 22327 (priss.sh) S 22325 22327 21582 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 594627739 8908800 252 33554432000 4194304 4922060 140733993490160 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22327/statm: 2175 252 211 178 0 68 0
[pid=22328] ppid=22327 vsize=816292 CPUtime=4242.11 cores=1,3,5,7
/proc/22328/stat : 22328 (priss) S 22327 22327 21582 0 -1 4202496 175382 0 0 0 424010 201 0 0 18 0 5 0 594627739 835883008 169255 33554432000 4194304 5787044 140735223189360 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22328/statm: 204073 169255 419 389 0 199823 0
[pid=22328/tid=22330] ppid=22327 vsize=816292 CPUtime=1062.1 cores=1,3,5,7
/proc/22328/task/22330/stat : 22330 (priss) R 22327 22327 21582 0 -1 4202560 33409 0 0 0 106172 38 0 0 25 0 5 0 594627748 835883008 169255 33554432000 4194304 5787044 140735223189360 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22328/tid=22331] ppid=22327 vsize=816292 CPUtime=1055.81 cores=1,3,5,7
/proc/22328/task/22331/stat : 22331 (priss) R 22327 22327 21582 0 -1 4202560 42681 0 0 0 105522 59 0 0 25 0 5 0 594627751 835883008 169255 33554432000 4194304 5787044 140735223189360 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22328/tid=22332] ppid=22327 vsize=816292 CPUtime=1061.98 cores=1,3,5,7
/proc/22328/task/22332/stat : 22332 (priss) R 22327 22327 21582 0 -1 4202560 39818 0 0 0 106153 45 0 0 25 0 5 0 594627754 835883008 169255 33554432000 4194304 5787044 140735223189360 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22328/tid=22333] ppid=22327 vsize=816292 CPUtime=1062 cores=1,3,5,7
/proc/22328/task/22333/stat : 22333 (priss) R 22327 22327 21582 0 -1 4202560 46512 0 0 0 106145 55 0 0 25 0 5 0 594627758 835883008 169255 33554432000 4194304 5787044 140735223189360 18446744073709551615 5528078 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4242.11
Current children cumulated vsize (KiB) 824992

[startup+1122.3 s]
/proc/loadavg: 8.02 8.08 8.00 9/188 22399
/proc/meminfo: memFree=16443320/32950940 swapFree=67111528/67111528
[pid=22327] ppid=22325 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22327/stat : 22327 (priss.sh) S 22325 22327 21582 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 594627739 8908800 252 33554432000 4194304 4922060 140733993490160 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22327/statm: 2175 252 211 178 0 68 0
[pid=22328] ppid=22327 vsize=816436 CPUtime=4481.79 cores=1,3,5,7
/proc/22328/stat : 22328 (priss) S 22327 22327 21582 0 -1 4202496 175606 0 0 0 447977 202 0 0 18 0 5 0 594627739 836030464 169479 33554432000 4194304 5787044 140735223189360 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22328/statm: 204109 169479 419 389 0 199859 0
[pid=22328/tid=22330] ppid=22327 vsize=816436 CPUtime=1122.1 cores=1,3,5,7
/proc/22328/task/22330/stat : 22330 (priss) R 22327 22327 21582 0 -1 4202560 33412 0 0 0 112172 38 0 0 25 0 5 0 594627748 836030464 169479 33554432000 4194304 5787044 140735223189360 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22328/tid=22331] ppid=22327 vsize=816436 CPUtime=1115.48 cores=1,3,5,7
/proc/22328/task/22331/stat : 22331 (priss) R 22327 22327 21582 0 -1 4202560 42682 0 0 0 111489 59 0 0 25 0 5 0 594627751 836030464 169479 33554432000 4194304 5787044 140735223189360 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22328/tid=22332] ppid=22327 vsize=816436 CPUtime=1121.98 cores=1,3,5,7
/proc/22328/task/22332/stat : 22332 (priss) R 22327 22327 21582 0 -1 4202560 39818 0 0 0 112153 45 0 0 25 0 5 0 594627754 836030464 169479 33554432000 4194304 5787044 140735223189360 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22328/tid=22333] ppid=22327 vsize=816436 CPUtime=1122 cores=1,3,5,7
/proc/22328/task/22333/stat : 22333 (priss) R 22327 22327 21582 0 -1 4202560 46732 0 0 0 112145 55 0 0 25 0 5 0 594627758 836030464 169479 33554432000 4194304 5787044 140735223189360 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4481.79
Current children cumulated vsize (KiB) 825136

[startup+1182.3 s]
/proc/loadavg: 8.01 8.06 8.00 9/188 22400
/proc/meminfo: memFree=16418244/32950940 swapFree=67111528/67111528
[pid=22327] ppid=22325 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22327/stat : 22327 (priss.sh) S 22325 22327 21582 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 594627739 8908800 252 33554432000 4194304 4922060 140733993490160 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22327/statm: 2175 252 211 178 0 68 0
[pid=22328] ppid=22327 vsize=816436 CPUtime=4721.46 cores=1,3,5,7
/proc/22328/stat : 22328 (priss) S 22327 22327 21582 0 -1 4202496 175925 0 0 0 471944 202 0 0 18 0 5 0 594627739 836030464 169798 33554432000 4194304 5787044 140735223189360 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22328/statm: 204109 169798 419 389 0 199859 0
[pid=22328/tid=22330] ppid=22327 vsize=816436 CPUtime=1182.11 cores=1,3,5,7
/proc/22328/task/22330/stat : 22330 (priss) R 22327 22327 21582 0 -1 4202560 33422 0 0 0 118172 39 0 0 25 0 5 0 594627748 836030464 169798 33554432000 4194304 5787044 140735223189360 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22328/tid=22331] ppid=22327 vsize=816436 CPUtime=1175.15 cores=1,3,5,7
/proc/22328/task/22331/stat : 22331 (priss) R 22327 22327 21582 0 -1 4202560 42682 0 0 0 117456 59 0 0 25 0 5 0 594627751 836030464 169798 33554432000 4194304 5787044 140735223189360 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22328/tid=22332] ppid=22327 vsize=816436 CPUtime=1181.99 cores=1,3,5,7
/proc/22328/task/22332/stat : 22332 (priss) R 22327 22327 21582 0 -1 4202560 39819 0 0 0 118153 46 0 0 25 0 5 0 594627754 836030464 169798 33554432000 4194304 5787044 140735223189360 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22328/tid=22333] ppid=22327 vsize=816436 CPUtime=1181.99 cores=1,3,5,7
/proc/22328/task/22333/stat : 22333 (priss) R 22327 22327 21582 0 -1 4202560 47040 0 0 0 118144 55 0 0 25 0 5 0 594627758 836030464 169798 33554432000 4194304 5787044 140735223189360 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4721.46
Current children cumulated vsize (KiB) 825136



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202 s]
/proc/loadavg: 8.00 8.06 8.00 9/188 22401
/proc/meminfo: memFree=16417364/32950940 swapFree=67111528/67111528
[pid=22327] ppid=22325 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22327/stat : 22327 (priss.sh) S 22325 22327 21582 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 594627739 8908800 252 33554432000 4194304 4922060 140733993490160 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22327/statm: 2175 252 211 178 0 68 0
[pid=22328] ppid=22327 vsize=816436 CPUtime=4800.18 cores=1,3,5,7
/proc/22328/stat : 22328 (priss) S 22327 22327 21582 0 -1 4202496 176090 0 0 0 479815 203 0 0 18 0 5 0 594627739 836030464 169963 33554432000 4194304 5787044 140735223189360 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22328/statm: 204109 169963 419 389 0 199859 0
[pid=22328/tid=22330] ppid=22327 vsize=816436 CPUtime=1201.81 cores=1,3,5,7
/proc/22328/task/22330/stat : 22330 (priss) R 22327 22327 21582 0 -1 4202560 33422 0 0 0 120142 39 0 0 25 0 5 0 594627748 836030464 169963 33554432000 4194304 5787044 140735223189360 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22328/tid=22331] ppid=22327 vsize=816436 CPUtime=1194.75 cores=1,3,5,7
/proc/22328/task/22331/stat : 22331 (priss) R 22327 22327 21582 0 -1 4202560 42682 0 0 0 119416 59 0 0 25 0 5 0 594627751 836030464 169963 33554432000 4194304 5787044 140735223189360 18446744073709551615 5591325 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22328/tid=22332] ppid=22327 vsize=816436 CPUtime=1201.69 cores=1,3,5,7
/proc/22328/task/22332/stat : 22332 (priss) R 22327 22327 21582 0 -1 4202560 39823 0 0 0 120123 46 0 0 25 0 5 0 594627754 836030464 169963 33554432000 4194304 5787044 140735223189360 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22328/tid=22333] ppid=22327 vsize=816436 CPUtime=1201.71 cores=1,3,5,7
/proc/22328/task/22333/stat : 22333 (priss) R 22327 22327 21582 0 -1 4202560 47201 0 0 0 120115 56 0 0 25 0 5 0 594627758 836030464 169963 33554432000 4194304 5787044 140735223189360 18446744073709551615 5527068 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) 825136

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 22327 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): 1202.02
CPU time (s): 4800.18
CPU user time (s): 4798.15
CPU system time (s): 2.03
CPU usage (%): 399.343
Max. virtual memory (cumulated for all children) (KiB): 825136

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= 333
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.73974 second user time and 4.82827 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-29 04:26:10
IDJOB=3257632
IDBENCH=71153
IDSOLVER=1603
FILE ID=node117/3257632-1304043970
RUNJOBID= node117-1304041561-21601
PBS_JOBID= 13170383
Free space on /tmp= 71652 MiB

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

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

MD5SUM BENCH= 36c3169a5cad0483dd15befcefc4323e
RANDOM SEED=1115665123

node117.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.849
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.69
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.849
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.849
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.74
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.849
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.849
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.75
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.849
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.74
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.849
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.849
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	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      16223132 kB
Buffers:       2376244 kB
Cached:       12435392 kB
SwapCached:          0 kB
Active:        9376584 kB
Inactive:      6767468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      16223132 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5468 kB
Writeback:           0 kB
AnonPages:     1331900 kB
Mapped:          15624 kB
Slab:           517324 kB
PageTables:       7012 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:  1631516 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= 71672 MiB
End job on node117 at 2011-04-29 04:46:14