Trace number 3263923

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

General information on the benchmark

NameSAT03/handmade/markstrom/UNSATISFIABLE/
mm-2x2-6-6-s.1.shuffled-as.sat03-1499.cnf
MD5SUM5fbbe7100f38217499e8b5ea555a4e4d
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark201.305
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses2576
Sum of the clauses size8480
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2400
Number of clauses of size 31536
Number of clauses of size 4128
Number of clauses of size 5512
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: 19730
0.00/0.00	c setup for 4cores
0.00/0.00	c parsetime: 859us
0.00/0.00	c parsed 2576 clauses with 400 variables
0.00/0.00	c NW started thread 0 successfully (1116526912)
0.00/0.00	c NW started thread 1 successfully (1127016768)
0.00/0.00	c NW started thread 2 successfully (1137506624)
0.00/0.03	c NW started thread 3 successfully (1147996480)
0.00/0.92	c preprocessor returned 10012 variables
0.00/0.92	c preprocessing returned UNKNOWN
0.00/0.92	c PP set 0 variables
0.00/0.92	c pp time: 916485us (0s)
0.00/0.92	c preprocessor returned 10012 variables
0.00/0.92	c preprocessing returned UNKNOWN
0.00/0.92	c PP set 0 variables
0.00/0.92	c pp time: 917286us (0s)
0.00/0.92	c preprocessor returned 10012 variables
0.00/0.92	c preprocessing returned UNKNOWN
0.00/0.92	c PP set 0 variables
0.00/0.92	c pp time: 918250us (0s)
45.49/11.46	c preprocessor returned 30040 variables
45.49/11.46	c preprocessing returned UNKNOWN
45.49/11.46	c PP set 0 variables
45.49/11.46	c pp time: 11454747us (11s)

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

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

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


[startup+0 s]
/proc/loadavg: 8.11 8.03 8.01 5/182 19729
/proc/meminfo: memFree=24093028/32951124 swapFree=67111524/67111528
[pid=19729] ppid=19727 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19729/stat : 19729 (prissAuto.sh) S 19727 19729 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498936732 8908800 252 33554432000 4194304 4922060 140733446152672 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19729/statm: 2175 252 211 178 0 68 0

[startup+0.119399 s]
/proc/loadavg: 8.11 8.03 8.01 5/182 19729
/proc/meminfo: memFree=24093028/32951124 swapFree=67111524/67111528
[pid=19729] ppid=19727 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19729/stat : 19729 (prissAuto.sh) S 19727 19729 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498936732 8908800 252 33554432000 4194304 4922060 140733446152672 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19729/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.21938 s]
/proc/loadavg: 8.11 8.03 8.01 5/182 19729
/proc/meminfo: memFree=24093028/32951124 swapFree=67111524/67111528
[pid=19729] ppid=19727 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19729/stat : 19729 (prissAuto.sh) S 19727 19729 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498936732 8908800 252 33554432000 4194304 4922060 140733446152672 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19729/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.319362 s]
/proc/loadavg: 8.11 8.03 8.01 5/182 19729
/proc/meminfo: memFree=24093028/32951124 swapFree=67111524/67111528
[pid=19729] ppid=19727 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19729/stat : 19729 (prissAuto.sh) S 19727 19729 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498936732 8908800 252 33554432000 4194304 4922060 140733446152672 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19729/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700294 s]
/proc/loadavg: 8.11 8.03 8.01 5/182 19729
/proc/meminfo: memFree=24093028/32951124 swapFree=67111524/67111528
[pid=19729] ppid=19727 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19729/stat : 19729 (prissAuto.sh) S 19727 19729 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498936732 8908800 252 33554432000 4194304 4922060 140733446152672 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19729/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50115 s]
/proc/loadavg: 8.10 8.03 8.01 9/188 19735
/proc/meminfo: memFree=24068924/32951124 swapFree=67111524/67111528
[pid=19729] ppid=19727 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19729/stat : 19729 (prissAuto.sh) S 19727 19729 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498936732 8908800 252 33554432000 4194304 4922060 140733446152672 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19729/statm: 2175 252 211 178 0 68 0
[pid=19730] ppid=19729 vsize=275796 CPUtime=5.96 cores=0,2,4,6
/proc/19730/stat : 19730 (priss) S 19729 19729 17192 0 -1 4202496 8147 0 0 0 595 1 0 0 18 0 5 0 498936732 282415104 6669 33554432000 4194304 5787044 140735169912080 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/19730/statm: 68949 6669 404 389 0 64699 0
[pid=19730/tid=19731] ppid=19729 vsize=275796 CPUtime=1.49 cores=0,2,4,6
/proc/19730/task/19731/stat : 19731 (priss) R 19729 19729 17192 0 -1 4202560 1356 0 0 0 149 0 0 0 24 0 5 0 498936732 282415104 6669 33554432000 4194304 5787044 140735169912080 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19730/tid=19732] ppid=19729 vsize=275796 CPUtime=1.48 cores=0,2,4,6
/proc/19730/task/19732/stat : 19732 (priss) R 19729 19729 17192 0 -1 4202560 1616 0 0 0 148 0 0 0 24 0 5 0 498936732 282415104 6669 33554432000 4194304 5787044 140735169912080 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19730/tid=19734] ppid=19729 vsize=275796 CPUtime=1.48 cores=0,2,4,6
/proc/19730/task/19734/stat : 19734 (priss) R 19729 19729 17192 0 -1 4202560 1621 0 0 0 148 0 0 0 24 0 5 0 498936732 282415104 6669 33554432000 4194304 5787044 140735169912080 18446744073709551615 5590624 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19730/tid=19735] ppid=19729 vsize=275796 CPUtime=1.49 cores=0,2,4,6
/proc/19730/task/19735/stat : 19735 (priss) R 19729 19729 17192 0 -1 4202560 2048 0 0 0 149 0 0 0 20 0 5 0 498936732 282415104 6669 33554432000 4194304 5787044 140735169912080 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 284496

[startup+3.10087 s]
/proc/loadavg: 8.10 8.03 8.01 9/188 19735
/proc/meminfo: memFree=24065324/32951124 swapFree=67111524/67111528
[pid=19729] ppid=19727 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19729/stat : 19729 (prissAuto.sh) S 19727 19729 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498936732 8908800 252 33554432000 4194304 4922060 140733446152672 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19729/statm: 2175 252 211 178 0 68 0
[pid=19730] ppid=19729 vsize=276860 CPUtime=12.36 cores=0,2,4,6
/proc/19730/stat : 19730 (priss) S 19729 19729 17192 0 -1 4202496 8909 0 0 0 1234 2 0 0 18 0 5 0 498936732 283504640 7431 33554432000 4194304 5787044 140735169912080 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/19730/statm: 69215 7431 404 389 0 64965 0
[pid=19730/tid=19731] ppid=19729 vsize=276860 CPUtime=3.09 cores=0,2,4,6
/proc/19730/task/19731/stat : 19731 (priss) R 19729 19729 17192 0 -1 4202560 1620 0 0 0 309 0 0 0 25 0 5 0 498936732 283504640 7431 33554432000 4194304 5787044 140735169912080 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19730/tid=19732] ppid=19729 vsize=276860 CPUtime=3.08 cores=0,2,4,6
/proc/19730/task/19732/stat : 19732 (priss) R 19729 19729 17192 0 -1 4202560 1872 0 0 0 308 0 0 0 25 0 5 0 498936732 283504640 7431 33554432000 4194304 5787044 140735169912080 18446744073709551615 5591539 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19730/tid=19734] ppid=19729 vsize=276860 CPUtime=3.07 cores=0,2,4,6
/proc/19730/task/19734/stat : 19734 (priss) R 19729 19729 17192 0 -1 4202560 1863 0 0 0 307 0 0 0 25 0 5 0 498936732 283504640 7431 33554432000 4194304 5787044 140735169912080 18446744073709551615 5585325 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19730/tid=19735] ppid=19729 vsize=276860 CPUtime=3.09 cores=0,2,4,6
/proc/19730/task/19735/stat : 19735 (priss) R 19729 19729 17192 0 -1 4202560 2048 0 0 0 309 0 0 0 25 0 5 0 498936732 283504640 7431 33554432000 4194304 5787044 140735169912080 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 285560

[startup+6.3003 s]
/proc/loadavg: 8.10 8.03 8.01 9/188 19735
/proc/meminfo: memFree=24058324/32951124 swapFree=67111524/67111528
[pid=19729] ppid=19727 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19729/stat : 19729 (prissAuto.sh) S 19727 19729 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498936732 8908800 252 33554432000 4194304 4922060 140733446152672 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19729/statm: 2175 252 211 178 0 68 0
[pid=19730] ppid=19729 vsize=278664 CPUtime=25.13 cores=0,2,4,6
/proc/19730/stat : 19730 (priss) S 19729 19729 17192 0 -1 4202496 10203 0 0 0 2510 3 0 0 18 0 5 0 498936732 285351936 8725 33554432000 4194304 5787044 140735169912080 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/19730/statm: 69666 8725 404 389 0 65416 0
[pid=19730/tid=19731] ppid=19729 vsize=278664 CPUtime=6.28 cores=0,2,4,6
/proc/19730/task/19731/stat : 19731 (priss) R 19729 19729 17192 0 -1 4202560 2067 0 0 0 628 0 0 0 25 0 5 0 498936732 285351936 8725 33554432000 4194304 5787044 140735169912080 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19730/tid=19732] ppid=19729 vsize=278664 CPUtime=6.28 cores=0,2,4,6
/proc/19730/task/19732/stat : 19732 (priss) R 19729 19729 17192 0 -1 4202560 2315 0 0 0 627 1 0 0 25 0 5 0 498936732 285351936 8725 33554432000 4194304 5787044 140735169912080 18446744073709551615 5591031 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19730/tid=19734] ppid=19729 vsize=278664 CPUtime=6.25 cores=0,2,4,6
/proc/19730/task/19734/stat : 19734 (priss) R 19729 19729 17192 0 -1 4202560 2267 0 0 0 624 1 0 0 25 0 5 0 498936732 285351936 8725 33554432000 4194304 5787044 140735169912080 18446744073709551615 5591573 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19730/tid=19735] ppid=19729 vsize=278664 CPUtime=6.29 cores=0,2,4,6
/proc/19730/task/19735/stat : 19735 (priss) R 19729 19729 17192 0 -1 4202560 2048 0 0 0 629 0 0 0 25 0 5 0 498936732 285351936 8725 33554432000 4194304 5787044 140735169912080 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 287364

[startup+12.7012 s]
/proc/loadavg: 8.09 8.03 8.01 9/188 19735
/proc/meminfo: memFree=24039256/32951124 swapFree=67111524/67111528
[pid=19729] ppid=19727 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19729/stat : 19729 (prissAuto.sh) S 19727 19729 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498936732 8908800 252 33554432000 4194304 4922060 140733446152672 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19729/statm: 2175 252 211 178 0 68 0
[pid=19730] ppid=19729 vsize=284984 CPUtime=50.69 cores=0,2,4,6
/proc/19730/stat : 19730 (priss) S 19729 19729 17192 0 -1 4202496 14747 0 0 0 5064 5 0 0 18 0 5 0 498936732 291823616 12271 33554432000 4194304 5787044 140735169912080 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/19730/statm: 71246 12271 418 389 0 66996 0
[pid=19730/tid=19731] ppid=19729 vsize=284984 CPUtime=12.69 cores=0,2,4,6
/proc/19730/task/19731/stat : 19731 (priss) R 19729 19729 17192 0 -1 4202560 3593 0 0 0 1268 1 0 0 25 0 5 0 498936732 291823616 12271 33554432000 4194304 5787044 140735169912080 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19730/tid=19732] ppid=19729 vsize=284984 CPUtime=12.68 cores=0,2,4,6
/proc/19730/task/19732/stat : 19732 (priss) R 19729 19729 17192 0 -1 4202560 2860 0 0 0 1267 1 0 0 25 0 5 0 498936732 291823616 12271 33554432000 4194304 5787044 140735169912080 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19730/tid=19734] ppid=19729 vsize=284984 CPUtime=12.61 cores=0,2,4,6
/proc/19730/task/19734/stat : 19734 (priss) R 19729 19729 17192 0 -1 4202560 2814 0 0 0 1260 1 0 0 25 0 5 0 498936732 291823616 12271 33554432000 4194304 5787044 140735169912080 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19730/tid=19735] ppid=19729 vsize=284984 CPUtime=12.68 cores=0,2,4,6
/proc/19730/task/19735/stat : 19735 (priss) R 19729 19729 17192 0 -1 4202560 3974 0 0 0 1268 0 0 0 25 0 5 0 498936732 291823616 12271 33554432000 4194304 5787044 140735169912080 18446744073709551615 5528429 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 293684

[startup+25.5009 s]
/proc/loadavg: 8.07 8.03 8.01 9/188 19736
/proc/meminfo: memFree=24013576/32951124 swapFree=67111524/67111528
[pid=19729] ppid=19727 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19729/stat : 19729 (prissAuto.sh) S 19727 19729 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498936732 8908800 252 33554432000 4194304 4922060 140733446152672 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19729/statm: 2175 252 211 178 0 68 0
[pid=19730] ppid=19729 vsize=291704 CPUtime=101.81 cores=0,2,4,6
/proc/19730/stat : 19730 (priss) S 19729 19729 17192 0 -1 4202496 19467 0 0 0 10172 9 0 0 18 0 5 0 498936732 298704896 16990 33554432000 4194304 5787044 140735169912080 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/19730/statm: 72926 16990 419 389 0 68676 0
[pid=19730/tid=19731] ppid=19729 vsize=291704 CPUtime=25.48 cores=0,2,4,6
/proc/19730/task/19731/stat : 19731 (priss) R 19729 19729 17192 0 -1 4202560 4236 0 0 0 2547 1 0 0 25 0 5 0 498936732 298704896 16990 33554432000 4194304 5787044 140735169912080 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19730/tid=19732] ppid=19729 vsize=291704 CPUtime=25.48 cores=0,2,4,6
/proc/19730/task/19732/stat : 19732 (priss) R 19729 19729 17192 0 -1 4202560 3549 0 0 0 2546 2 0 0 25 0 5 0 498936732 298704896 16990 33554432000 4194304 5787044 140735169912080 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19730/tid=19734] ppid=19729 vsize=291704 CPUtime=25.34 cores=0,2,4,6
/proc/19730/task/19734/stat : 19734 (priss) R 19729 19729 17192 0 -1 4202560 4811 0 0 0 2532 2 0 0 25 0 5 0 498936732 298704896 16990 33554432000 4194304 5787044 140735169912080 18446744073709551615 5591217 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19730/tid=19735] ppid=19729 vsize=291704 CPUtime=25.48 cores=0,2,4,6
/proc/19730/task/19735/stat : 19735 (priss) R 19729 19729 17192 0 -1 4202560 5365 0 0 0 2546 2 0 0 25 0 5 0 498936732 298704896 16990 33554432000 4194304 5787044 140735169912080 18446744073709551615 5528408 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 300404

[startup+51.1013 s]
/proc/loadavg: 8.16 8.06 8.01 9/188 19736
/proc/meminfo: memFree=23975336/32951124 swapFree=67111524/67111528
[pid=19729] ppid=19727 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19729/stat : 19729 (prissAuto.sh) S 19727 19729 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498936732 8908800 252 33554432000 4194304 4922060 140733446152672 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19729/statm: 2175 252 211 178 0 68 0
[pid=19730] ppid=19729 vsize=300076 CPUtime=204.06 cores=0,2,4,6
/proc/19730/stat : 19730 (priss) S 19729 19729 17192 0 -1 4202496 24714 0 0 0 20392 14 0 0 18 0 5 0 498936732 307277824 22191 33554432000 4194304 5787044 140735169912080 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/19730/statm: 75019 22191 419 389 0 70769 0
[pid=19730/tid=19731] ppid=19729 vsize=300076 CPUtime=51.08 cores=0,2,4,6
/proc/19730/task/19731/stat : 19731 (priss) R 19729 19729 17192 0 -1 4202560 5098 0 0 0 5106 2 0 0 25 0 5 0 498936732 307277824 22191 33554432000 4194304 5787044 140735169912080 18446744073709551615 212051481269 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19730/tid=19732] ppid=19729 vsize=300076 CPUtime=51.07 cores=0,2,4,6
/proc/19730/task/19732/stat : 19732 (priss) R 19729 19729 17192 0 -1 4202560 5671 0 0 0 5104 3 0 0 25 0 5 0 498936732 307277824 22191 33554432000 4194304 5787044 140735169912080 18446744073709551615 212051481269 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19730/tid=19734] ppid=19729 vsize=300076 CPUtime=50.79 cores=0,2,4,6
/proc/19730/task/19734/stat : 19734 (priss) R 19729 19729 17192 0 -1 4202560 6154 0 0 0 5076 3 0 0 25 0 5 0 498936732 307277824 22191 33554432000 4194304 5787044 140735169912080 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19730/tid=19735] ppid=19729 vsize=300076 CPUtime=51.09 cores=0,2,4,6
/proc/19730/task/19735/stat : 19735 (priss) R 19729 19729 17192 0 -1 4202560 6285 0 0 0 5105 4 0 0 25 0 5 0 498936732 307277824 22191 33554432000 4194304 5787044 140735169912080 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 204.06
Current children cumulated vsize (KiB) 308776

[startup+102.301 s]
/proc/loadavg: 8.12 8.06 8.01 9/188 19738
/proc/meminfo: memFree=23937464/32951124 swapFree=67111524/67111528
[pid=19729] ppid=19727 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19729/stat : 19729 (prissAuto.sh) S 19727 19729 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498936732 8908800 252 33554432000 4194304 4922060 140733446152672 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19729/statm: 2175 252 211 178 0 68 0
[pid=19730] ppid=19729 vsize=310004 CPUtime=408.58 cores=0,2,4,6
/proc/19730/stat : 19730 (priss) S 19729 19729 17192 0 -1 4202496 30736 0 0 0 40839 19 0 0 18 0 5 0 498936732 317444096 28158 33554432000 4194304 5787044 140735169912080 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/19730/statm: 77501 28158 419 389 0 73251 0
[pid=19730/tid=19731] ppid=19729 vsize=310004 CPUtime=102.28 cores=0,2,4,6
/proc/19730/task/19731/stat : 19731 (priss) R 19729 19729 17192 0 -1 4202560 6170 0 0 0 10225 3 0 0 25 0 5 0 498936732 317444096 28158 33554432000 4194304 5787044 140735169912080 18446744073709551615 212051481269 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19730/tid=19732] ppid=19729 vsize=310004 CPUtime=102.28 cores=0,2,4,6
/proc/19730/task/19732/stat : 19732 (priss) R 19729 19729 17192 0 -1 4202560 6901 0 0 0 10223 5 0 0 25 0 5 0 498936732 317444096 28158 33554432000 4194304 5787044 140735169912080 18446744073709551615 212051481269 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19730/tid=19734] ppid=19729 vsize=310004 CPUtime=101.7 cores=0,2,4,6
/proc/19730/task/19734/stat : 19734 (priss) R 19729 19729 17192 0 -1 4202560 7273 0 0 0 10166 4 0 0 25 0 5 0 498936732 317444096 28158 33554432000 4194304 5787044 140735169912080 18446744073709551615 5591760 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19730/tid=19735] ppid=19729 vsize=310004 CPUtime=102.28 cores=0,2,4,6

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

/proc/19730/task/19732/stat : 19732 (priss) R 19729 19729 17192 0 -1 4202560 13933 0 0 0 82216 10 0 0 25 0 5 0 498936732 373653504 62665 33554432000 4194304 5787044 140735169912080 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19730/tid=19734] ppid=19729 vsize=364896 CPUtime=817.69 cores=0,2,4,6
/proc/19730/task/19734/stat : 19734 (priss) R 19729 19729 17192 0 -1 4202560 24649 0 0 0 81748 21 0 0 25 0 5 0 498936732 373653504 62665 33554432000 4194304 5787044 140735169912080 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19730/tid=19735] ppid=19729 vsize=364896 CPUtime=822.27 cores=0,2,4,6
/proc/19730/task/19735/stat : 19735 (priss) R 19729 19729 17192 0 -1 4202560 14173 0 0 0 82216 11 0 0 25 0 5 0 498936732 373653504 62665 33554432000 4194304 5787044 140735169912080 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3284.55
Current children cumulated vsize (KiB) 373596

[startup+882.307 s]
/proc/loadavg: 8.06 8.06 8.01 9/188 19794
/proc/meminfo: memFree=23274112/32951124 swapFree=67111524/67111528
[pid=19729] ppid=19727 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19729/stat : 19729 (prissAuto.sh) S 19727 19729 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498936732 8908800 252 33554432000 4194304 4922060 140733446152672 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19729/statm: 2175 252 211 178 0 68 0
[pid=19730] ppid=19729 vsize=368996 CPUtime=3524.25 cores=0,2,4,6
/proc/19730/stat : 19730 (priss) S 19729 19729 17192 0 -1 4202496 67607 0 0 0 352370 55 0 0 18 0 5 0 498936732 377851904 64267 33554432000 4194304 5787044 140735169912080 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/19730/statm: 92249 64267 419 389 0 87999 0
[pid=19730/tid=19731] ppid=19729 vsize=368996 CPUtime=882.29 cores=0,2,4,6
/proc/19730/task/19731/stat : 19731 (priss) R 19729 19729 17192 0 -1 4202560 11744 0 0 0 88219 10 0 0 25 0 5 0 498936732 377851904 64267 33554432000 4194304 5787044 140735169912080 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19730/tid=19732] ppid=19729 vsize=368996 CPUtime=882.27 cores=0,2,4,6
/proc/19730/task/19732/stat : 19732 (priss) R 19729 19729 17192 0 -1 4202560 14958 0 0 0 88217 10 0 0 25 0 5 0 498936732 377851904 64267 33554432000 4194304 5787044 140735169912080 18446744073709551615 5591289 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19730/tid=19734] ppid=19729 vsize=368996 CPUtime=877.37 cores=0,2,4,6
/proc/19730/task/19734/stat : 19734 (priss) R 19729 19729 17192 0 -1 4202560 25066 0 0 0 87716 21 0 0 25 0 5 0 498936732 377851904 64267 33554432000 4194304 5787044 140735169912080 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19730/tid=19735] ppid=19729 vsize=368996 CPUtime=882.28 cores=0,2,4,6
/proc/19730/task/19735/stat : 19735 (priss) R 19729 19729 17192 0 -1 4202560 14333 0 0 0 88217 11 0 0 25 0 5 0 498936732 377851904 64267 33554432000 4194304 5787044 140735169912080 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3524.25
Current children cumulated vsize (KiB) 377696

[startup+942.301 s]
/proc/loadavg: 8.07 8.06 8.01 9/188 19796
/proc/meminfo: memFree=23271700/32951124 swapFree=67111524/67111528
[pid=19729] ppid=19727 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19729/stat : 19729 (prissAuto.sh) S 19727 19729 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498936732 8908800 252 33554432000 4194304 4922060 140733446152672 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19729/statm: 2175 252 211 178 0 68 0
[pid=19730] ppid=19729 vsize=368996 CPUtime=3763.9 cores=0,2,4,6
/proc/19730/stat : 19730 (priss) S 19729 19729 17192 0 -1 4202496 68277 0 0 0 376334 56 0 0 18 0 5 0 498936732 377851904 64732 33554432000 4194304 5787044 140735169912080 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/19730/statm: 92249 64732 419 389 0 87999 0
[pid=19730/tid=19731] ppid=19729 vsize=368996 CPUtime=942.29 cores=0,2,4,6
/proc/19730/task/19731/stat : 19731 (priss) R 19729 19729 17192 0 -1 4202560 11748 0 0 0 94219 10 0 0 25 0 5 0 498936732 377851904 64732 33554432000 4194304 5787044 140735169912080 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19730/tid=19732] ppid=19729 vsize=368996 CPUtime=942.27 cores=0,2,4,6
/proc/19730/task/19732/stat : 19732 (priss) R 19729 19729 17192 0 -1 4202560 14958 0 0 0 94216 11 0 0 25 0 5 0 498936732 377851904 64732 33554432000 4194304 5787044 140735169912080 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19730/tid=19734] ppid=19729 vsize=368996 CPUtime=937.02 cores=0,2,4,6
/proc/19730/task/19734/stat : 19734 (priss) R 19729 19729 17192 0 -1 4202560 25601 0 0 0 93681 21 0 0 25 0 5 0 498936732 377851904 64732 33554432000 4194304 5787044 140735169912080 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19730/tid=19735] ppid=19729 vsize=368996 CPUtime=942.28 cores=0,2,4,6
/proc/19730/task/19735/stat : 19735 (priss) R 19729 19729 17192 0 -1 4202560 14464 0 0 0 94217 11 0 0 25 0 5 0 498936732 377851904 64732 33554432000 4194304 5787044 140735169912080 18446744073709551615 5527587 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3763.9
Current children cumulated vsize (KiB) 377696

[startup+1002.3 s]
/proc/loadavg: 8.07 8.06 8.01 9/188 19798
/proc/meminfo: memFree=23268180/32951124 swapFree=67111524/67111528
[pid=19729] ppid=19727 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19729/stat : 19729 (prissAuto.sh) S 19727 19729 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498936732 8908800 252 33554432000 4194304 4922060 140733446152672 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19729/statm: 2175 252 211 178 0 68 0
[pid=19730] ppid=19729 vsize=370496 CPUtime=4003.56 cores=0,2,4,6
/proc/19730/stat : 19730 (priss) S 19729 19729 17192 0 -1 4202496 69127 0 0 0 400299 57 0 0 18 0 5 0 498936732 379387904 65582 33554432000 4194304 5787044 140735169912080 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/19730/statm: 92624 65582 419 389 0 88374 0
[pid=19730/tid=19731] ppid=19729 vsize=370496 CPUtime=1002.29 cores=0,2,4,6
/proc/19730/task/19731/stat : 19731 (priss) R 19729 19729 17192 0 -1 4202560 12305 0 0 0 100218 11 0 0 25 0 5 0 498936732 379387904 65582 33554432000 4194304 5787044 140735169912080 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19730/tid=19732] ppid=19729 vsize=370496 CPUtime=1002.27 cores=0,2,4,6
/proc/19730/task/19732/stat : 19732 (priss) R 19729 19729 17192 0 -1 4202560 14963 0 0 0 100216 11 0 0 25 0 5 0 498936732 379387904 65582 33554432000 4194304 5787044 140735169912080 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19730/tid=19734] ppid=19729 vsize=370496 CPUtime=996.68 cores=0,2,4,6
/proc/19730/task/19734/stat : 19734 (priss) R 19729 19729 17192 0 -1 4202560 25601 0 0 0 99647 21 0 0 25 0 5 0 498936732 379387904 65582 33554432000 4194304 5787044 140735169912080 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19730/tid=19735] ppid=19729 vsize=370496 CPUtime=1002.29 cores=0,2,4,6
/proc/19730/task/19735/stat : 19735 (priss) R 19729 19729 17192 0 -1 4202560 14752 0 0 0 100217 12 0 0 25 0 5 0 498936732 379387904 65582 33554432000 4194304 5787044 140735169912080 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4003.56
Current children cumulated vsize (KiB) 379196

[startup+1062.3 s]
/proc/loadavg: 8.06 8.06 8.01 9/188 19799
/proc/meminfo: memFree=23258696/32951124 swapFree=67111524/67111528
[pid=19729] ppid=19727 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19729/stat : 19729 (prissAuto.sh) S 19727 19729 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498936732 8908800 252 33554432000 4194304 4922060 140733446152672 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19729/statm: 2175 252 211 178 0 68 0
[pid=19730] ppid=19729 vsize=376356 CPUtime=4243.24 cores=0,2,4,6
/proc/19730/stat : 19730 (priss) S 19729 19729 17192 0 -1 4202496 71586 0 0 0 424265 59 0 0 18 0 5 0 498936732 385388544 68041 33554432000 4194304 5787044 140735169912080 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/19730/statm: 94089 68041 419 389 0 89839 0
[pid=19730/tid=19731] ppid=19729 vsize=376356 CPUtime=1062.29 cores=0,2,4,6
/proc/19730/task/19731/stat : 19731 (priss) R 19729 19729 17192 0 -1 4202560 14314 0 0 0 106217 12 0 0 25 0 5 0 498936732 385388544 68041 33554432000 4194304 5787044 140735169912080 18446744073709551615 5591532 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19730/tid=19732] ppid=19729 vsize=376356 CPUtime=1062.27 cores=0,2,4,6
/proc/19730/task/19732/stat : 19732 (priss) R 19729 19729 17192 0 -1 4202560 15049 0 0 0 106216 11 0 0 25 0 5 0 498936732 385388544 68041 33554432000 4194304 5787044 140735169912080 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19730/tid=19734] ppid=19729 vsize=376356 CPUtime=1056.35 cores=0,2,4,6
/proc/19730/task/19734/stat : 19734 (priss) R 19729 19729 17192 0 -1 4202560 25601 0 0 0 105614 21 0 0 25 0 5 0 498936732 385388544 68041 33554432000 4194304 5787044 140735169912080 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19730/tid=19735] ppid=19729 vsize=376356 CPUtime=1062.28 cores=0,2,4,6
/proc/19730/task/19735/stat : 19735 (priss) R 19729 19729 17192 0 -1 4202560 15116 0 0 0 106216 12 0 0 25 0 5 0 498936732 385388544 68041 33554432000 4194304 5787044 140735169912080 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4243.24
Current children cumulated vsize (KiB) 385056

[startup+1122.3 s]
/proc/loadavg: 8.06 8.06 8.01 9/188 19801
/proc/meminfo: memFree=23247112/32951124 swapFree=67111524/67111528
[pid=19729] ppid=19727 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19729/stat : 19729 (prissAuto.sh) S 19727 19729 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498936732 8908800 252 33554432000 4194304 4922060 140733446152672 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19729/statm: 2175 252 211 178 0 68 0
[pid=19730] ppid=19729 vsize=446504 CPUtime=4482.91 cores=0,2,4,6
/proc/19730/stat : 19730 (priss) S 19729 19729 17192 0 -1 4202496 74542 0 0 0 448230 61 0 0 18 0 5 0 498936732 457220096 70997 33554432000 4194304 5787044 140735169912080 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/19730/statm: 111626 70997 419 389 0 107376 0
[pid=19730/tid=19731] ppid=19729 vsize=446504 CPUtime=1122.28 cores=0,2,4,6
/proc/19730/task/19731/stat : 19731 (priss) R 19729 19729 17192 0 -1 4202560 15058 0 0 0 112216 12 0 0 25 0 5 0 498936732 457220096 70997 33554432000 4194304 5787044 140735169912080 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19730/tid=19732] ppid=19729 vsize=446504 CPUtime=1122.28 cores=0,2,4,6
/proc/19730/task/19732/stat : 19732 (priss) R 19729 19729 17192 0 -1 4202560 16306 0 0 0 112216 12 0 0 25 0 5 0 498936732 457220096 70997 33554432000 4194304 5787044 140735169912080 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19730/tid=19734] ppid=19729 vsize=446504 CPUtime=1116.02 cores=0,2,4,6
/proc/19730/task/19734/stat : 19734 (priss) R 19729 19729 17192 0 -1 4202560 26342 0 0 0 111580 22 0 0 25 0 5 0 498936732 457220096 70997 33554432000 4194304 5787044 140735169912080 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19730/tid=19735] ppid=19729 vsize=446504 CPUtime=1122.28 cores=0,2,4,6
/proc/19730/task/19735/stat : 19735 (priss) R 19729 19729 17192 0 -1 4202560 15330 0 0 0 112216 12 0 0 25 0 5 0 498936732 457220096 70997 33554432000 4194304 5787044 140735169912080 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4482.91
Current children cumulated vsize (KiB) 455204

[startup+1182.3 s]
/proc/loadavg: 8.10 8.08 8.01 9/188 19802
/proc/meminfo: memFree=23238616/32951124 swapFree=67111524/67111528
[pid=19729] ppid=19727 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19729/stat : 19729 (prissAuto.sh) S 19727 19729 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498936732 8908800 252 33554432000 4194304 4922060 140733446152672 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19729/statm: 2175 252 211 178 0 68 0
[pid=19730] ppid=19729 vsize=447656 CPUtime=4722.58 cores=0,2,4,6
/proc/19730/stat : 19730 (priss) S 19729 19729 17192 0 -1 4202496 76704 0 0 0 472194 64 0 0 18 0 5 0 498936732 458399744 73159 33554432000 4194304 5787044 140735169912080 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/19730/statm: 111914 73159 419 389 0 107664 0
[pid=19730/tid=19731] ppid=19729 vsize=447656 CPUtime=1182.29 cores=0,2,4,6
/proc/19730/task/19731/stat : 19731 (priss) R 19729 19729 17192 0 -1 4202560 15885 0 0 0 118215 14 0 0 25 0 5 0 498936732 458399744 73159 33554432000 4194304 5787044 140735169912080 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19730/tid=19732] ppid=19729 vsize=447656 CPUtime=1182.28 cores=0,2,4,6
/proc/19730/task/19732/stat : 19732 (priss) R 19729 19729 17192 0 -1 4202560 16629 0 0 0 118216 12 0 0 25 0 5 0 498936732 458399744 73159 33554432000 4194304 5787044 140735169912080 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19730/tid=19734] ppid=19729 vsize=447656 CPUtime=1175.68 cores=0,2,4,6
/proc/19730/task/19734/stat : 19734 (priss) R 19729 19729 17192 0 -1 4202560 27116 0 0 0 117544 24 0 0 25 0 5 0 498936732 458399744 73159 33554432000 4194304 5787044 140735169912080 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19730/tid=19735] ppid=19729 vsize=447656 CPUtime=1182.29 cores=0,2,4,6
/proc/19730/task/19735/stat : 19735 (priss) R 19729 19729 17192 0 -1 4202560 15568 0 0 0 118217 12 0 0 25 0 5 0 498936732 458399744 73159 33554432000 4194304 5787044 140735169912080 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4722.58
Current children cumulated vsize (KiB) 456356



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.21 8.10 8.02 10/188 19803
/proc/meminfo: memFree=23229796/32951124 swapFree=67111524/67111528
[pid=19729] ppid=19727 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19729/stat : 19729 (prissAuto.sh) S 19727 19729 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498936732 8908800 252 33554432000 4194304 4922060 140733446152672 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19729/statm: 2175 252 211 178 0 68 0
[pid=19730] ppid=19729 vsize=452868 CPUtime=4800.09 cores=0,2,4,6
/proc/19730/stat : 19730 (priss) S 19729 19729 17192 0 -1 4202496 78775 0 0 0 479943 66 0 0 18 0 5 0 498936732 463736832 75230 33554432000 4194304 5787044 140735169912080 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/19730/statm: 113217 75230 419 389 0 108967 0
[pid=19730/tid=19731] ppid=19729 vsize=452868 CPUtime=1201.69 cores=0,2,4,6
/proc/19730/task/19731/stat : 19731 (priss) R 19729 19729 17192 0 -1 4202560 16124 0 0 0 120155 14 0 0 25 0 5 0 498936732 463736832 75230 33554432000 4194304 5787044 140735169912080 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19730/tid=19732] ppid=19729 vsize=452868 CPUtime=1201.68 cores=0,2,4,6
/proc/19730/task/19732/stat : 19732 (priss) R 19729 19729 17192 0 -1 4202560 16802 0 0 0 120156 12 0 0 25 0 5 0 498936732 463736832 75230 33554432000 4194304 5787044 140735169912080 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19730/tid=19734] ppid=19729 vsize=452868 CPUtime=1194.98 cores=0,2,4,6
/proc/19730/task/19734/stat : 19734 (priss) R 19729 19729 17192 0 -1 4202560 28448 0 0 0 119473 25 0 0 25 0 5 0 498936732 463736832 75230 33554432000 4194304 5787044 140735169912080 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=19730/tid=19735] ppid=19729 vsize=452868 CPUtime=1201.69 cores=0,2,4,6
/proc/19730/task/19735/stat : 19735 (priss) R 19729 19729 17192 0 -1 4202560 15895 0 0 0 120157 12 0 0 25 0 5 0 498936732 463736832 75230 33554432000 4194304 5787044 140735169912080 18446744073709551615 5522477 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.09
Current children cumulated vsize (KiB) 461568

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 19729 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.09
#
# 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.09
CPU user time (s): 4799.43
CPU system time (s): 0.66
CPU usage (%): 399.436
Max. virtual memory (cumulated for all children) (KiB): 461568

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

runsolver used 1.77773 second user time and 4.78727 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-29 10:20:05
IDJOB=3263923
IDBENCH=84062
IDSOLVER=1602
FILE ID=node146/3263923-1304065205
RUNJOBID= node146-1304060503-19305
PBS_JOBID= 13170387
Free space on /tmp= 72992 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT03/handmade/markstrom/UNSATISFIABLE/mm-2x2-6-6-s.1.shuffled-as.sat03-1499.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3263923-1304065205/watcher-3263923-1304065205 -o /tmp/evaluation-result-3263923-1304065205/solver-3263923-1304065205 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3263923-1304065205.cnf 2088180083 4800 15500 4

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

MD5SUM BENCH= 5fbbe7100f38217499e8b5ea555a4e4d
RANDOM SEED=2088180083

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24093300 kB
Buffers:       1674724 kB
Cached:        6262484 kB
SwapCached:          4 kB
Active:        1695824 kB
Inactive:      6634556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24093300 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            1612 kB
Writeback:           0 kB
AnonPages:      392748 kB
Mapped:          15616 kB
Slab:           463152 kB
PageTables:       5096 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   582012 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= 72964 MiB
End job on node146 at 2011-04-29 10:40:08