Trace number 3250853

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.26 1202.23

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m62-q1327.5-n60-p30-s52708253.cnf
MD5SUM472b10ce0a2683d9355981037eea091e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7.17391
Satisfiable
(Un)Satisfiability was proved
Number of variables3672
Number of clauses1163952
Sum of the clauses size2331456
Maximum clause length62
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21163892
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 560

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: 32292
0.00/0.00	c setup for 4cores
0.00/0.26	c parsetime: 256661us
0.00/0.26	c parsed 1163952 clauses with 3672 variables
0.00/0.32	c NW started thread 0 successfully (1092131136)
0.00/0.40	c NW started thread 1 successfully (1102620992)
0.00/0.49	c NW started thread 2 successfully (1113110848)
0.00/0.63	c NW started thread 3 successfully (1123600704)
61.02/15.76	c preprocessor returned 10003 variables
61.02/15.76	c preprocessing returned UNKNOWN
61.02/15.76	c PP set 0 variables
61.02/15.76	c pp time: 15438789us (15s)
62.49/16.14	c preprocessor returned 10003 variables
62.49/16.14	c preprocessing returned UNKNOWN
62.49/16.14	c PP set 0 variables
62.49/16.14	c pp time: 15648645us (15s)
62.49/16.17	c preprocessor returned 10003 variables
62.49/16.17	c preprocessing returned UNKNOWN
62.49/16.17	c PP set 0 variables
62.49/16.17	c pp time: 15771620us (15s)
85.27/21.89	c preprocessor returned 30006 variables
85.27/21.89	c preprocessing returned UNKNOWN
85.27/21.89	c PP set 0 variables
85.27/21.89	c pp time: 21263297us (21s)

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-3250853-1304079843/watcher-3250853-1304079843 -o /tmp/evaluation-result-3250853-1304079843/solver-3250853-1304079843 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3250853-1304079843.cnf 1598581319 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.99 7.99 7.98 5/182 32291
/proc/meminfo: memFree=22412800/32951124 swapFree=67111524/67111528
[pid=32291] ppid=32289 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32291/stat : 32291 (prissAuto.sh) S 32289 32291 30205 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 500399780 8908800 252 33554432000 4194304 4922060 140736933012576 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32291/statm: 2175 252 211 178 0 68 0

[startup+0.0393051 s]
/proc/loadavg: 7.99 7.99 7.98 5/182 32291
/proc/meminfo: memFree=22412800/32951124 swapFree=67111524/67111528
[pid=32291] ppid=32289 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32291/stat : 32291 (prissAuto.sh) S 32289 32291 30205 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 500399780 8908800 252 33554432000 4194304 4922060 140736933012576 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32291/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.10028 s]
/proc/loadavg: 7.99 7.99 7.98 5/182 32291
/proc/meminfo: memFree=22412800/32951124 swapFree=67111524/67111528
[pid=32291] ppid=32289 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32291/stat : 32291 (prissAuto.sh) S 32289 32291 30205 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 500399780 8908800 252 33554432000 4194304 4922060 140736933012576 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32291/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.30025 s]
/proc/loadavg: 7.99 7.99 7.98 5/182 32291
/proc/meminfo: memFree=22412800/32951124 swapFree=67111524/67111528
[pid=32291] ppid=32289 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32291/stat : 32291 (prissAuto.sh) S 32289 32291 30205 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 500399780 8908800 252 33554432000 4194304 4922060 140736933012576 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32291/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700211 s]
/proc/loadavg: 7.99 7.99 7.98 5/182 32291
/proc/meminfo: memFree=22412800/32951124 swapFree=67111524/67111528
[pid=32291] ppid=32289 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32291/stat : 32291 (prissAuto.sh) S 32289 32291 30205 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 500399780 8908800 252 33554432000 4194304 4922060 140736933012576 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32291/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50099 s]
/proc/loadavg: 7.99 7.99 7.98 9/188 32297
/proc/meminfo: memFree=21857032/32951124 swapFree=67111524/67111528
[pid=32291] ppid=32289 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32291/stat : 32291 (prissAuto.sh) S 32289 32291 30205 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 500399780 8908800 252 33554432000 4194304 4922060 140736933012576 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32291/statm: 2175 252 211 178 0 68 0
[pid=32292] ppid=32291 vsize=814624 CPUtime=4.43 cores=1,3,5,7
/proc/32292/stat : 32292 (priss) S 32291 32291 30205 0 -1 4202496 177602 0 0 0 392 51 0 0 18 0 5 0 500399780 834174976 175597 33554432000 4194304 5787044 140733477445856 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/32292/statm: 203656 175597 345 389 0 199406 0
[pid=32292/tid=32294] ppid=32291 vsize=814624 CPUtime=1.1 cores=1,3,5,7
/proc/32292/task/32294/stat : 32294 (priss) R 32291 32291 30205 0 -1 4202560 30837 0 0 0 98 12 0 0 18 0 5 0 500399813 834174976 175597 33554432000 4194304 5787044 140733477445856 18446744073709551615 4307779 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32292/tid=32295] ppid=32291 vsize=814624 CPUtime=1 cores=1,3,5,7
/proc/32292/task/32295/stat : 32295 (priss) R 32291 32291 30205 0 -1 4202560 30796 0 0 0 89 11 0 0 18 0 5 0 500399821 834174976 175597 33554432000 4194304 5787044 140733477445856 18446744073709551615 4307762 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32292/tid=32296] ppid=32291 vsize=814624 CPUtime=0.92 cores=1,3,5,7
/proc/32292/task/32296/stat : 32296 (priss) R 32291 32291 30205 0 -1 4202560 31704 0 0 0 79 13 0 0 18 0 5 0 500399829 834174976 175597 33554432000 4194304 5787044 140733477445856 18446744073709551615 4307773 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32292/tid=32297] ppid=32291 vsize=814624 CPUtime=0.83 cores=1,3,5,7
/proc/32292/task/32297/stat : 32297 (priss) R 32291 32291 30205 0 -1 4202560 30004 0 0 0 77 6 0 0 18 0 5 0 500399843 834174976 175597 33554432000 4194304 5787044 140733477445856 18446744073709551615 4307710 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.43
Current children cumulated vsize (KiB) 823324

[startup+3.10069 s]
/proc/loadavg: 7.99 7.99 7.98 9/188 32297
/proc/meminfo: memFree=22095236/32951124 swapFree=67111524/67111528
[pid=32291] ppid=32289 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32291/stat : 32291 (prissAuto.sh) S 32289 32291 30205 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 500399780 8908800 252 33554432000 4194304 4922060 140736933012576 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32291/statm: 2175 252 211 178 0 68 0
[pid=32292] ppid=32291 vsize=501224 CPUtime=10.82 cores=1,3,5,7
/proc/32292/stat : 32292 (priss) S 32291 32291 30205 0 -1 4202496 196217 0 0 0 1027 55 0 0 18 0 5 0 500399780 513253376 79507 33554432000 4194304 5787044 140733477445856 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/32292/statm: 125306 79507 350 389 0 121056 0
[pid=32292/tid=32294] ppid=32291 vsize=501224 CPUtime=2.7 cores=1,3,5,7
/proc/32292/task/32294/stat : 32294 (priss) R 32291 32291 30205 0 -1 4202560 37224 0 0 0 256 14 0 0 21 0 5 0 500399813 513253376 79507 33554432000 4194304 5787044 140733477445856 18446744073709551615 4336952 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32292/tid=32295] ppid=32291 vsize=501224 CPUtime=2.6 cores=1,3,5,7
/proc/32292/task/32295/stat : 32295 (priss) R 32291 32291 30205 0 -1 4202560 34897 0 0 0 248 12 0 0 20 0 5 0 500399821 513253376 79507 33554432000 4194304 5787044 140733477445856 18446744073709551615 4336986 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32292/tid=32296] ppid=32291 vsize=501224 CPUtime=2.52 cores=1,3,5,7
/proc/32292/task/32296/stat : 32296 (priss) R 32291 32291 30205 0 -1 4202560 38078 0 0 0 238 14 0 0 20 0 5 0 500399829 513253376 79507 33554432000 4194304 5787044 140733477445856 18446744073709551615 4340056 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32292/tid=32297] ppid=32291 vsize=501224 CPUtime=2.41 cores=1,3,5,7
/proc/32292/task/32297/stat : 32297 (priss) R 32291 32291 30205 0 -1 4202560 31757 0 0 0 235 6 0 0 20 0 5 0 500399843 513253376 79507 33554432000 4194304 5787044 140733477445856 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 10.82
Current children cumulated vsize (KiB) 509924

[startup+6.3011 s]
/proc/loadavg: 7.99 7.99 7.98 9/188 32297
/proc/meminfo: memFree=22072048/32951124 swapFree=67111524/67111528
[pid=32291] ppid=32289 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32291/stat : 32291 (prissAuto.sh) S 32289 32291 30205 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 500399780 8908800 252 33554432000 4194304 4922060 140736933012576 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32291/statm: 2175 252 211 178 0 68 0
[pid=32292] ppid=32291 vsize=510152 CPUtime=23.6 cores=1,3,5,7
/proc/32292/stat : 32292 (priss) S 32291 32291 30205 0 -1 4202496 201726 0 0 0 2304 56 0 0 18 0 5 0 500399780 522395648 85016 33554432000 4194304 5787044 140733477445856 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/32292/statm: 127538 85016 350 389 0 123288 0
[pid=32292/tid=32294] ppid=32291 vsize=510152 CPUtime=5.9 cores=1,3,5,7
/proc/32292/task/32294/stat : 32294 (priss) R 32291 32291 30205 0 -1 4202560 38193 0 0 0 576 14 0 0 25 0 5 0 500399813 522395648 85016 33554432000 4194304 5787044 140733477445856 18446744073709551615 4340056 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32292/tid=32295] ppid=32291 vsize=510152 CPUtime=5.81 cores=1,3,5,7
/proc/32292/task/32295/stat : 32295 (priss) R 32291 32291 30205 0 -1 4202560 36127 0 0 0 568 13 0 0 25 0 5 0 500399821 522395648 85016 33554432000 4194304 5787044 140733477445856 18446744073709551615 4339899 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32292/tid=32296] ppid=32291 vsize=510152 CPUtime=5.72 cores=1,3,5,7
/proc/32292/task/32296/stat : 32296 (priss) R 32291 32291 30205 0 -1 4202560 39146 0 0 0 558 14 0 0 25 0 5 0 500399829 522395648 85016 33554432000 4194304 5787044 140733477445856 18446744073709551615 4339899 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32292/tid=32297] ppid=32291 vsize=510152 CPUtime=5.6 cores=1,3,5,7
/proc/32292/task/32297/stat : 32297 (priss) R 32291 32291 30205 0 -1 4202560 33999 0 0 0 553 7 0 0 25 0 5 0 500399843 522395648 85016 33554432000 4194304 5787044 140733477445856 18446744073709551615 4340045 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 23.6
Current children cumulated vsize (KiB) 518852

[startup+12.7009 s]
/proc/loadavg: 7.99 7.99 7.98 9/188 32297
/proc/meminfo: memFree=21945000/32951124 swapFree=67111524/67111528
[pid=32291] ppid=32289 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32291/stat : 32291 (prissAuto.sh) S 32289 32291 30205 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 500399780 8908800 252 33554432000 4194304 4922060 140736933012576 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32291/statm: 2175 252 211 178 0 68 0
[pid=32292] ppid=32291 vsize=628884 CPUtime=49.16 cores=1,3,5,7
/proc/32292/stat : 32292 (priss) S 32291 32291 30205 0 -1 4202496 233499 0 0 0 4856 60 0 0 18 0 5 0 500399780 643977216 116789 33554432000 4194304 5787044 140733477445856 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/32292/statm: 157221 116789 355 389 0 152971 0
[pid=32292/tid=32294] ppid=32291 vsize=628884 CPUtime=12.3 cores=1,3,5,7
/proc/32292/task/32294/stat : 32294 (priss) R 32291 32291 30205 0 -1 4202560 51298 0 0 0 1215 15 0 0 25 0 5 0 500399813 643977216 116789 33554432000 4194304 5787044 140733477445856 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32292/tid=32295] ppid=32291 vsize=628884 CPUtime=12.21 cores=1,3,5,7
/proc/32292/task/32295/stat : 32295 (priss) R 32291 32291 30205 0 -1 4202560 43875 0 0 0 1207 14 0 0 25 0 5 0 500399821 643977216 116789 33554432000 4194304 5787044 140733477445856 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32292/tid=32296] ppid=32291 vsize=628884 CPUtime=12.12 cores=1,3,5,7
/proc/32292/task/32296/stat : 32296 (priss) R 32291 32291 30205 0 -1 4202560 45004 0 0 0 1197 15 0 0 25 0 5 0 500399829 643977216 116789 33554432000 4194304 5787044 140733477445856 18446744073709551615 4318959 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32292/tid=32297] ppid=32291 vsize=628884 CPUtime=11.96 cores=1,3,5,7
/proc/32292/task/32297/stat : 32297 (priss) R 32291 32291 30205 0 -1 4202560 39061 0 0 0 1189 7 0 0 25 0 5 0 500399843 643977216 116789 33554432000 4194304 5787044 140733477445856 18446744073709551615 4318956 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 49.16
Current children cumulated vsize (KiB) 637584

[startup+25.5005 s]
/proc/loadavg: 7.99 7.99 7.98 9/188 32298
/proc/meminfo: memFree=21810244/32951124 swapFree=67111524/67111528
[pid=32291] ppid=32289 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32291/stat : 32291 (prissAuto.sh) S 32289 32291 30205 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 500399780 8908800 252 33554432000 4194304 4922060 140736933012576 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32291/statm: 2175 252 211 178 0 68 0
[pid=32292] ppid=32291 vsize=837832 CPUtime=100.05 cores=1,3,5,7
/proc/32292/stat : 32292 (priss) S 32291 32291 30205 0 -1 4202496 325632 0 0 0 9919 86 0 0 18 0 5 0 500399780 857939968 150253 33554432000 4194304 5787044 140733477445856 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/32292/statm: 209458 150253 417 389 0 205208 0
[pid=32292/tid=32294] ppid=32291 vsize=837832 CPUtime=25.08 cores=1,3,5,7
/proc/32292/task/32294/stat : 32294 (priss) R 32291 32291 30205 0 -1 4202560 69014 0 0 0 2488 20 0 0 25 0 5 0 500399813 857939968 150253 33554432000 4194304 5787044 140733477445856 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32292/tid=32295] ppid=32291 vsize=837832 CPUtime=24.9 cores=1,3,5,7
/proc/32292/task/32295/stat : 32295 (priss) R 32291 32291 30205 0 -1 4202560 66732 0 0 0 2469 21 0 0 25 0 5 0 500399821 857939968 150253 33554432000 4194304 5787044 140733477445856 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32292/tid=32296] ppid=32291 vsize=837832 CPUtime=24.78 cores=1,3,5,7
/proc/32292/task/32296/stat : 32296 (priss) R 32291 32291 30205 0 -1 4202560 69347 0 0 0 2455 23 0 0 25 0 5 0 500399829 857939968 150253 33554432000 4194304 5787044 140733477445856 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32292/tid=32297] ppid=32291 vsize=837832 CPUtime=24.7 cores=1,3,5,7
/proc/32292/task/32297/stat : 32297 (priss) R 32291 32291 30205 0 -1 4202560 66278 0 0 0 2458 12 0 0 25 0 5 0 500399843 857939968 150253 33554432000 4194304 5787044 140733477445856 18446744073709551615 4221237 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 100.05
Current children cumulated vsize (KiB) 846532

[startup+51.1008 s]
/proc/loadavg: 8.07 8.01 7.99 9/188 32298
/proc/meminfo: memFree=21790068/32951124 swapFree=67111524/67111528
[pid=32291] ppid=32289 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32291/stat : 32291 (prissAuto.sh) S 32289 32291 30205 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 500399780 8908800 252 33554432000 4194304 4922060 140736933012576 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32291/statm: 2175 252 211 178 0 68 0
[pid=32292] ppid=32291 vsize=845840 CPUtime=202.29 cores=1,3,5,7
/proc/32292/stat : 32292 (priss) S 32291 32291 30205 0 -1 4202496 330922 0 0 0 20139 90 0 0 18 0 5 0 500399780 866140160 155543 33554432000 4194304 5787044 140733477445856 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/32292/statm: 211460 155543 417 389 0 207210 0
[pid=32292/tid=32294] ppid=32291 vsize=845840 CPUtime=50.69 cores=1,3,5,7
/proc/32292/task/32294/stat : 32294 (priss) R 32291 32291 30205 0 -1 4202560 69162 0 0 0 5048 21 0 0 25 0 5 0 500399813 866140160 155543 33554432000 4194304 5787044 140733477445856 18446744073709551615 4254900 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32292/tid=32295] ppid=32291 vsize=845840 CPUtime=50.5 cores=1,3,5,7
/proc/32292/task/32295/stat : 32295 (priss) R 32291 32291 30205 0 -1 4202560 69950 0 0 0 5027 23 0 0 25 0 5 0 500399821 866140160 155543 33554432000 4194304 5787044 140733477445856 18446744073709551615 5590487 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32292/tid=32296] ppid=32291 vsize=845840 CPUtime=50.37 cores=1,3,5,7
/proc/32292/task/32296/stat : 32296 (priss) R 32291 32291 30205 0 -1 4202560 69953 0 0 0 5013 24 0 0 25 0 5 0 500399829 866140160 155543 33554432000 4194304 5787044 140733477445856 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32292/tid=32297] ppid=32291 vsize=845840 CPUtime=50.15 cores=1,3,5,7
/proc/32292/task/32297/stat : 32297 (priss) R 32291 32291 30205 0 -1 4202560 67596 0 0 0 5002 13 0 0 25 0 5 0 500399843 866140160 155543 33554432000 4194304 5787044 140733477445856 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 202.29
Current children cumulated vsize (KiB) 854540

[startup+102.306 s]
/proc/loadavg: 8.42 8.12 8.03 9/188 32303
/proc/meminfo: memFree=21467120/32951124 swapFree=67111524/67111528
[pid=32291] ppid=32289 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32291/stat : 32291 (prissAuto.sh) S 32289 32291 30205 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 500399780 8908800 252 33554432000 4194304 4922060 140736933012576 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32291/statm: 2175 252 211 178 0 68 0
[pid=32292] ppid=32291 vsize=857508 CPUtime=406.81 cores=1,3,5,7
/proc/32292/stat : 32292 (priss) S 32291 32291 30205 0 -1 4202496 339115 0 0 0 40579 102 0 0 18 0 5 0 500399780 878088192 163735 33554432000 4194304 5787044 140733477445856 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/32292/statm: 214377 163735 417 389 0 210127 0
[pid=32292/tid=32294] ppid=32291 vsize=857508 CPUtime=101.88 cores=1,3,5,7
/proc/32292/task/32294/stat : 32294 (priss) R 32291 32291 30205 0 -1 4202560 69246 0 0 0 10167 21 0 0 25 0 5 0 500399813 878088192 163735 33554432000 4194304 5787044 140733477445856 18446744073709551615 5591280 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32292/tid=32295] ppid=32291 vsize=857508 CPUtime=101.7 cores=1,3,5,7
/proc/32292/task/32295/stat : 32295 (priss) R 32291 32291 30205 0 -1 4202560 74459 0 0 0 10140 30 0 0 25 0 5 0 500399821 878088192 163735 33554432000 4194304 5787044 140733477445856 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32292/tid=32296] ppid=32291 vsize=857508 CPUtime=101.57 cores=1,3,5,7
/proc/32292/task/32296/stat : 32296 (priss) R 32291 32291 30205 0 -1 4202560 72935 0 0 0 10131 26 0 0 25 0 5 0 500399829 878088192 163735 33554432000 4194304 5787044 140733477445856 18446744073709551615 5591264 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32292/tid=32297] ppid=32291 vsize=857508 CPUtime=101.08 cores=1,3,5,7

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

/proc/32292/task/32295/stat : 32295 (priss) R 32291 32291 30205 0 -1 4202560 100335 0 0 0 82105 62 0 0 25 0 5 0 500399821 1457045504 302848 33554432000 4194304 5787044 140733477445856 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32292/tid=32296] ppid=32291 vsize=1422896 CPUtime=821.49 cores=1,3,5,7
/proc/32292/task/32296/stat : 32296 (priss) R 32291 32291 30205 0 -1 4202560 126109 0 0 0 82041 108 0 0 25 0 5 0 500399829 1457045504 302848 33554432000 4194304 5787044 140733477445856 18446744073709551615 5591573 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32292/tid=32297] ppid=32291 vsize=1422896 CPUtime=817.14 cores=1,3,5,7
/proc/32292/task/32297/stat : 32297 (priss) R 32291 32291 30205 0 -1 4202560 84765 0 0 0 81680 34 0 0 25 0 5 0 500399843 1457045504 302848 33554432000 4194304 5787044 140733477445856 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3282.73
Current children cumulated vsize (KiB) 1431596

[startup+882.301 s]
/proc/loadavg: 8.16 8.15 8.07 9/188 32357
/proc/meminfo: memFree=23778276/32951124 swapFree=67111524/67111528
[pid=32291] ppid=32289 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32291/stat : 32291 (prissAuto.sh) S 32289 32291 30205 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 500399780 8908800 252 33554432000 4194304 4922060 140736933012576 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32291/statm: 2175 252 211 178 0 68 0
[pid=32292] ppid=32291 vsize=1444564 CPUtime=3522.4 cores=1,3,5,7
/proc/32292/stat : 32292 (priss) S 32291 32291 30205 0 -1 4202496 490221 0 0 0 351917 323 0 0 18 0 5 0 500399780 1479233536 313245 33554432000 4194304 5787044 140733477445856 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/32292/statm: 361141 313245 417 389 0 356891 0
[pid=32292/tid=32294] ppid=32291 vsize=1444564 CPUtime=881.84 cores=1,3,5,7
/proc/32292/task/32294/stat : 32294 (priss) R 32291 32291 30205 0 -1 4202560 120596 0 0 0 88085 99 0 0 25 0 5 0 500399813 1479233536 313245 33554432000 4194304 5787044 140733477445856 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32292/tid=32295] ppid=32291 vsize=1444564 CPUtime=881.68 cores=1,3,5,7
/proc/32292/task/32295/stat : 32295 (priss) R 32291 32291 30205 0 -1 4202560 100873 0 0 0 88105 63 0 0 25 0 5 0 500399821 1479233536 313245 33554432000 4194304 5787044 140733477445856 18446744073709551615 5586709 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32292/tid=32296] ppid=32291 vsize=1444564 CPUtime=881.49 cores=1,3,5,7
/proc/32292/task/32296/stat : 32296 (priss) R 32291 32291 30205 0 -1 4202560 126508 0 0 0 88040 109 0 0 25 0 5 0 500399829 1479233536 313245 33554432000 4194304 5787044 140733477445856 18446744073709551615 5591573 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32292/tid=32297] ppid=32291 vsize=1444564 CPUtime=876.8 cores=1,3,5,7
/proc/32292/task/32297/stat : 32297 (priss) R 32291 32291 30205 0 -1 4202560 87983 0 0 0 87638 42 0 0 25 0 5 0 500399843 1479233536 313245 33554432000 4194304 5787044 140733477445856 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3522.4
Current children cumulated vsize (KiB) 1453264

[startup+942.301 s]
/proc/loadavg: 8.15 8.15 8.08 10/188 32358
/proc/meminfo: memFree=23747360/32951124 swapFree=67111524/67111528
[pid=32291] ppid=32289 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32291/stat : 32291 (prissAuto.sh) S 32289 32291 30205 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 500399780 8908800 252 33554432000 4194304 4922060 140736933012576 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32291/statm: 2175 252 211 178 0 68 0
[pid=32292] ppid=32291 vsize=1465048 CPUtime=3762.06 cores=1,3,5,7
/proc/32292/stat : 32292 (priss) S 32291 32291 30205 0 -1 4202496 497839 0 0 0 375874 332 0 0 18 0 5 0 500399780 1500209152 320863 33554432000 4194304 5787044 140733477445856 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/32292/statm: 366262 320863 417 389 0 362012 0
[pid=32292/tid=32294] ppid=32291 vsize=1465048 CPUtime=941.84 cores=1,3,5,7
/proc/32292/task/32294/stat : 32294 (priss) R 32291 32291 30205 0 -1 4202560 125695 0 0 0 94081 103 0 0 25 0 5 0 500399813 1500209152 320863 33554432000 4194304 5787044 140733477445856 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32292/tid=32295] ppid=32291 vsize=1465048 CPUtime=941.67 cores=1,3,5,7
/proc/32292/task/32295/stat : 32295 (priss) R 32291 32291 30205 0 -1 4202560 101173 0 0 0 94104 63 0 0 25 0 5 0 500399821 1500209152 320863 33554432000 4194304 5787044 140733477445856 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32292/tid=32296] ppid=32291 vsize=1465048 CPUtime=941.48 cores=1,3,5,7
/proc/32292/task/32296/stat : 32296 (priss) R 32291 32291 30205 0 -1 4202560 126785 0 0 0 94038 110 0 0 25 0 5 0 500399829 1500209152 320863 33554432000 4194304 5787044 140733477445856 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32292/tid=32297] ppid=32291 vsize=1465048 CPUtime=936.49 cores=1,3,5,7
/proc/32292/task/32297/stat : 32297 (priss) R 32291 32291 30205 0 -1 4202560 89925 0 0 0 93602 47 0 0 25 0 5 0 500399843 1500209152 320863 33554432000 4194304 5787044 140733477445856 18446744073709551615 5524781 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3762.06
Current children cumulated vsize (KiB) 1473748

[startup+1002.3 s]
/proc/loadavg: 8.11 8.13 8.08 9/188 32360
/proc/meminfo: memFree=23725096/32951124 swapFree=67111524/67111528
[pid=32291] ppid=32289 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32291/stat : 32291 (prissAuto.sh) S 32289 32291 30205 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 500399780 8908800 252 33554432000 4194304 4922060 140736933012576 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32291/statm: 2175 252 211 178 0 68 0
[pid=32292] ppid=32291 vsize=1470484 CPUtime=4001.71 cores=1,3,5,7
/proc/32292/stat : 32292 (priss) S 32291 32291 30205 0 -1 4202496 501794 0 0 0 399834 337 0 0 18 0 5 0 500399780 1505775616 324368 33554432000 4194304 5787044 140733477445856 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/32292/statm: 367621 324368 417 389 0 363371 0
[pid=32292/tid=32294] ppid=32291 vsize=1470484 CPUtime=1001.83 cores=1,3,5,7
/proc/32292/task/32294/stat : 32294 (priss) R 32291 32291 30205 0 -1 4202560 127088 0 0 0 100079 104 0 0 25 0 5 0 500399813 1505775616 324368 33554432000 4194304 5787044 140733477445856 18446744073709551615 5591727 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32292/tid=32295] ppid=32291 vsize=1470484 CPUtime=1001.68 cores=1,3,5,7
/proc/32292/task/32295/stat : 32295 (priss) R 32291 32291 30205 0 -1 4202560 101894 0 0 0 100104 64 0 0 25 0 5 0 500399821 1505775616 324368 33554432000 4194304 5787044 140733477445856 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32292/tid=32296] ppid=32291 vsize=1470484 CPUtime=1001.47 cores=1,3,5,7
/proc/32292/task/32296/stat : 32296 (priss) R 32291 32291 30205 0 -1 4202560 127448 0 0 0 100037 110 0 0 25 0 5 0 500399829 1505775616 324368 33554432000 4194304 5787044 140733477445856 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32292/tid=32297] ppid=32291 vsize=1470484 CPUtime=996.15 cores=1,3,5,7
/proc/32292/task/32297/stat : 32297 (priss) R 32291 32291 30205 0 -1 4202560 91103 0 0 0 99565 50 0 0 25 0 5 0 500399843 1505775616 324368 33554432000 4194304 5787044 140733477445856 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4001.71
Current children cumulated vsize (KiB) 1479184

[startup+1062.3 s]
/proc/loadavg: 8.04 8.11 8.07 9/188 32361
/proc/meminfo: memFree=23666788/32951124 swapFree=67111524/67111528
[pid=32291] ppid=32289 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32291/stat : 32291 (prissAuto.sh) S 32289 32291 30205 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 500399780 8908800 252 33554432000 4194304 4922060 140736933012576 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32291/statm: 2175 252 211 178 0 68 0
[pid=32292] ppid=32291 vsize=1470908 CPUtime=4241.39 cores=1,3,5,7
/proc/32292/stat : 32292 (priss) S 32291 32291 30205 0 -1 4202496 501897 0 0 0 423801 338 0 0 18 0 5 0 500399780 1506209792 324471 33554432000 4194304 5787044 140733477445856 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/32292/statm: 367727 324471 417 389 0 363477 0
[pid=32292/tid=32294] ppid=32291 vsize=1470908 CPUtime=1061.84 cores=1,3,5,7
/proc/32292/task/32294/stat : 32294 (priss) R 32291 32291 30205 0 -1 4202560 127099 0 0 0 106079 105 0 0 25 0 5 0 500399813 1506209792 324471 33554432000 4194304 5787044 140733477445856 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32292/tid=32295] ppid=32291 vsize=1470908 CPUtime=1061.68 cores=1,3,5,7
/proc/32292/task/32295/stat : 32295 (priss) R 32291 32291 30205 0 -1 4202560 101895 0 0 0 106104 64 0 0 25 0 5 0 500399821 1506209792 324471 33554432000 4194304 5787044 140733477445856 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32292/tid=32296] ppid=32291 vsize=1470908 CPUtime=1061.47 cores=1,3,5,7
/proc/32292/task/32296/stat : 32296 (priss) R 32291 32291 30205 0 -1 4202560 127448 0 0 0 106036 111 0 0 25 0 5 0 500399829 1506209792 324471 33554432000 4194304 5787044 140733477445856 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32292/tid=32297] ppid=32291 vsize=1470908 CPUtime=1055.83 cores=1,3,5,7
/proc/32292/task/32297/stat : 32297 (priss) R 32291 32291 30205 0 -1 4202560 91194 0 0 0 105533 50 0 0 25 0 5 0 500399843 1506209792 324471 33554432000 4194304 5787044 140733477445856 18446744073709551615 5526827 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4241.39
Current children cumulated vsize (KiB) 1479608

[startup+1122.3 s]
/proc/loadavg: 8.01 8.08 8.07 9/188 32363
/proc/meminfo: memFree=23615880/32951124 swapFree=67111524/67111528
[pid=32291] ppid=32289 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32291/stat : 32291 (prissAuto.sh) S 32289 32291 30205 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 500399780 8908800 252 33554432000 4194304 4922060 140736933012576 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32291/statm: 2175 252 211 178 0 68 0
[pid=32292] ppid=32291 vsize=1471916 CPUtime=4481.06 cores=1,3,5,7
/proc/32292/stat : 32292 (priss) S 32291 32291 30205 0 -1 4202496 503425 0 0 0 447763 343 0 0 18 0 5 0 500399780 1507241984 325999 33554432000 4194304 5787044 140733477445856 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/32292/statm: 367979 325999 417 389 0 363729 0
[pid=32292/tid=32294] ppid=32291 vsize=1471916 CPUtime=1121.84 cores=1,3,5,7
/proc/32292/task/32294/stat : 32294 (priss) R 32291 32291 30205 0 -1 4202560 127197 0 0 0 112079 105 0 0 25 0 5 0 500399813 1507241984 325999 33554432000 4194304 5787044 140733477445856 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32292/tid=32295] ppid=32291 vsize=1471916 CPUtime=1121.67 cores=1,3,5,7
/proc/32292/task/32295/stat : 32295 (priss) R 32291 32291 30205 0 -1 4202560 103111 0 0 0 112100 67 0 0 25 0 5 0 500399821 1507241984 325999 33554432000 4194304 5787044 140733477445856 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32292/tid=32296] ppid=32291 vsize=1471916 CPUtime=1121.46 cores=1,3,5,7
/proc/32292/task/32296/stat : 32296 (priss) R 32291 32291 30205 0 -1 4202560 127454 0 0 0 112035 111 0 0 25 0 5 0 500399829 1507241984 325999 33554432000 4194304 5787044 140733477445856 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32292/tid=32297] ppid=32291 vsize=1471916 CPUtime=1115.51 cores=1,3,5,7
/proc/32292/task/32297/stat : 32297 (priss) R 32291 32291 30205 0 -1 4202560 91402 0 0 0 111500 51 0 0 25 0 5 0 500399843 1507241984 325999 33554432000 4194304 5787044 140733477445856 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4481.06
Current children cumulated vsize (KiB) 1480616

[startup+1182.3 s]
/proc/loadavg: 8.00 8.07 8.06 9/188 32365
/proc/meminfo: memFree=23547284/32951124 swapFree=67111524/67111528
[pid=32291] ppid=32289 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32291/stat : 32291 (prissAuto.sh) S 32289 32291 30205 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 500399780 8908800 252 33554432000 4194304 4922060 140736933012576 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32291/statm: 2175 252 211 178 0 68 0
[pid=32292] ppid=32291 vsize=1538692 CPUtime=4720.73 cores=1,3,5,7
/proc/32292/stat : 32292 (priss) S 32291 32291 30205 0 -1 4202496 517432 0 0 0 471704 369 0 0 18 0 5 0 500399780 1575620608 340006 33554432000 4194304 5787044 140733477445856 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/32292/statm: 384673 340006 417 389 0 380423 0
[pid=32292/tid=32294] ppid=32291 vsize=1538692 CPUtime=1181.84 cores=1,3,5,7
/proc/32292/task/32294/stat : 32294 (priss) R 32291 32291 30205 0 -1 4202560 131746 0 0 0 118072 112 0 0 25 0 5 0 500399813 1575620608 340006 33554432000 4194304 5787044 140733477445856 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32292/tid=32295] ppid=32291 vsize=1538692 CPUtime=1181.68 cores=1,3,5,7
/proc/32292/task/32295/stat : 32295 (priss) R 32291 32291 30205 0 -1 4202560 107494 0 0 0 118092 76 0 0 25 0 5 0 500399821 1575620608 340006 33554432000 4194304 5787044 140733477445856 18446744073709551615 4254502 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32292/tid=32296] ppid=32291 vsize=1538692 CPUtime=1181.46 cores=1,3,5,7
/proc/32292/task/32296/stat : 32296 (priss) R 32291 32291 30205 0 -1 4202560 132206 0 0 0 118025 121 0 0 25 0 5 0 500399829 1575620608 340006 33554432000 4194304 5787044 140733477445856 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32292/tid=32297] ppid=32291 vsize=1538692 CPUtime=1175.18 cores=1,3,5,7
/proc/32292/task/32297/stat : 32297 (priss) R 32291 32291 30205 0 -1 4202560 91725 0 0 0 117467 51 0 0 25 0 5 0 500399843 1575620608 340006 33554432000 4194304 5787044 140733477445856 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4720.73
Current children cumulated vsize (KiB) 1547392



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.2 s]
/proc/loadavg: 8.00 8.06 8.06 9/188 32365
/proc/meminfo: memFree=23522700/32951124 swapFree=67111524/67111528
[pid=32291] ppid=32289 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32291/stat : 32291 (prissAuto.sh) S 32289 32291 30205 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 500399780 8908800 252 33554432000 4194304 4922060 140736933012576 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32291/statm: 2175 252 211 178 0 68 0
[pid=32292] ppid=32291 vsize=1604668 CPUtime=4800.26 cores=1,3,5,7
/proc/32292/stat : 32292 (priss) S 32291 32291 30205 0 -1 4202496 523376 0 0 0 479646 380 0 0 18 0 5 0 500399780 1643180032 345950 33554432000 4194304 5787044 140733477445856 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/32292/statm: 401167 345950 417 389 0 396917 0
[pid=32292/tid=32294] ppid=32291 vsize=1604668 CPUtime=1201.75 cores=1,3,5,7
/proc/32292/task/32294/stat : 32294 (priss) R 32291 32291 30205 0 -1 4202560 133160 0 0 0 120060 115 0 0 25 0 5 0 500399813 1643180032 345950 33554432000 4194304 5787044 140733477445856 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32292/tid=32295] ppid=32291 vsize=1604668 CPUtime=1201.59 cores=1,3,5,7
/proc/32292/task/32295/stat : 32295 (priss) R 32291 32291 30205 0 -1 4202560 109910 0 0 0 120080 79 0 0 25 0 5 0 500399821 1643180032 345950 33554432000 4194304 5787044 140733477445856 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32292/tid=32296] ppid=32291 vsize=1604668 CPUtime=1201.37 cores=1,3,5,7
/proc/32292/task/32296/stat : 32296 (priss) R 32291 32291 30205 0 -1 4202560 134218 0 0 0 120012 125 0 0 25 0 5 0 500399829 1643180032 345950 33554432000 4194304 5787044 140733477445856 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32292/tid=32297] ppid=32291 vsize=1604668 CPUtime=1194.97 cores=1,3,5,7
/proc/32292/task/32297/stat : 32297 (priss) R 32291 32291 30205 0 -1 4202560 91827 0 0 0 119446 51 0 0 25 0 5 0 500399843 1643180032 345950 33554432000 4194304 5787044 140733477445856 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 1613368

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 32291 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=0
# CPU time returned by wait4() is 0
# while last known CPU time is 4800.26
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1202.23
CPU time (s): 4800.26
CPU user time (s): 4796.46
CPU system time (s): 3.8
CPU usage (%): 399.281
Max. virtual memory (cumulated for all children) (KiB): 1613368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
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= 333
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 1.74473 second user time and 4.82727 second system time

The end

Launcher Data

Begin job on node142 at 2011-04-29 14:24:03
IDJOB=3250853
IDBENCH=88203
IDSOLVER=1602
FILE ID=node142/3250853-1304079843
RUNJOBID= node142-1304064275-30224
PBS_JOBID= 13170458
Free space on /tmp= 71196 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m62-q1327.5-n60-p30-s52708253.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250853-1304079843/watcher-3250853-1304079843 -o /tmp/evaluation-result-3250853-1304079843/solver-3250853-1304079843 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3250853-1304079843.cnf 1598581319 4800 15500 4

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

MD5SUM BENCH= 472b10ce0a2683d9355981037eea091e
RANDOM SEED=1598581319

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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:      22413072 kB
Buffers:       1671688 kB
Cached:        5143748 kB
SwapCached:          4 kB
Active:        4077524 kB
Inactive:      5914276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22413072 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           16716 kB
Writeback:           0 kB
AnonPages:     3176604 kB
Mapped:          15740 kB
Slab:           477020 kB
PageTables:      10992 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  3582200 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= 71288 MiB
End job on node142 at 2011-04-29 14:44:07