Trace number 3263220

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_18_80_10-dir.shuffled-as.sat03-140.cnf
MD5SUM1037a2754a0a53f62ba8ec901741c9e9
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 variables540
Number of clauses40510
Sum of the clauses size81524
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 240492
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 518

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: 5179
0.00/0.01	c parsetime: 8992us
0.00/0.01	c parsed 40510 clauses with 540 variables
0.00/0.01	c NW started thread 0 successfully (1101482304)
0.00/0.01	c NW started thread 1 successfully (1111972160)
0.00/0.02	c NW started thread 2 successfully (1122462016)
0.00/0.02	c NW started thread 3 successfully (1132951872)
8.66/2.21	c preprocessor returned 10017 variables
8.66/2.21	c preprocessing returned UNKNOWN
8.66/2.21	c PP set 0 variables
8.66/2.21	c pp time: 2196560us (2s)
8.66/2.23	c preprocessor returned 10017 variables
8.66/2.23	c preprocessing returned UNKNOWN
8.66/2.23	c PP set 0 variables
8.66/2.23	c pp time: 2207723us (2s)
8.66/2.24	c preprocessor returned 10017 variables
8.66/2.24	c preprocessing returned UNKNOWN
8.66/2.24	c PP set 0 variables
8.66/2.24	c pp time: 2226952us (2s)
72.58/18.28	c preprocessor returned 30085 variables
72.58/18.28	c preprocessing returned UNKNOWN
72.58/18.28	c PP set 0 variables
72.58/18.28	c pp time: 18257093us (18s)

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-3263220-1304064504/watcher-3263220-1304064504 -o /tmp/evaluation-result-3263220-1304064504/solver-3263220-1304064504 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3263220-1304064504.cnf 177575310 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: 3.74 3.96 4.09 1/171 5178
/proc/meminfo: memFree=31766460/32951124 swapFree=67111356/67111528
[pid=5178] ppid=5176 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5178/stat : 5178 (priss.sh) S 5176 5178 4129 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498866013 8908800 252 33554432000 4194304 4922060 140735176326896 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5178/statm: 2175 252 211 178 0 68 0

[startup+0.232687 s]
/proc/loadavg: 3.74 3.96 4.09 1/171 5178
/proc/meminfo: memFree=31766460/32951124 swapFree=67111356/67111528
[pid=5178] ppid=5176 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5178/stat : 5178 (priss.sh) S 5176 5178 4129 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498866013 8908800 252 33554432000 4194304 4922060 140735176326896 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5178/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.04317 s]
/proc/loadavg: 3.74 3.96 4.09 1/171 5178
/proc/meminfo: memFree=31766460/32951124 swapFree=67111356/67111528
[pid=5178] ppid=5176 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5178/stat : 5178 (priss.sh) S 5176 5178 4129 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498866013 8908800 252 33554432000 4194304 4922060 140735176326896 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5178/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.14315 s]
/proc/loadavg: 3.74 3.96 4.09 1/171 5178
/proc/meminfo: memFree=31766460/32951124 swapFree=67111356/67111528
[pid=5178] ppid=5176 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5178/stat : 5178 (priss.sh) S 5176 5178 4129 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498866013 8908800 252 33554432000 4194304 4922060 140735176326896 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5178/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.24313 s]
/proc/loadavg: 3.74 3.96 4.09 1/171 5178
/proc/meminfo: memFree=31766460/32951124 swapFree=67111356/67111528
[pid=5178] ppid=5176 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5178/stat : 5178 (priss.sh) S 5176 5178 4129 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498866013 8908800 252 33554432000 4194304 4922060 140735176326896 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5178/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50108 s]
/proc/loadavg: 3.74 3.96 4.09 1/171 5178
/proc/meminfo: memFree=31766460/32951124 swapFree=67111356/67111528
[pid=5178] ppid=5176 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5178/stat : 5178 (priss.sh) S 5176 5178 4129 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498866013 8908800 252 33554432000 4194304 4922060 140735176326896 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5178/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10676 s]
/proc/loadavg: 3.74 3.96 4.09 5/177 5185
/proc/meminfo: memFree=31727912/32951124 swapFree=67111356/67111528
[pid=5178] ppid=5176 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5178/stat : 5178 (priss.sh) S 5176 5178 4129 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498866013 8908800 252 33554432000 4194304 4922060 140735176326896 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5178/statm: 2175 252 211 178 0 68 0
[pid=5179] ppid=5178 vsize=285052 CPUtime=12.28 cores=1,3,5,7
/proc/5179/stat : 5179 (priss) S 5178 5178 4129 0 -1 4202496 17556 0 0 0 1224 4 0 0 18 0 5 0 498866013 291893248 9954 33554432000 4194304 5787044 140734206974656 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/5179/statm: 71263 9954 404 389 0 67013 0
[pid=5179/tid=5181] ppid=5178 vsize=285052 CPUtime=3.06 cores=1,3,5,7
/proc/5179/task/5181/stat : 5181 (priss) R 5178 5178 4129 0 -1 4202560 3552 0 0 0 306 0 0 0 25 0 5 0 498866015 291893248 9954 33554432000 4194304 5787044 140734206974656 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5179/tid=5182] ppid=5178 vsize=285052 CPUtime=3.07 cores=1,3,5,7
/proc/5179/task/5182/stat : 5182 (priss) R 5178 5178 4129 0 -1 4202560 4301 0 0 0 305 2 0 0 25 0 5 0 498866015 291893248 9954 33554432000 4194304 5787044 140734206974656 18446744073709551615 4254982 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5179/tid=5183] ppid=5178 vsize=285052 CPUtime=3.06 cores=1,3,5,7
/proc/5179/task/5183/stat : 5183 (priss) R 5178 5178 4129 0 -1 4202560 3556 0 0 0 306 0 0 0 25 0 5 0 498866015 291893248 9954 33554432000 4194304 5787044 140734206974656 18446744073709551615 4254550 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5179/tid=5184] ppid=5178 vsize=285052 CPUtime=3.04 cores=1,3,5,7
/proc/5179/task/5184/stat : 5184 (priss) R 5178 5178 4129 0 -1 4202560 3392 0 0 0 304 0 0 0 25 0 5 0 498866016 291893248 9954 33554432000 4194304 5787044 140734206974656 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.28
Current children cumulated vsize (KiB) 293752

[startup+6.30113 s]
/proc/loadavg: 3.76 3.96 4.09 5/177 5185
/proc/meminfo: memFree=31716692/32951124 swapFree=67111356/67111528
[pid=5178] ppid=5176 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5178/stat : 5178 (priss.sh) S 5176 5178 4129 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498866013 8908800 252 33554432000 4194304 4922060 140735176326896 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5178/statm: 2175 252 211 178 0 68 0
[pid=5179] ppid=5178 vsize=291344 CPUtime=25.06 cores=1,3,5,7
/proc/5179/stat : 5179 (priss) S 5178 5178 4129 0 -1 4202496 20300 0 0 0 2501 5 0 0 18 0 5 0 498866013 298336256 12698 33554432000 4194304 5787044 140734206974656 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/5179/statm: 72836 12698 404 389 0 68586 0
[pid=5179/tid=5181] ppid=5178 vsize=291344 CPUtime=6.25 cores=1,3,5,7
/proc/5179/task/5181/stat : 5181 (priss) R 5178 5178 4129 0 -1 4202560 4116 0 0 0 625 0 0 0 25 0 5 0 498866015 298336256 12698 33554432000 4194304 5787044 140734206974656 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5179/tid=5182] ppid=5178 vsize=291344 CPUtime=6.26 cores=1,3,5,7
/proc/5179/task/5182/stat : 5182 (priss) R 5178 5178 4129 0 -1 4202560 5931 0 0 0 624 2 0 0 25 0 5 0 498866015 298336256 12698 33554432000 4194304 5787044 140734206974656 18446744073709551615 4220327 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5179/tid=5183] ppid=5178 vsize=291344 CPUtime=6.25 cores=1,3,5,7
/proc/5179/task/5183/stat : 5183 (priss) R 5178 5178 4129 0 -1 4202560 4106 0 0 0 625 0 0 0 25 0 5 0 498866015 298336256 12698 33554432000 4194304 5787044 140734206974656 18446744073709551615 5591217 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5179/tid=5184] ppid=5178 vsize=291344 CPUtime=6.23 cores=1,3,5,7
/proc/5179/task/5184/stat : 5184 (priss) R 5178 5178 4129 0 -1 4202560 3392 0 0 0 623 0 0 0 25 0 5 0 498866016 298336256 12698 33554432000 4194304 5787044 140734206974656 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 300044

[startup+12.7009 s]
/proc/loadavg: 3.78 3.96 4.09 5/177 5185
/proc/meminfo: memFree=31709140/32951124 swapFree=67111356/67111528
[pid=5178] ppid=5176 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5178/stat : 5178 (priss.sh) S 5176 5178 4129 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498866013 8908800 252 33554432000 4194304 4922060 140735176326896 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5178/statm: 2175 252 211 178 0 68 0
[pid=5179] ppid=5178 vsize=295040 CPUtime=50.61 cores=1,3,5,7
/proc/5179/stat : 5179 (priss) S 5178 5178 4129 0 -1 4202496 22728 0 0 0 5054 7 0 0 18 0 5 0 498866013 302120960 15126 33554432000 4194304 5787044 140734206974656 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/5179/statm: 73760 15126 404 389 0 69510 0
[pid=5179/tid=5181] ppid=5178 vsize=295040 CPUtime=12.65 cores=1,3,5,7
/proc/5179/task/5181/stat : 5181 (priss) R 5178 5178 4129 0 -1 4202560 4898 0 0 0 1264 1 0 0 25 0 5 0 498866015 302120960 15126 33554432000 4194304 5787044 140734206974656 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5179/tid=5182] ppid=5178 vsize=295040 CPUtime=12.66 cores=1,3,5,7
/proc/5179/task/5182/stat : 5182 (priss) R 5178 5178 4129 0 -1 4202560 6693 0 0 0 1263 3 0 0 25 0 5 0 498866015 302120960 15126 33554432000 4194304 5787044 140734206974656 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5179/tid=5183] ppid=5178 vsize=295040 CPUtime=12.65 cores=1,3,5,7
/proc/5179/task/5183/stat : 5183 (priss) R 5178 5178 4129 0 -1 4202560 4990 0 0 0 1264 1 0 0 25 0 5 0 498866015 302120960 15126 33554432000 4194304 5787044 140734206974656 18446744073709551615 5591564 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5179/tid=5184] ppid=5178 vsize=295040 CPUtime=12.6 cores=1,3,5,7
/proc/5179/task/5184/stat : 5184 (priss) R 5178 5178 4129 0 -1 4202560 3392 0 0 0 1260 0 0 0 25 0 5 0 498866016 302120960 15126 33554432000 4194304 5787044 140734206974656 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 303740

[startup+25.5003 s]
/proc/loadavg: 3.82 3.96 4.09 5/177 5185
/proc/meminfo: memFree=31680496/32951124 swapFree=67111356/67111528
[pid=5178] ppid=5176 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5178/stat : 5178 (priss.sh) S 5176 5178 4129 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498866013 8908800 252 33554432000 4194304 4922060 140735176326896 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5178/statm: 2175 252 211 178 0 68 0
[pid=5179] ppid=5178 vsize=304792 CPUtime=101.73 cores=1,3,5,7
/proc/5179/stat : 5179 (priss) S 5178 5178 4129 0 -1 4202496 31527 0 0 0 10160 13 0 0 18 0 5 0 498866013 312107008 22134 33554432000 4194304 5787044 140734206974656 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/5179/statm: 76198 22134 417 389 0 71948 0
[pid=5179/tid=5181] ppid=5178 vsize=304792 CPUtime=25.45 cores=1,3,5,7
/proc/5179/task/5181/stat : 5181 (priss) R 5178 5178 4129 0 -1 4202560 6304 0 0 0 2542 3 0 0 25 0 5 0 498866015 312107008 22134 33554432000 4194304 5787044 140734206974656 18446744073709551615 5590526 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5179/tid=5182] ppid=5178 vsize=304792 CPUtime=25.45 cores=1,3,5,7
/proc/5179/task/5182/stat : 5182 (priss) R 5178 5178 4129 0 -1 4202560 7982 0 0 0 2541 4 0 0 25 0 5 0 498866015 312107008 22134 33554432000 4194304 5787044 140734206974656 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5179/tid=5183] ppid=5178 vsize=304792 CPUtime=25.45 cores=1,3,5,7
/proc/5179/task/5183/stat : 5183 (priss) R 5178 5178 4129 0 -1 4202560 7371 0 0 0 2543 2 0 0 25 0 5 0 498866015 312107008 22134 33554432000 4194304 5787044 140734206974656 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5179/tid=5184] ppid=5178 vsize=304792 CPUtime=25.33 cores=1,3,5,7
/proc/5179/task/5184/stat : 5184 (priss) R 5178 5178 4129 0 -1 4202560 7115 0 0 0 2531 2 0 0 25 0 5 0 498866016 312107008 22134 33554432000 4194304 5787044 140734206974656 18446744073709551615 5526883 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) 313492

[startup+51.1013 s]
/proc/loadavg: 3.88 3.96 4.08 5/177 5186
/proc/meminfo: memFree=31641500/32951124 swapFree=67111356/67111528
[pid=5178] ppid=5176 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5178/stat : 5178 (priss.sh) S 5176 5178 4129 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498866013 8908800 252 33554432000 4194304 4922060 140735176326896 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5178/statm: 2175 252 211 178 0 68 0
[pid=5179] ppid=5178 vsize=317772 CPUtime=203.97 cores=1,3,5,7
/proc/5179/stat : 5179 (priss) S 5178 5178 4129 0 -1 4202496 40905 0 0 0 20367 30 0 0 18 0 5 0 498866013 325398528 31464 33554432000 4194304 5787044 140734206974656 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/5179/statm: 79443 31464 417 389 0 75193 0
[pid=5179/tid=5181] ppid=5178 vsize=317772 CPUtime=51.05 cores=1,3,5,7
/proc/5179/task/5181/stat : 5181 (priss) R 5178 5178 4129 0 -1 4202560 8120 0 0 0 5099 6 0 0 25 0 5 0 498866015 325398528 31464 33554432000 4194304 5787044 140734206974656 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5179/tid=5182] ppid=5178 vsize=317772 CPUtime=51.04 cores=1,3,5,7
/proc/5179/task/5182/stat : 5182 (priss) R 5178 5178 4129 0 -1 4202560 9925 0 0 0 5095 9 0 0 25 0 5 0 498866015 325398528 31464 33554432000 4194304 5787044 140734206974656 18446744073709551615 5590984 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5179/tid=5183] ppid=5178 vsize=317772 CPUtime=51.04 cores=1,3,5,7
/proc/5179/task/5183/stat : 5183 (priss) R 5178 5178 4129 0 -1 4202560 9653 0 0 0 5099 5 0 0 25 0 5 0 498866015 325398528 31464 33554432000 4194304 5787044 140734206974656 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5179/tid=5184] ppid=5178 vsize=317772 CPUtime=50.8 cores=1,3,5,7
/proc/5179/task/5184/stat : 5184 (priss) R 5178 5178 4129 0 -1 4202560 10452 0 0 0 5072 8 0 0 25 0 5 0 498866016 325398528 31464 33554432000 4194304 5787044 140734206974656 18446744073709551615 5527168 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) 326472

[startup+102.301 s]
/proc/loadavg: 3.95 3.97 4.08 5/177 5187
/proc/meminfo: memFree=31587920/32951124 swapFree=67111356/67111528
[pid=5178] ppid=5176 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5178/stat : 5178 (priss.sh) S 5176 5178 4129 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498866013 8908800 252 33554432000 4194304 4922060 140735176326896 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5178/statm: 2175 252 211 178 0 68 0
[pid=5179] ppid=5178 vsize=339168 CPUtime=408.45 cores=1,3,5,7
/proc/5179/stat : 5179 (priss) S 5178 5178 4129 0 -1 4202496 55393 0 0 0 40780 65 0 0 18 0 5 0 498866013 347308032 45831 33554432000 4194304 5787044 140734206974656 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/5179/statm: 84792 45831 417 389 0 80542 0
[pid=5179/tid=5181] ppid=5178 vsize=339168 CPUtime=102.24 cores=1,3,5,7
/proc/5179/task/5181/stat : 5181 (priss) R 5178 5178 4129 0 -1 4202560 13464 0 0 0 10207 17 0 0 25 0 5 0 498866015 347308032 45831 33554432000 4194304 5787044 140734206974656 18446744073709551615 270338043305 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5179/tid=5182] ppid=5178 vsize=339168 CPUtime=102.22 cores=1,3,5,7
/proc/5179/task/5182/stat : 5182 (priss) R 5178 5178 4129 0 -1 4202560 12865 0 0 0 10203 19 0 0 25 0 5 0 498866015 347308032 45831 33554432000 4194304 5787044 140734206974656 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5179/tid=5183] ppid=5178 vsize=339168 CPUtime=102.22 cores=1,3,5,7
/proc/5179/task/5183/stat : 5183 (priss) R 5178 5178 4129 0 -1 4202560 11801 0 0 0 10215 7 0 0 25 0 5 0 498866015 347308032 45831 33554432000 4194304 5787044 140734206974656 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5179/tid=5184] ppid=5178 vsize=339168 CPUtime=101.71 cores=1,3,5,7
/proc/5179/task/5184/stat : 5184 (priss) R 5178 5178 4129 0 -1 4202560 14508 0 0 0 10152 19 0 0 25 0 5 0 498866016 347308032 45831 33554432000 4194304 5787044 140734206974656 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.45
Current children cumulated vsize (KiB) 347868

[startup+162.301 s]
/proc/loadavg: 3.98 3.97 4.07 5/177 5189
/proc/meminfo: memFree=31546848/32951124 swapFree=67111356/67111528
[pid=5178] ppid=5176 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5178/stat : 5178 (priss.sh) S 5176 5178 4129 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498866013 8908800 252 33554432000 4194304 4922060 140735176326896 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5178/statm: 2175 252 211 178 0 68 0
[pid=5179] ppid=5178 vsize=354936 CPUtime=648.11 cores=1,3,5,7

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

/proc/5179/task/5182/stat : 5182 (priss) R 5178 5178 4129 0 -1 4202560 29938 0 0 0 81848 78 0 0 25 0 5 0 498866015 673259520 120211 33554432000 4194304 5787044 140734206974656 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5179/tid=5183] ppid=5178 vsize=657480 CPUtime=822.23 cores=1,3,5,7
/proc/5179/task/5183/stat : 5183 (priss) R 5178 5178 4129 0 -1 4202560 33820 0 0 0 82197 26 0 0 25 0 5 0 498866015 673259520 120211 33554432000 4194304 5787044 140734206974656 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5179/tid=5184] ppid=5178 vsize=657480 CPUtime=820.77 cores=1,3,5,7
/proc/5179/task/5184/stat : 5184 (priss) R 5178 5178 4129 0 -1 4202560 33243 0 0 0 81998 79 0 0 25 0 5 0 498866016 673259520 120211 33554432000 4194304 5787044 140734206974656 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3284.53
Current children cumulated vsize (KiB) 666180

[startup+882.3 s]
/proc/loadavg: 4.06 4.04 4.04 5/177 5208
/proc/meminfo: memFree=31282184/32951124 swapFree=67111356/67111528
[pid=5178] ppid=5176 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5178/stat : 5178 (priss.sh) S 5176 5178 4129 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498866013 8908800 252 33554432000 4194304 4922060 140735176326896 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5178/statm: 2175 252 211 178 0 68 0
[pid=5179] ppid=5178 vsize=659368 CPUtime=3524.21 cores=1,3,5,7
/proc/5179/stat : 5179 (priss) S 5178 5178 4129 0 -1 4202496 132068 0 0 0 352161 260 0 0 18 0 5 0 498866013 675192832 121167 33554432000 4194304 5787044 140734206974656 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/5179/statm: 164842 121167 417 389 0 160592 0
[pid=5179/tid=5181] ppid=5178 vsize=659368 CPUtime=882.23 cores=1,3,5,7
/proc/5179/task/5181/stat : 5181 (priss) R 5178 5178 4129 0 -1 4202560 31584 0 0 0 88149 74 0 0 25 0 5 0 498866015 675192832 121167 33554432000 4194304 5787044 140734206974656 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5179/tid=5182] ppid=5178 vsize=659368 CPUtime=878.93 cores=1,3,5,7
/proc/5179/task/5182/stat : 5182 (priss) R 5178 5178 4129 0 -1 4202560 30061 0 0 0 87815 78 0 0 25 0 5 0 498866015 675192832 121167 33554432000 4194304 5787044 140734206974656 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5179/tid=5183] ppid=5178 vsize=659368 CPUtime=882.23 cores=1,3,5,7
/proc/5179/task/5183/stat : 5183 (priss) R 5178 5178 4129 0 -1 4202560 34313 0 0 0 88197 26 0 0 25 0 5 0 498866015 675192832 121167 33554432000 4194304 5787044 140734206974656 18446744073709551615 5591243 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5179/tid=5184] ppid=5178 vsize=659368 CPUtime=880.77 cores=1,3,5,7
/proc/5179/task/5184/stat : 5184 (priss) R 5178 5178 4129 0 -1 4202560 33355 0 0 0 87998 79 0 0 25 0 5 0 498866016 675192832 121167 33554432000 4194304 5787044 140734206974656 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3524.21
Current children cumulated vsize (KiB) 668068

[startup+942.3 s]
/proc/loadavg: 4.06 4.05 4.04 5/177 5210
/proc/meminfo: memFree=31265164/32951124 swapFree=67111356/67111528
[pid=5178] ppid=5176 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5178/stat : 5178 (priss.sh) S 5176 5178 4129 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498866013 8908800 252 33554432000 4194304 4922060 140735176326896 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5178/statm: 2175 252 211 178 0 68 0
[pid=5179] ppid=5178 vsize=675768 CPUtime=3763.89 cores=1,3,5,7
/proc/5179/stat : 5179 (priss) S 5178 5178 4129 0 -1 4202496 137320 0 0 0 376118 271 0 0 18 0 5 0 498866013 691986432 126419 33554432000 4194304 5787044 140734206974656 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/5179/statm: 168942 126419 417 389 0 164692 0
[pid=5179/tid=5181] ppid=5178 vsize=675768 CPUtime=942.23 cores=1,3,5,7
/proc/5179/task/5181/stat : 5181 (priss) R 5178 5178 4129 0 -1 4202560 33502 0 0 0 94143 80 0 0 25 0 5 0 498866015 691986432 126419 33554432000 4194304 5787044 140734206974656 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5179/tid=5182] ppid=5178 vsize=675768 CPUtime=938.6 cores=1,3,5,7
/proc/5179/task/5182/stat : 5182 (priss) R 5178 5178 4129 0 -1 4202560 31200 0 0 0 93780 80 0 0 25 0 5 0 498866015 691986432 126419 33554432000 4194304 5787044 140734206974656 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5179/tid=5183] ppid=5178 vsize=675768 CPUtime=942.22 cores=1,3,5,7
/proc/5179/task/5183/stat : 5183 (priss) R 5178 5178 4129 0 -1 4202560 34313 0 0 0 94196 26 0 0 25 0 5 0 498866015 691986432 126419 33554432000 4194304 5787044 140734206974656 18446744073709551615 4218750 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5179/tid=5184] ppid=5178 vsize=675768 CPUtime=940.77 cores=1,3,5,7
/proc/5179/task/5184/stat : 5184 (priss) R 5178 5178 4129 0 -1 4202560 35550 0 0 0 93995 82 0 0 25 0 5 0 498866016 691986432 126419 33554432000 4194304 5787044 140734206974656 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3763.89
Current children cumulated vsize (KiB) 684468

[startup+1002.3 s]
/proc/loadavg: 4.02 4.04 4.04 5/177 5214
/proc/meminfo: memFree=31232644/32951124 swapFree=67111356/67111528
[pid=5178] ppid=5176 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5178/stat : 5178 (priss.sh) S 5176 5178 4129 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498866013 8908800 252 33554432000 4194304 4922060 140735176326896 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5178/statm: 2175 252 211 178 0 68 0
[pid=5179] ppid=5178 vsize=679868 CPUtime=4003.57 cores=1,3,5,7
/proc/5179/stat : 5179 (priss) S 5178 5178 4129 0 -1 4202496 144261 0 0 0 400060 297 0 0 18 0 5 0 498866013 696184832 133360 33554432000 4194304 5787044 140734206974656 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/5179/statm: 169967 133360 417 389 0 165717 0
[pid=5179/tid=5181] ppid=5178 vsize=679868 CPUtime=1002.24 cores=1,3,5,7
/proc/5179/task/5181/stat : 5181 (priss) R 5178 5178 4129 0 -1 4202560 35474 0 0 0 100136 88 0 0 25 0 5 0 498866015 696184832 133360 33554432000 4194304 5787044 140734206974656 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5179/tid=5182] ppid=5178 vsize=679868 CPUtime=998.28 cores=1,3,5,7
/proc/5179/task/5182/stat : 5182 (priss) R 5178 5178 4129 0 -1 4202560 33235 0 0 0 99737 91 0 0 25 0 5 0 498866015 696184832 133360 33554432000 4194304 5787044 140734206974656 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5179/tid=5183] ppid=5178 vsize=679868 CPUtime=1002.23 cores=1,3,5,7
/proc/5179/task/5183/stat : 5183 (priss) R 5178 5178 4129 0 -1 4202560 35342 0 0 0 100197 26 0 0 25 0 5 0 498866015 696184832 133360 33554432000 4194304 5787044 140734206974656 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5179/tid=5184] ppid=5178 vsize=679868 CPUtime=1000.77 cores=1,3,5,7
/proc/5179/task/5184/stat : 5184 (priss) R 5178 5178 4129 0 -1 4202560 37455 0 0 0 99987 90 0 0 25 0 5 0 498866016 696184832 133360 33554432000 4194304 5787044 140734206974656 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4003.57
Current children cumulated vsize (KiB) 688568

[startup+1062.3 s]
/proc/loadavg: 4.01 4.03 4.03 5/177 5216
/proc/meminfo: memFree=31205212/32951124 swapFree=67111356/67111528
[pid=5178] ppid=5176 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5178/stat : 5178 (priss.sh) S 5176 5178 4129 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498866013 8908800 252 33554432000 4194304 4922060 140735176326896 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5178/statm: 2175 252 211 178 0 68 0
[pid=5179] ppid=5178 vsize=683968 CPUtime=4243.27 cores=1,3,5,7
/proc/5179/stat : 5179 (priss) S 5178 5178 4129 0 -1 4202496 151005 0 0 0 424005 322 0 0 18 0 5 0 498866013 700383232 140104 33554432000 4194304 5787044 140734206974656 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/5179/statm: 170992 140104 417 389 0 166742 0
[pid=5179/tid=5181] ppid=5178 vsize=683968 CPUtime=1062.24 cores=1,3,5,7
/proc/5179/task/5181/stat : 5181 (priss) R 5178 5178 4129 0 -1 4202560 37374 0 0 0 106128 96 0 0 25 0 5 0 498866015 700383232 140104 33554432000 4194304 5787044 140734206974656 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5179/tid=5182] ppid=5178 vsize=683968 CPUtime=1057.95 cores=1,3,5,7
/proc/5179/task/5182/stat : 5182 (priss) R 5178 5178 4129 0 -1 4202560 35078 0 0 0 105696 99 0 0 25 0 5 0 498866015 700383232 140104 33554432000 4194304 5787044 140734206974656 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5179/tid=5183] ppid=5178 vsize=683968 CPUtime=1062.24 cores=1,3,5,7
/proc/5179/task/5183/stat : 5183 (priss) R 5178 5178 4129 0 -1 4202560 35344 0 0 0 106197 27 0 0 25 0 5 0 498866015 700383232 140104 33554432000 4194304 5787044 140734206974656 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5179/tid=5184] ppid=5178 vsize=683968 CPUtime=1060.78 cores=1,3,5,7
/proc/5179/task/5184/stat : 5184 (priss) R 5178 5178 4129 0 -1 4202560 40454 0 0 0 105979 99 0 0 25 0 5 0 498866016 700383232 140104 33554432000 4194304 5787044 140734206974656 18446744073709551615 5527202 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4243.27
Current children cumulated vsize (KiB) 692668

[startup+1122.3 s]
/proc/loadavg: 4.00 4.02 4.03 5/177 5217
/proc/meminfo: memFree=31179020/32951124 swapFree=67111356/67111528
[pid=5178] ppid=5176 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5178/stat : 5178 (priss.sh) S 5176 5178 4129 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498866013 8908800 252 33554432000 4194304 4922060 140735176326896 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5178/statm: 2175 252 211 178 0 68 0
[pid=5179] ppid=5178 vsize=688068 CPUtime=4482.92 cores=1,3,5,7
/proc/5179/stat : 5179 (priss) S 5178 5178 4129 0 -1 4202496 157827 0 0 0 447949 343 0 0 18 0 5 0 498866013 704581632 146701 33554432000 4194304 5787044 140734206974656 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/5179/statm: 172017 146701 417 389 0 167767 0
[pid=5179/tid=5181] ppid=5178 vsize=688068 CPUtime=1122.24 cores=1,3,5,7
/proc/5179/task/5181/stat : 5181 (priss) R 5178 5178 4129 0 -1 4202560 39452 0 0 0 112123 101 0 0 25 0 5 0 498866015 704581632 146701 33554432000 4194304 5787044 140734206974656 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5179/tid=5182] ppid=5178 vsize=688068 CPUtime=1117.62 cores=1,3,5,7
/proc/5179/task/5182/stat : 5182 (priss) R 5178 5178 4129 0 -1 4202560 36940 0 0 0 111655 107 0 0 25 0 5 0 498866015 704581632 146701 33554432000 4194304 5787044 140734206974656 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5179/tid=5183] ppid=5178 vsize=688068 CPUtime=1122.24 cores=1,3,5,7
/proc/5179/task/5183/stat : 5183 (priss) R 5178 5178 4129 0 -1 4202560 36376 0 0 0 112197 27 0 0 25 0 5 0 498866015 704581632 146701 33554432000 4194304 5787044 140734206974656 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5179/tid=5184] ppid=5178 vsize=688068 CPUtime=1120.78 cores=1,3,5,7
/proc/5179/task/5184/stat : 5184 (priss) R 5178 5178 4129 0 -1 4202560 42304 0 0 0 111971 107 0 0 25 0 5 0 498866016 704581632 146701 33554432000 4194304 5787044 140734206974656 18446744073709551615 5527140 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) 696768

[startup+1182.31 s]
/proc/loadavg: 4.00 4.02 4.02 5/177 5219
/proc/meminfo: memFree=31169564/32951124 swapFree=67111356/67111528
[pid=5178] ppid=5176 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5178/stat : 5178 (priss.sh) S 5176 5178 4129 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498866013 8908800 252 33554432000 4194304 4922060 140735176326896 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5178/statm: 2175 252 211 178 0 68 0
[pid=5179] ppid=5178 vsize=688068 CPUtime=4722.62 cores=1,3,5,7
/proc/5179/stat : 5179 (priss) S 5178 5178 4129 0 -1 4202496 160609 0 0 0 471911 351 0 0 18 0 5 0 498866013 704581632 149033 33554432000 4194304 5787044 140734206974656 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/5179/statm: 172017 149033 417 389 0 167767 0
[pid=5179/tid=5181] ppid=5178 vsize=688068 CPUtime=1182.24 cores=1,3,5,7
/proc/5179/task/5181/stat : 5181 (priss) R 5178 5178 4129 0 -1 4202560 39455 0 0 0 118123 101 0 0 25 0 5 0 498866015 704581632 149033 33554432000 4194304 5787044 140734206974656 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5179/tid=5182] ppid=5178 vsize=688068 CPUtime=1177.3 cores=1,3,5,7
/proc/5179/task/5182/stat : 5182 (priss) R 5178 5178 4129 0 -1 4202560 38523 0 0 0 117618 112 0 0 25 0 5 0 498866015 704581632 149033 33554432000 4194304 5787044 140734206974656 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5179/tid=5183] ppid=5178 vsize=688068 CPUtime=1182.24 cores=1,3,5,7
/proc/5179/task/5183/stat : 5183 (priss) R 5178 5178 4129 0 -1 4202560 36387 0 0 0 118197 27 0 0 25 0 5 0 498866015 704581632 149033 33554432000 4194304 5787044 140734206974656 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5179/tid=5184] ppid=5178 vsize=688068 CPUtime=1180.79 cores=1,3,5,7
/proc/5179/task/5184/stat : 5184 (priss) R 5178 5178 4129 0 -1 4202560 43489 0 0 0 117970 109 0 0 25 0 5 0 498866016 704581632 149033 33554432000 4194304 5787044 140734206974656 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4722.62
Current children cumulated vsize (KiB) 696768



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 4.00 4.01 4.02 5/177 5220
/proc/meminfo: memFree=31169556/32951124 swapFree=67111356/67111528
[pid=5178] ppid=5176 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5178/stat : 5178 (priss.sh) S 5176 5178 4129 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498866013 8908800 252 33554432000 4194304 4922060 140735176326896 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5178/statm: 2175 252 211 178 0 68 0
[pid=5179] ppid=5178 vsize=688068 CPUtime=4800.12 cores=1,3,5,7
/proc/5179/stat : 5179 (priss) S 5178 5178 4129 0 -1 4202496 160622 0 0 0 479661 351 0 0 18 0 5 0 498866013 704581632 149046 33554432000 4194304 5787044 140734206974656 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/5179/statm: 172017 149046 417 389 0 167767 0
[pid=5179/tid=5181] ppid=5178 vsize=688068 CPUtime=1201.64 cores=1,3,5,7
/proc/5179/task/5181/stat : 5181 (priss) R 5178 5178 4129 0 -1 4202560 39455 0 0 0 120063 101 0 0 25 0 5 0 498866015 704581632 149046 33554432000 4194304 5787044 140734206974656 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5179/tid=5182] ppid=5178 vsize=688068 CPUtime=1196.59 cores=1,3,5,7
/proc/5179/task/5182/stat : 5182 (priss) R 5178 5178 4129 0 -1 4202560 38523 0 0 0 119547 112 0 0 25 0 5 0 498866015 704581632 149046 33554432000 4194304 5787044 140734206974656 18446744073709551615 4238793 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5179/tid=5183] ppid=5178 vsize=688068 CPUtime=1201.65 cores=1,3,5,7
/proc/5179/task/5183/stat : 5183 (priss) R 5178 5178 4129 0 -1 4202560 36400 0 0 0 120138 27 0 0 25 0 5 0 498866015 704581632 149046 33554432000 4194304 5787044 140734206974656 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5179/tid=5184] ppid=5178 vsize=688068 CPUtime=1200.19 cores=1,3,5,7
/proc/5179/task/5184/stat : 5184 (priss) R 5178 5178 4129 0 -1 4202560 43489 0 0 0 119910 109 0 0 25 0 5 0 498866016 704581632 149046 33554432000 4194304 5787044 140734206974656 18446744073709551615 5527426 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) 696768

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 5178 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.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): 4796.61
CPU system time (s): 3.51
CPU usage (%): 399.438
Max. virtual memory (cumulated for all children) (KiB): 696768

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

runsolver used 1.80872 second user time and 4.73128 second system time

The end

Launcher Data

Begin job on node143 at 2011-04-29 10:08:24
IDJOB=3263220
IDBENCH=83945
IDSOLVER=1603
FILE ID=node143/3263220-1304064504
RUNJOBID= node143-1304059664-4759
PBS_JOBID= 13170423
Free space on /tmp= 72924 MiB

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

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

MD5SUM BENCH= 1037a2754a0a53f62ba8ec901741c9e9
RANDOM SEED=177575310

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31766608 kB
Buffers:        193976 kB
Cached:         650416 kB
SwapCached:        168 kB
Active:         247920 kB
Inactive:       660284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31766608 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            1968 kB
Writeback:           0 kB
AnonPages:       63684 kB
Mapped:          14912 kB
Slab:           211848 kB
PageTables:       4336 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   183876 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= 72924 MiB
End job on node143 at 2011-04-29 10:28:28