Trace number 3289388

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.35 1202.12

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top25.cnf
MD5SUM1d36146d5d79c91e0605a19242395228
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark527.919
Satisfiable
(Un)Satisfiability was proved
Number of variables71356
Number of clauses227126
Sum of the clauses size555264
Maximum clause length2747
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2137909
Number of clauses of size 387742
Number of clauses of size 4324
Number of clauses of size 523
Number of clauses of size over 51127

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: 21881
0.00/0.00	c setup for 4cores
0.00/0.07	c parsetime: 67175us
0.00/0.07	c parsed 227126 clauses with 71356 variables
0.00/0.08	c NW started thread 0 successfully (1103501632)
0.00/0.10	c NW started thread 1 successfully (1113991488)
0.00/0.11	c NW started thread 2 successfully (1124481344)
0.00/0.14	c NW started thread 3 successfully (1134971200)
9.99/2.68	c preprocessor returned 71356 variables
9.99/2.68	c preprocessing returned UNKNOWN
9.99/2.68	c PP set 2880 variables
9.99/2.68	c pp time: 2581525us (2s)
10.37/2.76	c preprocessor returned 71356 variables
10.37/2.76	c preprocessing returned UNKNOWN
10.37/2.76	c PP set 2880 variables
10.37/2.76	c pp time: 2604627us (2s)
10.37/2.77	c preprocessor returned 71356 variables
10.37/2.77	c preprocessing returned UNKNOWN
10.37/2.77	c PP set 2880 variables
10.37/2.77	c pp time: 2641386us (2s)
10.37/2.78	c preprocessor returned 71356 variables
10.37/2.78	c preprocessing returned UNKNOWN
10.37/2.78	c PP set 2880 variables
10.37/2.78	c pp time: 2667527us (2s)
11.17/2.94	c HTE
11.58/3.00	c subsumption
11.58/3.09	c simplified formula contains 0 unit clauses
12.37/3.21	c HTE
12.37/3.27	c subsumption
12.77/3.35	c simplified formula contains 0 unit clauses
30.74/7.84	c HTE
31.14/7.97	c subsumption
31.96/8.15	c simplified formula contains 0 unit clauses
3135.44/785.36	c added unsatisfied clause
3135.44/785.37	c failed to add network clauses
3617.96/906.13	c added unsatisfied clause
3617.96/906.13	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-3289388-1304052834/watcher-3289388-1304052834 -o /tmp/evaluation-result-3289388-1304052834/solver-3289388-1304052834 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3289388-1304052834.cnf 1983977667 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.00 8.03 8.00 5/182 21880
/proc/meminfo: memFree=13506516/32951124 swapFree=67111528/67111528
[pid=21880] ppid=21878 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21880/stat : 21880 (prissAuto.sh) S 21878 21880 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516884319 8908800 252 33554432000 4194304 4922060 140734781816800 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21880/statm: 2175 252 211 178 0 68 0

[startup+0.01679 s]
/proc/loadavg: 8.00 8.03 8.00 5/182 21880
/proc/meminfo: memFree=13506516/32951124 swapFree=67111528/67111528
[pid=21880] ppid=21878 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21880/stat : 21880 (prissAuto.sh) S 21878 21880 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516884319 8908800 252 33554432000 4194304 4922060 140734781816800 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21880/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100773 s]
/proc/loadavg: 8.00 8.03 8.00 5/182 21880
/proc/meminfo: memFree=13506516/32951124 swapFree=67111528/67111528
[pid=21880] ppid=21878 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21880/stat : 21880 (prissAuto.sh) S 21878 21880 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516884319 8908800 252 33554432000 4194304 4922060 140734781816800 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21880/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.314537 s]
/proc/loadavg: 8.00 8.03 8.00 5/182 21880
/proc/meminfo: memFree=13506516/32951124 swapFree=67111528/67111528
[pid=21880] ppid=21878 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21880/stat : 21880 (prissAuto.sh) S 21878 21880 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516884319 8908800 252 33554432000 4194304 4922060 140734781816800 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21880/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.895121 s]
/proc/loadavg: 8.00 8.03 8.00 5/182 21880
/proc/meminfo: memFree=13506516/32951124 swapFree=67111528/67111528
[pid=21880] ppid=21878 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21880/stat : 21880 (prissAuto.sh) S 21878 21880 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516884319 8908800 252 33554432000 4194304 4922060 140734781816800 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21880/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5075 s]
/proc/loadavg: 8.00 8.02 8.00 9/188 21886
/proc/meminfo: memFree=13320972/32951124 swapFree=67111528/67111528
[pid=21880] ppid=21878 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21880/stat : 21880 (prissAuto.sh) S 21878 21880 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516884319 8908800 252 33554432000 4194304 4922060 140734781816800 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21880/statm: 2175 252 211 178 0 68 0
[pid=21881] ppid=21880 vsize=438464 CPUtime=5.61 cores=1,3,5,7
/proc/21881/stat : 21881 (priss) S 21880 21880 19631 0 -1 4202496 68821 0 0 0 532 29 0 0 18 0 5 0 516884319 448987136 48856 33554432000 4194304 5787044 140736814937600 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/21881/statm: 109616 48856 352 389 0 105366 0
[pid=21881/tid=21883] ppid=21880 vsize=438464 CPUtime=1.39 cores=1,3,5,7
/proc/21881/task/21883/stat : 21883 (priss) R 21880 21880 19631 0 -1 4202560 13209 0 0 0 134 5 0 0 18 0 5 0 516884327 448987136 48856 33554432000 4194304 5787044 140736814937600 18446744073709551615 270612769496 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21881/tid=21884] ppid=21880 vsize=438464 CPUtime=1.35 cores=1,3,5,7
/proc/21881/task/21884/stat : 21884 (priss) R 21880 21880 19631 0 -1 4202560 15888 0 0 0 129 6 0 0 18 0 5 0 516884329 448987136 48856 33554432000 4194304 5787044 140736814937600 18446744073709551615 4278456 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=21881/tid=21885] ppid=21880 vsize=438464 CPUtime=1.35 cores=1,3,5,7
/proc/21881/task/21885/stat : 21885 (priss) R 21880 21880 19631 0 -1 4202560 16301 0 0 0 128 7 0 0 18 0 5 0 516884331 448987136 48856 33554432000 4194304 5787044 140736814937600 18446744073709551615 4345944 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21881/tid=21886] ppid=21880 vsize=438464 CPUtime=1.34 cores=1,3,5,7
/proc/21881/task/21886/stat : 21886 (priss) R 21880 21880 19631 0 -1 4202560 12364 0 0 0 127 7 0 0 18 0 5 0 516884333 448987136 48856 33554432000 4194304 5787044 140736814937600 18446744073709551615 4276423 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.61
Current children cumulated vsize (KiB) 447164

[startup+3.10121 s]
/proc/loadavg: 8.00 8.02 8.00 9/188 21886
/proc/meminfo: memFree=13309224/32951124 swapFree=67111528/67111528
[pid=21880] ppid=21878 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21880/stat : 21880 (prissAuto.sh) S 21878 21880 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516884319 8908800 252 33554432000 4194304 4922060 140734781816800 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21880/statm: 2175 252 211 178 0 68 0
[pid=21881] ppid=21880 vsize=468008 CPUtime=11.98 cores=1,3,5,7
/proc/21881/stat : 21881 (priss) S 21880 21880 19631 0 -1 4202496 92470 0 0 0 1165 33 0 0 18 0 5 0 516884319 479240192 61422 33554432000 4194304 5787044 140736814937600 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/21881/statm: 117002 61422 417 389 0 112752 0
[pid=21881/tid=21883] ppid=21880 vsize=468008 CPUtime=2.98 cores=1,3,5,7
/proc/21881/task/21883/stat : 21883 (priss) R 21880 21880 19631 0 -1 4202560 17770 0 0 0 292 6 0 0 20 0 5 0 516884327 479240192 61422 33554432000 4194304 5787044 140736814937600 18446744073709551615 5601969 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21881/tid=21884] ppid=21880 vsize=468008 CPUtime=2.94 cores=1,3,5,7
/proc/21881/task/21884/stat : 21884 (priss) R 21880 21880 19631 0 -1 4202560 21437 0 0 0 287 7 0 0 21 0 5 0 516884329 479240192 61422 33554432000 4194304 5787044 140736814937600 18446744073709551615 5592068 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=21881/tid=21885] ppid=21880 vsize=468008 CPUtime=2.94 cores=1,3,5,7
/proc/21881/task/21885/stat : 21885 (priss) R 21880 21880 19631 0 -1 4202560 22040 0 0 0 286 8 0 0 21 0 5 0 516884331 479240192 61422 33554432000 4194304 5787044 140736814937600 18446744073709551615 4254813 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21881/tid=21886] ppid=21880 vsize=468008 CPUtime=2.93 cores=1,3,5,7
/proc/21881/task/21886/stat : 21886 (priss) R 21880 21880 19631 0 -1 4202560 20164 0 0 0 285 8 0 0 21 0 5 0 516884333 479240192 61422 33554432000 4194304 5787044 140736814937600 18446744073709551615 5526097 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 11.98
Current children cumulated vsize (KiB) 476708

[startup+6.30065 s]
/proc/loadavg: 8.00 8.02 8.00 9/188 21886
/proc/meminfo: memFree=13252308/32951124 swapFree=67111528/67111528
[pid=21880] ppid=21878 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21880/stat : 21880 (prissAuto.sh) S 21878 21880 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516884319 8908800 252 33554432000 4194304 4922060 140734781816800 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21880/statm: 2175 252 211 178 0 68 0
[pid=21881] ppid=21880 vsize=468788 CPUtime=24.75 cores=1,3,5,7
/proc/21881/stat : 21881 (priss) S 21880 21880 19631 0 -1 4202496 96677 0 0 0 2440 35 0 0 18 0 5 0 516884319 480038912 62447 33554432000 4194304 5787044 140736814937600 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/21881/statm: 117197 62447 418 389 0 112947 0
[pid=21881/tid=21883] ppid=21880 vsize=468788 CPUtime=6.18 cores=1,3,5,7
/proc/21881/task/21883/stat : 21883 (priss) R 21880 21880 19631 0 -1 4202560 18064 0 0 0 612 6 0 0 25 0 5 0 516884327 480038912 62447 33554432000 4194304 5787044 140736814937600 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21881/tid=21884] ppid=21880 vsize=468788 CPUtime=6.12 cores=1,3,5,7
/proc/21881/task/21884/stat : 21884 (priss) R 21880 21880 19631 0 -1 4202560 21649 0 0 0 605 7 0 0 25 0 5 0 516884329 480038912 62447 33554432000 4194304 5787044 140736814937600 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=21881/tid=21885] ppid=21880 vsize=468788 CPUtime=6.14 cores=1,3,5,7
/proc/21881/task/21885/stat : 21885 (priss) R 21880 21880 19631 0 -1 4202560 22288 0 0 0 606 8 0 0 25 0 5 0 516884331 480038912 62447 33554432000 4194304 5787044 140736814937600 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21881/tid=21886] ppid=21880 vsize=468788 CPUtime=6.13 cores=1,3,5,7
/proc/21881/task/21886/stat : 21886 (priss) R 21880 21880 19631 0 -1 4202560 23617 0 0 0 604 9 0 0 25 0 5 0 516884333 480038912 62447 33554432000 4194304 5787044 140736814937600 18446744073709551615 5526903 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.75
Current children cumulated vsize (KiB) 477488

[startup+12.7005 s]
/proc/loadavg: 8.00 8.02 8.00 10/188 21886
/proc/meminfo: memFree=13233556/32951124 swapFree=67111528/67111528
[pid=21880] ppid=21878 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21880/stat : 21880 (prissAuto.sh) S 21878 21880 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516884319 8908800 252 33554432000 4194304 4922060 140734781816800 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21880/statm: 2175 252 211 178 0 68 0
[pid=21881] ppid=21880 vsize=471608 CPUtime=50.31 cores=1,3,5,7
/proc/21881/stat : 21881 (priss) S 21880 21880 19631 0 -1 4202496 102734 0 0 0 4993 38 0 0 18 0 5 0 516884319 482926592 65810 33554432000 4194304 5787044 140736814937600 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/21881/statm: 117902 65810 418 389 0 113652 0
[pid=21881/tid=21883] ppid=21880 vsize=471608 CPUtime=12.58 cores=1,3,5,7
/proc/21881/task/21883/stat : 21883 (priss) R 21880 21880 19631 0 -1 4202560 18454 0 0 0 1251 7 0 0 25 0 5 0 516884327 482926592 65810 33554432000 4194304 5787044 140736814937600 18446744073709551615 5591844 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21881/tid=21884] ppid=21880 vsize=471608 CPUtime=12.48 cores=1,3,5,7
/proc/21881/task/21884/stat : 21884 (priss) R 21880 21880 19631 0 -1 4202560 21944 0 0 0 1240 8 0 0 25 0 5 0 516884329 482926592 65810 33554432000 4194304 5787044 140736814937600 18446744073709551615 5590874 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=21881/tid=21885] ppid=21880 vsize=471608 CPUtime=12.55 cores=1,3,5,7
/proc/21881/task/21885/stat : 21885 (priss) R 21880 21880 19631 0 -1 4202560 22697 0 0 0 1246 9 0 0 25 0 5 0 516884331 482926592 65810 33554432000 4194304 5787044 140736814937600 18446744073709551615 5590458 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21881/tid=21886] ppid=21880 vsize=471608 CPUtime=12.54 cores=1,3,5,7
/proc/21881/task/21886/stat : 21886 (priss) R 21880 21880 19631 0 -1 4202560 28580 0 0 0 1243 11 0 0 25 0 5 0 516884333 482926592 65810 33554432000 4194304 5787044 140736814937600 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.31
Current children cumulated vsize (KiB) 480308

[startup+25.5012 s]
/proc/loadavg: 8.00 8.02 8.00 9/188 21886
/proc/meminfo: memFree=13214968/32951124 swapFree=67111528/67111528
[pid=21880] ppid=21878 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21880/stat : 21880 (prissAuto.sh) S 21878 21880 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516884319 8908800 252 33554432000 4194304 4922060 140734781816800 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21880/statm: 2175 252 211 178 0 68 0
[pid=21881] ppid=21880 vsize=472404 CPUtime=101.44 cores=1,3,5,7
/proc/21881/stat : 21881 (priss) S 21880 21880 19631 0 -1 4202496 104962 0 0 0 10104 40 0 0 18 0 5 0 516884319 483741696 68038 33554432000 4194304 5787044 140736814937600 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/21881/statm: 118101 68038 418 389 0 113851 0
[pid=21881/tid=21883] ppid=21880 vsize=472404 CPUtime=25.38 cores=1,3,5,7
/proc/21881/task/21883/stat : 21883 (priss) R 21880 21880 19631 0 -1 4202560 18832 0 0 0 2531 7 0 0 25 0 5 0 516884327 483741696 68038 33554432000 4194304 5787044 140736814937600 18446744073709551615 4218754 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21881/tid=21884] ppid=21880 vsize=472404 CPUtime=25.22 cores=1,3,5,7
/proc/21881/task/21884/stat : 21884 (priss) R 21880 21880 19631 0 -1 4202560 22676 0 0 0 2513 9 0 0 25 0 5 0 516884329 483741696 68038 33554432000 4194304 5787044 140736814937600 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=21881/tid=21885] ppid=21880 vsize=472404 CPUtime=25.34 cores=1,3,5,7
/proc/21881/task/21885/stat : 21885 (priss) R 21880 21880 19631 0 -1 4202560 23443 0 0 0 2525 9 0 0 25 0 5 0 516884331 483741696 68038 33554432000 4194304 5787044 140736814937600 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21881/tid=21886] ppid=21880 vsize=472404 CPUtime=25.33 cores=1,3,5,7
/proc/21881/task/21886/stat : 21886 (priss) R 21880 21880 19631 0 -1 4202560 28952 0 0 0 2522 11 0 0 20 0 5 0 516884333 483741696 68038 33554432000 4194304 5787044 140736814937600 18446744073709551615 5530976 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.44
Current children cumulated vsize (KiB) 481104

[startup+51.1007 s]
/proc/loadavg: 8.00 8.02 8.00 10/188 21887
/proc/meminfo: memFree=13171532/32951124 swapFree=67111528/67111528
[pid=21880] ppid=21878 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21880/stat : 21880 (prissAuto.sh) S 21878 21880 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516884319 8908800 252 33554432000 4194304 4922060 140734781816800 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21880/statm: 2175 252 211 178 0 68 0
[pid=21881] ppid=21880 vsize=473960 CPUtime=203.69 cores=1,3,5,7
/proc/21881/stat : 21881 (priss) S 21880 21880 19631 0 -1 4202496 109740 0 0 0 20323 46 0 0 18 0 5 0 516884319 485335040 72812 33554432000 4194304 5787044 140736814937600 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/21881/statm: 118490 72812 418 389 0 114240 0
[pid=21881/tid=21883] ppid=21880 vsize=473960 CPUtime=50.98 cores=1,3,5,7
/proc/21881/task/21883/stat : 21883 (priss) R 21880 21880 19631 0 -1 4202560 19875 0 0 0 5089 9 0 0 25 0 5 0 516884327 485335040 72812 33554432000 4194304 5787044 140736814937600 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21881/tid=21884] ppid=21880 vsize=473960 CPUtime=50.68 cores=1,3,5,7
/proc/21881/task/21884/stat : 21884 (priss) R 21880 21880 19631 0 -1 4202560 23599 0 0 0 5058 10 0 0 25 0 5 0 516884329 485335040 72812 33554432000 4194304 5787044 140736814937600 18446744073709551615 5591564 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=21881/tid=21885] ppid=21880 vsize=473960 CPUtime=50.94 cores=1,3,5,7
/proc/21881/task/21885/stat : 21885 (priss) R 21880 21880 19631 0 -1 4202560 24479 0 0 0 5083 11 0 0 25 0 5 0 516884331 485335040 72812 33554432000 4194304 5787044 140736814937600 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21881/tid=21886] ppid=21880 vsize=473960 CPUtime=50.92 cores=1,3,5,7
/proc/21881/task/21886/stat : 21886 (priss) R 21880 21880 19631 0 -1 4202560 30728 0 0 0 5080 12 0 0 25 0 5 0 516884333 485335040 72812 33554432000 4194304 5787044 140736814937600 18446744073709551615 5528380 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.69
Current children cumulated vsize (KiB) 482660

[startup+102.301 s]
/proc/loadavg: 8.00 8.02 8.00 9/188 21888
/proc/meminfo: memFree=13104448/32951124 swapFree=67111528/67111528
[pid=21880] ppid=21878 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21880/stat : 21880 (prissAuto.sh) S 21878 21880 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516884319 8908800 252 33554432000 4194304 4922060 140734781816800 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21880/statm: 2175 252 211 178 0 68 0
[pid=21881] ppid=21880 vsize=485116 CPUtime=408.19 cores=1,3,5,7
/proc/21881/stat : 21881 (priss) S 21880 21880 19631 0 -1 4202496 119524 0 0 0 40759 60 0 0 18 0 5 0 516884319 496758784 82509 33554432000 4194304 5787044 140736814937600 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/21881/statm: 121279 82509 418 389 0 117029 0
[pid=21881/tid=21883] ppid=21880 vsize=485116 CPUtime=102.17 cores=1,3,5,7
/proc/21881/task/21883/stat : 21883 (priss) R 21880 21880 19631 0 -1 4202560 20990 0 0 0 10206 11 0 0 25 0 5 0 516884327 496758784 82509 33554432000 4194304 5787044 140736814937600 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21881/tid=21884] ppid=21880 vsize=485116 CPUtime=101.6 cores=1,3,5,7
/proc/21881/task/21884/stat : 21884 (priss) R 21880 21880 19631 0 -1 4202560 26666 0 0 0 10147 13 0 0 25 0 5 0 516884329 496758784 82509 33554432000 4194304 5787044 140736814937600 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=21881/tid=21885] ppid=21880 vsize=485116 CPUtime=102.13 cores=1,3,5,7
/proc/21881/task/21885/stat : 21885 (priss) R 21880 21880 19631 0 -1 4202560 26552 0 0 0 10198 15 0 0 25 0 5 0 516884331 496758784 82509 33554432000 4194304 5787044 140736814937600 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21881/tid=21886] ppid=21880 vsize=485116 CPUtime=102.12 cores=1,3,5,7

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

/proc/21881/task/21884/stat : 21884 (priss) R 21880 21880 19631 0 -1 4202560 42690 0 0 0 87749 42 0 0 25 0 5 0 516884329 870780928 148883 33554432000 4194304 5787044 140736814937600 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21881/tid=21885] ppid=21880 vsize=850372 CPUtime=882.1 cores=1,3,5,7
/proc/21881/task/21885/stat : 21885 (priss) R 21880 21880 19631 0 -1 4202560 42539 0 0 0 88170 40 0 0 25 0 5 0 516884331 870780928 148883 33554432000 4194304 5787044 140736814937600 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21881/tid=21886] ppid=21880 vsize=850372 CPUtime=880.56 cores=1,3,5,7
/proc/21881/task/21886/stat : 21886 (priss) R 21880 21880 19631 0 -1 4202560 46798 0 0 0 88023 33 0 0 25 0 5 0 516884333 870780928 148883 33554432000 4194304 5787044 140736814937600 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3522.89
Current children cumulated vsize (KiB) 859072

[startup+942.301 s]
/proc/loadavg: 8.10 8.12 8.05 10/188 21923
/proc/meminfo: memFree=12508080/32951124 swapFree=67111528/67111528
[pid=21880] ppid=21878 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21880/stat : 21880 (prissAuto.sh) S 21878 21880 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516884319 8908800 252 33554432000 4194304 4922060 140734781816800 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21880/statm: 2175 252 211 178 0 68 0
[pid=21881] ppid=21880 vsize=850372 CPUtime=3762.56 cores=1,3,5,7
/proc/21881/stat : 21881 (priss) S 21880 21880 19631 0 -1 4202496 189951 0 0 0 376085 171 0 0 18 0 5 0 516884319 870780928 151338 33554432000 4194304 5787044 140736814937600 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/21881/statm: 212593 151338 418 389 0 208343 0
[pid=21881/tid=21883] ppid=21880 vsize=850372 CPUtime=942.15 cores=1,3,5,7
/proc/21881/task/21883/stat : 21883 (priss) R 21880 21880 19631 0 -1 4202560 46706 0 0 0 94164 51 0 0 25 0 5 0 516884327 870780928 151338 33554432000 4194304 5787044 140736814937600 18446744073709551615 5591712 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21881/tid=21884] ppid=21880 vsize=850372 CPUtime=937.9 cores=1,3,5,7
/proc/21881/task/21884/stat : 21884 (priss) R 21880 21880 19631 0 -1 4202560 42699 0 0 0 93748 42 0 0 25 0 5 0 516884329 870780928 151338 33554432000 4194304 5787044 140736814937600 18446744073709551615 5590426 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21881/tid=21885] ppid=21880 vsize=850372 CPUtime=942.1 cores=1,3,5,7
/proc/21881/task/21885/stat : 21885 (priss) R 21880 21880 19631 0 -1 4202560 42636 0 0 0 94170 40 0 0 25 0 5 0 516884331 870780928 151338 33554432000 4194304 5787044 140736814937600 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21881/tid=21886] ppid=21880 vsize=850372 CPUtime=940.24 cores=1,3,5,7
/proc/21881/task/21886/stat : 21886 (priss) R 21880 21880 19631 0 -1 4202560 46851 0 0 0 93990 34 0 0 25 0 5 0 516884333 870780928 151338 33554432000 4194304 5787044 140736814937600 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3762.56
Current children cumulated vsize (KiB) 859072

[startup+1002.3 s]
/proc/loadavg: 5.68 7.44 7.82 5/177 21942
/proc/meminfo: memFree=13247140/32951124 swapFree=67111528/67111528
[pid=21880] ppid=21878 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21880/stat : 21880 (prissAuto.sh) S 21878 21880 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516884319 8908800 252 33554432000 4194304 4922060 140734781816800 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21880/statm: 2175 252 211 178 0 68 0
[pid=21881] ppid=21880 vsize=850544 CPUtime=4002.24 cores=1,3,5,7
/proc/21881/stat : 21881 (priss) S 21880 21880 19631 0 -1 4202496 195109 0 0 0 400045 179 0 0 18 0 5 0 516884319 870957056 156496 33554432000 4194304 5787044 140736814937600 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/21881/statm: 212636 156496 418 389 0 208386 0
[pid=21881/tid=21883] ppid=21880 vsize=850544 CPUtime=1002.16 cores=1,3,5,7
/proc/21881/task/21883/stat : 21883 (priss) R 21880 21880 19631 0 -1 4202560 50298 0 0 0 100158 58 0 0 25 0 5 0 516884327 870957056 156496 33554432000 4194304 5787044 140736814937600 18446744073709551615 270612771873 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21881/tid=21884] ppid=21880 vsize=850544 CPUtime=997.9 cores=1,3,5,7
/proc/21881/task/21884/stat : 21884 (priss) R 21880 21880 19631 0 -1 4202560 42736 0 0 0 99748 42 0 0 25 0 5 0 516884329 870957056 156496 33554432000 4194304 5787044 140736814937600 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21881/tid=21885] ppid=21880 vsize=850544 CPUtime=1002.1 cores=1,3,5,7
/proc/21881/task/21885/stat : 21885 (priss) R 21880 21880 19631 0 -1 4202560 43331 0 0 0 100169 41 0 0 25 0 5 0 516884331 870957056 156496 33554432000 4194304 5787044 140736814937600 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21881/tid=21886] ppid=21880 vsize=850544 CPUtime=999.91 cores=1,3,5,7
/proc/21881/task/21886/stat : 21886 (priss) R 21880 21880 19631 0 -1 4202560 47685 0 0 0 99957 34 0 0 25 0 5 0 516884333 870957056 156496 33554432000 4194304 5787044 140736814937600 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4002.24
Current children cumulated vsize (KiB) 859244

[startup+1062.3 s]
/proc/loadavg: 4.67 6.82 7.58 5/177 21944
/proc/meminfo: memFree=13224320/32951124 swapFree=67111528/67111528
[pid=21880] ppid=21878 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21880/stat : 21880 (prissAuto.sh) S 21878 21880 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516884319 8908800 252 33554432000 4194304 4922060 140734781816800 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21880/statm: 2175 252 211 178 0 68 0
[pid=21881] ppid=21880 vsize=852844 CPUtime=4241.9 cores=1,3,5,7
/proc/21881/stat : 21881 (priss) S 21880 21880 19631 0 -1 4202496 199818 0 0 0 423999 191 0 0 18 0 5 0 516884319 873312256 161205 33554432000 4194304 5787044 140736814937600 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/21881/statm: 213211 161205 418 389 0 208961 0
[pid=21881/tid=21883] ppid=21880 vsize=852844 CPUtime=1062.16 cores=1,3,5,7
/proc/21881/task/21883/stat : 21883 (priss) R 21880 21880 19631 0 -1 4202560 52275 0 0 0 106150 66 0 0 25 0 5 0 516884327 873312256 161205 33554432000 4194304 5787044 140736814937600 18446744073709551615 4220668 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21881/tid=21884] ppid=21880 vsize=852844 CPUtime=1057.9 cores=1,3,5,7
/proc/21881/task/21884/stat : 21884 (priss) R 21880 21880 19631 0 -1 4202560 43435 0 0 0 105747 43 0 0 25 0 5 0 516884329 873312256 161205 33554432000 4194304 5787044 140736814937600 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21881/tid=21885] ppid=21880 vsize=852844 CPUtime=1062.1 cores=1,3,5,7
/proc/21881/task/21885/stat : 21885 (priss) R 21880 21880 19631 0 -1 4202560 44465 0 0 0 106169 41 0 0 25 0 5 0 516884331 873312256 161205 33554432000 4194304 5787044 140736814937600 18446744073709551615 5585220 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21881/tid=21886] ppid=21880 vsize=852844 CPUtime=1059.58 cores=1,3,5,7
/proc/21881/task/21886/stat : 21886 (priss) R 21880 21880 19631 0 -1 4202560 48584 0 0 0 105921 37 0 0 25 0 5 0 516884333 873312256 161205 33554432000 4194304 5787044 140736814937600 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4241.9
Current children cumulated vsize (KiB) 861544

[startup+1122.3 s]
/proc/loadavg: 4.24 6.31 7.36 5/177 21946
/proc/meminfo: memFree=13192692/32951124 swapFree=67111528/67111528
[pid=21880] ppid=21878 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21880/stat : 21880 (prissAuto.sh) S 21878 21880 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516884319 8908800 252 33554432000 4194304 4922060 140734781816800 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21880/statm: 2175 252 211 178 0 68 0
[pid=21881] ppid=21880 vsize=863732 CPUtime=4481.6 cores=1,3,5,7
/proc/21881/stat : 21881 (priss) S 21880 21880 19631 0 -1 4202496 207700 0 0 0 447950 210 0 0 18 0 5 0 516884319 884461568 169087 33554432000 4194304 5787044 140736814937600 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/21881/statm: 215933 169087 418 389 0 211683 0
[pid=21881/tid=21883] ppid=21880 vsize=863732 CPUtime=1122.17 cores=1,3,5,7
/proc/21881/task/21883/stat : 21883 (priss) R 21880 21880 19631 0 -1 4202560 54361 0 0 0 112144 73 0 0 25 0 5 0 516884327 884461568 169087 33554432000 4194304 5787044 140736814937600 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21881/tid=21884] ppid=21880 vsize=863732 CPUtime=1117.91 cores=1,3,5,7
/proc/21881/task/21884/stat : 21884 (priss) R 21880 21880 19631 0 -1 4202560 45653 0 0 0 111746 45 0 0 25 0 5 0 516884329 884461568 169087 33554432000 4194304 5787044 140736814937600 18446744073709551615 4254546 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21881/tid=21885] ppid=21880 vsize=863732 CPUtime=1122.1 cores=1,3,5,7
/proc/21881/task/21885/stat : 21885 (priss) R 21880 21880 19631 0 -1 4202560 45121 0 0 0 112166 44 0 0 25 0 5 0 516884331 884461568 169087 33554432000 4194304 5787044 140736814937600 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21881/tid=21886] ppid=21880 vsize=863732 CPUtime=1119.25 cores=1,3,5,7
/proc/21881/task/21886/stat : 21886 (priss) R 21880 21880 19631 0 -1 4202560 51506 0 0 0 111881 44 0 0 25 0 5 0 516884333 884461568 169087 33554432000 4194304 5787044 140736814937600 18446744073709551615 5528651 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4481.6
Current children cumulated vsize (KiB) 872432

[startup+1182.3 s]
/proc/loadavg: 4.09 5.88 7.14 5/177 21947
/proc/meminfo: memFree=13169376/32951124 swapFree=67111528/67111528
[pid=21880] ppid=21878 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21880/stat : 21880 (prissAuto.sh) S 21878 21880 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516884319 8908800 252 33554432000 4194304 4922060 140734781816800 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21880/statm: 2175 252 211 178 0 68 0
[pid=21881] ppid=21880 vsize=932884 CPUtime=4721.25 cores=1,3,5,7
/proc/21881/stat : 21881 (priss) S 21880 21880 19631 0 -1 4202496 213834 0 0 0 471901 224 0 0 18 0 5 0 516884319 955273216 174996 33554432000 4194304 5787044 140736814937600 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/21881/statm: 233221 174996 418 389 0 228971 0
[pid=21881/tid=21883] ppid=21880 vsize=932884 CPUtime=1182.16 cores=1,3,5,7
/proc/21881/task/21883/stat : 21883 (priss) R 21880 21880 19631 0 -1 4202560 55271 0 0 0 118141 75 0 0 25 0 5 0 516884327 955273216 174996 33554432000 4194304 5787044 140736814937600 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21881/tid=21884] ppid=21880 vsize=932884 CPUtime=1177.9 cores=1,3,5,7
/proc/21881/task/21884/stat : 21884 (priss) R 21880 21880 19631 0 -1 4202560 46837 0 0 0 117743 47 0 0 25 0 5 0 516884329 955273216 174996 33554432000 4194304 5787044 140736814937600 18446744073709551615 270612771525 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21881/tid=21885] ppid=21880 vsize=932884 CPUtime=1182.09 cores=1,3,5,7
/proc/21881/task/21885/stat : 21885 (priss) R 21880 21880 19631 0 -1 4202560 48091 0 0 0 118159 50 0 0 25 0 5 0 516884331 955273216 174996 33554432000 4194304 5787044 140736814937600 18446744073709551615 5591640 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21881/tid=21886] ppid=21880 vsize=932884 CPUtime=1178.92 cores=1,3,5,7
/proc/21881/task/21886/stat : 21886 (priss) R 21880 21880 19631 0 -1 4202560 52576 0 0 0 117844 48 0 0 25 0 5 0 516884333 955273216 174996 33554432000 4194304 5787044 140736814937600 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4721.25
Current children cumulated vsize (KiB) 941584



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.1 s]
/proc/loadavg: 4.06 5.76 7.08 5/177 21948
/proc/meminfo: memFree=13161684/32951124 swapFree=67111528/67111528
[pid=21880] ppid=21878 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21880/stat : 21880 (prissAuto.sh) S 21878 21880 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516884319 8908800 252 33554432000 4194304 4922060 140734781816800 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21880/statm: 2175 252 211 178 0 68 0
[pid=21881] ppid=21880 vsize=935396 CPUtime=4800.35 cores=1,3,5,7
/proc/21881/stat : 21881 (priss) S 21880 21880 19631 0 -1 4202496 215867 0 0 0 479806 229 0 0 18 0 5 0 516884319 957845504 176804 33554432000 4194304 5787044 140736814937600 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/21881/statm: 233849 176804 418 389 0 229599 0
[pid=21881/tid=21883] ppid=21880 vsize=935396 CPUtime=1201.97 cores=1,3,5,7
/proc/21881/task/21883/stat : 21883 (priss) R 21880 21880 19631 0 -1 4202560 55379 0 0 0 120121 76 0 0 25 0 5 0 516884327 957845504 176804 33554432000 4194304 5787044 140736814937600 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21881/tid=21884] ppid=21880 vsize=935396 CPUtime=1197.7 cores=1,3,5,7
/proc/21881/task/21884/stat : 21884 (priss) R 21880 21880 19631 0 -1 4202560 47433 0 0 0 119723 47 0 0 25 0 5 0 516884329 957845504 176804 33554432000 4194304 5787044 140736814937600 18446744073709551615 5591315 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21881/tid=21885] ppid=21880 vsize=935396 CPUtime=1201.9 cores=1,3,5,7
/proc/21881/task/21885/stat : 21885 (priss) R 21880 21880 19631 0 -1 4202560 48787 0 0 0 120136 54 0 0 25 0 5 0 516884331 957845504 176804 33554432000 4194304 5787044 140736814937600 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21881/tid=21886] ppid=21880 vsize=935396 CPUtime=1198.62 cores=1,3,5,7
/proc/21881/task/21886/stat : 21886 (priss) R 21880 21880 19631 0 -1 4202560 53209 0 0 0 119813 49 0 0 25 0 5 0 516884333 957845504 176804 33554432000 4194304 5787044 140736814937600 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.35
Current children cumulated vsize (KiB) 944096

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

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

[startup+1202.1 s]
/proc/loadavg: 4.06 5.76 7.08 5/177 21948
/proc/meminfo: memFree=13161684/32951124 swapFree=67111528/67111528
[pid=21880] ppid=21878 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21880/stat : 21880 (prissAuto.sh) S 21878 21880 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516884319 8908800 252 33554432000 4194304 4922060 140734781816800 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21880/statm: 2175 252 211 178 0 68 0
[pid=21881] ppid=21880 vsize=935396 CPUtime=4800.35 cores=1,3,5,7
/proc/21881/stat : 21881 (priss) S 21880 21880 19631 0 -1 4202496 215867 0 0 0 479806 229 0 0 18 0 5 0 516884319 957845504 176804 33554432000 4194304 5787044 140736814937600 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/21881/statm: 233849 176804 418 389 0 229599 0
[pid=21881/tid=21883] ppid=21880 vsize=935396 CPUtime=1201.97 cores=1,3,5,7
/proc/21881/task/21883/stat : 21883 (priss) R 21880 21880 19631 0 -1 4202560 55379 0 0 0 120121 76 0 0 25 0 5 0 516884327 957845504 176804 33554432000 4194304 5787044 140736814937600 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21881/tid=21884] ppid=21880 vsize=935396 CPUtime=1197.7 cores=1,3,5,7
/proc/21881/task/21884/stat : 21884 (priss) R 21880 21880 19631 0 -1 4202560 47433 0 0 0 119723 47 0 0 25 0 5 0 516884329 957845504 176804 33554432000 4194304 5787044 140736814937600 18446744073709551615 5591315 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21881/tid=21885] ppid=21880 vsize=935396 CPUtime=1201.9 cores=1,3,5,7
/proc/21881/task/21885/stat : 21885 (priss) R 21880 21880 19631 0 -1 4202560 48787 0 0 0 120136 54 0 0 25 0 5 0 516884331 957845504 176804 33554432000 4194304 5787044 140736814937600 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21881/tid=21886] ppid=21880 vsize=935396 CPUtime=1198.62 cores=1,3,5,7
/proc/21881/task/21886/stat : 21886 (priss) R 21880 21880 19631 0 -1 4202560 53209 0 0 0 119813 49 0 0 25 0 5 0 516884333 957845504 176804 33554432000 4194304 5787044 140736814937600 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.35
Current children cumulated vsize (KiB) 944096

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21880 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.35
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1202.12
CPU time (s): 4800.35
CPU user time (s): 4798.06
CPU system time (s): 2.29
CPU usage (%): 399.325
Max. virtual memory (cumulated for all children) (KiB): 944096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
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= 331
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= 5
involuntary context switches= 2

runsolver used 1.68874 second user time and 4.88026 second system time

The end

Launcher Data

Begin job on node108 at 2011-04-29 06:53:54
IDJOB=3289388
IDBENCH=83121
IDSOLVER=1602
FILE ID=node108/3289388-1304052834
RUNJOBID= node108-1304037066-19650
PBS_JOBID= 13170368
Free space on /tmp= 72112 MiB

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

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

MD5SUM BENCH= 1d36146d5d79c91e0605a19242395228
RANDOM SEED=1983977667

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13506796 kB
Buffers:       2296600 kB
Cached:       16141168 kB
SwapCached:          0 kB
Active:       10747576 kB
Inactive:      8115692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13506796 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5484 kB
Writeback:           0 kB
AnonPages:      424436 kB
Mapped:          15628 kB
Slab:           518480 kB
PageTables:       5456 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   619788 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= 72116 MiB
End job on node108 at 2011-04-29 07:13:58