Trace number 3262119

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.14 1201.92

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-19_348.cnf
MD5SUMd56eb1fbc523242359df78e10ae2a44f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark60.0609
Satisfiable
(Un)Satisfiability was proved
Number of variables174
Number of clauses16458
Sum of the clauses size73267
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 258
Number of clauses of size 314898
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51502

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: 26873
0.00/0.00	c setup for 4cores
0.00/0.01	c parsetime: 5039us
0.00/0.01	c parsed 16458 clauses with 174 variables
0.00/0.01	c NW started thread 0 successfully (1112561984)
0.00/0.01	c NW started thread 1 successfully (1123051840)
0.00/0.01	c NW started thread 2 successfully (1133541696)
0.00/0.01	c NW started thread 3 successfully (1144031552)
0.00/1.45	c preprocessor returned 10053 variables
0.00/1.45	c preprocessing returned UNKNOWN
0.00/1.45	c PP set 0 variables
0.00/1.45	c pp time: 1437702us (1s)
0.00/1.45	c preprocessor returned 10053 variables
0.00/1.45	c preprocessing returned UNKNOWN
0.00/1.45	c PP set 0 variables
0.00/1.45	c pp time: 1440377us (1s)
0.00/1.45	c preprocessor returned 10053 variables
0.00/1.45	c preprocessing returned UNKNOWN
0.00/1.45	c PP set 0 variables
0.00/1.45	c pp time: 1444432us (1s)
289.52/72.55	c preprocessor returned 30161 variables
289.52/72.55	c preprocessing returned UNKNOWN
289.52/72.55	c PP set 0 variables
289.52/72.55	c pp time: 72537540us (72s)
2349.96/588.50	c added unsatisfied clause
2349.96/588.50	c failed to add network clauses
3047.79/763.28	c added unsatisfied clause
3047.79/763.28	c failed to add network clauses
3062.97/767.01	c added unsatisfied clause
3062.97/767.01	c failed to add network clauses
3108.89/778.55	c added unsatisfied clause
3108.89/778.55	c failed to add network clauses
4352.76/1089.91	c added unsatisfied clause
4352.76/1089.91	c failed to add network clauses
4358.75/1091.42	c added unsatisfied clause
4358.75/1091.42	c failed to add network clauses
4413.09/1105.08	c added unsatisfied clause
4413.09/1105.08	c failed to add network clauses
4590.04/1149.33	c added unsatisfied clause
4590.04/1149.33	c failed to add network clauses

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-3262119-1304060156/watcher-3262119-1304060156 -o /tmp/evaluation-result-3262119-1304060156/solver-3262119-1304060156 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3262119-1304060156.cnf 716287154 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.76 8.01 8.02 5/182 26872
/proc/meminfo: memFree=26109184/32951124 swapFree=67111364/67111528
[pid=26872] ppid=26870 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26872/stat : 26872 (prissAuto.sh) S 26870 26872 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517613526 8908800 252 33554432000 4194304 4922060 140734056050928 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26872/statm: 2175 252 211 178 0 68 0

[startup+0.77129 s]
/proc/loadavg: 7.76 8.01 8.02 5/182 26872
/proc/meminfo: memFree=26109184/32951124 swapFree=67111364/67111528
[pid=26872] ppid=26870 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26872/stat : 26872 (prissAuto.sh) S 26870 26872 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517613526 8908800 252 33554432000 4194304 4922060 140734056050928 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26872/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.80054 s]
/proc/loadavg: 7.76 8.01 8.02 5/182 26872
/proc/meminfo: memFree=26109184/32951124 swapFree=67111364/67111528
[pid=26872] ppid=26870 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26872/stat : 26872 (prissAuto.sh) S 26870 26872 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517613526 8908800 252 33554432000 4194304 4922060 140734056050928 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26872/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.900522 s]
/proc/loadavg: 7.76 8.01 8.02 5/182 26872
/proc/meminfo: memFree=26109184/32951124 swapFree=67111364/67111528
[pid=26872] ppid=26870 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26872/stat : 26872 (prissAuto.sh) S 26870 26872 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517613526 8908800 252 33554432000 4194304 4922060 140734056050928 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26872/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.00051 s]
/proc/loadavg: 7.76 8.01 8.02 5/182 26872
/proc/meminfo: memFree=26109184/32951124 swapFree=67111364/67111528
[pid=26872] ppid=26870 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26872/stat : 26872 (prissAuto.sh) S 26870 26872 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517613526 8908800 252 33554432000 4194304 4922060 140734056050928 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26872/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50042 s]
/proc/loadavg: 7.76 8.01 8.02 5/182 26872
/proc/meminfo: memFree=26109184/32951124 swapFree=67111364/67111528
[pid=26872] ppid=26870 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26872/stat : 26872 (prissAuto.sh) S 26870 26872 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517613526 8908800 252 33554432000 4194304 4922060 140734056050928 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26872/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10114 s]
/proc/loadavg: 7.76 8.01 8.02 10/188 26878
/proc/meminfo: memFree=26072072/32951124 swapFree=67111364/67111528
[pid=26872] ppid=26870 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26872/stat : 26872 (prissAuto.sh) S 26870 26872 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517613526 8908800 252 33554432000 4194304 4922060 140734056050928 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26872/statm: 2175 252 211 178 0 68 0
[pid=26873] ppid=26872 vsize=283516 CPUtime=12.33 cores=0,2,4,6
/proc/26873/stat : 26873 (priss) S 26872 26872 25027 0 -1 4202496 11066 0 0 0 1231 2 0 0 18 0 5 0 517613526 290320384 9515 33554432000 4194304 5787044 140733778767680 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/26873/statm: 70879 9515 404 389 0 66629 0
[pid=26873/tid=26875] ppid=26872 vsize=283516 CPUtime=3.07 cores=0,2,4,6
/proc/26873/task/26875/stat : 26875 (priss) R 26872 26872 25027 0 -1 4202560 3112 0 0 0 307 0 0 0 25 0 5 0 517613527 290320384 9515 33554432000 4194304 5787044 140733778767680 18446744073709551615 5586888 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26873/tid=26876] ppid=26872 vsize=283516 CPUtime=3.08 cores=0,2,4,6
/proc/26873/task/26876/stat : 26876 (priss) R 26872 26872 25027 0 -1 4202560 1699 0 0 0 308 0 0 0 25 0 5 0 517613527 290320384 9515 33554432000 4194304 5787044 140733778767680 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26873/tid=26877] ppid=26872 vsize=283516 CPUtime=3.06 cores=0,2,4,6
/proc/26873/task/26877/stat : 26877 (priss) R 26872 26872 25027 0 -1 4202560 2314 0 0 0 306 0 0 0 25 0 5 0 517613527 290320384 9515 33554432000 4194304 5787044 140733778767680 18446744073709551615 5586853 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26873/tid=26878] ppid=26872 vsize=283516 CPUtime=3.08 cores=0,2,4,6
/proc/26873/task/26878/stat : 26878 (priss) R 26872 26872 25027 0 -1 4202560 2270 0 0 0 308 0 0 0 25 0 5 0 517613527 290320384 9515 33554432000 4194304 5787044 140733778767680 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 292216

[startup+6.30058 s]
/proc/loadavg: 7.94 8.04 8.03 10/188 26878
/proc/meminfo: memFree=26068808/32951124 swapFree=67111364/67111528
[pid=26872] ppid=26870 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26872/stat : 26872 (prissAuto.sh) S 26870 26872 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517613526 8908800 252 33554432000 4194304 4922060 140734056050928 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26872/statm: 2175 252 211 178 0 68 0
[pid=26873] ppid=26872 vsize=284176 CPUtime=25.1 cores=0,2,4,6
/proc/26873/stat : 26873 (priss) S 26872 26872 25027 0 -1 4202496 11858 0 0 0 2508 2 0 0 18 0 5 0 517613526 290996224 10307 33554432000 4194304 5787044 140733778767680 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/26873/statm: 71044 10307 404 389 0 66794 0
[pid=26873/tid=26875] ppid=26872 vsize=284176 CPUtime=6.27 cores=0,2,4,6
/proc/26873/task/26875/stat : 26875 (priss) R 26872 26872 25027 0 -1 4202560 3336 0 0 0 627 0 0 0 25 0 5 0 517613527 290996224 10307 33554432000 4194304 5787044 140733778767680 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26873/tid=26876] ppid=26872 vsize=284176 CPUtime=6.28 cores=0,2,4,6
/proc/26873/task/26876/stat : 26876 (priss) R 26872 26872 25027 0 -1 4202560 1913 0 0 0 628 0 0 0 25 0 5 0 517613527 290996224 10307 33554432000 4194304 5787044 140733778767680 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26873/tid=26877] ppid=26872 vsize=284176 CPUtime=6.24 cores=0,2,4,6
/proc/26873/task/26877/stat : 26877 (priss) R 26872 26872 25027 0 -1 4202560 2667 0 0 0 624 0 0 0 25 0 5 0 517613527 290996224 10307 33554432000 4194304 5787044 140733778767680 18446744073709551615 5586853 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26873/tid=26878] ppid=26872 vsize=284176 CPUtime=6.28 cores=0,2,4,6
/proc/26873/task/26878/stat : 26878 (priss) R 26872 26872 25027 0 -1 4202560 2271 0 0 0 628 0 0 0 25 0 5 0 517613527 290996224 10307 33554432000 4194304 5787044 140733778767680 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 292876

[startup+12.7005 s]
/proc/loadavg: 7.95 8.04 8.03 10/188 26878
/proc/meminfo: memFree=26061128/32951124 swapFree=67111364/67111528
[pid=26872] ppid=26870 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26872/stat : 26872 (prissAuto.sh) S 26870 26872 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517613526 8908800 252 33554432000 4194304 4922060 140734056050928 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26872/statm: 2175 252 211 178 0 68 0
[pid=26873] ppid=26872 vsize=286748 CPUtime=50.69 cores=0,2,4,6
/proc/26873/stat : 26873 (priss) S 26872 26872 25027 0 -1 4202496 13486 0 0 0 5066 3 0 0 18 0 5 0 517613526 293629952 11935 33554432000 4194304 5787044 140733778767680 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/26873/statm: 71687 11935 404 389 0 67437 0
[pid=26873/tid=26875] ppid=26872 vsize=286748 CPUtime=12.68 cores=0,2,4,6
/proc/26873/task/26875/stat : 26875 (priss) R 26872 26872 25027 0 -1 4202560 3792 0 0 0 1267 1 0 0 25 0 5 0 517613527 293629952 11935 33554432000 4194304 5787044 140733778767680 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26873/tid=26876] ppid=26872 vsize=286748 CPUtime=12.69 cores=0,2,4,6
/proc/26873/task/26876/stat : 26876 (priss) R 26872 26872 25027 0 -1 4202560 2513 0 0 0 1268 1 0 0 25 0 5 0 517613527 293629952 11935 33554432000 4194304 5787044 140733778767680 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26873/tid=26877] ppid=26872 vsize=286748 CPUtime=12.61 cores=0,2,4,6
/proc/26873/task/26877/stat : 26877 (priss) R 26872 26872 25027 0 -1 4202560 3239 0 0 0 1260 1 0 0 25 0 5 0 517613527 293629952 11935 33554432000 4194304 5787044 140733778767680 18446744073709551615 5591712 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26873/tid=26878] ppid=26872 vsize=286748 CPUtime=12.68 cores=0,2,4,6
/proc/26873/task/26878/stat : 26878 (priss) R 26872 26872 25027 0 -1 4202560 2271 0 0 0 1268 0 0 0 25 0 5 0 517613527 293629952 11935 33554432000 4194304 5787044 140733778767680 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 295448

[startup+25.5012 s]
/proc/loadavg: 7.96 8.04 8.03 10/188 26879
/proc/meminfo: memFree=26049064/32951124 swapFree=67111364/67111528
[pid=26872] ppid=26870 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26872/stat : 26872 (prissAuto.sh) S 26870 26872 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517613526 8908800 252 33554432000 4194304 4922060 140734056050928 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26872/statm: 2175 252 211 178 0 68 0
[pid=26873] ppid=26872 vsize=291900 CPUtime=101.79 cores=0,2,4,6
/proc/26873/stat : 26873 (priss) S 26872 26872 25027 0 -1 4202496 16684 0 0 0 10174 5 0 0 18 0 5 0 517613526 298905600 15133 33554432000 4194304 5787044 140733778767680 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/26873/statm: 72975 15133 404 389 0 68725 0
[pid=26873/tid=26875] ppid=26872 vsize=291900 CPUtime=25.47 cores=0,2,4,6
/proc/26873/task/26875/stat : 26875 (priss) R 26872 26872 25027 0 -1 4202560 4404 0 0 0 2546 1 0 0 25 0 5 0 517613527 298905600 15133 33554432000 4194304 5787044 140733778767680 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26873/tid=26876] ppid=26872 vsize=291900 CPUtime=25.48 cores=0,2,4,6
/proc/26873/task/26876/stat : 26876 (priss) R 26872 26872 25027 0 -1 4202560 4528 0 0 0 2546 2 0 0 25 0 5 0 517613527 298905600 15133 33554432000 4194304 5787044 140733778767680 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26873/tid=26877] ppid=26872 vsize=291900 CPUtime=25.33 cores=0,2,4,6
/proc/26873/task/26877/stat : 26877 (priss) R 26872 26872 25027 0 -1 4202560 3810 0 0 0 2532 1 0 0 25 0 5 0 517613527 298905600 15133 33554432000 4194304 5787044 140733778767680 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26873/tid=26878] ppid=26872 vsize=291900 CPUtime=25.48 cores=0,2,4,6
/proc/26873/task/26878/stat : 26878 (priss) R 26872 26872 25027 0 -1 4202560 2271 0 0 0 2548 0 0 0 25 0 5 0 517613527 298905600 15133 33554432000 4194304 5787044 140733778767680 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 300600

[startup+51.1007 s]
/proc/loadavg: 7.97 8.03 8.02 10/188 26879
/proc/meminfo: memFree=26033760/32951124 swapFree=67111364/67111528
[pid=26872] ppid=26870 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26872/stat : 26872 (prissAuto.sh) S 26870 26872 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517613526 8908800 252 33554432000 4194304 4922060 140734056050928 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26872/statm: 2175 252 211 178 0 68 0
[pid=26873] ppid=26872 vsize=299288 CPUtime=204.05 cores=0,2,4,6
/proc/26873/stat : 26873 (priss) S 26872 26872 25027 0 -1 4202496 20407 0 0 0 20397 8 0 0 18 0 5 0 517613526 306470912 18851 33554432000 4194304 5787044 140733778767680 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/26873/statm: 74822 18851 405 389 0 70572 0
[pid=26873/tid=26875] ppid=26872 vsize=299288 CPUtime=51.07 cores=0,2,4,6
/proc/26873/task/26875/stat : 26875 (priss) R 26872 26872 25027 0 -1 4202560 5789 0 0 0 5105 2 0 0 25 0 5 0 517613527 306470912 18851 33554432000 4194304 5787044 140733778767680 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26873/tid=26876] ppid=26872 vsize=299288 CPUtime=51.07 cores=0,2,4,6
/proc/26873/task/26876/stat : 26876 (priss) R 26872 26872 25027 0 -1 4202560 5108 0 0 0 5105 2 0 0 25 0 5 0 517613527 306470912 18851 33554432000 4194304 5787044 140733778767680 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26873/tid=26877] ppid=26872 vsize=299288 CPUtime=50.79 cores=0,2,4,6
/proc/26873/task/26877/stat : 26877 (priss) R 26872 26872 25027 0 -1 4202560 5568 0 0 0 5077 2 0 0 25 0 5 0 517613527 306470912 18851 33554432000 4194304 5787044 140733778767680 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26873/tid=26878] ppid=26872 vsize=299288 CPUtime=51.08 cores=0,2,4,6
/proc/26873/task/26878/stat : 26878 (priss) R 26872 26872 25027 0 -1 4202560 2271 0 0 0 5108 0 0 0 25 0 5 0 517613527 306470912 18851 33554432000 4194304 5787044 140733778767680 18446744073709551615 228244042703 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 204.05
Current children cumulated vsize (KiB) 307988

[startup+102.301 s]
/proc/loadavg: 8.07 8.05 8.03 10/188 26881
/proc/meminfo: memFree=26000996/32951124 swapFree=67111364/67111528
[pid=26872] ppid=26870 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26872/stat : 26872 (prissAuto.sh) S 26870 26872 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517613526 8908800 252 33554432000 4194304 4922060 140734056050928 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26872/statm: 2175 252 211 178 0 68 0
[pid=26873] ppid=26872 vsize=309672 CPUtime=408.54 cores=0,2,4,6
/proc/26873/stat : 26873 (priss) S 26872 26872 25027 0 -1 4202496 27984 0 0 0 40839 15 0 0 18 0 5 0 517613526 317104128 25257 33554432000 4194304 5787044 140733778767680 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/26873/statm: 77418 25257 418 389 0 73168 0
[pid=26873/tid=26875] ppid=26872 vsize=309672 CPUtime=102.27 cores=0,2,4,6
/proc/26873/task/26875/stat : 26875 (priss) R 26872 26872 25027 0 -1 4202560 7122 0 0 0 10223 4 0 0 25 0 5 0 517613527 317104128 25257 33554432000 4194304 5787044 140733778767680 18446744073709551615 5576432 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26873/tid=26876] ppid=26872 vsize=309672 CPUtime=102.26 cores=0,2,4,6
/proc/26873/task/26876/stat : 26876 (priss) R 26872 26872 25027 0 -1 4202560 6663 0 0 0 10221 5 0 0 25 0 5 0 517613527 317104128 25257 33554432000 4194304 5787044 140733778767680 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26873/tid=26877] ppid=26872 vsize=309672 CPUtime=101.69 cores=0,2,4,6
/proc/26873/task/26877/stat : 26877 (priss) R 26872 26872 25027 0 -1 4202560 7344 0 0 0 10165 4 0 0 25 0 5 0 517613527 317104128 25257 33554432000 4194304 5787044 140733778767680 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26873/tid=26878] ppid=26872 vsize=309672 CPUtime=102.27 cores=0,2,4,6
/proc/26873/task/26878/stat : 26878 (priss) R 26872 26872 25027 0 -1 4202560 5184 0 0 0 10227 0 0 0 25 0 5 0 517613527 317104128 25257 33554432000 4194304 5787044 140733778767680 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.54
Current children cumulated vsize (KiB) 318372

[startup+162.3 s]
/proc/loadavg: 8.14 8.09 8.04 10/188 26882
/proc/meminfo: memFree=25953108/32951124 swapFree=67111364/67111528
[pid=26872] ppid=26870 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26872/stat : 26872 (prissAuto.sh) S 26870 26872 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517613526 8908800 252 33554432000 4194304 4922060 140734056050928 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26872/statm: 2175 252 211 178 0 68 0
[pid=26873] ppid=26872 vsize=321140 CPUtime=648.22 cores=0,2,4,6

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

/proc/26873/task/26876/stat : 26876 (priss) R 26872 26872 25027 0 -1 4202560 18085 0 0 0 82206 15 0 0 25 0 5 0 517613527 386695168 63900 33554432000 4194304 5787044 140733778767680 18446744073709551615 5591315 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26873/tid=26877] ppid=26872 vsize=377632 CPUtime=817.7 cores=0,2,4,6
/proc/26873/task/26877/stat : 26877 (priss) R 26872 26872 25027 0 -1 4202560 18239 0 0 0 81751 19 0 0 25 0 5 0 517613527 386695168 63900 33554432000 4194304 5787044 140733778767680 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26873/tid=26878] ppid=26872 vsize=377632 CPUtime=821.69 cores=0,2,4,6
/proc/26873/task/26878/stat : 26878 (priss) R 26872 26872 25027 0 -1 4202560 13675 0 0 0 82159 10 0 0 25 0 5 0 517613527 386695168 63900 33554432000 4194304 5787044 140733778767680 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3283.88
Current children cumulated vsize (KiB) 386332

[startup+882.301 s]
/proc/loadavg: 8.02 8.11 8.08 10/188 26913
/proc/meminfo: memFree=25724952/32951124 swapFree=67111364/67111528
[pid=26872] ppid=26870 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26872/stat : 26872 (prissAuto.sh) S 26870 26872 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517613526 8908800 252 33554432000 4194304 4922060 140734056050928 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26872/statm: 2175 252 211 178 0 68 0
[pid=26873] ppid=26872 vsize=381732 CPUtime=3523.52 cores=0,2,4,6
/proc/26873/stat : 26873 (priss) S 26872 26872 25027 0 -1 4202496 71473 0 0 0 352291 61 0 0 18 0 5 0 517613526 390893568 67538 33554432000 4194304 5787044 140733778767680 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/26873/statm: 95433 67538 419 389 0 91183 0
[pid=26873/tid=26875] ppid=26872 vsize=381732 CPUtime=882.24 cores=0,2,4,6
/proc/26873/task/26875/stat : 26875 (priss) R 26872 26872 25027 0 -1 4202560 15998 0 0 0 88212 12 0 0 25 0 5 0 517613527 390893568 67538 33554432000 4194304 5787044 140733778767680 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26873/tid=26876] ppid=26872 vsize=381732 CPUtime=882.2 cores=0,2,4,6
/proc/26873/task/26876/stat : 26876 (priss) R 26872 26872 25027 0 -1 4202560 18653 0 0 0 88204 16 0 0 25 0 5 0 517613527 390893568 67538 33554432000 4194304 5787044 140733778767680 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26873/tid=26877] ppid=26872 vsize=381732 CPUtime=877.36 cores=0,2,4,6
/proc/26873/task/26877/stat : 26877 (priss) R 26872 26872 25027 0 -1 4202560 19150 0 0 0 87716 20 0 0 25 0 5 0 517613527 390893568 67538 33554432000 4194304 5787044 140733778767680 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26873/tid=26878] ppid=26872 vsize=381732 CPUtime=881.68 cores=0,2,4,6
/proc/26873/task/26878/stat : 26878 (priss) R 26872 26872 25027 0 -1 4202560 16001 0 0 0 88156 12 0 0 25 0 5 0 517613527 390893568 67538 33554432000 4194304 5787044 140733778767680 18446744073709551615 5521936 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3523.52
Current children cumulated vsize (KiB) 390432

[startup+942.307 s]
/proc/loadavg: 7.78 8.02 8.05 9/188 26948
/proc/meminfo: memFree=25925936/32951124 swapFree=67111364/67111528
[pid=26872] ppid=26870 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26872/stat : 26872 (prissAuto.sh) S 26870 26872 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517613526 8908800 252 33554432000 4194304 4922060 140734056050928 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26872/statm: 2175 252 211 178 0 68 0
[pid=26873] ppid=26872 vsize=383756 CPUtime=3763.21 cores=0,2,4,6
/proc/26873/stat : 26873 (priss) S 26872 26872 25027 0 -1 4202496 73443 0 0 0 376257 64 0 0 18 0 5 0 517613526 392966144 69508 33554432000 4194304 5787044 140733778767680 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/26873/statm: 95939 69508 419 389 0 91689 0
[pid=26873/tid=26875] ppid=26872 vsize=383756 CPUtime=942.25 cores=0,2,4,6
/proc/26873/task/26875/stat : 26875 (priss) R 26872 26872 25027 0 -1 4202560 16403 0 0 0 94213 12 0 0 25 0 5 0 517613527 392966144 69508 33554432000 4194304 5787044 140733778767680 18446744073709551615 5591328 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26873/tid=26876] ppid=26872 vsize=383756 CPUtime=942.2 cores=0,2,4,6
/proc/26873/task/26876/stat : 26876 (priss) R 26872 26872 25027 0 -1 4202560 19337 0 0 0 94203 17 0 0 25 0 5 0 517613527 392966144 69508 33554432000 4194304 5787044 140733778767680 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26873/tid=26877] ppid=26872 vsize=383756 CPUtime=937.04 cores=0,2,4,6
/proc/26873/task/26877/stat : 26877 (priss) R 26872 26872 25027 0 -1 4202560 20031 0 0 0 93682 22 0 0 25 0 5 0 517613527 392966144 69508 33554432000 4194304 5787044 140733778767680 18446744073709551615 5591342 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26873/tid=26878] ppid=26872 vsize=383756 CPUtime=941.69 cores=0,2,4,6
/proc/26873/task/26878/stat : 26878 (priss) R 26872 26872 25027 0 -1 4202560 16001 0 0 0 94157 12 0 0 25 0 5 0 517613527 392966144 69508 33554432000 4194304 5787044 140733778767680 18446744073709551615 5527392 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3763.21
Current children cumulated vsize (KiB) 392456

[startup+1002.3 s]
/proc/loadavg: 7.92 8.02 8.05 9/188 26950
/proc/meminfo: memFree=25861776/32951124 swapFree=67111364/67111528
[pid=26872] ppid=26870 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26872/stat : 26872 (prissAuto.sh) S 26870 26872 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517613526 8908800 252 33554432000 4194304 4922060 140734056050928 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26872/statm: 2175 252 211 178 0 68 0
[pid=26873] ppid=26872 vsize=392352 CPUtime=4002.85 cores=0,2,4,6
/proc/26873/stat : 26873 (priss) S 26872 26872 25027 0 -1 4202496 75869 0 0 0 400219 66 0 0 18 0 5 0 517613526 401768448 71729 33554432000 4194304 5787044 140733778767680 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/26873/statm: 98088 71729 419 389 0 93838 0
[pid=26873/tid=26875] ppid=26872 vsize=392352 CPUtime=1002.25 cores=0,2,4,6
/proc/26873/task/26875/stat : 26875 (priss) R 26872 26872 25027 0 -1 4202560 17097 0 0 0 100212 13 0 0 25 0 5 0 517613527 401768448 71729 33554432000 4194304 5787044 140733778767680 18446744073709551615 5591488 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26873/tid=26876] ppid=26872 vsize=392352 CPUtime=1002.19 cores=0,2,4,6
/proc/26873/task/26876/stat : 26876 (priss) R 26872 26872 25027 0 -1 4202560 20677 0 0 0 100201 18 0 0 25 0 5 0 517613527 401768448 71729 33554432000 4194304 5787044 140733778767680 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26873/tid=26877] ppid=26872 vsize=392352 CPUtime=996.69 cores=0,2,4,6
/proc/26873/task/26877/stat : 26877 (priss) R 26872 26872 25027 0 -1 4202560 20423 0 0 0 99647 22 0 0 25 0 5 0 517613527 401768448 71729 33554432000 4194304 5787044 140733778767680 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26873/tid=26878] ppid=26872 vsize=392352 CPUtime=1001.68 cores=0,2,4,6
/proc/26873/task/26878/stat : 26878 (priss) R 26872 26872 25027 0 -1 4202560 16001 0 0 0 100156 12 0 0 25 0 5 0 517613527 401768448 71729 33554432000 4194304 5787044 140733778767680 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4002.85
Current children cumulated vsize (KiB) 401052

[startup+1062.3 s]
/proc/loadavg: 7.97 8.01 8.04 9/188 26951
/proc/meminfo: memFree=25814520/32951124 swapFree=67111364/67111528
[pid=26872] ppid=26870 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26872/stat : 26872 (prissAuto.sh) S 26870 26872 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517613526 8908800 252 33554432000 4194304 4922060 140734056050928 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26872/statm: 2175 252 211 178 0 68 0
[pid=26873] ppid=26872 vsize=398036 CPUtime=4242.51 cores=0,2,4,6
/proc/26873/stat : 26873 (priss) S 26872 26872 25027 0 -1 4202496 78371 0 0 0 424183 68 0 0 18 0 5 0 517613526 407588864 74231 33554432000 4194304 5787044 140733778767680 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/26873/statm: 99509 74231 419 389 0 95259 0
[pid=26873/tid=26875] ppid=26872 vsize=398036 CPUtime=1062.24 cores=0,2,4,6
/proc/26873/task/26875/stat : 26875 (priss) R 26872 26872 25027 0 -1 4202560 17210 0 0 0 106211 13 0 0 25 0 5 0 517613527 407588864 74231 33554432000 4194304 5787044 140733778767680 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26873/tid=26876] ppid=26872 vsize=398036 CPUtime=1062.2 cores=0,2,4,6
/proc/26873/task/26876/stat : 26876 (priss) R 26872 26872 25027 0 -1 4202560 21637 0 0 0 106200 20 0 0 25 0 5 0 517613527 407588864 74231 33554432000 4194304 5787044 140733778767680 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26873/tid=26877] ppid=26872 vsize=398036 CPUtime=1056.35 cores=0,2,4,6
/proc/26873/task/26877/stat : 26877 (priss) R 26872 26872 25027 0 -1 4202560 20423 0 0 0 105613 22 0 0 25 0 5 0 517613527 407588864 74231 33554432000 4194304 5787044 140733778767680 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26873/tid=26878] ppid=26872 vsize=398036 CPUtime=1061.68 cores=0,2,4,6
/proc/26873/task/26878/stat : 26878 (priss) R 26872 26872 25027 0 -1 4202560 17430 0 0 0 106156 12 0 0 25 0 5 0 517613527 407588864 74231 33554432000 4194304 5787044 140733778767680 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4242.51
Current children cumulated vsize (KiB) 406736

[startup+1122.3 s]
/proc/loadavg: 7.99 8.01 8.04 9/188 26953
/proc/meminfo: memFree=25779036/32951124 swapFree=67111364/67111528
[pid=26872] ppid=26870 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26872/stat : 26872 (prissAuto.sh) S 26870 26872 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517613526 8908800 252 33554432000 4194304 4922060 140734056050928 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26872/statm: 2175 252 211 178 0 68 0
[pid=26873] ppid=26872 vsize=405112 CPUtime=4482.19 cores=0,2,4,6
/proc/26873/stat : 26873 (priss) S 26872 26872 25027 0 -1 4202496 80936 0 0 0 448149 70 0 0 18 0 5 0 517613526 414834688 76796 33554432000 4194304 5787044 140733778767680 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/26873/statm: 101278 76796 419 389 0 97028 0
[pid=26873/tid=26875] ppid=26872 vsize=405112 CPUtime=1122.25 cores=0,2,4,6
/proc/26873/task/26875/stat : 26875 (priss) R 26872 26872 25027 0 -1 4202560 18368 0 0 0 112212 13 0 0 25 0 5 0 517613527 414834688 76796 33554432000 4194304 5787044 140733778767680 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26873/tid=26876] ppid=26872 vsize=405112 CPUtime=1122.2 cores=0,2,4,6
/proc/26873/task/26876/stat : 26876 (priss) R 26872 26872 25027 0 -1 4202560 22366 0 0 0 112199 21 0 0 25 0 5 0 517613527 414834688 76796 33554432000 4194304 5787044 140733778767680 18446744073709551615 5591568 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26873/tid=26877] ppid=26872 vsize=405112 CPUtime=1116.02 cores=0,2,4,6
/proc/26873/task/26877/stat : 26877 (priss) R 26872 26872 25027 0 -1 4202560 20423 0 0 0 111580 22 0 0 25 0 5 0 517613527 414834688 76796 33554432000 4194304 5787044 140733778767680 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26873/tid=26878] ppid=26872 vsize=405112 CPUtime=1121.69 cores=0,2,4,6
/proc/26873/task/26878/stat : 26878 (priss) R 26872 26872 25027 0 -1 4202560 18108 0 0 0 112156 13 0 0 25 0 5 0 517613527 414834688 76796 33554432000 4194304 5787044 140733778767680 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4482.19
Current children cumulated vsize (KiB) 413812

[startup+1182.3 s]
/proc/loadavg: 8.07 8.02 8.04 9/188 26954
/proc/meminfo: memFree=25724072/32951124 swapFree=67111364/67111528
[pid=26872] ppid=26870 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26872/stat : 26872 (prissAuto.sh) S 26870 26872 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517613526 8908800 252 33554432000 4194304 4922060 140734056050928 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26872/statm: 2175 252 211 178 0 68 0
[pid=26873] ppid=26872 vsize=412156 CPUtime=4721.81 cores=0,2,4,6
/proc/26873/stat : 26873 (priss) S 26872 26872 25027 0 -1 4202496 84400 0 0 0 472108 73 0 0 18 0 5 0 517613526 422047744 79810 33554432000 4194304 5787044 140733778767680 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/26873/statm: 103039 79810 419 389 0 98789 0
[pid=26873/tid=26875] ppid=26872 vsize=412156 CPUtime=1182.2 cores=0,2,4,6
/proc/26873/task/26875/stat : 26875 (priss) R 26872 26872 25027 0 -1 4202560 19051 0 0 0 118207 13 0 0 25 0 5 0 517613527 422047744 79810 33554432000 4194304 5787044 140733778767680 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26873/tid=26876] ppid=26872 vsize=412156 CPUtime=1182.19 cores=0,2,4,6
/proc/26873/task/26876/stat : 26876 (priss) R 26872 26872 25027 0 -1 4202560 23428 0 0 0 118197 22 0 0 25 0 5 0 517613527 422047744 79810 33554432000 4194304 5787044 140733778767680 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26873/tid=26877] ppid=26872 vsize=412156 CPUtime=1175.68 cores=0,2,4,6
/proc/26873/task/26877/stat : 26877 (priss) R 26872 26872 25027 0 -1 4202560 20425 0 0 0 117546 22 0 0 25 0 5 0 517613527 422047744 79810 33554432000 4194304 5787044 140733778767680 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26873/tid=26878] ppid=26872 vsize=412156 CPUtime=1181.68 cores=0,2,4,6
/proc/26873/task/26878/stat : 26878 (priss) R 26872 26872 25027 0 -1 4202560 19825 0 0 0 118155 13 0 0 25 0 5 0 517613527 422047744 79810 33554432000 4194304 5787044 140733778767680 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4721.81
Current children cumulated vsize (KiB) 420856



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.91 s]
/proc/loadavg: 8.05 8.02 8.03 9/188 26955
/proc/meminfo: memFree=25718976/32951124 swapFree=67111364/67111528
[pid=26872] ppid=26870 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26872/stat : 26872 (prissAuto.sh) S 26870 26872 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517613526 8908800 252 33554432000 4194304 4922060 140734056050928 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26872/statm: 2175 252 211 178 0 68 0
[pid=26873] ppid=26872 vsize=416256 CPUtime=4800.14 cores=0,2,4,6
/proc/26873/stat : 26873 (priss) S 26872 26872 25027 0 -1 4202496 84952 0 0 0 479941 73 0 0 18 0 5 0 517613526 426246144 80362 33554432000 4194304 5787044 140733778767680 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/26873/statm: 104064 80362 419 389 0 99814 0
[pid=26873/tid=26875] ppid=26872 vsize=416256 CPUtime=1201.82 cores=0,2,4,6
/proc/26873/task/26875/stat : 26875 (priss) R 26872 26872 25027 0 -1 4202560 19051 0 0 0 120169 13 0 0 25 0 5 0 517613527 426246144 80362 33554432000 4194304 5787044 140733778767680 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26873/tid=26876] ppid=26872 vsize=416256 CPUtime=1201.8 cores=0,2,4,6
/proc/26873/task/26876/stat : 26876 (priss) R 26872 26872 25027 0 -1 4202560 23428 0 0 0 120158 22 0 0 25 0 5 0 517613527 426246144 80362 33554432000 4194304 5787044 140733778767680 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26873/tid=26877] ppid=26872 vsize=416256 CPUtime=1195.18 cores=0,2,4,6
/proc/26873/task/26877/stat : 26877 (priss) R 26872 26872 25027 0 -1 4202560 20427 0 0 0 119496 22 0 0 25 0 5 0 517613527 426246144 80362 33554432000 4194304 5787044 140733778767680 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26873/tid=26878] ppid=26872 vsize=416256 CPUtime=1201.3 cores=0,2,4,6
/proc/26873/task/26878/stat : 26878 (priss) R 26872 26872 25027 0 -1 4202560 20375 0 0 0 120116 14 0 0 25 0 5 0 517613527 426246144 80362 33554432000 4194304 5787044 140733778767680 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.14
Current children cumulated vsize (KiB) 424956

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

Real time (s): 1201.92
CPU time (s): 4800.14
CPU user time (s): 4799.41
CPU system time (s): 0.73
CPU usage (%): 399.371
Max. virtual memory (cumulated for all children) (KiB): 424956

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

runsolver used 1.76673 second user time and 4.79827 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-29 08:55:56
IDJOB=3262119
IDBENCH=83273
IDSOLVER=1602
FILE ID=node136/3262119-1304060156
RUNJOBID= node136-1304053650-25979
PBS_JOBID= 13170391
Free space on /tmp= 72332 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-19_348.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3262119-1304060156/watcher-3262119-1304060156 -o /tmp/evaluation-result-3262119-1304060156/solver-3262119-1304060156 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3262119-1304060156.cnf 716287154 4800 15500 4

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

MD5SUM BENCH= d56eb1fbc523242359df78e10ae2a44f
RANDOM SEED=716287154

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26109480 kB
Buffers:       1059724 kB
Cached:        5000724 kB
SwapCached:        100 kB
Active:         841696 kB
Inactive:      5449560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26109480 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            1996 kB
Writeback:           0 kB
AnonPages:      230524 kB
Mapped:          15616 kB
Slab:           485908 kB
PageTables:       5160 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   428176 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= 72332 MiB
End job on node136 at 2011-04-29 09:16:00