Trace number 3289573

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.06 1202.12

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom18.cnf
MD5SUM9ece8f569c93ceee834817ef3350ed8e
Bench CategoryAPPLICATION (applications 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 variables36410
Number of clauses121578
Sum of the clauses size309786
Maximum clause length1188
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 262692
Number of clauses of size 358247
Number of clauses of size 4170
Number of clauses of size 516
Number of clauses of size over 5452

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: 8711
0.00/0.03	c parsetime: 33667us
0.00/0.03	c parsed 121578 clauses with 36410 variables
0.00/0.04	c NW started thread 0 successfully (1084746048)
0.00/0.05	c NW started thread 1 successfully (1113495872)
0.00/0.06	c NW started thread 2 successfully (1095235904)
0.00/0.07	c NW started thread 3 successfully (1123985728)
0.00/0.98	c preprocessor returned 36410 variables
0.00/0.98	c preprocessing returned UNKNOWN
0.00/0.98	c PP set 1301 variables
0.00/0.98	c pp time: 918829us (0s)
0.00/0.98	c preprocessor returned 36410 variables
0.00/0.98	c preprocessing returned UNKNOWN
0.00/0.98	c PP set 1301 variables
0.00/0.98	c pp time: 913687us (0s)
0.00/0.99	c preprocessor returned 36410 variables
0.00/0.99	c preprocessing returned UNKNOWN
0.00/0.99	c PP set 1301 variables
0.00/0.99	c pp time: 926226us (0s)
0.00/1.54	c preprocessor returned 38410 variables
0.00/1.54	c preprocessing returned UNKNOWN
0.00/1.54	c PP set 1299 variables
0.00/1.54	c pp time: 1462833us (1s)
0.00/1.67	c HTE
0.00/1.70	c subsumption
0.00/1.75	c simplified formula contains 0 unit clauses
12.56/3.26	c HTE
12.97/3.31	c subsumption
12.97/3.37	c simplified formula contains 0 unit clauses
52.09/13.18	c added unsatisfied clause
52.09/13.18	c failed to add network clauses
102.01/25.65	c added unsatisfied clause
102.01/25.65	c failed to add network clauses
117.59/29.52	c added unsatisfied clause
117.59/29.52	c failed to add network clauses
399.55/100.18	c added unsatisfied clause
399.55/100.18	c failed to add network clauses

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

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

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


[startup+0 s]
/proc/loadavg: 7.69 8.07 8.08 5/180 8710
/proc/meminfo: memFree=26533264/32951132 swapFree=67111364/67111528
[pid=8710] ppid=8708 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8710/stat : 8710 (priss.sh) S 8708 8710 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516974483 8908800 251 33554432000 4194304 4922060 140734250107440 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8710/statm: 2175 251 211 178 0 68 0

[startup+0.0792679 s]
/proc/loadavg: 7.69 8.07 8.08 5/180 8710
/proc/meminfo: memFree=26533264/32951132 swapFree=67111364/67111528
[pid=8710] ppid=8708 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8710/stat : 8710 (priss.sh) S 8708 8710 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516974483 8908800 251 33554432000 4194304 4922060 140734250107440 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8710/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.107985 s]
/proc/loadavg: 7.69 8.07 8.08 5/180 8710
/proc/meminfo: memFree=26533264/32951132 swapFree=67111364/67111528
[pid=8710] ppid=8708 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8710/stat : 8710 (priss.sh) S 8708 8710 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516974483 8908800 251 33554432000 4194304 4922060 140734250107440 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8710/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.335975 s]
/proc/loadavg: 7.69 8.07 8.08 5/180 8710
/proc/meminfo: memFree=26533264/32951132 swapFree=67111364/67111528
[pid=8710] ppid=8708 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8710/stat : 8710 (priss.sh) S 8708 8710 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516974483 8908800 251 33554432000 4194304 4922060 140734250107440 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8710/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.71643 s]
/proc/loadavg: 7.69 8.07 8.08 5/180 8710
/proc/meminfo: memFree=26533264/32951132 swapFree=67111364/67111528
[pid=8710] ppid=8708 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8710/stat : 8710 (priss.sh) S 8708 8710 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516974483 8908800 251 33554432000 4194304 4922060 140734250107440 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8710/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.89764 s]
/proc/loadavg: 7.69 8.07 8.08 5/180 8710
/proc/meminfo: memFree=26533264/32951132 swapFree=67111364/67111528
[pid=8710] ppid=8708 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8710/stat : 8710 (priss.sh) S 8708 8710 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516974483 8908800 251 33554432000 4194304 4922060 140734250107440 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8710/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10043 s]
/proc/loadavg: 7.69 8.07 8.08 9/186 8716
/proc/meminfo: memFree=26389632/32951132 swapFree=67111364/67111528
[pid=8710] ppid=8708 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8710/stat : 8710 (priss.sh) S 8708 8710 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516974483 8908800 251 33554432000 4194304 4922060 140734250107440 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8710/statm: 2175 251 211 178 0 68 0
[pid=8711] ppid=8710 vsize=402840 CPUtime=12.16 cores=0,2,4,6
/proc/8711/stat : 8711 (priss) S 8710 8710 7814 0 -1 4202496 48031 0 0 0 1202 14 0 0 19 0 5 0 516974483 412508160 34935 33554432000 4194304 5787044 140734957877328 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/8711/statm: 100710 34935 419 389 0 96460 0
[pid=8711/tid=8713] ppid=8710 vsize=402840 CPUtime=3.03 cores=0,2,4,6
/proc/8711/task/8713/stat : 8713 (priss) R 8710 8710 7814 0 -1 4202560 11112 0 0 0 300 3 0 0 21 0 5 0 516974488 412508160 34935 33554432000 4194304 5787044 140734957877328 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=8711/tid=8714] ppid=8710 vsize=402840 CPUtime=3.02 cores=0,2,4,6
/proc/8711/task/8714/stat : 8714 (priss) R 8710 8710 7814 0 -1 4202560 9117 0 0 0 299 3 0 0 23 0 5 0 516974488 412508160 34935 33554432000 4194304 5787044 140734957877328 18446744073709551615 242970208679 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=8711/tid=8715] ppid=8710 vsize=402840 CPUtime=3.01 cores=0,2,4,6
/proc/8711/task/8715/stat : 8715 (priss) R 8710 8710 7814 0 -1 4202560 9756 0 0 0 298 3 0 0 23 0 5 0 516974490 412508160 34935 33554432000 4194304 5787044 140734957877328 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=8711/tid=8716] ppid=8710 vsize=402840 CPUtime=3 cores=0,2,4,6
/proc/8711/task/8716/stat : 8716 (priss) R 8710 8710 7814 0 -1 4202560 11747 0 0 0 297 3 0 0 23 0 5 0 516974491 412508160 34935 33554432000 4194304 5787044 140734957877328 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.16
Current children cumulated vsize (KiB) 411540

[startup+6.30088 s]
/proc/loadavg: 7.71 8.06 8.08 9/186 8716
/proc/meminfo: memFree=26382848/32951132 swapFree=67111364/67111528
[pid=8710] ppid=8708 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8710/stat : 8710 (priss.sh) S 8708 8710 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516974483 8908800 251 33554432000 4194304 4922060 140734250107440 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8710/statm: 2175 251 211 178 0 68 0
[pid=8711] ppid=8710 vsize=402840 CPUtime=24.94 cores=0,2,4,6
/proc/8711/stat : 8711 (priss) S 8710 8710 7814 0 -1 4202496 50619 0 0 0 2480 14 0 0 19 0 5 0 516974483 412508160 36059 33554432000 4194304 5787044 140734957877328 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/8711/statm: 100710 36059 419 389 0 96460 0
[pid=8711/tid=8713] ppid=8710 vsize=402840 CPUtime=6.21 cores=0,2,4,6
/proc/8711/task/8713/stat : 8713 (priss) R 8710 8710 7814 0 -1 4202560 11349 0 0 0 618 3 0 0 25 0 5 0 516974488 412508160 36059 33554432000 4194304 5787044 140734957877328 18446744073709551615 4254975 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=8711/tid=8714] ppid=8710 vsize=402840 CPUtime=6.22 cores=0,2,4,6
/proc/8711/task/8714/stat : 8714 (priss) R 8710 8710 7814 0 -1 4202560 9358 0 0 0 619 3 0 0 25 0 5 0 516974488 412508160 36059 33554432000 4194304 5787044 140734957877328 18446744073709551615 4238565 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=8711/tid=8715] ppid=8710 vsize=402840 CPUtime=6.21 cores=0,2,4,6
/proc/8711/task/8715/stat : 8715 (priss) R 8710 8710 7814 0 -1 4202560 9870 0 0 0 618 3 0 0 25 0 5 0 516974490 412508160 36060 33554432000 4194304 5787044 140734957877328 18446744073709551615 5590978 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=8711/tid=8716] ppid=8710 vsize=402840 CPUtime=6.2 cores=0,2,4,6
/proc/8711/task/8716/stat : 8716 (priss) R 8710 8710 7814 0 -1 4202560 13743 0 0 0 617 3 0 0 25 0 5 0 516974491 412508160 36060 33554432000 4194304 5787044 140734957877328 18446744073709551615 5524625 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.94
Current children cumulated vsize (KiB) 411540

[startup+12.7008 s]
/proc/loadavg: 7.74 8.06 8.08 9/186 8716
/proc/meminfo: memFree=26362636/32951132 swapFree=67111364/67111528
[pid=8710] ppid=8708 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8710/stat : 8710 (priss.sh) S 8708 8710 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516974483 8908800 251 33554432000 4194304 4922060 140734250107440 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8710/statm: 2175 251 211 178 0 68 0
[pid=8711] ppid=8710 vsize=404464 CPUtime=50.49 cores=0,2,4,6
/proc/8711/stat : 8711 (priss) S 8710 8710 7814 0 -1 4202496 52700 0 0 0 5033 16 0 0 19 0 5 0 516974483 414171136 38140 33554432000 4194304 5787044 140734957877328 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/8711/statm: 101116 38140 419 389 0 96866 0
[pid=8711/tid=8713] ppid=8710 vsize=404464 CPUtime=12.57 cores=0,2,4,6
/proc/8711/task/8713/stat : 8713 (priss) R 8710 8710 7814 0 -1 4202560 11722 0 0 0 1254 3 0 0 25 0 5 0 516974488 414171136 38140 33554432000 4194304 5787044 140734957877328 18446744073709551615 4220732 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=8711/tid=8714] ppid=8710 vsize=404464 CPUtime=12.6 cores=0,2,4,6
/proc/8711/task/8714/stat : 8714 (priss) R 8710 8710 7814 0 -1 4202560 9608 0 0 0 1257 3 0 0 25 0 5 0 516974488 414171136 38140 33554432000 4194304 5787044 140734957877328 18446744073709551615 4220916 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=8711/tid=8715] ppid=8710 vsize=404464 CPUtime=12.62 cores=0,2,4,6
/proc/8711/task/8715/stat : 8715 (priss) R 8710 8710 7814 0 -1 4202560 10400 0 0 0 1258 4 0 0 25 0 5 0 516974490 414171136 38140 33554432000 4194304 5787044 140734957877328 18446744073709551615 5590258 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=8711/tid=8716] ppid=8710 vsize=404464 CPUtime=12.61 cores=0,2,4,6
/proc/8711/task/8716/stat : 8716 (priss) R 8710 8710 7814 0 -1 4202560 14671 0 0 0 1257 4 0 0 25 0 5 0 516974491 414171136 38140 33554432000 4194304 5787044 140734957877328 18446744073709551615 5527186 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 413164

[startup+25.5006 s]
/proc/loadavg: 7.79 8.06 8.07 9/186 8716
/proc/meminfo: memFree=26333568/32951132 swapFree=67111364/67111528
[pid=8710] ppid=8708 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8710/stat : 8710 (priss.sh) S 8708 8710 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516974483 8908800 251 33554432000 4194304 4922060 140734250107440 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8710/statm: 2175 251 211 178 0 68 0
[pid=8711] ppid=8710 vsize=412296 CPUtime=101.61 cores=0,2,4,6
/proc/8711/stat : 8711 (priss) S 8710 8710 7814 0 -1 4202496 57434 0 0 0 10141 20 0 0 19 0 5 0 516974483 422191104 42874 33554432000 4194304 5787044 140734957877328 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/8711/statm: 103074 42874 419 389 0 98824 0
[pid=8711/tid=8713] ppid=8710 vsize=412296 CPUtime=25.3 cores=0,2,4,6
/proc/8711/task/8713/stat : 8713 (priss) R 8710 8710 7814 0 -1 4202560 12433 0 0 0 2526 4 0 0 25 0 5 0 516974488 422191104 42874 33554432000 4194304 5787044 140734957877328 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=8711/tid=8714] ppid=8710 vsize=412296 CPUtime=25.4 cores=0,2,4,6
/proc/8711/task/8714/stat : 8714 (priss) R 8710 8710 7814 0 -1 4202560 11772 0 0 0 2535 5 0 0 25 0 5 0 516974488 422191104 42874 33554432000 4194304 5787044 140734957877328 18446744073709551615 5585293 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=8711/tid=8715] ppid=8710 vsize=412296 CPUtime=25.41 cores=0,2,4,6
/proc/8711/task/8715/stat : 8715 (priss) R 8710 8710 7814 0 -1 4202560 10746 0 0 0 2537 4 0 0 25 0 5 0 516974490 422191104 42874 33554432000 4194304 5787044 140734957877328 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=8711/tid=8716] ppid=8710 vsize=412296 CPUtime=25.4 cores=0,2,4,6
/proc/8711/task/8716/stat : 8716 (priss) R 8710 8710 7814 0 -1 4202560 16184 0 0 0 2535 5 0 0 25 0 5 0 516974491 422191104 42874 33554432000 4194304 5787044 140734957877328 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.61
Current children cumulated vsize (KiB) 420996

[startup+51.1012 s]
/proc/loadavg: 7.86 8.05 8.07 9/186 8717
/proc/meminfo: memFree=26278136/32951132 swapFree=67111364/67111528
[pid=8710] ppid=8708 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8710/stat : 8710 (priss.sh) S 8708 8710 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516974483 8908800 251 33554432000 4194304 4922060 140734250107440 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8710/statm: 2175 251 211 178 0 68 0
[pid=8711] ppid=8710 vsize=422740 CPUtime=203.84 cores=0,2,4,6
/proc/8711/stat : 8711 (priss) S 8710 8710 7814 0 -1 4202496 66885 0 0 0 20355 29 0 0 19 0 5 0 516974483 432885760 52321 33554432000 4194304 5787044 140734957877328 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/8711/statm: 105685 52321 419 389 0 101435 0
[pid=8711/tid=8713] ppid=8710 vsize=422740 CPUtime=50.76 cores=0,2,4,6
/proc/8711/task/8713/stat : 8713 (priss) R 8710 8710 7814 0 -1 4202560 13947 0 0 0 5070 6 0 0 25 0 5 0 516974488 432885760 52321 33554432000 4194304 5787044 140734957877328 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=8711/tid=8714] ppid=8710 vsize=422740 CPUtime=50.97 cores=0,2,4,6
/proc/8711/task/8714/stat : 8714 (priss) R 8710 8710 7814 0 -1 4202560 15648 0 0 0 5089 8 0 0 25 0 5 0 516974488 432885760 52321 33554432000 4194304 5787044 140734957877328 18446744073709551615 5590534 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=8711/tid=8715] ppid=8710 vsize=422740 CPUtime=51.01 cores=0,2,4,6
/proc/8711/task/8715/stat : 8715 (priss) R 8710 8710 7814 0 -1 4202560 12088 0 0 0 5096 5 0 0 25 0 5 0 516974490 432885760 52321 33554432000 4194304 5787044 140734957877328 18446744073709551615 5585277 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=8711/tid=8716] ppid=8710 vsize=422740 CPUtime=51 cores=0,2,4,6
/proc/8711/task/8716/stat : 8716 (priss) R 8710 8710 7814 0 -1 4202560 18903 0 0 0 5092 8 0 0 25 0 5 0 516974491 432885760 52321 33554432000 4194304 5787044 140734957877328 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.84
Current children cumulated vsize (KiB) 431440

[startup+102.3 s]
/proc/loadavg: 8.04 8.07 8.08 9/186 8718
/proc/meminfo: memFree=26199012/32951132 swapFree=67111364/67111528
[pid=8710] ppid=8708 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8710/stat : 8710 (priss.sh) S 8708 8710 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516974483 8908800 251 33554432000 4194304 4922060 140734250107440 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8710/statm: 2175 251 211 178 0 68 0
[pid=8711] ppid=8710 vsize=432872 CPUtime=408.34 cores=0,2,4,6
/proc/8711/stat : 8711 (priss) S 8710 8710 7814 0 -1 4202496 75643 0 0 0 40793 41 0 0 19 0 5 0 516974483 443260928 61012 33554432000 4194304 5787044 140734957877328 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/8711/statm: 108218 61012 419 389 0 103968 0
[pid=8711/tid=8713] ppid=8710 vsize=432872 CPUtime=101.68 cores=0,2,4,6
/proc/8711/task/8713/stat : 8713 (priss) R 8710 8710 7814 0 -1 4202560 15266 0 0 0 10160 8 0 0 25 0 5 0 516974488 443260928 61012 33554432000 4194304 5787044 140734957877328 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=8711/tid=8714] ppid=8710 vsize=432872 CPUtime=102.15 cores=0,2,4,6
/proc/8711/task/8714/stat : 8714 (priss) R 8710 8710 7814 0 -1 4202560 17932 0 0 0 10204 11 0 0 25 0 5 0 516974488 443260928 61012 33554432000 4194304 5787044 140734957877328 18446744073709551615 5591535 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=8711/tid=8715] ppid=8710 vsize=432872 CPUtime=102.21 cores=0,2,4,6
/proc/8711/task/8715/stat : 8715 (priss) R 8710 8710 7814 0 -1 4202560 13669 0 0 0 10214 7 0 0 25 0 5 0 516974490 443260928 61012 33554432000 4194304 5787044 140734957877328 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=8711/tid=8716] ppid=8710 vsize=432872 CPUtime=102.2 cores=0,2,4,6
/proc/8711/task/8716/stat : 8716 (priss) R 8710 8710 7814 0 -1 4202560 22477 0 0 0 10207 13 0 0 25 0 5 0 516974491 443260928 61012 33554432000 4194304 5787044 140734957877328 18446744073709551615 5527101 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.34
Current children cumulated vsize (KiB) 441572

[startup+162.301 s]
/proc/loadavg: 8.08 8.07 8.08 9/186 8720
/proc/meminfo: memFree=26121616/32951132 swapFree=67111364/67111528
[pid=8710] ppid=8708 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8710/stat : 8710 (priss.sh) S 8708 8710 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516974483 8908800 251 33554432000 4194304 4922060 140734250107440 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8710/statm: 2175 251 211 178 0 68 0
[pid=8711] ppid=8710 vsize=453064 CPUtime=647.94 cores=0,2,4,6

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

/proc/8711/task/8714/stat : 8714 (priss) R 8710 8710 7814 0 -1 4202560 46956 0 0 0 88123 52 0 0 25 0 5 0 516974488 828547072 156722 33554432000 4194304 5787044 140734957877328 18446744073709551615 5591322 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=8711/tid=8715] ppid=8710 vsize=809128 CPUtime=879.64 cores=0,2,4,6
/proc/8711/task/8715/stat : 8715 (priss) R 8710 8710 7814 0 -1 4202560 38847 0 0 0 87922 42 0 0 25 0 5 0 516974490 828547072 156722 33554432000 4194304 5787044 140734957877328 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=8711/tid=8716] ppid=8710 vsize=809128 CPUtime=882.19 cores=0,2,4,6
/proc/8711/task/8716/stat : 8716 (priss) R 8710 8710 7814 0 -1 4202560 41983 0 0 0 88180 39 0 0 25 0 5 0 516974491 828547072 156722 33554432000 4194304 5787044 140734957877328 18446744073709551615 5527666 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3523.47
Current children cumulated vsize (KiB) 817828

[startup+942.301 s]
/proc/loadavg: 8.04 8.10 8.08 9/186 8741
/proc/meminfo: memFree=25517856/32951132 swapFree=67111364/67111528
[pid=8710] ppid=8708 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8710/stat : 8710 (priss.sh) S 8708 8710 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516974483 8908800 251 33554432000 4194304 4922060 140734250107440 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8710/statm: 2175 251 211 178 0 68 0
[pid=8711] ppid=8710 vsize=820324 CPUtime=3763.06 cores=0,2,4,6
/proc/8711/stat : 8711 (priss) S 8710 8710 7814 0 -1 4202496 178489 0 0 0 376121 185 0 0 19 0 5 0 516974483 840011776 162697 33554432000 4194304 5787044 140734957877328 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/8711/statm: 205081 162697 419 389 0 200831 0
[pid=8711/tid=8713] ppid=8710 vsize=820324 CPUtime=939.77 cores=0,2,4,6
/proc/8711/task/8713/stat : 8713 (priss) R 8710 8710 7814 0 -1 4202560 41340 0 0 0 93932 45 0 0 25 0 5 0 516974488 840011776 162697 33554432000 4194304 5787044 140734957877328 18446744073709551615 5591280 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=8711/tid=8714] ppid=8710 vsize=820324 CPUtime=941.68 cores=0,2,4,6
/proc/8711/task/8714/stat : 8714 (priss) R 8710 8710 7814 0 -1 4202560 47328 0 0 0 94114 54 0 0 25 0 5 0 516974488 840011776 162697 33554432000 4194304 5787044 140734957877328 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=8711/tid=8715] ppid=8710 vsize=820324 CPUtime=939.31 cores=0,2,4,6
/proc/8711/task/8715/stat : 8715 (priss) R 8710 8710 7814 0 -1 4202560 38847 0 0 0 93889 42 0 0 25 0 5 0 516974490 840011776 162697 33554432000 4194304 5787044 140734957877328 18446744073709551615 5591515 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=8711/tid=8716] ppid=8710 vsize=820324 CPUtime=942.18 cores=0,2,4,6
/proc/8711/task/8716/stat : 8716 (priss) R 8710 8710 7814 0 -1 4202560 44675 0 0 0 94178 40 0 0 25 0 5 0 516974491 840011776 162697 33554432000 4194304 5787044 140734957877328 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3763.06
Current children cumulated vsize (KiB) 829024

[startup+1002.3 s]
/proc/loadavg: 8.01 8.08 8.08 9/186 8742
/proc/meminfo: memFree=25462420/32951132 swapFree=67111364/67111528
[pid=8710] ppid=8708 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8710/stat : 8710 (priss.sh) S 8708 8710 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516974483 8908800 251 33554432000 4194304 4922060 140734250107440 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8710/statm: 2175 251 211 178 0 68 0
[pid=8711] ppid=8710 vsize=897812 CPUtime=4002.67 cores=0,2,4,6
/proc/8711/stat : 8711 (priss) S 8710 8710 7814 0 -1 4202496 184821 0 0 0 400075 192 0 0 19 0 5 0 516974483 919359488 169029 33554432000 4194304 5787044 140734957877328 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/8711/statm: 224453 169029 419 389 0 220203 0
[pid=8711/tid=8713] ppid=8710 vsize=897812 CPUtime=999.78 cores=0,2,4,6
/proc/8711/task/8713/stat : 8713 (priss) R 8710 8710 7814 0 -1 4202560 44570 0 0 0 99929 49 0 0 25 0 5 0 516974488 919359488 169029 33554432000 4194304 5787044 140734957877328 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=8711/tid=8714] ppid=8710 vsize=897812 CPUtime=1001.63 cores=0,2,4,6
/proc/8711/task/8714/stat : 8714 (priss) R 8710 8710 7814 0 -1 4202560 47551 0 0 0 100108 55 0 0 25 0 5 0 516974488 919359488 169029 33554432000 4194304 5787044 140734957877328 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=8711/tid=8715] ppid=8710 vsize=897812 CPUtime=998.97 cores=0,2,4,6
/proc/8711/task/8715/stat : 8715 (priss) R 8710 8710 7814 0 -1 4202560 39759 0 0 0 99854 43 0 0 25 0 5 0 516974490 919359488 169029 33554432000 4194304 5787044 140734957877328 18446744073709551615 5590295 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=8711/tid=8716] ppid=8710 vsize=897812 CPUtime=1002.19 cores=0,2,4,6
/proc/8711/task/8716/stat : 8716 (priss) R 8710 8710 7814 0 -1 4202560 46642 0 0 0 100177 42 0 0 25 0 5 0 516974491 919359488 169029 33554432000 4194304 5787044 140734957877328 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4002.67
Current children cumulated vsize (KiB) 906512

[startup+1062.3 s]
/proc/loadavg: 8.00 8.06 8.07 9/186 8744
/proc/meminfo: memFree=25428172/32951132 swapFree=67111364/67111528
[pid=8710] ppid=8708 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8710/stat : 8710 (priss.sh) S 8708 8710 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516974483 8908800 251 33554432000 4194304 4922060 140734250107440 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8710/statm: 2175 251 211 178 0 68 0
[pid=8711] ppid=8710 vsize=897812 CPUtime=4242.29 cores=0,2,4,6
/proc/8711/stat : 8711 (priss) S 8710 8710 7814 0 -1 4202496 187270 0 0 0 424032 197 0 0 19 0 5 0 516974483 919359488 171071 33554432000 4194304 5787044 140734957877328 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/8711/statm: 224453 171071 419 389 0 220203 0
[pid=8711/tid=8713] ppid=8710 vsize=897812 CPUtime=1059.77 cores=0,2,4,6
/proc/8711/task/8713/stat : 8713 (priss) R 8710 8710 7814 0 -1 4202560 45254 0 0 0 105928 49 0 0 25 0 5 0 516974488 919359488 171071 33554432000 4194304 5787044 140734957877328 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=8711/tid=8714] ppid=8710 vsize=897812 CPUtime=1061.56 cores=0,2,4,6
/proc/8711/task/8714/stat : 8714 (priss) R 8710 8710 7814 0 -1 4202560 48012 0 0 0 106100 56 0 0 25 0 5 0 516974488 919359488 171071 33554432000 4194304 5787044 140734957877328 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=8711/tid=8715] ppid=8710 vsize=897812 CPUtime=1058.65 cores=0,2,4,6
/proc/8711/task/8715/stat : 8715 (priss) R 8710 8710 7814 0 -1 4202560 41062 0 0 0 105819 46 0 0 25 0 5 0 516974490 919359488 171071 33554432000 4194304 5787044 140734957877328 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=8711/tid=8716] ppid=8710 vsize=897812 CPUtime=1062.19 cores=0,2,4,6
/proc/8711/task/8716/stat : 8716 (priss) R 8710 8710 7814 0 -1 4202560 46643 0 0 0 106177 42 0 0 25 0 5 0 516974491 919359488 171071 33554432000 4194304 5787044 140734957877328 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4242.29
Current children cumulated vsize (KiB) 906512

[startup+1122.3 s]
/proc/loadavg: 8.17 8.10 8.08 9/186 8745
/proc/meminfo: memFree=25419608/32951132 swapFree=67111364/67111528
[pid=8710] ppid=8708 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8710/stat : 8710 (priss.sh) S 8708 8710 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516974483 8908800 251 33554432000 4194304 4922060 140734250107440 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8710/statm: 2175 251 211 178 0 68 0
[pid=8711] ppid=8710 vsize=897812 CPUtime=4481.89 cores=0,2,4,6
/proc/8711/stat : 8711 (priss) S 8710 8710 7814 0 -1 4202496 187276 0 0 0 447992 197 0 0 19 0 5 0 516974483 919359488 171077 33554432000 4194304 5787044 140734957877328 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/8711/statm: 224453 171077 419 389 0 220203 0
[pid=8711/tid=8713] ppid=8710 vsize=897812 CPUtime=1119.77 cores=0,2,4,6
/proc/8711/task/8713/stat : 8713 (priss) R 8710 8710 7814 0 -1 4202560 45254 0 0 0 111928 49 0 0 25 0 5 0 516974488 919359488 171077 33554432000 4194304 5787044 140734957877328 18446744073709551615 4218754 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=8711/tid=8714] ppid=8710 vsize=897812 CPUtime=1121.5 cores=0,2,4,6
/proc/8711/task/8714/stat : 8714 (priss) R 8710 8710 7814 0 -1 4202560 48012 0 0 0 112093 57 0 0 25 0 5 0 516974488 919359488 171077 33554432000 4194304 5787044 140734957877328 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=8711/tid=8715] ppid=8710 vsize=897812 CPUtime=1118.32 cores=0,2,4,6
/proc/8711/task/8715/stat : 8715 (priss) R 8710 8710 7814 0 -1 4202560 41067 0 0 0 111786 46 0 0 25 0 5 0 516974490 919359488 171077 33554432000 4194304 5787044 140734957877328 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=8711/tid=8716] ppid=8710 vsize=897812 CPUtime=1122.19 cores=0,2,4,6
/proc/8711/task/8716/stat : 8716 (priss) R 8710 8710 7814 0 -1 4202560 46644 0 0 0 112177 42 0 0 25 0 5 0 516974491 919359488 171077 33554432000 4194304 5787044 140734957877328 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4481.89
Current children cumulated vsize (KiB) 906512

[startup+1182.3 s]
/proc/loadavg: 8.19 8.11 8.09 9/186 8747
/proc/meminfo: memFree=25413264/32951132 swapFree=67111364/67111528
[pid=8710] ppid=8708 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8710/stat : 8710 (priss.sh) S 8708 8710 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516974483 8908800 251 33554432000 4194304 4922060 140734250107440 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8710/statm: 2175 251 211 178 0 68 0
[pid=8711] ppid=8710 vsize=897812 CPUtime=4721.51 cores=0,2,4,6
/proc/8711/stat : 8711 (priss) S 8710 8710 7814 0 -1 4202496 187434 0 0 0 471951 200 0 0 19 0 5 0 516974483 919359488 171235 33554432000 4194304 5787044 140734957877328 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/8711/statm: 224453 171235 419 389 0 220203 0
[pid=8711/tid=8713] ppid=8710 vsize=897812 CPUtime=1179.77 cores=0,2,4,6
/proc/8711/task/8713/stat : 8713 (priss) R 8710 8710 7814 0 -1 4202560 45383 0 0 0 117927 50 0 0 25 0 5 0 516974488 919359488 171235 33554432000 4194304 5787044 140734957877328 18446744073709551615 242970208000 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=8711/tid=8714] ppid=8710 vsize=897812 CPUtime=1181.45 cores=0,2,4,6
/proc/8711/task/8714/stat : 8714 (priss) R 8710 8710 7814 0 -1 4202560 48012 0 0 0 118086 59 0 0 25 0 5 0 516974488 919359488 171235 33554432000 4194304 5787044 140734957877328 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=8711/tid=8715] ppid=8710 vsize=897812 CPUtime=1177.99 cores=0,2,4,6
/proc/8711/task/8715/stat : 8715 (priss) R 8710 8710 7814 0 -1 4202560 41095 0 0 0 117753 46 0 0 25 0 5 0 516974490 919359488 171235 33554432000 4194304 5787044 140734957877328 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=8711/tid=8716] ppid=8710 vsize=897812 CPUtime=1182.19 cores=0,2,4,6
/proc/8711/task/8716/stat : 8716 (priss) R 8710 8710 7814 0 -1 4202560 46645 0 0 0 118177 42 0 0 25 0 5 0 516974491 919359488 171235 33554432000 4194304 5787044 140734957877328 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4721.51
Current children cumulated vsize (KiB) 906512



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.1 s]
/proc/loadavg: 7.88 8.04 8.06 9/186 8781
/proc/meminfo: memFree=25887308/32951132 swapFree=67111364/67111528
[pid=8710] ppid=8708 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8710/stat : 8710 (priss.sh) S 8708 8710 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516974483 8908800 251 33554432000 4194304 4922060 140734250107440 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8710/statm: 2175 251 211 178 0 68 0
[pid=8711] ppid=8710 vsize=901912 CPUtime=4800.06 cores=0,2,4,6
/proc/8711/stat : 8711 (priss) S 8710 8710 7814 0 -1 4202496 189045 0 0 0 479803 203 0 0 19 0 5 0 516974483 923557888 172846 33554432000 4194304 5787044 140734957877328 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/8711/statm: 225478 172846 419 389 0 221228 0
[pid=8711/tid=8713] ppid=8710 vsize=901912 CPUtime=1199.58 cores=0,2,4,6
/proc/8711/task/8713/stat : 8713 (priss) R 8710 8710 7814 0 -1 4202560 46467 0 0 0 119905 53 0 0 25 0 5 0 516974488 923557888 172846 33554432000 4194304 5787044 140734957877328 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=8711/tid=8714] ppid=8710 vsize=901912 CPUtime=1200.92 cores=0,2,4,6
/proc/8711/task/8714/stat : 8714 (priss) R 8710 8710 7814 0 -1 4202560 48013 0 0 0 120033 59 0 0 25 0 5 0 516974488 923557888 172846 33554432000 4194304 5787044 140734957877328 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=8711/tid=8715] ppid=8710 vsize=901912 CPUtime=1197.55 cores=0,2,4,6
/proc/8711/task/8715/stat : 8715 (priss) R 8710 8710 7814 0 -1 4202560 41621 0 0 0 119709 46 0 0 25 0 5 0 516974490 923557888 172846 33554432000 4194304 5787044 140734957877328 18446744073709551615 5591219 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=8711/tid=8716] ppid=8710 vsize=901912 CPUtime=1201.91 cores=0,2,4,6
/proc/8711/task/8716/stat : 8716 (priss) R 8710 8710 7814 0 -1 4202560 46645 0 0 0 120149 42 0 0 25 0 5 0 516974491 923557888 172846 33554432000 4194304 5787044 140734957877328 18446744073709551615 5524727 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.06
Current children cumulated vsize (KiB) 910612

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1202.1 s]
/proc/loadavg: 7.88 8.04 8.06 9/186 8781
/proc/meminfo: memFree=25887308/32951132 swapFree=67111364/67111528
[pid=8710] ppid=8708 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8710/stat : 8710 (priss.sh) S 8708 8710 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516974483 8908800 251 33554432000 4194304 4922060 140734250107440 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8710/statm: 2175 251 211 178 0 68 0
[pid=8711] ppid=8710 vsize=901912 CPUtime=4800.06 cores=0,2,4,6
/proc/8711/stat : 8711 (priss) S 8710 8710 7814 0 -1 4202496 189045 0 0 0 479803 203 0 0 19 0 5 0 516974483 923557888 172846 33554432000 4194304 5787044 140734957877328 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/8711/statm: 225478 172846 419 389 0 221228 0
[pid=8711/tid=8713] ppid=8710 vsize=901912 CPUtime=1199.58 cores=0,2,4,6
/proc/8711/task/8713/stat : 8713 (priss) R 8710 8710 7814 0 -1 4202560 46467 0 0 0 119905 53 0 0 25 0 5 0 516974488 923557888 172846 33554432000 4194304 5787044 140734957877328 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=8711/tid=8714] ppid=8710 vsize=901912 CPUtime=1200.92 cores=0,2,4,6
/proc/8711/task/8714/stat : 8714 (priss) R 8710 8710 7814 0 -1 4202560 48013 0 0 0 120033 59 0 0 25 0 5 0 516974488 923557888 172846 33554432000 4194304 5787044 140734957877328 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=8711/tid=8715] ppid=8710 vsize=901912 CPUtime=1197.55 cores=0,2,4,6
/proc/8711/task/8715/stat : 8715 (priss) R 8710 8710 7814 0 -1 4202560 41621 0 0 0 119709 46 0 0 25 0 5 0 516974490 923557888 172846 33554432000 4194304 5787044 140734957877328 18446744073709551615 5591219 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=8711/tid=8716] ppid=8710 vsize=901912 CPUtime=1201.91 cores=0,2,4,6
/proc/8711/task/8716/stat : 8716 (priss) R 8710 8710 7814 0 -1 4202560 46645 0 0 0 120149 42 0 0 25 0 5 0 516974491 923557888 172846 33554432000 4194304 5787044 140734957877328 18446744073709551615 5524727 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.06
Current children cumulated vsize (KiB) 910612

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8710 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1202.12
CPU time (s): 4800.06
CPU user time (s): 4798.03
CPU system time (s): 2.03
CPU usage (%): 399.3
Max. virtual memory (cumulated for all children) (KiB): 910612

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

runsolver used 1.76373 second user time and 4.79727 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-29 07:09:18
IDJOB=3289573
IDBENCH=83127
IDSOLVER=1603
FILE ID=node128/3289573-1304053758
RUNJOBID= node128-1304045274-7832
PBS_JOBID= 13170398
Free space on /tmp= 66968 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom18.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3289573-1304053758/watcher-3289573-1304053758 -o /tmp/evaluation-result-3289573-1304053758/solver-3289573-1304053758 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3289573-1304053758.cnf 731616293 4800 15500 4

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

MD5SUM BENCH= 9ece8f569c93ceee834817ef3350ed8e
RANDOM SEED=731616293

node128.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      26533544 kB
Buffers:       1268036 kB
Cached:        4382352 kB
SwapCached:        160 kB
Active:         353612 kB
Inactive:      5478720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      26533544 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            6444 kB
Writeback:           0 kB
AnonPages:      181428 kB
Mapped:          15916 kB
Slab:           523368 kB
PageTables:       5072 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   370748 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

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