Trace number 3281200

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

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k100.cnf
MD5SUMcf1b8194ff6d413d396ac9e26bb031ef
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark202.908
Satisfiable
(Un)Satisfiability was proved
Number of variables50797
Number of clauses177980
Sum of the clauses size470252
Maximum clause length37
Minimum clause length1
Number of clauses of size 11318
Number of clauses of size 295086
Number of clauses of size 374860
Number of clauses of size 4486
Number of clauses of size 5945
Number of clauses of size over 55285

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: 31106
0.00/0.00	c setup for 4cores
0.00/0.06	c parsetime: 55354us
0.00/0.06	c parsed 177980 clauses with 50797 variables
0.00/0.07	c NW started thread 0 successfully (1101953344)
0.00/0.08	c NW started thread 1 successfully (1112443200)
0.00/0.10	c NW started thread 2 successfully (1088809280)
0.00/0.11	c NW started thread 3 successfully (1122933056)
7.70/2.02	c preprocessor returned 50797 variables
7.70/2.02	c preprocessing returned UNKNOWN
7.70/2.02	c PP set 1324 variables
7.70/2.02	c pp time: 1928762us (1s)
7.70/2.02	c preprocessor returned 50797 variables
7.70/2.02	c preprocessing returned UNKNOWN
7.70/2.02	c PP set 1324 variables
7.70/2.02	c pp time: 1942636us (1s)
7.70/2.05	c preprocessor returned 50797 variables
7.70/2.05	c preprocessing returned UNKNOWN
7.70/2.05	c PP set 1324 variables
7.70/2.05	c pp time: 1947413us (1s)
7.70/2.06	c preprocessor returned 50797 variables
7.70/2.06	c preprocessing returned UNKNOWN
7.70/2.06	c PP set 1324 variables
7.70/2.06	c pp time: 1937289us (1s)
8.88/2.33	c HTE
9.68/2.52	c subsumption
10.09/2.61	c simplified formula contains 0 unit clauses
24.86/6.40	c added unsatisfied clause
24.86/6.40	c failed to add network clauses
42.04/10.61	c added unsatisfied clause
42.04/10.61	c failed to add network clauses
47.65/12.03	c added unsatisfied clause
47.65/12.03	c failed to add network clauses
57.61/14.50	c added unsatisfied clause
57.61/14.50	c failed to add network clauses
64.41/16.29	c added unsatisfied clause
64.41/16.29	c failed to add network clauses
72.80/18.39	c added unsatisfied clause
72.80/18.39	c failed to add network clauses
87.57/22.01	c added unsatisfied clause
87.57/22.01	c failed to add network clauses
97.93/24.63	c added unsatisfied clause
97.93/24.63	c failed to add network clauses
135.49/34.04	c added unsatisfied clause
135.49/34.04	c failed to add network clauses
144.68/36.39	c added unsatisfied clause
144.68/36.39	c failed to add network clauses
181.80/45.69	c added unsatisfied clause
181.80/45.69	c failed to add network clauses
190.99/47.98	c added unsatisfied clause
190.99/47.98	c failed to add network clauses
205.37/51.57	c added unsatisfied clause
205.37/51.57	c failed to add network clauses
490.96/123.01	c added unsatisfied clause
490.96/123.01	c failed to add network clauses
667.51/167.27	c added unsatisfied clause
667.51/167.27	c failed to add network clauses
667.51/167.27	c added unsatisfied clause
667.51/167.27	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-3281200-1304038839/watcher-3281200-1304038839 -o /tmp/evaluation-result-3281200-1304038839/solver-3281200-1304038839 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3281200-1304038839.cnf 1149595043 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.74 8.02 8.01 5/182 31105
/proc/meminfo: memFree=23575748/32950928 swapFree=67071984/67111528
[pid=31105] ppid=31103 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31105/stat : 31105 (prissAuto.sh) S 31103 31105 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594114623 8908800 252 33554432000 4194304 4922060 140733590456624 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31105/statm: 2175 252 211 178 0 68 0

[startup+0.0924951 s]
/proc/loadavg: 7.74 8.02 8.01 5/182 31105
/proc/meminfo: memFree=23575748/32950928 swapFree=67071984/67111528
[pid=31105] ppid=31103 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31105/stat : 31105 (prissAuto.sh) S 31103 31105 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594114623 8908800 252 33554432000 4194304 4922060 140733590456624 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31105/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101149 s]
/proc/loadavg: 7.74 8.02 8.01 5/182 31105
/proc/meminfo: memFree=23575748/32950928 swapFree=67071984/67111528
[pid=31105] ppid=31103 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31105/stat : 31105 (prissAuto.sh) S 31103 31105 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594114623 8908800 252 33554432000 4194304 4922060 140733590456624 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31105/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301104 s]
/proc/loadavg: 7.74 8.02 8.01 5/182 31105
/proc/meminfo: memFree=23575748/32950928 swapFree=67071984/67111528
[pid=31105] ppid=31103 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31105/stat : 31105 (prissAuto.sh) S 31103 31105 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594114623 8908800 252 33554432000 4194304 4922060 140733590456624 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31105/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.70103 s]
/proc/loadavg: 7.74 8.02 8.01 5/182 31105
/proc/meminfo: memFree=23575748/32950928 swapFree=67071984/67111528
[pid=31105] ppid=31103 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31105/stat : 31105 (prissAuto.sh) S 31103 31105 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594114623 8908800 252 33554432000 4194304 4922060 140733590456624 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31105/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50088 s]
/proc/loadavg: 7.74 8.02 8.01 9/188 31111
/proc/meminfo: memFree=23428768/32950928 swapFree=67071984/67111528
[pid=31105] ppid=31103 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31105/stat : 31105 (prissAuto.sh) S 31103 31105 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594114623 8908800 252 33554432000 4194304 4922060 140733590456624 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31105/statm: 2175 252 211 178 0 68 0
[pid=31106] ppid=31105 vsize=410300 CPUtime=5.69 cores=0,2,4,6
/proc/31106/stat : 31106 (priss) S 31105 31105 30862 0 -1 4202496 41854 0 0 0 560 9 0 0 25 0 5 0 594114623 420147200 34751 33554432000 4194304 5787044 140737170543952 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31106/statm: 102575 34751 352 389 0 98325 0
[pid=31106/tid=31108] ppid=31105 vsize=410300 CPUtime=1.41 cores=0,2,4,6
/proc/31106/task/31108/stat : 31108 (priss) R 31105 31105 30862 0 -1 4202560 8680 0 0 0 140 1 0 0 25 0 5 0 594114630 420147200 34751 33554432000 4194304 5787044 140737170543952 18446744073709551615 4345944 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31106/tid=31109] ppid=31105 vsize=410300 CPUtime=1.4 cores=0,2,4,6
/proc/31106/task/31109/stat : 31109 (priss) R 31105 31105 30862 0 -1 4202560 8594 0 0 0 138 2 0 0 19 0 5 0 594114631 420147200 34751 33554432000 4194304 5787044 140737170543952 18446744073709551615 4278467 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31106/tid=31110] ppid=31105 vsize=410300 CPUtime=1.38 cores=0,2,4,6
/proc/31106/task/31110/stat : 31110 (priss) R 31105 31105 30862 0 -1 4202560 8159 0 0 0 136 2 0 0 25 0 5 0 594114633 420147200 34751 33554432000 4194304 5787044 140737170543952 18446744073709551615 4278498 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31106/tid=31111] ppid=31105 vsize=410300 CPUtime=1.37 cores=0,2,4,6
/proc/31106/task/31111/stat : 31111 (priss) R 31105 31105 30862 0 -1 4202560 7487 0 0 0 135 2 0 0 25 0 5 0 594114635 420147200 34751 33554432000 4194304 5787044 140737170543952 18446744073709551615 4276375 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.69
Current children cumulated vsize (KiB) 419000

[startup+3.10059 s]
/proc/loadavg: 7.76 8.02 8.01 9/188 31111
/proc/meminfo: memFree=23393616/32950928 swapFree=67071984/67111528
[pid=31105] ppid=31103 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31105/stat : 31105 (prissAuto.sh) S 31103 31105 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594114623 8908800 252 33554432000 4194304 4922060 140733590456624 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31105/statm: 2175 252 211 178 0 68 0
[pid=31106] ppid=31105 vsize=427292 CPUtime=12.09 cores=0,2,4,6
/proc/31106/stat : 31106 (priss) S 31105 31105 30862 0 -1 4202496 64147 0 0 0 1195 14 0 0 25 0 5 0 594114623 437547008 46792 33554432000 4194304 5787044 140737170543952 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31106/statm: 106823 46792 418 389 0 102573 0
[pid=31106/tid=31108] ppid=31105 vsize=427292 CPUtime=3.01 cores=0,2,4,6
/proc/31106/task/31108/stat : 31108 (priss) R 31105 31105 30862 0 -1 4202560 13763 0 0 0 299 2 0 0 25 0 5 0 594114630 437547008 46792 33554432000 4194304 5787044 140737170543952 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31106/tid=31109] ppid=31105 vsize=427292 CPUtime=3 cores=0,2,4,6
/proc/31106/task/31109/stat : 31109 (priss) R 31105 31105 30862 0 -1 4202560 13963 0 0 0 297 3 0 0 24 0 5 0 594114631 437547008 46792 33554432000 4194304 5787044 140737170543952 18446744073709551615 5576478 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31106/tid=31110] ppid=31105 vsize=427292 CPUtime=2.97 cores=0,2,4,6
/proc/31106/task/31110/stat : 31110 (priss) R 31105 31105 30862 0 -1 4202560 13544 0 0 0 294 3 0 0 25 0 5 0 594114633 437547008 46792 33554432000 4194304 5787044 140737170543952 18446744073709551615 5591325 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31106/tid=31111] ppid=31105 vsize=427292 CPUtime=2.96 cores=0,2,4,6
/proc/31106/task/31111/stat : 31111 (priss) R 31105 31105 30862 0 -1 4202560 13943 0 0 0 293 3 0 0 25 0 5 0 594114635 437547008 46792 33554432000 4194304 5787044 140737170543952 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.09
Current children cumulated vsize (KiB) 435992

[startup+6.30101 s]
/proc/loadavg: 7.76 8.02 8.01 9/188 31111
/proc/meminfo: memFree=23372536/32950928 swapFree=67071984/67111528
[pid=31105] ppid=31103 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31105/stat : 31105 (prissAuto.sh) S 31103 31105 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594114623 8908800 252 33554432000 4194304 4922060 140733590456624 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31105/statm: 2175 252 211 178 0 68 0
[pid=31106] ppid=31105 vsize=427292 CPUtime=24.86 cores=0,2,4,6
/proc/31106/stat : 31106 (priss) S 31105 31105 30862 0 -1 4202496 65053 0 0 0 2471 15 0 0 25 0 5 0 594114623 437547008 47698 33554432000 4194304 5787044 140737170543952 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31106/statm: 106823 47698 418 389 0 102573 0
[pid=31106/tid=31108] ppid=31105 vsize=427292 CPUtime=6.21 cores=0,2,4,6
/proc/31106/task/31108/stat : 31108 (priss) R 31105 31105 30862 0 -1 4202560 14023 0 0 0 618 3 0 0 25 0 5 0 594114630 437547008 47698 33554432000 4194304 5787044 140737170543952 18446744073709551615 5592118 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31106/tid=31109] ppid=31105 vsize=427292 CPUtime=6.19 cores=0,2,4,6
/proc/31106/task/31109/stat : 31109 (priss) R 31105 31105 30862 0 -1 4202560 14312 0 0 0 616 3 0 0 25 0 5 0 594114631 437547008 47698 33554432000 4194304 5787044 140737170543952 18446744073709551615 5601949 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31106/tid=31110] ppid=31105 vsize=427292 CPUtime=6.16 cores=0,2,4,6
/proc/31106/task/31110/stat : 31110 (priss) R 31105 31105 30862 0 -1 4202560 13838 0 0 0 612 4 0 0 25 0 5 0 594114633 437547008 47698 33554432000 4194304 5787044 140737170543952 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31106/tid=31111] ppid=31105 vsize=427292 CPUtime=6.16 cores=0,2,4,6
/proc/31106/task/31111/stat : 31111 (priss) R 31105 31105 30862 0 -1 4202560 13946 0 0 0 613 3 0 0 25 0 5 0 594114635 437547008 47698 33554432000 4194304 5787044 140737170543952 18446744073709551615 5527150 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.86
Current children cumulated vsize (KiB) 435992

[startup+12.7008 s]
/proc/loadavg: 7.79 8.02 8.01 9/188 31111
/proc/meminfo: memFree=23354184/32950928 swapFree=67071984/67111528
[pid=31105] ppid=31103 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31105/stat : 31105 (prissAuto.sh) S 31103 31105 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594114623 8908800 252 33554432000 4194304 4922060 140733590456624 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31105/statm: 2175 252 211 178 0 68 0
[pid=31106] ppid=31105 vsize=427292 CPUtime=50.42 cores=0,2,4,6
/proc/31106/stat : 31106 (priss) S 31105 31105 30862 0 -1 4202496 67706 0 0 0 5025 17 0 0 25 0 5 0 594114623 437547008 50351 33554432000 4194304 5787044 140737170543952 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31106/statm: 106823 50351 418 389 0 102573 0
[pid=31106/tid=31108] ppid=31105 vsize=427292 CPUtime=12.61 cores=0,2,4,6
/proc/31106/task/31108/stat : 31108 (priss) R 31105 31105 30862 0 -1 4202560 14520 0 0 0 1258 3 0 0 25 0 5 0 594114630 437547008 50351 33554432000 4194304 5787044 140737170543952 18446744073709551615 5586779 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31106/tid=31109] ppid=31105 vsize=427292 CPUtime=12.6 cores=0,2,4,6
/proc/31106/task/31109/stat : 31109 (priss) R 31105 31105 30862 0 -1 4202560 14827 0 0 0 1256 4 0 0 25 0 5 0 594114631 437547008 50351 33554432000 4194304 5787044 140737170543952 18446744073709551615 5585293 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31106/tid=31110] ppid=31105 vsize=427292 CPUtime=12.52 cores=0,2,4,6
/proc/31106/task/31110/stat : 31110 (priss) R 31105 31105 30862 0 -1 4202560 15479 0 0 0 1247 5 0 0 25 0 5 0 594114633 437547008 50351 33554432000 4194304 5787044 140737170543952 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31106/tid=31111] ppid=31105 vsize=427292 CPUtime=12.56 cores=0,2,4,6
/proc/31106/task/31111/stat : 31111 (priss) R 31105 31105 30862 0 -1 4202560 13946 0 0 0 1253 3 0 0 25 0 5 0 594114635 437547008 50351 33554432000 4194304 5787044 140737170543952 18446744073709551615 5528404 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.42
Current children cumulated vsize (KiB) 435992

[startup+25.5005 s]
/proc/loadavg: 7.82 8.02 8.01 9/188 31120
/proc/meminfo: memFree=23312608/32950928 swapFree=67071984/67111528
[pid=31105] ppid=31103 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31105/stat : 31105 (prissAuto.sh) S 31103 31105 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594114623 8908800 252 33554432000 4194304 4922060 140733590456624 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31105/statm: 2175 252 211 178 0 68 0
[pid=31106] ppid=31105 vsize=427292 CPUtime=101.52 cores=0,2,4,6
/proc/31106/stat : 31106 (priss) S 31105 31105 30862 0 -1 4202496 72196 0 0 0 10128 24 0 0 25 0 5 0 594114623 437547008 54841 33554432000 4194304 5787044 140737170543952 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31106/statm: 106823 54841 418 389 0 102573 0
[pid=31106/tid=31108] ppid=31105 vsize=427292 CPUtime=25.39 cores=0,2,4,6
/proc/31106/task/31108/stat : 31108 (priss) R 31105 31105 30862 0 -1 4202560 14952 0 0 0 2535 4 0 0 25 0 5 0 594114630 437547008 54841 33554432000 4194304 5787044 140737170543952 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31106/tid=31109] ppid=31105 vsize=427292 CPUtime=25.38 cores=0,2,4,6
/proc/31106/task/31109/stat : 31109 (priss) R 31105 31105 30862 0 -1 4202560 16894 0 0 0 2532 6 0 0 25 0 5 0 594114631 437547008 54841 33554432000 4194304 5787044 140737170543952 18446744073709551615 4218754 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31106/tid=31110] ppid=31105 vsize=427292 CPUtime=25.24 cores=0,2,4,6
/proc/31106/task/31110/stat : 31110 (priss) R 31105 31105 30862 0 -1 4202560 16693 0 0 0 2518 6 0 0 25 0 5 0 594114633 437547008 54841 33554432000 4194304 5787044 140737170543952 18446744073709551615 4254912 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31106/tid=31111] ppid=31105 vsize=427292 CPUtime=25.36 cores=0,2,4,6
/proc/31106/task/31111/stat : 31111 (priss) R 31105 31105 30862 0 -1 4202560 14723 0 0 0 2531 5 0 0 25 0 5 0 594114635 437547008 54841 33554432000 4194304 5787044 140737170543952 18446744073709551615 5549552 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.52
Current children cumulated vsize (KiB) 435992

[startup+51.1008 s]
/proc/loadavg: 7.94 8.03 8.01 9/188 31121
/proc/meminfo: memFree=23260904/32950928 swapFree=67071984/67111528
[pid=31105] ppid=31103 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31105/stat : 31105 (prissAuto.sh) S 31103 31105 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594114623 8908800 252 33554432000 4194304 4922060 140733590456624 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31105/statm: 2175 252 211 178 0 68 0
[pid=31106] ppid=31105 vsize=428484 CPUtime=203.77 cores=0,2,4,6
/proc/31106/stat : 31106 (priss) S 31105 31105 30862 0 -1 4202496 78185 0 0 0 20346 31 0 0 25 0 5 0 594114623 438767616 60805 33554432000 4194304 5787044 140737170543952 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31106/statm: 107121 60805 418 389 0 102871 0
[pid=31106/tid=31108] ppid=31105 vsize=428484 CPUtime=50.99 cores=0,2,4,6
/proc/31106/task/31108/stat : 31108 (priss) R 31105 31105 30862 0 -1 4202560 16425 0 0 0 5094 5 0 0 25 0 5 0 594114630 438767616 60805 33554432000 4194304 5787044 140737170543952 18446744073709551615 5591727 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31106/tid=31109] ppid=31105 vsize=428484 CPUtime=50.98 cores=0,2,4,6
/proc/31106/task/31109/stat : 31109 (priss) R 31105 31105 30862 0 -1 4202560 18032 0 0 0 5090 8 0 0 25 0 5 0 594114631 438767616 60805 33554432000 4194304 5787044 140737170543952 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31106/tid=31110] ppid=31105 vsize=428484 CPUtime=50.7 cores=0,2,4,6
/proc/31106/task/31110/stat : 31110 (priss) R 31105 31105 30862 0 -1 4202560 17664 0 0 0 5062 8 0 0 25 0 5 0 594114633 438767616 60805 33554432000 4194304 5787044 140737170543952 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31106/tid=31111] ppid=31105 vsize=428484 CPUtime=50.96 cores=0,2,4,6
/proc/31106/task/31111/stat : 31111 (priss) R 31105 31105 30862 0 -1 4202560 17130 0 0 0 5089 7 0 0 25 0 5 0 594114635 438767616 60805 33554432000 4194304 5787044 140737170543952 18446744073709551615 4220347 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.77
Current children cumulated vsize (KiB) 437184

[startup+102.306 s]
/proc/loadavg: 8.03 8.04 8.01 9/188 31122
/proc/meminfo: memFree=23148540/32950928 swapFree=67071984/67111528
[pid=31105] ppid=31103 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31105/stat : 31105 (prissAuto.sh) S 31103 31105 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594114623 8908800 252 33554432000 4194304 4922060 140733590456624 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31105/statm: 2175 252 211 178 0 68 0
[pid=31106] ppid=31105 vsize=501416 CPUtime=408.29 cores=0,2,4,6
/proc/31106/stat : 31106 (priss) S 31105 31105 30862 0 -1 4202496 89447 0 0 0 40786 43 0 0 25 0 5 0 594114623 513449984 71899 33554432000 4194304 5787044 140737170543952 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31106/statm: 125354 71899 418 389 0 121104 0
[pid=31106/tid=31108] ppid=31105 vsize=501416 CPUtime=102.18 cores=0,2,4,6
/proc/31106/task/31108/stat : 31108 (priss) R 31105 31105 30862 0 -1 4202560 19027 0 0 0 10209 9 0 0 25 0 5 0 594114630 513449984 71899 33554432000 4194304 5787044 140737170543952 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31106/tid=31109] ppid=31105 vsize=501416 CPUtime=102.18 cores=0,2,4,6
/proc/31106/task/31109/stat : 31109 (priss) R 31105 31105 30862 0 -1 4202560 21097 0 0 0 10207 11 0 0 25 0 5 0 594114631 513449984 71899 33554432000 4194304 5787044 140737170543952 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31106/tid=31110] ppid=31105 vsize=501416 CPUtime=101.62 cores=0,2,4,6
/proc/31106/task/31110/stat : 31110 (priss) R 31105 31105 30862 0 -1 4202560 19763 0 0 0 10151 11 0 0 25 0 5 0 594114633 513449984 71899 33554432000 4194304 5787044 140737170543952 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31106/tid=31111] ppid=31105 vsize=501416 CPUtime=102.17 cores=0,2,4,6

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

/proc/31106/task/31109/stat : 31109 (priss) R 31105 31105 30862 0 -1 4202560 43780 0 0 0 81854 33 0 0 25 0 5 0 594114631 791945216 153053 33554432000 4194304 5787044 140737170543952 18446744073709551615 5585255 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31106/tid=31110] ppid=31105 vsize=773384 CPUtime=820.86 cores=0,2,4,6
/proc/31106/task/31110/stat : 31110 (priss) R 31105 31105 30862 0 -1 4202560 42546 0 0 0 82044 42 0 0 25 0 5 0 594114633 791945216 153053 33554432000 4194304 5787044 140737170543952 18446744073709551615 4254813 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31106/tid=31111] ppid=31105 vsize=773384 CPUtime=822.15 cores=0,2,4,6
/proc/31106/task/31111/stat : 31111 (priss) R 31105 31105 30862 0 -1 4202560 39919 0 0 0 82179 36 0 0 25 0 5 0 594114635 791945216 153053 33554432000 4194304 5787044 140737170543952 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3284.16
Current children cumulated vsize (KiB) 782084

[startup+882.3 s]
/proc/loadavg: 8.13 8.07 8.01 9/188 31143
/proc/meminfo: memFree=22501852/32950928 swapFree=67071984/67111528
[pid=31105] ppid=31103 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31105/stat : 31105 (prissAuto.sh) S 31103 31105 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594114623 8908800 252 33554432000 4194304 4922060 140733590456624 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31105/statm: 2175 252 211 178 0 68 0
[pid=31106] ppid=31105 vsize=773384 CPUtime=3523.82 cores=0,2,4,6
/proc/31106/stat : 31106 (priss) S 31105 31105 30862 0 -1 4202496 173478 0 0 0 352237 145 0 0 25 0 5 0 594114623 791945216 154073 33554432000 4194304 5787044 140737170543952 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31106/statm: 193346 154073 418 389 0 189096 0
[pid=31106/tid=31108] ppid=31105 vsize=773384 CPUtime=882.14 cores=0,2,4,6
/proc/31106/task/31108/stat : 31108 (priss) R 31105 31105 30862 0 -1 4202560 37065 0 0 0 88184 30 0 0 25 0 5 0 594114630 791945216 154073 33554432000 4194304 5787044 140737170543952 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31106/tid=31109] ppid=31105 vsize=773384 CPUtime=878.63 cores=0,2,4,6
/proc/31106/task/31109/stat : 31109 (priss) R 31105 31105 30862 0 -1 4202560 44315 0 0 0 87829 34 0 0 25 0 5 0 594114631 791945216 154073 33554432000 4194304 5787044 140737170543952 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31106/tid=31110] ppid=31105 vsize=773384 CPUtime=880.76 cores=0,2,4,6
/proc/31106/task/31110/stat : 31110 (priss) R 31105 31105 30862 0 -1 4202560 43227 0 0 0 88033 43 0 0 25 0 5 0 594114633 791945216 154073 33554432000 4194304 5787044 140737170543952 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31106/tid=31111] ppid=31105 vsize=773384 CPUtime=882.15 cores=0,2,4,6
/proc/31106/task/31111/stat : 31111 (priss) R 31105 31105 30862 0 -1 4202560 39937 0 0 0 88179 36 0 0 25 0 5 0 594114635 791945216 154073 33554432000 4194304 5787044 140737170543952 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3523.82
Current children cumulated vsize (KiB) 782084

[startup+942.3 s]
/proc/loadavg: 8.15 8.09 8.02 9/188 31145
/proc/meminfo: memFree=22489900/32950928 swapFree=67071984/67111528
[pid=31105] ppid=31103 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31105/stat : 31105 (prissAuto.sh) S 31103 31105 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594114623 8908800 252 33554432000 4194304 4922060 140733590456624 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31105/statm: 2175 252 211 178 0 68 0
[pid=31106] ppid=31105 vsize=773532 CPUtime=3763.5 cores=0,2,4,6
/proc/31106/stat : 31106 (priss) S 31105 31105 30862 0 -1 4202496 173697 0 0 0 376204 146 0 0 25 0 5 0 594114623 792096768 154292 33554432000 4194304 5787044 140737170543952 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31106/statm: 193383 154292 418 389 0 189133 0
[pid=31106/tid=31108] ppid=31105 vsize=773532 CPUtime=942.14 cores=0,2,4,6
/proc/31106/task/31108/stat : 31108 (priss) R 31105 31105 30862 0 -1 4202560 37124 0 0 0 94184 30 0 0 25 0 5 0 594114630 792096768 154292 33554432000 4194304 5787044 140737170543952 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31106/tid=31109] ppid=31105 vsize=773532 CPUtime=938.64 cores=0,2,4,6
/proc/31106/task/31109/stat : 31109 (priss) R 31105 31105 30862 0 -1 4202560 44396 0 0 0 93829 35 0 0 25 0 5 0 594114631 792096768 154292 33554432000 4194304 5787044 140737170543952 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31106/tid=31110] ppid=31105 vsize=773532 CPUtime=940.44 cores=0,2,4,6
/proc/31106/task/31110/stat : 31110 (priss) R 31105 31105 30862 0 -1 4202560 43233 0 0 0 94001 43 0 0 25 0 5 0 594114633 792096768 154292 33554432000 4194304 5787044 140737170543952 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31106/tid=31111] ppid=31105 vsize=773532 CPUtime=942.15 cores=0,2,4,6
/proc/31106/task/31111/stat : 31111 (priss) R 31105 31105 30862 0 -1 4202560 40010 0 0 0 94179 36 0 0 25 0 5 0 594114635 792096768 154292 33554432000 4194304 5787044 140737170543952 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3763.5
Current children cumulated vsize (KiB) 782232

[startup+1002.3 s]
/proc/loadavg: 8.10 8.08 8.02 9/188 31146
/proc/meminfo: memFree=22443724/32950928 swapFree=67071984/67111528
[pid=31105] ppid=31103 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31105/stat : 31105 (prissAuto.sh) S 31103 31105 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594114623 8908800 252 33554432000 4194304 4922060 140733590456624 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31105/statm: 2175 252 211 178 0 68 0
[pid=31106] ppid=31105 vsize=843356 CPUtime=4003.16 cores=0,2,4,6
/proc/31106/stat : 31106 (priss) S 31105 31105 30862 0 -1 4202496 178996 0 0 0 400163 153 0 0 25 0 5 0 594114623 863596544 159591 33554432000 4194304 5787044 140737170543952 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31106/statm: 210839 159591 418 389 0 206589 0
[pid=31106/tid=31108] ppid=31105 vsize=843356 CPUtime=1002.14 cores=0,2,4,6
/proc/31106/task/31108/stat : 31108 (priss) R 31105 31105 30862 0 -1 4202560 37882 0 0 0 100184 30 0 0 25 0 5 0 594114630 863596544 159591 33554432000 4194304 5787044 140737170543952 18446744073709551615 5591239 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31106/tid=31109] ppid=31105 vsize=843356 CPUtime=998.63 cores=0,2,4,6
/proc/31106/task/31109/stat : 31109 (priss) R 31105 31105 30862 0 -1 4202560 44699 0 0 0 99827 36 0 0 25 0 5 0 594114631 863596544 159591 33554432000 4194304 5787044 140737170543952 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31106/tid=31110] ppid=31105 vsize=843356 CPUtime=1000.11 cores=0,2,4,6
/proc/31106/task/31110/stat : 31110 (priss) R 31105 31105 30862 0 -1 4202560 44257 0 0 0 99968 43 0 0 25 0 5 0 594114633 863596544 159591 33554432000 4194304 5787044 140737170543952 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31106/tid=31111] ppid=31105 vsize=843356 CPUtime=1002.14 cores=0,2,4,6
/proc/31106/task/31111/stat : 31111 (priss) R 31105 31105 30862 0 -1 4202560 43224 0 0 0 100173 41 0 0 25 0 5 0 594114635 863596544 159591 33554432000 4194304 5787044 140737170543952 18446744073709551615 5527218 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4003.16
Current children cumulated vsize (KiB) 852056

[startup+1062.3 s]
/proc/loadavg: 8.04 8.07 8.01 9/188 31148
/proc/meminfo: memFree=22371024/32950928 swapFree=67071984/67111528
[pid=31105] ppid=31103 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31105/stat : 31105 (prissAuto.sh) S 31103 31105 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594114623 8908800 252 33554432000 4194304 4922060 140733590456624 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31105/statm: 2175 252 211 178 0 68 0
[pid=31106] ppid=31105 vsize=908892 CPUtime=4242.83 cores=0,2,4,6
/proc/31106/stat : 31106 (priss) S 31105 31105 30862 0 -1 4202496 189889 0 0 0 424114 169 0 0 25 0 5 0 594114623 930705408 170484 33554432000 4194304 5787044 140737170543952 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31106/statm: 227223 170484 418 389 0 222973 0
[pid=31106/tid=31108] ppid=31105 vsize=908892 CPUtime=1062.13 cores=0,2,4,6
/proc/31106/task/31108/stat : 31108 (priss) R 31105 31105 30862 0 -1 4202560 38750 0 0 0 106182 31 0 0 25 0 5 0 594114630 930705408 170484 33554432000 4194304 5787044 140737170543952 18446744073709551615 5591640 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31106/tid=31109] ppid=31105 vsize=908892 CPUtime=1058.62 cores=0,2,4,6
/proc/31106/task/31109/stat : 31109 (priss) R 31105 31105 30862 0 -1 4202560 48292 0 0 0 105822 40 0 0 25 0 5 0 594114631 930705408 170484 33554432000 4194304 5787044 140737170543952 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31106/tid=31110] ppid=31105 vsize=908892 CPUtime=1059.79 cores=0,2,4,6
/proc/31106/task/31110/stat : 31110 (priss) R 31105 31105 30862 0 -1 4202560 47152 0 0 0 105931 48 0 0 25 0 5 0 594114633 930705408 170484 33554432000 4194304 5787044 140737170543952 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31106/tid=31111] ppid=31105 vsize=908892 CPUtime=1062.14 cores=0,2,4,6
/proc/31106/task/31111/stat : 31111 (priss) R 31105 31105 30862 0 -1 4202560 46761 0 0 0 106167 47 0 0 25 0 5 0 594114635 930705408 170484 33554432000 4194304 5787044 140737170543952 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4242.83
Current children cumulated vsize (KiB) 917592

[startup+1122.3 s]
/proc/loadavg: 8.06 8.07 8.01 9/188 31150
/proc/meminfo: memFree=22275376/32950928 swapFree=67071984/67111528
[pid=31105] ppid=31103 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31105/stat : 31105 (prissAuto.sh) S 31103 31105 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594114623 8908800 252 33554432000 4194304 4922060 140733590456624 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31105/statm: 2175 252 211 178 0 68 0
[pid=31106] ppid=31105 vsize=914344 CPUtime=4482.49 cores=0,2,4,6
/proc/31106/stat : 31106 (priss) S 31105 31105 30862 0 -1 4202496 203368 0 0 0 448063 186 0 0 25 0 5 0 594114623 936288256 183963 33554432000 4194304 5787044 140737170543952 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31106/statm: 228586 183963 418 389 0 224336 0
[pid=31106/tid=31108] ppid=31105 vsize=914344 CPUtime=1122.13 cores=0,2,4,6
/proc/31106/task/31108/stat : 31108 (priss) R 31105 31105 30862 0 -1 4202560 42857 0 0 0 112178 35 0 0 25 0 5 0 594114630 936288256 183963 33554432000 4194304 5787044 140737170543952 18446744073709551615 4238583 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31106/tid=31109] ppid=31105 vsize=914344 CPUtime=1118.62 cores=0,2,4,6
/proc/31106/task/31109/stat : 31109 (priss) R 31105 31105 30862 0 -1 4202560 52444 0 0 0 111816 46 0 0 25 0 5 0 594114631 936288256 183963 33554432000 4194304 5787044 140737170543952 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31106/tid=31110] ppid=31105 vsize=914344 CPUtime=1119.45 cores=0,2,4,6
/proc/31106/task/31110/stat : 31110 (priss) R 31105 31105 30862 0 -1 4202560 48983 0 0 0 111895 50 0 0 25 0 5 0 594114633 936288256 183963 33554432000 4194304 5787044 140737170543952 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31106/tid=31111] ppid=31105 vsize=914344 CPUtime=1122.15 cores=0,2,4,6
/proc/31106/task/31111/stat : 31111 (priss) R 31105 31105 30862 0 -1 4202560 50150 0 0 0 112162 53 0 0 25 0 5 0 594114635 936288256 183963 33554432000 4194304 5787044 140737170543952 18446744073709551615 5527057 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4482.49
Current children cumulated vsize (KiB) 923044

[startup+1182.3 s]
/proc/loadavg: 8.12 8.08 8.02 9/188 31151
/proc/meminfo: memFree=22195352/32950928 swapFree=67071984/67111528
[pid=31105] ppid=31103 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31105/stat : 31105 (prissAuto.sh) S 31103 31105 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594114623 8908800 252 33554432000 4194304 4922060 140733590456624 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31105/statm: 2175 252 211 178 0 68 0
[pid=31106] ppid=31105 vsize=990212 CPUtime=4722.15 cores=0,2,4,6
/proc/31106/stat : 31106 (priss) S 31105 31105 30862 0 -1 4202496 214558 0 0 0 472016 199 0 0 25 0 5 0 594114623 1013977088 194928 33554432000 4194304 5787044 140737170543952 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31106/statm: 247553 194928 418 389 0 243303 0
[pid=31106/tid=31108] ppid=31105 vsize=990212 CPUtime=1182.01 cores=0,2,4,6
/proc/31106/task/31108/stat : 31108 (priss) R 31105 31105 30862 0 -1 4202560 45153 0 0 0 118163 38 0 0 25 0 5 0 594114630 1013977088 194928 33554432000 4194304 5787044 140737170543952 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31106/tid=31109] ppid=31105 vsize=990212 CPUtime=1178.61 cores=0,2,4,6
/proc/31106/task/31109/stat : 31109 (priss) R 31105 31105 30862 0 -1 4202560 55561 0 0 0 117812 49 0 0 25 0 5 0 594114631 1013977088 194928 33554432000 4194304 5787044 140737170543952 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31106/tid=31110] ppid=31105 vsize=990212 CPUtime=1179.24 cores=0,2,4,6
/proc/31106/task/31110/stat : 31110 (priss) R 31105 31105 30862 0 -1 4202560 50861 0 0 0 117873 51 0 0 25 0 5 0 594114633 1013977088 194928 33554432000 4194304 5787044 140737170543952 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31106/tid=31111] ppid=31105 vsize=990212 CPUtime=1182.14 cores=0,2,4,6
/proc/31106/task/31111/stat : 31111 (priss) R 31105 31105 30862 0 -1 4202560 54049 0 0 0 118156 58 0 0 25 0 5 0 594114635 1013977088 194928 33554432000 4194304 5787044 140737170543952 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4722.15
Current children cumulated vsize (KiB) 998912



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 7.76 8.01 7.99 5/181 31153
/proc/meminfo: memFree=22910864/32950928 swapFree=67071984/67111528
[pid=31105] ppid=31103 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31105/stat : 31105 (prissAuto.sh) S 31103 31105 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594114623 8908800 252 33554432000 4194304 4922060 140733590456624 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31105/statm: 2175 252 211 178 0 68 0
[pid=31106] ppid=31105 vsize=993728 CPUtime=4800.05 cores=0,2,4,6
/proc/31106/stat : 31106 (priss) S 31105 31105 30862 0 -1 4202496 216086 0 0 0 479805 200 0 0 25 0 5 0 594114623 1017577472 196231 33554432000 4194304 5787044 140737170543952 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31106/statm: 248432 196231 418 389 0 244182 0
[pid=31106/tid=31108] ppid=31105 vsize=993728 CPUtime=1201.39 cores=0,2,4,6
/proc/31106/task/31108/stat : 31108 (priss) R 31105 31105 30862 0 -1 4202560 45804 0 0 0 120101 38 0 0 25 0 5 0 594114630 1017577472 196231 33554432000 4194304 5787044 140737170543952 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31106/tid=31109] ppid=31105 vsize=993728 CPUtime=1198.12 cores=0,2,4,6
/proc/31106/task/31109/stat : 31109 (priss) R 31105 31105 30862 0 -1 4202560 56434 0 0 0 119762 50 0 0 25 0 5 0 594114631 1017577472 196231 33554432000 4194304 5787044 140737170543952 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31106/tid=31110] ppid=31105 vsize=993728 CPUtime=1198.75 cores=0,2,4,6
/proc/31106/task/31110/stat : 31110 (priss) R 31105 31105 30862 0 -1 4202560 50865 0 0 0 119824 51 0 0 25 0 5 0 594114633 1017577472 196231 33554432000 4194304 5787044 140737170543952 18446744073709551615 4254903 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31106/tid=31111] ppid=31105 vsize=993728 CPUtime=1201.64 cores=0,2,4,6
/proc/31106/task/31111/stat : 31111 (priss) R 31105 31105 30862 0 -1 4202560 54049 0 0 0 120106 58 0 0 25 0 5 0 594114635 1017577472 196231 33554432000 4194304 5787044 140737170543952 18446744073709551615 5527212 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.05
Current children cumulated vsize (KiB) 1002428

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 31105 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0
# while last known CPU time is 4800.05
#
# 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.05
CPU user time (s): 4798.05
CPU system time (s): 2
CPU usage (%): 399.399
Max. virtual memory (cumulated for all children) (KiB): 1002428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 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= 4
involuntary context switches= 2

runsolver used 1.76673 second user time and 4.80027 second system time

The end

Launcher Data

Begin job on node116 at 2011-04-29 03:00:39
IDJOB=3281200
IDBENCH=20536
IDSOLVER=1602
FILE ID=node116/3281200-1304038839
RUNJOBID= node116-1304036428-30880
PBS_JOBID= 13170355
Free space on /tmp= 72508 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k100.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3281200-1304038839/watcher-3281200-1304038839 -o /tmp/evaluation-result-3281200-1304038839/solver-3281200-1304038839 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3281200-1304038839.cnf 1149595043 4800 15500 4

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

MD5SUM BENCH= cf1b8194ff6d413d396ac9e26bb031ef
RANDOM SEED=1149595043

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
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:      23575904 kB
Buffers:       1893216 kB
Cached:        6898128 kB
SwapCached:       9732 kB
Active:        4442468 kB
Inactive:      4510928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23575904 kB
SwapTotal:    67111528 kB
SwapFree:     67071984 kB
Dirty:           10608 kB
Writeback:           0 kB
AnonPages:      155916 kB
Mapped:          14440 kB
Slab:           359080 kB
PageTables:       5048 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   386056 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= 72492 MiB
End job on node116 at 2011-04-29 03:20:43