Trace number 3259391

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
priss Auto? (TO) 4800.02 1201.82

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v2100c215164gyes4.cnf
MD5SUM2caae162eff2e5f641cadfad345a5401
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2100
Number of clauses215164
Sum of the clauses size432288
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2215094
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 570

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: 28180
0.00/0.00	c setup for 4cores
0.00/0.05	c parsetime: 49524us
0.00/0.05	c parsed 215164 clauses with 2100 variables
0.00/0.06	c NW started thread 0 successfully (1095014720)
0.00/0.08	c NW started thread 1 successfully (1105504576)
0.00/0.11	c NW started thread 2 successfully (1115994432)
0.00/0.14	c NW started thread 3 successfully (1126484288)
34.72/8.83	c preprocessor returned 10004 variables
34.72/8.83	c preprocessing returned UNKNOWN
34.72/8.83	c PP set 0 variables
34.72/8.83	c pp time: 8760529us (8s)
34.72/8.86	c preprocessor returned 10004 variables
34.72/8.86	c preprocessing returned UNKNOWN
34.72/8.86	c PP set 0 variables
34.72/8.86	c pp time: 8771787us (8s)
35.12/8.93	c preprocessor returned 10004 variables
35.12/8.93	c preprocessing returned UNKNOWN
35.12/8.93	c PP set 0 variables
35.12/8.93	c pp time: 8826918us (8s)
63.48/16.07	c preprocessor returned 30022 variables
63.48/16.07	c preprocessing returned UNKNOWN
63.48/16.07	c PP set 0 variables
63.48/16.07	c pp time: 15931498us (15s)

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-3259391-1304046442/watcher-3259391-1304046442 -o /tmp/evaluation-result-3259391-1304046442/solver-3259391-1304046442 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3259391-1304046442.cnf 1086860647 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.72 8.04 7.98 3/174 28179
/proc/meminfo: memFree=24479668/32951124 swapFree=67111524/67111528
[pid=28179] ppid=28177 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28179/stat : 28179 (prissAuto.sh) S 28177 28179 28051 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516241963 8908800 252 33554432000 4194304 4922060 140735466288880 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28179/statm: 2175 252 211 178 0 68 0

[startup+0.0230381 s]
/proc/loadavg: 7.72 8.04 7.98 3/174 28179
/proc/meminfo: memFree=24479668/32951124 swapFree=67111524/67111528
[pid=28179] ppid=28177 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28179/stat : 28179 (prissAuto.sh) S 28177 28179 28051 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516241963 8908800 252 33554432000 4194304 4922060 140735466288880 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28179/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.105007 s]
/proc/loadavg: 7.72 8.04 7.98 3/174 28179
/proc/meminfo: memFree=24479668/32951124 swapFree=67111524/67111528
[pid=28179] ppid=28177 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28179/stat : 28179 (prissAuto.sh) S 28177 28179 28051 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516241963 8908800 252 33554432000 4194304 4922060 140735466288880 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28179/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.10381 s]
/proc/loadavg: 7.72 8.04 7.98 3/174 28179
/proc/meminfo: memFree=24479668/32951124 swapFree=67111524/67111528
[pid=28179] ppid=28177 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28179/stat : 28179 (prissAuto.sh) S 28177 28179 28051 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516241963 8908800 252 33554432000 4194304 4922060 140735466288880 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28179/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.2008 s]
/proc/loadavg: 7.72 8.04 7.98 3/174 28179
/proc/meminfo: memFree=24479668/32951124 swapFree=67111524/67111528
[pid=28179] ppid=28177 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28179/stat : 28179 (prissAuto.sh) S 28177 28179 28051 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516241963 8908800 252 33554432000 4194304 4922060 140735466288880 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28179/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50074 s]
/proc/loadavg: 7.72 8.04 7.98 3/174 28179
/proc/meminfo: memFree=24479668/32951124 swapFree=67111524/67111528
[pid=28179] ppid=28177 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28179/stat : 28179 (prissAuto.sh) S 28177 28179 28051 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516241963 8908800 252 33554432000 4194304 4922060 140735466288880 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28179/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10045 s]
/proc/loadavg: 7.72 8.04 7.98 9/188 28211
/proc/meminfo: memFree=24358836/32951124 swapFree=67111524/67111528
[pid=28179] ppid=28177 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28179/stat : 28179 (prissAuto.sh) S 28177 28179 28051 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516241963 8908800 252 33554432000 4194304 4922060 140735466288880 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28179/statm: 2175 252 211 178 0 68 0
[pid=28180] ppid=28179 vsize=316028 CPUtime=11.95 cores=0,2,4,6
/proc/28180/stat : 28180 (priss) S 28179 28179 28051 0 -1 4202496 38278 0 0 0 1183 12 0 0 18 0 5 0 516241963 323612672 19289 33554432000 4194304 5787044 140733312842400 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/28180/statm: 79007 19289 350 389 0 74757 0
[pid=28180/tid=28193] ppid=28179 vsize=316028 CPUtime=3 cores=0,2,4,6
/proc/28180/task/28193/stat : 28193 (priss) R 28179 28179 28051 0 -1 4202560 7231 0 0 0 295 5 0 0 23 0 5 0 516241970 323612672 19289 33554432000 4194304 5787044 140733312842400 18446744073709551615 4336744 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28180/tid=28196] ppid=28179 vsize=316028 CPUtime=2.96 cores=0,2,4,6
/proc/28180/task/28196/stat : 28196 (priss) R 28179 28179 28051 0 -1 4202560 6832 0 0 0 293 3 0 0 24 0 5 0 516241972 323612672 19289 33554432000 4194304 5787044 140733312842400 18446744073709551615 4336133 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28180/tid=28200] ppid=28179 vsize=316028 CPUtime=2.92 cores=0,2,4,6
/proc/28180/task/28200/stat : 28200 (priss) R 28179 28179 28051 0 -1 4202560 7011 0 0 0 291 1 0 0 24 0 5 0 516241974 323612672 19289 33554432000 4194304 5787044 140733312842400 18446744073709551615 4337443 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=28180/tid=28208] ppid=28179 vsize=316028 CPUtime=2.93 cores=0,2,4,6
/proc/28180/task/28208/stat : 28208 (priss) R 28179 28179 28051 0 -1 4202560 6227 0 0 0 292 1 0 0 24 0 5 0 516241977 323612672 19289 33554432000 4194304 5787044 140733312842400 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.95
Current children cumulated vsize (KiB) 324728

[startup+6.30686 s]
/proc/loadavg: 7.82 8.05 7.98 9/188 28211
/proc/meminfo: memFree=24347856/32951124 swapFree=67111524/67111528
[pid=28179] ppid=28177 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28179/stat : 28179 (prissAuto.sh) S 28177 28179 28051 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516241963 8908800 252 33554432000 4194304 4922060 140735466288880 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28179/statm: 2175 252 211 178 0 68 0
[pid=28180] ppid=28179 vsize=316028 CPUtime=24.76 cores=0,2,4,6
/proc/28180/stat : 28180 (priss) S 28179 28179 28051 0 -1 4202496 40092 0 0 0 2464 12 0 0 18 0 5 0 516241963 323612672 21103 33554432000 4194304 5787044 140733312842400 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/28180/statm: 79007 21103 352 389 0 74757 0
[pid=28180/tid=28193] ppid=28179 vsize=316028 CPUtime=6.2 cores=0,2,4,6
/proc/28180/task/28193/stat : 28193 (priss) R 28179 28179 28051 0 -1 4202560 7837 0 0 0 615 5 0 0 25 0 5 0 516241970 323612672 21103 33554432000 4194304 5787044 140733312842400 18446744073709551615 4336240 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28180/tid=28196] ppid=28179 vsize=316028 CPUtime=6.17 cores=0,2,4,6
/proc/28180/task/28196/stat : 28196 (priss) R 28179 28179 28051 0 -1 4202560 7436 0 0 0 614 3 0 0 25 0 5 0 516241972 323612672 21103 33554432000 4194304 5787044 140733312842400 18446744073709551615 4336703 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28180/tid=28200] ppid=28179 vsize=316028 CPUtime=6.11 cores=0,2,4,6
/proc/28180/task/28200/stat : 28200 (priss) R 28179 28179 28051 0 -1 4202560 7615 0 0 0 610 1 0 0 25 0 5 0 516241974 323612672 21103 33554432000 4194304 5787044 140733312842400 18446744073709551615 4336133 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=28180/tid=28208] ppid=28179 vsize=316028 CPUtime=6.13 cores=0,2,4,6
/proc/28180/task/28208/stat : 28208 (priss) R 28179 28179 28051 0 -1 4202560 6227 0 0 0 612 1 0 0 25 0 5 0 516241977 323612672 21103 33554432000 4194304 5787044 140733312842400 18446744073709551615 4336744 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.76
Current children cumulated vsize (KiB) 324728

[startup+12.7007 s]
/proc/loadavg: 7.83 8.05 7.98 9/188 28211
/proc/meminfo: memFree=24300276/32951124 swapFree=67111524/67111528
[pid=28179] ppid=28177 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28179/stat : 28179 (prissAuto.sh) S 28177 28179 28051 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516241963 8908800 252 33554432000 4194304 4922060 140735466288880 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28179/statm: 2175 252 211 178 0 68 0
[pid=28180] ppid=28179 vsize=339072 CPUtime=50.29 cores=0,2,4,6
/proc/28180/stat : 28180 (priss) S 28179 28179 28051 0 -1 4202496 67838 0 0 0 5011 18 0 0 18 0 5 0 516241963 347209728 31731 33554432000 4194304 5787044 140733312842400 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/28180/statm: 84768 31731 404 389 0 80518 0
[pid=28180/tid=28193] ppid=28179 vsize=339072 CPUtime=12.59 cores=0,2,4,6
/proc/28180/task/28193/stat : 28193 (priss) R 28179 28179 28051 0 -1 4202560 16135 0 0 0 1253 6 0 0 25 0 5 0 516241970 347209728 31731 33554432000 4194304 5787044 140733312842400 18446744073709551615 5585240 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28180/tid=28196] ppid=28179 vsize=339072 CPUtime=12.56 cores=0,2,4,6
/proc/28180/task/28196/stat : 28196 (priss) R 28179 28179 28051 0 -1 4202560 15809 0 0 0 1250 6 0 0 25 0 5 0 516241972 347209728 31731 33554432000 4194304 5787044 140733312842400 18446744073709551615 5591090 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28180/tid=28200] ppid=28179 vsize=339072 CPUtime=12.47 cores=0,2,4,6
/proc/28180/task/28200/stat : 28200 (priss) R 28179 28179 28051 0 -1 4202560 16052 0 0 0 1245 2 0 0 25 0 5 0 516241974 347209728 31731 33554432000 4194304 5787044 140733312842400 18446744073709551615 5588034 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=28180/tid=28208] ppid=28179 vsize=339072 CPUtime=12.52 cores=0,2,4,6
/proc/28180/task/28208/stat : 28208 (priss) R 28179 28179 28051 0 -1 4202560 8865 0 0 0 1251 1 0 0 25 0 5 0 516241977 347209728 31731 33554432000 4194304 5787044 140733312842400 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.29
Current children cumulated vsize (KiB) 347772

[startup+25.5004 s]
/proc/loadavg: 7.87 8.05 7.98 9/188 28211
/proc/meminfo: memFree=24256008/32951124 swapFree=67111524/67111528
[pid=28179] ppid=28177 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28179/stat : 28179 (prissAuto.sh) S 28177 28179 28051 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516241963 8908800 252 33554432000 4194304 4922060 140735466288880 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28179/statm: 2175 252 211 178 0 68 0
[pid=28180] ppid=28179 vsize=342756 CPUtime=101.42 cores=0,2,4,6
/proc/28180/stat : 28180 (priss) S 28179 28179 28051 0 -1 4202496 76449 0 0 0 10122 20 0 0 18 0 5 0 516241963 350982144 36211 33554432000 4194304 5787044 140733312842400 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/28180/statm: 85689 36211 417 389 0 81439 0
[pid=28180/tid=28193] ppid=28179 vsize=342756 CPUtime=25.39 cores=0,2,4,6
/proc/28180/task/28193/stat : 28193 (priss) R 28179 28179 28051 0 -1 4202560 17403 0 0 0 2532 7 0 0 25 0 5 0 516241970 350982144 36211 33554432000 4194304 5787044 140733312842400 18446744073709551615 5585240 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28180/tid=28196] ppid=28179 vsize=342756 CPUtime=25.37 cores=0,2,4,6
/proc/28180/task/28196/stat : 28196 (priss) R 28179 28179 28051 0 -1 4202560 17010 0 0 0 2530 7 0 0 25 0 5 0 516241972 350982144 36211 33554432000 4194304 5787044 140733312842400 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28180/tid=28200] ppid=28179 vsize=342756 CPUtime=25.2 cores=0,2,4,6
/proc/28180/task/28200/stat : 28200 (priss) R 28179 28179 28051 0 -1 4202560 17211 0 0 0 2517 3 0 0 25 0 5 0 516241974 350982144 36211 33554432000 4194304 5787044 140733312842400 18446744073709551615 5590526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=28180/tid=28208] ppid=28179 vsize=342756 CPUtime=25.33 cores=0,2,4,6
/proc/28180/task/28208/stat : 28208 (priss) R 28179 28179 28051 0 -1 4202560 13848 0 0 0 2531 2 0 0 25 0 5 0 516241977 350982144 36211 33554432000 4194304 5787044 140733312842400 18446744073709551615 5527221 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.42
Current children cumulated vsize (KiB) 351456

[startup+51.1007 s]
/proc/loadavg: 7.91 8.04 7.98 9/188 28212
/proc/meminfo: memFree=24186068/32951124 swapFree=67111524/67111528
[pid=28179] ppid=28177 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28179/stat : 28179 (prissAuto.sh) S 28177 28179 28051 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516241963 8908800 252 33554432000 4194304 4922060 140735466288880 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28179/statm: 2175 252 211 178 0 68 0
[pid=28180] ppid=28179 vsize=352024 CPUtime=203.68 cores=0,2,4,6
/proc/28180/stat : 28180 (priss) S 28179 28179 28051 0 -1 4202496 85562 0 0 0 20343 25 0 0 18 0 5 0 516241963 360472576 45324 33554432000 4194304 5787044 140733312842400 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/28180/statm: 88006 45324 417 389 0 83756 0
[pid=28180/tid=28193] ppid=28179 vsize=352024 CPUtime=50.96 cores=0,2,4,6
/proc/28180/task/28193/stat : 28193 (priss) R 28179 28179 28051 0 -1 4202560 19693 0 0 0 5088 8 0 0 25 0 5 0 516241970 360472576 45324 33554432000 4194304 5787044 140733312842400 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=28180/tid=28196] ppid=28179 vsize=352024 CPUtime=50.96 cores=0,2,4,6
/proc/28180/task/28196/stat : 28196 (priss) R 28179 28179 28051 0 -1 4202560 19309 0 0 0 5088 8 0 0 25 0 5 0 516241972 360472576 45324 33554432000 4194304 5787044 140733312842400 18446744073709551615 5588034 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28180/tid=28200] ppid=28179 vsize=352024 CPUtime=50.69 cores=0,2,4,6
/proc/28180/task/28200/stat : 28200 (priss) R 28179 28179 28051 0 -1 4202560 19473 0 0 0 5066 3 0 0 25 0 5 0 516241974 360472576 45324 33554432000 4194304 5787044 140733312842400 18446744073709551615 4254502 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=28180/tid=28208] ppid=28179 vsize=352024 CPUtime=50.92 cores=0,2,4,6
/proc/28180/task/28208/stat : 28208 (priss) R 28179 28179 28051 0 -1 4202560 16110 0 0 0 5089 3 0 0 25 0 5 0 516241977 360472576 45324 33554432000 4194304 5787044 140733312842400 18446744073709551615 4215354 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.68
Current children cumulated vsize (KiB) 360724

[startup+102.3 s]
/proc/loadavg: 7.96 8.03 7.98 9/188 28213
/proc/meminfo: memFree=24089840/32951124 swapFree=67111524/67111528
[pid=28179] ppid=28177 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28179/stat : 28179 (prissAuto.sh) S 28177 28179 28051 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516241963 8908800 252 33554432000 4194304 4922060 140735466288880 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28179/statm: 2175 252 211 178 0 68 0
[pid=28180] ppid=28179 vsize=370868 CPUtime=408.18 cores=0,2,4,6
/proc/28180/stat : 28180 (priss) S 28179 28179 28051 0 -1 4202496 99288 0 0 0 40780 38 0 0 18 0 5 0 516241963 379768832 58983 33554432000 4194304 5787044 140733312842400 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/28180/statm: 92717 58983 417 389 0 88467 0
[pid=28180/tid=28193] ppid=28179 vsize=370868 CPUtime=101.87 cores=0,2,4,6
/proc/28180/task/28193/stat : 28193 (priss) R 28179 28179 28051 0 -1 4202560 22715 0 0 0 10175 12 0 0 25 0 5 0 516241970 379768832 58983 33554432000 4194304 5787044 140733312842400 18446744073709551615 5590526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=28180/tid=28196] ppid=28179 vsize=370868 CPUtime=102.15 cores=0,2,4,6
/proc/28180/task/28196/stat : 28196 (priss) R 28179 28179 28051 0 -1 4202560 24386 0 0 0 10203 12 0 0 25 0 5 0 516241972 379768832 58983 33554432000 4194304 5787044 140733312842400 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28180/tid=28200] ppid=28179 vsize=370868 CPUtime=101.88 cores=0,2,4,6
/proc/28180/task/28200/stat : 28200 (priss) R 28179 28179 28051 0 -1 4202560 22469 0 0 0 10181 7 0 0 25 0 5 0 516241974 379768832 58983 33554432000 4194304 5787044 140733312842400 18446744073709551615 5590573 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=28180/tid=28208] ppid=28179 vsize=370868 CPUtime=102.12 cores=0,2,4,6
/proc/28180/task/28208/stat : 28208 (priss) R 28179 28179 28051 0 -1 4202560 18741 0 0 0 10207 5 0 0 25 0 5 0 516241977 379768832 58983 33554432000 4194304 5787044 140733312842400 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.18
Current children cumulated vsize (KiB) 379568

[startup+162.3 s]
/proc/loadavg: 7.98 8.03 7.98 9/188 28215
/proc/meminfo: memFree=23985540/32951124 swapFree=67111524/67111528
[pid=28179] ppid=28177 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28179/stat : 28179 (prissAuto.sh) S 28177 28179 28051 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516241963 8908800 252 33554432000 4194304 4922060 140735466288880 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28179/statm: 2175 252 211 178 0 68 0
[pid=28180] ppid=28179 vsize=384964 CPUtime=647.83 cores=0,2,4,6

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

/proc/28180/task/28196/stat : 28196 (priss) R 28179 28179 28051 0 -1 4202560 56825 0 0 0 82154 52 0 0 25 0 5 0 516241972 943235072 184221 33554432000 4194304 5787044 140733312842400 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28180/tid=28200] ppid=28179 vsize=921128 CPUtime=821.86 cores=0,2,4,6
/proc/28180/task/28200/stat : 28200 (priss) R 28179 28179 28051 0 -1 4202560 57988 0 0 0 82130 56 0 0 25 0 5 0 516241974 943235072 184221 33554432000 4194304 5787044 140733312842400 18446744073709551615 5576461 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=28180/tid=28208] ppid=28179 vsize=921128 CPUtime=822.1 cores=0,2,4,6
/proc/28180/task/28208/stat : 28208 (priss) R 28179 28179 28051 0 -1 4202560 42632 0 0 0 82191 19 0 0 25 0 5 0 516241977 943235072 184221 33554432000 4194304 5787044 140733312842400 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.11
Current children cumulated vsize (KiB) 929828

[startup+882.3 s]
/proc/loadavg: 8.00 8.02 8.00 9/188 28234
/proc/meminfo: memFree=23288232/32951124 swapFree=67111524/67111528
[pid=28179] ppid=28177 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28179/stat : 28179 (prissAuto.sh) S 28177 28179 28051 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516241963 8908800 252 33554432000 4194304 4922060 140735466288880 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28179/statm: 2175 252 211 178 0 68 0
[pid=28180] ppid=28179 vsize=921128 CPUtime=3523.76 cores=0,2,4,6
/proc/28180/stat : 28180 (priss) S 28179 28179 28051 0 -1 4202496 227386 0 0 0 352186 190 0 0 18 0 5 0 516241963 943235072 184978 33554432000 4194304 5787044 140733312842400 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/28180/statm: 230282 184978 417 389 0 226032 0
[pid=28180/tid=28193] ppid=28179 vsize=921128 CPUtime=877.6 cores=0,2,4,6
/proc/28180/task/28193/stat : 28193 (priss) R 28179 28179 28051 0 -1 4202560 57983 0 0 0 87701 59 0 0 25 0 5 0 516241970 943235072 184978 33554432000 4194304 5787044 140733312842400 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=28180/tid=28196] ppid=28179 vsize=921128 CPUtime=882.05 cores=0,2,4,6
/proc/28180/task/28196/stat : 28196 (priss) R 28179 28179 28051 0 -1 4202560 56825 0 0 0 88153 52 0 0 25 0 5 0 516241972 943235072 184978 33554432000 4194304 5787044 140733312842400 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28180/tid=28200] ppid=28179 vsize=921128 CPUtime=881.87 cores=0,2,4,6
/proc/28180/task/28200/stat : 28200 (priss) R 28179 28179 28051 0 -1 4202560 58969 0 0 0 88129 58 0 0 25 0 5 0 516241974 943235072 184978 33554432000 4194304 5787044 140733312842400 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=28180/tid=28208] ppid=28179 vsize=921128 CPUtime=882.1 cores=0,2,4,6
/proc/28180/task/28208/stat : 28208 (priss) R 28179 28179 28051 0 -1 4202560 42632 0 0 0 88191 19 0 0 25 0 5 0 516241977 943235072 184978 33554432000 4194304 5787044 140733312842400 18446744073709551615 5530105 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3523.76
Current children cumulated vsize (KiB) 929828

[startup+942.3 s]
/proc/loadavg: 8.00 8.01 8.00 9/188 28236
/proc/meminfo: memFree=23276556/32951124 swapFree=67111524/67111528
[pid=28179] ppid=28177 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28179/stat : 28179 (prissAuto.sh) S 28177 28179 28051 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516241963 8908800 252 33554432000 4194304 4922060 140735466288880 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28179/statm: 2175 252 211 178 0 68 0
[pid=28180] ppid=28179 vsize=921128 CPUtime=3763.46 cores=0,2,4,6
/proc/28180/stat : 28180 (priss) S 28179 28179 28051 0 -1 4202496 227386 0 0 0 376155 191 0 0 18 0 5 0 516241963 943235072 184978 33554432000 4194304 5787044 140733312842400 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/28180/statm: 230282 184978 417 389 0 226032 0
[pid=28180/tid=28193] ppid=28179 vsize=921128 CPUtime=937.27 cores=0,2,4,6
/proc/28180/task/28193/stat : 28193 (priss) R 28179 28179 28051 0 -1 4202560 57983 0 0 0 93668 59 0 0 25 0 5 0 516241970 943235072 184978 33554432000 4194304 5787044 140733312842400 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=28180/tid=28196] ppid=28179 vsize=921128 CPUtime=942.05 cores=0,2,4,6
/proc/28180/task/28196/stat : 28196 (priss) R 28179 28179 28051 0 -1 4202560 56825 0 0 0 94153 52 0 0 25 0 5 0 516241972 943235072 184978 33554432000 4194304 5787044 140733312842400 18446744073709551615 5591727 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28180/tid=28200] ppid=28179 vsize=921128 CPUtime=941.87 cores=0,2,4,6
/proc/28180/task/28200/stat : 28200 (priss) R 28179 28179 28051 0 -1 4202560 58969 0 0 0 94129 58 0 0 25 0 5 0 516241974 943235072 184978 33554432000 4194304 5787044 140733312842400 18446744073709551615 212687371788 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=28180/tid=28208] ppid=28179 vsize=921128 CPUtime=942.11 cores=0,2,4,6
/proc/28180/task/28208/stat : 28208 (priss) R 28179 28179 28051 0 -1 4202560 42632 0 0 0 94192 19 0 0 25 0 5 0 516241977 943235072 184978 33554432000 4194304 5787044 140733312842400 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3763.46
Current children cumulated vsize (KiB) 929828

[startup+1002.3 s]
/proc/loadavg: 8.04 8.02 8.00 9/188 28237
/proc/meminfo: memFree=23276548/32951124 swapFree=67111524/67111528
[pid=28179] ppid=28177 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28179/stat : 28179 (prissAuto.sh) S 28177 28179 28051 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516241963 8908800 252 33554432000 4194304 4922060 140735466288880 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28179/statm: 2175 252 211 178 0 68 0
[pid=28180] ppid=28179 vsize=921128 CPUtime=4003.11 cores=0,2,4,6
/proc/28180/stat : 28180 (priss) S 28179 28179 28051 0 -1 4202496 227393 0 0 0 400119 192 0 0 18 0 5 0 516241963 943235072 184985 33554432000 4194304 5787044 140733312842400 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/28180/statm: 230282 184985 417 389 0 226032 0
[pid=28180/tid=28193] ppid=28179 vsize=921128 CPUtime=997.15 cores=0,2,4,6
/proc/28180/task/28193/stat : 28193 (priss) R 28179 28179 28051 0 -1 4202560 57985 0 0 0 99656 59 0 0 25 0 5 0 516241970 943235072 184985 33554432000 4194304 5787044 140733312842400 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=28180/tid=28196] ppid=28179 vsize=921128 CPUtime=1002.04 cores=0,2,4,6
/proc/28180/task/28196/stat : 28196 (priss) R 28179 28179 28051 0 -1 4202560 56828 0 0 0 100152 52 0 0 25 0 5 0 516241972 943235072 184985 33554432000 4194304 5787044 140733312842400 18446744073709551615 5588298 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28180/tid=28200] ppid=28179 vsize=921128 CPUtime=1001.86 cores=0,2,4,6
/proc/28180/task/28200/stat : 28200 (priss) R 28179 28179 28051 0 -1 4202560 58969 0 0 0 100128 58 0 0 25 0 5 0 516241974 943235072 184985 33554432000 4194304 5787044 140733312842400 18446744073709551615 4254537 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28180/tid=28208] ppid=28179 vsize=921128 CPUtime=1001.9 cores=0,2,4,6
/proc/28180/task/28208/stat : 28208 (priss) R 28179 28179 28051 0 -1 4202560 42634 0 0 0 100171 19 0 0 25 0 5 0 516241977 943235072 184985 33554432000 4194304 5787044 140733312842400 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.11
Current children cumulated vsize (KiB) 929828

[startup+1062.31 s]
/proc/loadavg: 8.05 8.03 8.00 10/188 28239
/proc/meminfo: memFree=23269084/32951124 swapFree=67111524/67111528
[pid=28179] ppid=28177 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28179/stat : 28179 (prissAuto.sh) S 28177 28179 28051 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516241963 8908800 252 33554432000 4194304 4922060 140735466288880 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28179/statm: 2175 252 211 178 0 68 0
[pid=28180] ppid=28179 vsize=929724 CPUtime=4242.8 cores=0,2,4,6
/proc/28180/stat : 28180 (priss) S 28179 28179 28051 0 -1 4202496 229190 0 0 0 424087 193 0 0 18 0 5 0 516241963 952037376 186782 33554432000 4194304 5787044 140733312842400 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/28180/statm: 232431 186782 417 389 0 228181 0
[pid=28180/tid=28193] ppid=28179 vsize=929724 CPUtime=1057.15 cores=0,2,4,6
/proc/28180/task/28193/stat : 28193 (priss) R 28179 28179 28051 0 -1 4202560 58007 0 0 0 105656 59 0 0 25 0 5 0 516241970 952037376 186782 33554432000 4194304 5787044 140733312842400 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=28180/tid=28196] ppid=28179 vsize=929724 CPUtime=1062.05 cores=0,2,4,6
/proc/28180/task/28196/stat : 28196 (priss) R 28179 28179 28051 0 -1 4202560 57903 0 0 0 106152 53 0 0 25 0 5 0 516241972 952037376 186782 33554432000 4194304 5787044 140733312842400 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28180/tid=28200] ppid=28179 vsize=929724 CPUtime=1061.87 cores=0,2,4,6
/proc/28180/task/28200/stat : 28200 (priss) R 28179 28179 28051 0 -1 4202560 58970 0 0 0 106128 59 0 0 25 0 5 0 516241974 952037376 186782 33554432000 4194304 5787044 140733312842400 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28180/tid=28208] ppid=28179 vsize=929724 CPUtime=1061.58 cores=0,2,4,6
/proc/28180/task/28208/stat : 28208 (priss) R 28179 28179 28051 0 -1 4202560 43333 0 0 0 106139 19 0 0 25 0 5 0 516241977 952037376 186782 33554432000 4194304 5787044 140733312842400 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4242.8
Current children cumulated vsize (KiB) 938424

[startup+1122.3 s]
/proc/loadavg: 8.05 8.03 8.00 9/188 28241
/proc/meminfo: memFree=23216988/32951124 swapFree=67111524/67111528
[pid=28179] ppid=28177 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28179/stat : 28179 (prissAuto.sh) S 28177 28179 28051 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516241963 8908800 252 33554432000 4194304 4922060 140735466288880 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28179/statm: 2175 252 211 178 0 68 0
[pid=28180] ppid=28179 vsize=951804 CPUtime=4482.44 cores=0,2,4,6
/proc/28180/stat : 28180 (priss) S 28179 28179 28051 0 -1 4202496 240309 0 0 0 448040 204 0 0 18 0 5 0 516241963 974647296 197901 33554432000 4194304 5787044 140733312842400 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/28180/statm: 237951 197901 417 389 0 233701 0
[pid=28180/tid=28193] ppid=28179 vsize=951804 CPUtime=1117.14 cores=0,2,4,6
/proc/28180/task/28193/stat : 28193 (priss) R 28179 28179 28051 0 -1 4202560 59990 0 0 0 111652 62 0 0 25 0 5 0 516241970 974647296 197901 33554432000 4194304 5787044 140733312842400 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=28180/tid=28196] ppid=28179 vsize=951804 CPUtime=1122.04 cores=0,2,4,6
/proc/28180/task/28196/stat : 28196 (priss) R 28179 28179 28051 0 -1 4202560 62477 0 0 0 112145 59 0 0 25 0 5 0 516241972 974647296 197901 33554432000 4194304 5787044 140733312842400 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28180/tid=28200] ppid=28179 vsize=951804 CPUtime=1121.86 cores=0,2,4,6
/proc/28180/task/28200/stat : 28200 (priss) R 28179 28179 28051 0 -1 4202560 60036 0 0 0 112127 59 0 0 25 0 5 0 516241974 974647296 197901 33554432000 4194304 5787044 140733312842400 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28180/tid=28208] ppid=28179 vsize=951804 CPUtime=1121.25 cores=0,2,4,6
/proc/28180/task/28208/stat : 28208 (priss) R 28179 28179 28051 0 -1 4202560 46829 0 0 0 112103 22 0 0 25 0 5 0 516241977 974647296 197901 33554432000 4194304 5787044 140733312842400 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4482.44
Current children cumulated vsize (KiB) 960504

[startup+1182.3 s]
/proc/loadavg: 8.13 8.06 8.01 9/188 28242
/proc/meminfo: memFree=23126692/32951124 swapFree=67111524/67111528
[pid=28179] ppid=28177 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28179/stat : 28179 (prissAuto.sh) S 28177 28179 28051 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516241963 8908800 252 33554432000 4194304 4922060 140735466288880 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28179/statm: 2175 252 211 178 0 68 0
[pid=28180] ppid=28179 vsize=974460 CPUtime=4722.1 cores=0,2,4,6
/proc/28180/stat : 28180 (priss) S 28179 28179 28051 0 -1 4202496 257977 0 0 0 471983 227 0 0 18 0 5 0 516241963 997847040 215569 33554432000 4194304 5787044 140733312842400 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/28180/statm: 243615 215569 417 389 0 239365 0
[pid=28180/tid=28193] ppid=28179 vsize=974460 CPUtime=1177.15 cores=0,2,4,6
/proc/28180/task/28193/stat : 28193 (priss) R 28179 28179 28051 0 -1 4202560 64309 0 0 0 117645 70 0 0 25 0 5 0 516241970 997847040 215569 33554432000 4194304 5787044 140733312842400 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=28180/tid=28196] ppid=28179 vsize=974460 CPUtime=1182.04 cores=0,2,4,6
/proc/28180/task/28196/stat : 28196 (priss) R 28179 28179 28051 0 -1 4202560 66922 0 0 0 118138 66 0 0 25 0 5 0 516241972 997847040 215569 33554432000 4194304 5787044 140733312842400 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28180/tid=28200] ppid=28179 vsize=974460 CPUtime=1181.85 cores=0,2,4,6
/proc/28180/task/28200/stat : 28200 (priss) R 28179 28179 28051 0 -1 4202560 64447 0 0 0 118120 65 0 0 25 0 5 0 516241974 997847040 215569 33554432000 4194304 5787044 140733312842400 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28180/tid=28208] ppid=28179 vsize=974460 CPUtime=1180.92 cores=0,2,4,6
/proc/28180/task/28208/stat : 28208 (priss) R 28179 28179 28051 0 -1 4202560 51322 0 0 0 118068 24 0 0 25 0 5 0 516241977 997847040 215569 33554432000 4194304 5787044 140733312842400 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4722.1
Current children cumulated vsize (KiB) 983160



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.09 8.05 8.00 9/188 28243
/proc/meminfo: memFree=23104988/32951124 swapFree=67111524/67111528
[pid=28179] ppid=28177 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28179/stat : 28179 (prissAuto.sh) S 28177 28179 28051 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516241963 8908800 252 33554432000 4194304 4922060 140735466288880 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28179/statm: 2175 252 211 178 0 68 0
[pid=28180] ppid=28179 vsize=974460 CPUtime=4800.02 cores=0,2,4,6
/proc/28180/stat : 28180 (priss) S 28179 28179 28051 0 -1 4202496 262211 0 0 0 479768 234 0 0 18 0 5 0 516241963 997847040 219803 33554432000 4194304 5787044 140733312842400 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/28180/statm: 243615 219803 417 389 0 239365 0
[pid=28180/tid=28193] ppid=28179 vsize=974460 CPUtime=1196.66 cores=0,2,4,6
/proc/28180/task/28193/stat : 28193 (priss) R 28179 28179 28051 0 -1 4202560 65706 0 0 0 119593 73 0 0 25 0 5 0 516241970 997847040 219803 33554432000 4194304 5787044 140733312842400 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=28180/tid=28196] ppid=28179 vsize=974460 CPUtime=1201.55 cores=0,2,4,6
/proc/28180/task/28196/stat : 28196 (priss) R 28179 28179 28051 0 -1 4202560 68289 0 0 0 120087 68 0 0 25 0 5 0 516241972 997847040 219803 33554432000 4194304 5787044 140733312842400 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28180/tid=28200] ppid=28179 vsize=974460 CPUtime=1201.36 cores=0,2,4,6
/proc/28180/task/28200/stat : 28200 (priss) R 28179 28179 28051 0 -1 4202560 65917 0 0 0 120068 68 0 0 25 0 5 0 516241974 997847040 219803 33554432000 4194304 5787044 140733312842400 18446744073709551615 212687336481 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28180/tid=28208] ppid=28179 vsize=974460 CPUtime=1200.32 cores=0,2,4,6
/proc/28180/task/28208/stat : 28208 (priss) R 28179 28179 28051 0 -1 4202560 51322 0 0 0 120008 24 0 0 25 0 5 0 516241977 997847040 219803 33554432000 4194304 5787044 140733312842400 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.02
Current children cumulated vsize (KiB) 983160

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 28179 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.001998
# while last known CPU time is 4800.02
#
# 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.02
CPU user time (s): 4797.68
CPU system time (s): 2.34
CPU usage (%): 399.396
Max. virtual memory (cumulated for all children) (KiB): 983160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
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= 333
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= 4

runsolver used 1.83372 second user time and 4.73128 second system time

The end

Launcher Data

Begin job on node139 at 2011-04-29 05:07:22
IDJOB=3259391
IDBENCH=71571
IDSOLVER=1602
FILE ID=node139/3259391-1304046442
RUNJOBID= node139-1304045238-28069
PBS_JOBID= 13170397
Free space on /tmp= 72548 MiB

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

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

MD5SUM BENCH= 2caae162eff2e5f641cadfad345a5401
RANDOM SEED=1086860647

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24479816 kB
Buffers:       2021920 kB
Cached:        5868912 kB
SwapCached:          4 kB
Active:         757920 kB
Inactive:      7196904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24479816 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            4328 kB
Writeback:           0 kB
AnonPages:       63824 kB
Mapped:          14696 kB
Slab:           452176 kB
PageTables:       4264 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   191892 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= 72548 MiB
End job on node139 at 2011-04-29 05:27:26