Trace number 3265639

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

General information on the benchmark

NameSAT05/crafted/sorge05/QG7a/
gensys-ukn009.shuffled-as.sat05-3849.cnf
MD5SUMf2a1eb7937a7cda114ce344a30ca1145
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark824.93
Satisfiable
(Un)Satisfiability was proved
Number of variables2969
Number of clauses18718
Sum of the clauses size134151
Maximum clause length13
Minimum clause length1
Number of clauses of size 142
Number of clauses of size 2435
Number of clauses of size 32341
Number of clauses of size 4498
Number of clauses of size 5677
Number of clauses of size over 514725

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: 6414
0.00/0.00	c setup for 4cores
0.00/0.01	c parsetime: 12233us
0.00/0.01	c parsed 18718 clauses with 2969 variables
0.00/0.01	c NW started thread 0 successfully (1093540160)
0.00/0.02	c NW started thread 1 successfully (1104030016)
0.00/0.02	c NW started thread 2 successfully (1114519872)
0.00/0.03	c NW started thread 3 successfully (1125009728)
0.00/0.64	c preprocessor returned 10002 variables
0.00/0.64	c preprocessing returned UNKNOWN
0.00/0.64	c PP set 57 variables
0.00/0.64	c pp time: 567253us (0s)
0.00/0.64	c preprocessor returned 10002 variables
0.00/0.64	c preprocessing returned UNKNOWN
0.00/0.64	c PP set 57 variables
0.00/0.64	c pp time: 572106us (0s)
0.00/0.64	c preprocessor returned 10002 variables
0.00/0.64	c preprocessing returned UNKNOWN
0.00/0.64	c PP set 57 variables
0.00/0.64	c pp time: 577849us (0s)
6.70/1.71	c preprocessor returned 30007 variables
6.70/1.71	c preprocessing returned UNKNOWN
6.70/1.71	c PP set 57 variables
6.70/1.71	c pp time: 1675647us (1s)

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-3265639-1304069676/watcher-3265639-1304069676 -o /tmp/evaluation-result-3265639-1304069676/solver-3265639-1304069676 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3265639-1304069676.cnf 1622611920 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.26 8.16 8.10 5/182 6413
/proc/meminfo: memFree=21047328/32951124 swapFree=67111528/67111528
[pid=6413] ppid=6411 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/6413/stat : 6413 (prissAuto.sh) S 6411 6413 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499382963 8908800 252 33554432000 4194304 4922060 140735406201344 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/6413/statm: 2175 252 211 178 0 68 0

[startup+0.0692021 s]
/proc/loadavg: 8.26 8.16 8.10 5/182 6413
/proc/meminfo: memFree=21047328/32951124 swapFree=67111528/67111528
[pid=6413] ppid=6411 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/6413/stat : 6413 (prissAuto.sh) S 6411 6413 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499382963 8908800 252 33554432000 4194304 4922060 140735406201344 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/6413/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.858113 s]
/proc/loadavg: 8.26 8.16 8.10 5/182 6413
/proc/meminfo: memFree=21047328/32951124 swapFree=67111528/67111528
[pid=6413] ppid=6411 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/6413/stat : 6413 (prissAuto.sh) S 6411 6413 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499382963 8908800 252 33554432000 4194304 4922060 140735406201344 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/6413/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.901066 s]
/proc/loadavg: 8.26 8.16 8.10 5/182 6413
/proc/meminfo: memFree=21047328/32951124 swapFree=67111528/67111528
[pid=6413] ppid=6411 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/6413/stat : 6413 (prissAuto.sh) S 6411 6413 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499382963 8908800 252 33554432000 4194304 4922060 140735406201344 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/6413/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.00105 s]
/proc/loadavg: 8.26 8.16 8.10 5/182 6413
/proc/meminfo: memFree=21047328/32951124 swapFree=67111528/67111528
[pid=6413] ppid=6411 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/6413/stat : 6413 (prissAuto.sh) S 6411 6413 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499382963 8908800 252 33554432000 4194304 4922060 140735406201344 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/6413/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50096 s]
/proc/loadavg: 8.26 8.16 8.10 5/182 6413
/proc/meminfo: memFree=21047328/32951124 swapFree=67111528/67111528
[pid=6413] ppid=6411 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/6413/stat : 6413 (prissAuto.sh) S 6411 6413 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499382963 8908800 252 33554432000 4194304 4922060 140735406201344 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/6413/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10068 s]
/proc/loadavg: 8.26 8.16 8.10 9/188 6419
/proc/meminfo: memFree=21001092/32951124 swapFree=67111528/67111528
[pid=6413] ppid=6411 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/6413/stat : 6413 (prissAuto.sh) S 6411 6413 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499382963 8908800 252 33554432000 4194304 4922060 140735406201344 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/6413/statm: 2175 252 211 178 0 68 0
[pid=6414] ppid=6413 vsize=283532 CPUtime=12.27 cores=0,2,4,6
/proc/6414/stat : 6414 (priss) S 6413 6413 4923 0 -1 4202496 13775 0 0 0 1223 4 0 0 18 0 5 0 499382963 290336768 11583 33554432000 4194304 5787044 140735941947840 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/6414/statm: 70883 11583 419 389 0 66633 0
[pid=6414/tid=6416] ppid=6413 vsize=283532 CPUtime=3.05 cores=0,2,4,6
/proc/6414/task/6416/stat : 6416 (priss) R 6413 6413 4923 0 -1 4202560 2137 0 0 0 305 0 0 0 18 0 5 0 499382965 290336768 11583 33554432000 4194304 5787044 140735941947840 18446744073709551615 254261721582 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=6414/tid=6417] ppid=6413 vsize=283532 CPUtime=3.05 cores=0,2,4,6
/proc/6414/task/6417/stat : 6417 (priss) R 6413 6413 4923 0 -1 4202560 2718 0 0 0 305 0 0 0 18 0 5 0 499382965 290336768 11583 33554432000 4194304 5787044 140735941947840 18446744073709551615 254261721631 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=6414/tid=6418] ppid=6413 vsize=283532 CPUtime=3.05 cores=0,2,4,6
/proc/6414/task/6418/stat : 6418 (priss) R 6413 6413 4923 0 -1 4202560 2034 0 0 0 304 1 0 0 25 0 5 0 499382966 290336768 11583 33554432000 4194304 5787044 140735941947840 18446744073709551615 254261721631 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=6414/tid=6419] ppid=6413 vsize=283532 CPUtime=3.04 cores=0,2,4,6
/proc/6414/task/6419/stat : 6419 (priss) R 6413 6413 4923 0 -1 4202560 4662 0 0 0 304 0 0 0 25 0 5 0 499382967 290336768 11583 33554432000 4194304 5787044 140735941947840 18446744073709551615 254261721631 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.27
Current children cumulated vsize (KiB) 292232

[startup+6.30111 s]
/proc/loadavg: 8.24 8.15 8.10 9/188 6419
/proc/meminfo: memFree=20994524/32951124 swapFree=67111528/67111528
[pid=6413] ppid=6411 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/6413/stat : 6413 (prissAuto.sh) S 6411 6413 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499382963 8908800 252 33554432000 4194304 4922060 140735406201344 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/6413/statm: 2175 252 211 178 0 68 0
[pid=6414] ppid=6413 vsize=284728 CPUtime=25.05 cores=0,2,4,6
/proc/6414/stat : 6414 (priss) S 6413 6413 4923 0 -1 4202496 14986 0 0 0 2499 6 0 0 18 0 5 0 499382963 291561472 12794 33554432000 4194304 5787044 140735941947840 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/6414/statm: 71182 12794 419 389 0 66932 0
[pid=6414/tid=6416] ppid=6413 vsize=284728 CPUtime=6.23 cores=0,2,4,6
/proc/6414/task/6416/stat : 6416 (priss) R 6413 6413 4923 0 -1 4202560 2538 0 0 0 622 1 0 0 25 0 5 0 499382965 291561472 12794 33554432000 4194304 5787044 140735941947840 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=6414/tid=6417] ppid=6413 vsize=284728 CPUtime=6.26 cores=0,2,4,6
/proc/6414/task/6417/stat : 6417 (priss) R 6413 6413 4923 0 -1 4202560 2948 0 0 0 625 1 0 0 25 0 5 0 499382965 291561472 12794 33554432000 4194304 5787044 140735941947840 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=6414/tid=6418] ppid=6413 vsize=284728 CPUtime=6.25 cores=0,2,4,6
/proc/6414/task/6418/stat : 6418 (priss) R 6413 6413 4923 0 -1 4202560 2280 0 0 0 624 1 0 0 25 0 5 0 499382966 291561472 12794 33554432000 4194304 5787044 140735941947840 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=6414/tid=6419] ppid=6413 vsize=284728 CPUtime=6.25 cores=0,2,4,6
/proc/6414/task/6419/stat : 6419 (priss) R 6413 6413 4923 0 -1 4202560 4996 0 0 0 624 1 0 0 25 0 5 0 499382967 291561472 12794 33554432000 4194304 5787044 140735941947840 18446744073709551615 5527453 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.05
Current children cumulated vsize (KiB) 293428

[startup+12.701 s]
/proc/loadavg: 8.22 8.15 8.10 9/188 6419
/proc/meminfo: memFree=20979036/32951124 swapFree=67111528/67111528
[pid=6413] ppid=6411 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/6413/stat : 6413 (prissAuto.sh) S 6411 6413 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499382963 8908800 252 33554432000 4194304 4922060 140735406201344 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/6413/statm: 2175 252 211 178 0 68 0
[pid=6414] ppid=6413 vsize=290804 CPUtime=50.62 cores=0,2,4,6
/proc/6414/stat : 6414 (priss) S 6413 6413 4923 0 -1 4202496 18079 0 0 0 5053 9 0 0 18 0 5 0 499382963 297783296 15887 33554432000 4194304 5787044 140735941947840 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/6414/statm: 72701 15887 419 389 0 68451 0
[pid=6414/tid=6416] ppid=6413 vsize=290804 CPUtime=12.6 cores=0,2,4,6
/proc/6414/task/6416/stat : 6416 (priss) R 6413 6413 4923 0 -1 4202560 4272 0 0 0 1259 1 0 0 25 0 5 0 499382965 297783296 15887 33554432000 4194304 5787044 140735941947840 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=6414/tid=6417] ppid=6413 vsize=290804 CPUtime=12.66 cores=0,2,4,6
/proc/6414/task/6417/stat : 6417 (priss) R 6413 6413 4923 0 -1 4202560 3144 0 0 0 1265 1 0 0 25 0 5 0 499382965 297783296 15887 33554432000 4194304 5787044 140735941947840 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=6414/tid=6418] ppid=6413 vsize=290804 CPUtime=12.65 cores=0,2,4,6
/proc/6414/task/6418/stat : 6418 (priss) R 6413 6413 4923 0 -1 4202560 2712 0 0 0 1263 2 0 0 25 0 5 0 499382966 297783296 15887 33554432000 4194304 5787044 140735941947840 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=6414/tid=6419] ppid=6413 vsize=290804 CPUtime=12.65 cores=0,2,4,6
/proc/6414/task/6419/stat : 6419 (priss) R 6413 6413 4923 0 -1 4202560 5727 0 0 0 1263 2 0 0 25 0 5 0 499382967 297783296 15887 33554432000 4194304 5787044 140735941947840 18446744073709551615 5527227 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 299504

[startup+25.5007 s]
/proc/loadavg: 8.25 8.16 8.10 9/188 6419
/proc/meminfo: memFree=20959444/32951124 swapFree=67111528/67111528
[pid=6413] ppid=6411 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/6413/stat : 6413 (prissAuto.sh) S 6411 6413 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499382963 8908800 252 33554432000 4194304 4922060 140735406201344 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/6413/statm: 2175 252 211 178 0 68 0
[pid=6414] ppid=6413 vsize=295140 CPUtime=101.74 cores=0,2,4,6
/proc/6414/stat : 6414 (priss) S 6413 6413 4923 0 -1 4202496 21174 0 0 0 10162 12 0 0 18 0 5 0 499382963 302223360 18982 33554432000 4194304 5787044 140735941947840 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/6414/statm: 73785 18982 419 389 0 69535 0
[pid=6414/tid=6416] ppid=6413 vsize=295140 CPUtime=25.33 cores=0,2,4,6
/proc/6414/task/6416/stat : 6416 (priss) R 6413 6413 4923 0 -1 4202560 5289 0 0 0 2531 2 0 0 25 0 5 0 499382965 302223360 18982 33554432000 4194304 5787044 140735941947840 18446744073709551615 5591827 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=6414/tid=6417] ppid=6413 vsize=295140 CPUtime=25.45 cores=0,2,4,6
/proc/6414/task/6417/stat : 6417 (priss) R 6413 6413 4923 0 -1 4202560 3698 0 0 0 2543 2 0 0 25 0 5 0 499382965 302223360 18982 33554432000 4194304 5787044 140735941947840 18446744073709551615 5591217 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=6414/tid=6418] ppid=6413 vsize=295140 CPUtime=25.44 cores=0,2,4,6
/proc/6414/task/6418/stat : 6418 (priss) R 6413 6413 4923 0 -1 4202560 3409 0 0 0 2542 2 0 0 25 0 5 0 499382966 302223360 18982 33554432000 4194304 5787044 140735941947840 18446744073709551615 4229606 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=6414/tid=6419] ppid=6413 vsize=295140 CPUtime=25.45 cores=0,2,4,6
/proc/6414/task/6419/stat : 6419 (priss) R 6413 6413 4923 0 -1 4202560 6554 0 0 0 2542 3 0 0 25 0 5 0 499382967 302223360 18982 33554432000 4194304 5787044 140735941947840 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.74
Current children cumulated vsize (KiB) 303840

[startup+51.1011 s]
/proc/loadavg: 8.24 8.16 8.10 9/188 6420
/proc/meminfo: memFree=20922568/32951124 swapFree=67111528/67111528
[pid=6413] ppid=6411 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/6413/stat : 6413 (prissAuto.sh) S 6411 6413 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499382963 8908800 252 33554432000 4194304 4922060 140735406201344 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/6413/statm: 2175 252 211 178 0 68 0
[pid=6414] ppid=6413 vsize=303300 CPUtime=203.99 cores=0,2,4,6
/proc/6414/stat : 6414 (priss) S 6413 6413 4923 0 -1 4202496 25828 0 0 0 20383 16 0 0 18 0 5 0 499382963 310579200 23633 33554432000 4194304 5787044 140735941947840 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/6414/statm: 75825 23633 419 389 0 71575 0
[pid=6414/tid=6416] ppid=6413 vsize=303300 CPUtime=50.79 cores=0,2,4,6
/proc/6414/task/6416/stat : 6416 (priss) R 6413 6413 4923 0 -1 4202560 6653 0 0 0 5075 4 0 0 25 0 5 0 499382965 310579200 23633 33554432000 4194304 5787044 140735941947840 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=6414/tid=6417] ppid=6413 vsize=303300 CPUtime=51.05 cores=0,2,4,6
/proc/6414/task/6417/stat : 6417 (priss) R 6413 6413 4923 0 -1 4202560 6023 0 0 0 5102 3 0 0 25 0 5 0 499382965 310579200 23633 33554432000 4194304 5787044 140735941947840 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=6414/tid=6418] ppid=6413 vsize=303300 CPUtime=51.05 cores=0,2,4,6
/proc/6414/task/6418/stat : 6418 (priss) R 6413 6413 4923 0 -1 4202560 3876 0 0 0 5102 3 0 0 25 0 5 0 499382966 310579200 23633 33554432000 4194304 5787044 140735941947840 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=6414/tid=6419] ppid=6413 vsize=303300 CPUtime=51.04 cores=0,2,4,6
/proc/6414/task/6419/stat : 6419 (priss) R 6413 6413 4923 0 -1 4202560 7052 0 0 0 5100 4 0 0 25 0 5 0 499382967 310579200 23633 33554432000 4194304 5787044 140735941947840 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.99
Current children cumulated vsize (KiB) 312000

[startup+102.301 s]
/proc/loadavg: 8.16 8.15 8.10 9/188 6421
/proc/meminfo: memFree=20838700/32951124 swapFree=67111528/67111528
[pid=6413] ppid=6411 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/6413/stat : 6413 (prissAuto.sh) S 6411 6413 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499382963 8908800 252 33554432000 4194304 4922060 140735406201344 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/6413/statm: 2175 252 211 178 0 68 0
[pid=6414] ppid=6413 vsize=310580 CPUtime=408.5 cores=0,2,4,6
/proc/6414/stat : 6414 (priss) S 6413 6413 4923 0 -1 4202496 31262 0 0 0 40828 22 0 0 18 0 5 0 499382963 318033920 28981 33554432000 4194304 5787044 140735941947840 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/6414/statm: 77645 28981 419 389 0 73395 0
[pid=6414/tid=6416] ppid=6413 vsize=310580 CPUtime=101.7 cores=0,2,4,6
/proc/6414/task/6416/stat : 6416 (priss) R 6413 6413 4923 0 -1 4202560 7418 0 0 0 10166 4 0 0 25 0 5 0 499382965 318033920 28981 33554432000 4194304 5787044 140735941947840 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=6414/tid=6417] ppid=6413 vsize=310580 CPUtime=102.25 cores=0,2,4,6
/proc/6414/task/6417/stat : 6417 (priss) R 6413 6413 4923 0 -1 4202560 9071 0 0 0 10218 7 0 0 25 0 5 0 499382965 318033920 28981 33554432000 4194304 5787044 140735941947840 18446744073709551615 5591813 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=6414/tid=6418] ppid=6413 vsize=310580 CPUtime=102.24 cores=0,2,4,6
/proc/6414/task/6418/stat : 6418 (priss) R 6413 6413 4923 0 -1 4202560 4669 0 0 0 10220 4 0 0 25 0 5 0 499382966 318033920 28981 33554432000 4194304 5787044 140735941947840 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=6414/tid=6419] ppid=6413 vsize=310580 CPUtime=102.24 cores=0,2,4,6
/proc/6414/task/6419/stat : 6419 (priss) R 6413 6413 4923 0 -1 4202560 7880 0 0 0 10219 5 0 0 25 0 5 0 499382967 318033920 28981 33554432000 4194304 5787044 140735941947840 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.5
Current children cumulated vsize (KiB) 319280

[startup+162.3 s]
/proc/loadavg: 8.18 8.16 8.10 9/188 6423
/proc/meminfo: memFree=20730292/32951124 swapFree=67111528/67111528
[pid=6413] ppid=6411 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/6413/stat : 6413 (prissAuto.sh) S 6411 6413 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499382963 8908800 252 33554432000 4194304 4922060 140735406201344 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/6413/statm: 2175 252 211 178 0 68 0
[pid=6414] ppid=6413 vsize=320968 CPUtime=648.19 cores=0,2,4,6

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

/proc/6414/task/6417/stat : 6417 (priss) R 6413 6413 4923 0 -1 4202560 20289 0 0 0 82211 16 0 0 25 0 5 0 499382965 379871232 70352 33554432000 4194304 5787044 140735941947840 18446744073709551615 5591539 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=6414/tid=6418] ppid=6413 vsize=370968 CPUtime=822.27 cores=0,2,4,6
/proc/6414/task/6418/stat : 6418 (priss) R 6413 6413 4923 0 -1 4202560 14336 0 0 0 82211 16 0 0 25 0 5 0 499382966 379871232 70352 33554432000 4194304 5787044 140735941947840 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=6414/tid=6419] ppid=6413 vsize=370968 CPUtime=822.24 cores=0,2,4,6
/proc/6414/task/6419/stat : 6419 (priss) R 6413 6413 4923 0 -1 4202560 19201 0 0 0 82209 15 0 0 25 0 5 0 499382967 379871232 70352 33554432000 4194304 5787044 140735941947840 18446744073709551615 4238732 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.62
Current children cumulated vsize (KiB) 379668

[startup+882.301 s]
/proc/loadavg: 8.10 8.12 8.09 9/188 6475
/proc/meminfo: memFree=21658080/32951124 swapFree=67111528/67111528
[pid=6413] ppid=6411 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/6413/stat : 6413 (prissAuto.sh) S 6411 6413 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499382963 8908800 252 33554432000 4194304 4922060 140735406201344 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/6413/statm: 2175 252 211 178 0 68 0
[pid=6414] ppid=6413 vsize=376404 CPUtime=3524.27 cores=0,2,4,6
/proc/6414/stat : 6414 (priss) S 6413 6413 4923 0 -1 4202496 78206 0 0 0 352359 68 0 0 18 0 5 0 499382963 385437696 75260 33554432000 4194304 5787044 140735941947840 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/6414/statm: 94101 75260 419 389 0 89851 0
[pid=6414/tid=6416] ppid=6413 vsize=376404 CPUtime=877.46 cores=0,2,4,6
/proc/6414/task/6416/stat : 6416 (priss) R 6413 6413 4923 0 -1 4202560 18538 0 0 0 87732 14 0 0 25 0 5 0 499382965 385437696 75260 33554432000 4194304 5787044 140735941947840 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=6414/tid=6417] ppid=6413 vsize=376404 CPUtime=882.26 cores=0,2,4,6
/proc/6414/task/6417/stat : 6417 (priss) R 6413 6413 4923 0 -1 4202560 21412 0 0 0 88209 17 0 0 25 0 5 0 499382965 385437696 75260 33554432000 4194304 5787044 140735941947840 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=6414/tid=6418] ppid=6413 vsize=376404 CPUtime=882.26 cores=0,2,4,6
/proc/6414/task/6418/stat : 6418 (priss) R 6413 6413 4923 0 -1 4202560 15290 0 0 0 88209 17 0 0 25 0 5 0 499382966 385437696 75260 33554432000 4194304 5787044 140735941947840 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=6414/tid=6419] ppid=6413 vsize=376404 CPUtime=882.23 cores=0,2,4,6
/proc/6414/task/6419/stat : 6419 (priss) R 6413 6413 4923 0 -1 4202560 20742 0 0 0 88206 17 0 0 25 0 5 0 499382967 385437696 75260 33554432000 4194304 5787044 140735941947840 18446744073709551615 5527610 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.27
Current children cumulated vsize (KiB) 385104

[startup+942.307 s]
/proc/loadavg: 8.08 8.11 8.09 9/188 6477
/proc/meminfo: memFree=21625784/32951124 swapFree=67111528/67111528
[pid=6413] ppid=6411 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/6413/stat : 6413 (prissAuto.sh) S 6411 6413 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499382963 8908800 252 33554432000 4194304 4922060 140735406201344 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/6413/statm: 2175 252 211 178 0 68 0
[pid=6414] ppid=6413 vsize=579248 CPUtime=3763.97 cores=0,2,4,6
/proc/6414/stat : 6414 (priss) S 6413 6413 4923 0 -1 4202496 81609 0 0 0 376326 71 0 0 18 0 5 0 499382963 593149952 78371 33554432000 4194304 5787044 140735941947840 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/6414/statm: 144812 78371 419 389 0 140562 0
[pid=6414/tid=6416] ppid=6413 vsize=579248 CPUtime=937.14 cores=0,2,4,6
/proc/6414/task/6416/stat : 6416 (priss) R 6413 6413 4923 0 -1 4202560 19155 0 0 0 93700 14 0 0 25 0 5 0 499382965 593149952 78371 33554432000 4194304 5787044 140735941947840 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=6414/tid=6417] ppid=6413 vsize=579248 CPUtime=942.27 cores=0,2,4,6
/proc/6414/task/6417/stat : 6417 (priss) R 6413 6413 4923 0 -1 4202560 22129 0 0 0 94209 18 0 0 25 0 5 0 499382965 593149952 78371 33554432000 4194304 5787044 140735941947840 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=6414/tid=6418] ppid=6413 vsize=579248 CPUtime=942.26 cores=0,2,4,6
/proc/6414/task/6418/stat : 6418 (priss) R 6413 6413 4923 0 -1 4202560 15829 0 0 0 94208 18 0 0 25 0 5 0 499382966 593149952 78371 33554432000 4194304 5787044 140735941947840 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=6414/tid=6419] ppid=6413 vsize=579248 CPUtime=942.23 cores=0,2,4,6
/proc/6414/task/6419/stat : 6419 (priss) R 6413 6413 4923 0 -1 4202560 22272 0 0 0 94205 18 0 0 25 0 5 0 499382967 593149952 78371 33554432000 4194304 5787044 140735941947840 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3763.97
Current children cumulated vsize (KiB) 587948

[startup+1002.3 s]
/proc/loadavg: 8.06 8.10 8.09 9/188 6478
/proc/meminfo: memFree=21606352/32951124 swapFree=67111528/67111528
[pid=6413] ppid=6411 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/6413/stat : 6413 (prissAuto.sh) S 6411 6413 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499382963 8908800 252 33554432000 4194304 4922060 140735406201344 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/6413/statm: 2175 252 211 178 0 68 0
[pid=6414] ppid=6413 vsize=579248 CPUtime=4003.62 cores=0,2,4,6
/proc/6414/stat : 6414 (priss) S 6413 6413 4923 0 -1 4202496 81787 0 0 0 400291 71 0 0 18 0 5 0 499382963 593149952 78452 33554432000 4194304 5787044 140735941947840 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/6414/statm: 144812 78452 419 389 0 140562 0
[pid=6414/tid=6416] ppid=6413 vsize=579248 CPUtime=996.81 cores=0,2,4,6
/proc/6414/task/6416/stat : 6416 (priss) R 6413 6413 4923 0 -1 4202560 19156 0 0 0 99667 14 0 0 25 0 5 0 499382965 593149952 78452 33554432000 4194304 5787044 140735941947840 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=6414/tid=6417] ppid=6413 vsize=579248 CPUtime=1002.26 cores=0,2,4,6
/proc/6414/task/6417/stat : 6417 (priss) R 6413 6413 4923 0 -1 4202560 22130 0 0 0 100208 18 0 0 25 0 5 0 499382965 593149952 78452 33554432000 4194304 5787044 140735941947840 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=6414/tid=6418] ppid=6413 vsize=579248 CPUtime=1002.26 cores=0,2,4,6
/proc/6414/task/6418/stat : 6418 (priss) R 6413 6413 4923 0 -1 4202560 15829 0 0 0 100208 18 0 0 25 0 5 0 499382966 593149952 78452 33554432000 4194304 5787044 140735941947840 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=6414/tid=6419] ppid=6413 vsize=579248 CPUtime=1002.22 cores=0,2,4,6
/proc/6414/task/6419/stat : 6419 (priss) R 6413 6413 4923 0 -1 4202560 22448 0 0 0 100204 18 0 0 25 0 5 0 499382967 593149952 78452 33554432000 4194304 5787044 140735941947840 18446744073709551615 5527582 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.62
Current children cumulated vsize (KiB) 587948

[startup+1062.3 s]
/proc/loadavg: 8.06 8.09 8.09 9/188 6480
/proc/meminfo: memFree=21599076/32951124 swapFree=67111528/67111528
[pid=6413] ppid=6411 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/6413/stat : 6413 (prissAuto.sh) S 6411 6413 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499382963 8908800 252 33554432000 4194304 4922060 140735406201344 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/6413/statm: 2175 252 211 178 0 68 0
[pid=6414] ppid=6413 vsize=579248 CPUtime=4243.29 cores=0,2,4,6
/proc/6414/stat : 6414 (priss) S 6413 6413 4923 0 -1 4202496 81806 0 0 0 424258 71 0 0 18 0 5 0 499382963 593149952 78471 33554432000 4194304 5787044 140735941947840 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/6414/statm: 144812 78471 419 389 0 140562 0
[pid=6414/tid=6416] ppid=6413 vsize=579248 CPUtime=1056.48 cores=0,2,4,6
/proc/6414/task/6416/stat : 6416 (priss) R 6413 6413 4923 0 -1 4202560 19159 0 0 0 105634 14 0 0 25 0 5 0 499382965 593149952 78471 33554432000 4194304 5787044 140735941947840 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=6414/tid=6417] ppid=6413 vsize=579248 CPUtime=1062.26 cores=0,2,4,6
/proc/6414/task/6417/stat : 6417 (priss) R 6413 6413 4923 0 -1 4202560 22131 0 0 0 106208 18 0 0 25 0 5 0 499382965 593149952 78471 33554432000 4194304 5787044 140735941947840 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=6414/tid=6418] ppid=6413 vsize=579248 CPUtime=1062.26 cores=0,2,4,6
/proc/6414/task/6418/stat : 6418 (priss) R 6413 6413 4923 0 -1 4202560 15842 0 0 0 106208 18 0 0 25 0 5 0 499382966 593149952 78471 33554432000 4194304 5787044 140735941947840 18446744073709551615 5591547 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=6414/tid=6419] ppid=6413 vsize=579248 CPUtime=1062.23 cores=0,2,4,6
/proc/6414/task/6419/stat : 6419 (priss) R 6413 6413 4923 0 -1 4202560 22450 0 0 0 106204 19 0 0 25 0 5 0 499382967 593149952 78471 33554432000 4194304 5787044 140735941947840 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4243.29
Current children cumulated vsize (KiB) 587948

[startup+1122.3 s]
/proc/loadavg: 8.13 8.10 8.09 9/188 6481
/proc/meminfo: memFree=21594896/32951124 swapFree=67111528/67111528
[pid=6413] ppid=6411 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/6413/stat : 6413 (prissAuto.sh) S 6411 6413 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499382963 8908800 252 33554432000 4194304 4922060 140735406201344 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/6413/statm: 2175 252 211 178 0 68 0
[pid=6414] ppid=6413 vsize=579408 CPUtime=4482.98 cores=0,2,4,6
/proc/6414/stat : 6414 (priss) S 6413 6413 4923 0 -1 4202496 81902 0 0 0 448226 72 0 0 18 0 5 0 499382963 593313792 78567 33554432000 4194304 5787044 140735941947840 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/6414/statm: 144852 78567 419 389 0 140602 0
[pid=6414/tid=6416] ppid=6413 vsize=579408 CPUtime=1116.16 cores=0,2,4,6
/proc/6414/task/6416/stat : 6416 (priss) R 6413 6413 4923 0 -1 4202560 19188 0 0 0 111602 14 0 0 25 0 5 0 499382965 593313792 78567 33554432000 4194304 5787044 140735941947840 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=6414/tid=6417] ppid=6413 vsize=579408 CPUtime=1122.27 cores=0,2,4,6
/proc/6414/task/6417/stat : 6417 (priss) R 6413 6413 4923 0 -1 4202560 22150 0 0 0 112209 18 0 0 25 0 5 0 499382965 593313792 78567 33554432000 4194304 5787044 140735941947840 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=6414/tid=6418] ppid=6413 vsize=579408 CPUtime=1122.26 cores=0,2,4,6
/proc/6414/task/6418/stat : 6418 (priss) R 6413 6413 4923 0 -1 4202560 15865 0 0 0 112208 18 0 0 25 0 5 0 499382966 593313792 78567 33554432000 4194304 5787044 140735941947840 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=6414/tid=6419] ppid=6413 vsize=579408 CPUtime=1122.23 cores=0,2,4,6
/proc/6414/task/6419/stat : 6419 (priss) R 6413 6413 4923 0 -1 4202560 22475 0 0 0 112204 19 0 0 25 0 5 0 499382967 593313792 78567 33554432000 4194304 5787044 140735941947840 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4482.98
Current children cumulated vsize (KiB) 588108

[startup+1182.3 s]
/proc/loadavg: 8.12 8.10 8.09 9/188 6483
/proc/meminfo: memFree=21588764/32951124 swapFree=67111528/67111528
[pid=6413] ppid=6411 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/6413/stat : 6413 (prissAuto.sh) S 6411 6413 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499382963 8908800 252 33554432000 4194304 4922060 140735406201344 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/6413/statm: 2175 252 211 178 0 68 0
[pid=6414] ppid=6413 vsize=579568 CPUtime=4722.65 cores=0,2,4,6
/proc/6414/stat : 6414 (priss) S 6413 6413 4923 0 -1 4202496 82525 0 0 0 472193 72 0 0 18 0 5 0 499382963 593477632 79190 33554432000 4194304 5787044 140735941947840 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/6414/statm: 144892 79190 419 389 0 140642 0
[pid=6414/tid=6416] ppid=6413 vsize=579568 CPUtime=1175.83 cores=0,2,4,6
/proc/6414/task/6416/stat : 6416 (priss) R 6413 6413 4923 0 -1 4202560 19225 0 0 0 117569 14 0 0 25 0 5 0 499382965 593477632 79190 33554432000 4194304 5787044 140735941947840 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=6414/tid=6417] ppid=6413 vsize=579568 CPUtime=1182.27 cores=0,2,4,6
/proc/6414/task/6417/stat : 6417 (priss) R 6413 6413 4923 0 -1 4202560 22202 0 0 0 118209 18 0 0 25 0 5 0 499382965 593477632 79190 33554432000 4194304 5787044 140735941947840 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=6414/tid=6418] ppid=6413 vsize=579568 CPUtime=1182.26 cores=0,2,4,6
/proc/6414/task/6418/stat : 6418 (priss) R 6413 6413 4923 0 -1 4202560 15912 0 0 0 118208 18 0 0 25 0 5 0 499382966 593477632 79190 33554432000 4194304 5787044 140735941947840 18446744073709551615 4218896 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=6414/tid=6419] ppid=6413 vsize=579568 CPUtime=1182.23 cores=0,2,4,6
/proc/6414/task/6419/stat : 6419 (priss) R 6413 6413 4923 0 -1 4202560 22962 0 0 0 118204 19 0 0 25 0 5 0 499382967 593477632 79190 33554432000 4194304 5787044 140735941947840 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.65
Current children cumulated vsize (KiB) 588268



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.16 8.11 8.09 9/188 6484
/proc/meminfo: memFree=21586640/32951124 swapFree=67111528/67111528
[pid=6413] ppid=6411 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/6413/stat : 6413 (prissAuto.sh) S 6411 6413 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499382963 8908800 252 33554432000 4194304 4922060 140735406201344 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/6413/statm: 2175 252 211 178 0 68 0
[pid=6414] ppid=6413 vsize=579568 CPUtime=4800.17 cores=0,2,4,6
/proc/6414/stat : 6414 (priss) S 6413 6413 4923 0 -1 4202496 83034 0 0 0 479944 73 0 0 18 0 5 0 499382963 593477632 79699 33554432000 4194304 5787044 140735941947840 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/6414/statm: 144892 79699 419 389 0 140642 0
[pid=6414/tid=6416] ppid=6413 vsize=579568 CPUtime=1195.13 cores=0,2,4,6
/proc/6414/task/6416/stat : 6416 (priss) R 6413 6413 4923 0 -1 4202560 19272 0 0 0 119499 14 0 0 25 0 5 0 499382965 593477632 79699 33554432000 4194304 5787044 140735941947840 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=6414/tid=6417] ppid=6413 vsize=579568 CPUtime=1201.67 cores=0,2,4,6
/proc/6414/task/6417/stat : 6417 (priss) R 6413 6413 4923 0 -1 4202560 22233 0 0 0 120149 18 0 0 25 0 5 0 499382965 593477632 79699 33554432000 4194304 5787044 140735941947840 18446744073709551615 5586806 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=6414/tid=6418] ppid=6413 vsize=579568 CPUtime=1201.67 cores=0,2,4,6
/proc/6414/task/6418/stat : 6418 (priss) R 6413 6413 4923 0 -1 4202560 15923 0 0 0 120149 18 0 0 25 0 5 0 499382966 593477632 79699 33554432000 4194304 5787044 140735941947840 18446744073709551615 5591217 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=6414/tid=6419] ppid=6413 vsize=579568 CPUtime=1201.64 cores=0,2,4,6
/proc/6414/task/6419/stat : 6419 (priss) R 6413 6413 4923 0 -1 4202560 23382 0 0 0 120144 20 0 0 25 0 5 0 499382967 593477632 79699 33554432000 4194304 5787044 140735941947840 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.17
Current children cumulated vsize (KiB) 588268

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 6413 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0
# while last known CPU time is 4800.17
#
# 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.17
CPU user time (s): 4799.44
CPU system time (s): 0.73
CPU usage (%): 399.442
Max. virtual memory (cumulated for all children) (KiB): 588268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 332
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.79173 second user time and 4.77227 second system time

The end

Launcher Data

Begin job on node140 at 2011-04-29 11:34:36
IDJOB=3265639
IDBENCH=85793
IDSOLVER=1602
FILE ID=node140/3265639-1304069676
RUNJOBID= node140-1304056417-4941
PBS_JOBID= 13170433
Free space on /tmp= 72660 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT05/crafted/sorge05/QG7a/gensys-ukn009.shuffled-as.sat05-3849.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3265639-1304069676/watcher-3265639-1304069676 -o /tmp/evaluation-result-3265639-1304069676/solver-3265639-1304069676 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3265639-1304069676.cnf 1622611920 4800 15500 4

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

MD5SUM BENCH= f2a1eb7937a7cda114ce344a30ca1145
RANDOM SEED=1622611920

node140.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.833
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.833
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	: 5226.14
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.833
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.833
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.77
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.833
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.833
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.74
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.833
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.833
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:      21047608 kB
Buffers:       2299568 kB
Cached:        7818520 kB
SwapCached:          0 kB
Active:        3835360 kB
Inactive:      7499572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21047608 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2204 kB
Writeback:           0 kB
AnonPages:     1216692 kB
Mapped:          15740 kB
Slab:           504528 kB
PageTables:       7336 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1417052 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= 72660 MiB
End job on node140 at 2011-04-29 11:54:40