Trace number 3250193

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

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-4-4_512.cnf
MD5SUMc1f047ec179094963b21d7b90509d2b9
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 variables510
Number of clauses4492
Sum of the clauses size17968
Maximum clause length4
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 44492
Number of clauses of size 50
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: 29916
0.00/0.00	c setup for 4cores
0.00/0.00	c parsetime: 1255us
0.00/0.00	c parsed 4492 clauses with 510 variables
0.00/0.00	c NW started thread 0 successfully (1093179712)
0.00/0.00	c NW started thread 1 successfully (1103669568)
0.00/0.00	c NW started thread 2 successfully (1114159424)
0.00/0.00	c NW started thread 3 successfully (1124649280)
0.00/0.90	c preprocessor returned 10014 variables
0.00/0.90	c preprocessing returned UNKNOWN
0.00/0.90	c PP set 0 variables
0.00/0.90	c pp time: 899947us (0s)
0.00/0.90	c preprocessor returned 10014 variables
0.00/0.90	c preprocessing returned UNKNOWN
0.00/0.90	c PP set 0 variables
0.00/0.90	c pp time: 900173us (0s)
0.00/0.91	c preprocessor returned 10014 variables
0.00/0.91	c preprocessing returned UNKNOWN
0.00/0.91	c PP set 0 variables
0.00/0.91	c pp time: 902106us (0s)
40.70/10.23	c preprocessor returned 30055 variables
40.70/10.23	c preprocessing returned UNKNOWN
40.70/10.23	c PP set 0 variables
40.70/10.23	c pp time: 10221744us (10s)

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

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.16 8.08 8.08 5/182 29915
/proc/meminfo: memFree=24137908/32951124 swapFree=67111524/67111528
[pid=29915] ppid=29913 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29915/stat : 29915 (prissAuto.sh) S 29913 29915 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517524985 8908800 252 33554432000 4194304 4922060 140735664237856 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29915/statm: 2175 252 211 178 0 68 0

[startup+0.857459 s]
/proc/loadavg: 8.16 8.08 8.08 5/182 29915
/proc/meminfo: memFree=24137908/32951124 swapFree=67111524/67111528
[pid=29915] ppid=29913 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29915/stat : 29915 (prissAuto.sh) S 29913 29915 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517524985 8908800 252 33554432000 4194304 4922060 140735664237856 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29915/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.90045 s]
/proc/loadavg: 8.16 8.08 8.08 5/182 29915
/proc/meminfo: memFree=24137908/32951124 swapFree=67111524/67111528
[pid=29915] ppid=29913 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29915/stat : 29915 (prissAuto.sh) S 29913 29915 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517524985 8908800 252 33554432000 4194304 4922060 140735664237856 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29915/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.00043 s]
/proc/loadavg: 8.16 8.08 8.08 5/182 29915
/proc/meminfo: memFree=24137908/32951124 swapFree=67111524/67111528
[pid=29915] ppid=29913 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29915/stat : 29915 (prissAuto.sh) S 29913 29915 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517524985 8908800 252 33554432000 4194304 4922060 140735664237856 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29915/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.10041 s]
/proc/loadavg: 8.16 8.08 8.08 5/182 29915
/proc/meminfo: memFree=24137908/32951124 swapFree=67111524/67111528
[pid=29915] ppid=29913 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29915/stat : 29915 (prissAuto.sh) S 29913 29915 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517524985 8908800 252 33554432000 4194304 4922060 140735664237856 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29915/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50034 s]
/proc/loadavg: 8.16 8.08 8.08 5/182 29915
/proc/meminfo: memFree=24137908/32951124 swapFree=67111524/67111528
[pid=29915] ppid=29913 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29915/stat : 29915 (prissAuto.sh) S 29913 29915 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517524985 8908800 252 33554432000 4194304 4922060 140735664237856 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29915/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10105 s]
/proc/loadavg: 8.23 8.10 8.08 9/188 29921
/proc/meminfo: memFree=24107436/32951124 swapFree=67111524/67111528
[pid=29915] ppid=29913 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29915/stat : 29915 (prissAuto.sh) S 29913 29915 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517524985 8908800 252 33554432000 4194304 4922060 140735664237856 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29915/statm: 2175 252 211 178 0 68 0
[pid=29916] ppid=29915 vsize=278488 CPUtime=12.35 cores=1,3,5,7
/proc/29916/stat : 29916 (priss) S 29915 29915 28051 0 -1 4202496 9183 0 0 0 1233 2 0 0 25 0 5 0 517524985 285171712 8123 33554432000 4194304 5787044 140733867839776 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/29916/statm: 69622 8123 404 389 0 65372 0
[pid=29916/tid=29918] ppid=29915 vsize=278488 CPUtime=3.08 cores=1,3,5,7
/proc/29916/task/29918/stat : 29918 (priss) R 29915 29915 28051 0 -1 4202560 2153 0 0 0 308 0 0 0 25 0 5 0 517524986 285171712 8123 33554432000 4194304 5787044 140733867839776 18446744073709551615 212699501237 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29916/tid=29919] ppid=29915 vsize=278488 CPUtime=3.08 cores=1,3,5,7
/proc/29916/task/29919/stat : 29919 (priss) R 29915 29915 28051 0 -1 4202560 1700 0 0 0 308 0 0 0 25 0 5 0 517524986 285171712 8123 33554432000 4194304 5787044 140733867839776 18446744073709551615 212699501237 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29916/tid=29920] ppid=29915 vsize=278488 CPUtime=3.08 cores=1,3,5,7
/proc/29916/task/29920/stat : 29920 (priss) R 29915 29915 28051 0 -1 4202560 1774 0 0 0 308 0 0 0 25 0 5 0 517524986 285171712 8123 33554432000 4194304 5787044 140733867839776 18446744073709551615 212699501237 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29916/tid=29921] ppid=29915 vsize=278488 CPUtime=3.08 cores=1,3,5,7
/proc/29916/task/29921/stat : 29921 (priss) R 29915 29915 28051 0 -1 4202560 2046 0 0 0 308 0 0 0 25 0 5 0 517524986 285171712 8123 33554432000 4194304 5787044 140733867839776 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 287188

[startup+6.30647 s]
/proc/loadavg: 8.21 8.10 8.08 9/188 29921
/proc/meminfo: memFree=24096108/32951124 swapFree=67111524/67111528
[pid=29915] ppid=29913 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29915/stat : 29915 (prissAuto.sh) S 29913 29915 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517524985 8908800 252 33554432000 4194304 4922060 140735664237856 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29915/statm: 2175 252 211 178 0 68 0
[pid=29916] ppid=29915 vsize=284692 CPUtime=25.15 cores=1,3,5,7
/proc/29916/stat : 29916 (priss) S 29915 29915 28051 0 -1 4202496 11704 0 0 0 2512 3 0 0 25 0 5 0 517524985 291524608 10644 33554432000 4194304 5787044 140733867839776 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/29916/statm: 71173 10644 405 389 0 66923 0
[pid=29916/tid=29918] ppid=29915 vsize=284692 CPUtime=6.29 cores=1,3,5,7
/proc/29916/task/29918/stat : 29918 (priss) R 29915 29915 28051 0 -1 4202560 2658 0 0 0 628 1 0 0 25 0 5 0 517524986 291524608 10644 33554432000 4194304 5787044 140733867839776 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29916/tid=29919] ppid=29915 vsize=284692 CPUtime=6.28 cores=1,3,5,7
/proc/29916/task/29919/stat : 29919 (priss) R 29915 29915 28051 0 -1 4202560 2207 0 0 0 628 0 0 0 25 0 5 0 517524986 291524608 10644 33554432000 4194304 5787044 140733867839776 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29916/tid=29920] ppid=29915 vsize=284692 CPUtime=6.29 cores=1,3,5,7
/proc/29916/task/29920/stat : 29920 (priss) R 29915 29915 28051 0 -1 4202560 3283 0 0 0 628 1 0 0 25 0 5 0 517524986 291524608 10644 33554432000 4194304 5787044 140733867839776 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29916/tid=29921] ppid=29915 vsize=284692 CPUtime=6.26 cores=1,3,5,7
/proc/29916/task/29921/stat : 29921 (priss) R 29915 29915 28051 0 -1 4202560 2046 0 0 0 626 0 0 0 25 0 5 0 517524986 291524608 10644 33554432000 4194304 5787044 140733867839776 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 293392

[startup+12.7003 s]
/proc/loadavg: 8.19 8.10 8.08 9/188 29921
/proc/meminfo: memFree=24085084/32951124 swapFree=67111524/67111528
[pid=29915] ppid=29913 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29915/stat : 29915 (prissAuto.sh) S 29913 29915 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517524985 8908800 252 33554432000 4194304 4922060 140735664237856 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29915/statm: 2175 252 211 178 0 68 0
[pid=29916] ppid=29915 vsize=286748 CPUtime=50.69 cores=1,3,5,7
/proc/29916/stat : 29916 (priss) S 29915 29915 28051 0 -1 4202496 15487 0 0 0 5063 6 0 0 25 0 5 0 517524985 293629952 13451 33554432000 4194304 5787044 140733867839776 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/29916/statm: 71687 13451 418 389 0 67437 0
[pid=29916/tid=29918] ppid=29915 vsize=286748 CPUtime=12.68 cores=1,3,5,7
/proc/29916/task/29918/stat : 29918 (priss) R 29915 29915 28051 0 -1 4202560 3126 0 0 0 1266 2 0 0 25 0 5 0 517524986 293629952 13451 33554432000 4194304 5787044 140733867839776 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29916/tid=29919] ppid=29915 vsize=286748 CPUtime=12.68 cores=1,3,5,7
/proc/29916/task/29919/stat : 29919 (priss) R 29915 29915 28051 0 -1 4202560 2679 0 0 0 1267 1 0 0 25 0 5 0 517524986 293629952 13451 33554432000 4194304 5787044 140733867839776 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29916/tid=29920] ppid=29915 vsize=286748 CPUtime=12.68 cores=1,3,5,7
/proc/29916/task/29920/stat : 29920 (priss) R 29915 29915 28051 0 -1 4202560 3802 0 0 0 1267 1 0 0 25 0 5 0 517524986 293629952 13451 33554432000 4194304 5787044 140733867839776 18446744073709551615 5591564 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29916/tid=29921] ppid=29915 vsize=286748 CPUtime=12.62 cores=1,3,5,7
/proc/29916/task/29921/stat : 29921 (priss) R 29915 29915 28051 0 -1 4202560 4370 0 0 0 1261 1 0 0 25 0 5 0 517524986 293629952 13451 33554432000 4194304 5787044 140733867839776 18446744073709551615 5528825 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 295448

[startup+25.501 s]
/proc/loadavg: 8.16 8.09 8.08 9/188 29921
/proc/meminfo: memFree=24067476/32951124 swapFree=67111524/67111528
[pid=29915] ppid=29913 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29915/stat : 29915 (prissAuto.sh) S 29913 29915 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517524985 8908800 252 33554432000 4194304 4922060 140735664237856 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29915/statm: 2175 252 211 178 0 68 0
[pid=29916] ppid=29915 vsize=293824 CPUtime=101.81 cores=1,3,5,7
/proc/29916/stat : 29916 (priss) S 29915 29915 28051 0 -1 4202496 19866 0 0 0 10170 11 0 0 25 0 5 0 517524985 300875776 17828 33554432000 4194304 5787044 140733867839776 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/29916/statm: 73456 17828 418 389 0 69206 0
[pid=29916/tid=29918] ppid=29915 vsize=293824 CPUtime=25.48 cores=1,3,5,7
/proc/29916/task/29918/stat : 29918 (priss) R 29915 29915 28051 0 -1 4202560 3825 0 0 0 2545 3 0 0 25 0 5 0 517524986 300875776 17828 33554432000 4194304 5787044 140733867839776 18446744073709551615 5591844 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29916/tid=29919] ppid=29915 vsize=293824 CPUtime=25.48 cores=1,3,5,7
/proc/29916/task/29919/stat : 29919 (priss) R 29915 29915 28051 0 -1 4202560 3624 0 0 0 2545 3 0 0 25 0 5 0 517524986 300875776 17828 33554432000 4194304 5787044 140733867839776 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29916/tid=29920] ppid=29915 vsize=293824 CPUtime=25.48 cores=1,3,5,7
/proc/29916/task/29920/stat : 29920 (priss) R 29915 29915 28051 0 -1 4202560 4771 0 0 0 2545 3 0 0 25 0 5 0 517524986 300875776 17828 33554432000 4194304 5787044 140733867839776 18446744073709551615 5576432 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29916/tid=29921] ppid=29915 vsize=293824 CPUtime=25.36 cores=1,3,5,7
/proc/29916/task/29921/stat : 29921 (priss) R 29915 29915 28051 0 -1 4202560 6136 0 0 0 2534 2 0 0 25 0 5 0 517524986 300875776 17828 33554432000 4194304 5787044 140733867839776 18446744073709551615 4255030 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 302524

[startup+51.1003 s]
/proc/loadavg: 8.25 8.12 8.09 9/188 29922
/proc/meminfo: memFree=24027896/32951124 swapFree=67111524/67111528
[pid=29915] ppid=29913 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29915/stat : 29915 (prissAuto.sh) S 29913 29915 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517524985 8908800 252 33554432000 4194304 4922060 140735664237856 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29915/statm: 2175 252 211 178 0 68 0
[pid=29916] ppid=29915 vsize=301744 CPUtime=204.07 cores=1,3,5,7
/proc/29916/stat : 29916 (priss) S 29915 29915 28051 0 -1 4202496 25726 0 0 0 20389 18 0 0 25 0 5 0 517524985 308985856 23643 33554432000 4194304 5787044 140733867839776 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/29916/statm: 75436 23643 418 389 0 71186 0
[pid=29916/tid=29918] ppid=29915 vsize=301744 CPUtime=51.03 cores=1,3,5,7
/proc/29916/task/29918/stat : 29918 (priss) R 29915 29915 28051 0 -1 4202560 4738 0 0 0 5100 3 0 0 25 0 5 0 517524986 308985856 23643 33554432000 4194304 5787044 140733867839776 18446744073709551615 212687331889 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29916/tid=29919] ppid=29915 vsize=301744 CPUtime=51.07 cores=1,3,5,7
/proc/29916/task/29919/stat : 29919 (priss) R 29915 29915 28051 0 -1 4202560 4630 0 0 0 5103 4 0 0 25 0 5 0 517524986 308985856 23643 33554432000 4194304 5787044 140733867839776 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29916/tid=29920] ppid=29915 vsize=301744 CPUtime=51.07 cores=1,3,5,7
/proc/29916/task/29920/stat : 29920 (priss) R 29915 29915 28051 0 -1 4202560 6152 0 0 0 5103 4 0 0 25 0 5 0 517524986 308985856 23643 33554432000 4194304 5787044 140733867839776 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29916/tid=29921] ppid=29915 vsize=301744 CPUtime=50.85 cores=1,3,5,7
/proc/29916/task/29921/stat : 29921 (priss) R 29915 29915 28051 0 -1 4202560 8696 0 0 0 5081 4 0 0 25 0 5 0 517524986 308985856 23643 33554432000 4194304 5787044 140733867839776 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 204.07
Current children cumulated vsize (KiB) 310444

[startup+102.301 s]
/proc/loadavg: 8.25 8.13 8.09 9/188 29923
/proc/meminfo: memFree=23954228/32951124 swapFree=67111524/67111528
[pid=29915] ppid=29913 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29915/stat : 29915 (prissAuto.sh) S 29913 29915 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517524985 8908800 252 33554432000 4194304 4922060 140735664237856 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29915/statm: 2175 252 211 178 0 68 0
[pid=29916] ppid=29915 vsize=312936 CPUtime=408.58 cores=1,3,5,7
/proc/29916/stat : 29916 (priss) S 29915 29915 28051 0 -1 4202496 31909 0 0 0 40833 25 0 0 25 0 5 0 517524985 320446464 29705 33554432000 4194304 5787044 140733867839776 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/29916/statm: 78234 29705 418 389 0 73984 0
[pid=29916/tid=29918] ppid=29915 vsize=312936 CPUtime=101.94 cores=1,3,5,7
/proc/29916/task/29918/stat : 29918 (priss) R 29915 29915 28051 0 -1 4202560 6962 0 0 0 10189 5 0 0 25 0 5 0 517524986 320446464 29705 33554432000 4194304 5787044 140733867839776 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29916/tid=29919] ppid=29915 vsize=312936 CPUtime=102.27 cores=1,3,5,7
/proc/29916/task/29919/stat : 29919 (priss) R 29915 29915 28051 0 -1 4202560 5868 0 0 0 10222 5 0 0 25 0 5 0 517524986 320446464 29705 33554432000 4194304 5787044 140733867839776 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29916/tid=29920] ppid=29915 vsize=312936 CPUtime=102.27 cores=1,3,5,7
/proc/29916/task/29920/stat : 29920 (priss) R 29915 29915 28051 0 -1 4202560 7512 0 0 0 10220 7 0 0 25 0 5 0 517524986 320446464 29705 33554432000 4194304 5787044 140733867839776 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29916/tid=29921] ppid=29915 vsize=312936 CPUtime=102.05 cores=1,3,5,7
/proc/29916/task/29921/stat : 29921 (priss) R 29915 29915 28051 0 -1 4202560 10057 0 0 0 10200 5 0 0 25 0 5 0 517524986 320446464 29705 33554432000 4194304 5787044 140733867839776 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.58
Current children cumulated vsize (KiB) 321636

[startup+162.301 s]
/proc/loadavg: 8.22 8.13 8.10 9/188 29925
/proc/meminfo: memFree=23933256/32951124 swapFree=67111524/67111528
[pid=29915] ppid=29913 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29915/stat : 29915 (prissAuto.sh) S 29913 29915 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517524985 8908800 252 33554432000 4194304 4922060 140735664237856 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29915/statm: 2175 252 211 178 0 68 0
[pid=29916] ppid=29915 vsize=320764 CPUtime=648.26 cores=1,3,5,7

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

/proc/29916/task/29919/stat : 29919 (priss) R 29915 29915 28051 0 -1 4202560 13982 0 0 0 88210 17 0 0 25 0 5 0 517524986 381648896 65215 33554432000 4194304 5787044 140733867839776 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29916/tid=29920] ppid=29915 vsize=372704 CPUtime=882.28 cores=1,3,5,7
/proc/29916/task/29920/stat : 29920 (priss) R 29915 29915 28051 0 -1 4202560 14911 0 0 0 88210 18 0 0 25 0 5 0 517524986 381648896 65215 33554432000 4194304 5787044 140733867839776 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29916/tid=29921] ppid=29915 vsize=372704 CPUtime=882.05 cores=1,3,5,7
/proc/29916/task/29921/stat : 29921 (priss) R 29915 29915 28051 0 -1 4202560 23636 0 0 0 88183 22 0 0 25 0 5 0 517524986 381648896 65215 33554432000 4194304 5787044 140733867839776 18446744073709551615 5527037 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3524.34
Current children cumulated vsize (KiB) 381404

[startup+942.301 s]
/proc/loadavg: 8.05 8.11 8.09 9/188 29946
/proc/meminfo: memFree=23586708/32951124 swapFree=67111524/67111528
[pid=29915] ppid=29913 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29915/stat : 29915 (prissAuto.sh) S 29913 29915 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517524985 8908800 252 33554432000 4194304 4922060 140735664237856 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29915/statm: 2175 252 211 178 0 68 0
[pid=29916] ppid=29915 vsize=377700 CPUtime=3764.04 cores=1,3,5,7
/proc/29916/stat : 29916 (priss) S 29915 29915 28051 0 -1 4202496 70530 0 0 0 376328 76 0 0 25 0 5 0 517524985 386764800 67418 33554432000 4194304 5787044 140733867839776 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/29916/statm: 94425 67418 418 389 0 90175 0
[pid=29916/tid=29918] ppid=29915 vsize=377700 CPUtime=937.38 cores=1,3,5,7
/proc/29916/task/29918/stat : 29918 (priss) R 29915 29915 28051 0 -1 4202560 15062 0 0 0 93722 16 0 0 25 0 5 0 517524986 386764800 67418 33554432000 4194304 5787044 140733867839776 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29916/tid=29919] ppid=29915 vsize=377700 CPUtime=942.29 cores=1,3,5,7
/proc/29916/task/29919/stat : 29919 (priss) R 29915 29915 28051 0 -1 4202560 15220 0 0 0 94211 18 0 0 25 0 5 0 517524986 386764800 67418 33554432000 4194304 5787044 140733867839776 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29916/tid=29920] ppid=29915 vsize=377700 CPUtime=942.28 cores=1,3,5,7
/proc/29916/task/29920/stat : 29920 (priss) R 29915 29915 28051 0 -1 4202560 14968 0 0 0 94210 18 0 0 25 0 5 0 517524986 386764800 67418 33554432000 4194304 5787044 140733867839776 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29916/tid=29921] ppid=29915 vsize=377700 CPUtime=942.07 cores=1,3,5,7
/proc/29916/task/29921/stat : 29921 (priss) R 29915 29915 28051 0 -1 4202560 23770 0 0 0 94184 23 0 0 25 0 5 0 517524986 386764800 67418 33554432000 4194304 5787044 140733867839776 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3764.04
Current children cumulated vsize (KiB) 386400

[startup+1002.3 s]
/proc/loadavg: 8.02 8.08 8.08 9/188 29980
/proc/meminfo: memFree=24135972/32951124 swapFree=67111524/67111528
[pid=29915] ppid=29913 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29915/stat : 29915 (prissAuto.sh) S 29913 29915 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517524985 8908800 252 33554432000 4194304 4922060 140735664237856 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29915/statm: 2175 252 211 178 0 68 0
[pid=29916] ppid=29915 vsize=379556 CPUtime=4003.69 cores=1,3,5,7
/proc/29916/stat : 29916 (priss) S 29915 29915 28051 0 -1 4202496 73447 0 0 0 400287 82 0 0 25 0 5 0 517524985 388665344 70335 33554432000 4194304 5787044 140733867839776 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/29916/statm: 94889 70335 418 389 0 90639 0
[pid=29916/tid=29918] ppid=29915 vsize=379556 CPUtime=997.05 cores=1,3,5,7
/proc/29916/task/29918/stat : 29918 (priss) R 29915 29915 28051 0 -1 4202560 16037 0 0 0 99687 18 0 0 25 0 5 0 517524986 388665344 70335 33554432000 4194304 5787044 140733867839776 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29916/tid=29919] ppid=29915 vsize=379556 CPUtime=1002.28 cores=1,3,5,7
/proc/29916/task/29919/stat : 29919 (priss) R 29915 29915 28051 0 -1 4202560 15589 0 0 0 100210 18 0 0 25 0 5 0 517524986 388665344 70335 33554432000 4194304 5787044 140733867839776 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29916/tid=29920] ppid=29915 vsize=379556 CPUtime=1002.27 cores=1,3,5,7
/proc/29916/task/29920/stat : 29920 (priss) R 29915 29915 28051 0 -1 4202560 15553 0 0 0 100208 19 0 0 25 0 5 0 517524986 388665344 70335 33554432000 4194304 5787044 140733867839776 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29916/tid=29921] ppid=29915 vsize=379556 CPUtime=1002.06 cores=1,3,5,7
/proc/29916/task/29921/stat : 29921 (priss) R 29915 29915 28051 0 -1 4202560 24758 0 0 0 100181 25 0 0 25 0 5 0 517524986 388665344 70335 33554432000 4194304 5787044 140733867839776 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4003.69
Current children cumulated vsize (KiB) 388256

[startup+1062.31 s]
/proc/loadavg: 8.00 8.07 8.07 9/188 29982
/proc/meminfo: memFree=24040164/32951124 swapFree=67111524/67111528
[pid=29915] ppid=29913 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29915/stat : 29915 (prissAuto.sh) S 29913 29915 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517524985 8908800 252 33554432000 4194304 4922060 140735664237856 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29915/statm: 2175 252 211 178 0 68 0
[pid=29916] ppid=29915 vsize=387720 CPUtime=4243.4 cores=1,3,5,7
/proc/29916/stat : 29916 (priss) S 29915 29915 28051 0 -1 4202496 78235 0 0 0 424251 89 0 0 25 0 5 0 517524985 397025280 75123 33554432000 4194304 5787044 140733867839776 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/29916/statm: 96930 75123 418 389 0 92680 0
[pid=29916/tid=29918] ppid=29915 vsize=387720 CPUtime=1056.73 cores=1,3,5,7
/proc/29916/task/29918/stat : 29918 (priss) R 29915 29915 28051 0 -1 4202560 17982 0 0 0 105653 20 0 0 25 0 5 0 517524986 397025280 75123 33554432000 4194304 5787044 140733867839776 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29916/tid=29919] ppid=29915 vsize=387720 CPUtime=1062.29 cores=1,3,5,7
/proc/29916/task/29919/stat : 29919 (priss) R 29915 29915 28051 0 -1 4202560 16556 0 0 0 106210 19 0 0 25 0 5 0 517524986 397025280 75123 33554432000 4194304 5787044 140733867839776 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29916/tid=29920] ppid=29915 vsize=387720 CPUtime=1062.29 cores=1,3,5,7
/proc/29916/task/29920/stat : 29920 (priss) R 29915 29915 28051 0 -1 4202560 16575 0 0 0 106207 22 0 0 25 0 5 0 517524986 397025280 75123 33554432000 4194304 5787044 140733867839776 18446744073709551615 5591289 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29916/tid=29921] ppid=29915 vsize=387720 CPUtime=1062.07 cores=1,3,5,7
/proc/29916/task/29921/stat : 29921 (priss) R 29915 29915 28051 0 -1 4202560 25612 0 0 0 106180 27 0 0 25 0 5 0 517524986 397025280 75123 33554432000 4194304 5787044 140733867839776 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4243.4
Current children cumulated vsize (KiB) 396420

[startup+1122.3 s]
/proc/loadavg: 8.05 8.07 8.07 9/188 29984
/proc/meminfo: memFree=23992280/32951124 swapFree=67111524/67111528
[pid=29915] ppid=29913 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29915/stat : 29915 (prissAuto.sh) S 29913 29915 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517524985 8908800 252 33554432000 4194304 4922060 140735664237856 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29915/statm: 2175 252 211 178 0 68 0
[pid=29916] ppid=29915 vsize=460076 CPUtime=4483.04 cores=1,3,5,7
/proc/29916/stat : 29916 (priss) S 29915 29915 28051 0 -1 4202496 82741 0 0 0 448213 91 0 0 25 0 5 0 517524985 471117824 79629 33554432000 4194304 5787044 140733867839776 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/29916/statm: 115019 79629 418 389 0 110769 0
[pid=29916/tid=29918] ppid=29915 vsize=460076 CPUtime=1116.39 cores=1,3,5,7
/proc/29916/task/29918/stat : 29918 (priss) R 29915 29915 28051 0 -1 4202560 18839 0 0 0 111619 20 0 0 25 0 5 0 517524986 471117824 79629 33554432000 4194304 5787044 140733867839776 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29916/tid=29919] ppid=29915 vsize=460076 CPUtime=1122.28 cores=1,3,5,7
/proc/29916/task/29919/stat : 29919 (priss) R 29915 29915 28051 0 -1 4202560 17290 0 0 0 112209 19 0 0 25 0 5 0 517524986 471117824 79629 33554432000 4194304 5787044 140733867839776 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29916/tid=29920] ppid=29915 vsize=460076 CPUtime=1122.28 cores=1,3,5,7
/proc/29916/task/29920/stat : 29920 (priss) R 29915 29915 28051 0 -1 4202560 17393 0 0 0 112206 22 0 0 25 0 5 0 517524986 471117824 79629 33554432000 4194304 5787044 140733867839776 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29916/tid=29921] ppid=29915 vsize=460076 CPUtime=1122.06 cores=1,3,5,7
/proc/29916/task/29921/stat : 29921 (priss) R 29915 29915 28051 0 -1 4202560 27709 0 0 0 112178 28 0 0 25 0 5 0 517524986 471117824 79629 33554432000 4194304 5787044 140733867839776 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4483.04
Current children cumulated vsize (KiB) 468776

[startup+1182.3 s]
/proc/loadavg: 8.02 8.05 8.07 9/188 29985
/proc/meminfo: memFree=23956304/32951124 swapFree=67111524/67111528
[pid=29915] ppid=29913 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29915/stat : 29915 (prissAuto.sh) S 29913 29915 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517524985 8908800 252 33554432000 4194304 4922060 140735664237856 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29915/statm: 2175 252 211 178 0 68 0
[pid=29916] ppid=29915 vsize=533616 CPUtime=4722.72 cores=1,3,5,7
/proc/29916/stat : 29916 (priss) S 29915 29915 28051 0 -1 4202496 87196 0 0 0 472175 97 0 0 25 0 5 0 517524985 546422784 84084 33554432000 4194304 5787044 140733867839776 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/29916/statm: 133404 84084 418 389 0 129154 0
[pid=29916/tid=29918] ppid=29915 vsize=533616 CPUtime=1176.06 cores=1,3,5,7
/proc/29916/task/29918/stat : 29918 (priss) R 29915 29915 28051 0 -1 4202560 20802 0 0 0 117584 22 0 0 25 0 5 0 517524986 546422784 84084 33554432000 4194304 5787044 140733867839776 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29916/tid=29919] ppid=29915 vsize=533616 CPUtime=1182.27 cores=1,3,5,7
/proc/29916/task/29919/stat : 29919 (priss) R 29915 29915 28051 0 -1 4202560 18243 0 0 0 118207 20 0 0 25 0 5 0 517524986 546422784 84084 33554432000 4194304 5787044 140733867839776 18446744073709551615 5591741 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29916/tid=29920] ppid=29915 vsize=533616 CPUtime=1182.28 cores=1,3,5,7
/proc/29916/task/29920/stat : 29920 (priss) R 29915 29915 28051 0 -1 4202560 18176 0 0 0 118204 24 0 0 25 0 5 0 517524986 546422784 84084 33554432000 4194304 5787044 140733867839776 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29916/tid=29921] ppid=29915 vsize=533616 CPUtime=1182.06 cores=1,3,5,7
/proc/29916/task/29921/stat : 29921 (priss) R 29915 29915 28051 0 -1 4202560 28465 0 0 0 118177 29 0 0 25 0 5 0 517524986 546422784 84084 33554432000 4194304 5787044 140733867839776 18446744073709551615 5527212 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4722.72
Current children cumulated vsize (KiB) 542316



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.09 8.06 8.07 9/188 29995
/proc/meminfo: memFree=23939788/32951124 swapFree=67111524/67111528
[pid=29915] ppid=29913 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29915/stat : 29915 (prissAuto.sh) S 29913 29915 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517524985 8908800 252 33554432000 4194304 4922060 140735664237856 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29915/statm: 2175 252 211 178 0 68 0
[pid=29916] ppid=29915 vsize=533616 CPUtime=4800.21 cores=1,3,5,7
/proc/29916/stat : 29916 (priss) S 29915 29915 28051 0 -1 4202496 87977 0 0 0 479924 97 0 0 25 0 5 0 517524985 546422784 84663 33554432000 4194304 5787044 140733867839776 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/29916/statm: 133404 84663 418 389 0 129154 0
[pid=29916/tid=29918] ppid=29915 vsize=533616 CPUtime=1195.37 cores=1,3,5,7
/proc/29916/task/29918/stat : 29918 (priss) R 29915 29915 28051 0 -1 4202560 21372 0 0 0 119514 23 0 0 25 0 5 0 517524986 546422784 84663 33554432000 4194304 5787044 140733867839776 18446744073709551615 212687373317 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29916/tid=29919] ppid=29915 vsize=533616 CPUtime=1201.68 cores=1,3,5,7
/proc/29916/task/29919/stat : 29919 (priss) R 29915 29915 28051 0 -1 4202560 18243 0 0 0 120148 20 0 0 25 0 5 0 517524986 546422784 84663 33554432000 4194304 5787044 140733867839776 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29916/tid=29920] ppid=29915 vsize=533616 CPUtime=1201.69 cores=1,3,5,7
/proc/29916/task/29920/stat : 29920 (priss) R 29915 29915 28051 0 -1 4202560 18309 0 0 0 120145 24 0 0 25 0 5 0 517524986 546422784 84663 33554432000 4194304 5787044 140733867839776 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29916/tid=29921] ppid=29915 vsize=533616 CPUtime=1201.45 cores=1,3,5,7
/proc/29916/task/29921/stat : 29921 (priss) R 29915 29915 28051 0 -1 4202560 28543 0 0 0 120116 29 0 0 25 0 5 0 517524986 546422784 84663 33554432000 4194304 5787044 140733867839776 18446744073709551615 5527024 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 542316

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

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

[startup+1201.7 s]
/proc/loadavg: 8.09 8.06 8.07 9/188 29995
/proc/meminfo: memFree=23939788/32951124 swapFree=67111524/67111528
[pid=29915] ppid=29913 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29915/stat : 29915 (prissAuto.sh) S 29913 29915 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517524985 8908800 252 33554432000 4194304 4922060 140735664237856 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29915/statm: 2175 252 211 178 0 68 0
[pid=29916] ppid=29915 vsize=533616 CPUtime=4800.21 cores=1,3,5,7
/proc/29916/stat : 29916 (priss) S 29915 29915 28051 0 -1 4202496 87977 0 0 0 479924 97 0 0 25 0 5 0 517524985 546422784 84663 33554432000 4194304 5787044 140733867839776 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/29916/statm: 133404 84663 418 389 0 129154 0
[pid=29916/tid=29918] ppid=29915 vsize=533616 CPUtime=1195.37 cores=1,3,5,7
/proc/29916/task/29918/stat : 29918 (priss) R 29915 29915 28051 0 -1 4202560 21372 0 0 0 119514 23 0 0 25 0 5 0 517524986 546422784 84663 33554432000 4194304 5787044 140733867839776 18446744073709551615 212687373317 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29916/tid=29919] ppid=29915 vsize=533616 CPUtime=1201.68 cores=1,3,5,7
/proc/29916/task/29919/stat : 29919 (priss) R 29915 29915 28051 0 -1 4202560 18243 0 0 0 120148 20 0 0 25 0 5 0 517524986 546422784 84663 33554432000 4194304 5787044 140733867839776 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29916/tid=29920] ppid=29915 vsize=533616 CPUtime=1201.69 cores=1,3,5,7
/proc/29916/task/29920/stat : 29920 (priss) R 29915 29915 28051 0 -1 4202560 18309 0 0 0 120145 24 0 0 25 0 5 0 517524986 546422784 84663 33554432000 4194304 5787044 140733867839776 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29916/tid=29921] ppid=29915 vsize=533616 CPUtime=1201.45 cores=1,3,5,7
/proc/29916/task/29921/stat : 29921 (priss) R 29915 29915 28051 0 -1 4202560 28543 0 0 0 120116 29 0 0 25 0 5 0 517524986 546422784 84663 33554432000 4194304 5787044 140733867839776 18446744073709551615 5527024 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 542316

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.72
CPU time (s): 4800.21
CPU user time (s): 4799.24
CPU system time (s): 0.97
CPU usage (%): 399.445
Max. virtual memory (cumulated for all children) (KiB): 542316

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= 331
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 2

runsolver used 1.62675 second user time and 4.93225 second system time

The end

Launcher Data

Begin job on node139 at 2011-04-29 08:41:13
IDJOB=3250193
IDBENCH=83247
IDSOLVER=1602
FILE ID=node139/3250193-1304059272
RUNJOBID= node139-1304045238-28070
PBS_JOBID= 13170397
Free space on /tmp= 72548 MiB

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

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

MD5SUM BENCH= c1f047ec179094963b21d7b90509d2b9
RANDOM SEED=1374071313

node139.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.852
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.70
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.852
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.852
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.852
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.852
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	: 5321.49
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.852
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.852
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.852
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:      24138188 kB
Buffers:       2032096 kB
Cached:        5899924 kB
SwapCached:          4 kB
Active:        1173096 kB
Inactive:      7122788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24138188 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            1588 kB
Writeback:          36 kB
AnonPages:      363620 kB
Mapped:          15624 kB
Slab:           452960 kB
PageTables:       5248 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   555664 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= 72548 MiB
End job on node139 at 2011-04-29 09:01:16