Trace number 3273906

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
priss Auto? (TO) 4800.14 1201.72

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n280-s93756482-sat.cnf
MD5SUMbadb3b4ac12b29ada7dd8ed96ed75c80
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.66244
Satisfiable
(Un)Satisfiability was proved
Number of variables280
Number of clauses672
Sum of the clauses size1680
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2560
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 5112
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: 26103
0.00/0.00	c setup for 4cores
0.00/0.00	c parsetime: 239us
0.00/0.00	c parsed 672 clauses with 280 variables
0.00/0.00	c NW started thread 0 successfully (1103984960)
0.00/0.00	c NW started thread 1 successfully (1114474816)
0.00/0.00	c NW started thread 2 successfully (1124964672)
0.00/0.00	c NW started thread 3 successfully (1135454528)
0.00/0.52	c preprocessor returned 10015 variables
0.00/0.52	c preprocessing returned UNKNOWN
0.00/0.52	c PP set 0 variables
0.00/0.52	c pp time: 468468us (0s)
0.00/0.52	c preprocessor returned 10015 variables
0.00/0.52	c preprocessing returned UNKNOWN
0.00/0.52	c PP set 0 variables
0.00/0.52	c pp time: 468673us (0s)
0.00/0.52	c preprocessor returned 10015 variables
0.00/0.52	c preprocessing returned UNKNOWN
0.00/0.52	c PP set 0 variables
0.00/0.52	c pp time: 468540us (0s)
19.14/4.87	c preprocessor returned 30076 variables
19.14/4.87	c preprocessing returned UNKNOWN
19.14/4.87	c PP set 0 variables
19.14/4.87	c pp time: 4865193us (4s)

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-3273906-1304054854/watcher-3273906-1304054854 -o /tmp/evaluation-result-3273906-1304054854/solver-3273906-1304054854 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3273906-1304054854.cnf 1714403053 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.12 8.03 7.68 7/182 26102
/proc/meminfo: memFree=26265448/32951124 swapFree=67111364/67111528
[pid=26102] ppid=26100 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26102/stat : 26102 (prissAuto.sh) S 26100 26102 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517083379 8908800 252 33554432000 4194304 4922060 140733497213840 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26102/statm: 2175 252 211 178 0 68 0

[startup+0.158959 s]
/proc/loadavg: 8.12 8.03 7.68 7/182 26102
/proc/meminfo: memFree=26265448/32951124 swapFree=67111364/67111528
[pid=26102] ppid=26100 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26102/stat : 26102 (prissAuto.sh) S 26100 26102 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517083379 8908800 252 33554432000 4194304 4922060 140733497213840 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26102/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.25894 s]
/proc/loadavg: 8.12 8.03 7.68 7/182 26102
/proc/meminfo: memFree=26265448/32951124 swapFree=67111364/67111528
[pid=26102] ppid=26100 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26102/stat : 26102 (prissAuto.sh) S 26100 26102 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517083379 8908800 252 33554432000 4194304 4922060 140733497213840 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26102/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.358922 s]
/proc/loadavg: 8.12 8.03 7.68 7/182 26102
/proc/meminfo: memFree=26265448/32951124 swapFree=67111364/67111528
[pid=26102] ppid=26100 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26102/stat : 26102 (prissAuto.sh) S 26100 26102 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517083379 8908800 252 33554432000 4194304 4922060 140733497213840 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26102/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700864 s]
/proc/loadavg: 8.12 8.03 7.68 7/182 26102
/proc/meminfo: memFree=26265448/32951124 swapFree=67111364/67111528
[pid=26102] ppid=26100 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26102/stat : 26102 (prissAuto.sh) S 26100 26102 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517083379 8908800 252 33554432000 4194304 4922060 140733497213840 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26102/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50072 s]
/proc/loadavg: 8.12 8.03 7.68 9/188 26109
/proc/meminfo: memFree=26233184/32951124 swapFree=67111364/67111528
[pid=26102] ppid=26100 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26102/stat : 26102 (prissAuto.sh) S 26100 26102 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517083379 8908800 252 33554432000 4194304 4922060 140733497213840 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26102/statm: 2175 252 211 178 0 68 0
[pid=26103] ppid=26102 vsize=211224 CPUtime=5.96 cores=0,2,4,6
/proc/26103/stat : 26103 (priss) S 26102 26102 25027 0 -1 4202496 8166 0 0 0 595 1 0 0 18 0 5 0 517083379 216293376 7090 33554432000 4194304 5787044 140736516489792 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/26103/statm: 52806 7090 404 389 0 48556 0
[pid=26103/tid=26105] ppid=26102 vsize=211224 CPUtime=1.49 cores=0,2,4,6
/proc/26103/task/26105/stat : 26105 (priss) R 26102 26102 25027 0 -1 4202560 1766 0 0 0 149 0 0 0 19 0 5 0 517083379 216293376 7090 33554432000 4194304 5787044 140736516489792 18446744073709551615 4229536 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26103/tid=26106] ppid=26102 vsize=211224 CPUtime=1.47 cores=0,2,4,6
/proc/26103/task/26106/stat : 26106 (priss) R 26102 26102 25027 0 -1 4202560 1502 0 0 0 147 0 0 0 25 0 5 0 517083379 216293376 7090 33554432000 4194304 5787044 140736516489792 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26103/tid=26107] ppid=26102 vsize=211224 CPUtime=1.48 cores=0,2,4,6
/proc/26103/task/26107/stat : 26107 (priss) R 26102 26102 25027 0 -1 4202560 1397 0 0 0 148 0 0 0 19 0 5 0 517083379 216293376 7090 33554432000 4194304 5787044 140736516489792 18446744073709551615 5591999 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26103/tid=26108] ppid=26102 vsize=211224 CPUtime=1.48 cores=0,2,4,6
/proc/26103/task/26108/stat : 26108 (priss) R 26102 26102 25027 0 -1 4202560 2002 0 0 0 148 0 0 0 23 0 5 0 517083379 216293376 7090 33554432000 4194304 5787044 140736516489792 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 219924

[startup+3.10045 s]
/proc/loadavg: 8.11 8.03 7.68 9/188 26109
/proc/meminfo: memFree=26225620/32951124 swapFree=67111364/67111528
[pid=26102] ppid=26100 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26102/stat : 26102 (prissAuto.sh) S 26100 26102 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517083379 8908800 252 33554432000 4194304 4922060 140733497213840 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26102/statm: 2175 252 211 178 0 68 0
[pid=26103] ppid=26102 vsize=212572 CPUtime=12.35 cores=0,2,4,6
/proc/26103/stat : 26103 (priss) S 26102 26102 25027 0 -1 4202496 9129 0 0 0 1233 2 0 0 18 0 5 0 517083379 217673728 8053 33554432000 4194304 5787044 140736516489792 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/26103/statm: 53143 8053 405 389 0 48893 0
[pid=26103/tid=26105] ppid=26102 vsize=212572 CPUtime=3.08 cores=0,2,4,6
/proc/26103/task/26105/stat : 26105 (priss) R 26102 26102 25027 0 -1 4202560 2094 0 0 0 308 0 0 0 22 0 5 0 517083379 217673728 8053 33554432000 4194304 5787044 140736516489792 18446744073709551615 5591568 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26103/tid=26106] ppid=26102 vsize=212572 CPUtime=3.07 cores=0,2,4,6
/proc/26103/task/26106/stat : 26106 (priss) R 26102 26102 25027 0 -1 4202560 1823 0 0 0 307 0 0 0 25 0 5 0 517083379 217673728 8053 33554432000 4194304 5787044 140736516489792 18446744073709551615 5591552 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26103/tid=26107] ppid=26102 vsize=212572 CPUtime=3.08 cores=0,2,4,6
/proc/26103/task/26107/stat : 26107 (priss) R 26102 26102 25027 0 -1 4202560 1711 0 0 0 308 0 0 0 23 0 5 0 517083379 217673728 8053 33554432000 4194304 5787044 140736516489792 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26103/tid=26108] ppid=26102 vsize=212572 CPUtime=3.08 cores=0,2,4,6
/proc/26103/task/26108/stat : 26108 (priss) R 26102 26102 25027 0 -1 4202560 2002 0 0 0 308 0 0 0 25 0 5 0 517083379 217673728 8053 33554432000 4194304 5787044 140736516489792 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 221272

[startup+6.30089 s]
/proc/loadavg: 8.11 8.03 7.68 9/188 26109
/proc/meminfo: memFree=26209624/32951124 swapFree=67111364/67111528
[pid=26102] ppid=26100 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26102/stat : 26102 (prissAuto.sh) S 26100 26102 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517083379 8908800 252 33554432000 4194304 4922060 140733497213840 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26102/statm: 2175 252 211 178 0 68 0
[pid=26103] ppid=26102 vsize=215504 CPUtime=25.13 cores=0,2,4,6
/proc/26103/stat : 26103 (priss) S 26102 26102 25027 0 -1 4202496 12645 0 0 0 2510 3 0 0 18 0 5 0 517083379 220676096 10717 33554432000 4194304 5787044 140736516489792 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/26103/statm: 53876 10717 418 389 0 49626 0
[pid=26103/tid=26105] ppid=26102 vsize=215504 CPUtime=6.28 cores=0,2,4,6
/proc/26103/task/26105/stat : 26105 (priss) R 26102 26102 25027 0 -1 4202560 2583 0 0 0 628 0 0 0 25 0 5 0 517083379 220676096 10717 33554432000 4194304 5787044 140736516489792 18446744073709551615 4229536 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26103/tid=26106] ppid=26102 vsize=215504 CPUtime=6.25 cores=0,2,4,6
/proc/26103/task/26106/stat : 26106 (priss) R 26102 26102 25027 0 -1 4202560 2322 0 0 0 625 0 0 0 25 0 5 0 517083379 220676096 10717 33554432000 4194304 5787044 140736516489792 18446744073709551615 5591612 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26103/tid=26107] ppid=26102 vsize=215504 CPUtime=6.28 cores=0,2,4,6
/proc/26103/task/26107/stat : 26107 (priss) R 26102 26102 25027 0 -1 4202560 2158 0 0 0 628 0 0 0 25 0 5 0 517083379 220676096 10717 33554432000 4194304 5787044 140736516489792 18446744073709551615 5591787 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26103/tid=26108] ppid=26102 vsize=215504 CPUtime=6.28 cores=0,2,4,6
/proc/26103/task/26108/stat : 26108 (priss) R 26102 26102 25027 0 -1 4202560 4083 0 0 0 628 0 0 0 19 0 5 0 517083379 220676096 10717 33554432000 4194304 5787044 140736516489792 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 224204

[startup+12.7008 s]
/proc/loadavg: 8.09 8.03 7.68 9/188 26109
/proc/meminfo: memFree=26177424/32951124 swapFree=67111364/67111528
[pid=26102] ppid=26100 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26102/stat : 26102 (prissAuto.sh) S 26100 26102 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517083379 8908800 252 33554432000 4194304 4922060 140733497213840 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26102/statm: 2175 252 211 178 0 68 0
[pid=26103] ppid=26102 vsize=221872 CPUtime=50.69 cores=0,2,4,6
/proc/26103/stat : 26103 (priss) S 26102 26102 25027 0 -1 4202496 15446 0 0 0 5064 5 0 0 18 0 5 0 517083379 227196928 13518 33554432000 4194304 5787044 140736516489792 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/26103/statm: 55468 13518 418 389 0 51218 0
[pid=26103/tid=26105] ppid=26102 vsize=221872 CPUtime=12.68 cores=0,2,4,6
/proc/26103/task/26105/stat : 26105 (priss) R 26102 26102 25027 0 -1 4202560 4048 0 0 0 1267 1 0 0 22 0 5 0 517083379 227196928 13518 33554432000 4194304 5787044 140736516489792 18446744073709551615 5591741 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26103/tid=26106] ppid=26102 vsize=221872 CPUtime=12.61 cores=0,2,4,6
/proc/26103/task/26106/stat : 26106 (priss) R 26102 26102 25027 0 -1 4202560 2794 0 0 0 1260 1 0 0 22 0 5 0 517083379 227196928 13518 33554432000 4194304 5787044 140736516489792 18446744073709551615 5591612 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26103/tid=26107] ppid=26102 vsize=221872 CPUtime=12.68 cores=0,2,4,6
/proc/26103/task/26107/stat : 26107 (priss) R 26102 26102 25027 0 -1 4202560 2572 0 0 0 1267 1 0 0 25 0 5 0 517083379 227196928 13518 33554432000 4194304 5787044 140736516489792 18446744073709551615 5591587 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26103/tid=26108] ppid=26102 vsize=221872 CPUtime=12.68 cores=0,2,4,6
/proc/26103/task/26108/stat : 26108 (priss) R 26102 26102 25027 0 -1 4202560 4533 0 0 0 1267 1 0 0 25 0 5 0 517083379 227196928 13518 33554432000 4194304 5787044 140736516489792 18446744073709551615 5527101 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 230572

[startup+25.5005 s]
/proc/loadavg: 8.08 8.03 7.68 9/188 26109
/proc/meminfo: memFree=26151864/32951124 swapFree=67111364/67111528
[pid=26102] ppid=26100 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26102/stat : 26102 (prissAuto.sh) S 26100 26102 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517083379 8908800 252 33554432000 4194304 4922060 140733497213840 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26102/statm: 2175 252 211 178 0 68 0
[pid=26103] ppid=26102 vsize=224772 CPUtime=101.81 cores=0,2,4,6
/proc/26103/stat : 26103 (priss) S 26102 26102 25027 0 -1 4202496 17973 0 0 0 10174 7 0 0 18 0 5 0 517083379 230166528 16045 33554432000 4194304 5787044 140736516489792 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/26103/statm: 56193 16045 419 389 0 51943 0
[pid=26103/tid=26105] ppid=26102 vsize=224772 CPUtime=25.48 cores=0,2,4,6
/proc/26103/task/26105/stat : 26105 (priss) R 26102 26102 25027 0 -1 4202560 4686 0 0 0 2547 1 0 0 25 0 5 0 517083379 230166528 16045 33554432000 4194304 5787044 140736516489792 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26103/tid=26106] ppid=26102 vsize=224772 CPUtime=25.34 cores=0,2,4,6
/proc/26103/task/26106/stat : 26106 (priss) R 26102 26102 25027 0 -1 4202560 3428 0 0 0 2533 1 0 0 25 0 5 0 517083379 230166528 16045 33554432000 4194304 5787044 140736516489792 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26103/tid=26107] ppid=26102 vsize=224772 CPUtime=25.48 cores=0,2,4,6
/proc/26103/task/26107/stat : 26107 (priss) R 26102 26102 25027 0 -1 4202560 3187 0 0 0 2547 1 0 0 25 0 5 0 517083379 230166528 16045 33554432000 4194304 5787044 140736516489792 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26103/tid=26108] ppid=26102 vsize=224772 CPUtime=25.47 cores=0,2,4,6
/proc/26103/task/26108/stat : 26108 (priss) R 26102 26102 25027 0 -1 4202560 5173 0 0 0 2546 1 0 0 25 0 5 0 517083379 230166528 16045 33554432000 4194304 5787044 140736516489792 18446744073709551615 5527057 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 233472

[startup+51.101 s]
/proc/loadavg: 8.18 8.06 7.70 9/188 26110
/proc/meminfo: memFree=26108148/32951124 swapFree=67111364/67111528
[pid=26102] ppid=26100 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26102/stat : 26102 (prissAuto.sh) S 26100 26102 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517083379 8908800 252 33554432000 4194304 4922060 140733497213840 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26102/statm: 2175 252 211 178 0 68 0
[pid=26103] ppid=26102 vsize=236616 CPUtime=204.06 cores=0,2,4,6
/proc/26103/stat : 26103 (priss) S 26102 26102 25027 0 -1 4202496 23431 0 0 0 20394 12 0 0 18 0 5 0 517083379 242294784 21501 33554432000 4194304 5787044 140736516489792 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/26103/statm: 59154 21501 419 389 0 54904 0
[pid=26103/tid=26105] ppid=26102 vsize=236616 CPUtime=51.08 cores=0,2,4,6
/proc/26103/task/26105/stat : 26105 (priss) R 26102 26102 25027 0 -1 4202560 6994 0 0 0 5105 3 0 0 25 0 5 0 517083379 242294784 21501 33554432000 4194304 5787044 140736516489792 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26103/tid=26106] ppid=26102 vsize=236616 CPUtime=50.79 cores=0,2,4,6
/proc/26103/task/26106/stat : 26106 (priss) R 26102 26102 25027 0 -1 4202560 4674 0 0 0 5077 2 0 0 25 0 5 0 517083379 242294784 21501 33554432000 4194304 5787044 140736516489792 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26103/tid=26107] ppid=26102 vsize=236616 CPUtime=51.08 cores=0,2,4,6
/proc/26103/task/26107/stat : 26107 (priss) R 26102 26102 25027 0 -1 4202560 4156 0 0 0 5105 3 0 0 25 0 5 0 517083379 242294784 21501 33554432000 4194304 5787044 140736516489792 18446744073709551615 5591573 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26103/tid=26108] ppid=26102 vsize=236616 CPUtime=51.08 cores=0,2,4,6
/proc/26103/task/26108/stat : 26108 (priss) R 26102 26102 25027 0 -1 4202560 6108 0 0 0 5105 3 0 0 25 0 5 0 517083379 242294784 21501 33554432000 4194304 5787044 140736516489792 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 204.06
Current children cumulated vsize (KiB) 245316

[startup+102.301 s]
/proc/loadavg: 8.28 8.09 7.73 9/188 26111
/proc/meminfo: memFree=26047724/32951124 swapFree=67111364/67111528
[pid=26102] ppid=26100 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26102/stat : 26102 (prissAuto.sh) S 26100 26102 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517083379 8908800 252 33554432000 4194304 4922060 140733497213840 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26102/statm: 2175 252 211 178 0 68 0
[pid=26103] ppid=26102 vsize=249352 CPUtime=408.6 cores=0,2,4,6
/proc/26103/stat : 26103 (priss) S 26102 26102 25027 0 -1 4202496 30850 0 0 0 40841 19 0 0 18 0 5 0 517083379 255336448 28920 33554432000 4194304 5787044 140736516489792 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/26103/statm: 62338 28920 419 389 0 58088 0
[pid=26103/tid=26105] ppid=26102 vsize=249352 CPUtime=102.28 cores=0,2,4,6
/proc/26103/task/26105/stat : 26105 (priss) R 26102 26102 25027 0 -1 4202560 9752 0 0 0 10224 4 0 0 25 0 5 0 517083379 255336448 28920 33554432000 4194304 5787044 140736516489792 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26103/tid=26106] ppid=26102 vsize=249352 CPUtime=101.72 cores=0,2,4,6
/proc/26103/task/26106/stat : 26106 (priss) R 26102 26102 25027 0 -1 4202560 6306 0 0 0 10168 4 0 0 25 0 5 0 517083379 255336448 28920 33554432000 4194304 5787044 140736516489792 18446744073709551615 5591195 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26103/tid=26107] ppid=26102 vsize=249352 CPUtime=102.28 cores=0,2,4,6
/proc/26103/task/26107/stat : 26107 (priss) R 26102 26102 25027 0 -1 4202560 5840 0 0 0 10224 4 0 0 25 0 5 0 517083379 255336448 28920 33554432000 4194304 5787044 140736516489792 18446744073709551615 4254537 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26103/tid=26108] ppid=26102 vsize=249352 CPUtime=102.28 cores=0,2,4,6

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

/proc/26103/task/26106/stat : 26106 (priss) R 26102 26102 25027 0 -1 4202560 16876 0 0 0 81765 13 0 0 25 0 5 0 517083379 453292032 64449 33554432000 4194304 5787044 140736516489792 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26103/tid=26107] ppid=26102 vsize=442668 CPUtime=822.28 cores=0,2,4,6
/proc/26103/task/26107/stat : 26107 (priss) R 26102 26102 25027 0 -1 4202560 14562 0 0 0 82215 13 0 0 25 0 5 0 517083379 453292032 64449 33554432000 4194304 5787044 140736516489792 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26103/tid=26108] ppid=26102 vsize=442668 CPUtime=822.27 cores=0,2,4,6
/proc/26103/task/26108/stat : 26108 (priss) R 26102 26102 25027 0 -1 4202560 13962 0 0 0 82215 12 0 0 25 0 5 0 517083379 453292032 64449 33554432000 4194304 5787044 140736516489792 18446744073709551615 5528421 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3284.59
Current children cumulated vsize (KiB) 451368

[startup+882.307 s]
/proc/loadavg: 8.04 8.09 7.92 9/188 26132
/proc/meminfo: memFree=25753636/32951124 swapFree=67111364/67111528
[pid=26102] ppid=26100 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26102/stat : 26102 (prissAuto.sh) S 26100 26102 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517083379 8908800 252 33554432000 4194304 4922060 140733497213840 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26102/statm: 2175 252 211 178 0 68 0
[pid=26103] ppid=26102 vsize=442668 CPUtime=3524.29 cores=0,2,4,6
/proc/26103/stat : 26103 (priss) S 26102 26102 25027 0 -1 4202496 66855 0 0 0 352376 53 0 0 18 0 5 0 517083379 453292032 64487 33554432000 4194304 5787044 140736516489792 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/26103/statm: 110667 64487 419 389 0 106417 0
[pid=26103/tid=26105] ppid=26102 vsize=442668 CPUtime=882.24 cores=0,2,4,6
/proc/26103/task/26105/stat : 26105 (priss) R 26102 26102 25027 0 -1 4202560 19945 0 0 0 88210 14 0 0 25 0 5 0 517083379 453292032 64487 33554432000 4194304 5787044 140736516489792 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26103/tid=26106] ppid=26102 vsize=442668 CPUtime=877.46 cores=0,2,4,6
/proc/26103/task/26106/stat : 26106 (priss) R 26102 26102 25027 0 -1 4202560 16885 0 0 0 87733 13 0 0 25 0 5 0 517083379 453292032 64487 33554432000 4194304 5787044 140736516489792 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26103/tid=26107] ppid=26102 vsize=442668 CPUtime=882.28 cores=0,2,4,6
/proc/26103/task/26107/stat : 26107 (priss) R 26102 26102 25027 0 -1 4202560 14562 0 0 0 88215 13 0 0 25 0 5 0 517083379 453292032 64487 33554432000 4194304 5787044 140736516489792 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26103/tid=26108] ppid=26102 vsize=442668 CPUtime=882.28 cores=0,2,4,6
/proc/26103/task/26108/stat : 26108 (priss) R 26102 26102 25027 0 -1 4202560 13964 0 0 0 88216 12 0 0 25 0 5 0 517083379 453292032 64487 33554432000 4194304 5787044 140736516489792 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3524.29
Current children cumulated vsize (KiB) 451368

[startup+942.301 s]
/proc/loadavg: 8.01 8.07 7.92 9/188 26134
/proc/meminfo: memFree=25746892/32951124 swapFree=67111364/67111528
[pid=26102] ppid=26100 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26102/stat : 26102 (prissAuto.sh) S 26100 26102 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517083379 8908800 252 33554432000 4194304 4922060 140733497213840 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26102/statm: 2175 252 211 178 0 68 0
[pid=26103] ppid=26102 vsize=442860 CPUtime=3763.94 cores=0,2,4,6
/proc/26103/stat : 26103 (priss) S 26102 26102 25027 0 -1 4202496 67067 0 0 0 376341 53 0 0 18 0 5 0 517083379 453488640 64699 33554432000 4194304 5787044 140736516489792 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/26103/statm: 110715 64699 419 389 0 106465 0
[pid=26103/tid=26105] ppid=26102 vsize=442860 CPUtime=942.23 cores=0,2,4,6
/proc/26103/task/26105/stat : 26105 (priss) R 26102 26102 25027 0 -1 4202560 20008 0 0 0 94209 14 0 0 25 0 5 0 517083379 453488640 64699 33554432000 4194304 5787044 140736516489792 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26103/tid=26106] ppid=26102 vsize=442860 CPUtime=937.13 cores=0,2,4,6
/proc/26103/task/26106/stat : 26106 (priss) R 26102 26102 25027 0 -1 4202560 16979 0 0 0 93700 13 0 0 25 0 5 0 517083379 453488640 64699 33554432000 4194304 5787044 140736516489792 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26103/tid=26107] ppid=26102 vsize=442860 CPUtime=942.28 cores=0,2,4,6
/proc/26103/task/26107/stat : 26107 (priss) R 26102 26102 25027 0 -1 4202560 14564 0 0 0 94215 13 0 0 25 0 5 0 517083379 453488640 64699 33554432000 4194304 5787044 140736516489792 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26103/tid=26108] ppid=26102 vsize=442860 CPUtime=942.27 cores=0,2,4,6
/proc/26103/task/26108/stat : 26108 (priss) R 26102 26102 25027 0 -1 4202560 14017 0 0 0 94215 12 0 0 25 0 5 0 517083379 453488640 64699 33554432000 4194304 5787044 140736516489792 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3763.94
Current children cumulated vsize (KiB) 451560

[startup+1002.3 s]
/proc/loadavg: 8.00 8.06 7.92 9/188 26135
/proc/meminfo: memFree=25744864/32951124 swapFree=67111364/67111528
[pid=26102] ppid=26100 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26102/stat : 26102 (prissAuto.sh) S 26100 26102 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517083379 8908800 252 33554432000 4194304 4922060 140733497213840 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26102/statm: 2175 252 211 178 0 68 0
[pid=26103] ppid=26102 vsize=444012 CPUtime=4003.62 cores=0,2,4,6
/proc/26103/stat : 26103 (priss) S 26102 26102 25027 0 -1 4202496 67610 0 0 0 400308 54 0 0 18 0 5 0 517083379 454668288 65242 33554432000 4194304 5787044 140736516489792 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/26103/statm: 111003 65242 419 389 0 106753 0
[pid=26103/tid=26105] ppid=26102 vsize=444012 CPUtime=1002.23 cores=0,2,4,6
/proc/26103/task/26105/stat : 26105 (priss) R 26102 26102 25027 0 -1 4202560 20233 0 0 0 100209 14 0 0 25 0 5 0 517083379 454668288 65242 33554432000 4194304 5787044 140736516489792 18446744073709551615 5591529 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26103/tid=26106] ppid=26102 vsize=444012 CPUtime=996.8 cores=0,2,4,6
/proc/26103/task/26106/stat : 26106 (priss) R 26102 26102 25027 0 -1 4202560 17175 0 0 0 99667 13 0 0 25 0 5 0 517083379 454668288 65242 33554432000 4194304 5787044 140736516489792 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26103/tid=26107] ppid=26102 vsize=444012 CPUtime=1002.27 cores=0,2,4,6
/proc/26103/task/26107/stat : 26107 (priss) R 26102 26102 25027 0 -1 4202560 14573 0 0 0 100214 13 0 0 25 0 5 0 517083379 454668288 65242 33554432000 4194304 5787044 140736516489792 18446744073709551615 5591532 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26103/tid=26108] ppid=26102 vsize=444012 CPUtime=1002.27 cores=0,2,4,6
/proc/26103/task/26108/stat : 26108 (priss) R 26102 26102 25027 0 -1 4202560 14130 0 0 0 100215 12 0 0 25 0 5 0 517083379 454668288 65242 33554432000 4194304 5787044 140736516489792 18446744073709551615 5527392 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4003.62
Current children cumulated vsize (KiB) 452712

[startup+1062.3 s]
/proc/loadavg: 8.00 8.04 7.92 9/188 26137
/proc/meminfo: memFree=25731924/32951124 swapFree=67111364/67111528
[pid=26102] ppid=26100 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26102/stat : 26102 (prissAuto.sh) S 26100 26102 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517083379 8908800 252 33554432000 4194304 4922060 140733497213840 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26102/statm: 2175 252 211 178 0 68 0
[pid=26103] ppid=26102 vsize=451304 CPUtime=4243.29 cores=0,2,4,6
/proc/26103/stat : 26103 (priss) S 26102 26102 25027 0 -1 4202496 70591 0 0 0 424273 56 0 0 18 0 5 0 517083379 462135296 68223 33554432000 4194304 5787044 140736516489792 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/26103/statm: 112826 68223 419 389 0 108576 0
[pid=26103/tid=26105] ppid=26102 vsize=451304 CPUtime=1062.23 cores=0,2,4,6
/proc/26103/task/26105/stat : 26105 (priss) R 26102 26102 25027 0 -1 4202560 21945 0 0 0 106208 15 0 0 25 0 5 0 517083379 462135296 68223 33554432000 4194304 5787044 140736516489792 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26103/tid=26106] ppid=26102 vsize=451304 CPUtime=1056.48 cores=0,2,4,6
/proc/26103/task/26106/stat : 26106 (priss) R 26102 26102 25027 0 -1 4202560 17748 0 0 0 105634 14 0 0 25 0 5 0 517083379 462135296 68223 33554432000 4194304 5787044 140736516489792 18446744073709551615 5591612 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26103/tid=26107] ppid=26102 vsize=451304 CPUtime=1062.28 cores=0,2,4,6
/proc/26103/task/26107/stat : 26107 (priss) R 26102 26102 25027 0 -1 4202560 14829 0 0 0 106214 14 0 0 25 0 5 0 517083379 462135296 68223 33554432000 4194304 5787044 140736516489792 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26103/tid=26108] ppid=26102 vsize=451304 CPUtime=1062.27 cores=0,2,4,6
/proc/26103/task/26108/stat : 26108 (priss) R 26102 26102 25027 0 -1 4202560 14570 0 0 0 106215 12 0 0 25 0 5 0 517083379 462135296 68223 33554432000 4194304 5787044 140736516489792 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4243.29
Current children cumulated vsize (KiB) 460004

[startup+1122.3 s]
/proc/loadavg: 8.00 8.03 7.92 9/188 26138
/proc/meminfo: memFree=25717616/32951124 swapFree=67111364/67111528
[pid=26102] ppid=26100 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26102/stat : 26102 (prissAuto.sh) S 26100 26102 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517083379 8908800 252 33554432000 4194304 4922060 140733497213840 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26102/statm: 2175 252 211 178 0 68 0
[pid=26103] ppid=26102 vsize=456700 CPUtime=4482.96 cores=0,2,4,6
/proc/26103/stat : 26103 (priss) S 26102 26102 25027 0 -1 4202496 73844 0 0 0 448236 60 0 0 18 0 5 0 517083379 467660800 71476 33554432000 4194304 5787044 140736516489792 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/26103/statm: 114175 71476 419 389 0 109925 0
[pid=26103/tid=26105] ppid=26102 vsize=456700 CPUtime=1122.22 cores=0,2,4,6
/proc/26103/task/26105/stat : 26105 (priss) R 26102 26102 25027 0 -1 4202560 23028 0 0 0 112206 16 0 0 25 0 5 0 517083379 467660800 71476 33554432000 4194304 5787044 140736516489792 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26103/tid=26106] ppid=26102 vsize=456700 CPUtime=1116.14 cores=0,2,4,6
/proc/26103/task/26106/stat : 26106 (priss) R 26102 26102 25027 0 -1 4202560 18487 0 0 0 111600 14 0 0 25 0 5 0 517083379 467660800 71476 33554432000 4194304 5787044 140736516489792 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26103/tid=26107] ppid=26102 vsize=456700 CPUtime=1122.28 cores=0,2,4,6
/proc/26103/task/26107/stat : 26107 (priss) R 26102 26102 25027 0 -1 4202560 15550 0 0 0 112214 14 0 0 25 0 5 0 517083379 467660800 71476 33554432000 4194304 5787044 140736516489792 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26103/tid=26108] ppid=26102 vsize=456700 CPUtime=1122.27 cores=0,2,4,6
/proc/26103/task/26108/stat : 26108 (priss) R 26102 26102 25027 0 -1 4202560 15280 0 0 0 112214 13 0 0 25 0 5 0 517083379 467660800 71476 33554432000 4194304 5787044 140736516489792 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4482.96
Current children cumulated vsize (KiB) 465400

[startup+1182.3 s]
/proc/loadavg: 8.05 8.04 7.93 9/188 26140
/proc/meminfo: memFree=25692408/32951124 swapFree=67111364/67111528
[pid=26102] ppid=26100 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26102/stat : 26102 (prissAuto.sh) S 26100 26102 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517083379 8908800 252 33554432000 4194304 4922060 140733497213840 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26102/statm: 2175 252 211 178 0 68 0
[pid=26103] ppid=26102 vsize=465884 CPUtime=4722.64 cores=0,2,4,6
/proc/26103/stat : 26103 (priss) S 26102 26102 25027 0 -1 4202496 78601 0 0 0 472200 64 0 0 18 0 5 0 517083379 477065216 76233 33554432000 4194304 5787044 140736516489792 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/26103/statm: 116471 76233 419 389 0 112221 0
[pid=26103/tid=26105] ppid=26102 vsize=465884 CPUtime=1182.23 cores=0,2,4,6
/proc/26103/task/26105/stat : 26105 (priss) R 26102 26102 25027 0 -1 4202560 24074 0 0 0 118205 18 0 0 25 0 5 0 517083379 477065216 76233 33554432000 4194304 5787044 140736516489792 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26103/tid=26106] ppid=26102 vsize=465884 CPUtime=1175.82 cores=0,2,4,6
/proc/26103/task/26106/stat : 26106 (priss) R 26102 26102 25027 0 -1 4202560 19437 0 0 0 117567 15 0 0 25 0 5 0 517083379 477065216 76233 33554432000 4194304 5787044 140736516489792 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26103/tid=26107] ppid=26102 vsize=465884 CPUtime=1182.27 cores=0,2,4,6
/proc/26103/task/26107/stat : 26107 (priss) R 26102 26102 25027 0 -1 4202560 16581 0 0 0 118212 15 0 0 25 0 5 0 517083379 477065216 76233 33554432000 4194304 5787044 140736516489792 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26103/tid=26108] ppid=26102 vsize=465884 CPUtime=1182.28 cores=0,2,4,6
/proc/26103/task/26108/stat : 26108 (priss) R 26102 26102 25027 0 -1 4202560 17010 0 0 0 118213 15 0 0 25 0 5 0 517083379 477065216 76233 33554432000 4194304 5787044 140736516489792 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4722.64
Current children cumulated vsize (KiB) 474584



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.04 8.04 7.93 5/181 26142
/proc/meminfo: memFree=25972564/32951124 swapFree=67111364/67111528
[pid=26102] ppid=26100 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26102/stat : 26102 (prissAuto.sh) S 26100 26102 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517083379 8908800 252 33554432000 4194304 4922060 140733497213840 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26102/statm: 2175 252 211 178 0 68 0
[pid=26103] ppid=26102 vsize=467460 CPUtime=4800.14 cores=0,2,4,6
/proc/26103/stat : 26103 (priss) S 26102 26102 25027 0 -1 4202496 79785 0 0 0 479949 65 0 0 18 0 5 0 517083379 478679040 77417 33554432000 4194304 5787044 140736516489792 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/26103/statm: 116865 77417 419 389 0 112615 0
[pid=26103/tid=26105] ppid=26102 vsize=467460 CPUtime=1201.63 cores=0,2,4,6
/proc/26103/task/26105/stat : 26105 (priss) R 26102 26102 25027 0 -1 4202560 24417 0 0 0 120145 18 0 0 25 0 5 0 517083379 478679040 77417 33554432000 4194304 5787044 140736516489792 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26103/tid=26106] ppid=26102 vsize=467460 CPUtime=1195.11 cores=0,2,4,6
/proc/26103/task/26106/stat : 26106 (priss) R 26102 26102 25027 0 -1 4202560 19769 0 0 0 119496 15 0 0 25 0 5 0 517083379 478679040 77417 33554432000 4194304 5787044 140736516489792 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26103/tid=26107] ppid=26102 vsize=467460 CPUtime=1201.69 cores=0,2,4,6
/proc/26103/task/26107/stat : 26107 (priss) R 26102 26102 25027 0 -1 4202560 16855 0 0 0 120153 16 0 0 25 0 5 0 517083379 478679040 77417 33554432000 4194304 5787044 140736516489792 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26103/tid=26108] ppid=26102 vsize=467460 CPUtime=1201.68 cores=0,2,4,6
/proc/26103/task/26108/stat : 26108 (priss) R 26102 26102 25027 0 -1 4202560 17245 0 0 0 120153 15 0 0 25 0 5 0 517083379 478679040 77417 33554432000 4194304 5787044 140736516489792 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.14
Current children cumulated vsize (KiB) 476160

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 26102 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=0
# CPU time returned by wait4() is 0
# while last known CPU time is 4800.14
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.72
CPU time (s): 4800.14
CPU user time (s): 4799.49
CPU system time (s): 0.65
CPU usage (%): 399.44
Max. virtual memory (cumulated for all children) (KiB): 476160

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

runsolver used 1.80173 second user time and 4.76228 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-29 07:27:34
IDJOB=3273906
IDBENCH=83149
IDSOLVER=1602
FILE ID=node136/3273906-1304054854
RUNJOBID= node136-1304053650-25979
PBS_JOBID= 13170391
Free space on /tmp= 72332 MiB

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

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

MD5SUM BENCH= badb3b4ac12b29ada7dd8ed96ed75c80
RANDOM SEED=1714403053

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:      26265728 kB
Buffers:       1057552 kB
Cached:        4994860 kB
SwapCached:        100 kB
Active:         690912 kB
Inactive:      5443780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26265728 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            3156 kB
Writeback:           0 kB
AnonPages:       81764 kB
Mapped:          15460 kB
Slab:           485816 kB
PageTables:       4272 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   272140 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72332 MiB
End job on node136 at 2011-04-29 07:47:38