Trace number 3281109

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 1.0? (TO) 4800.05 1201.92

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k45.cnf
MD5SUM8a76c8add64173ae39149aae572a02d9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark185.162
Satisfiable
(Un)Satisfiability was proved
Number of variables37432
Number of clauses147345
Sum of the clauses size401667
Maximum clause length37
Minimum clause length1
Number of clauses of size 1603
Number of clauses of size 269621
Number of clauses of size 371450
Number of clauses of size 4266
Number of clauses of size 5505
Number of clauses of size over 54900

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: 12816
0.00/0.05	c parsetime: 46689us
0.00/0.05	c parsed 147345 clauses with 37432 variables
0.00/0.06	c NW started thread 0 successfully (1100675392)
0.00/0.07	c NW started thread 1 successfully (1113594176)
0.00/0.08	c NW started thread 2 successfully (1088989504)
0.00/0.09	c NW started thread 3 successfully (1124084032)
4.86/1.49	c preprocessor returned 37432 variables
4.86/1.49	c preprocessing returned UNKNOWN
4.86/1.49	c PP set 609 variables
4.86/1.49	c pp time: 1381131us (1s)
5.23/1.55	c preprocessor returned 37432 variables
5.23/1.55	c preprocessing returned UNKNOWN
5.23/1.55	c PP set 609 variables
5.23/1.55	c pp time: 1478052us (1s)
5.23/1.59	c preprocessor returned 37432 variables
5.23/1.59	c preprocessing returned UNKNOWN
5.23/1.59	c PP set 609 variables
5.23/1.59	c pp time: 1512157us (1s)
12.43/3.39	c preprocessor returned 39432 variables
12.43/3.39	c preprocessing returned UNKNOWN
12.43/3.39	c PP set 609 variables
12.43/3.39	c pp time: 3236745us (3s)
12.83/3.43	c added unsatisfied clause
12.83/3.43	c failed to add network clauses
13.65/3.64	c HTE
14.42/3.80	c subsumption
14.42/3.88	c simplified formula contains 0 unit clauses
25.21/6.52	c added unsatisfied clause
25.21/6.52	c failed to add network clauses
35.21/9.01	c added unsatisfied clause
35.21/9.01	c failed to add network clauses
64.75/16.44	c added unsatisfied clause
64.75/16.44	c failed to add network clauses
69.54/17.67	c added unsatisfied clause
69.54/17.67	c failed to add network clauses
69.54/17.67	c added unsatisfied clause
69.54/17.67	c failed to add network clauses
93.50/23.64	c added unsatisfied clause
93.50/23.64	c failed to add network clauses
95.09/24.09	c added unsatisfied clause
95.09/24.09	c failed to add network clauses
127.87/32.24	c added unsatisfied clause
127.87/32.24	c failed to add network clauses
574.40/144.06	c added unsatisfied clause
574.40/144.06	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-3281109-1304039674/watcher-3281109-1304039674 -o /tmp/evaluation-result-3281109-1304039674/solver-3281109-1304039674 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3281109-1304039674.cnf 854736757 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.49 7.92 7.54 1/175 12815
/proc/meminfo: memFree=30633120/32951124 swapFree=67111416/67111528
[pid=12815] ppid=12813 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12815/stat : 12815 (priss.sh) S 12813 12815 11686 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515569747 8908800 252 33554432000 4194304 4922060 140734083264048 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12815/statm: 2175 252 211 178 0 68 0

[startup+0.078079 s]
/proc/loadavg: 7.49 7.92 7.54 1/175 12815
/proc/meminfo: memFree=30633120/32951124 swapFree=67111416/67111528
[pid=12815] ppid=12813 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12815/stat : 12815 (priss.sh) S 12813 12815 11686 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515569747 8908800 252 33554432000 4194304 4922060 140734083264048 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12815/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.10607 s]
/proc/loadavg: 7.49 7.92 7.54 1/175 12815
/proc/meminfo: memFree=30633120/32951124 swapFree=67111416/67111528
[pid=12815] ppid=12813 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12815/stat : 12815 (priss.sh) S 12813 12815 11686 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515569747 8908800 252 33554432000 4194304 4922060 140734083264048 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12815/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.573555 s]
/proc/loadavg: 7.49 7.92 7.54 1/175 12815
/proc/meminfo: memFree=30633120/32951124 swapFree=67111416/67111528
[pid=12815] ppid=12813 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12815/stat : 12815 (priss.sh) S 12813 12815 11686 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515569747 8908800 252 33554432000 4194304 4922060 140734083264048 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12815/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.8061 s]
/proc/loadavg: 7.49 7.92 7.54 1/175 12815
/proc/meminfo: memFree=30633120/32951124 swapFree=67111416/67111528
[pid=12815] ppid=12813 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12815/stat : 12815 (priss.sh) S 12813 12815 11686 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515569747 8908800 252 33554432000 4194304 4922060 140734083264048 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12815/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50077 s]
/proc/loadavg: 7.49 7.92 7.54 10/188 12853
/proc/meminfo: memFree=30444132/32951124 swapFree=67111416/67111528
[pid=12815] ppid=12813 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12815/stat : 12815 (priss.sh) S 12813 12815 11686 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515569747 8908800 252 33554432000 4194304 4922060 140734083264048 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12815/statm: 2175 252 211 178 0 68 0
[pid=12816] ppid=12815 vsize=336164 CPUtime=5.23 cores=0,2,4,6
/proc/12816/stat : 12816 (priss) S 12815 12815 11686 0 -1 4202496 42917 0 0 0 512 11 0 0 18 0 5 0 515569747 344231936 29914 33554432000 4194304 5787044 140734968070448 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/12816/statm: 84041 29914 373 389 0 79791 0
[pid=12816/tid=12818] ppid=12815 vsize=336164 CPUtime=1.29 cores=0,2,4,6
/proc/12816/task/12818/stat : 12818 (priss) R 12815 12815 11686 0 -1 4202560 10351 0 0 0 127 2 0 0 18 0 5 0 515569753 344231936 29914 33554432000 4194304 5787044 140734968070448 18446744073709551615 4330532 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=12816/tid=12819] ppid=12815 vsize=336164 CPUtime=1.22 cores=0,2,4,6
/proc/12816/task/12819/stat : 12819 (priss) R 12815 12815 11686 0 -1 4202560 8555 0 0 0 119 3 0 0 19 0 5 0 515569754 344231936 29914 33554432000 4194304 5787044 140734968070448 18446744073709551615 4330555 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=12816/tid=12820] ppid=12815 vsize=336164 CPUtime=1.3 cores=0,2,4,6
/proc/12816/task/12820/stat : 12820 (priss) R 12815 12815 11686 0 -1 4202560 9141 0 0 0 127 3 0 0 19 0 5 0 515569755 344231936 29914 33554432000 4194304 5787044 140734968070448 18446744073709551615 212439475591 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=12816/tid=12821] ppid=12815 vsize=336164 CPUtime=1.29 cores=0,2,4,6
/proc/12816/task/12821/stat : 12821 (priss) R 12815 12815 11686 0 -1 4202560 7129 0 0 0 129 0 0 0 18 0 5 0 515569757 344231936 29914 33554432000 4194304 5787044 140734968070448 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.23
Current children cumulated vsize (KiB) 344864

[startup+3.10047 s]
/proc/loadavg: 7.49 7.92 7.54 9/188 12853
/proc/meminfo: memFree=30389820/32951124 swapFree=67111416/67111528
[pid=12815] ppid=12813 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12815/stat : 12815 (priss.sh) S 12813 12815 11686 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515569747 8908800 252 33554432000 4194304 4922060 140734083264048 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12815/statm: 2175 252 211 178 0 68 0
[pid=12816] ppid=12815 vsize=340264 CPUtime=11.63 cores=0,2,4,6
/proc/12816/stat : 12816 (priss) S 12815 12815 11686 0 -1 4202496 49047 0 0 0 1151 12 0 0 18 0 5 0 515569747 348430336 35889 33554432000 4194304 5787044 140734968070448 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/12816/statm: 85066 35889 405 389 0 80816 0
[pid=12816/tid=12818] ppid=12815 vsize=340264 CPUtime=2.9 cores=0,2,4,6
/proc/12816/task/12818/stat : 12818 (priss) R 12815 12815 11686 0 -1 4202560 12886 0 0 0 287 3 0 0 22 0 5 0 515569753 348430336 35889 33554432000 4194304 5787044 140734968070448 18446744073709551615 5591280 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=12816/tid=12819] ppid=12815 vsize=340264 CPUtime=2.81 cores=0,2,4,6
/proc/12816/task/12819/stat : 12819 (priss) R 12815 12815 11686 0 -1 4202560 10762 0 0 0 278 3 0 0 23 0 5 0 515569754 348430336 35889 33554432000 4194304 5787044 140734968070448 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=12816/tid=12820] ppid=12815 vsize=340264 CPUtime=2.9 cores=0,2,4,6
/proc/12816/task/12820/stat : 12820 (priss) R 12815 12815 11686 0 -1 4202560 10527 0 0 0 287 3 0 0 18 0 5 0 515569755 348430336 35889 33554432000 4194304 5787044 140734968070448 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=12816/tid=12821] ppid=12815 vsize=340264 CPUtime=2.89 cores=0,2,4,6
/proc/12816/task/12821/stat : 12821 (priss) R 12815 12815 11686 0 -1 4202560 7131 0 0 0 289 0 0 0 22 0 5 0 515569757 348430336 35889 33554432000 4194304 5787044 140734968070448 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.63
Current children cumulated vsize (KiB) 348964

[startup+6.30086 s]
/proc/loadavg: 7.53 7.92 7.55 9/188 12853
/proc/meminfo: memFree=30362636/32951124 swapFree=67111416/67111528
[pid=12815] ppid=12813 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12815/stat : 12815 (priss.sh) S 12813 12815 11686 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515569747 8908800 252 33554432000 4194304 4922060 140734083264048 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12815/statm: 2175 252 211 178 0 68 0
[pid=12816] ppid=12815 vsize=340264 CPUtime=24.41 cores=0,2,4,6
/proc/12816/stat : 12816 (priss) S 12815 12815 11686 0 -1 4202496 54888 0 0 0 2427 14 0 0 18 0 5 0 515569747 348430336 39015 33554432000 4194304 5787044 140734968070448 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/12816/statm: 85066 39015 419 389 0 80816 0
[pid=12816/tid=12818] ppid=12815 vsize=340264 CPUtime=6.09 cores=0,2,4,6
/proc/12816/task/12818/stat : 12818 (priss) R 12815 12815 11686 0 -1 4202560 12945 0 0 0 606 3 0 0 25 0 5 0 515569753 348430336 39015 33554432000 4194304 5787044 140734968070448 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=12816/tid=12819] ppid=12815 vsize=340264 CPUtime=6 cores=0,2,4,6
/proc/12816/task/12819/stat : 12819 (priss) R 12815 12815 11686 0 -1 4202560 10864 0 0 0 597 3 0 0 25 0 5 0 515569754 348430336 39015 33554432000 4194304 5787044 140734968070448 18446744073709551615 212435684354 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=12816/tid=12820] ppid=12815 vsize=340264 CPUtime=6.1 cores=0,2,4,6
/proc/12816/task/12820/stat : 12820 (priss) R 12815 12815 11686 0 -1 4202560 10613 0 0 0 607 3 0 0 25 0 5 0 515569755 348430336 39015 33554432000 4194304 5787044 140734968070448 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=12816/tid=12821] ppid=12815 vsize=340264 CPUtime=6.09 cores=0,2,4,6
/proc/12816/task/12821/stat : 12821 (priss) R 12815 12815 11686 0 -1 4202560 12725 0 0 0 608 1 0 0 25 0 5 0 515569757 348430336 39015 33554432000 4194304 5787044 140734968070448 18446744073709551615 5527194 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.41
Current children cumulated vsize (KiB) 348964

[startup+12.7006 s]
/proc/loadavg: 7.57 7.93 7.55 9/188 12853
/proc/meminfo: memFree=30339492/32951124 swapFree=67111416/67111528
[pid=12815] ppid=12813 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12815/stat : 12815 (priss.sh) S 12813 12815 11686 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515569747 8908800 252 33554432000 4194304 4922060 140734083264048 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12815/statm: 2175 252 211 178 0 68 0
[pid=12816] ppid=12815 vsize=347204 CPUtime=49.97 cores=0,2,4,6
/proc/12816/stat : 12816 (priss) S 12815 12815 11686 0 -1 4202496 57892 0 0 0 4981 16 0 0 18 0 5 0 515569747 355536896 42019 33554432000 4194304 5787044 140734968070448 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/12816/statm: 86801 42019 419 389 0 82551 0
[pid=12816/tid=12818] ppid=12815 vsize=347204 CPUtime=12.49 cores=0,2,4,6
/proc/12816/task/12818/stat : 12818 (priss) R 12815 12815 11686 0 -1 4202560 13407 0 0 0 1246 3 0 0 25 0 5 0 515569753 355536896 42019 33554432000 4194304 5787044 140734968070448 18446744073709551615 4692763 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=12816/tid=12819] ppid=12815 vsize=347204 CPUtime=12.36 cores=0,2,4,6
/proc/12816/task/12819/stat : 12819 (priss) R 12815 12815 11686 0 -1 4202560 11545 0 0 0 1232 4 0 0 25 0 5 0 515569754 355536896 42019 33554432000 4194304 5787044 140734968070448 18446744073709551615 4220716 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=12816/tid=12820] ppid=12815 vsize=347204 CPUtime=12.5 cores=0,2,4,6
/proc/12816/task/12820/stat : 12820 (priss) R 12815 12815 11686 0 -1 4202560 12148 0 0 0 1246 4 0 0 25 0 5 0 515569755 355536896 42019 33554432000 4194304 5787044 140734968070448 18446744073709551615 5585226 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=12816/tid=12821] ppid=12815 vsize=347204 CPUtime=12.5 cores=0,2,4,6
/proc/12816/task/12821/stat : 12821 (priss) R 12815 12815 11686 0 -1 4202560 13051 0 0 0 1248 2 0 0 25 0 5 0 515569757 355536896 42019 33554432000 4194304 5787044 140734968070448 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 49.97
Current children cumulated vsize (KiB) 355904

[startup+25.5012 s]
/proc/loadavg: 7.74 7.94 7.56 9/188 12854
/proc/meminfo: memFree=30302900/32951124 swapFree=67111416/67111528
[pid=12815] ppid=12813 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12815/stat : 12815 (priss.sh) S 12813 12815 11686 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515569747 8908800 252 33554432000 4194304 4922060 140734083264048 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12815/statm: 2175 252 211 178 0 68 0
[pid=12816] ppid=12815 vsize=356080 CPUtime=101.1 cores=0,2,4,6
/proc/12816/stat : 12816 (priss) S 12815 12815 11686 0 -1 4202496 61888 0 0 0 10091 19 0 0 18 0 5 0 515569747 364625920 46014 33554432000 4194304 5787044 140734968070448 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/12816/statm: 89020 46014 419 389 0 84770 0
[pid=12816/tid=12818] ppid=12815 vsize=356080 CPUtime=25.3 cores=0,2,4,6
/proc/12816/task/12818/stat : 12818 (priss) R 12815 12815 11686 0 -1 4202560 14167 0 0 0 2526 4 0 0 25 0 5 0 515569753 364625920 46014 33554432000 4194304 5787044 140734968070448 18446744073709551615 212435677310 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=12816/tid=12819] ppid=12815 vsize=356080 CPUtime=25.09 cores=0,2,4,6
/proc/12816/task/12819/stat : 12819 (priss) R 12815 12815 11686 0 -1 4202560 13367 0 0 0 2505 4 0 0 25 0 5 0 515569754 364625920 46014 33554432000 4194304 5787044 140734968070448 18446744073709551615 5591730 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=12816/tid=12820] ppid=12815 vsize=356080 CPUtime=25.3 cores=0,2,4,6
/proc/12816/task/12820/stat : 12820 (priss) R 12815 12815 11686 0 -1 4202560 12820 0 0 0 2524 6 0 0 25 0 5 0 515569755 364625920 46014 33554432000 4194304 5787044 140734968070448 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=12816/tid=12821] ppid=12815 vsize=356080 CPUtime=25.3 cores=0,2,4,6
/proc/12816/task/12821/stat : 12821 (priss) R 12815 12815 11686 0 -1 4202560 13793 0 0 0 2527 3 0 0 25 0 5 0 515569757 364625920 46014 33554432000 4194304 5787044 140734968070448 18446744073709551615 5524560 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.1
Current children cumulated vsize (KiB) 364780

[startup+51.1003 s]
/proc/loadavg: 7.83 7.95 7.57 9/188 12854
/proc/meminfo: memFree=30246056/32951124 swapFree=67111416/67111528
[pid=12815] ppid=12813 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12815/stat : 12815 (priss.sh) S 12813 12815 11686 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515569747 8908800 252 33554432000 4194304 4922060 140734083264048 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12815/statm: 2175 252 211 178 0 68 0
[pid=12816] ppid=12815 vsize=366720 CPUtime=203.33 cores=0,2,4,6
/proc/12816/stat : 12816 (priss) S 12815 12815 11686 0 -1 4202496 68591 0 0 0 20307 26 0 0 18 0 5 0 515569747 375521280 52695 33554432000 4194304 5787044 140734968070448 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/12816/statm: 91680 52695 419 389 0 87430 0
[pid=12816/tid=12818] ppid=12815 vsize=366720 CPUtime=50.88 cores=0,2,4,6
/proc/12816/task/12818/stat : 12818 (priss) R 12815 12815 11686 0 -1 4202560 15731 0 0 0 5083 5 0 0 25 0 5 0 515569753 375521280 52695 33554432000 4194304 5787044 140734968070448 18446744073709551615 5601760 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=12816/tid=12819] ppid=12815 vsize=366720 CPUtime=50.54 cores=0,2,4,6
/proc/12816/task/12819/stat : 12819 (priss) R 12815 12815 11686 0 -1 4202560 14714 0 0 0 5048 6 0 0 25 0 5 0 515569754 375521280 52695 33554432000 4194304 5787044 140734968070448 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=12816/tid=12820] ppid=12815 vsize=366720 CPUtime=50.89 cores=0,2,4,6
/proc/12816/task/12820/stat : 12820 (priss) R 12815 12815 11686 0 -1 4202560 15440 0 0 0 5082 7 0 0 25 0 5 0 515569755 375521280 52695 33554432000 4194304 5787044 140734968070448 18446744073709551615 212435676595 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=12816/tid=12821] ppid=12815 vsize=366720 CPUtime=50.89 cores=0,2,4,6
/proc/12816/task/12821/stat : 12821 (priss) R 12815 12815 11686 0 -1 4202560 14965 0 0 0 5085 4 0 0 25 0 5 0 515569757 375521280 52695 33554432000 4194304 5787044 140734968070448 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.33
Current children cumulated vsize (KiB) 375420

[startup+102.301 s]
/proc/loadavg: 7.92 7.95 7.59 9/188 12856
/proc/meminfo: memFree=30132696/32951124 swapFree=67111416/67111528
[pid=12815] ppid=12813 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12815/stat : 12815 (priss.sh) S 12813 12815 11686 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515569747 8908800 252 33554432000 4194304 4922060 140734083264048 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12815/statm: 2175 252 211 178 0 68 0
[pid=12816] ppid=12815 vsize=383184 CPUtime=407.83 cores=0,2,4,6
/proc/12816/stat : 12816 (priss) S 12815 12815 11686 0 -1 4202496 80802 0 0 0 40743 40 0 0 18 0 5 0 515569747 392380416 64712 33554432000 4194304 5787044 140734968070448 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/12816/statm: 95796 64712 419 389 0 91546 0
[pid=12816/tid=12818] ppid=12815 vsize=383184 CPUtime=102.08 cores=0,2,4,6
/proc/12816/task/12818/stat : 12818 (priss) R 12815 12815 11686 0 -1 4202560 18272 0 0 0 10200 8 0 0 25 0 5 0 515569753 392380416 64712 33554432000 4194304 5787044 140734968070448 18446744073709551615 5586610 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=12816/tid=12819] ppid=12815 vsize=383184 CPUtime=101.46 cores=0,2,4,6
/proc/12816/task/12819/stat : 12819 (priss) R 12815 12815 11686 0 -1 4202560 17065 0 0 0 10137 9 0 0 25 0 5 0 515569754 392380416 64712 33554432000 4194304 5787044 140734968070448 18446744073709551615 4254564 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=12816/tid=12820] ppid=12815 vsize=383184 CPUtime=102.08 cores=0,2,4,6
/proc/12816/task/12820/stat : 12820 (priss) R 12815 12815 11686 0 -1 4202560 19288 0 0 0 10196 12 0 0 25 0 5 0 515569755 392380416 64712 33554432000 4194304 5787044 140734968070448 18446744073709551615 5586761 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=12816/tid=12821] ppid=12815 vsize=383184 CPUtime=102.09 cores=0,2,4,6

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

/proc/12816/task/12819/stat : 12819 (priss) R 12815 12815 11686 0 -1 4202560 38564 0 0 0 81720 32 0 0 25 0 5 0 515569754 717615104 144361 33554432000 4194304 5787044 140734968070448 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=12816/tid=12820] ppid=12815 vsize=700796 CPUtime=821.99 cores=0,2,4,6
/proc/12816/task/12820/stat : 12820 (priss) R 12815 12815 11686 0 -1 4202560 39619 0 0 0 82166 33 0 0 25 0 5 0 515569755 717615104 144361 33554432000 4194304 5787044 140734968070448 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=12816/tid=12821] ppid=12815 vsize=700796 CPUtime=822.07 cores=0,2,4,6
/proc/12816/task/12821/stat : 12821 (priss) R 12815 12815 11686 0 -1 4202560 36837 0 0 0 82179 28 0 0 25 0 5 0 515569757 717615104 144361 33554432000 4194304 5787044 140734968070448 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3283.77
Current children cumulated vsize (KiB) 709496

[startup+882.3 s]
/proc/loadavg: 8.19 8.14 7.88 9/188 12877
/proc/meminfo: memFree=29450028/32951124 swapFree=67111416/67111528
[pid=12815] ppid=12813 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12815/stat : 12815 (priss.sh) S 12813 12815 11686 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515569747 8908800 252 33554432000 4194304 4922060 140734083264048 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12815/statm: 2175 252 211 178 0 68 0
[pid=12816] ppid=12815 vsize=700796 CPUtime=3523.44 cores=0,2,4,6
/proc/12816/stat : 12816 (priss) S 12815 12815 11686 0 -1 4202496 162046 0 0 0 352214 130 0 0 18 0 5 0 515569747 717615104 144625 33554432000 4194304 5787044 140734968070448 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/12816/statm: 175199 144625 419 389 0 170949 0
[pid=12816/tid=12818] ppid=12815 vsize=700796 CPUtime=882.07 cores=0,2,4,6
/proc/12816/task/12818/stat : 12818 (priss) R 12815 12815 11686 0 -1 4202560 39027 0 0 0 88173 34 0 0 25 0 5 0 515569753 717615104 144625 33554432000 4194304 5787044 140734968070448 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=12816/tid=12819] ppid=12815 vsize=700796 CPUtime=877.2 cores=0,2,4,6
/proc/12816/task/12819/stat : 12819 (priss) R 12815 12815 11686 0 -1 4202560 38566 0 0 0 87688 32 0 0 25 0 5 0 515569754 717615104 144625 33554432000 4194304 5787044 140734968070448 18446744073709551615 5591573 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=12816/tid=12820] ppid=12815 vsize=700796 CPUtime=881.99 cores=0,2,4,6
/proc/12816/task/12820/stat : 12820 (priss) R 12815 12815 11686 0 -1 4202560 39869 0 0 0 88165 34 0 0 25 0 5 0 515569755 717615104 144625 33554432000 4194304 5787044 140734968070448 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=12816/tid=12821] ppid=12815 vsize=700796 CPUtime=882.07 cores=0,2,4,6
/proc/12816/task/12821/stat : 12821 (priss) R 12815 12815 11686 0 -1 4202560 36843 0 0 0 88179 28 0 0 25 0 5 0 515569757 717615104 144625 33554432000 4194304 5787044 140734968070448 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3523.44
Current children cumulated vsize (KiB) 709496

[startup+942.301 s]
/proc/loadavg: 8.19 8.14 7.90 9/188 12878
/proc/meminfo: memFree=29421732/32951124 swapFree=67111416/67111528
[pid=12815] ppid=12813 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12815/stat : 12815 (priss.sh) S 12813 12815 11686 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515569747 8908800 252 33554432000 4194304 4922060 140734083264048 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12815/statm: 2175 252 211 178 0 68 0
[pid=12816] ppid=12815 vsize=702796 CPUtime=3763.09 cores=0,2,4,6
/proc/12816/stat : 12816 (priss) S 12815 12815 11686 0 -1 4202496 162480 0 0 0 376178 131 0 0 18 0 5 0 515569747 719663104 145059 33554432000 4194304 5787044 140734968070448 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/12816/statm: 175699 145059 419 389 0 171449 0
[pid=12816/tid=12818] ppid=12815 vsize=702796 CPUtime=942.07 cores=0,2,4,6
/proc/12816/task/12818/stat : 12818 (priss) R 12815 12815 11686 0 -1 4202560 39079 0 0 0 94173 34 0 0 25 0 5 0 515569753 719663104 145059 33554432000 4194304 5787044 140734968070448 18446744073709551615 5590995 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=12816/tid=12819] ppid=12815 vsize=702796 CPUtime=937.16 cores=0,2,4,6
/proc/12816/task/12819/stat : 12819 (priss) R 12815 12815 11686 0 -1 4202560 38580 0 0 0 93684 32 0 0 25 0 5 0 515569754 719663104 145059 33554432000 4194304 5787044 140734968070448 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=12816/tid=12820] ppid=12815 vsize=702796 CPUtime=941.66 cores=0,2,4,6
/proc/12816/task/12820/stat : 12820 (priss) R 12815 12815 11686 0 -1 4202560 40205 0 0 0 94132 34 0 0 25 0 5 0 515569755 719663104 145059 33554432000 4194304 5787044 140734968070448 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=12816/tid=12821] ppid=12815 vsize=702796 CPUtime=942.07 cores=0,2,4,6
/proc/12816/task/12821/stat : 12821 (priss) R 12815 12815 11686 0 -1 4202560 36875 0 0 0 94179 28 0 0 25 0 5 0 515569757 719663104 145059 33554432000 4194304 5787044 140734968070448 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3763.09
Current children cumulated vsize (KiB) 711496

[startup+1002.3 s]
/proc/loadavg: 8.18 8.14 7.91 9/188 12880
/proc/meminfo: memFree=29372844/32951124 swapFree=67111416/67111528
[pid=12815] ppid=12813 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12815/stat : 12815 (priss.sh) S 12813 12815 11686 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515569747 8908800 252 33554432000 4194304 4922060 140734083264048 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12815/statm: 2175 252 211 178 0 68 0
[pid=12816] ppid=12815 vsize=717360 CPUtime=4002.78 cores=0,2,4,6
/proc/12816/stat : 12816 (priss) S 12815 12815 11686 0 -1 4202496 166396 0 0 0 400144 134 0 0 18 0 5 0 515569747 734576640 148975 33554432000 4194304 5787044 140734968070448 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/12816/statm: 179340 148975 419 389 0 175090 0
[pid=12816/tid=12818] ppid=12815 vsize=717360 CPUtime=1002.08 cores=0,2,4,6
/proc/12816/task/12818/stat : 12818 (priss) R 12815 12815 11686 0 -1 4202560 40700 0 0 0 100173 35 0 0 25 0 5 0 515569753 734576640 148975 33554432000 4194304 5787044 140734968070448 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=12816/tid=12819] ppid=12815 vsize=717360 CPUtime=997.17 cores=0,2,4,6
/proc/12816/task/12819/stat : 12819 (priss) R 12815 12815 11686 0 -1 4202560 39732 0 0 0 99684 33 0 0 25 0 5 0 515569754 734576640 148975 33554432000 4194304 5787044 140734968070448 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=12816/tid=12820] ppid=12815 vsize=717360 CPUtime=1001.34 cores=0,2,4,6
/proc/12816/task/12820/stat : 12820 (priss) R 12815 12815 11686 0 -1 4202560 40414 0 0 0 100100 34 0 0 25 0 5 0 515569755 734576640 148975 33554432000 4194304 5787044 140734968070448 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=12816/tid=12821] ppid=12815 vsize=717360 CPUtime=1002.08 cores=0,2,4,6
/proc/12816/task/12821/stat : 12821 (priss) R 12815 12815 11686 0 -1 4202560 37809 0 0 0 100178 30 0 0 25 0 5 0 515569757 734576640 148975 33554432000 4194304 5787044 140734968070448 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4002.78
Current children cumulated vsize (KiB) 726060

[startup+1062.3 s]
/proc/loadavg: 8.17 8.15 7.92 9/188 12881
/proc/meminfo: memFree=29305620/32951124 swapFree=67111416/67111528
[pid=12815] ppid=12813 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12815/stat : 12815 (priss.sh) S 12813 12815 11686 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515569747 8908800 252 33554432000 4194304 4922060 140734083264048 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12815/statm: 2175 252 211 178 0 68 0
[pid=12816] ppid=12815 vsize=806816 CPUtime=4242.44 cores=0,2,4,6
/proc/12816/stat : 12816 (priss) S 12815 12815 11686 0 -1 4202496 177780 0 0 0 424096 148 0 0 18 0 5 0 515569747 826179584 160359 33554432000 4194304 5787044 140734968070448 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/12816/statm: 201704 160359 419 389 0 197454 0
[pid=12816/tid=12818] ppid=12815 vsize=806816 CPUtime=1062.07 cores=0,2,4,6
/proc/12816/task/12818/stat : 12818 (priss) R 12815 12815 11686 0 -1 4202560 41407 0 0 0 106170 37 0 0 25 0 5 0 515569753 826179584 160359 33554432000 4194304 5787044 140734968070448 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=12816/tid=12819] ppid=12815 vsize=806816 CPUtime=1057.15 cores=0,2,4,6
/proc/12816/task/12819/stat : 12819 (priss) R 12815 12815 11686 0 -1 4202560 43982 0 0 0 105678 37 0 0 25 0 5 0 515569754 826179584 160359 33554432000 4194304 5787044 140734968070448 18446744073709551615 5590268 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=12816/tid=12820] ppid=12815 vsize=806816 CPUtime=1061.01 cores=0,2,4,6
/proc/12816/task/12820/stat : 12820 (priss) R 12815 12815 11686 0 -1 4202560 42186 0 0 0 106065 36 0 0 25 0 5 0 515569755 826179584 160359 33554432000 4194304 5787044 140734968070448 18446744073709551615 5591730 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=12816/tid=12821] ppid=12815 vsize=806816 CPUtime=1062.07 cores=0,2,4,6
/proc/12816/task/12821/stat : 12821 (priss) R 12815 12815 11686 0 -1 4202560 42464 0 0 0 106173 34 0 0 25 0 5 0 515569757 826179584 160359 33554432000 4194304 5787044 140734968070448 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4242.44
Current children cumulated vsize (KiB) 815516

[startup+1122.31 s]
/proc/loadavg: 8.16 8.15 7.93 9/188 12883
/proc/meminfo: memFree=29227100/32951124 swapFree=67111416/67111528
[pid=12815] ppid=12813 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12815/stat : 12815 (priss.sh) S 12813 12815 11686 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515569747 8908800 252 33554432000 4194304 4922060 140734083264048 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12815/statm: 2175 252 211 178 0 68 0
[pid=12816] ppid=12815 vsize=885168 CPUtime=4482.13 cores=0,2,4,6
/proc/12816/stat : 12816 (priss) S 12815 12815 11686 0 -1 4202496 189815 0 0 0 448049 164 0 0 18 0 5 0 515569747 906412032 172394 33554432000 4194304 5787044 140734968070448 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/12816/statm: 221292 172394 419 389 0 217042 0
[pid=12816/tid=12818] ppid=12815 vsize=885168 CPUtime=1122.08 cores=0,2,4,6
/proc/12816/task/12818/stat : 12818 (priss) R 12815 12815 11686 0 -1 4202560 44299 0 0 0 112166 42 0 0 25 0 5 0 515569753 906412032 172394 33554432000 4194304 5787044 140734968070448 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=12816/tid=12819] ppid=12815 vsize=885168 CPUtime=1117.16 cores=0,2,4,6
/proc/12816/task/12819/stat : 12819 (priss) R 12815 12815 11686 0 -1 4202560 47056 0 0 0 111675 41 0 0 25 0 5 0 515569754 906412032 172394 33554432000 4194304 5787044 140734968070448 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=12816/tid=12820] ppid=12815 vsize=885168 CPUtime=1120.69 cores=0,2,4,6
/proc/12816/task/12820/stat : 12820 (priss) R 12815 12815 11686 0 -1 4202560 45374 0 0 0 112031 38 0 0 25 0 5 0 515569755 906412032 172394 33554432000 4194304 5787044 140734968070448 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=12816/tid=12821] ppid=12815 vsize=885168 CPUtime=1122.08 cores=0,2,4,6
/proc/12816/task/12821/stat : 12821 (priss) R 12815 12815 11686 0 -1 4202560 45345 0 0 0 112168 40 0 0 25 0 5 0 515569757 906412032 172394 33554432000 4194304 5787044 140734968070448 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4482.13
Current children cumulated vsize (KiB) 893868

[startup+1182.3 s]
/proc/loadavg: 8.10 8.13 7.94 9/188 12885
/proc/meminfo: memFree=29151312/32951124 swapFree=67111416/67111528
[pid=12815] ppid=12813 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12815/stat : 12815 (priss.sh) S 12813 12815 11686 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515569747 8908800 252 33554432000 4194304 4922060 140734083264048 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12815/statm: 2175 252 211 178 0 68 0
[pid=12816] ppid=12815 vsize=961932 CPUtime=4721.76 cores=0,2,4,6
/proc/12816/stat : 12816 (priss) S 12815 12815 11686 0 -1 4202496 200386 0 0 0 471999 177 0 0 18 0 5 0 515569747 985018368 182740 33554432000 4194304 5787044 140734968070448 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/12816/statm: 240483 182740 419 389 0 236233 0
[pid=12816/tid=12818] ppid=12815 vsize=961932 CPUtime=1182.06 cores=0,2,4,6
/proc/12816/task/12818/stat : 12818 (priss) R 12815 12815 11686 0 -1 4202560 47056 0 0 0 118160 46 0 0 25 0 5 0 515569753 985018368 182740 33554432000 4194304 5787044 140734968070448 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=12816/tid=12819] ppid=12815 vsize=961932 CPUtime=1177.15 cores=0,2,4,6
/proc/12816/task/12819/stat : 12819 (priss) R 12815 12815 11686 0 -1 4202560 50557 0 0 0 117669 46 0 0 25 0 5 0 515569754 985018368 182740 33554432000 4194304 5787044 140734968070448 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=12816/tid=12820] ppid=12815 vsize=961932 CPUtime=1180.36 cores=0,2,4,6
/proc/12816/task/12820/stat : 12820 (priss) R 12815 12815 11686 0 -1 4202560 47152 0 0 0 117997 39 0 0 25 0 5 0 515569755 985018368 182740 33554432000 4194304 5787044 140734968070448 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=12816/tid=12821] ppid=12815 vsize=961932 CPUtime=1182.08 cores=0,2,4,6
/proc/12816/task/12821/stat : 12821 (priss) R 12815 12815 11686 0 -1 4202560 47880 0 0 0 118164 44 0 0 25 0 5 0 515569757 985018368 182740 33554432000 4194304 5787044 140734968070448 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4721.76
Current children cumulated vsize (KiB) 970632



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 8.07 8.12 7.94 9/188 12885
/proc/meminfo: memFree=29144716/32951124 swapFree=67111416/67111528
[pid=12815] ppid=12813 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12815/stat : 12815 (priss.sh) S 12813 12815 11686 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515569747 8908800 252 33554432000 4194304 4922060 140734083264048 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12815/statm: 2175 252 211 178 0 68 0
[pid=12816] ppid=12815 vsize=961932 CPUtime=4800.05 cores=0,2,4,6
/proc/12816/stat : 12816 (priss) S 12815 12815 11686 0 -1 4202496 201099 0 0 0 479828 177 0 0 18 0 5 0 515569747 985018368 183228 33554432000 4194304 5787044 140734968070448 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/12816/statm: 240483 183228 419 389 0 236233 0
[pid=12816/tid=12818] ppid=12815 vsize=961932 CPUtime=1201.67 cores=0,2,4,6
/proc/12816/task/12818/stat : 12818 (priss) R 12815 12815 11686 0 -1 4202560 47056 0 0 0 120121 46 0 0 25 0 5 0 515569753 985018368 183228 33554432000 4194304 5787044 140734968070448 18446744073709551615 4254546 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=12816/tid=12819] ppid=12815 vsize=961932 CPUtime=1196.74 cores=0,2,4,6
/proc/12816/task/12819/stat : 12819 (priss) R 12815 12815 11686 0 -1 4202560 51221 0 0 0 119628 46 0 0 25 0 5 0 515569754 985018368 183228 33554432000 4194304 5787044 140734968070448 18446744073709551615 5591808 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=12816/tid=12820] ppid=12815 vsize=961932 CPUtime=1199.85 cores=0,2,4,6
/proc/12816/task/12820/stat : 12820 (priss) R 12815 12815 11686 0 -1 4202560 47159 0 0 0 119946 39 0 0 25 0 5 0 515569755 985018368 183228 33554432000 4194304 5787044 140734968070448 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=12816/tid=12821] ppid=12815 vsize=961932 CPUtime=1201.68 cores=0,2,4,6
/proc/12816/task/12821/stat : 12821 (priss) R 12815 12815 11686 0 -1 4202560 47922 0 0 0 120124 44 0 0 25 0 5 0 515569757 985018368 183228 33554432000 4194304 5787044 140734968070448 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.05
Current children cumulated vsize (KiB) 970632

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 12815 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=1999
# CPU time returned by wait4() is 0.001999
# 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.92
CPU time (s): 4800.05
CPU user time (s): 4798.28
CPU system time (s): 1.77
CPU usage (%): 399.366
Max. virtual memory (cumulated for all children) (KiB): 970632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.001999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 332
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 3

runsolver used 1.84472 second user time and 4.72328 second system time

The end

Launcher Data

Begin job on node102 at 2011-04-29 03:14:34
IDJOB=3281109
IDBENCH=20523
IDSOLVER=1603
FILE ID=node102/3281109-1304039674
RUNJOBID= node102-1304038469-12712
PBS_JOBID= 13170350
Free space on /tmp= 71536 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k45.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3281109-1304039674/watcher-3281109-1304039674 -o /tmp/evaluation-result-3281109-1304039674/solver-3281109-1304039674 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3281109-1304039674.cnf 854736757 4800 15500 4

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

MD5SUM BENCH= 8a76c8add64173ae39149aae572a02d9
RANDOM SEED=854736757

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30633392 kB
Buffers:        602796 kB
Cached:        1235792 kB
SwapCached:          8 kB
Active:         232420 kB
Inactive:      1671696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30633392 kB
SwapTotal:    67111528 kB
SwapFree:     67111416 kB
Dirty:            5124 kB
Writeback:           0 kB
AnonPages:       65552 kB
Mapped:          15076 kB
Slab:           348780 kB
PageTables:       4280 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   222648 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= 71552 MiB
End job on node102 at 2011-04-29 03:34:38