Trace number 3262912

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

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_26_40_6-dir.shuffled-as.sat03-163.cnf
MD5SUMc06088cac8521bfe72bbb4c9ad8d39fb
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 variables780
Number of clauses66810
Sum of the clauses size134348
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 266784
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 526

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: 31400
0.00/0.02	c parsetime: 14870us
0.00/0.02	c parsed 66810 clauses with 780 variables
0.00/0.02	c NW started thread 0 successfully (1113131328)
0.00/0.02	c NW started thread 1 successfully (1094863168)
0.00/0.03	c NW started thread 2 successfully (1123621184)
0.00/0.04	c NW started thread 3 successfully (1134111040)
11.08/2.82	c preprocessor returned 10010 variables
11.08/2.82	c preprocessing returned UNKNOWN
11.08/2.82	c PP set 0 variables
11.08/2.82	c pp time: 2793463us (2s)
11.08/2.83	c preprocessor returned 10010 variables
11.08/2.83	c preprocessing returned UNKNOWN
11.08/2.83	c PP set 0 variables
11.08/2.83	c pp time: 2806478us (2s)
11.08/2.83	c preprocessor returned 10010 variables
11.08/2.83	c preprocessing returned UNKNOWN
11.08/2.83	c PP set 0 variables
11.08/2.83	c pp time: 2791948us (2s)
47.40/11.92	c preprocessor returned 30014 variables
47.40/11.92	c preprocessing returned UNKNOWN
47.40/11.92	c PP set 0 variables
47.40/11.92	c pp time: 11880408us (11s)

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-3262912-1304063941/watcher-3262912-1304063941 -o /tmp/evaluation-result-3262912-1304063941/solver-3262912-1304063941 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3262912-1304063941.cnf 1702241692 4800 15500 4 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 7.77 8.00 8.01 5/182 31399
/proc/meminfo: memFree=24986832/32951124 swapFree=67111524/67111528
[pid=31399] ppid=31397 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31399/stat : 31399 (priss.sh) S 31397 31399 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498810026 8908800 252 33554432000 4194304 4922060 140734536834416 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31399/statm: 2175 252 211 178 0 68 0

[startup+0.0428351 s]
/proc/loadavg: 7.77 8.00 8.01 5/182 31399
/proc/meminfo: memFree=24986832/32951124 swapFree=67111524/67111528
[pid=31399] ppid=31397 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31399/stat : 31399 (priss.sh) S 31397 31399 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498810026 8908800 252 33554432000 4194304 4922060 140734536834416 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31399/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.135774 s]
/proc/loadavg: 7.77 8.00 8.01 5/182 31399
/proc/meminfo: memFree=24986832/32951124 swapFree=67111524/67111528
[pid=31399] ppid=31397 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31399/stat : 31399 (priss.sh) S 31397 31399 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498810026 8908800 252 33554432000 4194304 4922060 140734536834416 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31399/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.511938 s]
/proc/loadavg: 7.77 8.00 8.01 5/182 31399
/proc/meminfo: memFree=24986832/32951124 swapFree=67111524/67111528
[pid=31399] ppid=31397 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31399/stat : 31399 (priss.sh) S 31397 31399 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498810026 8908800 252 33554432000 4194304 4922060 140734536834416 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31399/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.00061 s]
/proc/loadavg: 7.77 8.00 8.01 5/182 31399
/proc/meminfo: memFree=24986832/32951124 swapFree=67111524/67111528
[pid=31399] ppid=31397 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31399/stat : 31399 (priss.sh) S 31397 31399 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498810026 8908800 252 33554432000 4194304 4922060 140734536834416 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31399/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50052 s]
/proc/loadavg: 7.77 8.00 8.01 5/182 31399
/proc/meminfo: memFree=24986832/32951124 swapFree=67111524/67111528
[pid=31399] ppid=31397 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31399/stat : 31399 (priss.sh) S 31397 31399 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498810026 8908800 252 33554432000 4194304 4922060 140734536834416 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31399/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10121 s]
/proc/loadavg: 7.77 8.00 8.01 9/188 31405
/proc/meminfo: memFree=24925244/32951124 swapFree=67111524/67111528
[pid=31399] ppid=31397 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31399/stat : 31399 (priss.sh) S 31397 31399 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498810026 8908800 252 33554432000 4194304 4922060 140734536834416 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31399/statm: 2175 252 211 178 0 68 0
[pid=31400] ppid=31399 vsize=286820 CPUtime=12.26 cores=1,3,5,7
/proc/31400/stat : 31400 (priss) S 31399 31399 30400 0 -1 4202496 24756 0 0 0 1222 4 0 0 21 0 5 0 498810026 293703680 11979 33554432000 4194304 5787044 140734109045072 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/31400/statm: 71705 11979 404 389 0 67455 0
[pid=31400/tid=31402] ppid=31399 vsize=286820 CPUtime=3.06 cores=1,3,5,7
/proc/31400/task/31402/stat : 31402 (priss) R 31399 31399 30400 0 -1 4202560 5664 0 0 0 305 1 0 0 18 0 5 0 498810028 293703680 11979 33554432000 4194304 5787044 140734109045072 18446744073709551615 5590420 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31400/tid=31403] ppid=31399 vsize=286820 CPUtime=3.05 cores=1,3,5,7
/proc/31400/task/31403/stat : 31403 (priss) R 31399 31399 30400 0 -1 4202560 5884 0 0 0 305 0 0 0 18 0 5 0 498810029 293703680 11979 33554432000 4194304 5787044 140734109045072 18446744073709551615 5586592 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31400/tid=31404] ppid=31399 vsize=286820 CPUtime=3.05 cores=1,3,5,7
/proc/31400/task/31404/stat : 31404 (priss) R 31399 31399 30400 0 -1 4202560 5536 0 0 0 304 1 0 0 18 0 5 0 498810029 293703680 11979 33554432000 4194304 5787044 140734109045072 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31400/tid=31405] ppid=31399 vsize=286820 CPUtime=3.03 cores=1,3,5,7
/proc/31400/task/31405/stat : 31405 (priss) R 31399 31399 30400 0 -1 4202560 3698 0 0 0 303 0 0 0 25 0 5 0 498810030 293703680 11979 33554432000 4194304 5787044 140734109045072 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.26
Current children cumulated vsize (KiB) 295520

[startup+6.30063 s]
/proc/loadavg: 7.79 8.00 8.01 9/188 31405
/proc/meminfo: memFree=24928964/32951124 swapFree=67111524/67111528
[pid=31399] ppid=31397 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31399/stat : 31399 (priss.sh) S 31397 31399 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498810026 8908800 252 33554432000 4194304 4922060 140734536834416 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31399/statm: 2175 252 211 178 0 68 0
[pid=31400] ppid=31399 vsize=290920 CPUtime=25.04 cores=1,3,5,7
/proc/31400/stat : 31400 (priss) S 31399 31399 30400 0 -1 4202496 27262 0 0 0 2499 5 0 0 21 0 5 0 498810026 297902080 14485 33554432000 4194304 5787044 140734109045072 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/31400/statm: 72730 14485 404 389 0 68480 0
[pid=31400/tid=31402] ppid=31399 vsize=290920 CPUtime=6.26 cores=1,3,5,7
/proc/31400/task/31402/stat : 31402 (priss) R 31399 31399 30400 0 -1 4202560 6141 0 0 0 625 1 0 0 25 0 5 0 498810028 297902080 14485 33554432000 4194304 5787044 140734109045072 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31400/tid=31403] ppid=31399 vsize=290920 CPUtime=6.26 cores=1,3,5,7
/proc/31400/task/31403/stat : 31403 (priss) R 31399 31399 30400 0 -1 4202560 7405 0 0 0 625 1 0 0 25 0 5 0 498810029 297902080 14485 33554432000 4194304 5787044 140734109045072 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31400/tid=31404] ppid=31399 vsize=290920 CPUtime=6.25 cores=1,3,5,7
/proc/31400/task/31404/stat : 31404 (priss) R 31399 31399 30400 0 -1 4202560 6043 0 0 0 623 2 0 0 25 0 5 0 498810029 297902080 14485 33554432000 4194304 5787044 140734109045072 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31400/tid=31405] ppid=31399 vsize=290920 CPUtime=6.21 cores=1,3,5,7
/proc/31400/task/31405/stat : 31405 (priss) R 31399 31399 30400 0 -1 4202560 3699 0 0 0 621 0 0 0 25 0 5 0 498810030 297902080 14485 33554432000 4194304 5787044 140734109045072 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.04
Current children cumulated vsize (KiB) 299620

[startup+12.7004 s]
/proc/loadavg: 7.81 8.00 8.01 9/188 31405
/proc/meminfo: memFree=24915792/32951124 swapFree=67111524/67111528
[pid=31399] ppid=31397 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31399/stat : 31399 (priss.sh) S 31397 31399 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498810026 8908800 252 33554432000 4194304 4922060 140734536834416 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31399/statm: 2175 252 211 178 0 68 0
[pid=31400] ppid=31399 vsize=295188 CPUtime=50.63 cores=1,3,5,7
/proc/31400/stat : 31400 (priss) S 31399 31399 30400 0 -1 4202496 32888 0 0 0 5055 8 0 0 21 0 5 0 498810026 302272512 17809 33554432000 4194304 5787044 140734109045072 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/31400/statm: 73797 17809 417 389 0 69547 0
[pid=31400/tid=31402] ppid=31399 vsize=295188 CPUtime=12.67 cores=1,3,5,7
/proc/31400/task/31402/stat : 31402 (priss) R 31399 31399 30400 0 -1 4202560 6918 0 0 0 1265 2 0 0 25 0 5 0 498810028 302272512 17809 33554432000 4194304 5787044 140734109045072 18446744073709551615 5591359 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31400/tid=31403] ppid=31399 vsize=295188 CPUtime=12.66 cores=1,3,5,7
/proc/31400/task/31403/stat : 31403 (priss) R 31399 31399 30400 0 -1 4202560 8168 0 0 0 1265 1 0 0 25 0 5 0 498810029 302272512 17809 33554432000 4194304 5787044 140734109045072 18446744073709551615 5591529 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31400/tid=31404] ppid=31399 vsize=295188 CPUtime=12.65 cores=1,3,5,7
/proc/31400/task/31404/stat : 31404 (priss) R 31399 31399 30400 0 -1 4202560 6810 0 0 0 1263 2 0 0 25 0 5 0 498810029 302272512 17809 33554432000 4194304 5787044 140734109045072 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31400/tid=31405] ppid=31399 vsize=295188 CPUtime=12.58 cores=1,3,5,7
/proc/31400/task/31405/stat : 31405 (priss) R 31399 31399 30400 0 -1 4202560 7018 0 0 0 1257 1 0 0 25 0 5 0 498810030 302272512 17809 33554432000 4194304 5787044 140734109045072 18446744073709551615 5549544 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 303888

[startup+25.5011 s]
/proc/loadavg: 7.91 8.02 8.01 9/188 31405
/proc/meminfo: memFree=24891956/32951124 swapFree=67111524/67111528
[pid=31399] ppid=31397 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31399/stat : 31399 (priss.sh) S 31397 31399 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498810026 8908800 252 33554432000 4194304 4922060 140734536834416 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31399/statm: 2175 252 211 178 0 68 0
[pid=31400] ppid=31399 vsize=305612 CPUtime=101.73 cores=1,3,5,7
/proc/31400/stat : 31400 (priss) S 31399 31399 30400 0 -1 4202496 38920 0 0 0 10161 12 0 0 21 0 5 0 498810026 312946688 23840 33554432000 4194304 5787044 140734109045072 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/31400/statm: 76403 23840 417 389 0 72153 0
[pid=31400/tid=31402] ppid=31399 vsize=305612 CPUtime=25.46 cores=1,3,5,7
/proc/31400/task/31402/stat : 31402 (priss) R 31399 31399 30400 0 -1 4202560 8060 0 0 0 2543 3 0 0 25 0 5 0 498810028 312946688 23840 33554432000 4194304 5787044 140734109045072 18446744073709551615 5592132 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31400/tid=31403] ppid=31399 vsize=305612 CPUtime=25.45 cores=1,3,5,7
/proc/31400/task/31403/stat : 31403 (priss) R 31399 31399 30400 0 -1 4202560 9268 0 0 0 2543 2 0 0 25 0 5 0 498810029 312946688 23840 33554432000 4194304 5787044 140734109045072 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31400/tid=31404] ppid=31399 vsize=305612 CPUtime=25.44 cores=1,3,5,7
/proc/31400/task/31404/stat : 31404 (priss) R 31399 31399 30400 0 -1 4202560 8024 0 0 0 2541 3 0 0 25 0 5 0 498810029 312946688 23840 33554432000 4194304 5787044 140734109045072 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31400/tid=31405] ppid=31399 vsize=305612 CPUtime=25.31 cores=1,3,5,7
/proc/31400/task/31405/stat : 31405 (priss) R 31399 31399 30400 0 -1 4202560 9594 0 0 0 2529 2 0 0 25 0 5 0 498810030 312946688 23840 33554432000 4194304 5787044 140734109045072 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.73
Current children cumulated vsize (KiB) 314312

[startup+51.1004 s]
/proc/loadavg: 8.02 8.03 8.02 9/188 31438
/proc/meminfo: memFree=25371880/32951124 swapFree=67111524/67111528
[pid=31399] ppid=31397 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31399/stat : 31399 (priss.sh) S 31397 31399 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498810026 8908800 252 33554432000 4194304 4922060 140734536834416 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31399/statm: 2175 252 211 178 0 68 0
[pid=31400] ppid=31399 vsize=320836 CPUtime=203.97 cores=1,3,5,7
/proc/31400/stat : 31400 (priss) S 31399 31399 30400 0 -1 4202496 48939 0 0 0 20376 21 0 0 21 0 5 0 498810026 328536064 33793 33554432000 4194304 5787044 140734109045072 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/31400/statm: 80209 33793 417 389 0 75959 0
[pid=31400/tid=31402] ppid=31399 vsize=320836 CPUtime=51.05 cores=1,3,5,7
/proc/31400/task/31402/stat : 31402 (priss) R 31399 31399 30400 0 -1 4202560 11159 0 0 0 5099 6 0 0 25 0 5 0 498810028 328536064 33793 33554432000 4194304 5787044 140734109045072 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31400/tid=31403] ppid=31399 vsize=320836 CPUtime=51.05 cores=1,3,5,7
/proc/31400/task/31403/stat : 31403 (priss) R 31399 31399 30400 0 -1 4202560 11200 0 0 0 5100 5 0 0 25 0 5 0 498810029 328536064 33793 33554432000 4194304 5787044 140734109045072 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31400/tid=31404] ppid=31399 vsize=320836 CPUtime=51.04 cores=1,3,5,7
/proc/31400/task/31404/stat : 31404 (priss) R 31399 31399 30400 0 -1 4202560 11276 0 0 0 5099 5 0 0 25 0 5 0 498810029 328536064 33793 33554432000 4194304 5787044 140734109045072 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31400/tid=31405] ppid=31399 vsize=320836 CPUtime=50.77 cores=1,3,5,7
/proc/31400/task/31405/stat : 31405 (priss) R 31399 31399 30400 0 -1 4202560 11330 0 0 0 5074 3 0 0 25 0 5 0 498810030 328536064 33793 33554432000 4194304 5787044 140734109045072 18446744073709551615 5528708 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.97
Current children cumulated vsize (KiB) 329536

[startup+102.301 s]
/proc/loadavg: 8.10 8.05 8.02 9/188 31439
/proc/meminfo: memFree=25253044/32951124 swapFree=67111524/67111528
[pid=31399] ppid=31397 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31399/stat : 31399 (priss.sh) S 31397 31399 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498810026 8908800 252 33554432000 4194304 4922060 140734536834416 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31399/statm: 2175 252 211 178 0 68 0
[pid=31400] ppid=31399 vsize=335448 CPUtime=408.49 cores=1,3,5,7
/proc/31400/stat : 31400 (priss) S 31399 31399 30400 0 -1 4202496 58833 0 0 0 40815 34 0 0 21 0 5 0 498810026 343498752 43588 33554432000 4194304 5787044 140734109045072 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/31400/statm: 83862 43588 417 389 0 79612 0
[pid=31400/tid=31402] ppid=31399 vsize=335448 CPUtime=102.25 cores=1,3,5,7
/proc/31400/task/31402/stat : 31402 (priss) R 31399 31399 30400 0 -1 4202560 13279 0 0 0 10216 9 0 0 25 0 5 0 498810028 343498752 43588 33554432000 4194304 5787044 140734109045072 18446744073709551615 4238778 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31400/tid=31403] ppid=31399 vsize=335448 CPUtime=102.24 cores=1,3,5,7
/proc/31400/task/31403/stat : 31403 (priss) R 31399 31399 30400 0 -1 4202560 13374 0 0 0 10216 8 0 0 25 0 5 0 498810029 343498752 43588 33554432000 4194304 5787044 140734109045072 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31400/tid=31404] ppid=31399 vsize=335448 CPUtime=102.23 cores=1,3,5,7
/proc/31400/task/31404/stat : 31404 (priss) R 31399 31399 30400 0 -1 4202560 13339 0 0 0 10214 9 0 0 25 0 5 0 498810029 343498752 43588 33554432000 4194304 5787044 140734109045072 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31400/tid=31405] ppid=31399 vsize=335448 CPUtime=101.68 cores=1,3,5,7
/proc/31400/task/31405/stat : 31405 (priss) R 31399 31399 30400 0 -1 4202560 14867 0 0 0 10163 5 0 0 25 0 5 0 498810030 343498752 43588 33554432000 4194304 5787044 140734109045072 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.49
Current children cumulated vsize (KiB) 344148

[startup+162.301 s]
/proc/loadavg: 8.12 8.07 8.03 9/188 31450
/proc/meminfo: memFree=25144960/32951124 swapFree=67111524/67111528
[pid=31399] ppid=31397 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31399/stat : 31399 (priss.sh) S 31397 31399 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498810026 8908800 252 33554432000 4194304 4922060 140734536834416 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31399/statm: 2175 252 211 178 0 68 0
[pid=31400] ppid=31399 vsize=352416 CPUtime=648.14 cores=1,3,5,7

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

/proc/31400/task/31403/stat : 31403 (priss) R 31399 31399 30400 0 -1 4202560 30558 0 0 0 82186 39 0 0 25 0 5 0 498810029 643665920 114716 33554432000 4194304 5787044 140734109045072 18446744073709551615 5591579 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31400/tid=31404] ppid=31399 vsize=628580 CPUtime=822.24 cores=1,3,5,7
/proc/31400/task/31404/stat : 31404 (priss) R 31399 31399 30400 0 -1 4202560 35863 0 0 0 82174 50 0 0 25 0 5 0 498810029 643665920 114716 33554432000 4194304 5787044 140734109045072 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31400/tid=31405] ppid=31399 vsize=628580 CPUtime=817.76 cores=1,3,5,7
/proc/31400/task/31405/stat : 31405 (priss) R 31399 31399 30400 0 -1 4202560 32671 0 0 0 81757 19 0 0 25 0 5 0 498810030 643665920 114716 33554432000 4194304 5787044 140734109045072 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.56
Current children cumulated vsize (KiB) 637280

[startup+882.301 s]
/proc/loadavg: 8.01 8.07 8.04 9/188 31469
/proc/meminfo: memFree=24551788/32951124 swapFree=67111524/67111528
[pid=31399] ppid=31397 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31399/stat : 31399 (priss.sh) S 31397 31399 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498810026 8908800 252 33554432000 4194304 4922060 140734536834416 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31399/statm: 2175 252 211 178 0 68 0
[pid=31400] ppid=31399 vsize=637372 CPUtime=3524.22 cores=1,3,5,7
/proc/31400/stat : 31400 (priss) S 31399 31399 30400 0 -1 4202496 134122 0 0 0 352275 147 0 0 21 0 5 0 498810026 652668928 117541 33554432000 4194304 5787044 140734109045072 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/31400/statm: 159343 117541 417 389 0 155093 0
[pid=31400/tid=31402] ppid=31399 vsize=637372 CPUtime=882.24 cores=1,3,5,7
/proc/31400/task/31402/stat : 31402 (priss) R 31399 31399 30400 0 -1 4202560 29764 0 0 0 88187 37 0 0 25 0 5 0 498810028 652668928 117541 33554432000 4194304 5787044 140734109045072 18446744073709551615 5591712 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31400/tid=31403] ppid=31399 vsize=637372 CPUtime=882.24 cores=1,3,5,7
/proc/31400/task/31403/stat : 31403 (priss) R 31399 31399 30400 0 -1 4202560 30678 0 0 0 88185 39 0 0 25 0 5 0 498810029 652668928 117541 33554432000 4194304 5787044 140734109045072 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31400/tid=31404] ppid=31399 vsize=637372 CPUtime=882.23 cores=1,3,5,7
/proc/31400/task/31404/stat : 31404 (priss) R 31399 31399 30400 0 -1 4202560 35863 0 0 0 88173 50 0 0 25 0 5 0 498810029 652668928 117541 33554432000 4194304 5787044 140734109045072 18446744073709551615 4220688 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31400/tid=31405] ppid=31399 vsize=637372 CPUtime=877.43 cores=1,3,5,7
/proc/31400/task/31405/stat : 31405 (priss) R 31399 31399 30400 0 -1 4202560 33843 0 0 0 87724 19 0 0 25 0 5 0 498810030 652668928 117541 33554432000 4194304 5787044 140734109045072 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.22
Current children cumulated vsize (KiB) 646072

[startup+942.307 s]
/proc/loadavg: 8.00 8.05 8.03 9/188 31471
/proc/meminfo: memFree=24518528/32951124 swapFree=67111524/67111528
[pid=31399] ppid=31397 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31399/stat : 31399 (priss.sh) S 31397 31399 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498810026 8908800 252 33554432000 4194304 4922060 140734536834416 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31399/statm: 2175 252 211 178 0 68 0
[pid=31400] ppid=31399 vsize=659104 CPUtime=3763.92 cores=1,3,5,7
/proc/31400/stat : 31400 (priss) S 31399 31399 30400 0 -1 4202496 141450 0 0 0 376236 156 0 0 21 0 5 0 498810026 674922496 124869 33554432000 4194304 5787044 140734109045072 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/31400/statm: 164776 124869 417 389 0 160526 0
[pid=31400/tid=31402] ppid=31399 vsize=659104 CPUtime=942.24 cores=1,3,5,7
/proc/31400/task/31402/stat : 31402 (priss) R 31399 31399 30400 0 -1 4202560 32917 0 0 0 94183 41 0 0 25 0 5 0 498810028 674922496 124869 33554432000 4194304 5787044 140734109045072 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31400/tid=31403] ppid=31399 vsize=659104 CPUtime=942.25 cores=1,3,5,7
/proc/31400/task/31403/stat : 31403 (priss) R 31399 31399 30400 0 -1 4202560 31975 0 0 0 94184 41 0 0 25 0 5 0 498810029 674922496 124869 33554432000 4194304 5787044 140734109045072 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31400/tid=31404] ppid=31399 vsize=659104 CPUtime=942.24 cores=1,3,5,7
/proc/31400/task/31404/stat : 31404 (priss) R 31399 31399 30400 0 -1 4202560 35864 0 0 0 94174 50 0 0 25 0 5 0 498810029 674922496 124869 33554432000 4194304 5787044 140734109045072 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31400/tid=31405] ppid=31399 vsize=659104 CPUtime=937.11 cores=1,3,5,7
/proc/31400/task/31405/stat : 31405 (priss) R 31399 31399 30400 0 -1 4202560 36720 0 0 0 93690 21 0 0 25 0 5 0 498810030 674922496 124869 33554432000 4194304 5787044 140734109045072 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3763.92
Current children cumulated vsize (KiB) 667804

[startup+1002.3 s]
/proc/loadavg: 8.00 8.04 8.02 9/188 31472
/proc/meminfo: memFree=24482040/32951124 swapFree=67111524/67111528
[pid=31399] ppid=31397 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31399/stat : 31399 (priss.sh) S 31397 31399 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498810026 8908800 252 33554432000 4194304 4922060 140734536834416 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31399/statm: 2175 252 211 178 0 68 0
[pid=31400] ppid=31399 vsize=669876 CPUtime=4003.57 cores=1,3,5,7
/proc/31400/stat : 31400 (priss) S 31399 31399 30400 0 -1 4202496 147986 0 0 0 400191 166 0 0 21 0 5 0 498810026 685953024 131405 33554432000 4194304 5787044 140734109045072 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/31400/statm: 167469 131405 417 389 0 163219 0
[pid=31400/tid=31402] ppid=31399 vsize=669876 CPUtime=1002.24 cores=1,3,5,7
/proc/31400/task/31402/stat : 31402 (priss) R 31399 31399 30400 0 -1 4202560 34753 0 0 0 100178 46 0 0 25 0 5 0 498810028 685953024 131405 33554432000 4194304 5787044 140734109045072 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31400/tid=31403] ppid=31399 vsize=669876 CPUtime=1002.24 cores=1,3,5,7
/proc/31400/task/31403/stat : 31403 (priss) R 31399 31399 30400 0 -1 4202560 35003 0 0 0 100179 45 0 0 25 0 5 0 498810029 685953024 131405 33554432000 4194304 5787044 140734109045072 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31400/tid=31404] ppid=31399 vsize=669876 CPUtime=1002.23 cores=1,3,5,7
/proc/31400/task/31404/stat : 31404 (priss) R 31399 31399 30400 0 -1 4202560 35867 0 0 0 100173 50 0 0 25 0 5 0 498810029 685953024 131405 33554432000 4194304 5787044 140734109045072 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31400/tid=31405] ppid=31399 vsize=669876 CPUtime=996.78 cores=1,3,5,7
/proc/31400/task/31405/stat : 31405 (priss) R 31399 31399 30400 0 -1 4202560 38389 0 0 0 99655 23 0 0 25 0 5 0 498810030 685953024 131405 33554432000 4194304 5787044 140734109045072 18446744073709551615 5527227 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.57
Current children cumulated vsize (KiB) 678576

[startup+1062.3 s]
/proc/loadavg: 8.00 8.03 8.02 9/188 31474
/proc/meminfo: memFree=24445304/32951124 swapFree=67111524/67111528
[pid=31399] ppid=31397 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31399/stat : 31399 (priss.sh) S 31397 31399 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498810026 8908800 252 33554432000 4194304 4922060 140734536834416 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31399/statm: 2175 252 211 178 0 68 0
[pid=31400] ppid=31399 vsize=681244 CPUtime=4243.25 cores=1,3,5,7
/proc/31400/stat : 31400 (priss) S 31399 31399 30400 0 -1 4202496 154475 0 0 0 424149 176 0 0 21 0 5 0 498810026 697593856 137669 33554432000 4194304 5787044 140734109045072 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/31400/statm: 170311 137669 417 389 0 166061 0
[pid=31400/tid=31402] ppid=31399 vsize=681244 CPUtime=1062.24 cores=1,3,5,7
/proc/31400/task/31402/stat : 31402 (priss) R 31399 31399 30400 0 -1 4202560 36806 0 0 0 106174 50 0 0 25 0 5 0 498810028 697593856 137669 33554432000 4194304 5787044 140734109045072 18446744073709551615 5591195 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31400/tid=31403] ppid=31399 vsize=681244 CPUtime=1062.24 cores=1,3,5,7
/proc/31400/task/31403/stat : 31403 (priss) R 31399 31399 30400 0 -1 4202560 36622 0 0 0 106175 49 0 0 25 0 5 0 498810029 697593856 137669 33554432000 4194304 5787044 140734109045072 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31400/tid=31404] ppid=31399 vsize=681244 CPUtime=1062.23 cores=1,3,5,7
/proc/31400/task/31404/stat : 31404 (priss) R 31399 31399 30400 0 -1 4202560 35874 0 0 0 106173 50 0 0 25 0 5 0 498810029 697593856 137669 33554432000 4194304 5787044 140734109045072 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31400/tid=31405] ppid=31399 vsize=681244 CPUtime=1056.45 cores=1,3,5,7
/proc/31400/task/31405/stat : 31405 (priss) R 31399 31399 30400 0 -1 4202560 41199 0 0 0 105621 24 0 0 25 0 5 0 498810030 697593856 137669 33554432000 4194304 5787044 140734109045072 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.25
Current children cumulated vsize (KiB) 689944

[startup+1122.3 s]
/proc/loadavg: 8.00 8.02 8.01 9/188 31475
/proc/meminfo: memFree=24413408/32951124 swapFree=67111524/67111528
[pid=31399] ppid=31397 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31399/stat : 31399 (priss.sh) S 31397 31399 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498810026 8908800 252 33554432000 4194304 4922060 140734536834416 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31399/statm: 2175 252 211 178 0 68 0
[pid=31400] ppid=31399 vsize=687536 CPUtime=4482.92 cores=1,3,5,7
/proc/31400/stat : 31400 (priss) S 31399 31399 30400 0 -1 4202496 157672 0 0 0 448111 181 0 0 21 0 5 0 498810026 704036864 140866 33554432000 4194304 5787044 140734109045072 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/31400/statm: 171884 140866 417 389 0 167634 0
[pid=31400/tid=31402] ppid=31399 vsize=687536 CPUtime=1122.14 cores=1,3,5,7
/proc/31400/task/31402/stat : 31402 (priss) R 31399 31399 30400 0 -1 4202560 36809 0 0 0 112164 50 0 0 25 0 5 0 498810028 704036864 140866 33554432000 4194304 5787044 140734109045072 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31400/tid=31403] ppid=31399 vsize=687536 CPUtime=1122.25 cores=1,3,5,7
/proc/31400/task/31403/stat : 31403 (priss) R 31399 31399 30400 0 -1 4202560 38379 0 0 0 112172 53 0 0 25 0 5 0 498810029 704036864 140866 33554432000 4194304 5787044 140734109045072 18446744073709551615 5591727 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31400/tid=31404] ppid=31399 vsize=687536 CPUtime=1122.23 cores=1,3,5,7
/proc/31400/task/31404/stat : 31404 (priss) R 31399 31399 30400 0 -1 4202560 35946 0 0 0 112173 50 0 0 25 0 5 0 498810029 704036864 140866 33554432000 4194304 5787044 140734109045072 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31400/tid=31405] ppid=31399 vsize=687536 CPUtime=1116.23 cores=1,3,5,7
/proc/31400/task/31405/stat : 31405 (priss) R 31399 31399 30400 0 -1 4202560 42564 0 0 0 111597 26 0 0 25 0 5 0 498810030 704036864 140866 33554432000 4194304 5787044 140734109045072 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4482.92
Current children cumulated vsize (KiB) 696236

[startup+1182.3 s]
/proc/loadavg: 8.04 8.03 8.01 9/188 31477
/proc/meminfo: memFree=24373448/32951124 swapFree=67111524/67111528
[pid=31399] ppid=31397 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31399/stat : 31399 (priss.sh) S 31397 31399 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498810026 8908800 252 33554432000 4194304 4922060 140734536834416 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31399/statm: 2175 252 211 178 0 68 0
[pid=31400] ppid=31399 vsize=691636 CPUtime=4722.6 cores=1,3,5,7
/proc/31400/stat : 31400 (priss) S 31399 31399 30400 0 -1 4202496 160593 0 0 0 472074 186 0 0 21 0 5 0 498810026 708235264 143562 33554432000 4194304 5787044 140734109045072 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/31400/statm: 172909 143562 417 389 0 168659 0
[pid=31400/tid=31402] ppid=31399 vsize=691636 CPUtime=1181.81 cores=1,3,5,7
/proc/31400/task/31402/stat : 31402 (priss) R 31399 31399 30400 0 -1 4202560 36813 0 0 0 118131 50 0 0 25 0 5 0 498810028 708235264 143562 33554432000 4194304 5787044 140734109045072 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31400/tid=31403] ppid=31399 vsize=691636 CPUtime=1182.25 cores=1,3,5,7
/proc/31400/task/31403/stat : 31403 (priss) R 31399 31399 30400 0 -1 4202560 39378 0 0 0 118170 55 0 0 25 0 5 0 498810029 708235264 143562 33554432000 4194304 5787044 140734109045072 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31400/tid=31404] ppid=31399 vsize=691636 CPUtime=1182.24 cores=1,3,5,7
/proc/31400/task/31404/stat : 31404 (priss) R 31399 31399 30400 0 -1 4202560 37864 0 0 0 118171 53 0 0 25 0 5 0 498810029 708235264 143562 33554432000 4194304 5787044 140734109045072 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31400/tid=31405] ppid=31399 vsize=691636 CPUtime=1176.23 cores=1,3,5,7
/proc/31400/task/31405/stat : 31405 (priss) R 31399 31399 30400 0 -1 4202560 42564 0 0 0 117597 26 0 0 25 0 5 0 498810030 708235264 143562 33554432000 4194304 5787044 140734109045072 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4722.6
Current children cumulated vsize (KiB) 700336



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.15 8.06 8.02 9/188 31478
/proc/meminfo: memFree=24359796/32951124 swapFree=67111524/67111528
[pid=31399] ppid=31397 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31399/stat : 31399 (priss.sh) S 31397 31399 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498810026 8908800 252 33554432000 4194304 4922060 140734536834416 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31399/statm: 2175 252 211 178 0 68 0
[pid=31400] ppid=31399 vsize=691636 CPUtime=4800.12 cores=1,3,5,7
/proc/31400/stat : 31400 (priss) S 31399 31399 30400 0 -1 4202496 161339 0 0 0 479824 188 0 0 21 0 5 0 498810026 708235264 144308 33554432000 4194304 5787044 140734109045072 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/31400/statm: 172909 144308 417 389 0 168659 0
[pid=31400/tid=31402] ppid=31399 vsize=691636 CPUtime=1201.11 cores=1,3,5,7
/proc/31400/task/31402/stat : 31402 (priss) R 31399 31399 30400 0 -1 4202560 36814 0 0 0 120061 50 0 0 25 0 5 0 498810028 708235264 144308 33554432000 4194304 5787044 140734109045072 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31400/tid=31403] ppid=31399 vsize=691636 CPUtime=1201.66 cores=1,3,5,7
/proc/31400/task/31403/stat : 31403 (priss) R 31399 31399 30400 0 -1 4202560 39378 0 0 0 120111 55 0 0 25 0 5 0 498810029 708235264 144308 33554432000 4194304 5787044 140734109045072 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31400/tid=31404] ppid=31399 vsize=691636 CPUtime=1201.64 cores=1,3,5,7
/proc/31400/task/31404/stat : 31404 (priss) R 31399 31399 30400 0 -1 4202560 38609 0 0 0 120109 55 0 0 25 0 5 0 498810029 708235264 144308 33554432000 4194304 5787044 140734109045072 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31400/tid=31405] ppid=31399 vsize=691636 CPUtime=1195.64 cores=1,3,5,7
/proc/31400/task/31405/stat : 31405 (priss) R 31399 31399 30400 0 -1 4202560 42564 0 0 0 119538 26 0 0 25 0 5 0 498810030 708235264 144308 33554432000 4194304 5787044 140734109045072 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.12
Current children cumulated vsize (KiB) 700336

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 31399 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.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.24
CPU system time (s): 1.88
CPU usage (%): 399.438
Max. virtual memory (cumulated for all children) (KiB): 700336

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

runsolver used 1.58476 second user time and 4.98024 second system time

The end

Launcher Data

Begin job on node147 at 2011-04-29 09:59:01
IDJOB=3262912
IDBENCH=83903
IDSOLVER=1603
FILE ID=node147/3262912-1304063941
RUNJOBID= node147-1304053707-30419
PBS_JOBID= 13170424
Free space on /tmp= 72636 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_26_40_6-dir.shuffled-as.sat03-163.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3262912-1304063941/watcher-3262912-1304063941 -o /tmp/evaluation-result-3262912-1304063941/solver-3262912-1304063941 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3262912-1304063941.cnf 1702241692 4800 15500 4

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

MD5SUM BENCH= c06088cac8521bfe72bbb4c9ad8d39fb
RANDOM SEED=1702241692

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24987112 kB
Buffers:       1028004 kB
Cached:        5827608 kB
SwapCached:          4 kB
Active:        1909848 kB
Inactive:      5608908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24987112 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            2376 kB
Writeback:           0 kB
AnonPages:      662972 kB
Mapped:          15624 kB
Slab:           381408 kB
PageTables:       6060 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   865744 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= 72656 MiB
End job on node147 at 2011-04-29 10:19:05