Trace number 3291504

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.35 1202.02

General information on the benchmark

NameSAT03/industrial/li/li-test4/
li-test4-100.shuffled-as.sat03-370.cnf
MD5SUM5e5606ae7367b9272c60adc115594912
Bench CategoryAPPLICATION (applications 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 variables36809
Number of clauses142491
Sum of the clauses size559708
Maximum clause length172
Minimum clause length1
Number of clauses of size 114
Number of clauses of size 224558
Number of clauses of size 367458
Number of clauses of size 449000
Number of clauses of size 51
Number of clauses of size over 51460

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: 14066
0.00/0.00	c setup for 4cores
0.00/0.06	c parsetime: 62381us
0.00/0.06	c parsed 142491 clauses with 36809 variables
0.00/0.07	c NW started thread 0 successfully (1094732096)
0.00/0.08	c NW started thread 1 successfully (1105221952)
0.00/0.10	c NW started thread 2 successfully (1115711808)
0.00/0.11	c NW started thread 3 successfully (1126201664)
9.30/2.47	c preprocessor returned 36809 variables
9.30/2.47	c preprocessing returned UNKNOWN
9.30/2.47	c PP set 281 variables
9.30/2.47	c pp time: 2380027us (2s)
9.30/2.47	c preprocessor returned 36809 variables
9.30/2.47	c preprocessing returned UNKNOWN
9.30/2.47	c PP set 281 variables
9.30/2.47	c pp time: 2391062us (2s)
9.30/2.49	c preprocessor returned 36809 variables
9.30/2.49	c preprocessing returned UNKNOWN
9.30/2.49	c PP set 281 variables
9.30/2.49	c pp time: 2380474us (2s)
11.28/2.91	c preprocessor returned 38809 variables
11.28/2.91	c preprocessing returned UNKNOWN
11.28/2.91	c PP set 281 variables
11.28/2.91	c pp time: 2787799us (2s)
1309.31/328.09	c added unsatisfied clause
1309.31/328.09	c failed to add network clauses

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-3291504-1304065674/watcher-3291504-1304065674 -o /tmp/evaluation-result-3291504-1304065674/solver-3291504-1304065674 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3291504-1304065674.cnf 1736182578 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.07 8.07 8.04 5/182 14065
/proc/meminfo: memFree=26047896/32950928 swapFree=67111364/67111528
[pid=14065] ppid=14063 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14065/stat : 14065 (prissAuto.sh) S 14063 14065 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518167066 8908800 251 33554432000 4194304 4922060 140735946914784 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14065/statm: 2175 251 211 178 0 68 0

[startup+0.0336919 s]
/proc/loadavg: 8.07 8.07 8.04 5/182 14065
/proc/meminfo: memFree=26047896/32950928 swapFree=67111364/67111528
[pid=14065] ppid=14063 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14065/stat : 14065 (prissAuto.sh) S 14063 14065 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518167066 8908800 251 33554432000 4194304 4922060 140735946914784 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14065/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.102725 s]
/proc/loadavg: 8.07 8.07 8.04 5/182 14065
/proc/meminfo: memFree=26047896/32950928 swapFree=67111364/67111528
[pid=14065] ppid=14063 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14065/stat : 14065 (prissAuto.sh) S 14063 14065 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518167066 8908800 251 33554432000 4194304 4922060 140735946914784 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14065/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300647 s]
/proc/loadavg: 8.07 8.07 8.04 5/182 14065
/proc/meminfo: memFree=26047896/32950928 swapFree=67111364/67111528
[pid=14065] ppid=14063 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14065/stat : 14065 (prissAuto.sh) S 14063 14065 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518167066 8908800 251 33554432000 4194304 4922060 140735946914784 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14065/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.70057 s]
/proc/loadavg: 8.07 8.07 8.04 5/182 14065
/proc/meminfo: memFree=26047896/32950928 swapFree=67111364/67111528
[pid=14065] ppid=14063 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14065/stat : 14065 (prissAuto.sh) S 14063 14065 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518167066 8908800 251 33554432000 4194304 4922060 140735946914784 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14065/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50041 s]
/proc/loadavg: 8.07 8.07 8.04 9/188 14071
/proc/meminfo: memFree=25950260/32950928 swapFree=67111364/67111528
[pid=14065] ppid=14063 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14065/stat : 14065 (prissAuto.sh) S 14063 14065 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518167066 8908800 251 33554432000 4194304 4922060 140735946914784 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14065/statm: 2175 251 211 178 0 68 0
[pid=14066] ppid=14065 vsize=328392 CPUtime=5.71 cores=0,2,4,6
/proc/14066/stat : 14066 (priss) S 14065 14065 12570 0 -1 4202496 35184 0 0 0 564 7 0 0 25 0 5 0 518167066 336273408 26734 33554432000 4194304 5787044 140733524813232 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/14066/statm: 82098 26734 352 389 0 77848 0
[pid=14066/tid=14068] ppid=14065 vsize=328392 CPUtime=1.4 cores=0,2,4,6
/proc/14066/task/14068/stat : 14068 (priss) R 14065 14065 12570 0 -1 4202560 7563 0 0 0 139 1 0 0 25 0 5 0 518167074 336273408 26734 33554432000 4194304 5787044 140733524813232 18446744073709551615 208079926238 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=14066/tid=14069] ppid=14065 vsize=328392 CPUtime=1.4 cores=0,2,4,6
/proc/14066/task/14069/stat : 14069 (priss) R 14065 14065 12570 0 -1 4202560 7083 0 0 0 139 1 0 0 25 0 5 0 518167075 336273408 26734 33554432000 4194304 5787044 140733524813232 18446744073709551615 4345961 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=14066/tid=14070] ppid=14065 vsize=328392 CPUtime=1.39 cores=0,2,4,6
/proc/14066/task/14070/stat : 14070 (priss) R 14065 14065 12570 0 -1 4202560 6442 0 0 0 138 1 0 0 25 0 5 0 518167077 336273408 26734 33554432000 4194304 5787044 140733524813232 18446744073709551615 4345933 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=14066/tid=14071] ppid=14065 vsize=328392 CPUtime=1.37 cores=0,2,4,6
/proc/14066/task/14071/stat : 14071 (priss) R 14065 14065 12570 0 -1 4202560 6095 0 0 0 136 1 0 0 25 0 5 0 518167078 336273408 26734 33554432000 4194304 5787044 140733524813232 18446744073709551615 4345937 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.71
Current children cumulated vsize (KiB) 337092

[startup+3.10111 s]
/proc/loadavg: 8.14 8.09 8.05 9/188 14071
/proc/meminfo: memFree=25934992/32950928 swapFree=67111364/67111528
[pid=14065] ppid=14063 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14065/stat : 14065 (prissAuto.sh) S 14063 14065 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518167066 8908800 251 33554432000 4194304 4922060 140735946914784 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14065/statm: 2175 251 211 178 0 68 0
[pid=14066] ppid=14065 vsize=339552 CPUtime=12.06 cores=0,2,4,6
/proc/14066/stat : 14066 (priss) S 14065 14065 12570 0 -1 4202496 45564 0 0 0 1175 31 0 0 25 0 5 0 518167066 347701248 35085 33554432000 4194304 5787044 140733524813232 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/14066/statm: 84888 35085 416 389 0 80638 0
[pid=14066/tid=14068] ppid=14065 vsize=339552 CPUtime=2.97 cores=0,2,4,6
/proc/14066/task/14068/stat : 14068 (priss) R 14065 14065 12570 0 -1 4202560 10789 0 0 0 289 8 0 0 18 0 5 0 518167074 347701248 35085 33554432000 4194304 5787044 140733524813232 18446744073709551615 4254423 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=14066/tid=14069] ppid=14065 vsize=339552 CPUtime=3 cores=0,2,4,6
/proc/14066/task/14069/stat : 14069 (priss) R 14065 14065 12570 0 -1 4202560 10159 0 0 0 292 8 0 0 18 0 5 0 518167075 347701248 35085 33554432000 4194304 5787044 140733524813232 18446744073709551615 208080337439 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=14066/tid=14070] ppid=14065 vsize=339552 CPUtime=2.97 cores=0,2,4,6
/proc/14066/task/14070/stat : 14070 (priss) R 14065 14065 12570 0 -1 4202560 9268 0 0 0 289 8 0 0 18 0 5 0 518167077 347701248 35085 33554432000 4194304 5787044 140733524813232 18446744073709551615 208080337439 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=14066/tid=14071] ppid=14065 vsize=339552 CPUtime=2.96 cores=0,2,4,6
/proc/14066/task/14071/stat : 14071 (priss) R 14065 14065 12570 0 -1 4202560 7347 0 0 0 292 4 0 0 18 0 5 0 518167078 347701248 35085 33554432000 4194304 5787044 140733524813232 18446744073709551615 208080337439 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.06
Current children cumulated vsize (KiB) 348252

[startup+6.3005 s]
/proc/loadavg: 8.14 8.09 8.05 9/188 14072
/proc/meminfo: memFree=25895464/32950928 swapFree=67111364/67111528
[pid=14065] ppid=14063 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14065/stat : 14065 (prissAuto.sh) S 14063 14065 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518167066 8908800 251 33554432000 4194304 4922060 140735946914784 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14065/statm: 2175 251 211 178 0 68 0
[pid=14066] ppid=14065 vsize=339816 CPUtime=24.71 cores=0,2,4,6
/proc/14066/stat : 14066 (priss) S 14065 14065 12570 0 -1 4202496 45815 0 0 0 2381 90 0 0 25 0 5 0 518167066 347971584 35336 33554432000 4194304 5787044 140733524813232 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/14066/statm: 84954 35336 419 389 0 80704 0
[pid=14066/tid=14068] ppid=14065 vsize=339816 CPUtime=6.17 cores=0,2,4,6
/proc/14066/task/14068/stat : 14068 (priss) R 14065 14065 12570 0 -1 4202560 10875 0 0 0 601 16 0 0 20 0 5 0 518167074 347971584 35336 33554432000 4194304 5787044 140733524813232 18446744073709551615 208080337439 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=14066/tid=14069] ppid=14065 vsize=339816 CPUtime=6.15 cores=0,2,4,6
/proc/14066/task/14069/stat : 14069 (priss) R 14065 14065 12570 0 -1 4202560 10249 0 0 0 589 26 0 0 18 0 5 0 518167075 347971584 35336 33554432000 4194304 5787044 140733524813232 18446744073709551615 4254630 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=14066/tid=14070] ppid=14065 vsize=339816 CPUtime=6.13 cores=0,2,4,6
/proc/14066/task/14070/stat : 14070 (priss) R 14065 14065 12570 0 -1 4202560 9342 0 0 0 589 24 0 0 18 0 5 0 518167077 347971584 35336 33554432000 4194304 5787044 140733524813232 18446744073709551615 208080337439 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=14066/tid=14071] ppid=14065 vsize=339816 CPUtime=6.12 cores=0,2,4,6
/proc/14066/task/14071/stat : 14071 (priss) R 14065 14065 12570 0 -1 4202560 7348 0 0 0 591 21 0 0 18 0 5 0 518167078 347971584 35336 33554432000 4194304 5787044 140733524813232 18446744073709551615 208080337439 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.71
Current children cumulated vsize (KiB) 348516

[startup+12.7003 s]
/proc/loadavg: 8.27 8.12 8.06 10/188 14072
/proc/meminfo: memFree=25882816/32950928 swapFree=67111364/67111528
[pid=14065] ppid=14063 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14065/stat : 14065 (prissAuto.sh) S 14063 14065 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518167066 8908800 251 33554432000 4194304 4922060 140735946914784 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14065/statm: 2175 251 211 178 0 68 0
[pid=14066] ppid=14065 vsize=340092 CPUtime=50.18 cores=0,2,4,6
/proc/14066/stat : 14066 (priss) S 14065 14065 12570 0 -1 4202496 45974 0 0 0 4883 135 0 0 25 0 5 0 518167066 348254208 35495 33554432000 4194304 5787044 140733524813232 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/14066/statm: 85023 35495 419 389 0 80773 0
[pid=14066/tid=14068] ppid=14065 vsize=340092 CPUtime=12.56 cores=0,2,4,6
/proc/14066/task/14068/stat : 14068 (priss) R 14065 14065 12570 0 -1 4202560 10929 0 0 0 1236 20 0 0 22 0 5 0 518167074 348254208 35495 33554432000 4194304 5787044 140733524813232 18446744073709551615 208080337439 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=14066/tid=14069] ppid=14065 vsize=340092 CPUtime=12.47 cores=0,2,4,6
/proc/14066/task/14069/stat : 14069 (priss) R 14065 14065 12570 0 -1 4202560 10304 0 0 0 1207 40 0 0 18 0 5 0 518167075 348254208 35495 33554432000 4194304 5787044 140733524813232 18446744073709551615 4255097 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=14066/tid=14070] ppid=14065 vsize=340092 CPUtime=12.5 cores=0,2,4,6
/proc/14066/task/14070/stat : 14070 (priss) R 14065 14065 12570 0 -1 4202560 9392 0 0 0 1213 37 0 0 18 0 5 0 518167077 348254208 35495 33554432000 4194304 5787044 140733524813232 18446744073709551615 208080337439 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=14066/tid=14071] ppid=14065 vsize=340092 CPUtime=12.49 cores=0,2,4,6
/proc/14066/task/14071/stat : 14071 (priss) R 14065 14065 12570 0 -1 4202560 7348 0 0 0 1214 35 0 0 18 0 5 0 518167078 348254208 35495 33554432000 4194304 5787044 140733524813232 18446744073709551615 208080337439 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.18
Current children cumulated vsize (KiB) 348792

[startup+25.5008 s]
/proc/loadavg: 8.30 8.13 8.06 9/188 14072
/proc/meminfo: memFree=25873368/32950928 swapFree=67111364/67111528
[pid=14065] ppid=14063 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14065/stat : 14065 (prissAuto.sh) S 14063 14065 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518167066 8908800 251 33554432000 4194304 4922060 140735946914784 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14065/statm: 2175 251 211 178 0 68 0
[pid=14066] ppid=14065 vsize=340480 CPUtime=101.18 cores=0,2,4,6
/proc/14066/stat : 14066 (priss) S 14065 14065 12570 0 -1 4202496 46176 0 0 0 9927 191 0 0 25 0 5 0 518167066 348651520 35697 33554432000 4194304 5787044 140733524813232 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/14066/statm: 85120 35697 419 389 0 80870 0
[pid=14066/tid=14068] ppid=14065 vsize=340480 CPUtime=25.37 cores=0,2,4,6
/proc/14066/task/14068/stat : 14068 (priss) R 14065 14065 12570 0 -1 4202560 10995 0 0 0 2508 29 0 0 25 0 5 0 518167074 348651520 35697 33554432000 4194304 5787044 140733524813232 18446744073709551615 208080337439 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=14066/tid=14069] ppid=14065 vsize=340480 CPUtime=25.16 cores=0,2,4,6
/proc/14066/task/14069/stat : 14069 (priss) R 14065 14065 12570 0 -1 4202560 10373 0 0 0 2458 58 0 0 18 0 5 0 518167075 348651520 35697 33554432000 4194304 5787044 140733524813232 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=14066/tid=14070] ppid=14065 vsize=340480 CPUtime=25.26 cores=0,2,4,6
/proc/14066/task/14070/stat : 14070 (priss) R 14065 14065 12570 0 -1 4202560 9459 0 0 0 2475 51 0 0 18 0 5 0 518167077 348651520 35697 33554432000 4194304 5787044 140733524813232 18446744073709551615 208080337439 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=14066/tid=14071] ppid=14065 vsize=340480 CPUtime=25.25 cores=0,2,4,6
/proc/14066/task/14071/stat : 14071 (priss) R 14065 14065 12570 0 -1 4202560 7348 0 0 0 2474 51 0 0 19 0 5 0 518167078 348651520 35697 33554432000 4194304 5787044 140733524813232 18446744073709551615 208080337439 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.18
Current children cumulated vsize (KiB) 349180

[startup+51.101 s]
/proc/loadavg: 8.41 8.17 8.08 9/188 14073
/proc/meminfo: memFree=25846280/32950928 swapFree=67111364/67111528
[pid=14065] ppid=14063 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14065/stat : 14065 (prissAuto.sh) S 14063 14065 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518167066 8908800 251 33554432000 4194304 4922060 140735946914784 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14065/statm: 2175 251 211 178 0 68 0
[pid=14066] ppid=14065 vsize=344888 CPUtime=203.29 cores=0,2,4,6
/proc/14066/stat : 14066 (priss) S 14065 14065 12570 0 -1 4202496 47443 0 0 0 20062 267 0 0 25 0 5 0 518167066 353165312 36964 33554432000 4194304 5787044 140733524813232 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/14066/statm: 86222 36964 419 389 0 81972 0
[pid=14066/tid=14068] ppid=14065 vsize=344888 CPUtime=50.97 cores=0,2,4,6
/proc/14066/task/14068/stat : 14068 (priss) R 14065 14065 12570 0 -1 4202560 11070 0 0 0 5058 39 0 0 25 0 5 0 518167074 353165312 36964 33554432000 4194304 5787044 140733524813232 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=14066/tid=14069] ppid=14065 vsize=344888 CPUtime=50.58 cores=0,2,4,6
/proc/14066/task/14069/stat : 14069 (priss) R 14065 14065 12570 0 -1 4202560 10456 0 0 0 4974 84 0 0 18 0 5 0 518167075 353165312 36964 33554432000 4194304 5787044 140733524813232 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=14066/tid=14070] ppid=14065 vsize=344888 CPUtime=50.81 cores=0,2,4,6
/proc/14066/task/14070/stat : 14070 (priss) R 14065 14065 12570 0 -1 4202560 10568 0 0 0 5010 71 0 0 18 0 5 0 518167077 353165312 36964 33554432000 4194304 5787044 140733524813232 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=14066/tid=14071] ppid=14065 vsize=344888 CPUtime=50.8 cores=0,2,4,6
/proc/14066/task/14071/stat : 14071 (priss) R 14065 14065 12570 0 -1 4202560 7348 0 0 0 5009 71 0 0 19 0 5 0 518167078 353165312 36964 33554432000 4194304 5787044 140733524813232 18446744073709551615 4254550 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.29
Current children cumulated vsize (KiB) 353588

[startup+102.307 s]
/proc/loadavg: 8.28 8.18 8.09 9/188 14074
/proc/meminfo: memFree=25763068/32950928 swapFree=67111364/67111528
[pid=14065] ppid=14063 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14065/stat : 14065 (prissAuto.sh) S 14063 14065 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518167066 8908800 251 33554432000 4194304 4922060 140735946914784 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14065/statm: 2175 251 211 178 0 68 0
[pid=14066] ppid=14065 vsize=352648 CPUtime=407.82 cores=0,2,4,6
/proc/14066/stat : 14066 (priss) S 14065 14065 12570 0 -1 4202496 56982 0 0 0 40500 282 0 0 25 0 5 0 518167066 361111552 46503 33554432000 4194304 5787044 140733524813232 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/14066/statm: 88162 46503 419 389 0 83912 0
[pid=14066/tid=14068] ppid=14065 vsize=352648 CPUtime=102.18 cores=0,2,4,6
/proc/14066/task/14068/stat : 14068 (priss) R 14065 14065 12570 0 -1 4202560 13456 0 0 0 10176 42 0 0 25 0 5 0 518167074 361111552 46503 33554432000 4194304 5787044 140733524813232 18446744073709551615 5590984 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=14066/tid=14069] ppid=14065 vsize=352648 CPUtime=101.49 cores=0,2,4,6
/proc/14066/task/14069/stat : 14069 (priss) R 14065 14065 12570 0 -1 4202560 12770 0 0 0 10061 88 0 0 25 0 5 0 518167075 361111552 46503 33554432000 4194304 5787044 140733524813232 18446744073709551615 5591044 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=14066/tid=14070] ppid=14065 vsize=352648 CPUtime=102 cores=0,2,4,6
/proc/14066/task/14070/stat : 14070 (priss) R 14065 14065 12570 0 -1 4202560 12497 0 0 0 10126 74 0 0 25 0 5 0 518167077 361111552 46503 33554432000 4194304 5787044 140733524813232 18446744073709551615 4220208 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=14066/tid=14071] ppid=14065 vsize=352648 CPUtime=102.01 cores=0,2,4,6

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

/proc/14066/task/14069/stat : 14069 (priss) R 14065 14065 12570 0 -1 4202560 45335 0 0 0 82004 122 0 0 25 0 5 0 518167075 929603584 183775 33554432000 4194304 5787044 140733524813232 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=14066/tid=14070] ppid=14065 vsize=907816 CPUtime=821.89 cores=0,2,4,6
/proc/14066/task/14070/stat : 14070 (priss) R 14065 14065 12570 0 -1 4202560 47864 0 0 0 82076 113 0 0 25 0 5 0 518167077 929603584 183775 33554432000 4194304 5787044 140733524813232 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=14066/tid=14071] ppid=14065 vsize=907816 CPUtime=818.26 cores=0,2,4,6
/proc/14066/task/14071/stat : 14071 (priss) R 14065 14065 12570 0 -1 4202560 46997 0 0 0 81712 114 0 0 25 0 5 0 518167078 929603584 183775 33554432000 4194304 5787044 140733524813232 18446744073709551615 5526827 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3283.7
Current children cumulated vsize (KiB) 916516

[startup+882.301 s]
/proc/loadavg: 8.09 8.07 8.07 9/188 14095
/proc/meminfo: memFree=24712936/32950928 swapFree=67111364/67111528
[pid=14065] ppid=14063 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14065/stat : 14065 (prissAuto.sh) S 14063 14065 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518167066 8908800 251 33554432000 4194304 4922060 140735946914784 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14065/statm: 2175 251 211 178 0 68 0
[pid=14066] ppid=14065 vsize=933960 CPUtime=3523.36 cores=0,2,4,6
/proc/14066/stat : 14066 (priss) S 14065 14065 12570 0 -1 4202496 206405 0 0 0 351897 439 0 0 25 0 5 0 518167066 956375040 195242 33554432000 4194304 5787044 140733524813232 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/14066/statm: 233490 195242 419 389 0 229240 0
[pid=14066/tid=14068] ppid=14065 vsize=933960 CPUtime=882.15 cores=0,2,4,6
/proc/14066/task/14068/stat : 14068 (priss) R 14065 14065 12570 0 -1 4202560 48982 0 0 0 88136 79 0 0 25 0 5 0 518167074 956375040 195242 33554432000 4194304 5787044 140733524813232 18446744073709551615 4229462 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=14066/tid=14069] ppid=14065 vsize=933960 CPUtime=881.26 cores=0,2,4,6
/proc/14066/task/14069/stat : 14069 (priss) R 14065 14065 12570 0 -1 4202560 51303 0 0 0 88001 125 0 0 25 0 5 0 518167075 956375040 195242 33554432000 4194304 5787044 140733524813232 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=14066/tid=14070] ppid=14065 vsize=933960 CPUtime=881.88 cores=0,2,4,6
/proc/14066/task/14070/stat : 14070 (priss) R 14065 14065 12570 0 -1 4202560 50954 0 0 0 88070 118 0 0 25 0 5 0 518167077 956375040 195242 33554432000 4194304 5787044 140733524813232 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=14066/tid=14071] ppid=14065 vsize=933960 CPUtime=877.93 cores=0,2,4,6
/proc/14066/task/14071/stat : 14071 (priss) R 14065 14065 12570 0 -1 4202560 47165 0 0 0 87679 114 0 0 25 0 5 0 518167078 956375040 195242 33554432000 4194304 5787044 140733524813232 18446744073709551615 5527426 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3523.36
Current children cumulated vsize (KiB) 942660

[startup+942.301 s]
/proc/loadavg: 8.11 8.08 8.07 9/188 14096
/proc/meminfo: memFree=24644948/32950928 swapFree=67111364/67111528
[pid=14065] ppid=14063 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14065/stat : 14065 (prissAuto.sh) S 14063 14065 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518167066 8908800 251 33554432000 4194304 4922060 140735946914784 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14065/statm: 2175 251 211 178 0 68 0
[pid=14066] ppid=14065 vsize=952288 CPUtime=3762.99 cores=0,2,4,6
/proc/14066/stat : 14066 (priss) S 14065 14065 12570 0 -1 4202496 219359 0 0 0 375845 454 0 0 25 0 5 0 518167066 975142912 208002 33554432000 4194304 5787044 140733524813232 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/14066/statm: 238072 208002 419 389 0 233822 0
[pid=14066/tid=14068] ppid=14065 vsize=952288 CPUtime=942.14 cores=0,2,4,6
/proc/14066/task/14068/stat : 14068 (priss) R 14065 14065 12570 0 -1 4202560 52910 0 0 0 94131 83 0 0 25 0 5 0 518167074 975142912 208002 33554432000 4194304 5787044 140733524813232 18446744073709551615 4692763 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=14066/tid=14069] ppid=14065 vsize=952288 CPUtime=941.24 cores=0,2,4,6
/proc/14066/task/14069/stat : 14069 (priss) R 14065 14065 12570 0 -1 4202560 54091 0 0 0 93995 129 0 0 25 0 5 0 518167075 975142912 208002 33554432000 4194304 5787044 140733524813232 18446744073709551615 5591342 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=14066/tid=14070] ppid=14065 vsize=952288 CPUtime=941.87 cores=0,2,4,6
/proc/14066/task/14070/stat : 14070 (priss) R 14065 14065 12570 0 -1 4202560 54126 0 0 0 94066 121 0 0 25 0 5 0 518167077 975142912 208002 33554432000 4194304 5787044 140733524813232 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=14066/tid=14071] ppid=14065 vsize=952288 CPUtime=937.59 cores=0,2,4,6
/proc/14066/task/14071/stat : 14071 (priss) R 14065 14065 12570 0 -1 4202560 50231 0 0 0 93640 119 0 0 25 0 5 0 518167078 975142912 208002 33554432000 4194304 5787044 140733524813232 18446744073709551615 4229321 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3762.99
Current children cumulated vsize (KiB) 960988

[startup+1002.3 s]
/proc/loadavg: 8.04 8.07 8.07 9/188 14098
/proc/meminfo: memFree=24591100/32950928 swapFree=67111364/67111528
[pid=14065] ppid=14063 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14065/stat : 14065 (prissAuto.sh) S 14063 14065 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518167066 8908800 251 33554432000 4194304 4922060 140735946914784 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14065/statm: 2175 251 211 178 0 68 0
[pid=14066] ppid=14065 vsize=952288 CPUtime=4002.64 cores=0,2,4,6
/proc/14066/stat : 14066 (priss) S 14065 14065 12570 0 -1 4202496 219361 0 0 0 399808 456 0 0 25 0 5 0 518167066 975142912 208004 33554432000 4194304 5787044 140733524813232 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/14066/statm: 238072 208004 419 389 0 233822 0
[pid=14066/tid=14068] ppid=14065 vsize=952288 CPUtime=1001.8 cores=0,2,4,6
/proc/14066/task/14068/stat : 14068 (priss) R 14065 14065 12570 0 -1 4202560 52910 0 0 0 100096 84 0 0 25 0 5 0 518167074 975142912 208004 33554432000 4194304 5787044 140733524813232 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=14066/tid=14069] ppid=14065 vsize=952288 CPUtime=1001.23 cores=0,2,4,6
/proc/14066/task/14069/stat : 14069 (priss) R 14065 14065 12570 0 -1 4202560 54091 0 0 0 99994 129 0 0 25 0 5 0 518167075 975142912 208004 33554432000 4194304 5787044 140733524813232 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=14066/tid=14070] ppid=14065 vsize=952288 CPUtime=1001.87 cores=0,2,4,6
/proc/14066/task/14070/stat : 14070 (priss) R 14065 14065 12570 0 -1 4202560 54127 0 0 0 100066 121 0 0 25 0 5 0 518167077 975142912 208004 33554432000 4194304 5787044 140733524813232 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=14066/tid=14071] ppid=14065 vsize=952288 CPUtime=997.59 cores=0,2,4,6
/proc/14066/task/14071/stat : 14071 (priss) R 14065 14065 12570 0 -1 4202560 50232 0 0 0 99640 119 0 0 25 0 5 0 518167078 975142912 208004 33554432000 4194304 5787044 140733524813232 18446744073709551615 5527227 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4002.64
Current children cumulated vsize (KiB) 960988

[startup+1062.3 s]
/proc/loadavg: 7.96 8.02 8.05 9/188 14165
/proc/meminfo: memFree=25388960/32950928 swapFree=67111364/67111528
[pid=14065] ppid=14063 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14065/stat : 14065 (prissAuto.sh) S 14063 14065 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518167066 8908800 251 33554432000 4194304 4922060 140735946914784 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14065/statm: 2175 251 211 178 0 68 0
[pid=14066] ppid=14065 vsize=952288 CPUtime=4242.31 cores=0,2,4,6
/proc/14066/stat : 14066 (priss) S 14065 14065 12570 0 -1 4202496 219408 0 0 0 423773 458 0 0 25 0 5 0 518167066 975142912 208051 33554432000 4194304 5787044 140733524813232 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/14066/statm: 238072 208051 419 389 0 233822 0
[pid=14066/tid=14068] ppid=14065 vsize=952288 CPUtime=1061.47 cores=0,2,4,6
/proc/14066/task/14068/stat : 14068 (priss) R 14065 14065 12570 0 -1 4202560 52911 0 0 0 106063 84 0 0 25 0 5 0 518167074 975142912 208051 33554432000 4194304 5787044 140733524813232 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=14066/tid=14069] ppid=14065 vsize=952288 CPUtime=1061.24 cores=0,2,4,6
/proc/14066/task/14069/stat : 14069 (priss) R 14065 14065 12570 0 -1 4202560 54091 0 0 0 105994 130 0 0 25 0 5 0 518167075 975142912 208051 33554432000 4194304 5787044 140733524813232 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=14066/tid=14070] ppid=14065 vsize=952288 CPUtime=1061.86 cores=0,2,4,6
/proc/14066/task/14070/stat : 14070 (priss) R 14065 14065 12570 0 -1 4202560 54173 0 0 0 106064 122 0 0 25 0 5 0 518167077 975142912 208051 33554432000 4194304 5787044 140733524813232 18446744073709551615 5576461 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=14066/tid=14071] ppid=14065 vsize=952288 CPUtime=1057.59 cores=0,2,4,6
/proc/14066/task/14071/stat : 14071 (priss) R 14065 14065 12570 0 -1 4202560 50232 0 0 0 105640 119 0 0 25 0 5 0 518167078 975142912 208051 33554432000 4194304 5787044 140733524813232 18446744073709551615 5527194 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4242.31
Current children cumulated vsize (KiB) 960988

[startup+1122.3 s]
/proc/loadavg: 8.07 8.05 8.05 9/188 14166
/proc/meminfo: memFree=25314660/32950928 swapFree=67111364/67111528
[pid=14065] ppid=14063 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14065/stat : 14065 (prissAuto.sh) S 14063 14065 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518167066 8908800 251 33554432000 4194304 4922060 140735946914784 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14065/statm: 2175 251 211 178 0 68 0
[pid=14066] ppid=14065 vsize=1021924 CPUtime=4481.98 cores=0,2,4,6
/proc/14066/stat : 14066 (priss) S 14065 14065 12570 0 -1 4202496 228351 0 0 0 447730 468 0 0 25 0 5 0 518167066 1046450176 216994 33554432000 4194304 5787044 140733524813232 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/14066/statm: 255481 216994 419 389 0 251231 0
[pid=14066/tid=14068] ppid=14065 vsize=1021924 CPUtime=1121.14 cores=0,2,4,6
/proc/14066/task/14068/stat : 14068 (priss) R 14065 14065 12570 0 -1 4202560 57356 0 0 0 112025 89 0 0 25 0 5 0 518167074 1046450176 216994 33554432000 4194304 5787044 140733524813232 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=14066/tid=14069] ppid=14065 vsize=1021924 CPUtime=1121.24 cores=0,2,4,6
/proc/14066/task/14069/stat : 14069 (priss) R 14065 14065 12570 0 -1 4202560 54310 0 0 0 111994 130 0 0 25 0 5 0 518167075 1046450176 216994 33554432000 4194304 5787044 140733524813232 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=14066/tid=14070] ppid=14065 vsize=1021924 CPUtime=1121.86 cores=0,2,4,6
/proc/14066/task/14070/stat : 14070 (priss) R 14065 14065 12570 0 -1 4202560 54845 0 0 0 112062 124 0 0 25 0 5 0 518167077 1046450176 216994 33554432000 4194304 5787044 140733524813232 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=14066/tid=14071] ppid=14065 vsize=1021924 CPUtime=1117.59 cores=0,2,4,6
/proc/14066/task/14071/stat : 14071 (priss) R 14065 14065 12570 0 -1 4202560 53839 0 0 0 111636 123 0 0 25 0 5 0 518167078 1046450176 216994 33554432000 4194304 5787044 140733524813232 18446744073709551615 5527227 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4481.98
Current children cumulated vsize (KiB) 1030624

[startup+1182.3 s]
/proc/loadavg: 8.08 8.05 8.05 9/188 14168
/proc/meminfo: memFree=25196956/32950928 swapFree=67111364/67111528
[pid=14065] ppid=14063 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14065/stat : 14065 (prissAuto.sh) S 14063 14065 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518167066 8908800 251 33554432000 4194304 4922060 140735946914784 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14065/statm: 2175 251 211 178 0 68 0
[pid=14066] ppid=14065 vsize=1165712 CPUtime=4721.66 cores=0,2,4,6
/proc/14066/stat : 14066 (priss) S 14065 14065 12570 0 -1 4202496 250482 0 0 0 471674 492 0 0 25 0 5 0 518167066 1193689088 239125 33554432000 4194304 5787044 140733524813232 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/14066/statm: 291428 239125 419 389 0 287178 0
[pid=14066/tid=14068] ppid=14065 vsize=1165712 CPUtime=1180.82 cores=0,2,4,6
/proc/14066/task/14068/stat : 14068 (priss) R 14065 14065 12570 0 -1 4202560 64662 0 0 0 117985 97 0 0 25 0 5 0 518167074 1193689088 239125 33554432000 4194304 5787044 140733524813232 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=14066/tid=14069] ppid=14065 vsize=1165712 CPUtime=1181.24 cores=0,2,4,6
/proc/14066/task/14069/stat : 14069 (priss) R 14065 14065 12570 0 -1 4202560 57723 0 0 0 117992 132 0 0 25 0 5 0 518167075 1193689088 239125 33554432000 4194304 5787044 140733524813232 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=14066/tid=14070] ppid=14065 vsize=1165712 CPUtime=1181.85 cores=0,2,4,6
/proc/14066/task/14070/stat : 14070 (priss) R 14065 14065 12570 0 -1 4202560 59187 0 0 0 118057 128 0 0 25 0 5 0 518167077 1193689088 239125 33554432000 4194304 5787044 140733524813232 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=14066/tid=14071] ppid=14065 vsize=1165712 CPUtime=1177.6 cores=0,2,4,6
/proc/14066/task/14071/stat : 14071 (priss) R 14065 14065 12570 0 -1 4202560 60909 0 0 0 117628 132 0 0 25 0 5 0 518167078 1193689088 239125 33554432000 4194304 5787044 140733524813232 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4721.66
Current children cumulated vsize (KiB) 1174412



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202 s]
/proc/loadavg: 8.06 8.05 8.05 10/188 14168
/proc/meminfo: memFree=25153304/32950928 swapFree=67111364/67111528
[pid=14065] ppid=14063 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14065/stat : 14065 (prissAuto.sh) S 14063 14065 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518167066 8908800 251 33554432000 4194304 4922060 140735946914784 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14065/statm: 2175 251 211 178 0 68 0
[pid=14066] ppid=14065 vsize=1172444 CPUtime=4800.35 cores=0,2,4,6
/proc/14066/stat : 14066 (priss) S 14065 14065 12570 0 -1 4202496 256474 0 0 0 479537 498 0 0 25 0 5 0 518167066 1200582656 244913 33554432000 4194304 5787044 140733524813232 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/14066/statm: 293111 244913 419 389 0 288861 0
[pid=14066/tid=14068] ppid=14065 vsize=1172444 CPUtime=1200.42 cores=0,2,4,6
/proc/14066/task/14068/stat : 14068 (priss) R 14065 14065 12570 0 -1 4202560 66134 0 0 0 119943 99 0 0 25 0 5 0 518167074 1200582656 244913 33554432000 4194304 5787044 140733524813232 18446744073709551615 4213865 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=14066/tid=14069] ppid=14065 vsize=1172444 CPUtime=1200.95 cores=0,2,4,6
/proc/14066/task/14069/stat : 14069 (priss) R 14065 14065 12570 0 -1 4202560 59393 0 0 0 119962 133 0 0 25 0 5 0 518167075 1200582656 244913 33554432000 4194304 5787044 140733524813232 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=14066/tid=14070] ppid=14065 vsize=1172444 CPUtime=1201.54 cores=0,2,4,6
/proc/14066/task/14070/stat : 14070 (priss) R 14065 14065 12570 0 -1 4202560 60700 0 0 0 120024 130 0 0 25 0 5 0 518167077 1200582656 244913 33554432000 4194304 5787044 140733524813232 18446744073709551615 5591356 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=14066/tid=14071] ppid=14065 vsize=1172444 CPUtime=1197.3 cores=0,2,4,6
/proc/14066/task/14071/stat : 14071 (priss) R 14065 14065 12570 0 -1 4202560 62246 0 0 0 119597 133 0 0 25 0 5 0 518167078 1200582656 244913 33554432000 4194304 5787044 140733524813232 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.35
Current children cumulated vsize (KiB) 1181144

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

Real time (s): 1202.02
CPU time (s): 4800.35
CPU user time (s): 4795.37
CPU system time (s): 4.98
CPU usage (%): 399.358
Max. virtual memory (cumulated for all children) (KiB): 1181144

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.85272 second user time and 4.71228 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-29 10:27:54
IDJOB=3291504
IDBENCH=84227
IDSOLVER=1602
FILE ID=node127/3291504-1304065674
RUNJOBID= node127-1304052231-12588
PBS_JOBID= 13170417
Free space on /tmp= 71812 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT03/industrial/li/li-test4/li-test4-100.shuffled-as.sat03-370.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291504-1304065674/watcher-3291504-1304065674 -o /tmp/evaluation-result-3291504-1304065674/solver-3291504-1304065674 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3291504-1304065674.cnf 1736182578 4800 15500 4

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

MD5SUM BENCH= 5e5606ae7367b9272c60adc115594912
RANDOM SEED=1736182578

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      26048176 kB
Buffers:       1388320 kB
Cached:        4709384 kB
SwapCached:          0 kB
Active:        2011848 kB
Inactive:      4416216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26048176 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            5080 kB
Writeback:           0 kB
AnonPages:      330500 kB
Mapped:          15676 kB
Slab:           410084 kB
PageTables:       5388 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   523356 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= 71812 MiB
End job on node127 at 2011-04-29 10:47:58