Trace number 3263352

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

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_60_28_40_7-log.shuffled-as.sat03-127.cnf
MD5SUMf1f35d90237c4ca07d41a6a9b08e6279
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of clauses58376
Sum of the clauses size583480
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 556
Number of clauses of size over 558320

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: 28932
0.00/0.04	c parsetime: 40765us
0.00/0.04	c parsed 58376 clauses with 140 variables
0.00/0.05	c NW started thread 0 successfully (1091840320)
0.00/0.07	c NW started thread 1 successfully (1102330176)
0.00/0.09	c NW started thread 2 successfully (1112820032)
0.00/0.13	c NW started thread 3 successfully (1123309888)
162.75/40.86	c preprocessor returned 10019 variables
162.75/40.86	c preprocessing returned UNKNOWN
162.75/40.86	c PP set 0 variables
162.75/40.86	c pp time: 40810321us (40s)
163.55/41.03	c preprocessor returned 10019 variables
163.55/41.03	c preprocessing returned UNKNOWN
163.55/41.03	c PP set 0 variables
163.55/41.03	c pp time: 40960513us (40s)
164.35/41.20	c preprocessor returned 10019 variables
164.35/41.20	c preprocessing returned UNKNOWN
164.35/41.20	c PP set 0 variables
164.35/41.20	c pp time: 41114942us (41s)
789.86/197.82	c preprocessor returned 30014 variables
789.86/197.82	c preprocessing returned UNKNOWN
789.86/197.82	c PP set 0 variables
789.86/197.82	c pp time: 197720143us (197s)

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-3263352-1304064825/watcher-3263352-1304064825 -o /tmp/evaluation-result-3263352-1304064825/solver-3263352-1304064825 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3263352-1304064825.cnf 166236419 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.05 8.07 8.01 6/182 28931
/proc/meminfo: memFree=13969368/32950928 swapFree=67111528/67111528
[pid=28931] ppid=28929 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28931/stat : 28931 (priss.sh) S 28929 28931 28330 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 596713184 8908800 252 33554432000 4194304 4922060 140733374874352 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28931/statm: 2175 252 211 178 0 68 0

[startup+0.073825 s]
/proc/loadavg: 8.05 8.07 8.01 6/182 28931
/proc/meminfo: memFree=13969368/32950928 swapFree=67111528/67111528
[pid=28931] ppid=28929 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28931/stat : 28931 (priss.sh) S 28929 28931 28330 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 596713184 8908800 252 33554432000 4194304 4922060 140733374874352 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28931/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.131814 s]
/proc/loadavg: 8.05 8.07 8.01 6/182 28931
/proc/meminfo: memFree=13969368/32950928 swapFree=67111528/67111528
[pid=28931] ppid=28929 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28931/stat : 28931 (priss.sh) S 28929 28931 28330 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 596713184 8908800 252 33554432000 4194304 4922060 140733374874352 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28931/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.331718 s]
/proc/loadavg: 8.05 8.07 8.01 6/182 28931
/proc/meminfo: memFree=13969368/32950928 swapFree=67111528/67111528
[pid=28931] ppid=28929 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28931/stat : 28931 (priss.sh) S 28929 28931 28330 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 596713184 8908800 252 33554432000 4194304 4922060 140733374874352 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28931/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700654 s]
/proc/loadavg: 8.05 8.07 8.01 6/182 28931
/proc/meminfo: memFree=13969368/32950928 swapFree=67111528/67111528
[pid=28931] ppid=28929 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28931/stat : 28931 (priss.sh) S 28929 28931 28330 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 596713184 8908800 252 33554432000 4194304 4922060 140733374874352 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28931/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50052 s]
/proc/loadavg: 8.05 8.07 8.01 9/188 28937
/proc/meminfo: memFree=13931312/32950928 swapFree=67111528/67111528
[pid=28931] ppid=28929 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28931/stat : 28931 (priss.sh) S 28929 28931 28330 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 596713184 8908800 252 33554432000 4194304 4922060 140733374874352 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28931/statm: 2175 252 211 178 0 68 0
[pid=28932] ppid=28931 vsize=220700 CPUtime=5.77 cores=1,3,5,7
/proc/28932/stat : 28932 (priss) S 28931 28931 28330 0 -1 4202496 9927 0 0 0 576 1 0 0 20 0 5 0 596713184 225996800 9724 33554432000 4194304 5787044 140737404766928 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/28932/statm: 55175 9724 350 389 0 50925 0
[pid=28932/tid=28934] ppid=28931 vsize=220700 CPUtime=1.44 cores=1,3,5,7
/proc/28932/task/28934/stat : 28934 (priss) R 28931 28931 28330 0 -1 4202560 1052 0 0 0 144 0 0 0 25 0 5 0 596713190 225996800 9724 33554432000 4194304 5787044 140737404766928 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28932/tid=28935] ppid=28931 vsize=220700 CPUtime=1.42 cores=1,3,5,7
/proc/28932/task/28935/stat : 28935 (priss) R 28931 28931 28330 0 -1 4202560 998 0 0 0 142 0 0 0 23 0 5 0 596713191 225996800 9724 33554432000 4194304 5787044 140737404766928 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28932/tid=28936] ppid=28931 vsize=220700 CPUtime=1.4 cores=1,3,5,7
/proc/28932/task/28936/stat : 28936 (priss) R 28931 28931 28330 0 -1 4202560 910 0 0 0 140 0 0 0 25 0 5 0 596713193 225996800 9724 33554432000 4194304 5787044 140737404766928 18446744073709551615 4336138 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=28932/tid=28937] ppid=28931 vsize=220700 CPUtime=1.39 cores=1,3,5,7
/proc/28932/task/28937/stat : 28937 (priss) R 28931 28931 28330 0 -1 4202560 962 0 0 0 139 0 0 0 25 0 5 0 596713194 225996800 9724 33554432000 4194304 5787044 140737404766928 18446744073709551615 4336664 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.77
Current children cumulated vsize (KiB) 229400

[startup+3.10124 s]
/proc/loadavg: 8.05 8.07 8.01 9/188 28937
/proc/meminfo: memFree=13930816/32950928 swapFree=67111528/67111528
[pid=28931] ppid=28929 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28931/stat : 28931 (priss.sh) S 28929 28931 28330 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 596713184 8908800 252 33554432000 4194304 4922060 140733374874352 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28931/statm: 2175 252 211 178 0 68 0
[pid=28932] ppid=28931 vsize=220700 CPUtime=12.17 cores=1,3,5,7
/proc/28932/stat : 28932 (priss) S 28931 28931 28330 0 -1 4202496 9928 0 0 0 1216 1 0 0 20 0 5 0 596713184 225996800 9725 33554432000 4194304 5787044 140737404766928 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/28932/statm: 55175 9725 350 389 0 50925 0
[pid=28932/tid=28934] ppid=28931 vsize=220700 CPUtime=3.04 cores=1,3,5,7
/proc/28932/task/28934/stat : 28934 (priss) R 28931 28931 28330 0 -1 4202560 1052 0 0 0 304 0 0 0 25 0 5 0 596713190 225996800 9725 33554432000 4194304 5787044 140737404766928 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28932/tid=28935] ppid=28931 vsize=220700 CPUtime=3.02 cores=1,3,5,7
/proc/28932/task/28935/stat : 28935 (priss) R 28931 28931 28330 0 -1 4202560 999 0 0 0 302 0 0 0 25 0 5 0 596713191 225996800 9725 33554432000 4194304 5787044 140737404766928 18446744073709551615 4336729 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28932/tid=28936] ppid=28931 vsize=220700 CPUtime=3 cores=1,3,5,7
/proc/28932/task/28936/stat : 28936 (priss) R 28931 28931 28330 0 -1 4202560 910 0 0 0 300 0 0 0 25 0 5 0 596713193 225996800 9725 33554432000 4194304 5787044 140737404766928 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=28932/tid=28937] ppid=28931 vsize=220700 CPUtime=2.99 cores=1,3,5,7
/proc/28932/task/28937/stat : 28937 (priss) R 28931 28931 28330 0 -1 4202560 962 0 0 0 299 0 0 0 25 0 5 0 596713194 225996800 9725 33554432000 4194304 5787044 140737404766928 18446744073709551615 4336193 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.17
Current children cumulated vsize (KiB) 229400

[startup+6.30068 s]
/proc/loadavg: 8.05 8.07 8.01 9/188 28937
/proc/meminfo: memFree=13929968/32950928 swapFree=67111528/67111528
[pid=28931] ppid=28929 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28931/stat : 28931 (priss.sh) S 28929 28931 28330 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 596713184 8908800 252 33554432000 4194304 4922060 140733374874352 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28931/statm: 2175 252 211 178 0 68 0
[pid=28932] ppid=28931 vsize=220700 CPUtime=24.94 cores=1,3,5,7
/proc/28932/stat : 28932 (priss) S 28931 28931 28330 0 -1 4202496 9928 0 0 0 2493 1 0 0 20 0 5 0 596713184 225996800 9725 33554432000 4194304 5787044 140737404766928 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/28932/statm: 55175 9725 350 389 0 50925 0
[pid=28932/tid=28934] ppid=28931 vsize=220700 CPUtime=6.24 cores=1,3,5,7
/proc/28932/task/28934/stat : 28934 (priss) R 28931 28931 28330 0 -1 4202560 1052 0 0 0 624 0 0 0 25 0 5 0 596713190 225996800 9725 33554432000 4194304 5787044 140737404766928 18446744073709551615 4336756 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28932/tid=28935] ppid=28931 vsize=220700 CPUtime=6.22 cores=1,3,5,7
/proc/28932/task/28935/stat : 28935 (priss) R 28931 28931 28330 0 -1 4202560 999 0 0 0 622 0 0 0 25 0 5 0 596713191 225996800 9725 33554432000 4194304 5787044 140737404766928 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28932/tid=28936] ppid=28931 vsize=220700 CPUtime=6.18 cores=1,3,5,7
/proc/28932/task/28936/stat : 28936 (priss) R 28931 28931 28330 0 -1 4202560 910 0 0 0 618 0 0 0 25 0 5 0 596713193 225996800 9725 33554432000 4194304 5787044 140737404766928 18446744073709551615 4336269 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=28932/tid=28937] ppid=28931 vsize=220700 CPUtime=6.19 cores=1,3,5,7
/proc/28932/task/28937/stat : 28937 (priss) R 28931 28931 28330 0 -1 4202560 962 0 0 0 619 0 0 0 25 0 5 0 596713194 225996800 9725 33554432000 4194304 5787044 140737404766928 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.94
Current children cumulated vsize (KiB) 229400

[startup+12.7006 s]
/proc/loadavg: 8.04 8.07 8.01 9/188 28938
/proc/meminfo: memFree=13928620/32950928 swapFree=67111528/67111528
[pid=28931] ppid=28929 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28931/stat : 28931 (priss.sh) S 28929 28931 28330 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 596713184 8908800 252 33554432000 4194304 4922060 140733374874352 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28931/statm: 2175 252 211 178 0 68 0
[pid=28932] ppid=28931 vsize=220700 CPUtime=50.51 cores=1,3,5,7
/proc/28932/stat : 28932 (priss) S 28931 28931 28330 0 -1 4202496 9930 0 0 0 5049 2 0 0 20 0 5 0 596713184 225996800 9727 33554432000 4194304 5787044 140737404766928 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/28932/statm: 55175 9727 350 389 0 50925 0
[pid=28932/tid=28934] ppid=28931 vsize=220700 CPUtime=12.63 cores=1,3,5,7
/proc/28932/task/28934/stat : 28934 (priss) R 28931 28931 28330 0 -1 4202560 1052 0 0 0 1263 0 0 0 25 0 5 0 596713190 225996800 9727 33554432000 4194304 5787044 140737404766928 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28932/tid=28935] ppid=28931 vsize=220700 CPUtime=12.62 cores=1,3,5,7
/proc/28932/task/28935/stat : 28935 (priss) R 28931 28931 28330 0 -1 4202560 999 0 0 0 1262 0 0 0 25 0 5 0 596713191 225996800 9727 33554432000 4194304 5787044 140737404766928 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28932/tid=28936] ppid=28931 vsize=220700 CPUtime=12.54 cores=1,3,5,7
/proc/28932/task/28936/stat : 28936 (priss) R 28931 28931 28330 0 -1 4202560 910 0 0 0 1254 0 0 0 25 0 5 0 596713193 225996800 9727 33554432000 4194304 5787044 140737404766928 18446744073709551615 4336781 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=28932/tid=28937] ppid=28931 vsize=220700 CPUtime=12.59 cores=1,3,5,7
/proc/28932/task/28937/stat : 28937 (priss) R 28931 28931 28330 0 -1 4202560 964 0 0 0 1259 0 0 0 25 0 5 0 596713194 225996800 9727 33554432000 4194304 5787044 140737404766928 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 229400

[startup+25.5003 s]
/proc/loadavg: 8.04 8.07 8.01 9/188 28938
/proc/meminfo: memFree=13926668/32950928 swapFree=67111528/67111528
[pid=28931] ppid=28929 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28931/stat : 28931 (priss.sh) S 28929 28931 28330 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 596713184 8908800 252 33554432000 4194304 4922060 140733374874352 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28931/statm: 2175 252 211 178 0 68 0
[pid=28932] ppid=28931 vsize=220700 CPUtime=101.64 cores=1,3,5,7
/proc/28932/stat : 28932 (priss) S 28931 28931 28330 0 -1 4202496 9932 0 0 0 10162 2 0 0 20 0 5 0 596713184 225996800 9729 33554432000 4194304 5787044 140737404766928 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/28932/statm: 55175 9729 350 389 0 50925 0
[pid=28932/tid=28934] ppid=28931 vsize=220700 CPUtime=25.43 cores=1,3,5,7
/proc/28932/task/28934/stat : 28934 (priss) R 28931 28931 28330 0 -1 4202560 1052 0 0 0 2543 0 0 0 25 0 5 0 596713190 225996800 9729 33554432000 4194304 5787044 140737404766928 18446744073709551615 4336249 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28932/tid=28935] ppid=28931 vsize=220700 CPUtime=25.42 cores=1,3,5,7
/proc/28932/task/28935/stat : 28935 (priss) R 28931 28931 28330 0 -1 4202560 999 0 0 0 2542 0 0 0 25 0 5 0 596713191 225996800 9729 33554432000 4194304 5787044 140737404766928 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28932/tid=28936] ppid=28931 vsize=220700 CPUtime=25.27 cores=1,3,5,7
/proc/28932/task/28936/stat : 28936 (priss) R 28931 28931 28330 0 -1 4202560 912 0 0 0 2527 0 0 0 25 0 5 0 596713193 225996800 9729 33554432000 4194304 5787044 140737404766928 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=28932/tid=28937] ppid=28931 vsize=220700 CPUtime=25.39 cores=1,3,5,7
/proc/28932/task/28937/stat : 28937 (priss) R 28931 28931 28330 0 -1 4202560 964 0 0 0 2539 0 0 0 25 0 5 0 596713194 225996800 9729 33554432000 4194304 5787044 140737404766928 18446744073709551615 4336773 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.64
Current children cumulated vsize (KiB) 229400

[startup+51.1009 s]
/proc/loadavg: 8.02 8.06 8.01 9/188 28939
/proc/meminfo: memFree=13883392/32950928 swapFree=67111528/67111528
[pid=28931] ppid=28929 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28931/stat : 28931 (priss.sh) S 28929 28931 28330 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 596713184 8908800 252 33554432000 4194304 4922060 140733374874352 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28931/statm: 2175 252 211 178 0 68 0
[pid=28932] ppid=28931 vsize=234884 CPUtime=203.89 cores=1,3,5,7
/proc/28932/stat : 28932 (priss) S 28931 28931 28330 0 -1 4202496 20689 0 0 0 20377 12 0 0 20 0 5 0 596713184 240521216 18988 33554432000 4194304 5787044 140737404766928 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/28932/statm: 58721 18988 404 389 0 54471 0
[pid=28932/tid=28934] ppid=28931 vsize=234884 CPUtime=51.03 cores=1,3,5,7
/proc/28932/task/28934/stat : 28934 (priss) R 28931 28931 28330 0 -1 4202560 4434 0 0 0 5100 3 0 0 25 0 5 0 596713190 240521216 18988 33554432000 4194304 5787044 140737404766928 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28932/tid=28935] ppid=28931 vsize=234884 CPUtime=51.01 cores=1,3,5,7
/proc/28932/task/28935/stat : 28935 (priss) R 28931 28931 28330 0 -1 4202560 2573 0 0 0 5099 2 0 0 25 0 5 0 596713191 240521216 18988 33554432000 4194304 5787044 140737404766928 18446744073709551615 4218848 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28932/tid=28936] ppid=28931 vsize=234884 CPUtime=50.72 cores=1,3,5,7
/proc/28932/task/28936/stat : 28936 (priss) R 28931 28931 28330 0 -1 4202560 3834 0 0 0 5069 3 0 0 19 0 5 0 596713193 240521216 18988 33554432000 4194304 5787044 140737404766928 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=28932/tid=28937] ppid=28931 vsize=234884 CPUtime=50.99 cores=1,3,5,7
/proc/28932/task/28937/stat : 28937 (priss) R 28931 28931 28330 0 -1 4202560 3843 0 0 0 5098 1 0 0 25 0 5 0 596713194 240521216 18988 33554432000 4194304 5787044 140737404766928 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.89
Current children cumulated vsize (KiB) 243584

[startup+102.307 s]
/proc/loadavg: 8.01 8.05 8.00 9/188 28940
/proc/meminfo: memFree=13812936/32950928 swapFree=67111528/67111528
[pid=28931] ppid=28929 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28931/stat : 28931 (priss.sh) S 28929 28931 28330 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 596713184 8908800 252 33554432000 4194304 4922060 140733374874352 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28931/statm: 2175 252 211 178 0 68 0
[pid=28932] ppid=28931 vsize=259100 CPUtime=408.41 cores=1,3,5,7
/proc/28932/stat : 28932 (priss) S 28931 28931 28330 0 -1 4202496 34916 0 0 0 40808 33 0 0 20 0 5 0 596713184 265318400 33170 33554432000 4194304 5787044 140737404766928 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/28932/statm: 64775 33170 404 389 0 60525 0
[pid=28932/tid=28934] ppid=28931 vsize=259100 CPUtime=102.23 cores=1,3,5,7
/proc/28932/task/28934/stat : 28934 (priss) R 28931 28931 28330 0 -1 4202560 9847 0 0 0 10214 9 0 0 25 0 5 0 596713190 265318400 33170 33554432000 4194304 5787044 140737404766928 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28932/tid=28935] ppid=28931 vsize=259100 CPUtime=102.21 cores=1,3,5,7
/proc/28932/task/28935/stat : 28935 (priss) R 28931 28931 28330 0 -1 4202560 6770 0 0 0 10213 8 0 0 25 0 5 0 596713191 265318400 33170 33554432000 4194304 5787044 140737404766928 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28932/tid=28936] ppid=28931 vsize=259100 CPUtime=101.65 cores=1,3,5,7
/proc/28932/task/28936/stat : 28936 (priss) R 28931 28931 28330 0 -1 4202560 8451 0 0 0 10152 13 0 0 25 0 5 0 596713193 265318400 33170 33554432000 4194304 5787044 140737404766928 18446744073709551615 5591342 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=28932/tid=28937] ppid=28931 vsize=259100 CPUtime=102.19 cores=1,3,5,7

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

/proc/28932/task/28935/stat : 28935 (priss) R 28931 28931 28330 0 -1 4202560 16631 0 0 0 82198 20 0 0 25 0 5 0 596713191 621060096 105142 33554432000 4194304 5787044 140737404766928 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=28932/tid=28936] ppid=28931 vsize=606504 CPUtime=820.85 cores=1,3,5,7
/proc/28932/task/28936/stat : 28936 (priss) R 28931 28931 28330 0 -1 4202560 30563 0 0 0 82035 50 0 0 25 0 5 0 596713193 621060096 105142 33554432000 4194304 5787044 140737404766928 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28932/tid=28937] ppid=28931 vsize=606504 CPUtime=822.18 cores=1,3,5,7
/proc/28932/task/28937/stat : 28937 (priss) R 28931 28931 28330 0 -1 4202560 31782 0 0 0 82178 40 0 0 25 0 5 0 596713194 621060096 105142 33554432000 4194304 5787044 140737404766928 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3284.4
Current children cumulated vsize (KiB) 615204

[startup+882.3 s]
/proc/loadavg: 8.06 8.08 8.01 9/188 28994
/proc/meminfo: memFree=13651752/32950928 swapFree=67111528/67111528
[pid=28931] ppid=28929 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28931/stat : 28931 (priss.sh) S 28929 28931 28330 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 596713184 8908800 252 33554432000 4194304 4922060 140733374874352 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28931/statm: 2175 252 211 178 0 68 0
[pid=28932] ppid=28931 vsize=615336 CPUtime=3524.07 cores=1,3,5,7
/proc/28932/stat : 28932 (priss) S 28931 28931 28330 0 -1 4202496 115835 0 0 0 352250 157 0 0 20 0 5 0 596713184 630104064 112285 33554432000 4194304 5787044 140737404766928 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/28932/statm: 153834 112285 417 389 0 149584 0
[pid=28932/tid=28934] ppid=28931 vsize=615336 CPUtime=878.74 cores=1,3,5,7
/proc/28932/task/28934/stat : 28934 (priss) R 28931 28931 28330 0 -1 4202560 23812 0 0 0 87843 31 0 0 25 0 5 0 596713190 630104064 112285 33554432000 4194304 5787044 140737404766928 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=28932/tid=28935] ppid=28931 vsize=615336 CPUtime=882.18 cores=1,3,5,7
/proc/28932/task/28935/stat : 28935 (priss) R 28931 28931 28330 0 -1 4202560 18916 0 0 0 88191 27 0 0 25 0 5 0 596713191 630104064 112285 33554432000 4194304 5787044 140737404766928 18446744073709551615 5591573 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=28932/tid=28936] ppid=28931 vsize=615336 CPUtime=880.85 cores=1,3,5,7
/proc/28932/task/28936/stat : 28936 (priss) R 28931 28931 28330 0 -1 4202560 32286 0 0 0 88031 54 0 0 25 0 5 0 596713193 630104064 112285 33554432000 4194304 5787044 140737404766928 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28932/tid=28937] ppid=28931 vsize=615336 CPUtime=882.18 cores=1,3,5,7
/proc/28932/task/28937/stat : 28937 (priss) R 28931 28931 28330 0 -1 4202560 34816 0 0 0 88175 43 0 0 25 0 5 0 596713194 630104064 112285 33554432000 4194304 5787044 140737404766928 18446744073709551615 5528408 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3524.07
Current children cumulated vsize (KiB) 624036

[startup+942.301 s]
/proc/loadavg: 8.06 8.08 8.01 9/188 28995
/proc/meminfo: memFree=13618720/32950928 swapFree=67111528/67111528
[pid=28931] ppid=28929 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28931/stat : 28931 (priss.sh) S 28929 28931 28330 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 596713184 8908800 252 33554432000 4194304 4922060 140733374874352 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28931/statm: 2175 252 211 178 0 68 0
[pid=28932] ppid=28931 vsize=629796 CPUtime=3763.75 cores=1,3,5,7
/proc/28932/stat : 28932 (priss) S 28931 28931 28330 0 -1 4202496 123788 0 0 0 376206 169 0 0 20 0 5 0 596713184 644911104 120238 33554432000 4194304 5787044 140737404766928 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/28932/statm: 157449 120238 417 389 0 153199 0
[pid=28932/tid=28934] ppid=28931 vsize=629796 CPUtime=938.42 cores=1,3,5,7
/proc/28932/task/28934/stat : 28934 (priss) R 28931 28931 28330 0 -1 4202560 23958 0 0 0 93810 32 0 0 25 0 5 0 596713190 644911104 120238 33554432000 4194304 5787044 140737404766928 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=28932/tid=28935] ppid=28931 vsize=629796 CPUtime=942.17 cores=1,3,5,7
/proc/28932/task/28935/stat : 28935 (priss) R 28931 28931 28330 0 -1 4202560 22035 0 0 0 94185 32 0 0 25 0 5 0 596713191 644911104 120238 33554432000 4194304 5787044 140737404766928 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=28932/tid=28936] ppid=28931 vsize=629796 CPUtime=940.85 cores=1,3,5,7
/proc/28932/task/28936/stat : 28936 (priss) R 28931 28931 28330 0 -1 4202560 34433 0 0 0 94027 58 0 0 25 0 5 0 596713193 644911104 120238 33554432000 4194304 5787044 140737404766928 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28932/tid=28937] ppid=28931 vsize=629796 CPUtime=942.19 cores=1,3,5,7
/proc/28932/task/28937/stat : 28937 (priss) R 28931 28931 28330 0 -1 4202560 37357 0 0 0 94173 46 0 0 25 0 5 0 596713194 644911104 120238 33554432000 4194304 5787044 140737404766928 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3763.75
Current children cumulated vsize (KiB) 638496

[startup+1002.3 s]
/proc/loadavg: 8.12 8.10 8.02 9/188 28997
/proc/meminfo: memFree=13573680/32950928 swapFree=67111528/67111528
[pid=28931] ppid=28929 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28931/stat : 28931 (priss.sh) S 28929 28931 28330 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 596713184 8908800 252 33554432000 4194304 4922060 140733374874352 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28931/statm: 2175 252 211 178 0 68 0
[pid=28932] ppid=28931 vsize=644276 CPUtime=4003.43 cores=1,3,5,7
/proc/28932/stat : 28932 (priss) S 28931 28931 28330 0 -1 4202496 128853 0 0 0 400167 176 0 0 20 0 5 0 596713184 659738624 125303 33554432000 4194304 5787044 140737404766928 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/28932/statm: 161069 125303 417 389 0 156819 0
[pid=28932/tid=28934] ppid=28931 vsize=644276 CPUtime=998.09 cores=1,3,5,7
/proc/28932/task/28934/stat : 28934 (priss) R 28931 28931 28330 0 -1 4202560 24702 0 0 0 99777 32 0 0 25 0 5 0 596713190 659738624 125303 33554432000 4194304 5787044 140737404766928 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=28932/tid=28935] ppid=28931 vsize=644276 CPUtime=1002.17 cores=1,3,5,7
/proc/28932/task/28935/stat : 28935 (priss) R 28931 28931 28330 0 -1 4202560 23985 0 0 0 100182 35 0 0 25 0 5 0 596713191 659738624 125303 33554432000 4194304 5787044 140737404766928 18446744073709551615 5591315 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=28932/tid=28936] ppid=28931 vsize=644276 CPUtime=1000.84 cores=1,3,5,7
/proc/28932/task/28936/stat : 28936 (priss) R 28931 28931 28330 0 -1 4202560 35315 0 0 0 100025 59 0 0 25 0 5 0 596713193 659738624 125303 33554432000 4194304 5787044 140737404766928 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28932/tid=28937] ppid=28931 vsize=644276 CPUtime=1002.19 cores=1,3,5,7
/proc/28932/task/28937/stat : 28937 (priss) R 28931 28931 28330 0 -1 4202560 38846 0 0 0 100172 47 0 0 25 0 5 0 596713194 659738624 125303 33554432000 4194304 5787044 140737404766928 18446744073709551615 5527232 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4003.43
Current children cumulated vsize (KiB) 652976

[startup+1062.3 s]
/proc/loadavg: 8.12 8.11 8.03 9/188 28999
/proc/meminfo: memFree=13519332/32950928 swapFree=67111528/67111528
[pid=28931] ppid=28929 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28931/stat : 28931 (priss.sh) S 28929 28931 28330 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 596713184 8908800 252 33554432000 4194304 4922060 140733374874352 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28931/statm: 2175 252 211 178 0 68 0
[pid=28932] ppid=28931 vsize=645148 CPUtime=4243.11 cores=1,3,5,7
/proc/28932/stat : 28932 (priss) S 28931 28931 28330 0 -1 4202496 130424 0 0 0 424132 179 0 0 20 0 5 0 596713184 660631552 126874 33554432000 4194304 5787044 140737404766928 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/28932/statm: 161287 126874 417 389 0 157037 0
[pid=28932/tid=28934] ppid=28931 vsize=645148 CPUtime=1057.76 cores=1,3,5,7
/proc/28932/task/28934/stat : 28934 (priss) R 28931 28931 28330 0 -1 4202560 24954 0 0 0 105744 32 0 0 25 0 5 0 596713190 660631552 126874 33554432000 4194304 5787044 140737404766928 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=28932/tid=28935] ppid=28931 vsize=645148 CPUtime=1062.17 cores=1,3,5,7
/proc/28932/task/28935/stat : 28935 (priss) R 28931 28931 28330 0 -1 4202560 24229 0 0 0 106182 35 0 0 25 0 5 0 596713191 660631552 126874 33554432000 4194304 5787044 140737404766928 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=28932/tid=28936] ppid=28931 vsize=645148 CPUtime=1060.84 cores=1,3,5,7
/proc/28932/task/28936/stat : 28936 (priss) R 28931 28931 28330 0 -1 4202560 35315 0 0 0 106025 59 0 0 25 0 5 0 596713193 660631552 126874 33554432000 4194304 5787044 140737404766928 18446744073709551615 5591712 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28932/tid=28937] ppid=28931 vsize=645148 CPUtime=1062.19 cores=1,3,5,7
/proc/28932/task/28937/stat : 28937 (priss) R 28931 28931 28330 0 -1 4202560 39921 0 0 0 106170 49 0 0 25 0 5 0 596713194 660631552 126874 33554432000 4194304 5787044 140737404766928 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4243.11
Current children cumulated vsize (KiB) 653848

[startup+1122.3 s]
/proc/loadavg: 8.17 8.13 8.04 9/188 29000
/proc/meminfo: memFree=13479492/32950928 swapFree=67111528/67111528
[pid=28931] ppid=28929 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28931/stat : 28931 (priss.sh) S 28929 28931 28330 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 596713184 8908800 252 33554432000 4194304 4922060 140733374874352 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28931/statm: 2175 252 211 178 0 68 0
[pid=28932] ppid=28931 vsize=650440 CPUtime=4482.77 cores=1,3,5,7
/proc/28932/stat : 28932 (priss) S 28931 28931 28330 0 -1 4202496 136488 0 0 0 448090 187 0 0 20 0 5 0 596713184 666050560 132938 33554432000 4194304 5787044 140737404766928 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/28932/statm: 162610 132938 417 389 0 158360 0
[pid=28932/tid=28934] ppid=28931 vsize=650440 CPUtime=1117.43 cores=1,3,5,7
/proc/28932/task/28934/stat : 28934 (priss) R 28931 28931 28330 0 -1 4202560 26251 0 0 0 111711 32 0 0 25 0 5 0 596713190 666050560 132938 33554432000 4194304 5787044 140737404766928 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=28932/tid=28935] ppid=28931 vsize=650440 CPUtime=1122.17 cores=1,3,5,7
/proc/28932/task/28935/stat : 28935 (priss) R 28931 28931 28330 0 -1 4202560 24521 0 0 0 112182 35 0 0 25 0 5 0 596713191 666050560 132938 33554432000 4194304 5787044 140737404766928 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=28932/tid=28936] ppid=28931 vsize=650440 CPUtime=1120.84 cores=1,3,5,7
/proc/28932/task/28936/stat : 28936 (priss) R 28931 28931 28330 0 -1 4202560 37336 0 0 0 112021 63 0 0 25 0 5 0 596713193 666050560 132938 33554432000 4194304 5787044 140737404766928 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28932/tid=28937] ppid=28931 vsize=650440 CPUtime=1122.19 cores=1,3,5,7
/proc/28932/task/28937/stat : 28937 (priss) R 28931 28931 28330 0 -1 4202560 42375 0 0 0 112165 54 0 0 25 0 5 0 596713194 666050560 132938 33554432000 4194304 5787044 140737404766928 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4482.77
Current children cumulated vsize (KiB) 659140

[startup+1182.3 s]
/proc/loadavg: 8.07 8.11 8.03 9/188 29002
/proc/meminfo: memFree=13427252/32950928 swapFree=67111528/67111528
[pid=28931] ppid=28929 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28931/stat : 28931 (priss.sh) S 28929 28931 28330 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 596713184 8908800 252 33554432000 4194304 4922060 140733374874352 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28931/statm: 2175 252 211 178 0 68 0
[pid=28932] ppid=28931 vsize=720716 CPUtime=4722.45 cores=1,3,5,7
/proc/28932/stat : 28932 (priss) S 28931 28931 28330 0 -1 4202496 142442 0 0 0 472048 197 0 0 20 0 5 0 596713184 738013184 138892 33554432000 4194304 5787044 140737404766928 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/28932/statm: 180179 138892 417 389 0 175929 0
[pid=28932/tid=28934] ppid=28931 vsize=720716 CPUtime=1177.11 cores=1,3,5,7
/proc/28932/task/28934/stat : 28934 (priss) R 28931 28931 28330 0 -1 4202560 26446 0 0 0 117678 33 0 0 25 0 5 0 596713190 738013184 138892 33554432000 4194304 5787044 140737404766928 18446744073709551615 5591328 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=28932/tid=28935] ppid=28931 vsize=720716 CPUtime=1182.17 cores=1,3,5,7
/proc/28932/task/28935/stat : 28935 (priss) R 28931 28931 28330 0 -1 4202560 24895 0 0 0 118181 36 0 0 25 0 5 0 596713191 738013184 138892 33554432000 4194304 5787044 140737404766928 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=28932/tid=28936] ppid=28931 vsize=720716 CPUtime=1180.85 cores=1,3,5,7
/proc/28932/task/28936/stat : 28936 (priss) R 28931 28931 28330 0 -1 4202560 40606 0 0 0 118016 69 0 0 25 0 5 0 596713193 738013184 138892 33554432000 4194304 5787044 140737404766928 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28932/tid=28937] ppid=28931 vsize=720716 CPUtime=1182.2 cores=1,3,5,7
/proc/28932/task/28937/stat : 28937 (priss) R 28931 28931 28330 0 -1 4202560 44490 0 0 0 118162 58 0 0 25 0 5 0 596713194 738013184 138892 33554432000 4194304 5787044 140737404766928 18446744073709551615 5527430 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4722.45
Current children cumulated vsize (KiB) 729416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.04 8.10 8.03 9/188 29002
/proc/meminfo: memFree=13409752/32950928 swapFree=67111528/67111528
[pid=28931] ppid=28929 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28931/stat : 28931 (priss.sh) S 28929 28931 28330 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 596713184 8908800 252 33554432000 4194304 4922060 140733374874352 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28931/statm: 2175 252 211 178 0 68 0
[pid=28932] ppid=28931 vsize=786252 CPUtime=4800.36 cores=1,3,5,7
/proc/28932/stat : 28932 (priss) S 28931 28931 28330 0 -1 4202496 143973 0 0 0 479837 199 0 0 20 0 5 0 596713184 805122048 139876 33554432000 4194304 5787044 140737404766928 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/28932/statm: 196563 139876 417 389 0 192313 0
[pid=28932/tid=28934] ppid=28931 vsize=786252 CPUtime=1196.51 cores=1,3,5,7
/proc/28932/task/28934/stat : 28934 (priss) R 28931 28931 28330 0 -1 4202560 27057 0 0 0 119617 34 0 0 25 0 5 0 596713190 805122048 139876 33554432000 4194304 5787044 140737404766928 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=28932/tid=28935] ppid=28931 vsize=786252 CPUtime=1201.67 cores=1,3,5,7
/proc/28932/task/28935/stat : 28935 (priss) R 28931 28931 28330 0 -1 4202560 25529 0 0 0 120131 36 0 0 25 0 5 0 596713191 805122048 139876 33554432000 4194304 5787044 140737404766928 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=28932/tid=28936] ppid=28931 vsize=786252 CPUtime=1200.35 cores=1,3,5,7
/proc/28932/task/28936/stat : 28936 (priss) R 28931 28931 28330 0 -1 4202560 40636 0 0 0 119966 69 0 0 25 0 5 0 596713193 805122048 139876 33554432000 4194304 5787044 140737404766928 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28932/tid=28937] ppid=28931 vsize=786252 CPUtime=1201.7 cores=1,3,5,7
/proc/28932/task/28937/stat : 28937 (priss) R 28931 28931 28330 0 -1 4202560 44746 0 0 0 120112 58 0 0 25 0 5 0 596713194 805122048 139876 33554432000 4194304 5787044 140737404766928 18446744073709551615 5527587 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.36
Current children cumulated vsize (KiB) 794952

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

Real time (s): 1201.82
CPU time (s): 4800.36
CPU user time (s): 4798.37
CPU system time (s): 1.99
CPU usage (%): 399.424
Max. virtual memory (cumulated for all children) (KiB): 794952

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

runsolver used 1.59976 second user time and 4.96524 second system time

The end

Launcher Data

Begin job on node112 at 2011-04-29 10:13:45
IDJOB=3263352
IDBENCH=83965
IDSOLVER=1603
FILE ID=node112/3263352-1304064825
RUNJOBID= node112-1304062780-28651
PBS_JOBID= 13170443
Free space on /tmp= 72560 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_60_28_40_7-log.shuffled-as.sat03-127.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3263352-1304064825/watcher-3263352-1304064825 -o /tmp/evaluation-result-3263352-1304064825/solver-3263352-1304064825 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3263352-1304064825.cnf 166236419 4800 15500 4

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

MD5SUM BENCH= f1f35d90237c4ca07d41a6a9b08e6279
RANDOM SEED=166236419

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13969516 kB
Buffers:       1995500 kB
Cached:       15805088 kB
SwapCached:          0 kB
Active:        7668724 kB
Inactive:     10756344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13969516 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3928 kB
Writeback:           0 kB
AnonPages:      624404 kB
Mapped:          15620 kB
Slab:           492516 kB
PageTables:       5964 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   825572 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72560 MiB
End job on node112 at 2011-04-29 10:33:49