Trace number 3258908

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) 4800.18 1202.02

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v1820c171155g5.cnf
MD5SUM70a781814cd432fb0f934a7edd92ccff
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1820
Number of clauses171155
Sum of the clauses size344000
Maximum clause length28
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2171090
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 565

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: 17774
0.00/0.04	c parsetime: 36343us
0.00/0.04	c parsed 171155 clauses with 1820 variables
0.00/0.05	c NW started thread 0 successfully (1090877760)
0.00/0.06	c NW started thread 1 successfully (1101367616)
0.00/0.08	c NW started thread 2 successfully (1117296960)
0.00/0.10	c NW started thread 3 successfully (1127786816)
25.72/6.56	c preprocessor returned 10010 variables
25.72/6.56	c preprocessing returned UNKNOWN
25.72/6.56	c PP set 0 variables
25.72/6.56	c pp time: 6461856us (6s)
25.72/6.56	c preprocessor returned 10010 variables
25.72/6.56	c preprocessing returned UNKNOWN
25.72/6.56	c PP set 0 variables
25.72/6.56	c pp time: 6456984us (6s)
25.72/6.56	c preprocessor returned 10010 variables
25.72/6.56	c preprocessing returned UNKNOWN
25.72/6.56	c PP set 0 variables
25.72/6.56	c pp time: 6449536us (6s)
48.49/12.24	c preprocessor returned 30018 variables
48.49/12.24	c preprocessing returned UNKNOWN
48.49/12.24	c PP set 0 variables
48.49/12.24	c pp time: 12138590us (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-3258908-1304046833/watcher-3258908-1304046833 -o /tmp/evaluation-result-3258908-1304046833/solver-3258908-1304046833 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3258908-1304046833.cnf 1472500462 4800 15500 4 

running on 4 cores: 1,3,5,7

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.95 8.10 8.00 5/182 17773
/proc/meminfo: memFree=23791968/32951124 swapFree=67111524/67111528
[pid=17773] ppid=17771 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/17773/stat : 17773 (priss.sh) S 17771 17773 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 497099602 8908800 252 33554432000 4194304 4922060 140734268892496 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17773/statm: 2175 252 211 178 0 68 0

[startup+0.0215459 s]
/proc/loadavg: 7.95 8.10 8.00 5/182 17773
/proc/meminfo: memFree=23791968/32951124 swapFree=67111524/67111528
[pid=17773] ppid=17771 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/17773/stat : 17773 (priss.sh) S 17771 17773 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 497099602 8908800 252 33554432000 4194304 4922060 140734268892496 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17773/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101278 s]
/proc/loadavg: 7.95 8.10 8.00 5/182 17773
/proc/meminfo: memFree=23791968/32951124 swapFree=67111524/67111528
[pid=17773] ppid=17771 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/17773/stat : 17773 (priss.sh) S 17771 17773 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 497099602 8908800 252 33554432000 4194304 4922060 140734268892496 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17773/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.846668 s]
/proc/loadavg: 7.95 8.10 8.00 5/182 17773
/proc/meminfo: memFree=23791968/32951124 swapFree=67111524/67111528
[pid=17773] ppid=17771 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/17773/stat : 17773 (priss.sh) S 17771 17773 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 497099602 8908800 252 33554432000 4194304 4922060 140734268892496 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17773/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.90036 s]
/proc/loadavg: 7.95 8.10 8.00 5/182 17773
/proc/meminfo: memFree=23791968/32951124 swapFree=67111524/67111528
[pid=17773] ppid=17771 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/17773/stat : 17773 (priss.sh) S 17771 17773 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 497099602 8908800 252 33554432000 4194304 4922060 140734268892496 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17773/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50025 s]
/proc/loadavg: 7.95 8.10 8.00 9/188 17779
/proc/meminfo: memFree=23731788/32951124 swapFree=67111524/67111528
[pid=17773] ppid=17771 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/17773/stat : 17773 (priss.sh) S 17771 17773 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 497099602 8908800 252 33554432000 4194304 4922060 140734268892496 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17773/statm: 2175 252 211 178 0 68 0
[pid=17774] ppid=17773 vsize=301600 CPUtime=5.77 cores=1,3,5,7
/proc/17774/stat : 17774 (priss) S 17773 17773 17192 0 -1 4202496 29518 0 0 0 570 7 0 0 19 0 5 0 497099602 308838400 14955 33554432000 4194304 5787044 140736598126720 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/17774/statm: 75400 14955 350 389 0 71150 0
[pid=17774/tid=17776] ppid=17773 vsize=301600 CPUtime=1.43 cores=1,3,5,7
/proc/17774/task/17776/stat : 17776 (priss) R 17773 17773 17192 0 -1 4202560 4652 0 0 0 142 1 0 0 19 0 5 0 497099607 308838400 14955 33554432000 4194304 5787044 140736598126720 18446744073709551615 4336781 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=17774/tid=17777] ppid=17773 vsize=301600 CPUtime=1.42 cores=1,3,5,7
/proc/17774/task/17777/stat : 17777 (priss) R 17773 17773 17192 0 -1 4202560 5723 0 0 0 141 1 0 0 19 0 5 0 497099608 308838400 14955 33554432000 4194304 5787044 140736598126720 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=17774/tid=17778] ppid=17773 vsize=301600 CPUtime=1.41 cores=1,3,5,7
/proc/17774/task/17778/stat : 17778 (priss) R 17773 17773 17192 0 -1 4202560 5777 0 0 0 139 2 0 0 19 0 5 0 497099610 308838400 14955 33554432000 4194304 5787044 140736598126720 18446744073709551615 4336773 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=17774/tid=17779] ppid=17773 vsize=301600 CPUtime=1.38 cores=1,3,5,7
/proc/17774/task/17779/stat : 17779 (priss) R 17773 17773 17192 0 -1 4202560 4653 0 0 0 137 1 0 0 19 0 5 0 497099612 308838400 14955 33554432000 4194304 5787044 140736598126720 18446744073709551615 4336786 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.77
Current children cumulated vsize (KiB) 310300

[startup+3.10096 s]
/proc/loadavg: 7.95 8.10 8.00 9/188 17779
/proc/meminfo: memFree=23731860/32951124 swapFree=67111524/67111528
[pid=17773] ppid=17771 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/17773/stat : 17773 (priss.sh) S 17771 17773 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 497099602 8908800 252 33554432000 4194304 4922060 140734268892496 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17773/statm: 2175 252 211 178 0 68 0
[pid=17774] ppid=17773 vsize=301600 CPUtime=12.14 cores=1,3,5,7
/proc/17774/stat : 17774 (priss) S 17773 17773 17192 0 -1 4202496 29518 0 0 0 1207 7 0 0 19 0 5 0 497099602 308838400 14955 33554432000 4194304 5787044 140736598126720 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/17774/statm: 75400 14955 350 389 0 71150 0
[pid=17774/tid=17776] ppid=17773 vsize=301600 CPUtime=3.03 cores=1,3,5,7
/proc/17774/task/17776/stat : 17776 (priss) R 17773 17773 17192 0 -1 4202560 4652 0 0 0 302 1 0 0 24 0 5 0 497099607 308838400 14955 33554432000 4194304 5787044 140736598126720 18446744073709551615 4336703 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=17774/tid=17777] ppid=17773 vsize=301600 CPUtime=3.02 cores=1,3,5,7
/proc/17774/task/17777/stat : 17777 (priss) R 17773 17773 17192 0 -1 4202560 5723 0 0 0 301 1 0 0 24 0 5 0 497099608 308838400 14955 33554432000 4194304 5787044 140736598126720 18446744073709551615 4336763 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=17774/tid=17778] ppid=17773 vsize=301600 CPUtime=3 cores=1,3,5,7
/proc/17774/task/17778/stat : 17778 (priss) R 17773 17773 17192 0 -1 4202560 5777 0 0 0 298 2 0 0 24 0 5 0 497099610 308838400 14955 33554432000 4194304 5787044 140736598126720 18446744073709551615 4336171 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=17774/tid=17779] ppid=17773 vsize=301600 CPUtime=2.97 cores=1,3,5,7
/proc/17774/task/17779/stat : 17779 (priss) R 17773 17773 17192 0 -1 4202560 4653 0 0 0 296 1 0 0 24 0 5 0 497099612 308838400 14955 33554432000 4194304 5787044 140736598126720 18446744073709551615 18446744073699065955 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.14
Current children cumulated vsize (KiB) 310300

[startup+6.3004 s]
/proc/loadavg: 7.95 8.10 8.00 9/188 17779
/proc/meminfo: memFree=23702024/32951124 swapFree=67111524/67111528
[pid=17773] ppid=17771 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/17773/stat : 17773 (priss.sh) S 17771 17773 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 497099602 8908800 252 33554432000 4194304 4922060 140734268892496 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17773/statm: 2175 252 211 178 0 68 0
[pid=17774] ppid=17773 vsize=322652 CPUtime=24.92 cores=1,3,5,7
/proc/17774/stat : 17774 (priss) S 17773 17773 17192 0 -1 4202496 37535 0 0 0 2483 9 0 0 19 0 5 0 497099602 330395648 22620 33554432000 4194304 5787044 140736598126720 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/17774/statm: 80663 22620 355 389 0 76413 0
[pid=17774/tid=17776] ppid=17773 vsize=322652 CPUtime=6.23 cores=1,3,5,7
/proc/17774/task/17776/stat : 17776 (priss) R 17773 17773 17192 0 -1 4202560 7540 0 0 0 621 2 0 0 25 0 5 0 497099607 330395648 22620 33554432000 4194304 5787044 140736598126720 18446744073709551615 4355772 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=17774/tid=17777] ppid=17773 vsize=322652 CPUtime=6.22 cores=1,3,5,7
/proc/17774/task/17777/stat : 17777 (priss) R 17773 17773 17192 0 -1 4202560 7940 0 0 0 621 1 0 0 25 0 5 0 497099608 330395648 22620 33554432000 4194304 5787044 140736598126720 18446744073709551615 4318842 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=17774/tid=17778] ppid=17773 vsize=322652 CPUtime=6.2 cores=1,3,5,7
/proc/17774/task/17778/stat : 17778 (priss) R 17773 17773 17192 0 -1 4202560 6609 0 0 0 618 2 0 0 25 0 5 0 497099610 330395648 22620 33554432000 4194304 5787044 140736598126720 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=17774/tid=17779] ppid=17773 vsize=322652 CPUtime=6.15 cores=1,3,5,7
/proc/17774/task/17779/stat : 17779 (priss) R 17773 17773 17192 0 -1 4202560 6733 0 0 0 614 1 0 0 25 0 5 0 497099612 330395648 22620 33554432000 4194304 5787044 140736598126720 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.92
Current children cumulated vsize (KiB) 331352

[startup+12.7013 s]
/proc/loadavg: 7.96 8.10 8.00 9/188 17779
/proc/meminfo: memFree=23681568/32951124 swapFree=67111524/67111528
[pid=17773] ppid=17771 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/17773/stat : 17773 (priss.sh) S 17771 17773 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 497099602 8908800 252 33554432000 4194304 4922060 140734268892496 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17773/statm: 2175 252 211 178 0 68 0
[pid=17774] ppid=17773 vsize=327856 CPUtime=50.49 cores=1,3,5,7
/proc/17774/stat : 17774 (priss) S 17773 17773 17192 0 -1 4202496 58226 0 0 0 5034 15 0 0 19 0 5 0 497099602 335724544 27853 33554432000 4194304 5787044 140736598126720 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/17774/statm: 81964 27853 417 389 0 77714 0
[pid=17774/tid=17776] ppid=17773 vsize=327856 CPUtime=12.63 cores=1,3,5,7
/proc/17774/task/17776/stat : 17776 (priss) R 17773 17773 17192 0 -1 4202560 12914 0 0 0 1260 3 0 0 25 0 5 0 497099607 335724544 27853 33554432000 4194304 5787044 140736598126720 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=17774/tid=17777] ppid=17773 vsize=327856 CPUtime=12.62 cores=1,3,5,7
/proc/17774/task/17777/stat : 17777 (priss) R 17773 17773 17192 0 -1 4202560 13835 0 0 0 1258 4 0 0 25 0 5 0 497099608 335724544 27853 33554432000 4194304 5787044 140736598126720 18446744073709551615 4255030 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=17774/tid=17778] ppid=17773 vsize=327856 CPUtime=12.6 cores=1,3,5,7
/proc/17774/task/17778/stat : 17778 (priss) R 17773 17773 17192 0 -1 4202560 10722 0 0 0 1257 3 0 0 25 0 5 0 497099610 335724544 27853 33554432000 4194304 5787044 140736598126720 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=17774/tid=17779] ppid=17773 vsize=327856 CPUtime=12.51 cores=1,3,5,7
/proc/17774/task/17779/stat : 17779 (priss) R 17773 17773 17192 0 -1 4202560 12042 0 0 0 1249 2 0 0 25 0 5 0 497099612 335724544 27853 33554432000 4194304 5787044 140736598126720 18446744073709551615 4217273 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 336556

[startup+25.501 s]
/proc/loadavg: 7.96 8.09 8.00 9/188 17780
/proc/meminfo: memFree=23660996/32951124 swapFree=67111524/67111528
[pid=17773] ppid=17771 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/17773/stat : 17773 (priss.sh) S 17771 17773 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 497099602 8908800 252 33554432000 4194304 4922060 140734268892496 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17773/statm: 2175 252 211 178 0 68 0
[pid=17774] ppid=17773 vsize=335664 CPUtime=101.61 cores=1,3,5,7
/proc/17774/stat : 17774 (priss) S 17773 17773 17192 0 -1 4202496 64105 0 0 0 10143 18 0 0 19 0 5 0 497099602 343719936 33732 33554432000 4194304 5787044 140736598126720 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/17774/statm: 83916 33732 417 389 0 79666 0
[pid=17774/tid=17776] ppid=17773 vsize=335664 CPUtime=25.42 cores=1,3,5,7
/proc/17774/task/17776/stat : 17776 (priss) R 17773 17773 17192 0 -1 4202560 14173 0 0 0 2538 4 0 0 25 0 5 0 497099607 343719936 33732 33554432000 4194304 5787044 140736598126720 18446744073709551615 212039317963 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=17774/tid=17777] ppid=17773 vsize=335664 CPUtime=25.41 cores=1,3,5,7
/proc/17774/task/17777/stat : 17777 (priss) R 17773 17773 17192 0 -1 4202560 15152 0 0 0 2537 4 0 0 25 0 5 0 497099608 343719936 33732 33554432000 4194304 5787044 140736598126720 18446744073709551615 5591024 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=17774/tid=17778] ppid=17773 vsize=335664 CPUtime=25.4 cores=1,3,5,7
/proc/17774/task/17778/stat : 17778 (priss) R 17773 17773 17192 0 -1 4202560 13125 0 0 0 2536 4 0 0 25 0 5 0 497099610 343719936 33732 33554432000 4194304 5787044 140736598126720 18446744073709551615 5591024 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=17774/tid=17779] ppid=17773 vsize=335664 CPUtime=25.25 cores=1,3,5,7
/proc/17774/task/17779/stat : 17779 (priss) R 17773 17773 17192 0 -1 4202560 12942 0 0 0 2522 3 0 0 18 0 5 0 497099612 343719936 33732 33554432000 4194304 5787044 140736598126720 18446744073709551615 5528398 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.61
Current children cumulated vsize (KiB) 344364

[startup+51.1074 s]
/proc/loadavg: 8.11 8.11 8.01 9/188 17780
/proc/meminfo: memFree=23626988/32951124 swapFree=67111524/67111528
[pid=17773] ppid=17771 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/17773/stat : 17773 (priss.sh) S 17771 17773 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 497099602 8908800 252 33554432000 4194304 4922060 140734268892496 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17773/statm: 2175 252 211 178 0 68 0
[pid=17774] ppid=17773 vsize=346192 CPUtime=203.89 cores=1,3,5,7
/proc/17774/stat : 17774 (priss) S 17773 17773 17192 0 -1 4202496 71665 0 0 0 20363 26 0 0 19 0 5 0 497099602 354500608 41291 33554432000 4194304 5787044 140736598126720 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/17774/statm: 86548 41291 417 389 0 82298 0
[pid=17774/tid=17776] ppid=17773 vsize=346192 CPUtime=51.03 cores=1,3,5,7
/proc/17774/task/17776/stat : 17776 (priss) R 17773 17773 17192 0 -1 4202560 15950 0 0 0 5096 7 0 0 25 0 5 0 497099607 354500608 41291 33554432000 4194304 5787044 140736598126720 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=17774/tid=17777] ppid=17773 vsize=346192 CPUtime=51.02 cores=1,3,5,7
/proc/17774/task/17777/stat : 17777 (priss) R 17773 17773 17192 0 -1 4202560 16794 0 0 0 5096 6 0 0 25 0 5 0 497099608 354500608 41291 33554432000 4194304 5787044 140736598126720 18446744073709551615 4229318 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=17774/tid=17778] ppid=17773 vsize=346192 CPUtime=51 cores=1,3,5,7
/proc/17774/task/17778/stat : 17778 (priss) R 17773 17773 17192 0 -1 4202560 15691 0 0 0 5095 5 0 0 25 0 5 0 497099610 354500608 41291 33554432000 4194304 5787044 140736598126720 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=17774/tid=17779] ppid=17773 vsize=346192 CPUtime=50.71 cores=1,3,5,7
/proc/17774/task/17779/stat : 17779 (priss) R 17773 17773 17192 0 -1 4202560 14517 0 0 0 5066 5 0 0 25 0 5 0 497099612 354500608 41291 33554432000 4194304 5787044 140736598126720 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.89
Current children cumulated vsize (KiB) 354892

[startup+102.301 s]
/proc/loadavg: 8.11 8.11 8.01 9/188 17782
/proc/meminfo: memFree=23577484/32951124 swapFree=67111524/67111528
[pid=17773] ppid=17771 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/17773/stat : 17773 (priss.sh) S 17771 17773 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 497099602 8908800 252 33554432000 4194304 4922060 140734268892496 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17773/statm: 2175 252 211 178 0 68 0
[pid=17774] ppid=17773 vsize=362052 CPUtime=408.37 cores=1,3,5,7
/proc/17774/stat : 17774 (priss) S 17773 17773 17192 0 -1 4202496 84409 0 0 0 40794 43 0 0 19 0 5 0 497099602 370741248 53969 33554432000 4194304 5787044 140736598126720 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/17774/statm: 90513 53969 417 389 0 86263 0
[pid=17774/tid=17776] ppid=17773 vsize=362052 CPUtime=102.22 cores=1,3,5,7
/proc/17774/task/17776/stat : 17776 (priss) R 17773 17773 17192 0 -1 4202560 19735 0 0 0 10211 11 0 0 25 0 5 0 497099607 370741248 53969 33554432000 4194304 5787044 140736598126720 18446744073709551615 5590624 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=17774/tid=17777] ppid=17773 vsize=362052 CPUtime=102.21 cores=1,3,5,7
/proc/17774/task/17777/stat : 17777 (priss) R 17773 17773 17192 0 -1 4202560 20669 0 0 0 10210 11 0 0 25 0 5 0 497099608 370741248 53969 33554432000 4194304 5787044 140736598126720 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=17774/tid=17778] ppid=17773 vsize=362052 CPUtime=102.19 cores=1,3,5,7
/proc/17774/task/17778/stat : 17778 (priss) R 17773 17773 17192 0 -1 4202560 18897 0 0 0 10208 11 0 0 25 0 5 0 497099610 370741248 53969 33554432000 4194304 5787044 140736598126720 18446744073709551615 4219981 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=17774/tid=17779] ppid=17773 vsize=362052 CPUtime=101.62 cores=1,3,5,7

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

/proc/17774/task/17777/stat : 17777 (priss) R 17773 17773 17192 0 -1 4202560 49436 0 0 0 88085 61 0 0 25 0 5 0 497099608 921227264 168309 33554432000 4194304 5787044 140736598126720 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=17774/tid=17778] ppid=17773 vsize=899636 CPUtime=882.13 cores=1,3,5,7
/proc/17774/task/17778/stat : 17778 (priss) R 17773 17773 17192 0 -1 4202560 51634 0 0 0 88143 70 0 0 25 0 5 0 497099610 921227264 168309 33554432000 4194304 5787044 140736598126720 18446744073709551615 5591266 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=17774/tid=17779] ppid=17773 vsize=899636 CPUtime=880.83 cores=1,3,5,7
/proc/17774/task/17779/stat : 17779 (priss) R 17773 17773 17192 0 -1 4202560 39160 0 0 0 88059 24 0 0 25 0 5 0 497099612 921227264 168309 33554432000 4194304 5787044 140736598126720 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3523.12
Current children cumulated vsize (KiB) 908336

[startup+942.3 s]
/proc/loadavg: 8.12 8.11 8.03 9/188 17840
/proc/meminfo: memFree=23526996/32951124 swapFree=67111524/67111528
[pid=17773] ppid=17771 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/17773/stat : 17773 (priss.sh) S 17771 17773 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 497099602 8908800 252 33554432000 4194304 4922060 140734268892496 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17773/statm: 2175 252 211 178 0 68 0
[pid=17774] ppid=17773 vsize=908764 CPUtime=3762.8 cores=1,3,5,7
/proc/17774/stat : 17774 (priss) S 17773 17773 17192 0 -1 4202496 202710 0 0 0 376059 221 0 0 19 0 5 0 497099602 930574336 170169 33554432000 4194304 5787044 140736598126720 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/17774/statm: 227191 170169 417 389 0 222941 0
[pid=17774/tid=17776] ppid=17773 vsize=908764 CPUtime=938.58 cores=1,3,5,7
/proc/17774/task/17776/stat : 17776 (priss) R 17773 17773 17192 0 -1 4202560 51911 0 0 0 93797 61 0 0 25 0 5 0 497099607 930574336 170169 33554432000 4194304 5787044 140736598126720 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=17774/tid=17777] ppid=17773 vsize=908764 CPUtime=941.46 cores=1,3,5,7
/proc/17774/task/17777/stat : 17777 (priss) R 17773 17773 17192 0 -1 4202560 49441 0 0 0 94085 61 0 0 25 0 5 0 497099608 930574336 170169 33554432000 4194304 5787044 140736598126720 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=17774/tid=17778] ppid=17773 vsize=908764 CPUtime=942.12 cores=1,3,5,7
/proc/17774/task/17778/stat : 17778 (priss) R 17773 17773 17192 0 -1 4202560 51634 0 0 0 94142 70 0 0 25 0 5 0 497099610 930574336 170169 33554432000 4194304 5787044 140736598126720 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=17774/tid=17779] ppid=17773 vsize=908764 CPUtime=940.51 cores=1,3,5,7
/proc/17774/task/17779/stat : 17779 (priss) R 17773 17773 17192 0 -1 4202560 41011 0 0 0 94025 26 0 0 25 0 5 0 497099612 930574336 170169 33554432000 4194304 5787044 140736598126720 18446744073709551615 5526872 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3762.8
Current children cumulated vsize (KiB) 917464

[startup+1002.3 s]
/proc/loadavg: 8.11 8.10 8.03 9/188 17842
/proc/meminfo: memFree=23487520/32951124 swapFree=67111524/67111528
[pid=17773] ppid=17771 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/17773/stat : 17773 (priss.sh) S 17771 17773 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 497099602 8908800 252 33554432000 4194304 4922060 140734268892496 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17773/statm: 2175 252 211 178 0 68 0
[pid=17774] ppid=17773 vsize=927268 CPUtime=4002.47 cores=1,3,5,7
/proc/17774/stat : 17774 (priss) S 17773 17773 17192 0 -1 4202496 207393 0 0 0 400022 225 0 0 19 0 5 0 497099602 949522432 174852 33554432000 4194304 5787044 140736598126720 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/17774/statm: 231817 174852 417 389 0 227567 0
[pid=17774/tid=17776] ppid=17773 vsize=927268 CPUtime=998.58 cores=1,3,5,7
/proc/17774/task/17776/stat : 17776 (priss) R 17773 17773 17192 0 -1 4202560 52941 0 0 0 99796 62 0 0 25 0 5 0 497099607 949522432 174852 33554432000 4194304 5787044 140736598126720 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=17774/tid=17777] ppid=17773 vsize=927268 CPUtime=1001.46 cores=1,3,5,7
/proc/17774/task/17777/stat : 17777 (priss) R 17773 17773 17192 0 -1 4202560 49448 0 0 0 100085 61 0 0 25 0 5 0 497099608 949522432 174852 33554432000 4194304 5787044 140736598126720 18446744073709551615 4213865 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=17774/tid=17778] ppid=17773 vsize=927268 CPUtime=1002.12 cores=1,3,5,7
/proc/17774/task/17778/stat : 17778 (priss) R 17773 17773 17192 0 -1 4202560 51634 0 0 0 100142 70 0 0 25 0 5 0 497099610 949522432 174852 33554432000 4194304 5787044 140736598126720 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=17774/tid=17779] ppid=17773 vsize=927268 CPUtime=1000.18 cores=1,3,5,7
/proc/17774/task/17779/stat : 17779 (priss) R 17773 17773 17192 0 -1 4202560 44657 0 0 0 99989 29 0 0 25 0 5 0 497099612 949522432 174852 33554432000 4194304 5787044 140736598126720 18446744073709551615 5527582 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4002.47
Current children cumulated vsize (KiB) 935968

[startup+1062.3 s]
/proc/loadavg: 8.10 8.09 8.03 9/188 17843
/proc/meminfo: memFree=23417916/32951124 swapFree=67111524/67111528
[pid=17773] ppid=17771 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/17773/stat : 17773 (priss.sh) S 17771 17773 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 497099602 8908800 252 33554432000 4194304 4922060 140734268892496 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17773/statm: 2175 252 211 178 0 68 0
[pid=17774] ppid=17773 vsize=944636 CPUtime=4242.13 cores=1,3,5,7
/proc/17774/stat : 17774 (priss) S 17773 17773 17192 0 -1 4202496 211766 0 0 0 423985 228 0 0 19 0 5 0 497099602 967307264 179225 33554432000 4194304 5787044 140736598126720 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/17774/statm: 236159 179225 417 389 0 231909 0
[pid=17774/tid=17776] ppid=17773 vsize=944636 CPUtime=1058.58 cores=1,3,5,7
/proc/17774/task/17776/stat : 17776 (priss) R 17773 17773 17192 0 -1 4202560 52993 0 0 0 105796 62 0 0 25 0 5 0 497099607 967307264 179225 33554432000 4194304 5787044 140736598126720 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=17774/tid=17777] ppid=17773 vsize=944636 CPUtime=1061.45 cores=1,3,5,7
/proc/17774/task/17777/stat : 17777 (priss) R 17773 17773 17192 0 -1 4202560 49602 0 0 0 106084 61 0 0 25 0 5 0 497099608 967307264 179225 33554432000 4194304 5787044 140736598126720 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=17774/tid=17778] ppid=17773 vsize=944636 CPUtime=1062.12 cores=1,3,5,7
/proc/17774/task/17778/stat : 17778 (priss) R 17773 17773 17192 0 -1 4202560 53686 0 0 0 106141 71 0 0 25 0 5 0 497099610 967307264 179225 33554432000 4194304 5787044 140736598126720 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=17774/tid=17779] ppid=17773 vsize=944636 CPUtime=1059.85 cores=1,3,5,7
/proc/17774/task/17779/stat : 17779 (priss) R 17773 17773 17192 0 -1 4202560 46772 0 0 0 105953 32 0 0 25 0 5 0 497099612 967307264 179225 33554432000 4194304 5787044 140736598126720 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4242.13
Current children cumulated vsize (KiB) 953336

[startup+1122.3 s]
/proc/loadavg: 8.11 8.09 8.03 9/188 17845
/proc/meminfo: memFree=23373728/32951124 swapFree=67111524/67111528
[pid=17773] ppid=17771 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/17773/stat : 17773 (priss.sh) S 17771 17773 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 497099602 8908800 252 33554432000 4194304 4922060 140734268892496 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17773/statm: 2175 252 211 178 0 68 0
[pid=17774] ppid=17773 vsize=944636 CPUtime=4481.81 cores=1,3,5,7
/proc/17774/stat : 17774 (priss) S 17773 17773 17192 0 -1 4202496 219068 0 0 0 447936 245 0 0 19 0 5 0 497099602 967307264 186527 33554432000 4194304 5787044 140736598126720 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/17774/statm: 236159 186527 417 389 0 231909 0
[pid=17774/tid=17776] ppid=17773 vsize=944636 CPUtime=1118.58 cores=1,3,5,7
/proc/17774/task/17776/stat : 17776 (priss) R 17773 17773 17192 0 -1 4202560 56267 0 0 0 111789 69 0 0 25 0 5 0 497099607 967307264 186527 33554432000 4194304 5787044 140736598126720 18446744073709551615 5591666 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=17774/tid=17777] ppid=17773 vsize=944636 CPUtime=1121.46 cores=1,3,5,7
/proc/17774/task/17777/stat : 17777 (priss) R 17773 17773 17192 0 -1 4202560 53582 0 0 0 112075 71 0 0 25 0 5 0 497099608 967307264 186527 33554432000 4194304 5787044 140736598126720 18446744073709551615 4238745 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=17774/tid=17778] ppid=17773 vsize=944636 CPUtime=1122.12 cores=1,3,5,7
/proc/17774/task/17778/stat : 17778 (priss) R 17773 17773 17192 0 -1 4202560 53734 0 0 0 112141 71 0 0 25 0 5 0 497099610 967307264 186527 33554432000 4194304 5787044 140736598126720 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=17774/tid=17779] ppid=17773 vsize=944636 CPUtime=1119.53 cores=1,3,5,7
/proc/17774/task/17779/stat : 17779 (priss) R 17773 17773 17192 0 -1 4202560 46772 0 0 0 111921 32 0 0 25 0 5 0 497099612 967307264 186527 33554432000 4194304 5787044 140736598126720 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4481.81
Current children cumulated vsize (KiB) 953336

[startup+1182.3 s]
/proc/loadavg: 8.11 8.09 8.03 9/188 17847
/proc/meminfo: memFree=23321980/32951124 swapFree=67111524/67111528
[pid=17773] ppid=17771 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/17773/stat : 17773 (priss.sh) S 17771 17773 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 497099602 8908800 252 33554432000 4194304 4922060 140734268892496 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17773/statm: 2175 252 211 178 0 68 0
[pid=17774] ppid=17773 vsize=952836 CPUtime=4721.47 cores=1,3,5,7
/proc/17774/stat : 17774 (priss) S 17773 17773 17192 0 -1 4202496 231913 0 0 0 471880 267 0 0 19 0 5 0 497099602 975704064 199372 33554432000 4194304 5787044 140736598126720 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/17774/statm: 238209 199372 417 389 0 233959 0
[pid=17774/tid=17776] ppid=17773 vsize=952836 CPUtime=1178.58 cores=1,3,5,7
/proc/17774/task/17776/stat : 17776 (priss) R 17773 17773 17192 0 -1 4202560 60214 0 0 0 117781 77 0 0 25 0 5 0 497099607 975704064 199372 33554432000 4194304 5787044 140736598126720 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=17774/tid=17777] ppid=17773 vsize=952836 CPUtime=1181.45 cores=1,3,5,7
/proc/17774/task/17777/stat : 17777 (priss) R 17773 17773 17192 0 -1 4202560 58428 0 0 0 118067 78 0 0 25 0 5 0 497099608 975704064 199372 33554432000 4194304 5787044 140736598126720 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=17774/tid=17778] ppid=17773 vsize=952836 CPUtime=1182.12 cores=1,3,5,7
/proc/17774/task/17778/stat : 17778 (priss) R 17773 17773 17192 0 -1 4202560 57786 0 0 0 118135 77 0 0 25 0 5 0 497099610 975704064 199372 33554432000 4194304 5787044 140736598126720 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=17774/tid=17779] ppid=17773 vsize=952836 CPUtime=1179.19 cores=1,3,5,7
/proc/17774/task/17779/stat : 17779 (priss) R 17773 17773 17192 0 -1 4202560 46772 0 0 0 117887 32 0 0 25 0 5 0 497099612 975704064 199372 33554432000 4194304 5787044 140736598126720 18446744073709551615 5527212 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4721.47
Current children cumulated vsize (KiB) 961536



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202 s]
/proc/loadavg: 8.08 8.08 8.03 9/188 17847
/proc/meminfo: memFree=23302000/32951124 swapFree=67111524/67111528
[pid=17773] ppid=17771 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/17773/stat : 17773 (priss.sh) S 17771 17773 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 497099602 8908800 252 33554432000 4194304 4922060 140734268892496 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17773/statm: 2175 252 211 178 0 68 0
[pid=17774] ppid=17773 vsize=956936 CPUtime=4800.18 cores=1,3,5,7
/proc/17774/stat : 17774 (priss) S 17773 17773 17192 0 -1 4202496 236770 0 0 0 479743 275 0 0 19 0 5 0 497099602 979902464 204229 33554432000 4194304 5787044 140736598126720 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/17774/statm: 239234 204229 417 389 0 234984 0
[pid=17774/tid=17776] ppid=17773 vsize=956936 CPUtime=1198.28 cores=1,3,5,7
/proc/17774/task/17776/stat : 17776 (priss) R 17773 17773 17192 0 -1 4202560 61468 0 0 0 119749 79 0 0 25 0 5 0 497099607 979902464 204229 33554432000 4194304 5787044 140736598126720 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=17774/tid=17777] ppid=17773 vsize=956936 CPUtime=1201.16 cores=1,3,5,7
/proc/17774/task/17777/stat : 17777 (priss) R 17773 17773 17192 0 -1 4202560 60687 0 0 0 120035 81 0 0 25 0 5 0 497099608 979902464 204229 33554432000 4194304 5787044 140736598126720 18446744073709551615 5591195 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=17774/tid=17778] ppid=17773 vsize=956936 CPUtime=1201.82 cores=1,3,5,7
/proc/17774/task/17778/stat : 17778 (priss) R 17773 17773 17192 0 -1 4202560 59130 0 0 0 120103 79 0 0 25 0 5 0 497099610 979902464 204229 33554432000 4194304 5787044 140736598126720 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=17774/tid=17779] ppid=17773 vsize=956936 CPUtime=1198.79 cores=1,3,5,7
/proc/17774/task/17779/stat : 17779 (priss) R 17773 17773 17192 0 -1 4202560 46772 0 0 0 119847 32 0 0 25 0 5 0 497099612 979902464 204229 33554432000 4194304 5787044 140736598126720 18446744073709551615 5527218 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.18
Current children cumulated vsize (KiB) 965636

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1202 s]
/proc/loadavg: 8.08 8.08 8.03 9/188 17847
/proc/meminfo: memFree=23302000/32951124 swapFree=67111524/67111528
[pid=17773] ppid=17771 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/17773/stat : 17773 (priss.sh) S 17771 17773 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 497099602 8908800 252 33554432000 4194304 4922060 140734268892496 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17773/statm: 2175 252 211 178 0 68 0
[pid=17774] ppid=17773 vsize=956936 CPUtime=4800.18 cores=1,3,5,7
/proc/17774/stat : 17774 (priss) S 17773 17773 17192 0 -1 4202496 236770 0 0 0 479743 275 0 0 19 0 5 0 497099602 979902464 204229 33554432000 4194304 5787044 140736598126720 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/17774/statm: 239234 204229 417 389 0 234984 0
[pid=17774/tid=17776] ppid=17773 vsize=956936 CPUtime=1198.28 cores=1,3,5,7
/proc/17774/task/17776/stat : 17776 (priss) R 17773 17773 17192 0 -1 4202560 61468 0 0 0 119749 79 0 0 25 0 5 0 497099607 979902464 204229 33554432000 4194304 5787044 140736598126720 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=17774/tid=17777] ppid=17773 vsize=956936 CPUtime=1201.16 cores=1,3,5,7
/proc/17774/task/17777/stat : 17777 (priss) R 17773 17773 17192 0 -1 4202560 60687 0 0 0 120035 81 0 0 25 0 5 0 497099608 979902464 204229 33554432000 4194304 5787044 140736598126720 18446744073709551615 5591195 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=17774/tid=17778] ppid=17773 vsize=956936 CPUtime=1201.82 cores=1,3,5,7
/proc/17774/task/17778/stat : 17778 (priss) R 17773 17773 17192 0 -1 4202560 59130 0 0 0 120103 79 0 0 25 0 5 0 497099610 979902464 204229 33554432000 4194304 5787044 140736598126720 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=17774/tid=17779] ppid=17773 vsize=956936 CPUtime=1198.79 cores=1,3,5,7
/proc/17774/task/17779/stat : 17779 (priss) R 17773 17773 17192 0 -1 4202560 46772 0 0 0 119847 32 0 0 25 0 5 0 497099612 979902464 204229 33554432000 4194304 5787044 140736598126720 18446744073709551615 5527218 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.18
Current children cumulated vsize (KiB) 965636

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17773 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.18
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1202.02
CPU time (s): 4800.18
CPU user time (s): 4797.43
CPU system time (s): 2.75
CPU usage (%): 399.343
Max. virtual memory (cumulated for all children) (KiB): 965636

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.62775 second user time and 4.93525 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-29 05:13:53
IDJOB=3258908
IDBENCH=71443
IDSOLVER=1603
FILE ID=node146/3258908-1304046833
RUNJOBID= node146-1304042862-17211
PBS_JOBID= 13170387
Free space on /tmp= 72988 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/unforced/rbsat-v1820c171155g5.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3258908-1304046833/watcher-3258908-1304046833 -o /tmp/evaluation-result-3258908-1304046833/solver-3258908-1304046833 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3258908-1304046833.cnf 1472500462 4800 15500 4

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

MD5SUM BENCH= 70a781814cd432fb0f934a7edd92ccff
RANDOM SEED=1472500462

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23792248 kB
Buffers:       1663476 kB
Cached:        6186552 kB
SwapCached:          4 kB
Active:        2062500 kB
Inactive:      6567860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23792248 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            3528 kB
Writeback:           0 kB
AnonPages:      780144 kB
Mapped:          15616 kB
Slab:           463052 kB
PageTables:       6260 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   971004 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= 72992 MiB
End job on node146 at 2011-04-29 05:33:57