Trace number 3258248

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.16 1202.62

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v1375c111739g4.cnf
MD5SUMb2f1edd9e4045a375bcfedb2d5e5bd0e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark51.2682
Satisfiable
(Un)Satisfiability was proved
Number of variables1375
Number of clauses111739
Sum of the clauses size224743
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2111684
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 555

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: 7853
0.00/0.02	c parsetime: 21617us
0.00/0.02	c parsed 111739 clauses with 1375 variables
0.00/0.03	c NW started thread 0 successfully (1103763776)
0.00/0.04	c NW started thread 1 successfully (1114253632)
0.00/0.05	c NW started thread 2 successfully (1124743488)
0.00/0.06	c NW started thread 3 successfully (1092397376)
14.22/3.66	c preprocessor returned 10007 variables
14.22/3.66	c preprocessing returned UNKNOWN
14.22/3.66	c PP set 0 variables
14.22/3.66	c pp time: 3534115us (3s)
14.22/3.66	c preprocessor returned 10007 variables
14.22/3.66	c preprocessing returned UNKNOWN
14.22/3.66	c PP set 0 variables
14.22/3.66	c pp time: 3547536us (3s)
14.22/3.66	c preprocessor returned 10007 variables
14.22/3.66	c preprocessing returned UNKNOWN
14.22/3.66	c PP set 0 variables
14.22/3.66	c pp time: 3534853us (3s)
45.01/11.63	c preprocessor returned 30010 variables
45.01/11.63	c preprocessing returned UNKNOWN
45.01/11.63	c PP set 0 variables
45.01/11.63	c pp time: 11565439us (11s)

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-3258248-1304045274/watcher-3258248-1304045274 -o /tmp/evaluation-result-3258248-1304045274/solver-3258248-1304045274 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3258248-1304045274.cnf 1367410531 4800 15500 4 

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

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


[startup+0 s]
/proc/loadavg: 6.35 7.69 7.72 4/175 7852
/proc/meminfo: memFree=26663384/32951132 swapFree=67111364/67111528
[pid=7852] ppid=7850 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/7852/stat : 7852 (priss.sh) S 7850 7852 7814 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516126071 8908800 252 33554432000 4194304 4922060 140735490184656 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/7852/statm: 2175 252 211 178 0 68 0

[startup+0.061587 s]
/proc/loadavg: 6.35 7.69 7.72 4/175 7852
/proc/meminfo: memFree=26663384/32951132 swapFree=67111364/67111528
[pid=7852] ppid=7850 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/7852/stat : 7852 (priss.sh) S 7850 7852 7814 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516126071 8908800 252 33554432000 4194304 4922060 140735490184656 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/7852/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101805 s]
/proc/loadavg: 6.35 7.69 7.72 4/175 7852
/proc/meminfo: memFree=26663384/32951132 swapFree=67111364/67111528
[pid=7852] ppid=7850 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/7852/stat : 7852 (priss.sh) S 7850 7852 7814 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516126071 8908800 252 33554432000 4194304 4922060 140735490184656 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/7852/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.486718 s]
/proc/loadavg: 6.35 7.69 7.72 4/175 7852
/proc/meminfo: memFree=26663384/32951132 swapFree=67111364/67111528
[pid=7852] ppid=7850 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/7852/stat : 7852 (priss.sh) S 7850 7852 7814 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516126071 8908800 252 33554432000 4194304 4922060 140735490184656 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/7852/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.07735 s]
/proc/loadavg: 6.35 7.69 7.72 4/175 7852
/proc/meminfo: memFree=26663384/32951132 swapFree=67111364/67111528
[pid=7852] ppid=7850 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/7852/stat : 7852 (priss.sh) S 7850 7852 7814 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516126071 8908800 252 33554432000 4194304 4922060 140735490184656 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/7852/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50027 s]
/proc/loadavg: 6.35 7.69 7.72 4/175 7852
/proc/meminfo: memFree=26663384/32951132 swapFree=67111364/67111528
[pid=7852] ppid=7850 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/7852/stat : 7852 (priss.sh) S 7850 7852 7814 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516126071 8908800 252 33554432000 4194304 4922060 140735490184656 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/7852/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.101 s]
/proc/loadavg: 6.35 7.69 7.72 9/186 7863
/proc/meminfo: memFree=26546124/32951132 swapFree=67111364/67111528
[pid=7852] ppid=7850 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/7852/stat : 7852 (priss.sh) S 7850 7852 7814 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516126071 8908800 252 33554432000 4194304 4922060 140735490184656 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/7852/statm: 2175 252 211 178 0 68 0
[pid=7853] ppid=7852 vsize=295404 CPUtime=12.22 cores=0,2,4,6
/proc/7853/stat : 7853 (priss) S 7852 7852 7814 0 -1 4202496 24560 0 0 0 1217 5 0 0 18 0 5 0 516126071 302493696 14906 33554432000 4194304 5787044 140735748463696 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/7853/statm: 73851 14906 355 389 0 69601 0
[pid=7853/tid=7858] ppid=7852 vsize=295404 CPUtime=3.04 cores=0,2,4,6
/proc/7853/task/7858/stat : 7858 (priss) R 7852 7852 7814 0 -1 4202560 4916 0 0 0 302 2 0 0 25 0 5 0 516126075 302493696 14906 33554432000 4194304 5787044 140735748463696 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=7853/tid=7859] ppid=7852 vsize=295404 CPUtime=3.05 cores=0,2,4,6
/proc/7853/task/7859/stat : 7859 (priss) R 7852 7852 7814 0 -1 4202560 4245 0 0 0 304 1 0 0 25 0 5 0 516126075 302493696 14906 33554432000 4194304 5787044 140735748463696 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=7853/tid=7862] ppid=7852 vsize=295404 CPUtime=3.03 cores=0,2,4,6
/proc/7853/task/7862/stat : 7862 (priss) R 7852 7852 7814 0 -1 4202560 4699 0 0 0 302 1 0 0 25 0 5 0 516126077 302493696 14906 33554432000 4194304 5787044 140735748463696 18446744073709551615 242970244047 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=7853/tid=7863] ppid=7852 vsize=295404 CPUtime=3.02 cores=0,2,4,6
/proc/7853/task/7863/stat : 7863 (priss) R 7852 7852 7814 0 -1 4202560 4458 0 0 0 302 0 0 0 25 0 5 0 516126078 302493696 14906 33554432000 4194304 5787044 140735748463696 18446744073709551615 4360239 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.22
Current children cumulated vsize (KiB) 304104

[startup+6.30045 s]
/proc/loadavg: 6.72 7.74 7.74 9/186 7863
/proc/meminfo: memFree=26528564/32951132 swapFree=67111364/67111528
[pid=7852] ppid=7850 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/7852/stat : 7852 (priss.sh) S 7850 7852 7814 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516126071 8908800 252 33554432000 4194304 4922060 140735490184656 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/7852/statm: 2175 252 211 178 0 68 0
[pid=7853] ppid=7852 vsize=295404 CPUtime=23.84 cores=0,2,4,6
/proc/7853/stat : 7853 (priss) S 7852 7852 7814 0 -1 4202496 36190 0 0 0 2366 18 0 0 18 0 5 0 516126071 302493696 18343 33554432000 4194304 5787044 140735748463696 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/7853/statm: 73851 18343 404 389 0 69601 0
[pid=7853/tid=7858] ppid=7852 vsize=295404 CPUtime=6.21 cores=0,2,4,6
/proc/7853/task/7858/stat : 7858 (priss) R 7852 7852 7814 0 -1 4202560 8743 0 0 0 618 3 0 0 23 0 5 0 516126075 302493696 18343 33554432000 4194304 5787044 140735748463696 18446744073709551615 5576446 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=7853/tid=7859] ppid=7852 vsize=295404 CPUtime=6.25 cores=0,2,4,6
/proc/7853/task/7859/stat : 7859 (priss) R 7852 7852 7814 0 -1 4202560 8186 0 0 0 623 2 0 0 23 0 5 0 516126075 302493696 18343 33554432000 4194304 5787044 140735748463696 18446744073709551615 242969950786 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=7853/tid=7862] ppid=7852 vsize=295404 CPUtime=6.23 cores=0,2,4,6
/proc/7853/task/7862/stat : 7862 (priss) R 7852 7852 7814 0 -1 4202560 8561 0 0 0 621 2 0 0 23 0 5 0 516126077 302493696 18343 33554432000 4194304 5787044 140735748463696 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=7853/tid=7863] ppid=7852 vsize=295404 CPUtime=5.05 cores=0,2,4,6
/proc/7853/task/7863/stat : 7863 (priss) R 7852 7852 7814 0 -1 4202560 4458 0 0 0 497 8 0 0 25 0 5 0 516126078 302493696 18343 33554432000 4194304 5787044 140735748463696 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 23.84
Current children cumulated vsize (KiB) 304104

[startup+12.7003 s]
/proc/loadavg: 6.83 7.75 7.74 9/186 7864
/proc/meminfo: memFree=26501828/32951132 swapFree=67111364/67111528
[pid=7852] ppid=7850 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/7852/stat : 7852 (priss.sh) S 7850 7852 7814 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516126071 8908800 252 33554432000 4194304 4922060 140735490184656 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/7852/statm: 2175 252 211 178 0 68 0
[pid=7853] ppid=7852 vsize=303880 CPUtime=49.4 cores=0,2,4,6
/proc/7853/stat : 7853 (priss) S 7852 7852 7814 0 -1 4202496 42966 0 0 0 4921 19 0 0 18 0 5 0 516126071 311173120 22376 33554432000 4194304 5787044 140735748463696 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/7853/statm: 75970 22376 417 389 0 71720 0
[pid=7853/tid=7858] ppid=7852 vsize=303880 CPUtime=12.57 cores=0,2,4,6
/proc/7853/task/7858/stat : 7858 (priss) R 7852 7852 7814 0 -1 4202560 10422 0 0 0 1254 3 0 0 25 0 5 0 516126075 311173120 22376 33554432000 4194304 5787044 140735748463696 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=7853/tid=7859] ppid=7852 vsize=303880 CPUtime=12.65 cores=0,2,4,6
/proc/7853/task/7859/stat : 7859 (priss) R 7852 7852 7814 0 -1 4202560 8835 0 0 0 1263 2 0 0 25 0 5 0 516126075 311173120 22376 33554432000 4194304 5787044 140735748463696 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=7853/tid=7862] ppid=7852 vsize=303880 CPUtime=12.63 cores=0,2,4,6
/proc/7853/task/7862/stat : 7862 (priss) R 7852 7852 7814 0 -1 4202560 9202 0 0 0 1261 2 0 0 25 0 5 0 516126077 311173120 22376 33554432000 4194304 5787044 140735748463696 18446744073709551615 5590446 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=7853/tid=7863] ppid=7852 vsize=303880 CPUtime=11.46 cores=0,2,4,6
/proc/7853/task/7863/stat : 7863 (priss) R 7852 7852 7814 0 -1 4202560 8265 0 0 0 1137 9 0 0 25 0 5 0 516126078 311173120 22376 33554432000 4194304 5787044 140735748463696 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 49.4
Current children cumulated vsize (KiB) 312580

[startup+25.5011 s]
/proc/loadavg: 7.08 7.76 7.75 9/186 7864
/proc/meminfo: memFree=26471716/32951132 swapFree=67111364/67111528
[pid=7852] ppid=7850 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/7852/stat : 7852 (priss.sh) S 7850 7852 7814 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516126071 8908800 252 33554432000 4194304 4922060 140735490184656 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/7852/statm: 2175 252 211 178 0 68 0
[pid=7853] ppid=7852 vsize=308136 CPUtime=100.5 cores=0,2,4,6
/proc/7853/stat : 7853 (priss) S 7852 7852 7814 0 -1 4202496 47521 0 0 0 10026 24 0 0 18 0 5 0 516126071 315531264 26931 33554432000 4194304 5787044 140735748463696 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/7853/statm: 77034 26931 417 389 0 72784 0
[pid=7853/tid=7858] ppid=7852 vsize=308136 CPUtime=25.3 cores=0,2,4,6
/proc/7853/task/7858/stat : 7858 (priss) R 7852 7852 7814 0 -1 4202560 11478 0 0 0 2526 4 0 0 25 0 5 0 516126075 315531264 26931 33554432000 4194304 5787044 140735748463696 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=7853/tid=7859] ppid=7852 vsize=308136 CPUtime=25.45 cores=0,2,4,6
/proc/7853/task/7859/stat : 7859 (priss) R 7852 7852 7814 0 -1 4202560 9940 0 0 0 2541 4 0 0 25 0 5 0 516126075 315531264 26931 33554432000 4194304 5787044 140735748463696 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=7853/tid=7862] ppid=7852 vsize=308136 CPUtime=25.43 cores=0,2,4,6
/proc/7853/task/7862/stat : 7862 (priss) R 7852 7852 7814 0 -1 4202560 10536 0 0 0 2539 4 0 0 25 0 5 0 516126077 315531264 26931 33554432000 4194304 5787044 140735748463696 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=7853/tid=7863] ppid=7852 vsize=308136 CPUtime=24.24 cores=0,2,4,6
/proc/7853/task/7863/stat : 7863 (priss) R 7852 7852 7814 0 -1 4202560 9325 0 0 0 2414 10 0 0 25 0 5 0 516126078 315531264 26931 33554432000 4194304 5787044 140735748463696 18446744073709551615 4254912 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 100.5
Current children cumulated vsize (KiB) 316836

[startup+51.1007 s]
/proc/loadavg: 7.46 7.79 7.76 9/186 7865
/proc/meminfo: memFree=26401020/32951132 swapFree=67111364/67111528
[pid=7852] ppid=7850 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/7852/stat : 7852 (priss.sh) S 7850 7852 7814 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516126071 8908800 252 33554432000 4194304 4922060 140735490184656 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/7852/statm: 2175 252 211 178 0 68 0
[pid=7853] ppid=7852 vsize=323116 CPUtime=202.69 cores=0,2,4,6
/proc/7853/stat : 7853 (priss) S 7852 7852 7814 0 -1 4202496 56544 0 0 0 20229 40 0 0 18 0 5 0 516126071 330870784 35947 33554432000 4194304 5787044 140735748463696 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/7853/statm: 80779 35947 418 389 0 76529 0
[pid=7853/tid=7858] ppid=7852 vsize=323116 CPUtime=50.76 cores=0,2,4,6
/proc/7853/task/7858/stat : 7858 (priss) R 7852 7852 7814 0 -1 4202560 13343 0 0 0 5069 7 0 0 25 0 5 0 516126075 330870784 35947 33554432000 4194304 5787044 140735748463696 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=7853/tid=7859] ppid=7852 vsize=323116 CPUtime=51.04 cores=0,2,4,6
/proc/7853/task/7859/stat : 7859 (priss) R 7852 7852 7814 0 -1 4202560 11660 0 0 0 5099 5 0 0 25 0 5 0 516126075 330870784 35947 33554432000 4194304 5787044 140735748463696 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=7853/tid=7862] ppid=7852 vsize=323116 CPUtime=51.01 cores=0,2,4,6
/proc/7853/task/7862/stat : 7862 (priss) R 7852 7852 7814 0 -1 4202560 13330 0 0 0 5096 5 0 0 25 0 5 0 516126077 330870784 35947 33554432000 4194304 5787044 140735748463696 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=7853/tid=7863] ppid=7852 vsize=323116 CPUtime=49.79 cores=0,2,4,6
/proc/7853/task/7863/stat : 7863 (priss) R 7852 7852 7814 0 -1 4202560 11969 0 0 0 4958 21 0 0 25 0 5 0 516126078 330870784 35947 33554432000 4194304 5787044 140735748463696 18446744073709551615 5527065 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 202.69
Current children cumulated vsize (KiB) 331816

[startup+102.301 s]
/proc/loadavg: 7.88 7.85 7.78 9/186 7866
/proc/meminfo: memFree=26298948/32951132 swapFree=67111364/67111528
[pid=7852] ppid=7850 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/7852/stat : 7852 (priss.sh) S 7850 7852 7814 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516126071 8908800 252 33554432000 4194304 4922060 140735490184656 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/7852/statm: 2175 252 211 178 0 68 0
[pid=7853] ppid=7852 vsize=339764 CPUtime=407.14 cores=0,2,4,6
/proc/7853/stat : 7853 (priss) S 7852 7852 7814 0 -1 4202496 69789 0 0 0 40661 53 0 0 18 0 5 0 516126071 347918336 49029 33554432000 4194304 5787044 140735748463696 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/7853/statm: 84941 49029 418 389 0 80691 0
[pid=7853/tid=7858] ppid=7852 vsize=339764 CPUtime=101.66 cores=0,2,4,6
/proc/7853/task/7858/stat : 7858 (priss) R 7852 7852 7814 0 -1 4202560 16243 0 0 0 10157 9 0 0 25 0 5 0 516126075 347918336 49029 33554432000 4194304 5787044 140735748463696 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=7853/tid=7859] ppid=7852 vsize=339764 CPUtime=102.24 cores=0,2,4,6
/proc/7853/task/7859/stat : 7859 (priss) R 7852 7852 7814 0 -1 4202560 16661 0 0 0 10216 8 0 0 25 0 5 0 516126075 347918336 49029 33554432000 4194304 5787044 140735748463696 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=7853/tid=7862] ppid=7852 vsize=339764 CPUtime=102.18 cores=0,2,4,6
/proc/7853/task/7862/stat : 7862 (priss) R 7852 7852 7814 0 -1 4202560 16493 0 0 0 10209 9 0 0 25 0 5 0 516126077 347918336 49029 33554432000 4194304 5787044 140735748463696 18446744073709551615 5601760 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=7853/tid=7863] ppid=7852 vsize=339764 CPUtime=100.96 cores=0,2,4,6
/proc/7853/task/7863/stat : 7863 (priss) R 7852 7852 7814 0 -1 4202560 14150 0 0 0 10072 24 0 0 25 0 5 0 516126078 347918336 49029 33554432000 4194304 5787044 140735748463696 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 407.14
Current children cumulated vsize (KiB) 348464

[startup+162.301 s]
/proc/loadavg: 8.07 7.91 7.80 9/186 7868
/proc/meminfo: memFree=26211392/32951132 swapFree=67111364/67111528
[pid=7852] ppid=7850 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/7852/stat : 7852 (priss.sh) S 7850 7852 7814 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516126071 8908800 252 33554432000 4194304 4922060 140735490184656 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/7852/statm: 2175 252 211 178 0 68 0
[pid=7853] ppid=7852 vsize=359128 CPUtime=646.77 cores=0,2,4,6

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

/proc/7853/task/7859/stat : 7859 (priss) R 7852 7852 7814 0 -1 4202560 42608 0 0 0 88163 46 0 0 25 0 5 0 516126075 788262912 155787 33554432000 4194304 5787044 140735748463696 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=7853/tid=7862] ppid=7852 vsize=769788 CPUtime=881.86 cores=0,2,4,6
/proc/7853/task/7862/stat : 7862 (priss) R 7852 7852 7814 0 -1 4202560 46805 0 0 0 88132 54 0 0 25 0 5 0 516126077 788262912 155787 33554432000 4194304 5787044 140735748463696 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=7853/tid=7863] ppid=7852 vsize=769788 CPUtime=879.72 cores=0,2,4,6
/proc/7853/task/7863/stat : 7863 (priss) R 7852 7852 7814 0 -1 4202560 39016 0 0 0 87921 51 0 0 25 0 5 0 516126078 788262912 155787 33554432000 4194304 5787044 140735748463696 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3522.05
Current children cumulated vsize (KiB) 778488

[startup+942.307 s]
/proc/loadavg: 8.05 8.10 7.96 9/186 7897
/proc/meminfo: memFree=25490476/32951132 swapFree=67111364/67111528
[pid=7852] ppid=7850 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/7852/stat : 7852 (priss.sh) S 7850 7852 7814 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516126071 8908800 252 33554432000 4194304 4922060 140735490184656 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/7852/statm: 2175 252 211 178 0 68 0
[pid=7853] ppid=7852 vsize=769788 CPUtime=3761.7 cores=0,2,4,6
/proc/7853/stat : 7853 (priss) S 7852 7852 7814 0 -1 4202496 178554 0 0 0 375973 197 0 0 18 0 5 0 516126071 788262912 155792 33554432000 4194304 5787044 140735748463696 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/7853/statm: 192447 155792 419 389 0 188197 0
[pid=7853/tid=7858] ppid=7852 vsize=769788 CPUtime=938.3 cores=0,2,4,6
/proc/7853/task/7858/stat : 7858 (priss) R 7852 7852 7814 0 -1 4202560 43882 0 0 0 93788 42 0 0 25 0 5 0 516126075 788262912 155792 33554432000 4194304 5787044 140735748463696 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=7853/tid=7859] ppid=7852 vsize=769788 CPUtime=942.07 cores=0,2,4,6
/proc/7853/task/7859/stat : 7859 (priss) R 7852 7852 7814 0 -1 4202560 42609 0 0 0 94159 48 0 0 25 0 5 0 516126075 788262912 155792 33554432000 4194304 5787044 140735748463696 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=7853/tid=7862] ppid=7852 vsize=769788 CPUtime=941.85 cores=0,2,4,6
/proc/7853/task/7862/stat : 7862 (priss) R 7852 7852 7814 0 -1 4202560 46805 0 0 0 94131 54 0 0 25 0 5 0 516126077 788262912 155792 33554432000 4194304 5787044 140735748463696 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=7853/tid=7863] ppid=7852 vsize=769788 CPUtime=939.39 cores=0,2,4,6
/proc/7853/task/7863/stat : 7863 (priss) R 7852 7852 7814 0 -1 4202560 39016 0 0 0 93888 51 0 0 25 0 5 0 516126078 788262912 155792 33554432000 4194304 5787044 140735748463696 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3761.7
Current children cumulated vsize (KiB) 778488

[startup+1002.3 s]
/proc/loadavg: 8.02 8.08 7.96 9/186 7899
/proc/meminfo: memFree=25477564/32951132 swapFree=67111364/67111528
[pid=7852] ppid=7850 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/7852/stat : 7852 (priss.sh) S 7850 7852 7814 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516126071 8908800 252 33554432000 4194304 4922060 140735490184656 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/7852/statm: 2175 252 211 178 0 68 0
[pid=7853] ppid=7852 vsize=769788 CPUtime=4001.31 cores=0,2,4,6
/proc/7853/stat : 7853 (priss) S 7852 7852 7814 0 -1 4202496 178566 0 0 0 399933 198 0 0 18 0 5 0 516126071 788262912 155804 33554432000 4194304 5787044 140735748463696 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/7853/statm: 192447 155804 419 389 0 188197 0
[pid=7853/tid=7858] ppid=7852 vsize=769788 CPUtime=998.3 cores=0,2,4,6
/proc/7853/task/7858/stat : 7858 (priss) R 7852 7852 7814 0 -1 4202560 43888 0 0 0 99788 42 0 0 25 0 5 0 516126075 788262912 155804 33554432000 4194304 5787044 140735748463696 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=7853/tid=7859] ppid=7852 vsize=769788 CPUtime=1002.04 cores=0,2,4,6
/proc/7853/task/7859/stat : 7859 (priss) R 7852 7852 7814 0 -1 4202560 42614 0 0 0 100156 48 0 0 25 0 5 0 516126075 788262912 155804 33554432000 4194304 5787044 140735748463696 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=7853/tid=7862] ppid=7852 vsize=769788 CPUtime=1001.82 cores=0,2,4,6
/proc/7853/task/7862/stat : 7862 (priss) R 7852 7852 7814 0 -1 4202560 46805 0 0 0 100128 54 0 0 25 0 5 0 516126077 788262912 155804 33554432000 4194304 5787044 140735748463696 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=7853/tid=7863] ppid=7852 vsize=769788 CPUtime=999.06 cores=0,2,4,6
/proc/7853/task/7863/stat : 7863 (priss) R 7852 7852 7814 0 -1 4202560 39017 0 0 0 99855 51 0 0 25 0 5 0 516126078 788262912 155804 33554432000 4194304 5787044 140735748463696 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4001.31
Current children cumulated vsize (KiB) 778488

[startup+1062.3 s]
/proc/loadavg: 8.06 8.08 7.96 9/186 7901
/proc/meminfo: memFree=25477424/32951132 swapFree=67111364/67111528
[pid=7852] ppid=7850 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/7852/stat : 7852 (priss.sh) S 7850 7852 7814 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516126071 8908800 252 33554432000 4194304 4922060 140735490184656 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/7852/statm: 2175 252 211 178 0 68 0
[pid=7853] ppid=7852 vsize=769788 CPUtime=4240.92 cores=0,2,4,6
/proc/7853/stat : 7853 (priss) S 7852 7852 7814 0 -1 4202496 178619 0 0 0 423893 199 0 0 18 0 5 0 516126071 788262912 155857 33554432000 4194304 5787044 140735748463696 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/7853/statm: 192447 155857 419 389 0 188197 0
[pid=7853/tid=7858] ppid=7852 vsize=769788 CPUtime=1058.3 cores=0,2,4,6
/proc/7853/task/7858/stat : 7858 (priss) R 7852 7852 7814 0 -1 4202560 43903 0 0 0 105788 42 0 0 25 0 5 0 516126075 788262912 155857 33554432000 4194304 5787044 140735748463696 18446744073709551615 4213865 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=7853/tid=7859] ppid=7852 vsize=769788 CPUtime=1062 cores=0,2,4,6
/proc/7853/task/7859/stat : 7859 (priss) R 7852 7852 7814 0 -1 4202560 42646 0 0 0 106150 50 0 0 25 0 5 0 516126075 788262912 155857 33554432000 4194304 5787044 140735748463696 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=7853/tid=7862] ppid=7852 vsize=769788 CPUtime=1061.8 cores=0,2,4,6
/proc/7853/task/7862/stat : 7862 (priss) R 7852 7852 7814 0 -1 4202560 46806 0 0 0 106126 54 0 0 25 0 5 0 516126077 788262912 155857 33554432000 4194304 5787044 140735748463696 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=7853/tid=7863] ppid=7852 vsize=769788 CPUtime=1058.73 cores=0,2,4,6
/proc/7853/task/7863/stat : 7863 (priss) R 7852 7852 7814 0 -1 4202560 39022 0 0 0 105822 51 0 0 25 0 5 0 516126078 788262912 155857 33554432000 4194304 5787044 140735748463696 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4240.92
Current children cumulated vsize (KiB) 778488

[startup+1122.3 s]
/proc/loadavg: 8.40 8.15 8.00 9/186 7905
/proc/meminfo: memFree=25456452/32951132 swapFree=67111364/67111528
[pid=7852] ppid=7850 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/7852/stat : 7852 (priss.sh) S 7850 7852 7814 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516126071 8908800 252 33554432000 4194304 4922060 140735490184656 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/7852/statm: 2175 252 211 178 0 68 0
[pid=7853] ppid=7852 vsize=777988 CPUtime=4479.87 cores=0,2,4,6
/proc/7853/stat : 7853 (priss) S 7852 7852 7814 0 -1 4202496 183605 0 0 0 447771 216 0 0 18 0 5 0 516126071 796659712 160843 33554432000 4194304 5787044 140735748463696 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/7853/statm: 194497 160843 419 389 0 190247 0
[pid=7853/tid=7858] ppid=7852 vsize=777988 CPUtime=1118.23 cores=0,2,4,6
/proc/7853/task/7858/stat : 7858 (priss) R 7852 7852 7814 0 -1 4202560 45704 0 0 0 111780 43 0 0 25 0 5 0 516126075 796659712 160843 33554432000 4194304 5787044 140735748463696 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=7853/tid=7859] ppid=7852 vsize=777988 CPUtime=1121.8 cores=0,2,4,6
/proc/7853/task/7859/stat : 7859 (priss) R 7852 7852 7814 0 -1 4202560 44801 0 0 0 112116 64 0 0 25 0 5 0 516126075 796659712 160843 33554432000 4194304 5787044 140735748463696 18446744073709551615 5591289 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=7853/tid=7862] ppid=7852 vsize=777988 CPUtime=1121.34 cores=0,2,4,6
/proc/7853/task/7862/stat : 7862 (priss) R 7852 7852 7814 0 -1 4202560 46809 0 0 0 112080 54 0 0 25 0 5 0 516126077 796659712 160843 33554432000 4194304 5787044 140735748463696 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=7853/tid=7863] ppid=7852 vsize=777988 CPUtime=1118.39 cores=0,2,4,6
/proc/7853/task/7863/stat : 7863 (priss) R 7852 7852 7814 0 -1 4202560 40049 0 0 0 111788 51 0 0 25 0 5 0 516126078 796659712 160843 33554432000 4194304 5787044 140735748463696 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4479.87
Current children cumulated vsize (KiB) 786688

[startup+1182.3 s]
/proc/loadavg: 8.20 8.14 8.00 9/186 7907
/proc/meminfo: memFree=25419988/32951132 swapFree=67111364/67111528
[pid=7852] ppid=7850 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/7852/stat : 7852 (priss.sh) S 7850 7852 7814 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516126071 8908800 252 33554432000 4194304 4922060 140735490184656 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/7852/statm: 2175 252 211 178 0 68 0
[pid=7853] ppid=7852 vsize=917260 CPUtime=4719.08 cores=0,2,4,6
/proc/7853/stat : 7853 (priss) S 7852 7852 7814 0 -1 4202496 191724 0 0 0 471675 233 0 0 18 0 5 0 516126071 939274240 168962 33554432000 4194304 5787044 140735748463696 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/7853/statm: 229315 168963 419 389 0 225065 0
[pid=7853/tid=7858] ppid=7852 vsize=917260 CPUtime=1178.23 cores=0,2,4,6
/proc/7853/task/7858/stat : 7858 (priss) R 7852 7852 7814 0 -1 4202560 48707 0 0 0 117774 49 0 0 25 0 5 0 516126075 939274240 168963 33554432000 4194304 5787044 140735748463696 18446744073709551615 242970211361 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=7853/tid=7859] ppid=7852 vsize=917260 CPUtime=1181.33 cores=0,2,4,6
/proc/7853/task/7859/stat : 7859 (priss) R 7852 7852 7814 0 -1 4202560 47799 0 0 0 118059 74 0 0 25 0 5 0 516126075 939274240 168963 33554432000 4194304 5787044 140735748463696 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=7853/tid=7862] ppid=7852 vsize=917260 CPUtime=1181.31 cores=0,2,4,6
/proc/7853/task/7862/stat : 7862 (priss) R 7852 7852 7814 0 -1 4202560 46854 0 0 0 118077 54 0 0 25 0 5 0 516126077 939274240 168963 33554432000 4194304 5787044 140735748463696 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=7853/tid=7863] ppid=7852 vsize=917260 CPUtime=1178.12 cores=0,2,4,6
/proc/7853/task/7863/stat : 7863 (priss) R 7852 7852 7814 0 -1 4202560 42123 0 0 0 117758 54 0 0 25 0 5 0 516126078 939274240 168963 33554432000 4194304 5787044 140735748463696 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4719.08
Current children cumulated vsize (KiB) 925960



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.6 s]
/proc/loadavg: 8.14 8.13 8.00 5/179 7908
/proc/meminfo: memFree=25976924/32951132 swapFree=67111364/67111528
[pid=7852] ppid=7850 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/7852/stat : 7852 (priss.sh) S 7850 7852 7814 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516126071 8908800 252 33554432000 4194304 4922060 140735490184656 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/7852/statm: 2175 252 211 178 0 68 0
[pid=7853] ppid=7852 vsize=917260 CPUtime=4800.16 cores=0,2,4,6
/proc/7853/stat : 7853 (priss) S 7852 7852 7814 0 -1 4202496 194398 0 0 0 479779 237 0 0 18 0 5 0 516126071 939274240 171636 33554432000 4194304 5787044 140735748463696 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/7853/statm: 229315 171636 419 389 0 225065 0
[pid=7853/tid=7858] ppid=7852 vsize=917260 CPUtime=1198.54 cores=0,2,4,6
/proc/7853/task/7858/stat : 7858 (priss) R 7852 7852 7814 0 -1 4202560 49714 0 0 0 119804 50 0 0 25 0 5 0 516126075 939274240 171636 33554432000 4194304 5787044 140735748463696 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=7853/tid=7859] ppid=7852 vsize=917260 CPUtime=1201.51 cores=0,2,4,6
/proc/7853/task/7859/stat : 7859 (priss) R 7852 7852 7814 0 -1 4202560 48777 0 0 0 120076 75 0 0 25 0 5 0 516126075 939274240 171636 33554432000 4194304 5787044 140735748463696 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=7853/tid=7862] ppid=7852 vsize=917260 CPUtime=1201.61 cores=0,2,4,6
/proc/7853/task/7862/stat : 7862 (priss) R 7852 7852 7814 0 -1 4202560 47512 0 0 0 120106 55 0 0 25 0 5 0 516126077 939274240 171636 33554432000 4194304 5787044 140735748463696 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=7853/tid=7863] ppid=7852 vsize=917260 CPUtime=1198.41 cores=0,2,4,6
/proc/7853/task/7863/stat : 7863 (priss) R 7852 7852 7814 0 -1 4202560 42153 0 0 0 119786 55 0 0 25 0 5 0 516126078 939274240 171636 33554432000 4194304 5787044 140735748463696 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.16
Current children cumulated vsize (KiB) 925960

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

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

[startup+1202.6 s]
/proc/loadavg: 8.14 8.13 8.00 5/179 7908
/proc/meminfo: memFree=25976924/32951132 swapFree=67111364/67111528
[pid=7852] ppid=7850 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/7852/stat : 7852 (priss.sh) S 7850 7852 7814 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516126071 8908800 252 33554432000 4194304 4922060 140735490184656 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/7852/statm: 2175 252 211 178 0 68 0
[pid=7853] ppid=7852 vsize=917260 CPUtime=4800.16 cores=0,2,4,6
/proc/7853/stat : 7853 (priss) S 7852 7852 7814 0 -1 4202496 194398 0 0 0 479779 237 0 0 18 0 5 0 516126071 939274240 171636 33554432000 4194304 5787044 140735748463696 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/7853/statm: 229315 171636 419 389 0 225065 0
[pid=7853/tid=7858] ppid=7852 vsize=917260 CPUtime=1198.54 cores=0,2,4,6
/proc/7853/task/7858/stat : 7858 (priss) R 7852 7852 7814 0 -1 4202560 49714 0 0 0 119804 50 0 0 25 0 5 0 516126075 939274240 171636 33554432000 4194304 5787044 140735748463696 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=7853/tid=7859] ppid=7852 vsize=917260 CPUtime=1201.51 cores=0,2,4,6
/proc/7853/task/7859/stat : 7859 (priss) R 7852 7852 7814 0 -1 4202560 48777 0 0 0 120076 75 0 0 25 0 5 0 516126075 939274240 171636 33554432000 4194304 5787044 140735748463696 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=7853/tid=7862] ppid=7852 vsize=917260 CPUtime=1201.61 cores=0,2,4,6
/proc/7853/task/7862/stat : 7862 (priss) R 7852 7852 7814 0 -1 4202560 47512 0 0 0 120106 55 0 0 25 0 5 0 516126077 939274240 171636 33554432000 4194304 5787044 140735748463696 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=7853/tid=7863] ppid=7852 vsize=917260 CPUtime=1198.41 cores=0,2,4,6
/proc/7853/task/7863/stat : 7863 (priss) R 7852 7852 7814 0 -1 4202560 42153 0 0 0 119786 55 0 0 25 0 5 0 516126078 939274240 171636 33554432000 4194304 5787044 140735748463696 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.16
Current children cumulated vsize (KiB) 925960

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1202.62
CPU time (s): 4800.16
CPU user time (s): 4797.79
CPU system time (s): 2.37
CPU usage (%): 399.143
Max. virtual memory (cumulated for all children) (KiB): 925960

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= 333
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 2

runsolver used 1.79273 second user time and 4.77227 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-29 04:47:54
IDJOB=3258248
IDBENCH=71317
IDSOLVER=1603
FILE ID=node128/3258248-1304045274
RUNJOBID= node128-1304045274-7832
PBS_JOBID= 13170398
Free space on /tmp= 66972 MiB

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

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

MD5SUM BENCH= b2f1edd9e4045a375bcfedb2d5e5bd0e
RANDOM SEED=1367410531

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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.852
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.82
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.852
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	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      26664176 kB
Buffers:       1264676 kB
Cached:        4369284 kB
SwapCached:        160 kB
Active:         197396 kB
Inactive:      5501700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      26664176 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            5208 kB
Writeback:           0 kB
AnonPages:       64948 kB
Mapped:          14968 kB
Slab:           523420 kB
PageTables:       5300 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   198172 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66968 MiB
End job on node128 at 2011-04-29 05:07:59