Trace number 3288975

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.17 1201.82

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom20.cnf
MD5SUM9851f8e63efc4505343bf50c1cf30646
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 variables44362
Number of clauses148436
Sum of the clauses size378642
Maximum clause length1419
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 276003
Number of clauses of size 371663
Number of clauses of size 4209
Number of clauses of size 518
Number of clauses of size over 5542

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: 23274
0.00/0.04	c parsetime: 43193us
0.00/0.04	c parsed 148436 clauses with 44362 variables
0.00/0.05	c NW started thread 0 successfully (1101072704)
0.00/0.06	c NW started thread 1 successfully (1111562560)
0.00/0.07	c NW started thread 2 successfully (1089227072)
0.00/0.09	c NW started thread 3 successfully (1122052416)
0.00/1.29	c preprocessor returned 44362 variables
0.00/1.29	c preprocessing returned UNKNOWN
0.00/1.29	c PP set 1545 variables
0.00/1.29	c pp time: 1222213us (1s)
0.00/1.29	c preprocessor returned 44362 variables
0.00/1.29	c preprocessing returned UNKNOWN
0.00/1.29	c PP set 1545 variables
0.00/1.29	c pp time: 1222117us (1s)
0.00/1.31	c preprocessor returned 44362 variables
0.00/1.31	c preprocessing returned UNKNOWN
0.00/1.31	c PP set 1545 variables
0.00/1.31	c pp time: 1229975us (1s)
7.74/2.01	c preprocessor returned 46362 variables
7.74/2.01	c preprocessing returned UNKNOWN
7.74/2.01	c PP set 1545 variables
7.74/2.01	c pp time: 1914535us (1s)
8.14/2.16	c HTE
8.53/2.20	c subsumption
8.53/2.26	c simplified formula contains 0 unit clauses
250.97/62.98	c added unsatisfied clause
250.97/62.98	c failed to add network clauses
977.54/244.84	c HTE
1092.96/273.73	c subsumption
1392.12/348.63	c simplified formula contains 0 unit clauses
1392.12/348.69	c received clause contains eliminated literal 5053

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

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

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


[startup+0 s]
/proc/loadavg: 7.95 8.05 8.02 5/182 23273
/proc/meminfo: memFree=17039696/32950940 swapFree=67111528/67111528
[pid=23273] ppid=23271 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23273/stat : 23273 (priss.sh) S 23271 23273 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595506495 8908800 251 33554432000 4194304 4922060 140737061006896 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23273/statm: 2175 251 211 178 0 68 0

[startup+0.051588 s]
/proc/loadavg: 7.95 8.05 8.02 5/182 23273
/proc/meminfo: memFree=17039696/32950940 swapFree=67111528/67111528
[pid=23273] ppid=23271 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23273/stat : 23273 (priss.sh) S 23271 23273 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595506495 8908800 251 33554432000 4194304 4922060 140737061006896 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23273/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100665 s]
/proc/loadavg: 7.95 8.05 8.02 5/182 23273
/proc/meminfo: memFree=17039696/32950940 swapFree=67111528/67111528
[pid=23273] ppid=23271 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23273/stat : 23273 (priss.sh) S 23271 23273 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595506495 8908800 251 33554432000 4194304 4922060 140737061006896 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23273/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300547 s]
/proc/loadavg: 7.95 8.05 8.02 5/182 23273
/proc/meminfo: memFree=17039696/32950940 swapFree=67111528/67111528
[pid=23273] ppid=23271 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23273/stat : 23273 (priss.sh) S 23271 23273 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595506495 8908800 251 33554432000 4194304 4922060 140737061006896 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23273/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.19776 s]
/proc/loadavg: 7.95 8.05 8.02 5/182 23273
/proc/meminfo: memFree=17039696/32950940 swapFree=67111528/67111528
[pid=23273] ppid=23271 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23273/stat : 23273 (priss.sh) S 23271 23273 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595506495 8908800 251 33554432000 4194304 4922060 140737061006896 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23273/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50034 s]
/proc/loadavg: 7.95 8.05 8.02 5/182 23273
/proc/meminfo: memFree=17039696/32950940 swapFree=67111528/67111528
[pid=23273] ppid=23271 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23273/stat : 23273 (priss.sh) S 23271 23273 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595506495 8908800 251 33554432000 4194304 4922060 140737061006896 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23273/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10106 s]
/proc/loadavg: 7.96 8.05 8.02 9/188 23279
/proc/meminfo: memFree=16869940/32950940 swapFree=67111528/67111528
[pid=23273] ppid=23271 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23273/stat : 23273 (priss.sh) S 23271 23273 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595506495 8908800 251 33554432000 4194304 4922060 140737061006896 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23273/statm: 2175 251 211 178 0 68 0
[pid=23274] ppid=23273 vsize=402072 CPUtime=12.13 cores=0,2,4,6
/proc/23274/stat : 23274 (priss) S 23273 23273 21582 0 -1 4202496 56706 0 0 0 1196 17 0 0 19 0 5 0 595506496 411721728 42269 33554432000 4194304 5787044 140736077292320 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/23274/statm: 100518 42269 419 389 0 96268 0
[pid=23274/tid=23276] ppid=23273 vsize=402072 CPUtime=3.01 cores=0,2,4,6
/proc/23274/task/23276/stat : 23276 (priss) R 23273 23273 21582 0 -1 4202560 11348 0 0 0 298 3 0 0 22 0 5 0 595506501 411721728 42269 33554432000 4194304 5787044 140736077292320 18446744073709551615 5601806 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23274/tid=23277] ppid=23273 vsize=402072 CPUtime=3.01 cores=0,2,4,6
/proc/23274/task/23277/stat : 23277 (priss) R 23273 23273 21582 0 -1 4202560 10660 0 0 0 297 4 0 0 22 0 5 0 595506502 411721728 42269 33554432000 4194304 5787044 140736077292320 18446744073709551615 5576478 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=23274/tid=23278] ppid=23273 vsize=402072 CPUtime=3 cores=0,2,4,6
/proc/23274/task/23278/stat : 23278 (priss) R 23273 23273 21582 0 -1 4202560 11013 0 0 0 296 4 0 0 22 0 5 0 595506503 411721728 42269 33554432000 4194304 5787044 140736077292320 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=23274/tid=23279] ppid=23273 vsize=402072 CPUtime=2.99 cores=0,2,4,6
/proc/23274/task/23279/stat : 23279 (priss) R 23273 23273 21582 0 -1 4202560 16097 0 0 0 295 4 0 0 22 0 5 0 595506505 411721728 42269 33554432000 4194304 5787044 140736077292320 18446744073709551615 4254552 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.13
Current children cumulated vsize (KiB) 410772

[startup+6.3005 s]
/proc/loadavg: 7.96 8.05 8.02 9/188 23279
/proc/meminfo: memFree=16865608/32950940 swapFree=67111528/67111528
[pid=23273] ppid=23271 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23273/stat : 23273 (priss.sh) S 23271 23273 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595506495 8908800 251 33554432000 4194304 4922060 140737061006896 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23273/statm: 2175 251 211 178 0 68 0
[pid=23274] ppid=23273 vsize=402072 CPUtime=24.91 cores=0,2,4,6
/proc/23274/stat : 23274 (priss) S 23273 23273 21582 0 -1 4202496 57389 0 0 0 2473 18 0 0 19 0 5 0 595506496 411721728 42952 33554432000 4194304 5787044 140736077292320 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/23274/statm: 100518 42952 419 389 0 96268 0
[pid=23274/tid=23276] ppid=23273 vsize=402072 CPUtime=6.19 cores=0,2,4,6
/proc/23274/task/23276/stat : 23276 (priss) R 23273 23273 21582 0 -1 4202560 11582 0 0 0 616 3 0 0 25 0 5 0 595506501 411721728 42952 33554432000 4194304 5787044 140736077292320 18446744073709551615 4254912 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23274/tid=23277] ppid=23273 vsize=402072 CPUtime=6.21 cores=0,2,4,6
/proc/23274/task/23277/stat : 23277 (priss) R 23273 23273 21582 0 -1 4202560 10978 0 0 0 617 4 0 0 25 0 5 0 595506502 411721728 42952 33554432000 4194304 5787044 140736077292320 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=23274/tid=23278] ppid=23273 vsize=402072 CPUtime=6.19 cores=0,2,4,6
/proc/23274/task/23278/stat : 23278 (priss) R 23273 23273 21582 0 -1 4202560 11013 0 0 0 615 4 0 0 25 0 5 0 595506503 411721728 42952 33554432000 4194304 5787044 140736077292320 18446744073709551615 5585266 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=23274/tid=23279] ppid=23273 vsize=402072 CPUtime=6.19 cores=0,2,4,6
/proc/23274/task/23279/stat : 23279 (priss) R 23273 23273 21582 0 -1 4202560 16228 0 0 0 615 4 0 0 25 0 5 0 595506505 411721728 42952 33554432000 4194304 5787044 140736077292320 18446744073709551615 4254633 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.91
Current children cumulated vsize (KiB) 410772

[startup+12.7064 s]
/proc/loadavg: 7.96 8.04 8.02 9/188 23280
/proc/meminfo: memFree=16849152/32950940 swapFree=67111528/67111528
[pid=23273] ppid=23271 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23273/stat : 23273 (priss.sh) S 23271 23273 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595506495 8908800 251 33554432000 4194304 4922060 140737061006896 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23273/statm: 2175 251 211 178 0 68 0
[pid=23274] ppid=23273 vsize=404860 CPUtime=50.5 cores=0,2,4,6
/proc/23274/stat : 23274 (priss) S 23273 23273 21582 0 -1 4202496 59792 0 0 0 5030 20 0 0 19 0 5 0 595506496 414576640 45355 33554432000 4194304 5787044 140736077292320 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/23274/statm: 101215 45355 419 389 0 96965 0
[pid=23274/tid=23276] ppid=23273 vsize=404860 CPUtime=12.56 cores=0,2,4,6
/proc/23274/task/23276/stat : 23276 (priss) R 23273 23273 21582 0 -1 4202560 12079 0 0 0 1252 4 0 0 25 0 5 0 595506501 414576640 45355 33554432000 4194304 5787044 140736077292320 18446744073709551615 4218848 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23274/tid=23277] ppid=23273 vsize=404860 CPUtime=12.62 cores=0,2,4,6
/proc/23274/task/23277/stat : 23277 (priss) R 23273 23273 21582 0 -1 4202560 11446 0 0 0 1257 5 0 0 25 0 5 0 595506502 414576640 45355 33554432000 4194304 5787044 140736077292320 18446744073709551615 4218250 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=23274/tid=23278] ppid=23273 vsize=404860 CPUtime=12.6 cores=0,2,4,6
/proc/23274/task/23278/stat : 23278 (priss) R 23273 23273 21582 0 -1 4202560 11696 0 0 0 1255 5 0 0 25 0 5 0 595506503 414576640 45355 33554432000 4194304 5787044 140736077292320 18446744073709551615 5576454 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=23274/tid=23279] ppid=23273 vsize=404860 CPUtime=12.6 cores=0,2,4,6
/proc/23274/task/23279/stat : 23279 (priss) R 23273 23273 21582 0 -1 4202560 16983 0 0 0 1256 4 0 0 25 0 5 0 595506505 414576640 45355 33554432000 4194304 5787044 140736077292320 18446744073709551615 4220208 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 413560

[startup+25.5011 s]
/proc/loadavg: 7.97 8.04 8.02 9/188 23280
/proc/meminfo: memFree=16826452/32950940 swapFree=67111528/67111528
[pid=23273] ppid=23271 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23273/stat : 23273 (priss.sh) S 23271 23273 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595506495 8908800 251 33554432000 4194304 4922060 140737061006896 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23273/statm: 2175 251 211 178 0 68 0
[pid=23274] ppid=23273 vsize=406356 CPUtime=101.6 cores=0,2,4,6
/proc/23274/stat : 23274 (priss) S 23273 23273 21582 0 -1 4202496 63227 0 0 0 10137 23 0 0 19 0 5 0 595506496 416108544 48790 33554432000 4194304 5787044 140736077292320 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/23274/statm: 101589 48790 419 389 0 97339 0
[pid=23274/tid=23276] ppid=23273 vsize=406356 CPUtime=25.29 cores=0,2,4,6
/proc/23274/task/23276/stat : 23276 (priss) R 23273 23273 21582 0 -1 4202560 13349 0 0 0 2524 5 0 0 25 0 5 0 595506501 416108544 48790 33554432000 4194304 5787044 140736077292320 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23274/tid=23277] ppid=23273 vsize=406356 CPUtime=25.41 cores=0,2,4,6
/proc/23274/task/23277/stat : 23277 (priss) R 23273 23273 21582 0 -1 4202560 11826 0 0 0 2536 5 0 0 25 0 5 0 595506502 416108544 48790 33554432000 4194304 5787044 140736077292320 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=23274/tid=23278] ppid=23273 vsize=406356 CPUtime=25.4 cores=0,2,4,6
/proc/23274/task/23278/stat : 23278 (priss) R 23273 23273 21582 0 -1 4202560 12120 0 0 0 2534 6 0 0 25 0 5 0 595506503 416108544 48790 33554432000 4194304 5787044 140736077292320 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=23274/tid=23279] ppid=23273 vsize=406356 CPUtime=25.4 cores=0,2,4,6
/proc/23274/task/23279/stat : 23279 (priss) R 23273 23273 21582 0 -1 4202560 18344 0 0 0 2534 6 0 0 25 0 5 0 595506505 416108544 48790 33554432000 4194304 5787044 140736077292320 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.6
Current children cumulated vsize (KiB) 415056

[startup+51.1007 s]
/proc/loadavg: 7.98 8.04 8.02 9/188 23281
/proc/meminfo: memFree=16757280/32950940 swapFree=67111528/67111528
[pid=23273] ppid=23271 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23273/stat : 23273 (priss.sh) S 23271 23273 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595506495 8908800 251 33554432000 4194304 4922060 140737061006896 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23273/statm: 2175 251 211 178 0 68 0
[pid=23274] ppid=23273 vsize=417848 CPUtime=203.86 cores=0,2,4,6
/proc/23274/stat : 23274 (priss) S 23273 23273 21582 0 -1 4202496 71817 0 0 0 20356 30 0 0 19 0 5 0 595506496 427876352 57379 33554432000 4194304 5787044 140736077292320 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/23274/statm: 104462 57379 419 389 0 100212 0
[pid=23274/tid=23276] ppid=23273 vsize=417848 CPUtime=50.85 cores=0,2,4,6
/proc/23274/task/23276/stat : 23276 (priss) R 23273 23273 21582 0 -1 4202560 14944 0 0 0 5078 7 0 0 25 0 5 0 595506501 427876352 57379 33554432000 4194304 5787044 140736077292320 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=23274/tid=23277] ppid=23273 vsize=417848 CPUtime=51 cores=0,2,4,6
/proc/23274/task/23277/stat : 23277 (priss) R 23273 23273 21582 0 -1 4202560 13300 0 0 0 5093 7 0 0 25 0 5 0 595506502 427876352 57379 33554432000 4194304 5787044 140736077292320 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=23274/tid=23278] ppid=23273 vsize=417848 CPUtime=50.89 cores=0,2,4,6
/proc/23274/task/23278/stat : 23278 (priss) R 23273 23273 21582 0 -1 4202560 15446 0 0 0 5083 6 0 0 25 0 5 0 595506503 427876352 57379 33554432000 4194304 5787044 140736077292320 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23274/tid=23279] ppid=23273 vsize=417848 CPUtime=50.99 cores=0,2,4,6
/proc/23274/task/23279/stat : 23279 (priss) R 23273 23273 21582 0 -1 4202560 20539 0 0 0 5092 7 0 0 25 0 5 0 595506505 427876352 57379 33554432000 4194304 5787044 140736077292320 18446744073709551615 5528394 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.86
Current children cumulated vsize (KiB) 426548

[startup+102.301 s]
/proc/loadavg: 8.10 8.07 8.03 9/188 23282
/proc/meminfo: memFree=16678904/32950940 swapFree=67111528/67111528
[pid=23273] ppid=23271 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23273/stat : 23273 (priss.sh) S 23271 23273 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595506495 8908800 251 33554432000 4194304 4922060 140737061006896 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23273/statm: 2175 251 211 178 0 68 0
[pid=23274] ppid=23273 vsize=426864 CPUtime=408.35 cores=0,2,4,6
/proc/23274/stat : 23274 (priss) S 23273 23273 21582 0 -1 4202496 83011 0 0 0 40793 42 0 0 19 0 5 0 595506496 437108736 68504 33554432000 4194304 5787044 140736077292320 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/23274/statm: 106716 68504 419 389 0 102466 0
[pid=23274/tid=23276] ppid=23273 vsize=426864 CPUtime=102.04 cores=0,2,4,6
/proc/23274/task/23276/stat : 23276 (priss) R 23273 23273 21582 0 -1 4202560 18186 0 0 0 10193 11 0 0 25 0 5 0 595506501 437108736 68504 33554432000 4194304 5787044 140736077292320 18446744073709551615 5576621 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=23274/tid=23277] ppid=23273 vsize=426864 CPUtime=102.19 cores=0,2,4,6
/proc/23274/task/23277/stat : 23277 (priss) R 23273 23273 21582 0 -1 4202560 15705 0 0 0 10210 9 0 0 25 0 5 0 595506502 437108736 68504 33554432000 4194304 5787044 140736077292320 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=23274/tid=23278] ppid=23273 vsize=426864 CPUtime=101.8 cores=0,2,4,6
/proc/23274/task/23278/stat : 23278 (priss) R 23273 23273 21582 0 -1 4202560 17241 0 0 0 10172 8 0 0 25 0 5 0 595506503 437108736 68504 33554432000 4194304 5787044 140736077292320 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23274/tid=23279] ppid=23273 vsize=426864 CPUtime=102.18 cores=0,2,4,6
/proc/23274/task/23279/stat : 23279 (priss) R 23273 23273 21582 0 -1 4202560 24291 0 0 0 10207 11 0 0 25 0 5 0 595506505 437108736 68504 33554432000 4194304 5787044 140736077292320 18446744073709551615 5527530 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.35
Current children cumulated vsize (KiB) 435564

[startup+162.307 s]
/proc/loadavg: 8.10 8.08 8.04 9/188 23284
/proc/meminfo: memFree=16633864/32950940 swapFree=67111528/67111528
[pid=23273] ppid=23271 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23273/stat : 23273 (priss.sh) S 23271 23273 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595506495 8908800 251 33554432000 4194304 4922060 140737061006896 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23273/statm: 2175 251 211 178 0 68 0
[pid=23274] ppid=23273 vsize=431388 CPUtime=648.03 cores=0,2,4,6

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

/proc/23274/task/23277/stat : 23277 (priss) R 23273 23273 21582 0 -1 4202560 36512 0 0 0 82026 37 0 0 25 0 5 0 595506502 920133632 181016 33554432000 4194304 5787044 140736077292320 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23274/tid=23278] ppid=23273 vsize=898568 CPUtime=820.09 cores=0,2,4,6
/proc/23274/task/23278/stat : 23278 (priss) R 23273 23273 21582 0 -1 4202560 33199 0 0 0 81984 25 0 0 25 0 5 0 595506503 920133632 181016 33554432000 4194304 5787044 140736077292320 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=23274/tid=23279] ppid=23273 vsize=898568 CPUtime=822.15 cores=0,2,4,6
/proc/23274/task/23279/stat : 23279 (priss) R 23273 23273 21582 0 -1 4202560 68197 0 0 0 82171 44 0 0 25 0 5 0 595506505 920133632 181016 33554432000 4194304 5787044 140736077292320 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3284.27
Current children cumulated vsize (KiB) 907268

[startup+882.3 s]
/proc/loadavg: 8.03 8.07 8.03 9/188 23312
/proc/meminfo: memFree=15810708/32950940 swapFree=67111528/67111528
[pid=23273] ppid=23271 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23273/stat : 23273 (priss.sh) S 23271 23273 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595506495 8908800 251 33554432000 4194304 4922060 140737061006896 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23273/statm: 2175 251 211 178 0 68 0
[pid=23274] ppid=23273 vsize=898568 CPUtime=3523.92 cores=0,2,4,6
/proc/23274/stat : 23274 (priss) S 23273 23273 21582 0 -1 4202496 205376 0 0 0 352220 172 0 0 19 0 5 0 595506496 920133632 189553 33554432000 4194304 5787044 140736077292320 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/23274/statm: 224642 189553 419 389 0 220392 0
[pid=23274/tid=23276] ppid=23273 vsize=898568 CPUtime=881.28 cores=0,2,4,6
/proc/23274/task/23276/stat : 23276 (priss) R 23273 23273 21582 0 -1 4202560 54732 0 0 0 88072 56 0 0 25 0 5 0 595506501 920133632 189553 33554432000 4194304 5787044 140736077292320 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=23274/tid=23277] ppid=23273 vsize=898568 CPUtime=880.3 cores=0,2,4,6
/proc/23274/task/23277/stat : 23277 (priss) R 23273 23273 21582 0 -1 4202560 36758 0 0 0 87992 38 0 0 25 0 5 0 595506502 920133632 189553 33554432000 4194304 5787044 140736077292320 18446744073709551615 215988259712 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23274/tid=23278] ppid=23273 vsize=898568 CPUtime=880.08 cores=0,2,4,6
/proc/23274/task/23278/stat : 23278 (priss) R 23273 23273 21582 0 -1 4202560 34223 0 0 0 87983 25 0 0 25 0 5 0 595506503 920133632 189553 33554432000 4194304 5787044 140736077292320 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=23274/tid=23279] ppid=23273 vsize=898568 CPUtime=882.14 cores=0,2,4,6
/proc/23274/task/23279/stat : 23279 (priss) R 23273 23273 21582 0 -1 4202560 72075 0 0 0 88163 51 0 0 25 0 5 0 595506505 920133632 189553 33554432000 4194304 5787044 140736077292320 18446744073709551615 4228036 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3523.92
Current children cumulated vsize (KiB) 907268

[startup+942.301 s]
/proc/loadavg: 8.01 8.05 8.02 9/188 23313
/proc/meminfo: memFree=15742084/32950940 swapFree=67111528/67111528
[pid=23273] ppid=23271 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23273/stat : 23273 (priss.sh) S 23271 23273 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595506495 8908800 251 33554432000 4194304 4922060 140737061006896 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23273/statm: 2175 251 211 178 0 68 0
[pid=23274] ppid=23273 vsize=964104 CPUtime=3763.57 cores=0,2,4,6
/proc/23274/stat : 23274 (priss) S 23273 23273 21582 0 -1 4202496 209584 0 0 0 376179 178 0 0 19 0 5 0 595506496 987242496 193556 33554432000 4194304 5787044 140736077292320 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/23274/statm: 241026 193556 419 389 0 236776 0
[pid=23274/tid=23276] ppid=23273 vsize=964104 CPUtime=941.29 cores=0,2,4,6
/proc/23274/task/23276/stat : 23276 (priss) R 23273 23273 21582 0 -1 4202560 55044 0 0 0 94072 57 0 0 25 0 5 0 595506501 987242496 193556 33554432000 4194304 5787044 140736077292320 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=23274/tid=23277] ppid=23273 vsize=964104 CPUtime=939.96 cores=0,2,4,6
/proc/23274/task/23277/stat : 23277 (priss) R 23273 23273 21582 0 -1 4202560 37172 0 0 0 93958 38 0 0 25 0 5 0 595506502 987242496 193556 33554432000 4194304 5787044 140736077292320 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23274/tid=23278] ppid=23273 vsize=964104 CPUtime=940.07 cores=0,2,4,6
/proc/23274/task/23278/stat : 23278 (priss) R 23273 23273 21582 0 -1 4202560 35523 0 0 0 93980 27 0 0 25 0 5 0 595506503 987242496 193556 33554432000 4194304 5787044 140736077292320 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=23274/tid=23279] ppid=23273 vsize=964104 CPUtime=942.13 cores=0,2,4,6
/proc/23274/task/23279/stat : 23279 (priss) R 23273 23273 21582 0 -1 4202560 74257 0 0 0 94159 54 0 0 25 0 5 0 595506505 987242496 193556 33554432000 4194304 5787044 140736077292320 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3763.57
Current children cumulated vsize (KiB) 972804

[startup+1002.3 s]
/proc/loadavg: 7.85 8.01 8.01 9/188 23348
/proc/meminfo: memFree=16318236/32950940 swapFree=67111528/67111528
[pid=23273] ppid=23271 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23273/stat : 23273 (priss.sh) S 23271 23273 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595506495 8908800 251 33554432000 4194304 4922060 140737061006896 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23273/statm: 2175 251 211 178 0 68 0
[pid=23274] ppid=23273 vsize=964356 CPUtime=4003.24 cores=0,2,4,6
/proc/23274/stat : 23274 (priss) S 23273 23273 21582 0 -1 4202496 210061 0 0 0 400144 180 0 0 19 0 5 0 595506496 987500544 193829 33554432000 4194304 5787044 140736077292320 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/23274/statm: 241089 193829 419 389 0 236839 0
[pid=23274/tid=23276] ppid=23273 vsize=964356 CPUtime=1001.27 cores=0,2,4,6
/proc/23274/task/23276/stat : 23276 (priss) R 23273 23273 21582 0 -1 4202560 55170 0 0 0 100070 57 0 0 25 0 5 0 595506501 987500544 193829 33554432000 4194304 5787044 140736077292320 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=23274/tid=23277] ppid=23273 vsize=964356 CPUtime=999.63 cores=0,2,4,6
/proc/23274/task/23277/stat : 23277 (priss) R 23273 23273 21582 0 -1 4202560 37172 0 0 0 99925 38 0 0 25 0 5 0 595506502 987500544 193829 33554432000 4194304 5787044 140736077292320 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23274/tid=23278] ppid=23273 vsize=964356 CPUtime=1000.08 cores=0,2,4,6
/proc/23274/task/23278/stat : 23278 (priss) R 23273 23273 21582 0 -1 4202560 35525 0 0 0 99980 28 0 0 25 0 5 0 595506503 987500544 193829 33554432000 4194304 5787044 140736077292320 18446744073709551615 5591626 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=23274/tid=23279] ppid=23273 vsize=964356 CPUtime=1002.13 cores=0,2,4,6
/proc/23274/task/23279/stat : 23279 (priss) R 23273 23273 21582 0 -1 4202560 74606 0 0 0 100159 54 0 0 25 0 5 0 595506505 987500544 193829 33554432000 4194304 5787044 140736077292320 18446744073709551615 5527122 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4003.24
Current children cumulated vsize (KiB) 973056

[startup+1062.3 s]
/proc/loadavg: 8.05 8.03 8.01 11/188 23350
/proc/meminfo: memFree=16267840/32950940 swapFree=67111528/67111528
[pid=23273] ppid=23271 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23273/stat : 23273 (priss.sh) S 23271 23273 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595506495 8908800 251 33554432000 4194304 4922060 140737061006896 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23273/statm: 2175 251 211 178 0 68 0
[pid=23274] ppid=23273 vsize=964356 CPUtime=4242.91 cores=0,2,4,6
/proc/23274/stat : 23274 (priss) S 23273 23273 21582 0 -1 4202496 211163 0 0 0 424108 183 0 0 19 0 5 0 595506496 987500544 194931 33554432000 4194304 5787044 140736077292320 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/23274/statm: 241089 194931 419 389 0 236839 0
[pid=23274/tid=23276] ppid=23273 vsize=964356 CPUtime=1061.27 cores=0,2,4,6
/proc/23274/task/23276/stat : 23276 (priss) R 23273 23273 21582 0 -1 4202560 55170 0 0 0 106070 57 0 0 25 0 5 0 595506501 987500544 194931 33554432000 4194304 5787044 140736077292320 18446744073709551615 4215354 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=23274/tid=23277] ppid=23273 vsize=964356 CPUtime=1059.3 cores=0,2,4,6
/proc/23274/task/23277/stat : 23277 (priss) R 23273 23273 21582 0 -1 4202560 37172 0 0 0 105892 38 0 0 25 0 5 0 595506502 987500544 194931 33554432000 4194304 5787044 140736077292320 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23274/tid=23278] ppid=23273 vsize=964356 CPUtime=1060.08 cores=0,2,4,6
/proc/23274/task/23278/stat : 23278 (priss) R 23273 23273 21582 0 -1 4202560 36627 0 0 0 105978 30 0 0 25 0 5 0 595506503 987500544 194931 33554432000 4194304 5787044 140736077292320 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=23274/tid=23279] ppid=23273 vsize=964356 CPUtime=1062.12 cores=0,2,4,6
/proc/23274/task/23279/stat : 23279 (priss) R 23273 23273 21582 0 -1 4202560 74606 0 0 0 106158 54 0 0 25 0 5 0 595506505 987500544 194931 33554432000 4194304 5787044 140736077292320 18446744073709551615 5527407 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4242.91
Current children cumulated vsize (KiB) 973056

[startup+1122.3 s]
/proc/loadavg: 8.13 8.06 8.02 10/188 23351
/proc/meminfo: memFree=16214112/32950940 swapFree=67111528/67111528
[pid=23273] ppid=23271 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23273/stat : 23273 (priss.sh) S 23271 23273 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595506495 8908800 251 33554432000 4194304 4922060 140737061006896 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23273/statm: 2175 251 211 178 0 68 0
[pid=23274] ppid=23273 vsize=1029892 CPUtime=4482.57 cores=0,2,4,6
/proc/23274/stat : 23274 (priss) S 23273 23273 21582 0 -1 4202496 214963 0 0 0 448069 188 0 0 19 0 5 0 595506496 1054609408 198731 33554432000 4194304 5787044 140736077292320 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/23274/statm: 257473 198731 419 389 0 253223 0
[pid=23274/tid=23276] ppid=23273 vsize=1029892 CPUtime=1121.27 cores=0,2,4,6
/proc/23274/task/23276/stat : 23276 (priss) R 23273 23273 21582 0 -1 4202560 55171 0 0 0 112070 57 0 0 25 0 5 0 595506501 1054609408 198731 33554432000 4194304 5787044 140736077292320 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=23274/tid=23277] ppid=23273 vsize=1029892 CPUtime=1118.98 cores=0,2,4,6
/proc/23274/task/23277/stat : 23277 (priss) R 23273 23273 21582 0 -1 4202560 37179 0 0 0 111860 38 0 0 25 0 5 0 595506502 1054609408 198731 33554432000 4194304 5787044 140736077292320 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23274/tid=23278] ppid=23273 vsize=1029892 CPUtime=1120.08 cores=0,2,4,6
/proc/23274/task/23278/stat : 23278 (priss) R 23273 23273 21582 0 -1 4202560 40419 0 0 0 111972 36 0 0 25 0 5 0 595506503 1054609408 198731 33554432000 4194304 5787044 140736077292320 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=23274/tid=23279] ppid=23273 vsize=1029892 CPUtime=1122.11 cores=0,2,4,6
/proc/23274/task/23279/stat : 23279 (priss) R 23273 23273 21582 0 -1 4202560 74606 0 0 0 112157 54 0 0 25 0 5 0 595506505 1054609408 198731 33554432000 4194304 5787044 140736077292320 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4482.57
Current children cumulated vsize (KiB) 1038592

[startup+1182.3 s]
/proc/loadavg: 8.21 8.09 8.03 10/188 23353
/proc/meminfo: memFree=16159612/32950940 swapFree=67111528/67111528
[pid=23273] ppid=23271 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23273/stat : 23273 (priss.sh) S 23271 23273 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595506495 8908800 251 33554432000 4194304 4922060 140737061006896 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23273/statm: 2175 251 211 178 0 68 0
[pid=23274] ppid=23273 vsize=1095428 CPUtime=4722.24 cores=0,2,4,6
/proc/23274/stat : 23274 (priss) S 23273 23273 21582 0 -1 4202496 219225 0 0 0 472032 192 0 0 19 0 5 0 595506496 1121718272 202993 33554432000 4194304 5787044 140736077292320 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/23274/statm: 273857 202993 419 389 0 269607 0
[pid=23274/tid=23276] ppid=23273 vsize=1095428 CPUtime=1181.28 cores=0,2,4,6
/proc/23274/task/23276/stat : 23276 (priss) R 23273 23273 21582 0 -1 4202560 56197 0 0 0 118070 58 0 0 25 0 5 0 595506501 1121718272 202993 33554432000 4194304 5787044 140736077292320 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=23274/tid=23277] ppid=23273 vsize=1095428 CPUtime=1178.66 cores=0,2,4,6
/proc/23274/task/23277/stat : 23277 (priss) R 23273 23273 21582 0 -1 4202560 37231 0 0 0 117827 39 0 0 25 0 5 0 595506502 1121718272 202993 33554432000 4194304 5787044 140736077292320 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23274/tid=23278] ppid=23273 vsize=1095428 CPUtime=1180.08 cores=0,2,4,6
/proc/23274/task/23278/stat : 23278 (priss) R 23273 23273 21582 0 -1 4202560 43601 0 0 0 117968 40 0 0 25 0 5 0 595506503 1121718272 202993 33554432000 4194304 5787044 140736077292320 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=23274/tid=23279] ppid=23273 vsize=1095428 CPUtime=1182.11 cores=0,2,4,6
/proc/23274/task/23279/stat : 23279 (priss) R 23273 23273 21582 0 -1 4202560 74608 0 0 0 118157 54 0 0 25 0 5 0 595506505 1121718272 202993 33554432000 4194304 5787044 140736077292320 18446744073709551615 5527716 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4722.24
Current children cumulated vsize (KiB) 1104128



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.81 s]
/proc/loadavg: 8.15 8.08 8.02 9/188 23353
/proc/meminfo: memFree=16140624/32950940 swapFree=67111528/67111528
[pid=23273] ppid=23271 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23273/stat : 23273 (priss.sh) S 23271 23273 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595506495 8908800 251 33554432000 4194304 4922060 140737061006896 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23273/statm: 2175 251 211 178 0 68 0
[pid=23274] ppid=23273 vsize=1095428 CPUtime=4800.17 cores=0,2,4,6
/proc/23274/stat : 23274 (priss) S 23273 23273 21582 0 -1 4202496 221240 0 0 0 479823 194 0 0 19 0 5 0 595506496 1121718272 205008 33554432000 4194304 5787044 140736077292320 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/23274/statm: 273857 205008 419 389 0 269607 0
[pid=23274/tid=23276] ppid=23273 vsize=1095428 CPUtime=1200.79 cores=0,2,4,6
/proc/23274/task/23276/stat : 23276 (priss) R 23273 23273 21582 0 -1 4202560 56197 0 0 0 120021 58 0 0 25 0 5 0 595506501 1121718272 205008 33554432000 4194304 5787044 140736077292320 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=23274/tid=23277] ppid=23273 vsize=1095428 CPUtime=1198.06 cores=0,2,4,6
/proc/23274/task/23277/stat : 23277 (priss) R 23273 23273 21582 0 -1 4202560 38233 0 0 0 119767 39 0 0 25 0 5 0 595506502 1121718272 205008 33554432000 4194304 5787044 140736077292320 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23274/tid=23278] ppid=23273 vsize=1095428 CPUtime=1199.59 cores=0,2,4,6
/proc/23274/task/23278/stat : 23278 (priss) R 23273 23273 21582 0 -1 4202560 44610 0 0 0 119918 41 0 0 25 0 5 0 595506503 1121718272 205008 33554432000 4194304 5787044 140736077292320 18446744073709551615 5591999 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=23274/tid=23279] ppid=23273 vsize=1095428 CPUtime=1201.62 cores=0,2,4,6
/proc/23274/task/23279/stat : 23279 (priss) R 23273 23273 21582 0 -1 4202560 74612 0 0 0 120108 54 0 0 25 0 5 0 595506505 1121718272 205008 33554432000 4194304 5787044 140736077292320 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.17
Current children cumulated vsize (KiB) 1104128

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 23273 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.17
#
# 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.17
CPU user time (s): 4798.23
CPU system time (s): 1.94
CPU usage (%): 399.407
Max. virtual memory (cumulated for all children) (KiB): 1104128

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

runsolver used 1.83972 second user time and 4.73128 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-29 06:52:37
IDJOB=3288975
IDBENCH=83110
IDSOLVER=1603
FILE ID=node117/3288975-1304052757
RUNJOBID= node117-1304041561-21600
PBS_JOBID= 13170383
Free space on /tmp= 71676 MiB

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

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

MD5SUM BENCH= 9851f8e63efc4505343bf50c1cf30646
RANDOM SEED=650556765

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:      17039852 kB
Buffers:       2377060 kB
Cached:       12457024 kB
SwapCached:          0 kB
Active:        8534212 kB
Inactive:      6795588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      17039852 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4188 kB
Writeback:           0 kB
AnonPages:      494308 kB
Mapped:          15624 kB
Slab:           517712 kB
PageTables:       5656 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   689684 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= 71672 MiB
End job on node117 at 2011-04-29 07:12:41