Trace number 3289067

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

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top23.cnf
MD5SUM6ee28191d649bfeef8c7d8c569a3cd59
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark703.609
Satisfiable
(Un)Satisfiability was proved
Number of variables60823
Number of clauses193450
Sum of the clauses size472824
Maximum clause length2414
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2117689
Number of clauses of size 374473
Number of clauses of size 4275
Number of clauses of size 521
Number of clauses of size over 5991

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: 27705
0.00/0.06	c parsetime: 64475us
0.00/0.06	c parsed 193450 clauses with 60823 variables
0.00/0.08	c NW started thread 0 successfully (1112365376)
0.00/0.09	c NW started thread 1 successfully (1122855232)
0.00/0.11	c NW started thread 2 successfully (1133345088)
0.00/0.13	c NW started thread 3 successfully (1085233472)
8.39/2.21	c preprocessor returned 60823 variables
8.39/2.21	c preprocessing returned UNKNOWN
8.39/2.21	c PP set 2553 variables
8.39/2.21	c pp time: 2115134us (2s)
8.39/2.21	c preprocessor returned 60823 variables
8.39/2.21	c preprocessing returned UNKNOWN
8.39/2.21	c PP set 2553 variables
8.39/2.21	c pp time: 2106931us (2s)
8.39/2.25	c preprocessor returned 60823 variables
8.39/2.25	c preprocessing returned UNKNOWN
8.39/2.25	c PP set 2553 variables
8.39/2.25	c pp time: 2129182us (2s)
8.39/2.26	c preprocessor returned 60823 variables
8.39/2.26	c preprocessing returned UNKNOWN
8.39/2.26	c PP set 2553 variables
8.39/2.26	c pp time: 2106842us (2s)
9.19/2.41	c HTE
9.19/2.46	c subsumption
9.60/2.54	c simplified formula contains 0 unit clauses
10.00/2.63	c HTE
10.00/2.68	c subsumption
10.38/2.75	c simplified formula contains 0 unit clauses
23.56/6.03	c HTE
23.95/6.13	c subsumption
24.35/6.27	c simplified formula contains 0 unit clauses
43.52/11.07	c received clause contains eliminated literal -41
49.13/12.43	c received clause contains eliminated literal -5645
255.63/64.10	c added unsatisfied clause
255.63/64.10	c failed to add network clauses
291.95/73.25	c added unsatisfied clause
291.95/73.25	c failed to add network clauses
472.90/118.59	c HTE
478.09/119.85	c subsumption
497.69/124.71	c simplified formula contains 0 unit clauses
992.15/248.50	c added unsatisfied clause
992.15/248.50	c failed to add network clauses
2128.13/532.97	c added unsatisfied clause
2128.13/532.97	c failed to add network clauses
2823.57/707.06	c added unsatisfied clause
2823.57/707.06	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-3289067-1304053103/watcher-3289067-1304053103 -o /tmp/evaluation-result-3289067-1304053103/solver-3289067-1304053103 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3289067-1304053103.cnf 854307687 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.36 7.84 7.42 2/178 27704
/proc/meminfo: memFree=14524612/32950928 swapFree=67111528/67111528
[pid=27704] ppid=27702 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27704/stat : 27704 (priss.sh) S 27702 27704 26812 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 595541016 8908800 252 33554432000 4194304 4922060 140736498399248 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27704/statm: 2175 252 211 178 0 68 0

[startup+0.0892941 s]
/proc/loadavg: 7.36 7.84 7.42 2/178 27704
/proc/meminfo: memFree=14524612/32950928 swapFree=67111528/67111528
[pid=27704] ppid=27702 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27704/stat : 27704 (priss.sh) S 27702 27704 26812 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 595541016 8908800 252 33554432000 4194304 4922060 140736498399248 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27704/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101237 s]
/proc/loadavg: 7.36 7.84 7.42 2/178 27704
/proc/meminfo: memFree=14524612/32950928 swapFree=67111528/67111528
[pid=27704] ppid=27702 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27704/stat : 27704 (priss.sh) S 27702 27704 26812 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 595541016 8908800 252 33554432000 4194304 4922060 140736498399248 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27704/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.743178 s]
/proc/loadavg: 7.36 7.84 7.42 2/178 27704
/proc/meminfo: memFree=14524612/32950928 swapFree=67111528/67111528
[pid=27704] ppid=27702 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27704/stat : 27704 (priss.sh) S 27702 27704 26812 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 595541016 8908800 252 33554432000 4194304 4922060 140736498399248 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27704/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.801068 s]
/proc/loadavg: 7.36 7.84 7.42 2/178 27704
/proc/meminfo: memFree=14524612/32950928 swapFree=67111528/67111528
[pid=27704] ppid=27702 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27704/stat : 27704 (priss.sh) S 27702 27704 26812 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 595541016 8908800 252 33554432000 4194304 4922060 140736498399248 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27704/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50694 s]
/proc/loadavg: 7.57 7.87 7.43 10/188 27714
/proc/meminfo: memFree=14215152/32950928 swapFree=67111528/67111528
[pid=27704] ppid=27702 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27704/stat : 27704 (priss.sh) S 27702 27704 26812 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 595541016 8908800 252 33554432000 4194304 4922060 140736498399248 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27704/statm: 2175 252 211 178 0 68 0
[pid=27705] ppid=27704 vsize=424120 CPUtime=5.61 cores=0,2,4,6
/proc/27705/stat : 27705 (priss) S 27704 27704 26812 0 -1 4202496 54557 0 0 0 543 18 0 0 18 0 5 0 595541016 434298880 43776 33554432000 4194304 5787044 140735923896448 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/27705/statm: 106030 43776 352 389 0 101780 0
[pid=27705/tid=27711] ppid=27704 vsize=424120 CPUtime=1.39 cores=0,2,4,6
/proc/27705/task/27711/stat : 27711 (priss) R 27704 27704 26812 0 -1 4202560 14055 0 0 0 134 5 0 0 18 0 5 0 595541024 434298880 43776 33554432000 4194304 5787044 140735923896448 18446744073709551615 4276267 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=27705/tid=27712] ppid=27704 vsize=424120 CPUtime=1.37 cores=0,2,4,6
/proc/27705/task/27712/stat : 27712 (priss) R 27704 27704 26812 0 -1 4202560 10185 0 0 0 133 4 0 0 18 0 5 0 595541026 434298880 43776 33554432000 4194304 5787044 140735923896448 18446744073709551615 4278456 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=27705/tid=27713] ppid=27704 vsize=424120 CPUtime=1.36 cores=0,2,4,6
/proc/27705/task/27713/stat : 27713 (priss) R 27704 27704 26812 0 -1 4202560 10972 0 0 0 132 4 0 0 18 0 5 0 595541027 434298880 43776 33554432000 4194304 5787044 140735923896448 18446744073709551615 4275997 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=27705/tid=27714] ppid=27704 vsize=424120 CPUtime=1.33 cores=0,2,4,6
/proc/27705/task/27714/stat : 27714 (priss) R 27704 27704 26812 0 -1 4202560 9483 0 0 0 130 3 0 0 18 0 5 0 595541030 434298880 43776 33554432000 4194304 5787044 140735923896448 18446744073709551615 4278467 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.61
Current children cumulated vsize (KiB) 432820

[startup+3.10067 s]
/proc/loadavg: 7.57 7.87 7.43 9/188 27714
/proc/meminfo: memFree=14126492/32950928 swapFree=67111528/67111528
[pid=27704] ppid=27702 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27704/stat : 27704 (priss.sh) S 27702 27704 26812 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 595541016 8908800 252 33554432000 4194304 4922060 140736498399248 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27704/statm: 2175 252 211 178 0 68 0
[pid=27705] ppid=27704 vsize=434184 CPUtime=11.97 cores=0,2,4,6
/proc/27705/stat : 27705 (priss) S 27704 27704 26812 0 -1 4202496 74053 0 0 0 1176 21 0 0 18 0 5 0 595541016 444604416 55064 33554432000 4194304 5787044 140735923896448 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/27705/statm: 108546 55064 418 389 0 104296 0
[pid=27705/tid=27711] ppid=27704 vsize=434184 CPUtime=2.99 cores=0,2,4,6
/proc/27705/task/27711/stat : 27711 (priss) R 27704 27704 26812 0 -1 4202560 18016 0 0 0 293 6 0 0 21 0 5 0 595541024 444604416 55064 33554432000 4194304 5787044 140735923896448 18446744073709551615 5591747 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=27705/tid=27712] ppid=27704 vsize=434184 CPUtime=2.96 cores=0,2,4,6
/proc/27705/task/27712/stat : 27712 (priss) R 27704 27704 26812 0 -1 4202560 12361 0 0 0 292 4 0 0 21 0 5 0 595541026 444604416 55064 33554432000 4194304 5787044 140735923896448 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=27705/tid=27713] ppid=27704 vsize=434184 CPUtime=2.95 cores=0,2,4,6
/proc/27705/task/27713/stat : 27713 (priss) R 27704 27704 26812 0 -1 4202560 15644 0 0 0 291 4 0 0 21 0 5 0 595541027 444604416 55064 33554432000 4194304 5787044 140735923896448 18446744073709551615 4216664 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=27705/tid=27714] ppid=27704 vsize=434184 CPUtime=2.92 cores=0,2,4,6
/proc/27705/task/27714/stat : 27714 (priss) R 27704 27704 26812 0 -1 4202560 18170 0 0 0 288 4 0 0 21 0 5 0 595541030 444604416 55064 33554432000 4194304 5787044 140735923896448 18446744073709551615 5526983 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.97
Current children cumulated vsize (KiB) 442884

[startup+6.30112 s]
/proc/loadavg: 7.60 7.88 7.43 9/188 27714
/proc/meminfo: memFree=14124504/32950928 swapFree=67111528/67111528
[pid=27704] ppid=27702 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27704/stat : 27704 (priss.sh) S 27702 27704 26812 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 595541016 8908800 252 33554432000 4194304 4922060 140736498399248 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27704/statm: 2175 252 211 178 0 68 0
[pid=27705] ppid=27704 vsize=435064 CPUtime=24.75 cores=0,2,4,6
/proc/27705/stat : 27705 (priss) S 27704 27704 26812 0 -1 4202496 75887 0 0 0 2453 22 0 0 18 0 5 0 595541016 445505536 55488 33554432000 4194304 5787044 140735923896448 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/27705/statm: 108766 55488 418 389 0 104516 0
[pid=27705/tid=27711] ppid=27704 vsize=435064 CPUtime=6.19 cores=0,2,4,6
/proc/27705/task/27711/stat : 27711 (priss) R 27704 27704 26812 0 -1 4202560 18019 0 0 0 613 6 0 0 25 0 5 0 595541024 445505536 55488 33554432000 4194304 5787044 140735923896448 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=27705/tid=27712] ppid=27704 vsize=435064 CPUtime=6.17 cores=0,2,4,6
/proc/27705/task/27712/stat : 27712 (priss) R 27704 27704 26812 0 -1 4202560 12447 0 0 0 612 5 0 0 23 0 5 0 595541026 445505536 55488 33554432000 4194304 5787044 140735923896448 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=27705/tid=27713] ppid=27704 vsize=435064 CPUtime=6.14 cores=0,2,4,6
/proc/27705/task/27713/stat : 27713 (priss) R 27704 27704 26812 0 -1 4202560 15756 0 0 0 609 5 0 0 25 0 5 0 595541027 445505536 55488 33554432000 4194304 5787044 140735923896448 18446744073709551615 5592867 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=27705/tid=27714] ppid=27704 vsize=435064 CPUtime=6.11 cores=0,2,4,6
/proc/27705/task/27714/stat : 27714 (priss) R 27704 27704 26812 0 -1 4202560 19803 0 0 0 607 4 0 0 25 0 5 0 595541030 445505536 55488 33554432000 4194304 5787044 140735923896448 18446744073709551615 4220219 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.75
Current children cumulated vsize (KiB) 443764

[startup+12.701 s]
/proc/loadavg: 7.64 7.88 7.43 9/188 27714
/proc/meminfo: memFree=14103792/32950928 swapFree=67111528/67111528
[pid=27704] ppid=27702 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27704/stat : 27704 (priss.sh) S 27702 27704 26812 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 595541016 8908800 252 33554432000 4194304 4922060 140736498399248 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27704/statm: 2175 252 211 178 0 68 0
[pid=27705] ppid=27704 vsize=435064 CPUtime=50.31 cores=0,2,4,6
/proc/27705/stat : 27705 (priss) S 27704 27704 26812 0 -1 4202496 77773 0 0 0 5008 23 0 0 18 0 5 0 595541016 445505536 57374 33554432000 4194304 5787044 140735923896448 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/27705/statm: 108766 57374 418 389 0 104516 0
[pid=27705/tid=27711] ppid=27704 vsize=435064 CPUtime=12.58 cores=0,2,4,6
/proc/27705/task/27711/stat : 27711 (priss) R 27704 27704 26812 0 -1 4202560 18209 0 0 0 1252 6 0 0 25 0 5 0 595541024 445505536 57374 33554432000 4194304 5787044 140735923896448 18446744073709551615 5585240 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=27705/tid=27712] ppid=27704 vsize=435064 CPUtime=12.56 cores=0,2,4,6
/proc/27705/task/27712/stat : 27712 (priss) R 27704 27704 26812 0 -1 4202560 12614 0 0 0 1251 5 0 0 25 0 5 0 595541026 445505536 57374 33554432000 4194304 5787044 140735923896448 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=27705/tid=27713] ppid=27704 vsize=435064 CPUtime=12.5 cores=0,2,4,6
/proc/27705/task/27713/stat : 27713 (priss) R 27704 27704 26812 0 -1 4202560 15979 0 0 0 1245 5 0 0 25 0 5 0 595541027 445505536 57374 33554432000 4194304 5787044 140735923896448 18446744073709551615 5576461 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=27705/tid=27714] ppid=27704 vsize=435064 CPUtime=12.52 cores=0,2,4,6
/proc/27705/task/27714/stat : 27714 (priss) R 27704 27704 26812 0 -1 4202560 21109 0 0 0 1247 5 0 0 25 0 5 0 595541030 445505536 57374 33554432000 4194304 5787044 140735923896448 18446744073709551615 5528421 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.31
Current children cumulated vsize (KiB) 443764

[startup+25.5008 s]
/proc/loadavg: 7.77 7.90 7.45 9/188 27714
/proc/meminfo: memFree=14089420/32950928 swapFree=67111528/67111528
[pid=27704] ppid=27702 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27704/stat : 27704 (priss.sh) S 27702 27704 26812 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 595541016 8908800 252 33554432000 4194304 4922060 140736498399248 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27704/statm: 2175 252 211 178 0 68 0
[pid=27705] ppid=27704 vsize=436384 CPUtime=101.44 cores=0,2,4,6
/proc/27705/stat : 27705 (priss) S 27704 27704 26812 0 -1 4202496 79986 0 0 0 10119 25 0 0 18 0 5 0 595541016 446857216 59587 33554432000 4194304 5787044 140735923896448 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/27705/statm: 109096 59587 418 389 0 104846 0
[pid=27705/tid=27711] ppid=27704 vsize=436384 CPUtime=25.39 cores=0,2,4,6
/proc/27705/task/27711/stat : 27711 (priss) R 27704 27704 26812 0 -1 4202560 18592 0 0 0 2532 7 0 0 25 0 5 0 595541024 446857216 59587 33554432000 4194304 5787044 140735923896448 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=27705/tid=27712] ppid=27704 vsize=436384 CPUtime=25.36 cores=0,2,4,6
/proc/27705/task/27712/stat : 27712 (priss) R 27704 27704 26812 0 -1 4202560 13142 0 0 0 2531 5 0 0 25 0 5 0 595541026 446857216 59587 33554432000 4194304 5787044 140735923896448 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=27705/tid=27713] ppid=27704 vsize=436384 CPUtime=25.23 cores=0,2,4,6
/proc/27705/task/27713/stat : 27713 (priss) R 27704 27704 26812 0 -1 4202560 16213 0 0 0 2518 5 0 0 25 0 5 0 595541027 446857216 59587 33554432000 4194304 5787044 140735923896448 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=27705/tid=27714] ppid=27704 vsize=436384 CPUtime=25.31 cores=0,2,4,6
/proc/27705/task/27714/stat : 27714 (priss) R 27704 27704 26812 0 -1 4202560 22177 0 0 0 2526 5 0 0 25 0 5 0 595541030 446857216 59587 33554432000 4194304 5787044 140735923896448 18446744073709551615 5527801 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.44
Current children cumulated vsize (KiB) 445084

[startup+51.1004 s]
/proc/loadavg: 7.86 7.91 7.46 9/188 27715
/proc/meminfo: memFree=14034192/32950928 swapFree=67111528/67111528
[pid=27704] ppid=27702 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27704/stat : 27704 (priss.sh) S 27702 27704 26812 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 595541016 8908800 252 33554432000 4194304 4922060 140736498399248 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27704/statm: 2175 252 211 178 0 68 0
[pid=27705] ppid=27704 vsize=439908 CPUtime=203.68 cores=0,2,4,6
/proc/27705/stat : 27705 (priss) S 27704 27704 26812 0 -1 4202496 87142 0 0 0 20337 31 0 0 18 0 5 0 595541016 450465792 66739 33554432000 4194304 5787044 140735923896448 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/27705/statm: 109977 66739 418 389 0 105727 0
[pid=27705/tid=27711] ppid=27704 vsize=439908 CPUtime=50.98 cores=0,2,4,6
/proc/27705/task/27711/stat : 27711 (priss) R 27704 27704 26812 0 -1 4202560 20600 0 0 0 5090 8 0 0 25 0 5 0 595541024 450465792 66739 33554432000 4194304 5787044 140735923896448 18446744073709551615 5591024 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=27705/tid=27712] ppid=27704 vsize=439908 CPUtime=50.96 cores=0,2,4,6
/proc/27705/task/27712/stat : 27712 (priss) R 27704 27704 26812 0 -1 4202560 14088 0 0 0 5089 7 0 0 25 0 5 0 595541026 450465792 66739 33554432000 4194304 5787044 140735923896448 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=27705/tid=27713] ppid=27704 vsize=439908 CPUtime=50.68 cores=0,2,4,6
/proc/27705/task/27713/stat : 27713 (priss) R 27704 27704 26812 0 -1 4202560 17649 0 0 0 5061 7 0 0 25 0 5 0 595541027 450465792 66739 33554432000 4194304 5787044 140735923896448 18446744073709551615 5591666 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=27705/tid=27714] ppid=27704 vsize=439908 CPUtime=50.91 cores=0,2,4,6
/proc/27705/task/27714/stat : 27714 (priss) R 27704 27704 26812 0 -1 4202560 24943 0 0 0 5084 7 0 0 25 0 5 0 595541030 450465792 66739 33554432000 4194304 5787044 140735923896448 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.68
Current children cumulated vsize (KiB) 448608

[startup+102.301 s]
/proc/loadavg: 8.02 7.95 7.50 9/188 27716
/proc/meminfo: memFree=13968096/32950928 swapFree=67111528/67111528
[pid=27704] ppid=27702 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27704/stat : 27704 (priss.sh) S 27702 27704 26812 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 595541016 8908800 252 33554432000 4194304 4922060 140736498399248 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27704/statm: 2175 252 211 178 0 68 0
[pid=27705] ppid=27704 vsize=450616 CPUtime=408.19 cores=0,2,4,6
/proc/27705/stat : 27705 (priss) S 27704 27704 26812 0 -1 4202496 95565 0 0 0 40779 40 0 0 18 0 5 0 595541016 461430784 75085 33554432000 4194304 5787044 140735923896448 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/27705/statm: 112654 75085 418 389 0 108404 0
[pid=27705/tid=27711] ppid=27704 vsize=450616 CPUtime=102.18 cores=0,2,4,6
/proc/27705/task/27711/stat : 27711 (priss) R 27704 27704 26812 0 -1 4202560 24020 0 0 0 10206 12 0 0 25 0 5 0 595541024 461430784 75085 33554432000 4194304 5787044 140735923896448 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=27705/tid=27712] ppid=27704 vsize=450616 CPUtime=102.14 cores=0,2,4,6
/proc/27705/task/27712/stat : 27712 (priss) R 27704 27704 26812 0 -1 4202560 15121 0 0 0 10207 7 0 0 25 0 5 0 595541026 461430784 75085 33554432000 4194304 5787044 140735923896448 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=27705/tid=27713] ppid=27704 vsize=450616 CPUtime=101.61 cores=0,2,4,6
/proc/27705/task/27713/stat : 27713 (priss) R 27704 27704 26812 0 -1 4202560 20440 0 0 0 10151 10 0 0 25 0 5 0 595541027 461430784 75085 33554432000 4194304 5787044 140735923896448 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=27705/tid=27714] ppid=27704 vsize=450616 CPUtime=102.11 cores=0,2,4,6

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

/proc/27705/task/27712/stat : 27712 (priss) R 27704 27704 26812 0 -1 4202560 32320 0 0 0 82179 27 0 0 25 0 5 0 595541026 864878592 154620 33554432000 4194304 5787044 140735923896448 18446744073709551615 5591359 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=27705/tid=27713] ppid=27704 vsize=844608 CPUtime=820.21 cores=0,2,4,6
/proc/27705/task/27713/stat : 27713 (priss) R 27704 27704 26812 0 -1 4202560 45641 0 0 0 81982 39 0 0 25 0 5 0 595541027 864878592 154620 33554432000 4194304 5787044 140735923896448 18446744073709551615 5591712 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=27705/tid=27714] ppid=27704 vsize=844608 CPUtime=819.53 cores=0,2,4,6
/proc/27705/task/27714/stat : 27714 (priss) R 27704 27704 26812 0 -1 4202560 39774 0 0 0 81939 14 0 0 25 0 5 0 595541030 864878592 154620 33554432000 4194304 5787044 140735923896448 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3284.12
Current children cumulated vsize (KiB) 853308

[startup+882.301 s]
/proc/loadavg: 8.14 8.12 7.84 9/188 27746
/proc/meminfo: memFree=13330140/32950928 swapFree=67111528/67111528
[pid=27704] ppid=27702 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27704/stat : 27704 (priss.sh) S 27702 27704 26812 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 595541016 8908800 252 33554432000 4194304 4922060 140736498399248 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27704/statm: 2175 252 211 178 0 68 0
[pid=27705] ppid=27704 vsize=844608 CPUtime=3523.8 cores=0,2,4,6
/proc/27705/stat : 27705 (priss) S 27704 27704 26812 0 -1 4202496 179496 0 0 0 352255 125 0 0 18 0 5 0 595541016 864878592 155526 33554432000 4194304 5787044 140735923896448 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/27705/statm: 211152 155526 418 389 0 206902 0
[pid=27705/tid=27711] ppid=27704 vsize=844608 CPUtime=882.15 cores=0,2,4,6
/proc/27705/task/27711/stat : 27711 (priss) R 27704 27704 26812 0 -1 4202560 51145 0 0 0 88175 40 0 0 25 0 5 0 595541024 864878592 155526 33554432000 4194304 5787044 140735923896448 18446744073709551615 5591741 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=27705/tid=27712] ppid=27704 vsize=844608 CPUtime=882.05 cores=0,2,4,6
/proc/27705/task/27712/stat : 27712 (priss) R 27704 27704 26812 0 -1 4202560 32320 0 0 0 88178 27 0 0 25 0 5 0 595541026 864878592 155526 33554432000 4194304 5787044 140735923896448 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=27705/tid=27713] ppid=27704 vsize=844608 CPUtime=880.21 cores=0,2,4,6
/proc/27705/task/27713/stat : 27713 (priss) R 27704 27704 26812 0 -1 4202560 46394 0 0 0 87981 40 0 0 25 0 5 0 595541027 864878592 155526 33554432000 4194304 5787044 140735923896448 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=27705/tid=27714] ppid=27704 vsize=844608 CPUtime=879.21 cores=0,2,4,6
/proc/27705/task/27714/stat : 27714 (priss) R 27704 27704 26812 0 -1 4202560 39775 0 0 0 87907 14 0 0 25 0 5 0 595541030 864878592 155526 33554432000 4194304 5787044 140735923896448 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3523.8
Current children cumulated vsize (KiB) 853308

[startup+942.3 s]
/proc/loadavg: 8.14 8.12 7.85 9/188 27748
/proc/meminfo: memFree=13319948/32950928 swapFree=67111528/67111528
[pid=27704] ppid=27702 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27704/stat : 27704 (priss.sh) S 27702 27704 26812 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 595541016 8908800 252 33554432000 4194304 4922060 140736498399248 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27704/statm: 2175 252 211 178 0 68 0
[pid=27705] ppid=27704 vsize=846652 CPUtime=3763.46 cores=0,2,4,6
/proc/27705/stat : 27705 (priss) S 27704 27704 26812 0 -1 4202496 181494 0 0 0 376218 128 0 0 18 0 5 0 595541016 866971648 157524 33554432000 4194304 5787044 140735923896448 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/27705/statm: 211663 157524 418 389 0 207413 0
[pid=27705/tid=27711] ppid=27704 vsize=846652 CPUtime=942.15 cores=0,2,4,6
/proc/27705/task/27711/stat : 27711 (priss) R 27704 27704 26812 0 -1 4202560 51145 0 0 0 94175 40 0 0 25 0 5 0 595541024 866971648 157524 33554432000 4194304 5787044 140735923896448 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=27705/tid=27712] ppid=27704 vsize=846652 CPUtime=942.06 cores=0,2,4,6
/proc/27705/task/27712/stat : 27712 (priss) R 27704 27704 26812 0 -1 4202560 32320 0 0 0 94178 28 0 0 25 0 5 0 595541026 866971648 157524 33554432000 4194304 5787044 140735923896448 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=27705/tid=27713] ppid=27704 vsize=846652 CPUtime=940.21 cores=0,2,4,6
/proc/27705/task/27713/stat : 27713 (priss) R 27704 27704 26812 0 -1 4202560 48200 0 0 0 93978 43 0 0 25 0 5 0 595541027 866971648 157524 33554432000 4194304 5787044 140735923896448 18446744073709551615 5591813 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=27705/tid=27714] ppid=27704 vsize=846652 CPUtime=938.88 cores=0,2,4,6
/proc/27705/task/27714/stat : 27714 (priss) R 27704 27704 26812 0 -1 4202560 39967 0 0 0 93874 14 0 0 25 0 5 0 595541030 866971648 157524 33554432000 4194304 5787044 140735923896448 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3763.46
Current children cumulated vsize (KiB) 855352

[startup+1002.3 s]
/proc/loadavg: 8.14 8.13 7.87 9/188 27749
/proc/meminfo: memFree=13310012/32950928 swapFree=67111528/67111528
[pid=27704] ppid=27702 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27704/stat : 27704 (priss.sh) S 27702 27704 26812 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 595541016 8908800 252 33554432000 4194304 4922060 140736498399248 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27704/statm: 2175 252 211 178 0 68 0
[pid=27705] ppid=27704 vsize=859068 CPUtime=4003.14 cores=0,2,4,6
/proc/27705/stat : 27705 (priss) S 27704 27704 26812 0 -1 4202496 184223 0 0 0 400183 131 0 0 18 0 5 0 595541016 879685632 160253 33554432000 4194304 5787044 140735923896448 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/27705/statm: 214767 160253 418 389 0 210517 0
[pid=27705/tid=27711] ppid=27704 vsize=859068 CPUtime=1002.15 cores=0,2,4,6
/proc/27705/task/27711/stat : 27711 (priss) R 27704 27704 26812 0 -1 4202560 51149 0 0 0 100175 40 0 0 25 0 5 0 595541024 879685632 160253 33554432000 4194304 5787044 140735923896448 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=27705/tid=27712] ppid=27704 vsize=859068 CPUtime=1002.05 cores=0,2,4,6
/proc/27705/task/27712/stat : 27712 (priss) R 27704 27704 26812 0 -1 4202560 32324 0 0 0 100177 28 0 0 25 0 5 0 595541026 879685632 160253 33554432000 4194304 5787044 140735923896448 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=27705/tid=27713] ppid=27704 vsize=859068 CPUtime=1000.21 cores=0,2,4,6
/proc/27705/task/27713/stat : 27713 (priss) R 27704 27704 26812 0 -1 4202560 50785 0 0 0 99976 45 0 0 25 0 5 0 595541027 879685632 160253 33554432000 4194304 5787044 140735923896448 18446744073709551615 5591328 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=27705/tid=27714] ppid=27704 vsize=859068 CPUtime=998.56 cores=0,2,4,6
/proc/27705/task/27714/stat : 27714 (priss) R 27704 27704 26812 0 -1 4202560 40103 0 0 0 99842 14 0 0 25 0 5 0 595541030 879685632 160253 33554432000 4194304 5787044 140735923896448 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.14
Current children cumulated vsize (KiB) 867768

[startup+1062.3 s]
/proc/loadavg: 8.13 8.13 7.89 9/188 27751
/proc/meminfo: memFree=13292008/32950928 swapFree=67111528/67111528
[pid=27704] ppid=27702 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27704/stat : 27704 (priss.sh) S 27702 27704 26812 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 595541016 8908800 252 33554432000 4194304 4922060 140736498399248 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27704/statm: 2175 252 211 178 0 68 0
[pid=27705] ppid=27704 vsize=867936 CPUtime=4242.8 cores=0,2,4,6
/proc/27705/stat : 27705 (priss) S 27704 27704 26812 0 -1 4202496 188233 0 0 0 424148 132 0 0 18 0 5 0 595541016 888766464 164263 33554432000 4194304 5787044 140735923896448 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/27705/statm: 216984 164263 418 389 0 212734 0
[pid=27705/tid=27711] ppid=27704 vsize=867936 CPUtime=1062.16 cores=0,2,4,6
/proc/27705/task/27711/stat : 27711 (priss) R 27704 27704 26812 0 -1 4202560 52187 0 0 0 106175 41 0 0 25 0 5 0 595541024 888766464 164263 33554432000 4194304 5787044 140735923896448 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=27705/tid=27712] ppid=27704 vsize=867936 CPUtime=1062.04 cores=0,2,4,6
/proc/27705/task/27712/stat : 27712 (priss) R 27704 27704 26812 0 -1 4202560 32337 0 0 0 106176 28 0 0 25 0 5 0 595541026 888766464 164263 33554432000 4194304 5787044 140735923896448 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=27705/tid=27713] ppid=27704 vsize=867936 CPUtime=1060.21 cores=0,2,4,6
/proc/27705/task/27713/stat : 27713 (priss) R 27704 27704 26812 0 -1 4202560 52941 0 0 0 105975 46 0 0 25 0 5 0 595541027 888766464 164263 33554432000 4194304 5787044 140735923896448 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=27705/tid=27714] ppid=27704 vsize=867936 CPUtime=1058.23 cores=0,2,4,6
/proc/27705/task/27714/stat : 27714 (priss) R 27704 27704 26812 0 -1 4202560 40906 0 0 0 105808 15 0 0 25 0 5 0 595541030 888766464 164263 33554432000 4194304 5787044 140735923896448 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4242.8
Current children cumulated vsize (KiB) 876636

[startup+1122.3 s]
/proc/loadavg: 8.20 8.15 7.91 9/188 27753
/proc/meminfo: memFree=13263208/32950928 swapFree=67111528/67111528
[pid=27704] ppid=27702 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27704/stat : 27704 (priss.sh) S 27702 27704 26812 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 595541016 8908800 252 33554432000 4194304 4922060 140736498399248 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27704/statm: 2175 252 211 178 0 68 0
[pid=27705] ppid=27704 vsize=879872 CPUtime=4482.5 cores=0,2,4,6
/proc/27705/stat : 27705 (priss) S 27704 27704 26812 0 -1 4202496 192817 0 0 0 448115 135 0 0 18 0 5 0 595541016 900988928 168847 33554432000 4194304 5787044 140735923896448 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/27705/statm: 219968 168847 418 389 0 215718 0
[pid=27705/tid=27711] ppid=27704 vsize=879872 CPUtime=1122.17 cores=0,2,4,6
/proc/27705/task/27711/stat : 27711 (priss) R 27704 27704 26812 0 -1 4202560 52323 0 0 0 112176 41 0 0 25 0 5 0 595541024 900988928 168847 33554432000 4194304 5787044 140735923896448 18446744073709551615 4220930 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=27705/tid=27712] ppid=27704 vsize=879872 CPUtime=1122.04 cores=0,2,4,6
/proc/27705/task/27712/stat : 27712 (priss) R 27704 27704 26812 0 -1 4202560 33489 0 0 0 112176 28 0 0 25 0 5 0 595541026 900988928 168847 33554432000 4194304 5787044 140735923896448 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=27705/tid=27713] ppid=27704 vsize=879872 CPUtime=1120.22 cores=0,2,4,6
/proc/27705/task/27713/stat : 27713 (priss) R 27704 27704 26812 0 -1 4202560 55945 0 0 0 111974 48 0 0 25 0 5 0 595541027 900988928 168847 33554432000 4194304 5787044 140735923896448 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=27705/tid=27714] ppid=27704 vsize=879872 CPUtime=1117.91 cores=0,2,4,6
/proc/27705/task/27714/stat : 27714 (priss) R 27704 27704 26812 0 -1 4202560 41198 0 0 0 111776 15 0 0 25 0 5 0 595541030 900988928 168847 33554432000 4194304 5787044 140735923896448 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4482.5
Current children cumulated vsize (KiB) 888572

[startup+1182.3 s]
/proc/loadavg: 8.18 8.15 7.92 9/188 27754
/proc/meminfo: memFree=13221644/32950928 swapFree=67111528/67111528
[pid=27704] ppid=27702 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27704/stat : 27704 (priss.sh) S 27702 27704 26812 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 595541016 8908800 252 33554432000 4194304 4922060 140736498399248 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27704/statm: 2175 252 211 178 0 68 0
[pid=27705] ppid=27704 vsize=887432 CPUtime=4722.15 cores=0,2,4,6
/proc/27705/stat : 27705 (priss) S 27704 27704 26812 0 -1 4202496 198908 0 0 0 472075 140 0 0 18 0 5 0 595541016 908730368 174938 33554432000 4194304 5787044 140735923896448 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/27705/statm: 221858 174938 418 389 0 217608 0
[pid=27705/tid=27711] ppid=27704 vsize=887432 CPUtime=1182.16 cores=0,2,4,6
/proc/27705/task/27711/stat : 27711 (priss) R 27704 27704 26812 0 -1 4202560 54889 0 0 0 118174 42 0 0 25 0 5 0 595541024 908730368 174938 33554432000 4194304 5787044 140735923896448 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=27705/tid=27712] ppid=27704 vsize=887432 CPUtime=1182.03 cores=0,2,4,6
/proc/27705/task/27712/stat : 27712 (priss) R 27704 27704 26812 0 -1 4202560 34144 0 0 0 118175 28 0 0 25 0 5 0 595541026 908730368 174938 33554432000 4194304 5787044 140735923896448 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=27705/tid=27713] ppid=27704 vsize=887432 CPUtime=1180.22 cores=0,2,4,6
/proc/27705/task/27713/stat : 27713 (priss) R 27704 27704 26812 0 -1 4202560 57769 0 0 0 117972 50 0 0 25 0 5 0 595541027 908730368 174938 33554432000 4194304 5787044 140735923896448 18446744073709551615 4254900 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=27705/tid=27714] ppid=27704 vsize=887432 CPUtime=1177.57 cores=0,2,4,6
/proc/27705/task/27714/stat : 27714 (priss) R 27704 27704 26812 0 -1 4202560 42244 0 0 0 117741 16 0 0 25 0 5 0 595541030 908730368 174938 33554432000 4194304 5787044 140735923896448 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4722.15
Current children cumulated vsize (KiB) 896132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.20 8.16 7.93 6/186 27756
/proc/meminfo: memFree=13344476/32950928 swapFree=67111528/67111528
[pid=27704] ppid=27702 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27704/stat : 27704 (priss.sh) S 27702 27704 26812 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 595541016 8908800 252 33554432000 4194304 4922060 140736498399248 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27704/statm: 2175 252 211 178 0 68 0
[pid=27705] ppid=27704 vsize=888344 CPUtime=4800.05 cores=0,2,4,6
/proc/27705/stat : 27705 (priss) S 27704 27704 26812 0 -1 4202496 200295 0 0 0 479863 142 0 0 18 0 5 0 595541016 909664256 176325 33554432000 4194304 5787044 140735923896448 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/27705/statm: 222086 176325 418 389 0 217836 0
[pid=27705/tid=27711] ppid=27704 vsize=888344 CPUtime=1201.67 cores=0,2,4,6
/proc/27705/task/27711/stat : 27711 (priss) R 27704 27704 26812 0 -1 4202560 55437 0 0 0 120123 44 0 0 25 0 5 0 595541024 909664256 176325 33554432000 4194304 5787044 140735923896448 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=27705/tid=27712] ppid=27704 vsize=888344 CPUtime=1201.53 cores=0,2,4,6
/proc/27705/task/27712/stat : 27712 (priss) R 27704 27704 26812 0 -1 4202560 34181 0 0 0 120125 28 0 0 25 0 5 0 595541026 909664256 176325 33554432000 4194304 5787044 140735923896448 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=27705/tid=27713] ppid=27704 vsize=888344 CPUtime=1199.72 cores=0,2,4,6
/proc/27705/task/27713/stat : 27713 (priss) R 27704 27704 26812 0 -1 4202560 58037 0 0 0 119922 50 0 0 25 0 5 0 595541027 909664256 176325 33554432000 4194304 5787044 140735923896448 18446744073709551615 218880225989 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=27705/tid=27714] ppid=27704 vsize=888344 CPUtime=1196.97 cores=0,2,4,6
/proc/27705/task/27714/stat : 27714 (priss) R 27704 27704 26812 0 -1 4202560 42778 0 0 0 119680 17 0 0 25 0 5 0 595541030 909664256 176325 33554432000 4194304 5787044 140735923896448 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.05
Current children cumulated vsize (KiB) 897044

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 27704 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.05
#
# 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.05
CPU user time (s): 4798.63
CPU system time (s): 1.42
CPU usage (%): 399.399
Max. virtual memory (cumulated for all children) (KiB): 897044

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= 4
involuntary context switches= 2

runsolver used 1.80572 second user time and 4.76228 second system time

The end

Launcher Data

Begin job on node112 at 2011-04-29 06:58:24
IDJOB=3289067
IDBENCH=83114
IDSOLVER=1603
FILE ID=node112/3289067-1304053103
RUNJOBID= node112-1304053103-27683
PBS_JOBID= 13170402
Free space on /tmp= 72560 MiB

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

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

MD5SUM BENCH= 6ee28191d649bfeef8c7d8c569a3cd59
RANDOM SEED=854307687

node112.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.828
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.828
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.83
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.828
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.67
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.828
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.82
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.828
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	: 5261.27
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.828
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.82
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.828
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.828
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.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14524884 kB
Buffers:       1994928 kB
Cached:       15804908 kB
SwapCached:          0 kB
Active:        7105776 kB
Inactive:     10764640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14524884 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            9060 kB
Writeback:          28 kB
AnonPages:       69800 kB
Mapped:          15036 kB
Slab:           492632 kB
PageTables:       4628 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   214656 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= 72556 MiB
End job on node112 at 2011-04-29 07:18:27