Trace number 3289711

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom17.cnf
MD5SUMa6df2ce216327c64a0156683acb72fc2
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 variables32733
Number of clauses109177
Sum of the clauses size278009
Maximum clause length1080
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 256533
Number of clauses of size 352066
Number of clauses of size 4152
Number of clauses of size 515
Number of clauses of size over 5410

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: 23381
0.00/0.03	c parsetime: 30054us
0.00/0.03	c parsed 109177 clauses with 32733 variables
0.00/0.04	c NW started thread 0 successfully (1093183808)
0.00/0.04	c NW started thread 1 successfully (1103673664)
0.00/0.05	c NW started thread 2 successfully (1114163520)
0.00/0.07	c NW started thread 3 successfully (1124653376)
0.00/0.84	c preprocessor returned 32733 variables
0.00/0.84	c preprocessing returned UNKNOWN
0.00/0.84	c PP set 1180 variables
0.00/0.84	c pp time: 789240us (0s)
0.00/0.84	c preprocessor returned 32733 variables
0.00/0.84	c preprocessing returned UNKNOWN
0.00/0.84	c PP set 1180 variables
0.00/0.84	c pp time: 786718us (0s)
0.00/0.85	c preprocessor returned 32733 variables
0.00/0.85	c preprocessing returned UNKNOWN
0.00/0.85	c PP set 1180 variables
0.00/0.85	c pp time: 786438us (0s)
0.00/1.35	c preprocessor returned 34733 variables
0.00/1.35	c preprocessing returned UNKNOWN
0.00/1.35	c PP set 1177 variables
0.00/1.35	c pp time: 1274389us (1s)
0.00/1.45	c HTE
0.00/1.48	c subsumption
5.81/1.52	c simplified formula contains 0 unit clauses
5.81/1.59	c HTE
6.21/1.62	c subsumption
6.21/1.66	c simplified formula contains 0 unit clauses
84.90/21.31	c added unsatisfied clause
84.90/21.31	c failed to add network clauses
86.48/21.79	c added unsatisfied clause
86.48/21.79	c failed to add network clauses
477.90/119.75	c added unsatisfied clause
477.90/119.75	c failed to add network clauses
2716.79/680.27	c added unsatisfied clause
2716.79/680.27	c failed to add network clauses
2782.28/696.64	c added unsatisfied clause
2782.28/696.64	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-3289711-1304053961/watcher-3289711-1304053961 -o /tmp/evaluation-result-3289711-1304053961/solver-3289711-1304053961 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3289711-1304053961.cnf 1437750861 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.15 8.08 8.02 6/182 23380
/proc/meminfo: memFree=16961752/32950940 swapFree=67111528/67111528
[pid=23380] ppid=23378 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23380/stat : 23380 (priss.sh) S 23378 23380 21582 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595626895 8908800 252 33554432000 4194304 4922060 140733807572912 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23380/statm: 2175 252 211 178 0 68 0

[startup+0.044167 s]
/proc/loadavg: 8.15 8.08 8.02 6/182 23380
/proc/meminfo: memFree=16961752/32950940 swapFree=67111528/67111528
[pid=23380] ppid=23378 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23380/stat : 23380 (priss.sh) S 23378 23380 21582 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595626895 8908800 252 33554432000 4194304 4922060 140733807572912 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23380/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100164 s]
/proc/loadavg: 8.15 8.08 8.02 6/182 23380
/proc/meminfo: memFree=16961752/32950940 swapFree=67111528/67111528
[pid=23380] ppid=23378 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23380/stat : 23380 (priss.sh) S 23378 23380 21582 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595626895 8908800 252 33554432000 4194304 4922060 140733807572912 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23380/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.34939 s]
/proc/loadavg: 8.15 8.08 8.02 6/182 23380
/proc/meminfo: memFree=16961752/32950940 swapFree=67111528/67111528
[pid=23380] ppid=23378 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23380/stat : 23380 (priss.sh) S 23378 23380 21582 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595626895 8908800 252 33554432000 4194304 4922060 140733807572912 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23380/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.862554 s]
/proc/loadavg: 8.15 8.08 8.02 6/182 23380
/proc/meminfo: memFree=16961752/32950940 swapFree=67111528/67111528
[pid=23380] ppid=23378 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23380/stat : 23380 (priss.sh) S 23378 23380 21582 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595626895 8908800 252 33554432000 4194304 4922060 140733807572912 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23380/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50092 s]
/proc/loadavg: 8.15 8.08 8.02 9/188 23386
/proc/meminfo: memFree=16841176/32950940 swapFree=67111528/67111528
[pid=23380] ppid=23378 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23380/stat : 23380 (priss.sh) S 23378 23380 21582 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595626895 8908800 252 33554432000 4194304 4922060 140733807572912 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23380/statm: 2175 252 211 178 0 68 0
[pid=23381] ppid=23380 vsize=400860 CPUtime=5.81 cores=0,2,4,6
/proc/23381/stat : 23381 (priss) S 23380 23380 21582 0 -1 4202496 42435 0 0 0 570 11 0 0 18 0 5 0 595626895 410480640 30271 33554432000 4194304 5787044 140734626964912 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/23381/statm: 100215 30271 418 389 0 95965 0
[pid=23381/tid=23383] ppid=23380 vsize=400860 CPUtime=1.45 cores=0,2,4,6
/proc/23381/task/23383/stat : 23383 (priss) R 23380 23380 21582 0 -1 4202560 8270 0 0 0 143 2 0 0 19 0 5 0 595626899 410480640 30271 33554432000 4194304 5787044 140734626964912 18446744073709551615 5591813 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=23381/tid=23384] ppid=23380 vsize=400860 CPUtime=1.43 cores=0,2,4,6
/proc/23381/task/23384/stat : 23384 (priss) R 23380 23380 21582 0 -1 4202560 7103 0 0 0 142 1 0 0 19 0 5 0 595626900 410480640 30271 33554432000 4194304 5787044 140734626964912 18446744073709551615 5591676 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23381/tid=23385] ppid=23380 vsize=400860 CPUtime=1.43 cores=0,2,4,6
/proc/23381/task/23385/stat : 23385 (priss) R 23380 23380 21582 0 -1 4202560 8061 0 0 0 140 3 0 0 19 0 5 0 595626901 410480640 30271 33554432000 4194304 5787044 140734626964912 18446744073709551615 5592128 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=23381/tid=23386] ppid=23380 vsize=400860 CPUtime=1.42 cores=0,2,4,6
/proc/23381/task/23386/stat : 23386 (priss) R 23380 23380 21582 0 -1 4202560 12752 0 0 0 139 3 0 0 19 0 5 0 595626902 410480640 30271 33554432000 4194304 5787044 140734626964912 18446744073709551615 4335738 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.81
Current children cumulated vsize (KiB) 409560

[startup+3.10064 s]
/proc/loadavg: 8.13 8.08 8.02 9/188 23386
/proc/meminfo: memFree=16838452/32950940 swapFree=67111528/67111528
[pid=23380] ppid=23378 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23380/stat : 23380 (priss.sh) S 23378 23380 21582 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595626895 8908800 252 33554432000 4194304 4922060 140733807572912 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23380/statm: 2175 252 211 178 0 68 0
[pid=23381] ppid=23380 vsize=401408 CPUtime=12.18 cores=0,2,4,6
/proc/23381/stat : 23381 (priss) S 23380 23380 21582 0 -1 4202496 44808 0 0 0 1207 11 0 0 18 0 5 0 595626895 411041792 31170 33554432000 4194304 5787044 140734626964912 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/23381/statm: 100352 31170 419 389 0 96102 0
[pid=23381/tid=23383] ppid=23380 vsize=401408 CPUtime=3.04 cores=0,2,4,6
/proc/23381/task/23383/stat : 23383 (priss) R 23380 23380 21582 0 -1 4202560 8441 0 0 0 302 2 0 0 23 0 5 0 595626899 411041792 31170 33554432000 4194304 5787044 140734626964912 18446744073709551615 4216784 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=23381/tid=23384] ppid=23380 vsize=401408 CPUtime=3.01 cores=0,2,4,6
/proc/23381/task/23384/stat : 23384 (priss) R 23380 23380 21582 0 -1 4202560 7259 0 0 0 300 1 0 0 24 0 5 0 595626900 411041792 31170 33554432000 4194304 5787044 140734626964912 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23381/tid=23385] ppid=23380 vsize=401408 CPUtime=3.02 cores=0,2,4,6
/proc/23381/task/23385/stat : 23385 (priss) R 23380 23380 21582 0 -1 4202560 8233 0 0 0 299 3 0 0 25 0 5 0 595626901 411041792 31170 33554432000 4194304 5787044 140734626964912 18446744073709551615 5588108 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=23381/tid=23386] ppid=23380 vsize=401408 CPUtime=3.01 cores=0,2,4,6
/proc/23381/task/23386/stat : 23386 (priss) R 23380 23380 21582 0 -1 4202560 14626 0 0 0 298 3 0 0 25 0 5 0 595626902 411041792 31170 33554432000 4194304 5787044 140734626964912 18446744073709551615 5527072 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.18
Current children cumulated vsize (KiB) 410108

[startup+6.30108 s]
/proc/loadavg: 8.13 8.08 8.02 9/188 23387
/proc/meminfo: memFree=16832388/32950940 swapFree=67111528/67111528
[pid=23380] ppid=23378 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23380/stat : 23380 (priss.sh) S 23378 23380 21582 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595626895 8908800 252 33554432000 4194304 4922060 140733807572912 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23380/statm: 2175 252 211 178 0 68 0
[pid=23381] ppid=23380 vsize=403272 CPUtime=24.97 cores=0,2,4,6
/proc/23381/stat : 23381 (priss) S 23380 23380 21582 0 -1 4202496 46330 0 0 0 2485 12 0 0 18 0 5 0 595626895 412950528 32692 33554432000 4194304 5787044 140734626964912 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/23381/statm: 100818 32692 419 389 0 96568 0
[pid=23381/tid=23383] ppid=23380 vsize=403272 CPUtime=6.24 cores=0,2,4,6
/proc/23381/task/23383/stat : 23383 (priss) R 23380 23380 21582 0 -1 4202560 8830 0 0 0 622 2 0 0 25 0 5 0 595626899 412950528 32692 33554432000 4194304 5787044 140734626964912 18446744073709551615 5576478 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=23381/tid=23384] ppid=23380 vsize=403272 CPUtime=6.2 cores=0,2,4,6
/proc/23381/task/23384/stat : 23384 (priss) R 23380 23380 21582 0 -1 4202560 7726 0 0 0 619 1 0 0 25 0 5 0 595626900 412950528 32692 33554432000 4194304 5787044 140734626964912 18446744073709551615 4254537 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23381/tid=23385] ppid=23380 vsize=403272 CPUtime=6.22 cores=0,2,4,6
/proc/23381/task/23385/stat : 23385 (priss) R 23380 23380 21582 0 -1 4202560 8541 0 0 0 619 3 0 0 25 0 5 0 595626901 412950528 32692 33554432000 4194304 5787044 140734626964912 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=23381/tid=23386] ppid=23380 vsize=403272 CPUtime=6.21 cores=0,2,4,6
/proc/23381/task/23386/stat : 23386 (priss) R 23380 23380 21582 0 -1 4202560 14984 0 0 0 618 3 0 0 25 0 5 0 595626902 412950528 32692 33554432000 4194304 5787044 140734626964912 18446744073709551615 4227988 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.97
Current children cumulated vsize (KiB) 411972

[startup+12.701 s]
/proc/loadavg: 8.11 8.08 8.02 9/188 23387
/proc/meminfo: memFree=16818800/32950940 swapFree=67111528/67111528
[pid=23380] ppid=23378 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23380/stat : 23380 (priss.sh) S 23378 23380 21582 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595626895 8908800 252 33554432000 4194304 4922060 140733807572912 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23380/statm: 2175 252 211 178 0 68 0
[pid=23381] ppid=23380 vsize=409636 CPUtime=50.52 cores=0,2,4,6
/proc/23381/stat : 23381 (priss) S 23380 23380 21582 0 -1 4202496 49290 0 0 0 5039 13 0 0 18 0 5 0 595626895 419467264 35652 33554432000 4194304 5787044 140734626964912 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/23381/statm: 102409 35652 419 389 0 98159 0
[pid=23381/tid=23383] ppid=23380 vsize=409636 CPUtime=12.64 cores=0,2,4,6
/proc/23381/task/23383/stat : 23383 (priss) R 23380 23380 21582 0 -1 4202560 9120 0 0 0 1262 2 0 0 25 0 5 0 595626899 419467264 35652 33554432000 4194304 5787044 140734626964912 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=23381/tid=23384] ppid=23380 vsize=409636 CPUtime=12.57 cores=0,2,4,6
/proc/23381/task/23384/stat : 23384 (priss) R 23380 23380 21582 0 -1 4202560 8283 0 0 0 1255 2 0 0 25 0 5 0 595626900 419467264 35652 33554432000 4194304 5787044 140734626964912 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23381/tid=23385] ppid=23380 vsize=409636 CPUtime=12.62 cores=0,2,4,6
/proc/23381/task/23385/stat : 23385 (priss) R 23380 23380 21582 0 -1 4202560 10116 0 0 0 1259 3 0 0 25 0 5 0 595626901 419467264 35652 33554432000 4194304 5787044 140734626964912 18446744073709551615 4220288 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=23381/tid=23386] ppid=23380 vsize=409636 CPUtime=12.61 cores=0,2,4,6
/proc/23381/task/23386/stat : 23386 (priss) R 23380 23380 21582 0 -1 4202560 15522 0 0 0 1257 4 0 0 25 0 5 0 595626902 419467264 35652 33554432000 4194304 5787044 140734626964912 18446744073709551615 5526890 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 418336

[startup+25.5007 s]
/proc/loadavg: 8.25 8.11 8.03 9/188 23387
/proc/meminfo: memFree=16805032/32950940 swapFree=67111528/67111528
[pid=23380] ppid=23378 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23380/stat : 23380 (priss.sh) S 23378 23380 21582 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595626895 8908800 252 33554432000 4194304 4922060 140733807572912 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23380/statm: 2175 252 211 178 0 68 0
[pid=23381] ppid=23380 vsize=412208 CPUtime=101.65 cores=0,2,4,6
/proc/23381/stat : 23381 (priss) S 23380 23380 21582 0 -1 4202496 52805 0 0 0 10148 17 0 0 18 0 5 0 595626895 422100992 39167 33554432000 4194304 5787044 140734626964912 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/23381/statm: 103052 39167 419 389 0 98802 0
[pid=23381/tid=23383] ppid=23380 vsize=412208 CPUtime=25.44 cores=0,2,4,6
/proc/23381/task/23383/stat : 23383 (priss) R 23380 23380 21582 0 -1 4202560 9933 0 0 0 2541 3 0 0 25 0 5 0 595626899 422100992 39167 33554432000 4194304 5787044 140734626964912 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=23381/tid=23384] ppid=23380 vsize=412208 CPUtime=25.3 cores=0,2,4,6
/proc/23381/task/23384/stat : 23384 (priss) R 23380 23380 21582 0 -1 4202560 9551 0 0 0 2526 4 0 0 25 0 5 0 595626900 422100992 39167 33554432000 4194304 5787044 140734626964912 18446744073709551615 5591280 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23381/tid=23385] ppid=23380 vsize=412208 CPUtime=25.42 cores=0,2,4,6
/proc/23381/task/23385/stat : 23385 (priss) R 23380 23380 21582 0 -1 4202560 10680 0 0 0 2538 4 0 0 25 0 5 0 595626901 422100992 39167 33554432000 4194304 5787044 140734626964912 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=23381/tid=23386] ppid=23380 vsize=412208 CPUtime=25.41 cores=0,2,4,6
/proc/23381/task/23386/stat : 23386 (priss) R 23380 23380 21582 0 -1 4202560 16392 0 0 0 2536 5 0 0 25 0 5 0 595626902 422100992 39167 33554432000 4194304 5787044 140734626964912 18446744073709551615 5527156 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.65
Current children cumulated vsize (KiB) 420908

[startup+51.1072 s]
/proc/loadavg: 8.16 8.10 8.03 9/188 23388
/proc/meminfo: memFree=16694888/32950940 swapFree=67111528/67111528
[pid=23380] ppid=23378 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23380/stat : 23380 (priss.sh) S 23378 23380 21582 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595626895 8908800 252 33554432000 4194304 4922060 140733807572912 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23380/statm: 2175 252 211 178 0 68 0
[pid=23381] ppid=23380 vsize=424632 CPUtime=203.91 cores=0,2,4,6
/proc/23381/stat : 23381 (priss) S 23380 23380 21582 0 -1 4202496 62481 0 0 0 20365 26 0 0 18 0 5 0 595626895 434823168 48839 33554432000 4194304 5787044 140734626964912 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/23381/statm: 106158 48839 419 389 0 101908 0
[pid=23381/tid=23383] ppid=23380 vsize=424632 CPUtime=51.04 cores=0,2,4,6
/proc/23381/task/23383/stat : 23383 (priss) R 23380 23380 21582 0 -1 4202560 13363 0 0 0 5097 7 0 0 25 0 5 0 595626899 434823168 48839 33554432000 4194304 5787044 140734626964912 18446744073709551615 5591217 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=23381/tid=23384] ppid=23380 vsize=424632 CPUtime=50.75 cores=0,2,4,6
/proc/23381/task/23384/stat : 23384 (priss) R 23380 23380 21582 0 -1 4202560 11603 0 0 0 5070 5 0 0 25 0 5 0 595626900 434823168 48839 33554432000 4194304 5787044 140734626964912 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23381/tid=23385] ppid=23380 vsize=424632 CPUtime=51.02 cores=0,2,4,6
/proc/23381/task/23385/stat : 23385 (priss) R 23380 23380 21582 0 -1 4202560 11933 0 0 0 5097 5 0 0 25 0 5 0 595626901 434823168 48839 33554432000 4194304 5787044 140734626964912 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=23381/tid=23386] ppid=23380 vsize=424632 CPUtime=51.01 cores=0,2,4,6
/proc/23381/task/23386/stat : 23386 (priss) R 23380 23380 21582 0 -1 4202560 19333 0 0 0 5094 7 0 0 25 0 5 0 595626902 434823168 48839 33554432000 4194304 5787044 140734626964912 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.91
Current children cumulated vsize (KiB) 433332

[startup+102.3 s]
/proc/loadavg: 8.18 8.11 8.04 9/188 23389
/proc/meminfo: memFree=16639452/32950940 swapFree=67111528/67111528
[pid=23380] ppid=23378 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23380/stat : 23380 (priss.sh) S 23378 23380 21582 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595626895 8908800 252 33554432000 4194304 4922060 140733807572912 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23380/statm: 2175 252 211 178 0 68 0
[pid=23381] ppid=23380 vsize=435132 CPUtime=408.4 cores=0,2,4,6
/proc/23381/stat : 23381 (priss) S 23380 23380 21582 0 -1 4202496 72536 0 0 0 40802 38 0 0 18 0 5 0 595626895 445575168 58829 33554432000 4194304 5787044 140734626964912 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/23381/statm: 108783 58829 419 389 0 104533 0
[pid=23381/tid=23383] ppid=23380 vsize=435132 CPUtime=102.22 cores=0,2,4,6
/proc/23381/task/23383/stat : 23383 (priss) R 23380 23380 21582 0 -1 4202560 17712 0 0 0 10211 11 0 0 25 0 5 0 595626899 445575168 58829 33554432000 4194304 5787044 140734626964912 18446744073709551615 5590552 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=23381/tid=23384] ppid=23380 vsize=435132 CPUtime=101.67 cores=0,2,4,6
/proc/23381/task/23384/stat : 23384 (priss) R 23380 23380 21582 0 -1 4202560 12654 0 0 0 10160 7 0 0 25 0 5 0 595626900 445575168 58829 33554432000 4194304 5787044 140734626964912 18446744073709551615 5591666 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23381/tid=23385] ppid=23380 vsize=435132 CPUtime=102.21 cores=0,2,4,6
/proc/23381/task/23385/stat : 23385 (priss) R 23380 23380 21582 0 -1 4202560 13951 0 0 0 10213 8 0 0 25 0 5 0 595626901 445575168 58829 33554432000 4194304 5787044 140734626964912 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=23381/tid=23386] ppid=23380 vsize=435132 CPUtime=102.19 cores=0,2,4,6

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

/proc/23381/task/23384/stat : 23384 (priss) R 23380 23380 21582 0 -1 4202560 41581 0 0 0 87698 43 0 0 25 0 5 0 595626900 815951872 148247 33554432000 4194304 5787044 140734626964912 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23381/tid=23385] ppid=23380 vsize=796828 CPUtime=882.12 cores=0,2,4,6
/proc/23381/task/23385/stat : 23385 (priss) R 23380 23380 21582 0 -1 4202560 35736 0 0 0 88173 39 0 0 25 0 5 0 595626901 815951872 148247 33554432000 4194304 5787044 140734626964912 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=23381/tid=23386] ppid=23380 vsize=796828 CPUtime=882.19 cores=0,2,4,6
/proc/23381/task/23386/stat : 23386 (priss) R 23380 23380 21582 0 -1 4202560 41408 0 0 0 88196 23 0 0 25 0 5 0 595626902 815951872 148247 33554432000 4194304 5787044 140734626964912 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3524.05
Current children cumulated vsize (KiB) 805528

[startup+942.3 s]
/proc/loadavg: 8.19 8.16 8.08 9/188 23411
/proc/meminfo: memFree=15933836/32950940 swapFree=67111528/67111528
[pid=23380] ppid=23378 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23380/stat : 23380 (priss.sh) S 23378 23380 21582 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595626895 8908800 252 33554432000 4194304 4922060 140733807572912 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23380/statm: 2175 252 211 178 0 68 0
[pid=23381] ppid=23380 vsize=801212 CPUtime=3763.72 cores=0,2,4,6
/proc/23381/stat : 23381 (priss) S 23380 23380 21582 0 -1 4202496 167990 0 0 0 376220 152 0 0 18 0 5 0 595626895 820441088 153331 33554432000 4194304 5787044 140734626964912 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/23381/statm: 200303 153331 419 389 0 196053 0
[pid=23381/tid=23383] ppid=23380 vsize=801212 CPUtime=942.23 cores=0,2,4,6
/proc/23381/task/23383/stat : 23383 (priss) R 23380 23380 21582 0 -1 4202560 38673 0 0 0 94183 40 0 0 25 0 5 0 595626899 820441088 153331 33554432000 4194304 5787044 140734626964912 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=23381/tid=23384] ppid=23380 vsize=801212 CPUtime=937.07 cores=0,2,4,6
/proc/23381/task/23384/stat : 23384 (priss) R 23380 23380 21582 0 -1 4202560 43747 0 0 0 93662 45 0 0 25 0 5 0 595626900 820441088 153331 33554432000 4194304 5787044 140734626964912 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23381/tid=23385] ppid=23380 vsize=801212 CPUtime=942.12 cores=0,2,4,6
/proc/23381/task/23385/stat : 23385 (priss) R 23380 23380 21582 0 -1 4202560 36823 0 0 0 94172 40 0 0 25 0 5 0 595626901 820441088 153331 33554432000 4194304 5787044 140734626964912 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=23381/tid=23386] ppid=23380 vsize=801212 CPUtime=942.2 cores=0,2,4,6
/proc/23381/task/23386/stat : 23386 (priss) R 23380 23380 21582 0 -1 4202560 42498 0 0 0 94195 25 0 0 25 0 5 0 595626902 820441088 153331 33554432000 4194304 5787044 140734626964912 18446744073709551615 5528380 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3763.72
Current children cumulated vsize (KiB) 809912

[startup+1002.3 s]
/proc/loadavg: 7.88 8.09 8.06 9/188 23446
/proc/meminfo: memFree=16798056/32950940 swapFree=67111528/67111528
[pid=23380] ppid=23378 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23380/stat : 23380 (priss.sh) S 23378 23380 21582 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595626895 8908800 252 33554432000 4194304 4922060 140733807572912 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23380/statm: 2175 252 211 178 0 68 0
[pid=23381] ppid=23380 vsize=810424 CPUtime=4003.38 cores=0,2,4,6
/proc/23381/stat : 23381 (priss) S 23380 23380 21582 0 -1 4202496 171661 0 0 0 400182 156 0 0 18 0 5 0 595626895 829874176 156596 33554432000 4194304 5787044 140734626964912 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/23381/statm: 202606 156596 419 389 0 198356 0
[pid=23381/tid=23383] ppid=23380 vsize=810424 CPUtime=1002.22 cores=0,2,4,6
/proc/23381/task/23383/stat : 23383 (priss) R 23380 23380 21582 0 -1 4202560 38946 0 0 0 100181 41 0 0 25 0 5 0 595626899 829874176 156596 33554432000 4194304 5787044 140734626964912 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=23381/tid=23384] ppid=23380 vsize=810424 CPUtime=996.75 cores=0,2,4,6
/proc/23381/task/23384/stat : 23384 (priss) R 23380 23380 21582 0 -1 4202560 44374 0 0 0 99629 46 0 0 25 0 5 0 595626900 829874176 156596 33554432000 4194304 5787044 140734626964912 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23381/tid=23385] ppid=23380 vsize=810424 CPUtime=1002.11 cores=0,2,4,6
/proc/23381/task/23385/stat : 23385 (priss) R 23380 23380 21582 0 -1 4202560 37134 0 0 0 100171 40 0 0 25 0 5 0 595626901 829874176 156596 33554432000 4194304 5787044 140734626964912 18446744073709551615 5591488 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=23381/tid=23386] ppid=23380 vsize=810424 CPUtime=1002.19 cores=0,2,4,6
/proc/23381/task/23386/stat : 23386 (priss) R 23380 23380 21582 0 -1 4202560 44958 0 0 0 100192 27 0 0 25 0 5 0 595626902 829874176 156596 33554432000 4194304 5787044 140734626964912 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4003.38
Current children cumulated vsize (KiB) 819124

[startup+1062.3 s]
/proc/loadavg: 8.06 8.10 8.07 9/188 23448
/proc/meminfo: memFree=16743472/32950940 swapFree=67111528/67111528
[pid=23380] ppid=23378 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23380/stat : 23380 (priss.sh) S 23378 23380 21582 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595626895 8908800 252 33554432000 4194304 4922060 140733807572912 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23380/statm: 2175 252 211 178 0 68 0
[pid=23381] ppid=23380 vsize=812800 CPUtime=4243.04 cores=0,2,4,6
/proc/23381/stat : 23381 (priss) S 23380 23380 21582 0 -1 4202496 172628 0 0 0 424147 157 0 0 18 0 5 0 595626895 832307200 157358 33554432000 4194304 5787044 140734626964912 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/23381/statm: 203200 157358 419 389 0 198950 0
[pid=23381/tid=23383] ppid=23380 vsize=812800 CPUtime=1062.22 cores=0,2,4,6
/proc/23381/task/23383/stat : 23383 (priss) R 23380 23380 21582 0 -1 4202560 38947 0 0 0 106181 41 0 0 25 0 5 0 595626899 832307200 157358 33554432000 4194304 5787044 140734626964912 18446744073709551615 5588240 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=23381/tid=23384] ppid=23380 vsize=812800 CPUtime=1056.42 cores=0,2,4,6
/proc/23381/task/23384/stat : 23384 (priss) R 23380 23380 21582 0 -1 4202560 44735 0 0 0 105596 46 0 0 25 0 5 0 595626900 832307200 157358 33554432000 4194304 5787044 140734626964912 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23381/tid=23385] ppid=23380 vsize=812800 CPUtime=1062.11 cores=0,2,4,6
/proc/23381/task/23385/stat : 23385 (priss) R 23380 23380 21582 0 -1 4202560 37135 0 0 0 106171 40 0 0 25 0 5 0 595626901 832307200 157358 33554432000 4194304 5787044 140734626964912 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=23381/tid=23386] ppid=23380 vsize=812800 CPUtime=1062.2 cores=0,2,4,6
/proc/23381/task/23386/stat : 23386 (priss) R 23380 23380 21582 0 -1 4202560 45562 0 0 0 106192 28 0 0 25 0 5 0 595626902 832307200 157358 33554432000 4194304 5787044 140734626964912 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4243.04
Current children cumulated vsize (KiB) 821500

[startup+1122.3 s]
/proc/loadavg: 8.07 8.10 8.07 9/188 23449
/proc/meminfo: memFree=16716396/32950940 swapFree=67111528/67111528
[pid=23380] ppid=23378 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23380/stat : 23380 (priss.sh) S 23378 23380 21582 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595626895 8908800 252 33554432000 4194304 4922060 140733807572912 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23380/statm: 2175 252 211 178 0 68 0
[pid=23381] ppid=23380 vsize=812800 CPUtime=4482.71 cores=0,2,4,6
/proc/23381/stat : 23381 (priss) S 23380 23380 21582 0 -1 4202496 172635 0 0 0 448114 157 0 0 18 0 5 0 595626895 832307200 157365 33554432000 4194304 5787044 140734626964912 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/23381/statm: 203200 157365 419 389 0 198950 0
[pid=23381/tid=23383] ppid=23380 vsize=812800 CPUtime=1122.22 cores=0,2,4,6
/proc/23381/task/23383/stat : 23383 (priss) R 23380 23380 21582 0 -1 4202560 38947 0 0 0 112181 41 0 0 25 0 5 0 595626899 832307200 157365 33554432000 4194304 5787044 140734626964912 18446744073709551615 5591539 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=23381/tid=23384] ppid=23380 vsize=812800 CPUtime=1116.1 cores=0,2,4,6
/proc/23381/task/23384/stat : 23384 (priss) R 23380 23380 21582 0 -1 4202560 44735 0 0 0 111564 46 0 0 25 0 5 0 595626900 832307200 157365 33554432000 4194304 5787044 140734626964912 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23381/tid=23385] ppid=23380 vsize=812800 CPUtime=1122.1 cores=0,2,4,6
/proc/23381/task/23385/stat : 23385 (priss) R 23380 23380 21582 0 -1 4202560 37140 0 0 0 112170 40 0 0 25 0 5 0 595626901 832307200 157365 33554432000 4194304 5787044 140734626964912 18446744073709551615 4218754 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=23381/tid=23386] ppid=23380 vsize=812800 CPUtime=1122.2 cores=0,2,4,6
/proc/23381/task/23386/stat : 23386 (priss) R 23380 23380 21582 0 -1 4202560 45564 0 0 0 112192 28 0 0 25 0 5 0 595626902 832307200 157365 33554432000 4194304 5787044 140734626964912 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4482.71
Current children cumulated vsize (KiB) 821500

[startup+1182.3 s]
/proc/loadavg: 8.07 8.09 8.07 9/188 23451
/proc/meminfo: memFree=16703824/32950940 swapFree=67111528/67111528
[pid=23380] ppid=23378 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23380/stat : 23380 (priss.sh) S 23378 23380 21582 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595626895 8908800 252 33554432000 4194304 4922060 140733807572912 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23380/statm: 2175 252 211 178 0 68 0
[pid=23381] ppid=23380 vsize=812800 CPUtime=4722.38 cores=0,2,4,6
/proc/23381/stat : 23381 (priss) S 23380 23380 21582 0 -1 4202496 172717 0 0 0 472081 157 0 0 18 0 5 0 595626895 832307200 157447 33554432000 4194304 5787044 140734626964912 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/23381/statm: 203200 157447 419 389 0 198950 0
[pid=23381/tid=23383] ppid=23380 vsize=812800 CPUtime=1182.23 cores=0,2,4,6
/proc/23381/task/23383/stat : 23383 (priss) R 23380 23380 21582 0 -1 4202560 38965 0 0 0 118182 41 0 0 25 0 5 0 595626899 832307200 157447 33554432000 4194304 5787044 140734626964912 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=23381/tid=23384] ppid=23380 vsize=812800 CPUtime=1175.77 cores=0,2,4,6
/proc/23381/task/23384/stat : 23384 (priss) R 23380 23380 21582 0 -1 4202560 44735 0 0 0 117531 46 0 0 25 0 5 0 595626900 832307200 157447 33554432000 4194304 5787044 140734626964912 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23381/tid=23385] ppid=23380 vsize=812800 CPUtime=1182.09 cores=0,2,4,6
/proc/23381/task/23385/stat : 23385 (priss) R 23380 23380 21582 0 -1 4202560 37151 0 0 0 118169 40 0 0 25 0 5 0 595626901 832307200 157447 33554432000 4194304 5787044 140734626964912 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=23381/tid=23386] ppid=23380 vsize=812800 CPUtime=1182.2 cores=0,2,4,6
/proc/23381/task/23386/stat : 23386 (priss) R 23380 23380 21582 0 -1 4202560 45617 0 0 0 118192 28 0 0 25 0 5 0 595626902 832307200 157447 33554432000 4194304 5787044 140734626964912 18446744073709551615 5528394 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4722.38
Current children cumulated vsize (KiB) 821500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.13 8.10 8.07 9/188 23451
/proc/meminfo: memFree=16694636/32950940 swapFree=67111528/67111528
[pid=23380] ppid=23378 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23380/stat : 23380 (priss.sh) S 23378 23380 21582 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595626895 8908800 252 33554432000 4194304 4922060 140733807572912 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23380/statm: 2175 252 211 178 0 68 0
[pid=23381] ppid=23380 vsize=812800 CPUtime=4800.29 cores=0,2,4,6
/proc/23381/stat : 23381 (priss) S 23380 23380 21582 0 -1 4202496 172860 0 0 0 479872 157 0 0 18 0 5 0 595626895 832307200 157590 33554432000 4194304 5787044 140734626964912 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/23381/statm: 203200 157590 419 389 0 198950 0
[pid=23381/tid=23383] ppid=23380 vsize=812800 CPUtime=1201.73 cores=0,2,4,6
/proc/23381/task/23383/stat : 23383 (priss) R 23380 23380 21582 0 -1 4202560 38975 0 0 0 120132 41 0 0 25 0 5 0 595626899 832307200 157590 33554432000 4194304 5787044 140734626964912 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=23381/tid=23384] ppid=23380 vsize=812800 CPUtime=1195.16 cores=0,2,4,6
/proc/23381/task/23384/stat : 23384 (priss) R 23380 23380 21582 0 -1 4202560 44736 0 0 0 119470 46 0 0 25 0 5 0 595626900 832307200 157590 33554432000 4194304 5787044 140734626964912 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23381/tid=23385] ppid=23380 vsize=812800 CPUtime=1201.6 cores=0,2,4,6
/proc/23381/task/23385/stat : 23385 (priss) R 23380 23380 21582 0 -1 4202560 37164 0 0 0 120120 40 0 0 25 0 5 0 595626901 832307200 157590 33554432000 4194304 5787044 140734626964912 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=23381/tid=23386] ppid=23380 vsize=812800 CPUtime=1201.7 cores=0,2,4,6
/proc/23381/task/23386/stat : 23386 (priss) R 23380 23380 21582 0 -1 4202560 45736 0 0 0 120142 28 0 0 25 0 5 0 595626902 832307200 157590 33554432000 4194304 5787044 140734626964912 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 821500

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

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

[startup+1201.8 s]
/proc/loadavg: 8.13 8.10 8.07 9/188 23451
/proc/meminfo: memFree=16694636/32950940 swapFree=67111528/67111528
[pid=23380] ppid=23378 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23380/stat : 23380 (priss.sh) S 23378 23380 21582 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595626895 8908800 252 33554432000 4194304 4922060 140733807572912 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23380/statm: 2175 252 211 178 0 68 0
[pid=23381] ppid=23380 vsize=812800 CPUtime=4800.29 cores=0,2,4,6
/proc/23381/stat : 23381 (priss) S 23380 23380 21582 0 -1 4202496 172860 0 0 0 479872 157 0 0 18 0 5 0 595626895 832307200 157590 33554432000 4194304 5787044 140734626964912 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/23381/statm: 203200 157590 419 389 0 198950 0
[pid=23381/tid=23383] ppid=23380 vsize=812800 CPUtime=1201.73 cores=0,2,4,6
/proc/23381/task/23383/stat : 23383 (priss) R 23380 23380 21582 0 -1 4202560 38975 0 0 0 120132 41 0 0 25 0 5 0 595626899 832307200 157590 33554432000 4194304 5787044 140734626964912 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=23381/tid=23384] ppid=23380 vsize=812800 CPUtime=1195.16 cores=0,2,4,6
/proc/23381/task/23384/stat : 23384 (priss) R 23380 23380 21582 0 -1 4202560 44736 0 0 0 119470 46 0 0 25 0 5 0 595626900 832307200 157590 33554432000 4194304 5787044 140734626964912 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23381/tid=23385] ppid=23380 vsize=812800 CPUtime=1201.6 cores=0,2,4,6
/proc/23381/task/23385/stat : 23385 (priss) R 23380 23380 21582 0 -1 4202560 37164 0 0 0 120120 40 0 0 25 0 5 0 595626901 832307200 157590 33554432000 4194304 5787044 140734626964912 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=23381/tid=23386] ppid=23380 vsize=812800 CPUtime=1201.7 cores=0,2,4,6
/proc/23381/task/23386/stat : 23386 (priss) R 23380 23380 21582 0 -1 4202560 45736 0 0 0 120142 28 0 0 25 0 5 0 595626902 832307200 157590 33554432000 4194304 5787044 140734626964912 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 821500

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23380 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=0
# CPU time returned by wait4() is 0
# while last known CPU time is 4800.29
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.82
CPU time (s): 4800.29
CPU user time (s): 4798.72
CPU system time (s): 1.57
CPU usage (%): 399.419
Max. virtual memory (cumulated for all children) (KiB): 821500

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

runsolver used 1.78673 second user time and 4.77827 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-29 07:12:41
IDJOB=3289711
IDBENCH=83134
IDSOLVER=1603
FILE ID=node117/3289711-1304053961
RUNJOBID= node117-1304041561-21600
PBS_JOBID= 13170383
Free space on /tmp= 71672 MiB

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

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

MD5SUM BENCH= a6df2ce216327c64a0156683acb72fc2
RANDOM SEED=1437750861

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

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

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      16961908 kB
Buffers:       2377068 kB
Cached:       12459968 kB
SwapCached:          0 kB
Active:        8612044 kB
Inactive:      6796152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      16961908 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3528 kB
Writeback:           0 kB
AnonPages:      570044 kB
Mapped:          15624 kB
Slab:           517428 kB
PageTables:       5836 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   782768 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= 71676 MiB
End job on node117 at 2011-04-29 07:32:45