Trace number 3289895

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

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
128/aes_128_2_keyfind_1.cnf
MD5SUM19e0b91e7d093f7cb35b11b46708a49b
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 variables2000
Number of clauses20544
Sum of the clauses size111944
Maximum clause length8
Minimum clause length1
Number of clauses of size 1272
Number of clauses of size 2256
Number of clauses of size 33520
Number of clauses of size 4640
Number of clauses of size 54096
Number of clauses of size over 511760

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: 11328
0.00/0.01	c parsetime: 9490us
0.00/0.01	c parsed 20544 clauses with 2000 variables
0.00/0.01	c NW started thread 0 successfully (1099655488)
0.00/0.02	c NW started thread 1 successfully (1117075776)
0.00/0.02	c NW started thread 2 successfully (1127565632)
0.00/0.03	c NW started thread 3 successfully (1138055488)
0.00/0.77	c preprocessor returned 10008 variables
0.00/0.77	c preprocessing returned UNKNOWN
0.00/0.77	c PP set 272 variables
0.00/0.77	c pp time: 753811us (0s)
0.00/0.78	c preprocessor returned 10008 variables
0.00/0.78	c preprocessing returned UNKNOWN
0.00/0.78	c PP set 272 variables
0.00/0.78	c pp time: 761515us (0s)
0.00/0.78	c preprocessor returned 10008 variables
0.00/0.78	c preprocessing returned UNKNOWN
0.00/0.78	c PP set 272 variables
0.00/0.78	c pp time: 765572us (0s)
17.50/4.45	c preprocessor returned 30014 variables
17.50/4.45	c preprocessing returned UNKNOWN
17.50/4.45	c PP set 272 variables
17.50/4.45	c pp time: 4420402us (4s)

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-3289895-1304061867/watcher-3289895-1304061867 -o /tmp/evaluation-result-3289895-1304061867/solver-3289895-1304061867 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3289895-1304061867.cnf 791435587 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.77 8.02 8.01 5/182 11327
/proc/meminfo: memFree=15204640/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11327/stat : 11327 (priss.sh) S 11325 11327 9766 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517787103 8908800 252 33554432000 4194304 4922060 140735109904384 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/11327/statm: 2175 252 211 178 0 68 0

[startup+0.797091 s]
/proc/loadavg: 7.77 8.02 8.01 5/182 11327
/proc/meminfo: memFree=15204640/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11327/stat : 11327 (priss.sh) S 11325 11327 9766 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517787103 8908800 252 33554432000 4194304 4922060 140735109904384 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/11327/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.80094 s]
/proc/loadavg: 7.77 8.02 8.01 5/182 11327
/proc/meminfo: memFree=15204640/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11327/stat : 11327 (priss.sh) S 11325 11327 9766 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517787103 8908800 252 33554432000 4194304 4922060 140735109904384 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/11327/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.900925 s]
/proc/loadavg: 7.77 8.02 8.01 5/182 11327
/proc/meminfo: memFree=15204640/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11327/stat : 11327 (priss.sh) S 11325 11327 9766 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517787103 8908800 252 33554432000 4194304 4922060 140735109904384 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/11327/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.0009 s]
/proc/loadavg: 7.77 8.02 8.01 5/182 11327
/proc/meminfo: memFree=15204640/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11327/stat : 11327 (priss.sh) S 11325 11327 9766 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517787103 8908800 252 33554432000 4194304 4922060 140735109904384 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/11327/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50081 s]
/proc/loadavg: 7.77 8.02 8.01 5/182 11327
/proc/meminfo: memFree=15204640/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11327/stat : 11327 (priss.sh) S 11325 11327 9766 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517787103 8908800 252 33554432000 4194304 4922060 140735109904384 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/11327/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10051 s]
/proc/loadavg: 7.77 8.02 8.01 9/188 11333
/proc/meminfo: memFree=15161120/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11327/stat : 11327 (priss.sh) S 11325 11327 9766 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517787103 8908800 252 33554432000 4194304 4922060 140735109904384 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/11327/statm: 2175 252 211 178 0 68 0
[pid=11328] ppid=11327 vsize=281920 CPUtime=12.3 cores=1,3,5,7
/proc/11328/stat : 11328 (priss) S 11327 11327 9766 0 -1 4202496 12592 0 0 0 1221 9 0 0 18 0 5 0 517787103 288686080 11084 33554432000 4194304 5787044 140734956656624 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/11328/statm: 70480 11084 405 389 0 66230 0
[pid=11328/tid=11330] ppid=11327 vsize=281920 CPUtime=3.06 cores=1,3,5,7
/proc/11328/task/11330/stat : 11330 (priss) R 11327 11327 9766 0 -1 4202560 2264 0 0 0 304 2 0 0 21 0 5 0 517787105 288686080 11084 33554432000 4194304 5787044 140734956656624 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=11328/tid=11331] ppid=11327 vsize=281920 CPUtime=3.06 cores=1,3,5,7
/proc/11328/task/11331/stat : 11331 (priss) R 11327 11327 9766 0 -1 4202560 2459 0 0 0 304 2 0 0 23 0 5 0 517787105 288686080 11084 33554432000 4194304 5787044 140734956656624 18446744073709551615 4255024 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=11328/tid=11332] ppid=11327 vsize=281920 CPUtime=3.07 cores=1,3,5,7
/proc/11328/task/11332/stat : 11332 (priss) R 11327 11327 9766 0 -1 4202560 3276 0 0 0 304 3 0 0 25 0 5 0 517787105 288686080 11084 33554432000 4194304 5787044 140734956656624 18446744073709551615 4254537 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11328/tid=11333] ppid=11327 vsize=281920 CPUtime=3.06 cores=1,3,5,7
/proc/11328/task/11333/stat : 11333 (priss) R 11327 11327 9766 0 -1 4202560 2405 0 0 0 306 0 0 0 25 0 5 0 517787106 288686080 11084 33554432000 4194304 5787044 140734956656624 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 290620

[startup+6.30091 s]
/proc/loadavg: 7.78 8.02 8.01 9/188 11333
/proc/meminfo: memFree=15145000/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11327/stat : 11327 (priss.sh) S 11325 11327 9766 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517787103 8908800 252 33554432000 4194304 4922060 140735109904384 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/11327/statm: 2175 252 211 178 0 68 0
[pid=11328] ppid=11327 vsize=288468 CPUtime=25.07 cores=1,3,5,7
/proc/11328/stat : 11328 (priss) S 11327 11327 9766 0 -1 4202496 17371 0 0 0 2490 17 0 0 18 0 5 0 517787103 295391232 14985 33554432000 4194304 5787044 140734956656624 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/11328/statm: 72117 14985 419 389 0 67867 0
[pid=11328/tid=11330] ppid=11327 vsize=288468 CPUtime=6.24 cores=1,3,5,7
/proc/11328/task/11330/stat : 11330 (priss) R 11327 11327 9766 0 -1 4202560 2582 0 0 0 620 4 0 0 25 0 5 0 517787105 295391232 14985 33554432000 4194304 5787044 140734956656624 18446744073709551615 5590569 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=11328/tid=11331] ppid=11327 vsize=288468 CPUtime=6.26 cores=1,3,5,7
/proc/11328/task/11331/stat : 11331 (priss) R 11327 11327 9766 0 -1 4202560 4078 0 0 0 621 5 0 0 25 0 5 0 517787105 295391232 14985 33554432000 4194304 5787044 140734956656624 18446744073709551615 5591813 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=11328/tid=11332] ppid=11327 vsize=288468 CPUtime=6.26 cores=1,3,5,7
/proc/11328/task/11332/stat : 11332 (priss) R 11327 11327 9766 0 -1 4202560 3667 0 0 0 621 5 0 0 25 0 5 0 517787105 295391232 14985 33554432000 4194304 5787044 140734956656624 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11328/tid=11333] ppid=11327 vsize=288468 CPUtime=6.26 cores=1,3,5,7
/proc/11328/task/11333/stat : 11333 (priss) R 11327 11327 9766 0 -1 4202560 4856 0 0 0 624 2 0 0 25 0 5 0 517787106 295391232 14985 33554432000 4194304 5787044 140734956656624 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 297168

[startup+12.7007 s]
/proc/loadavg: 7.88 8.04 8.01 9/188 11334
/proc/meminfo: memFree=15127612/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11327/stat : 11327 (priss.sh) S 11325 11327 9766 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517787103 8908800 252 33554432000 4194304 4922060 140735109904384 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/11327/statm: 2175 252 211 178 0 68 0
[pid=11328] ppid=11327 vsize=296036 CPUtime=50.66 cores=1,3,5,7
/proc/11328/stat : 11328 (priss) S 11327 11327 9766 0 -1 4202496 21381 0 0 0 5040 26 0 0 18 0 5 0 517787103 303140864 18993 33554432000 4194304 5787044 140734956656624 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/11328/statm: 74009 18993 419 389 0 69759 0
[pid=11328/tid=11330] ppid=11327 vsize=296036 CPUtime=12.61 cores=1,3,5,7
/proc/11328/task/11330/stat : 11330 (priss) R 11327 11327 9766 0 -1 4202560 3283 0 0 0 1255 6 0 0 25 0 5 0 517787105 303140864 18993 33554432000 4194304 5787044 140734956656624 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=11328/tid=11331] ppid=11327 vsize=296036 CPUtime=12.67 cores=1,3,5,7
/proc/11328/task/11331/stat : 11331 (priss) R 11327 11327 9766 0 -1 4202560 6073 0 0 0 1259 8 0 0 25 0 5 0 517787105 303140864 18993 33554432000 4194304 5787044 140734956656624 18446744073709551615 244447050271 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=11328/tid=11332] ppid=11327 vsize=296036 CPUtime=12.66 cores=1,3,5,7
/proc/11328/task/11332/stat : 11332 (priss) R 11327 11327 9766 0 -1 4202560 4220 0 0 0 1260 6 0 0 25 0 5 0 517787105 303140864 18993 33554432000 4194304 5787044 140734956656624 18446744073709551615 244447050271 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11328/tid=11333] ppid=11327 vsize=296036 CPUtime=12.66 cores=1,3,5,7
/proc/11328/task/11333/stat : 11333 (priss) R 11327 11327 9766 0 -1 4202560 5617 0 0 0 1262 4 0 0 25 0 5 0 517787106 303140864 18993 33554432000 4194304 5787044 140734956656624 18446744073709551615 5527568 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 304736

[startup+25.5003 s]
/proc/loadavg: 7.90 8.04 8.01 9/188 11334
/proc/meminfo: memFree=15100084/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11327/stat : 11327 (priss.sh) S 11325 11327 9766 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517787103 8908800 252 33554432000 4194304 4922060 140735109904384 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/11327/statm: 2175 252 211 178 0 68 0
[pid=11328] ppid=11327 vsize=304012 CPUtime=101.75 cores=1,3,5,7
/proc/11328/stat : 11328 (priss) S 11327 11327 9766 0 -1 4202496 26847 0 0 0 10138 37 0 0 18 0 5 0 517787103 311308288 24391 33554432000 4194304 5787044 140734956656624 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/11328/statm: 76003 24391 419 389 0 71753 0
[pid=11328/tid=11330] ppid=11327 vsize=304012 CPUtime=25.33 cores=1,3,5,7
/proc/11328/task/11330/stat : 11330 (priss) R 11327 11327 9766 0 -1 4202560 4228 0 0 0 2525 8 0 0 25 0 5 0 517787105 311308288 24391 33554432000 4194304 5787044 140734956656624 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=11328/tid=11331] ppid=11327 vsize=304012 CPUtime=25.46 cores=1,3,5,7
/proc/11328/task/11331/stat : 11331 (priss) R 11327 11327 9766 0 -1 4202560 7339 0 0 0 2535 11 0 0 25 0 5 0 517787105 311308288 24391 33554432000 4194304 5787044 140734956656624 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=11328/tid=11332] ppid=11327 vsize=304012 CPUtime=25.46 cores=1,3,5,7
/proc/11328/task/11332/stat : 11332 (priss) R 11327 11327 9766 0 -1 4202560 5281 0 0 0 2537 9 0 0 25 0 5 0 517787105 311308288 24391 33554432000 4194304 5787044 140734956656624 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11328/tid=11333] ppid=11327 vsize=304012 CPUtime=25.45 cores=1,3,5,7
/proc/11328/task/11333/stat : 11333 (priss) R 11327 11327 9766 0 -1 4202560 7811 0 0 0 2537 8 0 0 25 0 5 0 517787106 311308288 24391 33554432000 4194304 5787044 140734956656624 18446744073709551615 5527031 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.75
Current children cumulated vsize (KiB) 312712

[startup+51.1005 s]
/proc/loadavg: 7.99 8.05 8.01 9/188 11335
/proc/meminfo: memFree=15059744/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11327/stat : 11327 (priss.sh) S 11325 11327 9766 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517787103 8908800 252 33554432000 4194304 4922060 140735109904384 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/11327/statm: 2175 252 211 178 0 68 0
[pid=11328] ppid=11327 vsize=318936 CPUtime=203.99 cores=1,3,5,7
/proc/11328/stat : 11328 (priss) S 11327 11327 9766 0 -1 4202496 36211 0 0 0 20347 52 0 0 18 0 5 0 517787103 326590464 33689 33554432000 4194304 5787044 140734956656624 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/11328/statm: 79734 33689 419 389 0 75484 0
[pid=11328/tid=11330] ppid=11327 vsize=318936 CPUtime=50.79 cores=1,3,5,7
/proc/11328/task/11330/stat : 11330 (priss) R 11327 11327 9766 0 -1 4202560 7539 0 0 0 5066 13 0 0 25 0 5 0 517787105 326590464 33689 33554432000 4194304 5787044 140734956656624 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=11328/tid=11331] ppid=11327 vsize=318936 CPUtime=51.05 cores=1,3,5,7
/proc/11328/task/11331/stat : 11331 (priss) R 11327 11327 9766 0 -1 4202560 9807 0 0 0 5091 14 0 0 25 0 5 0 517787105 326590464 33689 33554432000 4194304 5787044 140734956656624 18446744073709551615 4238583 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=11328/tid=11332] ppid=11327 vsize=318936 CPUtime=51.05 cores=1,3,5,7
/proc/11328/task/11332/stat : 11332 (priss) R 11327 11327 9766 0 -1 4202560 7191 0 0 0 5093 12 0 0 25 0 5 0 517787105 326590464 33689 33554432000 4194304 5787044 140734956656624 18446744073709551615 4254912 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11328/tid=11333] ppid=11327 vsize=318936 CPUtime=51.04 cores=1,3,5,7
/proc/11328/task/11333/stat : 11333 (priss) R 11327 11327 9766 0 -1 4202560 9486 0 0 0 5093 11 0 0 25 0 5 0 517787106 326590464 33689 33554432000 4194304 5787044 140734956656624 18446744073709551615 5527407 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.99
Current children cumulated vsize (KiB) 327636

[startup+102.301 s]
/proc/loadavg: 8.05 8.06 8.01 9/188 11336
/proc/meminfo: memFree=15002300/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11327/stat : 11327 (priss.sh) S 11325 11327 9766 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517787103 8908800 252 33554432000 4194304 4922060 140735109904384 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/11327/statm: 2175 252 211 178 0 68 0
[pid=11328] ppid=11327 vsize=333668 CPUtime=408.48 cores=1,3,5,7
/proc/11328/stat : 11328 (priss) S 11327 11327 9766 0 -1 4202496 45613 0 0 0 40781 67 0 0 18 0 5 0 517787103 341676032 42800 33554432000 4194304 5787044 140734956656624 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/11328/statm: 83417 42800 419 389 0 79167 0
[pid=11328/tid=11330] ppid=11327 vsize=333668 CPUtime=101.7 cores=1,3,5,7
/proc/11328/task/11330/stat : 11330 (priss) R 11327 11327 9766 0 -1 4202560 9508 0 0 0 10153 17 0 0 25 0 5 0 517787105 341676032 42800 33554432000 4194304 5787044 140734956656624 18446744073709551615 5592119 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=11328/tid=11331] ppid=11327 vsize=333668 CPUtime=102.24 cores=1,3,5,7
/proc/11328/task/11331/stat : 11331 (priss) R 11327 11327 9766 0 -1 4202560 12933 0 0 0 10205 19 0 0 25 0 5 0 517787105 341676032 42800 33554432000 4194304 5787044 140734956656624 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=11328/tid=11332] ppid=11327 vsize=333668 CPUtime=102.24 cores=1,3,5,7
/proc/11328/task/11332/stat : 11332 (priss) R 11327 11327 9766 0 -1 4202560 10139 0 0 0 10209 15 0 0 25 0 5 0 517787105 341676032 42800 33554432000 4194304 5787044 140734956656624 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11328/tid=11333] ppid=11327 vsize=333668 CPUtime=102.23 cores=1,3,5,7
/proc/11328/task/11333/stat : 11333 (priss) R 11327 11327 9766 0 -1 4202560 10845 0 0 0 10210 13 0 0 25 0 5 0 517787106 341676032 42800 33554432000 4194304 5787044 140734956656624 18446744073709551615 5528056 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.48
Current children cumulated vsize (KiB) 342368

[startup+162.301 s]
/proc/loadavg: 8.07 8.06 8.01 9/188 11338
/proc/meminfo: memFree=14945964/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11327/stat : 11327 (priss.sh) S 11325 11327 9766 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517787103 8908800 252 33554432000 4194304 4922060 140735109904384 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/11327/statm: 2175 252 211 178 0 68 0
[pid=11328] ppid=11327 vsize=343348 CPUtime=648.16 cores=1,3,5,7

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

/proc/11328/task/11331/stat : 11331 (priss) R 11327 11327 9766 0 -1 4202560 23705 0 0 0 82189 35 0 0 25 0 5 0 517787105 632557568 97198 33554432000 4194304 5787044 140734956656624 18446744073709551615 5591712 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=11328/tid=11332] ppid=11327 vsize=617732 CPUtime=822.24 cores=1,3,5,7
/proc/11328/task/11332/stat : 11332 (priss) R 11327 11327 9766 0 -1 4202560 25983 0 0 0 82193 31 0 0 25 0 5 0 517787105 632557568 97198 33554432000 4194304 5787044 140734956656624 18446744073709551615 5591529 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11328/tid=11333] ppid=11327 vsize=617732 CPUtime=822.24 cores=1,3,5,7
/proc/11328/task/11333/stat : 11333 (priss) R 11327 11327 9766 0 -1 4202560 26593 0 0 0 82188 36 0 0 25 0 5 0 517787106 632557568 97198 33554432000 4194304 5787044 140734956656624 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3284.55
Current children cumulated vsize (KiB) 626432

[startup+882.301 s]
/proc/loadavg: 8.20 8.14 8.05 9/188 11454
/proc/meminfo: memFree=14975864/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11327/stat : 11327 (priss.sh) S 11325 11327 9766 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517787103 8908800 252 33554432000 4194304 4922060 140735109904384 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/11327/statm: 2175 252 211 178 0 68 0
[pid=11328] ppid=11327 vsize=626556 CPUtime=3524.21 cores=1,3,5,7
/proc/11328/stat : 11328 (priss) S 11327 11327 9766 0 -1 4202496 104758 0 0 0 352277 144 0 0 18 0 5 0 517787103 641593344 100633 33554432000 4194304 5787044 140734956656624 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/11328/statm: 156639 100633 419 389 0 152389 0
[pid=11328/tid=11330] ppid=11327 vsize=626556 CPUtime=877.44 cores=1,3,5,7
/proc/11328/task/11330/stat : 11330 (priss) R 11327 11327 9766 0 -1 4202560 25146 0 0 0 87704 40 0 0 25 0 5 0 517787105 641593344 100633 33554432000 4194304 5787044 140734956656624 18446744073709551615 4254617 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=11328/tid=11331] ppid=11327 vsize=626556 CPUtime=882.23 cores=1,3,5,7
/proc/11328/task/11331/stat : 11331 (priss) R 11327 11327 9766 0 -1 4202560 23820 0 0 0 88188 35 0 0 25 0 5 0 517787105 641593344 100633 33554432000 4194304 5787044 140734956656624 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=11328/tid=11332] ppid=11327 vsize=626556 CPUtime=882.23 cores=1,3,5,7
/proc/11328/task/11332/stat : 11332 (priss) R 11327 11327 9766 0 -1 4202560 25983 0 0 0 88192 31 0 0 25 0 5 0 517787105 641593344 100633 33554432000 4194304 5787044 140734956656624 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11328/tid=11333] ppid=11327 vsize=626556 CPUtime=882.24 cores=1,3,5,7
/proc/11328/task/11333/stat : 11333 (priss) R 11327 11327 9766 0 -1 4202560 27621 0 0 0 88188 36 0 0 25 0 5 0 517787106 641593344 100633 33554432000 4194304 5787044 140734956656624 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3524.21
Current children cumulated vsize (KiB) 635256

[startup+942.308 s]
/proc/loadavg: 8.19 8.14 8.05 9/188 11456
/proc/meminfo: memFree=14950288/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11327/stat : 11327 (priss.sh) S 11325 11327 9766 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517787103 8908800 252 33554432000 4194304 4922060 140735109904384 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/11327/statm: 2175 252 211 178 0 68 0
[pid=11328] ppid=11327 vsize=636212 CPUtime=3763.92 cores=1,3,5,7
/proc/11328/stat : 11328 (priss) S 11327 11327 9766 0 -1 4202496 108072 0 0 0 376244 148 0 0 18 0 5 0 517787103 651481088 103947 33554432000 4194304 5787044 140734956656624 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/11328/statm: 159053 103947 419 389 0 154803 0
[pid=11328/tid=11330] ppid=11327 vsize=636212 CPUtime=937.13 cores=1,3,5,7
/proc/11328/task/11330/stat : 11330 (priss) R 11327 11327 9766 0 -1 4202560 26508 0 0 0 93670 43 0 0 25 0 5 0 517787105 651481088 103947 33554432000 4194304 5787044 140734956656624 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=11328/tid=11331] ppid=11327 vsize=636212 CPUtime=942.25 cores=1,3,5,7
/proc/11328/task/11331/stat : 11331 (priss) R 11327 11327 9766 0 -1 4202560 24535 0 0 0 94189 36 0 0 25 0 5 0 517787105 651481088 103947 33554432000 4194304 5787044 140734956656624 18446744073709551615 5591808 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=11328/tid=11332] ppid=11327 vsize=636212 CPUtime=942.24 cores=1,3,5,7
/proc/11328/task/11332/stat : 11332 (priss) R 11327 11327 9766 0 -1 4202560 27185 0 0 0 94193 31 0 0 25 0 5 0 517787105 651481088 103947 33554432000 4194304 5787044 140734956656624 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11328/tid=11333] ppid=11327 vsize=636212 CPUtime=942.24 cores=1,3,5,7
/proc/11328/task/11333/stat : 11333 (priss) R 11327 11327 9766 0 -1 4202560 27656 0 0 0 94188 36 0 0 25 0 5 0 517787106 651481088 103947 33554432000 4194304 5787044 140734956656624 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3763.92
Current children cumulated vsize (KiB) 644912

[startup+1002.3 s]
/proc/loadavg: 8.17 8.14 8.06 9/188 11457
/proc/meminfo: memFree=14924716/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11327/stat : 11327 (priss.sh) S 11325 11327 9766 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517787103 8908800 252 33554432000 4194304 4922060 140735109904384 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/11327/statm: 2175 252 211 178 0 68 0
[pid=11328] ppid=11327 vsize=642640 CPUtime=4003.56 cores=1,3,5,7
/proc/11328/stat : 11328 (priss) S 11327 11327 9766 0 -1 4202496 112325 0 0 0 400202 154 0 0 18 0 5 0 517787103 658063360 108200 33554432000 4194304 5787044 140734956656624 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/11328/statm: 160660 108200 419 389 0 156410 0
[pid=11328/tid=11330] ppid=11327 vsize=642640 CPUtime=996.79 cores=1,3,5,7
/proc/11328/task/11330/stat : 11330 (priss) R 11327 11327 9766 0 -1 4202560 28087 0 0 0 99636 43 0 0 25 0 5 0 517787105 658063360 108200 33554432000 4194304 5787044 140734956656624 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=11328/tid=11331] ppid=11327 vsize=642640 CPUtime=1002.24 cores=1,3,5,7
/proc/11328/task/11331/stat : 11331 (priss) R 11327 11327 9766 0 -1 4202560 26059 0 0 0 100185 39 0 0 25 0 5 0 517787105 658063360 108200 33554432000 4194304 5787044 140734956656624 18446744073709551615 5591999 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=11328/tid=11332] ppid=11327 vsize=642640 CPUtime=1002.24 cores=1,3,5,7
/proc/11328/task/11332/stat : 11332 (priss) R 11327 11327 9766 0 -1 4202560 28279 0 0 0 100190 34 0 0 25 0 5 0 517787105 658063360 108200 33554432000 4194304 5787044 140734956656624 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11328/tid=11333] ppid=11327 vsize=642640 CPUtime=1002.25 cores=1,3,5,7
/proc/11328/task/11333/stat : 11333 (priss) R 11327 11327 9766 0 -1 4202560 27712 0 0 0 100188 37 0 0 25 0 5 0 517787106 658063360 108200 33554432000 4194304 5787044 140734956656624 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4003.56
Current children cumulated vsize (KiB) 651340

[startup+1062.3 s]
/proc/loadavg: 8.11 8.13 8.05 9/188 11459
/proc/meminfo: memFree=14885136/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11327/stat : 11327 (priss.sh) S 11325 11327 9766 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517787103 8908800 252 33554432000 4194304 4922060 140735109904384 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/11327/statm: 2175 252 211 178 0 68 0
[pid=11328] ppid=11327 vsize=653512 CPUtime=4243.25 cores=1,3,5,7
/proc/11328/stat : 11328 (priss) S 11327 11327 9766 0 -1 4202496 118580 0 0 0 424162 163 0 0 18 0 5 0 517787103 669196288 114455 33554432000 4194304 5787044 140734956656624 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/11328/statm: 163378 114455 419 389 0 159128 0
[pid=11328/tid=11330] ppid=11327 vsize=653512 CPUtime=1056.47 cores=1,3,5,7
/proc/11328/task/11330/stat : 11330 (priss) R 11327 11327 9766 0 -1 4202560 30733 0 0 0 105602 45 0 0 25 0 5 0 517787105 669196288 114455 33554432000 4194304 5787044 140734956656624 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=11328/tid=11331] ppid=11327 vsize=653512 CPUtime=1062.24 cores=1,3,5,7
/proc/11328/task/11331/stat : 11331 (priss) R 11327 11327 9766 0 -1 4202560 27457 0 0 0 106183 41 0 0 25 0 5 0 517787105 669196288 114455 33554432000 4194304 5787044 140734956656624 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=11328/tid=11332] ppid=11327 vsize=653512 CPUtime=1062.24 cores=1,3,5,7
/proc/11328/task/11332/stat : 11332 (priss) R 11327 11327 9766 0 -1 4202560 29643 0 0 0 106187 37 0 0 25 0 5 0 517787105 669196288 114455 33554432000 4194304 5787044 140734956656624 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11328/tid=11333] ppid=11327 vsize=653512 CPUtime=1062.25 cores=1,3,5,7
/proc/11328/task/11333/stat : 11333 (priss) R 11327 11327 9766 0 -1 4202560 28559 0 0 0 106187 38 0 0 25 0 5 0 517787106 669196288 114455 33554432000 4194304 5787044 140734956656624 18446744073709551615 5527392 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4243.25
Current children cumulated vsize (KiB) 662212

[startup+1122.3 s]
/proc/loadavg: 8.04 8.10 8.05 9/188 11460
/proc/meminfo: memFree=14849272/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11327/stat : 11327 (priss.sh) S 11325 11327 9766 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517787103 8908800 252 33554432000 4194304 4922060 140735109904384 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/11327/statm: 2175 252 211 178 0 68 0
[pid=11328] ppid=11327 vsize=669540 CPUtime=4482.93 cores=1,3,5,7
/proc/11328/stat : 11328 (priss) S 11327 11327 9766 0 -1 4202496 125083 0 0 0 448122 171 0 0 18 0 5 0 517787103 685608960 120958 33554432000 4194304 5787044 140734956656624 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/11328/statm: 167385 120958 419 389 0 163135 0
[pid=11328/tid=11330] ppid=11327 vsize=669540 CPUtime=1116.14 cores=1,3,5,7
/proc/11328/task/11330/stat : 11330 (priss) R 11327 11327 9766 0 -1 4202560 32433 0 0 0 111568 46 0 0 25 0 5 0 517787105 685608960 120958 33554432000 4194304 5787044 140734956656624 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=11328/tid=11331] ppid=11327 vsize=669540 CPUtime=1122.24 cores=1,3,5,7
/proc/11328/task/11331/stat : 11331 (priss) R 11327 11327 9766 0 -1 4202560 28688 0 0 0 112181 43 0 0 25 0 5 0 517787105 685608960 120958 33554432000 4194304 5787044 140734956656624 18446744073709551615 5591552 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=11328/tid=11332] ppid=11327 vsize=669540 CPUtime=1122.24 cores=1,3,5,7
/proc/11328/task/11332/stat : 11332 (priss) R 11327 11327 9766 0 -1 4202560 31870 0 0 0 112184 40 0 0 25 0 5 0 517787105 685608960 120958 33554432000 4194304 5787044 140734956656624 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11328/tid=11333] ppid=11327 vsize=669540 CPUtime=1122.25 cores=1,3,5,7
/proc/11328/task/11333/stat : 11333 (priss) R 11327 11327 9766 0 -1 4202560 29904 0 0 0 112185 40 0 0 25 0 5 0 517787106 685608960 120958 33554432000 4194304 5787044 140734956656624 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4482.93
Current children cumulated vsize (KiB) 678240

[startup+1182.3 s]
/proc/loadavg: 8.01 8.08 8.04 9/188 11462
/proc/meminfo: memFree=14837832/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11327/stat : 11327 (priss.sh) S 11325 11327 9766 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517787103 8908800 252 33554432000 4194304 4922060 140735109904384 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/11327/statm: 2175 252 211 178 0 68 0
[pid=11328] ppid=11327 vsize=669540 CPUtime=4722.6 cores=1,3,5,7
/proc/11328/stat : 11328 (priss) S 11327 11327 9766 0 -1 4202496 127129 0 0 0 472086 174 0 0 18 0 5 0 517787103 685608960 123004 33554432000 4194304 5787044 140734956656624 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/11328/statm: 167385 123004 419 389 0 163135 0
[pid=11328/tid=11330] ppid=11327 vsize=669540 CPUtime=1175.81 cores=1,3,5,7
/proc/11328/task/11330/stat : 11330 (priss) R 11327 11327 9766 0 -1 4202560 32434 0 0 0 117535 46 0 0 25 0 5 0 517787105 685608960 123004 33554432000 4194304 5787044 140734956656624 18446744073709551615 5591780 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=11328/tid=11331] ppid=11327 vsize=669540 CPUtime=1182.24 cores=1,3,5,7
/proc/11328/task/11331/stat : 11331 (priss) R 11327 11327 9766 0 -1 4202560 29087 0 0 0 118181 43 0 0 25 0 5 0 517787105 685608960 123004 33554432000 4194304 5787044 140734956656624 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=11328/tid=11332] ppid=11327 vsize=669540 CPUtime=1182.24 cores=1,3,5,7
/proc/11328/task/11332/stat : 11332 (priss) R 11327 11327 9766 0 -1 4202560 32071 0 0 0 118184 40 0 0 25 0 5 0 517787105 685608960 123004 33554432000 4194304 5787044 140734956656624 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11328/tid=11333] ppid=11327 vsize=669540 CPUtime=1182.25 cores=1,3,5,7
/proc/11328/task/11333/stat : 11333 (priss) R 11327 11327 9766 0 -1 4202560 31349 0 0 0 118182 43 0 0 25 0 5 0 517787106 685608960 123004 33554432000 4194304 5787044 140734956656624 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4722.6
Current children cumulated vsize (KiB) 678240



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.01 8.08 8.04 9/188 11462
/proc/meminfo: memFree=14834712/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11327/stat : 11327 (priss.sh) S 11325 11327 9766 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517787103 8908800 252 33554432000 4194304 4922060 140735109904384 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/11327/statm: 2175 252 211 178 0 68 0
[pid=11328] ppid=11327 vsize=669540 CPUtime=4800.12 cores=1,3,5,7
/proc/11328/stat : 11328 (priss) S 11327 11327 9766 0 -1 4202496 127900 0 0 0 479837 175 0 0 18 0 5 0 517787103 685608960 123775 33554432000 4194304 5787044 140734956656624 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/11328/statm: 167385 123775 419 389 0 163135 0
[pid=11328/tid=11330] ppid=11327 vsize=669540 CPUtime=1195.11 cores=1,3,5,7
/proc/11328/task/11330/stat : 11330 (priss) R 11327 11327 9766 0 -1 4202560 32434 0 0 0 119465 46 0 0 25 0 5 0 517787105 685608960 123775 33554432000 4194304 5787044 140734956656624 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=11328/tid=11331] ppid=11327 vsize=669540 CPUtime=1201.65 cores=1,3,5,7
/proc/11328/task/11331/stat : 11331 (priss) R 11327 11327 9766 0 -1 4202560 29164 0 0 0 120122 43 0 0 25 0 5 0 517787105 685608960 123775 33554432000 4194304 5787044 140734956656624 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=11328/tid=11332] ppid=11327 vsize=669540 CPUtime=1201.65 cores=1,3,5,7
/proc/11328/task/11332/stat : 11332 (priss) R 11327 11327 9766 0 -1 4202560 32392 0 0 0 120125 40 0 0 25 0 5 0 517787105 685608960 123775 33554432000 4194304 5787044 140734956656624 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11328/tid=11333] ppid=11327 vsize=669540 CPUtime=1201.65 cores=1,3,5,7
/proc/11328/task/11333/stat : 11333 (priss) R 11327 11327 9766 0 -1 4202560 31722 0 0 0 120122 43 0 0 25 0 5 0 517787106 685608960 123775 33554432000 4194304 5787044 140734956656624 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.12
Current children cumulated vsize (KiB) 678240

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 11327 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.001998
# while last known CPU time is 4800.12
#
# 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.12
CPU user time (s): 4798.37
CPU system time (s): 1.75
CPU usage (%): 399.438
Max. virtual memory (cumulated for all children) (KiB): 678240

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

runsolver used 1.57776 second user time and 4.98724 second system time

The end

Launcher Data

Begin job on node105 at 2011-04-29 09:24:27
IDJOB=3289895
IDBENCH=83410
IDSOLVER=1603
FILE ID=node105/3289895-1304061867
RUNJOBID= node105-1304047118-9785
PBS_JOBID= 13170404
Free space on /tmp= 71936 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/128/aes_128_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-3289895-1304061867/watcher-3289895-1304061867 -o /tmp/evaluation-result-3289895-1304061867/solver-3289895-1304061867 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3289895-1304061867.cnf 791435587 4800 15500 4

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

MD5SUM BENCH= 19e0b91e7d093f7cb35b11b46708a49b
RANDOM SEED=791435587

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:      15204788 kB
Buffers:       2301084 kB
Cached:       14435740 kB
SwapCached:          0 kB
Active:        9317228 kB
Inactive:      7858336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15204788 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2008 kB
Writeback:           0 kB
AnonPages:      438300 kB
Mapped:          15620 kB
Slab:           507176 kB
PageTables:       5244 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   630284 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= 71936 MiB
End job on node105 at 2011-04-29 09:44:30