Trace number 3291044

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.22 1203.42

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/E00N23.cnf
MD5SUM1a1f0dddf727883e0973677dd00e9269
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables15364
Number of clauses2210893
Sum of the clauses size20370578
Maximum clause length105
Minimum clause length1
Number of clauses of size 128
Number of clauses of size 241189
Number of clauses of size 336730
Number of clauses of size 432798
Number of clauses of size 5188784
Number of clauses of size over 51911364

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: 16067
0.00/0.00	c setup for 4cores
1.39/1.48	c parsetime: 1477172us
1.39/1.48	c parsed 2210893 clauses with 15364 variables
1.79/1.81	c NW started thread 0 successfully (1098987840)
2.57/2.25	c NW started thread 1 successfully (1084430656)
3.69/2.69	c NW started thread 2 successfully (1113667904)
5.58/3.10	c NW started thread 3 successfully (1124157760)
1098.55/276.78	c preprocessor returned 15664 variables
1098.55/276.78	c preprocessing returned UNKNOWN
1098.55/276.78	c PP set 950 variables
1098.55/276.78	c pp time: 274958442us (274s)
1101.74/277.54	c preprocessor returned 15664 variables
1101.74/277.54	c preprocessing returned UNKNOWN
1101.74/277.54	c PP set 950 variables
1101.74/277.54	c pp time: 275283183us (275s)
1111.73/280.01	c preprocessor returned 15664 variables
1111.73/280.01	c preprocessing returned UNKNOWN
1111.73/280.01	c PP set 950 variables
1111.73/280.01	c pp time: 277308096us (277s)
1929.38/484.76	c preprocessor returned 30004 variables
1929.38/484.76	c preprocessing returned UNKNOWN
1929.38/484.76	c PP set 950 variables
1929.38/484.76	c pp time: 481653283us (481s)
1934.57/486.03	c HTE
1947.75/489.37	c subsumption
1947.75/489.37	c simplified formula contains 0 unit clauses
2092.74/525.66	c added unsatisfied clause
2092.74/525.66	c failed to add network clauses
4601.66/1153.74	c added unsatisfied clause
4601.66/1153.74	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-3291044-1304063020/watcher-3291044-1304063020 -o /tmp/evaluation-result-3291044-1304063020/solver-3291044-1304063020 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3291044-1304063020.cnf 1531441685 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: 4.77 4.63 5.86 6/182 16066
/proc/meminfo: memFree=30170728/32951124 swapFree=67111364/67111528
[pid=16066] ppid=16064 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16066/stat : 16066 (prissAuto.sh) S 16064 16066 13999 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 517902677 8908800 252 33554432000 4194304 4922060 140735146857888 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16066/statm: 2175 252 211 178 0 68 0

[startup+0.0665161 s]
/proc/loadavg: 4.77 4.63 5.86 6/182 16066
/proc/meminfo: memFree=30170728/32951124 swapFree=67111364/67111528
[pid=16066] ppid=16064 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16066/stat : 16066 (prissAuto.sh) S 16064 16066 13999 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 517902677 8908800 252 33554432000 4194304 4922060 140735146857888 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16066/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100522 s]
/proc/loadavg: 4.77 4.63 5.86 6/182 16066
/proc/meminfo: memFree=30170728/32951124 swapFree=67111364/67111528
[pid=16066] ppid=16064 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16066/stat : 16066 (prissAuto.sh) S 16064 16066 13999 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 517902677 8908800 252 33554432000 4194304 4922060 140735146857888 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16066/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300479 s]
/proc/loadavg: 4.77 4.63 5.86 6/182 16066
/proc/meminfo: memFree=30170728/32951124 swapFree=67111364/67111528
[pid=16066] ppid=16064 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16066/stat : 16066 (prissAuto.sh) S 16064 16066 13999 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 517902677 8908800 252 33554432000 4194304 4922060 140735146857888 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16066/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700403 s]
/proc/loadavg: 4.77 4.63 5.86 6/182 16066
/proc/meminfo: memFree=30170728/32951124 swapFree=67111364/67111528
[pid=16066] ppid=16064 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16066/stat : 16066 (prissAuto.sh) S 16064 16066 13999 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 517902677 8908800 252 33554432000 4194304 4922060 140735146857888 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16066/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50026 s]
/proc/loadavg: 4.77 4.63 5.86 6/184 16068
/proc/meminfo: memFree=30064444/32951124 swapFree=67111364/67111528
[pid=16066] ppid=16064 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16066/stat : 16066 (prissAuto.sh) S 16064 16066 13999 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 517902677 8908800 252 33554432000 4194304 4922060 140735146857888 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16066/statm: 2175 252 211 178 0 68 0
[pid=16067] ppid=16066 vsize=201604 CPUtime=1.49 cores=0,2,4,6
/proc/16067/stat : 16067 (priss) R 16066 16066 13999 0 -1 4202496 48580 0 0 0 142 7 0 0 18 0 1 0 517902677 206442496 44574 33554432000 4194304 5787044 140735554971792 18446744073709551615 253640520389 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16067/statm: 50401 44576 308 389 0 46151 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 210304

[startup+3.10093 s]
/proc/loadavg: 4.77 4.63 5.86 7/185 16069
/proc/meminfo: memFree=29661448/32951124 swapFree=67111364/67111528
[pid=16066] ppid=16064 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16066/stat : 16066 (prissAuto.sh) S 16064 16066 13999 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 517902677 8908800 252 33554432000 4194304 4922060 140735146857888 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16066/statm: 2175 252 211 178 0 68 0
[pid=16067] ppid=16066 vsize=1318752 CPUtime=5.58 cores=0,2,4,6
/proc/16067/stat : 16067 (priss) R 16066 16066 13999 0 -1 4202496 289397 0 0 0 516 42 0 0 18 0 4 0 517902677 1350402048 280595 33554432000 4194304 5787044 140735554971792 18446744073709551615 253640515591 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16067/statm: 329688 280595 342 389 0 325438 0
[pid=16067/tid=16069] ppid=16066 vsize=1318752 CPUtime=1.27 cores=0,2,4,6
/proc/16067/task/16069/stat : 16069 (priss) R 16066 16066 13999 0 -1 4202560 28599 0 0 0 124 3 0 0 18 0 4 0 517902859 1350402048 280595 33554432000 4194304 5787044 140735554971792 18446744073709551615 4332735 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.58
Current children cumulated vsize (KiB) 1327452

[startup+6.30035 s]
/proc/loadavg: 5.03 4.69 5.87 9/188 16072
/proc/meminfo: memFree=28934908/32951124 swapFree=67111364/67111528
[pid=16066] ppid=16064 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16066/stat : 16066 (prissAuto.sh) S 16064 16066 13999 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 517902677 8908800 252 33554432000 4194304 4922060 140735146857888 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16066/statm: 2175 252 211 178 0 68 0
[pid=16067] ppid=16066 vsize=1464932 CPUtime=18.35 cores=0,2,4,6
/proc/16067/stat : 16067 (priss) S 16066 16066 13999 0 -1 4202496 317903 0 0 0 1789 46 0 0 18 0 5 0 517902677 1500090368 307801 33554432000 4194304 5787044 140735554971792 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16067/statm: 366233 307801 349 389 0 361983 0
[pid=16067/tid=16069] ppid=16066 vsize=1464932 CPUtime=4.47 cores=0,2,4,6
/proc/16067/task/16069/stat : 16069 (priss) R 16066 16066 13999 0 -1 4202560 28599 0 0 0 444 3 0 0 25 0 5 0 517902859 1500090368 307801 33554432000 4194304 5787044 140735554971792 18446744073709551615 4332402 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16067/tid=16070] ppid=16066 vsize=1464932 CPUtime=4.01 cores=0,2,4,6
/proc/16067/task/16070/stat : 16070 (priss) R 16066 16066 13999 0 -1 4202560 28485 0 0 0 398 3 0 0 25 0 5 0 517902902 1500090368 307801 33554432000 4194304 5787044 140735554971792 18446744073709551615 4332714 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16067/tid=16071] ppid=16066 vsize=1464932 CPUtime=3.57 cores=0,2,4,6
/proc/16067/task/16071/stat : 16071 (priss) R 16066 16066 13999 0 -1 4202560 39706 0 0 0 353 4 0 0 25 0 5 0 517902947 1500090368 307801 33554432000 4194304 5787044 140735554971792 18446744073709551615 4332714 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16067/tid=16072] ppid=16066 vsize=1464932 CPUtime=3.18 cores=0,2,4,6
/proc/16067/task/16072/stat : 16072 (priss) R 16066 16066 13999 0 -1 4202560 28383 0 0 0 316 2 0 0 25 0 5 0 517902988 1500090368 307801 33554432000 4194304 5787044 140735554971792 18446744073709551615 4332714 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 18.35
Current children cumulated vsize (KiB) 1473632

[startup+12.7012 s]
/proc/loadavg: 5.27 4.74 5.89 9/188 16072
/proc/meminfo: memFree=28877268/32951124 swapFree=67111364/67111528
[pid=16066] ppid=16064 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16066/stat : 16066 (prissAuto.sh) S 16064 16066 13999 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 517902677 8908800 252 33554432000 4194304 4922060 140735146857888 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16066/statm: 2175 252 211 178 0 68 0
[pid=16067] ppid=16066 vsize=1573912 CPUtime=43.92 cores=0,2,4,6
/proc/16067/stat : 16067 (priss) S 16066 16066 13999 0 -1 4202496 347838 0 0 0 4343 49 0 0 18 0 5 0 517902677 1611685888 319828 33554432000 4194304 5787044 140735554971792 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16067/statm: 393478 319828 351 389 0 389228 0
[pid=16067/tid=16069] ppid=16066 vsize=1573912 CPUtime=10.87 cores=0,2,4,6
/proc/16067/task/16069/stat : 16069 (priss) R 16066 16066 13999 0 -1 4202560 36180 0 0 0 1083 4 0 0 25 0 5 0 517902859 1611685888 319828 33554432000 4194304 5787044 140735554971792 18446744073709551615 4340049 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16067/tid=16070] ppid=16066 vsize=1573912 CPUtime=10.41 cores=0,2,4,6
/proc/16067/task/16070/stat : 16070 (priss) R 16066 16066 13999 0 -1 4202560 36543 0 0 0 1037 4 0 0 25 0 5 0 517902902 1611685888 319828 33554432000 4194304 5787044 140735554971792 18446744073709551615 4340016 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16067/tid=16071] ppid=16066 vsize=1573912 CPUtime=9.93 cores=0,2,4,6
/proc/16067/task/16071/stat : 16071 (priss) R 16066 16066 13999 0 -1 4202560 45942 0 0 0 989 4 0 0 25 0 5 0 517902947 1611685888 319828 33554432000 4194304 5787044 140735554971792 18446744073709551615 4340056 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16067/tid=16072] ppid=16066 vsize=1573912 CPUtime=9.58 cores=0,2,4,6
/proc/16067/task/16072/stat : 16072 (priss) R 16066 16066 13999 0 -1 4202560 36443 0 0 0 955 3 0 0 25 0 5 0 517902988 1611685888 319828 33554432000 4194304 5787044 140735554971792 18446744073709551615 4340045 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 43.92
Current children cumulated vsize (KiB) 1582612

[startup+25.5008 s]
/proc/loadavg: 5.87 4.90 5.92 9/188 16073
/proc/meminfo: memFree=28860148/32951124 swapFree=67111364/67111528
[pid=16066] ppid=16064 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16066/stat : 16066 (prissAuto.sh) S 16064 16066 13999 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 517902677 8908800 252 33554432000 4194304 4922060 140735146857888 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16066/statm: 2175 252 211 178 0 68 0
[pid=16067] ppid=16066 vsize=1573912 CPUtime=95.06 cores=0,2,4,6
/proc/16067/stat : 16067 (priss) S 16066 16066 13999 0 -1 4202496 347838 0 0 0 9456 50 0 0 18 0 5 0 517902677 1611685888 319828 33554432000 4194304 5787044 140735554971792 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16067/statm: 393478 319828 351 389 0 389228 0
[pid=16067/tid=16069] ppid=16066 vsize=1573912 CPUtime=23.67 cores=0,2,4,6
/proc/16067/task/16069/stat : 16069 (priss) R 16066 16066 13999 0 -1 4202560 36180 0 0 0 2363 4 0 0 25 0 5 0 517902859 1611685888 319828 33554432000 4194304 5787044 140735554971792 18446744073709551615 4340028 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16067/tid=16070] ppid=16066 vsize=1573912 CPUtime=23.21 cores=0,2,4,6
/proc/16067/task/16070/stat : 16070 (priss) R 16066 16066 13999 0 -1 4202560 36543 0 0 0 2317 4 0 0 25 0 5 0 517902902 1611685888 319828 33554432000 4194304 5787044 140735554971792 18446744073709551615 4340056 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16067/tid=16071] ppid=16066 vsize=1573912 CPUtime=22.67 cores=0,2,4,6
/proc/16067/task/16071/stat : 16071 (priss) R 16066 16066 13999 0 -1 4202560 45942 0 0 0 2263 4 0 0 25 0 5 0 517902947 1611685888 319828 33554432000 4194304 5787044 140735554971792 18446744073709551615 4340052 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16067/tid=16072] ppid=16066 vsize=1573912 CPUtime=22.38 cores=0,2,4,6
/proc/16067/task/16072/stat : 16072 (priss) R 16066 16066 13999 0 -1 4202560 36443 0 0 0 2234 4 0 0 25 0 5 0 517902988 1611685888 319828 33554432000 4194304 5787044 140735554971792 18446744073709551615 4340680 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 95.06
Current children cumulated vsize (KiB) 1582612

[startup+51.1012 s]
/proc/loadavg: 6.73 5.18 5.98 9/188 16073
/proc/meminfo: memFree=28827188/32951124 swapFree=67111364/67111528
[pid=16066] ppid=16064 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16066/stat : 16066 (prissAuto.sh) S 16064 16066 13999 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 517902677 8908800 252 33554432000 4194304 4922060 140735146857888 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16066/statm: 2175 252 211 178 0 68 0
[pid=16067] ppid=16066 vsize=1573912 CPUtime=197.33 cores=0,2,4,6
/proc/16067/stat : 16067 (priss) S 16066 16066 13999 0 -1 4202496 349829 0 0 0 19683 50 0 0 18 0 5 0 517902677 1611685888 321819 33554432000 4194304 5787044 140735554971792 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16067/statm: 393478 321819 355 389 0 389228 0
[pid=16067/tid=16069] ppid=16066 vsize=1573912 CPUtime=49.27 cores=0,2,4,6
/proc/16067/task/16069/stat : 16069 (priss) R 16066 16066 13999 0 -1 4202560 36189 0 0 0 4923 4 0 0 25 0 5 0 517902859 1611685888 321819 33554432000 4194304 5787044 140735554971792 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16067/tid=16070] ppid=16066 vsize=1573912 CPUtime=48.81 cores=0,2,4,6
/proc/16067/task/16070/stat : 16070 (priss) R 16066 16066 13999 0 -1 4202560 36914 0 0 0 4877 4 0 0 25 0 5 0 517902902 1611685888 321819 33554432000 4194304 5787044 140735554971792 18446744073709551615 4318959 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16067/tid=16071] ppid=16066 vsize=1573912 CPUtime=48.14 cores=0,2,4,6
/proc/16067/task/16071/stat : 16071 (priss) R 16066 16066 13999 0 -1 4202560 46696 0 0 0 4810 4 0 0 25 0 5 0 517902947 1611685888 321819 33554432000 4194304 5787044 140735554971792 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16067/tid=16072] ppid=16066 vsize=1573912 CPUtime=47.99 cores=0,2,4,6
/proc/16067/task/16072/stat : 16072 (priss) R 16066 16066 13999 0 -1 4202560 37300 0 0 0 4795 4 0 0 25 0 5 0 517902988 1611685888 321819 33554432000 4194304 5787044 140735554971792 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 197.33
Current children cumulated vsize (KiB) 1582612

[startup+102.307 s]
/proc/loadavg: 7.45 5.61 6.09 9/188 16075
/proc/meminfo: memFree=28789260/32951124 swapFree=67111364/67111528
[pid=16066] ppid=16064 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16066/stat : 16066 (prissAuto.sh) S 16064 16066 13999 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 517902677 8908800 252 33554432000 4194304 4922060 140735146857888 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16066/statm: 2175 252 211 178 0 68 0
[pid=16067] ppid=16066 vsize=1573912 CPUtime=401.89 cores=0,2,4,6
/proc/16067/stat : 16067 (priss) S 16066 16066 13999 0 -1 4202496 350312 0 0 0 40138 51 0 0 18 0 5 0 517902677 1611685888 322302 33554432000 4194304 5787044 140735554971792 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16067/statm: 393478 322302 355 389 0 389228 0
[pid=16067/tid=16069] ppid=16066 vsize=1573912 CPUtime=100.47 cores=0,2,4,6
/proc/16067/task/16069/stat : 16069 (priss) R 16066 16066 13999 0 -1 4202560 36189 0 0 0 10043 4 0 0 25 0 5 0 517902859 1611685888 322302 33554432000 4194304 5787044 140735554971792 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16067/tid=16070] ppid=16066 vsize=1573912 CPUtime=100.02 cores=0,2,4,6
/proc/16067/task/16070/stat : 16070 (priss) R 16066 16066 13999 0 -1 4202560 36995 0 0 0 9998 4 0 0 25 0 5 0 517902902 1611685888 322302 33554432000 4194304 5787044 140735554971792 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16067/tid=16071] ppid=16066 vsize=1573912 CPUtime=99.08 cores=0,2,4,6
/proc/16067/task/16071/stat : 16071 (priss) R 16066 16066 13999 0 -1 4202560 47098 0 0 0 9903 5 0 0 25 0 5 0 517902947 1611685888 322302 33554432000 4194304 5787044 140735554971792 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16067/tid=16072] ppid=16066 vsize=1573912 CPUtime=99.19 cores=0,2,4,6
/proc/16067/task/16072/stat : 16072 (priss) R 16066 16066 13999 0 -1 4202560 37300 0 0 0 9915 4 0 0 25 0 5 0 517902988 1611685888 322302 33554432000 4194304 5787044 140735554971792 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 401.89
Current children cumulated vsize (KiB) 1582612

[startup+162.301 s]
/proc/loadavg: 7.80 6.04 6.20 9/188 16076
/proc/meminfo: memFree=28756316/32951124 swapFree=67111364/67111528
[pid=16066] ppid=16064 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16066/stat : 16066 (prissAuto.sh) S 16064 16066 13999 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 517902677 8908800 252 33554432000 4194304 4922060 140735146857888 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16066/statm: 2175 252 211 178 0 68 0
[pid=16067] ppid=16066 vsize=1573912 CPUtime=641.56 cores=0,2,4,6
/proc/16067/stat : 16067 (priss) S 16066 16066 13999 0 -1 4202496 351021 0 0 0 64105 51 0 0 18 0 5 0 517902677 1611685888 323011 33554432000 4194304 5787044 140735554971792 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16067/statm: 393478 323011 355 389 0 389228 0
[pid=16067/tid=16069] ppid=16066 vsize=1573912 CPUtime=160.47 cores=0,2,4,6

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

/proc/16067/task/16070/stat : 16070 (priss) R 16066 16066 13999 0 -1 4202560 78918 0 0 0 81957 42 0 0 25 0 5 0 517902902 2303037440 456213 33554432000 4194304 5787044 140735554971792 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16067/tid=16071] ppid=16066 vsize=2249060 CPUtime=817.87 cores=0,2,4,6
/proc/16067/task/16071/stat : 16071 (priss) R 16066 16066 13999 0 -1 4202560 87274 0 0 0 81747 40 0 0 25 0 5 0 517902947 2303037440 456213 33554432000 4194304 5787044 140735554971792 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16067/tid=16072] ppid=16066 vsize=2249060 CPUtime=819.19 cores=0,2,4,6
/proc/16067/task/16072/stat : 16072 (priss) R 16066 16066 13999 0 -1 4202560 66631 0 0 0 81889 30 0 0 25 0 5 0 517902988 2303037440 456213 33554432000 4194304 5787044 140735554971792 18446744073709551615 5528429 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3277.89
Current children cumulated vsize (KiB) 2257760

[startup+882.301 s]
/proc/loadavg: 8.24 7.92 7.20 9/188 16096
/proc/meminfo: memFree=28023476/32951124 swapFree=67111364/67111528
[pid=16066] ppid=16064 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16066/stat : 16066 (prissAuto.sh) S 16064 16066 13999 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 517902677 8908800 252 33554432000 4194304 4922060 140735146857888 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16066/statm: 2175 252 211 178 0 68 0
[pid=16067] ppid=16066 vsize=2249748 CPUtime=3517.57 cores=0,2,4,6
/proc/16067/stat : 16067 (priss) S 16066 16066 13999 0 -1 4202496 498154 0 0 0 351580 177 0 0 18 0 5 0 517902677 2303741952 458885 33554432000 4194304 5787044 140735554971792 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16067/statm: 562437 458885 419 389 0 558187 0
[pid=16067/tid=16069] ppid=16066 vsize=2249748 CPUtime=877.4 cores=0,2,4,6
/proc/16067/task/16069/stat : 16069 (priss) R 16066 16066 13999 0 -1 4202560 69960 0 0 0 87713 27 0 0 25 0 5 0 517902859 2303741952 458885 33554432000 4194304 5787044 140735554971792 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16067/tid=16070] ppid=16066 vsize=2249748 CPUtime=879.99 cores=0,2,4,6
/proc/16067/task/16070/stat : 16070 (priss) R 16066 16066 13999 0 -1 4202560 79414 0 0 0 87956 43 0 0 25 0 5 0 517902902 2303741952 458885 33554432000 4194304 5787044 140735554971792 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16067/tid=16071] ppid=16066 vsize=2249748 CPUtime=877.87 cores=0,2,4,6
/proc/16067/task/16071/stat : 16071 (priss) R 16066 16066 13999 0 -1 4202560 87642 0 0 0 87746 41 0 0 25 0 5 0 517902947 2303741952 458885 33554432000 4194304 5787044 140735554971792 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16067/tid=16072] ppid=16066 vsize=2249748 CPUtime=879.19 cores=0,2,4,6
/proc/16067/task/16072/stat : 16072 (priss) R 16066 16066 13999 0 -1 4202560 68408 0 0 0 87885 34 0 0 25 0 5 0 517902988 2303741952 458885 33554432000 4194304 5787044 140735554971792 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3517.57
Current children cumulated vsize (KiB) 2258448

[startup+942.301 s]
/proc/loadavg: 8.16 7.95 7.26 9/188 16097
/proc/meminfo: memFree=27989356/32951124 swapFree=67111364/67111528
[pid=16066] ppid=16064 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16066/stat : 16066 (prissAuto.sh) S 16064 16066 13999 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 517902677 8908800 252 33554432000 4194304 4922060 140735146857888 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16066/statm: 2175 252 211 178 0 68 0
[pid=16067] ppid=16066 vsize=2252280 CPUtime=3757.23 cores=0,2,4,6
/proc/16067/stat : 16067 (priss) S 16066 16066 13999 0 -1 4202496 500796 0 0 0 375543 180 0 0 18 0 5 0 517902677 2306334720 461430 33554432000 4194304 5787044 140735554971792 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16067/statm: 563070 461430 419 389 0 558820 0
[pid=16067/tid=16069] ppid=16066 vsize=2252280 CPUtime=937.08 cores=0,2,4,6
/proc/16067/task/16069/stat : 16069 (priss) R 16066 16066 13999 0 -1 4202560 70011 0 0 0 93681 27 0 0 25 0 5 0 517902859 2306334720 461430 33554432000 4194304 5787044 140735554971792 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16067/tid=16070] ppid=16066 vsize=2252280 CPUtime=939.99 cores=0,2,4,6
/proc/16067/task/16070/stat : 16070 (priss) R 16066 16066 13999 0 -1 4202560 79871 0 0 0 93955 44 0 0 25 0 5 0 517902902 2306334720 461430 33554432000 4194304 5787044 140735554971792 18446744073709551615 5592248 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16067/tid=16071] ppid=16066 vsize=2252280 CPUtime=937.86 cores=0,2,4,6
/proc/16067/task/16071/stat : 16071 (priss) R 16066 16066 13999 0 -1 4202560 88255 0 0 0 93745 41 0 0 25 0 5 0 517902947 2306334720 461430 33554432000 4194304 5787044 140735554971792 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16067/tid=16072] ppid=16066 vsize=2252280 CPUtime=939.19 cores=0,2,4,6
/proc/16067/task/16072/stat : 16072 (priss) R 16066 16066 13999 0 -1 4202560 69929 0 0 0 93884 35 0 0 25 0 5 0 517902988 2306334720 461430 33554432000 4194304 5787044 140735554971792 18446744073709551615 5526816 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3757.23
Current children cumulated vsize (KiB) 2260980

[startup+1002.3 s]
/proc/loadavg: 8.12 7.97 7.31 9/188 16099
/proc/meminfo: memFree=27932172/32951124 swapFree=67111364/67111528
[pid=16066] ppid=16064 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16066/stat : 16066 (prissAuto.sh) S 16064 16066 13999 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 517902677 8908800 252 33554432000 4194304 4922060 140735146857888 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16066/statm: 2175 252 211 178 0 68 0
[pid=16067] ppid=16066 vsize=2252632 CPUtime=3996.91 cores=0,2,4,6
/proc/16067/stat : 16067 (priss) S 16066 16066 13999 0 -1 4202496 507838 0 0 0 399500 191 0 0 18 0 5 0 517902677 2306695168 468472 33554432000 4194304 5787044 140735554971792 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16067/statm: 563158 468472 419 389 0 558908 0
[pid=16067/tid=16069] ppid=16066 vsize=2252632 CPUtime=996.74 cores=0,2,4,6
/proc/16067/task/16069/stat : 16069 (priss) R 16066 16066 13999 0 -1 4202560 70422 0 0 0 99647 27 0 0 25 0 5 0 517902859 2306695168 468472 33554432000 4194304 5787044 140735554971792 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16067/tid=16070] ppid=16066 vsize=2252632 CPUtime=999.99 cores=0,2,4,6
/proc/16067/task/16070/stat : 16070 (priss) R 16066 16066 13999 0 -1 4202560 81832 0 0 0 99952 47 0 0 25 0 5 0 517902902 2306695168 468472 33554432000 4194304 5787044 140735554971792 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16067/tid=16071] ppid=16066 vsize=2252632 CPUtime=997.87 cores=0,2,4,6
/proc/16067/task/16071/stat : 16071 (priss) R 16066 16066 13999 0 -1 4202560 89287 0 0 0 99745 42 0 0 25 0 5 0 517902947 2306695168 468472 33554432000 4194304 5787044 140735554971792 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16067/tid=16072] ppid=16066 vsize=2252632 CPUtime=999.19 cores=0,2,4,6
/proc/16067/task/16072/stat : 16072 (priss) R 16066 16066 13999 0 -1 4202560 73567 0 0 0 99877 42 0 0 25 0 5 0 517902988 2306695168 468472 33554432000 4194304 5787044 140735554971792 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3996.91
Current children cumulated vsize (KiB) 2261332

[startup+1062.3 s]
/proc/loadavg: 8.11 7.99 7.35 9/188 16109
/proc/meminfo: memFree=27844012/32951124 swapFree=67111364/67111528
[pid=16066] ppid=16064 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16066/stat : 16066 (prissAuto.sh) S 16064 16066 13999 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 517902677 8908800 252 33554432000 4194304 4922060 140735146857888 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16066/statm: 2175 252 211 178 0 68 0
[pid=16067] ppid=16066 vsize=2265000 CPUtime=4236.57 cores=0,2,4,6
/proc/16067/stat : 16067 (priss) S 16066 16066 13999 0 -1 4202496 526423 0 0 0 423442 215 0 0 18 0 5 0 517902677 2319360000 487057 33554432000 4194304 5787044 140735554971792 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16067/statm: 566250 487057 419 389 0 562000 0
[pid=16067/tid=16069] ppid=16066 vsize=2265000 CPUtime=1056.43 cores=0,2,4,6
/proc/16067/task/16069/stat : 16069 (priss) R 16066 16066 13999 0 -1 4202560 74056 0 0 0 105610 33 0 0 25 0 5 0 517902859 2319360000 487057 33554432000 4194304 5787044 140735554971792 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16067/tid=16070] ppid=16066 vsize=2265000 CPUtime=1059.99 cores=0,2,4,6
/proc/16067/task/16070/stat : 16070 (priss) R 16066 16066 13999 0 -1 4202560 88217 0 0 0 105944 55 0 0 25 0 5 0 517902902 2319360000 487057 33554432000 4194304 5787044 140735554971792 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16067/tid=16071] ppid=16066 vsize=2265000 CPUtime=1057.86 cores=0,2,4,6
/proc/16067/task/16071/stat : 16071 (priss) R 16066 16066 13999 0 -1 4202560 93422 0 0 0 105741 45 0 0 25 0 5 0 517902947 2319360000 487057 33554432000 4194304 5787044 140735554971792 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16067/tid=16072] ppid=16066 vsize=2265000 CPUtime=1059.16 cores=0,2,4,6
/proc/16067/task/16072/stat : 16072 (priss) R 16066 16066 13999 0 -1 4202560 77998 0 0 0 105868 48 0 0 25 0 5 0 517902988 2319360000 487057 33554432000 4194304 5787044 140735554971792 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4236.57
Current children cumulated vsize (KiB) 2273700

[startup+1122.3 s]
/proc/loadavg: 8.10 8.00 7.39 9/188 16111
/proc/meminfo: memFree=27770840/32951124 swapFree=67111364/67111528
[pid=16066] ppid=16064 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16066/stat : 16066 (prissAuto.sh) S 16064 16066 13999 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 517902677 8908800 252 33554432000 4194304 4922060 140735146857888 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16066/statm: 2175 252 211 178 0 68 0
[pid=16067] ppid=16066 vsize=2346592 CPUtime=4476.22 cores=0,2,4,6
/proc/16067/stat : 16067 (priss) S 16066 16066 13999 0 -1 4202496 542594 0 0 0 447390 232 0 0 18 0 5 0 517902677 2402910208 502920 33554432000 4194304 5787044 140735554971792 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16067/statm: 586648 502920 419 389 0 582398 0
[pid=16067/tid=16069] ppid=16066 vsize=2346592 CPUtime=1116.09 cores=0,2,4,6
/proc/16067/task/16069/stat : 16069 (priss) R 16066 16066 13999 0 -1 4202560 77206 0 0 0 111572 37 0 0 25 0 5 0 517902859 2402910208 502920 33554432000 4194304 5787044 140735554971792 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16067/tid=16070] ppid=16066 vsize=2346592 CPUtime=1119.98 cores=0,2,4,6
/proc/16067/task/16070/stat : 16070 (priss) R 16066 16066 13999 0 -1 4202560 92330 0 0 0 111938 60 0 0 25 0 5 0 517902902 2402910208 502920 33554432000 4194304 5787044 140735554971792 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16067/tid=16071] ppid=16066 vsize=2346592 CPUtime=1117.87 cores=0,2,4,6
/proc/16067/task/16071/stat : 16071 (priss) R 16066 16066 13999 0 -1 4202560 97489 0 0 0 111738 49 0 0 25 0 5 0 517902947 2402910208 502920 33554432000 4194304 5787044 140735554971792 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16067/tid=16072] ppid=16066 vsize=2346592 CPUtime=1119.16 cores=0,2,4,6
/proc/16067/task/16072/stat : 16072 (priss) R 16066 16066 13999 0 -1 4202560 82839 0 0 0 111863 53 0 0 25 0 5 0 517902988 2402910208 502920 33554432000 4194304 5787044 140735554971792 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4476.22
Current children cumulated vsize (KiB) 2355292

[startup+1182.3 s]
/proc/loadavg: 8.09 8.01 7.43 9/188 16113
/proc/meminfo: memFree=27758296/32951124 swapFree=67111364/67111528
[pid=16066] ppid=16064 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16066/stat : 16066 (prissAuto.sh) S 16064 16066 13999 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 517902677 8908800 252 33554432000 4194304 4922060 140735146857888 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16066/statm: 2175 252 211 178 0 68 0
[pid=16067] ppid=16066 vsize=2346740 CPUtime=4715.9 cores=0,2,4,6
/proc/16067/stat : 16067 (priss) S 16066 16066 13999 0 -1 4202496 542897 0 0 0 471357 233 0 0 18 0 5 0 517902677 2403061760 503126 33554432000 4194304 5787044 140735554971792 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16067/statm: 586685 503126 419 389 0 582435 0
[pid=16067/tid=16069] ppid=16066 vsize=2346740 CPUtime=1175.77 cores=0,2,4,6
/proc/16067/task/16069/stat : 16069 (priss) R 16066 16066 13999 0 -1 4202560 77209 0 0 0 117540 37 0 0 25 0 5 0 517902859 2403061760 503126 33554432000 4194304 5787044 140735554971792 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16067/tid=16070] ppid=16066 vsize=2346740 CPUtime=1179.98 cores=0,2,4,6
/proc/16067/task/16070/stat : 16070 (priss) R 16066 16066 13999 0 -1 4202560 92330 0 0 0 117937 61 0 0 25 0 5 0 517902902 2403061760 503126 33554432000 4194304 5787044 140735554971792 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16067/tid=16071] ppid=16066 vsize=2346740 CPUtime=1177.87 cores=0,2,4,6
/proc/16067/task/16071/stat : 16071 (priss) R 16066 16066 13999 0 -1 4202560 97624 0 0 0 117738 49 0 0 25 0 5 0 517902947 2403061760 503126 33554432000 4194304 5787044 140735554971792 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16067/tid=16072] ppid=16066 vsize=2346740 CPUtime=1179.16 cores=0,2,4,6
/proc/16067/task/16072/stat : 16072 (priss) R 16066 16066 13999 0 -1 4202560 83004 0 0 0 117863 53 0 0 25 0 5 0 517902988 2403061760 503126 33554432000 4194304 5787044 140735554971792 18446744073709551615 5526852 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4715.9
Current children cumulated vsize (KiB) 2355440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.41 s]
/proc/loadavg: 8.12 8.03 7.45 9/188 16149
/proc/meminfo: memFree=28197696/32951124 swapFree=67111364/67111528
[pid=16066] ppid=16064 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16066/stat : 16066 (prissAuto.sh) S 16064 16066 13999 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 517902677 8908800 252 33554432000 4194304 4922060 140735146857888 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16066/statm: 2175 252 211 178 0 68 0
[pid=16067] ppid=16066 vsize=2346740 CPUtime=4800.22 cores=0,2,4,6
/proc/16067/stat : 16067 (priss) S 16066 16066 13999 0 -1 4202496 542943 0 0 0 479789 233 0 0 18 0 5 0 517902677 2403061760 503172 33554432000 4194304 5787044 140735554971792 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16067/statm: 586685 503172 419 389 0 582435 0
[pid=16067/tid=16069] ppid=16066 vsize=2346740 CPUtime=1196.75 cores=0,2,4,6
/proc/16067/task/16069/stat : 16069 (priss) R 16066 16066 13999 0 -1 4202560 77209 0 0 0 119638 37 0 0 25 0 5 0 517902859 2403061760 503172 33554432000 4194304 5787044 140735554971792 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16067/tid=16070] ppid=16066 vsize=2346740 CPUtime=1201.09 cores=0,2,4,6
/proc/16067/task/16070/stat : 16070 (priss) R 16066 16066 13999 0 -1 4202560 92331 0 0 0 120048 61 0 0 25 0 5 0 517902902 2403061760 503172 33554432000 4194304 5787044 140735554971792 18446744073709551615 5591342 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16067/tid=16071] ppid=16066 vsize=2346740 CPUtime=1198.98 cores=0,2,4,6
/proc/16067/task/16071/stat : 16071 (priss) R 16066 16066 13999 0 -1 4202560 97669 0 0 0 119849 49 0 0 25 0 5 0 517902947 2403061760 503172 33554432000 4194304 5787044 140735554971792 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16067/tid=16072] ppid=16066 vsize=2346740 CPUtime=1200.27 cores=0,2,4,6
/proc/16067/task/16072/stat : 16072 (priss) R 16066 16066 13999 0 -1 4202560 83004 0 0 0 119974 53 0 0 25 0 5 0 517902988 2403061760 503172 33554432000 4194304 5787044 140735554971792 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.22
Current children cumulated vsize (KiB) 2355440

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

Real time (s): 1203.42
CPU time (s): 4800.22
CPU user time (s): 4797.89
CPU system time (s): 2.33
CPU usage (%): 398.88
Max. virtual memory (cumulated for all children) (KiB): 2355440

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

runsolver used 1.93971 second user time and 4.5903 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-29 09:43:43
IDJOB=3291044
IDBENCH=83466
IDSOLVER=1602
FILE ID=node106/3291044-1304063020
RUNJOBID= node106-1304063004-16009
PBS_JOBID= 13170400
Free space on /tmp= 72044 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/E00N23.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291044-1304063020/watcher-3291044-1304063020 -o /tmp/evaluation-result-3291044-1304063020/solver-3291044-1304063020 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3291044-1304063020.cnf 1531441685 4800 15500 4

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

MD5SUM BENCH= 1a1f0dddf727883e0973677dd00e9269
RANDOM SEED=1531441685

node106.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30170752 kB
Buffers:        232540 kB
Cached:        2161748 kB
SwapCached:         88 kB
Active:         986120 kB
Inactive:      1581992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30170752 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:          119776 kB
Writeback:           0 kB
AnonPages:      173036 kB
Mapped:          15668 kB
Slab:           147160 kB
PageTables:       5064 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   364236 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= 72044 MiB
End job on node106 at 2011-04-29 10:03:48