Trace number 3251162

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

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m37-q505.75-n35-p15-s48276711.cnf
MD5SUM1bac7b96ea6eb843b1de7405a721cd87
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.861868
Satisfiable
(Un)Satisfiability was proved
Number of variables1244
Number of clauses150604
Sum of the clauses size302382
Maximum clause length37
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2150569
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 535

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: 27671
0.00/0.03	c parsetime: 31474us
0.00/0.03	c parsed 150604 clauses with 1244 variables
0.00/0.04	c NW started thread 0 successfully (1112398144)
0.00/0.05	c NW started thread 1 successfully (1122888000)
0.00/0.07	c NW started thread 2 successfully (1093327168)
0.00/0.09	c NW started thread 3 successfully (1133377856)
26.18/6.80	c preprocessor returned 10006 variables
26.18/6.80	c preprocessing returned UNKNOWN
26.18/6.80	c PP set 0 variables
26.18/6.80	c pp time: 6745248us (6s)
26.58/6.85	c preprocessor returned 10006 variables
26.58/6.85	c preprocessing returned UNKNOWN
26.58/6.85	c PP set 0 variables
26.58/6.85	c pp time: 6776782us (6s)
26.58/6.88	c preprocessor returned 10006 variables
26.58/6.88	c preprocessing returned UNKNOWN
26.58/6.88	c PP set 0 variables
26.58/6.88	c pp time: 6826568us (6s)
84.10/21.22	c preprocessor returned 30008 variables
84.10/21.22	c preprocessing returned UNKNOWN
84.10/21.22	c PP set 0 variables
84.10/21.22	c pp time: 21132283us (21s)

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-3251162-1304084426/watcher-3251162-1304084426 -o /tmp/evaluation-result-3251162-1304084426/solver-3251162-1304084426 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3251162-1304084426.cnf 1158414274 4800 15500 4 

running on 4 cores: 1,3,5,7

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.70 7.93 7.53 1/175 27670
/proc/meminfo: memFree=18112256/32950928 swapFree=67111528/67111528
[pid=27670] ppid=27668 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27670/stat : 27670 (priss.sh) S 27668 27670 25471 0 -1 4202496 331 0 0 0 0 0 0 0 19 0 1 0 520039315 8908800 251 33554432000 4194304 4922060 140735123291744 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27670/statm: 2175 251 211 178 0 68 0

[startup+0.02536 s]
/proc/loadavg: 7.70 7.93 7.53 1/175 27670
/proc/meminfo: memFree=18112256/32950928 swapFree=67111528/67111528
[pid=27670] ppid=27668 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27670/stat : 27670 (priss.sh) S 27668 27670 25471 0 -1 4202496 331 0 0 0 0 0 0 0 19 0 1 0 520039315 8908800 251 33554432000 4194304 4922060 140735123291744 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27670/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.10027 s]
/proc/loadavg: 7.70 7.93 7.53 1/175 27670
/proc/meminfo: memFree=18112256/32950928 swapFree=67111528/67111528
[pid=27670] ppid=27668 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27670/stat : 27670 (priss.sh) S 27668 27670 25471 0 -1 4202496 331 0 0 0 0 0 0 0 19 0 1 0 520039315 8908800 251 33554432000 4194304 4922060 140735123291744 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27670/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.305335 s]
/proc/loadavg: 7.70 7.93 7.53 1/175 27670
/proc/meminfo: memFree=18112256/32950928 swapFree=67111528/67111528
[pid=27670] ppid=27668 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27670/stat : 27670 (priss.sh) S 27668 27670 25471 0 -1 4202496 331 0 0 0 0 0 0 0 19 0 1 0 520039315 8908800 251 33554432000 4194304 4922060 140735123291744 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27670/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700168 s]
/proc/loadavg: 7.70 7.93 7.53 1/175 27670
/proc/meminfo: memFree=18112256/32950928 swapFree=67111528/67111528
[pid=27670] ppid=27668 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27670/stat : 27670 (priss.sh) S 27668 27670 25471 0 -1 4202496 331 0 0 0 0 0 0 0 19 0 1 0 520039315 8908800 251 33554432000 4194304 4922060 140735123291744 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27670/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50099 s]
/proc/loadavg: 7.70 7.93 7.53 10/188 27708
/proc/meminfo: memFree=18242488/32950928 swapFree=67111528/67111528
[pid=27670] ppid=27668 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27670/stat : 27670 (priss.sh) S 27668 27670 25471 0 -1 4202496 331 0 0 0 0 0 0 0 19 0 1 0 520039315 8908800 251 33554432000 4194304 4922060 140735123291744 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27670/statm: 2175 251 211 178 0 68 0
[pid=27671] ppid=27670 vsize=291512 CPUtime=5.41 cores=1,3,5,7
/proc/27671/stat : 27671 (priss) S 27670 27670 25471 0 -1 4202496 25433 0 0 0 528 13 0 0 18 0 5 0 520039315 298508288 11855 33554432000 4194304 5787044 140735806279184 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/27671/statm: 72878 11855 350 389 0 68628 0
[pid=27671/tid=27673] ppid=27670 vsize=291512 CPUtime=1.36 cores=1,3,5,7
/proc/27671/task/27673/stat : 27673 (priss) R 27670 27670 25471 0 -1 4202560 4817 0 0 0 133 3 0 0 19 0 5 0 520039319 298508288 11855 33554432000 4194304 5787044 140735806279184 18446744073709551615 4336729 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27671/tid=27674] ppid=27670 vsize=291512 CPUtime=1.33 cores=1,3,5,7
/proc/27671/task/27674/stat : 27674 (priss) R 27670 27670 25471 0 -1 4202560 4618 0 0 0 129 4 0 0 19 0 5 0 520039321 298508288 11855 33554432000 4194304 5787044 140735806279184 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27671/tid=27675] ppid=27670 vsize=291512 CPUtime=1.3 cores=1,3,5,7
/proc/27671/task/27675/stat : 27675 (priss) R 27670 27670 25471 0 -1 4202560 3771 0 0 0 127 3 0 0 19 0 5 0 520039322 298508288 11855 33554432000 4194304 5787044 140735806279184 18446744073709551615 4336768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=27671/tid=27676] ppid=27670 vsize=291512 CPUtime=1.3 cores=1,3,5,7
/proc/27671/task/27676/stat : 27676 (priss) R 27670 27670 25471 0 -1 4202560 4642 0 0 0 130 0 0 0 18 0 5 0 520039324 298508288 11855 33554432000 4194304 5787044 140735806279184 18446744073709551615 4336734 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.41
Current children cumulated vsize (KiB) 300212

[startup+3.10068 s]
/proc/loadavg: 7.70 7.93 7.53 9/188 27708
/proc/meminfo: memFree=18229096/32950928 swapFree=67111528/67111528
[pid=27670] ppid=27668 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27670/stat : 27670 (priss.sh) S 27668 27670 25471 0 -1 4202496 331 0 0 0 0 0 0 0 19 0 1 0 520039315 8908800 251 33554432000 4194304 4922060 140735123291744 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27670/statm: 2175 251 211 178 0 68 0
[pid=27671] ppid=27670 vsize=291512 CPUtime=11.8 cores=1,3,5,7
/proc/27671/stat : 27671 (priss) S 27670 27670 25471 0 -1 4202496 25433 0 0 0 1167 13 0 0 18 0 5 0 520039315 298508288 11855 33554432000 4194304 5787044 140735806279184 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/27671/statm: 72878 11855 350 389 0 68628 0
[pid=27671/tid=27673] ppid=27670 vsize=291512 CPUtime=2.96 cores=1,3,5,7
/proc/27671/task/27673/stat : 27673 (priss) R 27670 27670 25471 0 -1 4202560 4817 0 0 0 293 3 0 0 24 0 5 0 520039319 298508288 11855 33554432000 4194304 5787044 140735806279184 18446744073709551615 4336703 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27671/tid=27674] ppid=27670 vsize=291512 CPUtime=2.93 cores=1,3,5,7
/proc/27671/task/27674/stat : 27674 (priss) R 27670 27670 25471 0 -1 4202560 4618 0 0 0 289 4 0 0 25 0 5 0 520039321 298508288 11855 33554432000 4194304 5787044 140735806279184 18446744073709551615 4336269 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27671/tid=27675] ppid=27670 vsize=291512 CPUtime=2.9 cores=1,3,5,7
/proc/27671/task/27675/stat : 27675 (priss) R 27670 27670 25471 0 -1 4202560 3771 0 0 0 287 3 0 0 22 0 5 0 520039322 298508288 11855 33554432000 4194304 5787044 140735806279184 18446744073709551615 4336718 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=27671/tid=27676] ppid=27670 vsize=291512 CPUtime=2.89 cores=1,3,5,7
/proc/27671/task/27676/stat : 27676 (priss) R 27670 27670 25471 0 -1 4202560 4642 0 0 0 289 0 0 0 21 0 5 0 520039324 298508288 11855 33554432000 4194304 5787044 140735806279184 18446744073709551615 4336718 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.8
Current children cumulated vsize (KiB) 300212

[startup+6.30103 s]
/proc/loadavg: 7.72 7.93 7.53 9/188 27708
/proc/meminfo: memFree=18212048/32950928 swapFree=67111528/67111528
[pid=27670] ppid=27668 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27670/stat : 27670 (priss.sh) S 27668 27670 25471 0 -1 4202496 331 0 0 0 0 0 0 0 19 0 1 0 520039315 8908800 251 33554432000 4194304 4922060 140735123291744 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27670/statm: 2175 251 211 178 0 68 0
[pid=27671] ppid=27670 vsize=305356 CPUtime=24.58 cores=1,3,5,7
/proc/27671/stat : 27671 (priss) S 27670 27670 25471 0 -1 4202496 31525 0 0 0 2445 13 0 0 18 0 5 0 520039315 312684544 17595 33554432000 4194304 5787044 140735806279184 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/27671/statm: 76339 17595 355 389 0 72089 0
[pid=27671/tid=27673] ppid=27670 vsize=305356 CPUtime=6.16 cores=1,3,5,7
/proc/27671/task/27673/stat : 27673 (priss) R 27670 27670 25471 0 -1 4202560 6288 0 0 0 613 3 0 0 25 0 5 0 520039319 312684544 17595 33554432000 4194304 5787044 140735806279184 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27671/tid=27674] ppid=27670 vsize=305356 CPUtime=6.13 cores=1,3,5,7
/proc/27671/task/27674/stat : 27674 (priss) R 27670 27670 25471 0 -1 4202560 5364 0 0 0 609 4 0 0 25 0 5 0 520039321 312684544 17595 33554432000 4194304 5787044 140735806279184 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27671/tid=27675] ppid=27670 vsize=305356 CPUtime=6.1 cores=1,3,5,7
/proc/27671/task/27675/stat : 27675 (priss) R 27670 27670 25471 0 -1 4202560 5248 0 0 0 607 3 0 0 25 0 5 0 520039322 312684544 17595 33554432000 4194304 5787044 140735806279184 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=27671/tid=27676] ppid=27670 vsize=305356 CPUtime=6.08 cores=1,3,5,7
/proc/27671/task/27676/stat : 27676 (priss) R 27670 27670 25471 0 -1 4202560 7040 0 0 0 607 1 0 0 25 0 5 0 520039324 312684544 17595 33554432000 4194304 5787044 140735806279184 18446744073709551615 254500385758 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.58
Current children cumulated vsize (KiB) 314056

[startup+12.7008 s]
/proc/loadavg: 7.74 7.94 7.53 9/188 27708
/proc/meminfo: memFree=18161748/32950928 swapFree=67111528/67111528
[pid=27670] ppid=27668 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27670/stat : 27670 (priss.sh) S 27668 27670 25471 0 -1 4202496 331 0 0 0 0 0 0 0 19 0 1 0 520039315 8908800 251 33554432000 4194304 4922060 140735123291744 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27670/statm: 2175 251 211 178 0 68 0
[pid=27671] ppid=27670 vsize=315116 CPUtime=50.15 cores=1,3,5,7
/proc/27671/stat : 27671 (priss) S 27670 27670 25471 0 -1 4202496 47931 0 0 0 4998 17 0 0 18 0 5 0 520039315 322678784 23495 33554432000 4194304 5787044 140735806279184 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/27671/statm: 78779 23495 404 389 0 74529 0
[pid=27671/tid=27673] ppid=27670 vsize=315116 CPUtime=12.56 cores=1,3,5,7
/proc/27671/task/27673/stat : 27673 (priss) R 27670 27670 25471 0 -1 4202560 12844 0 0 0 1252 4 0 0 25 0 5 0 520039319 322678784 23495 33554432000 4194304 5787044 140735806279184 18446744073709551615 5591328 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27671/tid=27674] ppid=27670 vsize=315116 CPUtime=12.53 cores=1,3,5,7
/proc/27671/task/27674/stat : 27674 (priss) R 27670 27670 25471 0 -1 4202560 9724 0 0 0 1248 5 0 0 25 0 5 0 520039321 322678784 23495 33554432000 4194304 5787044 140735806279184 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27671/tid=27675] ppid=27670 vsize=315116 CPUtime=12.5 cores=1,3,5,7
/proc/27671/task/27675/stat : 27675 (priss) R 27670 27670 25471 0 -1 4202560 10730 0 0 0 1246 4 0 0 25 0 5 0 520039322 322678784 23495 33554432000 4194304 5787044 140735806279184 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=27671/tid=27676] ppid=27670 vsize=315116 CPUtime=12.45 cores=1,3,5,7
/proc/27671/task/27676/stat : 27676 (priss) R 27670 27670 25471 0 -1 4202560 7048 0 0 0 1244 1 0 0 25 0 5 0 520039324 322678784 23495 33554432000 4194304 5787044 140735806279184 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.15
Current children cumulated vsize (KiB) 323816

[startup+25.5012 s]
/proc/loadavg: 7.87 7.95 7.54 9/188 27708
/proc/meminfo: memFree=18111656/32950928 swapFree=67111528/67111528
[pid=27670] ppid=27668 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27670/stat : 27670 (priss.sh) S 27668 27670 25471 0 -1 4202496 331 0 0 0 0 0 0 0 19 0 1 0 520039315 8908800 251 33554432000 4194304 4922060 140735123291744 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27670/statm: 2175 251 211 178 0 68 0
[pid=27671] ppid=27670 vsize=324400 CPUtime=101.28 cores=1,3,5,7
/proc/27671/stat : 27671 (priss) S 27670 27670 25471 0 -1 4202496 58295 0 0 0 10107 21 0 0 18 0 5 0 520039315 332185600 29927 33554432000 4194304 5787044 140735806279184 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/27671/statm: 81100 29927 417 389 0 76850 0
[pid=27671/tid=27673] ppid=27670 vsize=324400 CPUtime=25.36 cores=1,3,5,7
/proc/27671/task/27673/stat : 27673 (priss) R 27670 27670 25471 0 -1 4202560 14081 0 0 0 2531 5 0 0 25 0 5 0 520039319 332185600 29927 33554432000 4194304 5787044 140735806279184 18446744073709551615 5591219 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27671/tid=27674] ppid=27670 vsize=324400 CPUtime=25.33 cores=1,3,5,7
/proc/27671/task/27674/stat : 27674 (priss) R 27670 27670 25471 0 -1 4202560 10999 0 0 0 2527 6 0 0 25 0 5 0 520039321 332185600 29927 33554432000 4194304 5787044 140735806279184 18446744073709551615 5576432 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27671/tid=27675] ppid=27670 vsize=324400 CPUtime=25.31 cores=1,3,5,7
/proc/27671/task/27675/stat : 27675 (priss) R 27670 27670 25471 0 -1 4202560 13096 0 0 0 2526 5 0 0 25 0 5 0 520039322 332185600 29927 33554432000 4194304 5787044 140735806279184 18446744073709551615 5592132 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=27671/tid=27676] ppid=27670 vsize=324400 CPUtime=25.17 cores=1,3,5,7
/proc/27671/task/27676/stat : 27676 (priss) R 27670 27670 25471 0 -1 4202560 12534 0 0 0 2515 2 0 0 25 0 5 0 520039324 332185600 29927 33554432000 4194304 5787044 140735806279184 18446744073709551615 5534347 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.28
Current children cumulated vsize (KiB) 333100

[startup+51.1011 s]
/proc/loadavg: 8.00 7.97 7.56 9/188 27741
/proc/meminfo: memFree=18082996/32950928 swapFree=67111528/67111528
[pid=27670] ppid=27668 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27670/stat : 27670 (priss.sh) S 27668 27670 25471 0 -1 4202496 331 0 0 0 0 0 0 0 19 0 1 0 520039315 8908800 251 33554432000 4194304 4922060 140735123291744 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27670/statm: 2175 251 211 178 0 68 0
[pid=27671] ppid=27670 vsize=336280 CPUtime=203.53 cores=1,3,5,7
/proc/27671/stat : 27671 (priss) S 27670 27670 25471 0 -1 4202496 67882 0 0 0 20324 29 0 0 18 0 5 0 520039315 344350720 39510 33554432000 4194304 5787044 140735806279184 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/27671/statm: 84070 39510 417 389 0 79820 0
[pid=27671/tid=27673] ppid=27670 vsize=336280 CPUtime=50.96 cores=1,3,5,7
/proc/27671/task/27673/stat : 27673 (priss) R 27670 27670 25471 0 -1 4202560 16103 0 0 0 5089 7 0 0 25 0 5 0 520039319 344350720 39510 33554432000 4194304 5787044 140735806279184 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27671/tid=27674] ppid=27670 vsize=336280 CPUtime=50.93 cores=1,3,5,7
/proc/27671/task/27674/stat : 27674 (priss) R 27670 27670 25471 0 -1 4202560 12945 0 0 0 5085 8 0 0 25 0 5 0 520039321 344350720 39510 33554432000 4194304 5787044 140735806279184 18446744073709551615 5586888 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27671/tid=27675] ppid=27670 vsize=336280 CPUtime=50.9 cores=1,3,5,7
/proc/27671/task/27675/stat : 27675 (priss) R 27670 27670 25471 0 -1 4202560 15349 0 0 0 5083 7 0 0 25 0 5 0 520039322 344350720 39510 33554432000 4194304 5787044 140735806279184 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=27671/tid=27676] ppid=27670 vsize=336280 CPUtime=50.63 cores=1,3,5,7
/proc/27671/task/27676/stat : 27676 (priss) R 27670 27670 25471 0 -1 4202560 15900 0 0 0 5059 4 0 0 25 0 5 0 520039324 344350720 39510 33554432000 4194304 5787044 140735806279184 18446744073709551615 4238753 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.53
Current children cumulated vsize (KiB) 344980

[startup+102.307 s]
/proc/loadavg: 8.00 7.97 7.58 9/188 27742
/proc/meminfo: memFree=17939476/32950928 swapFree=67111528/67111528
[pid=27670] ppid=27668 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27670/stat : 27670 (priss.sh) S 27668 27670 25471 0 -1 4202496 331 0 0 0 0 0 0 0 19 0 1 0 520039315 8908800 251 33554432000 4194304 4922060 140735123291744 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27670/statm: 2175 251 211 178 0 68 0
[pid=27671] ppid=27670 vsize=358172 CPUtime=408.06 cores=1,3,5,7
/proc/27671/stat : 27671 (priss) S 27670 27670 25471 0 -1 4202496 84107 0 0 0 40755 51 0 0 18 0 5 0 520039315 366768128 55574 33554432000 4194304 5787044 140735806279184 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/27671/statm: 89543 55574 417 389 0 85293 0
[pid=27671/tid=27673] ppid=27670 vsize=358172 CPUtime=102.16 cores=1,3,5,7
/proc/27671/task/27673/stat : 27673 (priss) R 27670 27670 25471 0 -1 4202560 19160 0 0 0 10205 11 0 0 25 0 5 0 520039319 366768128 55574 33554432000 4194304 5787044 140735806279184 18446744073709551615 5591999 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27671/tid=27674] ppid=27670 vsize=358172 CPUtime=102.13 cores=1,3,5,7
/proc/27671/task/27674/stat : 27674 (priss) R 27670 27670 25471 0 -1 4202560 16227 0 0 0 10202 11 0 0 25 0 5 0 520039321 366768128 55574 33554432000 4194304 5787044 140735806279184 18446744073709551615 4254617 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27671/tid=27675] ppid=27670 vsize=358172 CPUtime=102.1 cores=1,3,5,7
/proc/27671/task/27675/stat : 27675 (priss) R 27670 27670 25471 0 -1 4202560 20023 0 0 0 10197 13 0 0 25 0 5 0 520039322 366768128 55574 33554432000 4194304 5787044 140735806279184 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=27671/tid=27676] ppid=27670 vsize=358172 CPUtime=101.55 cores=1,3,5,7

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

/proc/27671/task/27674/stat : 27674 (priss) R 27670 27670 25471 0 -1 4202560 35820 0 0 0 82177 31 0 0 25 0 5 0 520039321 757792768 147153 33554432000 4194304 5787044 140735806279184 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27671/tid=27675] ppid=27670 vsize=740032 CPUtime=822.11 cores=1,3,5,7
/proc/27671/task/27675/stat : 27675 (priss) R 27670 27670 25471 0 -1 4202560 47256 0 0 0 82143 68 0 0 25 0 5 0 520039322 757792768 147153 33554432000 4194304 5787044 140735806279184 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27671/tid=27676] ppid=27670 vsize=740032 CPUtime=819.68 cores=1,3,5,7
/proc/27671/task/27676/stat : 27676 (priss) R 27670 27670 25471 0 -1 4202560 42729 0 0 0 81917 51 0 0 25 0 5 0 520039324 757792768 147153 33554432000 4194304 5787044 140735806279184 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.15
Current children cumulated vsize (KiB) 748732

[startup+882.301 s]
/proc/loadavg: 8.09 8.06 7.85 9/188 27763
/proc/meminfo: memFree=17189872/32950928 swapFree=67111528/67111528
[pid=27670] ppid=27668 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27670/stat : 27670 (priss.sh) S 27668 27670 25471 0 -1 4202496 331 0 0 0 0 0 0 0 19 0 1 0 520039315 8908800 251 33554432000 4194304 4922060 140735123291744 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27670/statm: 2175 251 211 178 0 68 0
[pid=27671] ppid=27670 vsize=759452 CPUtime=3523.83 cores=1,3,5,7
/proc/27671/stat : 27671 (priss) S 27670 27670 25471 0 -1 4202496 183913 0 0 0 352175 208 0 0 18 0 5 0 520039315 777678848 154045 33554432000 4194304 5787044 140735806279184 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/27671/statm: 189863 154045 417 389 0 185613 0
[pid=27671/tid=27673] ppid=27670 vsize=759452 CPUtime=880.17 cores=1,3,5,7
/proc/27671/task/27673/stat : 27673 (priss) R 27670 27670 25471 0 -1 4202560 46078 0 0 0 87965 52 0 0 25 0 5 0 520039319 777678848 154045 33554432000 4194304 5787044 140735806279184 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=27671/tid=27674] ppid=27670 vsize=759452 CPUtime=881.75 cores=1,3,5,7
/proc/27671/task/27674/stat : 27674 (priss) R 27670 27670 25471 0 -1 4202560 39188 0 0 0 88142 33 0 0 25 0 5 0 520039321 777678848 154045 33554432000 4194304 5787044 140735806279184 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27671/tid=27675] ppid=27670 vsize=759452 CPUtime=882.11 cores=1,3,5,7
/proc/27671/task/27675/stat : 27675 (priss) R 27670 27670 25471 0 -1 4202560 47258 0 0 0 88143 68 0 0 25 0 5 0 520039322 777678848 154045 33554432000 4194304 5787044 140735806279184 18446744073709551615 4218848 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27671/tid=27676] ppid=27670 vsize=759452 CPUtime=879.68 cores=1,3,5,7
/proc/27671/task/27676/stat : 27676 (priss) R 27670 27670 25471 0 -1 4202560 43804 0 0 0 87916 52 0 0 25 0 5 0 520039324 777678848 154045 33554432000 4194304 5787044 140735806279184 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3523.83
Current children cumulated vsize (KiB) 768152

[startup+942.301 s]
/proc/loadavg: 8.16 8.08 7.86 9/188 27765
/proc/meminfo: memFree=17120096/32950928 swapFree=67111528/67111528
[pid=27670] ppid=27668 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27670/stat : 27670 (priss.sh) S 27668 27670 25471 0 -1 4202496 331 0 0 0 0 0 0 0 19 0 1 0 520039315 8908800 251 33554432000 4194304 4922060 140735123291744 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27670/statm: 2175 251 211 178 0 68 0
[pid=27671] ppid=27670 vsize=845124 CPUtime=3763.51 cores=1,3,5,7
/proc/27671/stat : 27671 (priss) S 27670 27670 25471 0 -1 4202496 194431 0 0 0 376128 223 0 0 18 0 5 0 520039315 865406976 164563 33554432000 4194304 5787044 140735806279184 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/27671/statm: 211281 164563 417 389 0 207031 0
[pid=27671/tid=27673] ppid=27670 vsize=845124 CPUtime=940.18 cores=1,3,5,7
/proc/27671/task/27673/stat : 27673 (priss) R 27670 27670 25471 0 -1 4202560 48856 0 0 0 93960 58 0 0 25 0 5 0 520039319 865406976 164563 33554432000 4194304 5787044 140735806279184 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=27671/tid=27674] ppid=27670 vsize=845124 CPUtime=941.43 cores=1,3,5,7
/proc/27671/task/27674/stat : 27674 (priss) R 27670 27670 25471 0 -1 4202560 42062 0 0 0 94107 36 0 0 25 0 5 0 520039321 865406976 164563 33554432000 4194304 5787044 140735806279184 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27671/tid=27675] ppid=27670 vsize=845124 CPUtime=942.11 cores=1,3,5,7
/proc/27671/task/27675/stat : 27675 (priss) R 27670 27670 25471 0 -1 4202560 48285 0 0 0 94143 68 0 0 25 0 5 0 520039322 865406976 164563 33554432000 4194304 5787044 140735806279184 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27671/tid=27676] ppid=27670 vsize=845124 CPUtime=939.68 cores=1,3,5,7
/proc/27671/task/27676/stat : 27676 (priss) R 27670 27670 25471 0 -1 4202560 47643 0 0 0 93910 58 0 0 25 0 5 0 520039324 865406976 164563 33554432000 4194304 5787044 140735806279184 18446744073709551615 5527399 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3763.51
Current children cumulated vsize (KiB) 853824

[startup+1002.3 s]
/proc/loadavg: 8.13 8.08 7.87 9/188 27766
/proc/meminfo: memFree=17051476/32950928 swapFree=67111528/67111528
[pid=27670] ppid=27668 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27670/stat : 27670 (priss.sh) S 27668 27670 25471 0 -1 4202496 331 0 0 0 0 0 0 0 19 0 1 0 520039315 8908800 251 33554432000 4194304 4922060 140735123291744 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27670/statm: 2175 251 211 178 0 68 0
[pid=27671] ppid=27670 vsize=925056 CPUtime=4003.19 cores=1,3,5,7
/proc/27671/stat : 27671 (priss) S 27670 27670 25471 0 -1 4202496 203303 0 0 0 400081 238 0 0 18 0 5 0 520039315 947257344 173435 33554432000 4194304 5787044 140735806279184 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/27671/statm: 231264 173435 417 389 0 227014 0
[pid=27671/tid=27673] ppid=27670 vsize=925056 CPUtime=1000.18 cores=1,3,5,7
/proc/27671/task/27673/stat : 27673 (priss) R 27670 27670 25471 0 -1 4202560 51502 0 0 0 99954 64 0 0 25 0 5 0 520039319 947257344 173435 33554432000 4194304 5787044 140735806279184 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=27671/tid=27674] ppid=27670 vsize=925056 CPUtime=1001.1 cores=1,3,5,7
/proc/27671/task/27674/stat : 27674 (priss) R 27670 27670 25471 0 -1 4202560 44654 0 0 0 100072 38 0 0 25 0 5 0 520039321 947257344 173435 33554432000 4194304 5787044 140735806279184 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27671/tid=27675] ppid=27670 vsize=925056 CPUtime=1002.11 cores=1,3,5,7
/proc/27671/task/27675/stat : 27675 (priss) R 27670 27670 25471 0 -1 4202560 48286 0 0 0 100143 68 0 0 25 0 5 0 520039322 947257344 173435 33554432000 4194304 5787044 140735806279184 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27671/tid=27676] ppid=27670 vsize=925056 CPUtime=999.68 cores=1,3,5,7
/proc/27671/task/27676/stat : 27676 (priss) R 27670 27670 25471 0 -1 4202560 51276 0 0 0 99903 65 0 0 25 0 5 0 520039324 947257344 173435 33554432000 4194304 5787044 140735806279184 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.19
Current children cumulated vsize (KiB) 933756

[startup+1062.3 s]
/proc/loadavg: 8.10 8.08 7.89 9/188 27768
/proc/meminfo: memFree=17026828/32950928 swapFree=67111528/67111528
[pid=27670] ppid=27668 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27670/stat : 27670 (priss.sh) S 27668 27670 25471 0 -1 4202496 331 0 0 0 0 0 0 0 19 0 1 0 520039315 8908800 251 33554432000 4194304 4922060 140735123291744 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27670/statm: 2175 251 211 178 0 68 0
[pid=27671] ppid=27670 vsize=930816 CPUtime=4242.87 cores=1,3,5,7
/proc/27671/stat : 27671 (priss) S 27670 27670 25471 0 -1 4202496 207607 0 0 0 424042 245 0 0 18 0 5 0 520039315 953155584 177514 33554432000 4194304 5787044 140735806279184 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/27671/statm: 232704 177514 417 389 0 228454 0
[pid=27671/tid=27673] ppid=27670 vsize=930816 CPUtime=1060.18 cores=1,3,5,7
/proc/27671/task/27673/stat : 27673 (priss) R 27670 27670 25471 0 -1 4202560 52081 0 0 0 105954 64 0 0 25 0 5 0 520039319 953155584 177514 33554432000 4194304 5787044 140735806279184 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=27671/tid=27674] ppid=27670 vsize=930816 CPUtime=1060.78 cores=1,3,5,7
/proc/27671/task/27674/stat : 27674 (priss) R 27670 27670 25471 0 -1 4202560 45878 0 0 0 106038 40 0 0 25 0 5 0 520039321 953155584 177514 33554432000 4194304 5787044 140735806279184 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27671/tid=27675] ppid=27670 vsize=930816 CPUtime=1062.11 cores=1,3,5,7
/proc/27671/task/27675/stat : 27675 (priss) R 27670 27670 25471 0 -1 4202560 48325 0 0 0 106143 68 0 0 25 0 5 0 520039322 953155584 177514 33554432000 4194304 5787044 140735806279184 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27671/tid=27676] ppid=27670 vsize=930816 CPUtime=1059.69 cores=1,3,5,7
/proc/27671/task/27676/stat : 27676 (priss) R 27670 27670 25471 0 -1 4202560 53738 0 0 0 105898 71 0 0 25 0 5 0 520039324 953155584 177514 33554432000 4194304 5787044 140735806279184 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4242.87
Current children cumulated vsize (KiB) 939516

[startup+1122.3 s]
/proc/loadavg: 8.08 8.08 7.90 9/188 27770
/proc/meminfo: memFree=17017968/32950928 swapFree=67111528/67111528
[pid=27670] ppid=27668 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27670/stat : 27670 (priss.sh) S 27668 27670 25471 0 -1 4202496 331 0 0 0 0 0 0 0 19 0 1 0 520039315 8908800 251 33554432000 4194304 4922060 140735123291744 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27670/statm: 2175 251 211 178 0 68 0
[pid=27671] ppid=27670 vsize=934916 CPUtime=4482.54 cores=1,3,5,7
/proc/27671/stat : 27671 (priss) S 27670 27670 25471 0 -1 4202496 209853 0 0 0 448006 248 0 0 18 0 5 0 520039315 957353984 179535 33554432000 4194304 5787044 140735806279184 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/27671/statm: 233729 179535 417 389 0 229479 0
[pid=27671/tid=27673] ppid=27670 vsize=934916 CPUtime=1120.18 cores=1,3,5,7
/proc/27671/task/27673/stat : 27673 (priss) R 27670 27670 25471 0 -1 4202560 52082 0 0 0 111954 64 0 0 25 0 5 0 520039319 957353984 179535 33554432000 4194304 5787044 140735806279184 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=27671/tid=27674] ppid=27670 vsize=934916 CPUtime=1120.45 cores=1,3,5,7
/proc/27671/task/27674/stat : 27674 (priss) R 27670 27670 25471 0 -1 4202560 45878 0 0 0 112005 40 0 0 25 0 5 0 520039321 957353984 179535 33554432000 4194304 5787044 140735806279184 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27671/tid=27675] ppid=27670 vsize=934916 CPUtime=1122.12 cores=1,3,5,7
/proc/27671/task/27675/stat : 27675 (priss) R 27670 27670 25471 0 -1 4202560 49733 0 0 0 112141 71 0 0 25 0 5 0 520039322 957353984 179535 33554432000 4194304 5787044 140735806279184 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27671/tid=27676] ppid=27670 vsize=934916 CPUtime=1119.69 cores=1,3,5,7
/proc/27671/task/27676/stat : 27676 (priss) R 27670 27670 25471 0 -1 4202560 54575 0 0 0 111898 71 0 0 25 0 5 0 520039324 957353984 179535 33554432000 4194304 5787044 140735806279184 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4482.54
Current children cumulated vsize (KiB) 943616

[startup+1182.3 s]
/proc/loadavg: 8.07 8.08 7.91 9/188 27771
/proc/meminfo: memFree=17005384/32950928 swapFree=67111528/67111528
[pid=27670] ppid=27668 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27670/stat : 27670 (priss.sh) S 27668 27670 25471 0 -1 4202496 331 0 0 0 0 0 0 0 19 0 1 0 520039315 8908800 251 33554432000 4194304 4922060 140735123291744 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27670/statm: 2175 251 211 178 0 68 0
[pid=27671] ppid=27670 vsize=934916 CPUtime=4722.24 cores=1,3,5,7
/proc/27671/stat : 27671 (priss) S 27670 27670 25471 0 -1 4202496 212853 0 0 0 471969 255 0 0 18 0 5 0 520039315 957353984 182535 33554432000 4194304 5787044 140735806279184 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/27671/statm: 233729 182535 417 389 0 229479 0
[pid=27671/tid=27673] ppid=27670 vsize=934916 CPUtime=1180.18 cores=1,3,5,7
/proc/27671/task/27673/stat : 27673 (priss) R 27670 27670 25471 0 -1 4202560 52083 0 0 0 117954 64 0 0 25 0 5 0 520039319 957353984 182535 33554432000 4194304 5787044 140735806279184 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=27671/tid=27674] ppid=27670 vsize=934916 CPUtime=1180.13 cores=1,3,5,7
/proc/27671/task/27674/stat : 27674 (priss) R 27670 27670 25471 0 -1 4202560 45882 0 0 0 117973 40 0 0 25 0 5 0 520039321 957353984 182535 33554432000 4194304 5787044 140735806279184 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27671/tid=27675] ppid=27670 vsize=934916 CPUtime=1182.12 cores=1,3,5,7
/proc/27671/task/27675/stat : 27675 (priss) R 27670 27670 25471 0 -1 4202560 52728 0 0 0 118135 77 0 0 25 0 5 0 520039322 957353984 182535 33554432000 4194304 5787044 140735806279184 18446744073709551615 5591764 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27671/tid=27676] ppid=27670 vsize=934916 CPUtime=1179.69 cores=1,3,5,7
/proc/27671/task/27676/stat : 27676 (priss) R 27670 27670 25471 0 -1 4202560 54575 0 0 0 117898 71 0 0 25 0 5 0 520039324 957353984 182535 33554432000 4194304 5787044 140735806279184 18446744073709551615 5527037 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.24
Current children cumulated vsize (KiB) 943616



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.13 8.09 7.91 9/188 27772
/proc/meminfo: memFree=16997416/32950928 swapFree=67111528/67111528
[pid=27670] ppid=27668 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27670/stat : 27670 (priss.sh) S 27668 27670 25471 0 -1 4202496 331 0 0 0 0 0 0 0 19 0 1 0 520039315 8908800 251 33554432000 4194304 4922060 140735123291744 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27670/statm: 2175 251 211 178 0 68 0
[pid=27671] ppid=27670 vsize=934916 CPUtime=4800.15 cores=1,3,5,7
/proc/27671/stat : 27671 (priss) S 27670 27670 25471 0 -1 4202496 213791 0 0 0 479758 257 0 0 18 0 5 0 520039315 957353984 183473 33554432000 4194304 5787044 140735806279184 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/27671/statm: 233729 183473 417 389 0 229479 0
[pid=27671/tid=27673] ppid=27670 vsize=934916 CPUtime=1199.69 cores=1,3,5,7
/proc/27671/task/27673/stat : 27673 (priss) R 27670 27670 25471 0 -1 4202560 52086 0 0 0 119905 64 0 0 25 0 5 0 520039319 957353984 183473 33554432000 4194304 5787044 140735806279184 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=27671/tid=27674] ppid=27670 vsize=934916 CPUtime=1199.53 cores=1,3,5,7
/proc/27671/task/27674/stat : 27674 (priss) R 27670 27670 25471 0 -1 4202560 45885 0 0 0 119913 40 0 0 25 0 5 0 520039321 957353984 183473 33554432000 4194304 5787044 140735806279184 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27671/tid=27675] ppid=27670 vsize=934916 CPUtime=1201.62 cores=1,3,5,7
/proc/27671/task/27675/stat : 27675 (priss) R 27670 27670 25471 0 -1 4202560 53660 0 0 0 120083 79 0 0 25 0 5 0 520039322 957353984 183473 33554432000 4194304 5787044 140735806279184 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27671/tid=27676] ppid=27670 vsize=934916 CPUtime=1199.19 cores=1,3,5,7
/proc/27671/task/27676/stat : 27676 (priss) R 27670 27670 25471 0 -1 4202560 54575 0 0 0 119848 71 0 0 25 0 5 0 520039324 957353984 183473 33554432000 4194304 5787044 140735806279184 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.15
Current children cumulated vsize (KiB) 943616

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 27670 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.15
#
# 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.15
CPU user time (s): 4797.58
CPU system time (s): 2.57
CPU usage (%): 399.407
Max. virtual memory (cumulated for all children) (KiB): 943616

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

runsolver used 1.57176 second user time and 4.99224 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-29 15:40:26
IDJOB=3251162
IDBENCH=88212
IDSOLVER=1603
FILE ID=node149/3251162-1304084426
RUNJOBID= node149-1304083219-27581
PBS_JOBID= 13170452
Free space on /tmp= 71740 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m37-q505.75-n35-p15-s48276711.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251162-1304084426/watcher-3251162-1304084426 -o /tmp/evaluation-result-3251162-1304084426/solver-3251162-1304084426 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3251162-1304084426.cnf 1158414274 4800 15500 4

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

MD5SUM BENCH= 1bac7b96ea6eb843b1de7405a721cd87
RANDOM SEED=1158414274

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.806
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.806
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.806
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:      18112528 kB
Buffers:       2224628 kB
Cached:       11998516 kB
SwapCached:          0 kB
Active:        6246560 kB
Inactive:      8042800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18112528 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3180 kB
Writeback:           0 kB
AnonPages:       65672 kB
Mapped:          15072 kB
Slab:           485448 kB
PageTables:       4676 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   217312 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= 71928 MiB
End job on node149 at 2011-04-29 16:00:30