Trace number 3258819

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.12 1201.82

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v2100c215164gyes2.cnf
MD5SUM5301921bbf5d6337937a0fa8d34aaf48
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2100
Number of clauses215164
Sum of the clauses size432288
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2215094
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 570

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: 29804
0.00/0.00	c setup for 4cores
0.00/0.04	c parsetime: 44629us
0.00/0.04	c parsed 215164 clauses with 2100 variables
0.00/0.06	c NW started thread 0 successfully (1085344064)
0.00/0.08	c NW started thread 1 successfully (1113069888)
0.00/0.10	c NW started thread 2 successfully (1099110720)
0.00/0.12	c NW started thread 3 successfully (1123559744)
32.01/8.14	c preprocessor returned 10004 variables
32.01/8.14	c preprocessing returned UNKNOWN
32.01/8.14	c PP set 0 variables
32.01/8.14	c pp time: 8006314us (8s)
32.01/8.14	c preprocessor returned 10004 variables
32.01/8.14	c preprocessing returned UNKNOWN
32.01/8.14	c PP set 0 variables
32.01/8.14	c pp time: 8080176us (8s)
32.01/8.14	c preprocessor returned 10004 variables
32.01/8.14	c preprocessing returned UNKNOWN
32.01/8.14	c PP set 0 variables
32.01/8.14	c pp time: 8041774us (8s)
64.75/16.38	c preprocessor returned 30022 variables
64.75/16.38	c preprocessing returned UNKNOWN
64.75/16.38	c PP set 0 variables
64.75/16.38	c pp time: 16256033us (16s)

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-3258819-1304045330/watcher-3258819-1304045330 -o /tmp/evaluation-result-3258819-1304045330/solver-3258819-1304045330 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3258819-1304045330.cnf 1818564014 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.06 8.05 7.95 5/182 29803
/proc/meminfo: memFree=20268844/32950928 swapFree=67111524/67111528
[pid=29803] ppid=29801 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29803/stat : 29803 (prissAuto.sh) S 29801 29803 28251 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594763669 8908800 252 33554432000 4194304 4922060 140735187092064 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29803/statm: 2175 252 211 178 0 68 0

[startup+0.0256391 s]
/proc/loadavg: 8.06 8.05 7.95 5/182 29803
/proc/meminfo: memFree=20268844/32950928 swapFree=67111524/67111528
[pid=29803] ppid=29801 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29803/stat : 29803 (prissAuto.sh) S 29801 29803 28251 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594763669 8908800 252 33554432000 4194304 4922060 140735187092064 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29803/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100613 s]
/proc/loadavg: 8.06 8.05 7.95 5/182 29803
/proc/meminfo: memFree=20268844/32950928 swapFree=67111524/67111528
[pid=29803] ppid=29801 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29803/stat : 29803 (prissAuto.sh) S 29801 29803 28251 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594763669 8908800 252 33554432000 4194304 4922060 140735187092064 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29803/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.307579 s]
/proc/loadavg: 8.06 8.05 7.95 5/182 29803
/proc/meminfo: memFree=20268844/32950928 swapFree=67111524/67111528
[pid=29803] ppid=29801 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29803/stat : 29803 (prissAuto.sh) S 29801 29803 28251 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594763669 8908800 252 33554432000 4194304 4922060 140735187092064 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29803/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.02738 s]
/proc/loadavg: 8.06 8.05 7.95 5/182 29803
/proc/meminfo: memFree=20268844/32950928 swapFree=67111524/67111528
[pid=29803] ppid=29801 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29803/stat : 29803 (prissAuto.sh) S 29801 29803 28251 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594763669 8908800 252 33554432000 4194304 4922060 140735187092064 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29803/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50029 s]
/proc/loadavg: 8.06 8.05 7.95 5/182 29803
/proc/meminfo: memFree=20268844/32950928 swapFree=67111524/67111528
[pid=29803] ppid=29801 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29803/stat : 29803 (prissAuto.sh) S 29801 29803 28251 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594763669 8908800 252 33554432000 4194304 4922060 140735187092064 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29803/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10099 s]
/proc/loadavg: 8.06 8.04 7.95 9/188 29810
/proc/meminfo: memFree=20189440/32950928 swapFree=67111524/67111528
[pid=29803] ppid=29801 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29803/stat : 29803 (prissAuto.sh) S 29801 29803 28251 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594763669 8908800 252 33554432000 4194304 4922060 140735187092064 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29803/statm: 2175 252 211 178 0 68 0
[pid=29804] ppid=29803 vsize=304356 CPUtime=12.03 cores=0,2,4,6
/proc/29804/stat : 29804 (priss) S 29803 29803 28251 0 -1 4202496 38543 0 0 0 1194 9 0 0 18 0 5 0 594763669 311660544 17437 33554432000 4194304 5787044 140734910358832 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/29804/statm: 76089 17437 350 389 0 71839 0
[pid=29804/tid=29806] ppid=29803 vsize=304356 CPUtime=2.99 cores=0,2,4,6
/proc/29804/task/29806/stat : 29806 (priss) R 29803 29803 28251 0 -1 4202560 6768 0 0 0 298 1 0 0 24 0 5 0 594763675 311660544 17437 33554432000 4194304 5787044 140734910358832 18446744073709551615 4336756 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29804/tid=29807] ppid=29803 vsize=304356 CPUtime=2.97 cores=0,2,4,6
/proc/29804/task/29807/stat : 29807 (priss) R 29803 29803 28251 0 -1 4202560 6640 0 0 0 296 1 0 0 23 0 5 0 594763677 311660544 17437 33554432000 4194304 5787044 140734910358832 18446744073709551615 4336827 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29804/tid=29808] ppid=29803 vsize=304356 CPUtime=2.97 cores=0,2,4,6
/proc/29804/task/29808/stat : 29808 (priss) R 29803 29803 28251 0 -1 4202560 7060 0 0 0 295 2 0 0 24 0 5 0 594763679 311660544 17437 33554432000 4194304 5787044 140734910358832 18446744073709551615 4336688 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29804/tid=29809] ppid=29803 vsize=304356 CPUtime=2.95 cores=0,2,4,6
/proc/29804/task/29809/stat : 29809 (priss) R 29803 29803 28251 0 -1 4202560 7100 0 0 0 293 2 0 0 24 0 5 0 594763682 311660544 17437 33554432000 4194304 5787044 140734910358832 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.03
Current children cumulated vsize (KiB) 313056

[startup+6.3004 s]
/proc/loadavg: 8.06 8.04 7.95 9/188 29810
/proc/meminfo: memFree=20178164/32950928 swapFree=67111524/67111528
[pid=29803] ppid=29801 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29803/stat : 29803 (prissAuto.sh) S 29801 29803 28251 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594763669 8908800 252 33554432000 4194304 4922060 140735187092064 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29803/statm: 2175 252 211 178 0 68 0
[pid=29804] ppid=29803 vsize=306732 CPUtime=24.82 cores=0,2,4,6
/proc/29804/stat : 29804 (priss) S 29803 29803 28251 0 -1 4202496 40871 0 0 0 2472 10 0 0 18 0 5 0 594763669 314093568 19765 33554432000 4194304 5787044 140734910358832 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/29804/statm: 76683 19765 352 389 0 72433 0
[pid=29804/tid=29806] ppid=29803 vsize=306732 CPUtime=6.18 cores=0,2,4,6
/proc/29804/task/29806/stat : 29806 (priss) R 29803 29803 28251 0 -1 4202560 7350 0 0 0 616 2 0 0 25 0 5 0 594763675 314093568 19765 33554432000 4194304 5787044 140734910358832 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29804/tid=29807] ppid=29803 vsize=306732 CPUtime=6.17 cores=0,2,4,6
/proc/29804/task/29807/stat : 29807 (priss) R 29803 29803 28251 0 -1 4202560 7223 0 0 0 616 1 0 0 25 0 5 0 594763677 314093568 19765 33554432000 4194304 5787044 140734910358832 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29804/tid=29808] ppid=29803 vsize=306732 CPUtime=6.17 cores=0,2,4,6
/proc/29804/task/29808/stat : 29808 (priss) R 29803 29803 28251 0 -1 4202560 7641 0 0 0 615 2 0 0 25 0 5 0 594763679 314093568 19765 33554432000 4194304 5787044 140734910358832 18446744073709551615 4336781 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29804/tid=29809] ppid=29803 vsize=306732 CPUtime=6.15 cores=0,2,4,6
/proc/29804/task/29809/stat : 29809 (priss) R 29803 29803 28251 0 -1 4202560 7682 0 0 0 613 2 0 0 25 0 5 0 594763682 314093568 19765 33554432000 4194304 5787044 140734910358832 18446744073709551615 4336804 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.82
Current children cumulated vsize (KiB) 315432

[startup+12.7062 s]
/proc/loadavg: 8.05 8.04 7.95 9/188 29810
/proc/meminfo: memFree=20139328/32950928 swapFree=67111524/67111528
[pid=29803] ppid=29801 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29803/stat : 29803 (prissAuto.sh) S 29801 29803 28251 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594763669 8908800 252 33554432000 4194304 4922060 140735187092064 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29803/statm: 2175 252 211 178 0 68 0
[pid=29804] ppid=29803 vsize=325252 CPUtime=50.4 cores=0,2,4,6
/proc/29804/stat : 29804 (priss) S 29803 29803 28251 0 -1 4202496 65041 0 0 0 5025 15 0 0 18 0 5 0 594763669 333058048 29367 33554432000 4194304 5787044 140734910358832 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/29804/statm: 81313 29367 404 389 0 77063 0
[pid=29804/tid=29806] ppid=29803 vsize=325252 CPUtime=12.54 cores=0,2,4,6
/proc/29804/task/29806/stat : 29806 (priss) R 29803 29803 28251 0 -1 4202560 15012 0 0 0 1251 3 0 0 25 0 5 0 594763675 333058048 29367 33554432000 4194304 5787044 140734910358832 18446744073709551615 4238565 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29804/tid=29807] ppid=29803 vsize=325252 CPUtime=12.57 cores=0,2,4,6
/proc/29804/task/29807/stat : 29807 (priss) R 29803 29803 28251 0 -1 4202560 14621 0 0 0 1255 2 0 0 25 0 5 0 594763677 333058048 29367 33554432000 4194304 5787044 140734910358832 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29804/tid=29808] ppid=29803 vsize=325252 CPUtime=12.57 cores=0,2,4,6
/proc/29804/task/29808/stat : 29808 (priss) R 29803 29803 28251 0 -1 4202560 14488 0 0 0 1253 4 0 0 25 0 5 0 594763679 333058048 29367 33554432000 4194304 5787044 140734910358832 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29804/tid=29809] ppid=29803 vsize=325252 CPUtime=12.56 cores=0,2,4,6
/proc/29804/task/29809/stat : 29809 (priss) R 29803 29803 28251 0 -1 4202560 9945 0 0 0 1254 2 0 0 25 0 5 0 594763682 333058048 29367 33554432000 4194304 5787044 140734910358832 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.4
Current children cumulated vsize (KiB) 333952

[startup+25.5008 s]
/proc/loadavg: 8.04 8.04 7.95 9/188 29810
/proc/meminfo: memFree=20083900/32950928 swapFree=67111524/67111528
[pid=29803] ppid=29801 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29803/stat : 29803 (prissAuto.sh) S 29801 29803 28251 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594763669 8908800 252 33554432000 4194304 4922060 140735187092064 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29803/statm: 2175 252 211 178 0 68 0
[pid=29804] ppid=29803 vsize=329764 CPUtime=101.51 cores=0,2,4,6
/proc/29804/stat : 29804 (priss) S 29803 29803 28251 0 -1 4202496 76765 0 0 0 10133 18 0 0 18 0 5 0 594763669 337678336 35160 33554432000 4194304 5787044 140734910358832 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/29804/statm: 82441 35160 417 389 0 78191 0
[pid=29804/tid=29806] ppid=29803 vsize=329764 CPUtime=25.27 cores=0,2,4,6
/proc/29804/task/29806/stat : 29806 (priss) R 29803 29803 28251 0 -1 4202560 16190 0 0 0 2524 3 0 0 25 0 5 0 594763675 337678336 35160 33554432000 4194304 5787044 140734910358832 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29804/tid=29807] ppid=29803 vsize=329764 CPUtime=25.37 cores=0,2,4,6
/proc/29804/task/29807/stat : 29807 (priss) R 29803 29803 28251 0 -1 4202560 15756 0 0 0 2534 3 0 0 25 0 5 0 594763677 337678336 35160 33554432000 4194304 5787044 140734910358832 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29804/tid=29808] ppid=29803 vsize=329764 CPUtime=25.36 cores=0,2,4,6
/proc/29804/task/29808/stat : 29808 (priss) R 29803 29803 28251 0 -1 4202560 15641 0 0 0 2532 4 0 0 25 0 5 0 594763679 337678336 35160 33554432000 4194304 5787044 140734910358832 18446744073709551615 4254464 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29804/tid=29809] ppid=29803 vsize=329764 CPUtime=25.35 cores=0,2,4,6
/proc/29804/task/29809/stat : 29809 (priss) R 29803 29803 28251 0 -1 4202560 18203 0 0 0 2531 4 0 0 25 0 5 0 594763682 337678336 35160 33554432000 4194304 5787044 140734910358832 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.51
Current children cumulated vsize (KiB) 338464

[startup+51.101 s]
/proc/loadavg: 8.00 8.04 7.95 9/188 29811
/proc/meminfo: memFree=20024164/32950928 swapFree=67111524/67111528
[pid=29803] ppid=29801 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29803/stat : 29803 (prissAuto.sh) S 29801 29803 28251 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594763669 8908800 252 33554432000 4194304 4922060 140735187092064 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29803/statm: 2175 252 211 178 0 68 0
[pid=29804] ppid=29803 vsize=343076 CPUtime=203.78 cores=0,2,4,6
/proc/29804/stat : 29804 (priss) S 29803 29803 28251 0 -1 4202496 85789 0 0 0 20356 22 0 0 18 0 5 0 594763669 351309824 44183 33554432000 4194304 5787044 140734910358832 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/29804/statm: 85769 44183 417 389 0 81519 0
[pid=29804/tid=29806] ppid=29803 vsize=343076 CPUtime=50.73 cores=0,2,4,6
/proc/29804/task/29806/stat : 29806 (priss) R 29803 29803 28251 0 -1 4202560 18397 0 0 0 5069 4 0 0 25 0 5 0 594763675 351309824 44183 33554432000 4194304 5787044 140734910358832 18446744073709551615 4255030 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29804/tid=29807] ppid=29803 vsize=343076 CPUtime=50.97 cores=0,2,4,6
/proc/29804/task/29807/stat : 29807 (priss) R 29803 29803 28251 0 -1 4202560 17968 0 0 0 5093 4 0 0 25 0 5 0 594763677 351309824 44183 33554432000 4194304 5787044 140734910358832 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29804/tid=29808] ppid=29803 vsize=343076 CPUtime=50.97 cores=0,2,4,6
/proc/29804/task/29808/stat : 29808 (priss) R 29803 29803 28251 0 -1 4202560 17886 0 0 0 5092 5 0 0 25 0 5 0 594763679 351309824 44183 33554432000 4194304 5787044 140734910358832 18446744073709551615 5591727 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29804/tid=29809] ppid=29803 vsize=343076 CPUtime=50.96 cores=0,2,4,6
/proc/29804/task/29809/stat : 29809 (priss) R 29803 29803 28251 0 -1 4202560 20563 0 0 0 5091 5 0 0 25 0 5 0 594763682 351309824 44183 33554432000 4194304 5787044 140734910358832 18446744073709551615 231895595551 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.78
Current children cumulated vsize (KiB) 351776

[startup+102.3 s]
/proc/loadavg: 8.10 8.06 7.96 9/188 29812
/proc/meminfo: memFree=19907460/32950928 swapFree=67111524/67111528
[pid=29803] ppid=29801 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29803/stat : 29803 (prissAuto.sh) S 29801 29803 28251 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594763669 8908800 252 33554432000 4194304 4922060 140735187092064 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29803/statm: 2175 252 211 178 0 68 0
[pid=29804] ppid=29803 vsize=358272 CPUtime=408.27 cores=0,2,4,6
/proc/29804/stat : 29804 (priss) S 29803 29803 28251 0 -1 4202496 98201 0 0 0 40792 35 0 0 18 0 5 0 594763669 366870528 56551 33554432000 4194304 5787044 140734910358832 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/29804/statm: 89568 56551 417 389 0 85318 0
[pid=29804/tid=29806] ppid=29803 vsize=358272 CPUtime=101.65 cores=0,2,4,6
/proc/29804/task/29806/stat : 29806 (priss) R 29803 29803 28251 0 -1 4202560 21288 0 0 0 10157 8 0 0 25 0 5 0 594763675 366870528 56551 33554432000 4194304 5787044 140734910358832 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29804/tid=29807] ppid=29803 vsize=358272 CPUtime=102.15 cores=0,2,4,6
/proc/29804/task/29807/stat : 29807 (priss) R 29803 29803 28251 0 -1 4202560 21808 0 0 0 10209 6 0 0 25 0 5 0 594763677 366870528 56551 33554432000 4194304 5787044 140734910358832 18446744073709551615 5590301 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29804/tid=29808] ppid=29803 vsize=358272 CPUtime=102.17 cores=0,2,4,6
/proc/29804/task/29808/stat : 29808 (priss) R 29803 29803 28251 0 -1 4202560 20907 0 0 0 10207 10 0 0 25 0 5 0 594763679 366870528 56551 33554432000 4194304 5787044 140734910358832 18446744073709551615 5591666 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29804/tid=29809] ppid=29803 vsize=358272 CPUtime=102.15 cores=0,2,4,6
/proc/29804/task/29809/stat : 29809 (priss) R 29803 29803 28251 0 -1 4202560 23223 0 0 0 10207 8 0 0 25 0 5 0 594763682 366870528 56551 33554432000 4194304 5787044 140734910358832 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.27
Current children cumulated vsize (KiB) 366972

[startup+162.307 s]
/proc/loadavg: 8.14 8.07 7.97 9/188 29814
/proc/meminfo: memFree=19791488/32950928 swapFree=67111524/67111528
[pid=29803] ppid=29801 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29803/stat : 29803 (prissAuto.sh) S 29801 29803 28251 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594763669 8908800 252 33554432000 4194304 4922060 140735187092064 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29803/statm: 2175 252 211 178 0 68 0
[pid=29804] ppid=29803 vsize=386964 CPUtime=647.95 cores=0,2,4,6

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

/proc/29804/task/29807/stat : 29807 (priss) R 29803 29803 28251 0 -1 4202560 55602 0 0 0 82180 27 0 0 25 0 5 0 594763677 893702144 178166 33554432000 4194304 5787044 140734910358832 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29804/tid=29808] ppid=29803 vsize=872756 CPUtime=818.36 cores=0,2,4,6
/proc/29804/task/29808/stat : 29808 (priss) R 29803 29803 28251 0 -1 4202560 52731 0 0 0 81785 51 0 0 25 0 5 0 594763679 893702144 178166 33554432000 4194304 5787044 140734910358832 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29804/tid=29809] ppid=29803 vsize=872756 CPUtime=822.15 cores=0,2,4,6
/proc/29804/task/29809/stat : 29809 (priss) R 29803 29803 28251 0 -1 4202560 45326 0 0 0 82174 41 0 0 25 0 5 0 594763682 893702144 178166 33554432000 4194304 5787044 140734910358832 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3284.21
Current children cumulated vsize (KiB) 881456

[startup+882.3 s]
/proc/loadavg: 8.00 8.03 8.00 9/188 29842
/proc/meminfo: memFree=18873832/32950928 swapFree=67111524/67111528
[pid=29803] ppid=29801 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29803/stat : 29803 (prissAuto.sh) S 29801 29803 28251 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594763669 8908800 252 33554432000 4194304 4922060 140735187092064 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29803/statm: 2175 252 211 178 0 68 0
[pid=29804] ppid=29803 vsize=872756 CPUtime=3523.85 cores=0,2,4,6
/proc/29804/stat : 29804 (priss) S 29803 29803 28251 0 -1 4202496 225786 0 0 0 352206 179 0 0 18 0 5 0 594763669 893702144 182238 33554432000 4194304 5787044 140734910358832 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/29804/statm: 218189 182238 417 389 0 213939 0
[pid=29804/tid=29806] ppid=29803 vsize=872756 CPUtime=881.48 cores=0,2,4,6
/proc/29804/task/29806/stat : 29806 (priss) R 29803 29803 28251 0 -1 4202560 57694 0 0 0 88096 52 0 0 25 0 5 0 594763675 893702144 182238 33554432000 4194304 5787044 140734910358832 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29804/tid=29807] ppid=29803 vsize=872756 CPUtime=882.06 cores=0,2,4,6
/proc/29804/task/29807/stat : 29807 (priss) R 29803 29803 28251 0 -1 4202560 55602 0 0 0 88179 27 0 0 25 0 5 0 594763677 893702144 182238 33554432000 4194304 5787044 140734910358832 18446744073709551615 5591488 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29804/tid=29808] ppid=29803 vsize=872756 CPUtime=878.31 cores=0,2,4,6
/proc/29804/task/29808/stat : 29808 (priss) R 29803 29803 28251 0 -1 4202560 56189 0 0 0 87775 56 0 0 25 0 5 0 594763679 893702144 182238 33554432000 4194304 5787044 140734910358832 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29804/tid=29809] ppid=29803 vsize=872756 CPUtime=881.85 cores=0,2,4,6
/proc/29804/task/29809/stat : 29809 (priss) R 29803 29803 28251 0 -1 4202560 45326 0 0 0 88144 41 0 0 25 0 5 0 594763682 893702144 182238 33554432000 4194304 5787044 140734910358832 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3523.85
Current children cumulated vsize (KiB) 881456

[startup+942.301 s]
/proc/loadavg: 8.07 8.04 8.00 9/188 29844
/proc/meminfo: memFree=18873664/32950928 swapFree=67111524/67111528
[pid=29803] ppid=29801 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29803/stat : 29803 (prissAuto.sh) S 29801 29803 28251 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594763669 8908800 252 33554432000 4194304 4922060 140735187092064 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29803/statm: 2175 252 211 178 0 68 0
[pid=29804] ppid=29803 vsize=872756 CPUtime=3763.53 cores=0,2,4,6
/proc/29804/stat : 29804 (priss) S 29803 29803 28251 0 -1 4202496 225788 0 0 0 376173 180 0 0 18 0 5 0 594763669 893702144 182240 33554432000 4194304 5787044 140734910358832 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/29804/statm: 218189 182240 417 389 0 213939 0
[pid=29804/tid=29806] ppid=29803 vsize=872756 CPUtime=941.49 cores=0,2,4,6
/proc/29804/task/29806/stat : 29806 (priss) R 29803 29803 28251 0 -1 4202560 57695 0 0 0 94096 53 0 0 25 0 5 0 594763675 893702144 182240 33554432000 4194304 5787044 140734910358832 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29804/tid=29807] ppid=29803 vsize=872756 CPUtime=942.06 cores=0,2,4,6
/proc/29804/task/29807/stat : 29807 (priss) R 29803 29803 28251 0 -1 4202560 55603 0 0 0 94179 27 0 0 25 0 5 0 594763677 893702144 182240 33554432000 4194304 5787044 140734910358832 18446744073709551615 4229318 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29804/tid=29808] ppid=29803 vsize=872756 CPUtime=938.31 cores=0,2,4,6
/proc/29804/task/29808/stat : 29808 (priss) R 29803 29803 28251 0 -1 4202560 56189 0 0 0 93775 56 0 0 25 0 5 0 594763679 893702144 182240 33554432000 4194304 5787044 140734910358832 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29804/tid=29809] ppid=29803 vsize=872756 CPUtime=941.52 cores=0,2,4,6
/proc/29804/task/29809/stat : 29809 (priss) R 29803 29803 28251 0 -1 4202560 45326 0 0 0 94111 41 0 0 25 0 5 0 594763682 893702144 182240 33554432000 4194304 5787044 140734910358832 18446744073709551615 5526827 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3763.53
Current children cumulated vsize (KiB) 881456

[startup+1002.3 s]
/proc/loadavg: 8.08 8.05 8.00 9/188 29845
/proc/meminfo: memFree=18869056/32950928 swapFree=67111524/67111528
[pid=29803] ppid=29801 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29803/stat : 29803 (prissAuto.sh) S 29801 29803 28251 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594763669 8908800 252 33554432000 4194304 4922060 140735187092064 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29803/statm: 2175 252 211 178 0 68 0
[pid=29804] ppid=29803 vsize=872756 CPUtime=4003.2 cores=0,2,4,6
/proc/29804/stat : 29804 (priss) S 29803 29803 28251 0 -1 4202496 225869 0 0 0 400140 180 0 0 18 0 5 0 594763669 893702144 182321 33554432000 4194304 5787044 140734910358832 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/29804/statm: 218189 182321 417 389 0 213939 0
[pid=29804/tid=29806] ppid=29803 vsize=872756 CPUtime=1001.49 cores=0,2,4,6
/proc/29804/task/29806/stat : 29806 (priss) R 29803 29803 28251 0 -1 4202560 57696 0 0 0 100096 53 0 0 25 0 5 0 594763675 893702144 182321 33554432000 4194304 5787044 140734910358832 18446744073709551615 5590530 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29804/tid=29807] ppid=29803 vsize=872756 CPUtime=1002.06 cores=0,2,4,6
/proc/29804/task/29807/stat : 29807 (priss) R 29803 29803 28251 0 -1 4202560 55606 0 0 0 100179 27 0 0 25 0 5 0 594763677 893702144 182321 33554432000 4194304 5787044 140734910358832 18446744073709551615 4238736 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29804/tid=29808] ppid=29803 vsize=872756 CPUtime=998.31 cores=0,2,4,6
/proc/29804/task/29808/stat : 29808 (priss) R 29803 29803 28251 0 -1 4202560 56189 0 0 0 99775 56 0 0 25 0 5 0 594763679 893702144 182321 33554432000 4194304 5787044 140734910358832 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29804/tid=29809] ppid=29803 vsize=872756 CPUtime=1001.2 cores=0,2,4,6
/proc/29804/task/29809/stat : 29809 (priss) R 29803 29803 28251 0 -1 4202560 45403 0 0 0 100079 41 0 0 25 0 5 0 594763682 893702144 182321 33554432000 4194304 5787044 140734910358832 18446744073709551615 5527227 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.2
Current children cumulated vsize (KiB) 881456

[startup+1062.3 s]
/proc/loadavg: 8.16 8.07 8.01 9/188 29847
/proc/meminfo: memFree=18814472/32950928 swapFree=67111524/67111528
[pid=29803] ppid=29801 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29803/stat : 29803 (prissAuto.sh) S 29801 29803 28251 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594763669 8908800 252 33554432000 4194304 4922060 140735187092064 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29803/statm: 2175 252 211 178 0 68 0
[pid=29804] ppid=29803 vsize=885056 CPUtime=4242.87 cores=0,2,4,6
/proc/29804/stat : 29804 (priss) S 29803 29803 28251 0 -1 4202496 229332 0 0 0 424105 182 0 0 18 0 5 0 594763669 906297344 185784 33554432000 4194304 5787044 140734910358832 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/29804/statm: 221264 185784 417 389 0 217014 0
[pid=29804/tid=29806] ppid=29803 vsize=885056 CPUtime=1061.49 cores=0,2,4,6
/proc/29804/task/29806/stat : 29806 (priss) R 29803 29803 28251 0 -1 4202560 58726 0 0 0 106096 53 0 0 25 0 5 0 594763675 906297344 185784 33554432000 4194304 5787044 140734910358832 18446744073709551615 5591539 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29804/tid=29807] ppid=29803 vsize=885056 CPUtime=1062.06 cores=0,2,4,6
/proc/29804/task/29807/stat : 29807 (priss) R 29803 29803 28251 0 -1 4202560 55615 0 0 0 106179 27 0 0 25 0 5 0 594763677 906297344 185784 33554432000 4194304 5787044 140734910358832 18446744073709551615 5591083 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29804/tid=29808] ppid=29803 vsize=885056 CPUtime=1058.3 cores=0,2,4,6
/proc/29804/task/29808/stat : 29808 (priss) R 29803 29803 28251 0 -1 4202560 56189 0 0 0 105774 56 0 0 25 0 5 0 594763679 906297344 185784 33554432000 4194304 5787044 140734910358832 18446744073709551615 4220317 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29804/tid=29809] ppid=29803 vsize=885056 CPUtime=1060.87 cores=0,2,4,6
/proc/29804/task/29809/stat : 29809 (priss) R 29803 29803 28251 0 -1 4202560 47827 0 0 0 106044 43 0 0 25 0 5 0 594763682 906297344 185784 33554432000 4194304 5787044 140734910358832 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4242.87
Current children cumulated vsize (KiB) 893756

[startup+1122.3 s]
/proc/loadavg: 8.11 8.07 8.01 9/188 29848
/proc/meminfo: memFree=18721452/32950928 swapFree=67111524/67111528
[pid=29803] ppid=29801 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29803/stat : 29803 (prissAuto.sh) S 29801 29803 28251 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594763669 8908800 252 33554432000 4194304 4922060 140735187092064 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29803/statm: 2175 252 211 178 0 68 0
[pid=29804] ppid=29803 vsize=960772 CPUtime=4482.54 cores=0,2,4,6
/proc/29804/stat : 29804 (priss) S 29803 29803 28251 0 -1 4202496 235515 0 0 0 448063 191 0 0 18 0 5 0 594763669 983830528 191967 33554432000 4194304 5787044 140734910358832 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/29804/statm: 240193 191967 417 389 0 235943 0
[pid=29804/tid=29806] ppid=29803 vsize=960772 CPUtime=1121.48 cores=0,2,4,6
/proc/29804/task/29806/stat : 29806 (priss) R 29803 29803 28251 0 -1 4202560 58777 0 0 0 112095 53 0 0 25 0 5 0 594763675 983830528 191967 33554432000 4194304 5787044 140734910358832 18446744073709551615 5592856 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29804/tid=29807] ppid=29803 vsize=960772 CPUtime=1122.07 cores=0,2,4,6
/proc/29804/task/29807/stat : 29807 (priss) R 29803 29803 28251 0 -1 4202560 58247 0 0 0 112178 29 0 0 25 0 5 0 594763677 983830528 191967 33554432000 4194304 5787044 140734910358832 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29804/tid=29808] ppid=29803 vsize=960772 CPUtime=1118.29 cores=0,2,4,6
/proc/29804/task/29808/stat : 29808 (priss) R 29803 29803 28251 0 -1 4202560 56190 0 0 0 111773 56 0 0 25 0 5 0 594763679 983830528 191967 33554432000 4194304 5787044 140734910358832 18446744073709551615 5592012 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29804/tid=29809] ppid=29803 vsize=960772 CPUtime=1120.55 cores=0,2,4,6
/proc/29804/task/29809/stat : 29809 (priss) R 29803 29803 28251 0 -1 4202560 51326 0 0 0 112005 50 0 0 25 0 5 0 594763682 983830528 191967 33554432000 4194304 5787044 140734910358832 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4482.54
Current children cumulated vsize (KiB) 969472

[startup+1182.3 s]
/proc/loadavg: 7.87 7.99 7.98 9/188 29883
/proc/meminfo: memFree=19584592/32950928 swapFree=67111524/67111528
[pid=29803] ppid=29801 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29803/stat : 29803 (prissAuto.sh) S 29801 29803 28251 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594763669 8908800 252 33554432000 4194304 4922060 140735187092064 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29803/statm: 2175 252 211 178 0 68 0
[pid=29804] ppid=29803 vsize=981312 CPUtime=4722.19 cores=0,2,4,6
/proc/29804/stat : 29804 (priss) S 29803 29803 28251 0 -1 4202496 247411 0 0 0 472013 206 0 0 18 0 5 0 594763669 1004863488 203638 33554432000 4194304 5787044 140734910358832 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/29804/statm: 245328 203638 417 389 0 241078 0
[pid=29804/tid=29806] ppid=29803 vsize=981312 CPUtime=1181.48 cores=0,2,4,6
/proc/29804/task/29806/stat : 29806 (priss) R 29803 29803 28251 0 -1 4202560 61817 0 0 0 118089 59 0 0 25 0 5 0 594763675 1004863488 203638 33554432000 4194304 5787044 140734910358832 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29804/tid=29807] ppid=29803 vsize=981312 CPUtime=1182.06 cores=0,2,4,6
/proc/29804/task/29807/stat : 29807 (priss) R 29803 29803 28251 0 -1 4202560 62368 0 0 0 118174 32 0 0 25 0 5 0 594763677 1004863488 203638 33554432000 4194304 5787044 140734910358832 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29804/tid=29808] ppid=29803 vsize=981312 CPUtime=1178.28 cores=0,2,4,6
/proc/29804/task/29808/stat : 29808 (priss) R 29803 29803 28251 0 -1 4202560 57579 0 0 0 117771 57 0 0 25 0 5 0 594763679 1004863488 203638 33554432000 4194304 5787044 140734910358832 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29804/tid=29809] ppid=29803 vsize=981312 CPUtime=1180.22 cores=0,2,4,6
/proc/29804/task/29809/stat : 29809 (priss) R 29803 29803 28251 0 -1 4202560 54672 0 0 0 117967 55 0 0 25 0 5 0 594763682 1004863488 203638 33554432000 4194304 5787044 140734910358832 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4722.19
Current children cumulated vsize (KiB) 990012



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.81 s]
/proc/loadavg: 7.97 8.01 7.99 9/188 29884
/proc/meminfo: memFree=19547256/32950928 swapFree=67111524/67111528
[pid=29803] ppid=29801 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29803/stat : 29803 (prissAuto.sh) S 29801 29803 28251 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594763669 8908800 252 33554432000 4194304 4922060 140735187092064 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29803/statm: 2175 252 211 178 0 68 0
[pid=29804] ppid=29803 vsize=986212 CPUtime=4800.12 cores=0,2,4,6
/proc/29804/stat : 29804 (priss) S 29803 29803 28251 0 -1 4202496 251549 0 0 0 479800 212 0 0 18 0 5 0 594763669 1009881088 207776 33554432000 4194304 5787044 140734910358832 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/29804/statm: 246553 207776 417 389 0 242303 0
[pid=29804/tid=29806] ppid=29803 vsize=986212 CPUtime=1200.99 cores=0,2,4,6
/proc/29804/task/29806/stat : 29806 (priss) R 29803 29803 28251 0 -1 4202560 63172 0 0 0 120038 61 0 0 25 0 5 0 594763675 1009881088 207776 33554432000 4194304 5787044 140734910358832 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29804/tid=29807] ppid=29803 vsize=986212 CPUtime=1201.57 cores=0,2,4,6
/proc/29804/task/29807/stat : 29807 (priss) R 29803 29803 28251 0 -1 4202560 63634 0 0 0 120124 33 0 0 25 0 5 0 594763677 1009881088 207776 33554432000 4194304 5787044 140734910358832 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29804/tid=29808] ppid=29803 vsize=986212 CPUtime=1197.79 cores=0,2,4,6
/proc/29804/task/29808/stat : 29808 (priss) R 29803 29803 28251 0 -1 4202560 59095 0 0 0 119719 60 0 0 25 0 5 0 594763679 1009881088 207776 33554432000 4194304 5787044 140734910358832 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29804/tid=29809] ppid=29803 vsize=986212 CPUtime=1199.62 cores=0,2,4,6
/proc/29804/task/29809/stat : 29809 (priss) R 29803 29803 28251 0 -1 4202560 54673 0 0 0 119907 55 0 0 25 0 5 0 594763682 1009881088 207776 33554432000 4194304 5787044 140734910358832 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.12
Current children cumulated vsize (KiB) 994912

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

Real time (s): 1201.82
CPU time (s): 4800.12
CPU user time (s): 4798
CPU system time (s): 2.12
CPU usage (%): 399.403
Max. virtual memory (cumulated for all children) (KiB): 994912

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= 5
involuntary context switches= 2

runsolver used 1.72674 second user time and 4.83826 second system time

The end

Launcher Data

Begin job on node114 at 2011-04-29 04:48:50
IDJOB=3258819
IDBENCH=71428
IDSOLVER=1602
FILE ID=node114/3258819-1304045330
RUNJOBID= node114-1304044060-29644
PBS_JOBID= 13170369
Free space on /tmp= 71796 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v2100c215164gyes2.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3258819-1304045330/watcher-3258819-1304045330 -o /tmp/evaluation-result-3258819-1304045330/solver-3258819-1304045330 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3258819-1304045330.cnf 1818564014 4800 15500 4

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

MD5SUM BENCH= 5301921bbf5d6337937a0fa8d34aaf48
RANDOM SEED=1818564014

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
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:     32950928 kB
MemFree:      20268992 kB
Buffers:       2254768 kB
Cached:        9544340 kB
SwapCached:          4 kB
Active:        3607668 kB
Inactive:      8495416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20268992 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            4284 kB
Writeback:           0 kB
AnonPages:      303316 kB
Mapped:          15616 kB
Slab:           516080 kB
PageTables:       5312 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   491772 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= 71796 MiB
End job on node114 at 2011-04-29 05:08:54