Trace number 3250457

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 1201.92

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-4-5_4232.cnf
MD5SUM86d9f733c618d2ca060f457ab8a19463
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 variables4230
Number of clauses100443
Sum of the clauses size411786
Maximum clause length5
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 490429
Number of clauses of size 510014
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: 19802
0.00/0.00	c setup for 4cores
0.00/0.03	c parsetime: 29433us
0.00/0.03	c parsed 100443 clauses with 4230 variables
0.00/0.04	c NW started thread 0 successfully (1100368192)
0.00/0.05	c NW started thread 1 successfully (1112779072)
0.00/0.06	c NW started thread 2 successfully (1123268928)
0.00/0.08	c NW started thread 3 successfully (1085761856)
8.99/2.31	c preprocessor returned 10002 variables
8.99/2.31	c preprocessing returned UNKNOWN
8.99/2.31	c PP set 2 variables
8.99/2.31	c pp time: 2268471us (2s)
8.99/2.31	c preprocessor returned 10002 variables
8.99/2.31	c preprocessing returned UNKNOWN
8.99/2.31	c PP set 2 variables
8.99/2.31	c pp time: 2262196us (2s)
8.99/2.32	c preprocessor returned 10002 variables
8.99/2.32	c preprocessing returned UNKNOWN
8.99/2.32	c PP set 2 variables
8.99/2.32	c pp time: 2252654us (2s)
20.97/5.31	c preprocessor returned 30003 variables
20.97/5.31	c preprocessing returned UNKNOWN
20.97/5.31	c PP set 2 variables
20.97/5.31	c pp time: 5230300us (5s)

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-3250457-1304059832/watcher-3250457-1304059832 -o /tmp/evaluation-result-3250457-1304059832/solver-3250457-1304059832 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3250457-1304059832.cnf 921949042 4800 15500 4 

running on 4 cores: 0,2,4,6

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.68 4.59 6.20 3/180 19800
/proc/meminfo: memFree=25399820/32951124 swapFree=67111524/67111528
[pid=19800] ppid=19796 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19800/stat : 19800 (prissAuto.sh) S 19796 19800 19041 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 517581415 8908800 252 33554432000 4194304 4922060 140736063916032 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19800/statm: 2175 252 211 178 0 68 0

[startup+0.0963561 s]
/proc/loadavg: 3.68 4.59 6.20 3/180 19800
/proc/meminfo: memFree=25399820/32951124 swapFree=67111524/67111528
[pid=19800] ppid=19796 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19800/stat : 19800 (prissAuto.sh) S 19796 19800 19041 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 517581415 8908800 252 33554432000 4194304 4922060 140736063916032 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19800/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.995559 s]
/proc/loadavg: 3.68 4.59 6.20 3/180 19800
/proc/meminfo: memFree=25399820/32951124 swapFree=67111524/67111528
[pid=19800] ppid=19796 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19800/stat : 19800 (prissAuto.sh) S 19796 19800 19041 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 517581415 8908800 252 33554432000 4194304 4922060 140736063916032 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19800/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.01858 s]
/proc/loadavg: 3.68 4.59 6.20 3/180 19800
/proc/meminfo: memFree=25399820/32951124 swapFree=67111524/67111528
[pid=19800] ppid=19796 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19800/stat : 19800 (prissAuto.sh) S 19796 19800 19041 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 517581415 8908800 252 33554432000 4194304 4922060 140736063916032 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19800/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.19552 s]
/proc/loadavg: 3.68 4.59 6.20 3/180 19800
/proc/meminfo: memFree=25399820/32951124 swapFree=67111524/67111528
[pid=19800] ppid=19796 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19800/stat : 19800 (prissAuto.sh) S 19796 19800 19041 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 517581415 8908800 252 33554432000 4194304 4922060 140736063916032 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19800/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50047 s]
/proc/loadavg: 3.68 4.59 6.20 3/180 19800
/proc/meminfo: memFree=25399820/32951124 swapFree=67111524/67111528
[pid=19800] ppid=19796 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19800/stat : 19800 (prissAuto.sh) S 19796 19800 19041 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 517581415 8908800 252 33554432000 4194304 4922060 140736063916032 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19800/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10119 s]
/proc/loadavg: 3.68 4.59 6.20 9/192 19812
/proc/meminfo: memFree=25262832/32951124 swapFree=67111524/67111528
[pid=19800] ppid=19796 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19800/stat : 19800 (prissAuto.sh) S 19796 19800 19041 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 517581415 8908800 252 33554432000 4194304 4922060 140736063916032 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19800/statm: 2175 252 211 178 0 68 0
[pid=19802] ppid=19800 vsize=305340 CPUtime=12.19 cores=0,2,4,6
/proc/19802/stat : 19802 (priss) S 19800 19800 19041 0 -1 4202496 19616 0 0 0 1215 4 0 0 19 0 5 0 517581416 312668160 16579 33554432000 4194304 5787044 140734676954704 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/19802/statm: 76335 16579 404 389 0 72085 0
[pid=19802/tid=19805] ppid=19800 vsize=305340 CPUtime=3.03 cores=0,2,4,6
/proc/19802/task/19805/stat : 19805 (priss) R 19800 19800 19041 0 -1 4202560 4961 0 0 0 302 1 0 0 25 0 5 0 517581420 312668160 16579 33554432000 4194304 5787044 140734676954704 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19802/tid=19806] ppid=19800 vsize=305340 CPUtime=3.03 cores=0,2,4,6
/proc/19802/task/19806/stat : 19806 (priss) R 19800 19800 19041 0 -1 4202560 3394 0 0 0 302 1 0 0 25 0 5 0 517581421 312668160 16579 33554432000 4194304 5787044 140734676954704 18446744073709551615 5591719 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19802/tid=19808] ppid=19800 vsize=305340 CPUtime=3.02 cores=0,2,4,6
/proc/19802/task/19808/stat : 19808 (priss) R 19800 19800 19041 0 -1 4202560 2370 0 0 0 302 0 0 0 25 0 5 0 517581422 312668160 16579 33554432000 4194304 5787044 140734676954704 18446744073709551615 5591712 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19802/tid=19810] ppid=19800 vsize=305340 CPUtime=3.01 cores=0,2,4,6
/proc/19802/task/19810/stat : 19810 (priss) R 19800 19800 19041 0 -1 4202560 3498 0 0 0 301 0 0 0 25 0 5 0 517581424 312668160 16579 33554432000 4194304 5787044 140734676954704 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.19
Current children cumulated vsize (KiB) 314040

[startup+6.30662 s]
/proc/loadavg: 4.03 4.64 6.21 10/192 19812
/proc/meminfo: memFree=25210752/32951124 swapFree=67111524/67111528
[pid=19800] ppid=19796 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19800/stat : 19800 (prissAuto.sh) S 19796 19800 19041 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 517581415 8908800 252 33554432000 4194304 4922060 140736063916032 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19800/statm: 2175 252 211 178 0 68 0
[pid=19802] ppid=19800 vsize=311364 CPUtime=24.98 cores=0,2,4,6
/proc/19802/stat : 19802 (priss) S 19800 19800 19041 0 -1 4202496 24665 0 0 0 2492 6 0 0 19 0 5 0 517581416 318836736 20924 33554432000 4194304 5787044 140734676954704 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/19802/statm: 77841 20924 417 389 0 73591 0
[pid=19802/tid=19805] ppid=19800 vsize=311364 CPUtime=6.22 cores=0,2,4,6
/proc/19802/task/19805/stat : 19805 (priss) R 19800 19800 19041 0 -1 4202560 6145 0 0 0 620 2 0 0 18 0 5 0 517581420 318836736 20924 33554432000 4194304 5787044 140734676954704 18446744073709551615 4218756 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19802/tid=19806] ppid=19800 vsize=311364 CPUtime=6.23 cores=0,2,4,6
/proc/19802/task/19806/stat : 19806 (priss) R 19800 19800 19041 0 -1 4202560 4405 0 0 0 622 1 0 0 25 0 5 0 517581421 318836736 20924 33554432000 4194304 5787044 140734676954704 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19802/tid=19808] ppid=19800 vsize=311364 CPUtime=6.23 cores=0,2,4,6
/proc/19802/task/19808/stat : 19808 (priss) R 19800 19800 19041 0 -1 4202560 3224 0 0 0 622 1 0 0 25 0 5 0 517581422 318836736 20924 33554432000 4194304 5787044 140734676954704 18446744073709551615 5591488 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19802/tid=19810] ppid=19800 vsize=311364 CPUtime=6.22 cores=0,2,4,6
/proc/19802/task/19810/stat : 19810 (priss) R 19800 19800 19041 0 -1 4202560 5498 0 0 0 621 1 0 0 25 0 5 0 517581424 318836736 20924 33554432000 4194304 5787044 140734676954704 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.98
Current children cumulated vsize (KiB) 320064

[startup+12.7005 s]
/proc/loadavg: 4.34 4.70 6.22 10/192 19812
/proc/meminfo: memFree=25176948/32951124 swapFree=67111524/67111528
[pid=19800] ppid=19796 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19800/stat : 19800 (prissAuto.sh) S 19796 19800 19041 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 517581415 8908800 252 33554432000 4194304 4922060 140736063916032 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19800/statm: 2175 252 211 178 0 68 0
[pid=19802] ppid=19800 vsize=321500 CPUtime=50.52 cores=0,2,4,6
/proc/19802/stat : 19802 (priss) S 19800 19800 19041 0 -1 4202496 30432 0 0 0 5041 11 0 0 19 0 5 0 517581416 329216000 26691 33554432000 4194304 5787044 140734676954704 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/19802/statm: 80375 26691 417 389 0 76125 0
[pid=19802/tid=19805] ppid=19800 vsize=321500 CPUtime=12.57 cores=0,2,4,6
/proc/19802/task/19805/stat : 19805 (priss) R 19800 19800 19041 0 -1 4202560 7356 0 0 0 1254 3 0 0 21 0 5 0 517581420 329216000 26691 33554432000 4194304 5787044 140734676954704 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19802/tid=19806] ppid=19800 vsize=321500 CPUtime=12.63 cores=0,2,4,6
/proc/19802/task/19806/stat : 19806 (priss) R 19800 19800 19041 0 -1 4202560 5290 0 0 0 1261 2 0 0 18 0 5 0 517581421 329216000 26691 33554432000 4194304 5787044 140734676954704 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19802/tid=19808] ppid=19800 vsize=321500 CPUtime=12.62 cores=0,2,4,6
/proc/19802/task/19808/stat : 19808 (priss) R 19800 19800 19041 0 -1 4202560 4227 0 0 0 1260 2 0 0 25 0 5 0 517581422 329216000 26691 33554432000 4194304 5787044 140734676954704 18446744073709551615 5592064 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19802/tid=19810] ppid=19800 vsize=321500 CPUtime=12.6 cores=0,2,4,6
/proc/19802/task/19810/stat : 19810 (priss) R 19800 19800 19041 0 -1 4202560 8166 0 0 0 1258 2 0 0 25 0 5 0 517581424 329216000 26691 33554432000 4194304 5787044 140734676954704 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 330200

[startup+25.5012 s]
/proc/loadavg: 5.15 4.86 6.25 10/192 19813
/proc/meminfo: memFree=25110988/32951124 swapFree=67111524/67111528
[pid=19800] ppid=19796 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19800/stat : 19800 (prissAuto.sh) S 19796 19800 19041 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 517581415 8908800 252 33554432000 4194304 4922060 140736063916032 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19800/statm: 2175 252 211 178 0 68 0
[pid=19802] ppid=19800 vsize=335812 CPUtime=101.63 cores=0,2,4,6
/proc/19802/stat : 19802 (priss) S 19800 19800 19041 0 -1 4202496 41256 0 0 0 10144 19 0 0 19 0 5 0 517581416 343871488 37512 33554432000 4194304 5787044 140734676954704 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/19802/statm: 83953 37512 417 389 0 79703 0
[pid=19802/tid=19805] ppid=19800 vsize=335812 CPUtime=25.3 cores=0,2,4,6
/proc/19802/task/19805/stat : 19805 (priss) R 19800 19800 19041 0 -1 4202560 10170 0 0 0 2525 5 0 0 25 0 5 0 517581420 343871488 37513 33554432000 4194304 5787044 140734676954704 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19802/tid=19806] ppid=19800 vsize=335812 CPUtime=25.43 cores=0,2,4,6
/proc/19802/task/19806/stat : 19806 (priss) R 19800 19800 19041 0 -1 4202560 7296 0 0 0 2540 3 0 0 25 0 5 0 517581421 343871488 37513 33554432000 4194304 5787044 140734676954704 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19802/tid=19808] ppid=19800 vsize=335812 CPUtime=25.41 cores=0,2,4,6
/proc/19802/task/19808/stat : 19808 (priss) R 19800 19800 19041 0 -1 4202560 7344 0 0 0 2537 4 0 0 25 0 5 0 517581422 343871488 37513 33554432000 4194304 5787044 140734676954704 18446744073709551615 232335553569 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19802/tid=19810] ppid=19800 vsize=335812 CPUtime=25.4 cores=0,2,4,6
/proc/19802/task/19810/stat : 19810 (priss) R 19800 19800 19041 0 -1 4202560 11054 0 0 0 2535 5 0 0 25 0 5 0 517581424 343871488 37513 33554432000 4194304 5787044 140734676954704 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.63
Current children cumulated vsize (KiB) 344512

[startup+51.1007 s]
/proc/loadavg: 6.24 5.14 6.30 10/192 19813
/proc/meminfo: memFree=25036812/32951124 swapFree=67111524/67111528
[pid=19800] ppid=19796 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19800/stat : 19800 (prissAuto.sh) S 19796 19800 19041 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 517581415 8908800 252 33554432000 4194304 4922060 140736063916032 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19800/statm: 2175 252 211 178 0 68 0
[pid=19802] ppid=19800 vsize=344140 CPUtime=203.86 cores=0,2,4,6
/proc/19802/stat : 19802 (priss) S 19800 19800 19041 0 -1 4202496 50298 0 0 0 20356 30 0 0 19 0 5 0 517581416 352399360 46423 33554432000 4194304 5787044 140734676954704 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/19802/statm: 86035 46423 417 389 0 81785 0
[pid=19802/tid=19805] ppid=19800 vsize=344140 CPUtime=50.75 cores=0,2,4,6
/proc/19802/task/19805/stat : 19805 (priss) R 19800 19800 19041 0 -1 4202560 12586 0 0 0 5068 7 0 0 25 0 5 0 517581420 352399360 46423 33554432000 4194304 5787044 140734676954704 18446744073709551615 5591356 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19802/tid=19806] ppid=19800 vsize=344140 CPUtime=51.01 cores=0,2,4,6
/proc/19802/task/19806/stat : 19806 (priss) R 19800 19800 19041 0 -1 4202560 9487 0 0 0 5096 5 0 0 25 0 5 0 517581421 352399360 46423 33554432000 4194304 5787044 140734676954704 18446744073709551615 5600967 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19802/tid=19808] ppid=19800 vsize=344140 CPUtime=51 cores=0,2,4,6
/proc/19802/task/19808/stat : 19808 (priss) R 19800 19800 19041 0 -1 4202560 10437 0 0 0 5092 8 0 0 25 0 5 0 517581422 352399360 46423 33554432000 4194304 5787044 140734676954704 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19802/tid=19810] ppid=19800 vsize=344140 CPUtime=50.99 cores=0,2,4,6
/proc/19802/task/19810/stat : 19810 (priss) R 19800 19800 19041 0 -1 4202560 12395 0 0 0 5091 8 0 0 25 0 5 0 517581424 352399360 46423 33554432000 4194304 5787044 140734676954704 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.86
Current children cumulated vsize (KiB) 352840

[startup+102.301 s]
/proc/loadavg: 7.57 5.66 6.41 10/192 19815
/proc/meminfo: memFree=24910200/32951124 swapFree=67111524/67111528
[pid=19800] ppid=19796 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19800/stat : 19800 (prissAuto.sh) S 19796 19800 19041 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 517581415 8908800 252 33554432000 4194304 4922060 140736063916032 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19800/statm: 2175 252 211 178 0 68 0
[pid=19802] ppid=19800 vsize=380732 CPUtime=408.3 cores=0,2,4,6
/proc/19802/stat : 19802 (priss) S 19800 19800 19041 0 -1 4202496 68175 0 0 0 40785 45 0 0 19 0 5 0 517581416 389869568 64171 33554432000 4194304 5787044 140734676954704 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/19802/statm: 95183 64171 417 389 0 90933 0
[pid=19802/tid=19805] ppid=19800 vsize=380732 CPUtime=101.88 cores=0,2,4,6
/proc/19802/task/19805/stat : 19805 (priss) R 19800 19800 19041 0 -1 4202560 16923 0 0 0 10176 12 0 0 25 0 5 0 517581420 389869568 64171 33554432000 4194304 5787044 140734676954704 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19802/tid=19806] ppid=19800 vsize=380732 CPUtime=101.97 cores=0,2,4,6
/proc/19802/task/19806/stat : 19806 (priss) R 19800 19800 19041 0 -1 4202560 14175 0 0 0 10189 8 0 0 25 0 5 0 517581421 389869568 64171 33554432000 4194304 5787044 140734676954704 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19802/tid=19808] ppid=19800 vsize=380732 CPUtime=102.18 cores=0,2,4,6
/proc/19802/task/19808/stat : 19808 (priss) R 19800 19800 19041 0 -1 4202560 14509 0 0 0 10207 11 0 0 25 0 5 0 517581422 389869568 64171 33554432000 4194304 5787044 140734676954704 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19802/tid=19810] ppid=19800 vsize=380732 CPUtime=102.17 cores=0,2,4,6
/proc/19802/task/19810/stat : 19810 (priss) R 19800 19800 19041 0 -1 4202560 17175 0 0 0 10205 12 0 0 25 0 5 0 517581424 389869568 64171 33554432000 4194304 5787044 140734676954704 18446744073709551615 5527113 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.3
Current children cumulated vsize (KiB) 389432

[startup+162.301 s]
/proc/loadavg: 7.93 6.11 6.52 10/192 19816
/proc/meminfo: memFree=24793492/32951124 swapFree=67111524/67111528
[pid=19800] ppid=19796 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19800/stat : 19800 (prissAuto.sh) S 19796 19800 19041 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 517581415 8908800 252 33554432000 4194304 4922060 140736063916032 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19800/statm: 2175 252 211 178 0 68 0
[pid=19802] ppid=19800 vsize=480512 CPUtime=647.95 cores=0,2,4,6

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

/proc/19802/task/19806/stat : 19806 (priss) R 19800 19800 19041 0 -1 4202560 38499 0 0 0 88066 37 0 0 25 0 5 0 517581421 889970688 170544 33554432000 4194304 5787044 140734676954704 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19802/tid=19808] ppid=19800 vsize=869112 CPUtime=878.72 cores=0,2,4,6
/proc/19802/task/19808/stat : 19808 (priss) R 19800 19800 19041 0 -1 4202560 38319 0 0 0 87828 44 0 0 25 0 5 0 517581422 889970688 170544 33554432000 4194304 5787044 140734676954704 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19802/tid=19810] ppid=19800 vsize=869112 CPUtime=882.02 cores=0,2,4,6
/proc/19802/task/19810/stat : 19810 (priss) R 19800 19800 19041 0 -1 4202560 49031 0 0 0 88139 63 0 0 25 0 5 0 517581424 889970688 170544 33554432000 4194304 5787044 140734676954704 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3523.69
Current children cumulated vsize (KiB) 877812

[startup+942.301 s]
/proc/loadavg: 8.33 8.15 7.51 10/192 19849
/proc/meminfo: memFree=24151556/32951124 swapFree=67111524/67111528
[pid=19800] ppid=19796 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19800/stat : 19800 (prissAuto.sh) S 19796 19800 19041 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 517581415 8908800 252 33554432000 4194304 4922060 140736063916032 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19800/statm: 2175 252 211 178 0 68 0
[pid=19802] ppid=19800 vsize=872232 CPUtime=3763.36 cores=0,2,4,6
/proc/19802/stat : 19802 (priss) S 19800 19800 19041 0 -1 4202496 179458 0 0 0 376149 187 0 0 19 0 5 0 517581416 893165568 173665 33554432000 4194304 5787044 140734676954704 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/19802/statm: 218058 173665 417 389 0 213808 0
[pid=19802/tid=19805] ppid=19800 vsize=872232 CPUtime=941.82 cores=0,2,4,6
/proc/19802/task/19805/stat : 19805 (priss) R 19800 19800 19041 0 -1 4202560 45364 0 0 0 94146 36 0 0 25 0 5 0 517581420 893165568 173665 33554432000 4194304 5787044 140734676954704 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19802/tid=19806] ppid=19800 vsize=872232 CPUtime=941.02 cores=0,2,4,6
/proc/19802/task/19806/stat : 19806 (priss) R 19800 19800 19041 0 -1 4202560 39064 0 0 0 94064 38 0 0 25 0 5 0 517581421 893165568 173665 33554432000 4194304 5787044 140734676954704 18446744073709551615 5591808 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19802/tid=19808] ppid=19800 vsize=872232 CPUtime=938.4 cores=0,2,4,6
/proc/19802/task/19808/stat : 19808 (priss) R 19800 19800 19041 0 -1 4202560 38937 0 0 0 93795 45 0 0 25 0 5 0 517581422 893165568 173665 33554432000 4194304 5787044 140734676954704 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19802/tid=19810] ppid=19800 vsize=872232 CPUtime=942.02 cores=0,2,4,6
/proc/19802/task/19810/stat : 19810 (priss) R 19800 19800 19041 0 -1 4202560 50700 0 0 0 94136 66 0 0 25 0 5 0 517581424 893165568 173665 33554432000 4194304 5787044 140734676954704 18446744073709551615 5528368 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3763.36
Current children cumulated vsize (KiB) 880932

[startup+1002.3 s]
/proc/loadavg: 8.37 8.18 7.56 11/192 19851
/proc/meminfo: memFree=24147688/32951124 swapFree=67111524/67111528
[pid=19800] ppid=19796 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19800/stat : 19800 (prissAuto.sh) S 19796 19800 19041 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 517581415 8908800 252 33554432000 4194304 4922060 140736063916032 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19800/statm: 2175 252 211 178 0 68 0
[pid=19802] ppid=19800 vsize=872232 CPUtime=4003.02 cores=0,2,4,6
/proc/19802/stat : 19802 (priss) S 19800 19800 19041 0 -1 4202496 180325 0 0 0 400114 188 0 0 19 0 5 0 517581416 893165568 174532 33554432000 4194304 5787044 140734676954704 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/19802/statm: 218058 174532 417 389 0 213808 0
[pid=19802/tid=19805] ppid=19800 vsize=872232 CPUtime=1001.81 cores=0,2,4,6
/proc/19802/task/19805/stat : 19805 (priss) R 19800 19800 19041 0 -1 4202560 45827 0 0 0 100145 36 0 0 25 0 5 0 517581420 893165568 174532 33554432000 4194304 5787044 140734676954704 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19802/tid=19806] ppid=19800 vsize=872232 CPUtime=1001.02 cores=0,2,4,6
/proc/19802/task/19806/stat : 19806 (priss) R 19800 19800 19041 0 -1 4202560 39064 0 0 0 100064 38 0 0 25 0 5 0 517581421 893165568 174532 33554432000 4194304 5787044 140734676954704 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19802/tid=19808] ppid=19800 vsize=872232 CPUtime=998.07 cores=0,2,4,6
/proc/19802/task/19808/stat : 19808 (priss) R 19800 19800 19041 0 -1 4202560 39330 0 0 0 99762 45 0 0 25 0 5 0 517581422 893165568 174532 33554432000 4194304 5787044 140734676954704 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19802/tid=19810] ppid=19800 vsize=872232 CPUtime=1002.01 cores=0,2,4,6
/proc/19802/task/19810/stat : 19810 (priss) R 19800 19800 19041 0 -1 4202560 50711 0 0 0 100135 66 0 0 25 0 5 0 517581424 893165568 174532 33554432000 4194304 5787044 140734676954704 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4003.02
Current children cumulated vsize (KiB) 880932

[startup+1062.31 s]
/proc/loadavg: 8.27 8.18 7.59 9/192 19852
/proc/meminfo: memFree=24107484/32951124 swapFree=67111524/67111528
[pid=19800] ppid=19796 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19800/stat : 19800 (prissAuto.sh) S 19796 19800 19041 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 517581415 8908800 252 33554432000 4194304 4922060 140736063916032 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19800/statm: 2175 252 211 178 0 68 0
[pid=19802] ppid=19800 vsize=968564 CPUtime=4242.71 cores=0,2,4,6
/proc/19802/stat : 19802 (priss) S 19800 19800 19041 0 -1 4202496 190270 0 0 0 424076 195 0 0 19 0 5 0 517581416 991809536 184477 33554432000 4194304 5787044 140734676954704 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/19802/statm: 242141 184477 417 389 0 237891 0
[pid=19802/tid=19805] ppid=19800 vsize=968564 CPUtime=1061.82 cores=0,2,4,6
/proc/19802/task/19805/stat : 19805 (priss) R 19800 19800 19041 0 -1 4202560 53114 0 0 0 106142 40 0 0 25 0 5 0 517581420 991809536 184477 33554432000 4194304 5787044 140734676954704 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19802/tid=19806] ppid=19800 vsize=968564 CPUtime=1061.02 cores=0,2,4,6
/proc/19802/task/19806/stat : 19806 (priss) R 19800 19800 19041 0 -1 4202560 39069 0 0 0 106064 38 0 0 25 0 5 0 517581421 991809536 184477 33554432000 4194304 5787044 140734676954704 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19802/tid=19808] ppid=19800 vsize=968564 CPUtime=1057.75 cores=0,2,4,6
/proc/19802/task/19808/stat : 19808 (priss) R 19800 19800 19041 0 -1 4202560 40985 0 0 0 105728 47 0 0 25 0 5 0 517581422 991809536 184477 33554432000 4194304 5787044 140734676954704 18446744073709551615 5591564 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19802/tid=19810] ppid=19800 vsize=968564 CPUtime=1062.01 cores=0,2,4,6
/proc/19802/task/19810/stat : 19810 (priss) R 19800 19800 19041 0 -1 4202560 51709 0 0 0 106133 68 0 0 25 0 5 0 517581424 991809536 184477 33554432000 4194304 5787044 140734676954704 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4242.71
Current children cumulated vsize (KiB) 977264

[startup+1122.3 s]
/proc/loadavg: 8.32 8.21 7.64 10/192 19854
/proc/meminfo: memFree=24059584/32951124 swapFree=67111524/67111528
[pid=19800] ppid=19796 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19800/stat : 19800 (prissAuto.sh) S 19796 19800 19041 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 517581415 8908800 252 33554432000 4194304 4922060 140736063916032 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19800/statm: 2175 252 211 178 0 68 0
[pid=19802] ppid=19800 vsize=988104 CPUtime=4482.35 cores=0,2,4,6
/proc/19802/stat : 19802 (priss) S 19800 19800 19041 0 -1 4202496 201965 0 0 0 448027 208 0 0 19 0 5 0 517581416 1011818496 196172 33554432000 4194304 5787044 140734676954704 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/19802/statm: 247026 196172 417 389 0 242776 0
[pid=19802/tid=19805] ppid=19800 vsize=988104 CPUtime=1121.81 cores=0,2,4,6
/proc/19802/task/19805/stat : 19805 (priss) R 19800 19800 19041 0 -1 4202560 54872 0 0 0 112139 42 0 0 25 0 5 0 517581420 1011818496 196172 33554432000 4194304 5787044 140734676954704 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19802/tid=19806] ppid=19800 vsize=988104 CPUtime=1121.02 cores=0,2,4,6
/proc/19802/task/19806/stat : 19806 (priss) R 19800 19800 19041 0 -1 4202560 40643 0 0 0 112061 41 0 0 25 0 5 0 517581421 1011818496 196172 33554432000 4194304 5787044 140734676954704 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19802/tid=19808] ppid=19800 vsize=988104 CPUtime=1117.42 cores=0,2,4,6
/proc/19802/task/19808/stat : 19808 (priss) R 19800 19800 19041 0 -1 4202560 43074 0 0 0 111693 49 0 0 25 0 5 0 517581422 1011818496 196172 33554432000 4194304 5787044 140734676954704 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19802/tid=19810] ppid=19800 vsize=988104 CPUtime=1122 cores=0,2,4,6
/proc/19802/task/19810/stat : 19810 (priss) R 19800 19800 19041 0 -1 4202560 57983 0 0 0 112125 75 0 0 25 0 5 0 517581424 1011818496 196172 33554432000 4194304 5787044 140734676954704 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4482.35
Current children cumulated vsize (KiB) 996804

[startup+1182.3 s]
/proc/loadavg: 8.32 8.21 7.67 10/192 19856
/proc/meminfo: memFree=23969776/32951124 swapFree=67111524/67111528
[pid=19800] ppid=19796 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19800/stat : 19800 (prissAuto.sh) S 19796 19800 19041 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 517581415 8908800 252 33554432000 4194304 4922060 140736063916032 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19800/statm: 2175 252 211 178 0 68 0
[pid=19802] ppid=19800 vsize=1021304 CPUtime=4722.02 cores=0,2,4,6
/proc/19802/stat : 19802 (priss) S 19800 19800 19041 0 -1 4202496 221120 0 0 0 471972 230 0 0 19 0 5 0 517581416 1045815296 215327 33554432000 4194304 5787044 140734676954704 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/19802/statm: 255326 215327 417 389 0 251076 0
[pid=19802/tid=19805] ppid=19800 vsize=1021304 CPUtime=1181.82 cores=0,2,4,6
/proc/19802/task/19805/stat : 19805 (priss) R 19800 19800 19041 0 -1 4202560 57994 0 0 0 118136 46 0 0 25 0 5 0 517581420 1045815296 215327 33554432000 4194304 5787044 140734676954704 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19802/tid=19806] ppid=19800 vsize=1021304 CPUtime=1181.02 cores=0,2,4,6
/proc/19802/task/19806/stat : 19806 (priss) R 19800 19800 19041 0 -1 4202560 52445 0 0 0 118048 54 0 0 25 0 5 0 517581421 1045815296 215327 33554432000 4194304 5787044 140734676954704 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19802/tid=19808] ppid=19800 vsize=1021304 CPUtime=1177.08 cores=0,2,4,6
/proc/19802/task/19808/stat : 19808 (priss) R 19800 19800 19041 0 -1 4202560 45210 0 0 0 117657 51 0 0 25 0 5 0 517581422 1045815296 215327 33554432000 4194304 5787044 140734676954704 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19802/tid=19810] ppid=19800 vsize=1021304 CPUtime=1182 cores=0,2,4,6
/proc/19802/task/19810/stat : 19810 (priss) R 19800 19800 19041 0 -1 4202560 60078 0 0 0 118122 78 0 0 25 0 5 0 517581424 1045815296 215327 33554432000 4194304 5787044 140734676954704 18446744073709551615 5527186 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4722.02
Current children cumulated vsize (KiB) 1030004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 8.23 8.20 7.68 9/192 19856
/proc/meminfo: memFree=23950672/32951124 swapFree=67111524/67111528
[pid=19800] ppid=19796 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19800/stat : 19800 (prissAuto.sh) S 19796 19800 19041 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 517581415 8908800 252 33554432000 4194304 4922060 140736063916032 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19800/statm: 2175 252 211 178 0 68 0
[pid=19802] ppid=19800 vsize=1025840 CPUtime=4800.35 cores=0,2,4,6
/proc/19802/stat : 19802 (priss) S 19800 19800 19041 0 -1 4202496 224319 0 0 0 479801 234 0 0 19 0 5 0 517581416 1050460160 218526 33554432000 4194304 5787044 140734676954704 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/19802/statm: 256460 218526 417 389 0 252210 0
[pid=19802/tid=19805] ppid=19800 vsize=1025840 CPUtime=1201.43 cores=0,2,4,6
/proc/19802/task/19805/stat : 19805 (priss) R 19800 19800 19041 0 -1 4202560 58701 0 0 0 120096 47 0 0 25 0 5 0 517581420 1050460160 218526 33554432000 4194304 5787044 140734676954704 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19802/tid=19806] ppid=19800 vsize=1025840 CPUtime=1200.63 cores=0,2,4,6
/proc/19802/task/19806/stat : 19806 (priss) R 19800 19800 19041 0 -1 4202560 53572 0 0 0 120008 55 0 0 25 0 5 0 517581421 1050460160 218526 33554432000 4194304 5787044 140734676954704 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19802/tid=19808] ppid=19800 vsize=1025840 CPUtime=1196.58 cores=0,2,4,6
/proc/19802/task/19808/stat : 19808 (priss) R 19800 19800 19041 0 -1 4202560 45847 0 0 0 119606 52 0 0 25 0 5 0 517581422 1050460160 218526 33554432000 4194304 5787044 140734676954704 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19802/tid=19810] ppid=19800 vsize=1025840 CPUtime=1201.61 cores=0,2,4,6
/proc/19802/task/19810/stat : 19810 (priss) R 19800 19800 19041 0 -1 4202560 60806 0 0 0 120083 78 0 0 25 0 5 0 517581424 1050460160 218526 33554432000 4194304 5787044 140734676954704 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.35
Current children cumulated vsize (KiB) 1034540

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

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

[startup+1201.9 s]
/proc/loadavg: 8.23 8.20 7.68 9/192 19856
/proc/meminfo: memFree=23950672/32951124 swapFree=67111524/67111528
[pid=19800] ppid=19796 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19800/stat : 19800 (prissAuto.sh) S 19796 19800 19041 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 517581415 8908800 252 33554432000 4194304 4922060 140736063916032 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19800/statm: 2175 252 211 178 0 68 0
[pid=19802] ppid=19800 vsize=1025840 CPUtime=4800.35 cores=0,2,4,6
/proc/19802/stat : 19802 (priss) S 19800 19800 19041 0 -1 4202496 224319 0 0 0 479801 234 0 0 19 0 5 0 517581416 1050460160 218526 33554432000 4194304 5787044 140734676954704 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/19802/statm: 256460 218526 417 389 0 252210 0
[pid=19802/tid=19805] ppid=19800 vsize=1025840 CPUtime=1201.43 cores=0,2,4,6
/proc/19802/task/19805/stat : 19805 (priss) R 19800 19800 19041 0 -1 4202560 58701 0 0 0 120096 47 0 0 25 0 5 0 517581420 1050460160 218526 33554432000 4194304 5787044 140734676954704 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19802/tid=19806] ppid=19800 vsize=1025840 CPUtime=1200.63 cores=0,2,4,6
/proc/19802/task/19806/stat : 19806 (priss) R 19800 19800 19041 0 -1 4202560 53572 0 0 0 120008 55 0 0 25 0 5 0 517581421 1050460160 218526 33554432000 4194304 5787044 140734676954704 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19802/tid=19808] ppid=19800 vsize=1025840 CPUtime=1196.58 cores=0,2,4,6
/proc/19802/task/19808/stat : 19808 (priss) R 19800 19800 19041 0 -1 4202560 45847 0 0 0 119606 52 0 0 25 0 5 0 517581422 1050460160 218526 33554432000 4194304 5787044 140734676954704 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19802/tid=19810] ppid=19800 vsize=1025840 CPUtime=1201.61 cores=0,2,4,6
/proc/19802/task/19810/stat : 19810 (priss) R 19800 19800 19041 0 -1 4202560 60806 0 0 0 120083 78 0 0 25 0 5 0 517581424 1050460160 218526 33554432000 4194304 5787044 140734676954704 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.35
Current children cumulated vsize (KiB) 1034540

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.92
CPU time (s): 4800.35
CPU user time (s): 4798.01
CPU system time (s): 2.34
CPU usage (%): 399.389
Max. virtual memory (cumulated for all children) (KiB): 1034540

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

runsolver used 1.78773 second user time and 4.78127 second system time

The end

Launcher Data

Begin job on node132 at 2011-04-29 08:50:33
IDJOB=3250457
IDBENCH=83254
IDSOLVER=1602
FILE ID=node132/3250457-1304059832
RUNJOBID= node132-1304059832-19781
PBS_JOBID= 13170426
Free space on /tmp= 71868 MiB

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

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

MD5SUM BENCH= 86d9f733c618d2ca060f457ab8a19463
RANDOM SEED=921949042

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25400124 kB
Buffers:        763460 kB
Cached:        6225308 kB
SwapCached:          4 kB
Active:        1955368 kB
Inactive:      5097824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25400124 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            7388 kB
Writeback:           0 kB
AnonPages:       64352 kB
Mapped:          14512 kB
Slab:           435012 kB
PageTables:       4852 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   188148 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71864 MiB
End job on node132 at 2011-04-29 09:10:36