Trace number 3282028

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
priss Auto? (TO) 4800.25 1202.02

General information on the benchmark

NameAPPLICATIONS/bitverif/
minandmaxor/minandmaxor128.cnf
MD5SUM5b2e2178738883a628728bb1ec39f4a9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables249327
Number of clauses746444
Sum of the clauses size1741700
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2497628
Number of clauses of size 3248814
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c *****************************************************
0.00/0.00	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.00	c *   This program may be redistributed or modified   *
0.00/0.00	c * under the terms of the GNU General Public License *
0.00/0.00	c *****************************************************
0.00/0.00	c process id: 32643
0.00/0.00	c setup for 4cores
0.00/0.20	c parsetime: 200515us
0.00/0.20	c parsed 746444 clauses with 249327 variables
0.00/0.25	c NW started thread 0 successfully (1094580544)
0.00/0.30	c NW started thread 1 successfully (1106880832)
0.00/0.35	c NW started thread 2 successfully (1117370688)
0.00/0.40	c NW started thread 3 successfully (1127860544)
193.35/48.79	c preprocessor returned 249327 variables
193.35/48.79	c preprocessing returned UNKNOWN
193.35/48.79	c PP set 266 variables
193.35/48.79	c pp time: 48490659us (48s)
194.55/49.03	c preprocessor returned 249327 variables
194.55/49.03	c preprocessing returned UNKNOWN
194.55/49.03	c PP set 266 variables
194.55/49.03	c pp time: 48614883us (48s)
194.95/49.15	c preprocessor returned 249327 variables
194.95/49.15	c preprocessing returned UNKNOWN
194.95/49.15	c PP set 266 variables
194.95/49.15	c pp time: 48789690us (48s)
196.16/49.49	c preprocessor returned 249327 variables
196.16/49.49	c preprocessing returned UNKNOWN
196.16/49.49	c PP set 266 variables
196.16/49.49	c pp time: 49023174us (49s)
240.10/60.47	c HTE
245.67/61.89	c subsumption
250.06/62.94	c simplified formula contains 0 unit clauses

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

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

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


[startup+0 s]
/proc/loadavg: 8.22 8.12 7.51 7/186 32642
/proc/meminfo: memFree=21015140/32951124 swapFree=67111524/67111528
[pid=32642] ppid=32640 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32642/stat : 32642 (prissAuto.sh) S 32640 32642 32466 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515613558 8908800 251 33554432000 4194304 4922060 140734865301360 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32642/statm: 2175 251 211 178 0 68 0

[startup+0.050235 s]
/proc/loadavg: 8.22 8.12 7.51 7/186 32642
/proc/meminfo: memFree=21015140/32951124 swapFree=67111524/67111528
[pid=32642] ppid=32640 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32642/stat : 32642 (prissAuto.sh) S 32640 32642 32466 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515613558 8908800 251 33554432000 4194304 4922060 140734865301360 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32642/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100225 s]
/proc/loadavg: 8.22 8.12 7.51 7/186 32642
/proc/meminfo: memFree=21015140/32951124 swapFree=67111524/67111528
[pid=32642] ppid=32640 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32642/stat : 32642 (prissAuto.sh) S 32640 32642 32466 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515613558 8908800 251 33554432000 4194304 4922060 140734865301360 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32642/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300192 s]
/proc/loadavg: 8.22 8.12 7.51 7/186 32642
/proc/meminfo: memFree=21015140/32951124 swapFree=67111524/67111528
[pid=32642] ppid=32640 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32642/stat : 32642 (prissAuto.sh) S 32640 32642 32466 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515613558 8908800 251 33554432000 4194304 4922060 140734865301360 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32642/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.707067 s]
/proc/loadavg: 8.22 8.12 7.51 7/186 32642
/proc/meminfo: memFree=21015140/32951124 swapFree=67111524/67111528
[pid=32642] ppid=32640 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32642/stat : 32642 (prissAuto.sh) S 32640 32642 32466 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515613558 8908800 251 33554432000 4194304 4922060 140734865301360 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32642/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50091 s]
/proc/loadavg: 7.96 8.06 7.50 9/192 32648
/proc/meminfo: memFree=20404524/32951124 swapFree=67111524/67111528
[pid=32642] ppid=32640 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32642/stat : 32642 (prissAuto.sh) S 32640 32642 32466 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515613558 8908800 251 33554432000 4194304 4922060 140734865301360 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32642/statm: 2175 251 211 178 0 68 0
[pid=32643] ppid=32642 vsize=759552 CPUtime=4.94 cores=0,2,4,6
/proc/32643/stat : 32643 (priss) S 32642 32642 32466 0 -1 4202496 194022 0 0 0 455 39 0 0 18 0 5 0 515613558 777781248 126976 33554432000 4194304 5787044 140735945871696 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/32643/statm: 189888 126976 348 389 0 185638 0
[pid=32643/tid=32645] ppid=32642 vsize=759552 CPUtime=1.2 cores=0,2,4,6
/proc/32643/task/32645/stat : 32645 (priss) R 32642 32642 32466 0 -1 4202560 41339 0 0 0 113 7 0 0 18 0 5 0 515613584 777781248 126976 33554432000 4194304 5787044 140735945871696 18446744073709551615 4330518 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32643/tid=32646] ppid=32642 vsize=759552 CPUtime=1.15 cores=0,2,4,6
/proc/32643/task/32646/stat : 32646 (priss) R 32642 32642 32466 0 -1 4202560 40963 0 0 0 104 11 0 0 18 0 5 0 515613589 777781248 126976 33554432000 4194304 5787044 140735945871696 18446744073709551615 4330549 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32643/tid=32647] ppid=32642 vsize=759552 CPUtime=1.1 cores=0,2,4,6
/proc/32643/task/32647/stat : 32647 (priss) R 32642 32642 32466 0 -1 4202560 39716 0 0 0 103 7 0 0 18 0 5 0 515613594 777781248 126976 33554432000 4194304 5787044 140735945871696 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32643/tid=32648] ppid=32642 vsize=759552 CPUtime=1.04 cores=0,2,4,6
/proc/32643/task/32648/stat : 32648 (priss) R 32642 32642 32466 0 -1 4202560 38227 0 0 0 96 8 0 0 18 0 5 0 515613599 777781248 126976 33554432000 4194304 5787044 140735945871696 18446744073709551615 4330555 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.94
Current children cumulated vsize (KiB) 768252

[startup+3.10061 s]
/proc/loadavg: 7.96 8.06 7.50 9/192 32648
/proc/meminfo: memFree=20506080/32951124 swapFree=67111524/67111528
[pid=32642] ppid=32640 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32642/stat : 32642 (prissAuto.sh) S 32640 32642 32466 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515613558 8908800 251 33554432000 4194304 4922060 140734865301360 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32642/statm: 2175 251 211 178 0 68 0
[pid=32643] ppid=32642 vsize=759552 CPUtime=11.33 cores=0,2,4,6
/proc/32643/stat : 32643 (priss) S 32642 32642 32466 0 -1 4202496 194028 0 0 0 1094 39 0 0 18 0 5 0 515613558 777781248 126982 33554432000 4194304 5787044 140735945871696 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/32643/statm: 189888 126982 348 389 0 185638 0
[pid=32643/tid=32645] ppid=32642 vsize=759552 CPUtime=2.8 cores=0,2,4,6
/proc/32643/task/32645/stat : 32645 (priss) R 32642 32642 32466 0 -1 4202560 41342 0 0 0 273 7 0 0 22 0 5 0 515613584 777781248 126982 33554432000 4194304 5787044 140735945871696 18446744073709551615 4330511 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32643/tid=32646] ppid=32642 vsize=759552 CPUtime=2.75 cores=0,2,4,6
/proc/32643/task/32646/stat : 32646 (priss) R 32642 32642 32466 0 -1 4202560 40966 0 0 0 264 11 0 0 22 0 5 0 515613589 777781248 126982 33554432000 4194304 5787044 140735945871696 18446744073709551615 4330518 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32643/tid=32647] ppid=32642 vsize=759552 CPUtime=2.7 cores=0,2,4,6
/proc/32643/task/32647/stat : 32647 (priss) R 32642 32642 32466 0 -1 4202560 39716 0 0 0 263 7 0 0 21 0 5 0 515613594 777781248 126982 33554432000 4194304 5787044 140735945871696 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32643/tid=32648] ppid=32642 vsize=759552 CPUtime=2.64 cores=0,2,4,6
/proc/32643/task/32648/stat : 32648 (priss) R 32642 32642 32466 0 -1 4202560 38227 0 0 0 256 8 0 0 22 0 5 0 515613599 777781248 126982 33554432000 4194304 5787044 140735945871696 18446744073709551615 4330488 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.33
Current children cumulated vsize (KiB) 768252

[startup+6.30102 s]
/proc/loadavg: 7.97 8.06 7.50 9/192 32648
/proc/meminfo: memFree=20505932/32951124 swapFree=67111524/67111528
[pid=32642] ppid=32640 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32642/stat : 32642 (prissAuto.sh) S 32640 32642 32466 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515613558 8908800 251 33554432000 4194304 4922060 140734865301360 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32642/statm: 2175 251 211 178 0 68 0
[pid=32643] ppid=32642 vsize=759552 CPUtime=24.11 cores=0,2,4,6
/proc/32643/stat : 32643 (priss) S 32642 32642 32466 0 -1 4202496 194040 0 0 0 2372 39 0 0 18 0 5 0 515613558 777781248 126994 33554432000 4194304 5787044 140735945871696 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/32643/statm: 189888 126994 348 389 0 185638 0
[pid=32643/tid=32645] ppid=32642 vsize=759552 CPUtime=6.01 cores=0,2,4,6
/proc/32643/task/32645/stat : 32645 (priss) R 32642 32642 32466 0 -1 4202560 41348 0 0 0 594 7 0 0 25 0 5 0 515613584 777781248 126994 33554432000 4194304 5787044 140735945871696 18446744073709551615 4330511 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32643/tid=32646] ppid=32642 vsize=759552 CPUtime=5.95 cores=0,2,4,6
/proc/32643/task/32646/stat : 32646 (priss) R 32642 32642 32466 0 -1 4202560 40972 0 0 0 584 11 0 0 25 0 5 0 515613589 777781248 126994 33554432000 4194304 5787044 140735945871696 18446744073709551615 4330490 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32643/tid=32647] ppid=32642 vsize=759552 CPUtime=5.9 cores=0,2,4,6
/proc/32643/task/32647/stat : 32647 (priss) R 32642 32642 32466 0 -1 4202560 39716 0 0 0 583 7 0 0 25 0 5 0 515613594 777781248 126994 33554432000 4194304 5787044 140735945871696 18446744073709551615 4330542 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32643/tid=32648] ppid=32642 vsize=759552 CPUtime=5.82 cores=0,2,4,6
/proc/32643/task/32648/stat : 32648 (priss) R 32642 32642 32466 0 -1 4202560 38227 0 0 0 574 8 0 0 25 0 5 0 515613599 777781248 126994 33554432000 4194304 5787044 140735945871696 18446744073709551615 4330507 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.11
Current children cumulated vsize (KiB) 768252

[startup+12.7008 s]
/proc/loadavg: 7.97 8.06 7.50 9/192 32648
/proc/meminfo: memFree=20505824/32951124 swapFree=67111524/67111528
[pid=32642] ppid=32640 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32642/stat : 32642 (prissAuto.sh) S 32640 32642 32466 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515613558 8908800 251 33554432000 4194304 4922060 140734865301360 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32642/statm: 2175 251 211 178 0 68 0
[pid=32643] ppid=32642 vsize=759552 CPUtime=49.68 cores=0,2,4,6
/proc/32643/stat : 32643 (priss) S 32642 32642 32466 0 -1 4202496 194067 0 0 0 4929 39 0 0 18 0 5 0 515613558 777781248 127021 33554432000 4194304 5787044 140735945871696 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/32643/statm: 189888 127021 348 389 0 185638 0
[pid=32643/tid=32645] ppid=32642 vsize=759552 CPUtime=12.41 cores=0,2,4,6
/proc/32643/task/32645/stat : 32645 (priss) R 32642 32642 32466 0 -1 4202560 41359 0 0 0 1234 7 0 0 25 0 5 0 515613584 777781248 127021 33554432000 4194304 5787044 140735945871696 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32643/tid=32646] ppid=32642 vsize=759552 CPUtime=12.35 cores=0,2,4,6
/proc/32643/task/32646/stat : 32646 (priss) R 32642 32642 32466 0 -1 4202560 40982 0 0 0 1224 11 0 0 25 0 5 0 515613589 777781248 127021 33554432000 4194304 5787044 140735945871696 18446744073709551615 4330511 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32643/tid=32647] ppid=32642 vsize=759552 CPUtime=12.3 cores=0,2,4,6
/proc/32643/task/32647/stat : 32647 (priss) R 32642 32642 32466 0 -1 4202560 39722 0 0 0 1223 7 0 0 25 0 5 0 515613594 777781248 127021 33554432000 4194304 5787044 140735945871696 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32643/tid=32648] ppid=32642 vsize=759552 CPUtime=12.18 cores=0,2,4,6
/proc/32643/task/32648/stat : 32648 (priss) R 32642 32642 32466 0 -1 4202560 38227 0 0 0 1210 8 0 0 25 0 5 0 515613599 777781248 127021 33554432000 4194304 5787044 140735945871696 18446744073709551615 4330511 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 49.68
Current children cumulated vsize (KiB) 768252

[startup+25.5004 s]
/proc/loadavg: 7.97 8.06 7.51 9/192 32648
/proc/meminfo: memFree=20290560/32951124 swapFree=67111524/67111528
[pid=32642] ppid=32640 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32642/stat : 32642 (prissAuto.sh) S 32640 32642 32466 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515613558 8908800 251 33554432000 4194304 4922060 140734865301360 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32642/statm: 2175 251 211 178 0 68 0
[pid=32643] ppid=32642 vsize=1048636 CPUtime=100.68 cores=0,2,4,6
/proc/32643/stat : 32643 (priss) S 32642 32642 32466 0 -1 4202496 258352 0 0 0 10005 63 0 0 18 0 5 0 515613558 1073803264 180554 33554432000 4194304 5787044 140735945871696 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/32643/statm: 262159 180554 350 389 0 257909 0
[pid=32643/tid=32645] ppid=32642 vsize=1048636 CPUtime=25.17 cores=0,2,4,6
/proc/32643/task/32645/stat : 32645 (priss) R 32642 32642 32466 0 -1 4202560 60796 0 0 0 2503 14 0 0 25 0 5 0 515613584 1073803264 180554 33554432000 4194304 5787044 140735945871696 18446744073709551615 4340045 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32643/tid=32646] ppid=32642 vsize=1048636 CPUtime=25.12 cores=0,2,4,6
/proc/32643/task/32646/stat : 32646 (priss) R 32642 32642 32466 0 -1 4202560 55905 0 0 0 2496 16 0 0 25 0 5 0 515613589 1073803264 180554 33554432000 4194304 5787044 140735945871696 18446744073709551615 4340024 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32643/tid=32647] ppid=32642 vsize=1048636 CPUtime=25.07 cores=0,2,4,6
/proc/32643/task/32647/stat : 32647 (priss) R 32642 32642 32466 0 -1 4202560 56349 0 0 0 2493 14 0 0 25 0 5 0 515613594 1073803264 180554 33554432000 4194304 5787044 140735945871696 18446744073709551615 4340045 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32643/tid=32648] ppid=32642 vsize=1048636 CPUtime=24.88 cores=0,2,4,6
/proc/32643/task/32648/stat : 32648 (priss) R 32642 32642 32466 0 -1 4202560 51525 0 0 0 2475 13 0 0 25 0 5 0 515613599 1073803264 180554 33554432000 4194304 5787044 140735945871696 18446744073709551615 4340052 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 100.68
Current children cumulated vsize (KiB) 1057336

[startup+51.1007 s]
/proc/loadavg: 7.98 8.05 7.52 9/192 32649
/proc/meminfo: memFree=20050824/32951124 swapFree=67111524/67111528
[pid=32642] ppid=32640 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32642/stat : 32642 (prissAuto.sh) S 32640 32642 32466 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515613558 8908800 251 33554432000 4194304 4922060 140734865301360 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32642/statm: 2175 251 211 178 0 68 0
[pid=32643] ppid=32642 vsize=1242696 CPUtime=202.93 cores=0,2,4,6
/proc/32643/stat : 32643 (priss) S 32642 32642 32466 0 -1 4202496 362037 0 0 0 20209 84 0 0 18 0 5 0 515613558 1272520704 240319 33554432000 4194304 5787044 140735945871696 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/32643/statm: 310674 240319 416 389 0 306424 0
[pid=32643/tid=32645] ppid=32642 vsize=1242696 CPUtime=50.77 cores=0,2,4,6
/proc/32643/task/32645/stat : 32645 (priss) R 32642 32642 32466 0 -1 4202560 87436 0 0 0 5057 20 0 0 25 0 5 0 515613584 1272520704 240319 33554432000 4194304 5787044 140735945871696 18446744073709551615 255376957331 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32643/tid=32646] ppid=32642 vsize=1242696 CPUtime=50.72 cores=0,2,4,6
/proc/32643/task/32646/stat : 32646 (priss) R 32642 32642 32466 0 -1 4202560 82410 0 0 0 5051 21 0 0 25 0 5 0 515613589 1272520704 240319 33554432000 4194304 5787044 140735945871696 18446744073709551615 5590420 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32643/tid=32647] ppid=32642 vsize=1242696 CPUtime=50.66 cores=0,2,4,6
/proc/32643/task/32647/stat : 32647 (priss) R 32642 32642 32466 0 -1 4202560 83158 0 0 0 5046 20 0 0 25 0 5 0 515613594 1272520704 240319 33554432000 4194304 5787044 140735945871696 18446744073709551615 5585293 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32643/tid=32648] ppid=32642 vsize=1242696 CPUtime=50.34 cores=0,2,4,6
/proc/32643/task/32648/stat : 32648 (priss) R 32642 32642 32466 0 -1 4202560 75256 0 0 0 5017 17 0 0 25 0 5 0 515613599 1272520704 240319 33554432000 4194304 5787044 140735945871696 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 202.93
Current children cumulated vsize (KiB) 1251396

[startup+102.307 s]
/proc/loadavg: 8.10 8.07 7.56 9/192 32650
/proc/meminfo: memFree=20021436/32951124 swapFree=67111524/67111528
[pid=32642] ppid=32640 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32642/stat : 32642 (prissAuto.sh) S 32640 32642 32466 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515613558 8908800 251 33554432000 4194304 4922060 140734865301360 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32642/statm: 2175 251 211 178 0 68 0
[pid=32643] ppid=32642 vsize=1245824 CPUtime=407.47 cores=0,2,4,6
/proc/32643/stat : 32643 (priss) S 32642 32642 32466 0 -1 4202496 377587 0 0 0 40656 91 0 0 18 0 5 0 515613558 1275723776 247079 33554432000 4194304 5787044 140735945871696 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/32643/statm: 311456 247079 418 389 0 307206 0
[pid=32643/tid=32645] ppid=32642 vsize=1245824 CPUtime=101.98 cores=0,2,4,6
/proc/32643/task/32645/stat : 32645 (priss) R 32642 32642 32466 0 -1 4202560 88586 0 0 0 10177 21 0 0 25 0 5 0 515613584 1275723776 247079 33554432000 4194304 5787044 140735945871696 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32643/tid=32646] ppid=32642 vsize=1245824 CPUtime=101.93 cores=0,2,4,6
/proc/32643/task/32646/stat : 32646 (priss) R 32642 32642 32466 0 -1 4202560 83866 0 0 0 10170 23 0 0 25 0 5 0 515613589 1275723776 247079 33554432000 4194304 5787044 140735945871696 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32643/tid=32647] ppid=32642 vsize=1245824 CPUtime=101.87 cores=0,2,4,6
/proc/32643/task/32647/stat : 32647 (priss) R 32642 32642 32466 0 -1 4202560 83880 0 0 0 10166 21 0 0 25 0 5 0 515613594 1275723776 247079 33554432000 4194304 5787044 140735945871696 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32643/tid=32648] ppid=32642 vsize=1245824 CPUtime=101.26 cores=0,2,4,6

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

/proc/32643/task/32646/stat : 32646 (priss) R 32642 32642 32466 0 -1 4202560 93965 0 0 0 82156 32 0 0 25 0 5 0 515613589 1521389568 289752 33554432000 4194304 5787044 140735945871696 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32643/tid=32647] ppid=32642 vsize=1485732 CPUtime=821.89 cores=0,2,4,6
/proc/32643/task/32647/stat : 32647 (priss) R 32642 32642 32466 0 -1 4202560 94375 0 0 0 82155 34 0 0 25 0 5 0 515613594 1521389568 289752 33554432000 4194304 5787044 140735945871696 18446744073709551615 5586822 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32643/tid=32648] ppid=32642 vsize=1485732 CPUtime=817.33 cores=0,2,4,6
/proc/32643/task/32648/stat : 32648 (priss) R 32642 32642 32466 0 -1 4202560 99841 0 0 0 81696 37 0 0 25 0 5 0 515613599 1521389568 289752 33554432000 4194304 5787044 140735945871696 18446744073709551615 4238583 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3283.51
Current children cumulated vsize (KiB) 1494432

[startup+882.301 s]
/proc/loadavg: 8.14 8.18 7.91 9/192 32704
/proc/meminfo: memFree=20903540/32951124 swapFree=67111524/67111528
[pid=32642] ppid=32640 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32642/stat : 32642 (prissAuto.sh) S 32640 32642 32466 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515613558 8908800 251 33554432000 4194304 4922060 140734865301360 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32642/statm: 2175 251 211 178 0 68 0
[pid=32643] ppid=32642 vsize=1490052 CPUtime=3523.18 cores=0,2,4,6
/proc/32643/stat : 32643 (priss) S 32642 32642 32466 0 -1 4202496 429171 0 0 0 352162 156 0 0 18 0 5 0 515613558 1525813248 298338 33554432000 4194304 5787044 140735945871696 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/32643/statm: 372513 298338 418 389 0 368263 0
[pid=32643/tid=32645] ppid=32642 vsize=1490052 CPUtime=881.99 cores=0,2,4,6
/proc/32643/task/32645/stat : 32645 (priss) R 32642 32642 32466 0 -1 4202560 101478 0 0 0 88159 40 0 0 25 0 5 0 515613584 1525813248 298338 33554432000 4194304 5787044 140735945871696 18446744073709551615 5576450 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32643/tid=32646] ppid=32642 vsize=1490052 CPUtime=881.55 cores=0,2,4,6
/proc/32643/task/32646/stat : 32646 (priss) R 32642 32642 32466 0 -1 4202560 95820 0 0 0 88121 34 0 0 25 0 5 0 515613589 1525813248 298338 33554432000 4194304 5787044 140735945871696 18446744073709551615 5585343 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32643/tid=32647] ppid=32642 vsize=1490052 CPUtime=881.88 cores=0,2,4,6
/proc/32643/task/32647/stat : 32647 (priss) R 32642 32642 32466 0 -1 4202560 95256 0 0 0 88153 35 0 0 25 0 5 0 515613594 1525813248 298338 33554432000 4194304 5787044 140735945871696 18446744073709551615 5590283 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32643/tid=32648] ppid=32642 vsize=1490052 CPUtime=877.32 cores=0,2,4,6
/proc/32643/task/32648/stat : 32648 (priss) R 32642 32642 32466 0 -1 4202560 102840 0 0 0 87691 41 0 0 25 0 5 0 515613599 1525813248 298338 33554432000 4194304 5787044 140735945871696 18446744073709551615 5527232 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3523.18
Current children cumulated vsize (KiB) 1498752

[startup+942.3 s]
/proc/loadavg: 8.16 8.18 7.92 9/192 32706
/proc/meminfo: memFree=20888516/32951124 swapFree=67111524/67111528
[pid=32642] ppid=32640 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32642/stat : 32642 (prissAuto.sh) S 32640 32642 32466 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515613558 8908800 251 33554432000 4194304 4922060 140734865301360 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32642/statm: 2175 251 211 178 0 68 0
[pid=32643] ppid=32642 vsize=1490052 CPUtime=3762.86 cores=0,2,4,6
/proc/32643/stat : 32643 (priss) S 32642 32642 32466 0 -1 4202496 433631 0 0 0 376125 161 0 0 18 0 5 0 515613558 1525813248 302798 33554432000 4194304 5787044 140735945871696 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/32643/statm: 372513 302798 418 389 0 368263 0
[pid=32643/tid=32645] ppid=32642 vsize=1490052 CPUtime=941.99 cores=0,2,4,6
/proc/32643/task/32645/stat : 32645 (priss) R 32642 32642 32466 0 -1 4202560 101566 0 0 0 94159 40 0 0 25 0 5 0 515613584 1525813248 302798 33554432000 4194304 5787044 140735945871696 18446744073709551615 4220688 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32643/tid=32646] ppid=32642 vsize=1490052 CPUtime=941.22 cores=0,2,4,6
/proc/32643/task/32646/stat : 32646 (priss) R 32642 32642 32466 0 -1 4202560 97510 0 0 0 94087 35 0 0 25 0 5 0 515613589 1525813248 302798 33554432000 4194304 5787044 140735945871696 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32643/tid=32647] ppid=32642 vsize=1490052 CPUtime=941.88 cores=0,2,4,6
/proc/32643/task/32647/stat : 32647 (priss) R 32642 32642 32466 0 -1 4202560 96746 0 0 0 94151 37 0 0 25 0 5 0 515613594 1525813248 302798 33554432000 4194304 5787044 140735945871696 18446744073709551615 5586822 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32643/tid=32648] ppid=32642 vsize=1490052 CPUtime=937.33 cores=0,2,4,6
/proc/32643/task/32648/stat : 32648 (priss) R 32642 32642 32466 0 -1 4202560 104032 0 0 0 93690 43 0 0 25 0 5 0 515613599 1525813248 302798 33554432000 4194304 5787044 140735945871696 18446744073709551615 4254617 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3762.86
Current children cumulated vsize (KiB) 1498752

[startup+1002.3 s]
/proc/loadavg: 8.17 8.17 7.93 9/192 32707
/proc/meminfo: memFree=20866416/32951124 swapFree=67111524/67111528
[pid=32642] ppid=32640 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32642/stat : 32642 (prissAuto.sh) S 32640 32642 32466 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515613558 8908800 251 33554432000 4194304 4922060 140734865301360 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32642/statm: 2175 251 211 178 0 68 0
[pid=32643] ppid=32642 vsize=1490592 CPUtime=4002.53 cores=0,2,4,6
/proc/32643/stat : 32643 (priss) S 32642 32642 32466 0 -1 4202496 437288 0 0 0 400087 166 0 0 18 0 5 0 515613558 1526366208 306407 33554432000 4194304 5787044 140735945871696 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/32643/statm: 372648 306407 418 389 0 368398 0
[pid=32643/tid=32645] ppid=32642 vsize=1490592 CPUtime=1001.99 cores=0,2,4,6
/proc/32643/task/32645/stat : 32645 (priss) R 32642 32642 32466 0 -1 4202560 101862 0 0 0 100159 40 0 0 25 0 5 0 515613584 1526366208 306407 33554432000 4194304 5787044 140735945871696 18446744073709551615 5586779 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32643/tid=32646] ppid=32642 vsize=1490592 CPUtime=1000.89 cores=0,2,4,6
/proc/32643/task/32646/stat : 32646 (priss) R 32642 32642 32466 0 -1 4202560 98340 0 0 0 100053 36 0 0 25 0 5 0 515613589 1526366208 306407 33554432000 4194304 5787044 140735945871696 18446744073709551615 5586783 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32643/tid=32647] ppid=32642 vsize=1490592 CPUtime=1001.88 cores=0,2,4,6
/proc/32643/task/32647/stat : 32647 (priss) R 32642 32642 32466 0 -1 4202560 98125 0 0 0 100149 39 0 0 25 0 5 0 515613594 1526366208 306407 33554432000 4194304 5787044 140735945871696 18446744073709551615 5591539 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32643/tid=32648] ppid=32642 vsize=1490592 CPUtime=997.33 cores=0,2,4,6
/proc/32643/task/32648/stat : 32648 (priss) R 32642 32642 32466 0 -1 4202560 105184 0 0 0 99688 45 0 0 25 0 5 0 515613599 1526366208 306407 33554432000 4194304 5787044 140735945871696 18446744073709551615 4220488 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4002.53
Current children cumulated vsize (KiB) 1499292

[startup+1062.3 s]
/proc/loadavg: 8.12 8.15 7.94 9/192 32709
/proc/meminfo: memFree=20847300/32951124 swapFree=67111524/67111528
[pid=32642] ppid=32640 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32642/stat : 32642 (prissAuto.sh) S 32640 32642 32466 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515613558 8908800 251 33554432000 4194304 4922060 140734865301360 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32642/statm: 2175 251 211 178 0 68 0
[pid=32643] ppid=32642 vsize=1490908 CPUtime=4242.21 cores=0,2,4,6
/proc/32643/stat : 32643 (priss) S 32642 32642 32466 0 -1 4202496 437547 0 0 0 424054 167 0 0 18 0 5 0 515613558 1526689792 306666 33554432000 4194304 5787044 140735945871696 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/32643/statm: 372727 306666 418 389 0 368477 0
[pid=32643/tid=32645] ppid=32642 vsize=1490908 CPUtime=1062 cores=0,2,4,6
/proc/32643/task/32645/stat : 32645 (priss) R 32642 32642 32466 0 -1 4202560 101867 0 0 0 106159 41 0 0 25 0 5 0 515613584 1526689792 306666 33554432000 4194304 5787044 140735945871696 18446744073709551615 5586761 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32643/tid=32646] ppid=32642 vsize=1490908 CPUtime=1060.56 cores=0,2,4,6
/proc/32643/task/32646/stat : 32646 (priss) R 32642 32642 32466 0 -1 4202560 98340 0 0 0 106020 36 0 0 25 0 5 0 515613589 1526689792 306666 33554432000 4194304 5787044 140735945871696 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32643/tid=32647] ppid=32642 vsize=1490908 CPUtime=1061.88 cores=0,2,4,6
/proc/32643/task/32647/stat : 32647 (priss) R 32642 32642 32466 0 -1 4202560 98236 0 0 0 106149 39 0 0 25 0 5 0 515613594 1526689792 306666 33554432000 4194304 5787044 140735945871696 18446744073709551615 5591289 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32643/tid=32648] ppid=32642 vsize=1490908 CPUtime=1057.33 cores=0,2,4,6
/proc/32643/task/32648/stat : 32648 (priss) R 32642 32642 32466 0 -1 4202560 105327 0 0 0 105688 45 0 0 25 0 5 0 515613599 1526689792 306666 33554432000 4194304 5787044 140735945871696 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4242.21
Current children cumulated vsize (KiB) 1499608

[startup+1122.3 s]
/proc/loadavg: 8.22 8.18 7.96 9/192 32711
/proc/meminfo: memFree=20800156/32951124 swapFree=67111524/67111528
[pid=32642] ppid=32640 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32642/stat : 32642 (prissAuto.sh) S 32640 32642 32466 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515613558 8908800 251 33554432000 4194304 4922060 140734865301360 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32642/statm: 2175 251 211 178 0 68 0
[pid=32643] ppid=32642 vsize=1561200 CPUtime=4481.87 cores=0,2,4,6
/proc/32643/stat : 32643 (priss) S 32642 32642 32466 0 -1 4202496 443598 0 0 0 448013 174 0 0 18 0 5 0 515613558 1598668800 312717 33554432000 4194304 5787044 140735945871696 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/32643/statm: 390300 312717 418 389 0 386050 0
[pid=32643/tid=32645] ppid=32642 vsize=1561200 CPUtime=1122 cores=0,2,4,6
/proc/32643/task/32645/stat : 32645 (priss) R 32642 32642 32466 0 -1 4202560 101917 0 0 0 112159 41 0 0 25 0 5 0 515613584 1598668800 312717 33554432000 4194304 5787044 140735945871696 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32643/tid=32646] ppid=32642 vsize=1561200 CPUtime=1120.22 cores=0,2,4,6
/proc/32643/task/32646/stat : 32646 (priss) R 32642 32642 32466 0 -1 4202560 99718 0 0 0 111985 37 0 0 25 0 5 0 515613589 1598668800 312717 33554432000 4194304 5787044 140735945871696 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32643/tid=32647] ppid=32642 vsize=1561200 CPUtime=1121.89 cores=0,2,4,6
/proc/32643/task/32647/stat : 32647 (priss) R 32642 32642 32466 0 -1 4202560 99222 0 0 0 112148 41 0 0 25 0 5 0 515613594 1598668800 312717 33554432000 4194304 5787044 140735945871696 18446744073709551615 5590995 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32643/tid=32648] ppid=32642 vsize=1561200 CPUtime=1117.33 cores=0,2,4,6
/proc/32643/task/32648/stat : 32648 (priss) R 32642 32642 32466 0 -1 4202560 108964 0 0 0 111684 49 0 0 25 0 5 0 515613599 1598668800 312717 33554432000 4194304 5787044 140735945871696 18446744073709551615 5534349 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4481.87
Current children cumulated vsize (KiB) 1569900

[startup+1182.3 s]
/proc/loadavg: 8.23 8.19 7.97 9/192 32712
/proc/meminfo: memFree=20750420/32951124 swapFree=67111524/67111528
[pid=32642] ppid=32640 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32642/stat : 32642 (prissAuto.sh) S 32640 32642 32466 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515613558 8908800 251 33554432000 4194304 4922060 140734865301360 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32642/statm: 2175 251 211 178 0 68 0
[pid=32643] ppid=32642 vsize=1564716 CPUtime=4721.55 cores=0,2,4,6
/proc/32643/stat : 32643 (priss) S 32642 32642 32466 0 -1 4202496 449862 0 0 0 471975 180 0 0 18 0 5 0 515613558 1602269184 318884 33554432000 4194304 5787044 140735945871696 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/32643/statm: 391179 318884 418 389 0 386929 0
[pid=32643/tid=32645] ppid=32642 vsize=1564716 CPUtime=1181.99 cores=0,2,4,6
/proc/32643/task/32645/stat : 32645 (priss) R 32642 32642 32466 0 -1 4202560 102072 0 0 0 118158 41 0 0 25 0 5 0 515613584 1602269184 318884 33554432000 4194304 5787044 140735945871696 18446744073709551615 255376702973 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32643/tid=32646] ppid=32642 vsize=1564716 CPUtime=1179.9 cores=0,2,4,6
/proc/32643/task/32646/stat : 32646 (priss) R 32642 32642 32466 0 -1 4202560 102722 0 0 0 117951 39 0 0 25 0 5 0 515613589 1602269184 318884 33554432000 4194304 5787044 140735945871696 18446744073709551615 5586761 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32643/tid=32647] ppid=32642 vsize=1564716 CPUtime=1181.89 cores=0,2,4,6
/proc/32643/task/32647/stat : 32647 (priss) R 32642 32642 32466 0 -1 4202560 99803 0 0 0 118147 42 0 0 25 0 5 0 515613594 1602269184 318884 33554432000 4194304 5787044 140735945871696 18446744073709551615 5576446 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32643/tid=32648] ppid=32642 vsize=1564716 CPUtime=1177.33 cores=0,2,4,6
/proc/32643/task/32648/stat : 32648 (priss) R 32642 32642 32466 0 -1 4202560 111488 0 0 0 117680 53 0 0 25 0 5 0 515613599 1602269184 318884 33554432000 4194304 5787044 140735945871696 18446744073709551615 5528368 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4721.55
Current children cumulated vsize (KiB) 1573416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202 s]
/proc/loadavg: 8.16 8.18 7.97 9/192 32713
/proc/meminfo: memFree=20744836/32951124 swapFree=67111524/67111528
[pid=32642] ppid=32640 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32642/stat : 32642 (prissAuto.sh) S 32640 32642 32466 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515613558 8908800 251 33554432000 4194304 4922060 140734865301360 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32642/statm: 2175 251 211 178 0 68 0
[pid=32643] ppid=32642 vsize=1564716 CPUtime=4800.25 cores=0,2,4,6
/proc/32643/stat : 32643 (priss) S 32642 32642 32466 0 -1 4202496 450893 0 0 0 479843 182 0 0 18 0 5 0 515613558 1602269184 319915 33554432000 4194304 5787044 140735945871696 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/32643/statm: 391179 319915 418 389 0 386929 0
[pid=32643/tid=32645] ppid=32642 vsize=1564716 CPUtime=1201.71 cores=0,2,4,6
/proc/32643/task/32645/stat : 32645 (priss) R 32642 32642 32466 0 -1 4202560 102507 0 0 0 120129 42 0 0 25 0 5 0 515613584 1602269184 319915 33554432000 4194304 5787044 140735945871696 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32643/tid=32646] ppid=32642 vsize=1564716 CPUtime=1199.49 cores=0,2,4,6
/proc/32643/task/32646/stat : 32646 (priss) R 32642 32642 32466 0 -1 4202560 102744 0 0 0 119910 39 0 0 25 0 5 0 515613589 1602269184 319915 33554432000 4194304 5787044 140735945871696 18446744073709551615 5588265 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32643/tid=32647] ppid=32642 vsize=1564716 CPUtime=1201.6 cores=0,2,4,6
/proc/32643/task/32647/stat : 32647 (priss) R 32642 32642 32466 0 -1 4202560 100377 0 0 0 120117 43 0 0 25 0 5 0 515613594 1602269184 319915 33554432000 4194304 5787044 140735945871696 18446744073709551615 4218754 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32643/tid=32648] ppid=32642 vsize=1564716 CPUtime=1197.03 cores=0,2,4,6
/proc/32643/task/32648/stat : 32648 (priss) R 32642 32642 32466 0 -1 4202560 111488 0 0 0 119650 53 0 0 25 0 5 0 515613599 1602269184 319915 33554432000 4194304 5787044 140735945871696 18446744073709551615 5534156 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.25
Current children cumulated vsize (KiB) 1573416

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 32642 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.25
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1202.02
CPU time (s): 4800.25
CPU user time (s): 4798.43
CPU system time (s): 1.82
CPU usage (%): 399.349
Max. virtual memory (cumulated for all children) (KiB): 1573416

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

runsolver used 1.84772 second user time and 4.71628 second system time

The end

Launcher Data

Begin job on node135 at 2011-04-29 03:22:37
IDJOB=3282028
IDBENCH=70769
IDSOLVER=1602
FILE ID=node135/3282028-1304040156
RUNJOBID= node135-1304038950-32484
PBS_JOBID= 13170376
Free space on /tmp= 71084 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT09/APPLICATIONS/bitverif/minandmaxor/minandmaxor128.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3282028-1304040156/watcher-3282028-1304040156 -o /tmp/evaluation-result-3282028-1304040156/solver-3282028-1304040156 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3282028-1304040156.cnf 1732358281 4800 15500 4

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

MD5SUM BENCH= 5b2e2178738883a628728bb1ec39f4a9
RANDOM SEED=1732358281

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
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	: 6640.14
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.851
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.78
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.851
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.851
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.74
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.851
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21015296 kB
Buffers:       1828132 kB
Cached:        8141000 kB
SwapCached:          4 kB
Active:        3729732 kB
Inactive:      7611816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21015296 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           14984 kB
Writeback:           0 kB
AnonPages:     1371700 kB
Mapped:          15316 kB
Slab:           528756 kB
PageTables:       7780 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1616320 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71104 MiB
End job on node135 at 2011-04-29 03:42:41