Trace number 3288882

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

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom15.cnf
MD5SUM1f0914c6141fdba914b73575a12b918a
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 variables25972
Number of clauses86411
Sum of the clauses size219707
Maximum clause length879
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 245193
Number of clauses of size 340753
Number of clauses of size 4119
Number of clauses of size 513
Number of clauses of size over 5332

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: 525
0.00/0.00	c setup for 4cores
0.00/0.02	c parsetime: 23470us
0.00/0.02	c parsed 86411 clauses with 25972 variables
0.00/0.03	c NW started thread 0 successfully (1101613376)
0.00/0.03	c NW started thread 1 successfully (1089653056)
0.00/0.04	c NW started thread 2 successfully (1113037120)
0.00/0.06	c NW started thread 3 successfully (1123526976)
0.00/0.66	c preprocessor returned c preprocessor returned 25972 variables25972 variables
0.00/0.66	c preprocessing returned UNKNOWN
0.00/0.66	
0.00/0.66	c preprocessing returned UNKNOWN
0.00/0.66	c PP set 972 variables
0.00/0.66	c pp time: 600716c PP set 972 variablesus (0s)
0.00/0.66	
0.00/0.66	c pp time: 603989us (0s)
0.00/0.66	c preprocessor returned 25972 variables
0.00/0.66	c preprocessing returned UNKNOWN
0.00/0.66	c PP set 972 variables
0.00/0.66	c pp time: 592380us (0s)
7.41/1.98	c preprocessor returned 30002 variables
7.41/1.98	c preprocessing returned UNKNOWN
7.41/1.98	c PP set 972 variables
7.41/1.98	c pp time: 1911189us (1s)
7.81/2.07	c HTE
8.21/2.10	c subsumption
8.21/2.13	c simplified formula contains 0 unit clauses
13.80/3.59	c added unsatisfied clause
13.80/3.59	c failed to add network clauses
104.07/26.13	c HTE
107.27/26.99	c subsumption
121.24/30.41	c simplified formula contains 0 unit clauses
253.45/63.53	c added unsatisfied clause
253.45/63.53	c failed to add network clauses
355.31/89.04	c received clause contains eliminated literal 3878
513.88/128.70	c received clause contains eliminated literal 3793
1562.04/391.17	c added unsatisfied clause
1562.04/391.17	c failed to add network clauses
1598.79/400.32	c added unsatisfied clause
1598.79/400.32	c failed to add network clauses
1681.47/421.09	c added unsatisfied clause
1681.47/421.09	c failed to add network clauses

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3288882-1304051777/watcher-3288882-1304051777 -o /tmp/evaluation-result-3288882-1304051777/solver-3288882-1304051777 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3288882-1304051777.cnf 581522475 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: 8.05 8.10 8.09 6/182 524
/proc/meminfo: memFree=22261636/32950928 swapFree=67071984/67111528
[pid=524] ppid=522 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/524/stat : 524 (prissAuto.sh) S 522 524 30862 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 595408386 8908800 252 33554432000 4194304 4922060 140735372920224 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/524/statm: 2175 252 211 178 0 68 0

[startup+0.024228 s]
/proc/loadavg: 8.05 8.10 8.09 6/182 524
/proc/meminfo: memFree=22261636/32950928 swapFree=67071984/67111528
[pid=524] ppid=522 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/524/stat : 524 (prissAuto.sh) S 522 524 30862 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 595408386 8908800 252 33554432000 4194304 4922060 140735372920224 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/524/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.1042 s]
/proc/loadavg: 8.05 8.10 8.09 6/182 524
/proc/meminfo: memFree=22261636/32950928 swapFree=67071984/67111528
[pid=524] ppid=522 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/524/stat : 524 (prissAuto.sh) S 522 524 30862 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 595408386 8908800 252 33554432000 4194304 4922060 140735372920224 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/524/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.795969 s]
/proc/loadavg: 8.05 8.10 8.09 6/182 524
/proc/meminfo: memFree=22261636/32950928 swapFree=67071984/67111528
[pid=524] ppid=522 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/524/stat : 524 (prissAuto.sh) S 522 524 30862 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 595408386 8908800 252 33554432000 4194304 4922060 140735372920224 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/524/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.801217 s]
/proc/loadavg: 8.05 8.10 8.09 6/182 524
/proc/meminfo: memFree=22261636/32950928 swapFree=67071984/67111528
[pid=524] ppid=522 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/524/stat : 524 (prissAuto.sh) S 522 524 30862 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 595408386 8908800 252 33554432000 4194304 4922060 140735372920224 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/524/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50696 s]
/proc/loadavg: 8.05 8.10 8.09 10/188 530
/proc/meminfo: memFree=22164736/32950928 swapFree=67071984/67111528
[pid=524] ppid=522 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/524/stat : 524 (prissAuto.sh) S 522 524 30862 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 595408386 8908800 252 33554432000 4194304 4922060 140735372920224 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/524/statm: 2175 252 211 178 0 68 0
[pid=525] ppid=524 vsize=318144 CPUtime=5.84 cores=1,3,5,7
/proc/525/stat : 525 (priss) S 524 524 30862 0 -1 4202496 32243 0 0 0 571 13 0 0 18 0 5 0 595408387 325779456 24470 33554432000 4194304 5787044 140737481414000 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/525/statm: 79536 24470 405 389 0 75286 0
[pid=525/tid=527] ppid=524 vsize=318144 CPUtime=1.45 cores=1,3,5,7
/proc/525/task/527/stat : 527 (priss) R 524 524 30862 0 -1 4202560 7132 0 0 0 142 3 0 0 20 0 5 0 595408390 325779456 24470 33554432000 4194304 5787044 140737481414000 18446744073709551615 260905055265 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=525/tid=528] ppid=524 vsize=318144 CPUtime=1.44 cores=1,3,5,7
/proc/525/task/528/stat : 528 (priss) R 524 524 30862 0 -1 4202560 8349 0 0 0 142 2 0 0 19 0 5 0 595408390 325779456 24470 33554432000 4194304 5787044 140737481414000 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=525/tid=529] ppid=524 vsize=318144 CPUtime=1.44 cores=1,3,5,7
/proc/525/task/529/stat : 529 (priss) R 524 524 30862 0 -1 4202560 6355 0 0 0 141 3 0 0 20 0 5 0 595408391 325779456 24470 33554432000 4194304 5787044 140737481414000 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=525/tid=530] ppid=524 vsize=318144 CPUtime=1.41 cores=1,3,5,7
/proc/525/task/530/stat : 530 (priss) R 524 524 30862 0 -1 4202560 5385 0 0 0 139 2 0 0 19 0 5 0 595408393 325779456 24470 33554432000 4194304 5787044 140737481414000 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.84
Current children cumulated vsize (KiB) 326844

[startup+3.10067 s]
/proc/loadavg: 8.05 8.10 8.08 9/188 530
/proc/meminfo: memFree=22155888/32950928 swapFree=67071984/67111528
[pid=524] ppid=522 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/524/stat : 524 (prissAuto.sh) S 522 524 30862 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 595408386 8908800 252 33554432000 4194304 4922060 140735372920224 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/524/statm: 2175 252 211 178 0 68 0
[pid=525] ppid=524 vsize=318144 CPUtime=12.2 cores=1,3,5,7
/proc/525/stat : 525 (priss) S 524 524 30862 0 -1 4202496 35462 0 0 0 1206 14 0 0 18 0 5 0 595408387 325779456 26619 33554432000 4194304 5787044 140737481414000 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/525/statm: 79536 26619 419 389 0 75286 0
[pid=525/tid=527] ppid=524 vsize=318144 CPUtime=3.04 cores=1,3,5,7
/proc/525/task/527/stat : 527 (priss) R 524 524 30862 0 -1 4202560 7193 0 0 0 301 3 0 0 25 0 5 0 595408390 325779456 26619 33554432000 4194304 5787044 140737481414000 18446744073709551615 5588182 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=525/tid=528] ppid=524 vsize=318144 CPUtime=3.05 cores=1,3,5,7
/proc/525/task/528/stat : 528 (priss) R 524 524 30862 0 -1 4202560 8457 0 0 0 302 3 0 0 22 0 5 0 595408390 325779456 26619 33554432000 4194304 5787044 140737481414000 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=525/tid=529] ppid=524 vsize=318144 CPUtime=3.03 cores=1,3,5,7
/proc/525/task/529/stat : 529 (priss) R 524 524 30862 0 -1 4202560 6463 0 0 0 300 3 0 0 25 0 5 0 595408391 325779456 26619 33554432000 4194304 5787044 140737481414000 18446744073709551615 4220930 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=525/tid=530] ppid=524 vsize=318144 CPUtime=3 cores=1,3,5,7
/proc/525/task/530/stat : 530 (priss) R 524 524 30862 0 -1 4202560 8327 0 0 0 297 3 0 0 25 0 5 0 595408393 325779456 26619 33554432000 4194304 5787044 140737481414000 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.2
Current children cumulated vsize (KiB) 326844

[startup+6.30109 s]
/proc/loadavg: 8.05 8.10 8.08 9/188 530
/proc/meminfo: memFree=22153080/32950928 swapFree=67071984/67111528
[pid=524] ppid=522 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/524/stat : 524 (prissAuto.sh) S 522 524 30862 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 595408386 8908800 252 33554432000 4194304 4922060 140735372920224 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/524/statm: 2175 252 211 178 0 68 0
[pid=525] ppid=524 vsize=318144 CPUtime=24.99 cores=1,3,5,7
/proc/525/stat : 525 (priss) S 524 524 30862 0 -1 4202496 35989 0 0 0 2484 15 0 0 18 0 5 0 595408387 325779456 27146 33554432000 4194304 5787044 140737481414000 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/525/statm: 79536 27146 419 389 0 75286 0
[pid=525/tid=527] ppid=524 vsize=318144 CPUtime=6.24 cores=1,3,5,7
/proc/525/task/527/stat : 527 (priss) R 524 524 30862 0 -1 4202560 7315 0 0 0 621 3 0 0 25 0 5 0 595408390 325779456 27146 33554432000 4194304 5787044 140737481414000 18446744073709551615 5588126 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=525/tid=528] ppid=524 vsize=318144 CPUtime=6.24 cores=1,3,5,7
/proc/525/task/528/stat : 528 (priss) R 524 524 30862 0 -1 4202560 8670 0 0 0 621 3 0 0 25 0 5 0 595408390 325779456 27146 33554432000 4194304 5787044 140737481414000 18446744073709551615 5590350 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=525/tid=529] ppid=524 vsize=318144 CPUtime=6.23 cores=1,3,5,7
/proc/525/task/529/stat : 529 (priss) R 524 524 30862 0 -1 4202560 6616 0 0 0 620 3 0 0 25 0 5 0 595408391 325779456 27146 33554432000 4194304 5787044 140737481414000 18446744073709551615 5592322 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=525/tid=530] ppid=524 vsize=318144 CPUtime=6.19 cores=1,3,5,7
/proc/525/task/530/stat : 530 (priss) R 524 524 30862 0 -1 4202560 8366 0 0 0 616 3 0 0 25 0 5 0 595408393 325779456 27146 33554432000 4194304 5787044 140737481414000 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.99
Current children cumulated vsize (KiB) 326844

[startup+12.7009 s]
/proc/loadavg: 8.04 8.10 8.08 9/188 530
/proc/meminfo: memFree=22146408/32950928 swapFree=67071984/67111528
[pid=524] ppid=522 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/524/stat : 524 (prissAuto.sh) S 522 524 30862 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 595408386 8908800 252 33554432000 4194304 4922060 140735372920224 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/524/statm: 2175 252 211 178 0 68 0
[pid=525] ppid=524 vsize=319744 CPUtime=50.55 cores=1,3,5,7
/proc/525/stat : 525 (priss) S 524 524 30862 0 -1 4202496 37453 0 0 0 5038 17 0 0 18 0 5 0 595408387 327417856 28610 33554432000 4194304 5787044 140737481414000 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/525/statm: 79936 28610 419 389 0 75686 0
[pid=525/tid=527] ppid=524 vsize=319744 CPUtime=12.65 cores=1,3,5,7
/proc/525/task/527/stat : 527 (priss) R 524 524 30862 0 -1 4202560 7644 0 0 0 1261 4 0 0 25 0 5 0 595408390 327417856 28610 33554432000 4194304 5787044 140737481414000 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=525/tid=528] ppid=524 vsize=319744 CPUtime=12.64 cores=1,3,5,7
/proc/525/task/528/stat : 528 (priss) R 524 524 30862 0 -1 4202560 8921 0 0 0 1261 3 0 0 25 0 5 0 595408390 327417856 28610 33554432000 4194304 5787044 140737481414000 18446744073709551615 4254531 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=525/tid=529] ppid=524 vsize=319744 CPUtime=12.63 cores=1,3,5,7
/proc/525/task/529/stat : 529 (priss) R 524 524 30862 0 -1 4202560 6990 0 0 0 1260 3 0 0 25 0 5 0 595408391 327417856 28610 33554432000 4194304 5787044 140737481414000 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=525/tid=530] ppid=524 vsize=319744 CPUtime=12.55 cores=1,3,5,7
/proc/525/task/530/stat : 530 (priss) R 524 524 30862 0 -1 4202560 8876 0 0 0 1251 4 0 0 25 0 5 0 595408393 327417856 28610 33554432000 4194304 5787044 140737481414000 18446744073709551615 4254712 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 328444

[startup+25.5006 s]
/proc/loadavg: 8.11 8.11 8.09 9/188 530
/proc/meminfo: memFree=22125828/32950928 swapFree=67071984/67111528
[pid=524] ppid=522 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/524/stat : 524 (prissAuto.sh) S 522 524 30862 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 595408386 8908800 252 33554432000 4194304 4922060 140735372920224 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/524/statm: 2175 252 211 178 0 68 0
[pid=525] ppid=524 vsize=327712 CPUtime=101.68 cores=1,3,5,7
/proc/525/stat : 525 (priss) S 524 524 30862 0 -1 4202496 42639 0 0 0 10144 24 0 0 18 0 5 0 595408387 335577088 33796 33554432000 4194304 5787044 140737481414000 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/525/statm: 81928 33796 419 389 0 77678 0
[pid=525/tid=527] ppid=524 vsize=327712 CPUtime=25.45 cores=1,3,5,7
/proc/525/task/527/stat : 527 (priss) R 524 524 30862 0 -1 4202560 8895 0 0 0 2539 6 0 0 25 0 5 0 595408390 335577088 33796 33554432000 4194304 5787044 140737481414000 18446744073709551615 5590268 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=525/tid=528] ppid=524 vsize=327712 CPUtime=25.44 cores=1,3,5,7
/proc/525/task/528/stat : 528 (priss) R 524 524 30862 0 -1 4202560 9658 0 0 0 2540 4 0 0 25 0 5 0 595408390 335577088 33796 33554432000 4194304 5787044 140737481414000 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=525/tid=529] ppid=524 vsize=327712 CPUtime=25.43 cores=1,3,5,7
/proc/525/task/529/stat : 529 (priss) R 524 524 30862 0 -1 4202560 8103 0 0 0 2538 5 0 0 25 0 5 0 595408391 335577088 33796 33554432000 4194304 5787044 140737481414000 18446744073709551615 4227995 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=525/tid=530] ppid=524 vsize=327712 CPUtime=25.29 cores=1,3,5,7
/proc/525/task/530/stat : 530 (priss) R 524 524 30862 0 -1 4202560 10961 0 0 0 2522 7 0 0 25 0 5 0 595408393 335577088 33796 33554432000 4194304 5787044 140737481414000 18446744073709551615 5528404 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 336412

[startup+51.1009 s]
/proc/loadavg: 8.07 8.10 8.09 9/188 531
/proc/meminfo: memFree=22088716/32950928 swapFree=67071984/67111528
[pid=524] ppid=522 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/524/stat : 524 (prissAuto.sh) S 522 524 30862 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 595408386 8908800 252 33554432000 4194304 4922060 140735372920224 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/524/statm: 2175 252 211 178 0 68 0
[pid=525] ppid=524 vsize=340372 CPUtime=203.92 cores=1,3,5,7
/proc/525/stat : 525 (priss) S 524 524 30862 0 -1 4202496 51185 0 0 0 20361 31 0 0 18 0 5 0 595408387 348540928 42011 33554432000 4194304 5787044 140737481414000 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/525/statm: 85093 42011 419 389 0 80843 0
[pid=525/tid=527] ppid=524 vsize=340372 CPUtime=51.04 cores=1,3,5,7
/proc/525/task/527/stat : 527 (priss) R 524 524 30862 0 -1 4202560 10209 0 0 0 5096 8 0 0 25 0 5 0 595408390 348540928 42011 33554432000 4194304 5787044 140737481414000 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=525/tid=528] ppid=524 vsize=340372 CPUtime=51.03 cores=1,3,5,7
/proc/525/task/528/stat : 528 (priss) R 524 524 30862 0 -1 4202560 10350 0 0 0 5098 5 0 0 25 0 5 0 595408390 348540928 42011 33554432000 4194304 5787044 140737481414000 18446744073709551615 4220264 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=525/tid=529] ppid=524 vsize=340372 CPUtime=51.02 cores=1,3,5,7
/proc/525/task/529/stat : 529 (priss) R 524 524 30862 0 -1 4202560 9974 0 0 0 5096 6 0 0 25 0 5 0 595408391 348540928 42011 33554432000 4194304 5787044 140737481414000 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=525/tid=530] ppid=524 vsize=340372 CPUtime=50.73 cores=1,3,5,7
/proc/525/task/530/stat : 530 (priss) R 524 524 30862 0 -1 4202560 15630 0 0 0 5064 9 0 0 25 0 5 0 595408393 348540928 42011 33554432000 4194304 5787044 140737481414000 18446744073709551615 5527137 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.92
Current children cumulated vsize (KiB) 349072

[startup+102.3 s]
/proc/loadavg: 8.08 8.10 8.09 9/188 532
/proc/meminfo: memFree=22047296/32950928 swapFree=67071984/67111528
[pid=524] ppid=522 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/524/stat : 524 (prissAuto.sh) S 522 524 30862 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 595408386 8908800 252 33554432000 4194304 4922060 140735372920224 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/524/statm: 2175 252 211 178 0 68 0
[pid=525] ppid=524 vsize=354060 CPUtime=408.43 cores=1,3,5,7
/proc/525/stat : 525 (priss) S 524 524 30862 0 -1 4202496 60408 0 0 0 40800 43 0 0 18 0 5 0 595408387 362557440 51167 33554432000 4194304 5787044 140737481414000 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/525/statm: 88515 51167 419 389 0 84265 0
[pid=525/tid=527] ppid=524 vsize=354060 CPUtime=102.23 cores=1,3,5,7
/proc/525/task/527/stat : 527 (priss) R 524 524 30862 0 -1 4202560 12234 0 0 0 10212 11 0 0 25 0 5 0 595408390 362557440 51167 33554432000 4194304 5787044 140737481414000 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=525/tid=528] ppid=524 vsize=354060 CPUtime=102.22 cores=1,3,5,7
/proc/525/task/528/stat : 528 (priss) R 524 524 30862 0 -1 4202560 12688 0 0 0 10214 8 0 0 25 0 5 0 595408390 362557440 51167 33554432000 4194304 5787044 140737481414000 18446744073709551615 5591309 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=525/tid=529] ppid=524 vsize=354060 CPUtime=102.23 cores=1,3,5,7
/proc/525/task/529/stat : 529 (priss) R 524 524 30862 0 -1 4202560 13813 0 0 0 10212 11 0 0 25 0 5 0 595408391 362557440 51167 33554432000 4194304 5787044 140737481414000 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=525/tid=530] ppid=524 vsize=354060 CPUtime=101.65 cores=1,3,5,7

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

/proc/525/task/528/stat : 528 (priss) R 524 524 30862 0 -1 4202560 27374 0 0 0 88192 29 0 0 25 0 5 0 595408390 654434304 112248 33554432000 4194304 5787044 140737481414000 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=525/tid=529] ppid=524 vsize=639096 CPUtime=882.23 cores=1,3,5,7
/proc/525/task/529/stat : 529 (priss) R 524 524 30862 0 -1 4202560 24449 0 0 0 88198 25 0 0 25 0 5 0 595408391 654434304 112248 33554432000 4194304 5787044 140737481414000 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=525/tid=530] ppid=524 vsize=639096 CPUtime=877.4 cores=1,3,5,7
/proc/525/task/530/stat : 530 (priss) R 524 524 30862 0 -1 4202560 36736 0 0 0 87701 39 0 0 25 0 5 0 595408393 654434304 112248 33554432000 4194304 5787044 140737481414000 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.17
Current children cumulated vsize (KiB) 647796

[startup+942.301 s]
/proc/loadavg: 8.04 8.10 8.08 9/188 591
/proc/meminfo: memFree=22631668/32950928 swapFree=67071984/67111528
[pid=524] ppid=522 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/524/stat : 524 (prissAuto.sh) S 522 524 30862 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 595408386 8908800 252 33554432000 4194304 4922060 140735372920224 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/524/statm: 2175 252 211 178 0 68 0
[pid=525] ppid=524 vsize=651464 CPUtime=3763.84 cores=1,3,5,7
/proc/525/stat : 525 (priss) S 524 524 30862 0 -1 4202496 131091 0 0 0 376239 145 0 0 18 0 5 0 595408387 667099136 120977 33554432000 4194304 5787044 140737481414000 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/525/statm: 162866 120977 419 389 0 158616 0
[pid=525/tid=527] ppid=524 vsize=651464 CPUtime=942.24 cores=1,3,5,7
/proc/525/task/527/stat : 527 (priss) R 524 524 30862 0 -1 4202560 31106 0 0 0 94183 41 0 0 25 0 5 0 595408390 667099136 120977 33554432000 4194304 5787044 140737481414000 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=525/tid=528] ppid=524 vsize=651464 CPUtime=942.21 cores=1,3,5,7
/proc/525/task/528/stat : 528 (priss) R 524 524 30862 0 -1 4202560 30283 0 0 0 94190 31 0 0 25 0 5 0 595408390 667099136 120977 33554432000 4194304 5787044 140737481414000 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=525/tid=529] ppid=524 vsize=651464 CPUtime=942.23 cores=1,3,5,7
/proc/525/task/529/stat : 529 (priss) R 524 524 30862 0 -1 4202560 26261 0 0 0 94195 28 0 0 25 0 5 0 595408391 667099136 120977 33554432000 4194304 5787044 140737481414000 18446744073709551615 5592012 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=525/tid=530] ppid=524 vsize=651464 CPUtime=937.08 cores=1,3,5,7
/proc/525/task/530/stat : 530 (priss) R 524 524 30862 0 -1 4202560 38419 0 0 0 93665 43 0 0 25 0 5 0 595408393 667099136 120977 33554432000 4194304 5787044 140737481414000 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3763.84
Current children cumulated vsize (KiB) 660164

[startup+1002.3 s]
/proc/loadavg: 8.01 8.08 8.08 9/188 592
/proc/meminfo: memFree=22582644/32950928 swapFree=67071984/67111528
[pid=524] ppid=522 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/524/stat : 524 (prissAuto.sh) S 522 524 30862 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 595408386 8908800 252 33554432000 4194304 4922060 140735372920224 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/524/statm: 2175 252 211 178 0 68 0
[pid=525] ppid=524 vsize=662712 CPUtime=4003.52 cores=1,3,5,7
/proc/525/stat : 525 (priss) S 524 524 30862 0 -1 4202496 139308 0 0 0 400196 156 0 0 18 0 5 0 595408387 678617088 129194 33554432000 4194304 5787044 140737481414000 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/525/statm: 165678 129194 419 389 0 161428 0
[pid=525/tid=527] ppid=524 vsize=662712 CPUtime=1002.24 cores=1,3,5,7
/proc/525/task/527/stat : 527 (priss) R 524 524 30862 0 -1 4202560 33176 0 0 0 100180 44 0 0 25 0 5 0 595408390 678617088 129194 33554432000 4194304 5787044 140737481414000 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=525/tid=528] ppid=524 vsize=662712 CPUtime=1002.21 cores=1,3,5,7
/proc/525/task/528/stat : 528 (priss) R 524 524 30862 0 -1 4202560 32749 0 0 0 100187 34 0 0 25 0 5 0 595408390 678617088 129194 33554432000 4194304 5787044 140737481414000 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=525/tid=529] ppid=524 vsize=662712 CPUtime=1002.23 cores=1,3,5,7
/proc/525/task/529/stat : 529 (priss) R 524 524 30862 0 -1 4202560 27963 0 0 0 100192 31 0 0 25 0 5 0 595408391 678617088 129194 33554432000 4194304 5787044 140737481414000 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=525/tid=530] ppid=524 vsize=662712 CPUtime=996.75 cores=1,3,5,7
/proc/525/task/530/stat : 530 (priss) R 524 524 30862 0 -1 4202560 40398 0 0 0 99630 45 0 0 25 0 5 0 595408393 678617088 129194 33554432000 4194304 5787044 140737481414000 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.52
Current children cumulated vsize (KiB) 671412

[startup+1062.3 s]
/proc/loadavg: 8.00 8.06 8.07 9/188 604
/proc/meminfo: memFree=22559436/32950928 swapFree=67071984/67111528
[pid=524] ppid=522 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/524/stat : 524 (prissAuto.sh) S 522 524 30862 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 595408386 8908800 252 33554432000 4194304 4922060 140735372920224 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/524/statm: 2175 252 211 178 0 68 0
[pid=525] ppid=524 vsize=671176 CPUtime=4243.18 cores=1,3,5,7
/proc/525/stat : 525 (priss) S 524 524 30862 0 -1 4202496 142657 0 0 0 424160 158 0 0 18 0 5 0 595408387 687284224 131931 33554432000 4194304 5787044 140737481414000 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/525/statm: 167794 131931 419 389 0 163544 0
[pid=525/tid=527] ppid=524 vsize=671176 CPUtime=1062.24 cores=1,3,5,7
/proc/525/task/527/stat : 527 (priss) R 524 524 30862 0 -1 4202560 33793 0 0 0 106179 45 0 0 25 0 5 0 595408390 687284224 131931 33554432000 4194304 5787044 140737481414000 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=525/tid=528] ppid=524 vsize=671176 CPUtime=1062.21 cores=1,3,5,7
/proc/525/task/528/stat : 528 (priss) R 524 524 30862 0 -1 4202560 33038 0 0 0 106187 34 0 0 25 0 5 0 595408390 687284224 131931 33554432000 4194304 5787044 140737481414000 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=525/tid=529] ppid=524 vsize=671176 CPUtime=1062.22 cores=1,3,5,7
/proc/525/task/529/stat : 529 (priss) R 524 524 30862 0 -1 4202560 29545 0 0 0 106191 31 0 0 25 0 5 0 595408391 687284224 131931 33554432000 4194304 5787044 140737481414000 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=525/tid=530] ppid=524 vsize=671176 CPUtime=1056.42 cores=1,3,5,7
/proc/525/task/530/stat : 530 (priss) R 524 524 30862 0 -1 4202560 41259 0 0 0 105597 45 0 0 25 0 5 0 595408393 687284224 131931 33554432000 4194304 5787044 140737481414000 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.18
Current children cumulated vsize (KiB) 679876

[startup+1122.3 s]
/proc/loadavg: 8.00 8.05 8.07 9/188 606
/proc/meminfo: memFree=22552336/32950928 swapFree=67071984/67111528
[pid=524] ppid=522 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/524/stat : 524 (prissAuto.sh) S 522 524 30862 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 595408386 8908800 252 33554432000 4194304 4922060 140735372920224 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/524/statm: 2175 252 211 178 0 68 0
[pid=525] ppid=524 vsize=671624 CPUtime=4482.87 cores=1,3,5,7
/proc/525/stat : 525 (priss) S 524 524 30862 0 -1 4202496 143490 0 0 0 448128 159 0 0 18 0 5 0 595408387 687742976 132559 33554432000 4194304 5787044 140737481414000 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/525/statm: 167906 132559 419 389 0 163656 0
[pid=525/tid=527] ppid=524 vsize=671624 CPUtime=1122.25 cores=1,3,5,7
/proc/525/task/527/stat : 527 (priss) R 524 524 30862 0 -1 4202560 33793 0 0 0 112180 45 0 0 25 0 5 0 595408390 687742976 132559 33554432000 4194304 5787044 140737481414000 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=525/tid=528] ppid=524 vsize=671624 CPUtime=1122.21 cores=1,3,5,7
/proc/525/task/528/stat : 528 (priss) R 524 524 30862 0 -1 4202560 33039 0 0 0 112187 34 0 0 25 0 5 0 595408390 687742976 132559 33554432000 4194304 5787044 140737481414000 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=525/tid=529] ppid=524 vsize=671624 CPUtime=1122.23 cores=1,3,5,7
/proc/525/task/529/stat : 529 (priss) R 524 524 30862 0 -1 4202560 29545 0 0 0 112192 31 0 0 25 0 5 0 595408391 687742976 132559 33554432000 4194304 5787044 140737481414000 18446744073709551615 4219838 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=525/tid=530] ppid=524 vsize=671624 CPUtime=1116.1 cores=1,3,5,7
/proc/525/task/530/stat : 530 (priss) R 524 524 30862 0 -1 4202560 42091 0 0 0 111564 46 0 0 25 0 5 0 595408393 687742976 132559 33554432000 4194304 5787044 140737481414000 18446744073709551615 5521952 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4482.87
Current children cumulated vsize (KiB) 680324

[startup+1182.3 s]
/proc/loadavg: 8.00 8.04 8.06 9/188 607
/proc/meminfo: memFree=22551672/32950928 swapFree=67071984/67111528
[pid=524] ppid=522 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/524/stat : 524 (prissAuto.sh) S 522 524 30862 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 595408386 8908800 252 33554432000 4194304 4922060 140735372920224 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/524/statm: 2175 252 211 178 0 68 0
[pid=525] ppid=524 vsize=672744 CPUtime=4722.54 cores=1,3,5,7
/proc/525/stat : 525 (priss) S 524 524 30862 0 -1 4202496 143739 0 0 0 472094 160 0 0 18 0 5 0 595408387 688889856 132808 33554432000 4194304 5787044 140737481414000 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/525/statm: 168186 132808 419 389 0 163936 0
[pid=525/tid=527] ppid=524 vsize=672744 CPUtime=1182.24 cores=1,3,5,7
/proc/525/task/527/stat : 527 (priss) R 524 524 30862 0 -1 4202560 33793 0 0 0 118179 45 0 0 25 0 5 0 595408390 688889856 132808 33554432000 4194304 5787044 140737481414000 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=525/tid=528] ppid=524 vsize=672744 CPUtime=1182.2 cores=1,3,5,7
/proc/525/task/528/stat : 528 (priss) R 524 524 30862 0 -1 4202560 33287 0 0 0 118186 34 0 0 25 0 5 0 595408390 688889856 132808 33554432000 4194304 5787044 140737481414000 18446744073709551615 5591532 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=525/tid=529] ppid=524 vsize=672744 CPUtime=1182.23 cores=1,3,5,7
/proc/525/task/529/stat : 529 (priss) R 524 524 30862 0 -1 4202560 29545 0 0 0 118191 32 0 0 25 0 5 0 595408391 688889856 132808 33554432000 4194304 5787044 140737481414000 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=525/tid=530] ppid=524 vsize=672744 CPUtime=1175.76 cores=1,3,5,7
/proc/525/task/530/stat : 530 (priss) R 524 524 30862 0 -1 4202560 42092 0 0 0 117530 46 0 0 25 0 5 0 595408393 688889856 132808 33554432000 4194304 5787044 140737481414000 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.54
Current children cumulated vsize (KiB) 681444



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.00 8.04 8.06 9/188 608
/proc/meminfo: memFree=22551532/32950928 swapFree=67071984/67111528
[pid=524] ppid=522 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/524/stat : 524 (prissAuto.sh) S 522 524 30862 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 595408386 8908800 252 33554432000 4194304 4922060 140735372920224 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/524/statm: 2175 252 211 178 0 68 0
[pid=525] ppid=524 vsize=672744 CPUtime=4800.04 cores=1,3,5,7
/proc/525/stat : 525 (priss) S 524 524 30862 0 -1 4202496 143742 0 0 0 479844 160 0 0 18 0 5 0 595408387 688889856 132811 33554432000 4194304 5787044 140737481414000 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/525/statm: 168186 132811 419 389 0 163936 0
[pid=525/tid=527] ppid=524 vsize=672744 CPUtime=1201.65 cores=1,3,5,7
/proc/525/task/527/stat : 527 (priss) R 524 524 30862 0 -1 4202560 33794 0 0 0 120120 45 0 0 25 0 5 0 595408390 688889856 132811 33554432000 4194304 5787044 140737481414000 18446744073709551615 5592125 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=525/tid=528] ppid=524 vsize=672744 CPUtime=1201.61 cores=1,3,5,7
/proc/525/task/528/stat : 528 (priss) R 524 524 30862 0 -1 4202560 33289 0 0 0 120127 34 0 0 25 0 5 0 595408390 688889856 132811 33554432000 4194304 5787044 140737481414000 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=525/tid=529] ppid=524 vsize=672744 CPUtime=1201.64 cores=1,3,5,7
/proc/525/task/529/stat : 529 (priss) R 524 524 30862 0 -1 4202560 29545 0 0 0 120132 32 0 0 25 0 5 0 595408391 688889856 132811 33554432000 4194304 5787044 140737481414000 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=525/tid=530] ppid=524 vsize=672744 CPUtime=1195.06 cores=1,3,5,7
/proc/525/task/530/stat : 530 (priss) R 524 524 30862 0 -1 4202560 42092 0 0 0 119460 46 0 0 25 0 5 0 595408393 688889856 132811 33554432000 4194304 5787044 140737481414000 18446744073709551615 5528404 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.04
Current children cumulated vsize (KiB) 681444

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

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

[startup+1201.7 s]
/proc/loadavg: 8.00 8.04 8.06 9/188 608
/proc/meminfo: memFree=22551532/32950928 swapFree=67071984/67111528
[pid=524] ppid=522 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/524/stat : 524 (prissAuto.sh) S 522 524 30862 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 595408386 8908800 252 33554432000 4194304 4922060 140735372920224 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/524/statm: 2175 252 211 178 0 68 0
[pid=525] ppid=524 vsize=672744 CPUtime=4800.04 cores=1,3,5,7
/proc/525/stat : 525 (priss) S 524 524 30862 0 -1 4202496 143742 0 0 0 479844 160 0 0 18 0 5 0 595408387 688889856 132811 33554432000 4194304 5787044 140737481414000 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/525/statm: 168186 132811 419 389 0 163936 0
[pid=525/tid=527] ppid=524 vsize=672744 CPUtime=1201.65 cores=1,3,5,7
/proc/525/task/527/stat : 527 (priss) R 524 524 30862 0 -1 4202560 33794 0 0 0 120120 45 0 0 25 0 5 0 595408390 688889856 132811 33554432000 4194304 5787044 140737481414000 18446744073709551615 5592125 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=525/tid=528] ppid=524 vsize=672744 CPUtime=1201.61 cores=1,3,5,7
/proc/525/task/528/stat : 528 (priss) R 524 524 30862 0 -1 4202560 33289 0 0 0 120127 34 0 0 25 0 5 0 595408390 688889856 132811 33554432000 4194304 5787044 140737481414000 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=525/tid=529] ppid=524 vsize=672744 CPUtime=1201.64 cores=1,3,5,7
/proc/525/task/529/stat : 529 (priss) R 524 524 30862 0 -1 4202560 29545 0 0 0 120132 32 0 0 25 0 5 0 595408391 688889856 132811 33554432000 4194304 5787044 140737481414000 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=525/tid=530] ppid=524 vsize=672744 CPUtime=1195.06 cores=1,3,5,7
/proc/525/task/530/stat : 530 (priss) R 524 524 30862 0 -1 4202560 42092 0 0 0 119460 46 0 0 25 0 5 0 595408393 688889856 132811 33554432000 4194304 5787044 140737481414000 18446744073709551615 5528404 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.04
Current children cumulated vsize (KiB) 681444

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 524 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=0
# CPU time returned by wait4() is 0
# while last known CPU time is 4800.04
#
# 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.04
CPU user time (s): 4798.44
CPU system time (s): 1.6
CPU usage (%): 399.431
Max. virtual memory (cumulated for all children) (KiB): 681444

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

runsolver used 1.66775 second user time and 4.89825 second system time

The end

Launcher Data

Begin job on node116 at 2011-04-29 06:36:17
IDJOB=3288882
IDBENCH=83108
IDSOLVER=1602
FILE ID=node116/3288882-1304051777
RUNJOBID= node116-1304036428-30881
PBS_JOBID= 13170355
Free space on /tmp= 72504 MiB

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

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

MD5SUM BENCH= 1f0914c6141fdba914b73575a12b918a
RANDOM SEED=581522475

node116.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.826
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.826
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.826
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.826
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.826
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.77
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.826
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.75
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.826
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.826
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:     32950928 kB
MemFree:      22261668 kB
Buffers:       1900280 kB
Cached:        6932016 kB
SwapCached:       9732 kB
Active:        5773624 kB
Inactive:      4484376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22261668 kB
SwapTotal:    67111528 kB
SwapFree:     67071984 kB
Dirty:            3176 kB
Writeback:           0 kB
AnonPages:     1419984 kB
Mapped:          14620 kB
Slab:           364576 kB
PageTables:       7624 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1700740 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= 72508 MiB
End job on node116 at 2011-04-29 06:56:21