Trace number 3259567

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

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v1560c133795gyes1.cnf
MD5SUM118632220c6f3388c45a2582e9a2ac0e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark816.061
Satisfiable
(Un)Satisfiability was proved
Number of variables1560
Number of clauses133795
Sum of the clauses size269030
Maximum clause length26
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2133735
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 560

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: 29912
0.00/0.00	c setup for 4cores
0.00/0.03	c parsetime: 28280us
0.00/0.03	c parsed 133795 clauses with 1560 variables
0.00/0.04	c NW started thread 0 successfully (1087756608)
0.00/0.05	c NW started thread 1 successfully (1108879680)
0.00/0.06	c NW started thread 2 successfully (1098246464)
0.00/0.08	c NW started thread 3 successfully (1119369536)
18.55/4.77	c preprocessor returned 10010 variables
18.55/4.77	c preprocessing returned UNKNOWN
18.55/4.77	c PP set 0 variables
18.55/4.77	c pp time: 4721512us (4s)
18.95/4.81	c preprocessor returned 10010 variables
18.95/4.81	c preprocessing returned UNKNOWN
18.95/4.81	c PP set 0 variables
18.95/4.81	c pp time: 4741881us (4s)
18.95/4.84	c preprocessor returned 10010 variables
18.95/4.84	c preprocessing returned UNKNOWN
18.95/4.84	c PP set 0 variables
18.95/4.84	c pp time: 4800022us (4s)
34.95/8.88	c preprocessor returned 30011 variables
34.95/8.88	c preprocessing returned UNKNOWN
34.95/8.88	c PP set 0 variables
34.95/8.88	c pp time: 8806707us (8s)

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-3259567-1304046534/watcher-3259567-1304046534 -o /tmp/evaluation-result-3259567-1304046534/solver-3259567-1304046534 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3259567-1304046534.cnf 1908265150 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: 7.65 7.94 7.97 6/182 29911
/proc/meminfo: memFree=20379048/32950928 swapFree=67111524/67111528
[pid=29911] ppid=29909 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29911/stat : 29911 (prissAuto.sh) S 29909 29911 28251 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594884067 8908800 252 33554432000 4194304 4922060 140733520937984 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29911/statm: 2175 252 211 178 0 68 0

[startup+0.0106121 s]
/proc/loadavg: 7.65 7.94 7.97 6/182 29911
/proc/meminfo: memFree=20379048/32950928 swapFree=67111524/67111528
[pid=29911] ppid=29909 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29911/stat : 29911 (prissAuto.sh) S 29909 29911 28251 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594884067 8908800 252 33554432000 4194304 4922060 140733520937984 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29911/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100674 s]
/proc/loadavg: 7.65 7.94 7.97 6/182 29911
/proc/meminfo: memFree=20379048/32950928 swapFree=67111524/67111528
[pid=29911] ppid=29909 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29911/stat : 29911 (prissAuto.sh) S 29909 29911 28251 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594884067 8908800 252 33554432000 4194304 4922060 140733520937984 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29911/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300476 s]
/proc/loadavg: 7.65 7.94 7.97 6/182 29911
/proc/meminfo: memFree=20379048/32950928 swapFree=67111524/67111528
[pid=29911] ppid=29909 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29911/stat : 29911 (prissAuto.sh) S 29909 29911 28251 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594884067 8908800 252 33554432000 4194304 4922060 140733520937984 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29911/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700401 s]
/proc/loadavg: 7.65 7.94 7.97 6/182 29911
/proc/meminfo: memFree=20379048/32950928 swapFree=67111524/67111528
[pid=29911] ppid=29909 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29911/stat : 29911 (prissAuto.sh) S 29909 29911 28251 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594884067 8908800 252 33554432000 4194304 4922060 140733520937984 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29911/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50025 s]
/proc/loadavg: 7.65 7.94 7.97 9/188 29917
/proc/meminfo: memFree=20328540/32950928 swapFree=67111524/67111528
[pid=29911] ppid=29909 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29911/stat : 29911 (prissAuto.sh) S 29909 29911 28251 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594884067 8908800 252 33554432000 4194304 4922060 140733520937984 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29911/statm: 2175 252 211 178 0 68 0
[pid=29912] ppid=29911 vsize=295304 CPUtime=5.76 cores=0,2,4,6
/proc/29912/stat : 29912 (priss) S 29911 29911 28251 0 -1 4202496 24813 0 0 0 571 5 0 0 18 0 5 0 594884067 302391296 12611 33554432000 4194304 5787044 140735566284976 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29912/statm: 73826 12611 350 389 0 69576 0
[pid=29912/tid=29914] ppid=29911 vsize=295304 CPUtime=1.42 cores=0,2,4,6
/proc/29912/task/29914/stat : 29914 (priss) R 29911 29911 28251 0 -1 4202560 3950 0 0 0 141 1 0 0 19 0 5 0 594884071 302391296 12611 33554432000 4194304 5787044 140735566284976 18446744073709551615 4336768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29912/tid=29915] ppid=29911 vsize=295304 CPUtime=1.42 cores=0,2,4,6
/proc/29912/task/29915/stat : 29915 (priss) R 29911 29911 28251 0 -1 4202560 4370 0 0 0 142 0 0 0 19 0 5 0 594884072 302391296 12611 33554432000 4194304 5787044 140735566284976 18446744073709551615 4336756 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29912/tid=29916] ppid=29911 vsize=295304 CPUtime=1.41 cores=0,2,4,6
/proc/29912/task/29916/stat : 29916 (priss) R 29911 29911 28251 0 -1 4202560 4568 0 0 0 140 1 0 0 19 0 5 0 594884074 302391296 12611 33554432000 4194304 5787044 140735566284976 18446744073709551615 4336688 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29912/tid=29917] ppid=29911 vsize=295304 CPUtime=1.4 cores=0,2,4,6
/proc/29912/task/29917/stat : 29917 (priss) R 29911 29911 28251 0 -1 4202560 4424 0 0 0 140 0 0 0 19 0 5 0 594884075 302391296 12611 33554432000 4194304 5787044 140735566284976 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.76
Current children cumulated vsize (KiB) 304004

[startup+3.10095 s]
/proc/loadavg: 7.65 7.94 7.97 9/188 29917
/proc/meminfo: memFree=20328544/32950928 swapFree=67111524/67111528
[pid=29911] ppid=29909 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29911/stat : 29911 (prissAuto.sh) S 29909 29911 28251 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594884067 8908800 252 33554432000 4194304 4922060 140733520937984 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29911/statm: 2175 252 211 178 0 68 0
[pid=29912] ppid=29911 vsize=295304 CPUtime=12.17 cores=0,2,4,6
/proc/29912/stat : 29912 (priss) S 29911 29911 28251 0 -1 4202496 26050 0 0 0 1211 6 0 0 18 0 5 0 594884067 302391296 13848 33554432000 4194304 5787044 140735566284976 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29912/statm: 73826 13848 352 389 0 69576 0
[pid=29912/tid=29914] ppid=29911 vsize=295304 CPUtime=3.02 cores=0,2,4,6
/proc/29912/task/29914/stat : 29914 (priss) R 29911 29911 28251 0 -1 4202560 3950 0 0 0 301 1 0 0 25 0 5 0 594884071 302391296 13848 33554432000 4194304 5787044 140735566284976 18446744073709551615 4335604 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29912/tid=29915] ppid=29911 vsize=295304 CPUtime=3.02 cores=0,2,4,6
/proc/29912/task/29915/stat : 29915 (priss) R 29911 29911 28251 0 -1 4202560 4784 0 0 0 302 0 0 0 25 0 5 0 594884072 302391296 13848 33554432000 4194304 5787044 140735566284976 18446744073709551615 231895145738 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29912/tid=29916] ppid=29911 vsize=295304 CPUtime=3.01 cores=0,2,4,6
/proc/29912/task/29916/stat : 29916 (priss) R 29911 29911 28251 0 -1 4202560 4980 0 0 0 300 1 0 0 24 0 5 0 594884074 302391296 13848 33554432000 4194304 5787044 140735566284976 18446744073709551615 4336759 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29912/tid=29917] ppid=29911 vsize=295304 CPUtime=3 cores=0,2,4,6
/proc/29912/task/29917/stat : 29917 (priss) R 29911 29911 28251 0 -1 4202560 4835 0 0 0 300 0 0 0 24 0 5 0 594884075 302391296 13848 33554432000 4194304 5787044 140735566284976 18446744073709551615 4336773 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.17
Current children cumulated vsize (KiB) 304004

[startup+6.30035 s]
/proc/loadavg: 7.68 7.94 7.97 9/188 29917
/proc/meminfo: memFree=20297420/32950928 swapFree=67111524/67111528
[pid=29911] ppid=29909 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29911/stat : 29911 (prissAuto.sh) S 29909 29911 28251 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594884067 8908800 252 33554432000 4194304 4922060 140733520937984 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29911/statm: 2175 252 211 178 0 68 0
[pid=29912] ppid=29911 vsize=311436 CPUtime=24.95 cores=0,2,4,6
/proc/29912/stat : 29912 (priss) S 29911 29911 28251 0 -1 4202496 41614 0 0 0 2487 8 0 0 18 0 5 0 594884067 318910464 20468 33554432000 4194304 5787044 140735566284976 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29912/statm: 77859 20468 404 389 0 73609 0
[pid=29912/tid=29914] ppid=29911 vsize=311436 CPUtime=6.2 cores=0,2,4,6
/proc/29912/task/29914/stat : 29914 (priss) R 29911 29911 28251 0 -1 4202560 7151 0 0 0 618 2 0 0 25 0 5 0 594884071 318910464 20468 33554432000 4194304 5787044 140735566284976 18446744073709551615 5591532 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29912/tid=29915] ppid=29911 vsize=311436 CPUtime=6.22 cores=0,2,4,6
/proc/29912/task/29915/stat : 29915 (priss) R 29911 29911 28251 0 -1 4202560 9830 0 0 0 621 1 0 0 25 0 5 0 594884072 318910464 20468 33554432000 4194304 5787044 140735566284976 18446744073709551615 5591012 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29912/tid=29916] ppid=29911 vsize=311436 CPUtime=6.22 cores=0,2,4,6
/proc/29912/task/29916/stat : 29916 (priss) R 29911 29911 28251 0 -1 4202560 10035 0 0 0 620 2 0 0 25 0 5 0 594884074 318910464 20468 33554432000 4194304 5787044 140735566284976 18446744073709551615 5590380 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29912/tid=29917] ppid=29911 vsize=311436 CPUtime=6.2 cores=0,2,4,6
/proc/29912/task/29917/stat : 29917 (priss) R 29911 29911 28251 0 -1 4202560 7097 0 0 0 620 0 0 0 25 0 5 0 594884075 318910464 20468 33554432000 4194304 5787044 140735566284976 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.95
Current children cumulated vsize (KiB) 320136

[startup+12.7012 s]
/proc/loadavg: 7.71 7.94 7.97 9/188 29917
/proc/meminfo: memFree=20264128/32950928 swapFree=67111524/67111528
[pid=29911] ppid=29909 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29911/stat : 29911 (prissAuto.sh) S 29909 29911 28251 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594884067 8908800 252 33554432000 4194304 4922060 140733520937984 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29911/statm: 2175 252 211 178 0 68 0
[pid=29912] ppid=29911 vsize=317016 CPUtime=50.5 cores=0,2,4,6
/proc/29912/stat : 29912 (priss) S 29911 29911 28251 0 -1 4202496 50020 0 0 0 5040 10 0 0 18 0 5 0 594884067 324624384 24796 33554432000 4194304 5787044 140735566284976 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29912/statm: 79254 24796 417 389 0 75004 0
[pid=29912/tid=29914] ppid=29911 vsize=317016 CPUtime=12.57 cores=0,2,4,6
/proc/29912/task/29914/stat : 29914 (priss) R 29911 29911 28251 0 -1 4202560 8546 0 0 0 1254 3 0 0 25 0 5 0 594884071 324624384 24796 33554432000 4194304 5787044 140735566284976 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29912/tid=29915] ppid=29911 vsize=317016 CPUtime=12.62 cores=0,2,4,6
/proc/29912/task/29915/stat : 29915 (priss) R 29911 29911 28251 0 -1 4202560 10448 0 0 0 1261 1 0 0 25 0 5 0 594884072 324624384 24796 33554432000 4194304 5787044 140735566284976 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29912/tid=29916] ppid=29911 vsize=317016 CPUtime=12.61 cores=0,2,4,6
/proc/29912/task/29916/stat : 29916 (priss) R 29911 29911 28251 0 -1 4202560 10643 0 0 0 1259 2 0 0 25 0 5 0 594884074 324624384 24796 33554432000 4194304 5787044 140735566284976 18446744073709551615 5585240 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29912/tid=29917] ppid=29911 vsize=317016 CPUtime=12.6 cores=0,2,4,6
/proc/29912/task/29917/stat : 29917 (priss) R 29911 29911 28251 0 -1 4202560 12882 0 0 0 1258 2 0 0 25 0 5 0 594884075 324624384 24796 33554432000 4194304 5787044 140735566284976 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 325716

[startup+25.5008 s]
/proc/loadavg: 7.84 7.96 7.97 9/188 29917
/proc/meminfo: memFree=20237960/32950928 swapFree=67111524/67111528
[pid=29911] ppid=29909 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29911/stat : 29911 (prissAuto.sh) S 29909 29911 28251 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594884067 8908800 252 33554432000 4194304 4922060 140733520937984 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29911/statm: 2175 252 211 178 0 68 0
[pid=29912] ppid=29911 vsize=321580 CPUtime=101.63 cores=0,2,4,6
/proc/29912/stat : 29912 (priss) S 29911 29911 28251 0 -1 4202496 54102 0 0 0 10151 12 0 0 18 0 5 0 594884067 329297920 28878 33554432000 4194304 5787044 140735566284976 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29912/statm: 80395 28878 417 389 0 76145 0
[pid=29912/tid=29914] ppid=29911 vsize=321580 CPUtime=25.29 cores=0,2,4,6
/proc/29912/task/29914/stat : 29914 (priss) R 29911 29911 28251 0 -1 4202560 9632 0 0 0 2526 3 0 0 25 0 5 0 594884071 329297920 28878 33554432000 4194304 5787044 140735566284976 18446744073709551615 5592119 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29912/tid=29915] ppid=29911 vsize=321580 CPUtime=25.42 cores=0,2,4,6
/proc/29912/task/29915/stat : 29915 (priss) R 29911 29911 28251 0 -1 4202560 11503 0 0 0 2540 2 0 0 25 0 5 0 594884072 329297920 28878 33554432000 4194304 5787044 140735566284976 18446744073709551615 231895157664 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29912/tid=29916] ppid=29911 vsize=321580 CPUtime=25.41 cores=0,2,4,6
/proc/29912/task/29916/stat : 29916 (priss) R 29911 29911 28251 0 -1 4202560 11633 0 0 0 2539 2 0 0 25 0 5 0 594884074 329297920 28878 33554432000 4194304 5787044 140735566284976 18446744073709551615 4254464 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29912/tid=29917] ppid=29911 vsize=321580 CPUtime=25.39 cores=0,2,4,6
/proc/29912/task/29917/stat : 29917 (priss) R 29911 29911 28251 0 -1 4202560 13833 0 0 0 2537 2 0 0 25 0 5 0 594884075 329297920 28878 33554432000 4194304 5787044 140735566284976 18446744073709551615 5526901 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.63
Current children cumulated vsize (KiB) 330280

[startup+51.101 s]
/proc/loadavg: 7.95 7.98 7.98 9/188 29918
/proc/meminfo: memFree=20187720/32950928 swapFree=67111524/67111528
[pid=29911] ppid=29909 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29911/stat : 29911 (prissAuto.sh) S 29909 29911 28251 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594884067 8908800 252 33554432000 4194304 4922060 140733520937984 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29911/statm: 2175 252 211 178 0 68 0
[pid=29912] ppid=29911 vsize=336304 CPUtime=203.87 cores=0,2,4,6
/proc/29912/stat : 29912 (priss) S 29911 29911 28251 0 -1 4202496 63104 0 0 0 20368 19 0 0 18 0 5 0 594884067 344375296 37879 33554432000 4194304 5787044 140735566284976 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29912/statm: 84076 37879 417 389 0 79826 0
[pid=29912/tid=29914] ppid=29911 vsize=336304 CPUtime=50.76 cores=0,2,4,6
/proc/29912/task/29914/stat : 29914 (priss) R 29911 29911 28251 0 -1 4202560 12259 0 0 0 5071 5 0 0 25 0 5 0 594884071 344375296 37879 33554432000 4194304 5787044 140735566284976 18446744073709551615 5591075 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29912/tid=29915] ppid=29911 vsize=336304 CPUtime=51.01 cores=0,2,4,6
/proc/29912/task/29915/stat : 29915 (priss) R 29911 29911 28251 0 -1 4202560 13014 0 0 0 5098 3 0 0 25 0 5 0 594884072 344375296 37880 33554432000 4194304 5787044 140735566284976 18446744073709551615 231895151649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29912/tid=29916] ppid=29911 vsize=336304 CPUtime=51.01 cores=0,2,4,6
/proc/29912/task/29916/stat : 29916 (priss) R 29911 29911 28251 0 -1 4202560 13725 0 0 0 5096 5 0 0 25 0 5 0 594884074 344375296 37880 33554432000 4194304 5787044 140735566284976 18446744073709551615 5592109 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29912/tid=29917] ppid=29911 vsize=336304 CPUtime=50.99 cores=0,2,4,6
/proc/29912/task/29917/stat : 29917 (priss) R 29911 29911 28251 0 -1 4202560 16606 0 0 0 5095 4 0 0 25 0 5 0 594884075 344375296 37880 33554432000 4194304 5787044 140735566284976 18446744073709551615 5528651 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.87
Current children cumulated vsize (KiB) 345004

[startup+102.306 s]
/proc/loadavg: 8.10 8.01 7.99 9/188 29919
/proc/meminfo: memFree=20096060/32950928 swapFree=67111524/67111528
[pid=29911] ppid=29909 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29911/stat : 29911 (prissAuto.sh) S 29909 29911 28251 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594884067 8908800 252 33554432000 4194304 4922060 140733520937984 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29911/statm: 2175 252 211 178 0 68 0
[pid=29912] ppid=29911 vsize=357648 CPUtime=408.39 cores=0,2,4,6
/proc/29912/stat : 29912 (priss) S 29911 29911 28251 0 -1 4202496 77355 0 0 0 40806 33 0 0 18 0 5 0 594884067 366231552 52064 33554432000 4194304 5787044 140735566284976 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29912/statm: 89412 52064 417 389 0 85162 0
[pid=29912/tid=29914] ppid=29911 vsize=357648 CPUtime=101.68 cores=0,2,4,6
/proc/29912/task/29914/stat : 29914 (priss) R 29911 29911 28251 0 -1 4202560 15507 0 0 0 10161 7 0 0 25 0 5 0 594884071 366231552 52064 33554432000 4194304 5787044 140735566284976 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29912/tid=29915] ppid=29911 vsize=357648 CPUtime=102.22 cores=0,2,4,6
/proc/29912/task/29915/stat : 29915 (priss) R 29911 29911 28251 0 -1 4202560 16216 0 0 0 10214 8 0 0 25 0 5 0 594884072 366231552 52064 33554432000 4194304 5787044 140735566284976 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29912/tid=29916] ppid=29911 vsize=357648 CPUtime=102.2 cores=0,2,4,6
/proc/29912/task/29916/stat : 29916 (priss) R 29911 29911 28251 0 -1 4202560 17204 0 0 0 10212 8 0 0 25 0 5 0 594884074 366231552 52064 33554432000 4194304 5787044 140735566284976 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29912/tid=29917] ppid=29911 vsize=357648 CPUtime=102.2 cores=0,2,4,6

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

/proc/29912/task/29915/stat : 29915 (priss) R 29911 29911 28251 0 -1 4202560 41631 0 0 0 82174 46 0 0 25 0 5 0 594884072 806891520 156955 33554432000 4194304 5787044 140735566284976 18446744073709551615 5591083 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29912/tid=29916] ppid=29911 vsize=787980 CPUtime=822.19 cores=0,2,4,6
/proc/29912/task/29916/stat : 29916 (priss) R 29911 29911 28251 0 -1 4202560 48158 0 0 0 82171 48 0 0 25 0 5 0 594884074 806891520 156955 33554432000 4194304 5787044 140735566284976 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29912/tid=29917] ppid=29911 vsize=787980 CPUtime=822.12 cores=0,2,4,6
/proc/29912/task/29917/stat : 29917 (priss) R 29911 29911 28251 0 -1 4202560 44435 0 0 0 82176 36 0 0 25 0 5 0 594884075 806891520 156955 33554432000 4194304 5787044 140735566284976 18446744073709551615 4238583 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3284.34
Current children cumulated vsize (KiB) 796680

[startup+882.3 s]
/proc/loadavg: 8.22 8.16 8.07 9/188 29940
/proc/meminfo: memFree=19361408/32950928 swapFree=67111524/67111528
[pid=29911] ppid=29909 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29911/stat : 29911 (prissAuto.sh) S 29909 29911 28251 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594884067 8908800 252 33554432000 4194304 4922060 140733520937984 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29911/statm: 2175 252 211 178 0 68 0
[pid=29912] ppid=29911 vsize=787980 CPUtime=3524.01 cores=0,2,4,6
/proc/29912/stat : 29912 (priss) S 29911 29911 28251 0 -1 4202496 188267 0 0 0 352241 160 0 0 18 0 5 0 594884067 806891520 160868 33554432000 4194304 5787044 140735566284976 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29912/statm: 196995 160868 417 389 0 192745 0
[pid=29912/tid=29914] ppid=29911 vsize=787980 CPUtime=877.4 cores=0,2,4,6
/proc/29912/task/29914/stat : 29914 (priss) R 29911 29911 28251 0 -1 4202560 42405 0 0 0 87717 23 0 0 25 0 5 0 594884071 806891520 160868 33554432000 4194304 5787044 140735566284976 18446744073709551615 5586592 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29912/tid=29915] ppid=29911 vsize=787980 CPUtime=882.2 cores=0,2,4,6
/proc/29912/task/29915/stat : 29915 (priss) R 29911 29911 28251 0 -1 4202560 41631 0 0 0 88174 46 0 0 25 0 5 0 594884072 806891520 160868 33554432000 4194304 5787044 140735566284976 18446744073709551615 5601773 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29912/tid=29916] ppid=29911 vsize=787980 CPUtime=882.19 cores=0,2,4,6
/proc/29912/task/29916/stat : 29916 (priss) R 29911 29911 28251 0 -1 4202560 48158 0 0 0 88171 48 0 0 25 0 5 0 594884074 806891520 160868 33554432000 4194304 5787044 140735566284976 18446744073709551615 231907316405 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29912/tid=29917] ppid=29911 vsize=787980 CPUtime=882.12 cores=0,2,4,6
/proc/29912/task/29917/stat : 29917 (priss) R 29911 29911 28251 0 -1 4202560 48572 0 0 0 88171 41 0 0 25 0 5 0 594884075 806891520 160868 33554432000 4194304 5787044 140735566284976 18446744073709551615 231907316405 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3524.01
Current children cumulated vsize (KiB) 796680

[startup+942.3 s]
/proc/loadavg: 8.21 8.16 8.07 9/188 29942
/proc/meminfo: memFree=19361268/32950928 swapFree=67111524/67111528
[pid=29911] ppid=29909 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29911/stat : 29911 (prissAuto.sh) S 29909 29911 28251 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594884067 8908800 252 33554432000 4194304 4922060 140733520937984 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29911/statm: 2175 252 211 178 0 68 0
[pid=29912] ppid=29911 vsize=787980 CPUtime=3763.69 cores=0,2,4,6
/proc/29912/stat : 29912 (priss) S 29911 29911 28251 0 -1 4202496 188272 0 0 0 376208 161 0 0 18 0 5 0 594884067 806891520 160873 33554432000 4194304 5787044 140735566284976 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29912/statm: 196995 160873 417 389 0 192745 0
[pid=29912/tid=29914] ppid=29911 vsize=787980 CPUtime=937.08 cores=0,2,4,6
/proc/29912/task/29914/stat : 29914 (priss) R 29911 29911 28251 0 -1 4202560 42409 0 0 0 93685 23 0 0 25 0 5 0 594884071 806891520 160873 33554432000 4194304 5787044 140735566284976 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29912/tid=29915] ppid=29911 vsize=787980 CPUtime=942.2 cores=0,2,4,6
/proc/29912/task/29915/stat : 29915 (priss) R 29911 29911 28251 0 -1 4202560 41632 0 0 0 94174 46 0 0 25 0 5 0 594884072 806891520 160873 33554432000 4194304 5787044 140735566284976 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29912/tid=29916] ppid=29911 vsize=787980 CPUtime=942.19 cores=0,2,4,6
/proc/29912/task/29916/stat : 29916 (priss) R 29911 29911 28251 0 -1 4202560 48158 0 0 0 94170 49 0 0 25 0 5 0 594884074 806891520 160873 33554432000 4194304 5787044 140735566284976 18446744073709551615 5591552 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29912/tid=29917] ppid=29911 vsize=787980 CPUtime=942.12 cores=0,2,4,6
/proc/29912/task/29917/stat : 29917 (priss) R 29911 29911 28251 0 -1 4202560 48572 0 0 0 94171 41 0 0 25 0 5 0 594884075 806891520 160873 33554432000 4194304 5787044 140735566284976 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3763.69
Current children cumulated vsize (KiB) 796680

[startup+1002.3 s]
/proc/loadavg: 8.19 8.16 8.08 9/188 29943
/proc/meminfo: memFree=19360492/32950928 swapFree=67111524/67111528
[pid=29911] ppid=29909 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29911/stat : 29911 (prissAuto.sh) S 29909 29911 28251 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594884067 8908800 252 33554432000 4194304 4922060 140733520937984 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29911/statm: 2175 252 211 178 0 68 0
[pid=29912] ppid=29911 vsize=787980 CPUtime=4003.36 cores=0,2,4,6
/proc/29912/stat : 29912 (priss) S 29911 29911 28251 0 -1 4202496 188283 0 0 0 400175 161 0 0 18 0 5 0 594884067 806891520 160884 33554432000 4194304 5787044 140735566284976 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29912/statm: 196995 160884 417 389 0 192745 0
[pid=29912/tid=29914] ppid=29911 vsize=787980 CPUtime=996.75 cores=0,2,4,6
/proc/29912/task/29914/stat : 29914 (priss) R 29911 29911 28251 0 -1 4202560 42412 0 0 0 99652 23 0 0 25 0 5 0 594884071 806891520 160884 33554432000 4194304 5787044 140735566284976 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29912/tid=29915] ppid=29911 vsize=787980 CPUtime=1002.2 cores=0,2,4,6
/proc/29912/task/29915/stat : 29915 (priss) R 29911 29911 28251 0 -1 4202560 41639 0 0 0 100174 46 0 0 25 0 5 0 594884072 806891520 160884 33554432000 4194304 5787044 140735566284976 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29912/tid=29916] ppid=29911 vsize=787980 CPUtime=1002.2 cores=0,2,4,6
/proc/29912/task/29916/stat : 29916 (priss) R 29911 29911 28251 0 -1 4202560 48158 0 0 0 100171 49 0 0 25 0 5 0 594884074 806891520 160884 33554432000 4194304 5787044 140735566284976 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29912/tid=29917] ppid=29911 vsize=787980 CPUtime=1002.11 cores=0,2,4,6
/proc/29912/task/29917/stat : 29917 (priss) R 29911 29911 28251 0 -1 4202560 48573 0 0 0 100170 41 0 0 25 0 5 0 594884075 806891520 160884 33554432000 4194304 5787044 140735566284976 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4003.36
Current children cumulated vsize (KiB) 796680

[startup+1062.3 s]
/proc/loadavg: 8.17 8.15 8.08 9/188 29945
/proc/meminfo: memFree=19339012/32950928 swapFree=67111524/67111528
[pid=29911] ppid=29909 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29911/stat : 29911 (prissAuto.sh) S 29909 29911 28251 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594884067 8908800 252 33554432000 4194304 4922060 140733520937984 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29911/statm: 2175 252 211 178 0 68 0
[pid=29912] ppid=29911 vsize=792080 CPUtime=4243.03 cores=0,2,4,6
/proc/29912/stat : 29912 (priss) S 29911 29911 28251 0 -1 4202496 189428 0 0 0 424141 162 0 0 18 0 5 0 594884067 811089920 162029 33554432000 4194304 5787044 140735566284976 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29912/statm: 198020 162029 417 389 0 193770 0
[pid=29912/tid=29914] ppid=29911 vsize=792080 CPUtime=1056.43 cores=0,2,4,6
/proc/29912/task/29914/stat : 29914 (priss) R 29911 29911 28251 0 -1 4202560 42456 0 0 0 105619 24 0 0 25 0 5 0 594884071 811089920 162029 33554432000 4194304 5787044 140735566284976 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29912/tid=29915] ppid=29911 vsize=792080 CPUtime=1062.2 cores=0,2,4,6
/proc/29912/task/29915/stat : 29915 (priss) R 29911 29911 28251 0 -1 4202560 41688 0 0 0 106174 46 0 0 25 0 5 0 594884072 811089920 162029 33554432000 4194304 5787044 140735566284976 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29912/tid=29916] ppid=29911 vsize=792080 CPUtime=1062.2 cores=0,2,4,6
/proc/29912/task/29916/stat : 29916 (priss) R 29911 29911 28251 0 -1 4202560 48183 0 0 0 106171 49 0 0 25 0 5 0 594884074 811089920 162029 33554432000 4194304 5787044 140735566284976 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29912/tid=29917] ppid=29911 vsize=792080 CPUtime=1062.1 cores=0,2,4,6
/proc/29912/task/29917/stat : 29917 (priss) R 29911 29911 28251 0 -1 4202560 49600 0 0 0 106169 41 0 0 25 0 5 0 594884075 811089920 162029 33554432000 4194304 5787044 140735566284976 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4243.03
Current children cumulated vsize (KiB) 800780

[startup+1122.3 s]
/proc/loadavg: 8.16 8.15 8.09 9/188 29947
/proc/meminfo: memFree=19278092/32950928 swapFree=67111524/67111528
[pid=29911] ppid=29909 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29911/stat : 29911 (prissAuto.sh) S 29909 29911 28251 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594884067 8908800 252 33554432000 4194304 4922060 140733520937984 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29911/statm: 2175 252 211 178 0 68 0
[pid=29912] ppid=29911 vsize=876820 CPUtime=4482.71 cores=0,2,4,6
/proc/29912/stat : 29912 (priss) S 29911 29911 28251 0 -1 4202496 197319 0 0 0 448100 171 0 0 18 0 5 0 594884067 897863680 169920 33554432000 4194304 5787044 140735566284976 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29912/statm: 219205 169920 417 389 0 214955 0
[pid=29912/tid=29914] ppid=29911 vsize=876820 CPUtime=1116.1 cores=0,2,4,6
/proc/29912/task/29914/stat : 29914 (priss) R 29911 29911 28251 0 -1 4202560 45254 0 0 0 111583 27 0 0 25 0 5 0 594884071 897863680 169920 33554432000 4194304 5787044 140735566284976 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29912/tid=29915] ppid=29911 vsize=876820 CPUtime=1122.21 cores=0,2,4,6
/proc/29912/task/29915/stat : 29915 (priss) R 29911 29911 28251 0 -1 4202560 44609 0 0 0 112169 52 0 0 25 0 5 0 594884072 897863680 169920 33554432000 4194304 5787044 140735566284976 18446744073709551615 4218754 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29912/tid=29916] ppid=29911 vsize=876820 CPUtime=1122.19 cores=0,2,4,6
/proc/29912/task/29916/stat : 29916 (priss) R 29911 29911 28251 0 -1 4202560 49324 0 0 0 112170 49 0 0 25 0 5 0 594884074 897863680 169920 33554432000 4194304 5787044 140735566284976 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29912/tid=29917] ppid=29911 vsize=876820 CPUtime=1122.1 cores=0,2,4,6
/proc/29912/task/29917/stat : 29917 (priss) R 29911 29911 28251 0 -1 4202560 50631 0 0 0 112169 41 0 0 25 0 5 0 594884075 897863680 169920 33554432000 4194304 5787044 140735566284976 18446744073709551615 5527072 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4482.71
Current children cumulated vsize (KiB) 885520

[startup+1182.3 s]
/proc/loadavg: 7.89 8.06 8.06 9/188 29981
/proc/meminfo: memFree=19101512/32950928 swapFree=67111524/67111528
[pid=29911] ppid=29909 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29911/stat : 29911 (prissAuto.sh) S 29909 29911 28251 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594884067 8908800 252 33554432000 4194304 4922060 140733520937984 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29911/statm: 2175 252 211 178 0 68 0
[pid=29912] ppid=29911 vsize=898112 CPUtime=4722.36 cores=0,2,4,6
/proc/29912/stat : 29912 (priss) S 29911 29911 28251 0 -1 4202496 209134 0 0 0 472046 190 0 0 18 0 5 0 594884067 919666688 181735 33554432000 4194304 5787044 140735566284976 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29912/statm: 224528 181735 417 389 0 220278 0
[pid=29912/tid=29914] ppid=29911 vsize=898112 CPUtime=1175.77 cores=0,2,4,6
/proc/29912/task/29914/stat : 29914 (priss) R 29911 29911 28251 0 -1 4202560 49584 0 0 0 117548 29 0 0 25 0 5 0 594884071 919666688 181735 33554432000 4194304 5787044 140735566284976 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29912/tid=29915] ppid=29911 vsize=898112 CPUtime=1182.2 cores=0,2,4,6
/proc/29912/task/29915/stat : 29915 (priss) R 29911 29911 28251 0 -1 4202560 47906 0 0 0 118161 59 0 0 25 0 5 0 594884072 919666688 181735 33554432000 4194304 5787044 140735566284976 18446744073709551615 5585266 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29912/tid=29916] ppid=29911 vsize=898112 CPUtime=1182.2 cores=0,2,4,6
/proc/29912/task/29916/stat : 29916 (priss) R 29911 29911 28251 0 -1 4202560 52456 0 0 0 118164 56 0 0 25 0 5 0 594884074 919666688 181735 33554432000 4194304 5787044 140735566284976 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29912/tid=29917] ppid=29911 vsize=898112 CPUtime=1182.09 cores=0,2,4,6
/proc/29912/task/29917/stat : 29917 (priss) R 29911 29911 28251 0 -1 4202560 51687 0 0 0 118166 43 0 0 25 0 5 0 594884075 919666688 181735 33554432000 4194304 5787044 140735566284976 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4722.36
Current children cumulated vsize (KiB) 906812



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 7.92 8.06 8.06 9/188 29982
/proc/meminfo: memFree=19065492/32950928 swapFree=67111524/67111528
[pid=29911] ppid=29909 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29911/stat : 29911 (prissAuto.sh) S 29909 29911 28251 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594884067 8908800 252 33554432000 4194304 4922060 140733520937984 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29911/statm: 2175 252 211 178 0 68 0
[pid=29912] ppid=29911 vsize=902336 CPUtime=4800.27 cores=0,2,4,6
/proc/29912/stat : 29912 (priss) S 29911 29911 28251 0 -1 4202496 212434 0 0 0 479834 193 0 0 18 0 5 0 594884067 923992064 185035 33554432000 4194304 5787044 140735566284976 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29912/statm: 225584 185035 417 389 0 221334 0
[pid=29912/tid=29914] ppid=29911 vsize=902336 CPUtime=1195.16 cores=0,2,4,6
/proc/29912/task/29914/stat : 29914 (priss) R 29911 29911 28251 0 -1 4202560 50632 0 0 0 119486 30 0 0 25 0 5 0 594884071 923992064 185035 33554432000 4194304 5787044 140735566284976 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29912/tid=29915] ppid=29911 vsize=902336 CPUtime=1201.7 cores=0,2,4,6
/proc/29912/task/29915/stat : 29915 (priss) R 29911 29911 28251 0 -1 4202560 48968 0 0 0 120110 60 0 0 25 0 5 0 594884072 923992064 185035 33554432000 4194304 5787044 140735566284976 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29912/tid=29916] ppid=29911 vsize=902336 CPUtime=1201.7 cores=0,2,4,6
/proc/29912/task/29916/stat : 29916 (priss) R 29911 29911 28251 0 -1 4202560 53621 0 0 0 120112 58 0 0 25 0 5 0 594884074 923992064 185035 33554432000 4194304 5787044 140735566284976 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29912/tid=29917] ppid=29911 vsize=902336 CPUtime=1201.6 cores=0,2,4,6
/proc/29912/task/29917/stat : 29917 (priss) R 29911 29911 28251 0 -1 4202560 51712 0 0 0 120117 43 0 0 25 0 5 0 594884075 923992064 185035 33554432000 4194304 5787044 140735566284976 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.27
Current children cumulated vsize (KiB) 911036

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 29911 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.27
#
# 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.27
CPU user time (s): 4798.34
CPU system time (s): 1.93
CPU usage (%): 399.418
Max. virtual memory (cumulated for all children) (KiB): 911036

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

runsolver used 1.85972 second user time and 4.70528 second system time

The end

Launcher Data

Begin job on node114 at 2011-04-29 05:08:54
IDJOB=3259567
IDBENCH=71593
IDSOLVER=1602
FILE ID=node114/3259567-1304046534
RUNJOBID= node114-1304044060-29644
PBS_JOBID= 13170369
Free space on /tmp= 71800 MiB

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

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

MD5SUM BENCH= 118632220c6f3388c45a2582e9a2ac0e
RANDOM SEED=1908265150

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:      20379220 kB
Buffers:       2254868 kB
Cached:        9540104 kB
SwapCached:          4 kB
Active:        3497424 kB
Inactive:      8495000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20379220 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            3140 kB
Writeback:          20 kB
AnonPages:      197180 kB
Mapped:          15644 kB
Slab:           516168 kB
PageTables:       5144 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   382996 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= 71776 MiB
End job on node114 at 2011-04-29 05:28:58