Trace number 3293161

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.34 1201.92

General information on the benchmark

NameSAT02/industrial/nam/fpga-routing/
k2fix_gr_rcs_w8.shuffled.cnf
MD5SUM82e833e539576c6d79252b19dcace0cf
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.08123
Satisfiable
(Un)Satisfiability was proved
Number of variables10056
Number of clauses271393
Sum of the clauses size550328
Maximum clause length8
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2270136
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51257

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: 5040
0.00/0.07	c parsetime: 66980us
0.00/0.07	c parsed 271393 clauses with 10056 variables
0.00/0.08	c NW started thread 0 successfully (1099557184)
0.00/0.10	c NW started thread 1 successfully (1110047040)
0.00/0.13	c NW started thread 2 successfully (1088358720)
0.00/0.15	c NW started thread 3 successfully (1120536896)
29.10/7.43	c preprocessor returned 10356 variables
29.10/7.43	c preprocessing returned UNKNOWN
29.10/7.43	c PP set 8 variables
29.10/7.43	c pp time: 7292842us (7s)
29.49/7.52	c preprocessor returned 10356 variables
29.49/7.52	c preprocessing returned UNKNOWN
29.49/7.52	c PP set 8 variables
29.49/7.52	c pp time: 7410708us (7s)
30.31/7.71	c preprocessor returned 10356 variables
30.31/7.71	c preprocessing returned UNKNOWN
30.31/7.71	c PP set 8 variables
30.31/7.71	c pp time: 7618671us (7s)
63.83/16.11	c preprocessor returned 30010 variables
63.83/16.11	c preprocessing returned UNKNOWN
63.83/16.11	c PP set 8 variables
63.83/16.11	c pp time: 15957285us (15s)

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

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

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


[startup+0 s]
/proc/loadavg: 8.12 8.02 7.98 7/182 5039
/proc/meminfo: memFree=19791916/32950904 swapFree=67082284/67111528
[pid=5039] ppid=5037 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5039/stat : 5039 (priss.sh) S 5037 5039 4177 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 519881870 8908800 251 33554432000 4194304 4922060 140735456029552 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/5039/statm: 2175 251 211 178 0 68 0

[startup+0.0198019 s]
/proc/loadavg: 8.12 8.02 7.98 7/182 5039
/proc/meminfo: memFree=19791916/32950904 swapFree=67082284/67111528
[pid=5039] ppid=5037 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5039/stat : 5039 (priss.sh) S 5037 5039 4177 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 519881870 8908800 251 33554432000 4194304 4922060 140735456029552 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/5039/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.105381 s]
/proc/loadavg: 8.12 8.02 7.98 7/182 5039
/proc/meminfo: memFree=19791916/32950904 swapFree=67082284/67111528
[pid=5039] ppid=5037 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5039/stat : 5039 (priss.sh) S 5037 5039 4177 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 519881870 8908800 251 33554432000 4194304 4922060 140735456029552 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/5039/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.310605 s]
/proc/loadavg: 8.12 8.02 7.98 7/182 5039
/proc/meminfo: memFree=19791916/32950904 swapFree=67082284/67111528
[pid=5039] ppid=5037 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5039/stat : 5039 (priss.sh) S 5037 5039 4177 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 519881870 8908800 251 33554432000 4194304 4922060 140735456029552 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/5039/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.70069 s]
/proc/loadavg: 8.12 8.02 7.98 7/182 5039
/proc/meminfo: memFree=19791916/32950904 swapFree=67082284/67111528
[pid=5039] ppid=5037 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5039/stat : 5039 (priss.sh) S 5037 5039 4177 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 519881870 8908800 251 33554432000 4194304 4922060 140735456029552 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/5039/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.86048 s]
/proc/loadavg: 8.12 8.02 7.98 7/182 5039
/proc/meminfo: memFree=19791916/32950904 swapFree=67082284/67111528
[pid=5039] ppid=5037 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5039/stat : 5039 (priss.sh) S 5037 5039 4177 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 519881870 8908800 251 33554432000 4194304 4922060 140735456029552 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/5039/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10026 s]
/proc/loadavg: 8.12 8.02 7.98 9/188 5045
/proc/meminfo: memFree=19683628/32950904 swapFree=67082284/67111528
[pid=5039] ppid=5037 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5039/stat : 5039 (priss.sh) S 5037 5039 4177 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 519881870 8908800 251 33554432000 4194304 4922060 140735456029552 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/5039/statm: 2175 251 211 178 0 68 0
[pid=5040] ppid=5039 vsize=337556 CPUtime=11.92 cores=0,2,4,6
/proc/5040/stat : 5040 (priss) S 5039 5039 4177 0 -1 4202496 52333 0 0 0 1179 13 0 0 25 0 5 0 519881871 345657344 28218 33554432000 4194304 5787044 140734387973120 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/5040/statm: 84389 28218 350 389 0 80139 0
[pid=5040/tid=5042] ppid=5039 vsize=337556 CPUtime=3 cores=0,2,4,6
/proc/5040/task/5042/stat : 5042 (priss) R 5039 5039 4177 0 -1 4202560 8758 0 0 0 298 2 0 0 25 0 5 0 519881879 345657344 28218 33554432000 4194304 5787044 140734387973120 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5040/tid=5043] ppid=5039 vsize=337556 CPUtime=2.87 cores=0,2,4,6
/proc/5040/task/5043/stat : 5043 (priss) R 5039 5039 4177 0 -1 4202560 9046 0 0 0 285 2 0 0 18 0 5 0 519881881 345657344 28218 33554432000 4194304 5787044 140734387973120 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5040/tid=5044] ppid=5039 vsize=337556 CPUtime=2.95 cores=0,2,4,6
/proc/5040/task/5044/stat : 5044 (priss) R 5039 5039 4177 0 -1 4202560 10017 0 0 0 292 3 0 0 25 0 5 0 519881884 345657344 28218 33554432000 4194304 5787044 140734387973120 18446744073709551615 4336193 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5040/tid=5045] ppid=5039 vsize=337556 CPUtime=2.92 cores=0,2,4,6
/proc/5040/task/5045/stat : 5045 (priss) R 5039 5039 4177 0 -1 4202560 10944 0 0 0 289 3 0 0 22 0 5 0 519881886 345657344 28218 33554432000 4194304 5787044 140734387973120 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11.92
Current children cumulated vsize (KiB) 346256

[startup+6.30069 s]
/proc/loadavg: 8.11 8.02 7.98 9/188 5045
/proc/meminfo: memFree=19667260/32950904 swapFree=67082284/67111528
[pid=5039] ppid=5037 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5039/stat : 5039 (priss.sh) S 5037 5039 4177 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 519881870 8908800 251 33554432000 4194304 4922060 140735456029552 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/5039/statm: 2175 251 211 178 0 68 0
[pid=5040] ppid=5039 vsize=337700 CPUtime=24.71 cores=0,2,4,6
/proc/5040/stat : 5040 (priss) S 5039 5039 4177 0 -1 4202496 54253 0 0 0 2457 14 0 0 25 0 5 0 519881871 345804800 30138 33554432000 4194304 5787044 140734387973120 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/5040/statm: 84425 30138 352 389 0 80175 0
[pid=5040/tid=5042] ppid=5039 vsize=337700 CPUtime=6.2 cores=0,2,4,6
/proc/5040/task/5042/stat : 5042 (priss) R 5039 5039 4177 0 -1 4202560 8767 0 0 0 618 2 0 0 25 0 5 0 519881879 345804800 30138 33554432000 4194304 5787044 140734387973120 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5040/tid=5043] ppid=5039 vsize=337700 CPUtime=6.05 cores=0,2,4,6
/proc/5040/task/5043/stat : 5043 (priss) R 5039 5039 4177 0 -1 4202560 9654 0 0 0 603 2 0 0 25 0 5 0 519881881 345804800 30138 33554432000 4194304 5787044 140734387973120 18446744073709551615 4336175 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5040/tid=5044] ppid=5039 vsize=337700 CPUtime=6.15 cores=0,2,4,6
/proc/5040/task/5044/stat : 5044 (priss) R 5039 5039 4177 0 -1 4202560 10669 0 0 0 612 3 0 0 25 0 5 0 519881884 345804800 30138 33554432000 4194304 5787044 140734387973120 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5040/tid=5045] ppid=5039 vsize=337700 CPUtime=6.12 cores=0,2,4,6
/proc/5040/task/5045/stat : 5045 (priss) R 5039 5039 4177 0 -1 4202560 11595 0 0 0 609 3 0 0 25 0 5 0 519881886 345804800 30138 33554432000 4194304 5787044 140734387973120 18446744073709551615 18446744073699065904 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.71
Current children cumulated vsize (KiB) 346400

[startup+12.7006 s]
/proc/loadavg: 8.10 8.02 7.98 9/188 5046
/proc/meminfo: memFree=19620052/32950904 swapFree=67082284/67111528
[pid=5039] ppid=5037 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5039/stat : 5039 (priss.sh) S 5037 5039 4177 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 519881870 8908800 251 33554432000 4194304 4922060 140735456029552 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/5039/statm: 2175 251 211 178 0 68 0
[pid=5040] ppid=5039 vsize=346352 CPUtime=50.27 cores=0,2,4,6
/proc/5040/stat : 5040 (priss) S 5039 5039 4177 0 -1 4202496 72870 0 0 0 5010 17 0 0 25 0 5 0 519881871 354664448 41464 33554432000 4194304 5787044 140734387973120 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/5040/statm: 86588 41464 404 389 0 82338 0
[pid=5040/tid=5042] ppid=5039 vsize=346352 CPUtime=12.59 cores=0,2,4,6
/proc/5040/task/5042/stat : 5042 (priss) R 5039 5039 4177 0 -1 4202560 13279 0 0 0 1256 3 0 0 25 0 5 0 519881879 354664448 41464 33554432000 4194304 5787044 140734387973120 18446744073709551615 5590564 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5040/tid=5043] ppid=5039 vsize=346352 CPUtime=12.41 cores=0,2,4,6
/proc/5040/task/5043/stat : 5043 (priss) R 5039 5039 4177 0 -1 4202560 15830 0 0 0 1238 3 0 0 25 0 5 0 519881881 354664448 41464 33554432000 4194304 5787044 140734387973120 18446744073709551615 5591356 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5040/tid=5044] ppid=5039 vsize=346352 CPUtime=12.55 cores=0,2,4,6
/proc/5040/task/5044/stat : 5044 (priss) R 5039 5039 4177 0 -1 4202560 15266 0 0 0 1251 4 0 0 25 0 5 0 519881884 354664448 41464 33554432000 4194304 5787044 140734387973120 18446744073709551615 5589533 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5040/tid=5045] ppid=5039 vsize=346352 CPUtime=12.53 cores=0,2,4,6
/proc/5040/task/5045/stat : 5045 (priss) R 5039 5039 4177 0 -1 4202560 14927 0 0 0 1249 4 0 0 25 0 5 0 519881886 354664448 41464 33554432000 4194304 5787044 140734387973120 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.27
Current children cumulated vsize (KiB) 355052

[startup+25.5003 s]
/proc/loadavg: 8.14 8.03 7.99 9/188 5046
/proc/meminfo: memFree=19578748/32950904 swapFree=67082284/67111528
[pid=5039] ppid=5037 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5039/stat : 5039 (priss.sh) S 5037 5039 4177 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 519881870 8908800 251 33554432000 4194304 4922060 140735456029552 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/5039/statm: 2175 251 211 178 0 68 0
[pid=5040] ppid=5039 vsize=361520 CPUtime=101.38 cores=0,2,4,6
/proc/5040/stat : 5040 (priss) S 5039 5039 4177 0 -1 4202496 82734 0 0 0 10118 20 0 0 25 0 5 0 519881871 370196480 48708 33554432000 4194304 5787044 140734387973120 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/5040/statm: 90380 48708 417 389 0 86130 0
[pid=5040/tid=5042] ppid=5039 vsize=361520 CPUtime=25.39 cores=0,2,4,6
/proc/5040/task/5042/stat : 5042 (priss) R 5039 5039 4177 0 -1 4202560 13546 0 0 0 2535 4 0 0 25 0 5 0 519881879 370196480 48708 33554432000 4194304 5787044 140734387973120 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5040/tid=5043] ppid=5039 vsize=361520 CPUtime=25.14 cores=0,2,4,6
/proc/5040/task/5043/stat : 5043 (priss) R 5039 5039 4177 0 -1 4202560 17422 0 0 0 2511 3 0 0 25 0 5 0 519881881 370196480 48708 33554432000 4194304 5787044 140734387973120 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5040/tid=5044] ppid=5039 vsize=361520 CPUtime=25.34 cores=0,2,4,6
/proc/5040/task/5044/stat : 5044 (priss) R 5039 5039 4177 0 -1 4202560 15718 0 0 0 2530 4 0 0 25 0 5 0 519881884 370196480 48708 33554432000 4194304 5787044 140734387973120 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5040/tid=5045] ppid=5039 vsize=361520 CPUtime=25.32 cores=0,2,4,6
/proc/5040/task/5045/stat : 5045 (priss) R 5039 5039 4177 0 -1 4202560 22480 0 0 0 2527 5 0 0 25 0 5 0 519881886 370196480 48708 33554432000 4194304 5787044 140734387973120 18446744073709551615 4238555 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.38
Current children cumulated vsize (KiB) 370220

[startup+51.1007 s]
/proc/loadavg: 8.16 8.04 7.99 9/188 5047
/proc/meminfo: memFree=19553372/32950904 swapFree=67082284/67111528
[pid=5039] ppid=5037 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5039/stat : 5039 (priss.sh) S 5037 5039 4177 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 519881870 8908800 251 33554432000 4194304 4922060 140735456029552 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/5039/statm: 2175 251 211 178 0 68 0
[pid=5040] ppid=5039 vsize=367260 CPUtime=203.63 cores=0,2,4,6
/proc/5040/stat : 5040 (priss) S 5039 5039 4177 0 -1 4202496 85650 0 0 0 20341 22 0 0 25 0 5 0 519881871 376074240 51624 33554432000 4194304 5787044 140734387973120 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/5040/statm: 91815 51624 417 389 0 87565 0
[pid=5040/tid=5042] ppid=5039 vsize=367260 CPUtime=50.99 cores=0,2,4,6
/proc/5040/task/5042/stat : 5042 (priss) R 5039 5039 4177 0 -1 4202560 15314 0 0 0 5094 5 0 0 25 0 5 0 519881879 376074240 51624 33554432000 4194304 5787044 140734387973120 18446744073709551615 5591727 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5040/tid=5043] ppid=5039 vsize=367260 CPUtime=50.6 cores=0,2,4,6
/proc/5040/task/5043/stat : 5043 (priss) R 5039 5039 4177 0 -1 4202560 17936 0 0 0 5056 4 0 0 25 0 5 0 519881881 376074240 51624 33554432000 4194304 5787044 140734387973120 18446744073709551615 5592399 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5040/tid=5044] ppid=5039 vsize=367260 CPUtime=50.94 cores=0,2,4,6
/proc/5040/task/5044/stat : 5044 (priss) R 5039 5039 4177 0 -1 4202560 16024 0 0 0 5089 5 0 0 25 0 5 0 519881884 376074240 51624 33554432000 4194304 5787044 140734387973120 18446744073709551615 5591573 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5040/tid=5045] ppid=5039 vsize=367260 CPUtime=50.92 cores=0,2,4,6
/proc/5040/task/5045/stat : 5045 (priss) R 5039 5039 4177 0 -1 4202560 22808 0 0 0 5087 5 0 0 25 0 5 0 519881886 376074240 51624 33554432000 4194304 5787044 140734387973120 18446744073709551615 5527801 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.63
Current children cumulated vsize (KiB) 375960

[startup+102.307 s]
/proc/loadavg: 8.14 8.05 8.00 9/188 5048
/proc/meminfo: memFree=19512320/32950904 swapFree=67082284/67111528
[pid=5039] ppid=5037 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5039/stat : 5039 (priss.sh) S 5037 5039 4177 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 519881870 8908800 251 33554432000 4194304 4922060 140735456029552 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/5039/statm: 2175 251 211 178 0 68 0
[pid=5040] ppid=5039 vsize=382592 CPUtime=408.15 cores=0,2,4,6
/proc/5040/stat : 5040 (priss) S 5039 5039 4177 0 -1 4202496 94408 0 0 0 40784 31 0 0 25 0 5 0 519881871 391774208 60359 33554432000 4194304 5787044 140734387973120 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/5040/statm: 95648 60359 417 389 0 91398 0
[pid=5040/tid=5042] ppid=5039 vsize=382592 CPUtime=102.18 cores=0,2,4,6
/proc/5040/task/5042/stat : 5042 (priss) R 5039 5039 4177 0 -1 4202560 17583 0 0 0 10210 8 0 0 25 0 5 0 519881879 391774208 60359 33554432000 4194304 5787044 140734387973120 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5040/tid=5043] ppid=5039 vsize=382592 CPUtime=101.52 cores=0,2,4,6
/proc/5040/task/5043/stat : 5043 (priss) R 5039 5039 4177 0 -1 4202560 19856 0 0 0 10147 5 0 0 25 0 5 0 519881881 391774208 60359 33554432000 4194304 5787044 140734387973120 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5040/tid=5044] ppid=5039 vsize=382592 CPUtime=102.14 cores=0,2,4,6
/proc/5040/task/5044/stat : 5044 (priss) R 5039 5039 4177 0 -1 4202560 17663 0 0 0 10208 6 0 0 25 0 5 0 519881884 391774208 60359 33554432000 4194304 5787044 140734387973120 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5040/tid=5045] ppid=5039 vsize=382592 CPUtime=102.11 cores=0,2,4,6
/proc/5040/task/5045/stat : 5045 (priss) R 5039 5039 4177 0 -1 4202560 25738 0 0 0 10203 8 0 0 25 0 5 0 519881886 391774208 60359 33554432000 4194304 5787044 140734387973120 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.15
Current children cumulated vsize (KiB) 391292

[startup+162.301 s]
/proc/loadavg: 8.12 8.06 8.00 9/188 5050
/proc/meminfo: memFree=19470516/32950904 swapFree=67082284/67111528
[pid=5039] ppid=5037 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5039/stat : 5039 (priss.sh) S 5037 5039 4177 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 519881870 8908800 251 33554432000 4194304 4922060 140735456029552 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/5039/statm: 2175 251 211 178 0 68 0
[pid=5040] ppid=5039 vsize=394112 CPUtime=647.79 cores=0,2,4,6

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

/proc/5040/task/5043/stat : 5043 (priss) R 5039 5039 4177 0 -1 4202560 32234 0 0 0 82092 18 0 0 25 0 5 0 519881881 688324608 123981 33554432000 4194304 5787044 140734387973120 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5040/tid=5044] ppid=5039 vsize=672192 CPUtime=822.13 cores=0,2,4,6
/proc/5040/task/5044/stat : 5044 (priss) R 5039 5039 4177 0 -1 4202560 35096 0 0 0 82187 26 0 0 25 0 5 0 519881884 688324608 123981 33554432000 4194304 5787044 140734387973120 18446744073709551615 5591552 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5040/tid=5045] ppid=5039 vsize=672192 CPUtime=822 cores=0,2,4,6
/proc/5040/task/5045/stat : 5045 (priss) R 5039 5039 4177 0 -1 4202560 41103 0 0 0 82167 33 0 0 25 0 5 0 519881886 688324608 123981 33554432000 4194304 5787044 140734387973120 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3284.01
Current children cumulated vsize (KiB) 680892

[startup+882.301 s]
/proc/loadavg: 8.20 8.10 8.02 9/188 5131
/proc/meminfo: memFree=14774444/32950904 swapFree=67082284/67111528
[pid=5039] ppid=5037 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5039/stat : 5039 (priss.sh) S 5037 5039 4177 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 519881870 8908800 251 33554432000 4194304 4922060 140735456029552 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/5039/statm: 2175 251 211 178 0 68 0
[pid=5040] ppid=5039 vsize=673540 CPUtime=3523.69 cores=0,2,4,6
/proc/5040/stat : 5040 (priss) S 5039 5039 4177 0 -1 4202496 161332 0 0 0 352256 113 0 0 25 0 5 0 519881871 689704960 126253 33554432000 4194304 5787044 140734387973120 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/5040/statm: 168385 126253 417 389 0 164135 0
[pid=5040/tid=5042] ppid=5039 vsize=673540 CPUtime=878.27 cores=0,2,4,6
/proc/5040/task/5042/stat : 5042 (priss) R 5039 5039 4177 0 -1 4202560 37382 0 0 0 87796 31 0 0 25 0 5 0 519881879 689704960 126253 33554432000 4194304 5787044 140734387973120 18446744073709551615 4220668 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5040/tid=5043] ppid=5039 vsize=673540 CPUtime=881.1 cores=0,2,4,6
/proc/5040/task/5043/stat : 5043 (priss) R 5039 5039 4177 0 -1 4202560 32991 0 0 0 88091 19 0 0 25 0 5 0 519881881 689704960 126253 33554432000 4194304 5787044 140734387973120 18446744073709551615 4254617 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5040/tid=5044] ppid=5039 vsize=673540 CPUtime=882.13 cores=0,2,4,6
/proc/5040/task/5044/stat : 5044 (priss) R 5039 5039 4177 0 -1 4202560 35707 0 0 0 88187 26 0 0 25 0 5 0 519881884 689704960 126253 33554432000 4194304 5787044 140734387973120 18446744073709551615 4254581 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5040/tid=5045] ppid=5039 vsize=673540 CPUtime=881.99 cores=0,2,4,6
/proc/5040/task/5045/stat : 5045 (priss) R 5039 5039 4177 0 -1 4202560 41684 0 0 0 88165 34 0 0 25 0 5 0 519881886 689704960 126253 33554432000 4194304 5787044 140734387973120 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3523.69
Current children cumulated vsize (KiB) 682240

[startup+942.3 s]
/proc/loadavg: 8.10 8.09 8.02 9/188 5132
/proc/meminfo: memFree=14580068/32950904 swapFree=67082284/67111528
[pid=5039] ppid=5037 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5039/stat : 5039 (priss.sh) S 5037 5039 4177 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 519881870 8908800 251 33554432000 4194304 4922060 140735456029552 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/5039/statm: 2175 251 211 178 0 68 0
[pid=5040] ppid=5039 vsize=679660 CPUtime=3763.35 cores=0,2,4,6
/proc/5040/stat : 5040 (priss) S 5039 5039 4177 0 -1 4202496 165013 0 0 0 376218 117 0 0 25 0 5 0 519881871 695971840 129729 33554432000 4194304 5787044 140734387973120 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/5040/statm: 169915 129729 417 389 0 165665 0
[pid=5040/tid=5042] ppid=5039 vsize=679660 CPUtime=937.95 cores=0,2,4,6
/proc/5040/task/5042/stat : 5042 (priss) R 5039 5039 4177 0 -1 4202560 38483 0 0 0 93763 32 0 0 25 0 5 0 519881879 695971840 129729 33554432000 4194304 5787044 140734387973120 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5040/tid=5043] ppid=5039 vsize=679660 CPUtime=941.1 cores=0,2,4,6
/proc/5040/task/5043/stat : 5043 (priss) R 5039 5039 4177 0 -1 4202560 33393 0 0 0 94091 19 0 0 25 0 5 0 519881881 695971840 129729 33554432000 4194304 5787044 140734387973120 18446744073709551615 5591666 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5040/tid=5044] ppid=5039 vsize=679660 CPUtime=942.13 cores=0,2,4,6
/proc/5040/task/5044/stat : 5044 (priss) R 5039 5039 4177 0 -1 4202560 36517 0 0 0 94186 27 0 0 25 0 5 0 519881884 695971840 129729 33554432000 4194304 5787044 140734387973120 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5040/tid=5045] ppid=5039 vsize=679660 CPUtime=941.98 cores=0,2,4,6
/proc/5040/task/5045/stat : 5045 (priss) R 5039 5039 4177 0 -1 4202560 43052 0 0 0 94163 35 0 0 25 0 5 0 519881886 695971840 129729 33554432000 4194304 5787044 140734387973120 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3763.35
Current children cumulated vsize (KiB) 688360

[startup+1002.3 s]
/proc/loadavg: 8.16 8.10 8.02 9/188 5134
/proc/meminfo: memFree=14060448/32950904 swapFree=67082284/67111528
[pid=5039] ppid=5037 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5039/stat : 5039 (priss.sh) S 5037 5039 4177 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 519881870 8908800 251 33554432000 4194304 4922060 140735456029552 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/5039/statm: 2175 251 211 178 0 68 0
[pid=5040] ppid=5039 vsize=680876 CPUtime=4003 cores=0,2,4,6
/proc/5040/stat : 5040 (priss) S 5039 5039 4177 0 -1 4202496 166138 0 0 0 400182 118 0 0 25 0 5 0 519881871 697217024 130447 33554432000 4194304 5787044 140734387973120 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/5040/statm: 170219 130447 417 389 0 165969 0
[pid=5040/tid=5042] ppid=5039 vsize=680876 CPUtime=997.62 cores=0,2,4,6
/proc/5040/task/5042/stat : 5042 (priss) R 5039 5039 4177 0 -1 4202560 39077 0 0 0 99729 33 0 0 25 0 5 0 519881879 697217024 130447 33554432000 4194304 5787044 140734387973120 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5040/tid=5043] ppid=5039 vsize=680876 CPUtime=1001.1 cores=0,2,4,6
/proc/5040/task/5043/stat : 5043 (priss) R 5039 5039 4177 0 -1 4202560 33905 0 0 0 100090 20 0 0 25 0 5 0 519881881 697217024 130447 33554432000 4194304 5787044 140734387973120 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5040/tid=5044] ppid=5039 vsize=680876 CPUtime=1002.12 cores=0,2,4,6
/proc/5040/task/5044/stat : 5044 (priss) R 5039 5039 4177 0 -1 4202560 36517 0 0 0 100185 27 0 0 25 0 5 0 519881884 697217024 130447 33554432000 4194304 5787044 140734387973120 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5040/tid=5045] ppid=5039 vsize=680876 CPUtime=1001.97 cores=0,2,4,6
/proc/5040/task/5045/stat : 5045 (priss) R 5039 5039 4177 0 -1 4202560 43071 0 0 0 100162 35 0 0 25 0 5 0 519881886 697217024 130447 33554432000 4194304 5787044 140734387973120 18446744073709551615 5527392 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4003
Current children cumulated vsize (KiB) 689576

[startup+1062.3 s]
/proc/loadavg: 8.13 8.10 8.02 9/188 5136
/proc/meminfo: memFree=14030008/32950904 swapFree=67082284/67111528
[pid=5039] ppid=5037 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5039/stat : 5039 (priss.sh) S 5037 5039 4177 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 519881870 8908800 251 33554432000 4194304 4922060 140735456029552 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/5039/statm: 2175 251 211 178 0 68 0
[pid=5040] ppid=5039 vsize=680876 CPUtime=4242.68 cores=0,2,4,6
/proc/5040/stat : 5040 (priss) S 5039 5039 4177 0 -1 4202496 166230 0 0 0 424150 118 0 0 25 0 5 0 519881871 697217024 130539 33554432000 4194304 5787044 140734387973120 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/5040/statm: 170219 130539 417 389 0 165969 0
[pid=5040/tid=5042] ppid=5039 vsize=680876 CPUtime=1057.3 cores=0,2,4,6
/proc/5040/task/5042/stat : 5042 (priss) R 5039 5039 4177 0 -1 4202560 39078 0 0 0 105697 33 0 0 25 0 5 0 519881879 697217024 130539 33554432000 4194304 5787044 140734387973120 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5040/tid=5043] ppid=5039 vsize=680876 CPUtime=1061.1 cores=0,2,4,6
/proc/5040/task/5043/stat : 5043 (priss) R 5039 5039 4177 0 -1 4202560 33905 0 0 0 106090 20 0 0 25 0 5 0 519881881 697217024 130539 33554432000 4194304 5787044 140734387973120 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5040/tid=5044] ppid=5039 vsize=680876 CPUtime=1062.13 cores=0,2,4,6
/proc/5040/task/5044/stat : 5044 (priss) R 5039 5039 4177 0 -1 4202560 36517 0 0 0 106186 27 0 0 25 0 5 0 519881884 697217024 130539 33554432000 4194304 5787044 140734387973120 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5040/tid=5045] ppid=5039 vsize=680876 CPUtime=1061.97 cores=0,2,4,6
/proc/5040/task/5045/stat : 5045 (priss) R 5039 5039 4177 0 -1 4202560 43162 0 0 0 106162 35 0 0 25 0 5 0 519881886 697217024 130539 33554432000 4194304 5787044 140734387973120 18446744073709551615 5527392 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4242.68
Current children cumulated vsize (KiB) 689576

[startup+1122.3 s]
/proc/loadavg: 8.14 8.11 8.02 9/188 5137
/proc/meminfo: memFree=14029068/32950904 swapFree=67082284/67111528
[pid=5039] ppid=5037 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5039/stat : 5039 (priss.sh) S 5037 5039 4177 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 519881870 8908800 251 33554432000 4194304 4922060 140735456029552 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/5039/statm: 2175 251 211 178 0 68 0
[pid=5040] ppid=5039 vsize=681012 CPUtime=4482.35 cores=0,2,4,6
/proc/5040/stat : 5040 (priss) S 5039 5039 4177 0 -1 4202496 166458 0 0 0 448116 119 0 0 25 0 5 0 519881871 697356288 130767 33554432000 4194304 5787044 140734387973120 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/5040/statm: 170253 130767 417 389 0 166003 0
[pid=5040/tid=5042] ppid=5039 vsize=681012 CPUtime=1116.97 cores=0,2,4,6
/proc/5040/task/5042/stat : 5042 (priss) R 5039 5039 4177 0 -1 4202560 39084 0 0 0 111664 33 0 0 25 0 5 0 519881879 697356288 130767 33554432000 4194304 5787044 140734387973120 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5040/tid=5043] ppid=5039 vsize=681012 CPUtime=1121.1 cores=0,2,4,6
/proc/5040/task/5043/stat : 5043 (priss) R 5039 5039 4177 0 -1 4202560 33914 0 0 0 112090 20 0 0 25 0 5 0 519881881 697356288 130767 33554432000 4194304 5787044 140734387973120 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5040/tid=5044] ppid=5039 vsize=681012 CPUtime=1122.13 cores=0,2,4,6
/proc/5040/task/5044/stat : 5044 (priss) R 5039 5039 4177 0 -1 4202560 36519 0 0 0 112186 27 0 0 25 0 5 0 519881884 697356288 130767 33554432000 4194304 5787044 140734387973120 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5040/tid=5045] ppid=5039 vsize=681012 CPUtime=1121.97 cores=0,2,4,6
/proc/5040/task/5045/stat : 5045 (priss) R 5039 5039 4177 0 -1 4202560 43373 0 0 0 112161 36 0 0 25 0 5 0 519881886 697356288 130767 33554432000 4194304 5787044 140734387973120 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4482.35
Current children cumulated vsize (KiB) 689712

[startup+1182.3 s]
/proc/loadavg: 8.20 8.13 8.03 9/188 5139
/proc/meminfo: memFree=13993624/32950904 swapFree=67082284/67111528
[pid=5039] ppid=5037 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5039/stat : 5039 (priss.sh) S 5037 5039 4177 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 519881870 8908800 251 33554432000 4194304 4922060 140735456029552 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/5039/statm: 2175 251 211 178 0 68 0
[pid=5040] ppid=5039 vsize=689212 CPUtime=4722.02 cores=0,2,4,6
/proc/5040/stat : 5040 (priss) S 5039 5039 4177 0 -1 4202496 168254 0 0 0 472083 119 0 0 25 0 5 0 519881871 705753088 132563 33554432000 4194304 5787044 140734387973120 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/5040/statm: 172303 132563 417 389 0 168053 0
[pid=5040/tid=5042] ppid=5039 vsize=689212 CPUtime=1176.65 cores=0,2,4,6
/proc/5040/task/5042/stat : 5042 (priss) R 5039 5039 4177 0 -1 4202560 39087 0 0 0 117632 33 0 0 25 0 5 0 519881879 705753088 132563 33554432000 4194304 5787044 140734387973120 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5040/tid=5043] ppid=5039 vsize=689212 CPUtime=1181.1 cores=0,2,4,6
/proc/5040/task/5043/stat : 5043 (priss) R 5039 5039 4177 0 -1 4202560 33934 0 0 0 118090 20 0 0 25 0 5 0 519881881 705753088 132563 33554432000 4194304 5787044 140734387973120 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5040/tid=5044] ppid=5039 vsize=689212 CPUtime=1182.13 cores=0,2,4,6
/proc/5040/task/5044/stat : 5044 (priss) R 5039 5039 4177 0 -1 4202560 37555 0 0 0 118186 27 0 0 25 0 5 0 519881884 705753088 132563 33554432000 4194304 5787044 140734387973120 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5040/tid=5045] ppid=5039 vsize=689212 CPUtime=1181.96 cores=0,2,4,6
/proc/5040/task/5045/stat : 5045 (priss) R 5039 5039 4177 0 -1 4202560 44110 0 0 0 118160 36 0 0 25 0 5 0 519881886 705753088 132563 33554432000 4194304 5787044 140734387973120 18446744073709551615 5528429 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4722.02
Current children cumulated vsize (KiB) 697912



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 8.23 8.14 8.04 9/188 5139
/proc/meminfo: memFree=13993112/32950904 swapFree=67082284/67111528
[pid=5039] ppid=5037 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5039/stat : 5039 (priss.sh) S 5037 5039 4177 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 519881870 8908800 251 33554432000 4194304 4922060 140735456029552 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/5039/statm: 2175 251 211 178 0 68 0
[pid=5040] ppid=5039 vsize=689212 CPUtime=4800.34 cores=0,2,4,6
/proc/5040/stat : 5040 (priss) S 5039 5039 4177 0 -1 4202496 168379 0 0 0 479914 120 0 0 25 0 5 0 519881871 705753088 132688 33554432000 4194304 5787044 140734387973120 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/5040/statm: 172303 132688 417 389 0 168053 0
[pid=5040/tid=5042] ppid=5039 vsize=689212 CPUtime=1196.14 cores=0,2,4,6
/proc/5040/task/5042/stat : 5042 (priss) R 5039 5039 4177 0 -1 4202560 39091 0 0 0 119581 33 0 0 25 0 5 0 519881879 705753088 132688 33554432000 4194304 5787044 140734387973120 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5040/tid=5043] ppid=5039 vsize=689212 CPUtime=1200.71 cores=0,2,4,6
/proc/5040/task/5043/stat : 5043 (priss) R 5039 5039 4177 0 -1 4202560 33944 0 0 0 120051 20 0 0 25 0 5 0 519881881 705753088 132688 33554432000 4194304 5787044 140734387973120 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5040/tid=5044] ppid=5039 vsize=689212 CPUtime=1201.73 cores=0,2,4,6
/proc/5040/task/5044/stat : 5044 (priss) R 5039 5039 4177 0 -1 4202560 37558 0 0 0 120146 27 0 0 25 0 5 0 519881884 705753088 132688 33554432000 4194304 5787044 140734387973120 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5040/tid=5045] ppid=5039 vsize=689212 CPUtime=1201.56 cores=0,2,4,6
/proc/5040/task/5045/stat : 5045 (priss) R 5039 5039 4177 0 -1 4202560 44218 0 0 0 120120 36 0 0 25 0 5 0 519881886 705753088 132688 33554432000 4194304 5787044 140734387973120 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 697912

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 5039 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.34
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.92
CPU time (s): 4800.34
CPU user time (s): 4799.14
CPU system time (s): 1.2
CPU usage (%): 399.39
Max. virtual memory (cumulated for all children) (KiB): 697912

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

runsolver used 1.79873 second user time and 4.76028 second system time

The end

Launcher Data

Begin job on node121 at 2011-04-29 15:13:41
IDJOB=3293161
IDBENCH=88062
IDSOLVER=1603
FILE ID=node121/3293161-1304082821
RUNJOBID= node121-1304081337-4801
PBS_JOBID= 13170500
Free space on /tmp= 72648 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT02/industrial/nam/fpga-routing/k2fix_gr_rcs_w8.shuffled.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3293161-1304082821/watcher-3293161-1304082821 -o /tmp/evaluation-result-3293161-1304082821/solver-3293161-1304082821 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3293161-1304082821.cnf 1393053036 4800 15500 4

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

MD5SUM BENCH= 82e833e539576c6d79252b19dcace0cf
RANDOM SEED=1393053036

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
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:     32950904 kB
MemFree:      19792072 kB
Buffers:       2181968 kB
Cached:       10228428 kB
SwapCached:       2776 kB
Active:        9311320 kB
Inactive:      3329060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      19792072 kB
SwapTotal:    67111528 kB
SwapFree:     67082284 kB
Dirty:            5064 kB
Writeback:           0 kB
AnonPages:      227456 kB
Mapped:          14796 kB
Slab:           455464 kB
PageTables:       5100 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   444480 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= 72428 MiB
End job on node121 at 2011-04-29 15:33:45