Trace number 3289756

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 Auto? (TO) 4800.09 1201.82

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom21.cnf
MD5SUMe6407843d1fbd00b68d4ad600a25dfb2
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 variables48639
Number of clauses162901
Sum of the clauses size415741
Maximum clause length1542
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 283161
Number of clauses of size 378900
Number of clauses of size 4230
Number of clauses of size 519
Number of clauses of size over 5590

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: 25994
0.00/0.00	c setup for 4cores
0.00/0.05	c parsetime: 47223us
0.00/0.05	c parsed 162901 clauses with 48639 variables
0.00/0.06	c NW started thread 0 successfully (1099671872)
0.00/0.07	c NW started thread 1 successfully (1110161728)
0.00/0.08	c NW started thread 2 successfully (1120651584)
0.00/0.10	c NW started thread 3 successfully (1131141440)
5.32/1.45	c preprocessor returned 48639 variables
5.32/1.45	c preprocessing returned UNKNOWN
5.32/1.45	c PP set 1672 variables
5.32/1.45	c pp time: 1372548us (1s)
5.32/1.45	c preprocessor returned 48639 variables
5.32/1.45	c preprocessing returned UNKNOWN
5.32/1.45	c PP set 1672 variables
5.32/1.45	c pp time: 1383999us (1s)
5.32/1.47	c preprocessor returned 48639 variables
5.32/1.47	c preprocessing returned UNKNOWN
5.32/1.47	c PP set 1672 variables
5.32/1.47	c pp time: 1372915us (1s)
8.53/2.29	c preprocessor returned 50639 variables
8.53/2.29	c preprocessing returned UNKNOWN
8.53/2.29	c PP set 1671 variables
8.53/2.29	c pp time: 2174919us (2s)
9.31/2.44	c HTE
9.31/2.49	c subsumption
9.70/2.55	c simplified formula contains 0 unit clauses
60.43/15.27	c added unsatisfied clause
60.43/15.27	c failed to add network clauses
766.17/191.96	c added unsatisfied clause
766.17/191.96	c failed to add network clauses
1035.40/259.32	c HTE
1146.04/287.06	c subsumption
1374.11/344.13	c simplified formula contains 0 unit clauses

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3289756-1304053650/watcher-3289756-1304053650 -o /tmp/evaluation-result-3289756-1304053650/solver-3289756-1304053650 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3289756-1304053650.cnf 1992331320 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: 4.66 5.16 6.73 2/174 25993
/proc/meminfo: memFree=26276508/32951124 swapFree=67111364/67111528
[pid=25993] ppid=25991 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/25993/stat : 25993 (prissAuto.sh) S 25991 25993 25027 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 516962961 8908800 252 33554432000 4194304 4922060 140734358275648 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25993/statm: 2175 252 211 178 0 68 0

[startup+0.089577 s]
/proc/loadavg: 4.66 5.16 6.73 2/174 25993
/proc/meminfo: memFree=26276508/32951124 swapFree=67111364/67111528
[pid=25993] ppid=25991 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/25993/stat : 25993 (prissAuto.sh) S 25991 25993 25027 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 516962961 8908800 252 33554432000 4194304 4922060 140734358275648 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25993/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.107393 s]
/proc/loadavg: 4.66 5.16 6.73 2/174 25993
/proc/meminfo: memFree=26276508/32951124 swapFree=67111364/67111528
[pid=25993] ppid=25991 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/25993/stat : 25993 (prissAuto.sh) S 25991 25993 25027 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 516962961 8908800 252 33554432000 4194304 4922060 140734358275648 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25993/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.403305 s]
/proc/loadavg: 4.66 5.16 6.73 2/174 25993
/proc/meminfo: memFree=26276508/32951124 swapFree=67111364/67111528
[pid=25993] ppid=25991 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/25993/stat : 25993 (prissAuto.sh) S 25991 25993 25027 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 516962961 8908800 252 33554432000 4194304 4922060 140734358275648 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25993/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.748259 s]
/proc/loadavg: 4.66 5.16 6.73 2/174 25993
/proc/meminfo: memFree=26276508/32951124 swapFree=67111364/67111528
[pid=25993] ppid=25991 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/25993/stat : 25993 (prissAuto.sh) S 25991 25993 25027 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 516962961 8908800 252 33554432000 4194304 4922060 140734358275648 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25993/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50113 s]
/proc/loadavg: 5.01 5.22 6.74 9/188 26010
/proc/meminfo: memFree=25978060/32951124 swapFree=67111364/67111528
[pid=25993] ppid=25991 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/25993/stat : 25993 (prissAuto.sh) S 25991 25993 25027 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 516962961 8908800 252 33554432000 4194304 4922060 140734358275648 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25993/statm: 2175 252 211 178 0 68 0
[pid=25994] ppid=25993 vsize=424180 CPUtime=5.72 cores=1,3,5,7
/proc/25994/stat : 25994 (priss) S 25993 25993 25027 0 -1 4202496 53792 0 0 0 552 20 0 0 20 0 5 0 516962961 434360320 42425 33554432000 4194304 5787044 140733266518528 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/25994/statm: 106093 42436 400 389 0 101843 0
[pid=25994/tid=26003] ppid=25993 vsize=424372 CPUtime=1.41 cores=1,3,5,7
/proc/25994/task/26003/stat : 26003 (priss) R 25993 25993 25027 0 -1 4202560 12926 0 0 0 137 4 0 0 19 0 5 0 516962967 434556928 42449 33554432000 4194304 5787044 140733266518528 18446744073709551615 4225294 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25994/tid=26004] ppid=25993 vsize=424372 CPUtime=1.41 cores=1,3,5,7
/proc/25994/task/26004/stat : 26004 (priss) R 25993 25993 25027 0 -1 4202560 10844 0 0 0 136 5 0 0 18 0 5 0 516962968 434556928 42465 33554432000 4194304 5787044 140733266518528 18446744073709551615 228244010017 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25994/tid=26005] ppid=25993 vsize=424372 CPUtime=1.39 cores=1,3,5,7
/proc/25994/task/26005/stat : 26005 (priss) R 25993 25993 25027 0 -1 4202560 13174 0 0 0 134 5 0 0 19 0 5 0 516962970 434556928 42476 33554432000 4194304 5787044 140733266518528 18446744073709551615 5600160 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=25994/tid=26007] ppid=25993 vsize=424372 CPUtime=1.37 cores=1,3,5,7
/proc/25994/task/26007/stat : 26007 (priss) R 25993 25993 25027 0 -1 4202560 8169 0 0 0 134 3 0 0 19 0 5 0 516962972 434556928 42478 33554432000 4194304 5787044 140733266518528 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.72
Current children cumulated vsize (KiB) 432880

[startup+3.10085 s]
/proc/loadavg: 5.01 5.22 6.74 9/188 26010
/proc/meminfo: memFree=25896580/32951124 swapFree=67111364/67111528
[pid=25993] ppid=25991 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/25993/stat : 25993 (prissAuto.sh) S 25991 25993 25027 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 516962961 8908800 252 33554432000 4194304 4922060 140734358275648 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25993/statm: 2175 252 211 178 0 68 0
[pid=25994] ppid=25993 vsize=426276 CPUtime=12.1 cores=1,3,5,7
/proc/25994/stat : 25994 (priss) S 25993 25993 25027 0 -1 4202496 60245 0 0 0 1189 21 0 0 20 0 5 0 516962961 436506624 45393 33554432000 4194304 5787044 140733266518528 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/25994/statm: 106569 45393 419 389 0 102319 0
[pid=25994/tid=26003] ppid=25993 vsize=426276 CPUtime=3.02 cores=1,3,5,7
/proc/25994/task/26003/stat : 26003 (priss) R 25993 25993 25027 0 -1 4202560 13343 0 0 0 297 5 0 0 22 0 5 0 516962967 436506624 45393 33554432000 4194304 5787044 140733266518528 18446744073709551615 4229318 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25994/tid=26004] ppid=25993 vsize=426276 CPUtime=3 cores=1,3,5,7
/proc/25994/task/26004/stat : 26004 (priss) R 25993 25993 25027 0 -1 4202560 10976 0 0 0 295 5 0 0 20 0 5 0 516962968 436506624 45393 33554432000 4194304 5787044 140733266518528 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25994/tid=26005] ppid=25993 vsize=426276 CPUtime=2.98 cores=1,3,5,7
/proc/25994/task/26005/stat : 26005 (priss) R 25993 25993 25027 0 -1 4202560 14130 0 0 0 293 5 0 0 22 0 5 0 516962970 436506624 45393 33554432000 4194304 5787044 140733266518528 18446744073709551615 5588291 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=25994/tid=26007] ppid=25993 vsize=426276 CPUtime=2.97 cores=1,3,5,7
/proc/25994/task/26007/stat : 26007 (priss) R 25993 25993 25027 0 -1 4202560 13092 0 0 0 293 4 0 0 22 0 5 0 516962972 436506624 45393 33554432000 4194304 5787044 140733266518528 18446744073709551615 5527607 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.1
Current children cumulated vsize (KiB) 434976

[startup+6.30029 s]
/proc/loadavg: 5.01 5.22 6.74 9/188 26011
/proc/meminfo: memFree=25876788/32951124 swapFree=67111364/67111528
[pid=25993] ppid=25991 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/25993/stat : 25993 (prissAuto.sh) S 25991 25993 25027 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 516962961 8908800 252 33554432000 4194304 4922060 140734358275648 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25993/statm: 2175 252 211 178 0 68 0
[pid=25994] ppid=25993 vsize=427656 CPUtime=24.89 cores=1,3,5,7
/proc/25994/stat : 25994 (priss) S 25993 25993 25027 0 -1 4202496 61201 0 0 0 2467 22 0 0 20 0 5 0 516962961 437919744 46349 33554432000 4194304 5787044 140733266518528 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/25994/statm: 106914 46349 419 389 0 102664 0
[pid=25994/tid=26003] ppid=25993 vsize=427656 CPUtime=6.22 cores=1,3,5,7
/proc/25994/task/26003/stat : 26003 (priss) R 25993 25993 25027 0 -1 4202560 13602 0 0 0 617 5 0 0 25 0 5 0 516962967 437919744 46349 33554432000 4194304 5787044 140733266518528 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25994/tid=26004] ppid=25993 vsize=427656 CPUtime=6.2 cores=1,3,5,7
/proc/25994/task/26004/stat : 26004 (priss) R 25993 25993 25027 0 -1 4202560 11276 0 0 0 615 5 0 0 25 0 5 0 516962968 437919744 46349 33554432000 4194304 5787044 140733266518528 18446744073709551615 4220716 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25994/tid=26005] ppid=25993 vsize=427656 CPUtime=6.16 cores=1,3,5,7
/proc/25994/task/26005/stat : 26005 (priss) R 25993 25993 25027 0 -1 4202560 14275 0 0 0 611 5 0 0 25 0 5 0 516962970 437919744 46349 33554432000 4194304 5787044 140733266518528 18446744073709551615 5586769 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=25994/tid=26007] ppid=25993 vsize=427656 CPUtime=6.17 cores=1,3,5,7
/proc/25994/task/26007/stat : 26007 (priss) R 25993 25993 25027 0 -1 4202560 13344 0 0 0 613 4 0 0 25 0 5 0 516962972 437919744 46349 33554432000 4194304 5787044 140733266518528 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.89
Current children cumulated vsize (KiB) 436356

[startup+12.7012 s]
/proc/loadavg: 5.47 5.31 6.76 9/188 26011
/proc/meminfo: memFree=25860624/32951124 swapFree=67111364/67111528
[pid=25993] ppid=25991 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/25993/stat : 25993 (prissAuto.sh) S 25991 25993 25027 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 516962961 8908800 252 33554432000 4194304 4922060 140734358275648 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25993/statm: 2175 252 211 178 0 68 0
[pid=25994] ppid=25993 vsize=429372 CPUtime=50.45 cores=1,3,5,7
/proc/25994/stat : 25994 (priss) S 25993 25993 25027 0 -1 4202496 64056 0 0 0 5021 24 0 0 20 0 5 0 516962961 439676928 49204 33554432000 4194304 5787044 140733266518528 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/25994/statm: 107343 49204 419 389 0 103093 0
[pid=25994/tid=26003] ppid=25993 vsize=429372 CPUtime=12.62 cores=1,3,5,7
/proc/25994/task/26003/stat : 26003 (priss) R 25993 25993 25027 0 -1 4202560 15029 0 0 0 1257 5 0 0 25 0 5 0 516962967 439676928 49204 33554432000 4194304 5787044 140733266518528 18446744073709551615 5586822 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25994/tid=26004] ppid=25993 vsize=429372 CPUtime=12.6 cores=1,3,5,7
/proc/25994/task/26004/stat : 26004 (priss) R 25993 25993 25027 0 -1 4202560 11859 0 0 0 1254 6 0 0 25 0 5 0 516962968 439676928 49204 33554432000 4194304 5787044 140733266518528 18446744073709551615 5591342 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25994/tid=26005] ppid=25993 vsize=429372 CPUtime=12.52 cores=1,3,5,7
/proc/25994/task/26005/stat : 26005 (priss) R 25993 25993 25027 0 -1 4202560 14724 0 0 0 1247 5 0 0 25 0 5 0 516962970 439676928 49204 33554432000 4194304 5787044 140733266518528 18446744073709551615 5389152 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=25994/tid=26007] ppid=25993 vsize=429372 CPUtime=12.57 cores=1,3,5,7
/proc/25994/task/26007/stat : 26007 (priss) R 25993 25993 25027 0 -1 4202560 13740 0 0 0 1253 4 0 0 25 0 5 0 516962972 439676928 49204 33554432000 4194304 5787044 140733266518528 18446744073709551615 5528380 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.45
Current children cumulated vsize (KiB) 438072

[startup+25.5009 s]
/proc/loadavg: 5.86 5.40 6.77 9/188 26011
/proc/meminfo: memFree=25833944/32951124 swapFree=67111364/67111528
[pid=25993] ppid=25991 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/25993/stat : 25993 (prissAuto.sh) S 25991 25993 25027 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 516962961 8908800 252 33554432000 4194304 4922060 140734358275648 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25993/statm: 2175 252 211 178 0 68 0
[pid=25994] ppid=25993 vsize=431808 CPUtime=101.58 cores=1,3,5,7
/proc/25994/stat : 25994 (priss) S 25993 25993 25027 0 -1 4202496 67546 0 0 0 10129 29 0 0 20 0 5 0 516962961 442171392 52694 33554432000 4194304 5787044 140733266518528 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/25994/statm: 107952 52694 419 389 0 103702 0
[pid=25994/tid=26003] ppid=25993 vsize=431808 CPUtime=25.41 cores=1,3,5,7
/proc/25994/task/26003/stat : 26003 (priss) R 25993 25993 25027 0 -1 4202560 16121 0 0 0 2535 6 0 0 25 0 5 0 516962967 442171392 52694 33554432000 4194304 5787044 140733266518528 18446744073709551615 5590976 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25994/tid=26004] ppid=25993 vsize=431808 CPUtime=25.41 cores=1,3,5,7
/proc/25994/task/26004/stat : 26004 (priss) R 25993 25993 25027 0 -1 4202560 12718 0 0 0 2533 8 0 0 25 0 5 0 516962968 442171392 52694 33554432000 4194304 5787044 140733266518528 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25994/tid=26005] ppid=25993 vsize=431808 CPUtime=25.25 cores=1,3,5,7
/proc/25994/task/26005/stat : 26005 (priss) R 25993 25993 25027 0 -1 4202560 15330 0 0 0 2519 6 0 0 25 0 5 0 516962970 442171392 52694 33554432000 4194304 5787044 140733266518528 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=25994/tid=26007] ppid=25993 vsize=431808 CPUtime=25.37 cores=1,3,5,7
/proc/25994/task/26007/stat : 26007 (priss) R 25993 25993 25027 0 -1 4202560 14673 0 0 0 2531 6 0 0 25 0 5 0 516962972 442171392 52694 33554432000 4194304 5787044 140733266518528 18446744073709551615 5526880 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.58
Current children cumulated vsize (KiB) 440508

[startup+51.1004 s]
/proc/loadavg: 6.59 5.61 6.80 9/188 26012
/proc/meminfo: memFree=25777312/32951124 swapFree=67111364/67111528
[pid=25993] ppid=25991 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/25993/stat : 25993 (prissAuto.sh) S 25991 25993 25027 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 516962961 8908800 252 33554432000 4194304 4922060 140734358275648 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25993/statm: 2175 252 211 178 0 68 0
[pid=25994] ppid=25993 vsize=439284 CPUtime=203.82 cores=1,3,5,7
/proc/25994/stat : 25994 (priss) S 25993 25993 25027 0 -1 4202496 75310 0 0 0 20344 38 0 0 20 0 5 0 516962961 449826816 60456 33554432000 4194304 5787044 140733266518528 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/25994/statm: 109821 60456 419 389 0 105571 0
[pid=25994/tid=26003] ppid=25993 vsize=439284 CPUtime=51.01 cores=1,3,5,7
/proc/25994/task/26003/stat : 26003 (priss) R 25993 25993 25027 0 -1 4202560 17894 0 0 0 5093 8 0 0 25 0 5 0 516962967 449826816 60456 33554432000 4194304 5787044 140733266518528 18446744073709551615 5588298 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25994/tid=26004] ppid=25993 vsize=439284 CPUtime=51 cores=1,3,5,7
/proc/25994/task/26004/stat : 26004 (priss) R 25993 25993 25027 0 -1 4202560 14798 0 0 0 5089 11 0 0 25 0 5 0 516962968 449826816 60456 33554432000 4194304 5787044 140733266518528 18446744073709551615 4220688 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25994/tid=26005] ppid=25993 vsize=439284 CPUtime=50.71 cores=1,3,5,7
/proc/25994/task/26005/stat : 26005 (priss) R 25993 25993 25027 0 -1 4202560 16504 0 0 0 5063 8 0 0 25 0 5 0 516962970 449826816 60456 33554432000 4194304 5787044 140733266518528 18446744073709551615 5591280 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=25994/tid=26007] ppid=25993 vsize=439284 CPUtime=50.97 cores=1,3,5,7
/proc/25994/task/26007/stat : 26007 (priss) R 25993 25993 25027 0 -1 4202560 17410 0 0 0 5089 8 0 0 25 0 5 0 516962972 449826816 60456 33554432000 4194304 5787044 140733266518528 18446744073709551615 5549536 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.82
Current children cumulated vsize (KiB) 447984

[startup+102.3 s]
/proc/loadavg: 7.43 6.01 6.87 9/188 26013
/proc/meminfo: memFree=25695940/32951124 swapFree=67111364/67111528
[pid=25993] ppid=25991 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/25993/stat : 25993 (prissAuto.sh) S 25991 25993 25027 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 516962961 8908800 252 33554432000 4194304 4922060 140734358275648 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25993/statm: 2175 252 211 178 0 68 0
[pid=25994] ppid=25993 vsize=450764 CPUtime=408.33 cores=1,3,5,7
/proc/25994/stat : 25994 (priss) S 25993 25993 25027 0 -1 4202496 85044 0 0 0 40783 50 0 0 20 0 5 0 516962961 461582336 70121 33554432000 4194304 5787044 140733266518528 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/25994/statm: 112691 70121 419 389 0 108441 0
[pid=25994/tid=26003] ppid=25993 vsize=450764 CPUtime=102 cores=1,3,5,7
/proc/25994/task/26003/stat : 26003 (priss) R 25993 25993 25027 0 -1 4202560 19983 0 0 0 10188 12 0 0 25 0 5 0 516962967 461582336 70121 33554432000 4194304 5787044 140733266518528 18446744073709551615 5576636 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=25994/tid=26004] ppid=25993 vsize=450764 CPUtime=102.2 cores=1,3,5,7
/proc/25994/task/26004/stat : 26004 (priss) R 25993 25993 25027 0 -1 4202560 16822 0 0 0 10207 13 0 0 25 0 5 0 516962968 461582336 70121 33554432000 4194304 5787044 140733266518528 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25994/tid=26005] ppid=25993 vsize=450764 CPUtime=101.85 cores=1,3,5,7
/proc/25994/task/26005/stat : 26005 (priss) R 25993 25993 25027 0 -1 4202560 18419 0 0 0 10174 11 0 0 25 0 5 0 516962970 461582336 70121 33554432000 4194304 5787044 140733266518528 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25994/tid=26007] ppid=25993 vsize=450764 CPUtime=102.16 cores=1,3,5,7

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

/proc/25994/task/26004/stat : 26004 (priss) R 25993 25993 25027 0 -1 4202560 53422 0 0 0 87896 73 0 0 25 0 5 0 516962968 1029505024 185847 33554432000 4194304 5787044 140733266518528 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25994/tid=26005] ppid=25993 vsize=1005376 CPUtime=881.63 cores=1,3,5,7
/proc/25994/task/26005/stat : 26005 (priss) R 25993 25993 25027 0 -1 4202560 39634 0 0 0 88123 40 0 0 25 0 5 0 516962970 1029505024 185847 33554432000 4194304 5787044 140733266518528 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=25994/tid=26007] ppid=25993 vsize=1005376 CPUtime=882.06 cores=1,3,5,7
/proc/25994/task/26007/stat : 26007 (priss) R 25993 25993 25027 0 -1 4202560 60735 0 0 0 88149 57 0 0 25 0 5 0 516962972 1029505024 185847 33554432000 4194304 5787044 140733266518528 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3523.9
Current children cumulated vsize (KiB) 1014076

[startup+942.3 s]
/proc/loadavg: 8.09 7.91 7.55 9/188 26035
/proc/meminfo: memFree=24803628/32951124 swapFree=67111364/67111528
[pid=25993] ppid=25991 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/25993/stat : 25993 (prissAuto.sh) S 25991 25993 25027 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 516962961 8908800 252 33554432000 4194304 4922060 140734358275648 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25993/statm: 2175 252 211 178 0 68 0
[pid=25994] ppid=25993 vsize=1006432 CPUtime=3763.49 cores=1,3,5,7
/proc/25994/stat : 25994 (priss) S 25993 25993 25027 0 -1 4202496 212097 0 0 0 376126 223 0 0 20 0 5 0 516962961 1030586368 193713 33554432000 4194304 5787044 140733266518528 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/25994/statm: 251608 193713 419 389 0 247358 0
[pid=25994/tid=26003] ppid=25993 vsize=1006432 CPUtime=940.36 cores=1,3,5,7
/proc/25994/task/26003/stat : 26003 (priss) R 25993 25993 25027 0 -1 4202560 43715 0 0 0 93996 40 0 0 25 0 5 0 516962967 1030586368 193713 33554432000 4194304 5787044 140733266518528 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25994/tid=26004] ppid=25993 vsize=1006432 CPUtime=939.67 cores=1,3,5,7
/proc/25994/task/26004/stat : 26004 (priss) R 25993 25993 25027 0 -1 4202560 55302 0 0 0 93891 76 0 0 25 0 5 0 516962968 1030586368 193713 33554432000 4194304 5787044 140733266518528 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25994/tid=26005] ppid=25993 vsize=1006432 CPUtime=941.3 cores=1,3,5,7
/proc/25994/task/26005/stat : 26005 (priss) R 25993 25993 25027 0 -1 4202560 41311 0 0 0 94086 44 0 0 25 0 5 0 516962970 1030586368 193713 33554432000 4194304 5787044 140733266518528 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=25994/tid=26007] ppid=25993 vsize=1006432 CPUtime=942.03 cores=1,3,5,7
/proc/25994/task/26007/stat : 26007 (priss) R 25993 25993 25027 0 -1 4202560 63065 0 0 0 94142 61 0 0 25 0 5 0 516962972 1030586368 193713 33554432000 4194304 5787044 140733266518528 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3763.49
Current children cumulated vsize (KiB) 1015132

[startup+1002.3 s]
/proc/loadavg: 8.14 7.96 7.58 9/188 26037
/proc/meminfo: memFree=24799604/32951124 swapFree=67111364/67111528
[pid=25993] ppid=25991 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/25993/stat : 25993 (prissAuto.sh) S 25991 25993 25027 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 516962961 8908800 252 33554432000 4194304 4922060 140734358275648 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25993/statm: 2175 252 211 178 0 68 0
[pid=25994] ppid=25993 vsize=1006432 CPUtime=4003.17 cores=1,3,5,7
/proc/25994/stat : 25994 (priss) S 25993 25993 25027 0 -1 4202496 212113 0 0 0 400093 224 0 0 20 0 5 0 516962961 1030586368 193729 33554432000 4194304 5787044 140733266518528 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/25994/statm: 251608 193729 419 389 0 247358 0
[pid=25994/tid=26003] ppid=25993 vsize=1006432 CPUtime=1000.36 cores=1,3,5,7
/proc/25994/task/26003/stat : 26003 (priss) R 25993 25993 25027 0 -1 4202560 43715 0 0 0 99996 40 0 0 25 0 5 0 516962967 1030586368 193729 33554432000 4194304 5787044 140733266518528 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25994/tid=26004] ppid=25993 vsize=1006432 CPUtime=999.67 cores=1,3,5,7
/proc/25994/task/26004/stat : 26004 (priss) R 25993 25993 25027 0 -1 4202560 55302 0 0 0 99891 76 0 0 25 0 5 0 516962968 1030586368 193729 33554432000 4194304 5787044 140733266518528 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25994/tid=26005] ppid=25993 vsize=1006432 CPUtime=1000.97 cores=1,3,5,7
/proc/25994/task/26005/stat : 26005 (priss) R 25993 25993 25027 0 -1 4202560 41327 0 0 0 100053 44 0 0 25 0 5 0 516962970 1030586368 193729 33554432000 4194304 5787044 140733266518528 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=25994/tid=26007] ppid=25993 vsize=1006432 CPUtime=1002.02 cores=1,3,5,7
/proc/25994/task/26007/stat : 26007 (priss) R 25993 25993 25027 0 -1 4202560 63065 0 0 0 100141 61 0 0 25 0 5 0 516962972 1030586368 193729 33554432000 4194304 5787044 140733266518528 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4003.17
Current children cumulated vsize (KiB) 1015132

[startup+1062.3 s]
/proc/loadavg: 8.15 7.99 7.61 9/188 26039
/proc/meminfo: memFree=24771032/32951124 swapFree=67111364/67111528
[pid=25993] ppid=25991 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/25993/stat : 25993 (prissAuto.sh) S 25991 25993 25027 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 516962961 8908800 252 33554432000 4194304 4922060 140734358275648 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25993/statm: 2175 252 211 178 0 68 0
[pid=25994] ppid=25993 vsize=1071968 CPUtime=4242.84 cores=1,3,5,7
/proc/25994/stat : 25994 (priss) S 25993 25993 25027 0 -1 4202496 214241 0 0 0 424056 228 0 0 20 0 5 0 516962961 1097695232 195857 33554432000 4194304 5787044 140733266518528 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/25994/statm: 267992 195857 419 389 0 263742 0
[pid=25994/tid=26003] ppid=25993 vsize=1071968 CPUtime=1060.36 cores=1,3,5,7
/proc/25994/task/26003/stat : 26003 (priss) R 25993 25993 25027 0 -1 4202560 43715 0 0 0 105996 40 0 0 25 0 5 0 516962967 1097695232 195857 33554432000 4194304 5787044 140733266518528 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25994/tid=26004] ppid=25993 vsize=1071968 CPUtime=1059.67 cores=1,3,5,7
/proc/25994/task/26004/stat : 26004 (priss) R 25993 25993 25027 0 -1 4202560 55303 0 0 0 105891 76 0 0 25 0 5 0 516962968 1097695232 195857 33554432000 4194304 5787044 140733266518528 18446744073709551615 5591603 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25994/tid=26005] ppid=25993 vsize=1071968 CPUtime=1060.65 cores=1,3,5,7
/proc/25994/task/26005/stat : 26005 (priss) R 25993 25993 25027 0 -1 4202560 43454 0 0 0 106017 48 0 0 25 0 5 0 516962970 1097695232 195857 33554432000 4194304 5787044 140733266518528 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=25994/tid=26007] ppid=25993 vsize=1071968 CPUtime=1062.02 cores=1,3,5,7
/proc/25994/task/26007/stat : 26007 (priss) R 25993 25993 25027 0 -1 4202560 63065 0 0 0 106141 61 0 0 25 0 5 0 516962972 1097695232 195857 33554432000 4194304 5787044 140733266518528 18446744073709551615 5528576 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4242.84
Current children cumulated vsize (KiB) 1080668

[startup+1122.3 s]
/proc/loadavg: 8.12 8.01 7.64 9/188 26040
/proc/meminfo: memFree=24709468/32951124 swapFree=67111364/67111528
[pid=25993] ppid=25991 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/25993/stat : 25993 (prissAuto.sh) S 25991 25993 25027 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 516962961 8908800 252 33554432000 4194304 4922060 140734358275648 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25993/statm: 2175 252 211 178 0 68 0
[pid=25994] ppid=25993 vsize=1071968 CPUtime=4482.5 cores=1,3,5,7
/proc/25994/stat : 25994 (priss) S 25993 25993 25027 0 -1 4202496 217623 0 0 0 448015 235 0 0 20 0 5 0 516962961 1097695232 199239 33554432000 4194304 5787044 140733266518528 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/25994/statm: 267992 199239 419 389 0 263742 0
[pid=25994/tid=26003] ppid=25993 vsize=1071968 CPUtime=1120.36 cores=1,3,5,7
/proc/25994/task/26003/stat : 26003 (priss) R 25993 25993 25027 0 -1 4202560 43721 0 0 0 111996 40 0 0 25 0 5 0 516962967 1097695232 199239 33554432000 4194304 5787044 140733266518528 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25994/tid=26004] ppid=25993 vsize=1071968 CPUtime=1119.67 cores=1,3,5,7
/proc/25994/task/26004/stat : 26004 (priss) R 25993 25993 25027 0 -1 4202560 55860 0 0 0 111890 77 0 0 25 0 5 0 516962968 1097695232 199239 33554432000 4194304 5787044 140733266518528 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25994/tid=26005] ppid=25993 vsize=1071968 CPUtime=1120.32 cores=1,3,5,7
/proc/25994/task/26005/stat : 26005 (priss) R 25993 25993 25027 0 -1 4202560 46272 0 0 0 111979 53 0 0 25 0 5 0 516962970 1097695232 199239 33554432000 4194304 5787044 140733266518528 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=25994/tid=26007] ppid=25993 vsize=1071968 CPUtime=1122.01 cores=1,3,5,7
/proc/25994/task/26007/stat : 26007 (priss) R 25993 25993 25027 0 -1 4202560 63066 0 0 0 112140 61 0 0 25 0 5 0 516962972 1097695232 199239 33554432000 4194304 5787044 140733266518528 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4482.5
Current children cumulated vsize (KiB) 1080668

[startup+1182.3 s]
/proc/loadavg: 8.17 8.03 7.67 9/188 26042
/proc/meminfo: memFree=24625232/32951124 swapFree=67111364/67111528
[pid=25993] ppid=25991 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/25993/stat : 25993 (prissAuto.sh) S 25991 25993 25027 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 516962961 8908800 252 33554432000 4194304 4922060 140734358275648 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25993/statm: 2175 252 211 178 0 68 0
[pid=25994] ppid=25993 vsize=1075148 CPUtime=4722.18 cores=1,3,5,7
/proc/25994/stat : 25994 (priss) S 25993 25993 25027 0 -1 4202496 223907 0 0 0 471971 247 0 0 20 0 5 0 516962961 1100951552 205523 33554432000 4194304 5787044 140733266518528 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/25994/statm: 268787 205523 419 389 0 264537 0
[pid=25994/tid=26003] ppid=25993 vsize=1075148 CPUtime=1180.37 cores=1,3,5,7
/proc/25994/task/26003/stat : 26003 (priss) R 25993 25993 25027 0 -1 4202560 44536 0 0 0 117996 41 0 0 25 0 5 0 516962967 1100951552 205523 33554432000 4194304 5787044 140733266518528 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25994/tid=26004] ppid=25993 vsize=1075148 CPUtime=1179.68 cores=1,3,5,7
/proc/25994/task/26004/stat : 26004 (priss) R 25993 25993 25027 0 -1 4202560 58812 0 0 0 117885 83 0 0 25 0 5 0 516962968 1100951552 205523 33554432000 4194304 5787044 140733266518528 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25994/tid=26005] ppid=25993 vsize=1075148 CPUtime=1179.99 cores=1,3,5,7
/proc/25994/task/26005/stat : 26005 (priss) R 25993 25993 25027 0 -1 4202560 48774 0 0 0 117940 59 0 0 25 0 5 0 516962970 1100951552 205523 33554432000 4194304 5787044 140733266518528 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=25994/tid=26007] ppid=25993 vsize=1075148 CPUtime=1182 cores=1,3,5,7
/proc/25994/task/26007/stat : 26007 (priss) R 25993 25993 25027 0 -1 4202560 63081 0 0 0 118139 61 0 0 25 0 5 0 516962972 1100951552 205523 33554432000 4194304 5787044 140733266518528 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4722.18
Current children cumulated vsize (KiB) 1083848



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.12 8.03 7.68 9/188 26042
/proc/meminfo: memFree=24596184/32951124 swapFree=67111364/67111528
[pid=25993] ppid=25991 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/25993/stat : 25993 (prissAuto.sh) S 25991 25993 25027 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 516962961 8908800 252 33554432000 4194304 4922060 140734358275648 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25993/statm: 2175 252 211 178 0 68 0
[pid=25994] ppid=25993 vsize=1078476 CPUtime=4800.09 cores=1,3,5,7
/proc/25994/stat : 25994 (priss) S 25993 25993 25027 0 -1 4202496 225744 0 0 0 479760 249 0 0 20 0 5 0 516962961 1104359424 207360 33554432000 4194304 5787044 140733266518528 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/25994/statm: 269619 207360 419 389 0 265369 0
[pid=25994/tid=26003] ppid=25993 vsize=1078476 CPUtime=1199.87 cores=1,3,5,7
/proc/25994/task/26003/stat : 26003 (priss) R 25993 25993 25027 0 -1 4202560 45375 0 0 0 119946 41 0 0 25 0 5 0 516962967 1104359424 207360 33554432000 4194304 5787044 140733266518528 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25994/tid=26004] ppid=25993 vsize=1078476 CPUtime=1199.18 cores=1,3,5,7
/proc/25994/task/26004/stat : 26004 (priss) R 25993 25993 25027 0 -1 4202560 58820 0 0 0 119835 83 0 0 25 0 5 0 516962968 1104359424 207360 33554432000 4194304 5787044 140733266518528 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25994/tid=26005] ppid=25993 vsize=1078476 CPUtime=1199.39 cores=1,3,5,7
/proc/25994/task/26005/stat : 26005 (priss) R 25993 25993 25027 0 -1 4202560 49496 0 0 0 119878 61 0 0 25 0 5 0 516962970 1104359424 207360 33554432000 4194304 5787044 140733266518528 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=25994/tid=26007] ppid=25993 vsize=1078476 CPUtime=1201.52 cores=1,3,5,7
/proc/25994/task/26007/stat : 26007 (priss) R 25993 25993 25027 0 -1 4202560 63349 0 0 0 120090 62 0 0 25 0 5 0 516962972 1104359424 207360 33554432000 4194304 5787044 140733266518528 18446744073709551615 5527019 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.09
Current children cumulated vsize (KiB) 1087176

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

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

[startup+1201.8 s]
/proc/loadavg: 8.12 8.03 7.68 9/188 26042
/proc/meminfo: memFree=24596184/32951124 swapFree=67111364/67111528
[pid=25993] ppid=25991 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/25993/stat : 25993 (prissAuto.sh) S 25991 25993 25027 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 516962961 8908800 252 33554432000 4194304 4922060 140734358275648 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25993/statm: 2175 252 211 178 0 68 0
[pid=25994] ppid=25993 vsize=1078476 CPUtime=4800.09 cores=1,3,5,7
/proc/25994/stat : 25994 (priss) S 25993 25993 25027 0 -1 4202496 225744 0 0 0 479760 249 0 0 20 0 5 0 516962961 1104359424 207360 33554432000 4194304 5787044 140733266518528 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/25994/statm: 269619 207360 419 389 0 265369 0
[pid=25994/tid=26003] ppid=25993 vsize=1078476 CPUtime=1199.87 cores=1,3,5,7
/proc/25994/task/26003/stat : 26003 (priss) R 25993 25993 25027 0 -1 4202560 45375 0 0 0 119946 41 0 0 25 0 5 0 516962967 1104359424 207360 33554432000 4194304 5787044 140733266518528 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25994/tid=26004] ppid=25993 vsize=1078476 CPUtime=1199.18 cores=1,3,5,7
/proc/25994/task/26004/stat : 26004 (priss) R 25993 25993 25027 0 -1 4202560 58820 0 0 0 119835 83 0 0 25 0 5 0 516962968 1104359424 207360 33554432000 4194304 5787044 140733266518528 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25994/tid=26005] ppid=25993 vsize=1078476 CPUtime=1199.39 cores=1,3,5,7
/proc/25994/task/26005/stat : 26005 (priss) R 25993 25993 25027 0 -1 4202560 49496 0 0 0 119878 61 0 0 25 0 5 0 516962970 1104359424 207360 33554432000 4194304 5787044 140733266518528 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=25994/tid=26007] ppid=25993 vsize=1078476 CPUtime=1201.52 cores=1,3,5,7
/proc/25994/task/26007/stat : 26007 (priss) R 25993 25993 25027 0 -1 4202560 63349 0 0 0 120090 62 0 0 25 0 5 0 516962972 1104359424 207360 33554432000 4194304 5787044 140733266518528 18446744073709551615 5527019 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.09
Current children cumulated vsize (KiB) 1087176

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.82
CPU time (s): 4800.09
CPU user time (s): 4797.6
CPU system time (s): 2.49
CPU usage (%): 399.402
Max. virtual memory (cumulated for all children) (KiB): 1087176

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.69874 second user time and 4.87126 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-29 07:07:30
IDJOB=3289756
IDBENCH=83135
IDSOLVER=1602
FILE ID=node136/3289756-1304053650
RUNJOBID= node136-1304053650-25980
PBS_JOBID= 13170391
Free space on /tmp= 72332 MiB

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

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

MD5SUM BENCH= e6407843d1fbd00b68d4ad600a25dfb2
RANDOM SEED=1992331320

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26277036 kB
Buffers:       1057184 kB
Cached:        4998460 kB
SwapCached:        100 kB
Active:         676740 kB
Inactive:      5446476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26277036 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            7036 kB
Writeback:           0 kB
AnonPages:       67780 kB
Mapped:          14396 kB
Slab:           485956 kB
PageTables:       4576 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   192288 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= 72328 MiB
End job on node136 at 2011-04-29 07:27:34