Trace number 3251557

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.23 1201.92

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m52-q1041.25-n50-p15-s99099953.cnf
MD5SUMdda220d08783aabf4e7a9e99eeeccae6
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 variables2444
Number of clauses498568
Sum of the clauses size999480
Maximum clause length52
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2498518
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

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: 16834
0.00/0.00	c setup for 4cores
0.00/0.11	c parsetime: 106360us
0.00/0.11	c parsed 498568 clauses with 2444 variables
0.00/0.14	c NW started thread 0 successfully (1097996608)
0.00/0.17	c NW started thread 1 successfully (1108486464)
0.00/0.22	c NW started thread 2 successfully (1118976320)
0.00/0.27	c NW started thread 3 successfully (1085733184)
158.76/40.00	c preprocessor returned 10010 variables
158.76/40.00	c preprocessing returned UNKNOWN
158.76/40.00	c PP set 0 variables
158.76/40.00	c pp time: 39819166us (39s)
159.15/40.07	c preprocessor returned 10010 variables
159.15/40.07	c preprocessing returned UNKNOWN
159.15/40.07	c PP set 0 variables
159.15/40.07	c pp time: 39856461us (39s)
159.15/40.09	c preprocessor returned 10010 variables
159.15/40.09	c preprocessing returned UNKNOWN
159.15/40.09	c PP set 0 variables
159.15/40.09	c pp time: 39951227us (39s)
196.72/49.44	c preprocessor returned 30021 variables
196.72/49.44	c preprocessing returned UNKNOWN
196.72/49.44	c PP set 0 variables
196.72/49.44	c pp time: 49169626us (49s)

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

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

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


[startup+0 s]
/proc/loadavg: 8.11 8.09 8.03 5/182 16833
/proc/meminfo: memFree=19214316/32951124 swapFree=67111524/67111528
[pid=16833] ppid=16831 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16833/stat : 16833 (prissAuto.sh) S 16831 16833 16471 0 -1 4202496 332 0 0 0 0 0 0 0 20 0 1 0 500972185 8908800 252 33554432000 4194304 4922060 140735008372160 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16833/statm: 2175 252 211 178 0 68 0

[startup+0.067567 s]
/proc/loadavg: 8.11 8.09 8.03 5/182 16833
/proc/meminfo: memFree=19214316/32951124 swapFree=67111524/67111528
[pid=16833] ppid=16831 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16833/stat : 16833 (prissAuto.sh) S 16831 16833 16471 0 -1 4202496 332 0 0 0 0 0 0 0 20 0 1 0 500972185 8908800 252 33554432000 4194304 4922060 140735008372160 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16833/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.10056 s]
/proc/loadavg: 8.11 8.09 8.03 5/182 16833
/proc/meminfo: memFree=19214316/32951124 swapFree=67111524/67111528
[pid=16833] ppid=16831 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16833/stat : 16833 (prissAuto.sh) S 16831 16833 16471 0 -1 4202496 332 0 0 0 0 0 0 0 20 0 1 0 500972185 8908800 252 33554432000 4194304 4922060 140735008372160 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16833/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.304642 s]
/proc/loadavg: 8.11 8.09 8.03 5/182 16833
/proc/meminfo: memFree=19214316/32951124 swapFree=67111524/67111528
[pid=16833] ppid=16831 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16833/stat : 16833 (prissAuto.sh) S 16831 16833 16471 0 -1 4202496 332 0 0 0 0 0 0 0 20 0 1 0 500972185 8908800 252 33554432000 4194304 4922060 140735008372160 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16833/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700411 s]
/proc/loadavg: 8.11 8.09 8.03 5/182 16833
/proc/meminfo: memFree=19214316/32951124 swapFree=67111524/67111528
[pid=16833] ppid=16831 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16833/stat : 16833 (prissAuto.sh) S 16831 16833 16471 0 -1 4202496 332 0 0 0 0 0 0 0 20 0 1 0 500972185 8908800 252 33554432000 4194304 4922060 140735008372160 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16833/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50026 s]
/proc/loadavg: 8.10 8.09 8.03 9/188 16839
/proc/meminfo: memFree=19054680/32951124 swapFree=67111524/67111528
[pid=16833] ppid=16831 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16833/stat : 16833 (prissAuto.sh) S 16831 16833 16471 0 -1 4202496 332 0 0 0 0 0 0 0 20 0 1 0 500972185 8908800 252 33554432000 4194304 4922060 140735008372160 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16833/statm: 2175 252 211 178 0 68 0
[pid=16834] ppid=16833 vsize=385176 CPUtime=5.37 cores=0,2,4,6
/proc/16834/stat : 16834 (priss) S 16833 16833 16471 0 -1 4202496 78996 0 0 0 517 20 0 0 18 0 5 0 500972185 394420224 39721 33554432000 4194304 5787044 140736142039312 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/16834/statm: 96294 39721 349 389 0 92044 0
[pid=16834/tid=16836] ppid=16833 vsize=385176 CPUtime=1.33 cores=0,2,4,6
/proc/16834/task/16836/stat : 16836 (priss) R 16833 16833 16471 0 -1 4202560 13031 0 0 0 129 4 0 0 19 0 5 0 500972199 394420224 39721 33554432000 4194304 5787044 140736142039312 18446744073709551615 4336181 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16834/tid=16837] ppid=16833 vsize=385176 CPUtime=1.3 cores=0,2,4,6
/proc/16834/task/16837/stat : 16837 (priss) R 16833 16833 16471 0 -1 4202560 13967 0 0 0 125 5 0 0 19 0 5 0 500972203 394420224 39721 33554432000 4194304 5787044 140736142039312 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16834/tid=16838] ppid=16833 vsize=385176 CPUtime=1.25 cores=0,2,4,6
/proc/16834/task/16838/stat : 16838 (priss) R 16833 16833 16471 0 -1 4202560 15341 0 0 0 120 5 0 0 19 0 5 0 500972207 394420224 39721 33554432000 4194304 5787044 140736142039312 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16834/tid=16839] ppid=16833 vsize=385176 CPUtime=1.21 cores=0,2,4,6
/proc/16834/task/16839/stat : 16839 (priss) R 16833 16833 16471 0 -1 4202560 12774 0 0 0 119 2 0 0 19 0 5 0 500972212 394420224 39721 33554432000 4194304 5787044 140736142039312 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.37
Current children cumulated vsize (KiB) 393876

[startup+3.10096 s]
/proc/loadavg: 8.10 8.09 8.03 9/188 16839
/proc/meminfo: memFree=19054432/32951124 swapFree=67111524/67111528
[pid=16833] ppid=16831 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16833/stat : 16833 (prissAuto.sh) S 16831 16833 16471 0 -1 4202496 332 0 0 0 0 0 0 0 20 0 1 0 500972185 8908800 252 33554432000 4194304 4922060 140735008372160 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16833/statm: 2175 252 211 178 0 68 0
[pid=16834] ppid=16833 vsize=385176 CPUtime=11.77 cores=0,2,4,6
/proc/16834/stat : 16834 (priss) S 16833 16833 16471 0 -1 4202496 78996 0 0 0 1157 20 0 0 18 0 5 0 500972185 394420224 39721 33554432000 4194304 5787044 140736142039312 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/16834/statm: 96294 39721 349 389 0 92044 0
[pid=16834/tid=16836] ppid=16833 vsize=385176 CPUtime=2.93 cores=0,2,4,6
/proc/16834/task/16836/stat : 16836 (priss) R 16833 16833 16471 0 -1 4202560 13031 0 0 0 289 4 0 0 23 0 5 0 500972199 394420224 39721 33554432000 4194304 5787044 140736142039312 18446744073709551615 4336120 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16834/tid=16837] ppid=16833 vsize=385176 CPUtime=2.9 cores=0,2,4,6
/proc/16834/task/16837/stat : 16837 (priss) R 16833 16833 16471 0 -1 4202560 13967 0 0 0 285 5 0 0 22 0 5 0 500972203 394420224 39721 33554432000 4194304 5787044 140736142039312 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16834/tid=16838] ppid=16833 vsize=385176 CPUtime=2.86 cores=0,2,4,6
/proc/16834/task/16838/stat : 16838 (priss) R 16833 16833 16471 0 -1 4202560 15341 0 0 0 281 5 0 0 22 0 5 0 500972207 394420224 39721 33554432000 4194304 5787044 140736142039312 18446744073709551615 4336254 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16834/tid=16839] ppid=16833 vsize=385176 CPUtime=2.8 cores=0,2,4,6
/proc/16834/task/16839/stat : 16839 (priss) R 16833 16833 16471 0 -1 4202560 12774 0 0 0 278 2 0 0 23 0 5 0 500972212 394420224 39721 33554432000 4194304 5787044 140736142039312 18446744073709551615 4336171 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.77
Current children cumulated vsize (KiB) 393876

[startup+6.30035 s]
/proc/loadavg: 8.10 8.09 8.03 9/188 16840
/proc/meminfo: memFree=19052212/32951124 swapFree=67111524/67111528
[pid=16833] ppid=16831 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16833/stat : 16833 (prissAuto.sh) S 16831 16833 16471 0 -1 4202496 332 0 0 0 0 0 0 0 20 0 1 0 500972185 8908800 252 33554432000 4194304 4922060 140735008372160 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16833/statm: 2175 252 211 178 0 68 0
[pid=16834] ppid=16833 vsize=377384 CPUtime=24.55 cores=0,2,4,6
/proc/16834/stat : 16834 (priss) S 16833 16833 16471 0 -1 4202496 80987 0 0 0 2434 21 0 0 18 0 5 0 500972185 386441216 39764 33554432000 4194304 5787044 140736142039312 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/16834/statm: 94346 39764 350 389 0 90096 0
[pid=16834/tid=16836] ppid=16833 vsize=377384 CPUtime=6.13 cores=0,2,4,6
/proc/16834/task/16836/stat : 16836 (priss) R 16833 16833 16471 0 -1 4202560 13115 0 0 0 609 4 0 0 25 0 5 0 500972199 386441216 39764 33554432000 4194304 5787044 140736142039312 18446744073709551615 4336773 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16834/tid=16837] ppid=16833 vsize=377384 CPUtime=6.09 cores=0,2,4,6
/proc/16834/task/16837/stat : 16837 (priss) R 16833 16833 16471 0 -1 4202560 15377 0 0 0 604 5 0 0 25 0 5 0 500972203 386441216 39764 33554432000 4194304 5787044 140736142039312 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16834/tid=16838] ppid=16833 vsize=377384 CPUtime=6.06 cores=0,2,4,6
/proc/16834/task/16838/stat : 16838 (priss) R 16833 16833 16471 0 -1 4202560 15838 0 0 0 601 5 0 0 25 0 5 0 500972207 386441216 39764 33554432000 4194304 5787044 140736142039312 18446744073709551615 4336768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16834/tid=16839] ppid=16833 vsize=377384 CPUtime=5.98 cores=0,2,4,6
/proc/16834/task/16839/stat : 16839 (priss) R 16833 16833 16471 0 -1 4202560 12774 0 0 0 596 2 0 0 25 0 5 0 500972212 386441216 39764 33554432000 4194304 5787044 140736142039312 18446744073709551615 4335686 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.55
Current children cumulated vsize (KiB) 386084

[startup+12.7011 s]
/proc/loadavg: 8.16 8.10 8.03 9/188 16840
/proc/meminfo: memFree=19050500/32951124 swapFree=67111524/67111528
[pid=16833] ppid=16831 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16833/stat : 16833 (prissAuto.sh) S 16831 16833 16471 0 -1 4202496 332 0 0 0 0 0 0 0 20 0 1 0 500972185 8908800 252 33554432000 4194304 4922060 140735008372160 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16833/statm: 2175 252 211 178 0 68 0
[pid=16834] ppid=16833 vsize=377384 CPUtime=50.12 cores=0,2,4,6
/proc/16834/stat : 16834 (priss) S 16833 16833 16471 0 -1 4202496 80987 0 0 0 4991 21 0 0 18 0 5 0 500972185 386441216 39764 33554432000 4194304 5787044 140736142039312 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/16834/statm: 94346 39764 350 389 0 90096 0
[pid=16834/tid=16836] ppid=16833 vsize=377384 CPUtime=12.53 cores=0,2,4,6
/proc/16834/task/16836/stat : 16836 (priss) R 16833 16833 16471 0 -1 4202560 13115 0 0 0 1249 4 0 0 25 0 5 0 500972199 386441216 39764 33554432000 4194304 5787044 140736142039312 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16834/tid=16837] ppid=16833 vsize=377384 CPUtime=12.49 cores=0,2,4,6
/proc/16834/task/16837/stat : 16837 (priss) R 16833 16833 16471 0 -1 4202560 15377 0 0 0 1244 5 0 0 25 0 5 0 500972203 386441216 39764 33554432000 4194304 5787044 140736142039312 18446744073709551615 4336120 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16834/tid=16838] ppid=16833 vsize=377384 CPUtime=12.46 cores=0,2,4,6
/proc/16834/task/16838/stat : 16838 (priss) R 16833 16833 16471 0 -1 4202560 15838 0 0 0 1241 5 0 0 25 0 5 0 500972207 386441216 39764 33554432000 4194304 5787044 140736142039312 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16834/tid=16839] ppid=16833 vsize=377384 CPUtime=12.35 cores=0,2,4,6
/proc/16834/task/16839/stat : 16839 (priss) R 16833 16833 16471 0 -1 4202560 12774 0 0 0 1233 2 0 0 25 0 5 0 500972212 386441216 39764 33554432000 4194304 5787044 140736142039312 18446744073709551615 4336773 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.12
Current children cumulated vsize (KiB) 386084

[startup+25.5007 s]
/proc/loadavg: 8.13 8.10 8.03 9/188 16840
/proc/meminfo: memFree=19032024/32951124 swapFree=67111524/67111528
[pid=16833] ppid=16831 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16833/stat : 16833 (prissAuto.sh) S 16831 16833 16471 0 -1 4202496 332 0 0 0 0 0 0 0 20 0 1 0 500972185 8908800 252 33554432000 4194304 4922060 140735008372160 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16833/statm: 2175 252 211 178 0 68 0
[pid=16834] ppid=16833 vsize=377384 CPUtime=101.24 cores=0,2,4,6
/proc/16834/stat : 16834 (priss) S 16833 16833 16471 0 -1 4202496 85066 0 0 0 10103 21 0 0 18 0 5 0 500972185 386441216 43843 33554432000 4194304 5787044 140736142039312 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/16834/statm: 94346 43843 352 389 0 90096 0
[pid=16834/tid=16836] ppid=16833 vsize=377384 CPUtime=25.33 cores=0,2,4,6
/proc/16834/task/16836/stat : 16836 (priss) R 16833 16833 16471 0 -1 4202560 14517 0 0 0 2529 4 0 0 25 0 5 0 500972199 386441216 43843 33554432000 4194304 5787044 140736142039312 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16834/tid=16837] ppid=16833 vsize=377384 CPUtime=25.29 cores=0,2,4,6
/proc/16834/task/16837/stat : 16837 (priss) R 16833 16833 16471 0 -1 4202560 16783 0 0 0 2524 5 0 0 25 0 5 0 500972203 386441216 43843 33554432000 4194304 5787044 140736142039312 18446744073709551615 4336804 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16834/tid=16838] ppid=16833 vsize=377384 CPUtime=25.26 cores=0,2,4,6
/proc/16834/task/16838/stat : 16838 (priss) R 16833 16833 16471 0 -1 4202560 17109 0 0 0 2521 5 0 0 25 0 5 0 500972207 386441216 43843 33554432000 4194304 5787044 140736142039312 18446744073709551615 4336759 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16834/tid=16839] ppid=16833 vsize=377384 CPUtime=25.07 cores=0,2,4,6
/proc/16834/task/16839/stat : 16839 (priss) R 16833 16833 16471 0 -1 4202560 12774 0 0 0 2505 2 0 0 25 0 5 0 500972212 386441216 43843 33554432000 4194304 5787044 140736142039312 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 386084

[startup+51.1009 s]
/proc/loadavg: 8.08 8.08 8.03 9/188 16841
/proc/meminfo: memFree=18955796/32951124 swapFree=67111524/67111528
[pid=16833] ppid=16831 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16833/stat : 16833 (prissAuto.sh) S 16831 16833 16471 0 -1 4202496 332 0 0 0 0 0 0 0 20 0 1 0 500972185 8908800 252 33554432000 4194304 4922060 140735008372160 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16833/statm: 2175 252 211 178 0 68 0
[pid=16834] ppid=16833 vsize=401604 CPUtime=203.5 cores=0,2,4,6
/proc/16834/stat : 16834 (priss) S 16833 16833 16471 0 -1 4202496 142546 0 0 0 20316 34 0 0 18 0 5 0 500972185 411242496 61088 33554432000 4194304 5787044 140736142039312 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/16834/statm: 100401 61088 417 389 0 96151 0
[pid=16834/tid=16836] ppid=16833 vsize=401604 CPUtime=50.92 cores=0,2,4,6
/proc/16834/task/16836/stat : 16836 (priss) R 16833 16833 16471 0 -1 4202560 30587 0 0 0 5084 8 0 0 25 0 5 0 500972199 411242496 61088 33554432000 4194304 5787044 140736142039312 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16834/tid=16837] ppid=16833 vsize=401604 CPUtime=50.89 cores=0,2,4,6
/proc/16834/task/16837/stat : 16837 (priss) R 16833 16833 16471 0 -1 4202560 29735 0 0 0 5082 7 0 0 25 0 5 0 500972203 411242496 61088 33554432000 4194304 5787044 140736142039312 18446744073709551615 5590295 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16834/tid=16838] ppid=16833 vsize=401604 CPUtime=50.85 cores=0,2,4,6
/proc/16834/task/16838/stat : 16838 (priss) R 16833 16833 16471 0 -1 4202560 32983 0 0 0 5075 10 0 0 25 0 5 0 500972207 411242496 61088 33554432000 4194304 5787044 140736142039312 18446744073709551615 5590449 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16834/tid=16839] ppid=16833 vsize=401604 CPUtime=50.53 cores=0,2,4,6
/proc/16834/task/16839/stat : 16839 (priss) R 16833 16833 16471 0 -1 4202560 25358 0 0 0 5049 4 0 0 25 0 5 0 500972212 411242496 61088 33554432000 4194304 5787044 140736142039312 18446744073709551615 4254583 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.5
Current children cumulated vsize (KiB) 410304

[startup+102.308 s]
/proc/loadavg: 8.07 8.08 8.03 11/193 16851
/proc/meminfo: memFree=18854224/32951124 swapFree=67111524/67111528
[pid=16833] ppid=16831 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16833/stat : 16833 (prissAuto.sh) S 16831 16833 16471 0 -1 4202496 332 0 0 0 0 0 0 0 20 0 1 0 500972185 8908800 252 33554432000 4194304 4922060 140735008372160 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16833/statm: 2175 252 211 178 0 68 0
[pid=16834] ppid=16833 vsize=431328 CPUtime=408.01 cores=0,2,4,6
/proc/16834/stat : 16834 (priss) S 16833 16833 16471 0 -1 4202496 163637 0 0 0 40753 48 0 0 18 0 5 0 500972185 441679872 82111 33554432000 4194304 5787044 140736142039312 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/16834/statm: 107832 82111 417 389 0 103582 0
[pid=16834/tid=16836] ppid=16833 vsize=431328 CPUtime=102.12 cores=0,2,4,6
/proc/16834/task/16836/stat : 16836 (priss) R 16833 16833 16471 0 -1 4202560 35023 0 0 0 10200 12 0 0 25 0 5 0 500972199 441679872 82111 33554432000 4194304 5787044 140736142039312 18446744073709551615 4254581 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16834/tid=16837] ppid=16833 vsize=431328 CPUtime=102.09 cores=0,2,4,6
/proc/16834/task/16837/stat : 16837 (priss) R 16833 16833 16471 0 -1 4202560 34112 0 0 0 10197 12 0 0 25 0 5 0 500972203 441679872 82111 33554432000 4194304 5787044 140736142039312 18446744073709551615 5591727 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16834/tid=16838] ppid=16833 vsize=431328 CPUtime=102.05 cores=0,2,4,6
/proc/16834/task/16838/stat : 16838 (priss) S 16833 16833 16471 0 -1 4202560 38939 0 0 0 10192 13 0 0 25 0 5 0 500972207 441679872 82111 33554432000 4194304 5787044 140736142039312 18446744073709551615 264738230644 0 0 4096 0 18446604453921673472 0 0 -1 2 0 0 0
[pid=16834/tid=16839] ppid=16833 vsize=431328 CPUtime=101.45 cores=0,2,4,6

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

/proc/16834/task/16837/stat : 16837 (priss) R 16833 16833 16471 0 -1 4202560 66572 0 0 0 88106 99 0 0 25 0 5 0 500972203 1025765376 207500 33554432000 4194304 5787044 140736142039312 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16834/tid=16838] ppid=16833 vsize=1001724 CPUtime=882.02 cores=0,2,4,6
/proc/16834/task/16838/stat : 16838 (priss) R 16833 16833 16471 0 -1 4202560 73127 0 0 0 88074 128 0 0 25 0 5 0 500972207 1025765376 207500 33554432000 4194304 5787044 140736142039312 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16834/tid=16839] ppid=16833 vsize=1001724 CPUtime=877.11 cores=0,2,4,6
/proc/16834/task/16839/stat : 16839 (priss) R 16833 16833 16471 0 -1 4202560 59045 0 0 0 87688 23 0 0 25 0 5 0 500972212 1025765376 207500 33554432000 4194304 5787044 140736142039312 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3523.59
Current children cumulated vsize (KiB) 1010424

[startup+942.301 s]
/proc/loadavg: 4.07 4.73 6.27 5/177 16892
/proc/meminfo: memFree=19110020/32951124 swapFree=67111524/67111528
[pid=16833] ppid=16831 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16833/stat : 16833 (prissAuto.sh) S 16831 16833 16471 0 -1 4202496 332 0 0 0 0 0 0 0 20 0 1 0 500972185 8908800 252 33554432000 4194304 4922060 140735008372160 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16833/statm: 2175 252 211 178 0 68 0
[pid=16834] ppid=16833 vsize=1018100 CPUtime=3763.25 cores=0,2,4,6
/proc/16834/stat : 16834 (priss) S 16833 16833 16471 0 -1 4202496 300564 0 0 0 375985 340 0 0 18 0 5 0 500972185 1042534400 217157 33554432000 4194304 5787044 140736142039312 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/16834/statm: 254525 217157 417 389 0 250275 0
[pid=16834/tid=16836] ppid=16833 vsize=1018100 CPUtime=942.1 cores=0,2,4,6
/proc/16834/task/16836/stat : 16836 (priss) R 16833 16833 16471 0 -1 4202560 68281 0 0 0 94158 52 0 0 25 0 5 0 500972199 1042534400 217157 33554432000 4194304 5787044 140736142039312 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16834/tid=16837] ppid=16833 vsize=1018100 CPUtime=942.05 cores=0,2,4,6
/proc/16834/task/16837/stat : 16837 (priss) R 16833 16833 16471 0 -1 4202560 67991 0 0 0 94097 108 0 0 25 0 5 0 500972203 1042534400 217157 33554432000 4194304 5787044 140736142039312 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16834/tid=16838] ppid=16833 vsize=1018100 CPUtime=942.03 cores=0,2,4,6
/proc/16834/task/16838/stat : 16838 (priss) R 16833 16833 16471 0 -1 4202560 77302 0 0 0 94052 151 0 0 25 0 5 0 500972207 1042534400 217157 33554432000 4194304 5787044 140736142039312 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16834/tid=16839] ppid=16833 vsize=1018100 CPUtime=936.8 cores=0,2,4,6
/proc/16834/task/16839/stat : 16839 (priss) R 16833 16833 16471 0 -1 4202560 63107 0 0 0 93654 26 0 0 25 0 5 0 500972212 1042534400 217157 33554432000 4194304 5787044 140736142039312 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3763.25
Current children cumulated vsize (KiB) 1026800

[startup+1002.3 s]
/proc/loadavg: 4.07 4.61 6.13 5/177 16893
/proc/meminfo: memFree=19073540/32951124 swapFree=67111524/67111528
[pid=16833] ppid=16831 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16833/stat : 16833 (prissAuto.sh) S 16831 16833 16471 0 -1 4202496 332 0 0 0 0 0 0 0 20 0 1 0 500972185 8908800 252 33554432000 4194304 4922060 140735008372160 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16833/statm: 2175 252 211 178 0 68 0
[pid=16834] ppid=16833 vsize=1099276 CPUtime=4002.91 cores=0,2,4,6
/proc/16834/stat : 16834 (priss) S 16833 16833 16471 0 -1 4202496 309803 0 0 0 399920 371 0 0 18 0 5 0 500972185 1125658624 226171 33554432000 4194304 5787044 140736142039312 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/16834/statm: 274819 226171 417 389 0 270569 0
[pid=16834/tid=16836] ppid=16833 vsize=1099276 CPUtime=1002.1 cores=0,2,4,6
/proc/16834/task/16836/stat : 16836 (priss) R 16833 16833 16471 0 -1 4202560 68285 0 0 0 100158 52 0 0 25 0 5 0 500972199 1125658624 226171 33554432000 4194304 5787044 140736142039312 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16834/tid=16837] ppid=16833 vsize=1099276 CPUtime=1002.04 cores=0,2,4,6
/proc/16834/task/16837/stat : 16837 (priss) R 16833 16833 16471 0 -1 4202560 71657 0 0 0 100074 130 0 0 25 0 5 0 500972203 1125658624 226171 33554432000 4194304 5787044 140736142039312 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16834/tid=16838] ppid=16833 vsize=1099276 CPUtime=1002.02 cores=0,2,4,6
/proc/16834/task/16838/stat : 16838 (priss) R 16833 16833 16471 0 -1 4202560 78941 0 0 0 100046 156 0 0 25 0 5 0 500972207 1125658624 226171 33554432000 4194304 5787044 140736142039312 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16834/tid=16839] ppid=16833 vsize=1099276 CPUtime=996.46 cores=0,2,4,6
/proc/16834/task/16839/stat : 16839 (priss) R 16833 16833 16471 0 -1 4202560 67037 0 0 0 99617 29 0 0 25 0 5 0 500972212 1125658624 226171 33554432000 4194304 5787044 140736142039312 18446744073709551615 5526847 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4002.91
Current children cumulated vsize (KiB) 1107976

[startup+1062.3 s]
/proc/loadavg: 4.06 4.51 6.00 5/177 16895
/proc/meminfo: memFree=19050468/32951124 swapFree=67111524/67111528
[pid=16833] ppid=16831 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16833/stat : 16833 (prissAuto.sh) S 16831 16833 16471 0 -1 4202496 332 0 0 0 0 0 0 0 20 0 1 0 500972185 8908800 252 33554432000 4194304 4922060 140735008372160 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16833/statm: 2175 252 211 178 0 68 0
[pid=16834] ppid=16833 vsize=1108392 CPUtime=4242.58 cores=0,2,4,6
/proc/16834/stat : 16834 (priss) S 16833 16833 16471 0 -1 4202496 315604 0 0 0 423863 395 0 0 18 0 5 0 500972185 1134993408 231972 33554432000 4194304 5787044 140736142039312 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/16834/statm: 277098 231972 417 389 0 272848 0
[pid=16834/tid=16836] ppid=16833 vsize=1108392 CPUtime=1062.1 cores=0,2,4,6
/proc/16834/task/16836/stat : 16836 (priss) R 16833 16833 16471 0 -1 4202560 68297 0 0 0 106158 52 0 0 25 0 5 0 500972199 1134993408 231972 33554432000 4194304 5787044 140736142039312 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16834/tid=16837] ppid=16833 vsize=1108392 CPUtime=1062.03 cores=0,2,4,6
/proc/16834/task/16837/stat : 16837 (priss) R 16833 16833 16471 0 -1 4202560 75343 0 0 0 106051 152 0 0 25 0 5 0 500972203 1134993408 231972 33554432000 4194304 5787044 140736142039312 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16834/tid=16838] ppid=16833 vsize=1108392 CPUtime=1062.02 cores=0,2,4,6
/proc/16834/task/16838/stat : 16838 (priss) R 16833 16833 16471 0 -1 4202560 78941 0 0 0 106046 156 0 0 25 0 5 0 500972207 1134993408 231972 33554432000 4194304 5787044 140736142039312 18446744073709551615 5585259 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16834/tid=16839] ppid=16833 vsize=1108392 CPUtime=1056.13 cores=0,2,4,6
/proc/16834/task/16839/stat : 16839 (priss) R 16833 16833 16471 0 -1 4202560 69140 0 0 0 105583 30 0 0 25 0 5 0 500972212 1134993408 231972 33554432000 4194304 5787044 140736142039312 18446744073709551615 5527590 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4242.58
Current children cumulated vsize (KiB) 1117092

[startup+1122.3 s]
/proc/loadavg: 4.06 4.43 5.88 5/177 16896
/proc/meminfo: memFree=19043376/32951124 swapFree=67111524/67111528
[pid=16833] ppid=16831 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16833/stat : 16833 (prissAuto.sh) S 16831 16833 16471 0 -1 4202496 332 0 0 0 0 0 0 0 20 0 1 0 500972185 8908800 252 33554432000 4194304 4922060 140735008372160 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16833/statm: 2175 252 211 178 0 68 0
[pid=16834] ppid=16833 vsize=1108392 CPUtime=4482.24 cores=0,2,4,6
/proc/16834/stat : 16834 (priss) S 16833 16833 16471 0 -1 4202496 317501 0 0 0 447821 403 0 0 18 0 5 0 500972185 1134993408 233539 33554432000 4194304 5787044 140736142039312 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/16834/statm: 277098 233539 417 389 0 272848 0
[pid=16834/tid=16836] ppid=16833 vsize=1108392 CPUtime=1122.1 cores=0,2,4,6
/proc/16834/task/16836/stat : 16836 (priss) R 16833 16833 16471 0 -1 4202560 68318 0 0 0 112158 52 0 0 25 0 5 0 500972199 1134993408 233539 33554432000 4194304 5787044 140736142039312 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16834/tid=16837] ppid=16833 vsize=1108392 CPUtime=1122.03 cores=0,2,4,6
/proc/16834/task/16837/stat : 16837 (priss) R 16833 16833 16471 0 -1 4202560 77218 0 0 0 112043 160 0 0 25 0 5 0 500972203 1134993408 233539 33554432000 4194304 5787044 140736142039312 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16834/tid=16838] ppid=16833 vsize=1108392 CPUtime=1122.01 cores=0,2,4,6
/proc/16834/task/16838/stat : 16838 (priss) R 16833 16833 16471 0 -1 4202560 78941 0 0 0 112045 156 0 0 25 0 5 0 500972207 1134993408 233539 33554432000 4194304 5787044 140736142039312 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16834/tid=16839] ppid=16833 vsize=1108392 CPUtime=1115.8 cores=0,2,4,6
/proc/16834/task/16839/stat : 16839 (priss) R 16833 16833 16471 0 -1 4202560 69141 0 0 0 111550 30 0 0 25 0 5 0 500972212 1134993408 233539 33554432000 4194304 5787044 140736142039312 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4482.24
Current children cumulated vsize (KiB) 1117092

[startup+1182.3 s]
/proc/loadavg: 4.13 4.38 5.77 5/177 16898
/proc/meminfo: memFree=19043348/32951124 swapFree=67111524/67111528
[pid=16833] ppid=16831 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16833/stat : 16833 (prissAuto.sh) S 16831 16833 16471 0 -1 4202496 332 0 0 0 0 0 0 0 20 0 1 0 500972185 8908800 252 33554432000 4194304 4922060 140735008372160 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16833/statm: 2175 252 211 178 0 68 0
[pid=16834] ppid=16833 vsize=1108392 CPUtime=4721.92 cores=0,2,4,6
/proc/16834/stat : 16834 (priss) S 16833 16833 16471 0 -1 4202496 317566 0 0 0 471788 404 0 0 18 0 5 0 500972185 1134993408 233604 33554432000 4194304 5787044 140736142039312 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/16834/statm: 277098 233604 417 389 0 272848 0
[pid=16834/tid=16836] ppid=16833 vsize=1108392 CPUtime=1182.11 cores=0,2,4,6
/proc/16834/task/16836/stat : 16836 (priss) R 16833 16833 16471 0 -1 4202560 68380 0 0 0 118158 53 0 0 25 0 5 0 500972199 1134993408 233604 33554432000 4194304 5787044 140736142039312 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16834/tid=16837] ppid=16833 vsize=1108392 CPUtime=1182.03 cores=0,2,4,6
/proc/16834/task/16837/stat : 16837 (priss) R 16833 16833 16471 0 -1 4202560 77218 0 0 0 118043 160 0 0 25 0 5 0 500972203 1134993408 233604 33554432000 4194304 5787044 140736142039312 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16834/tid=16838] ppid=16833 vsize=1108392 CPUtime=1182.01 cores=0,2,4,6
/proc/16834/task/16838/stat : 16838 (priss) R 16833 16833 16471 0 -1 4202560 78942 0 0 0 118045 156 0 0 25 0 5 0 500972207 1134993408 233604 33554432000 4194304 5787044 140736142039312 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16834/tid=16839] ppid=16833 vsize=1108392 CPUtime=1175.48 cores=0,2,4,6
/proc/16834/task/16839/stat : 16839 (priss) R 16833 16833 16471 0 -1 4202560 69143 0 0 0 117518 30 0 0 25 0 5 0 500972212 1134993408 233604 33554432000 4194304 5787044 140736142039312 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4721.92
Current children cumulated vsize (KiB) 1117092



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 4.09 4.35 5.73 5/177 16898
/proc/meminfo: memFree=19039012/32951124 swapFree=67111524/67111528
[pid=16833] ppid=16831 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16833/stat : 16833 (prissAuto.sh) S 16831 16833 16471 0 -1 4202496 332 0 0 0 0 0 0 0 20 0 1 0 500972185 8908800 252 33554432000 4194304 4922060 140735008372160 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16833/statm: 2175 252 211 178 0 68 0
[pid=16834] ppid=16833 vsize=1108392 CPUtime=4800.23 cores=0,2,4,6
/proc/16834/stat : 16834 (priss) S 16833 16833 16471 0 -1 4202496 318642 0 0 0 479617 406 0 0 18 0 5 0 500972185 1134993408 234680 33554432000 4194304 5787044 140736142039312 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/16834/statm: 277098 234680 417 389 0 272848 0
[pid=16834/tid=16836] ppid=16833 vsize=1108392 CPUtime=1201.71 cores=0,2,4,6
/proc/16834/task/16836/stat : 16836 (priss) R 16833 16833 16471 0 -1 4202560 69430 0 0 0 120116 55 0 0 25 0 5 0 500972199 1134993408 234680 33554432000 4194304 5787044 140736142039312 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16834/tid=16837] ppid=16833 vsize=1108392 CPUtime=1201.64 cores=0,2,4,6
/proc/16834/task/16837/stat : 16837 (priss) R 16833 16833 16471 0 -1 4202560 77241 0 0 0 120003 161 0 0 25 0 5 0 500972203 1134993408 234680 33554432000 4194304 5787044 140736142039312 18446744073709551615 5590428 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16834/tid=16838] ppid=16833 vsize=1108392 CPUtime=1201.62 cores=0,2,4,6
/proc/16834/task/16838/stat : 16838 (priss) R 16833 16833 16471 0 -1 4202560 78944 0 0 0 120006 156 0 0 25 0 5 0 500972207 1134993408 234680 33554432000 4194304 5787044 140736142039312 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16834/tid=16839] ppid=16833 vsize=1108392 CPUtime=1194.97 cores=0,2,4,6
/proc/16834/task/16839/stat : 16839 (priss) R 16833 16833 16471 0 -1 4202560 69144 0 0 0 119467 30 0 0 25 0 5 0 500972212 1134993408 234680 33554432000 4194304 5787044 140736142039312 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 1117092

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

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

[startup+1201.9 s]
/proc/loadavg: 4.09 4.35 5.73 5/177 16898
/proc/meminfo: memFree=19039012/32951124 swapFree=67111524/67111528
[pid=16833] ppid=16831 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16833/stat : 16833 (prissAuto.sh) S 16831 16833 16471 0 -1 4202496 332 0 0 0 0 0 0 0 20 0 1 0 500972185 8908800 252 33554432000 4194304 4922060 140735008372160 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16833/statm: 2175 252 211 178 0 68 0
[pid=16834] ppid=16833 vsize=1108392 CPUtime=4800.23 cores=0,2,4,6
/proc/16834/stat : 16834 (priss) S 16833 16833 16471 0 -1 4202496 318642 0 0 0 479617 406 0 0 18 0 5 0 500972185 1134993408 234680 33554432000 4194304 5787044 140736142039312 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/16834/statm: 277098 234680 417 389 0 272848 0
[pid=16834/tid=16836] ppid=16833 vsize=1108392 CPUtime=1201.71 cores=0,2,4,6
/proc/16834/task/16836/stat : 16836 (priss) R 16833 16833 16471 0 -1 4202560 69430 0 0 0 120116 55 0 0 25 0 5 0 500972199 1134993408 234680 33554432000 4194304 5787044 140736142039312 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16834/tid=16837] ppid=16833 vsize=1108392 CPUtime=1201.64 cores=0,2,4,6
/proc/16834/task/16837/stat : 16837 (priss) R 16833 16833 16471 0 -1 4202560 77241 0 0 0 120003 161 0 0 25 0 5 0 500972203 1134993408 234680 33554432000 4194304 5787044 140736142039312 18446744073709551615 5590428 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16834/tid=16838] ppid=16833 vsize=1108392 CPUtime=1201.62 cores=0,2,4,6
/proc/16834/task/16838/stat : 16838 (priss) R 16833 16833 16471 0 -1 4202560 78944 0 0 0 120006 156 0 0 25 0 5 0 500972207 1134993408 234680 33554432000 4194304 5787044 140736142039312 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16834/tid=16839] ppid=16833 vsize=1108392 CPUtime=1194.97 cores=0,2,4,6
/proc/16834/task/16839/stat : 16839 (priss) R 16833 16833 16471 0 -1 4202560 69144 0 0 0 119467 30 0 0 25 0 5 0 500972212 1134993408 234680 33554432000 4194304 5787044 140736142039312 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 1117092

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.92
CPU time (s): 4800.23
CPU user time (s): 4796.17
CPU system time (s): 4.06
CPU usage (%): 399.381
Max. virtual memory (cumulated for all children) (KiB): 1117092

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= 6
involuntary context switches= 3

runsolver used 2.02569 second user time and 4.53631 second system time

The end

Launcher Data

Begin job on node141 at 2011-04-29 15:59:26
IDJOB=3251557
IDBENCH=88226
IDSOLVER=1602
FILE ID=node141/3251557-1304085565
RUNJOBID= node141-1304082241-16489
PBS_JOBID= 13170540
Free space on /tmp= 71412 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m52-q1041.25-n50-p15-s99099953.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251557-1304085565/watcher-3251557-1304085565 -o /tmp/evaluation-result-3251557-1304085565/solver-3251557-1304085565 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3251557-1304085565.cnf 1904733031 4800 15500 4

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

MD5SUM BENCH= dda220d08783aabf4e7a9e99eeeccae6
RANDOM SEED=1904733031

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19214464 kB
Buffers:       1542724 kB
Cached:       10792088 kB
SwapCached:          4 kB
Active:        4497172 kB
Inactive:      8658684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19214464 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            7764 kB
Writeback:          12 kB
AnonPages:      821060 kB
Mapped:          15608 kB
Slab:           516352 kB
PageTables:       6288 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1021964 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= 71416 MiB
End job on node141 at 2011-04-29 16:19:30