Trace number 3263307

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.12 1201.72

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_20_70_1-dir.shuffled-as.sat03-146.cnf
MD5SUM7ef2b563e57ba91e22d23e55abe69485
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 variables600
Number of clauses46988
Sum of the clauses size94536
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 246968
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 520

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: 21779
0.00/0.00	c setup for 4cores
0.00/0.01	c parsetime: 10658us
0.00/0.01	c parsed 46988 clauses with 600 variables
0.00/0.01	c NW started thread 0 successfully (1115453760)
0.00/0.02	c NW started thread 1 successfully (1102682432)
0.00/0.02	c NW started thread 2 successfully (1125943616)
0.00/0.02	c NW started thread 3 successfully (1091709248)
9.10/2.39	c preprocessor returned 10023 variables
9.10/2.39	c preprocessing returned UNKNOWN
9.10/2.39	c PP set 0 variables
9.10/2.39	c pp time: 2357006us (2s)
9.10/2.39	c preprocessor returned 10023 variables
9.10/2.39	c preprocessing returned UNKNOWN
9.10/2.39	c PP set 0 variables
9.10/2.39	c pp time: 2361803us (2s)
9.10/2.39	c preprocessor returned 10023 variables
9.10/2.39	c preprocessing returned UNKNOWN
9.10/2.39	c PP set 0 variables
9.10/2.39	c pp time: 2371431us (2s)
70.61/17.78	c preprocessor returned 30050 variables
70.61/17.78	c preprocessing returned UNKNOWN
70.61/17.78	c PP set 0 variables
70.61/17.78	c pp time: 17751832us (17s)

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

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

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


[startup+0 s]
/proc/loadavg: 8.04 8.09 8.03 5/182 21778
/proc/meminfo: memFree=17991940/32950928 swapFree=67111524/67111528
[pid=21778] ppid=21776 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21778/stat : 21778 (prissAuto.sh) S 21776 21778 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596652732 8908800 251 33554432000 4194304 4922060 140736717415216 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21778/statm: 2175 251 211 178 0 68 0

[startup+0.054572 s]
/proc/loadavg: 8.04 8.09 8.03 5/182 21778
/proc/meminfo: memFree=17991940/32950928 swapFree=67111524/67111528
[pid=21778] ppid=21776 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21778/stat : 21778 (prissAuto.sh) S 21776 21778 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596652732 8908800 251 33554432000 4194304 4922060 140736717415216 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21778/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.277291 s]
/proc/loadavg: 8.04 8.09 8.03 5/182 21778
/proc/meminfo: memFree=17991940/32950928 swapFree=67111524/67111528
[pid=21778] ppid=21776 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21778/stat : 21778 (prissAuto.sh) S 21776 21778 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596652732 8908800 251 33554432000 4194304 4922060 140736717415216 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21778/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.96619 s]
/proc/loadavg: 8.04 8.09 8.03 5/182 21778
/proc/meminfo: memFree=17991940/32950928 swapFree=67111524/67111528
[pid=21778] ppid=21776 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21778/stat : 21778 (prissAuto.sh) S 21776 21778 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596652732 8908800 251 33554432000 4194304 4922060 140736717415216 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21778/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.06617 s]
/proc/loadavg: 8.04 8.09 8.03 5/182 21778
/proc/meminfo: memFree=17991940/32950928 swapFree=67111524/67111528
[pid=21778] ppid=21776 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21778/stat : 21778 (prissAuto.sh) S 21776 21778 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596652732 8908800 251 33554432000 4194304 4922060 140736717415216 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21778/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50109 s]
/proc/loadavg: 8.04 8.09 8.03 5/182 21778
/proc/meminfo: memFree=17991940/32950928 swapFree=67111524/67111528
[pid=21778] ppid=21776 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21778/stat : 21778 (prissAuto.sh) S 21776 21778 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596652732 8908800 251 33554432000 4194304 4922060 140736717415216 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21778/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10079 s]
/proc/loadavg: 8.11 8.10 8.04 9/188 21784
/proc/meminfo: memFree=17947500/32950928 swapFree=67111524/67111528
[pid=21778] ppid=21776 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21778/stat : 21778 (prissAuto.sh) S 21776 21778 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596652732 8908800 251 33554432000 4194304 4922060 140736717415216 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21778/statm: 2175 251 211 178 0 68 0
[pid=21779] ppid=21778 vsize=287256 CPUtime=12.3 cores=0,2,4,6
/proc/21779/stat : 21779 (priss) S 21778 21778 20564 0 -1 4202496 19864 0 0 0 1226 4 0 0 18 0 5 0 596652732 294150144 11300 33554432000 4194304 5787044 140733562130880 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21779/statm: 71814 11300 404 389 0 67564 0
[pid=21779/tid=21781] ppid=21778 vsize=287256 CPUtime=3.06 cores=0,2,4,6
/proc/21779/task/21781/stat : 21781 (priss) R 21778 21778 20564 0 -1 4202560 5513 0 0 0 305 1 0 0 19 0 5 0 596652733 294150144 11300 33554432000 4194304 5787044 140733562130880 18446744073709551615 5592064 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21779/tid=21782] ppid=21778 vsize=287256 CPUtime=3.06 cores=0,2,4,6
/proc/21779/task/21782/stat : 21782 (priss) R 21778 21778 20564 0 -1 4202560 4394 0 0 0 305 1 0 0 18 0 5 0 596652734 294150144 11300 33554432000 4194304 5787044 140733562130880 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21779/tid=21783] ppid=21778 vsize=287256 CPUtime=3.05 cores=0,2,4,6
/proc/21779/task/21783/stat : 21783 (priss) R 21778 21778 20564 0 -1 4202560 3779 0 0 0 305 0 0 0 18 0 5 0 596652734 294150144 11300 33554432000 4194304 5787044 140733562130880 18446744073709551615 5591031 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21779/tid=21784] ppid=21778 vsize=287256 CPUtime=3.06 cores=0,2,4,6
/proc/21779/task/21784/stat : 21784 (priss) R 21778 21778 20564 0 -1 4202560 3395 0 0 0 306 0 0 0 25 0 5 0 596652734 294150144 11300 33554432000 4194304 5787044 140733562130880 18446744073709551615 256415085529 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 295956

[startup+6.30118 s]
/proc/loadavg: 8.10 8.10 8.04 9/188 21785
/proc/meminfo: memFree=17939524/32950928 swapFree=67111524/67111528
[pid=21778] ppid=21776 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21778/stat : 21778 (prissAuto.sh) S 21776 21778 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596652732 8908800 251 33554432000 4194304 4922060 140736717415216 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21778/statm: 2175 251 211 178 0 68 0
[pid=21779] ppid=21778 vsize=287256 CPUtime=25.07 cores=0,2,4,6
/proc/21779/stat : 21779 (priss) S 21778 21778 20564 0 -1 4202496 21579 0 0 0 2503 4 0 0 18 0 5 0 596652732 294150144 13015 33554432000 4194304 5787044 140733562130880 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21779/statm: 71814 13015 404 389 0 67564 0
[pid=21779/tid=21781] ppid=21778 vsize=287256 CPUtime=6.24 cores=0,2,4,6
/proc/21779/task/21781/stat : 21781 (priss) R 21778 21778 20564 0 -1 4202560 6103 0 0 0 623 1 0 0 25 0 5 0 596652733 294150144 13015 33554432000 4194304 5787044 140733562130880 18446744073709551615 4254502 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21779/tid=21782] ppid=21778 vsize=287256 CPUtime=6.26 cores=0,2,4,6
/proc/21779/task/21782/stat : 21782 (priss) R 21778 21778 20564 0 -1 4202560 4960 0 0 0 625 1 0 0 25 0 5 0 596652734 294150144 13015 33554432000 4194304 5787044 140733562130880 18446744073709551615 4218236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21779/tid=21783] ppid=21778 vsize=287256 CPUtime=6.26 cores=0,2,4,6
/proc/21779/task/21783/stat : 21783 (priss) R 21778 21778 20564 0 -1 4202560 4338 0 0 0 625 1 0 0 25 0 5 0 596652734 294150144 13015 33554432000 4194304 5787044 140733562130880 18446744073709551615 5590319 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21779/tid=21784] ppid=21778 vsize=287256 CPUtime=6.26 cores=0,2,4,6
/proc/21779/task/21784/stat : 21784 (priss) R 21778 21778 20564 0 -1 4202560 3395 0 0 0 626 0 0 0 25 0 5 0 596652734 294150144 13015 33554432000 4194304 5787044 140733562130880 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 295956

[startup+12.701 s]
/proc/loadavg: 8.09 8.10 8.04 9/188 21785
/proc/meminfo: memFree=17927640/32950928 swapFree=67111524/67111528
[pid=21778] ppid=21776 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21778/stat : 21778 (prissAuto.sh) S 21776 21778 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596652732 8908800 251 33554432000 4194304 4922060 140736717415216 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21778/statm: 2175 251 211 178 0 68 0
[pid=21779] ppid=21778 vsize=287256 CPUtime=50.66 cores=0,2,4,6
/proc/21779/stat : 21779 (priss) S 21778 21778 20564 0 -1 4202496 23971 0 0 0 5060 6 0 0 18 0 5 0 596652732 294150144 15407 33554432000 4194304 5787044 140733562130880 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21779/statm: 71814 15407 404 389 0 67564 0
[pid=21779/tid=21781] ppid=21778 vsize=287256 CPUtime=12.61 cores=0,2,4,6
/proc/21779/task/21781/stat : 21781 (priss) R 21778 21778 20564 0 -1 4202560 6822 0 0 0 1259 2 0 0 25 0 5 0 596652733 294150144 15407 33554432000 4194304 5787044 140733562130880 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21779/tid=21782] ppid=21778 vsize=287256 CPUtime=12.66 cores=0,2,4,6
/proc/21779/task/21782/stat : 21782 (priss) R 21778 21778 20564 0 -1 4202560 5736 0 0 0 1265 1 0 0 25 0 5 0 596652734 294150144 15407 33554432000 4194304 5787044 140733562130880 18446744073709551615 5591521 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21779/tid=21783] ppid=21778 vsize=287256 CPUtime=12.66 cores=0,2,4,6
/proc/21779/task/21783/stat : 21783 (priss) R 21778 21778 20564 0 -1 4202560 5235 0 0 0 1265 1 0 0 25 0 5 0 596652734 294150144 15407 33554432000 4194304 5787044 140733562130880 18446744073709551615 4254586 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21779/tid=21784] ppid=21778 vsize=287256 CPUtime=12.67 cores=0,2,4,6
/proc/21779/task/21784/stat : 21784 (priss) R 21778 21778 20564 0 -1 4202560 3395 0 0 0 1267 0 0 0 25 0 5 0 596652734 294150144 15407 33554432000 4194304 5787044 140733562130880 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 295956

[startup+25.5006 s]
/proc/loadavg: 8.08 8.10 8.04 9/188 21785
/proc/meminfo: memFree=17898720/32950928 swapFree=67111524/67111528
[pid=21778] ppid=21776 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21778/stat : 21778 (prissAuto.sh) S 21776 21778 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596652732 8908800 251 33554432000 4194304 4922060 140736717415216 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21778/statm: 2175 251 211 178 0 68 0
[pid=21779] ppid=21778 vsize=300188 CPUtime=101.77 cores=0,2,4,6
/proc/21779/stat : 21779 (priss) S 21778 21778 20564 0 -1 4202496 31908 0 0 0 10167 10 0 0 18 0 5 0 596652732 307392512 22638 33554432000 4194304 5787044 140733562130880 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21779/statm: 75047 22638 417 389 0 70797 0
[pid=21779/tid=21781] ppid=21778 vsize=300188 CPUtime=25.34 cores=0,2,4,6
/proc/21779/task/21781/stat : 21781 (priss) R 21778 21778 20564 0 -1 4202560 9191 0 0 0 2531 3 0 0 25 0 5 0 596652733 307392512 22638 33554432000 4194304 5787044 140733562130880 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21779/tid=21782] ppid=21778 vsize=300188 CPUtime=25.45 cores=0,2,4,6
/proc/21779/task/21782/stat : 21782 (priss) R 21778 21778 20564 0 -1 4202560 6949 0 0 0 2543 2 0 0 25 0 5 0 596652734 307392512 22638 33554432000 4194304 5787044 140733562130880 18446744073709551615 4213847 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21779/tid=21783] ppid=21778 vsize=300188 CPUtime=25.45 cores=0,2,4,6
/proc/21779/task/21783/stat : 21783 (priss) R 21778 21778 20564 0 -1 4202560 6702 0 0 0 2543 2 0 0 25 0 5 0 596652734 307392512 22638 33554432000 4194304 5787044 140733562130880 18446744073709551615 256415052833 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21779/tid=21784] ppid=21778 vsize=300188 CPUtime=25.47 cores=0,2,4,6
/proc/21779/task/21784/stat : 21784 (priss) R 21778 21778 20564 0 -1 4202560 6283 0 0 0 2546 1 0 0 25 0 5 0 596652734 307392512 22638 33554432000 4194304 5787044 140733562130880 18446744073709551615 5527594 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.77
Current children cumulated vsize (KiB) 308888

[startup+51.1008 s]
/proc/loadavg: 8.05 8.09 8.03 9/188 21786
/proc/meminfo: memFree=17847496/32950928 swapFree=67111524/67111528
[pid=21778] ppid=21776 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21778/stat : 21778 (prissAuto.sh) S 21776 21778 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596652732 8908800 251 33554432000 4194304 4922060 140736717415216 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21778/statm: 2175 251 211 178 0 68 0
[pid=21779] ppid=21778 vsize=316668 CPUtime=204.02 cores=0,2,4,6
/proc/21779/stat : 21779 (priss) S 21778 21778 20564 0 -1 4202496 42360 0 0 0 20383 19 0 0 18 0 5 0 596652732 324268032 33023 33554432000 4194304 5787044 140733562130880 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21779/statm: 79167 33023 417 389 0 74917 0
[pid=21779/tid=21781] ppid=21778 vsize=316668 CPUtime=50.79 cores=0,2,4,6
/proc/21779/task/21781/stat : 21781 (priss) R 21778 21778 20564 0 -1 4202560 11541 0 0 0 5075 4 0 0 25 0 5 0 596652733 324268032 33023 33554432000 4194304 5787044 140733562130880 18446744073709551615 4254919 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21779/tid=21782] ppid=21778 vsize=316668 CPUtime=51.05 cores=0,2,4,6
/proc/21779/task/21782/stat : 21782 (priss) R 21778 21778 20564 0 -1 4202560 11110 0 0 0 5100 5 0 0 25 0 5 0 596652734 324268032 33023 33554432000 4194304 5787044 140733562130880 18446744073709551615 5592867 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21779/tid=21783] ppid=21778 vsize=316668 CPUtime=51.06 cores=0,2,4,6
/proc/21779/task/21783/stat : 21783 (priss) R 21778 21778 20564 0 -1 4202560 8607 0 0 0 5101 5 0 0 25 0 5 0 596652734 324268032 33023 33554432000 4194304 5787044 140733562130880 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21779/tid=21784] ppid=21778 vsize=316668 CPUtime=51.06 cores=0,2,4,6
/proc/21779/task/21784/stat : 21784 (priss) R 21778 21778 20564 0 -1 4202560 8319 0 0 0 5104 2 0 0 25 0 5 0 596652734 324268032 33023 33554432000 4194304 5787044 140733562130880 18446744073709551615 5527239 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 204.02
Current children cumulated vsize (KiB) 325368

[startup+102.301 s]
/proc/loadavg: 8.02 8.07 8.03 9/188 21787
/proc/meminfo: memFree=17782124/32950928 swapFree=67111524/67111528
[pid=21778] ppid=21776 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21778/stat : 21778 (prissAuto.sh) S 21776 21778 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596652732 8908800 251 33554432000 4194304 4922060 140736717415216 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21778/statm: 2175 251 211 178 0 68 0
[pid=21779] ppid=21778 vsize=331760 CPUtime=408.53 cores=0,2,4,6
/proc/21779/stat : 21779 (priss) S 21778 21778 20564 0 -1 4202496 52547 0 0 0 40823 30 0 0 18 0 5 0 596652732 339722240 43111 33554432000 4194304 5787044 140733562130880 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21779/statm: 82940 43111 417 389 0 78690 0
[pid=21779/tid=21781] ppid=21778 vsize=331760 CPUtime=101.71 cores=0,2,4,6
/proc/21779/task/21781/stat : 21781 (priss) R 21778 21778 20564 0 -1 4202560 13474 0 0 0 10164 7 0 0 25 0 5 0 596652733 339722240 43111 33554432000 4194304 5787044 140733562130880 18446744073709551615 5590295 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21779/tid=21782] ppid=21778 vsize=331760 CPUtime=102.25 cores=0,2,4,6
/proc/21779/task/21782/stat : 21782 (priss) R 21778 21778 20564 0 -1 4202560 13100 0 0 0 10217 8 0 0 25 0 5 0 596652734 339722240 43111 33554432000 4194304 5787044 140733562130880 18446744073709551615 5590540 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21779/tid=21783] ppid=21778 vsize=331760 CPUtime=102.26 cores=0,2,4,6
/proc/21779/task/21783/stat : 21783 (priss) R 21778 21778 20564 0 -1 4202560 11210 0 0 0 10217 9 0 0 25 0 5 0 596652734 339722240 43111 33554432000 4194304 5787044 140733562130880 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21779/tid=21784] ppid=21778 vsize=331760 CPUtime=102.26 cores=0,2,4,6
/proc/21779/task/21784/stat : 21784 (priss) R 21778 21778 20564 0 -1 4202560 11980 0 0 0 10222 4 0 0 25 0 5 0 596652734 339722240 43111 33554432000 4194304 5787044 140733562130880 18446744073709551615 5528404 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.53
Current children cumulated vsize (KiB) 340460

[startup+162.301 s]
/proc/loadavg: 8.07 8.07 8.03 9/188 21789
/proc/meminfo: memFree=17697876/32950928 swapFree=67111524/67111528
[pid=21778] ppid=21776 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21778/stat : 21778 (prissAuto.sh) S 21776 21778 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596652732 8908800 251 33554432000 4194304 4922060 140736717415216 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21778/statm: 2175 251 211 178 0 68 0
[pid=21779] ppid=21778 vsize=348468 CPUtime=648.21 cores=0,2,4,6

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

/proc/21779/task/21782/stat : 21782 (priss) R 21778 21778 20564 0 -1 4202560 34436 0 0 0 82185 33 0 0 25 0 5 0 596652734 643170304 120878 33554432000 4194304 5787044 140733562130880 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21779/tid=21783] ppid=21778 vsize=628096 CPUtime=822.27 cores=0,2,4,6
/proc/21779/task/21783/stat : 21783 (priss) R 21778 21778 20564 0 -1 4202560 33282 0 0 0 82187 40 0 0 25 0 5 0 596652734 643170304 120878 33554432000 4194304 5787044 140733562130880 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21779/tid=21784] ppid=21778 vsize=628096 CPUtime=822.28 cores=0,2,4,6
/proc/21779/task/21784/stat : 21784 (priss) R 21778 21778 20564 0 -1 4202560 27345 0 0 0 82214 14 0 0 25 0 5 0 596652734 643170304 120878 33554432000 4194304 5787044 140733562130880 18446744073709551615 4254488 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3284.59
Current children cumulated vsize (KiB) 636796

[startup+882.301 s]
/proc/loadavg: 8.18 8.08 8.03 10/188 21841
/proc/meminfo: memFree=17665228/32950928 swapFree=67111524/67111528
[pid=21778] ppid=21776 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21778/stat : 21778 (prissAuto.sh) S 21776 21778 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596652732 8908800 251 33554432000 4194304 4922060 140736717415216 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21778/statm: 2175 251 211 178 0 68 0
[pid=21779] ppid=21778 vsize=628096 CPUtime=3524.24 cores=0,2,4,6
/proc/21779/stat : 21779 (priss) S 21778 21778 20564 0 -1 4202496 131918 0 0 0 352304 120 0 0 18 0 5 0 596652732 643170304 121146 33554432000 4194304 5787044 140733562130880 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21779/statm: 157024 121146 417 389 0 152774 0
[pid=21779/tid=21781] ppid=21778 vsize=628096 CPUtime=877.47 cores=0,2,4,6
/proc/21779/task/21781/stat : 21781 (priss) R 21778 21778 20564 0 -1 4202560 33879 0 0 0 87716 31 0 0 25 0 5 0 596652733 643170304 121146 33554432000 4194304 5787044 140733562130880 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21779/tid=21782] ppid=21778 vsize=628096 CPUtime=882.18 cores=0,2,4,6
/proc/21779/task/21782/stat : 21782 (priss) R 21778 21778 20564 0 -1 4202560 34597 0 0 0 88184 34 0 0 25 0 5 0 596652734 643170304 121146 33554432000 4194304 5787044 140733562130880 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21779/tid=21783] ppid=21778 vsize=628096 CPUtime=882.27 cores=0,2,4,6
/proc/21779/task/21783/stat : 21783 (priss) R 21778 21778 20564 0 -1 4202560 33283 0 0 0 88187 40 0 0 25 0 5 0 596652734 643170304 121146 33554432000 4194304 5787044 140733562130880 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21779/tid=21784] ppid=21778 vsize=628096 CPUtime=882.27 cores=0,2,4,6
/proc/21779/task/21784/stat : 21784 (priss) R 21778 21778 20564 0 -1 4202560 27376 0 0 0 88213 14 0 0 25 0 5 0 596652734 643170304 121146 33554432000 4194304 5787044 140733562130880 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3524.24
Current children cumulated vsize (KiB) 636796

[startup+942.307 s]
/proc/loadavg: 8.18 8.10 8.04 9/188 21842
/proc/meminfo: memFree=17654552/32950928 swapFree=67111524/67111528
[pid=21778] ppid=21776 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21778/stat : 21778 (prissAuto.sh) S 21776 21778 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596652732 8908800 251 33554432000 4194304 4922060 140736717415216 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21778/statm: 2175 251 211 178 0 68 0
[pid=21779] ppid=21778 vsize=635048 CPUtime=3763.93 cores=0,2,4,6
/proc/21779/stat : 21779 (priss) S 21778 21778 20564 0 -1 4202496 133281 0 0 0 376272 121 0 0 18 0 5 0 596652732 650289152 122509 33554432000 4194304 5787044 140733562130880 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21779/statm: 158762 122509 417 389 0 154512 0
[pid=21779/tid=21781] ppid=21778 vsize=635048 CPUtime=937.15 cores=0,2,4,6
/proc/21779/task/21781/stat : 21781 (priss) R 21778 21778 20564 0 -1 4202560 33962 0 0 0 93684 31 0 0 25 0 5 0 596652733 650289152 122509 33554432000 4194304 5787044 140733562130880 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21779/tid=21782] ppid=21778 vsize=635048 CPUtime=942.18 cores=0,2,4,6
/proc/21779/task/21782/stat : 21782 (priss) R 21778 21778 20564 0 -1 4202560 34621 0 0 0 94184 34 0 0 25 0 5 0 596652734 650289152 122509 33554432000 4194304 5787044 140733562130880 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21779/tid=21783] ppid=21778 vsize=635048 CPUtime=942.27 cores=0,2,4,6
/proc/21779/task/21783/stat : 21783 (priss) R 21778 21778 20564 0 -1 4202560 33283 0 0 0 94187 40 0 0 25 0 5 0 596652734 650289152 122509 33554432000 4194304 5787044 140733562130880 18446744073709551615 5591573 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21779/tid=21784] ppid=21778 vsize=635048 CPUtime=942.27 cores=0,2,4,6
/proc/21779/task/21784/stat : 21784 (priss) R 21778 21778 20564 0 -1 4202560 28632 0 0 0 94213 14 0 0 25 0 5 0 596652734 650289152 122509 33554432000 4194304 5787044 140733562130880 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3763.93
Current children cumulated vsize (KiB) 643748

[startup+1002.3 s]
/proc/loadavg: 8.13 8.09 8.04 9/188 21844
/proc/meminfo: memFree=17608264/32950928 swapFree=67111524/67111528
[pid=21778] ppid=21776 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21778/stat : 21778 (prissAuto.sh) S 21776 21778 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596652732 8908800 251 33554432000 4194304 4922060 140736717415216 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21778/statm: 2175 251 211 178 0 68 0
[pid=21779] ppid=21778 vsize=645520 CPUtime=4003.59 cores=0,2,4,6
/proc/21779/stat : 21779 (priss) S 21778 21778 20564 0 -1 4202496 136277 0 0 0 400235 124 0 0 18 0 5 0 596652732 661012480 125505 33554432000 4194304 5787044 140733562130880 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21779/statm: 161380 125505 417 389 0 157130 0
[pid=21779/tid=21781] ppid=21778 vsize=645520 CPUtime=996.82 cores=0,2,4,6
/proc/21779/task/21781/stat : 21781 (priss) R 21778 21778 20564 0 -1 4202560 35207 0 0 0 99651 31 0 0 25 0 5 0 596652733 661012480 125505 33554432000 4194304 5787044 140733562130880 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21779/tid=21782] ppid=21778 vsize=645520 CPUtime=1002.17 cores=0,2,4,6
/proc/21779/task/21782/stat : 21782 (priss) R 21778 21778 20564 0 -1 4202560 34766 0 0 0 100183 34 0 0 25 0 5 0 596652734 661012480 125505 33554432000 4194304 5787044 140733562130880 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21779/tid=21783] ppid=21778 vsize=645520 CPUtime=1002.27 cores=0,2,4,6
/proc/21779/task/21783/stat : 21783 (priss) R 21778 21778 20564 0 -1 4202560 33286 0 0 0 100186 41 0 0 25 0 5 0 596652734 661012480 125505 33554432000 4194304 5787044 140733562130880 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21779/tid=21784] ppid=21778 vsize=645520 CPUtime=1002.27 cores=0,2,4,6
/proc/21779/task/21784/stat : 21784 (priss) R 21778 21778 20564 0 -1 4202560 30235 0 0 0 100211 16 0 0 25 0 5 0 596652734 661012480 125505 33554432000 4194304 5787044 140733562130880 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4003.59
Current children cumulated vsize (KiB) 654220

[startup+1062.3 s]
/proc/loadavg: 8.04 8.07 8.03 9/188 21846
/proc/meminfo: memFree=17542376/32950928 swapFree=67111524/67111528
[pid=21778] ppid=21776 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21778/stat : 21778 (prissAuto.sh) S 21776 21778 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596652732 8908800 251 33554432000 4194304 4922060 140736717415216 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21778/statm: 2175 251 211 178 0 68 0
[pid=21779] ppid=21778 vsize=664228 CPUtime=4243.26 cores=0,2,4,6
/proc/21779/stat : 21779 (priss) S 21778 21778 20564 0 -1 4202496 142101 0 0 0 424198 128 0 0 18 0 5 0 596652732 680169472 131329 33554432000 4194304 5787044 140733562130880 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21779/statm: 166057 131329 417 389 0 161807 0
[pid=21779/tid=21781] ppid=21778 vsize=664228 CPUtime=1056.49 cores=0,2,4,6
/proc/21779/task/21781/stat : 21781 (priss) R 21778 21778 20564 0 -1 4202560 36971 0 0 0 105616 33 0 0 25 0 5 0 596652733 680169472 131329 33554432000 4194304 5787044 140733562130880 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21779/tid=21782] ppid=21778 vsize=664228 CPUtime=1062.17 cores=0,2,4,6
/proc/21779/task/21782/stat : 21782 (priss) R 21778 21778 20564 0 -1 4202560 37249 0 0 0 106182 35 0 0 25 0 5 0 596652734 680169472 131329 33554432000 4194304 5787044 140733562130880 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21779/tid=21783] ppid=21778 vsize=664228 CPUtime=1062.27 cores=0,2,4,6
/proc/21779/task/21783/stat : 21783 (priss) R 21778 21778 20564 0 -1 4202560 33295 0 0 0 106186 41 0 0 25 0 5 0 596652734 680169472 131329 33554432000 4194304 5787044 140733562130880 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21779/tid=21784] ppid=21778 vsize=664228 CPUtime=1062.27 cores=0,2,4,6
/proc/21779/task/21784/stat : 21784 (priss) R 21778 21778 20564 0 -1 4202560 31803 0 0 0 106210 17 0 0 25 0 5 0 596652734 680169472 131329 33554432000 4194304 5787044 140733562130880 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4243.26
Current children cumulated vsize (KiB) 672928

[startup+1122.3 s]
/proc/loadavg: 8.08 8.07 8.03 9/188 21847
/proc/meminfo: memFree=17495480/32950928 swapFree=67111524/67111528
[pid=21778] ppid=21776 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21778/stat : 21778 (prissAuto.sh) S 21776 21778 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596652732 8908800 251 33554432000 4194304 4922060 140736717415216 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21778/statm: 2175 251 211 178 0 68 0
[pid=21779] ppid=21778 vsize=675820 CPUtime=4482.94 cores=0,2,4,6
/proc/21779/stat : 21779 (priss) S 21778 21778 20564 0 -1 4202496 148600 0 0 0 448158 136 0 0 18 0 5 0 596652732 692039680 137828 33554432000 4194304 5787044 140733562130880 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21779/statm: 168955 137828 417 389 0 164705 0
[pid=21779/tid=21781] ppid=21778 vsize=675820 CPUtime=1116.18 cores=0,2,4,6
/proc/21779/task/21781/stat : 21781 (priss) R 21778 21778 20564 0 -1 4202560 38834 0 0 0 111581 37 0 0 25 0 5 0 596652733 692039680 137828 33554432000 4194304 5787044 140733562130880 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21779/tid=21782] ppid=21778 vsize=675820 CPUtime=1122.16 cores=0,2,4,6
/proc/21779/task/21782/stat : 21782 (priss) R 21778 21778 20564 0 -1 4202560 38960 0 0 0 112178 38 0 0 25 0 5 0 596652734 692039680 137828 33554432000 4194304 5787044 140733562130880 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21779/tid=21783] ppid=21778 vsize=675820 CPUtime=1122.27 cores=0,2,4,6
/proc/21779/task/21783/stat : 21783 (priss) R 21778 21778 20564 0 -1 4202560 34379 0 0 0 112186 41 0 0 25 0 5 0 596652734 692039680 137828 33554432000 4194304 5787044 140733562130880 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21779/tid=21784] ppid=21778 vsize=675820 CPUtime=1122.27 cores=0,2,4,6
/proc/21779/task/21784/stat : 21784 (priss) R 21778 21778 20564 0 -1 4202560 33644 0 0 0 112209 18 0 0 25 0 5 0 596652734 692039680 137828 33554432000 4194304 5787044 140733562130880 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4482.94
Current children cumulated vsize (KiB) 684520

[startup+1182.3 s]
/proc/loadavg: 8.08 8.07 8.03 9/188 21849
/proc/meminfo: memFree=17468776/32950928 swapFree=67111524/67111528
[pid=21778] ppid=21776 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21778/stat : 21778 (prissAuto.sh) S 21776 21778 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596652732 8908800 251 33554432000 4194304 4922060 140736717415216 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21778/statm: 2175 251 211 178 0 68 0
[pid=21779] ppid=21778 vsize=686184 CPUtime=4722.61 cores=0,2,4,6
/proc/21779/stat : 21779 (priss) S 21778 21778 20564 0 -1 4202496 154653 0 0 0 472118 143 0 0 18 0 5 0 596652732 702652416 143881 33554432000 4194304 5787044 140733562130880 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21779/statm: 171546 143881 417 389 0 167296 0
[pid=21779/tid=21781] ppid=21778 vsize=686184 CPUtime=1175.84 cores=0,2,4,6
/proc/21779/task/21781/stat : 21781 (priss) R 21778 21778 20564 0 -1 4202560 40617 0 0 0 117545 39 0 0 25 0 5 0 596652733 702652416 143881 33554432000 4194304 5787044 140733562130880 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21779/tid=21782] ppid=21778 vsize=686184 CPUtime=1182.15 cores=0,2,4,6
/proc/21779/task/21782/stat : 21782 (priss) R 21778 21778 20564 0 -1 4202560 41777 0 0 0 118174 41 0 0 25 0 5 0 596652734 702652416 143881 33554432000 4194304 5787044 140733562130880 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21779/tid=21783] ppid=21778 vsize=686184 CPUtime=1182.27 cores=0,2,4,6
/proc/21779/task/21783/stat : 21783 (priss) R 21778 21778 20564 0 -1 4202560 35483 0 0 0 118185 42 0 0 25 0 5 0 596652734 702652416 143881 33554432000 4194304 5787044 140733562130880 18446744073709551615 4254468 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21779/tid=21784] ppid=21778 vsize=686184 CPUtime=1182.27 cores=0,2,4,6
/proc/21779/task/21784/stat : 21784 (priss) R 21778 21778 20564 0 -1 4202560 33993 0 0 0 118209 18 0 0 25 0 5 0 596652734 702652416 143881 33554432000 4194304 5787044 140733562130880 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4722.61
Current children cumulated vsize (KiB) 694884



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.06 8.06 8.03 9/188 21849
/proc/meminfo: memFree=17462440/32950928 swapFree=67111524/67111528
[pid=21778] ppid=21776 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21778/stat : 21778 (prissAuto.sh) S 21776 21778 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596652732 8908800 251 33554432000 4194304 4922060 140736717415216 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21778/statm: 2175 251 211 178 0 68 0
[pid=21779] ppid=21778 vsize=686184 CPUtime=4800.12 cores=0,2,4,6
/proc/21779/stat : 21779 (priss) S 21778 21778 20564 0 -1 4202496 156045 0 0 0 479867 145 0 0 18 0 5 0 596652732 702652416 145273 33554432000 4194304 5787044 140733562130880 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21779/statm: 171546 145273 417 389 0 167296 0
[pid=21779/tid=21781] ppid=21778 vsize=686184 CPUtime=1195.14 cores=0,2,4,6
/proc/21779/task/21781/stat : 21781 (priss) R 21778 21778 20564 0 -1 4202560 41176 0 0 0 119474 40 0 0 25 0 5 0 596652733 702652416 145273 33554432000 4194304 5787044 140733562130880 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21779/tid=21782] ppid=21778 vsize=686184 CPUtime=1201.56 cores=0,2,4,6
/proc/21779/task/21782/stat : 21782 (priss) R 21778 21778 20564 0 -1 4202560 42335 0 0 0 120114 42 0 0 25 0 5 0 596652734 702652416 145273 33554432000 4194304 5787044 140733562130880 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21779/tid=21783] ppid=21778 vsize=686184 CPUtime=1201.68 cores=0,2,4,6
/proc/21779/task/21783/stat : 21783 (priss) R 21778 21778 20564 0 -1 4202560 35758 0 0 0 120125 43 0 0 25 0 5 0 596652734 702652416 145273 33554432000 4194304 5787044 140733562130880 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21779/tid=21784] ppid=21778 vsize=686184 CPUtime=1201.68 cores=0,2,4,6
/proc/21779/task/21784/stat : 21784 (priss) R 21778 21778 20564 0 -1 4202560 33993 0 0 0 120150 18 0 0 25 0 5 0 596652734 702652416 145273 33554432000 4194304 5787044 140733562130880 18446744073709551615 5524560 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.12
Current children cumulated vsize (KiB) 694884

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 21778 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=0
# CPU time returned by wait4() is 0
# while last known CPU time is 4800.12
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.72
CPU time (s): 4800.12
CPU user time (s): 4798.67
CPU system time (s): 1.45
CPU usage (%): 399.438
Max. virtual memory (cumulated for all children) (KiB): 694884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
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= 6
involuntary context switches= 3

runsolver used 1.78773 second user time and 4.77727 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-29 10:03:41
IDJOB=3263307
IDBENCH=83952
IDSOLVER=1602
FILE ID=node115/3263307-1304064220
RUNJOBID= node115-1304054572-20582
PBS_JOBID= 13170430
Free space on /tmp= 72728 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_20_70_1-dir.shuffled-as.sat03-146.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3263307-1304064220/watcher-3263307-1304064220 -o /tmp/evaluation-result-3263307-1304064220/solver-3263307-1304064220 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3263307-1304064220.cnf 1045455946 4800 15500 4

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

MD5SUM BENCH= 7ef2b563e57ba91e22d23e55abe69485
RANDOM SEED=1045455946

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      17992212 kB
Buffers:       2319676 kB
Cached:       11544736 kB
SwapCached:          4 kB
Active:        7288476 kB
Inactive:      7116760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17992212 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            1972 kB
Writeback:           0 kB
AnonPages:      539924 kB
Mapped:          15596 kB
Slab:           490120 kB
PageTables:       5660 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   731496 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= 72728 MiB
End job on node115 at 2011-04-29 10:23:44