Trace number 3273765

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.34 1201.72

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n220-s24359701-sat.cnf
MD5SUMceff918324677440f95867755c4e7133
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.76412
Satisfiable
(Un)Satisfiability was proved
Number of variables220
Number of clauses528
Sum of the clauses size1320
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2440
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 588
Number of clauses of size over 50

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: 12807
0.00/0.00	c setup for 4cores
0.00/0.00	c parsetime: 207us
0.00/0.00	c parsed 528 clauses with 220 variables
0.00/0.00	c NW started thread 0 successfully (1099598144)
0.00/0.00	c NW started thread 1 successfully (1110088000)
0.00/0.00	c NW started thread 2 successfully (1120577856)
0.00/0.00	c NW started thread 3 successfully (1131067712)
0.00/0.37	c preprocessor returned 10010 variables
0.00/0.37	c preprocessing returned UNKNOWN
0.00/0.37	c PP set 0 variables
0.00/0.37	c pp time: 368334us (0s)
0.00/0.37	c preprocessor returned 10010 variables
0.00/0.37	c preprocessing returned UNKNOWN
0.00/0.37	c PP set 0 variables
0.00/0.37	c pp time: 368538us (0s)
0.00/0.37	c preprocessor returned 10010 variables
0.00/0.37	c preprocessing returned UNKNOWN
0.00/0.37	c PP set 0 variables
0.00/0.37	c pp time: 368777us (0s)
15.15/3.80	c preprocessor returned 30016 variables
15.15/3.80	c preprocessing returned UNKNOWN
15.15/3.80	c PP set 0 variables
15.15/3.80	c pp time: 3795522us (3s)

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-3273765-1304054639/watcher-3273765-1304054639 -o /tmp/evaluation-result-3273765-1304054639/solver-3273765-1304054639 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3273765-1304054639.cnf 1665039218 4800 15500 4 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.16 8.06 7.95 1/172 12806
/proc/meminfo: memFree=26339228/32950928 swapFree=67111364/67111528
[pid=12806] ppid=12804 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12806/stat : 12806 (prissAuto.sh) S 12804 12806 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517063593 8908800 252 33554432000 4194304 4922060 140734105522592 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12806/statm: 2175 252 211 178 0 68 0

[startup+0.101874 s]
/proc/loadavg: 8.16 8.06 7.95 1/172 12806
/proc/meminfo: memFree=26339228/32950928 swapFree=67111364/67111528
[pid=12806] ppid=12804 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12806/stat : 12806 (prissAuto.sh) S 12804 12806 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517063593 8908800 252 33554432000 4194304 4922060 140734105522592 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12806/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.200852 s]
/proc/loadavg: 8.16 8.06 7.95 1/172 12806
/proc/meminfo: memFree=26339228/32950928 swapFree=67111364/67111528
[pid=12806] ppid=12804 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12806/stat : 12806 (prissAuto.sh) S 12804 12806 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517063593 8908800 252 33554432000 4194304 4922060 140734105522592 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12806/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300833 s]
/proc/loadavg: 8.16 8.06 7.95 1/172 12806
/proc/meminfo: memFree=26339228/32950928 swapFree=67111364/67111528
[pid=12806] ppid=12804 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12806/stat : 12806 (prissAuto.sh) S 12804 12806 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517063593 8908800 252 33554432000 4194304 4922060 140734105522592 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12806/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700759 s]
/proc/loadavg: 8.16 8.06 7.95 1/172 12806
/proc/meminfo: memFree=26339228/32950928 swapFree=67111364/67111528
[pid=12806] ppid=12804 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12806/stat : 12806 (prissAuto.sh) S 12804 12806 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517063593 8908800 252 33554432000 4194304 4922060 140734105522592 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12806/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50061 s]
/proc/loadavg: 8.16 8.06 7.95 9/188 12827
/proc/meminfo: memFree=26288036/32950928 swapFree=67111364/67111528
[pid=12806] ppid=12804 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12806/stat : 12806 (prissAuto.sh) S 12804 12806 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517063593 8908800 252 33554432000 4194304 4922060 140734105522592 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12806/statm: 2175 252 211 178 0 68 0
[pid=12807] ppid=12806 vsize=277836 CPUtime=5.96 cores=1,3,5,7
/proc/12807/stat : 12807 (priss) S 12806 12806 12570 0 -1 4202496 7912 0 0 0 595 1 0 0 25 0 5 0 517063593 284504064 7085 33554432000 4194304 5787044 140735289358720 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/12807/statm: 69459 7085 405 389 0 65209 0
[pid=12807/tid=12810] ppid=12806 vsize=277836 CPUtime=1.49 cores=1,3,5,7
/proc/12807/task/12810/stat : 12810 (priss) R 12806 12806 12570 0 -1 4202560 1501 0 0 0 149 0 0 0 25 0 5 0 517063594 284504064 7085 33554432000 4194304 5787044 140735289358720 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12807/tid=12811] ppid=12806 vsize=277836 CPUtime=1.49 cores=1,3,5,7
/proc/12807/task/12811/stat : 12811 (priss) R 12806 12806 12570 0 -1 4202560 1693 0 0 0 149 0 0 0 25 0 5 0 517063594 284504064 7085 33554432000 4194304 5787044 140735289358720 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=12807/tid=12812] ppid=12806 vsize=277836 CPUtime=1.48 cores=1,3,5,7
/proc/12807/task/12812/stat : 12812 (priss) R 12806 12806 12570 0 -1 4202560 1333 0 0 0 148 0 0 0 25 0 5 0 517063594 284504064 7085 33554432000 4194304 5787044 140735289358720 18446744073709551615 5590976 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=12807/tid=12813] ppid=12806 vsize=277836 CPUtime=1.48 cores=1,3,5,7
/proc/12807/task/12813/stat : 12813 (priss) R 12806 12806 12570 0 -1 4202560 1889 0 0 0 148 0 0 0 25 0 5 0 517063594 284504064 7085 33554432000 4194304 5787044 140735289358720 18446744073709551615 208079926223 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 286536

[startup+3.1003 s]
/proc/loadavg: 8.16 8.06 7.95 9/188 12827
/proc/meminfo: memFree=26280968/32950928 swapFree=67111364/67111528
[pid=12806] ppid=12804 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12806/stat : 12806 (prissAuto.sh) S 12804 12806 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517063593 8908800 252 33554432000 4194304 4922060 140734105522592 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12806/statm: 2175 252 211 178 0 68 0
[pid=12807] ppid=12806 vsize=277836 CPUtime=12.35 cores=1,3,5,7
/proc/12807/stat : 12807 (priss) S 12806 12806 12570 0 -1 4202496 8776 0 0 0 1234 1 0 0 25 0 5 0 517063593 284504064 7949 33554432000 4194304 5787044 140735289358720 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/12807/statm: 69459 7949 405 389 0 65209 0
[pid=12807/tid=12810] ppid=12806 vsize=277836 CPUtime=3.09 cores=1,3,5,7
/proc/12807/task/12810/stat : 12810 (priss) R 12806 12806 12570 0 -1 4202560 1794 0 0 0 309 0 0 0 25 0 5 0 517063594 284504064 7949 33554432000 4194304 5787044 140735289358720 18446744073709551615 5591640 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12807/tid=12811] ppid=12806 vsize=277836 CPUtime=3.08 cores=1,3,5,7
/proc/12807/task/12811/stat : 12811 (priss) R 12806 12806 12570 0 -1 4202560 1983 0 0 0 308 0 0 0 25 0 5 0 517063594 284504064 7949 33554432000 4194304 5787044 140735289358720 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=12807/tid=12812] ppid=12806 vsize=277836 CPUtime=3.07 cores=1,3,5,7
/proc/12807/task/12812/stat : 12812 (priss) R 12806 12806 12570 0 -1 4202560 1614 0 0 0 307 0 0 0 25 0 5 0 517063594 284504064 7949 33554432000 4194304 5787044 140735289358720 18446744073709551615 5591356 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=12807/tid=12813] ppid=12806 vsize=277836 CPUtime=3.08 cores=1,3,5,7
/proc/12807/task/12813/stat : 12813 (priss) R 12806 12806 12570 0 -1 4202560 1889 0 0 0 308 0 0 0 25 0 5 0 517063594 284504064 7949 33554432000 4194304 5787044 140735289358720 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 286536

[startup+6.3007 s]
/proc/loadavg: 8.23 8.07 7.96 9/188 12827
/proc/meminfo: memFree=26264068/32950928 swapFree=67111364/67111528
[pid=12806] ppid=12804 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12806/stat : 12806 (prissAuto.sh) S 12804 12806 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517063593 8908800 252 33554432000 4194304 4922060 140734105522592 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12806/statm: 2175 252 211 178 0 68 0
[pid=12807] ppid=12806 vsize=282992 CPUtime=25.14 cores=1,3,5,7
/proc/12807/stat : 12807 (priss) S 12806 12806 12570 0 -1 4202496 11932 0 0 0 2511 3 0 0 25 0 5 0 517063593 289783808 10401 33554432000 4194304 5787044 140735289358720 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/12807/statm: 70748 10401 418 389 0 66498 0
[pid=12807/tid=12810] ppid=12806 vsize=282992 CPUtime=6.29 cores=1,3,5,7
/proc/12807/task/12810/stat : 12810 (priss) R 12806 12806 12570 0 -1 4202560 2138 0 0 0 629 0 0 0 25 0 5 0 517063594 289783808 10401 33554432000 4194304 5787044 140735289358720 18446744073709551615 4254922 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12807/tid=12811] ppid=12806 vsize=282992 CPUtime=6.28 cores=1,3,5,7
/proc/12807/task/12811/stat : 12811 (priss) R 12806 12806 12570 0 -1 4202560 2407 0 0 0 628 0 0 0 25 0 5 0 517063594 289783808 10401 33554432000 4194304 5787044 140735289358720 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=12807/tid=12812] ppid=12806 vsize=282992 CPUtime=6.25 cores=1,3,5,7
/proc/12807/task/12812/stat : 12812 (priss) R 12806 12806 12570 0 -1 4202560 1984 0 0 0 625 0 0 0 25 0 5 0 517063594 289783808 10401 33554432000 4194304 5787044 140735289358720 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=12807/tid=12813] ppid=12806 vsize=282992 CPUtime=6.28 cores=1,3,5,7
/proc/12807/task/12813/stat : 12813 (priss) R 12806 12806 12570 0 -1 4202560 3907 0 0 0 628 0 0 0 25 0 5 0 517063594 289783808 10401 33554432000 4194304 5787044 140735289358720 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 291692

[startup+12.7005 s]
/proc/loadavg: 8.21 8.07 7.96 9/188 12827
/proc/meminfo: memFree=26233820/32950928 swapFree=67111364/67111528
[pid=12806] ppid=12804 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12806/stat : 12806 (prissAuto.sh) S 12804 12806 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517063593 8908800 252 33554432000 4194304 4922060 140734105522592 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12806/statm: 2175 252 211 178 0 68 0
[pid=12807] ppid=12806 vsize=290068 CPUtime=50.7 cores=1,3,5,7
/proc/12807/stat : 12807 (priss) S 12806 12806 12570 0 -1 4202496 14985 0 0 0 5066 4 0 0 25 0 5 0 517063593 297029632 13454 33554432000 4194304 5787044 140735289358720 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/12807/statm: 72517 13454 418 389 0 68267 0
[pid=12807/tid=12810] ppid=12806 vsize=290068 CPUtime=12.68 cores=1,3,5,7
/proc/12807/task/12810/stat : 12810 (priss) R 12806 12806 12570 0 -1 4202560 2764 0 0 0 1268 0 0 0 25 0 5 0 517063594 297029632 13454 33554432000 4194304 5787044 140735289358720 18446744073709551615 5591573 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12807/tid=12811] ppid=12806 vsize=290068 CPUtime=12.69 cores=1,3,5,7
/proc/12807/task/12811/stat : 12811 (priss) R 12806 12806 12570 0 -1 4202560 3731 0 0 0 1268 1 0 0 25 0 5 0 517063594 297029632 13454 33554432000 4194304 5787044 140735289358720 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=12807/tid=12812] ppid=12806 vsize=290068 CPUtime=12.62 cores=1,3,5,7
/proc/12807/task/12812/stat : 12812 (priss) R 12806 12806 12570 0 -1 4202560 2308 0 0 0 1262 0 0 0 25 0 5 0 517063594 297029632 13454 33554432000 4194304 5787044 140735289358720 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=12807/tid=12813] ppid=12806 vsize=290068 CPUtime=12.67 cores=1,3,5,7
/proc/12807/task/12813/stat : 12813 (priss) R 12806 12806 12570 0 -1 4202560 4686 0 0 0 1266 1 0 0 25 0 5 0 517063594 297029632 13454 33554432000 4194304 5787044 140735289358720 18446744073709551615 5528394 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 298768

[startup+25.501 s]
/proc/loadavg: 8.16 8.07 7.96 9/188 12828
/proc/meminfo: memFree=26208040/32950928 swapFree=67111364/67111528
[pid=12806] ppid=12804 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12806/stat : 12806 (prissAuto.sh) S 12804 12806 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517063593 8908800 252 33554432000 4194304 4922060 140734105522592 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12806/statm: 2175 252 211 178 0 68 0
[pid=12807] ppid=12806 vsize=291672 CPUtime=101.82 cores=1,3,5,7
/proc/12807/stat : 12807 (priss) S 12806 12806 12570 0 -1 4202496 17285 0 0 0 10176 6 0 0 25 0 5 0 517063593 298672128 15754 33554432000 4194304 5787044 140735289358720 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/12807/statm: 72918 15754 418 389 0 68668 0
[pid=12807/tid=12810] ppid=12806 vsize=291672 CPUtime=25.48 cores=1,3,5,7
/proc/12807/task/12810/stat : 12810 (priss) R 12806 12806 12570 0 -1 4202560 3389 0 0 0 2548 0 0 0 25 0 5 0 517063594 298672128 15754 33554432000 4194304 5787044 140735289358720 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12807/tid=12811] ppid=12806 vsize=291672 CPUtime=25.48 cores=1,3,5,7
/proc/12807/task/12811/stat : 12811 (priss) R 12806 12806 12570 0 -1 4202560 4408 0 0 0 2547 1 0 0 25 0 5 0 517063594 298672128 15754 33554432000 4194304 5787044 140735289358720 18446744073709551615 5591640 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=12807/tid=12812] ppid=12806 vsize=291672 CPUtime=25.43 cores=1,3,5,7
/proc/12807/task/12812/stat : 12812 (priss) R 12806 12806 12570 0 -1 4202560 2869 0 0 0 2542 1 0 0 25 0 5 0 517063594 298672128 15754 33554432000 4194304 5787044 140735289358720 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=12807/tid=12813] ppid=12806 vsize=291672 CPUtime=25.4 cores=1,3,5,7
/proc/12807/task/12813/stat : 12813 (priss) R 12806 12806 12570 0 -1 4202560 5123 0 0 0 2538 2 0 0 25 0 5 0 517063594 298672128 15754 33554432000 4194304 5787044 140735289358720 18446744073709551615 5527696 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 300372

[startup+51.1012 s]
/proc/loadavg: 8.11 8.06 7.96 9/188 12828
/proc/meminfo: memFree=26173916/32950928 swapFree=67111364/67111528
[pid=12806] ppid=12804 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12806/stat : 12806 (prissAuto.sh) S 12804 12806 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517063593 8908800 252 33554432000 4194304 4922060 140734105522592 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12806/statm: 2175 252 211 178 0 68 0
[pid=12807] ppid=12806 vsize=299600 CPUtime=204.09 cores=1,3,5,7
/proc/12807/stat : 12807 (priss) S 12806 12806 12570 0 -1 4202496 21691 0 0 0 20399 10 0 0 25 0 5 0 517063593 306790400 20158 33554432000 4194304 5787044 140735289358720 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/12807/statm: 74900 20158 418 389 0 70650 0
[pid=12807/tid=12810] ppid=12806 vsize=299600 CPUtime=51.08 cores=1,3,5,7
/proc/12807/task/12810/stat : 12810 (priss) R 12806 12806 12570 0 -1 4202560 5297 0 0 0 5107 1 0 0 25 0 5 0 517063594 306790400 20158 33554432000 4194304 5787044 140735289358720 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12807/tid=12811] ppid=12806 vsize=299600 CPUtime=51.08 cores=1,3,5,7
/proc/12807/task/12811/stat : 12811 (priss) R 12806 12806 12570 0 -1 4202560 4871 0 0 0 5106 2 0 0 25 0 5 0 517063594 306790400 20158 33554432000 4194304 5787044 140735289358720 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=12807/tid=12812] ppid=12806 vsize=299600 CPUtime=51.03 cores=1,3,5,7
/proc/12807/task/12812/stat : 12812 (priss) R 12806 12806 12570 0 -1 4202560 3776 0 0 0 5101 2 0 0 25 0 5 0 517063594 306790400 20158 33554432000 4194304 5787044 140735289358720 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=12807/tid=12813] ppid=12806 vsize=299600 CPUtime=50.86 cores=1,3,5,7
/proc/12807/task/12813/stat : 12813 (priss) R 12806 12806 12570 0 -1 4202560 6251 0 0 0 5083 3 0 0 25 0 5 0 517063594 306790400 20158 33554432000 4194304 5787044 140735289358720 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 308300

[startup+102.3 s]
/proc/loadavg: 8.12 8.08 7.97 9/188 12830
/proc/meminfo: memFree=26129020/32950928 swapFree=67111364/67111528
[pid=12806] ppid=12804 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12806/stat : 12806 (prissAuto.sh) S 12804 12806 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517063593 8908800 252 33554432000 4194304 4922060 140734105522592 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12806/statm: 2175 252 211 178 0 68 0
[pid=12807] ppid=12806 vsize=309992 CPUtime=408.62 cores=1,3,5,7
/proc/12807/stat : 12807 (priss) S 12806 12806 12570 0 -1 4202496 27215 0 0 0 40847 15 0 0 25 0 5 0 517063593 317431808 25680 33554432000 4194304 5787044 140735289358720 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/12807/statm: 77498 25680 418 389 0 73248 0
[pid=12807/tid=12810] ppid=12806 vsize=309992 CPUtime=102.28 cores=1,3,5,7
/proc/12807/task/12810/stat : 12810 (priss) R 12806 12806 12570 0 -1 4202560 6844 0 0 0 10226 2 0 0 25 0 5 0 517063594 317431808 25680 33554432000 4194304 5787044 140735289358720 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12807/tid=12811] ppid=12806 vsize=309992 CPUtime=102.29 cores=1,3,5,7
/proc/12807/task/12811/stat : 12811 (priss) R 12806 12806 12570 0 -1 4202560 6243 0 0 0 10224 5 0 0 25 0 5 0 517063594 317431808 25680 33554432000 4194304 5787044 140735289358720 18446744073709551615 5591564 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=12807/tid=12812] ppid=12806 vsize=309992 CPUtime=102.23 cores=1,3,5,7
/proc/12807/task/12812/stat : 12812 (priss) R 12806 12806 12570 0 -1 4202560 4499 0 0 0 10221 2 0 0 25 0 5 0 517063594 317431808 25680 33554432000 4194304 5787044 140735289358720 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=12807/tid=12813] ppid=12806 vsize=309992 CPUtime=101.78 cores=1,3,5,7

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

/proc/12807/task/12811/stat : 12811 (priss) R 12806 12806 12570 0 -1 4202560 14643 0 0 0 81824 19 0 0 25 0 5 0 517063594 370954240 59964 33554432000 4194304 5787044 140735289358720 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=12807/tid=12812] ppid=12806 vsize=362260 CPUtime=822.23 cores=1,3,5,7
/proc/12807/task/12812/stat : 12812 (priss) R 12806 12806 12570 0 -1 4202560 14240 0 0 0 82208 15 0 0 25 0 5 0 517063594 370954240 59964 33554432000 4194304 5787044 140735289358720 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=12807/tid=12813] ppid=12806 vsize=362260 CPUtime=821.74 cores=1,3,5,7
/proc/12807/task/12813/stat : 12813 (priss) R 12806 12806 12570 0 -1 4202560 17240 0 0 0 82162 12 0 0 25 0 5 0 517063594 370954240 59964 33554432000 4194304 5787044 140735289358720 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.74
Current children cumulated vsize (KiB) 370960

[startup+882.307 s]
/proc/loadavg: 8.08 8.11 8.03 9/188 12851
/proc/meminfo: memFree=25852520/32950928 swapFree=67111364/67111528
[pid=12806] ppid=12804 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12806/stat : 12806 (prissAuto.sh) S 12804 12806 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517063593 8908800 252 33554432000 4194304 4922060 140734105522592 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12806/statm: 2175 252 211 178 0 68 0
[pid=12807] ppid=12806 vsize=362260 CPUtime=3524.44 cores=1,3,5,7
/proc/12807/stat : 12807 (priss) S 12806 12806 12570 0 -1 4202496 62465 0 0 0 352385 59 0 0 25 0 5 0 517063593 370954240 60452 33554432000 4194304 5787044 140735289358720 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/12807/statm: 90565 60452 419 389 0 86315 0
[pid=12807/tid=12810] ppid=12806 vsize=362260 CPUtime=882.32 cores=1,3,5,7
/proc/12807/task/12810/stat : 12810 (priss) R 12806 12806 12570 0 -1 4202560 14261 0 0 0 88221 11 0 0 25 0 5 0 517063594 370954240 60452 33554432000 4194304 5787044 140735289358720 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12807/tid=12811] ppid=12806 vsize=362260 CPUtime=878.11 cores=1,3,5,7
/proc/12807/task/12811/stat : 12811 (priss) R 12806 12806 12570 0 -1 4202560 14643 0 0 0 87792 19 0 0 25 0 5 0 517063594 370954240 60452 33554432000 4194304 5787044 140735289358720 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=12807/tid=12812] ppid=12806 vsize=362260 CPUtime=882.23 cores=1,3,5,7
/proc/12807/task/12812/stat : 12812 (priss) R 12806 12806 12570 0 -1 4202560 14825 0 0 0 88208 15 0 0 25 0 5 0 517063594 370954240 60452 33554432000 4194304 5787044 140735289358720 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=12807/tid=12813] ppid=12806 vsize=362260 CPUtime=881.74 cores=1,3,5,7
/proc/12807/task/12813/stat : 12813 (priss) R 12806 12806 12570 0 -1 4202560 17240 0 0 0 88162 12 0 0 25 0 5 0 517063594 370954240 60452 33554432000 4194304 5787044 140735289358720 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.44
Current children cumulated vsize (KiB) 370960

[startup+942.3 s]
/proc/loadavg: 8.07 8.11 8.03 9/188 12852
/proc/meminfo: memFree=25839360/32950928 swapFree=67111364/67111528
[pid=12806] ppid=12804 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12806/stat : 12806 (prissAuto.sh) S 12804 12806 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517063593 8908800 252 33554432000 4194304 4922060 140734105522592 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12806/statm: 2175 252 211 178 0 68 0
[pid=12807] ppid=12806 vsize=362260 CPUtime=3764.09 cores=1,3,5,7
/proc/12807/stat : 12807 (priss) S 12806 12806 12570 0 -1 4202496 62481 0 0 0 376350 59 0 0 25 0 5 0 517063593 370954240 60468 33554432000 4194304 5787044 140735289358720 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/12807/statm: 90565 60468 419 389 0 86315 0
[pid=12807/tid=12810] ppid=12806 vsize=362260 CPUtime=942.31 cores=1,3,5,7
/proc/12807/task/12810/stat : 12810 (priss) R 12806 12806 12570 0 -1 4202560 14271 0 0 0 94220 11 0 0 25 0 5 0 517063594 370954240 60468 33554432000 4194304 5787044 140735289358720 18446744073709551615 5591716 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12807/tid=12811] ppid=12806 vsize=362260 CPUtime=937.78 cores=1,3,5,7
/proc/12807/task/12811/stat : 12811 (priss) R 12806 12806 12570 0 -1 4202560 14648 0 0 0 93759 19 0 0 25 0 5 0 517063594 370954240 60468 33554432000 4194304 5787044 140735289358720 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=12807/tid=12812] ppid=12806 vsize=362260 CPUtime=942.22 cores=1,3,5,7
/proc/12807/task/12812/stat : 12812 (priss) R 12806 12806 12570 0 -1 4202560 14825 0 0 0 94207 15 0 0 25 0 5 0 517063594 370954240 60468 33554432000 4194304 5787044 140735289358720 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=12807/tid=12813] ppid=12806 vsize=362260 CPUtime=941.74 cores=1,3,5,7
/proc/12807/task/12813/stat : 12813 (priss) R 12806 12806 12570 0 -1 4202560 17241 0 0 0 94162 12 0 0 25 0 5 0 517063594 370954240 60468 33554432000 4194304 5787044 140735289358720 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3764.09
Current children cumulated vsize (KiB) 370960

[startup+1002.3 s]
/proc/loadavg: 8.06 8.10 8.03 9/188 12854
/proc/meminfo: memFree=25826796/32950928 swapFree=67111364/67111528
[pid=12806] ppid=12804 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12806/stat : 12806 (prissAuto.sh) S 12804 12806 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517063593 8908800 252 33554432000 4194304 4922060 140734105522592 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12806/statm: 2175 252 211 178 0 68 0
[pid=12807] ppid=12806 vsize=362260 CPUtime=4003.77 cores=1,3,5,7
/proc/12807/stat : 12807 (priss) S 12806 12806 12570 0 -1 4202496 62540 0 0 0 400318 59 0 0 25 0 5 0 517063593 370954240 60527 33554432000 4194304 5787044 140735289358720 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/12807/statm: 90565 60527 419 389 0 86315 0
[pid=12807/tid=12810] ppid=12806 vsize=362260 CPUtime=1002.32 cores=1,3,5,7
/proc/12807/task/12810/stat : 12810 (priss) R 12806 12806 12570 0 -1 4202560 14292 0 0 0 100221 11 0 0 25 0 5 0 517063594 370954240 60527 33554432000 4194304 5787044 140735289358720 18446744073709551615 5591532 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12807/tid=12811] ppid=12806 vsize=362260 CPUtime=997.46 cores=1,3,5,7
/proc/12807/task/12811/stat : 12811 (priss) R 12806 12806 12570 0 -1 4202560 14680 0 0 0 99727 19 0 0 25 0 5 0 517063594 370954240 60527 33554432000 4194304 5787044 140735289358720 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=12807/tid=12812] ppid=12806 vsize=362260 CPUtime=1002.22 cores=1,3,5,7
/proc/12807/task/12812/stat : 12812 (priss) R 12806 12806 12570 0 -1 4202560 14825 0 0 0 100207 15 0 0 25 0 5 0 517063594 370954240 60527 33554432000 4194304 5787044 140735289358720 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=12807/tid=12813] ppid=12806 vsize=362260 CPUtime=1001.74 cores=1,3,5,7
/proc/12807/task/12813/stat : 12813 (priss) R 12806 12806 12570 0 -1 4202560 17247 0 0 0 100162 12 0 0 25 0 5 0 517063594 370954240 60527 33554432000 4194304 5787044 140735289358720 18446744073709551615 5528056 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.77
Current children cumulated vsize (KiB) 370960

[startup+1062.3 s]
/proc/loadavg: 8.06 8.09 8.03 9/188 12855
/proc/meminfo: memFree=25816860/32950928 swapFree=67111364/67111528
[pid=12806] ppid=12804 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12806/stat : 12806 (prissAuto.sh) S 12804 12806 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517063593 8908800 252 33554432000 4194304 4922060 140734105522592 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12806/statm: 2175 252 211 178 0 68 0
[pid=12807] ppid=12806 vsize=362644 CPUtime=4243.45 cores=1,3,5,7
/proc/12807/stat : 12807 (priss) S 12806 12806 12570 0 -1 4202496 62718 0 0 0 424286 59 0 0 25 0 5 0 517063593 371347456 60705 33554432000 4194304 5787044 140735289358720 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/12807/statm: 90661 60705 419 389 0 86411 0
[pid=12807/tid=12810] ppid=12806 vsize=362644 CPUtime=1062.32 cores=1,3,5,7
/proc/12807/task/12810/stat : 12810 (priss) R 12806 12806 12570 0 -1 4202560 14333 0 0 0 106221 11 0 0 25 0 5 0 517063594 371347456 60705 33554432000 4194304 5787044 140735289358720 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12807/tid=12811] ppid=12806 vsize=362644 CPUtime=1057.13 cores=1,3,5,7
/proc/12807/task/12811/stat : 12811 (priss) R 12806 12806 12570 0 -1 4202560 14796 0 0 0 105694 19 0 0 25 0 5 0 517063594 371347456 60705 33554432000 4194304 5787044 140735289358720 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=12807/tid=12812] ppid=12806 vsize=362644 CPUtime=1062.22 cores=1,3,5,7
/proc/12807/task/12812/stat : 12812 (priss) R 12806 12806 12570 0 -1 4202560 14827 0 0 0 106207 15 0 0 25 0 5 0 517063594 371347456 60705 33554432000 4194304 5787044 140735289358720 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=12807/tid=12813] ppid=12806 vsize=362644 CPUtime=1061.74 cores=1,3,5,7
/proc/12807/task/12813/stat : 12813 (priss) R 12806 12806 12570 0 -1 4202560 17266 0 0 0 106162 12 0 0 25 0 5 0 517063594 371347456 60705 33554432000 4194304 5787044 140735289358720 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.45
Current children cumulated vsize (KiB) 371344

[startup+1122.3 s]
/proc/loadavg: 8.21 8.12 8.04 9/188 12857
/proc/meminfo: memFree=25805672/32950928 swapFree=67111364/67111528
[pid=12806] ppid=12804 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12806/stat : 12806 (prissAuto.sh) S 12804 12806 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517063593 8908800 252 33554432000 4194304 4922060 140734105522592 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12806/statm: 2175 252 211 178 0 68 0
[pid=12807] ppid=12806 vsize=363220 CPUtime=4483.13 cores=1,3,5,7
/proc/12807/stat : 12807 (priss) S 12806 12806 12570 0 -1 4202496 64333 0 0 0 448250 63 0 0 25 0 5 0 517063593 371937280 62320 33554432000 4194304 5787044 140735289358720 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/12807/statm: 90805 62320 419 389 0 86555 0
[pid=12807/tid=12810] ppid=12806 vsize=363220 CPUtime=1122.32 cores=1,3,5,7
/proc/12807/task/12810/stat : 12810 (priss) R 12806 12806 12570 0 -1 4202560 15225 0 0 0 112218 14 0 0 25 0 5 0 517063594 371937280 62320 33554432000 4194304 5787044 140735289358720 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12807/tid=12811] ppid=12806 vsize=363220 CPUtime=1116.81 cores=1,3,5,7
/proc/12807/task/12811/stat : 12811 (priss) R 12806 12806 12570 0 -1 4202560 14959 0 0 0 111661 20 0 0 25 0 5 0 517063594 371937280 62320 33554432000 4194304 5787044 140735289358720 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=12807/tid=12812] ppid=12806 vsize=363220 CPUtime=1122.22 cores=1,3,5,7
/proc/12807/task/12812/stat : 12812 (priss) R 12806 12806 12570 0 -1 4202560 14866 0 0 0 112207 15 0 0 25 0 5 0 517063594 371937280 62320 33554432000 4194304 5787044 140735289358720 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=12807/tid=12813] ppid=12806 vsize=363220 CPUtime=1121.75 cores=1,3,5,7
/proc/12807/task/12813/stat : 12813 (priss) R 12806 12806 12570 0 -1 4202560 17787 0 0 0 112162 13 0 0 25 0 5 0 517063594 371937280 62320 33554432000 4194304 5787044 140735289358720 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4483.13
Current children cumulated vsize (KiB) 371920

[startup+1182.3 s]
/proc/loadavg: 8.15 8.11 8.04 9/188 12859
/proc/meminfo: memFree=25791384/32950928 swapFree=67111364/67111528
[pid=12806] ppid=12804 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12806/stat : 12806 (prissAuto.sh) S 12804 12806 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517063593 8908800 252 33554432000 4194304 4922060 140734105522592 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12806/statm: 2175 252 211 178 0 68 0
[pid=12807] ppid=12806 vsize=370012 CPUtime=4722.82 cores=1,3,5,7
/proc/12807/stat : 12807 (priss) S 12806 12806 12570 0 -1 4202496 67767 0 0 0 472214 68 0 0 25 0 5 0 517063593 378892288 65754 33554432000 4194304 5787044 140735289358720 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/12807/statm: 92503 65754 419 389 0 88253 0
[pid=12807/tid=12810] ppid=12806 vsize=370012 CPUtime=1182.32 cores=1,3,5,7
/proc/12807/task/12810/stat : 12810 (priss) R 12806 12806 12570 0 -1 4202560 16160 0 0 0 118217 15 0 0 25 0 5 0 517063594 378892288 65754 33554432000 4194304 5787044 140735289358720 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12807/tid=12811] ppid=12806 vsize=370012 CPUtime=1176.49 cores=1,3,5,7
/proc/12807/task/12811/stat : 12811 (priss) R 12806 12806 12570 0 -1 4202560 15638 0 0 0 117628 21 0 0 25 0 5 0 517063594 378892288 65754 33554432000 4194304 5787044 140735289358720 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=12807/tid=12812] ppid=12806 vsize=370012 CPUtime=1182.22 cores=1,3,5,7
/proc/12807/task/12812/stat : 12812 (priss) R 12806 12806 12570 0 -1 4202560 14929 0 0 0 118207 15 0 0 25 0 5 0 517063594 378892288 65754 33554432000 4194304 5787044 140735289358720 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=12807/tid=12813] ppid=12806 vsize=370012 CPUtime=1181.75 cores=1,3,5,7
/proc/12807/task/12813/stat : 12813 (priss) R 12806 12806 12570 0 -1 4202560 19544 0 0 0 118161 14 0 0 25 0 5 0 517063594 378892288 65754 33554432000 4194304 5787044 140735289358720 18446744073709551615 5528380 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.82
Current children cumulated vsize (KiB) 378712



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.11 8.10 8.04 9/188 12859
/proc/meminfo: memFree=25787660/32950928 swapFree=67111364/67111528
[pid=12806] ppid=12804 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12806/stat : 12806 (prissAuto.sh) S 12804 12806 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517063593 8908800 252 33554432000 4194304 4922060 140734105522592 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12806/statm: 2175 252 211 178 0 68 0
[pid=12807] ppid=12806 vsize=371412 CPUtime=4800.34 cores=1,3,5,7
/proc/12807/stat : 12807 (priss) S 12806 12806 12570 0 -1 4202496 68603 0 0 0 479965 69 0 0 25 0 5 0 517063593 380325888 66590 33554432000 4194304 5787044 140735289358720 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/12807/statm: 92853 66590 419 389 0 88603 0
[pid=12807/tid=12810] ppid=12806 vsize=371412 CPUtime=1201.73 cores=1,3,5,7
/proc/12807/task/12810/stat : 12810 (priss) R 12806 12806 12570 0 -1 4202560 16455 0 0 0 120157 16 0 0 25 0 5 0 517063594 380325888 66590 33554432000 4194304 5787044 140735289358720 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12807/tid=12811] ppid=12806 vsize=371412 CPUtime=1195.78 cores=1,3,5,7
/proc/12807/task/12811/stat : 12811 (priss) R 12806 12806 12570 0 -1 4202560 15948 0 0 0 119557 21 0 0 25 0 5 0 517063594 380325888 66590 33554432000 4194304 5787044 140735289358720 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=12807/tid=12812] ppid=12806 vsize=371412 CPUtime=1201.63 cores=1,3,5,7
/proc/12807/task/12812/stat : 12812 (priss) R 12806 12806 12570 0 -1 4202560 14940 0 0 0 120148 15 0 0 25 0 5 0 517063594 380325888 66590 33554432000 4194304 5787044 140735289358720 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=12807/tid=12813] ppid=12806 vsize=371412 CPUtime=1201.16 cores=1,3,5,7
/proc/12807/task/12813/stat : 12813 (priss) R 12806 12806 12570 0 -1 4202560 19764 0 0 0 120101 15 0 0 25 0 5 0 517063594 380325888 66590 33554432000 4194304 5787044 140735289358720 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 380112

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

Real time (s): 1201.72
CPU time (s): 4800.34
CPU user time (s): 4799.65
CPU system time (s): 0.69
CPU usage (%): 399.456
Max. virtual memory (cumulated for all children) (KiB): 380112

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= 332
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 3

runsolver used 1.48777 second user time and 5.07623 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-29 07:23:59
IDJOB=3273765
IDBENCH=83146
IDSOLVER=1602
FILE ID=node127/3273765-1304054639
RUNJOBID= node127-1304052231-12589
PBS_JOBID= 13170417
Free space on /tmp= 71820 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n220-s24359701-sat.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3273765-1304054639/watcher-3273765-1304054639 -o /tmp/evaluation-result-3273765-1304054639/solver-3273765-1304054639 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3273765-1304054639.cnf 1665039218 4800 15500 4

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

MD5SUM BENCH= ceff918324677440f95867755c4e7133
RANDOM SEED=1665039218

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      26339508 kB
Buffers:       1384652 kB
Cached:        4688852 kB
SwapCached:          0 kB
Active:        1732604 kB
Inactive:      4404320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26339508 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            1600 kB
Writeback:           0 kB
AnonPages:       63596 kB
Mapped:          14704 kB
Slab:           409644 kB
PageTables:       4660 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   187020 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= 71816 MiB
End job on node127 at 2011-04-29 07:44:03