Trace number 3250502

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
priss 1.0? (TO) 4800.29 1202.12

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-23_508.cnf
MD5SUMb891f70c80006fb02dca40f266c0cec1
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 variables254
Number of clauses34661
Sum of the clauses size157137
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 285
Number of clauses of size 331908
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52668

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: 9277
0.00/0.01	c parsetime: 11114us
0.00/0.01	c parsed 34661 clauses with 254 variables
0.00/0.01	c NW started thread 0 successfully (1088518464)
0.00/0.02	c NW started thread 1 successfully (1109616960)
0.00/0.02	c NW started thread 2 successfully (1099008320)
0.00/0.03	c NW started thread 3 successfully (1120106816)
12.70/3.30	c preprocessor returned 10044 variables
12.70/3.30	c preprocessing returned UNKNOWN
12.70/3.30	c PP set 0 variables
12.70/3.30	c pp time: 3281105us (3s)
13.10/3.32	c preprocessor returned 10044 variables
13.10/3.32	c preprocessing returned UNKNOWN
13.10/3.32	c PP set 0 variables
13.10/3.32	c pp time: 3299202us (3s)
13.10/3.32	c preprocessor returned 10044 variables
13.10/3.32	c preprocessing returned UNKNOWN
13.10/3.32	c PP set 0 variables
13.10/3.32	c pp time: 3296774us (3s)
442.02/110.76	c preprocessor returned 30050 variables
442.02/110.76	c preprocessing returned UNKNOWN
442.02/110.76	c PP set 0 variables
442.02/110.76	c pp time: 110734000us (110s)

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-3250502-1304059782/watcher-3250502-1304059782 -o /tmp/evaluation-result-3250502-1304059782/solver-3250502-1304059782 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3250502-1304059782.cnf 1113697782 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.80 8.03 8.02 6/180 9276
/proc/meminfo: memFree=26607604/32951132 swapFree=67111364/67111528
[pid=9276] ppid=9274 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9276/stat : 9276 (priss.sh) S 9274 9276 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517576857 8908800 251 33554432000 4194304 4922060 140735682116608 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9276/statm: 2175 251 211 178 0 68 0

[startup+0.0154061 s]
/proc/loadavg: 7.80 8.03 8.02 6/180 9276
/proc/meminfo: memFree=26607604/32951132 swapFree=67111364/67111528
[pid=9276] ppid=9274 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9276/stat : 9276 (priss.sh) S 9274 9276 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517576857 8908800 251 33554432000 4194304 4922060 140735682116608 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9276/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.303572 s]
/proc/loadavg: 7.80 8.03 8.02 6/180 9276
/proc/meminfo: memFree=26607604/32951132 swapFree=67111364/67111528
[pid=9276] ppid=9274 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9276/stat : 9276 (priss.sh) S 9274 9276 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517576857 8908800 251 33554432000 4194304 4922060 140735682116608 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9276/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.940202 s]
/proc/loadavg: 7.80 8.03 8.02 6/180 9276
/proc/meminfo: memFree=26607604/32951132 swapFree=67111364/67111528
[pid=9276] ppid=9274 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9276/stat : 9276 (priss.sh) S 9274 9276 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517576857 8908800 251 33554432000 4194304 4922060 140735682116608 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9276/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.04018 s]
/proc/loadavg: 7.80 8.03 8.02 6/180 9276
/proc/meminfo: memFree=26607604/32951132 swapFree=67111364/67111528
[pid=9276] ppid=9274 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9276/stat : 9276 (priss.sh) S 9274 9276 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517576857 8908800 251 33554432000 4194304 4922060 140735682116608 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9276/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50011 s]
/proc/loadavg: 7.80 8.03 8.02 6/180 9276
/proc/meminfo: memFree=26607604/32951132 swapFree=67111364/67111528
[pid=9276] ppid=9274 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9276/stat : 9276 (priss.sh) S 9274 9276 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517576857 8908800 251 33554432000 4194304 4922060 140735682116608 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9276/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10083 s]
/proc/loadavg: 7.80 8.03 8.02 9/186 9282
/proc/meminfo: memFree=26570848/32951132 swapFree=67111364/67111528
[pid=9276] ppid=9274 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9276/stat : 9276 (priss.sh) S 9274 9276 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517576857 8908800 251 33554432000 4194304 4922060 140735682116608 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9276/statm: 2175 251 211 178 0 68 0
[pid=9277] ppid=9276 vsize=216552 CPUtime=12.3 cores=0,2,4,6
/proc/9277/stat : 9277 (priss) S 9276 9276 7814 0 -1 4202496 9912 0 0 0 1229 1 0 0 19 0 5 0 517576857 221749248 8850 33554432000 4194304 5787044 140734583051200 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/9277/statm: 54138 8850 355 389 0 49888 0
[pid=9277/tid=9279] ppid=9276 vsize=216552 CPUtime=3.07 cores=0,2,4,6
/proc/9277/task/9279/stat : 9279 (priss) R 9276 9276 7814 0 -1 4202560 1592 0 0 0 307 0 0 0 25 0 5 0 517576859 221749248 8850 33554432000 4194304 5787044 140734583051200 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=9277/tid=9280] ppid=9276 vsize=216552 CPUtime=3.06 cores=0,2,4,6
/proc/9277/task/9280/stat : 9280 (priss) R 9276 9276 7814 0 -1 4202560 1177 0 0 0 306 0 0 0 25 0 5 0 517576859 221749248 8850 33554432000 4194304 5787044 140734583051200 18446744073709551615 242970244077 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=9277/tid=9281] ppid=9276 vsize=216552 CPUtime=3.06 cores=0,2,4,6
/proc/9277/task/9281/stat : 9281 (priss) R 9276 9276 7814 0 -1 4202560 1541 0 0 0 306 0 0 0 25 0 5 0 517576859 221749248 8850 33554432000 4194304 5787044 140734583051200 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=9277/tid=9282] ppid=9276 vsize=216552 CPUtime=3.06 cores=0,2,4,6
/proc/9277/task/9282/stat : 9282 (priss) R 9276 9276 7814 0 -1 4202560 2657 0 0 0 306 0 0 0 25 0 5 0 517576860 221749248 8850 33554432000 4194304 5787044 140734583051200 18446744073709551615 4359256 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) 225252

[startup+6.30128 s]
/proc/loadavg: 7.82 8.03 8.02 9/186 9282
/proc/meminfo: memFree=26559356/32951132 swapFree=67111364/67111528
[pid=9276] ppid=9274 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9276/stat : 9276 (priss.sh) S 9274 9276 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517576857 8908800 251 33554432000 4194304 4922060 140735682116608 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9276/statm: 2175 251 211 178 0 68 0
[pid=9277] ppid=9276 vsize=220040 CPUtime=25.08 cores=0,2,4,6
/proc/9277/stat : 9277 (priss) S 9276 9276 7814 0 -1 4202496 12948 0 0 0 2506 2 0 0 19 0 5 0 517576857 225320960 11356 33554432000 4194304 5787044 140734583051200 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/9277/statm: 55010 11356 404 389 0 50760 0
[pid=9277/tid=9279] ppid=9276 vsize=220040 CPUtime=6.27 cores=0,2,4,6
/proc/9277/task/9279/stat : 9279 (priss) R 9276 9276 7814 0 -1 4202560 2597 0 0 0 627 0 0 0 25 0 5 0 517576859 225320960 11356 33554432000 4194304 5787044 140734583051200 18446744073709551615 5591356 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=9277/tid=9280] ppid=9276 vsize=220040 CPUtime=6.23 cores=0,2,4,6
/proc/9277/task/9280/stat : 9280 (priss) R 9276 9276 7814 0 -1 4202560 2432 0 0 0 623 0 0 0 25 0 5 0 517576859 225320960 11356 33554432000 4194304 5787044 140734583051200 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=9277/tid=9281] ppid=9276 vsize=220040 CPUtime=6.27 cores=0,2,4,6
/proc/9277/task/9281/stat : 9281 (priss) R 9276 9276 7814 0 -1 4202560 2243 0 0 0 627 0 0 0 25 0 5 0 517576859 225320960 11356 33554432000 4194304 5787044 140734583051200 18446744073709551615 5591044 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=9277/tid=9282] ppid=9276 vsize=220040 CPUtime=6.25 cores=0,2,4,6
/proc/9277/task/9282/stat : 9282 (priss) R 9276 9276 7814 0 -1 4202560 2731 0 0 0 625 0 0 0 25 0 5 0 517576860 225320960 11356 33554432000 4194304 5787044 140734583051200 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 228740

[startup+12.7012 s]
/proc/loadavg: 7.83 8.03 8.02 9/186 9282
/proc/meminfo: memFree=26540012/32951132 swapFree=67111364/67111528
[pid=9276] ppid=9274 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9276/stat : 9276 (priss.sh) S 9274 9276 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517576857 8908800 251 33554432000 4194304 4922060 140735682116608 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9276/statm: 2175 251 211 178 0 68 0
[pid=9277] ppid=9276 vsize=225720 CPUtime=50.65 cores=0,2,4,6
/proc/9277/stat : 9277 (priss) S 9276 9276 7814 0 -1 4202496 15263 0 0 0 5062 3 0 0 19 0 5 0 517576857 231137280 13671 33554432000 4194304 5787044 140734583051200 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/9277/statm: 56430 13671 404 389 0 52180 0
[pid=9277/tid=9279] ppid=9276 vsize=225720 CPUtime=12.68 cores=0,2,4,6
/proc/9277/task/9279/stat : 9279 (priss) R 9276 9276 7814 0 -1 4202560 2899 0 0 0 1267 1 0 0 25 0 5 0 517576859 231137280 13671 33554432000 4194304 5787044 140734583051200 18446744073709551615 5591592 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=9277/tid=9280] ppid=9276 vsize=225720 CPUtime=12.6 cores=0,2,4,6
/proc/9277/task/9280/stat : 9280 (priss) R 9276 9276 7814 0 -1 4202560 3797 0 0 0 1259 1 0 0 25 0 5 0 517576859 231137280 13671 33554432000 4194304 5787044 140734583051200 18446744073709551615 5591289 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=9277/tid=9281] ppid=9276 vsize=225720 CPUtime=12.66 cores=0,2,4,6
/proc/9277/task/9281/stat : 9281 (priss) R 9276 9276 7814 0 -1 4202560 2890 0 0 0 1266 0 0 0 25 0 5 0 517576859 231137280 13671 33554432000 4194304 5787044 140734583051200 18446744073709551615 5586776 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=9277/tid=9282] ppid=9276 vsize=225720 CPUtime=12.66 cores=0,2,4,6
/proc/9277/task/9282/stat : 9282 (priss) R 9276 9276 7814 0 -1 4202560 2732 0 0 0 1266 0 0 0 25 0 5 0 517576860 231137280 13671 33554432000 4194304 5787044 140734583051200 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 234420

[startup+25.501 s]
/proc/loadavg: 7.87 8.03 8.02 9/186 9283
/proc/meminfo: memFree=26524900/32951132 swapFree=67111364/67111528
[pid=9276] ppid=9274 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9276/stat : 9276 (priss.sh) S 9274 9276 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517576857 8908800 251 33554432000 4194304 4922060 140735682116608 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9276/statm: 2175 251 211 178 0 68 0
[pid=9277] ppid=9276 vsize=228408 CPUtime=101.76 cores=0,2,4,6
/proc/9277/stat : 9277 (priss) S 9276 9276 7814 0 -1 4202496 17288 0 0 0 10171 5 0 0 19 0 5 0 517576857 233889792 15696 33554432000 4194304 5787044 140734583051200 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/9277/statm: 57102 15696 404 389 0 52852 0
[pid=9277/tid=9279] ppid=9276 vsize=228408 CPUtime=25.47 cores=0,2,4,6
/proc/9277/task/9279/stat : 9279 (priss) R 9276 9276 7814 0 -1 4202560 3538 0 0 0 2546 1 0 0 25 0 5 0 517576859 233889792 15696 33554432000 4194304 5787044 140734583051200 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=9277/tid=9280] ppid=9276 vsize=228408 CPUtime=25.32 cores=0,2,4,6
/proc/9277/task/9280/stat : 9280 (priss) R 9276 9276 7814 0 -1 4202560 4413 0 0 0 2531 1 0 0 25 0 5 0 517576859 233889792 15696 33554432000 4194304 5787044 140734583051200 18446744073709551615 4213832 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=9277/tid=9281] ppid=9276 vsize=228408 CPUtime=25.46 cores=0,2,4,6
/proc/9277/task/9281/stat : 9281 (priss) R 9276 9276 7814 0 -1 4202560 3660 0 0 0 2545 1 0 0 25 0 5 0 517576859 233889792 15696 33554432000 4194304 5787044 140734583051200 18446744073709551615 4229296 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=9277/tid=9282] ppid=9276 vsize=228408 CPUtime=25.45 cores=0,2,4,6
/proc/9277/task/9282/stat : 9282 (priss) R 9276 9276 7814 0 -1 4202560 2732 0 0 0 2545 0 0 0 25 0 5 0 517576860 233889792 15696 33554432000 4194304 5787044 140734583051200 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.76
Current children cumulated vsize (KiB) 237108

[startup+51.1006 s]
/proc/loadavg: 7.97 8.04 8.02 9/186 9283
/proc/meminfo: memFree=26490124/32951132 swapFree=67111364/67111528
[pid=9276] ppid=9274 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9276/stat : 9276 (priss.sh) S 9274 9276 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517576857 8908800 251 33554432000 4194304 4922060 140735682116608 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9276/statm: 2175 251 211 178 0 68 0
[pid=9277] ppid=9276 vsize=236376 CPUtime=203.97 cores=0,2,4,6
/proc/9277/stat : 9277 (priss) S 9276 9276 7814 0 -1 4202496 21622 0 0 0 20382 15 0 0 19 0 5 0 517576857 242049024 20025 33554432000 4194304 5787044 140734583051200 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/9277/statm: 59094 20025 404 389 0 54844 0
[pid=9277/tid=9279] ppid=9276 vsize=236376 CPUtime=51.07 cores=0,2,4,6
/proc/9277/task/9279/stat : 9279 (priss) R 9276 9276 7814 0 -1 4202560 5528 0 0 0 5105 2 0 0 25 0 5 0 517576859 242049024 20025 33554432000 4194304 5787044 140734583051200 18446744073709551615 5576446 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=9277/tid=9280] ppid=9276 vsize=236376 CPUtime=50.77 cores=0,2,4,6
/proc/9277/task/9280/stat : 9280 (priss) R 9276 9276 7814 0 -1 4202560 5519 0 0 0 5075 2 0 0 25 0 5 0 517576859 242049024 20025 33554432000 4194304 5787044 140734583051200 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=9277/tid=9281] ppid=9276 vsize=236376 CPUtime=51.05 cores=0,2,4,6
/proc/9277/task/9281/stat : 9281 (priss) R 9276 9276 7814 0 -1 4202560 4898 0 0 0 5102 3 0 0 25 0 5 0 517576859 242049024 20025 33554432000 4194304 5787044 140734583051200 18446744073709551615 5592744 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=9277/tid=9282] ppid=9276 vsize=236376 CPUtime=51.02 cores=0,2,4,6
/proc/9277/task/9282/stat : 9282 (priss) R 9276 9276 7814 0 -1 4202560 2732 0 0 0 5096 6 0 0 25 0 5 0 517576860 242049024 20025 33554432000 4194304 5787044 140734583051200 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.97
Current children cumulated vsize (KiB) 245076

[startup+102.301 s]
/proc/loadavg: 8.05 8.05 8.02 9/186 9285
/proc/meminfo: memFree=26435432/32951132 swapFree=67111364/67111528
[pid=9276] ppid=9274 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9276/stat : 9276 (priss.sh) S 9274 9276 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517576857 8908800 251 33554432000 4194304 4922060 140735682116608 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9276/statm: 2175 251 211 178 0 68 0
[pid=9277] ppid=9276 vsize=251744 CPUtime=408.44 cores=0,2,4,6
/proc/9277/stat : 9277 (priss) S 9276 9276 7814 0 -1 4202496 29375 0 0 0 40822 22 0 0 19 0 5 0 517576857 257785856 27680 33554432000 4194304 5787044 140734583051200 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/9277/statm: 62936 27680 404 389 0 58686 0
[pid=9277/tid=9279] ppid=9276 vsize=251744 CPUtime=102.27 cores=0,2,4,6
/proc/9277/task/9279/stat : 9279 (priss) R 9276 9276 7814 0 -1 4202560 8127 0 0 0 10223 4 0 0 25 0 5 0 517576859 257785856 27680 33554432000 4194304 5787044 140734583051200 18446744073709551615 4732305 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=9277/tid=9280] ppid=9276 vsize=251744 CPUtime=101.66 cores=0,2,4,6
/proc/9277/task/9280/stat : 9280 (priss) R 9276 9276 7814 0 -1 4202560 7077 0 0 0 10163 3 0 0 25 0 5 0 517576859 257785856 27680 33554432000 4194304 5787044 140734583051200 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=9277/tid=9281] ppid=9276 vsize=251744 CPUtime=102.25 cores=0,2,4,6
/proc/9277/task/9281/stat : 9281 (priss) R 9276 9276 7814 0 -1 4202560 8494 0 0 0 10219 6 0 0 25 0 5 0 517576859 257785856 27680 33554432000 4194304 5787044 140734583051200 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=9277/tid=9282] ppid=9276 vsize=251744 CPUtime=102.21 cores=0,2,4,6
/proc/9277/task/9282/stat : 9282 (priss) R 9276 9276 7814 0 -1 4202560 2732 0 0 0 10214 7 0 0 25 0 5 0 517576860 257785856 27680 33554432000 4194304 5787044 140734583051200 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.44
Current children cumulated vsize (KiB) 260444

[startup+162.3 s]
/proc/loadavg: 8.12 8.07 8.02 9/186 9286
/proc/meminfo: memFree=26379992/32951132 swapFree=67111364/67111528
[pid=9276] ppid=9274 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9276/stat : 9276 (priss.sh) S 9274 9276 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517576857 8908800 251 33554432000 4194304 4922060 140735682116608 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9276/statm: 2175 251 211 178 0 68 0
[pid=9277] ppid=9276 vsize=264140 CPUtime=648.08 cores=0,2,4,6

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

/proc/9277/task/9280/stat : 9280 (priss) R 9276 9276 7814 0 -1 4202560 17985 0 0 0 81920 16 0 0 25 0 5 0 517576859 406859776 73716 33554432000 4194304 5787044 140734583051200 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=9277/tid=9281] ppid=9276 vsize=397324 CPUtime=821.25 cores=0,2,4,6
/proc/9277/task/9281/stat : 9281 (priss) R 9276 9276 7814 0 -1 4202560 19664 0 0 0 82102 23 0 0 25 0 5 0 517576859 406859776 73716 33554432000 4194304 5787044 140734583051200 18446744073709551615 5590788 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=9277/tid=9282] ppid=9276 vsize=397324 CPUtime=821.27 cores=0,2,4,6
/proc/9277/task/9282/stat : 9282 (priss) R 9276 9276 7814 0 -1 4202560 19049 0 0 0 82097 30 0 0 25 0 5 0 517576860 406859776 73716 33554432000 4194304 5787044 140734583051200 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3284.02
Current children cumulated vsize (KiB) 406024

[startup+882.3 s]
/proc/loadavg: 8.17 8.09 8.03 9/186 9315
/proc/meminfo: memFree=26048692/32951132 swapFree=67111364/67111528
[pid=9276] ppid=9274 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9276/stat : 9276 (priss.sh) S 9274 9276 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517576857 8908800 251 33554432000 4194304 4922060 140735682116608 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9276/statm: 2175 251 211 178 0 68 0
[pid=9277] ppid=9276 vsize=413724 CPUtime=3523.62 cores=0,2,4,6
/proc/9277/stat : 9277 (priss) S 9276 9276 7814 0 -1 4202496 83570 0 0 0 352263 99 0 0 19 0 5 0 517576857 423653376 79844 33554432000 4194304 5787044 140734583051200 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/9277/statm: 103431 79844 417 389 0 99181 0
[pid=9277/tid=9279] ppid=9276 vsize=413724 CPUtime=882.04 cores=0,2,4,6
/proc/9277/task/9279/stat : 9279 (priss) R 9276 9276 7814 0 -1 4202560 19697 0 0 0 88180 24 0 0 25 0 5 0 517576859 423653376 79844 33554432000 4194304 5787044 140734583051200 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=9277/tid=9280] ppid=9276 vsize=413724 CPUtime=879.35 cores=0,2,4,6
/proc/9277/task/9280/stat : 9280 (priss) R 9276 9276 7814 0 -1 4202560 19651 0 0 0 87919 16 0 0 25 0 5 0 517576859 423653376 79844 33554432000 4194304 5787044 140734583051200 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=9277/tid=9281] ppid=9276 vsize=413724 CPUtime=881.25 cores=0,2,4,6
/proc/9277/task/9281/stat : 9281 (priss) R 9276 9276 7814 0 -1 4202560 22184 0 0 0 88098 27 0 0 25 0 5 0 517576859 423653376 79844 33554432000 4194304 5787044 140734583051200 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=9277/tid=9282] ppid=9276 vsize=413724 CPUtime=880.93 cores=0,2,4,6
/proc/9277/task/9282/stat : 9282 (priss) R 9276 9276 7814 0 -1 4202560 19093 0 0 0 88063 30 0 0 25 0 5 0 517576860 423653376 79844 33554432000 4194304 5787044 140734583051200 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3523.62
Current children cumulated vsize (KiB) 422424

[startup+942.307 s]
/proc/loadavg: 8.17 8.10 8.03 9/186 9316
/proc/meminfo: memFree=26024512/32951132 swapFree=67111364/67111528
[pid=9276] ppid=9274 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9276/stat : 9276 (priss.sh) S 9274 9276 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517576857 8908800 251 33554432000 4194304 4922060 140735682116608 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9276/statm: 2175 251 211 178 0 68 0
[pid=9277] ppid=9276 vsize=548896 CPUtime=3763.27 cores=0,2,4,6
/proc/9277/stat : 9277 (priss) S 9276 9276 7814 0 -1 4202496 87633 0 0 0 376221 106 0 0 19 0 5 0 517576857 562069504 83907 33554432000 4194304 5787044 140734583051200 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/9277/statm: 137224 83907 417 389 0 132974 0
[pid=9277/tid=9279] ppid=9276 vsize=548896 CPUtime=942.01 cores=0,2,4,6
/proc/9277/task/9279/stat : 9279 (priss) R 9276 9276 7814 0 -1 4202560 22062 0 0 0 94172 29 0 0 25 0 5 0 517576859 562069504 83907 33554432000 4194304 5787044 140734583051200 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=9277/tid=9280] ppid=9276 vsize=548896 CPUtime=939.35 cores=0,2,4,6
/proc/9277/task/9280/stat : 9280 (priss) R 9276 9276 7814 0 -1 4202560 19756 0 0 0 93919 16 0 0 25 0 5 0 517576859 562069504 83907 33554432000 4194304 5787044 140734583051200 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=9277/tid=9281] ppid=9276 vsize=548896 CPUtime=941.25 cores=0,2,4,6
/proc/9277/task/9281/stat : 9281 (priss) R 9276 9276 7814 0 -1 4202560 23444 0 0 0 94096 29 0 0 25 0 5 0 517576859 562069504 83907 33554432000 4194304 5787044 140734583051200 18446744073709551615 5588286 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=9277/tid=9282] ppid=9276 vsize=548896 CPUtime=940.59 cores=0,2,4,6
/proc/9277/task/9282/stat : 9282 (priss) R 9276 9276 7814 0 -1 4202560 19426 0 0 0 94029 30 0 0 25 0 5 0 517576860 562069504 83907 33554432000 4194304 5787044 140734583051200 18446744073709551615 5524687 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3763.27
Current children cumulated vsize (KiB) 557596

[startup+1002.3 s]
/proc/loadavg: 8.26 8.13 8.04 10/187 9321
/proc/meminfo: memFree=25978340/32951132 swapFree=67111364/67111528
[pid=9276] ppid=9274 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9276/stat : 9276 (priss.sh) S 9274 9276 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517576857 8908800 251 33554432000 4194304 4922060 140735682116608 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9276/statm: 2175 251 211 178 0 68 0
[pid=9277] ppid=9276 vsize=557096 CPUtime=4002.61 cores=0,2,4,6
/proc/9277/stat : 9277 (priss) S 9276 9276 7814 0 -1 4202496 93482 0 0 0 400143 118 0 0 19 0 5 0 517576857 570466304 89756 33554432000 4194304 5787044 140734583051200 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/9277/statm: 139274 89756 417 389 0 135024 0
[pid=9277/tid=9279] ppid=9276 vsize=557096 CPUtime=1001.74 cores=0,2,4,6
/proc/9277/task/9279/stat : 9279 (priss) R 9276 9276 7814 0 -1 4202560 25374 0 0 0 100139 35 0 0 25 0 5 0 517576859 570466304 89756 33554432000 4194304 5787044 140734583051200 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=9277/tid=9280] ppid=9276 vsize=557096 CPUtime=999.35 cores=0,2,4,6
/proc/9277/task/9280/stat : 9280 (priss) R 9276 9276 7814 0 -1 4202560 20162 0 0 0 99918 17 0 0 25 0 5 0 517576859 570466304 89756 33554432000 4194304 5787044 140734583051200 18446744073709551615 5591195 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=9277/tid=9281] ppid=9276 vsize=557096 CPUtime=1001.25 cores=0,2,4,6
/proc/9277/task/9281/stat : 9281 (priss) R 9276 9276 7814 0 -1 4202560 24622 0 0 0 100093 32 0 0 25 0 5 0 517576859 570466304 89756 33554432000 4194304 5787044 140734583051200 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=9277/tid=9282] ppid=9276 vsize=557096 CPUtime=1000.22 cores=0,2,4,6
/proc/9277/task/9282/stat : 9282 (priss) R 9276 9276 7814 0 -1 4202560 20379 0 0 0 99989 33 0 0 25 0 5 0 517576860 570466304 89756 33554432000 4194304 5787044 140734583051200 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4002.61
Current children cumulated vsize (KiB) 565796

[startup+1062.3 s]
/proc/loadavg: 8.25 8.16 8.06 9/186 9322
/proc/meminfo: memFree=25978628/32951132 swapFree=67111364/67111528
[pid=9276] ppid=9274 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9276/stat : 9276 (priss.sh) S 9274 9276 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517576857 8908800 251 33554432000 4194304 4922060 140735682116608 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9276/statm: 2175 251 211 178 0 68 0
[pid=9277] ppid=9276 vsize=561196 CPUtime=4241.98 cores=0,2,4,6
/proc/9277/stat : 9277 (priss) S 9276 9276 7814 0 -1 4202496 96802 0 0 0 424054 144 0 0 19 0 5 0 517576857 574664704 92626 33554432000 4194304 5787044 140734583051200 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/9277/statm: 140299 92626 417 389 0 136049 0
[pid=9277/tid=9279] ppid=9276 vsize=561196 CPUtime=1061.36 cores=0,2,4,6
/proc/9277/task/9279/stat : 9279 (priss) R 9276 9276 7814 0 -1 4202560 26673 0 0 0 106100 36 0 0 25 0 5 0 517576859 574664704 92626 33554432000 4194304 5787044 140734583051200 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=9277/tid=9280] ppid=9276 vsize=561196 CPUtime=1059.34 cores=0,2,4,6
/proc/9277/task/9280/stat : 9280 (priss) R 9276 9276 7814 0 -1 4202560 21055 0 0 0 105916 18 0 0 25 0 5 0 517576859 574664704 92626 33554432000 4194304 5787044 140734583051200 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=9277/tid=9281] ppid=9276 vsize=561196 CPUtime=1061.25 cores=0,2,4,6
/proc/9277/task/9281/stat : 9281 (priss) R 9276 9276 7814 0 -1 4202560 25595 0 0 0 106092 33 0 0 25 0 5 0 517576859 574664704 92626 33554432000 4194304 5787044 140734583051200 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=9277/tid=9282] ppid=9276 vsize=561196 CPUtime=1059.97 cores=0,2,4,6
/proc/9277/task/9282/stat : 9282 (priss) R 9276 9276 7814 0 -1 4202560 20534 0 0 0 105942 55 0 0 25 0 5 0 517576860 574664704 92626 33554432000 4194304 5787044 140734583051200 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4241.98
Current children cumulated vsize (KiB) 569896

[startup+1122.3 s]
/proc/loadavg: 8.09 8.13 8.05 9/186 9324
/proc/meminfo: memFree=25963492/32951132 swapFree=67111364/67111528
[pid=9276] ppid=9274 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9276/stat : 9276 (priss.sh) S 9274 9276 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517576857 8908800 251 33554432000 4194304 4922060 140735682116608 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9276/statm: 2175 251 211 178 0 68 0
[pid=9277] ppid=9276 vsize=561728 CPUtime=4481.59 cores=0,2,4,6
/proc/9277/stat : 9277 (priss) S 9276 9276 7814 0 -1 4202496 97533 0 0 0 448014 145 0 0 19 0 5 0 517576857 575209472 93151 33554432000 4194304 5787044 140734583051200 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/9277/statm: 140432 93151 417 389 0 136182 0
[pid=9277/tid=9279] ppid=9276 vsize=561728 CPUtime=1121.04 cores=0,2,4,6
/proc/9277/task/9279/stat : 9279 (priss) R 9276 9276 7814 0 -1 4202560 26673 0 0 0 112068 36 0 0 25 0 5 0 517576859 575209472 93151 33554432000 4194304 5787044 140734583051200 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=9277/tid=9280] ppid=9276 vsize=561728 CPUtime=1119.34 cores=0,2,4,6
/proc/9277/task/9280/stat : 9280 (priss) R 9276 9276 7814 0 -1 4202560 21055 0 0 0 111916 18 0 0 25 0 5 0 517576859 575209472 93151 33554432000 4194304 5787044 140734583051200 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=9277/tid=9281] ppid=9276 vsize=561728 CPUtime=1121.25 cores=0,2,4,6
/proc/9277/task/9281/stat : 9281 (priss) R 9276 9276 7814 0 -1 4202560 25757 0 0 0 112091 34 0 0 25 0 5 0 517576859 575209472 93151 33554432000 4194304 5787044 140734583051200 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=9277/tid=9282] ppid=9276 vsize=561728 CPUtime=1119.91 cores=0,2,4,6
/proc/9277/task/9282/stat : 9282 (priss) R 9276 9276 7814 0 -1 4202560 21103 0 0 0 111935 56 0 0 25 0 5 0 517576860 575209472 93151 33554432000 4194304 5787044 140734583051200 18446744073709551615 5527582 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4481.59
Current children cumulated vsize (KiB) 570428

[startup+1182.3 s]
/proc/loadavg: 8.03 8.10 8.05 9/186 9326
/proc/meminfo: memFree=25947500/32951132 swapFree=67111364/67111528
[pid=9276] ppid=9274 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9276/stat : 9276 (priss.sh) S 9274 9276 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517576857 8908800 251 33554432000 4194304 4922060 140735682116608 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9276/statm: 2175 251 211 178 0 68 0
[pid=9277] ppid=9276 vsize=562956 CPUtime=4721.21 cores=0,2,4,6
/proc/9277/stat : 9277 (priss) S 9276 9276 7814 0 -1 4202496 97840 0 0 0 471974 147 0 0 19 0 5 0 517576857 576466944 93458 33554432000 4194304 5787044 140734583051200 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/9277/statm: 140739 93458 417 389 0 136489 0
[pid=9277/tid=9279] ppid=9276 vsize=562956 CPUtime=1180.7 cores=0,2,4,6
/proc/9277/task/9279/stat : 9279 (priss) R 9276 9276 7814 0 -1 4202560 26674 0 0 0 118034 36 0 0 25 0 5 0 517576859 576466944 93458 33554432000 4194304 5787044 140734583051200 18446744073709551615 5590446 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=9277/tid=9280] ppid=9276 vsize=562956 CPUtime=1179.34 cores=0,2,4,6
/proc/9277/task/9280/stat : 9280 (priss) R 9276 9276 7814 0 -1 4202560 21057 0 0 0 117916 18 0 0 25 0 5 0 517576859 576466944 93458 33554432000 4194304 5787044 140734583051200 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=9277/tid=9281] ppid=9276 vsize=562956 CPUtime=1181.25 cores=0,2,4,6
/proc/9277/task/9281/stat : 9281 (priss) R 9276 9276 7814 0 -1 4202560 26061 0 0 0 118091 34 0 0 25 0 5 0 517576859 576466944 93458 33554432000 4194304 5787044 140734583051200 18446744073709551615 5591056 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=9277/tid=9282] ppid=9276 vsize=562956 CPUtime=1179.86 cores=0,2,4,6
/proc/9277/task/9282/stat : 9282 (priss) R 9276 9276 7814 0 -1 4202560 21103 0 0 0 117929 57 0 0 25 0 5 0 517576860 576466944 93458 33554432000 4194304 5787044 140734583051200 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4721.21
Current children cumulated vsize (KiB) 571656



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.1 s]
/proc/loadavg: 7.77 8.05 8.03 9/186 9359
/proc/meminfo: memFree=26238388/32951132 swapFree=67111364/67111528
[pid=9276] ppid=9274 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9276/stat : 9276 (priss.sh) S 9274 9276 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517576857 8908800 251 33554432000 4194304 4922060 140735682116608 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9276/statm: 2175 251 211 178 0 68 0
[pid=9277] ppid=9276 vsize=563460 CPUtime=4800.29 cores=0,2,4,6
/proc/9277/stat : 9277 (priss) S 9276 9276 7814 0 -1 4202496 97973 0 0 0 479881 148 0 0 19 0 5 0 517576857 576983040 93591 33554432000 4194304 5787044 140734583051200 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/9277/statm: 140865 93591 417 389 0 136615 0
[pid=9277/tid=9279] ppid=9276 vsize=563460 CPUtime=1200.4 cores=0,2,4,6
/proc/9277/task/9279/stat : 9279 (priss) R 9276 9276 7814 0 -1 4202560 26674 0 0 0 120004 36 0 0 25 0 5 0 517576859 576983040 93591 33554432000 4194304 5787044 140734583051200 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=9277/tid=9280] ppid=9276 vsize=563460 CPUtime=1199.14 cores=0,2,4,6
/proc/9277/task/9280/stat : 9280 (priss) R 9276 9276 7814 0 -1 4202560 21057 0 0 0 119896 18 0 0 25 0 5 0 517576859 576983040 93591 33554432000 4194304 5787044 140734583051200 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=9277/tid=9281] ppid=9276 vsize=563460 CPUtime=1201.05 cores=0,2,4,6
/proc/9277/task/9281/stat : 9281 (priss) R 9276 9276 7814 0 -1 4202560 26194 0 0 0 120071 34 0 0 25 0 5 0 517576859 576983040 93591 33554432000 4194304 5787044 140734583051200 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=9277/tid=9282] ppid=9276 vsize=563460 CPUtime=1199.64 cores=0,2,4,6
/proc/9277/task/9282/stat : 9282 (priss) R 9276 9276 7814 0 -1 4202560 21103 0 0 0 119906 58 0 0 25 0 5 0 517576860 576983040 93591 33554432000 4194304 5787044 140734583051200 18446744073709551615 5527590 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 572160

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

Real time (s): 1202.12
CPU time (s): 4800.29
CPU user time (s): 4798.81
CPU system time (s): 1.48
CPU usage (%): 399.32
Max. virtual memory (cumulated for all children) (KiB): 572160

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

runsolver used 1.70774 second user time and 4.85926 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-29 08:49:42
IDJOB=3250502
IDBENCH=83275
IDSOLVER=1603
FILE ID=node128/3250502-1304059782
RUNJOBID= node128-1304045274-7832
PBS_JOBID= 13170398
Free space on /tmp= 66972 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-23_508.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250502-1304059782/watcher-3250502-1304059782 -o /tmp/evaluation-result-3250502-1304059782/solver-3250502-1304059782 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3250502-1304059782.cnf 1113697782 4800 15500 4

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

MD5SUM BENCH= b891f70c80006fb02dca40f266c0cec1
RANDOM SEED=1113697782

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      26607876 kB
Buffers:       1269896 kB
Cached:        4380892 kB
SwapCached:        160 kB
Active:         281440 kB
Inactive:      5476604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      26607876 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            4348 kB
Writeback:          12 kB
AnonPages:      106820 kB
Mapped:          15856 kB
Slab:           523896 kB
PageTables:       4480 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   297348 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66968 MiB
End job on node128 at 2011-04-29 09:09:46