Trace number 3290079

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.24 1201.72

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
64/aes_64_2_keyfind_1.cnf
MD5SUM1024a3346322fdba0a20b51f99eae4c0
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 variables1000
Number of clauses5176
Sum of the clauses size20024
Maximum clause length5
Minimum clause length1
Number of clauses of size 1136
Number of clauses of size 2160
Number of clauses of size 32080
Number of clauses of size 4672
Number of clauses of size 52128
Number of clauses of size over 50

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: 22532
0.00/0.00	c parsetime: 1659us
0.00/0.00	c parsed 5176 clauses with 1000 variables
0.00/0.00	c NW started thread 0 successfully (1088174400)
0.00/0.00	c NW started thread 1 successfully (1106807104)
0.00/0.00	c NW started thread 2 successfully (1117296960)
0.00/0.00	c NW started thread 3 successfully (1127786816)
0.00/0.44	c preprocessor returned 10009 variables
0.00/0.44	c preprocessing returned UNKNOWN
0.00/0.44	c PP set 136 variables
0.00/0.44	c pp time: 431389us (0s)
0.00/0.44	c preprocessor returned 10009 variables
0.00/0.44	c preprocessing returned UNKNOWN
0.00/0.44	c PP set 136 variables
0.00/0.44	c pp time: 431420us (0s)
0.00/0.44	c preprocessor returned 10009 variables
0.00/0.44	c preprocessing returned UNKNOWN
0.00/0.44	c PP set 136 variables
0.00/0.44	c pp time: 432360us (0s)
39.10/9.82	c preprocessor returned 30046 variables
39.10/9.82	c preprocessing returned UNKNOWN
39.10/9.82	c PP set 136 variables
39.10/9.82	c pp time: 9812648us (9s)

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: 977)

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

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

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


[startup+0 s]
/proc/loadavg: 7.72 7.98 7.85 5/182 22531
/proc/meminfo: memFree=31821052/32951124 swapFree=67056304/67111528
[pid=22531] ppid=22529 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22531/stat : 22531 (priss.sh) S 22529 22531 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953921867 8908800 252 33554432000 4194304 4922060 140735233123312 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22531/statm: 2175 252 211 178 0 68 0

[startup+0.8171 s]
/proc/loadavg: 7.72 7.98 7.85 5/182 22531
/proc/meminfo: memFree=31821052/32951124 swapFree=67056304/67111528
[pid=22531] ppid=22529 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22531/stat : 22531 (priss.sh) S 22529 22531 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953921867 8908800 252 33554432000 4194304 4922060 140735233123312 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22531/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.901083 s]
/proc/loadavg: 7.72 7.98 7.85 5/182 22531
/proc/meminfo: memFree=31821052/32951124 swapFree=67056304/67111528
[pid=22531] ppid=22529 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22531/stat : 22531 (priss.sh) S 22529 22531 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953921867 8908800 252 33554432000 4194304 4922060 140735233123312 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22531/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.00107 s]
/proc/loadavg: 7.72 7.98 7.85 5/182 22531
/proc/meminfo: memFree=31821052/32951124 swapFree=67056304/67111528
[pid=22531] ppid=22529 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22531/stat : 22531 (priss.sh) S 22529 22531 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953921867 8908800 252 33554432000 4194304 4922060 140735233123312 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22531/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.10105 s]
/proc/loadavg: 7.72 7.98 7.85 5/182 22531
/proc/meminfo: memFree=31821052/32951124 swapFree=67056304/67111528
[pid=22531] ppid=22529 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22531/stat : 22531 (priss.sh) S 22529 22531 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953921867 8908800 252 33554432000 4194304 4922060 140735233123312 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22531/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50097 s]
/proc/loadavg: 7.72 7.98 7.85 5/182 22531
/proc/meminfo: memFree=31821052/32951124 swapFree=67056304/67111528
[pid=22531] ppid=22529 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22531/stat : 22531 (priss.sh) S 22529 22531 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953921867 8908800 252 33554432000 4194304 4922060 140735233123312 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22531/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10068 s]
/proc/loadavg: 7.72 7.98 7.85 9/188 22537
/proc/meminfo: memFree=31790052/32951124 swapFree=67056304/67111528
[pid=22531] ppid=22529 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22531/stat : 22531 (priss.sh) S 22529 22531 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953921867 8908800 252 33554432000 4194304 4922060 140735233123312 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22531/statm: 2175 252 211 178 0 68 0
[pid=22532] ppid=22531 vsize=277392 CPUtime=12.35 cores=1,3,5,7
/proc/22532/stat : 22532 (priss) S 22531 22531 21841 0 -1 4202496 9261 0 0 0 1231 4 0 0 18 0 5 0 953921867 284049408 7976 33554432000 4194304 5787044 140736255531568 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/22532/statm: 69348 7976 405 389 0 65098 0
[pid=22532/tid=22534] ppid=22531 vsize=277392 CPUtime=3.09 cores=1,3,5,7
/proc/22532/task/22534/stat : 22534 (priss) R 22531 22531 21841 0 -1 4202560 2073 0 0 0 308 1 0 0 25 0 5 0 953921867 284049408 7976 33554432000 4194304 5787044 140736255531568 18446744073709551615 4218330 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22532/tid=22535] ppid=22531 vsize=277392 CPUtime=3.07 cores=1,3,5,7
/proc/22532/task/22535/stat : 22535 (priss) R 22531 22531 21841 0 -1 4202560 1654 0 0 0 307 0 0 0 25 0 5 0 953921868 284049408 7976 33554432000 4194304 5787044 140736255531568 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22532/tid=22536] ppid=22531 vsize=277392 CPUtime=3.08 cores=1,3,5,7
/proc/22532/task/22536/stat : 22536 (priss) R 22531 22531 21841 0 -1 4202560 1932 0 0 0 307 1 0 0 25 0 5 0 953921868 284049408 7976 33554432000 4194304 5787044 140736255531568 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22532/tid=22537] ppid=22531 vsize=277392 CPUtime=3.07 cores=1,3,5,7
/proc/22532/task/22537/stat : 22537 (priss) R 22531 22531 21841 0 -1 4202560 2021 0 0 0 307 0 0 0 25 0 5 0 953921868 284049408 7976 33554432000 4194304 5787044 140736255531568 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 286092

[startup+6.3071 s]
/proc/loadavg: 7.74 7.98 7.85 9/188 22537
/proc/meminfo: memFree=31780256/32951124 swapFree=67056304/67111528
[pid=22531] ppid=22529 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22531/stat : 22531 (priss.sh) S 22529 22531 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953921867 8908800 252 33554432000 4194304 4922060 140735233123312 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22531/statm: 2175 252 211 178 0 68 0
[pid=22532] ppid=22531 vsize=283264 CPUtime=25.15 cores=1,3,5,7
/proc/22532/stat : 22532 (priss) S 22531 22531 21841 0 -1 4202496 11592 0 0 0 2510 5 0 0 18 0 5 0 953921867 290062336 10307 33554432000 4194304 5787044 140736255531568 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/22532/statm: 70816 10307 405 389 0 66566 0
[pid=22532/tid=22534] ppid=22531 vsize=283264 CPUtime=6.29 cores=1,3,5,7
/proc/22532/task/22534/stat : 22534 (priss) R 22531 22531 21841 0 -1 4202560 2516 0 0 0 628 1 0 0 25 0 5 0 953921867 290062336 10307 33554432000 4194304 5787044 140736255531568 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22532/tid=22535] ppid=22531 vsize=283264 CPUtime=6.29 cores=1,3,5,7
/proc/22532/task/22535/stat : 22535 (priss) R 22531 22531 21841 0 -1 4202560 3105 0 0 0 628 1 0 0 25 0 5 0 953921868 290062336 10307 33554432000 4194304 5787044 140736255531568 18446744073709551615 5588261 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22532/tid=22536] ppid=22531 vsize=283264 CPUtime=6.28 cores=1,3,5,7
/proc/22532/task/22536/stat : 22536 (priss) R 22531 22531 21841 0 -1 4202560 2369 0 0 0 627 1 0 0 25 0 5 0 953921868 290062336 10307 33554432000 4194304 5787044 140736255531568 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22532/tid=22537] ppid=22531 vsize=283264 CPUtime=6.26 cores=1,3,5,7
/proc/22532/task/22537/stat : 22537 (priss) R 22531 22531 21841 0 -1 4202560 2021 0 0 0 626 0 0 0 25 0 5 0 953921868 290062336 10307 33554432000 4194304 5787044 140736255531568 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 291964

[startup+12.7009 s]
/proc/loadavg: 7.84 7.99 7.86 9/188 22538
/proc/meminfo: memFree=31769740/32951124 swapFree=67056304/67111528
[pid=22531] ppid=22529 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22531/stat : 22531 (priss.sh) S 22529 22531 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953921867 8908800 252 33554432000 4194304 4922060 140735233123312 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22531/statm: 2175 252 211 178 0 68 0
[pid=22532] ppid=22531 vsize=286072 CPUtime=50.69 cores=1,3,5,7
/proc/22532/stat : 22532 (priss) S 22531 22531 21841 0 -1 4202496 15880 0 0 0 5061 8 0 0 18 0 5 0 953921867 292937728 13629 33554432000 4194304 5787044 140736255531568 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/22532/statm: 71518 13629 418 389 0 67268 0
[pid=22532/tid=22534] ppid=22531 vsize=286072 CPUtime=12.68 cores=1,3,5,7
/proc/22532/task/22534/stat : 22534 (priss) R 22531 22531 21841 0 -1 4202560 3139 0 0 0 1266 2 0 0 25 0 5 0 953921867 292937728 13629 33554432000 4194304 5787044 140736255531568 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22532/tid=22535] ppid=22531 vsize=286072 CPUtime=12.68 cores=1,3,5,7
/proc/22532/task/22535/stat : 22535 (priss) R 22531 22531 21841 0 -1 4202560 3793 0 0 0 1267 1 0 0 25 0 5 0 953921868 292937728 13629 33554432000 4194304 5787044 140736255531568 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22532/tid=22536] ppid=22531 vsize=286072 CPUtime=12.67 cores=1,3,5,7
/proc/22532/task/22536/stat : 22536 (priss) R 22531 22531 21841 0 -1 4202560 3210 0 0 0 1265 2 0 0 25 0 5 0 953921868 292937728 13629 33554432000 4194304 5787044 140736255531568 18446744073709551615 5591730 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22532/tid=22537] ppid=22531 vsize=286072 CPUtime=12.61 cores=1,3,5,7
/proc/22532/task/22537/stat : 22537 (priss) R 22531 22531 21841 0 -1 4202560 4157 0 0 0 1261 0 0 0 25 0 5 0 953921868 292937728 13629 33554432000 4194304 5787044 140736255531568 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 294772

[startup+25.5006 s]
/proc/loadavg: 7.88 7.99 7.86 9/188 22538
/proc/meminfo: memFree=31745564/32951124 swapFree=67056304/67111528
[pid=22531] ppid=22529 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22531/stat : 22531 (priss.sh) S 22529 22531 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953921867 8908800 252 33554432000 4194304 4922060 140735233123312 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22531/statm: 2175 252 211 178 0 68 0
[pid=22532] ppid=22531 vsize=293452 CPUtime=101.8 cores=1,3,5,7
/proc/22532/stat : 22532 (priss) S 22531 22531 21841 0 -1 4202496 20364 0 0 0 10167 13 0 0 18 0 5 0 953921867 300494848 18110 33554432000 4194304 5787044 140736255531568 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/22532/statm: 73363 18110 419 389 0 69113 0
[pid=22532/tid=22534] ppid=22531 vsize=293452 CPUtime=25.48 cores=1,3,5,7
/proc/22532/task/22534/stat : 22534 (priss) R 22531 22531 21841 0 -1 4202560 3993 0 0 0 2545 3 0 0 25 0 5 0 953921867 300494848 18110 33554432000 4194304 5787044 140736255531568 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22532/tid=22535] ppid=22531 vsize=293452 CPUtime=25.44 cores=1,3,5,7
/proc/22532/task/22535/stat : 22535 (priss) R 22531 22531 21841 0 -1 4202560 4569 0 0 0 2542 2 0 0 25 0 5 0 953921868 300494848 18110 33554432000 4194304 5787044 140736255531568 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22532/tid=22536] ppid=22531 vsize=293452 CPUtime=25.47 cores=1,3,5,7
/proc/22532/task/22536/stat : 22536 (priss) R 22531 22531 21841 0 -1 4202560 3967 0 0 0 2543 4 0 0 25 0 5 0 953921868 300494848 18110 33554432000 4194304 5787044 140736255531568 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22532/tid=22537] ppid=22531 vsize=293452 CPUtime=25.39 cores=1,3,5,7
/proc/22532/task/22537/stat : 22537 (priss) R 22531 22531 21841 0 -1 4202560 6254 0 0 0 2537 2 0 0 25 0 5 0 953921868 300494848 18110 33554432000 4194304 5787044 140736255531568 18446744073709551615 5527122 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 302152

[startup+51.1009 s]
/proc/loadavg: 7.92 7.99 7.86 9/188 22539
/proc/meminfo: memFree=31713148/32951124 swapFree=67056304/67111528
[pid=22531] ppid=22529 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22531/stat : 22531 (priss.sh) S 22529 22531 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953921867 8908800 252 33554432000 4194304 4922060 140735233123312 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22531/statm: 2175 252 211 178 0 68 0
[pid=22532] ppid=22531 vsize=302620 CPUtime=204.06 cores=1,3,5,7
/proc/22532/stat : 22532 (priss) S 22531 22531 21841 0 -1 4202496 26113 0 0 0 20384 22 0 0 18 0 5 0 953921867 309882880 23834 33554432000 4194304 5787044 140736255531568 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/22532/statm: 75655 23834 419 389 0 71405 0
[pid=22532/tid=22534] ppid=22531 vsize=302620 CPUtime=51.08 cores=1,3,5,7
/proc/22532/task/22534/stat : 22534 (priss) R 22531 22531 21841 0 -1 4202560 5148 0 0 0 5103 5 0 0 25 0 5 0 953921867 309882880 23834 33554432000 4194304 5787044 140736255531568 18446744073709551615 5591289 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22532/tid=22535] ppid=22531 vsize=302620 CPUtime=50.89 cores=1,3,5,7
/proc/22532/task/22535/stat : 22535 (priss) R 22531 22531 21841 0 -1 4202560 5851 0 0 0 5086 3 0 0 25 0 5 0 953921868 309882880 23834 33554432000 4194304 5787044 140736255531568 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22532/tid=22536] ppid=22531 vsize=302620 CPUtime=51.07 cores=1,3,5,7
/proc/22532/task/22536/stat : 22536 (priss) R 22531 22531 21841 0 -1 4202560 4885 0 0 0 5100 7 0 0 25 0 5 0 953921868 309882880 23834 33554432000 4194304 5787044 140736255531568 18446744073709551615 5591239 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22532/tid=22537] ppid=22531 vsize=302620 CPUtime=50.99 cores=1,3,5,7
/proc/22532/task/22537/stat : 22537 (priss) R 22531 22531 21841 0 -1 4202560 8648 0 0 0 5094 5 0 0 25 0 5 0 953921868 309882880 23834 33554432000 4194304 5787044 140736255531568 18446744073709551615 5528368 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 204.06
Current children cumulated vsize (KiB) 311320

[startup+102.301 s]
/proc/loadavg: 8.07 8.02 7.88 9/188 22540
/proc/meminfo: memFree=31654456/32951124 swapFree=67056304/67111528
[pid=22531] ppid=22529 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22531/stat : 22531 (priss.sh) S 22529 22531 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953921867 8908800 252 33554432000 4194304 4922060 140735233123312 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22531/statm: 2175 252 211 178 0 68 0
[pid=22532] ppid=22531 vsize=321516 CPUtime=408.57 cores=1,3,5,7
/proc/22532/stat : 22532 (priss) S 22531 22531 21841 0 -1 4202496 37385 0 0 0 40819 38 0 0 18 0 5 0 953921867 329232384 35031 33554432000 4194304 5787044 140736255531568 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/22532/statm: 80379 35031 419 389 0 76129 0
[pid=22532/tid=22534] ppid=22531 vsize=321516 CPUtime=102.27 cores=1,3,5,7
/proc/22532/task/22534/stat : 22534 (priss) R 22531 22531 21841 0 -1 4202560 7458 0 0 0 10217 10 0 0 25 0 5 0 953921867 329232384 35031 33554432000 4194304 5787044 140736255531568 18446744073709551615 260032208100 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22532/tid=22535] ppid=22531 vsize=321516 CPUtime=101.81 cores=1,3,5,7
/proc/22532/task/22535/stat : 22535 (priss) R 22531 22531 21841 0 -1 4202560 9403 0 0 0 10175 6 0 0 25 0 5 0 953921868 329232384 35031 33554432000 4194304 5787044 140736255531568 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22532/tid=22536] ppid=22531 vsize=321516 CPUtime=102.26 cores=1,3,5,7
/proc/22532/task/22536/stat : 22536 (priss) R 22531 22531 21841 0 -1 4202560 7889 0 0 0 10216 10 0 0 25 0 5 0 953921868 329232384 35031 33554432000 4194304 5787044 140736255531568 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22532/tid=22537] ppid=22531 vsize=321516 CPUtime=102.19 cores=1,3,5,7
/proc/22532/task/22537/stat : 22537 (priss) R 22531 22531 21841 0 -1 4202560 11054 0 0 0 10209 10 0 0 25 0 5 0 953921868 329232384 35031 33554432000 4194304 5787044 140736255531568 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.57
Current children cumulated vsize (KiB) 330216

[startup+162.301 s]
/proc/loadavg: 8.13 8.05 7.90 9/188 22542
/proc/meminfo: memFree=31616904/32951124 swapFree=67056304/67111528
[pid=22531] ppid=22529 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22531/stat : 22531 (priss.sh) S 22529 22531 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953921867 8908800 252 33554432000 4194304 4922060 140735233123312 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22531/statm: 2175 252 211 178 0 68 0
[pid=22532] ppid=22531 vsize=328880 CPUtime=648.25 cores=1,3,5,7

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

/proc/22532/task/22535/stat : 22535 (priss) R 22531 22531 21841 0 -1 4202560 22449 0 0 0 87741 16 0 0 25 0 5 0 953921868 598700032 82310 33554432000 4194304 5787044 140736255531568 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22532/tid=22536] ppid=22531 vsize=584668 CPUtime=882.28 cores=1,3,5,7
/proc/22532/task/22536/stat : 22536 (priss) R 22531 22531 21841 0 -1 4202560 19998 0 0 0 88197 31 0 0 25 0 5 0 953921868 598700032 82310 33554432000 4194304 5787044 140736255531568 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22532/tid=22537] ppid=22531 vsize=584668 CPUtime=882.2 cores=1,3,5,7
/proc/22532/task/22537/stat : 22537 (priss) R 22531 22531 21841 0 -1 4202560 22484 0 0 0 88193 27 0 0 25 0 5 0 953921868 598700032 82310 33554432000 4194304 5787044 140736255531568 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3524.34
Current children cumulated vsize (KiB) 593368

[startup+942.3 s]
/proc/loadavg: 8.05 8.12 8.01 9/188 22609
/proc/meminfo: memFree=31420716/32951124 swapFree=67056304/67111528
[pid=22531] ppid=22529 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22531/stat : 22531 (priss.sh) S 22529 22531 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953921867 8908800 252 33554432000 4194304 4922060 140735233123312 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22531/statm: 2175 252 211 178 0 68 0
[pid=22532] ppid=22531 vsize=584668 CPUtime=3764.04 cores=1,3,5,7
/proc/22532/stat : 22532 (priss) S 22531 22531 21841 0 -1 4202496 85999 0 0 0 376300 104 0 0 18 0 5 0 953921867 598700032 82649 33554432000 4194304 5787044 140736255531568 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/22532/statm: 146167 82649 419 389 0 141917 0
[pid=22532/tid=22534] ppid=22531 vsize=584668 CPUtime=942.26 cores=1,3,5,7
/proc/22532/task/22534/stat : 22534 (priss) R 22531 22531 21841 0 -1 4202560 19097 0 0 0 94199 27 0 0 25 0 5 0 953921867 598700032 82649 33554432000 4194304 5787044 140736255531568 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22532/tid=22535] ppid=22531 vsize=584668 CPUtime=937.25 cores=1,3,5,7
/proc/22532/task/22535/stat : 22535 (priss) R 22531 22531 21841 0 -1 4202560 22461 0 0 0 93709 16 0 0 25 0 5 0 953921868 598700032 82649 33554432000 4194304 5787044 140736255531568 18446744073709551615 5591190 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22532/tid=22536] ppid=22531 vsize=584668 CPUtime=942.28 cores=1,3,5,7
/proc/22532/task/22536/stat : 22536 (priss) R 22531 22531 21841 0 -1 4202560 20376 0 0 0 94197 31 0 0 25 0 5 0 953921868 598700032 82649 33554432000 4194304 5787044 140736255531568 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22532/tid=22537] ppid=22531 vsize=584668 CPUtime=942.21 cores=1,3,5,7
/proc/22532/task/22537/stat : 22537 (priss) R 22531 22531 21841 0 -1 4202560 22484 0 0 0 94194 27 0 0 25 0 5 0 953921868 598700032 82649 33554432000 4194304 5787044 140736255531568 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3764.04
Current children cumulated vsize (KiB) 593368

[startup+1002.3 s]
/proc/loadavg: 8.08 8.11 8.01 9/188 22611
/proc/meminfo: memFree=31400528/32951124 swapFree=67056304/67111528
[pid=22531] ppid=22529 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22531/stat : 22531 (priss.sh) S 22529 22531 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953921867 8908800 252 33554432000 4194304 4922060 140735233123312 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22531/statm: 2175 252 211 178 0 68 0
[pid=22532] ppid=22531 vsize=584668 CPUtime=4003.71 cores=1,3,5,7
/proc/22532/stat : 22532 (priss) S 22531 22531 21841 0 -1 4202496 87244 0 0 0 400264 107 0 0 18 0 5 0 953921867 598700032 83894 33554432000 4194304 5787044 140736255531568 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/22532/statm: 146167 83894 419 389 0 141917 0
[pid=22532/tid=22534] ppid=22531 vsize=584668 CPUtime=1002.26 cores=1,3,5,7
/proc/22532/task/22534/stat : 22534 (priss) R 22531 22531 21841 0 -1 4202560 20261 0 0 0 100196 30 0 0 25 0 5 0 953921867 598700032 83894 33554432000 4194304 5787044 140736255531568 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22532/tid=22535] ppid=22531 vsize=584668 CPUtime=996.92 cores=1,3,5,7
/proc/22532/task/22535/stat : 22535 (priss) R 22531 22531 21841 0 -1 4202560 22538 0 0 0 99676 16 0 0 25 0 5 0 953921868 598700032 83894 33554432000 4194304 5787044 140736255531568 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22532/tid=22536] ppid=22531 vsize=584668 CPUtime=1002.28 cores=1,3,5,7
/proc/22532/task/22536/stat : 22536 (priss) R 22531 22531 21841 0 -1 4202560 20376 0 0 0 100197 31 0 0 25 0 5 0 953921868 598700032 83894 33554432000 4194304 5787044 140736255531568 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22532/tid=22537] ppid=22531 vsize=584668 CPUtime=1002.2 cores=1,3,5,7
/proc/22532/task/22537/stat : 22537 (priss) R 22531 22531 21841 0 -1 4202560 22488 0 0 0 100193 27 0 0 25 0 5 0 953921868 598700032 83894 33554432000 4194304 5787044 140736255531568 18446744073709551615 5527101 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4003.71
Current children cumulated vsize (KiB) 593368

[startup+1062.31 s]
/proc/loadavg: 8.09 8.10 8.01 9/188 22613
/proc/meminfo: memFree=31382100/32951124 swapFree=67056304/67111528
[pid=22531] ppid=22529 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22531/stat : 22531 (priss.sh) S 22529 22531 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953921867 8908800 252 33554432000 4194304 4922060 140735233123312 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22531/statm: 2175 252 211 178 0 68 0
[pid=22532] ppid=22531 vsize=589292 CPUtime=4243.4 cores=1,3,5,7
/proc/22532/stat : 22532 (priss) S 22531 22531 21841 0 -1 4202496 89719 0 0 0 424231 109 0 0 18 0 5 0 953921867 603435008 86369 33554432000 4194304 5787044 140736255531568 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/22532/statm: 147323 86369 419 389 0 143073 0
[pid=22532/tid=22534] ppid=22531 vsize=589292 CPUtime=1062.26 cores=1,3,5,7
/proc/22532/task/22534/stat : 22534 (priss) R 22531 22531 21841 0 -1 4202560 21566 0 0 0 106194 32 0 0 25 0 5 0 953921867 603435008 86369 33554432000 4194304 5787044 140736255531568 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22532/tid=22535] ppid=22531 vsize=589292 CPUtime=1056.6 cores=1,3,5,7
/proc/22532/task/22535/stat : 22535 (priss) R 22531 22531 21841 0 -1 4202560 23700 0 0 0 105643 17 0 0 25 0 5 0 953921868 603435008 86369 33554432000 4194304 5787044 140736255531568 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22532/tid=22536] ppid=22531 vsize=589292 CPUtime=1062.29 cores=1,3,5,7
/proc/22532/task/22536/stat : 22536 (priss) R 22531 22531 21841 0 -1 4202560 20376 0 0 0 106198 31 0 0 25 0 5 0 953921868 603435008 86369 33554432000 4194304 5787044 140736255531568 18446744073709551615 5591289 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22532/tid=22537] ppid=22531 vsize=589292 CPUtime=1062.22 cores=1,3,5,7
/proc/22532/task/22537/stat : 22537 (priss) R 22531 22531 21841 0 -1 4202560 22496 0 0 0 106194 28 0 0 25 0 5 0 953921868 603435008 86369 33554432000 4194304 5787044 140736255531568 18446744073709551615 5526914 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4243.4
Current children cumulated vsize (KiB) 597992

[startup+1122.3 s]
/proc/loadavg: 8.09 8.10 8.01 9/188 22614
/proc/meminfo: memFree=31361928/32951124 swapFree=67056304/67111528
[pid=22531] ppid=22529 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22531/stat : 22531 (priss.sh) S 22529 22531 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953921867 8908800 252 33554432000 4194304 4922060 140735233123312 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22531/statm: 2175 252 211 178 0 68 0
[pid=22532] ppid=22531 vsize=597728 CPUtime=4483.06 cores=1,3,5,7
/proc/22532/stat : 22532 (priss) S 22531 22531 21841 0 -1 4202496 93005 0 0 0 448193 113 0 0 18 0 5 0 953921867 612073472 89655 33554432000 4194304 5787044 140736255531568 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/22532/statm: 149432 89655 419 389 0 145182 0
[pid=22532/tid=22534] ppid=22531 vsize=597728 CPUtime=1122.25 cores=1,3,5,7
/proc/22532/task/22534/stat : 22534 (priss) R 22531 22531 21841 0 -1 4202560 22780 0 0 0 112191 34 0 0 25 0 5 0 953921867 612073472 89655 33554432000 4194304 5787044 140736255531568 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22532/tid=22535] ppid=22531 vsize=597728 CPUtime=1116.27 cores=1,3,5,7
/proc/22532/task/22535/stat : 22535 (priss) R 22531 22531 21841 0 -1 4202560 24722 0 0 0 111609 18 0 0 25 0 5 0 953921868 612073472 89655 33554432000 4194304 5787044 140736255531568 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22532/tid=22536] ppid=22531 vsize=597728 CPUtime=1122.28 cores=1,3,5,7
/proc/22532/task/22536/stat : 22536 (priss) R 22531 22531 21841 0 -1 4202560 20377 0 0 0 112197 31 0 0 25 0 5 0 953921868 612073472 89655 33554432000 4194304 5787044 140736255531568 18446744073709551615 5591596 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22532/tid=22537] ppid=22531 vsize=597728 CPUtime=1122.21 cores=1,3,5,7
/proc/22532/task/22537/stat : 22537 (priss) R 22531 22531 21841 0 -1 4202560 23545 0 0 0 112193 28 0 0 25 0 5 0 953921868 612073472 89655 33554432000 4194304 5787044 140736255531568 18446744073709551615 5528429 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4483.06
Current children cumulated vsize (KiB) 606428

[startup+1182.3 s]
/proc/loadavg: 8.12 8.11 8.01 9/188 22616
/proc/meminfo: memFree=31340764/32951124 swapFree=67056304/67111528
[pid=22531] ppid=22529 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22531/stat : 22531 (priss.sh) S 22529 22531 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953921867 8908800 252 33554432000 4194304 4922060 140735233123312 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22531/statm: 2175 252 211 178 0 68 0
[pid=22532] ppid=22531 vsize=607108 CPUtime=4722.73 cores=1,3,5,7
/proc/22532/stat : 22532 (priss) S 22531 22531 21841 0 -1 4202496 96562 0 0 0 472158 115 0 0 18 0 5 0 953921867 621678592 93212 33554432000 4194304 5787044 140736255531568 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/22532/statm: 151777 93212 419 389 0 147527 0
[pid=22532/tid=22534] ppid=22531 vsize=607108 CPUtime=1182.26 cores=1,3,5,7
/proc/22532/task/22534/stat : 22534 (priss) R 22531 22531 21841 0 -1 4202560 24942 0 0 0 118190 36 0 0 25 0 5 0 953921867 621678592 93212 33554432000 4194304 5787044 140736255531568 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22532/tid=22535] ppid=22531 vsize=607108 CPUtime=1175.94 cores=1,3,5,7
/proc/22532/task/22535/stat : 22535 (priss) R 22531 22531 21841 0 -1 4202560 25988 0 0 0 117576 18 0 0 25 0 5 0 953921868 621678592 93212 33554432000 4194304 5787044 140736255531568 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22532/tid=22536] ppid=22531 vsize=607108 CPUtime=1182.28 cores=1,3,5,7
/proc/22532/task/22536/stat : 22536 (priss) R 22531 22531 21841 0 -1 4202560 20421 0 0 0 118197 31 0 0 25 0 5 0 953921868 621678592 93212 33554432000 4194304 5787044 140736255531568 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22532/tid=22537] ppid=22531 vsize=607108 CPUtime=1182.21 cores=1,3,5,7
/proc/22532/task/22537/stat : 22537 (priss) R 22531 22531 21841 0 -1 4202560 23630 0 0 0 118193 28 0 0 25 0 5 0 953921868 621678592 93212 33554432000 4194304 5787044 140736255531568 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4722.73
Current children cumulated vsize (KiB) 615808



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.15 8.11 8.01 9/188 22616
/proc/meminfo: memFree=31330452/32951124 swapFree=67056304/67111528
[pid=22531] ppid=22529 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22531/stat : 22531 (priss.sh) S 22529 22531 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953921867 8908800 252 33554432000 4194304 4922060 140735233123312 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22531/statm: 2175 252 211 178 0 68 0
[pid=22532] ppid=22531 vsize=608820 CPUtime=4800.24 cores=1,3,5,7
/proc/22532/stat : 22532 (priss) S 22531 22531 21841 0 -1 4202496 97677 0 0 0 479908 116 0 0 18 0 5 0 953921867 623431680 94126 33554432000 4194304 5787044 140736255531568 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/22532/statm: 152205 94126 419 389 0 147955 0
[pid=22532/tid=22534] ppid=22531 vsize=608820 CPUtime=1201.66 cores=1,3,5,7
/proc/22532/task/22534/stat : 22534 (priss) R 22531 22531 21841 0 -1 4202560 25570 0 0 0 120130 36 0 0 25 0 5 0 953921867 623431680 94126 33554432000 4194304 5787044 140736255531568 18446744073709551615 5588664 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22532/tid=22535] ppid=22531 vsize=608820 CPUtime=1195.24 cores=1,3,5,7
/proc/22532/task/22535/stat : 22535 (priss) R 22531 22531 21841 0 -1 4202560 26404 0 0 0 119505 19 0 0 25 0 5 0 953921868 623431680 94126 33554432000 4194304 5787044 140736255531568 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22532/tid=22536] ppid=22531 vsize=608820 CPUtime=1201.69 cores=1,3,5,7
/proc/22532/task/22536/stat : 22536 (priss) R 22531 22531 21841 0 -1 4202560 20452 0 0 0 120138 31 0 0 25 0 5 0 953921868 623431680 94126 33554432000 4194304 5787044 140736255531568 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22532/tid=22537] ppid=22531 vsize=608820 CPUtime=1201.62 cores=1,3,5,7
/proc/22532/task/22537/stat : 22537 (priss) R 22531 22531 21841 0 -1 4202560 23670 0 0 0 120134 28 0 0 25 0 5 0 953921868 623431680 94126 33554432000 4194304 5787044 140736255531568 18446744073709551615 5527568 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.24
Current children cumulated vsize (KiB) 617520

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

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

[startup+1201.7 s]
/proc/loadavg: 8.15 8.11 8.01 9/188 22616
/proc/meminfo: memFree=31330452/32951124 swapFree=67056304/67111528
[pid=22531] ppid=22529 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22531/stat : 22531 (priss.sh) S 22529 22531 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953921867 8908800 252 33554432000 4194304 4922060 140735233123312 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22531/statm: 2175 252 211 178 0 68 0
[pid=22532] ppid=22531 vsize=608820 CPUtime=4800.24 cores=1,3,5,7
/proc/22532/stat : 22532 (priss) S 22531 22531 21841 0 -1 4202496 97677 0 0 0 479908 116 0 0 18 0 5 0 953921867 623431680 94126 33554432000 4194304 5787044 140736255531568 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/22532/statm: 152205 94126 419 389 0 147955 0
[pid=22532/tid=22534] ppid=22531 vsize=608820 CPUtime=1201.66 cores=1,3,5,7
/proc/22532/task/22534/stat : 22534 (priss) R 22531 22531 21841 0 -1 4202560 25570 0 0 0 120130 36 0 0 25 0 5 0 953921867 623431680 94126 33554432000 4194304 5787044 140736255531568 18446744073709551615 5588664 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22532/tid=22535] ppid=22531 vsize=608820 CPUtime=1195.24 cores=1,3,5,7
/proc/22532/task/22535/stat : 22535 (priss) R 22531 22531 21841 0 -1 4202560 26404 0 0 0 119505 19 0 0 25 0 5 0 953921868 623431680 94126 33554432000 4194304 5787044 140736255531568 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22532/tid=22536] ppid=22531 vsize=608820 CPUtime=1201.69 cores=1,3,5,7
/proc/22532/task/22536/stat : 22536 (priss) R 22531 22531 21841 0 -1 4202560 20452 0 0 0 120138 31 0 0 25 0 5 0 953921868 623431680 94126 33554432000 4194304 5787044 140736255531568 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22532/tid=22537] ppid=22531 vsize=608820 CPUtime=1201.62 cores=1,3,5,7
/proc/22532/task/22537/stat : 22537 (priss) R 22531 22531 21841 0 -1 4202560 23670 0 0 0 120134 28 0 0 25 0 5 0 953921868 623431680 94126 33554432000 4194304 5787044 140736255531568 18446744073709551615 5527568 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.24
Current children cumulated vsize (KiB) 617520

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.72
CPU time (s): 4800.24
CPU user time (s): 4799.08
CPU system time (s): 1.16
CPU usage (%): 399.448
Max. virtual memory (cumulated for all children) (KiB): 617520

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

runsolver used 1.51377 second user time and 5.04623 second system time

The end

Launcher Data

Begin job on node110 at 2011-06-09 18:28:33
IDJOB=3290079
IDBENCH=83418
IDSOLVER=1603
FILE ID=node110/3290079-1307636913
RUNJOBID= node110-1307633277-21860
PBS_JOBID= 13549381
Free space on /tmp= 74168 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/64/aes_64_2_keyfind_1.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3290079-1307636913/watcher-3290079-1307636913 -o /tmp/evaluation-result-3290079-1307636913/solver-3290079-1307636913 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3290079-1307636913.cnf 196638729 4800 15500 4

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

MD5SUM BENCH= 1024a3346322fdba0a20b51f99eae4c0
RANDOM SEED=196638729

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31821844 kB
Buffers:        219480 kB
Cached:         364348 kB
SwapCached:       8464 kB
Active:         623088 kB
Inactive:       281936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31821844 kB
SwapTotal:    67111528 kB
SwapFree:     67056304 kB
Dirty:            1600 kB
Writeback:           0 kB
AnonPages:      319288 kB
Mapped:          13872 kB
Slab:           160212 kB
PageTables:       5408 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   567328 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= 74168 MiB
End job on node110 at 2011-06-09 18:48:37