Trace number 3250897

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

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m52-q918.75-n50-p30-s52376212.cnf
MD5SUMf34a5dd1cdce70a322dd395bcb5f1303
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2548
Number of clauses582679
Sum of the clauses size1167806
Maximum clause length52
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2582629
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

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: 32339
0.00/0.00	c setup for 4cores
0.00/0.13	c parsetime: 130586us
0.00/0.13	c parsed 582679 clauses with 2548 variables
0.00/0.17	c NW started thread 0 successfully (1099483456)
0.00/0.21	c NW started thread 1 successfully (1109973312)
0.00/0.28	c NW started thread 2 successfully (1120463168)
0.00/0.36	c NW started thread 3 successfully (1085176128)
189.11/47.69	c preprocessor returned 10010 variables
189.11/47.69	c preprocessing returned UNKNOWN
189.11/47.69	c PP set 0 variables
189.11/47.69	c pp time: 47469410us (47s)
190.30/47.91	c preprocessor returned 10010 variables
190.30/47.91	c preprocessing returned UNKNOWN
190.30/47.91	c PP set 0 variables
190.30/47.91	c pp time: 47629962us (47s)
190.70/48.09	c preprocessor returned 10010 variables
190.70/48.09	c preprocessing returned UNKNOWN
190.70/48.09	c PP set 0 variables
190.70/48.09	c pp time: 47925844us (47s)
200.68/50.52	c preprocessor returned 30004 variables
200.68/50.52	c preprocessing returned UNKNOWN
200.68/50.52	c PP set 0 variables
200.68/50.52	c pp time: 50151549us (50s)

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-3250897-1304080250/watcher-3250897-1304080250 -o /tmp/evaluation-result-3250897-1304080250/solver-3250897-1304080250 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3250897-1304080250.cnf 1787816949 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.88 8.08 8.03 5/182 32338
/proc/meminfo: memFree=24697776/32951124 swapFree=67111524/67111528
[pid=32338] ppid=32336 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32338/stat : 32338 (prissAuto.sh) S 32336 32338 30205 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 500440488 8908800 252 33554432000 4194304 4922060 140733819212752 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32338/statm: 2175 252 211 178 0 68 0

[startup+0.0150131 s]
/proc/loadavg: 7.88 8.08 8.03 5/182 32338
/proc/meminfo: memFree=24697776/32951124 swapFree=67111524/67111528
[pid=32338] ppid=32336 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32338/stat : 32338 (prissAuto.sh) S 32336 32338 30205 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 500440488 8908800 252 33554432000 4194304 4922060 140733819212752 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32338/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100989 s]
/proc/loadavg: 7.88 8.08 8.03 5/182 32338
/proc/meminfo: memFree=24697776/32951124 swapFree=67111524/67111528
[pid=32338] ppid=32336 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32338/stat : 32338 (prissAuto.sh) S 32336 32338 30205 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 500440488 8908800 252 33554432000 4194304 4922060 140733819212752 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32338/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.305794 s]
/proc/loadavg: 7.88 8.08 8.03 5/182 32338
/proc/meminfo: memFree=24697776/32951124 swapFree=67111524/67111528
[pid=32338] ppid=32336 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32338/stat : 32338 (prissAuto.sh) S 32336 32338 30205 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 500440488 8908800 252 33554432000 4194304 4922060 140733819212752 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32338/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.934808 s]
/proc/loadavg: 7.88 8.08 8.03 5/182 32338
/proc/meminfo: memFree=24697776/32951124 swapFree=67111524/67111528
[pid=32338] ppid=32336 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32338/stat : 32338 (prissAuto.sh) S 32336 32338 30205 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 500440488 8908800 252 33554432000 4194304 4922060 140733819212752 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32338/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50069 s]
/proc/loadavg: 7.88 8.08 8.03 9/188 32344
/proc/meminfo: memFree=24515944/32951124 swapFree=67111524/67111528
[pid=32338] ppid=32336 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32338/stat : 32338 (prissAuto.sh) S 32336 32338 30205 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 500440488 8908800 252 33554432000 4194304 4922060 140733819212752 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32338/statm: 2175 252 211 178 0 68 0
[pid=32339] ppid=32338 vsize=388428 CPUtime=4.96 cores=0,2,4,6
/proc/32339/stat : 32339 (priss) S 32338 32338 30205 0 -1 4202496 92130 0 0 0 461 35 0 0 18 0 5 0 500440488 397750272 45242 33554432000 4194304 5787044 140734800584000 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/32339/statm: 97107 45242 349 389 0 92857 0
[pid=32339/tid=32341] ppid=32338 vsize=388428 CPUtime=1.19 cores=0,2,4,6
/proc/32339/task/32341/stat : 32341 (priss) R 32338 32338 30205 0 -1 4202560 16067 0 0 0 111 8 0 0 18 0 5 0 500440505 397750272 45242 33554432000 4194304 5787044 140734800584000 18446744073709551615 4336781 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32339/tid=32342] ppid=32338 vsize=388428 CPUtime=1.2 cores=0,2,4,6
/proc/32339/task/32342/stat : 32342 (priss) R 32338 32338 30205 0 -1 4202560 15351 0 0 0 112 8 0 0 19 0 5 0 500440509 397750272 45242 33554432000 4194304 5787044 140734800584000 18446744073709551615 4336560 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32339/tid=32343] ppid=32338 vsize=388428 CPUtime=1.13 cores=0,2,4,6
/proc/32339/task/32343/stat : 32343 (priss) R 32338 32338 30205 0 -1 4202560 15381 0 0 0 105 8 0 0 19 0 5 0 500440516 397750272 45242 33554432000 4194304 5787044 140734800584000 18446744073709551615 4336254 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32339/tid=32344] ppid=32338 vsize=388428 CPUtime=1.09 cores=0,2,4,6
/proc/32339/task/32344/stat : 32344 (priss) R 32338 32338 30205 0 -1 4202560 17461 0 0 0 105 4 0 0 19 0 5 0 500440524 397750272 45242 33554432000 4194304 5787044 140734800584000 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.96
Current children cumulated vsize (KiB) 397128

[startup+3.1004 s]
/proc/loadavg: 7.88 8.08 8.03 9/188 32344
/proc/meminfo: memFree=24515820/32951124 swapFree=67111524/67111528
[pid=32338] ppid=32336 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32338/stat : 32338 (prissAuto.sh) S 32336 32338 30205 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 500440488 8908800 252 33554432000 4194304 4922060 140733819212752 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32338/statm: 2175 252 211 178 0 68 0
[pid=32339] ppid=32338 vsize=388428 CPUtime=11.35 cores=0,2,4,6
/proc/32339/stat : 32339 (priss) S 32338 32338 30205 0 -1 4202496 92130 0 0 0 1100 35 0 0 18 0 5 0 500440488 397750272 45242 33554432000 4194304 5787044 140734800584000 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/32339/statm: 97107 45242 349 389 0 92857 0
[pid=32339/tid=32341] ppid=32338 vsize=388428 CPUtime=2.78 cores=0,2,4,6
/proc/32339/task/32341/stat : 32341 (priss) R 32338 32338 30205 0 -1 4202560 16067 0 0 0 270 8 0 0 21 0 5 0 500440505 397750272 45242 33554432000 4194304 5787044 140734800584000 18446744073709551615 4336272 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32339/tid=32342] ppid=32338 vsize=388428 CPUtime=2.8 cores=0,2,4,6
/proc/32339/task/32342/stat : 32342 (priss) R 32338 32338 30205 0 -1 4202560 15351 0 0 0 272 8 0 0 22 0 5 0 500440509 397750272 45242 33554432000 4194304 5787044 140734800584000 18446744073709551615 4336036 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32339/tid=32343] ppid=32338 vsize=388428 CPUtime=2.73 cores=0,2,4,6
/proc/32339/task/32343/stat : 32343 (priss) R 32338 32338 30205 0 -1 4202560 15381 0 0 0 265 8 0 0 22 0 5 0 500440516 397750272 45242 33554432000 4194304 5787044 140734800584000 18446744073709551615 4336120 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32339/tid=32344] ppid=32338 vsize=388428 CPUtime=2.69 cores=0,2,4,6
/proc/32339/task/32344/stat : 32344 (priss) R 32338 32338 30205 0 -1 4202560 17461 0 0 0 265 4 0 0 22 0 5 0 500440524 397750272 45242 33554432000 4194304 5787044 140734800584000 18446744073709551615 4336234 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.35
Current children cumulated vsize (KiB) 397128

[startup+6.3008 s]
/proc/loadavg: 7.89 8.08 8.03 9/188 32344
/proc/meminfo: memFree=24516936/32951124 swapFree=67111524/67111528
[pid=32338] ppid=32336 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32338/stat : 32338 (prissAuto.sh) S 32336 32338 30205 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 500440488 8908800 252 33554432000 4194304 4922060 140733819212752 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32338/statm: 2175 252 211 178 0 68 0
[pid=32339] ppid=32338 vsize=392976 CPUtime=24.13 cores=0,2,4,6
/proc/32339/stat : 32339 (priss) S 32338 32338 30205 0 -1 4202496 93868 0 0 0 2378 35 0 0 18 0 5 0 500440488 402407424 44700 33554432000 4194304 5787044 140734800584000 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/32339/statm: 98244 44700 350 389 0 93994 0
[pid=32339/tid=32341] ppid=32338 vsize=392976 CPUtime=5.96 cores=0,2,4,6
/proc/32339/task/32341/stat : 32341 (priss) R 32338 32338 30205 0 -1 4202560 16646 0 0 0 588 8 0 0 25 0 5 0 500440505 402407424 44700 33554432000 4194304 5787044 140734800584000 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32339/tid=32342] ppid=32338 vsize=392976 CPUtime=6 cores=0,2,4,6
/proc/32339/task/32342/stat : 32342 (priss) R 32338 32338 30205 0 -1 4202560 15931 0 0 0 592 8 0 0 25 0 5 0 500440509 402407424 44700 33554432000 4194304 5787044 140734800584000 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32339/tid=32343] ppid=32338 vsize=392976 CPUtime=5.93 cores=0,2,4,6
/proc/32339/task/32343/stat : 32343 (priss) R 32338 32338 30205 0 -1 4202560 15381 0 0 0 585 8 0 0 25 0 5 0 500440516 402407424 44700 33554432000 4194304 5787044 140734800584000 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32339/tid=32344] ppid=32338 vsize=392976 CPUtime=5.89 cores=0,2,4,6
/proc/32339/task/32344/stat : 32344 (priss) R 32338 32338 30205 0 -1 4202560 18040 0 0 0 585 4 0 0 25 0 5 0 500440524 402407424 44700 33554432000 4194304 5787044 140734800584000 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.13
Current children cumulated vsize (KiB) 401676

[startup+12.7006 s]
/proc/loadavg: 7.97 8.09 8.03 9/188 32344
/proc/meminfo: memFree=24515652/32951124 swapFree=67111524/67111528
[pid=32338] ppid=32336 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32338/stat : 32338 (prissAuto.sh) S 32336 32338 30205 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 500440488 8908800 252 33554432000 4194304 4922060 140733819212752 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32338/statm: 2175 252 211 178 0 68 0
[pid=32339] ppid=32338 vsize=392976 CPUtime=49.69 cores=0,2,4,6
/proc/32339/stat : 32339 (priss) S 32338 32338 30205 0 -1 4202496 93868 0 0 0 4934 35 0 0 18 0 5 0 500440488 402407424 44700 33554432000 4194304 5787044 140734800584000 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/32339/statm: 98244 44700 350 389 0 93994 0
[pid=32339/tid=32341] ppid=32338 vsize=392976 CPUtime=12.33 cores=0,2,4,6
/proc/32339/task/32341/stat : 32341 (priss) R 32338 32338 30205 0 -1 4202560 16646 0 0 0 1225 8 0 0 25 0 5 0 500440505 402407424 44700 33554432000 4194304 5787044 140734800584000 18446744073709551615 4336768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32339/tid=32342] ppid=32338 vsize=392976 CPUtime=12.4 cores=0,2,4,6
/proc/32339/task/32342/stat : 32342 (priss) R 32338 32338 30205 0 -1 4202560 15931 0 0 0 1232 8 0 0 25 0 5 0 500440509 402407424 44700 33554432000 4194304 5787044 140734800584000 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32339/tid=32343] ppid=32338 vsize=392976 CPUtime=12.33 cores=0,2,4,6
/proc/32339/task/32343/stat : 32343 (priss) R 32338 32338 30205 0 -1 4202560 15381 0 0 0 1225 8 0 0 25 0 5 0 500440516 402407424 44700 33554432000 4194304 5787044 140734800584000 18446744073709551615 4336770 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32339/tid=32344] ppid=32338 vsize=392976 CPUtime=12.29 cores=0,2,4,6
/proc/32339/task/32344/stat : 32344 (priss) R 32338 32338 30205 0 -1 4202560 18040 0 0 0 1225 4 0 0 25 0 5 0 500440524 402407424 44700 33554432000 4194304 5787044 140734800584000 18446744073709551615 4336744 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 49.69
Current children cumulated vsize (KiB) 401676

[startup+25.5063 s]
/proc/loadavg: 7.98 8.09 8.03 9/188 32345
/proc/meminfo: memFree=24500392/32951124 swapFree=67111524/67111528
[pid=32338] ppid=32336 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32338/stat : 32338 (prissAuto.sh) S 32336 32338 30205 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 500440488 8908800 252 33554432000 4194304 4922060 140733819212752 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32338/statm: 2175 252 211 178 0 68 0
[pid=32339] ppid=32338 vsize=392976 CPUtime=100.85 cores=0,2,4,6
/proc/32339/stat : 32339 (priss) S 32338 32338 30205 0 -1 4202496 93868 0 0 0 10050 35 0 0 18 0 5 0 500440488 402407424 44700 33554432000 4194304 5787044 140734800584000 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/32339/statm: 98244 44700 350 389 0 93994 0
[pid=32339/tid=32341] ppid=32338 vsize=392976 CPUtime=25.06 cores=0,2,4,6
/proc/32339/task/32341/stat : 32341 (priss) R 32338 32338 30205 0 -1 4202560 16646 0 0 0 2498 8 0 0 25 0 5 0 500440505 402407424 44700 33554432000 4194304 5787044 140734800584000 18446744073709551615 4336770 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32339/tid=32342] ppid=32338 vsize=392976 CPUtime=25.2 cores=0,2,4,6
/proc/32339/task/32342/stat : 32342 (priss) R 32338 32338 30205 0 -1 4202560 15931 0 0 0 2512 8 0 0 25 0 5 0 500440509 402407424 44700 33554432000 4194304 5787044 140734800584000 18446744073709551615 228095110569 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32339/tid=32343] ppid=32338 vsize=392976 CPUtime=25.14 cores=0,2,4,6
/proc/32339/task/32343/stat : 32343 (priss) R 32338 32338 30205 0 -1 4202560 15381 0 0 0 2506 8 0 0 25 0 5 0 500440516 402407424 44700 33554432000 4194304 5787044 140734800584000 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32339/tid=32344] ppid=32338 vsize=392976 CPUtime=25.1 cores=0,2,4,6
/proc/32339/task/32344/stat : 32344 (priss) R 32338 32338 30205 0 -1 4202560 18040 0 0 0 2506 4 0 0 25 0 5 0 500440524 402407424 44700 33554432000 4194304 5787044 140734800584000 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 100.85
Current children cumulated vsize (KiB) 401676

[startup+51.1005 s]
/proc/loadavg: 8.06 8.10 8.04 9/188 32345
/proc/meminfo: memFree=24394372/32951124 swapFree=67111524/67111528
[pid=32338] ppid=32336 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32338/stat : 32338 (prissAuto.sh) S 32336 32338 30205 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 500440488 8908800 252 33554432000 4194304 4922060 140733819212752 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32338/statm: 2175 252 211 178 0 68 0
[pid=32339] ppid=32338 vsize=420920 CPUtime=203.08 cores=0,2,4,6
/proc/32339/stat : 32339 (priss) S 32338 32338 30205 0 -1 4202496 164318 0 0 0 20259 49 0 0 18 0 5 0 500440488 431022080 64852 33554432000 4194304 5787044 140734800584000 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/32339/statm: 105230 64852 417 389 0 100980 0
[pid=32339/tid=32341] ppid=32338 vsize=420920 CPUtime=50.51 cores=0,2,4,6
/proc/32339/task/32341/stat : 32341 (priss) R 32338 32338 30205 0 -1 4202560 37726 0 0 0 5039 12 0 0 25 0 5 0 500440505 431022080 64852 33554432000 4194304 5787044 140734800584000 18446744073709551615 4215354 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32339/tid=32342] ppid=32338 vsize=420920 CPUtime=50.8 cores=0,2,4,6
/proc/32339/task/32342/stat : 32342 (priss) R 32338 32338 30205 0 -1 4202560 36368 0 0 0 5067 13 0 0 25 0 5 0 500440509 431022080 64852 33554432000 4194304 5787044 140734800584000 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32339/tid=32343] ppid=32338 vsize=420920 CPUtime=50.73 cores=0,2,4,6
/proc/32339/task/32343/stat : 32343 (priss) R 32338 32338 30205 0 -1 4202560 27893 0 0 0 5062 11 0 0 25 0 5 0 500440516 431022080 64852 33554432000 4194304 5787044 140734800584000 18446744073709551615 5590268 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32339/tid=32344] ppid=32338 vsize=420920 CPUtime=50.69 cores=0,2,4,6
/proc/32339/task/32344/stat : 32344 (priss) R 32338 32338 30205 0 -1 4202560 34461 0 0 0 5063 6 0 0 25 0 5 0 500440524 431022080 64852 33554432000 4194304 5787044 140734800584000 18446744073709551615 4238970 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.08
Current children cumulated vsize (KiB) 429620

[startup+102.301 s]
/proc/loadavg: 8.15 8.11 8.04 9/188 32347
/proc/meminfo: memFree=24271488/32951124 swapFree=67111524/67111528
[pid=32338] ppid=32336 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32338/stat : 32338 (prissAuto.sh) S 32336 32338 30205 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 500440488 8908800 252 33554432000 4194304 4922060 140733819212752 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32338/statm: 2175 252 211 178 0 68 0
[pid=32339] ppid=32338 vsize=437204 CPUtime=407.6 cores=0,2,4,6
/proc/32339/stat : 32339 (priss) S 32338 32338 30205 0 -1 4202496 180794 0 0 0 40703 57 0 0 18 0 5 0 500440488 447696896 81324 33554432000 4194304 5787044 140734800584000 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/32339/statm: 109301 81324 417 389 0 105051 0
[pid=32339/tid=32341] ppid=32338 vsize=437204 CPUtime=101.43 cores=0,2,4,6
/proc/32339/task/32341/stat : 32341 (priss) R 32338 32338 30205 0 -1 4202560 41244 0 0 0 10129 14 0 0 25 0 5 0 500440505 447696896 81324 33554432000 4194304 5787044 140734800584000 18446744073709551615 4229318 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32339/tid=32342] ppid=32338 vsize=437204 CPUtime=101.99 cores=0,2,4,6
/proc/32339/task/32342/stat : 32342 (priss) R 32338 32338 30205 0 -1 4202560 39762 0 0 0 10185 14 0 0 25 0 5 0 500440509 447696896 81324 33554432000 4194304 5787044 140734800584000 18446744073709551615 4213865 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32339/tid=32343] ppid=32338 vsize=437204 CPUtime=101.92 cores=0,2,4,6
/proc/32339/task/32343/stat : 32343 (priss) R 32338 32338 30205 0 -1 4202560 33497 0 0 0 10179 13 0 0 25 0 5 0 500440516 447696896 81324 33554432000 4194304 5787044 140734800584000 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32339/tid=32344] ppid=32338 vsize=437204 CPUtime=101.89 cores=0,2,4,6

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

/proc/32339/task/32342/stat : 32342 (priss) R 32338 32338 30205 0 -1 4202560 60363 0 0 0 82160 38 0 0 21 0 5 0 500440509 954322944 178619 33554432000 4194304 5787044 140734800584000 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32339/tid=32343] ppid=32338 vsize=931956 CPUtime=821.93 cores=0,2,4,6
/proc/32339/task/32343/stat : 32343 (priss) R 32338 32338 30205 0 -1 4202560 64052 0 0 0 82138 55 0 0 25 0 5 0 500440516 954322944 178619 33554432000 4194304 5787044 140734800584000 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32339/tid=32344] ppid=32338 vsize=931956 CPUtime=821.14 cores=0,2,4,6
/proc/32339/task/32344/stat : 32344 (priss) R 32338 32338 30205 0 -1 4202560 63721 0 0 0 82088 26 0 0 25 0 5 0 500440524 954322944 178619 33554432000 4194304 5787044 140734800584000 18446744073709551615 5532613 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3283.65
Current children cumulated vsize (KiB) 940656

[startup+882.301 s]
/proc/loadavg: 5.00 7.06 7.70 5/177 32385
/proc/meminfo: memFree=24926828/32951124 swapFree=67111524/67111528
[pid=32338] ppid=32336 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32338/stat : 32338 (prissAuto.sh) S 32336 32338 30205 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 500440488 8908800 252 33554432000 4194304 4922060 140733819212752 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32338/statm: 2175 252 211 178 0 68 0
[pid=32339] ppid=32338 vsize=931956 CPUtime=3523.34 cores=0,2,4,6
/proc/32339/stat : 32339 (priss) S 32338 32338 30205 0 -1 4202496 279648 0 0 0 352167 167 0 0 18 0 5 0 500440488 954322944 178686 33554432000 4194304 5787044 140734800584000 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/32339/statm: 232989 178686 417 389 0 228739 0
[pid=32339/tid=32341] ppid=32338 vsize=931956 CPUtime=878.27 cores=0,2,4,6
/proc/32339/task/32341/stat : 32341 (priss) R 32338 32338 30205 0 -1 4202560 63589 0 0 0 87786 41 0 0 25 0 5 0 500440505 954322944 178686 33554432000 4194304 5787044 140734800584000 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32339/tid=32342] ppid=32338 vsize=931956 CPUtime=881.99 cores=0,2,4,6
/proc/32339/task/32342/stat : 32342 (priss) R 32338 32338 30205 0 -1 4202560 60387 0 0 0 88161 38 0 0 25 0 5 0 500440509 954322944 178686 33554432000 4194304 5787044 140734800584000 18446744073709551615 4220883 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32339/tid=32343] ppid=32338 vsize=931956 CPUtime=881.93 cores=0,2,4,6
/proc/32339/task/32343/stat : 32343 (priss) R 32338 32338 30205 0 -1 4202560 64057 0 0 0 88138 55 0 0 25 0 5 0 500440516 954322944 178686 33554432000 4194304 5787044 140734800584000 18446744073709551615 5591747 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32339/tid=32344] ppid=32338 vsize=931956 CPUtime=880.81 cores=0,2,4,6
/proc/32339/task/32344/stat : 32344 (priss) R 32338 32338 30205 0 -1 4202560 63745 0 0 0 88055 26 0 0 25 0 5 0 500440524 954322944 178686 33554432000 4194304 5787044 140734800584000 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3523.34
Current children cumulated vsize (KiB) 940656

[startup+942.301 s]
/proc/loadavg: 4.37 6.50 7.47 5/177 32387
/proc/meminfo: memFree=24910268/32951124 swapFree=67111524/67111528
[pid=32338] ppid=32336 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32338/stat : 32338 (prissAuto.sh) S 32336 32338 30205 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 500440488 8908800 252 33554432000 4194304 4922060 140733819212752 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32338/statm: 2175 252 211 178 0 68 0
[pid=32339] ppid=32338 vsize=946520 CPUtime=3763 cores=0,2,4,6
/proc/32339/stat : 32339 (priss) S 32338 32338 30205 0 -1 4202496 284162 0 0 0 376130 170 0 0 18 0 5 0 500440488 969236480 183200 33554432000 4194304 5787044 140734800584000 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/32339/statm: 236630 183200 417 389 0 232380 0
[pid=32339/tid=32341] ppid=32338 vsize=946520 CPUtime=938.08 cores=0,2,4,6
/proc/32339/task/32341/stat : 32341 (priss) R 32338 32338 30205 0 -1 4202560 63654 0 0 0 93767 41 0 0 25 0 5 0 500440505 969236480 183200 33554432000 4194304 5787044 140734800584000 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32339/tid=32342] ppid=32338 vsize=946520 CPUtime=941.98 cores=0,2,4,6
/proc/32339/task/32342/stat : 32342 (priss) R 32338 32338 30205 0 -1 4202560 61487 0 0 0 94160 38 0 0 25 0 5 0 500440509 969236480 183200 33554432000 4194304 5787044 140734800584000 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32339/tid=32343] ppid=32338 vsize=946520 CPUtime=941.92 cores=0,2,4,6
/proc/32339/task/32343/stat : 32343 (priss) R 32338 32338 30205 0 -1 4202560 64205 0 0 0 94137 55 0 0 25 0 5 0 500440516 969236480 183200 33554432000 4194304 5787044 140734800584000 18446744073709551615 4254881 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32339/tid=32344] ppid=32338 vsize=946520 CPUtime=940.67 cores=0,2,4,6
/proc/32339/task/32344/stat : 32344 (priss) R 32338 32338 30205 0 -1 4202560 66946 0 0 0 94039 28 0 0 25 0 5 0 500440524 969236480 183200 33554432000 4194304 5787044 140734800584000 18446744073709551615 4241712 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3763
Current children cumulated vsize (KiB) 955220

[startup+1002.31 s]
/proc/loadavg: 4.18 6.06 7.25 5/177 32389
/proc/meminfo: memFree=24871268/32951124 swapFree=67111524/67111528
[pid=32338] ppid=32336 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32338/stat : 32338 (prissAuto.sh) S 32336 32338 30205 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 500440488 8908800 252 33554432000 4194304 4922060 140733819212752 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32338/statm: 2175 252 211 178 0 68 0
[pid=32339] ppid=32338 vsize=967792 CPUtime=4002.69 cores=0,2,4,6
/proc/32339/stat : 32339 (priss) S 32338 32338 30205 0 -1 4202496 293844 0 0 0 400075 194 0 0 18 0 5 0 500440488 991019008 192882 33554432000 4194304 5787044 140734800584000 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/32339/statm: 241948 192882 417 389 0 237698 0
[pid=32339/tid=32341] ppid=32338 vsize=967792 CPUtime=997.76 cores=0,2,4,6
/proc/32339/task/32341/stat : 32341 (priss) R 32338 32338 30205 0 -1 4202560 63835 0 0 0 99734 42 0 0 25 0 5 0 500440505 991019008 192882 33554432000 4194304 5787044 140734800584000 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32339/tid=32342] ppid=32338 vsize=967792 CPUtime=1001.98 cores=0,2,4,6
/proc/32339/task/32342/stat : 32342 (priss) R 32338 32338 30205 0 -1 4202560 61657 0 0 0 100159 39 0 0 25 0 5 0 500440509 991019008 192882 33554432000 4194304 5787044 140734800584000 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32339/tid=32343] ppid=32338 vsize=967792 CPUtime=1001.93 cores=0,2,4,6
/proc/32339/task/32343/stat : 32343 (priss) R 32338 32338 30205 0 -1 4202560 68217 0 0 0 100117 76 0 0 25 0 5 0 500440516 991019008 192882 33554432000 4194304 5787044 140734800584000 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32339/tid=32344] ppid=32338 vsize=967792 CPUtime=1000.67 cores=0,2,4,6
/proc/32339/task/32344/stat : 32344 (priss) R 32338 32338 30205 0 -1 4202560 72265 0 0 0 100037 30 0 0 25 0 5 0 500440524 991019008 192882 33554432000 4194304 5787044 140734800584000 18446744073709551615 5527019 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4002.69
Current children cumulated vsize (KiB) 976492

[startup+1062.3 s]
/proc/loadavg: 4.10 5.70 7.05 5/177 32390
/proc/meminfo: memFree=24826180/32951124 swapFree=67111524/67111528
[pid=32338] ppid=32336 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32338/stat : 32338 (prissAuto.sh) S 32336 32338 30205 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 500440488 8908800 252 33554432000 4194304 4922060 140733819212752 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32338/statm: 2175 252 211 178 0 68 0
[pid=32339] ppid=32338 vsize=1047552 CPUtime=4242.34 cores=0,2,4,6
/proc/32339/stat : 32339 (priss) S 32338 32338 30205 0 -1 4202496 305187 0 0 0 424005 229 0 0 18 0 5 0 500440488 1072693248 204225 33554432000 4194304 5787044 140734800584000 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/32339/statm: 261888 204225 417 389 0 257638 0
[pid=32339/tid=32341] ppid=32338 vsize=1047552 CPUtime=1057.42 cores=0,2,4,6
/proc/32339/task/32341/stat : 32341 (priss) R 32338 32338 30205 0 -1 4202560 65246 0 0 0 105697 45 0 0 25 0 5 0 500440505 1072693248 204225 33554432000 4194304 5787044 140734800584000 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32339/tid=32342] ppid=32338 vsize=1047552 CPUtime=1061.98 cores=0,2,4,6
/proc/32339/task/32342/stat : 32342 (priss) R 32338 32338 30205 0 -1 4202560 64424 0 0 0 106153 45 0 0 25 0 5 0 500440509 1072693248 204225 33554432000 4194304 5787044 140734800584000 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32339/tid=32343] ppid=32338 vsize=1047552 CPUtime=1061.92 cores=0,2,4,6
/proc/32339/task/32343/stat : 32343 (priss) R 32338 32338 30205 0 -1 4202560 72042 0 0 0 106093 99 0 0 25 0 5 0 500440516 1072693248 204225 33554432000 4194304 5787044 140734800584000 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32339/tid=32344] ppid=32338 vsize=1047552 CPUtime=1060.67 cores=0,2,4,6
/proc/32339/task/32344/stat : 32344 (priss) R 32338 32338 30205 0 -1 4202560 75605 0 0 0 106034 33 0 0 25 0 5 0 500440524 1072693248 204225 33554432000 4194304 5787044 140734800584000 18446744073709551615 5521952 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4242.34
Current children cumulated vsize (KiB) 1056252

[startup+1122.3 s]
/proc/loadavg: 4.07 5.40 6.86 5/177 32392
/proc/meminfo: memFree=24792624/32951124 swapFree=67111524/67111528
[pid=32338] ppid=32336 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32338/stat : 32338 (prissAuto.sh) S 32336 32338 30205 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 500440488 8908800 252 33554432000 4194304 4922060 140733819212752 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32338/statm: 2175 252 211 178 0 68 0
[pid=32339] ppid=32338 vsize=1047552 CPUtime=4482.01 cores=0,2,4,6
/proc/32339/stat : 32339 (priss) S 32338 32338 30205 0 -1 4202496 313481 0 0 0 447924 277 0 0 18 0 5 0 500440488 1072693248 212519 33554432000 4194304 5787044 140734800584000 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/32339/statm: 261888 212519 417 389 0 257638 0
[pid=32339/tid=32341] ppid=32338 vsize=1047552 CPUtime=1117.1 cores=0,2,4,6
/proc/32339/task/32341/stat : 32341 (priss) R 32338 32338 30205 0 -1 4202560 67831 0 0 0 111650 60 0 0 25 0 5 0 500440505 1072693248 212519 33554432000 4194304 5787044 140734800584000 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32339/tid=32342] ppid=32338 vsize=1047552 CPUtime=1121.97 cores=0,2,4,6
/proc/32339/task/32342/stat : 32342 (priss) R 32338 32338 30205 0 -1 4202560 66596 0 0 0 112142 55 0 0 25 0 5 0 500440509 1072693248 212519 33554432000 4194304 5787044 140734800584000 18446744073709551615 5590555 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32339/tid=32343] ppid=32338 vsize=1047552 CPUtime=1121.92 cores=0,2,4,6
/proc/32339/task/32343/stat : 32343 (priss) R 32338 32338 30205 0 -1 4202560 75578 0 0 0 112071 121 0 0 19 0 5 0 500440516 1072693248 212519 33554432000 4194304 5787044 140734800584000 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32339/tid=32344] ppid=32338 vsize=1047552 CPUtime=1120.67 cores=0,2,4,6
/proc/32339/task/32344/stat : 32344 (priss) R 32338 32338 30205 0 -1 4202560 75606 0 0 0 112033 34 0 0 25 0 5 0 500440524 1072693248 212519 33554432000 4194304 5787044 140734800584000 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4482.01
Current children cumulated vsize (KiB) 1056252

[startup+1182.3 s]
/proc/loadavg: 4.06 5.16 6.69 5/177 32393
/proc/meminfo: memFree=24764540/32951124 swapFree=67111524/67111528
[pid=32338] ppid=32336 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32338/stat : 32338 (prissAuto.sh) S 32336 32338 30205 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 500440488 8908800 252 33554432000 4194304 4922060 140733819212752 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32338/statm: 2175 252 211 178 0 68 0
[pid=32339] ppid=32338 vsize=1047552 CPUtime=4721.68 cores=0,2,4,6
/proc/32339/stat : 32339 (priss) S 32338 32338 30205 0 -1 4202496 320768 0 0 0 471861 307 0 0 18 0 5 0 500440488 1072693248 219581 33554432000 4194304 5787044 140734800584000 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/32339/statm: 261888 219581 417 389 0 257638 0
[pid=32339/tid=32341] ppid=32338 vsize=1047552 CPUtime=1176.77 cores=0,2,4,6
/proc/32339/task/32341/stat : 32341 (priss) R 32338 32338 30205 0 -1 4202560 71611 0 0 0 117600 77 0 0 25 0 5 0 500440505 1072693248 219581 33554432000 4194304 5787044 140734800584000 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32339/tid=32342] ppid=32338 vsize=1047552 CPUtime=1181.97 cores=0,2,4,6
/proc/32339/task/32342/stat : 32342 (priss) R 32338 32338 30205 0 -1 4202560 68809 0 0 0 118133 64 0 0 25 0 5 0 500440509 1072693248 219581 33554432000 4194304 5787044 140734800584000 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32339/tid=32343] ppid=32338 vsize=1047552 CPUtime=1181.92 cores=0,2,4,6
/proc/32339/task/32343/stat : 32343 (priss) R 32338 32338 30205 0 -1 4202560 76872 0 0 0 118067 125 0 0 25 0 5 0 500440516 1072693248 219581 33554432000 4194304 5787044 140734800584000 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32339/tid=32344] ppid=32338 vsize=1047552 CPUtime=1180.67 cores=0,2,4,6
/proc/32339/task/32344/stat : 32344 (priss) R 32338 32338 30205 0 -1 4202560 75606 0 0 0 118033 34 0 0 25 0 5 0 500440524 1072693248 219581 33554432000 4194304 5787044 140734800584000 18446744073709551615 5534340 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4721.68
Current children cumulated vsize (KiB) 1056252



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202 s]
/proc/loadavg: 4.04 5.08 6.63 5/177 32394
/proc/meminfo: memFree=24759668/32951124 swapFree=67111524/67111528
[pid=32338] ppid=32336 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32338/stat : 32338 (prissAuto.sh) S 32336 32338 30205 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 500440488 8908800 252 33554432000 4194304 4922060 140733819212752 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32338/statm: 2175 252 211 178 0 68 0
[pid=32339] ppid=32338 vsize=1047552 CPUtime=4800.39 cores=0,2,4,6
/proc/32339/stat : 32339 (priss) S 32338 32338 30205 0 -1 4202496 322100 0 0 0 479727 312 0 0 18 0 5 0 500440488 1072693248 220688 33554432000 4194304 5787044 140734800584000 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/32339/statm: 261888 220688 417 389 0 257638 0
[pid=32339/tid=32341] ppid=32338 vsize=1047552 CPUtime=1196.36 cores=0,2,4,6
/proc/32339/task/32341/stat : 32341 (priss) R 32338 32338 30205 0 -1 4202560 72188 0 0 0 119559 77 0 0 25 0 5 0 500440505 1072693248 220688 33554432000 4194304 5787044 140734800584000 18446744073709551615 5588664 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32339/tid=32342] ppid=32338 vsize=1047552 CPUtime=1201.68 cores=0,2,4,6
/proc/32339/task/32342/stat : 32342 (priss) R 32338 32338 30205 0 -1 4202560 69564 0 0 0 120099 69 0 0 25 0 5 0 500440509 1072693248 220688 33554432000 4194304 5787044 140734800584000 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32339/tid=32343] ppid=32338 vsize=1047552 CPUtime=1201.62 cores=0,2,4,6
/proc/32339/task/32343/stat : 32343 (priss) R 32338 32338 30205 0 -1 4202560 76872 0 0 0 120037 125 0 0 25 0 5 0 500440516 1072693248 220688 33554432000 4194304 5787044 140734800584000 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32339/tid=32344] ppid=32338 vsize=1047552 CPUtime=1200.38 cores=0,2,4,6
/proc/32339/task/32344/stat : 32344 (priss) R 32338 32338 30205 0 -1 4202560 75606 0 0 0 120004 34 0 0 25 0 5 0 500440524 1072693248 220688 33554432000 4194304 5787044 140734800584000 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.39
Current children cumulated vsize (KiB) 1056252

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 32338 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.39
#
# 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.39
CPU user time (s): 4797.27
CPU system time (s): 3.12
CPU usage (%): 399.361
Max. virtual memory (cumulated for all children) (KiB): 1056252

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

runsolver used 2.06768 second user time and 4.49632 second system time

The end

Launcher Data

Begin job on node142 at 2011-04-29 14:30:50
IDJOB=3250897
IDBENCH=88204
IDSOLVER=1602
FILE ID=node142/3250897-1304080250
RUNJOBID= node142-1304064275-30223
PBS_JOBID= 13170458
Free space on /tmp= 71292 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m52-q918.75-n50-p30-s52376212.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250897-1304080250/watcher-3250897-1304080250 -o /tmp/evaluation-result-3250897-1304080250/solver-3250897-1304080250 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3250897-1304080250.cnf 1787816949 4800 15500 4

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

MD5SUM BENCH= f34a5dd1cdce70a322dd395bcb5f1303
RANDOM SEED=1787816949

node142.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.846
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.69
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.846
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	: 5131.95
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.846
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.846
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.67
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.846
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.81
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.846
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.846
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.846
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:      24698056 kB
Buffers:       1671996 kB
Cached:        5048016 kB
SwapCached:          4 kB
Active:        1796764 kB
Inactive:      5914292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24698056 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            8968 kB
Writeback:           0 kB
AnonPages:      990936 kB
Mapped:          15632 kB
Slab:           476844 kB
PageTables:       6428 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1204364 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= 71304 MiB
End job on node142 at 2011-04-29 14:50:54