Trace number 3289665

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

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom22.cnf
MD5SUM808b4b06b3dea960876e6772f0b9c207
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 variables53118
Number of clauses178062
Sum of the clauses size454634
Maximum clause length1670
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 290658
Number of clauses of size 386491
Number of clauses of size 4252
Number of clauses of size 520
Number of clauses of size over 5640

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: 10437
0.00/0.05	c parsetime: 50776us
0.00/0.05	c parsed 178062 clauses with 53118 variables
0.00/0.06	c NW started thread 0 successfully (1091385664)
0.00/0.08	c NW started thread 1 successfully (1109117248)
0.00/0.09	c NW started thread 2 successfully (1119607104)
0.00/0.10	c NW started thread 3 successfully (1130096960)
0.00/1.64	c preprocessor returned 53118 variables
0.00/1.64	c preprocessing returned UNKNOWN
0.00/1.64	c PP set 1804 variables
0.00/1.64	c pp time: 1564801us (1s)
0.00/1.67	c preprocessor returned 53118 variables
0.00/1.67	c preprocessing returned UNKNOWN
0.00/1.67	c PP set 1804 variables
0.00/1.67	c pp time: 1588161us (1s)
0.00/1.70	c preprocessor returned 53118 variables
0.00/1.70	c preprocessing returned UNKNOWN
0.00/1.70	c PP set 1804 variables
0.00/1.70	c pp time: 1583282us (1s)
0.00/1.70	c preprocessor returned 53118 variables
0.00/1.70	c preprocessing returned UNKNOWN
0.00/1.70	c PP set 1804 variables
0.00/1.70	c pp time: 1599577us (1s)
6.90/1.88	c HTE
7.31/1.93	c subsumption
7.68/2.00	c simplified formula contains 0 unit clauses
8.08/2.12	c HTE
8.08/2.17	c subsumption
8.47/2.24	c simplified formula contains 0 unit clauses
83.96/21.12	c added unsatisfied clause
83.96/21.12	c failed to add network clauses
532.91/133.57	c added unsatisfied clause
532.91/133.57	c failed to add network clauses
1375.29/344.41	c added unsatisfied clause
1375.29/344.41	c failed to add network clauses
1703.63/426.68	c added unsatisfied clause
1703.63/426.68	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-3289665-1304053815/watcher-3289665-1304053815 -o /tmp/evaluation-result-3289665-1304053815/solver-3289665-1304053815 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3289665-1304053815.cnf 1403111950 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.81 8.06 8.07 5/182 10436
/proc/meminfo: memFree=15138692/32951124 swapFree=67111528/67111528
[pid=10436] ppid=10434 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10436/stat : 10436 (priss.sh) S 10434 10436 9766 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516981942 8908800 252 33554432000 4194304 4922060 140733677245856 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10436/statm: 2175 252 211 178 0 68 0

[startup+0.042624 s]
/proc/loadavg: 7.81 8.06 8.07 5/182 10436
/proc/meminfo: memFree=15138692/32951124 swapFree=67111528/67111528
[pid=10436] ppid=10434 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10436/stat : 10436 (priss.sh) S 10434 10436 9766 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516981942 8908800 252 33554432000 4194304 4922060 140733677245856 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10436/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100909 s]
/proc/loadavg: 7.81 8.06 8.07 5/182 10436
/proc/meminfo: memFree=15138692/32951124 swapFree=67111528/67111528
[pid=10436] ppid=10434 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10436/stat : 10436 (priss.sh) S 10434 10436 9766 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516981942 8908800 252 33554432000 4194304 4922060 140733677245856 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10436/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.436822 s]
/proc/loadavg: 7.81 8.06 8.07 5/182 10436
/proc/meminfo: memFree=15138692/32951124 swapFree=67111528/67111528
[pid=10436] ppid=10434 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10436/stat : 10436 (priss.sh) S 10434 10436 9766 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516981942 8908800 252 33554432000 4194304 4922060 140733677245856 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10436/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.881616 s]
/proc/loadavg: 7.81 8.06 8.07 5/182 10436
/proc/meminfo: memFree=15138692/32951124 swapFree=67111528/67111528
[pid=10436] ppid=10434 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10436/stat : 10436 (priss.sh) S 10434 10436 9766 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516981942 8908800 252 33554432000 4194304 4922060 140733677245856 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10436/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50025 s]
/proc/loadavg: 7.81 8.06 8.07 5/182 10436
/proc/meminfo: memFree=15138692/32951124 swapFree=67111528/67111528
[pid=10436] ppid=10434 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10436/stat : 10436 (priss.sh) S 10434 10436 9766 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516981942 8908800 252 33554432000 4194304 4922060 140733677245856 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10436/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10095 s]
/proc/loadavg: 7.81 8.06 8.07 10/188 10442
/proc/meminfo: memFree=14943220/32951124 swapFree=67111528/67111528
[pid=10436] ppid=10434 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10436/stat : 10436 (priss.sh) S 10434 10436 9766 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516981942 8908800 252 33554432000 4194304 4922060 140733677245856 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10436/statm: 2175 252 211 178 0 68 0
[pid=10437] ppid=10436 vsize=352904 CPUtime=12.08 cores=0,2,4,6
/proc/10437/stat : 10437 (priss) S 10436 10436 9766 0 -1 4202496 73379 0 0 0 1189 19 0 0 21 0 5 0 516981942 361373696 48952 33554432000 4194304 5787044 140736586876368 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/10437/statm: 88226 48952 418 389 0 83976 0
[pid=10437/tid=10439] ppid=10436 vsize=352904 CPUtime=3.01 cores=0,2,4,6
/proc/10437/task/10439/stat : 10439 (priss) R 10436 10436 9766 0 -1 4202560 16085 0 0 0 298 3 0 0 21 0 5 0 516981948 361373696 48952 33554432000 4194304 5787044 140736586876368 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=10437/tid=10440] ppid=10436 vsize=352904 CPUtime=2.98 cores=0,2,4,6
/proc/10437/task/10440/stat : 10440 (priss) R 10436 10436 9766 0 -1 4202560 15234 0 0 0 295 3 0 0 22 0 5 0 516981949 361373696 48952 33554432000 4194304 5787044 140736586876368 18446744073709551615 5590836 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=10437/tid=10441] ppid=10436 vsize=352904 CPUtime=2.98 cores=0,2,4,6
/proc/10437/task/10441/stat : 10441 (priss) R 10436 10436 9766 0 -1 4202560 13905 0 0 0 294 4 0 0 22 0 5 0 516981951 361373696 48952 33554432000 4194304 5787044 140736586876368 18446744073709551615 244446606369 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=10437/tid=10442] ppid=10436 vsize=352904 CPUtime=2.97 cores=0,2,4,6
/proc/10437/task/10442/stat : 10442 (priss) R 10436 10436 9766 0 -1 4202560 19390 0 0 0 291 6 0 0 21 0 5 0 516981952 361373696 48952 33554432000 4194304 5787044 140736586876368 18446744073709551615 4254423 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.08
Current children cumulated vsize (KiB) 361604

[startup+6.30635 s]
/proc/loadavg: 7.82 8.06 8.07 9/188 10442
/proc/meminfo: memFree=14940700/32951124 swapFree=67111528/67111528
[pid=10436] ppid=10434 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10436/stat : 10436 (priss.sh) S 10434 10436 9766 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516981942 8908800 252 33554432000 4194304 4922060 140733677245856 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10436/statm: 2175 252 211 178 0 68 0
[pid=10437] ppid=10436 vsize=352904 CPUtime=24.87 cores=0,2,4,6
/proc/10437/stat : 10437 (priss) S 10436 10436 9766 0 -1 4202496 74013 0 0 0 2468 19 0 0 21 0 5 0 516981942 361373696 49586 33554432000 4194304 5787044 140736586876368 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/10437/statm: 88226 49586 418 389 0 83976 0
[pid=10437/tid=10439] ppid=10436 vsize=352904 CPUtime=6.21 cores=0,2,4,6
/proc/10437/task/10439/stat : 10439 (priss) R 10436 10436 9766 0 -1 4202560 16247 0 0 0 618 3 0 0 25 0 5 0 516981948 361373696 49586 33554432000 4194304 5787044 140736586876368 18446744073709551615 5591298 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=10437/tid=10440] ppid=10436 vsize=352904 CPUtime=6.16 cores=0,2,4,6
/proc/10437/task/10440/stat : 10440 (priss) R 10436 10436 9766 0 -1 4202560 15408 0 0 0 613 3 0 0 25 0 5 0 516981949 361373696 49586 33554432000 4194304 5787044 140736586876368 18446744073709551615 5585354 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=10437/tid=10441] ppid=10436 vsize=352904 CPUtime=6.18 cores=0,2,4,6
/proc/10437/task/10441/stat : 10441 (priss) R 10436 10436 9766 0 -1 4202560 14142 0 0 0 614 4 0 0 25 0 5 0 516981951 361373696 49586 33554432000 4194304 5787044 140736586876368 18446744073709551615 5576478 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=10437/tid=10442] ppid=10436 vsize=352904 CPUtime=6.18 cores=0,2,4,6
/proc/10437/task/10442/stat : 10442 (priss) R 10436 10436 9766 0 -1 4202560 19451 0 0 0 612 6 0 0 25 0 5 0 516981952 361373696 49586 33554432000 4194304 5787044 140736586876368 18446744073709551615 5530827 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.87
Current children cumulated vsize (KiB) 361604

[startup+12.7012 s]
/proc/loadavg: 7.92 8.08 8.07 9/188 10442
/proc/meminfo: memFree=14935156/32951124 swapFree=67111528/67111528
[pid=10436] ppid=10434 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10436/stat : 10436 (priss.sh) S 10434 10436 9766 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516981942 8908800 252 33554432000 4194304 4922060 140733677245856 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10436/statm: 2175 252 211 178 0 68 0
[pid=10437] ppid=10436 vsize=354372 CPUtime=50.42 cores=0,2,4,6
/proc/10437/stat : 10437 (priss) S 10436 10436 9766 0 -1 4202496 75619 0 0 0 5021 21 0 0 21 0 5 0 516981942 362876928 51192 33554432000 4194304 5787044 140736586876368 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/10437/statm: 88593 51192 418 389 0 84343 0
[pid=10437/tid=10439] ppid=10436 vsize=354372 CPUtime=12.61 cores=0,2,4,6
/proc/10437/task/10439/stat : 10439 (priss) R 10436 10436 9766 0 -1 4202560 16546 0 0 0 1257 4 0 0 25 0 5 0 516981948 362876928 51192 33554432000 4194304 5787044 140736586876368 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=10437/tid=10440] ppid=10436 vsize=354372 CPUtime=12.53 cores=0,2,4,6
/proc/10437/task/10440/stat : 10440 (priss) R 10436 10436 9766 0 -1 4202560 15710 0 0 0 1250 3 0 0 25 0 5 0 516981949 362876928 51192 33554432000 4194304 5787044 140736586876368 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=10437/tid=10441] ppid=10436 vsize=354372 CPUtime=12.58 cores=0,2,4,6
/proc/10437/task/10441/stat : 10441 (priss) R 10436 10436 9766 0 -1 4202560 14509 0 0 0 1253 5 0 0 25 0 5 0 516981951 362876928 51192 33554432000 4194304 5787044 140736586876368 18446744073709551615 5592127 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=10437/tid=10442] ppid=10436 vsize=354372 CPUtime=12.57 cores=0,2,4,6
/proc/10437/task/10442/stat : 10442 (priss) R 10436 10436 9766 0 -1 4202560 20089 0 0 0 1251 6 0 0 25 0 5 0 516981952 362876928 51192 33554432000 4194304 5787044 140736586876368 18446744073709551615 4238578 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.42
Current children cumulated vsize (KiB) 363072

[startup+25.5008 s]
/proc/loadavg: 7.93 8.07 8.07 9/188 10442
/proc/meminfo: memFree=14917680/32951124 swapFree=67111528/67111528
[pid=10436] ppid=10434 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10436/stat : 10436 (priss.sh) S 10434 10436 9766 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516981942 8908800 252 33554432000 4194304 4922060 140733677245856 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10436/statm: 2175 252 211 178 0 68 0
[pid=10437] ppid=10436 vsize=357900 CPUtime=101.53 cores=0,2,4,6
/proc/10437/stat : 10437 (priss) S 10436 10436 9766 0 -1 4202496 79928 0 0 0 10128 25 0 0 21 0 5 0 516981942 366489600 55501 33554432000 4194304 5787044 140736586876368 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/10437/statm: 89475 55501 418 389 0 85225 0
[pid=10437/tid=10439] ppid=10436 vsize=357900 CPUtime=25.41 cores=0,2,4,6
/proc/10437/task/10439/stat : 10439 (priss) R 10436 10436 9766 0 -1 4202560 18191 0 0 0 2536 5 0 0 25 0 5 0 516981948 366489600 55501 33554432000 4194304 5787044 140736586876368 18446744073709551615 5590464 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=10437/tid=10440] ppid=10436 vsize=357900 CPUtime=25.26 cores=0,2,4,6
/proc/10437/task/10440/stat : 10440 (priss) R 10436 10436 9766 0 -1 4202560 16420 0 0 0 2522 4 0 0 25 0 5 0 516981949 366489600 55501 33554432000 4194304 5787044 140736586876368 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=10437/tid=10441] ppid=10436 vsize=357900 CPUtime=25.38 cores=0,2,4,6
/proc/10437/task/10441/stat : 10441 (priss) R 10436 10436 9766 0 -1 4202560 14990 0 0 0 2532 6 0 0 25 0 5 0 516981951 366489600 55501 33554432000 4194304 5787044 140736586876368 18446744073709551615 4254813 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=10437/tid=10442] ppid=10436 vsize=357900 CPUtime=25.36 cores=0,2,4,6
/proc/10437/task/10442/stat : 10442 (priss) R 10436 10436 9766 0 -1 4202560 21562 0 0 0 2528 8 0 0 25 0 5 0 516981952 366489600 55501 33554432000 4194304 5787044 140736586876368 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.53
Current children cumulated vsize (KiB) 366600

[startup+51.101 s]
/proc/loadavg: 8.04 8.08 8.07 9/188 10443
/proc/meminfo: memFree=14881848/32951124 swapFree=67111528/67111528
[pid=10436] ppid=10434 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10436/stat : 10436 (priss.sh) S 10434 10436 9766 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516981942 8908800 252 33554432000 4194304 4922060 140733677245856 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10436/statm: 2175 252 211 178 0 68 0
[pid=10437] ppid=10436 vsize=362256 CPUtime=203.79 cores=0,2,4,6
/proc/10437/stat : 10437 (priss) S 10436 10436 9766 0 -1 4202496 86357 0 0 0 20347 32 0 0 21 0 5 0 516981942 370950144 61927 33554432000 4194304 5787044 140736586876368 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/10437/statm: 90564 61927 418 389 0 86314 0
[pid=10437/tid=10439] ppid=10436 vsize=362256 CPUtime=51 cores=0,2,4,6
/proc/10437/task/10439/stat : 10439 (priss) R 10436 10436 9766 0 -1 4202560 19214 0 0 0 5094 6 0 0 25 0 5 0 516981948 370950144 61927 33554432000 4194304 5787044 140736586876368 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=10437/tid=10440] ppid=10436 vsize=362256 CPUtime=50.71 cores=0,2,4,6
/proc/10437/task/10440/stat : 10440 (priss) R 10436 10436 9766 0 -1 4202560 18535 0 0 0 5066 5 0 0 25 0 5 0 516981949 370950144 61927 33554432000 4194304 5787044 140736586876368 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=10437/tid=10441] ppid=10436 vsize=362256 CPUtime=50.97 cores=0,2,4,6
/proc/10437/task/10441/stat : 10441 (priss) R 10436 10436 9766 0 -1 4202560 16750 0 0 0 5089 8 0 0 25 0 5 0 516981951 370950144 61927 33554432000 4194304 5787044 140736586876368 18446744073709551615 5591205 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=10437/tid=10442] ppid=10436 vsize=362256 CPUtime=50.97 cores=0,2,4,6
/proc/10437/task/10442/stat : 10442 (priss) R 10436 10436 9766 0 -1 4202560 23093 0 0 0 5087 10 0 0 25 0 5 0 516981952 370950144 61927 33554432000 4194304 5787044 140736586876368 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.79
Current children cumulated vsize (KiB) 370956

[startup+102.3 s]
/proc/loadavg: 8.06 8.08 8.08 9/188 10444
/proc/meminfo: memFree=14784608/32951124 swapFree=67111528/67111528
[pid=10436] ppid=10434 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10436/stat : 10436 (priss.sh) S 10434 10436 9766 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516981942 8908800 252 33554432000 4194304 4922060 140733677245856 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10436/statm: 2175 252 211 178 0 68 0
[pid=10437] ppid=10436 vsize=440756 CPUtime=408.3 cores=0,2,4,6
/proc/10437/stat : 10437 (priss) S 10436 10436 9766 0 -1 4202496 98597 0 0 0 40786 44 0 0 21 0 5 0 516981942 451334144 74100 33554432000 4194304 5787044 140736586876368 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/10437/statm: 110189 74100 418 389 0 105939 0
[pid=10437/tid=10439] ppid=10436 vsize=440756 CPUtime=102.2 cores=0,2,4,6
/proc/10437/task/10439/stat : 10439 (priss) R 10436 10436 9766 0 -1 4202560 23073 0 0 0 10210 10 0 0 25 0 5 0 516981948 451334144 74100 33554432000 4194304 5787044 140736586876368 18446744073709551615 5586709 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=10437/tid=10440] ppid=10436 vsize=440756 CPUtime=101.62 cores=0,2,4,6
/proc/10437/task/10440/stat : 10440 (priss) R 10436 10436 9766 0 -1 4202560 22275 0 0 0 10155 7 0 0 25 0 5 0 516981949 451334144 74100 33554432000 4194304 5787044 140736586876368 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=10437/tid=10441] ppid=10436 vsize=440756 CPUtime=102.17 cores=0,2,4,6
/proc/10437/task/10441/stat : 10441 (priss) R 10436 10436 9766 0 -1 4202560 18265 0 0 0 10207 10 0 0 25 0 5 0 516981951 451334144 74100 33554432000 4194304 5787044 140736586876368 18446744073709551615 5591760 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=10437/tid=10442] ppid=10436 vsize=440756 CPUtime=102.17 cores=0,2,4,6
/proc/10437/task/10442/stat : 10442 (priss) R 10436 10436 9766 0 -1 4202560 26219 0 0 0 10203 14 0 0 25 0 5 0 516981952 451334144 74100 33554432000 4194304 5787044 140736586876368 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.3
Current children cumulated vsize (KiB) 449456

[startup+162.301 s]
/proc/loadavg: 8.06 8.08 8.07 9/188 10446
/proc/meminfo: memFree=14675580/32951124 swapFree=67111528/67111528
[pid=10436] ppid=10434 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10436/stat : 10436 (priss.sh) S 10434 10436 9766 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516981942 8908800 252 33554432000 4194304 4922060 140733677245856 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10436/statm: 2175 252 211 178 0 68 0
[pid=10437] ppid=10436 vsize=587228 CPUtime=647.96 cores=0,2,4,6

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

/proc/10437/task/10440/stat : 10440 (priss) R 10436 10436 9766 0 -1 4202560 50303 0 0 0 82033 46 0 0 25 0 5 0 516981949 900497408 175703 33554432000 4194304 5787044 140736586876368 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=10437/tid=10441] ppid=10436 vsize=879392 CPUtime=820.58 cores=0,2,4,6
/proc/10437/task/10441/stat : 10441 (priss) R 10436 10436 9766 0 -1 4202560 37954 0 0 0 82019 39 0 0 25 0 5 0 516981951 900497408 175703 33554432000 4194304 5787044 140736586876368 18446744073709551615 5576478 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=10437/tid=10442] ppid=10436 vsize=879392 CPUtime=821.32 cores=0,2,4,6
/proc/10437/task/10442/stat : 10442 (priss) R 10436 10436 9766 0 -1 4202560 55879 0 0 0 82099 33 0 0 25 0 5 0 516981952 900497408 175703 33554432000 4194304 5787044 140736586876368 18446744073709551615 5527212 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3284.17
Current children cumulated vsize (KiB) 888092

[startup+882.3 s]
/proc/loadavg: 7.93 7.99 8.05 9/188 10498
/proc/meminfo: memFree=14748196/32951124 swapFree=67111528/67111528
[pid=10436] ppid=10434 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10436/stat : 10436 (priss.sh) S 10434 10436 9766 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516981942 8908800 252 33554432000 4194304 4922060 140733677245856 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10436/statm: 2175 252 211 178 0 68 0
[pid=10437] ppid=10436 vsize=881176 CPUtime=3523.83 cores=0,2,4,6
/proc/10437/stat : 10437 (priss) S 10436 10436 9766 0 -1 4202496 202552 0 0 0 352217 166 0 0 21 0 5 0 516981942 902324224 177219 33554432000 4194304 5787044 140736586876368 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/10437/statm: 220294 177219 418 389 0 216044 0
[pid=10437/tid=10439] ppid=10436 vsize=881176 CPUtime=881.03 cores=0,2,4,6
/proc/10437/task/10439/stat : 10439 (priss) R 10436 10436 9766 0 -1 4202560 49147 0 0 0 88058 45 0 0 25 0 5 0 516981948 902324224 177219 33554432000 4194304 5787044 140736586876368 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=10437/tid=10440] ppid=10436 vsize=881176 CPUtime=880.77 cores=0,2,4,6
/proc/10437/task/10440/stat : 10440 (priss) R 10436 10436 9766 0 -1 4202560 50807 0 0 0 88031 46 0 0 25 0 5 0 516981949 902324224 177219 33554432000 4194304 5787044 140736586876368 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=10437/tid=10441] ppid=10436 vsize=881176 CPUtime=880.58 cores=0,2,4,6
/proc/10437/task/10441/stat : 10441 (priss) R 10436 10436 9766 0 -1 4202560 37954 0 0 0 88019 39 0 0 25 0 5 0 516981951 902324224 177219 33554432000 4194304 5787044 140736586876368 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=10437/tid=10442] ppid=10436 vsize=881176 CPUtime=881.32 cores=0,2,4,6
/proc/10437/task/10442/stat : 10442 (priss) R 10436 10436 9766 0 -1 4202560 55879 0 0 0 88098 34 0 0 25 0 5 0 516981952 902324224 177219 33554432000 4194304 5787044 140736586876368 18446744073709551615 5527482 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3523.83
Current children cumulated vsize (KiB) 889876

[startup+942.301 s]
/proc/loadavg: 7.97 7.99 8.04 9/188 10500
/proc/meminfo: memFree=14708612/32951124 swapFree=67111528/67111528
[pid=10436] ppid=10434 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10436/stat : 10436 (priss.sh) S 10434 10436 9766 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516981942 8908800 252 33554432000 4194304 4922060 140733677245856 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10436/statm: 2175 252 211 178 0 68 0
[pid=10437] ppid=10436 vsize=881940 CPUtime=3763.51 cores=0,2,4,6
/proc/10437/stat : 10437 (priss) S 10436 10436 9766 0 -1 4202496 202863 0 0 0 376184 167 0 0 21 0 5 0 516981942 903106560 177530 33554432000 4194304 5787044 140736586876368 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/10437/statm: 220485 177530 418 389 0 216235 0
[pid=10437/tid=10439] ppid=10436 vsize=881940 CPUtime=940.68 cores=0,2,4,6
/proc/10437/task/10439/stat : 10439 (priss) R 10436 10436 9766 0 -1 4202560 49457 0 0 0 94023 45 0 0 25 0 5 0 516981948 903106560 177530 33554432000 4194304 5787044 140736586876368 18446744073709551615 4228033 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=10437/tid=10440] ppid=10436 vsize=881940 CPUtime=940.78 cores=0,2,4,6
/proc/10437/task/10440/stat : 10440 (priss) R 10436 10436 9766 0 -1 4202560 50807 0 0 0 94032 46 0 0 25 0 5 0 516981949 903106560 177530 33554432000 4194304 5787044 140736586876368 18446744073709551615 5591686 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=10437/tid=10441] ppid=10436 vsize=881940 CPUtime=940.59 cores=0,2,4,6
/proc/10437/task/10441/stat : 10441 (priss) R 10436 10436 9766 0 -1 4202560 37954 0 0 0 94019 40 0 0 25 0 5 0 516981951 903106560 177530 33554432000 4194304 5787044 140736586876368 18446744073709551615 5591280 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=10437/tid=10442] ppid=10436 vsize=881940 CPUtime=941.33 cores=0,2,4,6
/proc/10437/task/10442/stat : 10442 (priss) R 10436 10436 9766 0 -1 4202560 55880 0 0 0 94099 34 0 0 25 0 5 0 516981952 903106560 177530 33554432000 4194304 5787044 140736586876368 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3763.51
Current children cumulated vsize (KiB) 890640

[startup+1002.3 s]
/proc/loadavg: 7.99 7.99 8.03 9/188 10501
/proc/meminfo: memFree=14681180/32951124 swapFree=67111528/67111528
[pid=10436] ppid=10434 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10436/stat : 10436 (priss.sh) S 10434 10436 9766 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516981942 8908800 252 33554432000 4194304 4922060 140733677245856 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10436/statm: 2175 252 211 178 0 68 0
[pid=10437] ppid=10436 vsize=881940 CPUtime=4003.16 cores=0,2,4,6
/proc/10437/stat : 10437 (priss) S 10436 10436 9766 0 -1 4202496 205499 0 0 0 400144 172 0 0 21 0 5 0 516981942 903106560 180166 33554432000 4194304 5787044 140736586876368 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/10437/statm: 220485 180166 418 389 0 216235 0
[pid=10437/tid=10439] ppid=10436 vsize=881940 CPUtime=1000.35 cores=0,2,4,6
/proc/10437/task/10439/stat : 10439 (priss) R 10436 10436 9766 0 -1 4202560 50120 0 0 0 99989 46 0 0 25 0 5 0 516981948 903106560 180166 33554432000 4194304 5787044 140736586876368 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=10437/tid=10440] ppid=10436 vsize=881940 CPUtime=1000.78 cores=0,2,4,6
/proc/10437/task/10440/stat : 10440 (priss) R 10436 10436 9766 0 -1 4202560 51637 0 0 0 100030 48 0 0 25 0 5 0 516981949 903106560 180166 33554432000 4194304 5787044 140736586876368 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=10437/tid=10441] ppid=10436 vsize=881940 CPUtime=1000.58 cores=0,2,4,6
/proc/10437/task/10441/stat : 10441 (priss) R 10436 10436 9766 0 -1 4202560 39087 0 0 0 100016 42 0 0 25 0 5 0 516981951 903106560 180166 33554432000 4194304 5787044 140736586876368 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=10437/tid=10442] ppid=10436 vsize=881940 CPUtime=1001.32 cores=0,2,4,6
/proc/10437/task/10442/stat : 10442 (priss) R 10436 10436 9766 0 -1 4202560 55890 0 0 0 100098 34 0 0 25 0 5 0 516981952 903106560 180166 33554432000 4194304 5787044 140736586876368 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4003.16
Current children cumulated vsize (KiB) 890640

[startup+1062.31 s]
/proc/loadavg: 7.99 7.99 8.03 9/188 10503
/proc/meminfo: memFree=14623232/32951124 swapFree=67111528/67111528
[pid=10436] ppid=10434 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10436/stat : 10436 (priss.sh) S 10434 10436 9766 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516981942 8908800 252 33554432000 4194304 4922060 140733677245856 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10436/statm: 2175 252 211 178 0 68 0
[pid=10437] ppid=10436 vsize=885344 CPUtime=4242.85 cores=0,2,4,6
/proc/10437/stat : 10437 (priss) S 10436 10436 9766 0 -1 4202496 212313 0 0 0 424104 181 0 0 21 0 5 0 516981942 906592256 186980 33554432000 4194304 5787044 140736586876368 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/10437/statm: 221336 186980 418 389 0 217086 0
[pid=10437/tid=10439] ppid=10436 vsize=885344 CPUtime=1060.02 cores=0,2,4,6
/proc/10437/task/10439/stat : 10439 (priss) R 10436 10436 9766 0 -1 4202560 50120 0 0 0 105956 46 0 0 25 0 5 0 516981948 906592256 186980 33554432000 4194304 5787044 140736586876368 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=10437/tid=10440] ppid=10436 vsize=885344 CPUtime=1060.78 cores=0,2,4,6
/proc/10437/task/10440/stat : 10440 (priss) R 10436 10436 9766 0 -1 4202560 53649 0 0 0 106028 50 0 0 25 0 5 0 516981949 906592256 186980 33554432000 4194304 5787044 140736586876368 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=10437/tid=10441] ppid=10436 vsize=885344 CPUtime=1060.59 cores=0,2,4,6
/proc/10437/task/10441/stat : 10441 (priss) R 10436 10436 9766 0 -1 4202560 42974 0 0 0 106011 48 0 0 25 0 5 0 516981951 906592256 186980 33554432000 4194304 5787044 140736586876368 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=10437/tid=10442] ppid=10436 vsize=885344 CPUtime=1061.32 cores=0,2,4,6
/proc/10437/task/10442/stat : 10442 (priss) R 10436 10436 9766 0 -1 4202560 56805 0 0 0 106098 34 0 0 25 0 5 0 516981952 906592256 186980 33554432000 4194304 5787044 140736586876368 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4242.85
Current children cumulated vsize (KiB) 894044

[startup+1122.3 s]
/proc/loadavg: 8.07 8.01 8.03 9/188 10505
/proc/meminfo: memFree=14583516/32951124 swapFree=67111528/67111528
[pid=10436] ppid=10434 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10436/stat : 10436 (priss.sh) S 10434 10436 9766 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516981942 8908800 252 33554432000 4194304 4922060 140733677245856 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10436/statm: 2175 252 211 178 0 68 0
[pid=10437] ppid=10436 vsize=890624 CPUtime=4482.5 cores=0,2,4,6
/proc/10437/stat : 10437 (priss) S 10436 10436 9766 0 -1 4202496 220867 0 0 0 448055 195 0 0 21 0 5 0 516981942 911998976 195534 33554432000 4194304 5787044 140736586876368 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/10437/statm: 222656 195534 418 389 0 218406 0
[pid=10437/tid=10439] ppid=10436 vsize=890624 CPUtime=1119.69 cores=0,2,4,6
/proc/10437/task/10439/stat : 10439 (priss) R 10436 10436 9766 0 -1 4202560 51586 0 0 0 111920 49 0 0 25 0 5 0 516981948 911998976 195534 33554432000 4194304 5787044 140736586876368 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=10437/tid=10440] ppid=10436 vsize=890624 CPUtime=1120.78 cores=0,2,4,6
/proc/10437/task/10440/stat : 10440 (priss) R 10436 10436 9766 0 -1 4202560 58433 0 0 0 112021 57 0 0 25 0 5 0 516981949 911998976 195534 33554432000 4194304 5787044 140736586876368 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=10437/tid=10441] ppid=10436 vsize=890624 CPUtime=1120.58 cores=0,2,4,6
/proc/10437/task/10441/stat : 10441 (priss) R 10436 10436 9766 0 -1 4202560 44496 0 0 0 112007 51 0 0 25 0 5 0 516981951 911998976 195534 33554432000 4194304 5787044 140736586876368 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=10437/tid=10442] ppid=10436 vsize=890624 CPUtime=1121.32 cores=0,2,4,6
/proc/10437/task/10442/stat : 10442 (priss) R 10436 10436 9766 0 -1 4202560 57587 0 0 0 112097 35 0 0 25 0 5 0 516981952 911998976 195534 33554432000 4194304 5787044 140736586876368 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4482.5
Current children cumulated vsize (KiB) 899324

[startup+1182.3 s]
/proc/loadavg: 8.02 8.00 8.02 9/188 10506
/proc/meminfo: memFree=14526944/32951124 swapFree=67111528/67111528
[pid=10436] ppid=10434 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10436/stat : 10436 (priss.sh) S 10434 10436 9766 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516981942 8908800 252 33554432000 4194304 4922060 140733677245856 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10436/statm: 2175 252 211 178 0 68 0
[pid=10437] ppid=10436 vsize=1023072 CPUtime=4722.17 cores=0,2,4,6
/proc/10437/stat : 10437 (priss) S 10436 10436 9766 0 -1 4202496 229577 0 0 0 472008 209 0 0 21 0 5 0 516981942 1047625728 204244 33554432000 4194304 5787044 140736586876368 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/10437/statm: 255768 204244 418 389 0 251518 0
[pid=10437/tid=10439] ppid=10436 vsize=1023072 CPUtime=1179.35 cores=0,2,4,6
/proc/10437/task/10439/stat : 10439 (priss) R 10436 10436 9766 0 -1 4202560 55303 0 0 0 117880 55 0 0 25 0 5 0 516981948 1047625728 204244 33554432000 4194304 5787044 140736586876368 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=10437/tid=10440] ppid=10436 vsize=1023072 CPUtime=1180.78 cores=0,2,4,6
/proc/10437/task/10440/stat : 10440 (priss) R 10436 10436 9766 0 -1 4202560 62977 0 0 0 118014 64 0 0 25 0 5 0 516981949 1047625728 204244 33554432000 4194304 5787044 140736586876368 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=10437/tid=10441] ppid=10436 vsize=1023072 CPUtime=1180.58 cores=0,2,4,6
/proc/10437/task/10441/stat : 10441 (priss) R 10436 10436 9766 0 -1 4202560 44638 0 0 0 118007 51 0 0 25 0 5 0 516981951 1047625728 204244 33554432000 4194304 5787044 140736586876368 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=10437/tid=10442] ppid=10436 vsize=1023072 CPUtime=1181.31 cores=0,2,4,6
/proc/10437/task/10442/stat : 10442 (priss) R 10436 10436 9766 0 -1 4202560 57894 0 0 0 118096 35 0 0 25 0 5 0 516981952 1047625728 204244 33554432000 4194304 5787044 140736586876368 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4722.17
Current children cumulated vsize (KiB) 1031772



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.02 8.00 8.02 9/188 10507
/proc/meminfo: memFree=14503756/32951124 swapFree=67111528/67111528
[pid=10436] ppid=10434 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10436/stat : 10436 (priss.sh) S 10434 10436 9766 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516981942 8908800 252 33554432000 4194304 4922060 140733677245856 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10436/statm: 2175 252 211 178 0 68 0
[pid=10437] ppid=10436 vsize=1026120 CPUtime=4800.08 cores=0,2,4,6
/proc/10437/stat : 10437 (priss) S 10436 10436 9766 0 -1 4202496 233652 0 0 0 479795 213 0 0 21 0 5 0 516981942 1050746880 208319 33554432000 4194304 5787044 140736586876368 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/10437/statm: 256530 208319 418 389 0 252280 0
[pid=10437/tid=10439] ppid=10436 vsize=1026120 CPUtime=1198.74 cores=0,2,4,6
/proc/10437/task/10439/stat : 10439 (priss) R 10436 10436 9766 0 -1 4202560 56459 0 0 0 119817 57 0 0 25 0 5 0 516981948 1050746880 208319 33554432000 4194304 5787044 140736586876368 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=10437/tid=10440] ppid=10436 vsize=1026120 CPUtime=1200.28 cores=0,2,4,6
/proc/10437/task/10440/stat : 10440 (priss) R 10436 10436 9766 0 -1 4202560 65071 0 0 0 119963 65 0 0 25 0 5 0 516981949 1050746880 208319 33554432000 4194304 5787044 140736586876368 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=10437/tid=10441] ppid=10436 vsize=1026120 CPUtime=1200.08 cores=0,2,4,6
/proc/10437/task/10441/stat : 10441 (priss) R 10436 10436 9766 0 -1 4202560 44690 0 0 0 119957 51 0 0 25 0 5 0 516981951 1050746880 208319 33554432000 4194304 5787044 140736586876368 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=10437/tid=10442] ppid=10436 vsize=1026120 CPUtime=1200.82 cores=0,2,4,6
/proc/10437/task/10442/stat : 10442 (priss) R 10436 10436 9766 0 -1 4202560 58667 0 0 0 120046 36 0 0 25 0 5 0 516981952 1050746880 208319 33554432000 4194304 5787044 140736586876368 18446744073709551615 5527568 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.08
Current children cumulated vsize (KiB) 1034820

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 10436 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.08
#
# 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.08
CPU user time (s): 4797.95
CPU system time (s): 2.13
CPU usage (%): 399.402
Max. virtual memory (cumulated for all children) (KiB): 1034820

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= 333
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 3

runsolver used 1.81372 second user time and 4.75128 second system time

The end

Launcher Data

Begin job on node105 at 2011-04-29 07:10:15
IDJOB=3289665
IDBENCH=83133
IDSOLVER=1603
FILE ID=node105/3289665-1304053815
RUNJOBID= node105-1304047118-9784
PBS_JOBID= 13170404
Free space on /tmp= 71932 MiB

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

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

MD5SUM BENCH= 808b4b06b3dea960876e6772f0b9c207
RANDOM SEED=1403111950

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15138964 kB
Buffers:       2300812 kB
Cached:       14439120 kB
SwapCached:          0 kB
Active:        9382856 kB
Inactive:      7859080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15138964 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4796 kB
Writeback:           0 kB
AnonPages:      501268 kB
Mapped:          15628 kB
Slab:           507148 kB
PageTables:       5652 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   702140 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71932 MiB
End job on node105 at 2011-04-29 07:30:19