Trace number 3280878

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

General information on the benchmark

Nameindustrial/jarvisalo/
eq.atree.braun.12.unsat.cnf
MD5SUM8d6acb9f6b752ad76c024133f5175c69
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1694
Number of clauses5726
Sum of the clauses size14874
Maximum clause length23
Minimum clause length1
Number of clauses of size 13
Number of clauses of size 22490
Number of clauses of size 33143
Number of clauses of size 439
Number of clauses of size 538
Number of clauses of size over 513

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: 25970
0.00/0.00	c setup for 4cores
0.00/0.00	c parsetime: 1786us
0.00/0.00	c parsed 5726 clauses with 1694 variables
0.00/0.00	c NW started thread 0 successfully (1094248768)
0.00/0.00	c NW started thread 1 successfully (1104738624)
0.00/0.00	c NW started thread 2 successfully (1115228480)
0.00/0.00	c NW started thread 3 successfully (1125718336)
0.00/0.57	c preprocessor returned 10001 variables
0.00/0.57	c preprocessing returned UNKNOWN
0.00/0.57	c PP set 3 variables
0.00/0.57	c pp time: 568531us (0s)
0.00/0.57	c preprocessor returned 10001 variables
0.00/0.57	c preprocessing returned UNKNOWN
0.00/0.57	c PP set 3 variables
0.00/0.57	c pp time: 569866us (0s)
0.00/0.58	c preprocessor returned 10001 variables
0.00/0.58	c preprocessing returned UNKNOWN
0.00/0.58	c PP set 3 variables
0.00/0.58	c pp time: 577917us (0s)
15.15/3.89	c preprocessor returned 30007 variables
15.15/3.89	c preprocessing returned UNKNOWN
15.15/3.89	c PP set 3 variables
15.15/3.89	c pp time: 3891233us (3s)

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-3280878-1304038020/watcher-3280878-1304038020 -o /tmp/evaluation-result-3280878-1304038020/solver-3280878-1304038020 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3280878-1304038020.cnf 1193850181 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: 7.39 7.94 8.19 6/182 25969
/proc/meminfo: memFree=15688508/32950928 swapFree=67111528/67111528
[pid=25969] ppid=25967 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/25969/stat : 25969 (prissAuto.sh) S 25967 25969 24860 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515400792 8908800 252 33554432000 4194304 4922060 140736380114592 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25969/statm: 2175 252 211 178 0 68 0

[startup+0.018831 s]
/proc/loadavg: 7.39 7.94 8.19 6/182 25969
/proc/meminfo: memFree=15688508/32950928 swapFree=67111528/67111528
[pid=25969] ppid=25967 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/25969/stat : 25969 (prissAuto.sh) S 25967 25969 24860 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515400792 8908800 252 33554432000 4194304 4922060 140736380114592 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25969/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.119518 s]
/proc/loadavg: 7.39 7.94 8.19 6/182 25969
/proc/meminfo: memFree=15688508/32950928 swapFree=67111528/67111528
[pid=25969] ppid=25967 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/25969/stat : 25969 (prissAuto.sh) S 25967 25969 24860 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515400792 8908800 252 33554432000 4194304 4922060 140736380114592 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25969/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300484 s]
/proc/loadavg: 7.39 7.94 8.19 6/182 25969
/proc/meminfo: memFree=15688508/32950928 swapFree=67111528/67111528
[pid=25969] ppid=25967 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/25969/stat : 25969 (prissAuto.sh) S 25967 25969 24860 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515400792 8908800 252 33554432000 4194304 4922060 140736380114592 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25969/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700414 s]
/proc/loadavg: 7.39 7.94 8.19 6/182 25969
/proc/meminfo: memFree=15688508/32950928 swapFree=67111528/67111528
[pid=25969] ppid=25967 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/25969/stat : 25969 (prissAuto.sh) S 25967 25969 24860 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515400792 8908800 252 33554432000 4194304 4922060 140736380114592 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25969/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50027 s]
/proc/loadavg: 7.39 7.94 8.19 9/188 26007
/proc/meminfo: memFree=16062536/32950928 swapFree=67111528/67111528
[pid=25969] ppid=25967 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/25969/stat : 25969 (prissAuto.sh) S 25967 25969 24860 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515400792 8908800 252 33554432000 4194304 4922060 140736380114592 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25969/statm: 2175 252 211 178 0 68 0
[pid=25970] ppid=25969 vsize=273744 CPUtime=5.96 cores=1,3,5,7
/proc/25970/stat : 25970 (priss) S 25969 25969 24860 0 -1 4202496 8928 0 0 0 595 1 0 0 25 0 5 0 515400792 280313856 7055 33554432000 4194304 5787044 140733826695120 18446744073709551615 268284512689 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/25970/statm: 68436 7055 405 389 0 64186 0
[pid=25970/tid=25972] ppid=25969 vsize=273744 CPUtime=1.49 cores=1,3,5,7
/proc/25970/task/25972/stat : 25972 (priss) R 25969 25969 24860 0 -1 4202560 1731 0 0 0 149 0 0 0 20 0 5 0 515400793 280313856 7055 33554432000 4194304 5787044 140733826695120 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=25970/tid=25973] ppid=25969 vsize=273744 CPUtime=1.48 cores=1,3,5,7
/proc/25970/task/25973/stat : 25973 (priss) R 25969 25969 24860 0 -1 4202560 1684 0 0 0 148 0 0 0 25 0 5 0 515400793 280313856 7055 33554432000 4194304 5787044 140733826695120 18446744073709551615 5591243 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25970/tid=25974] ppid=25969 vsize=273744 CPUtime=1.48 cores=1,3,5,7
/proc/25970/task/25974/stat : 25974 (priss) R 25969 25969 24860 0 -1 4202560 1769 0 0 0 148 0 0 0 25 0 5 0 515400793 280313856 7055 33554432000 4194304 5787044 140733826695120 18446744073709551615 5592394 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=25970/tid=25975] ppid=25969 vsize=273744 CPUtime=1.48 cores=1,3,5,7
/proc/25970/task/25975/stat : 25975 (priss) R 25969 25969 24860 0 -1 4202560 2219 0 0 0 148 0 0 0 25 0 5 0 515400793 280313856 7055 33554432000 4194304 5787044 140733826695120 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 282444

[startup+3.10099 s]
/proc/loadavg: 7.39 7.94 8.19 9/188 26007
/proc/meminfo: memFree=16054104/32950928 swapFree=67111528/67111528
[pid=25969] ppid=25967 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/25969/stat : 25969 (prissAuto.sh) S 25967 25969 24860 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515400792 8908800 252 33554432000 4194304 4922060 140736380114592 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25969/statm: 2175 252 211 178 0 68 0
[pid=25970] ppid=25969 vsize=273744 CPUtime=12.35 cores=1,3,5,7
/proc/25970/stat : 25970 (priss) S 25969 25969 24860 0 -1 4202496 9627 0 0 0 1234 1 0 0 25 0 5 0 515400792 280313856 7754 33554432000 4194304 5787044 140733826695120 18446744073709551615 268284512689 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/25970/statm: 68436 7754 405 389 0 64186 0
[pid=25970/tid=25972] ppid=25969 vsize=273744 CPUtime=3.08 cores=1,3,5,7
/proc/25970/task/25972/stat : 25972 (priss) R 25969 25969 24860 0 -1 4202560 1993 0 0 0 308 0 0 0 18 0 5 0 515400793 280313856 7754 33554432000 4194304 5787044 140733826695120 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=25970/tid=25973] ppid=25969 vsize=273744 CPUtime=3.08 cores=1,3,5,7
/proc/25970/task/25973/stat : 25973 (priss) R 25969 25969 24860 0 -1 4202560 1946 0 0 0 308 0 0 0 25 0 5 0 515400793 280313856 7754 33554432000 4194304 5787044 140733826695120 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25970/tid=25974] ppid=25969 vsize=273744 CPUtime=3.07 cores=1,3,5,7
/proc/25970/task/25974/stat : 25974 (priss) R 25969 25969 24860 0 -1 4202560 1944 0 0 0 307 0 0 0 25 0 5 0 515400793 280313856 7754 33554432000 4194304 5787044 140733826695120 18446744073709551615 5591573 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=25970/tid=25975] ppid=25969 vsize=273744 CPUtime=3.08 cores=1,3,5,7
/proc/25970/task/25975/stat : 25975 (priss) R 25969 25969 24860 0 -1 4202560 2219 0 0 0 308 0 0 0 25 0 5 0 515400793 280313856 7754 33554432000 4194304 5787044 140733826695120 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 282444

[startup+6.30042 s]
/proc/loadavg: 7.44 7.94 8.19 9/188 26007
/proc/meminfo: memFree=16038064/32950928 swapFree=67111528/67111528
[pid=25969] ppid=25967 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/25969/stat : 25969 (prissAuto.sh) S 25967 25969 24860 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515400792 8908800 252 33554432000 4194304 4922060 140736380114592 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25969/statm: 2175 252 211 178 0 68 0
[pid=25970] ppid=25969 vsize=278584 CPUtime=25.14 cores=1,3,5,7
/proc/25970/stat : 25970 (priss) S 25969 25969 24860 0 -1 4202496 12041 0 0 0 2512 2 0 0 25 0 5 0 515400792 285270016 9464 33554432000 4194304 5787044 140733826695120 18446744073709551615 268284512689 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/25970/statm: 69646 9464 419 389 0 65396 0
[pid=25970/tid=25972] ppid=25969 vsize=278584 CPUtime=6.28 cores=1,3,5,7
/proc/25970/task/25972/stat : 25972 (priss) R 25969 25969 24860 0 -1 4202560 2242 0 0 0 628 0 0 0 25 0 5 0 515400793 285270016 9464 33554432000 4194304 5787044 140733826695120 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=25970/tid=25973] ppid=25969 vsize=278584 CPUtime=6.28 cores=1,3,5,7
/proc/25970/task/25973/stat : 25973 (priss) R 25969 25969 24860 0 -1 4202560 2483 0 0 0 628 0 0 0 25 0 5 0 515400793 285270016 9464 33554432000 4194304 5787044 140733826695120 18446744073709551615 4254537 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25970/tid=25974] ppid=25969 vsize=278584 CPUtime=6.26 cores=1,3,5,7
/proc/25970/task/25974/stat : 25974 (priss) R 25969 25969 24860 0 -1 4202560 2078 0 0 0 626 0 0 0 25 0 5 0 515400793 285270016 9464 33554432000 4194304 5787044 140733826695120 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=25970/tid=25975] ppid=25969 vsize=278584 CPUtime=6.28 cores=1,3,5,7
/proc/25970/task/25975/stat : 25975 (priss) R 25969 25969 24860 0 -1 4202560 3713 0 0 0 628 0 0 0 25 0 5 0 515400793 285270016 9464 33554432000 4194304 5787044 140733826695120 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 287284

[startup+12.7003 s]
/proc/loadavg: 7.49 7.94 8.18 9/188 26007
/proc/meminfo: memFree=16013552/32950928 swapFree=67111528/67111528
[pid=25969] ppid=25967 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/25969/stat : 25969 (prissAuto.sh) S 25967 25969 24860 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515400792 8908800 252 33554432000 4194304 4922060 140736380114592 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25969/statm: 2175 252 211 178 0 68 0
[pid=25970] ppid=25969 vsize=285248 CPUtime=50.69 cores=1,3,5,7
/proc/25970/stat : 25970 (priss) S 25969 25969 24860 0 -1 4202496 15147 0 0 0 5067 2 0 0 25 0 5 0 515400792 292093952 12570 33554432000 4194304 5787044 140733826695120 18446744073709551615 268284512689 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/25970/statm: 71312 12570 419 389 0 67062 0
[pid=25970/tid=25972] ppid=25969 vsize=285248 CPUtime=12.68 cores=1,3,5,7
/proc/25970/task/25972/stat : 25972 (priss) R 25969 25969 24860 0 -1 4202560 3816 0 0 0 1268 0 0 0 25 0 5 0 515400793 292093952 12570 33554432000 4194304 5787044 140733826695120 18446744073709551615 5591217 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=25970/tid=25973] ppid=25969 vsize=285248 CPUtime=12.68 cores=1,3,5,7
/proc/25970/task/25973/stat : 25973 (priss) R 25969 25969 24860 0 -1 4202560 3026 0 0 0 1268 0 0 0 25 0 5 0 515400793 292093952 12570 33554432000 4194304 5787044 140733826695120 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25970/tid=25974] ppid=25969 vsize=285248 CPUtime=12.62 cores=1,3,5,7
/proc/25970/task/25974/stat : 25974 (priss) R 25969 25969 24860 0 -1 4202560 2571 0 0 0 1262 0 0 0 25 0 5 0 515400793 292093952 12570 33554432000 4194304 5787044 140733826695120 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=25970/tid=25975] ppid=25969 vsize=285248 CPUtime=12.68 cores=1,3,5,7
/proc/25970/task/25975/stat : 25975 (priss) R 25969 25969 24860 0 -1 4202560 4209 0 0 0 1268 0 0 0 25 0 5 0 515400793 292093952 12570 33554432000 4194304 5787044 140733826695120 18446744073709551615 5528442 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 293948

[startup+25.501 s]
/proc/loadavg: 7.60 7.94 8.18 9/188 26008
/proc/meminfo: memFree=15990244/32950928 swapFree=67111528/67111528
[pid=25969] ppid=25967 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/25969/stat : 25969 (prissAuto.sh) S 25967 25969 24860 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515400792 8908800 252 33554432000 4194304 4922060 140736380114592 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25969/statm: 2175 252 211 178 0 68 0
[pid=25970] ppid=25969 vsize=287260 CPUtime=101.82 cores=1,3,5,7
/proc/25970/stat : 25970 (priss) S 25969 25969 24860 0 -1 4202496 17662 0 0 0 10176 6 0 0 25 0 5 0 515400792 294154240 15084 33554432000 4194304 5787044 140733826695120 18446744073709551615 268284512689 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/25970/statm: 71815 15084 419 389 0 67565 0
[pid=25970/tid=25972] ppid=25969 vsize=287260 CPUtime=25.48 cores=1,3,5,7
/proc/25970/task/25972/stat : 25972 (priss) R 25969 25969 24860 0 -1 4202560 4324 0 0 0 2547 1 0 0 25 0 5 0 515400793 294154240 15084 33554432000 4194304 5787044 140733826695120 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=25970/tid=25973] ppid=25969 vsize=287260 CPUtime=25.48 cores=1,3,5,7
/proc/25970/task/25973/stat : 25973 (priss) R 25969 25969 24860 0 -1 4202560 3630 0 0 0 2547 1 0 0 25 0 5 0 515400793 294154240 15084 33554432000 4194304 5787044 140733826695120 18446744073709551615 5591535 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25970/tid=25974] ppid=25969 vsize=287260 CPUtime=25.34 cores=1,3,5,7
/proc/25970/task/25974/stat : 25974 (priss) R 25969 25969 24860 0 -1 4202560 3202 0 0 0 2534 0 0 0 25 0 5 0 515400793 294154240 15084 33554432000 4194304 5787044 140733826695120 18446744073709551615 5591315 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=25970/tid=25975] ppid=25969 vsize=287260 CPUtime=25.48 cores=1,3,5,7
/proc/25970/task/25975/stat : 25975 (priss) R 25969 25969 24860 0 -1 4202560 4981 0 0 0 2546 2 0 0 25 0 5 0 515400793 294154240 15084 33554432000 4194304 5787044 140733826695120 18446744073709551615 5529179 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 295960

[startup+51.1005 s]
/proc/loadavg: 7.74 7.94 8.18 9/188 26008
/proc/meminfo: memFree=15948440/32950928 swapFree=67111528/67111528
[pid=25969] ppid=25967 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/25969/stat : 25969 (prissAuto.sh) S 25967 25969 24860 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515400792 8908800 252 33554432000 4194304 4922060 140736380114592 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25969/statm: 2175 252 211 178 0 68 0
[pid=25970] ppid=25969 vsize=295884 CPUtime=204.08 cores=1,3,5,7
/proc/25970/stat : 25970 (priss) S 25969 25969 24860 0 -1 4202496 23262 0 0 0 20395 13 0 0 25 0 5 0 515400792 302985216 20681 33554432000 4194304 5787044 140733826695120 18446744073709551615 268284512689 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/25970/statm: 73971 20681 419 389 0 69721 0
[pid=25970/tid=25972] ppid=25969 vsize=295884 CPUtime=51.07 cores=1,3,5,7
/proc/25970/task/25972/stat : 25972 (priss) R 25969 25969 24860 0 -1 4202560 5416 0 0 0 5105 2 0 0 25 0 5 0 515400793 302985216 20681 33554432000 4194304 5787044 140733826695120 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=25970/tid=25973] ppid=25969 vsize=295884 CPUtime=51.08 cores=1,3,5,7
/proc/25970/task/25973/stat : 25973 (priss) R 25969 25969 24860 0 -1 4202560 6232 0 0 0 5105 3 0 0 25 0 5 0 515400793 302985216 20681 33554432000 4194304 5787044 140733826695120 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25970/tid=25974] ppid=25969 vsize=295884 CPUtime=50.81 cores=1,3,5,7
/proc/25970/task/25974/stat : 25974 (priss) R 25969 25969 24860 0 -1 4202560 4502 0 0 0 5078 3 0 0 25 0 5 0 515400793 302985216 20681 33554432000 4194304 5787044 140733826695120 18446744073709551615 5591328 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=25970/tid=25975] ppid=25969 vsize=295884 CPUtime=51.07 cores=1,3,5,7
/proc/25970/task/25975/stat : 25975 (priss) R 25969 25969 24860 0 -1 4202560 5587 0 0 0 5105 2 0 0 25 0 5 0 515400793 302985216 20681 33554432000 4194304 5787044 140733826695120 18446744073709551615 5527179 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.08
Current children cumulated vsize (KiB) 304584

[startup+102.307 s]
/proc/loadavg: 7.88 7.95 8.17 9/188 26010
/proc/meminfo: memFree=15898064/32950928 swapFree=67111528/67111528
[pid=25969] ppid=25967 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/25969/stat : 25969 (prissAuto.sh) S 25967 25969 24860 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515400792 8908800 252 33554432000 4194304 4922060 140736380114592 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25969/statm: 2175 252 211 178 0 68 0
[pid=25970] ppid=25969 vsize=304404 CPUtime=408.61 cores=1,3,5,7
/proc/25970/stat : 25970 (priss) S 25969 25969 24860 0 -1 4202496 29068 0 0 0 40840 21 0 0 25 0 5 0 515400792 311709696 26419 33554432000 4194304 5787044 140733826695120 18446744073709551615 268284512689 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/25970/statm: 76101 26419 419 389 0 71851 0
[pid=25970/tid=25972] ppid=25969 vsize=304404 CPUtime=102.28 cores=1,3,5,7
/proc/25970/task/25972/stat : 25972 (priss) R 25969 25969 24860 0 -1 4202560 7124 0 0 0 10222 6 0 0 25 0 5 0 515400793 311709696 26419 33554432000 4194304 5787044 140733826695120 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=25970/tid=25973] ppid=25969 vsize=304404 CPUtime=102.29 cores=1,3,5,7
/proc/25970/task/25973/stat : 25973 (priss) R 25969 25969 24860 0 -1 4202560 7846 0 0 0 10224 5 0 0 25 0 5 0 515400793 311709696 26419 33554432000 4194304 5787044 140733826695120 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25970/tid=25974] ppid=25969 vsize=304404 CPUtime=101.72 cores=1,3,5,7
/proc/25970/task/25974/stat : 25974 (priss) R 25969 25969 24860 0 -1 4202560 5755 0 0 0 10167 5 0 0 25 0 5 0 515400793 311709696 26419 33554432000 4194304 5787044 140733826695120 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=25970/tid=25975] ppid=25969 vsize=304404 CPUtime=102.28 cores=1,3,5,7

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

/proc/25970/task/25973/stat : 25973 (priss) R 25969 25969 24860 0 -1 4202560 20707 0 0 0 88210 19 0 0 25 0 5 0 515400793 377794560 66498 33554432000 4194304 5787044 140733826695120 18446744073709551615 5591552 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25970/tid=25974] ppid=25969 vsize=368940 CPUtime=877.47 cores=1,3,5,7
/proc/25970/task/25974/stat : 25974 (priss) R 25969 25969 24860 0 -1 4202560 16576 0 0 0 87723 24 0 0 25 0 5 0 515400793 377794560 66498 33554432000 4194304 5787044 140733826695120 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=25970/tid=25975] ppid=25969 vsize=368940 CPUtime=882.29 cores=1,3,5,7
/proc/25970/task/25975/stat : 25975 (priss) R 25969 25969 24860 0 -1 4202560 16892 0 0 0 88214 15 0 0 25 0 5 0 515400793 377794560 66498 33554432000 4194304 5787044 140733826695120 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.36
Current children cumulated vsize (KiB) 377640

[startup+942.301 s]
/proc/loadavg: 8.17 8.07 8.09 9/188 26041
/proc/meminfo: memFree=15567188/32950928 swapFree=67111528/67111528
[pid=25969] ppid=25967 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/25969/stat : 25969 (prissAuto.sh) S 25967 25969 24860 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515400792 8908800 252 33554432000 4194304 4922060 140736380114592 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25969/statm: 2175 252 211 178 0 68 0
[pid=25970] ppid=25969 vsize=373692 CPUtime=3764.04 cores=1,3,5,7
/proc/25970/stat : 25970 (priss) S 25969 25969 24860 0 -1 4202496 72074 0 0 0 376328 76 0 0 25 0 5 0 515400792 382660608 68744 33554432000 4194304 5787044 140733826695120 18446744073709551615 268284512689 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/25970/statm: 93423 68744 419 389 0 89173 0
[pid=25970/tid=25972] ppid=25969 vsize=373692 CPUtime=942.29 cores=1,3,5,7
/proc/25970/task/25972/stat : 25972 (priss) R 25969 25969 24860 0 -1 4202560 14216 0 0 0 94214 15 0 0 25 0 5 0 515400793 382660608 68744 33554432000 4194304 5787044 140733826695120 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=25970/tid=25973] ppid=25969 vsize=373692 CPUtime=942.28 cores=1,3,5,7
/proc/25970/task/25973/stat : 25973 (priss) R 25969 25969 24860 0 -1 4202560 21477 0 0 0 94208 20 0 0 25 0 5 0 515400793 382660608 68744 33554432000 4194304 5787044 140733826695120 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25970/tid=25974] ppid=25969 vsize=373692 CPUtime=937.14 cores=1,3,5,7
/proc/25970/task/25974/stat : 25974 (priss) R 25969 25969 24860 0 -1 4202560 17740 0 0 0 93690 24 0 0 25 0 5 0 515400793 382660608 68744 33554432000 4194304 5787044 140733826695120 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=25970/tid=25975] ppid=25969 vsize=373692 CPUtime=942.29 cores=1,3,5,7
/proc/25970/task/25975/stat : 25975 (priss) R 25969 25969 24860 0 -1 4202560 17116 0 0 0 94214 15 0 0 25 0 5 0 515400793 382660608 68744 33554432000 4194304 5787044 140733826695120 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3764.04
Current children cumulated vsize (KiB) 382392

[startup+1002.3 s]
/proc/loadavg: 8.17 8.09 8.09 9/188 26043
/proc/meminfo: memFree=15560220/32950928 swapFree=67111528/67111528
[pid=25969] ppid=25967 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/25969/stat : 25969 (prissAuto.sh) S 25967 25969 24860 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515400792 8908800 252 33554432000 4194304 4922060 140736380114592 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25969/statm: 2175 252 211 178 0 68 0
[pid=25970] ppid=25969 vsize=373692 CPUtime=4003.71 cores=1,3,5,7
/proc/25970/stat : 25970 (priss) S 25969 25969 24860 0 -1 4202496 72606 0 0 0 400295 76 0 0 25 0 5 0 515400792 382660608 69179 33554432000 4194304 5787044 140733826695120 18446744073709551615 268284512689 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/25970/statm: 93423 69179 419 389 0 89173 0
[pid=25970/tid=25972] ppid=25969 vsize=373692 CPUtime=1002.28 cores=1,3,5,7
/proc/25970/task/25972/stat : 25972 (priss) R 25969 25969 24860 0 -1 4202560 14420 0 0 0 100213 15 0 0 25 0 5 0 515400793 382660608 69179 33554432000 4194304 5787044 140733826695120 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=25970/tid=25973] ppid=25969 vsize=373692 CPUtime=1002.29 cores=1,3,5,7
/proc/25970/task/25973/stat : 25973 (priss) R 25969 25969 24860 0 -1 4202560 21477 0 0 0 100209 20 0 0 25 0 5 0 515400793 382660608 69179 33554432000 4194304 5787044 140733826695120 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25970/tid=25974] ppid=25969 vsize=373692 CPUtime=996.82 cores=1,3,5,7
/proc/25970/task/25974/stat : 25974 (priss) R 25969 25969 24860 0 -1 4202560 17740 0 0 0 99658 24 0 0 25 0 5 0 515400793 382660608 69179 33554432000 4194304 5787044 140733826695120 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=25970/tid=25975] ppid=25969 vsize=373692 CPUtime=1002.28 cores=1,3,5,7
/proc/25970/task/25975/stat : 25975 (priss) R 25969 25969 24860 0 -1 4202560 17444 0 0 0 100213 15 0 0 25 0 5 0 515400793 382660608 69179 33554432000 4194304 5787044 140733826695120 18446744073709551615 4218754 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.71
Current children cumulated vsize (KiB) 382392

[startup+1062.3 s]
/proc/loadavg: 8.46 8.18 8.12 9/188 26047
/proc/meminfo: memFree=15558404/32950928 swapFree=67111528/67111528
[pid=25969] ppid=25967 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/25969/stat : 25969 (prissAuto.sh) S 25967 25969 24860 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515400792 8908800 252 33554432000 4194304 4922060 140736380114592 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25969/statm: 2175 252 211 178 0 68 0
[pid=25970] ppid=25969 vsize=439228 CPUtime=4243.38 cores=1,3,5,7
/proc/25970/stat : 25970 (priss) S 25969 25969 24860 0 -1 4202496 72922 0 0 0 424261 77 0 0 25 0 5 0 515400792 449769472 69398 33554432000 4194304 5787044 140733826695120 18446744073709551615 268284512689 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/25970/statm: 109807 69398 419 389 0 105557 0
[pid=25970/tid=25972] ppid=25969 vsize=439228 CPUtime=1062.28 cores=1,3,5,7
/proc/25970/task/25972/stat : 25972 (priss) R 25969 25969 24860 0 -1 4202560 14420 0 0 0 106213 15 0 0 25 0 5 0 515400793 449769472 69398 33554432000 4194304 5787044 140733826695120 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=25970/tid=25973] ppid=25969 vsize=439228 CPUtime=1062.28 cores=1,3,5,7
/proc/25970/task/25973/stat : 25973 (priss) R 25969 25969 24860 0 -1 4202560 21477 0 0 0 106208 20 0 0 25 0 5 0 515400793 449769472 69398 33554432000 4194304 5787044 140733826695120 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25970/tid=25974] ppid=25969 vsize=439228 CPUtime=1056.5 cores=1,3,5,7
/proc/25970/task/25974/stat : 25974 (priss) R 25969 25969 24860 0 -1 4202560 17742 0 0 0 105625 25 0 0 25 0 5 0 515400793 449769472 69398 33554432000 4194304 5787044 140733826695120 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=25970/tid=25975] ppid=25969 vsize=439228 CPUtime=1062.29 cores=1,3,5,7
/proc/25970/task/25975/stat : 25975 (priss) R 25969 25969 24860 0 -1 4202560 17758 0 0 0 106213 16 0 0 25 0 5 0 515400793 449769472 69398 33554432000 4194304 5787044 140733826695120 18446744073709551615 5527122 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.38
Current children cumulated vsize (KiB) 447928

[startup+1122.3 s]
/proc/loadavg: 8.26 8.17 8.12 9/188 26049
/proc/meminfo: memFree=15557992/32950928 swapFree=67111528/67111528
[pid=25969] ppid=25967 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/25969/stat : 25969 (prissAuto.sh) S 25967 25969 24860 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515400792 8908800 252 33554432000 4194304 4922060 140736380114592 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25969/statm: 2175 252 211 178 0 68 0
[pid=25970] ppid=25969 vsize=439588 CPUtime=4483.06 cores=1,3,5,7
/proc/25970/stat : 25970 (priss) S 25969 25969 24860 0 -1 4202496 73005 0 0 0 448229 77 0 0 25 0 5 0 515400792 450138112 69481 33554432000 4194304 5787044 140733826695120 18446744073709551615 268284512689 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/25970/statm: 109897 69481 419 389 0 105647 0
[pid=25970/tid=25972] ppid=25969 vsize=439588 CPUtime=1122.28 cores=1,3,5,7
/proc/25970/task/25972/stat : 25972 (priss) R 25969 25969 24860 0 -1 4202560 14420 0 0 0 112213 15 0 0 25 0 5 0 515400793 450138112 69481 33554432000 4194304 5787044 140733826695120 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=25970/tid=25973] ppid=25969 vsize=439588 CPUtime=1122.29 cores=1,3,5,7
/proc/25970/task/25973/stat : 25973 (priss) R 25969 25969 24860 0 -1 4202560 21477 0 0 0 112209 20 0 0 25 0 5 0 515400793 450138112 69481 33554432000 4194304 5787044 140733826695120 18446744073709551615 5586853 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25970/tid=25974] ppid=25969 vsize=439588 CPUtime=1116.17 cores=1,3,5,7
/proc/25970/task/25974/stat : 25974 (priss) R 25969 25969 24860 0 -1 4202560 17825 0 0 0 111592 25 0 0 25 0 5 0 515400793 450138112 69481 33554432000 4194304 5787044 140733826695120 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=25970/tid=25975] ppid=25969 vsize=439588 CPUtime=1122.29 cores=1,3,5,7
/proc/25970/task/25975/stat : 25975 (priss) R 25969 25969 24860 0 -1 4202560 17758 0 0 0 112213 16 0 0 25 0 5 0 515400793 450138112 69481 33554432000 4194304 5787044 140733826695120 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4483.06
Current children cumulated vsize (KiB) 448288

[startup+1182.3 s]
/proc/loadavg: 8.15 8.15 8.11 9/188 26051
/proc/meminfo: memFree=15556736/32950928 swapFree=67111528/67111528
[pid=25969] ppid=25967 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/25969/stat : 25969 (prissAuto.sh) S 25967 25969 24860 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515400792 8908800 252 33554432000 4194304 4922060 140736380114592 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25969/statm: 2175 252 211 178 0 68 0
[pid=25970] ppid=25969 vsize=440564 CPUtime=4722.74 cores=1,3,5,7
/proc/25970/stat : 25970 (priss) S 25969 25969 24860 0 -1 4202496 73426 0 0 0 472197 77 0 0 25 0 5 0 515400792 451137536 69902 33554432000 4194304 5787044 140733826695120 18446744073709551615 268284512689 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/25970/statm: 110141 69902 419 389 0 105891 0
[pid=25970/tid=25972] ppid=25969 vsize=440564 CPUtime=1182.28 cores=1,3,5,7
/proc/25970/task/25972/stat : 25972 (priss) R 25969 25969 24860 0 -1 4202560 14420 0 0 0 118213 15 0 0 25 0 5 0 515400793 451137536 69902 33554432000 4194304 5787044 140733826695120 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=25970/tid=25973] ppid=25969 vsize=440564 CPUtime=1182.29 cores=1,3,5,7
/proc/25970/task/25973/stat : 25973 (priss) R 25969 25969 24860 0 -1 4202560 21685 0 0 0 118209 20 0 0 25 0 5 0 515400793 451137536 69902 33554432000 4194304 5787044 140733826695120 18446744073709551615 5588291 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25970/tid=25974] ppid=25969 vsize=440564 CPUtime=1175.85 cores=1,3,5,7
/proc/25970/task/25974/stat : 25974 (priss) R 25969 25969 24860 0 -1 4202560 18038 0 0 0 117560 25 0 0 25 0 5 0 515400793 451137536 69902 33554432000 4194304 5787044 140733826695120 18446744073709551615 5591266 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=25970/tid=25975] ppid=25969 vsize=440564 CPUtime=1182.29 cores=1,3,5,7
/proc/25970/task/25975/stat : 25975 (priss) R 25969 25969 24860 0 -1 4202560 17758 0 0 0 118213 16 0 0 25 0 5 0 515400793 451137536 69902 33554432000 4194304 5787044 140733826695120 18446744073709551615 5527024 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.74
Current children cumulated vsize (KiB) 449264



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.11 8.14 8.11 9/188 26051
/proc/meminfo: memFree=15554996/32950928 swapFree=67111528/67111528
[pid=25969] ppid=25967 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/25969/stat : 25969 (prissAuto.sh) S 25967 25969 24860 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515400792 8908800 252 33554432000 4194304 4922060 140736380114592 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25969/statm: 2175 252 211 178 0 68 0
[pid=25970] ppid=25969 vsize=440868 CPUtime=4800.25 cores=1,3,5,7
/proc/25970/stat : 25970 (priss) S 25969 25969 24860 0 -1 4202496 73757 0 0 0 479947 78 0 0 25 0 5 0 515400792 451448832 70233 33554432000 4194304 5787044 140733826695120 18446744073709551615 268284512689 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/25970/statm: 110217 70233 419 389 0 105967 0
[pid=25970/tid=25972] ppid=25969 vsize=440868 CPUtime=1201.69 cores=1,3,5,7
/proc/25970/task/25972/stat : 25972 (priss) R 25969 25969 24860 0 -1 4202560 14421 0 0 0 120154 15 0 0 25 0 5 0 515400793 451448832 70233 33554432000 4194304 5787044 140733826695120 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=25970/tid=25973] ppid=25969 vsize=440868 CPUtime=1201.69 cores=1,3,5,7
/proc/25970/task/25973/stat : 25973 (priss) R 25969 25969 24860 0 -1 4202560 21958 0 0 0 120149 20 0 0 25 0 5 0 515400793 451448832 70233 33554432000 4194304 5787044 140733826695120 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25970/tid=25974] ppid=25969 vsize=440868 CPUtime=1195.14 cores=1,3,5,7
/proc/25970/task/25974/stat : 25974 (priss) R 25969 25969 24860 0 -1 4202560 18095 0 0 0 119489 25 0 0 25 0 5 0 515400793 451448832 70233 33554432000 4194304 5787044 140733826695120 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=25970/tid=25975] ppid=25969 vsize=440868 CPUtime=1201.7 cores=1,3,5,7
/proc/25970/task/25975/stat : 25975 (priss) R 25969 25969 24860 0 -1 4202560 17758 0 0 0 120154 16 0 0 25 0 5 0 515400793 451448832 70233 33554432000 4194304 5787044 140733826695120 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.25
Current children cumulated vsize (KiB) 449568

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.11 8.14 8.11 9/188 26051
/proc/meminfo: memFree=15554996/32950928 swapFree=67111528/67111528
[pid=25969] ppid=25967 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/25969/stat : 25969 (prissAuto.sh) S 25967 25969 24860 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515400792 8908800 252 33554432000 4194304 4922060 140736380114592 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25969/statm: 2175 252 211 178 0 68 0
[pid=25970] ppid=25969 vsize=440868 CPUtime=4800.25 cores=1,3,5,7
/proc/25970/stat : 25970 (priss) S 25969 25969 24860 0 -1 4202496 73757 0 0 0 479947 78 0 0 25 0 5 0 515400792 451448832 70233 33554432000 4194304 5787044 140733826695120 18446744073709551615 268284512689 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/25970/statm: 110217 70233 419 389 0 105967 0
[pid=25970/tid=25972] ppid=25969 vsize=440868 CPUtime=1201.69 cores=1,3,5,7
/proc/25970/task/25972/stat : 25972 (priss) R 25969 25969 24860 0 -1 4202560 14421 0 0 0 120154 15 0 0 25 0 5 0 515400793 451448832 70233 33554432000 4194304 5787044 140733826695120 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=25970/tid=25973] ppid=25969 vsize=440868 CPUtime=1201.69 cores=1,3,5,7
/proc/25970/task/25973/stat : 25973 (priss) R 25969 25969 24860 0 -1 4202560 21958 0 0 0 120149 20 0 0 25 0 5 0 515400793 451448832 70233 33554432000 4194304 5787044 140733826695120 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25970/tid=25974] ppid=25969 vsize=440868 CPUtime=1195.14 cores=1,3,5,7
/proc/25970/task/25974/stat : 25974 (priss) R 25969 25969 24860 0 -1 4202560 18095 0 0 0 119489 25 0 0 25 0 5 0 515400793 451448832 70233 33554432000 4194304 5787044 140733826695120 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=25970/tid=25975] ppid=25969 vsize=440868 CPUtime=1201.7 cores=1,3,5,7
/proc/25970/task/25975/stat : 25975 (priss) R 25969 25969 24860 0 -1 4202560 17758 0 0 0 120154 16 0 0 25 0 5 0 515400793 451448832 70233 33554432000 4194304 5787044 140733826695120 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.25
Current children cumulated vsize (KiB) 449568

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25969 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.25
#
# 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.25
CPU user time (s): 4799.47
CPU system time (s): 0.78
CPU usage (%): 399.449
Max. virtual memory (cumulated for all children) (KiB): 449568

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= 5
involuntary context switches= 2

runsolver used 1.56376 second user time and 5.00024 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-29 02:47:00
IDJOB=3280878
IDBENCH=20468
IDSOLVER=1602
FILE ID=node122/3280878-1304038020
RUNJOBID= node122-1304036813-25815
PBS_JOBID= 13170330
Free space on /tmp= 71652 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT07/industrial/jarvisalo/eq.atree.braun.12.unsat.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3280878-1304038020/watcher-3280878-1304038020 -o /tmp/evaluation-result-3280878-1304038020/solver-3280878-1304038020 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3280878-1304038020.cnf 1193850181 4800 15500 4

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

MD5SUM BENCH= 8d6acb9f6b752ad76c024133f5175c69
RANDOM SEED=1193850181

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15688780 kB
Buffers:       1731480 kB
Cached:       14491872 kB
SwapCached:          0 kB
Active:        5705116 kB
Inactive:     10992108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15688780 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           14200 kB
Writeback:           0 kB
AnonPages:      473720 kB
Mapped:          15140 kB
Slab:           501572 kB
PageTables:       5352 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   697256 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= 71660 MiB
End job on node122 at 2011-04-29 03:07:04