Trace number 3257543

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
priss Auto? (TO) 4800.21 1201.82

General information on the benchmark

NameCRAFTED/modcircuits/
mod4block_3vars_7gates.cnf
MD5SUMcc925e6de728ca79f6f89379842f14b0
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 variables574
Number of clauses118394
Sum of the clauses size692282
Maximum clause length24
Minimum clause length1
Number of clauses of size 1160
Number of clauses of size 21597
Number of clauses of size 30
Number of clauses of size 41923
Number of clauses of size 57170
Number of clauses of size over 5107544

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: 32036
0.00/0.00	c setup for 4cores
0.00/0.05	c parsetime: 52291us
0.00/0.05	c parsed 118394 clauses with 574 variables
0.00/0.07	c NW started thread 0 successfully (1105934656)
0.00/0.09	c NW started thread 1 successfully (1116424512)
0.00/0.12	c NW started thread 2 successfully (1126914368)
0.00/0.15	c NW started thread 3 successfully (1137404224)
7.68/2.02	c preprocessor returned 10024 variables
7.68/2.02	c preprocessing returned UNKNOWN
7.68/2.02	c PP set 202 variables
7.68/2.02	c pp time: 1953784us (1s)
7.68/2.08	c preprocessor returned 10024 variables
7.68/2.08	c preprocessing returned UNKNOWN
7.68/2.08	c PP set 202 variables
7.68/2.08	c pp time: 1979059us (1s)
7.68/2.09	c preprocessor returned 10024 variables
7.68/2.09	c preprocessing returned UNKNOWN
7.68/2.09	c PP set 202 variables
7.68/2.09	c pp time: 1964372us (1s)
44.02/11.11	c preprocessor returned 30024 variables
44.02/11.11	c preprocessing returned UNKNOWN
44.02/11.11	c PP set 202 variables
44.02/11.11	c pp time: 10959751us (10s)

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-3257543-1304043256/watcher-3257543-1304043256 -o /tmp/evaluation-result-3257543-1304043256/solver-3257543-1304043256 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3257543-1304043256.cnf 740712600 4800 15500 4 

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

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


[startup+0 s]
/proc/loadavg: 7.92 8.06 8.07 5/182 32035
/proc/meminfo: memFree=23509036/32950928 swapFree=67071984/67111528
[pid=32035] ppid=32033 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32035/stat : 32035 (prissAuto.sh) S 32033 32035 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594556248 8908800 251 33554432000 4194304 4922060 140733630104128 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32035/statm: 2175 251 211 178 0 68 0

[startup+0.0399131 s]
/proc/loadavg: 7.92 8.06 8.07 5/182 32035
/proc/meminfo: memFree=23509036/32950928 swapFree=67071984/67111528
[pid=32035] ppid=32033 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32035/stat : 32035 (prissAuto.sh) S 32033 32035 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594556248 8908800 251 33554432000 4194304 4922060 140733630104128 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32035/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101071 s]
/proc/loadavg: 7.92 8.06 8.07 5/182 32035
/proc/meminfo: memFree=23509036/32950928 swapFree=67071984/67111528
[pid=32035] ppid=32033 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32035/stat : 32035 (prissAuto.sh) S 32033 32035 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594556248 8908800 251 33554432000 4194304 4922060 140733630104128 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32035/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300867 s]
/proc/loadavg: 7.92 8.06 8.07 5/182 32035
/proc/meminfo: memFree=23509036/32950928 swapFree=67071984/67111528
[pid=32035] ppid=32033 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32035/stat : 32035 (prissAuto.sh) S 32033 32035 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594556248 8908800 251 33554432000 4194304 4922060 140733630104128 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32035/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700793 s]
/proc/loadavg: 7.92 8.06 8.07 5/182 32035
/proc/meminfo: memFree=23509036/32950928 swapFree=67071984/67111528
[pid=32035] ppid=32033 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32035/stat : 32035 (prissAuto.sh) S 32033 32035 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594556248 8908800 251 33554432000 4194304 4922060 140733630104128 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32035/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50065 s]
/proc/loadavg: 7.92 8.06 8.07 9/188 32041
/proc/meminfo: memFree=23448976/32950928 swapFree=67071984/67111528
[pid=32035] ppid=32033 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32035/stat : 32035 (prissAuto.sh) S 32033 32035 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594556248 8908800 251 33554432000 4194304 4922060 140733630104128 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32035/statm: 2175 251 211 178 0 68 0
[pid=32036] ppid=32035 vsize=298316 CPUtime=5.68 cores=0,2,4,6
/proc/32036/stat : 32036 (priss) S 32035 32035 30862 0 -1 4202496 16811 0 0 0 566 2 0 0 25 0 5 0 594556248 305475584 15695 33554432000 4194304 5787044 140735074269616 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/32036/statm: 74579 15703 355 389 0 70329 0
[pid=32036/tid=32038] ppid=32035 vsize=298316 CPUtime=1.42 cores=0,2,4,6
/proc/32036/task/32038/stat : 32038 (priss) R 32035 32035 30862 0 -1 4202560 2130 0 0 0 142 0 0 0 25 0 5 0 594556255 305475584 15710 33554432000 4194304 5787044 140735074269616 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32036/tid=32039] ppid=32035 vsize=298316 CPUtime=1.39 cores=0,2,4,6
/proc/32036/task/32039/stat : 32039 (priss) R 32035 32035 30862 0 -1 4202560 1512 0 0 0 139 0 0 0 25 0 5 0 594556258 305475584 15720 33554432000 4194304 5787044 140735074269616 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32036/tid=32040] ppid=32035 vsize=298316 CPUtime=1.36 cores=0,2,4,6
/proc/32036/task/32040/stat : 32040 (priss) R 32035 32035 30862 0 -1 4202560 1422 0 0 0 136 0 0 0 25 0 5 0 594556261 305475584 15730 33554432000 4194304 5787044 140735074269616 18446744073709551615 4297722 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32036/tid=32041] ppid=32035 vsize=298316 CPUtime=1.34 cores=0,2,4,6
/proc/32036/task/32041/stat : 32041 (priss) R 32035 32035 30862 0 -1 4202560 1305 0 0 0 134 0 0 0 25 0 5 0 594556263 305475584 15740 33554432000 4194304 5787044 140735074269616 18446744073709551615 4336770 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.68
Current children cumulated vsize (KiB) 307016

[startup+3.10035 s]
/proc/loadavg: 7.92 8.06 8.07 9/188 32042
/proc/meminfo: memFree=23434468/32950928 swapFree=67071984/67111528
[pid=32035] ppid=32033 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32035/stat : 32035 (prissAuto.sh) S 32033 32035 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594556248 8908800 251 33554432000 4194304 4922060 140733630104128 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32035/statm: 2175 251 211 178 0 68 0
[pid=32036] ppid=32035 vsize=306860 CPUtime=12.06 cores=0,2,4,6
/proc/32036/stat : 32036 (priss) S 32035 32035 30862 0 -1 4202496 20497 0 0 0 1203 3 0 0 25 0 5 0 594556248 314224640 18576 33554432000 4194304 5787044 140735074269616 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/32036/statm: 76715 18576 405 389 0 72465 0
[pid=32036/tid=32038] ppid=32035 vsize=306860 CPUtime=3.01 cores=0,2,4,6
/proc/32036/task/32038/stat : 32038 (priss) R 32035 32035 30862 0 -1 4202560 2773 0 0 0 301 0 0 0 25 0 5 0 594556255 314224640 18576 33554432000 4194304 5787044 140735074269616 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32036/tid=32039] ppid=32035 vsize=306860 CPUtime=2.98 cores=0,2,4,6
/proc/32036/task/32039/stat : 32039 (priss) R 32035 32035 30862 0 -1 4202560 1898 0 0 0 298 0 0 0 25 0 5 0 594556258 314224640 18576 33554432000 4194304 5787044 140735074269616 18446744073709551615 5591730 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32036/tid=32040] ppid=32035 vsize=306860 CPUtime=2.96 cores=0,2,4,6
/proc/32036/task/32040/stat : 32040 (priss) R 32035 32035 30862 0 -1 4202560 2174 0 0 0 296 0 0 0 25 0 5 0 594556261 314224640 18576 33554432000 4194304 5787044 140735074269616 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32036/tid=32041] ppid=32035 vsize=306860 CPUtime=2.93 cores=0,2,4,6
/proc/32036/task/32041/stat : 32041 (priss) R 32035 32035 30862 0 -1 4202560 3175 0 0 0 293 0 0 0 25 0 5 0 594556263 314224640 18576 33554432000 4194304 5787044 140735074269616 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.06
Current children cumulated vsize (KiB) 315560

[startup+6.30077 s]
/proc/loadavg: 7.93 8.06 8.07 9/188 32042
/proc/meminfo: memFree=23432052/32950928 swapFree=67071984/67111528
[pid=32035] ppid=32033 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32035/stat : 32035 (prissAuto.sh) S 32033 32035 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594556248 8908800 251 33554432000 4194304 4922060 140733630104128 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32035/statm: 2175 251 211 178 0 68 0
[pid=32036] ppid=32035 vsize=306860 CPUtime=24.85 cores=0,2,4,6
/proc/32036/stat : 32036 (priss) S 32035 32035 30862 0 -1 4202496 20740 0 0 0 2481 4 0 0 25 0 5 0 594556248 314224640 18819 33554432000 4194304 5787044 140735074269616 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/32036/statm: 76715 18819 405 389 0 72465 0
[pid=32036/tid=32038] ppid=32035 vsize=306860 CPUtime=6.21 cores=0,2,4,6
/proc/32036/task/32038/stat : 32038 (priss) R 32035 32035 30862 0 -1 4202560 2802 0 0 0 621 0 0 0 25 0 5 0 594556255 314224640 18819 33554432000 4194304 5787044 140735074269616 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32036/tid=32039] ppid=32035 vsize=306860 CPUtime=6.16 cores=0,2,4,6
/proc/32036/task/32039/stat : 32039 (priss) R 32035 32035 30862 0 -1 4202560 2020 0 0 0 616 0 0 0 25 0 5 0 594556258 314224640 18819 33554432000 4194304 5787044 140735074269616 18446744073709551615 5591727 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32036/tid=32040] ppid=32035 vsize=306860 CPUtime=6.16 cores=0,2,4,6
/proc/32036/task/32040/stat : 32040 (priss) R 32035 32035 30862 0 -1 4202560 2257 0 0 0 616 0 0 0 25 0 5 0 594556261 314224640 18819 33554432000 4194304 5787044 140735074269616 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32036/tid=32041] ppid=32035 vsize=306860 CPUtime=6.13 cores=0,2,4,6
/proc/32036/task/32041/stat : 32041 (priss) R 32035 32035 30862 0 -1 4202560 3184 0 0 0 613 0 0 0 25 0 5 0 594556263 314224640 18819 33554432000 4194304 5787044 140735074269616 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.85
Current children cumulated vsize (KiB) 315560

[startup+12.7006 s]
/proc/loadavg: 8.02 8.07 8.08 9/188 32042
/proc/meminfo: memFree=23419532/32950928 swapFree=67071984/67111528
[pid=32035] ppid=32033 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32035/stat : 32035 (prissAuto.sh) S 32033 32035 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594556248 8908800 251 33554432000 4194304 4922060 140733630104128 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32035/statm: 2175 251 211 178 0 68 0
[pid=32036] ppid=32035 vsize=307508 CPUtime=50.41 cores=0,2,4,6
/proc/32036/stat : 32036 (priss) S 32035 32035 30862 0 -1 4202496 23130 0 0 0 5036 5 0 0 25 0 5 0 594556248 314888192 19962 33554432000 4194304 5787044 140735074269616 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/32036/statm: 76877 19962 419 389 0 72627 0
[pid=32036/tid=32038] ppid=32035 vsize=307508 CPUtime=12.62 cores=0,2,4,6
/proc/32036/task/32038/stat : 32038 (priss) R 32035 32035 30862 0 -1 4202560 3010 0 0 0 1261 1 0 0 25 0 5 0 594556255 314888192 19962 33554432000 4194304 5787044 140735074269616 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32036/tid=32039] ppid=32035 vsize=307508 CPUtime=12.52 cores=0,2,4,6
/proc/32036/task/32039/stat : 32039 (priss) R 32035 32035 30862 0 -1 4202560 2118 0 0 0 1252 0 0 0 25 0 5 0 594556258 314888192 19962 33554432000 4194304 5787044 140735074269616 18446744073709551615 4213816 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32036/tid=32040] ppid=32035 vsize=307508 CPUtime=12.56 cores=0,2,4,6
/proc/32036/task/32040/stat : 32040 (priss) R 32035 32035 30862 0 -1 4202560 2299 0 0 0 1256 0 0 0 25 0 5 0 594556261 314888192 19962 33554432000 4194304 5787044 140735074269616 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32036/tid=32041] ppid=32035 vsize=307508 CPUtime=12.54 cores=0,2,4,6
/proc/32036/task/32041/stat : 32041 (priss) R 32035 32035 30862 0 -1 4202560 5226 0 0 0 1253 1 0 0 25 0 5 0 594556263 314888192 19962 33554432000 4194304 5787044 140735074269616 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.41
Current children cumulated vsize (KiB) 316208

[startup+25.5012 s]
/proc/loadavg: 8.01 8.07 8.07 9/188 32042
/proc/meminfo: memFree=23404516/32950928 swapFree=67071984/67111528
[pid=32035] ppid=32033 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32035/stat : 32035 (prissAuto.sh) S 32033 32035 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594556248 8908800 251 33554432000 4194304 4922060 140733630104128 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32035/statm: 2175 251 211 178 0 68 0
[pid=32036] ppid=32035 vsize=311056 CPUtime=101.55 cores=0,2,4,6
/proc/32036/stat : 32036 (priss) S 32035 32035 30862 0 -1 4202496 24900 0 0 0 10148 7 0 0 25 0 5 0 594556248 318521344 21731 33554432000 4194304 5787044 140735074269616 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/32036/statm: 77764 21731 419 389 0 73514 0
[pid=32036/tid=32038] ppid=32035 vsize=311056 CPUtime=25.42 cores=0,2,4,6
/proc/32036/task/32038/stat : 32038 (priss) R 32035 32035 30862 0 -1 4202560 3192 0 0 0 2541 1 0 0 25 0 5 0 594556255 318521344 21731 33554432000 4194304 5787044 140735074269616 18446744073709551615 5585255 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32036/tid=32039] ppid=32035 vsize=311056 CPUtime=25.25 cores=0,2,4,6
/proc/32036/task/32039/stat : 32039 (priss) R 32035 32035 30862 0 -1 4202560 2634 0 0 0 2525 0 0 0 25 0 5 0 594556258 318521344 21731 33554432000 4194304 5787044 140735074269616 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32036/tid=32040] ppid=32035 vsize=311056 CPUtime=25.36 cores=0,2,4,6
/proc/32036/task/32040/stat : 32040 (priss) R 32035 32035 30862 0 -1 4202560 2770 0 0 0 2535 1 0 0 25 0 5 0 594556261 318521344 21731 33554432000 4194304 5787044 140735074269616 18446744073709551615 4218823 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32036/tid=32041] ppid=32035 vsize=311056 CPUtime=25.33 cores=0,2,4,6
/proc/32036/task/32041/stat : 32041 (priss) R 32035 32035 30862 0 -1 4202560 5827 0 0 0 2532 1 0 0 25 0 5 0 594556263 318521344 21731 33554432000 4194304 5787044 140735074269616 18446744073709551615 5527122 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.55
Current children cumulated vsize (KiB) 319756

[startup+51.1005 s]
/proc/loadavg: 8.08 8.08 8.08 9/188 32043
/proc/meminfo: memFree=23380428/32950928 swapFree=67071984/67111528
[pid=32035] ppid=32033 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32035/stat : 32035 (prissAuto.sh) S 32033 32035 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594556248 8908800 251 33554432000 4194304 4922060 140733630104128 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32035/statm: 2175 251 211 178 0 68 0
[pid=32036] ppid=32035 vsize=320864 CPUtime=203.79 cores=0,2,4,6
/proc/32036/stat : 32036 (priss) S 32035 32035 30862 0 -1 4202496 29580 0 0 0 20368 11 0 0 25 0 5 0 594556248 328564736 26408 33554432000 4194304 5787044 140735074269616 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/32036/statm: 80216 26408 419 389 0 75966 0
[pid=32036/tid=32038] ppid=32035 vsize=320864 CPUtime=51.01 cores=0,2,4,6
/proc/32036/task/32038/stat : 32038 (priss) R 32035 32035 30862 0 -1 4202560 3987 0 0 0 5099 2 0 0 25 0 5 0 594556255 328564736 26408 33554432000 4194304 5787044 140735074269616 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32036/tid=32039] ppid=32035 vsize=320864 CPUtime=50.71 cores=0,2,4,6
/proc/32036/task/32039/stat : 32039 (priss) R 32035 32035 30862 0 -1 4202560 3482 0 0 0 5069 2 0 0 25 0 5 0 594556258 328564736 26408 33554432000 4194304 5787044 140735074269616 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32036/tid=32040] ppid=32035 vsize=320864 CPUtime=50.95 cores=0,2,4,6
/proc/32036/task/32040/stat : 32040 (priss) R 32035 32035 30862 0 -1 4202560 4490 0 0 0 5093 2 0 0 25 0 5 0 594556261 328564736 26408 33554432000 4194304 5787044 140735074269616 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32036/tid=32041] ppid=32035 vsize=320864 CPUtime=50.93 cores=0,2,4,6
/proc/32036/task/32041/stat : 32041 (priss) R 32035 32035 30862 0 -1 4202560 7144 0 0 0 5091 2 0 0 25 0 5 0 594556263 328564736 26408 33554432000 4194304 5787044 140735074269616 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.79
Current children cumulated vsize (KiB) 329564

[startup+102.307 s]
/proc/loadavg: 8.16 8.09 8.08 9/188 32044
/proc/meminfo: memFree=23333032/32950928 swapFree=67071984/67111528
[pid=32035] ppid=32033 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32035/stat : 32035 (prissAuto.sh) S 32033 32035 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594556248 8908800 251 33554432000 4194304 4922060 140733630104128 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32035/statm: 2175 251 211 178 0 68 0
[pid=32036] ppid=32035 vsize=329476 CPUtime=408.31 cores=0,2,4,6
/proc/32036/stat : 32036 (priss) S 32035 32035 30862 0 -1 4202496 37410 0 0 0 40812 19 0 0 25 0 5 0 594556248 337383424 34183 33554432000 4194304 5787044 140735074269616 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/32036/statm: 82369 34183 419 389 0 78119 0
[pid=32036/tid=32038] ppid=32035 vsize=329476 CPUtime=102.21 cores=0,2,4,6
/proc/32036/task/32038/stat : 32038 (priss) R 32035 32035 30862 0 -1 4202560 6651 0 0 0 10217 4 0 0 25 0 5 0 594556255 337383424 34183 33554432000 4194304 5787044 140735074269616 18446744073709551615 5591615 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32036/tid=32039] ppid=32035 vsize=329476 CPUtime=101.63 cores=0,2,4,6
/proc/32036/task/32039/stat : 32039 (priss) R 32035 32035 30862 0 -1 4202560 4739 0 0 0 10161 2 0 0 25 0 5 0 594556258 337383424 34183 33554432000 4194304 5787044 140735074269616 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32036/tid=32040] ppid=32035 vsize=329476 CPUtime=102.16 cores=0,2,4,6
/proc/32036/task/32040/stat : 32040 (priss) R 32035 32035 30862 0 -1 4202560 7254 0 0 0 10210 6 0 0 25 0 5 0 594556261 337383424 34183 33554432000 4194304 5787044 140735074269616 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32036/tid=32041] ppid=32035 vsize=329476 CPUtime=102.14 cores=0,2,4,6

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

/proc/32036/task/32039/stat : 32039 (priss) R 32035 32035 30862 0 -1 4202560 15683 0 0 0 81753 17 0 0 25 0 5 0 594556258 469336064 76377 33554432000 4194304 5787044 140735074269616 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32036/tid=32040] ppid=32035 vsize=458336 CPUtime=822.08 cores=0,2,4,6
/proc/32036/task/32040/stat : 32040 (priss) R 32035 32035 30862 0 -1 4202560 21354 0 0 0 82182 26 0 0 25 0 5 0 594556261 469336064 76377 33554432000 4194304 5787044 140735074269616 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32036/tid=32041] ppid=32035 vsize=458336 CPUtime=822.14 cores=0,2,4,6
/proc/32036/task/32041/stat : 32041 (priss) R 32035 32035 30862 0 -1 4202560 18686 0 0 0 82202 12 0 0 25 0 5 0 594556263 469336064 76377 33554432000 4194304 5787044 140735074269616 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3284.28
Current children cumulated vsize (KiB) 467036

[startup+882.301 s]
/proc/loadavg: 8.03 8.06 8.07 9/188 32065
/proc/meminfo: memFree=22955380/32950928 swapFree=67071984/67111528
[pid=32035] ppid=32033 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32035/stat : 32035 (prissAuto.sh) S 32033 32035 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594556248 8908800 251 33554432000 4194304 4922060 140733630104128 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32035/statm: 2175 251 211 178 0 68 0
[pid=32036] ppid=32035 vsize=466256 CPUtime=3523.94 cores=0,2,4,6
/proc/32036/stat : 32036 (priss) S 32035 32035 30862 0 -1 4202496 85372 0 0 0 352322 72 0 0 25 0 5 0 594556248 477446144 81049 33554432000 4194304 5787044 140735074269616 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/32036/statm: 116564 81049 419 389 0 112314 0
[pid=32036/tid=32038] ppid=32035 vsize=466256 CPUtime=882.2 cores=0,2,4,6
/proc/32036/task/32038/stat : 32038 (priss) R 32035 32035 30862 0 -1 4202560 15286 0 0 0 88209 11 0 0 25 0 5 0 594556255 477446144 81049 33554432000 4194304 5787044 140735074269616 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32036/tid=32039] ppid=32035 vsize=466256 CPUtime=877.53 cores=0,2,4,6
/proc/32036/task/32039/stat : 32039 (priss) R 32035 32035 30862 0 -1 4202560 16052 0 0 0 87736 17 0 0 25 0 5 0 594556258 477446144 81049 33554432000 4194304 5787044 140735074269616 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32036/tid=32040] ppid=32035 vsize=466256 CPUtime=881.9 cores=0,2,4,6
/proc/32036/task/32040/stat : 32040 (priss) R 32035 32035 30862 0 -1 4202560 23093 0 0 0 88162 28 0 0 25 0 5 0 594556261 477446144 81049 33554432000 4194304 5787044 140735074269616 18446744073709551615 5591820 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32036/tid=32041] ppid=32035 vsize=466256 CPUtime=882.13 cores=0,2,4,6
/proc/32036/task/32041/stat : 32041 (priss) R 32035 32035 30862 0 -1 4202560 20464 0 0 0 88200 13 0 0 25 0 5 0 594556263 477446144 81049 33554432000 4194304 5787044 140735074269616 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3523.94
Current children cumulated vsize (KiB) 474956

[startup+942.301 s]
/proc/loadavg: 8.06 8.06 8.07 9/188 32067
/proc/meminfo: memFree=22948628/32950928 swapFree=67071984/67111528
[pid=32035] ppid=32033 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32035/stat : 32035 (prissAuto.sh) S 32033 32035 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594556248 8908800 251 33554432000 4194304 4922060 140733630104128 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32035/statm: 2175 251 211 178 0 68 0
[pid=32036] ppid=32035 vsize=468540 CPUtime=3763.61 cores=0,2,4,6
/proc/32036/stat : 32036 (priss) S 32035 32035 30862 0 -1 4202496 87245 0 0 0 376287 74 0 0 25 0 5 0 594556248 479784960 82717 33554432000 4194304 5787044 140735074269616 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/32036/statm: 117135 82717 419 389 0 112885 0
[pid=32036/tid=32038] ppid=32035 vsize=468540 CPUtime=942.19 cores=0,2,4,6
/proc/32036/task/32038/stat : 32038 (priss) R 32035 32035 30862 0 -1 4202560 15893 0 0 0 94207 12 0 0 25 0 5 0 594556255 479784960 82717 33554432000 4194304 5787044 140735074269616 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32036/tid=32039] ppid=32035 vsize=468540 CPUtime=937.52 cores=0,2,4,6
/proc/32036/task/32039/stat : 32039 (priss) R 32035 32035 30862 0 -1 4202560 16773 0 0 0 93735 17 0 0 25 0 5 0 594556258 479784960 82717 33554432000 4194304 5787044 140735074269616 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32036/tid=32040] ppid=32035 vsize=468540 CPUtime=941.58 cores=0,2,4,6
/proc/32036/task/32040/stat : 32040 (priss) R 32035 32035 30862 0 -1 4202560 23197 0 0 0 94130 28 0 0 25 0 5 0 594556261 479784960 82717 33554432000 4194304 5787044 140735074269616 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32036/tid=32041] ppid=32035 vsize=468540 CPUtime=942.14 cores=0,2,4,6
/proc/32036/task/32041/stat : 32041 (priss) R 32035 32035 30862 0 -1 4202560 20905 0 0 0 94200 14 0 0 25 0 5 0 594556263 479784960 82717 33554432000 4194304 5787044 140735074269616 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3763.61
Current children cumulated vsize (KiB) 477240

[startup+1002.3 s]
/proc/loadavg: 8.14 8.08 8.07 9/188 32068
/proc/meminfo: memFree=22944848/32950928 swapFree=67071984/67111528
[pid=32035] ppid=32033 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32035/stat : 32035 (prissAuto.sh) S 32033 32035 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594556248 8908800 251 33554432000 4194304 4922060 140733630104128 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32035/statm: 2175 251 211 178 0 68 0
[pid=32036] ppid=32035 vsize=469992 CPUtime=4003.27 cores=0,2,4,6
/proc/32036/stat : 32036 (priss) S 32035 32035 30862 0 -1 4202496 88170 0 0 0 400252 75 0 0 25 0 5 0 594556248 481271808 83441 33554432000 4194304 5787044 140735074269616 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/32036/statm: 117498 83441 419 389 0 113248 0
[pid=32036/tid=32038] ppid=32035 vsize=469992 CPUtime=1002.17 cores=0,2,4,6
/proc/32036/task/32038/stat : 32038 (priss) R 32035 32035 30862 0 -1 4202560 16171 0 0 0 100205 12 0 0 25 0 5 0 594556255 481271808 83441 33554432000 4194304 5787044 140735074269616 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32036/tid=32039] ppid=32035 vsize=469992 CPUtime=997.53 cores=0,2,4,6
/proc/32036/task/32039/stat : 32039 (priss) R 32035 32035 30862 0 -1 4202560 16773 0 0 0 99736 17 0 0 25 0 5 0 594556258 481271808 83441 33554432000 4194304 5787044 140735074269616 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32036/tid=32040] ppid=32035 vsize=469992 CPUtime=1001.25 cores=0,2,4,6
/proc/32036/task/32040/stat : 32040 (priss) R 32035 32035 30862 0 -1 4202560 23547 0 0 0 100097 28 0 0 25 0 5 0 594556261 481271808 83441 33554432000 4194304 5787044 140735074269616 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32036/tid=32041] ppid=32035 vsize=469992 CPUtime=1002.14 cores=0,2,4,6
/proc/32036/task/32041/stat : 32041 (priss) R 32035 32035 30862 0 -1 4202560 21202 0 0 0 100200 14 0 0 25 0 5 0 594556263 481271808 83441 33554432000 4194304 5787044 140735074269616 18446744073709551615 5528404 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4003.27
Current children cumulated vsize (KiB) 478692

[startup+1062.3 s]
/proc/loadavg: 8.09 8.08 8.07 9/188 32103
/proc/meminfo: memFree=23276264/32950928 swapFree=67071984/67111528
[pid=32035] ppid=32033 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32035/stat : 32035 (prissAuto.sh) S 32033 32035 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594556248 8908800 251 33554432000 4194304 4922060 140733630104128 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32035/statm: 2175 251 211 178 0 68 0
[pid=32036] ppid=32035 vsize=469992 CPUtime=4242.95 cores=0,2,4,6
/proc/32036/stat : 32036 (priss) S 32035 32035 30862 0 -1 4202496 88602 0 0 0 424220 75 0 0 25 0 5 0 594556248 481271808 83873 33554432000 4194304 5787044 140735074269616 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/32036/statm: 117498 83873 419 389 0 113248 0
[pid=32036/tid=32038] ppid=32035 vsize=469992 CPUtime=1062.17 cores=0,2,4,6
/proc/32036/task/32038/stat : 32038 (priss) R 32035 32035 30862 0 -1 4202560 16171 0 0 0 106205 12 0 0 25 0 5 0 594556255 481271808 83873 33554432000 4194304 5787044 140735074269616 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32036/tid=32039] ppid=32035 vsize=469992 CPUtime=1057.53 cores=0,2,4,6
/proc/32036/task/32039/stat : 32039 (priss) R 32035 32035 30862 0 -1 4202560 16773 0 0 0 105736 17 0 0 25 0 5 0 594556258 481271808 83873 33554432000 4194304 5787044 140735074269616 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32036/tid=32040] ppid=32035 vsize=469992 CPUtime=1060.94 cores=0,2,4,6
/proc/32036/task/32040/stat : 32040 (priss) R 32035 32035 30862 0 -1 4202560 23547 0 0 0 106065 29 0 0 25 0 5 0 594556261 481271808 83873 33554432000 4194304 5787044 140735074269616 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32036/tid=32041] ppid=32035 vsize=469992 CPUtime=1062.14 cores=0,2,4,6
/proc/32036/task/32041/stat : 32041 (priss) R 32035 32035 30862 0 -1 4202560 21634 0 0 0 106200 14 0 0 25 0 5 0 594556263 481271808 83873 33554432000 4194304 5787044 140735074269616 18446744073709551615 5527392 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4242.95
Current children cumulated vsize (KiB) 478692

[startup+1122.3 s]
/proc/loadavg: 8.10 8.09 8.07 9/188 32104
/proc/meminfo: memFree=23200324/32950928 swapFree=67071984/67111528
[pid=32035] ppid=32033 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32035/stat : 32035 (prissAuto.sh) S 32033 32035 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594556248 8908800 251 33554432000 4194304 4922060 140733630104128 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32035/statm: 2175 251 211 178 0 68 0
[pid=32036] ppid=32035 vsize=470200 CPUtime=4482.62 cores=0,2,4,6
/proc/32036/stat : 32036 (priss) S 32035 32035 30862 0 -1 4202496 88945 0 0 0 448186 76 0 0 25 0 5 0 594556248 481484800 84216 33554432000 4194304 5787044 140735074269616 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/32036/statm: 117550 84216 419 389 0 113300 0
[pid=32036/tid=32038] ppid=32035 vsize=470200 CPUtime=1122.17 cores=0,2,4,6
/proc/32036/task/32038/stat : 32038 (priss) R 32035 32035 30862 0 -1 4202560 16173 0 0 0 112204 13 0 0 25 0 5 0 594556255 481484800 84216 33554432000 4194304 5787044 140735074269616 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32036/tid=32039] ppid=32035 vsize=470200 CPUtime=1117.53 cores=0,2,4,6
/proc/32036/task/32039/stat : 32039 (priss) R 32035 32035 30862 0 -1 4202560 16801 0 0 0 111736 17 0 0 25 0 5 0 594556258 481484800 84216 33554432000 4194304 5787044 140735074269616 18446744073709551615 5591539 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32036/tid=32040] ppid=32035 vsize=470200 CPUtime=1120.61 cores=0,2,4,6
/proc/32036/task/32040/stat : 32040 (priss) R 32035 32035 30862 0 -1 4202560 23561 0 0 0 112032 29 0 0 25 0 5 0 594556261 481484800 84216 33554432000 4194304 5787044 140735074269616 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32036/tid=32041] ppid=32035 vsize=470200 CPUtime=1122.15 cores=0,2,4,6
/proc/32036/task/32041/stat : 32041 (priss) R 32035 32035 30862 0 -1 4202560 21933 0 0 0 112200 15 0 0 25 0 5 0 594556263 481484800 84216 33554432000 4194304 5787044 140735074269616 18446744073709551615 5527156 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4482.62
Current children cumulated vsize (KiB) 478900

[startup+1182.3 s]
/proc/loadavg: 8.14 8.10 8.08 9/188 32106
/proc/meminfo: memFree=23147696/32950928 swapFree=67071984/67111528
[pid=32035] ppid=32033 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32035/stat : 32035 (prissAuto.sh) S 32033 32035 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594556248 8908800 251 33554432000 4194304 4922060 140733630104128 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32035/statm: 2175 251 211 178 0 68 0
[pid=32036] ppid=32035 vsize=540060 CPUtime=4722.3 cores=0,2,4,6
/proc/32036/stat : 32036 (priss) S 32035 32035 30862 0 -1 4202496 91862 0 0 0 472151 79 0 0 25 0 5 0 594556248 553021440 86928 33554432000 4194304 5787044 140735074269616 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/32036/statm: 135015 86928 419 389 0 130765 0
[pid=32036/tid=32038] ppid=32035 vsize=540060 CPUtime=1182.16 cores=0,2,4,6
/proc/32036/task/32038/stat : 32038 (priss) R 32035 32035 30862 0 -1 4202560 16180 0 0 0 118203 13 0 0 25 0 5 0 594556255 553021440 86928 33554432000 4194304 5787044 140735074269616 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32036/tid=32039] ppid=32035 vsize=540060 CPUtime=1177.53 cores=0,2,4,6
/proc/32036/task/32039/stat : 32039 (priss) R 32035 32035 30862 0 -1 4202560 16840 0 0 0 117736 17 0 0 25 0 5 0 594556258 553021440 86928 33554432000 4194304 5787044 140735074269616 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32036/tid=32040] ppid=32035 vsize=540060 CPUtime=1180.28 cores=0,2,4,6
/proc/32036/task/32040/stat : 32040 (priss) R 32035 32035 30862 0 -1 4202560 25877 0 0 0 117997 31 0 0 25 0 5 0 594556261 553021440 86928 33554432000 4194304 5787044 140735074269616 18446744073709551615 5591289 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32036/tid=32041] ppid=32035 vsize=540060 CPUtime=1182.15 cores=0,2,4,6
/proc/32036/task/32041/stat : 32041 (priss) R 32035 32035 30862 0 -1 4202560 22488 0 0 0 118200 15 0 0 25 0 5 0 594556263 553021440 86928 33554432000 4194304 5787044 140735074269616 18446744073709551615 5521952 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4722.3
Current children cumulated vsize (KiB) 548760



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.24 8.12 8.09 9/188 32106
/proc/meminfo: memFree=23145816/32950928 swapFree=67071984/67111528
[pid=32035] ppid=32033 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32035/stat : 32035 (prissAuto.sh) S 32033 32035 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594556248 8908800 251 33554432000 4194304 4922060 140733630104128 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32035/statm: 2175 251 211 178 0 68 0
[pid=32036] ppid=32035 vsize=540060 CPUtime=4800.21 cores=0,2,4,6
/proc/32036/stat : 32036 (priss) S 32035 32035 30862 0 -1 4202496 92241 0 0 0 479941 80 0 0 25 0 5 0 594556248 553021440 87307 33554432000 4194304 5787044 140735074269616 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/32036/statm: 135015 87307 419 389 0 130765 0
[pid=32036/tid=32038] ppid=32035 vsize=540060 CPUtime=1201.66 cores=0,2,4,6
/proc/32036/task/32038/stat : 32038 (priss) R 32035 32035 30862 0 -1 4202560 16437 0 0 0 120153 13 0 0 25 0 5 0 594556255 553021440 87307 33554432000 4194304 5787044 140735074269616 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32036/tid=32039] ppid=32035 vsize=540060 CPUtime=1197.04 cores=0,2,4,6
/proc/32036/task/32039/stat : 32039 (priss) R 32035 32035 30862 0 -1 4202560 16840 0 0 0 119687 17 0 0 25 0 5 0 594556258 553021440 87307 33554432000 4194304 5787044 140735074269616 18446744073709551615 5591666 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32036/tid=32040] ppid=32035 vsize=540060 CPUtime=1199.67 cores=0,2,4,6
/proc/32036/task/32040/stat : 32040 (priss) R 32035 32035 30862 0 -1 4202560 25999 0 0 0 119936 31 0 0 25 0 5 0 594556261 553021440 87307 33554432000 4194304 5787044 140735074269616 18446744073709551615 5591547 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32036/tid=32041] ppid=32035 vsize=540060 CPUtime=1201.65 cores=0,2,4,6
/proc/32036/task/32041/stat : 32041 (priss) R 32035 32035 30862 0 -1 4202560 22488 0 0 0 120150 15 0 0 25 0 5 0 594556263 553021440 87307 33554432000 4194304 5787044 140735074269616 18446744073709551615 5527019 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 548760

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 32035 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.21
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.82
CPU time (s): 4800.21
CPU user time (s): 4799.41
CPU system time (s): 0.8
CPU usage (%): 399.413
Max. virtual memory (cumulated for all children) (KiB): 548760

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

runsolver used 1.84472 second user time and 4.71928 second system time

The end

Launcher Data

Begin job on node116 at 2011-04-29 04:14:16
IDJOB=3257543
IDBENCH=71139
IDSOLVER=1602
FILE ID=node116/3257543-1304043256
RUNJOBID= node116-1304036428-30880
PBS_JOBID= 13170355
Free space on /tmp= 72508 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT09/CRAFTED/modcircuits/mod4block_3vars_7gates.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3257543-1304043256/watcher-3257543-1304043256 -o /tmp/evaluation-result-3257543-1304043256/solver-3257543-1304043256 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3257543-1304043256.cnf 740712600 4800 15500 4

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

MD5SUM BENCH= cc925e6de728ca79f6f89379842f14b0
RANDOM SEED=740712600

node116.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.826
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.826
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	: 5226.15
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.826
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
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.826
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      23509308 kB
Buffers:       1893948 kB
Cached:        6902556 kB
SwapCached:       9732 kB
Active:        4509960 kB
Inactive:      4509812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23509308 kB
SwapTotal:    67111528 kB
SwapFree:     67071984 kB
Dirty:            4728 kB
Writeback:           0 kB
AnonPages:      217344 kB
Mapped:          14616 kB
Slab:           358628 kB
PageTables:       5588 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   441664 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= 72508 MiB
End job on node116 at 2011-04-29 04:34:20