Trace number 3250281

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.08 1202.52

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-5-5_34308.cnf
MD5SUM1ef198d3f2d717e33f4f2ba124eb7eb2
Bench CategoryCRAFTED (crafted 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 variables34306
Number of clauses708168
Sum of the clauses size3540840
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 5708168
Number of clauses of size over 50

Solver Data

0.00/0.00	c *****************************************************
0.00/0.00	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.00	c *   This program may be redistributed or modified   *
0.00/0.00	c * under the terms of the GNU General Public License *
0.00/0.00	c *****************************************************
0.00/0.00	c process id: 30240
0.00/0.00	c setup for 4cores
0.00/0.32	c parsetime: 318719us
0.00/0.32	c parsed 708168 clauses with 34306 variables
0.00/0.41	c NW started thread 0 successfully (1087985984)
0.00/0.54	c NW started thread 1 successfully (1099950400)
0.00/0.70	c NW started thread 2 successfully (1110440256)
0.00/0.85	c NW started thread 3 successfully (1120930112)
70.73/18.24	c preprocessor returned 34606 variables
70.73/18.24	c preprocessing returned UNKNOWN
70.73/18.24	c PP set 0 variables
70.73/18.24	c pp time: 17820480us (17s)
71.12/18.39	c preprocessor returned 36306 variables
71.12/18.39	c preprocessing returned UNKNOWN
71.12/18.39	c PP set 0 variables
71.12/18.39	c pp time: 17539193us (17s)
71.52/18.40	c preprocessor returned 34606 variables
71.52/18.40	c preprocessing returned UNKNOWN
71.52/18.40	c PP set 0 variables
71.52/18.40	c pp time: 17827260us (17s)
71.92/18.60	c preprocessor returned 34606 variables
71.92/18.60	c preprocessing returned UNKNOWN
71.92/18.60	c PP set 0 variables
71.92/18.60	c pp time: 17888288us (17s)

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-3250281-1304059450/watcher-3250281-1304059450 -o /tmp/evaluation-result-3250281-1304059450/solver-3250281-1304059450 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3250281-1304059450.cnf 1870538625 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: 3.73 3.95 3.98 2/171 30239
/proc/meminfo: memFree=28711736/32951124 swapFree=67111356/67111528
[pid=30239] ppid=30237 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30239/stat : 30239 (prissAuto.sh) S 30237 30239 27559 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 517545889 8908800 252 33554432000 4194304 4922060 140736055580368 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30239/statm: 2175 252 211 178 0 68 0

[startup+0.0401821 s]
/proc/loadavg: 3.73 3.95 3.98 2/171 30239
/proc/meminfo: memFree=28711736/32951124 swapFree=67111356/67111528
[pid=30239] ppid=30237 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30239/stat : 30239 (prissAuto.sh) S 30237 30239 27559 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 517545889 8908800 252 33554432000 4194304 4922060 140736055580368 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30239/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101175 s]
/proc/loadavg: 3.73 3.95 3.98 2/171 30239
/proc/meminfo: memFree=28711736/32951124 swapFree=67111356/67111528
[pid=30239] ppid=30237 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30239/stat : 30239 (prissAuto.sh) S 30237 30239 27559 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 517545889 8908800 252 33554432000 4194304 4922060 140736055580368 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30239/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.30114 s]
/proc/loadavg: 3.73 3.95 3.98 2/171 30239
/proc/meminfo: memFree=28711736/32951124 swapFree=67111356/67111528
[pid=30239] ppid=30237 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30239/stat : 30239 (prissAuto.sh) S 30237 30239 27559 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 517545889 8908800 252 33554432000 4194304 4922060 140736055580368 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30239/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701025 s]
/proc/loadavg: 3.73 3.95 3.98 2/171 30239
/proc/meminfo: memFree=28711736/32951124 swapFree=67111356/67111528
[pid=30239] ppid=30237 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30239/stat : 30239 (prissAuto.sh) S 30237 30239 27559 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 517545889 8908800 252 33554432000 4194304 4922060 140736055580368 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30239/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50088 s]
/proc/loadavg: 3.73 3.95 3.98 5/177 30245
/proc/meminfo: memFree=28364240/32951124 swapFree=67111356/67111528
[pid=30239] ppid=30237 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30239/stat : 30239 (prissAuto.sh) S 30237 30239 27559 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 517545889 8908800 252 33554432000 4194304 4922060 140736055580368 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30239/statm: 2175 252 211 178 0 68 0
[pid=30240] ppid=30239 vsize=510220 CPUtime=4.02 cores=1,3,5,7
/proc/30240/stat : 30240 (priss) S 30239 30239 27559 0 -1 4202496 97821 0 0 0 358 44 0 0 18 0 5 0 517545889 522465280 92519 33554432000 4194304 5787044 140736186908800 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/30240/statm: 127555 92519 349 389 0 123305 0
[pid=30240/tid=30242] ppid=30239 vsize=510220 CPUtime=1.03 cores=1,3,5,7
/proc/30240/task/30242/stat : 30242 (priss) R 30239 30239 27559 0 -1 4202560 10350 0 0 0 97 6 0 0 19 0 5 0 517545931 522465280 92519 33554432000 4194304 5787044 140736186908800 18446744073709551615 18446744073699065918 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30240/tid=30243] ppid=30239 vsize=510220 CPUtime=0.83 cores=1,3,5,7
/proc/30240/task/30243/stat : 30243 (priss) R 30239 30239 27559 0 -1 4202560 9344 0 0 0 78 5 0 0 18 0 5 0 517545944 522465280 92519 33554432000 4194304 5787044 140736186908800 18446744073709551615 18446744073699065918 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30240/tid=30244] ppid=30239 vsize=510220 CPUtime=0.73 cores=1,3,5,7
/proc/30240/task/30244/stat : 30244 (priss) R 30239 30239 27559 0 -1 4202560 8415 0 0 0 65 8 0 0 18 0 5 0 517545960 522465280 92519 33554432000 4194304 5787044 140736186908800 18446744073709551615 4327196 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30240/tid=30245] ppid=30239 vsize=510220 CPUtime=0.61 cores=1,3,5,7
/proc/30240/task/30245/stat : 30245 (priss) R 30239 30239 27559 0 -1 4202560 8500 0 0 0 56 5 0 0 18 0 5 0 517545974 522465280 92519 33554432000 4194304 5787044 140736186908800 18446744073709551615 4332714 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.02
Current children cumulated vsize (KiB) 518920

[startup+3.10061 s]
/proc/loadavg: 3.73 3.95 3.98 5/177 30245
/proc/meminfo: memFree=28334480/32951124 swapFree=67111356/67111528
[pid=30239] ppid=30237 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30239/stat : 30239 (prissAuto.sh) S 30237 30239 27559 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 517545889 8908800 252 33554432000 4194304 4922060 140736055580368 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30239/statm: 2175 252 211 178 0 68 0
[pid=30240] ppid=30239 vsize=584340 CPUtime=10.41 cores=1,3,5,7
/proc/30240/stat : 30240 (priss) S 30239 30239 27559 0 -1 4202496 101018 0 0 0 997 44 0 0 18 0 5 0 517545889 598364160 94037 33554432000 4194304 5787044 140736186908800 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/30240/statm: 146085 94037 349 389 0 141835 0
[pid=30240/tid=30242] ppid=30239 vsize=584340 CPUtime=2.63 cores=1,3,5,7
/proc/30240/task/30242/stat : 30242 (priss) R 30239 30239 27559 0 -1 4202560 10350 0 0 0 257 6 0 0 22 0 5 0 517545931 598364160 94037 33554432000 4194304 5787044 140736186908800 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30240/tid=30243] ppid=30239 vsize=584340 CPUtime=2.43 cores=1,3,5,7
/proc/30240/task/30243/stat : 30243 (priss) R 30239 30239 27559 0 -1 4202560 9344 0 0 0 238 5 0 0 21 0 5 0 517545944 598364160 94037 33554432000 4194304 5787044 140736186908800 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30240/tid=30244] ppid=30239 vsize=584340 CPUtime=2.34 cores=1,3,5,7
/proc/30240/task/30244/stat : 30244 (priss) R 30239 30239 27559 0 -1 4202560 10049 0 0 0 225 9 0 0 21 0 5 0 517545960 598364160 94037 33554432000 4194304 5787044 140736186908800 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30240/tid=30245] ppid=30239 vsize=584340 CPUtime=2.21 cores=1,3,5,7
/proc/30240/task/30245/stat : 30245 (priss) R 30239 30239 27559 0 -1 4202560 10063 0 0 0 216 5 0 0 21 0 5 0 517545974 598364160 94037 33554432000 4194304 5787044 140736186908800 18446744073709551615 4336744 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 10.41
Current children cumulated vsize (KiB) 593040

[startup+6.30101 s]
/proc/loadavg: 3.75 3.95 3.98 5/177 30245
/proc/meminfo: memFree=28334488/32951124 swapFree=67111356/67111528
[pid=30239] ppid=30237 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30239/stat : 30239 (prissAuto.sh) S 30237 30239 27559 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 517545889 8908800 252 33554432000 4194304 4922060 140736055580368 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30239/statm: 2175 252 211 178 0 68 0
[pid=30240] ppid=30239 vsize=584340 CPUtime=23.19 cores=1,3,5,7
/proc/30240/stat : 30240 (priss) S 30239 30239 27559 0 -1 4202496 101019 0 0 0 2275 44 0 0 18 0 5 0 517545889 598364160 94038 33554432000 4194304 5787044 140736186908800 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/30240/statm: 146085 94038 350 389 0 141835 0
[pid=30240/tid=30242] ppid=30239 vsize=584340 CPUtime=5.84 cores=1,3,5,7
/proc/30240/task/30242/stat : 30242 (priss) R 30239 30239 27559 0 -1 4202560 10351 0 0 0 578 6 0 0 25 0 5 0 517545931 598364160 94038 33554432000 4194304 5787044 140736186908800 18446744073709551615 4339986 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30240/tid=30243] ppid=30239 vsize=584340 CPUtime=5.63 cores=1,3,5,7
/proc/30240/task/30243/stat : 30243 (priss) R 30239 30239 27559 0 -1 4202560 9344 0 0 0 558 5 0 0 25 0 5 0 517545944 598364160 94038 33554432000 4194304 5787044 140736186908800 18446744073709551615 4336739 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30240/tid=30244] ppid=30239 vsize=584340 CPUtime=5.54 cores=1,3,5,7
/proc/30240/task/30244/stat : 30244 (priss) R 30239 30239 27559 0 -1 4202560 10049 0 0 0 545 9 0 0 25 0 5 0 517545960 598364160 94038 33554432000 4194304 5787044 140736186908800 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30240/tid=30245] ppid=30239 vsize=584340 CPUtime=5.39 cores=1,3,5,7
/proc/30240/task/30245/stat : 30245 (priss) R 30239 30239 27559 0 -1 4202560 10063 0 0 0 534 5 0 0 25 0 5 0 517545974 598364160 94038 33554432000 4194304 5787044 140736186908800 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 23.19
Current children cumulated vsize (KiB) 593040

[startup+12.7008 s]
/proc/loadavg: 3.77 3.95 3.98 5/177 30245
/proc/meminfo: memFree=28334760/32951124 swapFree=67111356/67111528
[pid=30239] ppid=30237 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30239/stat : 30239 (prissAuto.sh) S 30237 30239 27559 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 517545889 8908800 252 33554432000 4194304 4922060 140736055580368 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30239/statm: 2175 252 211 178 0 68 0
[pid=30240] ppid=30239 vsize=584340 CPUtime=48.75 cores=1,3,5,7
/proc/30240/stat : 30240 (priss) S 30239 30239 27559 0 -1 4202496 101055 0 0 0 4831 44 0 0 18 0 5 0 517545889 598364160 94074 33554432000 4194304 5787044 140736186908800 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/30240/statm: 146085 94074 352 389 0 141835 0
[pid=30240/tid=30242] ppid=30239 vsize=584340 CPUtime=12.24 cores=1,3,5,7
/proc/30240/task/30242/stat : 30242 (priss) R 30239 30239 27559 0 -1 4202560 10353 0 0 0 1218 6 0 0 25 0 5 0 517545931 598364160 94074 33554432000 4194304 5787044 140736186908800 18446744073709551615 222921474834 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30240/tid=30243] ppid=30239 vsize=584340 CPUtime=12.03 cores=1,3,5,7
/proc/30240/task/30243/stat : 30243 (priss) R 30239 30239 27559 0 -1 4202560 9344 0 0 0 1198 5 0 0 25 0 5 0 517545944 598364160 94074 33554432000 4194304 5787044 140736186908800 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30240/tid=30244] ppid=30239 vsize=584340 CPUtime=11.94 cores=1,3,5,7
/proc/30240/task/30244/stat : 30244 (priss) R 30239 30239 27559 0 -1 4202560 10049 0 0 0 1185 9 0 0 25 0 5 0 517545960 598364160 94074 33554432000 4194304 5787044 140736186908800 18446744073709551615 4336133 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30240/tid=30245] ppid=30239 vsize=584340 CPUtime=11.75 cores=1,3,5,7
/proc/30240/task/30245/stat : 30245 (priss) R 30239 30239 27559 0 -1 4202560 10097 0 0 0 1170 5 0 0 25 0 5 0 517545974 598364160 94074 33554432000 4194304 5787044 140736186908800 18446744073709551615 4336193 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 48.75
Current children cumulated vsize (KiB) 593040

[startup+25.5005 s]
/proc/loadavg: 3.82 3.95 3.98 5/177 30245
/proc/meminfo: memFree=28232664/32951124 swapFree=67111356/67111528
[pid=30239] ppid=30237 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30239/stat : 30239 (prissAuto.sh) S 30237 30239 27559 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 517545889 8908800 252 33554432000 4194304 4922060 140736055580368 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30239/statm: 2175 252 211 178 0 68 0
[pid=30240] ppid=30239 vsize=693760 CPUtime=99.8 cores=1,3,5,7
/proc/30240/stat : 30240 (priss) S 30239 30239 27559 0 -1 4202496 131802 0 0 0 9915 65 0 0 18 0 5 0 517545889 710410240 119835 33554432000 4194304 5787044 140736186908800 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/30240/statm: 173440 119835 417 389 0 169190 0
[pid=30240/tid=30242] ppid=30239 vsize=693760 CPUtime=25.02 cores=1,3,5,7
/proc/30240/task/30242/stat : 30242 (priss) R 30239 30239 27559 0 -1 4202560 18984 0 0 0 2491 11 0 0 20 0 5 0 517545931 710410240 119835 33554432000 4194304 5787044 140736186908800 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30240/tid=30243] ppid=30239 vsize=693760 CPUtime=24.79 cores=1,3,5,7
/proc/30240/task/30243/stat : 30243 (priss) R 30239 30239 27559 0 -1 4202560 15821 0 0 0 2469 10 0 0 20 0 5 0 517545944 710410240 119835 33554432000 4194304 5787044 140736186908800 18446744073709551615 5591552 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30240/tid=30244] ppid=30239 vsize=693760 CPUtime=24.72 cores=1,3,5,7
/proc/30240/task/30244/stat : 30244 (priss) R 30239 30239 27559 0 -1 4202560 18538 0 0 0 2458 14 0 0 25 0 5 0 517545960 710410240 119835 33554432000 4194304 5787044 140736186908800 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30240/tid=30245] ppid=30239 vsize=693760 CPUtime=24.47 cores=1,3,5,7
/proc/30240/task/30245/stat : 30245 (priss) R 30239 30239 27559 0 -1 4202560 17247 0 0 0 2436 11 0 0 25 0 5 0 517545974 710410240 119835 33554432000 4194304 5787044 140736186908800 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 99.8
Current children cumulated vsize (KiB) 702460

[startup+51.1008 s]
/proc/loadavg: 3.80 3.94 3.98 5/177 30246
/proc/meminfo: memFree=28115576/32951124 swapFree=67111356/67111528
[pid=30239] ppid=30237 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30239/stat : 30239 (prissAuto.sh) S 30237 30239 27559 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 517545889 8908800 252 33554432000 4194304 4922060 140736055580368 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30239/statm: 2175 252 211 178 0 68 0
[pid=30240] ppid=30239 vsize=730744 CPUtime=201.85 cores=1,3,5,7
/proc/30240/stat : 30240 (priss) S 30239 30239 27559 0 -1 4202496 160941 0 0 0 20079 106 0 0 18 0 5 0 517545889 748281856 148973 33554432000 4194304 5787044 140736186908800 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/30240/statm: 182686 148973 417 389 0 178436 0
[pid=30240/tid=30242] ppid=30239 vsize=730744 CPUtime=50.56 cores=1,3,5,7
/proc/30240/task/30242/stat : 30242 (priss) R 30239 30239 27559 0 -1 4202560 24994 0 0 0 5036 20 0 0 18 0 5 0 517545931 748281856 148973 33554432000 4194304 5787044 140736186908800 18446744073709551615 4238583 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30240/tid=30243] ppid=30239 vsize=730744 CPUtime=50.35 cores=1,3,5,7
/proc/30240/task/30243/stat : 30243 (priss) R 30239 30239 27559 0 -1 4202560 22514 0 0 0 5013 22 0 0 25 0 5 0 517545944 748281856 148973 33554432000 4194304 5787044 140736186908800 18446744073709551615 4449392 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30240/tid=30244] ppid=30239 vsize=730744 CPUtime=50.26 cores=1,3,5,7
/proc/30240/task/30244/stat : 30244 (priss) R 30239 30239 27559 0 -1 4202560 26575 0 0 0 5003 23 0 0 25 0 5 0 517545960 748281856 148973 33554432000 4194304 5787044 140736186908800 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30240/tid=30245] ppid=30239 vsize=730744 CPUtime=49.88 cores=1,3,5,7
/proc/30240/task/30245/stat : 30245 (priss) R 30239 30239 27559 0 -1 4202560 25646 0 0 0 4967 21 0 0 21 0 5 0 517545974 748281856 148973 33554432000 4194304 5787044 140736186908800 18446744073709551615 5527024 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 201.85
Current children cumulated vsize (KiB) 739444

[startup+102.306 s]
/proc/loadavg: 3.91 3.94 3.98 5/177 30247
/proc/meminfo: memFree=27999576/32951124 swapFree=67111356/67111528
[pid=30239] ppid=30237 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30239/stat : 30239 (prissAuto.sh) S 30237 30239 27559 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 517545889 8908800 252 33554432000 4194304 4922060 140736055580368 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30239/statm: 2175 252 211 178 0 68 0
[pid=30240] ppid=30239 vsize=957628 CPUtime=406.16 cores=1,3,5,7
/proc/30240/stat : 30240 (priss) S 30239 30239 27559 0 -1 4202496 189875 0 0 0 40456 160 0 0 18 0 5 0 517545889 980611072 177849 33554432000 4194304 5787044 140736186908800 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/30240/statm: 239407 177849 417 389 0 235157 0
[pid=30240/tid=30242] ppid=30239 vsize=957628 CPUtime=101.71 cores=1,3,5,7
/proc/30240/task/30242/stat : 30242 (priss) R 30239 30239 27559 0 -1 4202560 31535 0 0 0 10136 35 0 0 25 0 5 0 517545931 980611072 177849 33554432000 4194304 5787044 140736186908800 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30240/tid=30243] ppid=30239 vsize=957628 CPUtime=101.5 cores=1,3,5,7
/proc/30240/task/30243/stat : 30243 (priss) R 30239 30239 27559 0 -1 4202560 29049 0 0 0 10116 34 0 0 25 0 5 0 517545944 980611072 177849 33554432000 4194304 5787044 140736186908800 18446744073709551615 5590986 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30240/tid=30244] ppid=30239 vsize=957628 CPUtime=101.41 cores=1,3,5,7
/proc/30240/task/30244/stat : 30244 (priss) R 30239 30239 27559 0 -1 4202560 36117 0 0 0 10101 40 0 0 25 0 5 0 517545960 980611072 177849 33554432000 4194304 5787044 140736186908800 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30240/tid=30245] ppid=30239 vsize=957628 CPUtime=100.74 cores=1,3,5,7

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

/proc/30240/task/30243/stat : 30243 (priss) R 30239 30239 27559 0 -1 4202560 81290 0 0 0 87781 171 0 0 25 0 5 0 517545944 1856782336 396452 33554432000 4194304 5787044 140736186908800 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30240/tid=30244] ppid=30239 vsize=1813264 CPUtime=881.2 cores=1,3,5,7
/proc/30240/task/30244/stat : 30244 (priss) R 30239 30239 27559 0 -1 4202560 86278 0 0 0 87976 144 0 0 25 0 5 0 517545960 1856782336 396452 33554432000 4194304 5787044 140736186908800 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30240/tid=30245] ppid=30239 vsize=1813264 CPUtime=878.64 cores=1,3,5,7
/proc/30240/task/30245/stat : 30245 (priss) R 30239 30239 27559 0 -1 4202560 86227 0 0 0 87676 188 0 0 25 0 5 0 517545974 1856782336 396452 33554432000 4194304 5787044 140736186908800 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3521.04
Current children cumulated vsize (KiB) 1821964

[startup+942.301 s]
/proc/loadavg: 4.00 4.01 4.00 5/177 30270
/proc/meminfo: memFree=27122564/32951124 swapFree=67111356/67111528
[pid=30239] ppid=30237 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30239/stat : 30239 (prissAuto.sh) S 30237 30239 27559 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 517545889 8908800 252 33554432000 4194304 4922060 140736055580368 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30239/statm: 2175 252 211 178 0 68 0
[pid=30240] ppid=30239 vsize=1813264 CPUtime=3760.72 cores=1,3,5,7
/proc/30240/stat : 30240 (priss) S 30239 30239 27559 0 -1 4202496 409919 0 0 0 375382 690 0 0 18 0 5 0 517545889 1856782336 396452 33554432000 4194304 5787044 140736186908800 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/30240/statm: 453316 396452 417 389 0 449066 0
[pid=30240/tid=30242] ppid=30239 vsize=1813264 CPUtime=940.56 cores=1,3,5,7
/proc/30240/task/30242/stat : 30242 (priss) R 30239 30239 27559 0 -1 4202560 94912 0 0 0 93888 168 0 0 25 0 5 0 517545931 1856782336 396452 33554432000 4194304 5787044 140736186908800 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30240/tid=30243] ppid=30239 vsize=1813264 CPUtime=939.53 cores=1,3,5,7
/proc/30240/task/30243/stat : 30243 (priss) R 30239 30239 27559 0 -1 4202560 81290 0 0 0 93782 171 0 0 25 0 5 0 517545944 1856782336 396452 33554432000 4194304 5787044 140736186908800 18446744073709551615 5591716 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30240/tid=30244] ppid=30239 vsize=1813264 CPUtime=941.2 cores=1,3,5,7
/proc/30240/task/30244/stat : 30244 (priss) R 30239 30239 27559 0 -1 4202560 86278 0 0 0 93976 144 0 0 25 0 5 0 517545960 1856782336 396452 33554432000 4194304 5787044 140736186908800 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30240/tid=30245] ppid=30239 vsize=1813264 CPUtime=938.64 cores=1,3,5,7
/proc/30240/task/30245/stat : 30245 (priss) R 30239 30239 27559 0 -1 4202560 86227 0 0 0 93676 188 0 0 25 0 5 0 517545974 1856782336 396452 33554432000 4194304 5787044 140736186908800 18446744073709551615 4732533 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3760.72
Current children cumulated vsize (KiB) 1821964

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/177 30271
/proc/meminfo: memFree=27122536/32951124 swapFree=67111356/67111528
[pid=30239] ppid=30237 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30239/stat : 30239 (prissAuto.sh) S 30237 30239 27559 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 517545889 8908800 252 33554432000 4194304 4922060 140736055580368 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30239/statm: 2175 252 211 178 0 68 0
[pid=30240] ppid=30239 vsize=1813264 CPUtime=4000.4 cores=1,3,5,7
/proc/30240/stat : 30240 (priss) S 30239 30239 27559 0 -1 4202496 409920 0 0 0 399349 691 0 0 18 0 5 0 517545889 1856782336 396453 33554432000 4194304 5787044 140736186908800 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/30240/statm: 453316 396453 417 389 0 449066 0
[pid=30240/tid=30242] ppid=30239 vsize=1813264 CPUtime=1000.23 cores=1,3,5,7
/proc/30240/task/30242/stat : 30242 (priss) R 30239 30239 27559 0 -1 4202560 94912 0 0 0 99855 168 0 0 25 0 5 0 517545931 1856782336 396453 33554432000 4194304 5787044 140736186908800 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30240/tid=30243] ppid=30239 vsize=1813264 CPUtime=999.53 cores=1,3,5,7
/proc/30240/task/30243/stat : 30243 (priss) R 30239 30239 27559 0 -1 4202560 81290 0 0 0 99782 171 0 0 25 0 5 0 517545944 1856782336 396453 33554432000 4194304 5787044 140736186908800 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30240/tid=30244] ppid=30239 vsize=1813264 CPUtime=1001.21 cores=1,3,5,7
/proc/30240/task/30244/stat : 30244 (priss) R 30239 30239 27559 0 -1 4202560 86279 0 0 0 99977 144 0 0 25 0 5 0 517545960 1856782336 396453 33554432000 4194304 5787044 140736186908800 18446744073709551615 5591640 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30240/tid=30245] ppid=30239 vsize=1813264 CPUtime=998.64 cores=1,3,5,7
/proc/30240/task/30245/stat : 30245 (priss) R 30239 30239 27559 0 -1 4202560 86227 0 0 0 99676 188 0 0 25 0 5 0 517545974 1856782336 396453 33554432000 4194304 5787044 140736186908800 18446744073709551615 5527202 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4000.4
Current children cumulated vsize (KiB) 1821964

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/177 30282
/proc/meminfo: memFree=27111820/32951124 swapFree=67111356/67111528
[pid=30239] ppid=30237 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30239/stat : 30239 (prissAuto.sh) S 30237 30239 27559 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 517545889 8908800 252 33554432000 4194304 4922060 140736055580368 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30239/statm: 2175 252 211 178 0 68 0
[pid=30240] ppid=30239 vsize=1821464 CPUtime=4240.08 cores=1,3,5,7
/proc/30240/stat : 30240 (priss) S 30239 30239 27559 0 -1 4202496 412853 0 0 0 423311 697 0 0 18 0 5 0 517545889 1865179136 399386 33554432000 4194304 5787044 140736186908800 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/30240/statm: 455366 399386 417 389 0 451116 0
[pid=30240/tid=30242] ppid=30239 vsize=1821464 CPUtime=1059.91 cores=1,3,5,7
/proc/30240/task/30242/stat : 30242 (priss) R 30239 30239 27559 0 -1 4202560 94932 0 0 0 105823 168 0 0 25 0 5 0 517545931 1865179136 399386 33554432000 4194304 5787044 140736186908800 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30240/tid=30243] ppid=30239 vsize=1821464 CPUtime=1059.53 cores=1,3,5,7
/proc/30240/task/30243/stat : 30243 (priss) R 30239 30239 27559 0 -1 4202560 82335 0 0 0 105782 171 0 0 25 0 5 0 517545944 1865179136 399386 33554432000 4194304 5787044 140736186908800 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30240/tid=30244] ppid=30239 vsize=1821464 CPUtime=1061.21 cores=1,3,5,7
/proc/30240/task/30244/stat : 30244 (priss) R 30239 30239 27559 0 -1 4202560 86829 0 0 0 105976 145 0 0 25 0 5 0 517545960 1865179136 399386 33554432000 4194304 5787044 140736186908800 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30240/tid=30245] ppid=30239 vsize=1821464 CPUtime=1058.64 cores=1,3,5,7
/proc/30240/task/30245/stat : 30245 (priss) R 30239 30239 27559 0 -1 4202560 87545 0 0 0 105670 194 0 0 25 0 5 0 517545974 1865179136 399386 33554432000 4194304 5787044 140736186908800 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4240.08
Current children cumulated vsize (KiB) 1830164

[startup+1122.3 s]
/proc/loadavg: 3.95 3.98 3.99 5/177 30284
/proc/meminfo: memFree=27035036/32951124 swapFree=67111356/67111528
[pid=30239] ppid=30237 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30239/stat : 30239 (prissAuto.sh) S 30237 30239 27559 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 517545889 8908800 252 33554432000 4194304 4922060 140736055580368 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30239/statm: 2175 252 211 178 0 68 0
[pid=30240] ppid=30239 vsize=1852536 CPUtime=4479.73 cores=1,3,5,7
/proc/30240/stat : 30240 (priss) S 30239 30239 27559 0 -1 4202496 432043 0 0 0 447219 754 0 0 18 0 5 0 517545889 1896996864 418576 33554432000 4194304 5787044 140736186908800 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/30240/statm: 463134 418576 417 389 0 458884 0
[pid=30240/tid=30242] ppid=30239 vsize=1852536 CPUtime=1119.57 cores=1,3,5,7
/proc/30240/task/30242/stat : 30242 (priss) R 30239 30239 27559 0 -1 4202560 99181 0 0 0 111786 171 0 0 25 0 5 0 517545931 1896996864 418576 33554432000 4194304 5787044 140736186908800 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30240/tid=30243] ppid=30239 vsize=1852536 CPUtime=1119.53 cores=1,3,5,7
/proc/30240/task/30243/stat : 30243 (priss) R 30239 30239 27559 0 -1 4202560 88738 0 0 0 111760 193 0 0 25 0 5 0 517545944 1896996864 418576 33554432000 4194304 5787044 140736186908800 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30240/tid=30244] ppid=30239 vsize=1852536 CPUtime=1121.2 cores=1,3,5,7
/proc/30240/task/30244/stat : 30244 (priss) R 30239 30239 27559 0 -1 4202560 86871 0 0 0 111975 145 0 0 25 0 5 0 517545960 1896996864 418576 33554432000 4194304 5787044 140736186908800 18446744073709551615 5591564 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30240/tid=30245] ppid=30239 vsize=1852536 CPUtime=1118.63 cores=1,3,5,7
/proc/30240/task/30245/stat : 30245 (priss) R 30239 30239 27559 0 -1 4202560 96041 0 0 0 111637 226 0 0 25 0 5 0 517545974 1896996864 418576 33554432000 4194304 5787044 140736186908800 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4479.73
Current children cumulated vsize (KiB) 1861236

[startup+1182.3 s]
/proc/loadavg: 3.98 3.98 3.99 5/177 30287
/proc/meminfo: memFree=26918936/32951124 swapFree=67111356/67111528
[pid=30239] ppid=30237 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30239/stat : 30239 (prissAuto.sh) S 30237 30239 27559 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 517545889 8908800 252 33554432000 4194304 4922060 140736055580368 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30239/statm: 2175 252 211 178 0 68 0
[pid=30240] ppid=30239 vsize=1952964 CPUtime=4719.39 cores=1,3,5,7
/proc/30240/stat : 30240 (priss) S 30239 30239 27559 0 -1 4202496 461251 0 0 0 471092 847 0 0 18 0 5 0 517545889 1999835136 447784 33554432000 4194304 5787044 140736186908800 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/30240/statm: 488241 447784 417 389 0 483991 0
[pid=30240/tid=30242] ppid=30239 vsize=1952964 CPUtime=1179.24 cores=1,3,5,7
/proc/30240/task/30242/stat : 30242 (priss) R 30239 30239 27559 0 -1 4202560 107690 0 0 0 117726 198 0 0 25 0 5 0 517545931 1999835136 447784 33554432000 4194304 5787044 140736186908800 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30240/tid=30243] ppid=30239 vsize=1952964 CPUtime=1179.53 cores=1,3,5,7
/proc/30240/task/30243/stat : 30243 (priss) R 30239 30239 27559 0 -1 4202560 96714 0 0 0 117726 227 0 0 25 0 5 0 517545944 1999835136 447784 33554432000 4194304 5787044 140736186908800 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30240/tid=30244] ppid=30239 vsize=1952964 CPUtime=1181.2 cores=1,3,5,7
/proc/30240/task/30244/stat : 30244 (priss) R 30239 30239 27559 0 -1 4202560 91842 0 0 0 117954 166 0 0 25 0 5 0 517545960 1999835136 447784 33554432000 4194304 5787044 140736186908800 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30240/tid=30245] ppid=30239 vsize=1952964 CPUtime=1178.63 cores=1,3,5,7
/proc/30240/task/30245/stat : 30245 (priss) R 30239 30239 27559 0 -1 4202560 103793 0 0 0 117626 237 0 0 25 0 5 0 517545974 1999835136 447784 33554432000 4194304 5787044 140736186908800 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4719.39
Current children cumulated vsize (KiB) 1961664



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.5 s]
/proc/loadavg: 3.99 3.98 3.99 5/177 30289
/proc/meminfo: memFree=26877348/32951124 swapFree=67111356/67111528
[pid=30239] ppid=30237 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30239/stat : 30239 (prissAuto.sh) S 30237 30239 27559 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 517545889 8908800 252 33554432000 4194304 4922060 140736055580368 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30239/statm: 2175 252 211 178 0 68 0
[pid=30240] ppid=30239 vsize=2028560 CPUtime=4800.08 cores=1,3,5,7
/proc/30240/stat : 30240 (priss) S 30239 30239 27559 0 -1 4202496 471148 0 0 0 479133 875 0 0 18 0 5 0 517545889 2077245440 457681 33554432000 4194304 5787044 140736186908800 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/30240/statm: 507140 457681 417 389 0 502890 0
[pid=30240/tid=30242] ppid=30239 vsize=2028560 CPUtime=1199.38 cores=1,3,5,7
/proc/30240/task/30242/stat : 30242 (priss) R 30239 30239 27559 0 -1 4202560 110258 0 0 0 119731 207 0 0 25 0 5 0 517545931 2077245440 457681 33554432000 4194304 5787044 140736186908800 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30240/tid=30243] ppid=30239 vsize=2028560 CPUtime=1199.72 cores=1,3,5,7
/proc/30240/task/30243/stat : 30243 (priss) R 30239 30239 27559 0 -1 4202560 99277 0 0 0 119736 236 0 0 24 0 5 0 517545944 2077245440 457681 33554432000 4194304 5787044 140736186908800 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30240/tid=30244] ppid=30239 vsize=2028560 CPUtime=1201.4 cores=1,3,5,7
/proc/30240/task/30244/stat : 30244 (priss) R 30239 30239 27559 0 -1 4202560 94095 0 0 0 119966 174 0 0 25 0 5 0 517545960 2077245440 457681 33554432000 4194304 5787044 140736186908800 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30240/tid=30245] ppid=30239 vsize=2028560 CPUtime=1198.77 cores=1,3,5,7
/proc/30240/task/30245/stat : 30245 (priss) R 30239 30239 27559 0 -1 4202560 106306 0 0 0 119638 239 0 0 25 0 5 0 517545974 2077245440 457681 33554432000 4194304 5787044 140736186908800 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.08
Current children cumulated vsize (KiB) 2037260

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

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

[startup+1202.5 s]
/proc/loadavg: 3.99 3.98 3.99 5/177 30289
/proc/meminfo: memFree=26877348/32951124 swapFree=67111356/67111528
[pid=30239] ppid=30237 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30239/stat : 30239 (prissAuto.sh) S 30237 30239 27559 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 517545889 8908800 252 33554432000 4194304 4922060 140736055580368 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30239/statm: 2175 252 211 178 0 68 0
[pid=30240] ppid=30239 vsize=2028560 CPUtime=4800.08 cores=1,3,5,7
/proc/30240/stat : 30240 (priss) S 30239 30239 27559 0 -1 4202496 471148 0 0 0 479133 875 0 0 18 0 5 0 517545889 2077245440 457681 33554432000 4194304 5787044 140736186908800 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/30240/statm: 507140 457681 417 389 0 502890 0
[pid=30240/tid=30242] ppid=30239 vsize=2028560 CPUtime=1199.38 cores=1,3,5,7
/proc/30240/task/30242/stat : 30242 (priss) R 30239 30239 27559 0 -1 4202560 110258 0 0 0 119731 207 0 0 25 0 5 0 517545931 2077245440 457681 33554432000 4194304 5787044 140736186908800 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30240/tid=30243] ppid=30239 vsize=2028560 CPUtime=1199.72 cores=1,3,5,7
/proc/30240/task/30243/stat : 30243 (priss) R 30239 30239 27559 0 -1 4202560 99277 0 0 0 119736 236 0 0 24 0 5 0 517545944 2077245440 457681 33554432000 4194304 5787044 140736186908800 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30240/tid=30244] ppid=30239 vsize=2028560 CPUtime=1201.4 cores=1,3,5,7
/proc/30240/task/30244/stat : 30244 (priss) R 30239 30239 27559 0 -1 4202560 94095 0 0 0 119966 174 0 0 25 0 5 0 517545960 2077245440 457681 33554432000 4194304 5787044 140736186908800 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30240/tid=30245] ppid=30239 vsize=2028560 CPUtime=1198.77 cores=1,3,5,7
/proc/30240/task/30245/stat : 30245 (priss) R 30239 30239 27559 0 -1 4202560 106306 0 0 0 119638 239 0 0 25 0 5 0 517545974 2077245440 457681 33554432000 4194304 5787044 140736186908800 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.08
Current children cumulated vsize (KiB) 2037260

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1202.52
CPU time (s): 4800.08
CPU user time (s): 4791.33
CPU system time (s): 8.75
CPU usage (%): 399.169
Max. virtual memory (cumulated for all children) (KiB): 2037260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 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= 5
involuntary context switches= 2

runsolver used 1.80572 second user time and 4.76427 second system time

The end

Launcher Data

Begin job on node109 at 2011-04-29 08:44:11
IDJOB=3250281
IDBENCH=83249
IDSOLVER=1602
FILE ID=node109/3250281-1304059450
RUNJOBID= node109-1304051370-29599
PBS_JOBID= 13170356
Free space on /tmp= 72364 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-5-5_34308.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250281-1304059450/watcher-3250281-1304059450 -o /tmp/evaluation-result-3250281-1304059450/solver-3250281-1304059450 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3250281-1304059450.cnf 1870538625 4800 15500 4

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

MD5SUM BENCH= 1ef198d3f2d717e33f4f2ba124eb7eb2
RANDOM SEED=1870538625

node109.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28712008 kB
Buffers:        882868 kB
Cached:        2867460 kB
SwapCached:        168 kB
Active:         839696 kB
Inactive:      2974640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28712008 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           24500 kB
Writeback:           0 kB
AnonPages:       63760 kB
Mapped:          14556 kB
Slab:           361392 kB
PageTables:       4448 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186528 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= 72360 MiB
End job on node109 at 2011-04-29 09:04:16