Trace number 3266739

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

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m27-q255-n25-p30-s39712998.cnf
MD5SUM44ec8c80ea2b58be800208f5113b04f5
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.272958
Satisfiable
(Un)Satisfiability was proved
Number of variables666
Number of clauses45238
Sum of the clauses size91092
Maximum clause length27
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 245213
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 525

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: 16550
0.00/0.00	c setup for 4cores
0.00/0.01	c parsetime: 8549us
0.00/0.01	c parsed 45238 clauses with 666 variables
0.00/0.01	c NW started thread 0 successfully (1096612160)
0.00/0.02	c NW started thread 1 successfully (1107102016)
0.00/0.02	c NW started thread 2 successfully (1117591872)
0.00/0.02	c NW started thread 3 successfully (1128081728)
8.25/2.13	c preprocessor returned 10008 variables
8.25/2.13	c preprocessing returned UNKNOWN
8.25/2.13	c PP set 0 variables
8.25/2.13	c pp time: 2119664us (2s)
8.25/2.15	c preprocessor returned 10008 variables
8.25/2.15	c preprocessing returned UNKNOWN
8.25/2.15	c PP set 0 variables
8.25/2.15	c pp time: 2132855us (2s)
8.25/2.16	c preprocessor returned 10008 variables
8.25/2.16	c preprocessing returned UNKNOWN
8.25/2.16	c PP set 0 variables
8.25/2.16	c pp time: 2147493us (2s)
33.02/8.37	c preprocessor returned 30041 variables
33.02/8.37	c preprocessing returned UNKNOWN
33.02/8.37	c PP set 0 variables
33.02/8.37	c pp time: 8349744us (8s)

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-3266739-1304082357/watcher-3266739-1304082357 -o /tmp/evaluation-result-3266739-1304082357/solver-3266739-1304082357 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3266739-1304082357.cnf 98577776 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.83 7.88 7.90 5/182 16549
/proc/meminfo: memFree=19642872/32951124 swapFree=67111524/67111528
[pid=16549] ppid=16547 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16549/stat : 16549 (prissAuto.sh) S 16547 16549 16471 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500651358 8908800 251 33554432000 4194304 4922060 140737022545648 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16549/statm: 2175 251 211 178 0 68 0

[startup+0.192438 s]
/proc/loadavg: 7.83 7.88 7.90 5/182 16549
/proc/meminfo: memFree=19642872/32951124 swapFree=67111524/67111528
[pid=16549] ppid=16547 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16549/stat : 16549 (prissAuto.sh) S 16547 16549 16471 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500651358 8908800 251 33554432000 4194304 4922060 140737022545648 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16549/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.04473 s]
/proc/loadavg: 7.83 7.88 7.90 5/182 16549
/proc/meminfo: memFree=19642872/32951124 swapFree=67111524/67111528
[pid=16549] ppid=16547 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16549/stat : 16549 (prissAuto.sh) S 16547 16549 16471 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500651358 8908800 251 33554432000 4194304 4922060 140737022545648 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16549/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.14471 s]
/proc/loadavg: 7.83 7.88 7.90 5/182 16549
/proc/meminfo: memFree=19642872/32951124 swapFree=67111524/67111528
[pid=16549] ppid=16547 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16549/stat : 16549 (prissAuto.sh) S 16547 16549 16471 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500651358 8908800 251 33554432000 4194304 4922060 140737022545648 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16549/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.24469 s]
/proc/loadavg: 7.83 7.88 7.90 5/182 16549
/proc/meminfo: memFree=19642872/32951124 swapFree=67111524/67111528
[pid=16549] ppid=16547 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16549/stat : 16549 (prissAuto.sh) S 16547 16549 16471 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500651358 8908800 251 33554432000 4194304 4922060 140737022545648 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16549/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50064 s]
/proc/loadavg: 7.83 7.88 7.90 5/182 16549
/proc/meminfo: memFree=19642872/32951124 swapFree=67111524/67111528
[pid=16549] ppid=16547 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16549/stat : 16549 (prissAuto.sh) S 16547 16549 16471 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500651358 8908800 251 33554432000 4194304 4922060 140737022545648 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16549/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10634 s]
/proc/loadavg: 7.83 7.88 7.90 10/188 16555
/proc/meminfo: memFree=19565364/32951124 swapFree=67111524/67111528
[pid=16549] ppid=16547 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16549/stat : 16549 (prissAuto.sh) S 16547 16549 16471 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500651358 8908800 251 33554432000 4194304 4922060 140737022545648 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16549/statm: 2175 251 211 178 0 68 0
[pid=16550] ppid=16549 vsize=287416 CPUtime=12.27 cores=1,3,5,7
/proc/16550/stat : 16550 (priss) S 16549 16549 16471 0 -1 4202496 19366 0 0 0 1223 4 0 0 18 0 5 0 500651358 294313984 11447 33554432000 4194304 5787044 140735526768400 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/16550/statm: 71854 11447 404 389 0 67604 0
[pid=16550/tid=16552] ppid=16549 vsize=287416 CPUtime=3.07 cores=1,3,5,7
/proc/16550/task/16552/stat : 16552 (priss) R 16549 16549 16471 0 -1 4202560 5357 0 0 0 306 1 0 0 25 0 5 0 500651360 294313984 11447 33554432000 4194304 5787044 140735526768400 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16550/tid=16553] ppid=16549 vsize=287416 CPUtime=3.04 cores=1,3,5,7
/proc/16550/task/16553/stat : 16553 (priss) R 16549 16549 16471 0 -1 4202560 3321 0 0 0 303 1 0 0 25 0 5 0 500651360 294313984 11447 33554432000 4194304 5787044 140735526768400 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16550/tid=16554] ppid=16549 vsize=287416 CPUtime=3.05 cores=1,3,5,7
/proc/16550/task/16554/stat : 16554 (priss) R 16549 16549 16471 0 -1 4202560 4225 0 0 0 305 0 0 0 25 0 5 0 500651360 294313984 11447 33554432000 4194304 5787044 140735526768400 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16550/tid=16555] ppid=16549 vsize=287416 CPUtime=3.05 cores=1,3,5,7
/proc/16550/task/16555/stat : 16555 (priss) R 16549 16549 16471 0 -1 4202560 3683 0 0 0 305 0 0 0 25 0 5 0 500651361 294313984 11447 33554432000 4194304 5787044 140735526768400 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.27
Current children cumulated vsize (KiB) 296116

[startup+6.30074 s]
/proc/loadavg: 7.84 7.88 7.90 10/188 16555
/proc/meminfo: memFree=19494384/32951124 swapFree=67111524/67111528
[pid=16549] ppid=16547 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16549/stat : 16549 (prissAuto.sh) S 16547 16549 16471 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500651358 8908800 251 33554432000 4194304 4922060 140737022545648 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16549/statm: 2175 251 211 178 0 68 0
[pid=16550] ppid=16549 vsize=289668 CPUtime=25.05 cores=1,3,5,7
/proc/16550/stat : 16550 (priss) S 16549 16549 16471 0 -1 4202496 20942 0 0 0 2501 4 0 0 18 0 5 0 500651358 296620032 13023 33554432000 4194304 5787044 140735526768400 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/16550/statm: 72417 13023 404 389 0 68167 0
[pid=16550/tid=16552] ppid=16549 vsize=289668 CPUtime=6.27 cores=1,3,5,7
/proc/16550/task/16552/stat : 16552 (priss) R 16549 16549 16471 0 -1 4202560 5892 0 0 0 626 1 0 0 25 0 5 0 500651360 296620032 13023 33554432000 4194304 5787044 140735526768400 18446744073709551615 5591295 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16550/tid=16553] ppid=16549 vsize=289668 CPUtime=6.22 cores=1,3,5,7
/proc/16550/task/16553/stat : 16553 (priss) R 16549 16549 16471 0 -1 4202560 3870 0 0 0 621 1 0 0 25 0 5 0 500651360 296620032 13023 33554432000 4194304 5787044 140735526768400 18446744073709551615 5591666 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16550/tid=16554] ppid=16549 vsize=289668 CPUtime=6.26 cores=1,3,5,7
/proc/16550/task/16554/stat : 16554 (priss) R 16549 16549 16471 0 -1 4202560 4717 0 0 0 625 1 0 0 25 0 5 0 500651360 296620032 13023 33554432000 4194304 5787044 140735526768400 18446744073709551615 5591999 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16550/tid=16555] ppid=16549 vsize=289668 CPUtime=6.25 cores=1,3,5,7
/proc/16550/task/16555/stat : 16555 (priss) R 16549 16549 16471 0 -1 4202560 3683 0 0 0 625 0 0 0 25 0 5 0 500651361 296620032 13023 33554432000 4194304 5787044 140735526768400 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.05
Current children cumulated vsize (KiB) 298368

[startup+12.7005 s]
/proc/loadavg: 7.85 7.88 7.91 10/188 16555
/proc/meminfo: memFree=19422852/32951124 swapFree=67111524/67111528
[pid=16549] ppid=16547 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16549/stat : 16549 (prissAuto.sh) S 16547 16549 16471 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500651358 8908800 251 33554432000 4194304 4922060 140737022545648 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16549/statm: 2175 251 211 178 0 68 0
[pid=16550] ppid=16549 vsize=292008 CPUtime=50.59 cores=1,3,5,7
/proc/16550/stat : 16550 (priss) S 16549 16549 16471 0 -1 4202496 26361 0 0 0 5053 6 0 0 18 0 5 0 500651358 299016192 16574 33554432000 4194304 5787044 140735526768400 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/16550/statm: 73002 16574 417 389 0 68752 0
[pid=16550/tid=16552] ppid=16549 vsize=292008 CPUtime=12.67 cores=1,3,5,7
/proc/16550/task/16552/stat : 16552 (priss) R 16549 16549 16471 0 -1 4202560 6493 0 0 0 1265 2 0 0 25 0 5 0 500651360 299016192 16574 33554432000 4194304 5787044 140735526768400 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16550/tid=16553] ppid=16549 vsize=292008 CPUtime=12.58 cores=1,3,5,7
/proc/16550/task/16553/stat : 16553 (priss) R 16549 16549 16471 0 -1 4202560 4429 0 0 0 1257 1 0 0 25 0 5 0 500651360 299016192 16574 33554432000 4194304 5787044 140735526768400 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16550/tid=16554] ppid=16549 vsize=292008 CPUtime=12.64 cores=1,3,5,7
/proc/16550/task/16554/stat : 16554 (priss) R 16549 16549 16471 0 -1 4202560 5566 0 0 0 1263 1 0 0 25 0 5 0 500651360 299016192 16574 33554432000 4194304 5787044 140735526768400 18446744073709551615 4220488 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16550/tid=16555] ppid=16549 vsize=292008 CPUtime=12.65 cores=1,3,5,7
/proc/16550/task/16555/stat : 16555 (priss) R 16549 16549 16471 0 -1 4202560 7093 0 0 0 1264 1 0 0 25 0 5 0 500651361 299016192 16574 33554432000 4194304 5787044 140735526768400 18446744073709551615 5217481 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 300708

[startup+25.5011 s]
/proc/loadavg: 7.89 7.89 7.91 9/188 16556
/proc/meminfo: memFree=19448264/32951124 swapFree=67111524/67111528
[pid=16549] ppid=16547 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16549/stat : 16549 (prissAuto.sh) S 16547 16549 16471 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500651358 8908800 251 33554432000 4194304 4922060 140737022545648 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16549/statm: 2175 251 211 178 0 68 0
[pid=16550] ppid=16549 vsize=304956 CPUtime=101.71 cores=1,3,5,7
/proc/16550/stat : 16550 (priss) S 16549 16549 16471 0 -1 4202496 33441 0 0 0 10161 10 0 0 18 0 5 0 500651358 312274944 23654 33554432000 4194304 5787044 140735526768400 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/16550/statm: 76239 23654 417 389 0 71989 0
[pid=16550/tid=16552] ppid=16549 vsize=304956 CPUtime=25.46 cores=1,3,5,7
/proc/16550/task/16552/stat : 16552 (priss) R 16549 16549 16471 0 -1 4202560 7649 0 0 0 2543 3 0 0 25 0 5 0 500651360 312274944 23654 33554432000 4194304 5787044 140735526768400 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16550/tid=16553] ppid=16549 vsize=304956 CPUtime=25.32 cores=1,3,5,7
/proc/16550/task/16553/stat : 16553 (priss) R 16549 16549 16471 0 -1 4202560 6612 0 0 0 2530 2 0 0 25 0 5 0 500651360 312274944 23654 33554432000 4194304 5787044 140735526768400 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16550/tid=16554] ppid=16549 vsize=304956 CPUtime=25.45 cores=1,3,5,7
/proc/16550/task/16554/stat : 16554 (priss) R 16549 16549 16471 0 -1 4202560 7780 0 0 0 2543 2 0 0 25 0 5 0 500651360 312274944 23654 33554432000 4194304 5787044 140735526768400 18446744073709551615 4214486 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16550/tid=16555] ppid=16549 vsize=304956 CPUtime=25.44 cores=1,3,5,7
/proc/16550/task/16555/stat : 16555 (priss) R 16549 16549 16471 0 -1 4202560 8620 0 0 0 2542 2 0 0 25 0 5 0 500651361 312274944 23654 33554432000 4194304 5787044 140735526768400 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.71
Current children cumulated vsize (KiB) 313656

[startup+51.1003 s]
/proc/loadavg: 7.99 7.91 7.91 10/188 16556
/proc/meminfo: memFree=19363028/32951124 swapFree=67111524/67111528
[pid=16549] ppid=16547 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16549/stat : 16549 (prissAuto.sh) S 16547 16549 16471 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500651358 8908800 251 33554432000 4194304 4922060 140737022545648 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16549/statm: 2175 251 211 178 0 68 0
[pid=16550] ppid=16549 vsize=317056 CPUtime=203.97 cores=1,3,5,7
/proc/16550/stat : 16550 (priss) S 16549 16549 16471 0 -1 4202496 42328 0 0 0 20377 20 0 0 18 0 5 0 500651358 324665344 32497 33554432000 4194304 5787044 140735526768400 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/16550/statm: 79264 32497 417 389 0 75014 0
[pid=16550/tid=16552] ppid=16549 vsize=317056 CPUtime=51.06 cores=1,3,5,7
/proc/16550/task/16552/stat : 16552 (priss) R 16549 16549 16471 0 -1 4202560 9700 0 0 0 5100 6 0 0 25 0 5 0 500651360 324665344 32497 33554432000 4194304 5787044 140735526768400 18446744073709551615 5591573 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16550/tid=16553] ppid=16549 vsize=317056 CPUtime=50.77 cores=1,3,5,7
/proc/16550/task/16553/stat : 16553 (priss) R 16549 16549 16471 0 -1 4202560 8619 0 0 0 5074 3 0 0 25 0 5 0 500651360 324665344 32497 33554432000 4194304 5787044 140735526768400 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16550/tid=16554] ppid=16549 vsize=317056 CPUtime=51.05 cores=1,3,5,7
/proc/16550/task/16554/stat : 16554 (priss) R 16549 16549 16471 0 -1 4202560 9716 0 0 0 5100 5 0 0 25 0 5 0 500651360 324665344 32497 33554432000 4194304 5787044 140735526768400 18446744073709551615 5591243 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16550/tid=16555] ppid=16549 vsize=317056 CPUtime=51.04 cores=1,3,5,7
/proc/16550/task/16555/stat : 16555 (priss) R 16549 16549 16471 0 -1 4202560 11513 0 0 0 5099 5 0 0 25 0 5 0 500651361 324665344 32497 33554432000 4194304 5787044 140735526768400 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.97
Current children cumulated vsize (KiB) 325756

[startup+102.301 s]
/proc/loadavg: 8.14 7.96 7.92 9/188 16558
/proc/meminfo: memFree=19240984/32951124 swapFree=67111524/67111528
[pid=16549] ppid=16547 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16549/stat : 16549 (prissAuto.sh) S 16547 16549 16471 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500651358 8908800 251 33554432000 4194304 4922060 140737022545648 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16549/statm: 2175 251 211 178 0 68 0
[pid=16550] ppid=16549 vsize=328192 CPUtime=408.49 cores=1,3,5,7
/proc/16550/stat : 16550 (priss) S 16549 16549 16471 0 -1 4202496 51513 0 0 0 40817 32 0 0 18 0 5 0 500651358 336068608 41562 33554432000 4194304 5787044 140735526768400 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/16550/statm: 82048 41562 417 389 0 77798 0
[pid=16550/tid=16552] ppid=16549 vsize=328192 CPUtime=102.26 cores=1,3,5,7
/proc/16550/task/16552/stat : 16552 (priss) R 16549 16549 16471 0 -1 4202560 12523 0 0 0 10218 8 0 0 25 0 5 0 500651360 336068608 41562 33554432000 4194304 5787044 140735526768400 18446744073709551615 5591019 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16550/tid=16553] ppid=16549 vsize=328192 CPUtime=101.69 cores=1,3,5,7
/proc/16550/task/16553/stat : 16553 (priss) R 16549 16549 16471 0 -1 4202560 10208 0 0 0 10165 4 0 0 25 0 5 0 500651360 336068608 41562 33554432000 4194304 5787044 140735526768400 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16550/tid=16554] ppid=16549 vsize=328192 CPUtime=102.24 cores=1,3,5,7
/proc/16550/task/16554/stat : 16554 (priss) R 16549 16549 16471 0 -1 4202560 11965 0 0 0 10215 9 0 0 25 0 5 0 500651360 336068608 41562 33554432000 4194304 5787044 140735526768400 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16550/tid=16555] ppid=16549 vsize=328192 CPUtime=102.24 cores=1,3,5,7
/proc/16550/task/16555/stat : 16555 (priss) R 16549 16549 16471 0 -1 4202560 14037 0 0 0 10215 9 0 0 25 0 5 0 500651361 336068608 41562 33554432000 4194304 5787044 140735526768400 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.49
Current children cumulated vsize (KiB) 336892

[startup+162.301 s]
/proc/loadavg: 8.13 7.98 7.93 9/188 16559
/proc/meminfo: memFree=19128612/32951124 swapFree=67111524/67111528
[pid=16549] ppid=16547 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16549/stat : 16549 (prissAuto.sh) S 16547 16549 16471 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500651358 8908800 251 33554432000 4194304 4922060 140737022545648 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16549/statm: 2175 251 211 178 0 68 0
[pid=16550] ppid=16549 vsize=345736 CPUtime=648.15 cores=1,3,5,7

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

/proc/16550/task/16553/stat : 16553 (priss) R 16549 16549 16471 0 -1 4202560 29481 0 0 0 81760 17 0 0 25 0 5 0 500651360 639332352 115550 33554432000 4194304 5787044 140735526768400 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16550/tid=16554] ppid=16549 vsize=624348 CPUtime=822.26 cores=1,3,5,7
/proc/16550/task/16554/stat : 16554 (priss) R 16549 16549 16471 0 -1 4202560 33243 0 0 0 82180 46 0 0 25 0 5 0 500651360 639332352 115550 33554432000 4194304 5787044 140735526768400 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16550/tid=16555] ppid=16549 vsize=624348 CPUtime=822.25 cores=1,3,5,7
/proc/16550/task/16555/stat : 16555 (priss) R 16549 16549 16471 0 -1 4202560 32322 0 0 0 82185 40 0 0 25 0 5 0 500651361 639332352 115550 33554432000 4194304 5787044 140735526768400 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3284.6
Current children cumulated vsize (KiB) 633048

[startup+882.3 s]
/proc/loadavg: 8.00 8.03 7.99 9/188 16578
/proc/meminfo: memFree=18332040/32951124 swapFree=67111524/67111528
[pid=16549] ppid=16547 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16549/stat : 16549 (prissAuto.sh) S 16547 16549 16471 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500651358 8908800 251 33554432000 4194304 4922060 140737022545648 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16549/statm: 2175 251 211 178 0 68 0
[pid=16550] ppid=16549 vsize=624348 CPUtime=3524.27 cores=1,3,5,7
/proc/16550/stat : 16550 (priss) S 16549 16549 16471 0 -1 4202496 126896 0 0 0 352288 139 0 0 18 0 5 0 500651358 639332352 115608 33554432000 4194304 5787044 140735526768400 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/16550/statm: 156087 115608 417 389 0 151837 0
[pid=16550/tid=16552] ppid=16549 vsize=624348 CPUtime=882.26 cores=1,3,5,7
/proc/16550/task/16552/stat : 16552 (priss) R 16549 16549 16471 0 -1 4202560 29063 0 0 0 88193 33 0 0 25 0 5 0 500651360 639332352 115608 33554432000 4194304 5787044 140735526768400 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16550/tid=16553] ppid=16549 vsize=624348 CPUtime=877.45 cores=1,3,5,7
/proc/16550/task/16553/stat : 16553 (priss) R 16549 16549 16471 0 -1 4202560 29488 0 0 0 87727 18 0 0 25 0 5 0 500651360 639332352 115608 33554432000 4194304 5787044 140735526768400 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16550/tid=16554] ppid=16549 vsize=624348 CPUtime=882.26 cores=1,3,5,7
/proc/16550/task/16554/stat : 16554 (priss) R 16549 16549 16471 0 -1 4202560 33243 0 0 0 88180 46 0 0 25 0 5 0 500651360 639332352 115608 33554432000 4194304 5787044 140735526768400 18446744073709551615 4254881 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16550/tid=16555] ppid=16549 vsize=624348 CPUtime=882.25 cores=1,3,5,7
/proc/16550/task/16555/stat : 16555 (priss) R 16549 16549 16471 0 -1 4202560 32322 0 0 0 88185 40 0 0 25 0 5 0 500651361 639332352 115608 33554432000 4194304 5787044 140735526768400 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3524.27
Current children cumulated vsize (KiB) 633048

[startup+942.301 s]
/proc/loadavg: 8.00 8.02 7.99 10/188 16580
/proc/meminfo: memFree=18305476/32951124 swapFree=67111524/67111528
[pid=16549] ppid=16547 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16549/stat : 16549 (prissAuto.sh) S 16547 16549 16471 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500651358 8908800 251 33554432000 4194304 4922060 140737022545648 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16549/statm: 2175 251 211 178 0 68 0
[pid=16550] ppid=16549 vsize=624348 CPUtime=3763.96 cores=1,3,5,7
/proc/16550/stat : 16550 (priss) S 16549 16549 16471 0 -1 4202496 127045 0 0 0 376256 140 0 0 18 0 5 0 500651358 639332352 115757 33554432000 4194304 5787044 140735526768400 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/16550/statm: 156087 115757 417 389 0 151837 0
[pid=16550/tid=16552] ppid=16549 vsize=624348 CPUtime=942.27 cores=1,3,5,7
/proc/16550/task/16552/stat : 16552 (priss) R 16549 16549 16471 0 -1 4202560 29192 0 0 0 94193 34 0 0 25 0 5 0 500651360 639332352 115757 33554432000 4194304 5787044 140735526768400 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16550/tid=16553] ppid=16549 vsize=624348 CPUtime=937.12 cores=1,3,5,7
/proc/16550/task/16553/stat : 16553 (priss) R 16549 16549 16471 0 -1 4202560 29502 0 0 0 93694 18 0 0 25 0 5 0 500651360 639332352 115757 33554432000 4194304 5787044 140735526768400 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16550/tid=16554] ppid=16549 vsize=624348 CPUtime=942.26 cores=1,3,5,7
/proc/16550/task/16554/stat : 16554 (priss) R 16549 16549 16471 0 -1 4202560 33246 0 0 0 94180 46 0 0 25 0 5 0 500651360 639332352 115757 33554432000 4194304 5787044 140735526768400 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16550/tid=16555] ppid=16549 vsize=624348 CPUtime=942.26 cores=1,3,5,7
/proc/16550/task/16555/stat : 16555 (priss) R 16549 16549 16471 0 -1 4202560 32325 0 0 0 94185 41 0 0 25 0 5 0 500651361 639332352 115757 33554432000 4194304 5787044 140735526768400 18446744073709551615 5527179 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3763.96
Current children cumulated vsize (KiB) 633048

[startup+1002.3 s]
/proc/loadavg: 8.15 8.05 8.00 10/188 16582
/proc/meminfo: memFree=18257456/32951124 swapFree=67111524/67111528
[pid=16549] ppid=16547 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16549/stat : 16549 (prissAuto.sh) S 16547 16549 16471 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500651358 8908800 251 33554432000 4194304 4922060 140737022545648 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16549/statm: 2175 251 211 178 0 68 0
[pid=16550] ppid=16549 vsize=632684 CPUtime=4003.63 cores=1,3,5,7
/proc/16550/stat : 16550 (priss) S 16549 16549 16471 0 -1 4202496 130052 0 0 0 400221 142 0 0 18 0 5 0 500651358 647868416 118764 33554432000 4194304 5787044 140735526768400 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/16550/statm: 158171 118764 417 389 0 153921 0
[pid=16550/tid=16552] ppid=16549 vsize=632684 CPUtime=1002.27 cores=1,3,5,7
/proc/16550/task/16552/stat : 16552 (priss) R 16549 16549 16471 0 -1 4202560 31022 0 0 0 100191 36 0 0 25 0 5 0 500651360 647868416 118764 33554432000 4194304 5787044 140735526768400 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16550/tid=16553] ppid=16549 vsize=632684 CPUtime=996.79 cores=1,3,5,7
/proc/16550/task/16553/stat : 16553 (priss) R 16549 16549 16471 0 -1 4202560 30609 0 0 0 99661 18 0 0 25 0 5 0 500651360 647868416 118764 33554432000 4194304 5787044 140735526768400 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16550/tid=16554] ppid=16549 vsize=632684 CPUtime=1002.26 cores=1,3,5,7
/proc/16550/task/16554/stat : 16554 (priss) R 16549 16549 16471 0 -1 4202560 33257 0 0 0 100180 46 0 0 25 0 5 0 500651360 647868416 118764 33554432000 4194304 5787044 140735526768400 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16550/tid=16555] ppid=16549 vsize=632684 CPUtime=1002.26 cores=1,3,5,7
/proc/16550/task/16555/stat : 16555 (priss) R 16549 16549 16471 0 -1 4202560 32384 0 0 0 100185 41 0 0 25 0 5 0 500651361 647868416 118764 33554432000 4194304 5787044 140735526768400 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4003.63
Current children cumulated vsize (KiB) 641384

[startup+1062.3 s]
/proc/loadavg: 8.19 8.07 8.01 10/188 16583
/proc/meminfo: memFree=18204108/32951124 swapFree=67111524/67111528
[pid=16549] ppid=16547 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16549/stat : 16549 (prissAuto.sh) S 16547 16549 16471 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500651358 8908800 251 33554432000 4194304 4922060 140737022545648 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16549/statm: 2175 251 211 178 0 68 0
[pid=16550] ppid=16549 vsize=642648 CPUtime=4243.34 cores=1,3,5,7
/proc/16550/stat : 16550 (priss) S 16549 16549 16471 0 -1 4202496 133954 0 0 0 424188 146 0 0 18 0 5 0 500651358 658071552 122666 33554432000 4194304 5787044 140735526768400 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/16550/statm: 160662 122666 417 389 0 156412 0
[pid=16550/tid=16552] ppid=16549 vsize=642648 CPUtime=1062.28 cores=1,3,5,7
/proc/16550/task/16552/stat : 16552 (priss) R 16549 16549 16471 0 -1 4202560 32864 0 0 0 106189 39 0 0 25 0 5 0 500651360 658071552 122666 33554432000 4194304 5787044 140735526768400 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16550/tid=16553] ppid=16549 vsize=642648 CPUtime=1056.47 cores=1,3,5,7
/proc/16550/task/16553/stat : 16553 (priss) R 16549 16549 16471 0 -1 4202560 31550 0 0 0 105629 18 0 0 25 0 5 0 500651360 658071552 122666 33554432000 4194304 5787044 140735526768400 18446744073709551615 5591315 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16550/tid=16554] ppid=16549 vsize=642648 CPUtime=1062.27 cores=1,3,5,7
/proc/16550/task/16554/stat : 16554 (priss) R 16549 16549 16471 0 -1 4202560 34315 0 0 0 106181 46 0 0 25 0 5 0 500651360 658071552 122666 33554432000 4194304 5787044 140735526768400 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16550/tid=16555] ppid=16549 vsize=642648 CPUtime=1062.27 cores=1,3,5,7
/proc/16550/task/16555/stat : 16555 (priss) R 16549 16549 16471 0 -1 4202560 32445 0 0 0 106186 41 0 0 25 0 5 0 500651361 658071552 122666 33554432000 4194304 5787044 140735526768400 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4243.34
Current children cumulated vsize (KiB) 651348

[startup+1122.3 s]
/proc/loadavg: 8.26 8.10 8.02 9/188 16650
/proc/meminfo: memFree=19374980/32951124 swapFree=67111524/67111528
[pid=16549] ppid=16547 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16549/stat : 16549 (prissAuto.sh) S 16547 16549 16471 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500651358 8908800 251 33554432000 4194304 4922060 140737022545648 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16549/statm: 2175 251 211 178 0 68 0
[pid=16550] ppid=16549 vsize=653468 CPUtime=4482.99 cores=1,3,5,7
/proc/16550/stat : 16550 (priss) S 16549 16549 16471 0 -1 4202496 138638 0 0 0 448149 150 0 0 18 0 5 0 500651358 669151232 127350 33554432000 4194304 5787044 140735526768400 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/16550/statm: 163367 127350 417 389 0 159117 0
[pid=16550/tid=16552] ppid=16549 vsize=653468 CPUtime=1122.27 cores=1,3,5,7
/proc/16550/task/16552/stat : 16552 (priss) R 16549 16549 16471 0 -1 4202560 34596 0 0 0 112185 42 0 0 25 0 5 0 500651360 669151232 127350 33554432000 4194304 5787044 140735526768400 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16550/tid=16553] ppid=16549 vsize=653468 CPUtime=1116.15 cores=1,3,5,7
/proc/16550/task/16553/stat : 16553 (priss) R 16549 16549 16471 0 -1 4202560 33248 0 0 0 111595 20 0 0 25 0 5 0 500651360 669151232 127350 33554432000 4194304 5787044 140735526768400 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16550/tid=16554] ppid=16549 vsize=653468 CPUtime=1122.26 cores=1,3,5,7
/proc/16550/task/16554/stat : 16554 (priss) R 16549 16549 16471 0 -1 4202560 34407 0 0 0 112180 46 0 0 25 0 5 0 500651360 669151232 127350 33554432000 4194304 5787044 140735526768400 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16550/tid=16555] ppid=16549 vsize=653468 CPUtime=1122.26 cores=1,3,5,7
/proc/16550/task/16555/stat : 16555 (priss) R 16549 16549 16471 0 -1 4202560 33607 0 0 0 112185 41 0 0 25 0 5 0 500651361 669151232 127350 33554432000 4194304 5787044 140735526768400 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4482.99
Current children cumulated vsize (KiB) 662168

[startup+1182.31 s]
/proc/loadavg: 8.44 8.17 8.05 9/188 16654
/proc/meminfo: memFree=19270160/32951124 swapFree=67111524/67111528
[pid=16549] ppid=16547 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16549/stat : 16549 (prissAuto.sh) S 16547 16549 16471 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500651358 8908800 251 33554432000 4194304 4922060 140737022545648 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16549/statm: 2175 251 211 178 0 68 0
[pid=16550] ppid=16549 vsize=672144 CPUtime=4722.65 cores=1,3,5,7
/proc/16550/stat : 16550 (priss) S 16549 16549 16471 0 -1 4202496 145377 0 0 0 472108 157 0 0 18 0 5 0 500651358 688275456 134089 33554432000 4194304 5787044 140735526768400 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/16550/statm: 168036 134089 417 389 0 163786 0
[pid=16550/tid=16552] ppid=16549 vsize=672144 CPUtime=1182.27 cores=1,3,5,7
/proc/16550/task/16552/stat : 16552 (priss) R 16549 16549 16471 0 -1 4202560 36312 0 0 0 118182 45 0 0 25 0 5 0 500651360 688275456 134089 33554432000 4194304 5787044 140735526768400 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16550/tid=16553] ppid=16549 vsize=672144 CPUtime=1175.82 cores=1,3,5,7
/proc/16550/task/16553/stat : 16553 (priss) R 16549 16549 16471 0 -1 4202560 34844 0 0 0 117561 21 0 0 25 0 5 0 500651360 688275456 134089 33554432000 4194304 5787044 140735526768400 18446744073709551615 5591623 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16550/tid=16554] ppid=16549 vsize=672144 CPUtime=1182.23 cores=1,3,5,7
/proc/16550/task/16554/stat : 16554 (priss) R 16549 16549 16471 0 -1 4202560 35649 0 0 0 118176 47 0 0 25 0 5 0 500651360 688275456 134089 33554432000 4194304 5787044 140735526768400 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16550/tid=16555] ppid=16549 vsize=672144 CPUtime=1182.27 cores=1,3,5,7
/proc/16550/task/16555/stat : 16555 (priss) R 16549 16549 16471 0 -1 4202560 35792 0 0 0 118185 42 0 0 25 0 5 0 500651361 688275456 134089 33554432000 4194304 5787044 140735526768400 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4722.65
Current children cumulated vsize (KiB) 680844



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.32 8.16 8.04 9/188 16655
/proc/meminfo: memFree=19255224/32951124 swapFree=67111524/67111528
[pid=16549] ppid=16547 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16549/stat : 16549 (prissAuto.sh) S 16547 16549 16471 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500651358 8908800 251 33554432000 4194304 4922060 140737022545648 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16549/statm: 2175 251 211 178 0 68 0
[pid=16550] ppid=16549 vsize=678440 CPUtime=4800.14 cores=1,3,5,7
/proc/16550/stat : 16550 (priss) S 16549 16549 16471 0 -1 4202496 148804 0 0 0 479854 160 0 0 18 0 5 0 500651358 694722560 137291 33554432000 4194304 5787044 140735526768400 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/16550/statm: 169610 137291 417 389 0 165360 0
[pid=16550/tid=16552] ppid=16549 vsize=678440 CPUtime=1201.68 cores=1,3,5,7
/proc/16550/task/16552/stat : 16552 (priss) R 16549 16549 16471 0 -1 4202560 37105 0 0 0 120122 46 0 0 25 0 5 0 500651360 694722560 137291 33554432000 4194304 5787044 140735526768400 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16550/tid=16553] ppid=16549 vsize=678440 CPUtime=1195.11 cores=1,3,5,7
/proc/16550/task/16553/stat : 16553 (priss) R 16549 16549 16471 0 -1 4202560 35381 0 0 0 119490 21 0 0 25 0 5 0 500651360 694722560 137291 33554432000 4194304 5787044 140735526768400 18446744073709551615 4229602 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16550/tid=16554] ppid=16549 vsize=678440 CPUtime=1201.63 cores=1,3,5,7
/proc/16550/task/16554/stat : 16554 (priss) R 16549 16549 16471 0 -1 4202560 36300 0 0 0 120115 48 0 0 25 0 5 0 500651360 694722560 137291 33554432000 4194304 5787044 140735526768400 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16550/tid=16555] ppid=16549 vsize=678440 CPUtime=1201.67 cores=1,3,5,7
/proc/16550/task/16555/stat : 16555 (priss) R 16549 16549 16471 0 -1 4202560 37238 0 0 0 120124 43 0 0 25 0 5 0 500651361 694722560 137291 33554432000 4194304 5787044 140735526768400 18446744073709551615 5527156 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.14
Current children cumulated vsize (KiB) 687140

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16549 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.14
#
# 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.14
CPU user time (s): 4798.54
CPU system time (s): 1.6
CPU usage (%): 399.44
Max. virtual memory (cumulated for all children) (KiB): 687140

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

runsolver used 1.60076 second user time and 4.95925 second system time

The end

Launcher Data

Begin job on node141 at 2011-04-29 15:05:57
IDJOB=3266739
IDBENCH=88210
IDSOLVER=1602
FILE ID=node141/3266739-1304082357
RUNJOBID= node141-1304082241-16490
PBS_JOBID= 13170540
Free space on /tmp= 71412 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m27-q255-n25-p30-s39712998.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3266739-1304082357/watcher-3266739-1304082357 -o /tmp/evaluation-result-3266739-1304082357/solver-3266739-1304082357 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3266739-1304082357.cnf 98577776 4800 15500 4

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

MD5SUM BENCH= 44ec8c80ea2b58be800208f5113b04f5
RANDOM SEED=98577776

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:      19643020 kB
Buffers:       1542240 kB
Cached:       10793000 kB
SwapCached:          4 kB
Active:        4069732 kB
Inactive:      8658204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19643020 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            1984 kB
Writeback:           4 kB
AnonPages:      392368 kB
Mapped:          15412 kB
Slab:           516176 kB
PageTables:       5612 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   669404 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= 71420 MiB
End job on node141 at 2011-04-29 15:26:01