Trace number 3249313

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.25 1202.22

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-21x33.cnf
MD5SUMf7c29bbc3bef00d1e7cc799553ba4813
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2772
Number of clauses448371
Sum of the clauses size1785168
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 24158
Number of clauses of size 30
Number of clauses of size 4444213
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c *****************************************************
0.00/0.00	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.00	c *   This program may be redistributed or modified   *
0.00/0.00	c * under the terms of the GNU General Public License *
0.00/0.00	c *****************************************************
0.00/0.00	c process id: 26202
0.00/0.00	c setup for 4cores
0.00/0.13	c parsetime: 127675us
0.00/0.13	c parsed 448371 clauses with 2772 variables
0.00/0.16	c NW started thread 0 successfully (1090087232)
0.00/0.20	c NW started thread 1 successfully (1100577088)
0.00/0.25	c NW started thread 2 successfully (1111066944)
0.00/0.40	c NW started thread 3 successfully (1121556800)
347.24/87.17	c preprocessor returned 10013 variables
347.24/87.17	c preprocessing returned UNKNOWN
347.24/87.17	c PP set 0 variables
347.24/87.17	c pp time: 86968659us (86s)
352.04/88.30	c preprocessor returned 10013 variables
352.04/88.30	c preprocessing returned UNKNOWN
352.04/88.30	c PP set 0 variables
352.04/88.30	c pp time: 88142663us (88s)
355.26/89.10	c preprocessor returned 10013 variables
355.26/89.10	c preprocessing returned UNKNOWN
355.26/89.10	c PP set 0 variables
355.26/89.10	c pp time: 88858074us (88s)
373.20/93.67	c preprocessor returned 30008 variables
373.20/93.67	c preprocessing returned UNKNOWN
373.20/93.67	c PP set 0 variables
373.20/93.67	c pp time: 93365517us (93s)
4101.08/1027.17	c HTE
4131.83/1034.82	c subsumption
4299.20/1076.76	c simplified formula contains 0 unit 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-3249313-1304056058/watcher-3249313-1304056058 -o /tmp/evaluation-result-3249313-1304056058/solver-3249313-1304056058 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3249313-1304056058.cnf 502632958 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: 8.04 8.04 7.93 6/182 26201
/proc/meminfo: memFree=26249800/32951124 swapFree=67111364/67111528
[pid=26201] ppid=26199 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26201/stat : 26201 (prissAuto.sh) S 26199 26201 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517203795 8908800 252 33554432000 4194304 4922060 140735303114832 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26201/statm: 2175 252 211 178 0 68 0

[startup+0.0305801 s]
/proc/loadavg: 8.04 8.04 7.93 6/182 26201
/proc/meminfo: memFree=26249800/32951124 swapFree=67111364/67111528
[pid=26201] ppid=26199 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26201/stat : 26201 (prissAuto.sh) S 26199 26201 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517203795 8908800 252 33554432000 4194304 4922060 140735303114832 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26201/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100567 s]
/proc/loadavg: 8.04 8.04 7.93 6/182 26201
/proc/meminfo: memFree=26249800/32951124 swapFree=67111364/67111528
[pid=26201] ppid=26199 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26201/stat : 26201 (prissAuto.sh) S 26199 26201 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517203795 8908800 252 33554432000 4194304 4922060 140735303114832 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26201/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300493 s]
/proc/loadavg: 8.04 8.04 7.93 6/182 26201
/proc/meminfo: memFree=26249800/32951124 swapFree=67111364/67111528
[pid=26201] ppid=26199 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26201/stat : 26201 (prissAuto.sh) S 26199 26201 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517203795 8908800 252 33554432000 4194304 4922060 140735303114832 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26201/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700421 s]
/proc/loadavg: 8.04 8.04 7.93 6/182 26201
/proc/meminfo: memFree=26249800/32951124 swapFree=67111364/67111528
[pid=26201] ppid=26199 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26201/stat : 26201 (prissAuto.sh) S 26199 26201 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517203795 8908800 252 33554432000 4194304 4922060 140735303114832 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26201/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50031 s]
/proc/loadavg: 8.04 8.04 7.93 9/188 26207
/proc/meminfo: memFree=26090044/32951124 swapFree=67111364/67111528
[pid=26201] ppid=26199 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26201/stat : 26201 (prissAuto.sh) S 26199 26201 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517203795 8908800 252 33554432000 4194304 4922060 140735303114832 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26201/statm: 2175 252 211 178 0 68 0
[pid=26202] ppid=26201 vsize=308428 CPUtime=5.35 cores=0,2,4,6
/proc/26202/stat : 26202 (priss) S 26201 26201 25027 0 -1 4202496 38267 0 0 0 530 5 0 0 19 0 5 0 517203795 315830272 34964 33554432000 4194304 5787044 140735002742288 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/26202/statm: 77107 34964 349 389 0 72857 0
[pid=26202/tid=26204] ppid=26201 vsize=308428 CPUtime=1.33 cores=0,2,4,6
/proc/26202/task/26204/stat : 26204 (priss) R 26201 26201 25027 0 -1 4202560 4258 0 0 0 132 1 0 0 19 0 5 0 517203811 315830272 34964 33554432000 4194304 5787044 140735002742288 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26202/tid=26205] ppid=26201 vsize=308428 CPUtime=1.28 cores=0,2,4,6
/proc/26202/task/26205/stat : 26205 (priss) R 26201 26201 25027 0 -1 4202560 4241 0 0 0 128 0 0 0 23 0 5 0 517203816 315830272 34964 33554432000 4194304 5787044 140735002742288 18446744073709551615 4336560 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26202/tid=26206] ppid=26201 vsize=308428 CPUtime=1.23 cores=0,2,4,6
/proc/26202/task/26206/stat : 26206 (priss) R 26201 26201 25027 0 -1 4202560 4125 0 0 0 123 0 0 0 22 0 5 0 517203820 315830272 34964 33554432000 4194304 5787044 140735002742288 18446744073709551615 4336819 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26202/tid=26207] ppid=26201 vsize=308428 CPUtime=1.18 cores=0,2,4,6
/proc/26202/task/26207/stat : 26207 (priss) R 26201 26201 25027 0 -1 4202560 4062 0 0 0 118 0 0 0 18 0 5 0 517203826 315830272 34964 33554432000 4194304 5787044 140735002742288 18446744073709551615 4336770 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.35
Current children cumulated vsize (KiB) 317128

[startup+3.101 s]
/proc/loadavg: 7.79 7.98 7.91 6/184 26235
/proc/meminfo: memFree=26091252/32951124 swapFree=67111364/67111528
[pid=26201] ppid=26199 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26201/stat : 26201 (prissAuto.sh) S 26199 26201 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517203795 8908800 252 33554432000 4194304 4922060 140735303114832 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26201/statm: 2175 252 211 178 0 68 0
[pid=26202] ppid=26201 vsize=308428 CPUtime=11.74 cores=0,2,4,6
/proc/26202/stat : 26202 (priss) S 26201 26201 25027 0 -1 4202496 38267 0 0 0 1168 6 0 0 19 0 5 0 517203795 315830272 34964 33554432000 4194304 5787044 140735002742288 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/26202/statm: 77107 34964 349 389 0 72857 0
[pid=26202/tid=26204] ppid=26201 vsize=308428 CPUtime=2.92 cores=0,2,4,6
/proc/26202/task/26204/stat : 26204 (priss) R 26201 26201 25027 0 -1 4202560 4258 0 0 0 291 1 0 0 19 0 5 0 517203811 315830272 34964 33554432000 4194304 5787044 140735002742288 18446744073709551615 4336773 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26202/tid=26205] ppid=26201 vsize=308428 CPUtime=2.89 cores=0,2,4,6
/proc/26202/task/26205/stat : 26205 (priss) R 26201 26201 25027 0 -1 4202560 4241 0 0 0 288 1 0 0 25 0 5 0 517203816 315830272 34964 33554432000 4194304 5787044 140735002742288 18446744073709551615 4336133 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26202/tid=26206] ppid=26201 vsize=308428 CPUtime=2.82 cores=0,2,4,6
/proc/26202/task/26206/stat : 26206 (priss) R 26201 26201 25027 0 -1 4202560 4125 0 0 0 282 0 0 0 25 0 5 0 517203820 315830272 34964 33554432000 4194304 5787044 140735002742288 18446744073709551615 4336756 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26202/tid=26207] ppid=26201 vsize=308428 CPUtime=2.78 cores=0,2,4,6
/proc/26202/task/26207/stat : 26207 (priss) R 26201 26201 25027 0 -1 4202560 4062 0 0 0 278 0 0 0 20 0 5 0 517203826 315830272 34964 33554432000 4194304 5787044 140735002742288 18446744073709551615 4336272 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.74
Current children cumulated vsize (KiB) 317128

[startup+6.30044 s]
/proc/loadavg: 7.79 7.98 7.91 9/188 26239
/proc/meminfo: memFree=25917804/32951124 swapFree=67111364/67111528
[pid=26201] ppid=26199 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26201/stat : 26201 (prissAuto.sh) S 26199 26201 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517203795 8908800 252 33554432000 4194304 4922060 140735303114832 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26201/statm: 2175 252 211 178 0 68 0
[pid=26202] ppid=26201 vsize=373964 CPUtime=24.52 cores=0,2,4,6
/proc/26202/stat : 26202 (priss) S 26201 26201 25027 0 -1 4202496 38269 0 0 0 2446 6 0 0 19 0 5 0 517203795 382939136 34966 33554432000 4194304 5787044 140735002742288 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/26202/statm: 93491 34966 349 389 0 89241 0
[pid=26202/tid=26204] ppid=26201 vsize=373964 CPUtime=6.12 cores=0,2,4,6
/proc/26202/task/26204/stat : 26204 (priss) R 26201 26201 25027 0 -1 4202560 4258 0 0 0 611 1 0 0 25 0 5 0 517203811 382939136 34966 33554432000 4194304 5787044 140735002742288 18446744073709551615 4336781 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26202/tid=26205] ppid=26201 vsize=373964 CPUtime=6.09 cores=0,2,4,6
/proc/26202/task/26205/stat : 26205 (priss) R 26201 26201 25027 0 -1 4202560 4243 0 0 0 608 1 0 0 25 0 5 0 517203816 382939136 34966 33554432000 4194304 5787044 140735002742288 18446744073709551615 228244046474 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26202/tid=26206] ppid=26201 vsize=373964 CPUtime=6 cores=0,2,4,6
/proc/26202/task/26206/stat : 26206 (priss) R 26201 26201 25027 0 -1 4202560 4125 0 0 0 600 0 0 0 25 0 5 0 517203820 382939136 34966 33554432000 4194304 5787044 140735002742288 18446744073709551615 4336175 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26202/tid=26207] ppid=26201 vsize=373964 CPUtime=5.98 cores=0,2,4,6
/proc/26202/task/26207/stat : 26207 (priss) R 26201 26201 25027 0 -1 4202560 4062 0 0 0 598 0 0 0 25 0 5 0 517203826 382939136 34966 33554432000 4194304 5787044 140735002742288 18446744073709551615 4336801 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.52
Current children cumulated vsize (KiB) 382664

[startup+12.7003 s]
/proc/loadavg: 7.82 7.98 7.91 9/188 26239
/proc/meminfo: memFree=25824224/32951124 swapFree=67111364/67111528
[pid=26201] ppid=26199 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26201/stat : 26201 (prissAuto.sh) S 26199 26201 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517203795 8908800 252 33554432000 4194304 4922060 140735303114832 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26201/statm: 2175 252 211 178 0 68 0
[pid=26202] ppid=26201 vsize=434112 CPUtime=50.07 cores=0,2,4,6
/proc/26202/stat : 26202 (priss) S 26201 26201 25027 0 -1 4202496 66646 0 0 0 4993 14 0 0 19 0 5 0 517203795 444530688 61591 33554432000 4194304 5787044 140735002742288 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/26202/statm: 108528 61592 350 389 0 104278 0
[pid=26202/tid=26204] ppid=26201 vsize=434112 CPUtime=12.52 cores=0,2,4,6
/proc/26202/task/26204/stat : 26204 (priss) R 26201 26201 25027 0 -1 4202560 11070 0 0 0 1250 2 0 0 18 0 5 0 517203811 444530688 61593 33554432000 4194304 5787044 140735002742288 18446744073709551615 4336240 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26202/tid=26205] ppid=26201 vsize=434112 CPUtime=12.48 cores=0,2,4,6
/proc/26202/task/26205/stat : 26205 (priss) R 26201 26201 25027 0 -1 4202560 10160 0 0 0 1246 2 0 0 18 0 5 0 517203816 444530688 61593 33554432000 4194304 5787044 140735002742288 18446744073709551615 228244010017 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26202/tid=26206] ppid=26201 vsize=434112 CPUtime=12.37 cores=0,2,4,6
/proc/26202/task/26206/stat : 26206 (priss) R 26201 26201 25027 0 -1 4202560 13963 0 0 0 1234 3 0 0 25 0 5 0 517203820 444530688 61594 33554432000 4194304 5787044 140735002742288 18446744073709551615 4336801 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26202/tid=26207] ppid=26201 vsize=434112 CPUtime=12.38 cores=0,2,4,6
/proc/26202/task/26207/stat : 26207 (priss) R 26201 26201 25027 0 -1 4202560 9874 0 0 0 1235 3 0 0 25 0 5 0 517203826 444530688 61594 33554432000 4194304 5787044 140735002742288 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.07
Current children cumulated vsize (KiB) 442812

[startup+25.5011 s]
/proc/loadavg: 7.85 7.98 7.91 9/188 26239
/proc/meminfo: memFree=25619924/32951124 swapFree=67111364/67111528
[pid=26201] ppid=26199 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26201/stat : 26201 (prissAuto.sh) S 26199 26201 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517203795 8908800 252 33554432000 4194304 4922060 140735303114832 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26201/statm: 2175 252 211 178 0 68 0
[pid=26202] ppid=26201 vsize=459488 CPUtime=101.19 cores=0,2,4,6
/proc/26202/stat : 26202 (priss) S 26201 26201 25027 0 -1 4202496 80504 0 0 0 10100 19 0 0 19 0 5 0 517203795 470515712 75449 33554432000 4194304 5787044 140735002742288 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/26202/statm: 114872 75449 350 389 0 110622 0
[pid=26202/tid=26204] ppid=26201 vsize=459488 CPUtime=25.32 cores=0,2,4,6
/proc/26202/task/26204/stat : 26204 (priss) R 26201 26201 25027 0 -1 4202560 15521 0 0 0 2529 3 0 0 25 0 5 0 517203811 470515712 75449 33554432000 4194304 5787044 140735002742288 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26202/tid=26205] ppid=26201 vsize=459488 CPUtime=25.28 cores=0,2,4,6
/proc/26202/task/26205/stat : 26205 (priss) R 26201 26201 25027 0 -1 4202560 13603 0 0 0 2525 3 0 0 25 0 5 0 517203816 470515712 75449 33554432000 4194304 5787044 140735002742288 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26202/tid=26206] ppid=26201 vsize=459488 CPUtime=25.1 cores=0,2,4,6
/proc/26202/task/26206/stat : 26206 (priss) R 26201 26201 25027 0 -1 4202560 16472 0 0 0 2505 5 0 0 25 0 5 0 517203820 470515712 75449 33554432000 4194304 5787044 140735002742288 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26202/tid=26207] ppid=26201 vsize=459488 CPUtime=25.17 cores=0,2,4,6
/proc/26202/task/26207/stat : 26207 (priss) R 26201 26201 25027 0 -1 4202560 13327 0 0 0 2513 4 0 0 25 0 5 0 517203826 470515712 75449 33554432000 4194304 5787044 140735002742288 18446744073709551615 4336272 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.19
Current children cumulated vsize (KiB) 468188

[startup+51.1006 s]
/proc/loadavg: 7.90 7.98 7.91 9/188 26240
/proc/meminfo: memFree=25525656/32951124 swapFree=67111364/67111528
[pid=26201] ppid=26199 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26201/stat : 26201 (prissAuto.sh) S 26199 26201 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517203795 8908800 252 33554432000 4194304 4922060 140735303114832 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26201/statm: 2175 252 211 178 0 68 0
[pid=26202] ppid=26201 vsize=459488 CPUtime=203.45 cores=0,2,4,6
/proc/26202/stat : 26202 (priss) S 26201 26201 25027 0 -1 4202496 80542 0 0 0 20326 19 0 0 19 0 5 0 517203795 470515712 75487 33554432000 4194304 5787044 140735002742288 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/26202/statm: 114872 75487 352 389 0 110622 0
[pid=26202/tid=26204] ppid=26201 vsize=459488 CPUtime=50.91 cores=0,2,4,6
/proc/26202/task/26204/stat : 26204 (priss) R 26201 26201 25027 0 -1 4202560 15521 0 0 0 5088 3 0 0 25 0 5 0 517203811 470515712 75487 33554432000 4194304 5787044 140735002742288 18446744073709551615 4340045 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26202/tid=26205] ppid=26201 vsize=459488 CPUtime=50.88 cores=0,2,4,6
/proc/26202/task/26205/stat : 26205 (priss) R 26201 26201 25027 0 -1 4202560 13621 0 0 0 5085 3 0 0 25 0 5 0 517203816 470515712 75487 33554432000 4194304 5787044 140735002742288 18446744073709551615 4279072 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26202/tid=26206] ppid=26201 vsize=459488 CPUtime=50.56 cores=0,2,4,6
/proc/26202/task/26206/stat : 26206 (priss) R 26201 26201 25027 0 -1 4202560 16472 0 0 0 5051 5 0 0 25 0 5 0 517203820 470515712 75487 33554432000 4194304 5787044 140735002742288 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26202/tid=26207] ppid=26201 vsize=459488 CPUtime=50.77 cores=0,2,4,6
/proc/26202/task/26207/stat : 26207 (priss) R 26201 26201 25027 0 -1 4202560 13347 0 0 0 5073 4 0 0 25 0 5 0 517203826 470515712 75487 33554432000 4194304 5787044 140735002742288 18446744073709551615 228244042688 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.45
Current children cumulated vsize (KiB) 468188

[startup+102.307 s]
/proc/loadavg: 7.96 7.98 7.91 9/188 26241
/proc/meminfo: memFree=25409012/32951124 swapFree=67111364/67111528
[pid=26201] ppid=26199 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26201/stat : 26201 (prissAuto.sh) S 26199 26201 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517203795 8908800 252 33554432000 4194304 4922060 140735303114832 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26201/statm: 2175 252 211 178 0 68 0
[pid=26202] ppid=26201 vsize=568476 CPUtime=407.96 cores=0,2,4,6
/proc/26202/stat : 26202 (priss) S 26201 26201 25027 0 -1 4202496 117007 0 0 0 40762 34 0 0 19 0 5 0 517203795 582119424 104564 33554432000 4194304 5787044 140735002742288 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/26202/statm: 142119 104564 417 389 0 137869 0
[pid=26202/tid=26204] ppid=26201 vsize=568476 CPUtime=102.11 cores=0,2,4,6
/proc/26202/task/26204/stat : 26204 (priss) R 26201 26201 25027 0 -1 4202560 20319 0 0 0 10205 6 0 0 25 0 5 0 517203811 582119424 104564 33554432000 4194304 5787044 140735002742288 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26202/tid=26205] ppid=26201 vsize=568476 CPUtime=102.08 cores=0,2,4,6
/proc/26202/task/26205/stat : 26205 (priss) R 26201 26201 25027 0 -1 4202560 24290 0 0 0 10200 8 0 0 25 0 5 0 517203816 582119424 104564 33554432000 4194304 5787044 140735002742288 18446744073709551615 4254581 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26202/tid=26206] ppid=26201 vsize=568476 CPUtime=101.48 cores=0,2,4,6
/proc/26202/task/26206/stat : 26206 (priss) R 26201 26201 25027 0 -1 4202560 25547 0 0 0 10139 9 0 0 25 0 5 0 517203820 582119424 104564 33554432000 4194304 5787044 140735002742288 18446744073709551615 5591592 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26202/tid=26207] ppid=26201 vsize=568476 CPUtime=101.97 cores=0,2,4,6

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

/proc/26202/task/26205/stat : 26205 (priss) R 26201 26201 25027 0 -1 4202560 107968 0 0 0 81936 104 0 0 25 0 5 0 517203816 1728413696 381947 33554432000 4194304 5787044 140735002742288 18446744073709551615 4229299 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26202/tid=26206] ppid=26201 vsize=1687904 CPUtime=818.81 cores=0,2,4,6
/proc/26202/task/26206/stat : 26206 (priss) R 26201 26201 25027 0 -1 4202560 102684 0 0 0 81782 99 0 0 25 0 5 0 517203820 1728413696 381947 33554432000 4194304 5787044 140735002742288 18446744073709551615 4229303 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26202/tid=26207] ppid=26201 vsize=1687904 CPUtime=821.82 cores=0,2,4,6
/proc/26202/task/26207/stat : 26207 (priss) R 26201 26201 25027 0 -1 4202560 75410 0 0 0 82099 83 0 0 25 0 5 0 517203826 1728413696 381947 33554432000 4194304 5787044 140735002742288 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3283.29
Current children cumulated vsize (KiB) 1696604

[startup+882.301 s]
/proc/loadavg: 8.06 8.08 8.00 9/188 26271
/proc/meminfo: memFree=23086520/32951124 swapFree=67111364/67111528
[pid=26201] ppid=26199 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26201/stat : 26201 (prissAuto.sh) S 26199 26201 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517203795 8908800 252 33554432000 4194304 4922060 140735303114832 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26201/statm: 2175 252 211 178 0 68 0
[pid=26202] ppid=26201 vsize=1687904 CPUtime=3522.96 cores=0,2,4,6
/proc/26202/stat : 26202 (priss) S 26201 26201 25027 0 -1 4202496 402831 0 0 0 351941 355 0 0 19 0 5 0 517203795 1728413696 382167 33554432000 4194304 5787044 140735002742288 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/26202/statm: 421976 382167 417 389 0 417726 0
[pid=26202/tid=26204] ppid=26201 vsize=1687904 CPUtime=881.92 cores=0,2,4,6
/proc/26202/task/26204/stat : 26204 (priss) R 26201 26201 25027 0 -1 4202560 94972 0 0 0 88132 60 0 0 25 0 5 0 517203811 1728413696 382167 33554432000 4194304 5787044 140735002742288 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26202/tid=26205] ppid=26201 vsize=1687904 CPUtime=880.4 cores=0,2,4,6
/proc/26202/task/26205/stat : 26205 (priss) R 26201 26201 25027 0 -1 4202560 108157 0 0 0 87935 105 0 0 25 0 5 0 517203816 1728413696 382167 33554432000 4194304 5787044 140735002742288 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26202/tid=26206] ppid=26201 vsize=1687904 CPUtime=878.48 cores=0,2,4,6
/proc/26202/task/26206/stat : 26206 (priss) R 26201 26201 25027 0 -1 4202560 102687 0 0 0 87747 101 0 0 25 0 5 0 517203820 1728413696 382167 33554432000 4194304 5787044 140735002742288 18446744073709551615 228244006705 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26202/tid=26207] ppid=26201 vsize=1687904 CPUtime=881.82 cores=0,2,4,6
/proc/26202/task/26207/stat : 26207 (priss) R 26201 26201 25027 0 -1 4202560 75434 0 0 0 88098 84 0 0 25 0 5 0 517203826 1728413696 382167 33554432000 4194304 5787044 140735002742288 18446744073709551615 5527186 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3522.96
Current children cumulated vsize (KiB) 1696604

[startup+942.301 s]
/proc/loadavg: 8.06 8.08 8.00 9/188 26273
/proc/meminfo: memFree=23002036/32951124 swapFree=67111364/67111528
[pid=26201] ppid=26199 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26201/stat : 26201 (prissAuto.sh) S 26199 26201 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517203795 8908800 252 33554432000 4194304 4922060 140735303114832 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26201/statm: 2175 252 211 178 0 68 0
[pid=26202] ppid=26201 vsize=1758676 CPUtime=3762.62 cores=0,2,4,6
/proc/26202/stat : 26202 (priss) S 26201 26201 25027 0 -1 4202496 411164 0 0 0 375894 368 0 0 19 0 5 0 517203795 1800884224 389475 33554432000 4194304 5787044 140735002742288 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/26202/statm: 439669 389475 417 389 0 435419 0
[pid=26202/tid=26204] ppid=26201 vsize=1758676 CPUtime=941.92 cores=0,2,4,6
/proc/26202/task/26204/stat : 26204 (priss) R 26201 26201 25027 0 -1 4202560 95492 0 0 0 94131 61 0 0 25 0 5 0 517203811 1800884224 389475 33554432000 4194304 5787044 140735002742288 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26202/tid=26205] ppid=26201 vsize=1758676 CPUtime=940.4 cores=0,2,4,6
/proc/26202/task/26205/stat : 26205 (priss) R 26201 26201 25027 0 -1 4202560 108558 0 0 0 93934 106 0 0 25 0 5 0 517203816 1800884224 389475 33554432000 4194304 5787044 140735002742288 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26202/tid=26206] ppid=26201 vsize=1758676 CPUtime=938.15 cores=0,2,4,6
/proc/26202/task/26206/stat : 26206 (priss) R 26201 26201 25027 0 -1 4202560 102863 0 0 0 93714 101 0 0 25 0 5 0 517203820 1800884224 389475 33554432000 4194304 5787044 140735002742288 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26202/tid=26207] ppid=26201 vsize=1758676 CPUtime=941.82 cores=0,2,4,6
/proc/26202/task/26207/stat : 26207 (priss) R 26201 26201 25027 0 -1 4202560 82670 0 0 0 94086 96 0 0 25 0 5 0 517203826 1800884224 389475 33554432000 4194304 5787044 140735002742288 18446744073709551615 4220688 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3762.62
Current children cumulated vsize (KiB) 1767376

[startup+1002.3 s]
/proc/loadavg: 8.13 8.09 8.01 10/188 26276
/proc/meminfo: memFree=22922852/32951124 swapFree=67111364/67111528
[pid=26201] ppid=26199 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26201/stat : 26201 (prissAuto.sh) S 26199 26201 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517203795 8908800 252 33554432000 4194304 4922060 140735303114832 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26201/statm: 2175 252 211 178 0 68 0
[pid=26202] ppid=26201 vsize=1763924 CPUtime=4002.28 cores=0,2,4,6
/proc/26202/stat : 26202 (priss) S 26201 26201 25027 0 -1 4202496 425546 0 0 0 399842 386 0 0 19 0 5 0 517203795 1806258176 403857 33554432000 4194304 5787044 140735002742288 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/26202/statm: 440981 403857 417 389 0 436731 0
[pid=26202/tid=26204] ppid=26201 vsize=1763924 CPUtime=1001.92 cores=0,2,4,6
/proc/26202/task/26204/stat : 26204 (priss) R 26201 26201 25027 0 -1 4202560 96799 0 0 0 100130 62 0 0 25 0 5 0 517203811 1806258176 403857 33554432000 4194304 5787044 140735002742288 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26202/tid=26205] ppid=26201 vsize=1763924 CPUtime=1000.4 cores=0,2,4,6
/proc/26202/task/26205/stat : 26205 (priss) R 26201 26201 25027 0 -1 4202560 111053 0 0 0 99933 107 0 0 25 0 5 0 517203816 1806258176 403857 33554432000 4194304 5787044 140735002742288 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26202/tid=26206] ppid=26201 vsize=1763924 CPUtime=997.82 cores=0,2,4,6
/proc/26202/task/26206/stat : 26206 (priss) R 26201 26201 25027 0 -1 4202560 103562 0 0 0 99680 102 0 0 25 0 5 0 517203820 1806258176 403857 33554432000 4194304 5787044 140735002742288 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26202/tid=26207] ppid=26201 vsize=1763924 CPUtime=1001.82 cores=0,2,4,6
/proc/26202/task/26207/stat : 26207 (priss) R 26201 26201 25027 0 -1 4202560 92551 0 0 0 100071 111 0 0 25 0 5 0 517203826 1806258176 403857 33554432000 4194304 5787044 140735002742288 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4002.28
Current children cumulated vsize (KiB) 1772624

[startup+1062.3 s]
/proc/loadavg: 8.16 8.12 8.02 9/188 26279
/proc/meminfo: memFree=22778012/32951124 swapFree=67111364/67111528
[pid=26201] ppid=26199 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26201/stat : 26201 (prissAuto.sh) S 26199 26201 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517203795 8908800 252 33554432000 4194304 4922060 140735303114832 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26201/statm: 2175 252 211 178 0 68 0
[pid=26202] ppid=26201 vsize=1939976 CPUtime=4241.68 cores=0,2,4,6
/proc/26202/stat : 26202 (priss) S 26201 26201 25027 0 -1 4202496 454777 0 0 0 423756 412 0 0 19 0 5 0 517203795 1986535424 430892 33554432000 4194304 5787044 140735002742288 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/26202/statm: 484994 430892 417 389 0 480744 0
[pid=26202/tid=26204] ppid=26201 vsize=1939976 CPUtime=1061.91 cores=0,2,4,6
/proc/26202/task/26204/stat : 26204 (priss) R 26201 26201 25027 0 -1 4202560 102776 0 0 0 106121 70 0 0 25 0 5 0 517203811 1986535424 430892 33554432000 4194304 5787044 140735002742288 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26202/tid=26205] ppid=26201 vsize=1939976 CPUtime=1060.17 cores=0,2,4,6
/proc/26202/task/26205/stat : 26205 (priss) R 26201 26201 25027 0 -1 4202560 118897 0 0 0 105901 116 0 0 25 0 5 0 517203816 1986535424 430892 33554432000 4194304 5787044 140735002742288 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26202/tid=26206] ppid=26201 vsize=1939976 CPUtime=1057.46 cores=0,2,4,6
/proc/26202/task/26206/stat : 26206 (priss) R 26201 26201 25027 0 -1 4202560 105875 0 0 0 105641 105 0 0 25 0 5 0 517203820 1986535424 430892 33554432000 4194304 5787044 140735002742288 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26202/tid=26207] ppid=26201 vsize=1939976 CPUtime=1061.81 cores=0,2,4,6
/proc/26202/task/26207/stat : 26207 (priss) R 26201 26201 25027 0 -1 4202560 105648 0 0 0 106064 117 0 0 25 0 5 0 517203826 1986535424 430892 33554432000 4194304 5787044 140735002742288 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4241.68
Current children cumulated vsize (KiB) 1948676

[startup+1122.3 s]
/proc/loadavg: 8.10 8.11 8.02 9/188 26281
/proc/meminfo: memFree=22602156/32951124 swapFree=67111364/67111528
[pid=26201] ppid=26199 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26201/stat : 26201 (prissAuto.sh) S 26199 26201 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517203795 8908800 252 33554432000 4194304 4922060 140735303114832 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26201/statm: 2175 252 211 178 0 68 0
[pid=26202] ppid=26201 vsize=2061204 CPUtime=4481.32 cores=0,2,4,6
/proc/26202/stat : 26202 (priss) S 26201 26201 25027 0 -1 4202496 489226 0 0 0 447685 447 0 0 19 0 5 0 517203795 2110672896 463292 33554432000 4194304 5787044 140735002742288 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/26202/statm: 515301 463292 417 389 0 511051 0
[pid=26202/tid=26204] ppid=26201 vsize=2061204 CPUtime=1121.9 cores=0,2,4,6
/proc/26202/task/26204/stat : 26204 (priss) R 26201 26201 25027 0 -1 4202560 109512 0 0 0 112112 78 0 0 25 0 5 0 517203811 2110672896 463292 33554432000 4194304 5787044 140735002742288 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26202/tid=26205] ppid=26201 vsize=2061204 CPUtime=1120.16 cores=0,2,4,6
/proc/26202/task/26205/stat : 26205 (priss) R 26201 26201 25027 0 -1 4202560 134873 0 0 0 111884 132 0 0 25 0 5 0 517203816 2110672896 463292 33554432000 4194304 5787044 140735002742288 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26202/tid=26206] ppid=26201 vsize=2061204 CPUtime=1117.12 cores=0,2,4,6
/proc/26202/task/26206/stat : 26206 (priss) R 26201 26201 25027 0 -1 4202560 116620 0 0 0 111598 114 0 0 25 0 5 0 517203820 2110672896 463292 33554432000 4194304 5787044 140735002742288 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26202/tid=26207] ppid=26201 vsize=2061204 CPUtime=1121.81 cores=0,2,4,6
/proc/26202/task/26207/stat : 26207 (priss) R 26201 26201 25027 0 -1 4202560 106640 0 0 0 112063 118 0 0 25 0 5 0 517203826 2110672896 463292 33554432000 4194304 5787044 140735002742288 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4481.32
Current children cumulated vsize (KiB) 2069904

[startup+1182.3 s]
/proc/loadavg: 8.02 8.09 8.01 9/188 26282
/proc/meminfo: memFree=22497084/32951124 swapFree=67111364/67111528
[pid=26201] ppid=26199 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26201/stat : 26201 (prissAuto.sh) S 26199 26201 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517203795 8908800 252 33554432000 4194304 4922060 140735303114832 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26201/statm: 2175 252 211 178 0 68 0
[pid=26202] ppid=26201 vsize=2081616 CPUtime=4720.72 cores=0,2,4,6
/proc/26202/stat : 26202 (priss) S 26201 26201 25027 0 -1 4202496 504189 0 0 0 471609 463 0 0 19 0 5 0 517203795 2131574784 475213 33554432000 4194304 5787044 140735002742288 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/26202/statm: 520404 475213 417 389 0 516154 0
[pid=26202/tid=26204] ppid=26201 vsize=2081616 CPUtime=1181.78 cores=0,2,4,6
/proc/26202/task/26204/stat : 26204 (priss) R 26201 26201 25027 0 -1 4202560 114094 0 0 0 118097 81 0 0 25 0 5 0 517203811 2131574784 475213 33554432000 4194304 5787044 140735002742288 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26202/tid=26205] ppid=26201 vsize=2081616 CPUtime=1180.07 cores=0,2,4,6
/proc/26202/task/26205/stat : 26205 (priss) R 26201 26201 25027 0 -1 4202560 140278 0 0 0 117868 139 0 0 25 0 5 0 517203816 2131574784 475213 33554432000 4194304 5787044 140735002742288 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26202/tid=26206] ppid=26201 vsize=2081616 CPUtime=1176.76 cores=0,2,4,6
/proc/26202/task/26206/stat : 26206 (priss) R 26201 26201 25027 0 -1 4202560 119510 0 0 0 117557 119 0 0 25 0 5 0 517203820 2131574784 475213 33554432000 4194304 5787044 140735002742288 18446744073709551615 4254813 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26202/tid=26207] ppid=26201 vsize=2081616 CPUtime=1181.78 cores=0,2,4,6
/proc/26202/task/26207/stat : 26207 (priss) R 26201 26201 25027 0 -1 4202560 108726 0 0 0 118058 120 0 0 25 0 5 0 517203826 2131574784 475213 33554432000 4194304 5787044 140735002742288 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4720.72
Current children cumulated vsize (KiB) 2090316



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.2 s]
/proc/loadavg: 8.09 8.10 8.01 9/188 26283
/proc/meminfo: memFree=22437808/32951124 swapFree=67111364/67111528
[pid=26201] ppid=26199 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26201/stat : 26201 (prissAuto.sh) S 26199 26201 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517203795 8908800 252 33554432000 4194304 4922060 140735303114832 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26201/statm: 2175 252 211 178 0 68 0
[pid=26202] ppid=26201 vsize=2081616 CPUtime=4800.25 cores=0,2,4,6
/proc/26202/stat : 26202 (priss) S 26201 26201 25027 0 -1 4202496 504512 0 0 0 479561 464 0 0 19 0 5 0 517203795 2131574784 475536 33554432000 4194304 5787044 140735002742288 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/26202/statm: 520404 475536 417 389 0 516154 0
[pid=26202/tid=26204] ppid=26201 vsize=2081616 CPUtime=1201.69 cores=0,2,4,6
/proc/26202/task/26204/stat : 26204 (priss) R 26201 26201 25027 0 -1 4202560 114094 0 0 0 120088 81 0 0 25 0 5 0 517203811 2131574784 475536 33554432000 4194304 5787044 140735002742288 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26202/tid=26205] ppid=26201 vsize=2081616 CPUtime=1199.98 cores=0,2,4,6
/proc/26202/task/26205/stat : 26205 (priss) R 26201 26201 25027 0 -1 4202560 140279 0 0 0 119859 139 0 0 25 0 5 0 517203816 2131574784 475536 33554432000 4194304 5787044 140735002742288 18446744073709551615 5591315 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26202/tid=26206] ppid=26201 vsize=2081616 CPUtime=1196.55 cores=0,2,4,6
/proc/26202/task/26206/stat : 26206 (priss) R 26201 26201 25027 0 -1 4202560 119832 0 0 0 119536 119 0 0 25 0 5 0 517203820 2131574784 475536 33554432000 4194304 5787044 140735002742288 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26202/tid=26207] ppid=26201 vsize=2081616 CPUtime=1201.7 cores=0,2,4,6
/proc/26202/task/26207/stat : 26207 (priss) R 26201 26201 25027 0 -1 4202560 108726 0 0 0 120049 121 0 0 25 0 5 0 517203826 2131574784 475536 33554432000 4194304 5787044 140735002742288 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.25
Current children cumulated vsize (KiB) 2090316

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

Real time (s): 1202.22
CPU time (s): 4800.25
CPU user time (s): 4795.61
CPU system time (s): 4.64
CPU usage (%): 399.281
Max. virtual memory (cumulated for all children) (KiB): 2090316

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

runsolver used 1.77273 second user time and 4.79627 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-29 07:47:38
IDJOB=3249313
IDBENCH=83165
IDSOLVER=1602
FILE ID=node136/3249313-1304056058
RUNJOBID= node136-1304053650-25979
PBS_JOBID= 13170391
Free space on /tmp= 72324 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-21x33.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3249313-1304056058/watcher-3249313-1304056058 -o /tmp/evaluation-result-3249313-1304056058/solver-3249313-1304056058 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3249313-1304056058.cnf 502632958 4800 15500 4

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

MD5SUM BENCH= f7c29bbc3bef00d1e7cc799553ba4813
RANDOM SEED=502632958

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:      26250080 kB
Buffers:       1057932 kB
Cached:        5007652 kB
SwapCached:        100 kB
Active:         704708 kB
Inactive:      5445528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26250080 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           14004 kB
Writeback:           0 kB
AnonPages:       84356 kB
Mapped:          15092 kB
Slab:           486108 kB
PageTables:       4272 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   267064 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= 72308 MiB
End job on node136 at 2011-04-29 08:07:43