Trace number 3499579

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 1.0? (TO) 20399.4 5100.02

General information on the benchmark

NameSAT04/handmade/kexu/frb-0.8/
frb59-26-1.used-as.sat04-891.cnf
MD5SUM5877850d9f604b6973676132cbba5c90
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark502.369
Satisfiable
(Un)Satisfiability was proved
Number of variables1534
Number of clauses132295
Sum of the clauses size266006
Maximum clause length26
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2132236
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 559

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: 6771
0.00/0.03	c parsetime: 27531us
0.00/0.03	c parsed 132295 clauses with 1534 variables
0.00/0.04	c NW started thread 0 successfully (1110366528)
0.00/0.05	c NW started thread 1 successfully (1089870144)
0.00/0.07	c NW started thread 2 successfully (1120856384)
0.00/0.09	c NW started thread 3 successfully (1131346240)
16.95/4.33	c preprocessor returned 10010 variables
16.95/4.33	c preprocessing returned UNKNOWN
16.95/4.33	c PP set 0 variables
16.95/4.33	c pp time: 4297693us (4s)
16.95/4.37	c preprocessor returned 10010 variables
16.95/4.37	c preprocessing returned UNKNOWN
16.95/4.37	c PP set 0 variables
16.95/4.37	c pp time: 4297780us (4s)
18.14/4.68	c preprocessor returned 10010 variables
18.14/4.68	c preprocessing returned UNKNOWN
18.14/4.68	c PP set 0 variables
18.14/4.68	c pp time: 4620804us (4s)
35.73/9.02	c preprocessor returned 30008 variables
35.73/9.02	c preprocessing returned UNKNOWN
35.73/9.02	c PP set 0 variables
35.73/9.02	c pp time: 8932176us (8s)
8588.05/2147.21	c HTE
8628.40/2157.36	c subsumption
8998.76/2249.96	c simplified formula contains 0 unit clauses

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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 /var/tmp/evaluation-result-3499579-1308005444/watcher-3499579-1308005444 -o /var/tmp/evaluation-result-3499579-1308005444/solver-3499579-1308005444 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499579-1308005444.cnf 1372566596 40000 31000 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.00 4.00 3.97 1/167 6770
/proc/meminfo: memFree=7161960/32951124 swapFree=67064576/67111528
[pid=6770] ppid=6768 vsize=8700 CPUtime=0 cores=0-7
/proc/6770/stat : 6770 (priss.sh) S 6768 6770 5845 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 892960034 8908800 251 33554432000 4194304 4922060 140735876672096 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6770/statm: 2175 251 211 178 0 68 0

[startup+0.063842 s]
/proc/loadavg: 4.00 4.00 3.97 1/167 6770
/proc/meminfo: memFree=7161960/32951124 swapFree=67064576/67111528
[pid=6770] ppid=6768 vsize=8700 CPUtime=0 cores=0-7
/proc/6770/stat : 6770 (priss.sh) S 6768 6770 5845 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 892960034 8908800 251 33554432000 4194304 4922060 140735876672096 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6770/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100835 s]
/proc/loadavg: 4.00 4.00 3.97 1/167 6770
/proc/meminfo: memFree=7161960/32951124 swapFree=67064576/67111528
[pid=6770] ppid=6768 vsize=8700 CPUtime=0 cores=0-7
/proc/6770/stat : 6770 (priss.sh) S 6768 6770 5845 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 892960034 8908800 251 33554432000 4194304 4922060 140735876672096 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6770/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300796 s]
/proc/loadavg: 4.00 4.00 3.97 1/167 6770
/proc/meminfo: memFree=7161960/32951124 swapFree=67064576/67111528
[pid=6770] ppid=6768 vsize=8700 CPUtime=0 cores=0-7
/proc/6770/stat : 6770 (priss.sh) S 6768 6770 5845 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 892960034 8908800 251 33554432000 4194304 4922060 140735876672096 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6770/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700696 s]
/proc/loadavg: 4.00 4.00 3.97 1/167 6770
/proc/meminfo: memFree=7161960/32951124 swapFree=67064576/67111528
[pid=6770] ppid=6768 vsize=8700 CPUtime=0 cores=0-7
/proc/6770/stat : 6770 (priss.sh) S 6768 6770 5845 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 892960034 8908800 251 33554432000 4194304 4922060 140735876672096 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6770/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50056 s]
/proc/loadavg: 4.00 4.00 3.97 5/173 6776
/proc/meminfo: memFree=7115932/32951124 swapFree=67064576/67111528
[pid=6770] ppid=6768 vsize=8700 CPUtime=0 cores=0-7
/proc/6770/stat : 6770 (priss.sh) S 6768 6770 5845 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 892960034 8908800 251 33554432000 4194304 4922060 140735876672096 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6770/statm: 2175 251 211 178 0 68 0
[pid=6771] ppid=6770 vsize=286188 CPUtime=5.73 cores=0-7
/proc/6771/stat : 6771 (priss) S 6770 6770 5845 0 -1 4202496 23331 0 0 0 562 11 0 0 18 0 5 0 892960034 293056512 11542 33554432000 4194304 5787044 140735660999344 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/6771/statm: 71547 11542 350 389 0 67297 0
[pid=6771/tid=6773] ppid=6770 vsize=286188 CPUtime=1.44 cores=0-7
/proc/6771/task/6773/stat : 6773 (priss) R 6770 6770 5845 0 -1 4202560 4306 0 0 0 142 2 0 0 19 0 5 0 892960038 293056512 11542 33554432000 4194304 5787044 140735660999344 18446744073709551615 4336155 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=6771/tid=6774] ppid=6770 vsize=286188 CPUtime=1.41 cores=0-7
/proc/6771/task/6774/stat : 6774 (priss) R 6770 6770 5845 0 -1 4202560 3665 0 0 0 140 1 0 0 19 0 5 0 892960040 293056512 11542 33554432000 4194304 5787044 140735660999344 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=6771/tid=6775] ppid=6770 vsize=286188 CPUtime=1.4 cores=0-7
/proc/6771/task/6775/stat : 6775 (priss) R 6770 6770 5845 0 -1 4202560 3478 0 0 0 140 0 0 0 18 0 5 0 892960042 293056512 11542 33554432000 4194304 5787044 140735660999344 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=6771/tid=6776] ppid=6770 vsize=286188 CPUtime=1.36 cores=0-7
/proc/6771/task/6776/stat : 6776 (priss) R 6770 6770 5845 0 -1 4202560 4389 0 0 0 130 6 0 0 18 0 5 0 892960044 293056512 11542 33554432000 4194304 5787044 140735660999344 18446744073709551615 4336688 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.73
Current children cumulated vsize (KiB) 294888

[startup+3.10125 s]
/proc/loadavg: 4.00 4.00 3.97 5/173 6776
/proc/meminfo: memFree=7116324/32951124 swapFree=67064576/67111528
[pid=6770] ppid=6768 vsize=8700 CPUtime=0 cores=0-7
/proc/6770/stat : 6770 (priss.sh) S 6768 6770 5845 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 892960034 8908800 251 33554432000 4194304 4922060 140735876672096 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6770/statm: 2175 251 211 178 0 68 0
[pid=6771] ppid=6770 vsize=287772 CPUtime=12.13 cores=0-7
/proc/6771/stat : 6771 (priss) S 6770 6770 5845 0 -1 4202496 24900 0 0 0 1202 11 0 0 18 0 5 0 892960034 294678528 13111 33554432000 4194304 5787044 140735660999344 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/6771/statm: 71943 13111 352 389 0 67693 0
[pid=6771/tid=6773] ppid=6770 vsize=287772 CPUtime=3.04 cores=0-7
/proc/6771/task/6773/stat : 6773 (priss) R 6770 6770 5845 0 -1 4202560 4700 0 0 0 302 2 0 0 22 0 5 0 892960038 294678528 13111 33554432000 4194304 5787044 140735660999344 18446744073709551615 4336827 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=6771/tid=6774] ppid=6770 vsize=287772 CPUtime=3.01 cores=0-7
/proc/6771/task/6774/stat : 6774 (priss) R 6770 6770 5845 0 -1 4202560 4057 0 0 0 300 1 0 0 24 0 5 0 892960040 294678528 13111 33554432000 4194304 5787044 140735660999344 18446744073709551615 4336234 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=6771/tid=6775] ppid=6770 vsize=287772 CPUtime=3 cores=0-7
/proc/6771/task/6775/stat : 6775 (priss) R 6770 6770 5845 0 -1 4202560 3869 0 0 0 300 0 0 0 22 0 5 0 892960042 294678528 13111 33554432000 4194304 5787044 140735660999344 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=6771/tid=6776] ppid=6770 vsize=287772 CPUtime=2.96 cores=0-7
/proc/6771/task/6776/stat : 6776 (priss) R 6770 6770 5845 0 -1 4202560 4781 0 0 0 290 6 0 0 22 0 5 0 892960044 294678528 13111 33554432000 4194304 5787044 140735660999344 18446744073709551615 4336804 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.13
Current children cumulated vsize (KiB) 296472

[startup+6.30064 s]
/proc/loadavg: 4.00 4.00 3.97 5/173 6776
/proc/meminfo: memFree=7072740/32951124 swapFree=67064576/67111528
[pid=6770] ppid=6768 vsize=8700 CPUtime=0 cores=0-7
/proc/6770/stat : 6770 (priss.sh) S 6768 6770 5845 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 892960034 8908800 251 33554432000 4194304 4922060 140735876672096 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6770/statm: 2175 251 211 178 0 68 0
[pid=6771] ppid=6770 vsize=305236 CPUtime=24.93 cores=0-7
/proc/6771/stat : 6771 (priss) S 6770 6770 5845 0 -1 4202496 41530 0 0 0 2479 14 0 0 18 0 5 0 892960034 312561664 22844 33554432000 4194304 5787044 140735660999344 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/6771/statm: 76309 22844 404 389 0 72059 0
[pid=6771/tid=6773] ppid=6770 vsize=305236 CPUtime=6.24 cores=0-7
/proc/6771/task/6773/stat : 6773 (priss) R 6770 6770 5845 0 -1 4202560 10505 0 0 0 621 3 0 0 18 0 5 0 892960038 312561664 22844 33554432000 4194304 5787044 140735660999344 18446744073709551615 5592653 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=6771/tid=6774] ppid=6770 vsize=305236 CPUtime=6.21 cores=0-7
/proc/6771/task/6774/stat : 6774 (priss) R 6770 6770 5845 0 -1 4202560 8978 0 0 0 619 2 0 0 25 0 5 0 892960040 312561664 22844 33554432000 4194304 5787044 140735660999344 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=6771/tid=6775] ppid=6770 vsize=305236 CPUtime=6.2 cores=0-7
/proc/6771/task/6775/stat : 6775 (priss) R 6770 6770 5845 0 -1 4202560 7435 0 0 0 619 1 0 0 18 0 5 0 892960042 312561664 22844 33554432000 4194304 5787044 140735660999344 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=6771/tid=6776] ppid=6770 vsize=305236 CPUtime=6.17 cores=0-7
/proc/6771/task/6776/stat : 6776 (priss) R 6770 6770 5845 0 -1 4202560 7119 0 0 0 610 7 0 0 18 0 5 0 892960044 312561664 22844 33554432000 4194304 5787044 140735660999344 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.93
Current children cumulated vsize (KiB) 313936

[startup+12.7004 s]
/proc/loadavg: 4.00 4.00 3.97 5/173 6776
/proc/meminfo: memFree=7058128/32951124 swapFree=67064576/67111528
[pid=6770] ppid=6768 vsize=8700 CPUtime=0 cores=0-7
/proc/6770/stat : 6770 (priss.sh) S 6768 6770 5845 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 892960034 8908800 251 33554432000 4194304 4922060 140735876672096 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6770/statm: 2175 251 211 178 0 68 0
[pid=6771] ppid=6770 vsize=308940 CPUtime=50.52 cores=0-7
/proc/6771/stat : 6771 (priss) S 6770 6770 5845 0 -1 4202496 46420 0 0 0 5035 17 0 0 18 0 5 0 892960034 316354560 26473 33554432000 4194304 5787044 140735660999344 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/6771/statm: 77235 26473 417 389 0 72985 0
[pid=6771/tid=6773] ppid=6770 vsize=308940 CPUtime=12.64 cores=0-7
/proc/6771/task/6773/stat : 6773 (priss) R 6770 6770 5845 0 -1 4202560 10699 0 0 0 1261 3 0 0 18 0 5 0 892960038 316354560 26473 33554432000 4194304 5787044 140735660999344 18446744073709551615 5590264 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=6771/tid=6774] ppid=6770 vsize=308940 CPUtime=12.61 cores=0-7
/proc/6771/task/6774/stat : 6774 (priss) R 6770 6770 5845 0 -1 4202560 9101 0 0 0 1259 2 0 0 25 0 5 0 892960040 316354560 26473 33554432000 4194304 5787044 140735660999344 18446744073709551615 5591280 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=6771/tid=6775] ppid=6770 vsize=308940 CPUtime=12.6 cores=0-7
/proc/6771/task/6775/stat : 6775 (priss) R 6770 6770 5845 0 -1 4202560 7688 0 0 0 1259 1 0 0 18 0 5 0 892960042 316354560 26473 33554432000 4194304 5787044 140735660999344 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=6771/tid=6776] ppid=6770 vsize=308940 CPUtime=12.56 cores=0-7
/proc/6771/task/6776/stat : 6776 (priss) R 6770 6770 5845 0 -1 4202560 11439 0 0 0 1247 9 0 0 18 0 5 0 892960044 316354560 26473 33554432000 4194304 5787044 140735660999344 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 317640

[startup+25.501 s]
/proc/loadavg: 4.00 4.00 3.97 5/173 6777
/proc/meminfo: memFree=7050160/32951124 swapFree=67064576/67111528
[pid=6770] ppid=6768 vsize=8700 CPUtime=0 cores=0-7
/proc/6770/stat : 6770 (priss.sh) S 6768 6770 5845 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 892960034 8908800 251 33554432000 4194304 4922060 140735876672096 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6770/statm: 2175 251 211 178 0 68 0
[pid=6771] ppid=6770 vsize=314520 CPUtime=101.72 cores=0-7
/proc/6771/stat : 6771 (priss) S 6770 6770 5845 0 -1 4202496 48724 0 0 0 10151 21 0 0 18 0 5 0 892960034 322068480 28777 33554432000 4194304 5787044 140735660999344 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/6771/statm: 78630 28777 417 389 0 74380 0
[pid=6771/tid=6773] ppid=6770 vsize=314520 CPUtime=25.43 cores=0-7
/proc/6771/task/6773/stat : 6773 (priss) R 6770 6770 5845 0 -1 4202560 10824 0 0 0 2540 3 0 0 18 0 5 0 892960038 322068480 28777 33554432000 4194304 5787044 140735660999344 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=6771/tid=6774] ppid=6770 vsize=314520 CPUtime=25.41 cores=0-7
/proc/6771/task/6774/stat : 6774 (priss) R 6770 6770 5845 0 -1 4202560 9532 0 0 0 2538 3 0 0 19 0 5 0 892960040 322068480 28777 33554432000 4194304 5787044 140735660999344 18446744073709551615 5591090 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=6771/tid=6775] ppid=6770 vsize=314520 CPUtime=25.4 cores=0-7
/proc/6771/task/6775/stat : 6775 (priss) R 6770 6770 5845 0 -1 4202560 9146 0 0 0 2538 2 0 0 18 0 5 0 892960042 322068480 28777 33554432000 4194304 5787044 140735660999344 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=6771/tid=6776] ppid=6770 vsize=314520 CPUtime=25.36 cores=0-7
/proc/6771/task/6776/stat : 6776 (priss) R 6770 6770 5845 0 -1 4202560 11729 0 0 0 2526 10 0 0 18 0 5 0 892960044 322068480 28777 33554432000 4194304 5787044 140735660999344 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.72
Current children cumulated vsize (KiB) 323220

[startup+51.1012 s]
/proc/loadavg: 4.00 4.00 3.97 5/173 6777
/proc/meminfo: memFree=7026764/32951124 swapFree=67064576/67111528
[pid=6770] ppid=6768 vsize=8700 CPUtime=0 cores=0-7
/proc/6770/stat : 6770 (priss.sh) S 6768 6770 5845 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 892960034 8908800 251 33554432000 4194304 4922060 140735876672096 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6770/statm: 2175 251 211 178 0 68 0
[pid=6771] ppid=6770 vsize=322000 CPUtime=204.09 cores=0-7
/proc/6771/stat : 6771 (priss) S 6770 6770 5845 0 -1 4202496 55021 0 0 0 20380 29 0 0 18 0 5 0 892960034 329728000 35072 33554432000 4194304 5787044 140735660999344 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/6771/statm: 80500 35072 417 389 0 76250 0
[pid=6771/tid=6773] ppid=6770 vsize=322000 CPUtime=51.03 cores=0-7
/proc/6771/task/6773/stat : 6773 (priss) R 6770 6770 5845 0 -1 4202560 12571 0 0 0 5097 6 0 0 18 0 5 0 892960038 329728000 35072 33554432000 4194304 5787044 140735660999344 18446744073709551615 264726510111 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=6771/tid=6774] ppid=6770 vsize=322000 CPUtime=51.01 cores=0-7
/proc/6771/task/6774/stat : 6774 (priss) R 6770 6770 5845 0 -1 4202560 10857 0 0 0 5096 5 0 0 25 0 5 0 892960040 329728000 35072 33554432000 4194304 5787044 140735660999344 18446744073709551615 264726510111 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=6771/tid=6775] ppid=6770 vsize=322000 CPUtime=51 cores=0-7
/proc/6771/task/6775/stat : 6775 (priss) R 6770 6770 5845 0 -1 4202560 11313 0 0 0 5097 3 0 0 18 0 5 0 892960042 329728000 35072 33554432000 4194304 5787044 140735660999344 18446744073709551615 264726510111 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=6771/tid=6776] ppid=6770 vsize=322000 CPUtime=50.94 cores=0-7
/proc/6771/task/6776/stat : 6776 (priss) R 6770 6770 5845 0 -1 4202560 12787 0 0 0 5081 13 0 0 18 0 5 0 892960044 329728000 35072 33554432000 4194304 5787044 140735660999344 18446744073709551615 4229405 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 330700

[startup+102.307 s]
/proc/loadavg: 4.00 4.00 3.97 5/173 6779
/proc/meminfo: memFree=6971400/32951124 swapFree=67064576/67111528
[pid=6770] ppid=6768 vsize=8700 CPUtime=0 cores=0-7
/proc/6770/stat : 6770 (priss.sh) S 6768 6770 5845 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 892960034 8908800 251 33554432000 4194304 4922060 140735876672096 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6770/statm: 2175 251 211 178 0 68 0
[pid=6771] ppid=6770 vsize=342048 CPUtime=408.83 cores=0-7
/proc/6771/stat : 6771 (priss) S 6770 6770 5845 0 -1 4202496 68354 0 0 0 40837 46 0 0 18 0 5 0 892960034 350257152 48306 33554432000 4194304 5787044 140735660999344 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/6771/statm: 85512 48306 417 389 0 81262 0
[pid=6771/tid=6773] ppid=6770 vsize=342048 CPUtime=102.23 cores=0-7
/proc/6771/task/6773/stat : 6773 (priss) R 6770 6770 5845 0 -1 4202560 16640 0 0 0 10212 11 0 0 18 0 5 0 892960038 350257152 48306 33554432000 4194304 5787044 140735660999344 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=6771/tid=6774] ppid=6770 vsize=342048 CPUtime=102.2 cores=0-7
/proc/6771/task/6774/stat : 6774 (priss) R 6770 6770 5845 0 -1 4202560 13316 0 0 0 10212 8 0 0 25 0 5 0 892960040 350257152 48306 33554432000 4194304 5787044 140735660999344 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=6771/tid=6775] ppid=6770 vsize=342048 CPUtime=102.18 cores=0-7
/proc/6771/task/6775/stat : 6775 (priss) R 6770 6770 5845 0 -1 4202560 15016 0 0 0 10211 7 0 0 20 0 5 0 892960042 350257152 48306 33554432000 4194304 5787044 140735660999344 18446744073709551615 4220166 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=6771/tid=6776] ppid=6770 vsize=342048 CPUtime=102.1 cores=0-7

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

/proc/6771/task/6774/stat : 6774 (priss) R 6770 6770 5845 0 -1 4202560 86122 0 0 0 472031 177 0 0 25 0 5 0 892960040 1762451456 380741 33554432000 4194304 5787044 140735660999344 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=6771/tid=6775] ppid=6770 vsize=1721144 CPUtime=4722.11 cores=0-7
/proc/6771/task/6775/stat : 6775 (priss) R 6770 6770 5845 0 -1 4202560 123887 0 0 0 471874 337 0 0 25 0 5 0 892960042 1762451456 380741 33554432000 4194304 5787044 140735660999344 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=6771/tid=6776] ppid=6770 vsize=1721144 CPUtime=4722.05 cores=0-7
/proc/6771/task/6776/stat : 6776 (priss) R 6770 6770 5845 0 -1 4202560 107830 0 0 0 472025 180 0 0 25 0 5 0 892960044 1762451456 380741 33554432000 4194304 5787044 140735660999344 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 18888.5
Current children cumulated vsize (KiB) 1729844

[startup+4782.3 s]
/proc/loadavg: 4.03 4.01 4.00 5/173 6925
/proc/meminfo: memFree=5609444/32951124 swapFree=67064576/67111528
[pid=6770] ppid=6768 vsize=8700 CPUtime=0 cores=0-7
/proc/6770/stat : 6770 (priss.sh) S 6768 6770 5845 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 892960034 8908800 251 33554432000 4194304 4922060 140735876672096 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6770/statm: 2175 251 211 178 0 68 0
[pid=6771] ppid=6770 vsize=1729988 CPUtime=19128.5 cores=0-7
/proc/6771/stat : 6771 (priss) S 6770 6770 5845 0 -1 4202496 420397 0 0 0 1911937 914 0 0 18 0 5 0 892960034 1771507712 387329 33554432000 4194304 5787044 140735660999344 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/6771/statm: 432497 387329 419 389 0 428247 0
[pid=6771/tid=6773] ppid=6770 vsize=1729988 CPUtime=4782.18 cores=0-7
/proc/6771/task/6773/stat : 6773 (priss) R 6770 6770 5845 0 -1 4202560 91193 0 0 0 478008 210 0 0 19 0 5 0 892960038 1771507712 387329 33554432000 4194304 5787044 140735660999344 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=6771/tid=6774] ppid=6770 vsize=1729988 CPUtime=4782.07 cores=0-7
/proc/6771/task/6774/stat : 6774 (priss) R 6770 6770 5845 0 -1 4202560 86292 0 0 0 478030 177 0 0 25 0 5 0 892960040 1771507712 387329 33554432000 4194304 5787044 140735660999344 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=6771/tid=6775] ppid=6770 vsize=1729988 CPUtime=4782.1 cores=0-7
/proc/6771/task/6775/stat : 6775 (priss) R 6770 6770 5845 0 -1 4202560 126099 0 0 0 477871 339 0 0 25 0 5 0 892960042 1771507712 387329 33554432000 4194304 5787044 140735660999344 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=6771/tid=6776] ppid=6770 vsize=1729988 CPUtime=4782.05 cores=0-7
/proc/6771/task/6776/stat : 6776 (priss) R 6770 6770 5845 0 -1 4202560 109320 0 0 0 478018 187 0 0 25 0 5 0 892960044 1771507712 387329 33554432000 4194304 5787044 140735660999344 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19128.5
Current children cumulated vsize (KiB) 1738688

[startup+4842.3 s]
/proc/loadavg: 4.01 4.01 4.00 5/173 6926
/proc/meminfo: memFree=5584968/32951124 swapFree=67064576/67111528
[pid=6770] ppid=6768 vsize=8700 CPUtime=0 cores=0-7
/proc/6770/stat : 6770 (priss.sh) S 6768 6770 5845 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 892960034 8908800 251 33554432000 4194304 4922060 140735876672096 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6770/statm: 2175 251 211 178 0 68 0
[pid=6771] ppid=6770 vsize=1737048 CPUtime=19368.5 cores=0-7
/proc/6771/stat : 6771 (priss) S 6770 6770 5845 0 -1 4202496 426507 0 0 0 1935923 929 0 0 18 0 5 0 892960034 1778737152 393439 33554432000 4194304 5787044 140735660999344 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/6771/statm: 434262 393439 419 389 0 430012 0
[pid=6771/tid=6773] ppid=6770 vsize=1737048 CPUtime=4842.18 cores=0-7
/proc/6771/task/6773/stat : 6773 (priss) R 6770 6770 5845 0 -1 4202560 93773 0 0 0 484001 217 0 0 25 0 5 0 892960038 1778737152 393439 33554432000 4194304 5787044 140735660999344 18446744073709551615 5591266 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=6771/tid=6774] ppid=6770 vsize=1737048 CPUtime=4842.08 cores=0-7
/proc/6771/task/6774/stat : 6774 (priss) R 6770 6770 5845 0 -1 4202560 87396 0 0 0 484027 181 0 0 25 0 5 0 892960040 1778737152 393439 33554432000 4194304 5787044 140735660999344 18446744073709551615 4229536 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=6771/tid=6775] ppid=6770 vsize=1737048 CPUtime=4842.1 cores=0-7
/proc/6771/task/6775/stat : 6775 (priss) R 6770 6770 5845 0 -1 4202560 127041 0 0 0 483870 340 0 0 25 0 5 0 892960042 1778737152 393439 33554432000 4194304 5787044 140735660999344 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=6771/tid=6776] ppid=6770 vsize=1737048 CPUtime=4842.05 cores=0-7
/proc/6771/task/6776/stat : 6776 (priss) R 6770 6770 5845 0 -1 4202560 110804 0 0 0 484016 189 0 0 25 0 5 0 892960044 1778737152 393439 33554432000 4194304 5787044 140735660999344 18446744073709551615 5527008 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19368.5
Current children cumulated vsize (KiB) 1745748

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/173 6928
/proc/meminfo: memFree=5554172/32951124 swapFree=67064576/67111528
[pid=6770] ppid=6768 vsize=8700 CPUtime=0 cores=0-7
/proc/6770/stat : 6770 (priss.sh) S 6768 6770 5845 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 892960034 8908800 251 33554432000 4194304 4922060 140735876672096 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6770/statm: 2175 251 211 178 0 68 0
[pid=6771] ppid=6770 vsize=1743056 CPUtime=19608.5 cores=0-7
/proc/6771/stat : 6771 (priss) S 6770 6770 5845 0 -1 4202496 434280 0 0 0 1959894 958 0 0 18 0 5 0 892960034 1784889344 401212 33554432000 4194304 5787044 140735660999344 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/6771/statm: 435764 401212 419 389 0 431514 0
[pid=6771/tid=6773] ppid=6770 vsize=1743056 CPUtime=4902.18 cores=0-7
/proc/6771/task/6773/stat : 6773 (priss) R 6770 6770 5845 0 -1 4202560 95366 0 0 0 489991 227 0 0 25 0 5 0 892960038 1784889344 401212 33554432000 4194304 5787044 140735660999344 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=6771/tid=6774] ppid=6770 vsize=1743056 CPUtime=4902.07 cores=0-7
/proc/6771/task/6774/stat : 6774 (priss) R 6770 6770 5845 0 -1 4202560 89946 0 0 0 490021 186 0 0 25 0 5 0 892960040 1784889344 401212 33554432000 4194304 5787044 140735660999344 18446744073709551615 5591309 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=6771/tid=6775] ppid=6770 vsize=1743056 CPUtime=4902.11 cores=0-7
/proc/6771/task/6775/stat : 6775 (priss) R 6770 6770 5845 0 -1 4202560 129146 0 0 0 489858 353 0 0 25 0 5 0 892960042 1784889344 401212 33554432000 4194304 5787044 140735660999344 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=6771/tid=6776] ppid=6770 vsize=1743056 CPUtime=4902.05 cores=0-7
/proc/6771/task/6776/stat : 6776 (priss) R 6770 6770 5845 0 -1 4202560 112329 0 0 0 490015 190 0 0 25 0 5 0 892960044 1784889344 401212 33554432000 4194304 5787044 140735660999344 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19608.5
Current children cumulated vsize (KiB) 1751756

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/173 6929
/proc/meminfo: memFree=5523112/32951124 swapFree=67064576/67111528
[pid=6770] ppid=6768 vsize=8700 CPUtime=0 cores=0-7
/proc/6770/stat : 6770 (priss.sh) S 6768 6770 5845 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 892960034 8908800 251 33554432000 4194304 4922060 140735876672096 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6770/statm: 2175 251 211 178 0 68 0
[pid=6771] ppid=6770 vsize=1879340 CPUtime=19848.5 cores=0-7
/proc/6771/stat : 6771 (priss) S 6770 6770 5845 0 -1 4202496 441950 0 0 0 1983868 985 0 0 18 0 5 0 892960034 1924444160 408882 33554432000 4194304 5787044 140735660999344 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/6771/statm: 469835 408882 419 389 0 465585 0
[pid=6771/tid=6773] ppid=6770 vsize=1879340 CPUtime=4962.18 cores=0-7
/proc/6771/task/6773/stat : 6773 (priss) R 6770 6770 5845 0 -1 4202560 96986 0 0 0 495984 234 0 0 25 0 5 0 892960038 1924444160 408882 33554432000 4194304 5787044 140735660999344 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=6771/tid=6774] ppid=6770 vsize=1879340 CPUtime=4962.08 cores=0-7
/proc/6771/task/6774/stat : 6774 (priss) R 6770 6770 5845 0 -1 4202560 92486 0 0 0 496015 193 0 0 25 0 5 0 892960040 1924444160 408882 33554432000 4194304 5787044 140735660999344 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=6771/tid=6775] ppid=6770 vsize=1879340 CPUtime=4962.11 cores=0-7
/proc/6771/task/6775/stat : 6775 (priss) R 6770 6770 5845 0 -1 4202560 131303 0 0 0 495846 365 0 0 25 0 5 0 892960042 1924444160 408882 33554432000 4194304 5787044 140735660999344 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=6771/tid=6776] ppid=6770 vsize=1879340 CPUtime=4962.04 cores=0-7
/proc/6771/task/6776/stat : 6776 (priss) R 6770 6770 5845 0 -1 4202560 113682 0 0 0 496013 191 0 0 25 0 5 0 892960044 1924444160 408882 33554432000 4194304 5787044 140735660999344 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19848.5
Current children cumulated vsize (KiB) 1888040

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/173 6931
/proc/meminfo: memFree=5492068/32951124 swapFree=67064576/67111528
[pid=6770] ppid=6768 vsize=8700 CPUtime=0 cores=0-7
/proc/6770/stat : 6770 (priss.sh) S 6768 6770 5845 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 892960034 8908800 251 33554432000 4194304 4922060 140735876672096 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6770/statm: 2175 251 211 178 0 68 0
[pid=6771] ppid=6770 vsize=1889544 CPUtime=20088.5 cores=0-7
/proc/6771/stat : 6771 (priss) S 6770 6770 5845 0 -1 4202496 449782 0 0 0 2007842 1011 0 0 18 0 5 0 892960034 1934893056 416714 33554432000 4194304 5787044 140735660999344 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/6771/statm: 472386 416714 419 389 0 468136 0
[pid=6771/tid=6773] ppid=6770 vsize=1889544 CPUtime=5022.18 cores=0-7
/proc/6771/task/6773/stat : 6773 (priss) R 6770 6770 5845 0 -1 4202560 98596 0 0 0 501978 240 0 0 25 0 5 0 892960038 1934893056 416714 33554432000 4194304 5787044 140735660999344 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=6771/tid=6774] ppid=6770 vsize=1889544 CPUtime=5022.08 cores=0-7
/proc/6771/task/6774/stat : 6774 (priss) R 6770 6770 5845 0 -1 4202560 94094 0 0 0 502010 198 0 0 25 0 5 0 892960040 1934893056 416714 33554432000 4194304 5787044 140735660999344 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=6771/tid=6775] ppid=6770 vsize=1889544 CPUtime=5022.1 cores=0-7
/proc/6771/task/6775/stat : 6775 (priss) R 6770 6770 5845 0 -1 4202560 133437 0 0 0 501833 377 0 0 25 0 5 0 892960042 1934893056 416714 33554432000 4194304 5787044 140735660999344 18446744073709551615 5591488 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=6771/tid=6776] ppid=6770 vsize=1889544 CPUtime=5022.05 cores=0-7
/proc/6771/task/6776/stat : 6776 (priss) R 6770 6770 5845 0 -1 4202560 116162 0 0 0 502012 193 0 0 25 0 5 0 892960044 1934893056 416714 33554432000 4194304 5787044 140735660999344 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 20088.5
Current children cumulated vsize (KiB) 1898244

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/173 6933
/proc/meminfo: memFree=5461376/32951124 swapFree=67064576/67111528
[pid=6770] ppid=6768 vsize=8700 CPUtime=0 cores=0-7
/proc/6770/stat : 6770 (priss.sh) S 6768 6770 5845 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 892960034 8908800 251 33554432000 4194304 4922060 140735876672096 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6770/statm: 2175 251 211 178 0 68 0
[pid=6771] ppid=6770 vsize=1895816 CPUtime=20328.5 cores=0-7
/proc/6771/stat : 6771 (priss) S 6770 6770 5845 0 -1 4202496 457334 0 0 0 2031818 1036 0 0 18 0 5 0 892960034 1941315584 424266 33554432000 4194304 5787044 140735660999344 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/6771/statm: 473954 424266 419 389 0 469704 0
[pid=6771/tid=6773] ppid=6770 vsize=1895816 CPUtime=5082.19 cores=0-7
/proc/6771/task/6773/stat : 6773 (priss) R 6770 6770 5845 0 -1 4202560 101090 0 0 0 507971 248 0 0 25 0 5 0 892960038 1941315584 424266 33554432000 4194304 5787044 140735660999344 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=6771/tid=6774] ppid=6770 vsize=1895816 CPUtime=5082.08 cores=0-7
/proc/6771/task/6774/stat : 6774 (priss) R 6770 6770 5845 0 -1 4202560 95636 0 0 0 508009 199 0 0 25 0 5 0 892960040 1941315584 424266 33554432000 4194304 5787044 140735660999344 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=6771/tid=6775] ppid=6770 vsize=1895816 CPUtime=5082.11 cores=0-7
/proc/6771/task/6775/stat : 6775 (priss) R 6770 6770 5845 0 -1 4202560 135514 0 0 0 507824 387 0 0 25 0 5 0 892960042 1941315584 424266 33554432000 4194304 5787044 140735660999344 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=6771/tid=6776] ppid=6770 vsize=1895816 CPUtime=5082.05 cores=0-7
/proc/6771/task/6776/stat : 6776 (priss) R 6770 6770 5845 0 -1 4202560 117601 0 0 0 508005 200 0 0 25 0 5 0 892960044 1941315584 424266 33554432000 4194304 5787044 140735660999344 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 20328.5
Current children cumulated vsize (KiB) 1904516



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 4.00 5/173 6933
/proc/meminfo: memFree=5453056/32951124 swapFree=67064576/67111528
[pid=6770] ppid=6768 vsize=8700 CPUtime=0 cores=0-7
/proc/6770/stat : 6770 (priss.sh) S 6768 6770 5845 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 892960034 8908800 251 33554432000 4194304 4922060 140735876672096 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6770/statm: 2175 251 211 178 0 68 0
[pid=6771] ppid=6770 vsize=1897304 CPUtime=20399.4 cores=0-7
/proc/6771/stat : 6771 (priss) S 6770 6770 5845 0 -1 4202496 459311 0 0 0 2038893 1043 0 0 18 0 5 0 892960034 1942839296 426243 33554432000 4194304 5787044 140735660999344 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/6771/statm: 474326 426243 419 389 0 470076 0
[pid=6771/tid=6773] ppid=6770 vsize=1897304 CPUtime=5099.89 cores=0-7
/proc/6771/task/6773/stat : 6773 (priss) R 6770 6770 5845 0 -1 4202560 101516 0 0 0 509739 250 0 0 25 0 5 0 892960038 1942839296 426243 33554432000 4194304 5787044 140735660999344 18446744073709551615 4238736 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=6771/tid=6774] ppid=6770 vsize=1897304 CPUtime=5099.78 cores=0-7
/proc/6771/task/6774/stat : 6774 (priss) R 6770 6770 5845 0 -1 4202560 96030 0 0 0 509779 199 0 0 25 0 5 0 892960040 1942839296 426243 33554432000 4194304 5787044 140735660999344 18446744073709551615 5591640 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=6771/tid=6775] ppid=6770 vsize=1897304 CPUtime=5099.81 cores=0-7
/proc/6771/task/6775/stat : 6775 (priss) R 6770 6770 5845 0 -1 4202560 136166 0 0 0 509591 390 0 0 25 0 5 0 892960042 1942839296 426243 33554432000 4194304 5787044 140735660999344 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=6771/tid=6776] ppid=6770 vsize=1897304 CPUtime=5099.76 cores=0-7
/proc/6771/task/6776/stat : 6776 (priss) R 6770 6770 5845 0 -1 4202560 118106 0 0 0 509774 202 0 0 25 0 5 0 892960044 1942839296 426243 33554432000 4194304 5787044 140735660999344 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 20399.4
Current children cumulated vsize (KiB) 1906004

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 6770 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 20399.4
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5100.02
CPU time (s): 20399.4
CPU user time (s): 20388.9
CPU system time (s): 10.43
CPU usage (%): 399.986
Max. virtual memory (cumulated for all children) (KiB): 1906004

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

runsolver used 7.9038 second user time and 19.722 second system time

The end

Launcher Data

Begin job on node141 at 2011-06-14 00:50:44
IDJOB=3499579
IDBENCH=84568
IDSOLVER=1994
FILE ID=node141/3499579-1308005444
RUNJOBID= node141-1307988435-5859
PBS_JOBID= 13559809
Free space on /var/tmp= 2912 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT04/handmade/kexu/frb-0.8/frb59-26-1.used-as.sat04-891.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3499579-1308005444/watcher-3499579-1308005444 -o /var/tmp/evaluation-result-3499579-1308005444/solver-3499579-1308005444 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499579-1308005444.cnf 1372566596 40000 31000 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 5877850d9f604b6973676132cbba5c90
RANDOM SEED=1372566596

node141.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.806
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.806
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	: 5362.96
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.806
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.82
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.806
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.75
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.806
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.84
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.806
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.806
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.806
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       7162008 kB
Buffers:        129204 kB
Cached:       24814512 kB
SwapCached:       9036 kB
Active:        9412304 kB
Inactive:     15548092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       7162008 kB
SwapTotal:    67111528 kB
SwapFree:     67064576 kB
Dirty:            3156 kB
Writeback:           0 kB
AnonPages:       15020 kB
Mapped:           9724 kB
Slab:           762880 kB
PageTables:       3416 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   150796 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 /var/tmp at the end= 2912 MiB
End job on node141 at 2011-06-14 02:15:46