Trace number 3289297

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.38 1202.03

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom19.cnf
MD5SUMd725e0d6a363434dce7cb39ffdb1b83f
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 variables40286
Number of clauses134663
Sum of the clauses size343327
Maximum clause length1301
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 269181
Number of clauses of size 364779
Number of clauses of size 4189
Number of clauses of size 517
Number of clauses of size over 5496

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: 10393
0.00/0.04	c parsetime: 38598us
0.00/0.04	c parsed 134663 clauses with 40286 variables
0.00/0.05	c NW started thread 0 successfully (1104021824)
0.00/0.06	c NW started thread 1 successfully (1114511680)
0.00/0.07	c NW started thread 2 successfully (1125001536)
0.00/0.08	c NW started thread 3 successfully (1135491392)
0.00/1.14	c preprocessor returned 40286 variables
0.00/1.14	c preprocessing returned UNKNOWN
0.00/1.14	c PP set 1424 variables
0.00/1.14	c pp time: 1086216us (1s)
0.00/1.15	c preprocessor returned 40286 variables
0.00/1.15	c preprocessing returned UNKNOWN
0.00/1.15	c PP set 1424 variables
0.00/1.15	c pp time: 1081850us (1s)
0.00/1.16	c preprocessor returned 40286 variables
0.00/1.16	c preprocessing returned UNKNOWN
0.00/1.16	c PP set 1424 variables
0.00/1.16	c pp time: 1080515us (1s)
0.00/1.80	c preprocessor returned 42286 variables
0.00/1.80	c preprocessing returned UNKNOWN
0.00/1.80	c PP set 1422 variables
0.00/1.80	c pp time: 1702556us (1s)
7.25/1.92	c HTE
7.57/2.02	c subsumption
7.57/2.07	c simplified formula contains 0 unit clauses
784.58/196.71	c added unsatisfied clause
784.58/196.71	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-3289297-1304053435/watcher-3289297-1304053435 -o /tmp/evaluation-result-3289297-1304053435/solver-3289297-1304053435 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3289297-1304053435.cnf 468185750 4800 15500 4 

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

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


[startup+0 s]
/proc/loadavg: 8.11 8.11 8.07 5/182 10392
/proc/meminfo: memFree=14790752/32951124 swapFree=67111528/67111528
[pid=10392] ppid=10390 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/10392/stat : 10392 (priss.sh) S 10390 10392 9766 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 516943944 8908800 252 33554432000 4194304 4922060 140735752837056 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10392/statm: 2175 252 211 178 0 68 0

[startup+0.0710709 s]
/proc/loadavg: 8.11 8.11 8.07 5/182 10392
/proc/meminfo: memFree=14790752/32951124 swapFree=67111528/67111528
[pid=10392] ppid=10390 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/10392/stat : 10392 (priss.sh) S 10390 10392 9766 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 516943944 8908800 252 33554432000 4194304 4922060 140735752837056 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10392/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.103449 s]
/proc/loadavg: 8.11 8.11 8.07 5/182 10392
/proc/meminfo: memFree=14790752/32951124 swapFree=67111528/67111528
[pid=10392] ppid=10390 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/10392/stat : 10392 (priss.sh) S 10390 10392 9766 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 516943944 8908800 252 33554432000 4194304 4922060 140735752837056 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10392/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.316432 s]
/proc/loadavg: 8.11 8.11 8.07 5/182 10392
/proc/meminfo: memFree=14790752/32951124 swapFree=67111528/67111528
[pid=10392] ppid=10390 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/10392/stat : 10392 (priss.sh) S 10390 10392 9766 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 516943944 8908800 252 33554432000 4194304 4922060 140735752837056 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10392/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.29184 s]
/proc/loadavg: 8.11 8.11 8.07 5/182 10392
/proc/meminfo: memFree=14790752/32951124 swapFree=67111528/67111528
[pid=10392] ppid=10390 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/10392/stat : 10392 (priss.sh) S 10390 10392 9766 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 516943944 8908800 252 33554432000 4194304 4922060 140735752837056 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10392/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50081 s]
/proc/loadavg: 8.11 8.11 8.07 5/182 10392
/proc/meminfo: memFree=14790752/32951124 swapFree=67111528/67111528
[pid=10392] ppid=10390 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/10392/stat : 10392 (priss.sh) S 10390 10392 9766 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 516943944 8908800 252 33554432000 4194304 4922060 140735752837056 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10392/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10051 s]
/proc/loadavg: 8.11 8.11 8.07 9/189 10399
/proc/meminfo: memFree=14625608/32951124 swapFree=67111528/67111528
[pid=10392] ppid=10390 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/10392/stat : 10392 (priss.sh) S 10390 10392 9766 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 516943944 8908800 252 33554432000 4194304 4922060 140735752837056 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10392/statm: 2175 252 211 178 0 68 0
[pid=10393] ppid=10392 vsize=408316 CPUtime=11.95 cores=1,3,5,7
/proc/10393/stat : 10393 (priss) S 10392 10392 9766 0 -1 4202496 50919 0 0 0 1175 20 0 0 25 0 5 0 516943945 418115584 37545 33554432000 4194304 5787044 140737203903568 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/10393/statm: 102079 37545 419 389 0 97829 0
[pid=10393/tid=10395] ppid=10392 vsize=408316 CPUtime=2.9 cores=1,3,5,7
/proc/10393/task/10395/stat : 10395 (priss) R 10392 10392 9766 0 -1 4202560 8743 0 0 0 285 5 0 0 22 0 5 0 516943950 418115584 37545 33554432000 4194304 5787044 140737203903568 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=10393/tid=10396] ppid=10392 vsize=408316 CPUtime=2.99 cores=1,3,5,7
/proc/10393/task/10396/stat : 10396 (priss) R 10392 10392 9766 0 -1 4202560 8647 0 0 0 296 3 0 0 23 0 5 0 516943950 418115584 37545 33554432000 4194304 5787044 140737203903568 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=10393/tid=10397] ppid=10392 vsize=408316 CPUtime=3 cores=1,3,5,7
/proc/10393/task/10397/stat : 10397 (priss) R 10392 10392 9766 0 -1 4202560 12107 0 0 0 295 5 0 0 23 0 5 0 516943952 418115584 37545 33554432000 4194304 5787044 140737203903568 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=10393/tid=10398] ppid=10392 vsize=408316 CPUtime=2.93 cores=1,3,5,7
/proc/10393/task/10398/stat : 10398 (priss) R 10392 10392 9766 0 -1 4202560 13892 0 0 0 289 4 0 0 22 0 5 0 516943953 418115584 37545 33554432000 4194304 5787044 140737203903568 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 11.95
Current children cumulated vsize (KiB) 417016

[startup+6.30691 s]
/proc/loadavg: 8.18 8.13 8.08 10/189 10399
/proc/meminfo: memFree=14615632/32951124 swapFree=67111528/67111528
[pid=10392] ppid=10390 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/10392/stat : 10392 (priss.sh) S 10390 10392 9766 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 516943944 8908800 252 33554432000 4194304 4922060 140735752837056 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10392/statm: 2175 252 211 178 0 68 0
[pid=10393] ppid=10392 vsize=413208 CPUtime=24.64 cores=1,3,5,7
/proc/10393/stat : 10393 (priss) S 10392 10392 9766 0 -1 4202496 52974 0 0 0 2442 22 0 0 25 0 5 0 516943945 423124992 39600 33554432000 4194304 5787044 140737203903568 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/10393/statm: 103302 39600 419 389 0 99052 0
[pid=10393/tid=10395] ppid=10392 vsize=413208 CPUtime=6 cores=1,3,5,7
/proc/10393/task/10395/stat : 10395 (priss) R 10392 10392 9766 0 -1 4202560 9036 0 0 0 594 6 0 0 25 0 5 0 516943950 423124992 39600 33554432000 4194304 5787044 140737203903568 18446744073709551615 4227988 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=10393/tid=10396] ppid=10392 vsize=413208 CPUtime=6.18 cores=1,3,5,7
/proc/10393/task/10396/stat : 10396 (priss) R 10392 10392 9766 0 -1 4202560 8831 0 0 0 614 4 0 0 25 0 5 0 516943950 423124992 39600 33554432000 4194304 5787044 140737203903568 18446744073709551615 5590976 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=10393/tid=10397] ppid=10392 vsize=413208 CPUtime=6.2 cores=1,3,5,7
/proc/10393/task/10397/stat : 10397 (priss) R 10392 10392 9766 0 -1 4202560 13280 0 0 0 615 5 0 0 25 0 5 0 516943952 423124992 39600 33554432000 4194304 5787044 140737203903568 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=10393/tid=10398] ppid=10392 vsize=413208 CPUtime=6.14 cores=1,3,5,7
/proc/10393/task/10398/stat : 10398 (priss) R 10392 10392 9766 0 -1 4202560 14297 0 0 0 609 5 0 0 25 0 5 0 516943953 423124992 39600 33554432000 4194304 5787044 140737203903568 18446744073709551615 5526859 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.64
Current children cumulated vsize (KiB) 421908

[startup+12.7007 s]
/proc/loadavg: 8.24 8.14 8.08 10/189 10399
/proc/meminfo: memFree=14600620/32951124 swapFree=67111528/67111528
[pid=10392] ppid=10390 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/10392/stat : 10392 (priss.sh) S 10390 10392 9766 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 516943944 8908800 252 33554432000 4194304 4922060 140735752837056 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10392/statm: 2175 252 211 178 0 68 0
[pid=10393] ppid=10392 vsize=414436 CPUtime=49.88 cores=1,3,5,7
/proc/10393/stat : 10393 (priss) S 10392 10392 9766 0 -1 4202496 55102 0 0 0 4964 24 0 0 25 0 5 0 516943945 424382464 41728 33554432000 4194304 5787044 140737203903568 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/10393/statm: 103609 41728 419 389 0 99359 0
[pid=10393/tid=10395] ppid=10392 vsize=414436 CPUtime=12.28 cores=1,3,5,7
/proc/10393/task/10395/stat : 10395 (priss) R 10392 10392 9766 0 -1 4202560 9339 0 0 0 1222 6 0 0 25 0 5 0 516943950 424382464 41728 33554432000 4194304 5787044 140737203903568 18446744073709551615 5585293 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=10393/tid=10396] ppid=10392 vsize=414436 CPUtime=12.54 cores=1,3,5,7
/proc/10393/task/10396/stat : 10396 (priss) R 10392 10392 9766 0 -1 4202560 9053 0 0 0 1250 4 0 0 25 0 5 0 516943950 424382464 41728 33554432000 4194304 5787044 140737203903568 18446744073709551615 5592867 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=10393/tid=10397] ppid=10392 vsize=414436 CPUtime=12.6 cores=1,3,5,7
/proc/10393/task/10397/stat : 10397 (priss) R 10392 10392 9766 0 -1 4202560 14296 0 0 0 1254 6 0 0 25 0 5 0 516943952 424382464 41728 33554432000 4194304 5787044 140737203903568 18446744073709551615 4220275 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=10393/tid=10398] ppid=10392 vsize=414436 CPUtime=12.35 cores=1,3,5,7
/proc/10393/task/10398/stat : 10398 (priss) R 10392 10392 9766 0 -1 4202560 14884 0 0 0 1229 6 0 0 25 0 5 0 516943953 424382464 41728 33554432000 4194304 5787044 140737203903568 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 49.88
Current children cumulated vsize (KiB) 423136

[startup+25.5013 s]
/proc/loadavg: 8.33 8.17 8.09 9/188 10399
/proc/meminfo: memFree=14598184/32951124 swapFree=67111528/67111528
[pid=10392] ppid=10390 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/10392/stat : 10392 (priss.sh) S 10390 10392 9766 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 516943944 8908800 252 33554432000 4194304 4922060 140735752837056 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10392/statm: 2175 252 211 178 0 68 0
[pid=10393] ppid=10392 vsize=421736 CPUtime=100.76 cores=1,3,5,7
/proc/10393/stat : 10393 (priss) S 10392 10392 9766 0 -1 4202496 59835 0 0 0 10047 29 0 0 25 0 5 0 516943945 431857664 46461 33554432000 4194304 5787044 140737203903568 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/10393/statm: 105434 46461 419 389 0 101184 0
[pid=10393/tid=10395] ppid=10392 vsize=421736 CPUtime=25.08 cores=1,3,5,7
/proc/10393/task/10395/stat : 10395 (priss) R 10392 10392 9766 0 -1 4202560 10198 0 0 0 2501 7 0 0 25 0 5 0 516943950 431857664 46461 33554432000 4194304 5787044 140737203903568 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=10393/tid=10396] ppid=10392 vsize=421736 CPUtime=25.27 cores=1,3,5,7
/proc/10393/task/10396/stat : 10396 (priss) R 10392 10392 9766 0 -1 4202560 9904 0 0 0 2522 5 0 0 25 0 5 0 516943950 431857664 46461 33554432000 4194304 5787044 140737203903568 18446744073709551615 4216784 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=10393/tid=10397] ppid=10392 vsize=421736 CPUtime=25.4 cores=1,3,5,7
/proc/10393/task/10397/stat : 10397 (priss) R 10392 10392 9766 0 -1 4202560 15202 0 0 0 2533 7 0 0 25 0 5 0 516943952 431857664 46461 33554432000 4194304 5787044 140737203903568 18446744073709551615 4220241 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=10393/tid=10398] ppid=10392 vsize=421736 CPUtime=24.89 cores=1,3,5,7
/proc/10393/task/10398/stat : 10398 (priss) R 10392 10392 9766 0 -1 4202560 17001 0 0 0 2482 7 0 0 25 0 5 0 516943953 431857664 46461 33554432000 4194304 5787044 140737203903568 18446744073709551615 5528394 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 100.76
Current children cumulated vsize (KiB) 430436

[startup+51.1005 s]
/proc/loadavg: 8.21 8.15 8.09 9/188 10400
/proc/meminfo: memFree=14566236/32951124 swapFree=67111528/67111528
[pid=10392] ppid=10390 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/10392/stat : 10392 (priss.sh) S 10390 10392 9766 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 516943944 8908800 252 33554432000 4194304 4922060 140735752837056 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10392/statm: 2175 252 211 178 0 68 0
[pid=10393] ppid=10392 vsize=430640 CPUtime=203 cores=1,3,5,7
/proc/10393/stat : 10393 (priss) S 10392 10392 9766 0 -1 4202496 68182 0 0 0 20260 40 0 0 25 0 5 0 516943945 440975360 54807 33554432000 4194304 5787044 140737203903568 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/10393/statm: 107660 54807 419 389 0 103410 0
[pid=10393/tid=10395] ppid=10392 vsize=430640 CPUtime=50.67 cores=1,3,5,7
/proc/10393/task/10395/stat : 10395 (priss) R 10392 10392 9766 0 -1 4202560 12829 0 0 0 5056 11 0 0 25 0 5 0 516943950 440975360 54807 33554432000 4194304 5787044 140737203903568 18446744073709551615 5591195 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=10393/tid=10396] ppid=10392 vsize=430640 CPUtime=50.74 cores=1,3,5,7
/proc/10393/task/10396/stat : 10396 (priss) R 10392 10392 9766 0 -1 4202560 12139 0 0 0 5067 7 0 0 25 0 5 0 516943950 440975360 54807 33554432000 4194304 5787044 140737203903568 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=10393/tid=10397] ppid=10392 vsize=430640 CPUtime=50.99 cores=1,3,5,7
/proc/10393/task/10397/stat : 10397 (priss) R 10392 10392 9766 0 -1 4202560 17117 0 0 0 5089 10 0 0 25 0 5 0 516943952 440975360 54807 33554432000 4194304 5787044 140737203903568 18446744073709551615 5586853 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=10393/tid=10398] ppid=10392 vsize=430640 CPUtime=50.49 cores=1,3,5,7
/proc/10393/task/10398/stat : 10398 (priss) R 10392 10392 9766 0 -1 4202560 18567 0 0 0 5039 10 0 0 25 0 5 0 516943953 440975360 54807 33554432000 4194304 5787044 140737203903568 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203
Current children cumulated vsize (KiB) 439340

[startup+102.301 s]
/proc/loadavg: 8.14 8.14 8.09 9/188 10401
/proc/meminfo: memFree=14515244/32951124 swapFree=67111528/67111528
[pid=10392] ppid=10390 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/10392/stat : 10392 (priss.sh) S 10390 10392 9766 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 516943944 8908800 252 33554432000 4194304 4922060 140735752837056 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10392/statm: 2175 252 211 178 0 68 0
[pid=10393] ppid=10392 vsize=447432 CPUtime=407.51 cores=1,3,5,7
/proc/10393/stat : 10393 (priss) S 10392 10392 9766 0 -1 4202496 79081 0 0 0 40693 58 0 0 25 0 5 0 516943945 458170368 65640 33554432000 4194304 5787044 140737203903568 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/10393/statm: 111858 65640 419 389 0 107608 0
[pid=10393/tid=10395] ppid=10392 vsize=447432 CPUtime=101.86 cores=1,3,5,7
/proc/10393/task/10395/stat : 10395 (priss) R 10392 10392 9766 0 -1 4202560 14657 0 0 0 10173 13 0 0 25 0 5 0 516943950 458170368 65640 33554432000 4194304 5787044 140737203903568 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=10393/tid=10396] ppid=10392 vsize=447432 CPUtime=101.65 cores=1,3,5,7
/proc/10393/task/10396/stat : 10396 (priss) R 10392 10392 9766 0 -1 4202560 16171 0 0 0 10154 11 0 0 25 0 5 0 516943950 458170368 65640 33554432000 4194304 5787044 140737203903568 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=10393/tid=10397] ppid=10392 vsize=447432 CPUtime=102.19 cores=1,3,5,7
/proc/10393/task/10397/stat : 10397 (priss) R 10392 10392 9766 0 -1 4202560 19550 0 0 0 10204 15 0 0 25 0 5 0 516943952 458170368 65640 33554432000 4194304 5787044 140737203903568 18446744073709551615 5591019 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=10393/tid=10398] ppid=10392 vsize=447432 CPUtime=101.69 cores=1,3,5,7
/proc/10393/task/10398/stat : 10398 (priss) R 10392 10392 9766 0 -1 4202560 21173 0 0 0 10153 16 0 0 25 0 5 0 516943953 458170368 65640 33554432000 4194304 5787044 140737203903568 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 407.51
Current children cumulated vsize (KiB) 456132

[startup+162.301 s]
/proc/loadavg: 8.21 8.16 8.09 9/188 10403
/proc/meminfo: memFree=14443156/32951124 swapFree=67111528/67111528
[pid=10392] ppid=10390 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/10392/stat : 10392 (priss.sh) S 10390 10392 9766 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 516943944 8908800 252 33554432000 4194304 4922060 140735752837056 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10392/statm: 2175 252 211 178 0 68 0
[pid=10393] ppid=10392 vsize=451532 CPUtime=647.18 cores=1,3,5,7

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

/proc/10393/task/10396/stat : 10396 (priss) R 10392 10392 9766 0 -1 4202560 41474 0 0 0 82012 50 0 0 25 0 5 0 516943950 829149184 158137 33554432000 4194304 5787044 140737203903568 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=10393/tid=10397] ppid=10392 vsize=809716 CPUtime=822.18 cores=1,3,5,7
/proc/10393/task/10397/stat : 10397 (priss) R 10392 10392 9766 0 -1 4202560 47418 0 0 0 82157 61 0 0 25 0 5 0 516943952 829149184 158137 33554432000 4194304 5787044 140737203903568 18446744073709551615 5391886 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=10393/tid=10398] ppid=10392 vsize=809716 CPUtime=818.79 cores=1,3,5,7
/proc/10393/task/10398/stat : 10398 (priss) R 10392 10392 9766 0 -1 4202560 44087 0 0 0 81834 45 0 0 25 0 5 0 516943953 829149184 158137 33554432000 4194304 5787044 140737203903568 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3283.58
Current children cumulated vsize (KiB) 818416

[startup+882.301 s]
/proc/loadavg: 8.18 8.11 8.09 9/188 10455
/proc/meminfo: memFree=14355244/32951124 swapFree=67111528/67111528
[pid=10392] ppid=10390 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/10392/stat : 10392 (priss.sh) S 10390 10392 9766 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 516943944 8908800 252 33554432000 4194304 4922060 140735752837056 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10392/statm: 2175 252 211 178 0 68 0
[pid=10393] ppid=10392 vsize=826060 CPUtime=3523.27 cores=1,3,5,7
/proc/10393/stat : 10393 (priss) S 10392 10392 9766 0 -1 4202496 183676 0 0 0 352112 215 0 0 25 0 5 0 516943945 845885440 169356 33554432000 4194304 5787044 140737203903568 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/10393/statm: 206515 169356 419 389 0 202265 0
[pid=10393/tid=10395] ppid=10392 vsize=826060 CPUtime=881.87 cores=1,3,5,7
/proc/10393/task/10395/stat : 10395 (priss) R 10392 10392 9766 0 -1 4202560 36394 0 0 0 88142 45 0 0 25 0 5 0 516943950 845885440 169356 33554432000 4194304 5787044 140737203903568 18446744073709551615 5591219 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=10393/tid=10396] ppid=10392 vsize=826060 CPUtime=880.63 cores=1,3,5,7
/proc/10393/task/10396/stat : 10396 (priss) R 10392 10392 9766 0 -1 4202560 44827 0 0 0 88006 57 0 0 25 0 5 0 516943950 845885440 169356 33554432000 4194304 5787044 140737203903568 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=10393/tid=10397] ppid=10392 vsize=826060 CPUtime=882.19 cores=1,3,5,7
/proc/10393/task/10397/stat : 10397 (priss) R 10392 10392 9766 0 -1 4202560 50519 0 0 0 88154 65 0 0 25 0 5 0 516943952 845885440 169356 33554432000 4194304 5787044 140737203903568 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=10393/tid=10398] ppid=10392 vsize=826060 CPUtime=878.46 cores=1,3,5,7
/proc/10393/task/10398/stat : 10398 (priss) R 10392 10392 9766 0 -1 4202560 44406 0 0 0 87801 45 0 0 25 0 5 0 516943953 845885440 169356 33554432000 4194304 5787044 140737203903568 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3523.27
Current children cumulated vsize (KiB) 834760

[startup+942.301 s]
/proc/loadavg: 8.14 8.11 8.09 9/188 10457
/proc/meminfo: memFree=14313056/32951124 swapFree=67111528/67111528
[pid=10392] ppid=10390 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/10392/stat : 10392 (priss.sh) S 10390 10392 9766 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 516943944 8908800 252 33554432000 4194304 4922060 140735752837056 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10392/statm: 2175 252 211 178 0 68 0
[pid=10393] ppid=10392 vsize=899280 CPUtime=3762.95 cores=1,3,5,7
/proc/10393/stat : 10393 (priss) S 10392 10392 9766 0 -1 4202496 190018 0 0 0 376072 223 0 0 25 0 5 0 516943945 920862720 175698 33554432000 4194304 5787044 140737203903568 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/10393/statm: 224820 175698 419 389 0 220570 0
[pid=10393/tid=10395] ppid=10392 vsize=899280 CPUtime=941.87 cores=1,3,5,7
/proc/10393/task/10395/stat : 10395 (priss) R 10392 10392 9766 0 -1 4202560 39556 0 0 0 94136 51 0 0 25 0 5 0 516943950 920862720 175698 33554432000 4194304 5787044 140737203903568 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=10393/tid=10396] ppid=10392 vsize=899280 CPUtime=940.63 cores=1,3,5,7
/proc/10393/task/10396/stat : 10396 (priss) R 10392 10392 9766 0 -1 4202560 46728 0 0 0 94005 58 0 0 25 0 5 0 516943950 920862720 175698 33554432000 4194304 5787044 140737203903568 18446744073709551615 5591780 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=10393/tid=10397] ppid=10392 vsize=899280 CPUtime=942.19 cores=1,3,5,7
/proc/10393/task/10397/stat : 10397 (priss) R 10392 10392 9766 0 -1 4202560 51416 0 0 0 94154 65 0 0 25 0 5 0 516943952 920862720 175698 33554432000 4194304 5787044 140737203903568 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=10393/tid=10398] ppid=10392 vsize=899280 CPUtime=938.14 cores=1,3,5,7
/proc/10393/task/10398/stat : 10398 (priss) R 10392 10392 9766 0 -1 4202560 44788 0 0 0 93769 45 0 0 25 0 5 0 516943953 920862720 175698 33554432000 4194304 5787044 140737203903568 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3762.95
Current children cumulated vsize (KiB) 907980

[startup+1002.3 s]
/proc/loadavg: 8.09 8.10 8.09 9/188 10458
/proc/meminfo: memFree=14303988/32951124 swapFree=67111528/67111528
[pid=10392] ppid=10390 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/10392/stat : 10392 (priss.sh) S 10390 10392 9766 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 516943944 8908800 252 33554432000 4194304 4922060 140735752837056 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10392/statm: 2175 252 211 178 0 68 0
[pid=10393] ppid=10392 vsize=899280 CPUtime=4002.61 cores=1,3,5,7
/proc/10393/stat : 10393 (priss) S 10392 10392 9766 0 -1 4202496 192291 0 0 0 400034 227 0 0 25 0 5 0 516943945 920862720 177766 33554432000 4194304 5787044 140737203903568 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/10393/statm: 224820 177766 419 389 0 220570 0
[pid=10393/tid=10395] ppid=10392 vsize=899280 CPUtime=1001.87 cores=1,3,5,7
/proc/10393/task/10395/stat : 10395 (priss) R 10392 10392 9766 0 -1 4202560 40503 0 0 0 100134 53 0 0 25 0 5 0 516943950 920862720 177766 33554432000 4194304 5787044 140737203903568 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=10393/tid=10396] ppid=10392 vsize=899280 CPUtime=1000.62 cores=1,3,5,7
/proc/10393/task/10396/stat : 10396 (priss) R 10392 10392 9766 0 -1 4202560 47716 0 0 0 100002 60 0 0 25 0 5 0 516943950 920862720 177766 33554432000 4194304 5787044 140737203903568 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=10393/tid=10397] ppid=10392 vsize=899280 CPUtime=1002.18 cores=1,3,5,7
/proc/10393/task/10397/stat : 10397 (priss) R 10392 10392 9766 0 -1 4202560 51416 0 0 0 100153 65 0 0 25 0 5 0 516943952 920862720 177766 33554432000 4194304 5787044 140737203903568 18446744073709551615 5586709 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=10393/tid=10398] ppid=10392 vsize=899280 CPUtime=997.81 cores=1,3,5,7
/proc/10393/task/10398/stat : 10398 (priss) R 10392 10392 9766 0 -1 4202560 45126 0 0 0 99735 46 0 0 25 0 5 0 516943953 920862720 177766 33554432000 4194304 5787044 140737203903568 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4002.61
Current children cumulated vsize (KiB) 907980

[startup+1062.31 s]
/proc/loadavg: 8.03 8.08 8.08 9/188 10460
/proc/meminfo: memFree=14249532/32951124 swapFree=67111528/67111528
[pid=10392] ppid=10390 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/10392/stat : 10392 (priss.sh) S 10390 10392 9766 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 516943944 8908800 252 33554432000 4194304 4922060 140735752837056 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10392/statm: 2175 252 211 178 0 68 0
[pid=10393] ppid=10392 vsize=899280 CPUtime=4242.31 cores=1,3,5,7
/proc/10393/stat : 10393 (priss) S 10392 10392 9766 0 -1 4202496 192665 0 0 0 424004 227 0 0 25 0 5 0 516943945 920862720 177938 33554432000 4194304 5787044 140737203903568 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/10393/statm: 224820 177938 419 389 0 220570 0
[pid=10393/tid=10395] ppid=10392 vsize=899280 CPUtime=1061.88 cores=1,3,5,7
/proc/10393/task/10395/stat : 10395 (priss) R 10392 10392 9766 0 -1 4202560 40737 0 0 0 106135 53 0 0 25 0 5 0 516943950 920862720 177938 33554432000 4194304 5787044 140737203903568 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=10393/tid=10396] ppid=10392 vsize=899280 CPUtime=1060.63 cores=1,3,5,7
/proc/10393/task/10396/stat : 10396 (priss) R 10392 10392 9766 0 -1 4202560 47854 0 0 0 106003 60 0 0 25 0 5 0 516943950 920862720 177938 33554432000 4194304 5787044 140737203903568 18446744073709551615 5591592 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=10393/tid=10397] ppid=10392 vsize=899280 CPUtime=1062.19 cores=1,3,5,7
/proc/10393/task/10397/stat : 10397 (priss) R 10392 10392 9766 0 -1 4202560 51418 0 0 0 106154 65 0 0 25 0 5 0 516943952 920862720 177938 33554432000 4194304 5787044 140737203903568 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=10393/tid=10398] ppid=10392 vsize=899280 CPUtime=1057.48 cores=1,3,5,7
/proc/10393/task/10398/stat : 10398 (priss) R 10392 10392 9766 0 -1 4202560 45126 0 0 0 105702 46 0 0 25 0 5 0 516943953 920862720 177938 33554432000 4194304 5787044 140737203903568 18446744073709551615 5528442 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4242.31
Current children cumulated vsize (KiB) 907980

[startup+1122.3 s]
/proc/loadavg: 8.01 8.06 8.08 9/188 10461
/proc/meminfo: memFree=14178708/32951124 swapFree=67111528/67111528
[pid=10392] ppid=10390 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/10392/stat : 10392 (priss.sh) S 10390 10392 9766 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 516943944 8908800 252 33554432000 4194304 4922060 140735752837056 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10392/statm: 2175 252 211 178 0 68 0
[pid=10393] ppid=10392 vsize=899280 CPUtime=4481.97 cores=1,3,5,7
/proc/10393/stat : 10393 (priss) S 10392 10392 9766 0 -1 4202496 192667 0 0 0 447969 228 0 0 25 0 5 0 516943945 920862720 177940 33554432000 4194304 5787044 140737203903568 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/10393/statm: 224820 177940 419 389 0 220570 0
[pid=10393/tid=10395] ppid=10392 vsize=899280 CPUtime=1121.88 cores=1,3,5,7
/proc/10393/task/10395/stat : 10395 (priss) R 10392 10392 9766 0 -1 4202560 40737 0 0 0 112135 53 0 0 25 0 5 0 516943950 920862720 177940 33554432000 4194304 5787044 140737203903568 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=10393/tid=10396] ppid=10392 vsize=899280 CPUtime=1120.63 cores=1,3,5,7
/proc/10393/task/10396/stat : 10396 (priss) R 10392 10392 9766 0 -1 4202560 47854 0 0 0 112002 61 0 0 25 0 5 0 516943950 920862720 177940 33554432000 4194304 5787044 140737203903568 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=10393/tid=10397] ppid=10392 vsize=899280 CPUtime=1122.19 cores=1,3,5,7
/proc/10393/task/10397/stat : 10397 (priss) R 10392 10392 9766 0 -1 4202560 51420 0 0 0 112154 65 0 0 25 0 5 0 516943952 920862720 177940 33554432000 4194304 5787044 140737203903568 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=10393/tid=10398] ppid=10392 vsize=899280 CPUtime=1117.15 cores=1,3,5,7
/proc/10393/task/10398/stat : 10398 (priss) R 10392 10392 9766 0 -1 4202560 45126 0 0 0 111669 46 0 0 25 0 5 0 516943953 920862720 177940 33554432000 4194304 5787044 140737203903568 18446744073709551615 5528368 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4481.97
Current children cumulated vsize (KiB) 907980

[startup+1182.3 s]
/proc/loadavg: 8.00 8.05 8.07 9/188 10463
/proc/meminfo: memFree=14152396/32951124 swapFree=67111528/67111528
[pid=10392] ppid=10390 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/10392/stat : 10392 (priss.sh) S 10390 10392 9766 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 516943944 8908800 252 33554432000 4194304 4922060 140735752837056 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10392/statm: 2175 252 211 178 0 68 0
[pid=10393] ppid=10392 vsize=905088 CPUtime=4721.65 cores=1,3,5,7
/proc/10393/stat : 10393 (priss) S 10392 10392 9766 0 -1 4202496 194171 0 0 0 471935 230 0 0 25 0 5 0 516943945 926810112 179444 33554432000 4194304 5787044 140737203903568 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/10393/statm: 226272 179444 419 389 0 222022 0
[pid=10393/tid=10395] ppid=10392 vsize=905088 CPUtime=1181.88 cores=1,3,5,7
/proc/10393/task/10395/stat : 10395 (priss) R 10392 10392 9766 0 -1 4202560 40744 0 0 0 118135 53 0 0 25 0 5 0 516943950 926810112 179444 33554432000 4194304 5787044 140737203903568 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=10393/tid=10396] ppid=10392 vsize=905088 CPUtime=1180.63 cores=1,3,5,7
/proc/10393/task/10396/stat : 10396 (priss) R 10392 10392 9766 0 -1 4202560 49322 0 0 0 118001 62 0 0 25 0 5 0 516943950 926810112 179444 33554432000 4194304 5787044 140737203903568 18446744073709551615 4254966 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=10393/tid=10397] ppid=10392 vsize=905088 CPUtime=1182.2 cores=1,3,5,7
/proc/10393/task/10397/stat : 10397 (priss) R 10392 10392 9766 0 -1 4202560 51442 0 0 0 118154 66 0 0 25 0 5 0 516943952 926810112 179444 33554432000 4194304 5787044 140737203903568 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=10393/tid=10398] ppid=10392 vsize=905088 CPUtime=1176.83 cores=1,3,5,7
/proc/10393/task/10398/stat : 10398 (priss) R 10392 10392 9766 0 -1 4202560 45133 0 0 0 117637 46 0 0 25 0 5 0 516943953 926810112 179444 33554432000 4194304 5787044 140737203903568 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4721.65
Current children cumulated vsize (KiB) 913788



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.01 s]
/proc/loadavg: 8.00 8.04 8.07 9/188 10464
/proc/meminfo: memFree=14143204/32951124 swapFree=67111528/67111528
[pid=10392] ppid=10390 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/10392/stat : 10392 (priss.sh) S 10390 10392 9766 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 516943944 8908800 252 33554432000 4194304 4922060 140735752837056 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10392/statm: 2175 252 211 178 0 68 0
[pid=10393] ppid=10392 vsize=909180 CPUtime=4800.38 cores=1,3,5,7
/proc/10393/stat : 10393 (priss) S 10392 10392 9766 0 -1 4202496 196385 0 0 0 479805 233 0 0 25 0 5 0 516943945 931000320 181658 33554432000 4194304 5787044 140737203903568 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/10393/statm: 227295 181658 419 389 0 223045 0
[pid=10393/tid=10395] ppid=10392 vsize=909180 CPUtime=1201.59 cores=1,3,5,7
/proc/10393/task/10395/stat : 10395 (priss) R 10392 10392 9766 0 -1 4202560 40744 0 0 0 120106 53 0 0 25 0 5 0 516943950 931000320 181658 33554432000 4194304 5787044 140737203903568 18446744073709551615 4215351 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=10393/tid=10396] ppid=10392 vsize=909180 CPUtime=1200.34 cores=1,3,5,7
/proc/10393/task/10396/stat : 10396 (priss) R 10392 10392 9766 0 -1 4202560 50361 0 0 0 119971 63 0 0 25 0 5 0 516943950 931000320 181659 33554432000 4194304 5787044 140737203903568 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=10393/tid=10397] ppid=10392 vsize=909180 CPUtime=1201.9 cores=1,3,5,7
/proc/10393/task/10397/stat : 10397 (priss) R 10392 10392 9766 0 -1 4202560 51957 0 0 0 120123 67 0 0 25 0 5 0 516943952 931000320 181659 33554432000 4194304 5787044 140737203903568 18446744073709551615 244446606369 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=10393/tid=10398] ppid=10392 vsize=909180 CPUtime=1196.42 cores=1,3,5,7
/proc/10393/task/10398/stat : 10398 (priss) R 10392 10392 9766 0 -1 4202560 45794 0 0 0 119595 47 0 0 25 0 5 0 516943953 931000320 181659 33554432000 4194304 5787044 140737203903568 18446744073709551615 5527037 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 917880

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1202.03
CPU time (s): 4800.38
CPU user time (s): 4798.05
CPU system time (s): 2.33
CPU usage (%): 399.358
Max. virtual memory (cumulated for all children) (KiB): 917880

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

runsolver used 1.68574 second user time and 4.87926 second system time

The end

Launcher Data

Begin job on node105 at 2011-04-29 07:03:55
IDJOB=3289297
IDBENCH=83119
IDSOLVER=1603
FILE ID=node105/3289297-1304053435
RUNJOBID= node105-1304047118-9785
PBS_JOBID= 13170404
Free space on /tmp= 71932 MiB

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

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

MD5SUM BENCH= d725e0d6a363434dce7cb39ffdb1b83f
RANDOM SEED=468185750

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14790908 kB
Buffers:       2300804 kB
Cached:       14440032 kB
SwapCached:          0 kB
Active:        9729532 kB
Inactive:      7859120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14790908 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3896 kB
Writeback:           0 kB
AnonPages:      847240 kB
Mapped:          15636 kB
Slab:           506996 kB
PageTables:       6172 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1048268 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= 71932 MiB
End job on node105 at 2011-04-29 07:23:59