Trace number 3263879

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 1201.72

General information on the benchmark

NameSAT03/handmade/stanion/hwb/
hwb-n28-01-S136611085.shuffled-as.sat03-1627.cnf
MD5SUM17624c574c7f9ee0eff4cc4a13e42e12
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark671.855
Satisfiable
(Un)Satisfiability was proved
Number of variables184
Number of clauses896
Sum of the clauses size3042
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 214
Number of clauses of size 3514
Number of clauses of size 4368
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: 32074
0.00/0.00	c setup for 4cores
0.00/0.00	c parsetime: 335us
0.00/0.00	c parsed 896 clauses with 184 variables
0.00/0.00	c NW started thread 0 successfully (1101076800)
0.00/0.00	c NW started thread 1 successfully (1111566656)
0.00/0.00	c NW started thread 2 successfully (1122056512)
0.00/0.00	c NW started thread 3 successfully (1132546368)
0.00/0.60	c preprocessor returned 10029 variables
0.00/0.60	c preprocessing returned UNKNOWN
0.00/0.60	c PP set 0 variables
0.00/0.60	c pp time: 595882us (0s)
0.00/0.60	c preprocessor returned 10029 variables
0.00/0.60	c preprocessing returned UNKNOWN
0.00/0.60	c PP set 0 variables
0.00/0.60	c pp time: 595836us (0s)
0.00/0.60	c preprocessor returned 10029 variables
0.00/0.60	c preprocessing returned UNKNOWN
0.00/0.60	c PP set 0 variables
0.00/0.60	c pp time: 597659us (0s)
27.53/6.93	c preprocessor returned 30171 variables
27.53/6.93	c preprocessing returned UNKNOWN
27.53/6.93	c PP set 0 variables
27.53/6.93	c pp time: 6931703us (6s)

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-3263879-1304064890/watcher-3263879-1304064890 -o /tmp/evaluation-result-3263879-1304064890/solver-3263879-1304064890 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3263879-1304064890.cnf 1085321104 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.95 8.04 8.00 6/182 32073
/proc/meminfo: memFree=27719376/32951124 swapFree=67111356/67111528
[pid=32073] ppid=32071 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32073/stat : 32073 (prissAuto.sh) S 32071 32073 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518086757 8908800 251 33554432000 4194304 4922060 140734028832864 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32073/statm: 2175 251 211 178 0 68 0

[startup+0.112497 s]
/proc/loadavg: 7.95 8.04 8.00 6/182 32073
/proc/meminfo: memFree=27719376/32951124 swapFree=67111356/67111528
[pid=32073] ppid=32071 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32073/stat : 32073 (prissAuto.sh) S 32071 32073 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518086757 8908800 251 33554432000 4194304 4922060 140734028832864 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32073/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.20048 s]
/proc/loadavg: 7.95 8.04 8.00 6/182 32073
/proc/meminfo: memFree=27719376/32951124 swapFree=67111356/67111528
[pid=32073] ppid=32071 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32073/stat : 32073 (prissAuto.sh) S 32071 32073 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518086757 8908800 251 33554432000 4194304 4922060 140734028832864 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32073/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300461 s]
/proc/loadavg: 7.95 8.04 8.00 6/182 32073
/proc/meminfo: memFree=27719376/32951124 swapFree=67111356/67111528
[pid=32073] ppid=32071 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32073/stat : 32073 (prissAuto.sh) S 32071 32073 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518086757 8908800 251 33554432000 4194304 4922060 140734028832864 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32073/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.70039 s]
/proc/loadavg: 7.95 8.04 8.00 6/182 32073
/proc/meminfo: memFree=27719376/32951124 swapFree=67111356/67111528
[pid=32073] ppid=32071 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32073/stat : 32073 (prissAuto.sh) S 32071 32073 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518086757 8908800 251 33554432000 4194304 4922060 140734028832864 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32073/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50024 s]
/proc/loadavg: 7.95 8.04 8.00 9/188 32079
/proc/meminfo: memFree=27694900/32951124 swapFree=67111356/67111528
[pid=32073] ppid=32071 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32073/stat : 32073 (prissAuto.sh) S 32071 32073 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518086757 8908800 251 33554432000 4194304 4922060 140734028832864 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32073/statm: 2175 251 211 178 0 68 0
[pid=32074] ppid=32073 vsize=276796 CPUtime=5.96 cores=1,3,5,7
/proc/32074/stat : 32074 (priss) S 32073 32073 30345 0 -1 4202496 7801 0 0 0 595 1 0 0 25 0 5 0 518086757 283439104 6669 33554432000 4194304 5787044 140737316914800 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/32074/statm: 69199 6669 404 389 0 64949 0
[pid=32074/tid=32075] ppid=32073 vsize=276796 CPUtime=1.49 cores=1,3,5,7
/proc/32074/task/32075/stat : 32075 (priss) R 32073 32073 30345 0 -1 4202560 1681 0 0 0 149 0 0 0 25 0 5 0 518086758 283439104 6669 33554432000 4194304 5787044 140737316914800 18446744073709551615 5590624 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32074/tid=32076] ppid=32073 vsize=276796 CPUtime=1.49 cores=1,3,5,7
/proc/32074/task/32076/stat : 32076 (priss) R 32073 32073 30345 0 -1 4202560 1231 0 0 0 149 0 0 0 25 0 5 0 518086758 283439104 6669 33554432000 4194304 5787044 140737316914800 18446744073709551615 5592012 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32074/tid=32077] ppid=32073 vsize=276796 CPUtime=1.48 cores=1,3,5,7
/proc/32074/task/32077/stat : 32077 (priss) R 32073 32073 30345 0 -1 4202560 1534 0 0 0 148 0 0 0 25 0 5 0 518086758 283439104 6669 33554432000 4194304 5787044 140737316914800 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32074/tid=32078] ppid=32073 vsize=276796 CPUtime=1.48 cores=1,3,5,7
/proc/32074/task/32078/stat : 32078 (priss) R 32073 32073 30345 0 -1 4202560 1859 0 0 0 148 0 0 0 25 0 5 0 518086758 283439104 6669 33554432000 4194304 5787044 140737316914800 18446744073709551615 218905424877 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 285496

[startup+3.10096 s]
/proc/loadavg: 7.95 8.04 8.00 9/188 32079
/proc/meminfo: memFree=27691552/32951124 swapFree=67111356/67111528
[pid=32073] ppid=32071 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32073/stat : 32073 (prissAuto.sh) S 32071 32073 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518086757 8908800 251 33554432000 4194304 4922060 140734028832864 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32073/statm: 2175 251 211 178 0 68 0
[pid=32074] ppid=32073 vsize=278272 CPUtime=12.36 cores=1,3,5,7
/proc/32074/stat : 32074 (priss) S 32073 32073 30345 0 -1 4202496 8780 0 0 0 1234 2 0 0 25 0 5 0 518086757 284950528 7648 33554432000 4194304 5787044 140737316914800 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/32074/statm: 69568 7648 404 389 0 65318 0
[pid=32074/tid=32075] ppid=32073 vsize=278272 CPUtime=3.09 cores=1,3,5,7
/proc/32074/task/32075/stat : 32075 (priss) R 32073 32073 30345 0 -1 4202560 2009 0 0 0 309 0 0 0 25 0 5 0 518086758 284950528 7648 33554432000 4194304 5787044 140737316914800 18446744073709551615 5591552 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32074/tid=32076] ppid=32073 vsize=278272 CPUtime=3.09 cores=1,3,5,7
/proc/32074/task/32076/stat : 32076 (priss) R 32073 32073 30345 0 -1 4202560 1570 0 0 0 309 0 0 0 25 0 5 0 518086758 284950528 7648 33554432000 4194304 5787044 140737316914800 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32074/tid=32077] ppid=32073 vsize=278272 CPUtime=3.08 cores=1,3,5,7
/proc/32074/task/32077/stat : 32077 (priss) R 32073 32073 30345 0 -1 4202560 1846 0 0 0 308 0 0 0 25 0 5 0 518086758 284950528 7648 33554432000 4194304 5787044 140737316914800 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32074/tid=32078] ppid=32073 vsize=278272 CPUtime=3.07 cores=1,3,5,7
/proc/32074/task/32078/stat : 32078 (priss) R 32073 32073 30345 0 -1 4202560 1859 0 0 0 307 0 0 0 25 0 5 0 518086758 284950528 7648 33554432000 4194304 5787044 140737316914800 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 286972

[startup+6.30038 s]
/proc/loadavg: 7.96 8.04 8.00 9/188 32079
/proc/meminfo: memFree=27686380/32951124 swapFree=67111356/67111528
[pid=32073] ppid=32071 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32073/stat : 32073 (prissAuto.sh) S 32071 32073 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518086757 8908800 251 33554432000 4194304 4922060 140734028832864 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32073/statm: 2175 251 211 178 0 68 0
[pid=32074] ppid=32073 vsize=279812 CPUtime=25.13 cores=1,3,5,7
/proc/32074/stat : 32074 (priss) S 32073 32073 30345 0 -1 4202496 9873 0 0 0 2511 2 0 0 25 0 5 0 518086757 286527488 8741 33554432000 4194304 5787044 140737316914800 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/32074/statm: 69953 8741 405 389 0 65703 0
[pid=32074/tid=32075] ppid=32073 vsize=279812 CPUtime=6.28 cores=1,3,5,7
/proc/32074/task/32075/stat : 32075 (priss) R 32073 32073 30345 0 -1 4202560 2448 0 0 0 628 0 0 0 25 0 5 0 518086758 286527488 8741 33554432000 4194304 5787044 140737316914800 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32074/tid=32076] ppid=32073 vsize=279812 CPUtime=6.28 cores=1,3,5,7
/proc/32074/task/32076/stat : 32076 (priss) R 32073 32073 30345 0 -1 4202560 1964 0 0 0 628 0 0 0 25 0 5 0 518086758 286527488 8741 33554432000 4194304 5787044 140737316914800 18446744073709551615 218905391813 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32074/tid=32077] ppid=32073 vsize=279812 CPUtime=6.28 cores=1,3,5,7
/proc/32074/task/32077/stat : 32077 (priss) R 32073 32073 30345 0 -1 4202560 2106 0 0 0 627 1 0 0 25 0 5 0 518086758 286527488 8741 33554432000 4194304 5787044 140737316914800 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32074/tid=32078] ppid=32073 vsize=279812 CPUtime=6.26 cores=1,3,5,7
/proc/32074/task/32078/stat : 32078 (priss) R 32073 32073 30345 0 -1 4202560 1859 0 0 0 626 0 0 0 25 0 5 0 518086758 286527488 8741 33554432000 4194304 5787044 140737316914800 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 288512

[startup+12.7012 s]
/proc/loadavg: 7.96 8.04 8.00 9/188 32079
/proc/meminfo: memFree=27665184/32951124 swapFree=67111356/67111528
[pid=32073] ppid=32071 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32073/stat : 32073 (prissAuto.sh) S 32071 32073 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518086757 8908800 251 33554432000 4194304 4922060 140734028832864 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32073/statm: 2175 251 211 178 0 68 0
[pid=32074] ppid=32073 vsize=288740 CPUtime=50.69 cores=1,3,5,7
/proc/32074/stat : 32074 (priss) S 32073 32073 30345 0 -1 4202496 14330 0 0 0 5064 5 0 0 25 0 5 0 518086757 295669760 12490 33554432000 4194304 5787044 140737316914800 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/32074/statm: 72185 12490 418 389 0 67935 0
[pid=32074/tid=32075] ppid=32073 vsize=288740 CPUtime=12.66 cores=1,3,5,7
/proc/32074/task/32075/stat : 32075 (priss) R 32073 32073 30345 0 -1 4202560 3914 0 0 0 1266 0 0 0 25 0 5 0 518086758 295669760 12490 33554432000 4194304 5787044 140737316914800 18446744073709551615 5591626 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=32074/tid=32076] ppid=32073 vsize=288740 CPUtime=12.68 cores=1,3,5,7
/proc/32074/task/32076/stat : 32076 (priss) R 32073 32073 30345 0 -1 4202560 2906 0 0 0 1267 1 0 0 25 0 5 0 518086758 295669760 12490 33554432000 4194304 5787044 140737316914800 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32074/tid=32077] ppid=32073 vsize=288740 CPUtime=12.67 cores=1,3,5,7
/proc/32074/task/32077/stat : 32077 (priss) R 32073 32073 30345 0 -1 4202560 2492 0 0 0 1266 1 0 0 25 0 5 0 518086758 295669760 12490 33554432000 4194304 5787044 140737316914800 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32074/tid=32078] ppid=32073 vsize=288740 CPUtime=12.64 cores=1,3,5,7
/proc/32074/task/32078/stat : 32078 (priss) R 32073 32073 30345 0 -1 4202560 3522 0 0 0 1264 0 0 0 25 0 5 0 518086758 295669760 12490 33554432000 4194304 5787044 140737316914800 18446744073709551615 5527666 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 297440

[startup+25.5009 s]
/proc/loadavg: 8.04 8.05 8.01 9/188 32079
/proc/meminfo: memFree=27643116/32951124 swapFree=67111356/67111528
[pid=32073] ppid=32071 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32073/stat : 32073 (prissAuto.sh) S 32071 32073 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518086757 8908800 251 33554432000 4194304 4922060 140734028832864 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32073/statm: 2175 251 211 178 0 68 0
[pid=32074] ppid=32073 vsize=295464 CPUtime=101.81 cores=1,3,5,7
/proc/32074/stat : 32074 (priss) S 32073 32073 30345 0 -1 4202496 18403 0 0 0 10172 9 0 0 25 0 5 0 518086757 302555136 16561 33554432000 4194304 5787044 140737316914800 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/32074/statm: 73866 16561 418 389 0 69616 0
[pid=32074/tid=32075] ppid=32073 vsize=295464 CPUtime=25.38 cores=1,3,5,7
/proc/32074/task/32075/stat : 32075 (priss) R 32073 32073 30345 0 -1 4202560 4830 0 0 0 2537 1 0 0 25 0 5 0 518086758 302555136 16561 33554432000 4194304 5787044 140737316914800 18446744073709551615 5590978 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=32074/tid=32076] ppid=32073 vsize=295464 CPUtime=25.48 cores=1,3,5,7
/proc/32074/task/32076/stat : 32076 (priss) R 32073 32073 30345 0 -1 4202560 4697 0 0 0 2546 2 0 0 25 0 5 0 518086758 302555136 16561 33554432000 4194304 5787044 140737316914800 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32074/tid=32077] ppid=32073 vsize=295464 CPUtime=25.47 cores=1,3,5,7
/proc/32074/task/32077/stat : 32077 (priss) R 32073 32073 30345 0 -1 4202560 2998 0 0 0 2545 2 0 0 25 0 5 0 518086758 302555136 16561 33554432000 4194304 5787044 140737316914800 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32074/tid=32078] ppid=32073 vsize=295464 CPUtime=25.43 cores=1,3,5,7
/proc/32074/task/32078/stat : 32078 (priss) R 32073 32073 30345 0 -1 4202560 4382 0 0 0 2542 1 0 0 25 0 5 0 518086758 302555136 16561 33554432000 4194304 5787044 140737316914800 18446744073709551615 218905131522 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 304164

[startup+51.1013 s]
/proc/loadavg: 8.02 8.05 8.00 9/188 32080
/proc/meminfo: memFree=27612192/32951124 swapFree=67111356/67111528
[pid=32073] ppid=32071 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32073/stat : 32073 (prissAuto.sh) S 32071 32073 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518086757 8908800 251 33554432000 4194304 4922060 140734028832864 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32073/statm: 2175 251 211 178 0 68 0
[pid=32074] ppid=32073 vsize=303656 CPUtime=204.07 cores=1,3,5,7
/proc/32074/stat : 32074 (priss) S 32073 32073 30345 0 -1 4202496 23348 0 0 0 20391 16 0 0 25 0 5 0 518086757 310943744 21460 33554432000 4194304 5787044 140737316914800 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/32074/statm: 75914 21460 419 389 0 71664 0
[pid=32074/tid=32075] ppid=32073 vsize=303656 CPUtime=50.84 cores=1,3,5,7
/proc/32074/task/32075/stat : 32075 (priss) R 32073 32073 30345 0 -1 4202560 6261 0 0 0 5079 5 0 0 25 0 5 0 518086758 310943744 21460 33554432000 4194304 5787044 140737316914800 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=32074/tid=32076] ppid=32073 vsize=303656 CPUtime=51.08 cores=1,3,5,7
/proc/32074/task/32076/stat : 32076 (priss) R 32073 32073 30345 0 -1 4202560 5320 0 0 0 5105 3 0 0 25 0 5 0 518086758 310943744 21460 33554432000 4194304 5787044 140737316914800 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32074/tid=32077] ppid=32073 vsize=303656 CPUtime=51.08 cores=1,3,5,7
/proc/32074/task/32077/stat : 32077 (priss) R 32073 32073 30345 0 -1 4202560 5481 0 0 0 5103 5 0 0 25 0 5 0 518086758 310943744 21460 33554432000 4194304 5787044 140737316914800 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32074/tid=32078] ppid=32073 vsize=303656 CPUtime=51.04 cores=1,3,5,7
/proc/32074/task/32078/stat : 32078 (priss) R 32073 32073 30345 0 -1 4202560 4790 0 0 0 5102 2 0 0 25 0 5 0 518086758 310943744 21460 33554432000 4194304 5787044 140737316914800 18446744073709551615 5527057 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 204.07
Current children cumulated vsize (KiB) 312356

[startup+102.301 s]
/proc/loadavg: 8.01 8.04 8.00 9/188 32081
/proc/meminfo: memFree=27565048/32951124 swapFree=67111356/67111528
[pid=32073] ppid=32071 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32073/stat : 32073 (prissAuto.sh) S 32071 32073 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518086757 8908800 251 33554432000 4194304 4922060 140734028832864 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32073/statm: 2175 251 211 178 0 68 0
[pid=32074] ppid=32073 vsize=313748 CPUtime=408.6 cores=1,3,5,7
/proc/32074/stat : 32074 (priss) S 32073 32073 30345 0 -1 4202496 29120 0 0 0 40837 23 0 0 25 0 5 0 518086757 321277952 27177 33554432000 4194304 5787044 140737316914800 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/32074/statm: 78437 27177 419 389 0 74187 0
[pid=32074/tid=32075] ppid=32073 vsize=313748 CPUtime=101.76 cores=1,3,5,7
/proc/32074/task/32075/stat : 32075 (priss) R 32073 32073 30345 0 -1 4202560 8064 0 0 0 10168 8 0 0 25 0 5 0 518086758 321277952 27177 33554432000 4194304 5787044 140737316914800 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=32074/tid=32076] ppid=32073 vsize=313748 CPUtime=102.27 cores=1,3,5,7
/proc/32074/task/32076/stat : 32076 (priss) R 32073 32073 30345 0 -1 4202560 6528 0 0 0 10223 4 0 0 25 0 5 0 518086758 321277952 27177 33554432000 4194304 5787044 140737316914800 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32074/tid=32077] ppid=32073 vsize=313748 CPUtime=102.28 cores=1,3,5,7
/proc/32074/task/32077/stat : 32077 (priss) R 32073 32073 30345 0 -1 4202560 5995 0 0 0 10223 5 0 0 25 0 5 0 518086758 321277952 27177 33554432000 4194304 5787044 140737316914800 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32074/tid=32078] ppid=32073 vsize=313748 CPUtime=102.24 cores=1,3,5,7

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

/proc/32074/task/32076/stat : 32076 (priss) R 32073 32073 30345 0 -1 4202560 14525 0 0 0 81862 14 0 0 25 0 5 0 518086758 372969472 58479 33554432000 4194304 5787044 140737316914800 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=32074/tid=32077] ppid=32073 vsize=364228 CPUtime=822.29 cores=1,3,5,7
/proc/32074/task/32077/stat : 32077 (priss) R 32073 32073 30345 0 -1 4202560 12250 0 0 0 82216 13 0 0 25 0 5 0 518086758 372969472 58479 33554432000 4194304 5787044 140737316914800 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32074/tid=32078] ppid=32073 vsize=364228 CPUtime=822.25 cores=1,3,5,7
/proc/32074/task/32078/stat : 32078 (priss) R 32073 32073 30345 0 -1 4202560 14427 0 0 0 82212 13 0 0 25 0 5 0 518086758 372969472 58479 33554432000 4194304 5787044 140737316914800 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3284.7
Current children cumulated vsize (KiB) 372928

[startup+882.307 s]
/proc/loadavg: 8.13 8.07 8.01 9/188 32102
/proc/meminfo: memFree=27297208/32951124 swapFree=67111356/67111528
[pid=32073] ppid=32071 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32073/stat : 32073 (prissAuto.sh) S 32071 32073 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518086757 8908800 251 33554432000 4194304 4922060 140734028832864 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32073/statm: 2175 251 211 178 0 68 0
[pid=32074] ppid=32073 vsize=364228 CPUtime=3524.4 cores=1,3,5,7
/proc/32074/stat : 32074 (priss) S 32073 32073 30345 0 -1 4202496 62435 0 0 0 352370 70 0 0 25 0 5 0 518086757 372969472 59699 33554432000 4194304 5787044 140737316914800 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/32074/statm: 91057 59699 419 389 0 86807 0
[pid=32074/tid=32075] ppid=32073 vsize=364228 CPUtime=881.38 cores=1,3,5,7
/proc/32074/task/32075/stat : 32075 (priss) R 32073 32073 30345 0 -1 4202560 19338 0 0 0 88110 28 0 0 25 0 5 0 518086758 372969472 59699 33554432000 4194304 5787044 140737316914800 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32074/tid=32076] ppid=32073 vsize=364228 CPUtime=878.44 cores=1,3,5,7
/proc/32074/task/32076/stat : 32076 (priss) R 32073 32073 30345 0 -1 4202560 14648 0 0 0 87830 14 0 0 25 0 5 0 518086758 372969472 59699 33554432000 4194304 5787044 140737316914800 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=32074/tid=32077] ppid=32073 vsize=364228 CPUtime=882.3 cores=1,3,5,7
/proc/32074/task/32077/stat : 32077 (priss) R 32073 32073 30345 0 -1 4202560 12456 0 0 0 88217 13 0 0 25 0 5 0 518086758 372969472 59699 33554432000 4194304 5787044 140737316914800 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32074/tid=32078] ppid=32073 vsize=364228 CPUtime=882.26 cores=1,3,5,7
/proc/32074/task/32078/stat : 32078 (priss) R 32073 32073 30345 0 -1 4202560 14497 0 0 0 88213 13 0 0 25 0 5 0 518086758 372969472 59699 33554432000 4194304 5787044 140737316914800 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3524.4
Current children cumulated vsize (KiB) 372928

[startup+942.301 s]
/proc/loadavg: 8.14 8.09 8.01 9/188 32104
/proc/meminfo: memFree=27267404/32951124 swapFree=67111356/67111528
[pid=32073] ppid=32071 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32073/stat : 32073 (prissAuto.sh) S 32071 32073 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518086757 8908800 251 33554432000 4194304 4922060 140734028832864 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32073/statm: 2175 251 211 178 0 68 0
[pid=32074] ppid=32073 vsize=370940 CPUtime=3764.06 cores=1,3,5,7
/proc/32074/stat : 32074 (priss) S 32073 32073 30345 0 -1 4202496 65432 0 0 0 376333 73 0 0 25 0 5 0 518086757 379842560 62696 33554432000 4194304 5787044 140737316914800 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/32074/statm: 92735 62696 419 389 0 88485 0
[pid=32074/tid=32075] ppid=32073 vsize=370940 CPUtime=941.37 cores=1,3,5,7
/proc/32074/task/32075/stat : 32075 (priss) R 32073 32073 30345 0 -1 4202560 19674 0 0 0 94109 28 0 0 25 0 5 0 518086758 379842560 62696 33554432000 4194304 5787044 140737316914800 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32074/tid=32076] ppid=32073 vsize=370940 CPUtime=938.11 cores=1,3,5,7
/proc/32074/task/32076/stat : 32076 (priss) R 32073 32073 30345 0 -1 4202560 15037 0 0 0 93796 15 0 0 25 0 5 0 518086758 379842560 62696 33554432000 4194304 5787044 140737316914800 18446744073709551615 218905386100 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=32074/tid=32077] ppid=32073 vsize=370940 CPUtime=942.29 cores=1,3,5,7
/proc/32074/task/32077/stat : 32077 (priss) R 32073 32073 30345 0 -1 4202560 13065 0 0 0 94216 13 0 0 25 0 5 0 518086758 379842560 62696 33554432000 4194304 5787044 140737316914800 18446744073709551615 5591342 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32074/tid=32078] ppid=32073 vsize=370940 CPUtime=942.25 cores=1,3,5,7
/proc/32074/task/32078/stat : 32078 (priss) R 32073 32073 30345 0 -1 4202560 16160 0 0 0 94210 15 0 0 25 0 5 0 518086758 379842560 62696 33554432000 4194304 5787044 140737316914800 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3764.06
Current children cumulated vsize (KiB) 379640

[startup+1002.3 s]
/proc/loadavg: 8.14 8.10 8.02 9/188 32105
/proc/meminfo: memFree=27239828/32951124 swapFree=67111356/67111528
[pid=32073] ppid=32071 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32073/stat : 32073 (prissAuto.sh) S 32071 32073 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518086757 8908800 251 33554432000 4194304 4922060 140734028832864 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32073/statm: 2175 251 211 178 0 68 0
[pid=32074] ppid=32073 vsize=377784 CPUtime=4003.72 cores=1,3,5,7
/proc/32074/stat : 32074 (priss) S 32073 32073 30345 0 -1 4202496 69505 0 0 0 400295 77 0 0 25 0 5 0 518086757 386850816 66769 33554432000 4194304 5787044 140737316914800 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/32074/statm: 94446 66769 419 389 0 90196 0
[pid=32074/tid=32075] ppid=32073 vsize=377784 CPUtime=1001.37 cores=1,3,5,7
/proc/32074/task/32075/stat : 32075 (priss) R 32073 32073 30345 0 -1 4202560 20332 0 0 0 100108 29 0 0 25 0 5 0 518086758 386850816 66769 33554432000 4194304 5787044 140737316914800 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32074/tid=32076] ppid=32073 vsize=377784 CPUtime=997.78 cores=1,3,5,7
/proc/32074/task/32076/stat : 32076 (priss) R 32073 32073 30345 0 -1 4202560 17047 0 0 0 99761 17 0 0 25 0 5 0 518086758 386850816 66769 33554432000 4194304 5787044 140737316914800 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=32074/tid=32077] ppid=32073 vsize=377784 CPUtime=1002.29 cores=1,3,5,7
/proc/32074/task/32077/stat : 32077 (priss) R 32073 32073 30345 0 -1 4202560 13688 0 0 0 100215 14 0 0 25 0 5 0 518086758 386850816 66769 33554432000 4194304 5787044 140737316914800 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32074/tid=32078] ppid=32073 vsize=377784 CPUtime=1002.25 cores=1,3,5,7
/proc/32074/task/32078/stat : 32078 (priss) R 32073 32073 30345 0 -1 4202560 16942 0 0 0 100209 16 0 0 25 0 5 0 518086758 386850816 66769 33554432000 4194304 5787044 140737316914800 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4003.72
Current children cumulated vsize (KiB) 386484

[startup+1062.3 s]
/proc/loadavg: 8.09 8.09 8.02 9/188 32107
/proc/meminfo: memFree=27223544/32951124 swapFree=67111356/67111528
[pid=32073] ppid=32071 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32073/stat : 32073 (prissAuto.sh) S 32071 32073 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518086757 8908800 251 33554432000 4194304 4922060 140734028832864 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32073/statm: 2175 251 211 178 0 68 0
[pid=32074] ppid=32073 vsize=378520 CPUtime=4243.41 cores=1,3,5,7
/proc/32074/stat : 32074 (priss) S 32073 32073 30345 0 -1 4202496 71661 0 0 0 424259 82 0 0 25 0 5 0 518086757 387604480 68925 33554432000 4194304 5787044 140737316914800 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/32074/statm: 94630 68925 419 389 0 90380 0
[pid=32074/tid=32075] ppid=32073 vsize=378520 CPUtime=1061.38 cores=1,3,5,7
/proc/32074/task/32075/stat : 32075 (priss) R 32073 32073 30345 0 -1 4202560 20930 0 0 0 106107 31 0 0 25 0 5 0 518086758 387604480 68925 33554432000 4194304 5787044 140737316914800 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32074/tid=32076] ppid=32073 vsize=378520 CPUtime=1057.46 cores=1,3,5,7
/proc/32074/task/32076/stat : 32076 (priss) R 32073 32073 30345 0 -1 4202560 17994 0 0 0 105727 19 0 0 25 0 5 0 518086758 387604480 68925 33554432000 4194304 5787044 140737316914800 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=32074/tid=32077] ppid=32073 vsize=378520 CPUtime=1062.29 cores=1,3,5,7
/proc/32074/task/32077/stat : 32077 (priss) R 32073 32073 30345 0 -1 4202560 13865 0 0 0 106215 14 0 0 25 0 5 0 518086758 387604480 68925 33554432000 4194304 5787044 140737316914800 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32074/tid=32078] ppid=32073 vsize=378520 CPUtime=1062.25 cores=1,3,5,7
/proc/32074/task/32078/stat : 32078 (priss) R 32073 32073 30345 0 -1 4202560 17376 0 0 0 106209 16 0 0 25 0 5 0 518086758 387604480 68925 33554432000 4194304 5787044 140737316914800 18446744073709551615 5527218 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4243.41
Current children cumulated vsize (KiB) 387220

[startup+1122.3 s]
/proc/loadavg: 8.07 8.09 8.02 9/188 32109
/proc/meminfo: memFree=27209728/32951124 swapFree=67111356/67111528
[pid=32073] ppid=32071 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32073/stat : 32073 (prissAuto.sh) S 32071 32073 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518086757 8908800 251 33554432000 4194304 4922060 140734028832864 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32073/statm: 2175 251 211 178 0 68 0
[pid=32074] ppid=32073 vsize=378520 CPUtime=4483.08 cores=1,3,5,7
/proc/32074/stat : 32074 (priss) S 32073 32073 30345 0 -1 4202496 73763 0 0 0 448223 85 0 0 25 0 5 0 518086757 387604480 71027 33554432000 4194304 5787044 140737316914800 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/32074/statm: 94630 71027 419 389 0 90380 0
[pid=32074/tid=32075] ppid=32073 vsize=378520 CPUtime=1121.37 cores=1,3,5,7
/proc/32074/task/32075/stat : 32075 (priss) R 32073 32073 30345 0 -1 4202560 21557 0 0 0 112106 31 0 0 25 0 5 0 518086758 387604480 71027 33554432000 4194304 5787044 140737316914800 18446744073709551615 5592004 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32074/tid=32076] ppid=32073 vsize=378520 CPUtime=1117.13 cores=1,3,5,7
/proc/32074/task/32076/stat : 32076 (priss) R 32073 32073 30345 0 -1 4202560 19022 0 0 0 111692 21 0 0 25 0 5 0 518086758 387604480 71027 33554432000 4194304 5787044 140737316914800 18446744073709551615 4223936 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=32074/tid=32077] ppid=32073 vsize=378520 CPUtime=1122.29 cores=1,3,5,7
/proc/32074/task/32077/stat : 32077 (priss) R 32073 32073 30345 0 -1 4202560 13908 0 0 0 112215 14 0 0 25 0 5 0 518086758 387604480 71027 33554432000 4194304 5787044 140737316914800 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32074/tid=32078] ppid=32073 vsize=378520 CPUtime=1122.25 cores=1,3,5,7
/proc/32074/task/32078/stat : 32078 (priss) R 32073 32073 30345 0 -1 4202560 17780 0 0 0 112209 16 0 0 25 0 5 0 518086758 387604480 71027 33554432000 4194304 5787044 140737316914800 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4483.08
Current children cumulated vsize (KiB) 387220

[startup+1182.3 s]
/proc/loadavg: 6.70 7.76 7.91 5/177 32128
/proc/meminfo: memFree=27507416/32951124 swapFree=67111356/67111528
[pid=32073] ppid=32071 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32073/stat : 32073 (prissAuto.sh) S 32071 32073 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518086757 8908800 251 33554432000 4194304 4922060 140734028832864 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32073/statm: 2175 251 211 178 0 68 0
[pid=32074] ppid=32073 vsize=449872 CPUtime=4722.75 cores=1,3,5,7
/proc/32074/stat : 32074 (priss) S 32073 32073 30345 0 -1 4202496 77336 0 0 0 472187 88 0 0 25 0 5 0 518086757 460668928 74193 33554432000 4194304 5787044 140737316914800 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/32074/statm: 112468 74193 419 389 0 108218 0
[pid=32074/tid=32075] ppid=32073 vsize=449872 CPUtime=1181.37 cores=1,3,5,7
/proc/32074/task/32075/stat : 32075 (priss) R 32073 32073 30345 0 -1 4202560 22277 0 0 0 118105 32 0 0 25 0 5 0 518086758 460668928 74193 33554432000 4194304 5787044 140737316914800 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32074/tid=32076] ppid=32073 vsize=449872 CPUtime=1176.8 cores=1,3,5,7
/proc/32074/task/32076/stat : 32076 (priss) R 32073 32073 30345 0 -1 4202560 20089 0 0 0 117657 23 0 0 25 0 5 0 518086758 460668928 74193 33554432000 4194304 5787044 140737316914800 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=32074/tid=32077] ppid=32073 vsize=449872 CPUtime=1182.3 cores=1,3,5,7
/proc/32074/task/32077/stat : 32077 (priss) R 32073 32073 30345 0 -1 4202560 15386 0 0 0 118215 15 0 0 25 0 5 0 518086758 460668928 74193 33554432000 4194304 5787044 140737316914800 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32074/tid=32078] ppid=32073 vsize=449872 CPUtime=1182.25 cores=1,3,5,7
/proc/32074/task/32078/stat : 32078 (priss) R 32073 32073 30345 0 -1 4202560 18088 0 0 0 118208 17 0 0 25 0 5 0 518086758 460668928 74193 33554432000 4194304 5787044 140737316914800 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4722.75
Current children cumulated vsize (KiB) 458572



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 5.93 7.52 7.83 5/177 32129
/proc/meminfo: memFree=27507136/32951124 swapFree=67111356/67111528
[pid=32073] ppid=32071 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32073/stat : 32073 (prissAuto.sh) S 32071 32073 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518086757 8908800 251 33554432000 4194304 4922060 140734028832864 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32073/statm: 2175 251 211 178 0 68 0
[pid=32074] ppid=32073 vsize=449872 CPUtime=4800.26 cores=1,3,5,7
/proc/32074/stat : 32074 (priss) S 32073 32073 30345 0 -1 4202496 77437 0 0 0 479938 88 0 0 25 0 5 0 518086757 460668928 74294 33554432000 4194304 5787044 140737316914800 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/32074/statm: 112468 74294 419 389 0 108218 0
[pid=32074/tid=32075] ppid=32073 vsize=449872 CPUtime=1200.78 cores=1,3,5,7
/proc/32074/task/32075/stat : 32075 (priss) R 32073 32073 30345 0 -1 4202560 22277 0 0 0 120046 32 0 0 25 0 5 0 518086758 460668928 74294 33554432000 4194304 5787044 140737316914800 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32074/tid=32076] ppid=32073 vsize=449872 CPUtime=1196.09 cores=1,3,5,7
/proc/32074/task/32076/stat : 32076 (priss) R 32073 32073 30345 0 -1 4202560 20089 0 0 0 119586 23 0 0 25 0 5 0 518086758 460668928 74294 33554432000 4194304 5787044 140737316914800 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=32074/tid=32077] ppid=32073 vsize=449872 CPUtime=1201.7 cores=1,3,5,7
/proc/32074/task/32077/stat : 32077 (priss) R 32073 32073 30345 0 -1 4202560 15386 0 0 0 120155 15 0 0 25 0 5 0 518086758 460668928 74294 33554432000 4194304 5787044 140737316914800 18446744073709551615 5591564 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32074/tid=32078] ppid=32073 vsize=449872 CPUtime=1201.66 cores=1,3,5,7
/proc/32074/task/32078/stat : 32078 (priss) R 32073 32073 30345 0 -1 4202560 18189 0 0 0 120149 17 0 0 25 0 5 0 518086758 460668928 74294 33554432000 4194304 5787044 140737316914800 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 458572

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 32073 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.26
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.72
CPU time (s): 4800.26
CPU user time (s): 4799.38
CPU system time (s): 0.88
CPU usage (%): 399.45
Max. virtual memory (cumulated for all children) (KiB): 458572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 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= 4
involuntary context switches= 2

runsolver used 1.47578 second user time and 5.08723 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-29 10:14:50
IDJOB=3263879
IDBENCH=84030
IDSOLVER=1602
FILE ID=node137/3263879-1304064890
RUNJOBID= node137-1304058816-31309
PBS_JOBID= 13170416
Free space on /tmp= 71620 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT03/handmade/stanion/hwb/hwb-n28-01-S136611085.shuffled-as.sat03-1627.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3263879-1304064890/watcher-3263879-1304064890 -o /tmp/evaluation-result-3263879-1304064890/solver-3263879-1304064890 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3263879-1304064890.cnf 1085321104 4800 15500 4

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

MD5SUM BENCH= 17624c574c7f9ee0eff4cc4a13e42e12
RANDOM SEED=1085321104

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27719648 kB
Buffers:        901284 kB
Cached:        3717424 kB
SwapCached:         56 kB
Active:         353232 kB
Inactive:      4413132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27719648 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            1564 kB
Writeback:           0 kB
AnonPages:      147964 kB
Mapped:          15612 kB
Slab:           401316 kB
PageTables:       4564 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   337496 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= 71620 MiB
End job on node137 at 2011-04-29 10:34:54