Trace number 3257587

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.35 1201.82

General information on the benchmark

NameCRAFTED/modcircuits/
mod4block_2vars_8gates_u2.cnf
MD5SUMa5bb71bc1d85a401ce9f42ed1404d63e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark238.524
Satisfiable
(Un)Satisfiability was proved
Number of variables387
Number of clauses62656
Sum of the clauses size362132
Maximum clause length24
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 21453
Number of clauses of size 30
Number of clauses of size 41977
Number of clauses of size 53842
Number of clauses of size over 555320

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: 29291
0.00/0.00	c setup for 4cores
0.00/0.03	c parsetime: 29718us
0.00/0.03	c parsed 62656 clauses with 387 variables
0.00/0.04	c NW started thread 0 successfully (1109887296)
0.00/0.05	c NW started thread 1 successfully (1084807488)
0.00/0.07	c NW started thread 2 successfully (1120377152)
0.00/0.09	c NW started thread 3 successfully (1130867008)
4.59/1.27	c preprocessor returned 10026 variables
4.59/1.27	c preprocessing returned UNKNOWN
4.59/1.27	c PP set 97 variables
4.59/1.27	c pp time: 1225387us (1s)
4.59/1.27	c preprocessor returned 10026 variables
4.59/1.27	c preprocessing returned UNKNOWN
4.59/1.27	c PP set 97 variables
4.59/1.27	c pp time: 1216519us (1s)
4.59/1.29	c preprocessor returned 10026 variables
4.59/1.29	c preprocessing returned UNKNOWN
4.59/1.29	c PP set 97 variables
4.59/1.29	c pp time: 1219423us (1s)
51.33/12.91	c preprocessor returned 30027 variables
51.33/12.91	c preprocessing returned UNKNOWN
51.33/12.91	c PP set 97 variables
51.33/12.91	c pp time: 12821723us (12s)

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 7.80 8.74 8.39 3/179 29290
/proc/meminfo: memFree=27848304/32951124 swapFree=67111356/67111528
[pid=29290] ppid=29288 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29290/stat : 29290 (prissAuto.sh) S 29288 29290 26197 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 515936031 8908800 252 33554432000 4194304 4922060 140736244295712 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29290/statm: 2175 252 211 178 0 68 0

[startup+0.010456 s]
/proc/loadavg: 7.80 8.74 8.39 3/179 29290
/proc/meminfo: memFree=27848304/32951124 swapFree=67111356/67111528
[pid=29290] ppid=29288 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29290/stat : 29290 (prissAuto.sh) S 29288 29290 26197 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 515936031 8908800 252 33554432000 4194304 4922060 140736244295712 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29290/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.131612 s]
/proc/loadavg: 7.80 8.74 8.39 3/179 29290
/proc/meminfo: memFree=27848304/32951124 swapFree=67111356/67111528
[pid=29290] ppid=29288 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29290/stat : 29290 (prissAuto.sh) S 29288 29290 26197 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 515936031 8908800 252 33554432000 4194304 4922060 140736244295712 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29290/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300373 s]
/proc/loadavg: 7.80 8.74 8.39 3/179 29290
/proc/meminfo: memFree=27848304/32951124 swapFree=67111356/67111528
[pid=29290] ppid=29288 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29290/stat : 29290 (prissAuto.sh) S 29288 29290 26197 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 515936031 8908800 252 33554432000 4194304 4922060 140736244295712 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29290/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700304 s]
/proc/loadavg: 7.80 8.74 8.39 3/179 29290
/proc/meminfo: memFree=27848304/32951124 swapFree=67111356/67111528
[pid=29290] ppid=29288 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29290/stat : 29290 (prissAuto.sh) S 29288 29290 26197 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 515936031 8908800 252 33554432000 4194304 4922060 140736244295712 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29290/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50116 s]
/proc/loadavg: 7.80 8.74 8.39 12/193 29309
/proc/meminfo: memFree=27729980/32951124 swapFree=67111356/67111528
[pid=29290] ppid=29288 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29290/stat : 29290 (prissAuto.sh) S 29288 29290 26197 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 515936031 8908800 252 33554432000 4194304 4922060 140736244295712 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29290/statm: 2175 252 211 178 0 68 0
[pid=29291] ppid=29290 vsize=292360 CPUtime=5.79 cores=0,2,4,6
/proc/29291/stat : 29291 (priss) S 29290 29290 26197 0 -1 4202496 14275 0 0 0 577 2 0 0 18 0 5 0 515936031 299376640 12618 33554432000 4194304 5787044 140733383162384 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29291/statm: 73090 12618 405 389 0 68840 0
[pid=29291/tid=29293] ppid=29290 vsize=292360 CPUtime=1.44 cores=0,2,4,6
/proc/29291/task/29293/stat : 29293 (priss) R 29290 29290 26197 0 -1 4202560 1939 0 0 0 144 0 0 0 20 0 5 0 515936035 299376640 12618 33554432000 4194304 5787044 140733383162384 18446744073709551615 5585339 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29291/tid=29294] ppid=29290 vsize=292360 CPUtime=1.43 cores=0,2,4,6
/proc/29291/task/29294/stat : 29294 (priss) R 29290 29290 26197 0 -1 4202560 1654 0 0 0 143 0 0 0 20 0 5 0 515936037 299376640 12618 33554432000 4194304 5787044 140733383162384 18446744073709551615 5576442 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29291/tid=29295] ppid=29290 vsize=292360 CPUtime=1.41 cores=0,2,4,6
/proc/29291/task/29295/stat : 29295 (priss) R 29290 29290 26197 0 -1 4202560 2159 0 0 0 141 0 0 0 20 0 5 0 515936038 299376640 12618 33554432000 4194304 5787044 140733383162384 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29291/tid=29302] ppid=29290 vsize=292360 CPUtime=1.4 cores=0,2,4,6
/proc/29291/task/29302/stat : 29302 (priss) R 29290 29290 26197 0 -1 4202560 2463 0 0 0 140 0 0 0 23 0 5 0 515936040 299376640 12618 33554432000 4194304 5787044 140733383162384 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.79
Current children cumulated vsize (KiB) 301060

[startup+3.10087 s]
/proc/loadavg: 7.80 8.74 8.39 10/193 29309
/proc/meminfo: memFree=27723540/32951124 swapFree=67111356/67111528
[pid=29290] ppid=29288 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29290/stat : 29290 (prissAuto.sh) S 29288 29290 26197 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 515936031 8908800 252 33554432000 4194304 4922060 140736244295712 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29290/statm: 2175 252 211 178 0 68 0
[pid=29291] ppid=29290 vsize=292544 CPUtime=12.19 cores=0,2,4,6
/proc/29291/stat : 29291 (priss) S 29290 29290 26197 0 -1 4202496 14334 0 0 0 1216 3 0 0 18 0 5 0 515936031 299565056 12677 33554432000 4194304 5787044 140733383162384 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29291/statm: 73136 12677 405 389 0 68886 0
[pid=29291/tid=29293] ppid=29290 vsize=292544 CPUtime=3.03 cores=0,2,4,6
/proc/29291/task/29293/stat : 29293 (priss) R 29290 29290 26197 0 -1 4202560 1956 0 0 0 303 0 0 0 25 0 5 0 515936035 299565056 12677 33554432000 4194304 5787044 140733383162384 18446744073709551615 4692090 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29291/tid=29294] ppid=29290 vsize=292544 CPUtime=3.03 cores=0,2,4,6
/proc/29291/task/29294/stat : 29294 (priss) R 29290 29290 26197 0 -1 4202560 1654 0 0 0 303 0 0 0 25 0 5 0 515936037 299565056 12677 33554432000 4194304 5787044 140733383162384 18446744073709551615 4254581 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29291/tid=29295] ppid=29290 vsize=292544 CPUtime=3.01 cores=0,2,4,6
/proc/29291/task/29295/stat : 29295 (priss) R 29290 29290 26197 0 -1 4202560 2191 0 0 0 301 0 0 0 25 0 5 0 515936038 299565056 12677 33554432000 4194304 5787044 140733383162384 18446744073709551615 5591552 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29291/tid=29302] ppid=29290 vsize=292544 CPUtime=3 cores=0,2,4,6
/proc/29291/task/29302/stat : 29302 (priss) R 29290 29290 26197 0 -1 4202560 2473 0 0 0 300 0 0 0 25 0 5 0 515936040 299565056 12677 33554432000 4194304 5787044 140733383162384 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.19
Current children cumulated vsize (KiB) 301244

[startup+6.30029 s]
/proc/loadavg: 7.89 8.74 8.40 10/193 29309
/proc/meminfo: memFree=27697996/32951124 swapFree=67111356/67111528
[pid=29290] ppid=29288 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29290/stat : 29290 (prissAuto.sh) S 29288 29290 26197 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 515936031 8908800 252 33554432000 4194304 4922060 140736244295712 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29290/statm: 2175 252 211 178 0 68 0
[pid=29291] ppid=29290 vsize=293748 CPUtime=24.96 cores=0,2,4,6
/proc/29291/stat : 29291 (priss) S 29290 29290 26197 0 -1 4202496 15023 0 0 0 2492 4 0 0 18 0 5 0 515936031 300797952 13366 33554432000 4194304 5787044 140733383162384 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29291/statm: 73437 13366 405 389 0 69187 0
[pid=29291/tid=29293] ppid=29290 vsize=293748 CPUtime=6.21 cores=0,2,4,6
/proc/29291/task/29293/stat : 29293 (priss) R 29290 29290 26197 0 -1 4202560 2272 0 0 0 621 0 0 0 25 0 5 0 515936035 300797952 13366 33554432000 4194304 5787044 140733383162384 18446744073709551615 5590467 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29291/tid=29294] ppid=29290 vsize=293748 CPUtime=6.23 cores=0,2,4,6
/proc/29291/task/29294/stat : 29294 (priss) R 29290 29290 26197 0 -1 4202560 1709 0 0 0 622 1 0 0 25 0 5 0 515936037 300797952 13366 33554432000 4194304 5787044 140733383162384 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29291/tid=29295] ppid=29290 vsize=293748 CPUtime=6.22 cores=0,2,4,6
/proc/29291/task/29295/stat : 29295 (priss) R 29290 29290 26197 0 -1 4202560 2507 0 0 0 621 1 0 0 25 0 5 0 515936038 300797952 13366 33554432000 4194304 5787044 140733383162384 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29291/tid=29302] ppid=29290 vsize=293748 CPUtime=6.2 cores=0,2,4,6
/proc/29291/task/29302/stat : 29302 (priss) R 29290 29290 26197 0 -1 4202560 2475 0 0 0 620 0 0 0 25 0 5 0 515936040 300797952 13366 33554432000 4194304 5787044 140733383162384 18446744073709551615 218905424852 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.96
Current children cumulated vsize (KiB) 302448

[startup+12.7011 s]
/proc/loadavg: 7.98 8.74 8.40 10/193 29309
/proc/meminfo: memFree=27685444/32951124 swapFree=67111356/67111528
[pid=29290] ppid=29288 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29290/stat : 29290 (prissAuto.sh) S 29288 29290 26197 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 515936031 8908800 252 33554432000 4194304 4922060 140736244295712 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29290/statm: 2175 252 211 178 0 68 0
[pid=29291] ppid=29290 vsize=296324 CPUtime=50.53 cores=0,2,4,6
/proc/29291/stat : 29291 (priss) S 29290 29290 26197 0 -1 4202496 16821 0 0 0 5047 6 0 0 18 0 5 0 515936031 303435776 15164 33554432000 4194304 5787044 140733383162384 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29291/statm: 74081 15164 405 389 0 69831 0
[pid=29291/tid=29293] ppid=29290 vsize=296324 CPUtime=12.58 cores=0,2,4,6
/proc/29291/task/29293/stat : 29293 (priss) R 29290 29290 26197 0 -1 4202560 2874 0 0 0 1257 1 0 0 25 0 5 0 515936035 303435776 15164 33554432000 4194304 5787044 140733383162384 18446744073709551615 5591573 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29291/tid=29294] ppid=29290 vsize=296324 CPUtime=12.63 cores=0,2,4,6
/proc/29291/task/29294/stat : 29294 (priss) R 29290 29290 26197 0 -1 4202560 2312 0 0 0 1261 2 0 0 25 0 5 0 515936037 303435776 15164 33554432000 4194304 5787044 140733383162384 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29291/tid=29295] ppid=29290 vsize=296324 CPUtime=12.61 cores=0,2,4,6
/proc/29291/task/29295/stat : 29295 (priss) R 29290 29290 26197 0 -1 4202560 3099 0 0 0 1260 1 0 0 25 0 5 0 515936038 303435776 15164 33554432000 4194304 5787044 140733383162384 18446744073709551615 4220936 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29291/tid=29302] ppid=29290 vsize=296324 CPUtime=12.6 cores=0,2,4,6
/proc/29291/task/29302/stat : 29302 (priss) R 29290 29290 26197 0 -1 4202560 2476 0 0 0 1260 0 0 0 25 0 5 0 515936040 303435776 15164 33554432000 4194304 5787044 140733383162384 18446744073709551615 218905424847 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 305024

[startup+25.5008 s]
/proc/loadavg: 8.28 8.77 8.41 10/193 29311
/proc/meminfo: memFree=27637028/32951124 swapFree=67111356/67111528
[pid=29290] ppid=29288 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29290/stat : 29290 (prissAuto.sh) S 29288 29290 26197 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 515936031 8908800 252 33554432000 4194304 4922060 140736244295712 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29290/statm: 2175 252 211 178 0 68 0
[pid=29291] ppid=29290 vsize=305212 CPUtime=101.65 cores=0,2,4,6
/proc/29291/stat : 29291 (priss) S 29290 29290 26197 0 -1 4202496 23808 0 0 0 10153 12 0 0 18 0 5 0 515936031 312537088 21122 33554432000 4194304 5787044 140733383162384 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29291/statm: 76303 21122 419 389 0 72053 0
[pid=29291/tid=29293] ppid=29290 vsize=305212 CPUtime=25.3 cores=0,2,4,6
/proc/29291/task/29293/stat : 29293 (priss) R 29290 29290 26197 0 -1 4202560 5028 0 0 0 2529 1 0 0 25 0 5 0 515936035 312537088 21122 33554432000 4194304 5787044 140733383162384 18446744073709551615 5591529 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29291/tid=29294] ppid=29290 vsize=305212 CPUtime=25.43 cores=0,2,4,6
/proc/29291/task/29294/stat : 29294 (priss) R 29290 29290 26197 0 -1 4202560 3397 0 0 0 2539 4 0 0 25 0 5 0 515936037 312537088 21122 33554432000 4194304 5787044 140733383162384 18446744073709551615 4255030 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29291/tid=29295] ppid=29290 vsize=305212 CPUtime=25.41 cores=0,2,4,6
/proc/29291/task/29295/stat : 29295 (priss) R 29290 29290 26197 0 -1 4202560 4096 0 0 0 2539 2 0 0 25 0 5 0 515936038 312537088 21122 33554432000 4194304 5787044 140733383162384 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29291/tid=29302] ppid=29290 vsize=305212 CPUtime=25.39 cores=0,2,4,6
/proc/29291/task/29302/stat : 29302 (priss) R 29290 29290 26197 0 -1 4202560 5227 0 0 0 2537 2 0 0 25 0 5 0 515936040 312537088 21122 33554432000 4194304 5787044 140733383162384 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.65
Current children cumulated vsize (KiB) 313912

[startup+51.1012 s]
/proc/loadavg: 8.24 8.72 8.41 9/188 29367
/proc/meminfo: memFree=27583100/32951124 swapFree=67111356/67111528
[pid=29290] ppid=29288 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29290/stat : 29290 (prissAuto.sh) S 29288 29290 26197 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 515936031 8908800 252 33554432000 4194304 4922060 140736244295712 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29290/statm: 2175 252 211 178 0 68 0
[pid=29291] ppid=29290 vsize=312576 CPUtime=203.88 cores=0,2,4,6
/proc/29291/stat : 29291 (priss) S 29290 29290 26197 0 -1 4202496 28544 0 0 0 20371 17 0 0 18 0 5 0 515936031 320077824 25812 33554432000 4194304 5787044 140733383162384 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29291/statm: 78144 25812 419 389 0 73894 0
[pid=29291/tid=29293] ppid=29290 vsize=312576 CPUtime=50.76 cores=0,2,4,6
/proc/29291/task/29293/stat : 29293 (priss) R 29290 29290 26197 0 -1 4202560 5865 0 0 0 5074 2 0 0 25 0 5 0 515936035 320077824 25812 33554432000 4194304 5787044 140733383162384 18446744073709551615 5585369 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29291/tid=29294] ppid=29290 vsize=312576 CPUtime=51.02 cores=0,2,4,6
/proc/29291/task/29294/stat : 29294 (priss) R 29290 29290 26197 0 -1 4202560 4217 0 0 0 5097 5 0 0 25 0 5 0 515936037 320077824 25812 33554432000 4194304 5787044 140733383162384 18446744073709551615 5591564 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29291/tid=29295] ppid=29290 vsize=312576 CPUtime=51.01 cores=0,2,4,6
/proc/29291/task/29295/stat : 29295 (priss) R 29290 29290 26197 0 -1 4202560 5010 0 0 0 5097 4 0 0 25 0 5 0 515936038 320077824 25812 33554432000 4194304 5787044 140733383162384 18446744073709551615 5591623 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29291/tid=29302] ppid=29290 vsize=312576 CPUtime=50.98 cores=0,2,4,6
/proc/29291/task/29302/stat : 29302 (priss) R 29290 29290 26197 0 -1 4202560 7392 0 0 0 5094 4 0 0 25 0 5 0 515936040 320077824 25812 33554432000 4194304 5787044 140733383162384 18446744073709551615 5527587 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.88
Current children cumulated vsize (KiB) 321276

[startup+102.307 s]
/proc/loadavg: 8.16 8.63 8.39 9/188 29368
/proc/meminfo: memFree=27477708/32951124 swapFree=67111356/67111528
[pid=29290] ppid=29288 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29290/stat : 29290 (prissAuto.sh) S 29288 29290 26197 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 515936031 8908800 252 33554432000 4194304 4922060 140736244295712 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29290/statm: 2175 252 211 178 0 68 0
[pid=29291] ppid=29290 vsize=326188 CPUtime=408.4 cores=0,2,4,6
/proc/29291/stat : 29291 (priss) S 29290 29290 26197 0 -1 4202496 37181 0 0 0 40815 25 0 0 18 0 5 0 515936031 334016512 34328 33554432000 4194304 5787044 140733383162384 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29291/statm: 81547 34328 419 389 0 77297 0
[pid=29291/tid=29293] ppid=29290 vsize=326188 CPUtime=101.68 cores=0,2,4,6
/proc/29291/task/29293/stat : 29293 (priss) R 29290 29290 26197 0 -1 4202560 8081 0 0 0 10166 2 0 0 25 0 5 0 515936035 334016512 34328 33554432000 4194304 5787044 140733383162384 18446744073709551615 5590624 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29291/tid=29294] ppid=29290 vsize=326188 CPUtime=102.21 cores=0,2,4,6
/proc/29291/task/29294/stat : 29294 (priss) R 29290 29290 26197 0 -1 4202560 5453 0 0 0 10214 7 0 0 25 0 5 0 515936037 334016512 34328 33554432000 4194304 5787044 140733383162384 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29291/tid=29295] ppid=29290 vsize=326188 CPUtime=102.21 cores=0,2,4,6
/proc/29291/task/29295/stat : 29295 (priss) R 29290 29290 26197 0 -1 4202560 7127 0 0 0 10214 7 0 0 25 0 5 0 515936038 334016512 34328 33554432000 4194304 5787044 140733383162384 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29291/tid=29302] ppid=29290 vsize=326188 CPUtime=102.18 cores=0,2,4,6

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

/proc/29291/task/29294/stat : 29294 (priss) R 29290 29290 26197 0 -1 4202560 18091 0 0 0 82195 19 0 0 25 0 5 0 515936037 405917696 77098 33554432000 4194304 5787044 140733383162384 18446744073709551615 5591603 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29291/tid=29295] ppid=29290 vsize=396404 CPUtime=822.21 cores=0,2,4,6
/proc/29291/task/29295/stat : 29295 (priss) R 29290 29290 26197 0 -1 4202560 18130 0 0 0 82199 22 0 0 25 0 5 0 515936038 405917696 77098 33554432000 4194304 5787044 140733383162384 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29291/tid=29302] ppid=29290 vsize=396404 CPUtime=822.18 cores=0,2,4,6
/proc/29291/task/29302/stat : 29302 (priss) R 29290 29290 26197 0 -1 4202560 18844 0 0 0 82203 15 0 0 25 0 5 0 515936040 405917696 77098 33554432000 4194304 5787044 140733383162384 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.42
Current children cumulated vsize (KiB) 405104

[startup+882.301 s]
/proc/loadavg: 8.03 8.12 8.20 9/188 29389
/proc/meminfo: memFree=26867320/32951124 swapFree=67111356/67111528
[pid=29290] ppid=29288 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29290/stat : 29290 (prissAuto.sh) S 29288 29290 26197 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 515936031 8908800 252 33554432000 4194304 4922060 140736244295712 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29290/statm: 2175 252 211 178 0 68 0
[pid=29291] ppid=29290 vsize=400096 CPUtime=3524.08 cores=0,2,4,6
/proc/29291/stat : 29291 (priss) S 29290 29290 26197 0 -1 4202496 83212 0 0 0 352339 69 0 0 18 0 5 0 515936031 409698304 79188 33554432000 4194304 5787044 140733383162384 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29291/statm: 100024 79188 419 389 0 95774 0
[pid=29291/tid=29293] ppid=29290 vsize=400096 CPUtime=877.44 cores=0,2,4,6
/proc/29291/task/29293/stat : 29293 (priss) R 29290 29290 26197 0 -1 4202560 20740 0 0 0 87735 9 0 0 25 0 5 0 515936035 409698304 79188 33554432000 4194304 5787044 140733383162384 18446744073709551615 4254546 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29291/tid=29294] ppid=29290 vsize=400096 CPUtime=882.14 cores=0,2,4,6
/proc/29291/task/29294/stat : 29294 (priss) R 29290 29290 26197 0 -1 4202560 18441 0 0 0 88195 19 0 0 25 0 5 0 515936037 409698304 79188 33554432000 4194304 5787044 140733383162384 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29291/tid=29295] ppid=29290 vsize=400096 CPUtime=882.21 cores=0,2,4,6
/proc/29291/task/29295/stat : 29295 (priss) R 29290 29290 26197 0 -1 4202560 18130 0 0 0 88199 22 0 0 25 0 5 0 515936038 409698304 79188 33554432000 4194304 5787044 140733383162384 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29291/tid=29302] ppid=29290 vsize=400096 CPUtime=882.17 cores=0,2,4,6
/proc/29291/task/29302/stat : 29302 (priss) R 29290 29290 26197 0 -1 4202560 19841 0 0 0 88201 16 0 0 25 0 5 0 515936040 409698304 79188 33554432000 4194304 5787044 140733383162384 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.08
Current children cumulated vsize (KiB) 408796

[startup+942.301 s]
/proc/loadavg: 8.01 8.09 8.18 9/188 29390
/proc/meminfo: memFree=26821516/32951124 swapFree=67111356/67111528
[pid=29290] ppid=29288 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29290/stat : 29290 (prissAuto.sh) S 29288 29290 26197 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 515936031 8908800 252 33554432000 4194304 4922060 140736244295712 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29290/statm: 2175 252 211 178 0 68 0
[pid=29291] ppid=29290 vsize=401528 CPUtime=3763.76 cores=0,2,4,6
/proc/29291/stat : 29291 (priss) S 29290 29290 26197 0 -1 4202496 84620 0 0 0 376305 71 0 0 18 0 5 0 515936031 411164672 80596 33554432000 4194304 5787044 140733383162384 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29291/statm: 100382 80596 419 389 0 96132 0
[pid=29291/tid=29293] ppid=29290 vsize=401528 CPUtime=937.12 cores=0,2,4,6
/proc/29291/task/29293/stat : 29293 (priss) R 29290 29290 26197 0 -1 4202560 21143 0 0 0 93703 9 0 0 25 0 5 0 515936035 411164672 80596 33554432000 4194304 5787044 140733383162384 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29291/tid=29294] ppid=29290 vsize=401528 CPUtime=942.13 cores=0,2,4,6
/proc/29291/task/29294/stat : 29294 (priss) R 29290 29290 26197 0 -1 4202560 18441 0 0 0 94194 19 0 0 25 0 5 0 515936037 411164672 80596 33554432000 4194304 5787044 140733383162384 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29291/tid=29295] ppid=29290 vsize=401528 CPUtime=942.22 cores=0,2,4,6
/proc/29291/task/29295/stat : 29295 (priss) R 29290 29290 26197 0 -1 4202560 18137 0 0 0 94199 23 0 0 25 0 5 0 515936038 411164672 80596 33554432000 4194304 5787044 140733383162384 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29291/tid=29302] ppid=29290 vsize=401528 CPUtime=942.18 cores=0,2,4,6
/proc/29291/task/29302/stat : 29302 (priss) R 29290 29290 26197 0 -1 4202560 20839 0 0 0 94201 17 0 0 25 0 5 0 515936040 411164672 80596 33554432000 4194304 5787044 140733383162384 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3763.76
Current children cumulated vsize (KiB) 410228

[startup+1002.3 s]
/proc/loadavg: 8.00 8.08 8.17 9/188 29392
/proc/meminfo: memFree=26813896/32951124 swapFree=67111356/67111528
[pid=29290] ppid=29288 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29290/stat : 29290 (prissAuto.sh) S 29288 29290 26197 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 515936031 8908800 252 33554432000 4194304 4922060 140736244295712 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29290/statm: 2175 252 211 178 0 68 0
[pid=29291] ppid=29290 vsize=401528 CPUtime=4003.43 cores=0,2,4,6
/proc/29291/stat : 29291 (priss) S 29290 29290 26197 0 -1 4202496 85122 0 0 0 400272 71 0 0 18 0 5 0 515936031 411164672 80860 33554432000 4194304 5787044 140733383162384 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29291/statm: 100382 80860 419 389 0 96132 0
[pid=29291/tid=29293] ppid=29290 vsize=401528 CPUtime=996.79 cores=0,2,4,6
/proc/29291/task/29293/stat : 29293 (priss) R 29290 29290 26197 0 -1 4202560 21143 0 0 0 99670 9 0 0 25 0 5 0 515936035 411164672 80860 33554432000 4194304 5787044 140733383162384 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29291/tid=29294] ppid=29290 vsize=401528 CPUtime=1002.12 cores=0,2,4,6
/proc/29291/task/29294/stat : 29294 (priss) R 29290 29290 26197 0 -1 4202560 18442 0 0 0 100193 19 0 0 25 0 5 0 515936037 411164672 80860 33554432000 4194304 5787044 140733383162384 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29291/tid=29295] ppid=29290 vsize=401528 CPUtime=1002.22 cores=0,2,4,6
/proc/29291/task/29295/stat : 29295 (priss) R 29290 29290 26197 0 -1 4202560 18182 0 0 0 100199 23 0 0 25 0 5 0 515936038 411164672 80860 33554432000 4194304 5787044 140733383162384 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29291/tid=29302] ppid=29290 vsize=401528 CPUtime=1002.18 cores=0,2,4,6
/proc/29291/task/29302/stat : 29302 (priss) R 29290 29290 26197 0 -1 4202560 21295 0 0 0 100201 17 0 0 25 0 5 0 515936040 411164672 80860 33554432000 4194304 5787044 140733383162384 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.43
Current children cumulated vsize (KiB) 410228

[startup+1062.3 s]
/proc/loadavg: 8.00 8.06 8.16 9/188 29393
/proc/meminfo: memFree=26813088/32951124 swapFree=67111356/67111528
[pid=29290] ppid=29288 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29290/stat : 29290 (prissAuto.sh) S 29288 29290 26197 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 515936031 8908800 252 33554432000 4194304 4922060 140736244295712 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29290/statm: 2175 252 211 178 0 68 0
[pid=29291] ppid=29290 vsize=467064 CPUtime=4243.1 cores=0,2,4,6
/proc/29291/stat : 29291 (priss) S 29290 29290 26197 0 -1 4202496 85227 0 0 0 424239 71 0 0 18 0 5 0 515936031 478273536 80965 33554432000 4194304 5787044 140733383162384 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29291/statm: 116766 80965 419 389 0 112516 0
[pid=29291/tid=29293] ppid=29290 vsize=467064 CPUtime=1056.51 cores=0,2,4,6
/proc/29291/task/29293/stat : 29293 (priss) R 29290 29290 26197 0 -1 4202560 21145 0 0 0 105642 9 0 0 25 0 5 0 515936035 478273536 80965 33554432000 4194304 5787044 140733383162384 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29291/tid=29294] ppid=29290 vsize=467064 CPUtime=1062.08 cores=0,2,4,6
/proc/29291/task/29294/stat : 29294 (priss) R 29290 29290 26197 0 -1 4202560 18444 0 0 0 106189 19 0 0 25 0 5 0 515936037 478273536 80965 33554432000 4194304 5787044 140733383162384 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29291/tid=29295] ppid=29290 vsize=467064 CPUtime=1062.22 cores=0,2,4,6
/proc/29291/task/29295/stat : 29295 (priss) R 29290 29290 26197 0 -1 4202560 18283 0 0 0 106199 23 0 0 25 0 5 0 515936038 478273536 80965 33554432000 4194304 5787044 140733383162384 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29291/tid=29302] ppid=29290 vsize=467064 CPUtime=1062.18 cores=0,2,4,6
/proc/29291/task/29302/stat : 29302 (priss) R 29290 29290 26197 0 -1 4202560 21295 0 0 0 106201 17 0 0 25 0 5 0 515936040 478273536 80965 33554432000 4194304 5787044 140733383162384 18446744073709551615 5528412 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4243.1
Current children cumulated vsize (KiB) 475764

[startup+1122.3 s]
/proc/loadavg: 8.07 8.06 8.15 9/188 29395
/proc/meminfo: memFree=26805732/32951124 swapFree=67111356/67111528
[pid=29290] ppid=29288 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29290/stat : 29290 (prissAuto.sh) S 29288 29290 26197 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 515936031 8908800 252 33554432000 4194304 4922060 140736244295712 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29290/statm: 2175 252 211 178 0 68 0
[pid=29291] ppid=29290 vsize=475264 CPUtime=4482.77 cores=0,2,4,6
/proc/29291/stat : 29291 (priss) S 29290 29290 26197 0 -1 4202496 86916 0 0 0 448205 72 0 0 18 0 5 0 515936031 486670336 82654 33554432000 4194304 5787044 140733383162384 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29291/statm: 118816 82654 419 389 0 114566 0
[pid=29291/tid=29293] ppid=29290 vsize=475264 CPUtime=1116.51 cores=0,2,4,6
/proc/29291/task/29293/stat : 29293 (priss) R 29290 29290 26197 0 -1 4202560 21146 0 0 0 111642 9 0 0 25 0 5 0 515936035 486670336 82654 33554432000 4194304 5787044 140733383162384 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29291/tid=29294] ppid=29290 vsize=475264 CPUtime=1121.76 cores=0,2,4,6
/proc/29291/task/29294/stat : 29294 (priss) R 29290 29290 26197 0 -1 4202560 19477 0 0 0 112156 20 0 0 25 0 5 0 515936037 486670336 82654 33554432000 4194304 5787044 140733383162384 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29291/tid=29295] ppid=29290 vsize=475264 CPUtime=1122.22 cores=0,2,4,6
/proc/29291/task/29295/stat : 29295 (priss) R 29290 29290 26197 0 -1 4202560 18929 0 0 0 112199 23 0 0 25 0 5 0 515936038 486670336 82654 33554432000 4194304 5787044 140733383162384 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29291/tid=29302] ppid=29290 vsize=475264 CPUtime=1122.17 cores=0,2,4,6
/proc/29291/task/29302/stat : 29302 (priss) R 29290 29290 26197 0 -1 4202560 21304 0 0 0 112200 17 0 0 25 0 5 0 515936040 486670336 82654 33554432000 4194304 5787044 140733383162384 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4482.77
Current children cumulated vsize (KiB) 483964

[startup+1182.3 s]
/proc/loadavg: 8.13 8.08 8.15 9/188 29397
/proc/meminfo: memFree=26794932/32951124 swapFree=67111356/67111528
[pid=29290] ppid=29288 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29290/stat : 29290 (prissAuto.sh) S 29288 29290 26197 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 515936031 8908800 252 33554432000 4194304 4922060 140736244295712 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29290/statm: 2175 252 211 178 0 68 0
[pid=29291] ppid=29290 vsize=479364 CPUtime=4722.44 cores=0,2,4,6
/proc/29291/stat : 29291 (priss) S 29290 29290 26197 0 -1 4202496 89190 0 0 0 472171 73 0 0 18 0 5 0 515936031 490868736 84928 33554432000 4194304 5787044 140733383162384 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29291/statm: 119841 84928 419 389 0 115591 0
[pid=29291/tid=29293] ppid=29290 vsize=479364 CPUtime=1176.51 cores=0,2,4,6
/proc/29291/task/29293/stat : 29293 (priss) R 29290 29290 26197 0 -1 4202560 21150 0 0 0 117642 9 0 0 25 0 5 0 515936035 490868736 84928 33554432000 4194304 5787044 140733383162384 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29291/tid=29294] ppid=29290 vsize=479364 CPUtime=1181.43 cores=0,2,4,6
/proc/29291/task/29294/stat : 29294 (priss) R 29290 29290 26197 0 -1 4202560 19685 0 0 0 118123 20 0 0 25 0 5 0 515936037 490868736 84928 33554432000 4194304 5787044 140733383162384 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29291/tid=29295] ppid=29290 vsize=479364 CPUtime=1182.22 cores=0,2,4,6
/proc/29291/task/29295/stat : 29295 (priss) R 29290 29290 26197 0 -1 4202560 20991 0 0 0 118198 24 0 0 25 0 5 0 515936038 490868736 84928 33554432000 4194304 5787044 140733383162384 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29291/tid=29302] ppid=29290 vsize=479364 CPUtime=1182.16 cores=0,2,4,6
/proc/29291/task/29302/stat : 29302 (priss) R 29290 29290 26197 0 -1 4202560 21304 0 0 0 118199 17 0 0 25 0 5 0 515936040 490868736 84928 33554432000 4194304 5787044 140733383162384 18446744073709551615 5527101 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4722.44
Current children cumulated vsize (KiB) 488064



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.16 8.09 8.15 9/188 29397
/proc/meminfo: memFree=26792684/32951124 swapFree=67111356/67111528
[pid=29290] ppid=29288 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29290/stat : 29290 (prissAuto.sh) S 29288 29290 26197 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 515936031 8908800 252 33554432000 4194304 4922060 140736244295712 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29290/statm: 2175 252 211 178 0 68 0
[pid=29291] ppid=29290 vsize=479364 CPUtime=4800.35 cores=0,2,4,6
/proc/29291/stat : 29291 (priss) S 29290 29290 26197 0 -1 4202496 89566 0 0 0 479962 73 0 0 18 0 5 0 515936031 490868736 85304 33554432000 4194304 5787044 140733383162384 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29291/statm: 119841 85304 419 389 0 115591 0
[pid=29291/tid=29293] ppid=29290 vsize=479364 CPUtime=1196.01 cores=0,2,4,6
/proc/29291/task/29293/stat : 29293 (priss) R 29290 29290 26197 0 -1 4202560 21151 0 0 0 119592 9 0 0 25 0 5 0 515936035 490868736 85304 33554432000 4194304 5787044 140733383162384 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29291/tid=29294] ppid=29290 vsize=479364 CPUtime=1200.82 cores=0,2,4,6
/proc/29291/task/29294/stat : 29294 (priss) R 29290 29290 26197 0 -1 4202560 19713 0 0 0 120062 20 0 0 25 0 5 0 515936037 490868736 85304 33554432000 4194304 5787044 140733383162384 18446744073709551615 5591298 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29291/tid=29295] ppid=29290 vsize=479364 CPUtime=1201.72 cores=0,2,4,6
/proc/29291/task/29295/stat : 29295 (priss) R 29290 29290 26197 0 -1 4202560 21337 0 0 0 120148 24 0 0 25 0 5 0 515936038 490868736 85304 33554432000 4194304 5787044 140733383162384 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29291/tid=29302] ppid=29290 vsize=479364 CPUtime=1201.67 cores=0,2,4,6
/proc/29291/task/29302/stat : 29302 (priss) R 29290 29290 26197 0 -1 4202560 21305 0 0 0 120150 17 0 0 25 0 5 0 515936040 490868736 85304 33554432000 4194304 5787044 140733383162384 18446744073709551615 5527194 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.35
Current children cumulated vsize (KiB) 488064

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

Real time (s): 1201.82
CPU time (s): 4800.35
CPU user time (s): 4799.62
CPU system time (s): 0.73
CPU usage (%): 399.424
Max. virtual memory (cumulated for all children) (KiB): 488064

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

runsolver used 1.80173 second user time and 4.76628 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-29 04:16:23
IDJOB=3257587
IDBENCH=71150
IDSOLVER=1602
FILE ID=node137/3257587-1304043383
RUNJOBID= node137-1304043383-29276
PBS_JOBID= 13170366
Free space on /tmp= 71620 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT09/CRAFTED/modcircuits/mod4block_2vars_8gates_u2.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3257587-1304043383/watcher-3257587-1304043383 -o /tmp/evaluation-result-3257587-1304043383/solver-3257587-1304043383 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3257587-1304043383.cnf 2030809746 4800 15500 4

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

MD5SUM BENCH= a5bb71bc1d85a401ce9f42ed1404d63e
RANDOM SEED=2030809746

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
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.83
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.844
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:      27848460 kB
Buffers:        890308 kB
Cached:        3677900 kB
SwapCached:         56 kB
Active:         199856 kB
Inactive:      4436844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27848460 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            5380 kB
Writeback:           0 kB
AnonPages:       68068 kB
Mapped:          15084 kB
Slab:           401448 kB
PageTables:       4848 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   193868 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= 71612 MiB
End job on node137 at 2011-04-29 04:36:27