Trace number 3251689

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/anton/SRHD-SGI/
srhd-sgi-m42-q585-n40-p30-s19690873.cnf
MD5SUMe096925b96a6999132833f44e4f216d7
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.3388
Satisfiable
(Un)Satisfiability was proved
Number of variables1638
Number of clauses253275
Sum of the clauses size508108
Maximum clause length42
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2253235
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

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: 1011
0.00/0.00	c setup for 4cores
0.00/0.05	c parsetime: 51137us
0.00/0.05	c parsed 253275 clauses with 1638 variables
0.00/0.07	c NW started thread 0 successfully (1108064576)
0.00/0.09	c NW started thread 1 successfully (1118554432)
0.00/0.11	c NW started thread 2 successfully (1129044288)
0.00/0.15	c NW started thread 3 successfully (1085151552)
55.44/14.07	c preprocessor returned 10010 variables
55.44/14.07	c preprocessing returned UNKNOWN
55.44/14.07	c PP set 0 variables
55.44/14.07	c pp time: 14004313us (14s)
55.84/14.10	c preprocessor returned 10010 variables
55.84/14.10	c preprocessing returned UNKNOWN
55.84/14.10	c PP set 0 variables
55.84/14.10	c pp time: 13983026us (13s)
55.84/14.20	c preprocessor returned 10010 variables
55.84/14.20	c preprocessing returned UNKNOWN
55.84/14.20	c PP set 0 variables
55.84/14.20	c pp time: 14101497us (14s)
81.81/20.64	c preprocessor returned 30020 variables
81.81/20.64	c preprocessing returned UNKNOWN
81.81/20.64	c PP set 0 variables
81.81/20.64	c pp time: 20484932us (20s)

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-3251689-1304085780/watcher-3251689-1304085780 -o /tmp/evaluation-result-3251689-1304085780/solver-3251689-1304085780 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3251689-1304085780.cnf 1216768500 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.85 8.07 8.07 5/182 1010
/proc/meminfo: memFree=30753212/32951124 swapFree=67105204/67111528
[pid=1010] ppid=1008 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/1010/stat : 1010 (prissAuto.sh) S 1008 1010 32751 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500993883 8908800 251 33554432000 4194304 4922060 140734575860368 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1010/statm: 2175 251 211 178 0 68 0

[startup+0.015744 s]
/proc/loadavg: 7.85 8.07 8.07 5/182 1010
/proc/meminfo: memFree=30753212/32951124 swapFree=67105204/67111528
[pid=1010] ppid=1008 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/1010/stat : 1010 (prissAuto.sh) S 1008 1010 32751 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500993883 8908800 251 33554432000 4194304 4922060 140734575860368 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1010/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100786 s]
/proc/loadavg: 7.85 8.07 8.07 5/182 1010
/proc/meminfo: memFree=30753212/32951124 swapFree=67105204/67111528
[pid=1010] ppid=1008 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/1010/stat : 1010 (prissAuto.sh) S 1008 1010 32751 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500993883 8908800 251 33554432000 4194304 4922060 140734575860368 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1010/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300624 s]
/proc/loadavg: 7.85 8.07 8.07 5/182 1010
/proc/meminfo: memFree=30753212/32951124 swapFree=67105204/67111528
[pid=1010] ppid=1008 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/1010/stat : 1010 (prissAuto.sh) S 1008 1010 32751 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500993883 8908800 251 33554432000 4194304 4922060 140734575860368 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1010/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700547 s]
/proc/loadavg: 7.85 8.07 8.07 5/182 1010
/proc/meminfo: memFree=30753212/32951124 swapFree=67105204/67111528
[pid=1010] ppid=1008 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/1010/stat : 1010 (prissAuto.sh) S 1008 1010 32751 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500993883 8908800 251 33554432000 4194304 4922060 140734575860368 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1010/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5004 s]
/proc/loadavg: 7.85 8.07 8.07 10/188 1016
/proc/meminfo: memFree=30680128/32951124 swapFree=67105204/67111528
[pid=1010] ppid=1008 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/1010/stat : 1010 (prissAuto.sh) S 1008 1010 32751 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500993883 8908800 251 33554432000 4194304 4922060 140734575860368 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1010/statm: 2175 251 211 178 0 68 0
[pid=1011] ppid=1010 vsize=312568 CPUtime=5.51 cores=0,2,4,6
/proc/1011/stat : 1011 (priss) S 1010 1010 32751 0 -1 4202496 42208 0 0 0 536 15 0 0 18 0 5 0 500993883 320069632 18364 33554432000 4194304 5787044 140735918793792 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/1011/statm: 78142 18364 349 389 0 73892 0
[pid=1011/tid=1013] ppid=1010 vsize=312568 CPUtime=1.37 cores=0,2,4,6
/proc/1011/task/1013/stat : 1013 (priss) R 1010 1010 32751 0 -1 4202560 7916 0 0 0 134 3 0 0 19 0 5 0 500993890 320069632 18364 33554432000 4194304 5787044 140735918793792 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=1011/tid=1014] ppid=1010 vsize=312568 CPUtime=1.34 cores=0,2,4,6
/proc/1011/task/1014/stat : 1014 (priss) R 1010 1010 32751 0 -1 4202560 7886 0 0 0 130 4 0 0 19 0 5 0 500993892 320069632 18364 33554432000 4194304 5787044 140735918793792 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=1011/tid=1015] ppid=1010 vsize=312568 CPUtime=1.35 cores=0,2,4,6
/proc/1011/task/1015/stat : 1015 (priss) R 1010 1010 32751 0 -1 4202560 7421 0 0 0 131 4 0 0 19 0 5 0 500993895 320069632 18364 33554432000 4194304 5787044 140735918793792 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=1011/tid=1016] ppid=1010 vsize=312568 CPUtime=1.3 cores=0,2,4,6
/proc/1011/task/1016/stat : 1016 (priss) R 1010 1010 32751 0 -1 4202560 6803 0 0 0 128 2 0 0 19 0 5 0 500993898 320069632 18364 33554432000 4194304 5787044 140735918793792 18446744073709551615 4336120 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.51
Current children cumulated vsize (KiB) 321268

[startup+3.1011 s]
/proc/loadavg: 7.85 8.07 8.07 9/188 1016
/proc/meminfo: memFree=30677776/32951124 swapFree=67105204/67111528
[pid=1010] ppid=1008 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/1010/stat : 1010 (prissAuto.sh) S 1008 1010 32751 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500993883 8908800 251 33554432000 4194304 4922060 140734575860368 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1010/statm: 2175 251 211 178 0 68 0
[pid=1011] ppid=1010 vsize=310576 CPUtime=11.9 cores=0,2,4,6
/proc/1011/stat : 1011 (priss) S 1010 1010 32751 0 -1 4202496 43745 0 0 0 1175 15 0 0 18 0 5 0 500993883 318029824 18909 33554432000 4194304 5787044 140735918793792 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/1011/statm: 77644 18909 350 389 0 73394 0
[pid=1011/tid=1013] ppid=1010 vsize=310576 CPUtime=2.97 cores=0,2,4,6
/proc/1011/task/1013/stat : 1013 (priss) R 1010 1010 32751 0 -1 4202560 8345 0 0 0 294 3 0 0 23 0 5 0 500993890 318029824 18909 33554432000 4194304 5787044 140735918793792 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=1011/tid=1014] ppid=1010 vsize=310576 CPUtime=2.94 cores=0,2,4,6
/proc/1011/task/1014/stat : 1014 (priss) R 1010 1010 32751 0 -1 4202560 8291 0 0 0 290 4 0 0 24 0 5 0 500993892 318029824 18909 33554432000 4194304 5787044 140735918793792 18446744073709551615 4336786 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=1011/tid=1015] ppid=1010 vsize=310576 CPUtime=2.95 cores=0,2,4,6
/proc/1011/task/1015/stat : 1015 (priss) R 1010 1010 32751 0 -1 4202560 7902 0 0 0 291 4 0 0 24 0 5 0 500993895 318029824 18909 33554432000 4194304 5787044 140735918793792 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=1011/tid=1016] ppid=1010 vsize=310576 CPUtime=2.9 cores=0,2,4,6
/proc/1011/task/1016/stat : 1016 (priss) R 1010 1010 32751 0 -1 4202560 7025 0 0 0 288 2 0 0 22 0 5 0 500993898 318029824 18909 33554432000 4194304 5787044 140735918793792 18446744073709551615 4336171 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.9
Current children cumulated vsize (KiB) 319276

[startup+6.30051 s]
/proc/loadavg: 7.87 8.06 8.07 9/188 1016
/proc/meminfo: memFree=30677548/32951124 swapFree=67105204/67111528
[pid=1010] ppid=1008 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/1010/stat : 1010 (prissAuto.sh) S 1008 1010 32751 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500993883 8908800 251 33554432000 4194304 4922060 140734575860368 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1010/statm: 2175 251 211 178 0 68 0
[pid=1011] ppid=1010 vsize=310576 CPUtime=24.68 cores=0,2,4,6
/proc/1011/stat : 1011 (priss) S 1010 1010 32751 0 -1 4202496 43745 0 0 0 2453 15 0 0 18 0 5 0 500993883 318029824 18909 33554432000 4194304 5787044 140735918793792 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/1011/statm: 77644 18909 350 389 0 73394 0
[pid=1011/tid=1013] ppid=1010 vsize=310576 CPUtime=6.17 cores=0,2,4,6
/proc/1011/task/1013/stat : 1013 (priss) R 1010 1010 32751 0 -1 4202560 8345 0 0 0 614 3 0 0 25 0 5 0 500993890 318029824 18909 33554432000 4194304 5787044 140735918793792 18446744073709551615 4336133 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=1011/tid=1014] ppid=1010 vsize=310576 CPUtime=6.12 cores=0,2,4,6
/proc/1011/task/1014/stat : 1014 (priss) R 1010 1010 32751 0 -1 4202560 8291 0 0 0 608 4 0 0 25 0 5 0 500993892 318029824 18909 33554432000 4194304 5787044 140735918793792 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=1011/tid=1015] ppid=1010 vsize=310576 CPUtime=6.15 cores=0,2,4,6
/proc/1011/task/1015/stat : 1015 (priss) R 1010 1010 32751 0 -1 4202560 7902 0 0 0 611 4 0 0 25 0 5 0 500993895 318029824 18909 33554432000 4194304 5787044 140735918793792 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=1011/tid=1016] ppid=1010 vsize=310576 CPUtime=6.1 cores=0,2,4,6
/proc/1011/task/1016/stat : 1016 (priss) R 1010 1010 32751 0 -1 4202560 7025 0 0 0 608 2 0 0 25 0 5 0 500993898 318029824 18909 33554432000 4194304 5787044 140735918793792 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.68
Current children cumulated vsize (KiB) 319276

[startup+12.7003 s]
/proc/loadavg: 7.88 8.06 8.07 9/188 1016
/proc/meminfo: memFree=30665652/32951124 swapFree=67105204/67111528
[pid=1010] ppid=1008 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/1010/stat : 1010 (prissAuto.sh) S 1008 1010 32751 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500993883 8908800 251 33554432000 4194304 4922060 140734575860368 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1010/statm: 2175 251 211 178 0 68 0
[pid=1011] ppid=1010 vsize=313348 CPUtime=50.24 cores=0,2,4,6
/proc/1011/stat : 1011 (priss) S 1010 1010 32751 0 -1 4202496 46722 0 0 0 5009 15 0 0 18 0 5 0 500993883 320868352 21886 33554432000 4194304 5787044 140735918793792 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/1011/statm: 78337 21886 352 389 0 74087 0
[pid=1011/tid=1013] ppid=1010 vsize=313348 CPUtime=12.57 cores=0,2,4,6
/proc/1011/task/1013/stat : 1013 (priss) R 1010 1010 32751 0 -1 4202560 9101 0 0 0 1254 3 0 0 25 0 5 0 500993890 320868352 21886 33554432000 4194304 5787044 140735918793792 18446744073709551615 4336226 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=1011/tid=1014] ppid=1010 vsize=313348 CPUtime=12.48 cores=0,2,4,6
/proc/1011/task/1014/stat : 1014 (priss) R 1010 1010 32751 0 -1 4202560 9047 0 0 0 1244 4 0 0 25 0 5 0 500993892 320868352 21886 33554432000 4194304 5787044 140735918793792 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=1011/tid=1015] ppid=1010 vsize=313348 CPUtime=12.55 cores=0,2,4,6
/proc/1011/task/1015/stat : 1015 (priss) R 1010 1010 32751 0 -1 4202560 8655 0 0 0 1251 4 0 0 25 0 5 0 500993895 320868352 21886 33554432000 4194304 5787044 140735918793792 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=1011/tid=1016] ppid=1010 vsize=313348 CPUtime=12.5 cores=0,2,4,6
/proc/1011/task/1016/stat : 1016 (priss) R 1010 1010 32751 0 -1 4202560 7737 0 0 0 1248 2 0 0 25 0 5 0 500993898 320868352 21886 33554432000 4194304 5787044 140735918793792 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.24
Current children cumulated vsize (KiB) 322048

[startup+25.501 s]
/proc/loadavg: 7.90 8.06 8.07 9/188 1017
/proc/meminfo: memFree=30584776/32951124 swapFree=67105204/67111528
[pid=1010] ppid=1008 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/1010/stat : 1010 (prissAuto.sh) S 1008 1010 32751 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500993883 8908800 251 33554432000 4194304 4922060 140734575860368 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1010/statm: 2175 251 211 178 0 68 0
[pid=1011] ppid=1010 vsize=339260 CPUtime=101.38 cores=0,2,4,6
/proc/1011/stat : 1011 (priss) S 1010 1010 32751 0 -1 4202496 82986 0 0 0 10115 23 0 0 18 0 5 0 500993883 347402240 35873 33554432000 4194304 5787044 140735918793792 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/1011/statm: 84815 35873 417 389 0 80565 0
[pid=1011/tid=1013] ppid=1010 vsize=339260 CPUtime=25.37 cores=0,2,4,6
/proc/1011/task/1013/stat : 1013 (priss) R 1010 1010 32751 0 -1 4202560 18673 0 0 0 2532 5 0 0 25 0 5 0 500993890 347402240 35873 33554432000 4194304 5787044 140735918793792 18446744073709551615 4213865 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=1011/tid=1014] ppid=1010 vsize=339260 CPUtime=25.21 cores=0,2,4,6
/proc/1011/task/1014/stat : 1014 (priss) R 1010 1010 32751 0 -1 4202560 19505 0 0 0 2515 6 0 0 25 0 5 0 500993892 347402240 35873 33554432000 4194304 5787044 140735918793792 18446744073709551615 4692090 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=1011/tid=1015] ppid=1010 vsize=339260 CPUtime=25.34 cores=0,2,4,6
/proc/1011/task/1015/stat : 1015 (priss) R 1010 1010 32751 0 -1 4202560 16874 0 0 0 2528 6 0 0 25 0 5 0 500993895 347402240 35873 33554432000 4194304 5787044 140735918793792 18446744073709551615 5588000 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=1011/tid=1016] ppid=1010 vsize=339260 CPUtime=25.3 cores=0,2,4,6
/proc/1011/task/1016/stat : 1016 (priss) R 1010 1010 32751 0 -1 4202560 15752 0 0 0 2527 3 0 0 25 0 5 0 500993898 347402240 35873 33554432000 4194304 5787044 140735918793792 18446744073709551615 4215354 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.38
Current children cumulated vsize (KiB) 347960

[startup+51.1013 s]
/proc/loadavg: 8.08 8.09 8.08 9/188 1017
/proc/meminfo: memFree=30486420/32951124 swapFree=67105204/67111528
[pid=1010] ppid=1008 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/1010/stat : 1010 (prissAuto.sh) S 1008 1010 32751 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500993883 8908800 251 33554432000 4194304 4922060 140734575860368 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1010/statm: 2175 251 211 178 0 68 0
[pid=1011] ppid=1010 vsize=357012 CPUtime=203.62 cores=0,2,4,6
/proc/1011/stat : 1011 (priss) S 1010 1010 32751 0 -1 4202496 92154 0 0 0 20334 28 0 0 18 0 5 0 500993883 365580288 45041 33554432000 4194304 5787044 140735918793792 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/1011/statm: 89253 45041 417 389 0 85003 0
[pid=1011/tid=1013] ppid=1010 vsize=357012 CPUtime=50.97 cores=0,2,4,6
/proc/1011/task/1013/stat : 1013 (priss) R 1010 1010 32751 0 -1 4202560 20259 0 0 0 5091 6 0 0 25 0 5 0 500993890 365580288 45041 33554432000 4194304 5787044 140735918793792 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=1011/tid=1014] ppid=1010 vsize=357012 CPUtime=50.66 cores=0,2,4,6
/proc/1011/task/1014/stat : 1014 (priss) R 1010 1010 32751 0 -1 4202560 22065 0 0 0 5059 7 0 0 25 0 5 0 500993892 365580288 45041 33554432000 4194304 5787044 140735918793792 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=1011/tid=1015] ppid=1010 vsize=357012 CPUtime=50.94 cores=0,2,4,6
/proc/1011/task/1015/stat : 1015 (priss) R 1010 1010 32751 0 -1 4202560 18559 0 0 0 5087 7 0 0 25 0 5 0 500993895 365580288 45041 33554432000 4194304 5787044 140735918793792 18446744073709551615 5591568 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=1011/tid=1016] ppid=1010 vsize=357012 CPUtime=50.89 cores=0,2,4,6
/proc/1011/task/1016/stat : 1016 (priss) R 1010 1010 32751 0 -1 4202560 19089 0 0 0 5084 5 0 0 25 0 5 0 500993898 365580288 45041 33554432000 4194304 5787044 140735918793792 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.62
Current children cumulated vsize (KiB) 365712

[startup+102.307 s]
/proc/loadavg: 8.11 8.09 8.08 9/188 1019
/proc/meminfo: memFree=30366860/32951124 swapFree=67105204/67111528
[pid=1010] ppid=1008 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/1010/stat : 1010 (prissAuto.sh) S 1008 1010 32751 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500993883 8908800 251 33554432000 4194304 4922060 140734575860368 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1010/statm: 2175 251 211 178 0 68 0
[pid=1011] ppid=1010 vsize=375740 CPUtime=408.14 cores=0,2,4,6
/proc/1011/stat : 1011 (priss) S 1010 1010 32751 0 -1 4202496 106717 0 0 0 40776 38 0 0 18 0 5 0 500993883 384757760 59538 33554432000 4194304 5787044 140735918793792 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/1011/statm: 93935 59538 417 389 0 89685 0
[pid=1011/tid=1013] ppid=1010 vsize=375740 CPUtime=102.16 cores=0,2,4,6
/proc/1011/task/1013/stat : 1013 (priss) R 1010 1010 32751 0 -1 4202560 23291 0 0 0 10208 8 0 0 25 0 5 0 500993890 384757760 59538 33554432000 4194304 5787044 140735918793792 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=1011/tid=1014] ppid=1010 vsize=375740 CPUtime=101.58 cores=0,2,4,6
/proc/1011/task/1014/stat : 1014 (priss) R 1010 1010 32751 0 -1 4202560 25259 0 0 0 10149 9 0 0 25 0 5 0 500993892 384757760 59538 33554432000 4194304 5787044 140735918793792 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=1011/tid=1015] ppid=1010 vsize=375740 CPUtime=102.13 cores=0,2,4,6
/proc/1011/task/1015/stat : 1015 (priss) R 1010 1010 32751 0 -1 4202560 23176 0 0 0 10203 10 0 0 25 0 5 0 500993895 384757760 59538 33554432000 4194304 5787044 140735918793792 18446744073709551615 220815897633 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=1011/tid=1016] ppid=1010 vsize=375740 CPUtime=102.1 cores=0,2,4,6

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

/proc/1011/task/1014/stat : 1014 (priss) R 1010 1010 32751 0 -1 4202560 47136 0 0 0 81725 38 0 0 25 0 5 0 500993892 791994368 155565 33554432000 4194304 5787044 140735918793792 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=1011/tid=1015] ppid=1010 vsize=773432 CPUtime=822.05 cores=0,2,4,6
/proc/1011/task/1015/stat : 1015 (priss) R 1010 1010 32751 0 -1 4202560 48241 0 0 0 82159 46 0 0 25 0 5 0 500993895 791994368 155565 33554432000 4194304 5787044 140735918793792 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=1011/tid=1016] ppid=1010 vsize=773432 CPUtime=822.11 cores=0,2,4,6
/proc/1011/task/1016/stat : 1016 (priss) R 1010 1010 32751 0 -1 4202560 45285 0 0 0 82189 22 0 0 25 0 5 0 500993898 791994368 155565 33554432000 4194304 5787044 140735918793792 18446744073709551615 5527072 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3284.11
Current children cumulated vsize (KiB) 782132

[startup+882.301 s]
/proc/loadavg: 8.04 8.04 8.06 9/188 1039
/proc/meminfo: memFree=29523764/32951124 swapFree=67105204/67111528
[pid=1010] ppid=1008 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/1010/stat : 1010 (prissAuto.sh) S 1008 1010 32751 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500993883 8908800 251 33554432000 4194304 4922060 140734575860368 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1010/statm: 2175 251 211 178 0 68 0
[pid=1011] ppid=1010 vsize=856064 CPUtime=3523.78 cores=0,2,4,6
/proc/1011/stat : 1011 (priss) S 1010 1010 32751 0 -1 4202496 213925 0 0 0 352219 159 0 0 18 0 5 0 500993883 876609536 165316 33554432000 4194304 5787044 140735918793792 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/1011/statm: 214016 165316 417 389 0 209766 0
[pid=1011/tid=1013] ppid=1010 vsize=856064 CPUtime=882.17 cores=0,2,4,6
/proc/1011/task/1013/stat : 1013 (priss) R 1010 1010 32751 0 -1 4202560 54290 0 0 0 88172 45 0 0 25 0 5 0 500993890 876609536 165316 33554432000 4194304 5787044 140735918793792 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=1011/tid=1014] ppid=1010 vsize=856064 CPUtime=877.31 cores=0,2,4,6
/proc/1011/task/1014/stat : 1014 (priss) R 1010 1010 32751 0 -1 4202560 50117 0 0 0 87688 43 0 0 25 0 5 0 500993892 876609536 165316 33554432000 4194304 5787044 140735918793792 18446744073709551615 4213865 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=1011/tid=1015] ppid=1010 vsize=856064 CPUtime=882.04 cores=0,2,4,6
/proc/1011/task/1015/stat : 1015 (priss) R 1010 1010 32751 0 -1 4202560 49267 0 0 0 88158 46 0 0 25 0 5 0 500993895 876609536 165316 33554432000 4194304 5787044 140735918793792 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=1011/tid=1016] ppid=1010 vsize=856064 CPUtime=882.1 cores=0,2,4,6
/proc/1011/task/1016/stat : 1016 (priss) R 1010 1010 32751 0 -1 4202560 48069 0 0 0 88187 23 0 0 25 0 5 0 500993898 876609536 165316 33554432000 4194304 5787044 140735918793792 18446744073709551615 5527392 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3523.78
Current children cumulated vsize (KiB) 864764

[startup+942.301 s]
/proc/loadavg: 8.12 8.06 8.06 9/188 1041
/proc/meminfo: memFree=29491592/32951124 swapFree=67105204/67111528
[pid=1010] ppid=1008 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/1010/stat : 1010 (prissAuto.sh) S 1008 1010 32751 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500993883 8908800 251 33554432000 4194304 4922060 140734575860368 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1010/statm: 2175 251 211 178 0 68 0
[pid=1011] ppid=1010 vsize=937948 CPUtime=3763.45 cores=0,2,4,6
/proc/1011/stat : 1011 (priss) S 1010 1010 32751 0 -1 4202496 222020 0 0 0 376178 167 0 0 18 0 5 0 500993883 960458752 172961 33554432000 4194304 5787044 140735918793792 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/1011/statm: 234487 172961 417 389 0 230237 0
[pid=1011/tid=1013] ppid=1010 vsize=937948 CPUtime=942.17 cores=0,2,4,6
/proc/1011/task/1013/stat : 1013 (priss) R 1010 1010 32751 0 -1 4202560 56072 0 0 0 94171 46 0 0 25 0 5 0 500993890 960458752 172961 33554432000 4194304 5787044 140735918793792 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=1011/tid=1014] ppid=1010 vsize=937948 CPUtime=936.98 cores=0,2,4,6
/proc/1011/task/1014/stat : 1014 (priss) R 1010 1010 32751 0 -1 4202560 52321 0 0 0 93652 46 0 0 25 0 5 0 500993892 960458752 172961 33554432000 4194304 5787044 140735918793792 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=1011/tid=1015] ppid=1010 vsize=937948 CPUtime=942.03 cores=0,2,4,6
/proc/1011/task/1015/stat : 1015 (priss) R 1010 1010 32751 0 -1 4202560 49271 0 0 0 94157 46 0 0 25 0 5 0 500993895 960458752 172961 33554432000 4194304 5787044 140735918793792 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=1011/tid=1016] ppid=1010 vsize=937948 CPUtime=942.1 cores=0,2,4,6
/proc/1011/task/1016/stat : 1016 (priss) R 1010 1010 32751 0 -1 4202560 52174 0 0 0 94184 26 0 0 25 0 5 0 500993898 960458752 172961 33554432000 4194304 5787044 140735918793792 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3763.45
Current children cumulated vsize (KiB) 946648

[startup+1002.3 s]
/proc/loadavg: 8.12 8.07 8.06 9/188 1043
/proc/meminfo: memFree=29468108/32951124 swapFree=67105204/67111528
[pid=1010] ppid=1008 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/1010/stat : 1010 (prissAuto.sh) S 1008 1010 32751 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500993883 8908800 251 33554432000 4194304 4922060 140734575860368 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1010/statm: 2175 251 211 178 0 68 0
[pid=1011] ppid=1010 vsize=950412 CPUtime=4003.11 cores=0,2,4,6
/proc/1011/stat : 1011 (priss) S 1010 1010 32751 0 -1 4202496 225125 0 0 0 400142 169 0 0 18 0 5 0 500993883 973221888 176066 33554432000 4194304 5787044 140735918793792 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/1011/statm: 237603 176066 417 389 0 233353 0
[pid=1011/tid=1013] ppid=1010 vsize=950412 CPUtime=1002.17 cores=0,2,4,6
/proc/1011/task/1013/stat : 1013 (priss) R 1010 1010 32751 0 -1 4202560 56073 0 0 0 100171 46 0 0 25 0 5 0 500993890 973221888 176066 33554432000 4194304 5787044 140735918793792 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=1011/tid=1014] ppid=1010 vsize=950412 CPUtime=996.65 cores=0,2,4,6
/proc/1011/task/1014/stat : 1014 (priss) R 1010 1010 32751 0 -1 4202560 52322 0 0 0 99619 46 0 0 25 0 5 0 500993892 973221888 176066 33554432000 4194304 5787044 140735918793792 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=1011/tid=1015] ppid=1010 vsize=950412 CPUtime=1002.03 cores=0,2,4,6
/proc/1011/task/1015/stat : 1015 (priss) R 1010 1010 32751 0 -1 4202560 49280 0 0 0 100157 46 0 0 25 0 5 0 500993895 973221888 176066 33554432000 4194304 5787044 140735918793792 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=1011/tid=1016] ppid=1010 vsize=950412 CPUtime=1002.1 cores=0,2,4,6
/proc/1011/task/1016/stat : 1016 (priss) R 1010 1010 32751 0 -1 4202560 55268 0 0 0 100182 28 0 0 25 0 5 0 500993898 973221888 176066 33554432000 4194304 5787044 140735918793792 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4003.11
Current children cumulated vsize (KiB) 959112

[startup+1062.3 s]
/proc/loadavg: 8.11 8.07 8.06 9/188 1044
/proc/meminfo: memFree=29448108/32951124 swapFree=67105204/67111528
[pid=1010] ppid=1008 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/1010/stat : 1010 (prissAuto.sh) S 1008 1010 32751 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500993883 8908800 251 33554432000 4194304 4922060 140734575860368 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1010/statm: 2175 251 211 178 0 68 0
[pid=1011] ppid=1010 vsize=957444 CPUtime=4242.78 cores=0,2,4,6
/proc/1011/stat : 1011 (priss) S 1010 1010 32751 0 -1 4202496 228189 0 0 0 424104 174 0 0 18 0 5 0 500993883 980422656 179130 33554432000 4194304 5787044 140735918793792 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/1011/statm: 239361 179130 417 389 0 235111 0
[pid=1011/tid=1013] ppid=1010 vsize=957444 CPUtime=1062.17 cores=0,2,4,6
/proc/1011/task/1013/stat : 1013 (priss) R 1010 1010 32751 0 -1 4202560 56077 0 0 0 106170 47 0 0 25 0 5 0 500993890 980422656 179130 33554432000 4194304 5787044 140735918793792 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=1011/tid=1014] ppid=1010 vsize=957444 CPUtime=1056.32 cores=0,2,4,6
/proc/1011/task/1014/stat : 1014 (priss) R 1010 1010 32751 0 -1 4202560 52325 0 0 0 105586 46 0 0 25 0 5 0 500993892 980422656 179130 33554432000 4194304 5787044 140735918793792 18446744073709551615 5591539 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=1011/tid=1015] ppid=1010 vsize=957444 CPUtime=1062.03 cores=0,2,4,6
/proc/1011/task/1015/stat : 1015 (priss) R 1010 1010 32751 0 -1 4202560 51776 0 0 0 106153 50 0 0 25 0 5 0 500993895 980422656 179130 33554432000 4194304 5787044 140735918793792 18446744073709551615 5591298 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=1011/tid=1016] ppid=1010 vsize=957444 CPUtime=1062.11 cores=0,2,4,6
/proc/1011/task/1016/stat : 1016 (priss) R 1010 1010 32751 0 -1 4202560 55829 0 0 0 106182 29 0 0 25 0 5 0 500993898 980422656 179130 33554432000 4194304 5787044 140735918793792 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4242.78
Current children cumulated vsize (KiB) 966144

[startup+1122.3 s]
/proc/loadavg: 8.10 8.07 8.06 9/188 1046
/proc/meminfo: memFree=29421412/32951124 swapFree=67105204/67111528
[pid=1010] ppid=1008 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/1010/stat : 1010 (prissAuto.sh) S 1008 1010 32751 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500993883 8908800 251 33554432000 4194304 4922060 140734575860368 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1010/statm: 2175 251 211 178 0 68 0
[pid=1011] ppid=1010 vsize=957444 CPUtime=4482.45 cores=0,2,4,6
/proc/1011/stat : 1011 (priss) S 1010 1010 32751 0 -1 4202496 231333 0 0 0 448065 180 0 0 18 0 5 0 500993883 980422656 182274 33554432000 4194304 5787044 140735918793792 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/1011/statm: 239361 182274 417 389 0 235111 0
[pid=1011/tid=1013] ppid=1010 vsize=957444 CPUtime=1122.17 cores=0,2,4,6
/proc/1011/task/1013/stat : 1013 (priss) R 1010 1010 32751 0 -1 4202560 56087 0 0 0 112170 47 0 0 25 0 5 0 500993890 980422656 182274 33554432000 4194304 5787044 140735918793792 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=1011/tid=1014] ppid=1010 vsize=957444 CPUtime=1115.99 cores=0,2,4,6
/proc/1011/task/1014/stat : 1014 (priss) R 1010 1010 32751 0 -1 4202560 52331 0 0 0 111553 46 0 0 25 0 5 0 500993892 980422656 182274 33554432000 4194304 5787044 140735918793792 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=1011/tid=1015] ppid=1010 vsize=957444 CPUtime=1122.02 cores=0,2,4,6
/proc/1011/task/1015/stat : 1015 (priss) R 1010 1010 32751 0 -1 4202560 54904 0 0 0 112147 55 0 0 25 0 5 0 500993895 980422656 182274 33554432000 4194304 5787044 140735918793792 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=1011/tid=1016] ppid=1010 vsize=957444 CPUtime=1122.11 cores=0,2,4,6
/proc/1011/task/1016/stat : 1016 (priss) R 1010 1010 32751 0 -1 4202560 55829 0 0 0 112182 29 0 0 25 0 5 0 500993898 980422656 182274 33554432000 4194304 5787044 140735918793792 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4482.45
Current children cumulated vsize (KiB) 966144

[startup+1182.3 s]
/proc/loadavg: 8.09 8.07 8.06 9/188 1047
/proc/meminfo: memFree=29374000/32951124 swapFree=67105204/67111528
[pid=1010] ppid=1008 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/1010/stat : 1010 (prissAuto.sh) S 1008 1010 32751 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500993883 8908800 251 33554432000 4194304 4922060 140734575860368 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1010/statm: 2175 251 211 178 0 68 0
[pid=1011] ppid=1010 vsize=957444 CPUtime=4722.13 cores=0,2,4,6
/proc/1011/stat : 1011 (priss) S 1010 1010 32751 0 -1 4202496 234364 0 0 0 472028 185 0 0 18 0 5 0 500993883 980422656 185305 33554432000 4194304 5787044 140735918793792 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/1011/statm: 239361 185305 417 389 0 235111 0
[pid=1011/tid=1013] ppid=1010 vsize=957444 CPUtime=1182.17 cores=0,2,4,6
/proc/1011/task/1013/stat : 1013 (priss) R 1010 1010 32751 0 -1 4202560 56097 0 0 0 118170 47 0 0 25 0 5 0 500993890 980422656 185305 33554432000 4194304 5787044 140735918793792 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=1011/tid=1014] ppid=1010 vsize=957444 CPUtime=1175.67 cores=0,2,4,6
/proc/1011/task/1014/stat : 1014 (priss) R 1010 1010 32751 0 -1 4202560 52351 0 0 0 117521 46 0 0 25 0 5 0 500993892 980422656 185305 33554432000 4194304 5787044 140735918793792 18446744073709551615 5591325 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=1011/tid=1015] ppid=1010 vsize=957444 CPUtime=1182.02 cores=0,2,4,6
/proc/1011/task/1015/stat : 1015 (priss) R 1010 1010 32751 0 -1 4202560 57900 0 0 0 118142 60 0 0 25 0 5 0 500993895 980422656 185305 33554432000 4194304 5787044 140735918793792 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=1011/tid=1016] ppid=1010 vsize=957444 CPUtime=1182.11 cores=0,2,4,6
/proc/1011/task/1016/stat : 1016 (priss) R 1010 1010 32751 0 -1 4202560 55834 0 0 0 118182 29 0 0 25 0 5 0 500993898 980422656 185305 33554432000 4194304 5787044 140735918793792 18446744073709551615 4220225 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4722.13
Current children cumulated vsize (KiB) 966144



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 7.45 7.93 8.01 5/177 1066
/proc/meminfo: memFree=30179932/32951124 swapFree=67105204/67111528
[pid=1010] ppid=1008 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/1010/stat : 1010 (prissAuto.sh) S 1008 1010 32751 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500993883 8908800 251 33554432000 4194304 4922060 140734575860368 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1010/statm: 2175 251 211 178 0 68 0
[pid=1011] ppid=1010 vsize=961544 CPUtime=4800.02 cores=0,2,4,6
/proc/1011/stat : 1011 (priss) S 1010 1010 32751 0 -1 4202496 236343 0 0 0 479813 189 0 0 18 0 5 0 500993883 984621056 187284 33554432000 4194304 5787044 140735918793792 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/1011/statm: 240386 187284 417 389 0 236136 0
[pid=1011/tid=1013] ppid=1010 vsize=961544 CPUtime=1201.67 cores=0,2,4,6
/proc/1011/task/1013/stat : 1013 (priss) R 1010 1010 32751 0 -1 4202560 57135 0 0 0 120120 47 0 0 25 0 5 0 500993890 984621056 187284 33554432000 4194304 5787044 140735918793792 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=1011/tid=1014] ppid=1010 vsize=961544 CPUtime=1195.06 cores=0,2,4,6
/proc/1011/task/1014/stat : 1014 (priss) R 1010 1010 32751 0 -1 4202560 52359 0 0 0 119460 46 0 0 25 0 5 0 500993892 984621056 187284 33554432000 4194304 5787044 140735918793792 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=1011/tid=1015] ppid=1010 vsize=961544 CPUtime=1201.52 cores=0,2,4,6
/proc/1011/task/1015/stat : 1015 (priss) R 1010 1010 32751 0 -1 4202560 58832 0 0 0 120088 64 0 0 25 0 5 0 500993895 984621056 187284 33554432000 4194304 5787044 140735918793792 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=1011/tid=1016] ppid=1010 vsize=961544 CPUtime=1201.61 cores=0,2,4,6
/proc/1011/task/1016/stat : 1016 (priss) R 1010 1010 32751 0 -1 4202560 55835 0 0 0 120132 29 0 0 25 0 5 0 500993898 984621056 187284 33554432000 4194304 5787044 140735918793792 18446744073709551615 4238583 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.02
Current children cumulated vsize (KiB) 970244

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 1010 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.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): 4798.13
CPU system time (s): 1.89
CPU usage (%): 399.397
Max. virtual memory (cumulated for all children) (KiB): 970244

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= 4
involuntary context switches= 2

runsolver used 1.80173 second user time and 4.76328 second system time

The end

Launcher Data

Begin job on node147 at 2011-04-29 16:03:00
IDJOB=3251689
IDBENCH=88229
IDSOLVER=1602
FILE ID=node147/3251689-1304085780
RUNJOBID= node147-1304082155-626
PBS_JOBID= 13170522
Free space on /tmp= 72648 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m42-q585-n40-p30-s19690873.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251689-1304085780/watcher-3251689-1304085780 -o /tmp/evaluation-result-3251689-1304085780/solver-3251689-1304085780 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3251689-1304085780.cnf 1216768500 4800 15500 4

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

MD5SUM BENCH= e096925b96a6999132833f44e4f216d7
RANDOM SEED=1216768500

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
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.76
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.836
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.836
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:      30753484 kB
Buffers:        269636 kB
Cached:        1374556 kB
SwapCached:       2904 kB
Active:         302532 kB
Inactive:      1570184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30753484 kB
SwapTotal:    67111528 kB
SwapFree:     67105204 kB
Dirty:           13436 kB
Writeback:           0 kB
AnonPages:      226768 kB
Mapped:          15404 kB
Slab:           260784 kB
PageTables:       5096 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   539852 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= 72656 MiB
End job on node147 at 2011-04-29 16:23:04