Trace number 3263659

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

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_50_30_20_3-log.shuffled-as.sat03-109.cnf
MD5SUMf19999592ac4a0c798533d80c1c7f2d7
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4244.96
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses58358
Sum of the clauses size583280
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 560
Number of clauses of size over 558298

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: 19685
0.00/0.00	c setup for 4cores
0.00/0.04	c parsetime: 40762us
0.00/0.04	c parsed 58358 clauses with 150 variables
0.00/0.05	c NW started thread 0 successfully (1102879040)
0.00/0.07	c NW started thread 1 successfully (1113368896)
0.00/0.09	c NW started thread 2 successfully (1087686976)
0.00/0.13	c NW started thread 3 successfully (1123858752)
140.40/35.29	c preprocessor returned 10029 variables
140.40/35.29	c preprocessing returned UNKNOWN
140.40/35.29	c PP set 0 variables
140.40/35.29	c pp time: 35239255us (35s)
141.17/35.42	c preprocessor returned 10029 variables
141.17/35.42	c preprocessing returned UNKNOWN
141.17/35.42	c PP set 0 variables
141.17/35.42	c pp time: 35333300us (35s)
141.57/35.50	c preprocessor returned 10029 variables
141.57/35.50	c preprocessing returned UNKNOWN
141.57/35.50	c PP set 0 variables
141.57/35.50	c pp time: 35434110us (35s)
836.18/209.47	c preprocessor returned 30024 variables
836.18/209.47	c preprocessing returned UNKNOWN
836.18/209.47	c PP set 0 variables
836.18/209.47	c pp time: 209371658us (209s)

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-3263659-1304064745/watcher-3263659-1304064745 -o /tmp/evaluation-result-3263659-1304064745/solver-3263659-1304064745 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3263659-1304064745.cnf 2088180083 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: 8.09 8.05 8.00 5/182 19684
/proc/meminfo: memFree=23966980/32951124 swapFree=67111524/67111528
[pid=19684] ppid=19682 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19684/stat : 19684 (prissAuto.sh) S 19682 19684 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498890773 8908800 251 33554432000 4194304 4922060 140735614786576 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19684/statm: 2175 251 211 178 0 68 0

[startup+0.0359311 s]
/proc/loadavg: 8.09 8.05 8.00 5/182 19684
/proc/meminfo: memFree=23966980/32951124 swapFree=67111524/67111528
[pid=19684] ppid=19682 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19684/stat : 19684 (prissAuto.sh) S 19682 19684 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498890773 8908800 251 33554432000 4194304 4922060 140735614786576 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19684/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.174874 s]
/proc/loadavg: 8.09 8.05 8.00 5/182 19684
/proc/meminfo: memFree=23966980/32951124 swapFree=67111524/67111528
[pid=19684] ppid=19682 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19684/stat : 19684 (prissAuto.sh) S 19682 19684 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498890773 8908800 251 33554432000 4194304 4922060 140735614786576 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19684/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.374837 s]
/proc/loadavg: 8.09 8.05 8.00 5/182 19684
/proc/meminfo: memFree=23966980/32951124 swapFree=67111524/67111528
[pid=19684] ppid=19682 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19684/stat : 19684 (prissAuto.sh) S 19682 19684 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498890773 8908800 251 33554432000 4194304 4922060 140735614786576 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19684/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700781 s]
/proc/loadavg: 8.09 8.05 8.00 5/182 19684
/proc/meminfo: memFree=23966980/32951124 swapFree=67111524/67111528
[pid=19684] ppid=19682 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19684/stat : 19684 (prissAuto.sh) S 19682 19684 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498890773 8908800 251 33554432000 4194304 4922060 140735614786576 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19684/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50064 s]
/proc/loadavg: 7.84 8.00 7.99 9/188 19690
/proc/meminfo: memFree=23929992/32951124 swapFree=67111524/67111528
[pid=19684] ppid=19682 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19684/stat : 19684 (prissAuto.sh) S 19682 19684 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498890773 8908800 251 33554432000 4194304 4922060 140735614786576 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19684/statm: 2175 251 211 178 0 68 0
[pid=19685] ppid=19684 vsize=221176 CPUtime=5.78 cores=1,3,5,7
/proc/19685/stat : 19685 (priss) S 19684 19684 17192 0 -1 4202496 9708 0 0 0 576 2 0 0 19 0 5 0 498890773 226484224 9490 33554432000 4194304 5787044 140734716418752 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/19685/statm: 55294 9490 350 389 0 51044 0
[pid=19685/tid=19687] ppid=19684 vsize=221176 CPUtime=1.44 cores=1,3,5,7
/proc/19685/task/19687/stat : 19687 (priss) R 19684 19684 17192 0 -1 4202560 1005 0 0 0 144 0 0 0 25 0 5 0 498890778 226484224 9490 33554432000 4194304 5787044 140734716418752 18446744073709551615 47736635785792 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19685/tid=19688] ppid=19684 vsize=221176 CPUtime=1.42 cores=1,3,5,7
/proc/19685/task/19688/stat : 19688 (priss) R 19684 19684 17192 0 -1 4202560 857 0 0 0 142 0 0 0 23 0 5 0 498890780 226484224 9490 33554432000 4194304 5787044 140734716418752 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19685/tid=19689] ppid=19684 vsize=221176 CPUtime=1.41 cores=1,3,5,7
/proc/19685/task/19689/stat : 19689 (priss) R 19684 19684 17192 0 -1 4202560 874 0 0 0 141 0 0 0 23 0 5 0 498890781 226484224 9490 33554432000 4194304 5787044 140734716418752 18446744073709551615 4336214 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19685/tid=19690] ppid=19684 vsize=221176 CPUtime=1.39 cores=1,3,5,7
/proc/19685/task/19690/stat : 19690 (priss) R 19684 19684 17192 0 -1 4202560 887 0 0 0 139 0 0 0 25 0 5 0 498890783 226484224 9490 33554432000 4194304 5787044 140734716418752 18446744073709551615 4337424 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.78
Current children cumulated vsize (KiB) 229876

[startup+3.10035 s]
/proc/loadavg: 7.84 8.00 7.99 9/188 19690
/proc/meminfo: memFree=23929372/32951124 swapFree=67111524/67111528
[pid=19684] ppid=19682 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19684/stat : 19684 (prissAuto.sh) S 19682 19684 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498890773 8908800 251 33554432000 4194304 4922060 140735614786576 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19684/statm: 2175 251 211 178 0 68 0
[pid=19685] ppid=19684 vsize=221176 CPUtime=12.17 cores=1,3,5,7
/proc/19685/stat : 19685 (priss) S 19684 19684 17192 0 -1 4202496 9708 0 0 0 1215 2 0 0 19 0 5 0 498890773 226484224 9490 33554432000 4194304 5787044 140734716418752 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/19685/statm: 55294 9490 350 389 0 51044 0
[pid=19685/tid=19687] ppid=19684 vsize=221176 CPUtime=3.04 cores=1,3,5,7
/proc/19685/task/19687/stat : 19687 (priss) R 19684 19684 17192 0 -1 4202560 1005 0 0 0 304 0 0 0 25 0 5 0 498890778 226484224 9490 33554432000 4194304 5787044 140734716418752 18446744073709551615 4336770 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19685/tid=19688] ppid=19684 vsize=221176 CPUtime=3.01 cores=1,3,5,7
/proc/19685/task/19688/stat : 19688 (priss) R 19684 19684 17192 0 -1 4202560 857 0 0 0 301 0 0 0 25 0 5 0 498890780 226484224 9490 33554432000 4194304 5787044 140734716418752 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19685/tid=19689] ppid=19684 vsize=221176 CPUtime=3.01 cores=1,3,5,7
/proc/19685/task/19689/stat : 19689 (priss) R 19684 19684 17192 0 -1 4202560 874 0 0 0 301 0 0 0 25 0 5 0 498890781 226484224 9490 33554432000 4194304 5787044 140734716418752 18446744073709551615 4336560 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19685/tid=19690] ppid=19684 vsize=221176 CPUtime=2.99 cores=1,3,5,7
/proc/19685/task/19690/stat : 19690 (priss) R 19684 19684 17192 0 -1 4202560 887 0 0 0 299 0 0 0 25 0 5 0 498890783 226484224 9490 33554432000 4194304 5787044 140734716418752 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.17
Current children cumulated vsize (KiB) 229876

[startup+6.30078 s]
/proc/loadavg: 7.86 8.00 7.99 9/188 19690
/proc/meminfo: memFree=23928720/32951124 swapFree=67111524/67111528
[pid=19684] ppid=19682 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19684/stat : 19684 (prissAuto.sh) S 19682 19684 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498890773 8908800 251 33554432000 4194304 4922060 140735614786576 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19684/statm: 2175 251 211 178 0 68 0
[pid=19685] ppid=19684 vsize=221176 CPUtime=24.95 cores=1,3,5,7
/proc/19685/stat : 19685 (priss) S 19684 19684 17192 0 -1 4202496 9708 0 0 0 2493 2 0 0 19 0 5 0 498890773 226484224 9490 33554432000 4194304 5787044 140734716418752 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/19685/statm: 55294 9490 350 389 0 51044 0
[pid=19685/tid=19687] ppid=19684 vsize=221176 CPUtime=6.24 cores=1,3,5,7
/proc/19685/task/19687/stat : 19687 (priss) R 19684 19684 17192 0 -1 4202560 1005 0 0 0 624 0 0 0 25 0 5 0 498890778 226484224 9490 33554432000 4194304 5787044 140734716418752 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19685/tid=19688] ppid=19684 vsize=221176 CPUtime=6.19 cores=1,3,5,7
/proc/19685/task/19688/stat : 19688 (priss) R 19684 19684 17192 0 -1 4202560 857 0 0 0 619 0 0 0 25 0 5 0 498890780 226484224 9490 33554432000 4194304 5787044 140734716418752 18446744073709551615 4337680 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19685/tid=19689] ppid=19684 vsize=221176 CPUtime=6.21 cores=1,3,5,7
/proc/19685/task/19689/stat : 19689 (priss) R 19684 19684 17192 0 -1 4202560 874 0 0 0 621 0 0 0 25 0 5 0 498890781 226484224 9490 33554432000 4194304 5787044 140734716418752 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19685/tid=19690] ppid=19684 vsize=221176 CPUtime=6.2 cores=1,3,5,7
/proc/19685/task/19690/stat : 19690 (priss) R 19684 19684 17192 0 -1 4202560 887 0 0 0 620 0 0 0 25 0 5 0 498890783 226484224 9490 33554432000 4194304 5787044 140734716418752 18446744073709551615 4336784 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.95
Current children cumulated vsize (KiB) 229876

[startup+12.7006 s]
/proc/loadavg: 7.87 8.00 7.99 9/188 19690
/proc/meminfo: memFree=23927140/32951124 swapFree=67111524/67111528
[pid=19684] ppid=19682 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19684/stat : 19684 (prissAuto.sh) S 19682 19684 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498890773 8908800 251 33554432000 4194304 4922060 140735614786576 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19684/statm: 2175 251 211 178 0 68 0
[pid=19685] ppid=19684 vsize=221176 CPUtime=50.51 cores=1,3,5,7
/proc/19685/stat : 19685 (priss) S 19684 19684 17192 0 -1 4202496 9711 0 0 0 5048 3 0 0 19 0 5 0 498890773 226484224 9493 33554432000 4194304 5787044 140734716418752 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/19685/statm: 55294 9493 350 389 0 51044 0
[pid=19685/tid=19687] ppid=19684 vsize=221176 CPUtime=12.64 cores=1,3,5,7
/proc/19685/task/19687/stat : 19687 (priss) R 19684 19684 17192 0 -1 4202560 1005 0 0 0 1264 0 0 0 25 0 5 0 498890778 226484224 9493 33554432000 4194304 5787044 140734716418752 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19685/tid=19688] ppid=19684 vsize=221176 CPUtime=12.55 cores=1,3,5,7
/proc/19685/task/19688/stat : 19688 (priss) R 19684 19684 17192 0 -1 4202560 859 0 0 0 1255 0 0 0 25 0 5 0 498890780 226484224 9493 33554432000 4194304 5787044 140734716418752 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19685/tid=19689] ppid=19684 vsize=221176 CPUtime=12.6 cores=1,3,5,7
/proc/19685/task/19689/stat : 19689 (priss) R 19684 19684 17192 0 -1 4202560 874 0 0 0 1260 0 0 0 25 0 5 0 498890781 226484224 9493 33554432000 4194304 5787044 140734716418752 18446744073709551615 4336135 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19685/tid=19690] ppid=19684 vsize=221176 CPUtime=12.59 cores=1,3,5,7
/proc/19685/task/19690/stat : 19690 (priss) R 19684 19684 17192 0 -1 4202560 888 0 0 0 1259 0 0 0 25 0 5 0 498890783 226484224 9493 33554432000 4194304 5787044 140734716418752 18446744073709551615 4336777 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 229876

[startup+25.5004 s]
/proc/loadavg: 7.90 8.00 7.99 9/188 19690
/proc/meminfo: memFree=23924784/32951124 swapFree=67111524/67111528
[pid=19684] ppid=19682 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19684/stat : 19684 (prissAuto.sh) S 19682 19684 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498890773 8908800 251 33554432000 4194304 4922060 140735614786576 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19684/statm: 2175 251 211 178 0 68 0
[pid=19685] ppid=19684 vsize=221176 CPUtime=101.64 cores=1,3,5,7
/proc/19685/stat : 19685 (priss) S 19684 19684 17192 0 -1 4202496 9712 0 0 0 10161 3 0 0 19 0 5 0 498890773 226484224 9494 33554432000 4194304 5787044 140734716418752 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/19685/statm: 55294 9494 350 389 0 51044 0
[pid=19685/tid=19687] ppid=19684 vsize=221176 CPUtime=25.44 cores=1,3,5,7
/proc/19685/task/19687/stat : 19687 (priss) R 19684 19684 17192 0 -1 4202560 1006 0 0 0 2544 0 0 0 25 0 5 0 498890778 226484224 9494 33554432000 4194304 5787044 140734716418752 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19685/tid=19688] ppid=19684 vsize=221176 CPUtime=25.28 cores=1,3,5,7
/proc/19685/task/19688/stat : 19688 (priss) R 19684 19684 17192 0 -1 4202560 859 0 0 0 2528 0 0 0 25 0 5 0 498890780 226484224 9494 33554432000 4194304 5787044 140734716418752 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19685/tid=19689] ppid=19684 vsize=221176 CPUtime=25.4 cores=1,3,5,7
/proc/19685/task/19689/stat : 19689 (priss) R 19684 19684 17192 0 -1 4202560 874 0 0 0 2540 0 0 0 25 0 5 0 498890781 226484224 9494 33554432000 4194304 5787044 140734716418752 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19685/tid=19690] ppid=19684 vsize=221176 CPUtime=25.39 cores=1,3,5,7
/proc/19685/task/19690/stat : 19690 (priss) R 19684 19684 17192 0 -1 4202560 888 0 0 0 2539 0 0 0 25 0 5 0 498890783 226484224 9494 33554432000 4194304 5787044 140734716418752 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.64
Current children cumulated vsize (KiB) 229876

[startup+51.1008 s]
/proc/loadavg: 8.07 8.03 8.00 9/188 19691
/proc/meminfo: memFree=23872176/32951124 swapFree=67111524/67111528
[pid=19684] ppid=19682 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19684/stat : 19684 (prissAuto.sh) S 19682 19684 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498890773 8908800 251 33554432000 4194304 4922060 140735614786576 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19684/statm: 2175 251 211 178 0 68 0
[pid=19685] ppid=19684 vsize=243692 CPUtime=203.87 cores=1,3,5,7
/proc/19685/stat : 19685 (priss) S 19684 19684 17192 0 -1 4202496 23380 0 0 0 20371 16 0 0 19 0 5 0 498890773 249540608 22046 33554432000 4194304 5787044 140734716418752 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/19685/statm: 60923 22046 404 389 0 56673 0
[pid=19685/tid=19687] ppid=19684 vsize=243692 CPUtime=51.03 cores=1,3,5,7
/proc/19685/task/19687/stat : 19687 (priss) R 19684 19684 17192 0 -1 4202560 5556 0 0 0 5100 3 0 0 25 0 5 0 498890778 249540608 22046 33554432000 4194304 5787044 140734716418752 18446744073709551615 5591243 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19685/tid=19688] ppid=19684 vsize=243692 CPUtime=50.73 cores=1,3,5,7
/proc/19685/task/19688/stat : 19688 (priss) R 19684 19684 17192 0 -1 4202560 3998 0 0 0 5068 5 0 0 25 0 5 0 498890780 249540608 22046 33554432000 4194304 5787044 140734716418752 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19685/tid=19689] ppid=19684 vsize=243692 CPUtime=50.99 cores=1,3,5,7
/proc/19685/task/19689/stat : 19689 (priss) R 19684 19684 17192 0 -1 4202560 4134 0 0 0 5095 4 0 0 25 0 5 0 498890781 249540608 22046 33554432000 4194304 5787044 140734716418752 18446744073709551615 4216664 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19685/tid=19690] ppid=19684 vsize=243692 CPUtime=50.99 cores=1,3,5,7
/proc/19685/task/19690/stat : 19690 (priss) R 19684 19684 17192 0 -1 4202560 3607 0 0 0 5098 1 0 0 25 0 5 0 498890783 249540608 22046 33554432000 4194304 5787044 140734716418752 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.87
Current children cumulated vsize (KiB) 252392

[startup+102.307 s]
/proc/loadavg: 8.03 8.03 8.00 9/188 19692
/proc/meminfo: memFree=23805052/32951124 swapFree=67111524/67111528
[pid=19684] ppid=19682 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19684/stat : 19684 (prissAuto.sh) S 19682 19684 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498890773 8908800 251 33554432000 4194304 4922060 140735614786576 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19684/statm: 2175 251 211 178 0 68 0
[pid=19685] ppid=19684 vsize=264696 CPUtime=408.41 cores=1,3,5,7
/proc/19685/stat : 19685 (priss) S 19684 19684 17192 0 -1 4202496 34178 0 0 0 40809 32 0 0 19 0 5 0 498890773 271048704 32756 33554432000 4194304 5787044 140734716418752 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/19685/statm: 66174 32756 404 389 0 61924 0
[pid=19685/tid=19687] ppid=19684 vsize=264696 CPUtime=102.24 cores=1,3,5,7
/proc/19685/task/19687/stat : 19687 (priss) R 19684 19684 17192 0 -1 4202560 9400 0 0 0 10215 9 0 0 25 0 5 0 498890778 271048704 32756 33554432000 4194304 5787044 140734716418752 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19685/tid=19688] ppid=19684 vsize=264696 CPUtime=101.65 cores=1,3,5,7
/proc/19685/task/19688/stat : 19688 (priss) R 19684 19684 17192 0 -1 4202560 6786 0 0 0 10156 9 0 0 25 0 5 0 498890780 271048704 32756 33554432000 4194304 5787044 140734716418752 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19685/tid=19689] ppid=19684 vsize=264696 CPUtime=102.19 cores=1,3,5,7
/proc/19685/task/19689/stat : 19689 (priss) R 19684 19684 17192 0 -1 4202560 8300 0 0 0 10208 11 0 0 25 0 5 0 498890781 271048704 32756 33554432000 4194304 5787044 140734716418752 18446744073709551615 5591760 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19685/tid=19690] ppid=19684 vsize=264696 CPUtime=102.2 cores=1,3,5,7

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

/proc/19685/task/19688/stat : 19688 (priss) R 19684 19684 17192 0 -1 4202560 20367 0 0 0 81701 28 0 0 25 0 5 0 498890780 649199616 104976 33554432000 4194304 5787044 140734716418752 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19685/tid=19689] ppid=19684 vsize=633984 CPUtime=822.18 cores=1,3,5,7
/proc/19685/task/19689/stat : 19689 (priss) R 19684 19684 17192 0 -1 4202560 20447 0 0 0 82189 29 0 0 25 0 5 0 498890781 649199616 104976 33554432000 4194304 5787044 140734716418752 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19685/tid=19690] ppid=19684 vsize=633984 CPUtime=821.72 cores=1,3,5,7
/proc/19685/task/19690/stat : 19690 (priss) R 19684 19684 17192 0 -1 4202560 32380 0 0 0 82122 50 0 0 25 0 5 0 498890783 649199616 104976 33554432000 4194304 5787044 140734716418752 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3283.55
Current children cumulated vsize (KiB) 642684

[startup+882.301 s]
/proc/loadavg: 8.06 8.08 8.02 9/188 19749
/proc/meminfo: memFree=23779468/32951124 swapFree=67111524/67111528
[pid=19684] ppid=19682 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19684/stat : 19684 (prissAuto.sh) S 19682 19684 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498890773 8908800 251 33554432000 4194304 4922060 140735614786576 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19684/statm: 2175 251 211 178 0 68 0
[pid=19685] ppid=19684 vsize=646356 CPUtime=3523.22 cores=1,3,5,7
/proc/19685/stat : 19685 (priss) S 19684 19684 17192 0 -1 4202496 117993 0 0 0 352157 165 0 0 19 0 5 0 498890773 661868544 113661 33554432000 4194304 5787044 140734716418752 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/19685/statm: 161589 113661 417 389 0 157339 0
[pid=19685/tid=19687] ppid=19684 vsize=646356 CPUtime=882.23 cores=1,3,5,7
/proc/19685/task/19687/stat : 19687 (priss) R 19684 19684 17192 0 -1 4202560 33109 0 0 0 88179 44 0 0 25 0 5 0 498890778 661868544 113661 33554432000 4194304 5787044 140734716418752 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19685/tid=19688] ppid=19684 vsize=646356 CPUtime=876.97 cores=1,3,5,7
/proc/19685/task/19688/stat : 19688 (priss) R 19684 19684 17192 0 -1 4202560 20650 0 0 0 87668 29 0 0 25 0 5 0 498890780 661868544 113661 33554432000 4194304 5787044 140734716418752 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19685/tid=19689] ppid=19684 vsize=646356 CPUtime=882.18 cores=1,3,5,7
/proc/19685/task/19689/stat : 19689 (priss) R 19684 19684 17192 0 -1 4202560 22796 0 0 0 88185 33 0 0 25 0 5 0 498890781 661868544 113661 33554432000 4194304 5787044 140734716418752 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19685/tid=19690] ppid=19684 vsize=646356 CPUtime=881.71 cores=1,3,5,7
/proc/19685/task/19690/stat : 19690 (priss) R 19684 19684 17192 0 -1 4202560 35353 0 0 0 88115 56 0 0 25 0 5 0 498890783 661868544 113661 33554432000 4194304 5787044 140734716418752 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3523.22
Current children cumulated vsize (KiB) 655056

[startup+942.301 s]
/proc/loadavg: 8.02 8.06 8.01 9/188 19751
/proc/meminfo: memFree=23738392/32951124 swapFree=67111524/67111528
[pid=19684] ppid=19682 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19684/stat : 19684 (prissAuto.sh) S 19682 19684 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498890773 8908800 251 33554432000 4194304 4922060 140735614786576 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19684/statm: 2175 251 211 178 0 68 0
[pid=19685] ppid=19684 vsize=657824 CPUtime=3762.89 cores=1,3,5,7
/proc/19685/stat : 19685 (priss) S 19684 19684 17192 0 -1 4202496 126252 0 0 0 376108 181 0 0 19 0 5 0 498890773 673611776 121920 33554432000 4194304 5787044 140734716418752 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/19685/statm: 164456 121920 417 389 0 160206 0
[pid=19685/tid=19687] ppid=19684 vsize=657824 CPUtime=942.23 cores=1,3,5,7
/proc/19685/task/19687/stat : 19687 (priss) R 19684 19684 17192 0 -1 4202560 34919 0 0 0 94176 47 0 0 25 0 5 0 498890778 673611776 121920 33554432000 4194304 5787044 140734716418752 18446744073709551615 5586806 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19685/tid=19688] ppid=19684 vsize=657824 CPUtime=936.64 cores=1,3,5,7
/proc/19685/task/19688/stat : 19688 (priss) R 19684 19684 17192 0 -1 4202560 21000 0 0 0 93635 29 0 0 25 0 5 0 498890780 673611776 121920 33554432000 4194304 5787044 140734716418752 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19685/tid=19689] ppid=19684 vsize=657824 CPUtime=942.18 cores=1,3,5,7
/proc/19685/task/19689/stat : 19689 (priss) R 19684 19684 17192 0 -1 4202560 26182 0 0 0 94178 40 0 0 25 0 5 0 498890781 673611776 121920 33554432000 4194304 5787044 140734716418752 18446744073709551615 5591808 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19685/tid=19690] ppid=19684 vsize=657824 CPUtime=941.72 cores=1,3,5,7
/proc/19685/task/19690/stat : 19690 (priss) R 19684 19684 17192 0 -1 4202560 38066 0 0 0 94109 63 0 0 25 0 5 0 498890783 673611776 121920 33554432000 4194304 5787044 140734716418752 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3762.89
Current children cumulated vsize (KiB) 666524

[startup+1002.3 s]
/proc/loadavg: 8.08 8.07 8.01 9/188 19752
/proc/meminfo: memFree=23698168/32951124 swapFree=67111524/67111528
[pid=19684] ppid=19682 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19684/stat : 19684 (prissAuto.sh) S 19682 19684 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498890773 8908800 251 33554432000 4194304 4922060 140735614786576 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19684/statm: 2175 251 211 178 0 68 0
[pid=19685] ppid=19684 vsize=668344 CPUtime=4002.54 cores=1,3,5,7
/proc/19685/stat : 19685 (priss) S 19684 19684 17192 0 -1 4202496 133043 0 0 0 400061 193 0 0 19 0 5 0 498890773 684384256 128486 33554432000 4194304 5787044 140734716418752 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/19685/statm: 167086 128486 417 389 0 162836 0
[pid=19685/tid=19687] ppid=19684 vsize=668344 CPUtime=1002.22 cores=1,3,5,7
/proc/19685/task/19687/stat : 19687 (priss) R 19684 19684 17192 0 -1 4202560 37381 0 0 0 100174 48 0 0 25 0 5 0 498890778 684384256 128486 33554432000 4194304 5787044 140734716418752 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19685/tid=19688] ppid=19684 vsize=668344 CPUtime=996.29 cores=1,3,5,7
/proc/19685/task/19688/stat : 19688 (priss) R 19684 19684 17192 0 -1 4202560 21926 0 0 0 99599 30 0 0 25 0 5 0 498890780 684384256 128486 33554432000 4194304 5787044 140734716418752 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19685/tid=19689] ppid=19684 vsize=668344 CPUtime=1002.18 cores=1,3,5,7
/proc/19685/task/19689/stat : 19689 (priss) R 19684 19684 17192 0 -1 4202560 27693 0 0 0 100173 45 0 0 25 0 5 0 498890781 684384256 128486 33554432000 4194304 5787044 140734716418752 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19685/tid=19690] ppid=19684 vsize=668344 CPUtime=1001.71 cores=1,3,5,7
/proc/19685/task/19690/stat : 19690 (priss) R 19684 19684 17192 0 -1 4202560 39958 0 0 0 100105 66 0 0 25 0 5 0 498890783 684384256 128486 33554432000 4194304 5787044 140734716418752 18446744073709551615 5527212 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4002.54
Current children cumulated vsize (KiB) 677044

[startup+1062.3 s]
/proc/loadavg: 8.17 8.08 8.02 9/188 19754
/proc/meminfo: memFree=23679900/32951124 swapFree=67111524/67111528
[pid=19684] ppid=19682 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19684/stat : 19684 (prissAuto.sh) S 19682 19684 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498890773 8908800 251 33554432000 4194304 4922060 140735614786576 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19684/statm: 2175 251 211 178 0 68 0
[pid=19685] ppid=19684 vsize=670392 CPUtime=4242.22 cores=1,3,5,7
/proc/19685/stat : 19685 (priss) S 19684 19684 17192 0 -1 4202496 134075 0 0 0 424028 194 0 0 19 0 5 0 498890773 686481408 128908 33554432000 4194304 5787044 140734716418752 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/19685/statm: 167598 128908 417 389 0 163348 0
[pid=19685/tid=19687] ppid=19684 vsize=670392 CPUtime=1062.23 cores=1,3,5,7
/proc/19685/task/19687/stat : 19687 (priss) R 19684 19684 17192 0 -1 4202560 37381 0 0 0 106174 49 0 0 25 0 5 0 498890778 686481408 128908 33554432000 4194304 5787044 140734716418752 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19685/tid=19688] ppid=19684 vsize=670392 CPUtime=1055.97 cores=1,3,5,7
/proc/19685/task/19688/stat : 19688 (priss) R 19684 19684 17192 0 -1 4202560 21927 0 0 0 105567 30 0 0 25 0 5 0 498890780 686481408 128908 33554432000 4194304 5787044 140734716418752 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19685/tid=19689] ppid=19684 vsize=670392 CPUtime=1062.18 cores=1,3,5,7
/proc/19685/task/19689/stat : 19689 (priss) R 19684 19684 17192 0 -1 4202560 28458 0 0 0 106172 46 0 0 25 0 5 0 498890781 686481408 128908 33554432000 4194304 5787044 140734716418752 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19685/tid=19690] ppid=19684 vsize=670392 CPUtime=1061.72 cores=1,3,5,7
/proc/19685/task/19690/stat : 19690 (priss) R 19684 19684 17192 0 -1 4202560 40224 0 0 0 106105 67 0 0 25 0 5 0 498890783 686481408 128908 33554432000 4194304 5787044 140734716418752 18446744073709551615 5527215 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4242.22
Current children cumulated vsize (KiB) 679092

[startup+1122.3 s]
/proc/loadavg: 8.18 8.10 8.02 9/188 19756
/proc/meminfo: memFree=23667212/32951124 swapFree=67111524/67111528
[pid=19684] ppid=19682 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19684/stat : 19684 (prissAuto.sh) S 19682 19684 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498890773 8908800 251 33554432000 4194304 4922060 140735614786576 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19684/statm: 2175 251 211 178 0 68 0
[pid=19685] ppid=19684 vsize=670392 CPUtime=4481.89 cores=1,3,5,7
/proc/19685/stat : 19685 (priss) S 19684 19684 17192 0 -1 4202496 134366 0 0 0 447995 194 0 0 19 0 5 0 498890773 686481408 129199 33554432000 4194304 5787044 140734716418752 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/19685/statm: 167598 129199 417 389 0 163348 0
[pid=19685/tid=19687] ppid=19684 vsize=670392 CPUtime=1122.23 cores=1,3,5,7
/proc/19685/task/19687/stat : 19687 (priss) R 19684 19684 17192 0 -1 4202560 37384 0 0 0 112174 49 0 0 25 0 5 0 498890778 686481408 129199 33554432000 4194304 5787044 140734716418752 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19685/tid=19688] ppid=19684 vsize=670392 CPUtime=1115.64 cores=1,3,5,7
/proc/19685/task/19688/stat : 19688 (priss) R 19684 19684 17192 0 -1 4202560 21927 0 0 0 111534 30 0 0 25 0 5 0 498890780 686481408 129199 33554432000 4194304 5787044 140734716418752 18446744073709551615 5591808 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19685/tid=19689] ppid=19684 vsize=670392 CPUtime=1122.18 cores=1,3,5,7
/proc/19685/task/19689/stat : 19689 (priss) R 19684 19684 17192 0 -1 4202560 28741 0 0 0 112172 46 0 0 25 0 5 0 498890781 686481408 129199 33554432000 4194304 5787044 140734716418752 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19685/tid=19690] ppid=19684 vsize=670392 CPUtime=1121.72 cores=1,3,5,7
/proc/19685/task/19690/stat : 19690 (priss) R 19684 19684 17192 0 -1 4202560 40229 0 0 0 112105 67 0 0 25 0 5 0 498890783 686481408 129199 33554432000 4194304 5787044 140734716418752 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4481.89
Current children cumulated vsize (KiB) 679092

[startup+1182.3 s]
/proc/loadavg: 8.18 8.11 8.03 9/188 19757
/proc/meminfo: memFree=23658356/32951124 swapFree=67111524/67111528
[pid=19684] ppid=19682 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19684/stat : 19684 (prissAuto.sh) S 19682 19684 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498890773 8908800 251 33554432000 4194304 4922060 140735614786576 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19684/statm: 2175 251 211 178 0 68 0
[pid=19685] ppid=19684 vsize=670392 CPUtime=4721.58 cores=1,3,5,7
/proc/19685/stat : 19685 (priss) S 19684 19684 17192 0 -1 4202496 134523 0 0 0 471963 195 0 0 19 0 5 0 498890773 686481408 129356 33554432000 4194304 5787044 140734716418752 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/19685/statm: 167598 129356 417 389 0 163348 0
[pid=19685/tid=19687] ppid=19684 vsize=670392 CPUtime=1182.23 cores=1,3,5,7
/proc/19685/task/19687/stat : 19687 (priss) R 19684 19684 17192 0 -1 4202560 37385 0 0 0 118174 49 0 0 25 0 5 0 498890778 686481408 129356 33554432000 4194304 5787044 140734716418752 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19685/tid=19688] ppid=19684 vsize=670392 CPUtime=1175.32 cores=1,3,5,7
/proc/19685/task/19688/stat : 19688 (priss) R 19684 19684 17192 0 -1 4202560 21930 0 0 0 117502 30 0 0 25 0 5 0 498890780 686481408 129356 33554432000 4194304 5787044 140734716418752 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19685/tid=19689] ppid=19684 vsize=670392 CPUtime=1182.18 cores=1,3,5,7
/proc/19685/task/19689/stat : 19689 (priss) R 19684 19684 17192 0 -1 4202560 28861 0 0 0 118172 46 0 0 25 0 5 0 498890781 686481408 129356 33554432000 4194304 5787044 140734716418752 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19685/tid=19690] ppid=19684 vsize=670392 CPUtime=1181.72 cores=1,3,5,7
/proc/19685/task/19690/stat : 19690 (priss) R 19684 19684 17192 0 -1 4202560 40262 0 0 0 118105 67 0 0 25 0 5 0 498890783 686481408 129356 33554432000 4194304 5787044 140734716418752 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4721.58
Current children cumulated vsize (KiB) 679092



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202 s]
/proc/loadavg: 8.13 8.10 8.03 9/188 19758
/proc/meminfo: memFree=23657840/32951124 swapFree=67111524/67111528
[pid=19684] ppid=19682 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19684/stat : 19684 (prissAuto.sh) S 19682 19684 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498890773 8908800 251 33554432000 4194304 4922060 140735614786576 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19684/statm: 2175 251 211 178 0 68 0
[pid=19685] ppid=19684 vsize=670392 CPUtime=4800.29 cores=1,3,5,7
/proc/19685/stat : 19685 (priss) S 19684 19684 17192 0 -1 4202496 134557 0 0 0 479834 195 0 0 19 0 5 0 498890773 686481408 129390 33554432000 4194304 5787044 140734716418752 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/19685/statm: 167598 129390 417 389 0 163348 0
[pid=19685/tid=19687] ppid=19684 vsize=670392 CPUtime=1201.93 cores=1,3,5,7
/proc/19685/task/19687/stat : 19687 (priss) R 19684 19684 17192 0 -1 4202560 37386 0 0 0 120144 49 0 0 25 0 5 0 498890778 686481408 129390 33554432000 4194304 5787044 140734716418752 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19685/tid=19688] ppid=19684 vsize=670392 CPUtime=1194.92 cores=1,3,5,7
/proc/19685/task/19688/stat : 19688 (priss) R 19684 19684 17192 0 -1 4202560 21931 0 0 0 119461 31 0 0 25 0 5 0 498890780 686481408 129390 33554432000 4194304 5787044 140734716418752 18446744073709551615 5591219 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19685/tid=19689] ppid=19684 vsize=670392 CPUtime=1201.89 cores=1,3,5,7
/proc/19685/task/19689/stat : 19689 (priss) R 19684 19684 17192 0 -1 4202560 28883 0 0 0 120143 46 0 0 25 0 5 0 498890781 686481408 129390 33554432000 4194304 5787044 140734716418752 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19685/tid=19690] ppid=19684 vsize=670392 CPUtime=1201.43 cores=1,3,5,7
/proc/19685/task/19690/stat : 19690 (priss) R 19684 19684 17192 0 -1 4202560 40272 0 0 0 120076 67 0 0 25 0 5 0 498890783 686481408 129390 33554432000 4194304 5787044 140734716418752 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 679092

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

Real time (s): 1202.02
CPU time (s): 4800.29
CPU user time (s): 4798.34
CPU system time (s): 1.95
CPU usage (%): 399.352
Max. virtual memory (cumulated for all children) (KiB): 679092

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.58776 second user time and 4.97824 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-29 10:12:25
IDJOB=3263659
IDBENCH=84004
IDSOLVER=1602
FILE ID=node146/3263659-1304064745
RUNJOBID= node146-1304060503-19306
PBS_JOBID= 13170387
Free space on /tmp= 72992 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_50_30_20_3-log.shuffled-as.sat03-109.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3263659-1304064745/watcher-3263659-1304064745 -o /tmp/evaluation-result-3263659-1304064745/solver-3263659-1304064745 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3263659-1304064745.cnf 2088180083 4800 15500 4

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

MD5SUM BENCH= f19999592ac4a0c798533d80c1c7f2d7
RANDOM SEED=2088180083

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23967252 kB
Buffers:       1674472 kB
Cached:        6262860 kB
SwapCached:          4 kB
Active:        1820716 kB
Inactive:      6634564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23967252 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            3888 kB
Writeback:           0 kB
AnonPages:      517444 kB
Mapped:          15616 kB
Slab:           463092 kB
PageTables:       5732 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   712076 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= 72992 MiB
End job on node146 at 2011-04-29 10:32:29