Trace number 3258600

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

General information on the benchmark

NameCRAFTED/rbsat/random/forced/
rbsat-v1375c111739gyes10.cnf
MD5SUMc904604702db7cfabf92e607e197d409
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.17476
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: 16369
0.00/0.02	c parsetime: 21801us
0.00/0.02	c parsed 111739 clauses with 1375 variables
0.00/0.03	c NW started thread 0 successfully (1114958144)
0.00/0.04	c NW started thread 1 successfully (1125448000)
0.00/0.05	c NW started thread 2 successfully (1135937856)
0.00/0.06	c NW started thread 3 successfully (1146427712)
13.82/3.52	c preprocessor returned 10007 variables
13.82/3.52	c preprocessing returned UNKNOWN
13.82/3.52	c PP set 0 variables
13.82/3.52	c pp time: 3469119us (3s)
13.82/3.53	c preprocessor returned 10007 variables
13.82/3.53	c preprocessing returned UNKNOWN
13.82/3.53	c PP set 0 variables
13.82/3.53	c pp time: 3487104us (3s)
13.82/3.53	c preprocessor returned 10007 variables
13.82/3.53	c preprocessing returned UNKNOWN
13.82/3.53	c PP set 0 variables
13.82/3.53	c pp time: 3474099us (3s)
38.57/9.78	c preprocessor returned 30010 variables
38.57/9.78	c preprocessing returned UNKNOWN
38.57/9.78	c PP set 0 variables
38.57/9.78	c pp time: 9717773us (9s)

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

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

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


[startup+0 s]
/proc/loadavg: 8.10 8.05 8.01 6/182 16368
/proc/meminfo: memFree=16349704/32951124 swapFree=67111528/67111528
[pid=16368] ppid=16366 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16368/stat : 16368 (priss.sh) S 16366 16368 15086 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594848413 8908800 251 33554432000 4194304 4922060 140734945034992 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16368/statm: 2175 251 211 178 0 68 0

[startup+0.062348 s]
/proc/loadavg: 8.10 8.05 8.01 6/182 16368
/proc/meminfo: memFree=16349704/32951124 swapFree=67111528/67111528
[pid=16368] ppid=16366 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16368/stat : 16368 (priss.sh) S 16366 16368 15086 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594848413 8908800 251 33554432000 4194304 4922060 140734945034992 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16368/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.102284 s]
/proc/loadavg: 8.10 8.05 8.01 6/182 16368
/proc/meminfo: memFree=16349704/32951124 swapFree=67111528/67111528
[pid=16368] ppid=16366 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16368/stat : 16368 (priss.sh) S 16366 16368 15086 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594848413 8908800 251 33554432000 4194304 4922060 140734945034992 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16368/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.46858 s]
/proc/loadavg: 8.10 8.05 8.01 6/182 16368
/proc/meminfo: memFree=16349704/32951124 swapFree=67111528/67111528
[pid=16368] ppid=16366 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16368/stat : 16368 (priss.sh) S 16366 16368 15086 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594848413 8908800 251 33554432000 4194304 4922060 140734945034992 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16368/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.06705 s]
/proc/loadavg: 8.10 8.05 8.01 6/182 16368
/proc/meminfo: memFree=16349704/32951124 swapFree=67111528/67111528
[pid=16368] ppid=16366 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16368/stat : 16368 (priss.sh) S 16366 16368 15086 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594848413 8908800 251 33554432000 4194304 4922060 140734945034992 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16368/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50097 s]
/proc/loadavg: 8.10 8.05 8.01 6/182 16368
/proc/meminfo: memFree=16349704/32951124 swapFree=67111528/67111528
[pid=16368] ppid=16366 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16368/stat : 16368 (priss.sh) S 16366 16368 15086 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594848413 8908800 251 33554432000 4194304 4922060 140734945034992 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16368/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10068 s]
/proc/loadavg: 8.25 8.08 8.02 9/188 16374
/proc/meminfo: memFree=16289372/32951124 swapFree=67111528/67111528
[pid=16368] ppid=16366 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16368/stat : 16368 (priss.sh) S 16366 16368 15086 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594848413 8908800 251 33554432000 4194304 4922060 140734945034992 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16368/statm: 2175 251 211 178 0 68 0
[pid=16369] ppid=16368 vsize=301536 CPUtime=12.22 cores=0,2,4,6
/proc/16369/stat : 16369 (priss) S 16368 16368 15086 0 -1 4202496 25422 0 0 0 1216 6 0 0 18 0 5 0 594848413 308772864 14829 33554432000 4194304 5787044 140734571743024 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16369/statm: 75384 14829 355 389 0 71134 0
[pid=16369/tid=16371] ppid=16368 vsize=301536 CPUtime=3.05 cores=0,2,4,6
/proc/16369/task/16371/stat : 16371 (priss) R 16368 16368 15086 0 -1 4202560 5019 0 0 0 304 1 0 0 25 0 5 0 594848416 308772864 14829 33554432000 4194304 5787044 140734571743024 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16369/tid=16372] ppid=16368 vsize=301536 CPUtime=3.02 cores=0,2,4,6
/proc/16369/task/16372/stat : 16372 (priss) R 16368 16368 15086 0 -1 4202560 4682 0 0 0 301 1 0 0 25 0 5 0 594848417 308772864 14829 33554432000 4194304 5787044 140734571743024 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16369/tid=16373] ppid=16368 vsize=301536 CPUtime=3.03 cores=0,2,4,6
/proc/16369/task/16373/stat : 16373 (priss) R 16368 16368 15086 0 -1 4202560 4787 0 0 0 302 1 0 0 25 0 5 0 594848418 308772864 14829 33554432000 4194304 5787044 140734571743024 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16369/tid=16374] ppid=16368 vsize=301536 CPUtime=3.01 cores=0,2,4,6
/proc/16369/task/16374/stat : 16374 (priss) R 16368 16368 15086 0 -1 4202560 4692 0 0 0 301 0 0 0 25 0 5 0 594848419 308772864 14829 33554432000 4194304 5787044 140734571743024 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.22
Current children cumulated vsize (KiB) 310236

[startup+6.30109 s]
/proc/loadavg: 8.23 8.08 8.02 9/188 16375
/proc/meminfo: memFree=16273924/32951124 swapFree=67111528/67111528
[pid=16368] ppid=16366 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16368/stat : 16368 (priss.sh) S 16366 16368 15086 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594848413 8908800 251 33554432000 4194304 4922060 140734945034992 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16368/statm: 2175 251 211 178 0 68 0
[pid=16369] ppid=16368 vsize=301536 CPUtime=25 cores=0,2,4,6
/proc/16369/stat : 16369 (priss) S 16368 16368 15086 0 -1 4202496 36920 0 0 0 2491 9 0 0 18 0 5 0 594848413 308772864 18162 33554432000 4194304 5787044 140734571743024 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16369/statm: 75384 18162 404 389 0 71134 0
[pid=16369/tid=16371] ppid=16368 vsize=301536 CPUtime=6.25 cores=0,2,4,6
/proc/16369/task/16371/stat : 16371 (priss) R 16368 16368 15086 0 -1 4202560 9020 0 0 0 623 2 0 0 24 0 5 0 594848416 308772864 18162 33554432000 4194304 5787044 140734571743024 18446744073709551615 5586755 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16369/tid=16372] ppid=16368 vsize=301536 CPUtime=6.21 cores=0,2,4,6
/proc/16369/task/16372/stat : 16372 (priss) R 16368 16368 15086 0 -1 4202560 8301 0 0 0 619 2 0 0 24 0 5 0 594848417 308772864 18162 33554432000 4194304 5787044 140734571743024 18446744073709551615 5586592 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16369/tid=16373] ppid=16368 vsize=301536 CPUtime=6.23 cores=0,2,4,6
/proc/16369/task/16373/stat : 16373 (priss) R 16368 16368 15086 0 -1 4202560 8665 0 0 0 621 2 0 0 25 0 5 0 594848418 308772864 18162 33554432000 4194304 5787044 140734571743024 18446744073709551615 5590380 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16369/tid=16374] ppid=16368 vsize=301536 CPUtime=6.21 cores=0,2,4,6
/proc/16369/task/16374/stat : 16374 (priss) R 16368 16368 15086 0 -1 4202560 4692 0 0 0 621 0 0 0 25 0 5 0 594848419 308772864 18162 33554432000 4194304 5787044 140734571743024 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25
Current children cumulated vsize (KiB) 310236

[startup+12.7009 s]
/proc/loadavg: 8.21 8.08 8.01 9/188 16375
/proc/meminfo: memFree=16255720/32951124 swapFree=67111528/67111528
[pid=16368] ppid=16366 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16368/stat : 16368 (priss.sh) S 16366 16368 15086 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594848413 8908800 251 33554432000 4194304 4922060 140734945034992 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16368/statm: 2175 251 211 178 0 68 0
[pid=16369] ppid=16368 vsize=309924 CPUtime=50.58 cores=0,2,4,6
/proc/16369/stat : 16369 (priss) S 16368 16368 15086 0 -1 4202496 43531 0 0 0 5047 11 0 0 18 0 5 0 594848413 317362176 22044 33554432000 4194304 5787044 140734571743024 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16369/statm: 77481 22044 417 389 0 73231 0
[pid=16369/tid=16371] ppid=16368 vsize=309924 CPUtime=12.66 cores=0,2,4,6
/proc/16369/task/16371/stat : 16371 (priss) R 16368 16368 15086 0 -1 4202560 10621 0 0 0 1263 3 0 0 25 0 5 0 594848416 317362176 22044 33554432000 4194304 5787044 140734571743024 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16369/tid=16372] ppid=16368 vsize=309924 CPUtime=12.57 cores=0,2,4,6
/proc/16369/task/16372/stat : 16372 (priss) R 16368 16368 15086 0 -1 4202560 8896 0 0 0 1255 2 0 0 25 0 5 0 594848417 317362176 22044 33554432000 4194304 5787044 140734571743024 18446744073709551615 5585240 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16369/tid=16373] ppid=16368 vsize=309924 CPUtime=12.64 cores=0,2,4,6
/proc/16369/task/16373/stat : 16373 (priss) R 16368 16368 15086 0 -1 4202560 9286 0 0 0 1261 3 0 0 25 0 5 0 594848418 317362176 22044 33554432000 4194304 5787044 140734571743024 18446744073709551615 5591787 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16369/tid=16374] ppid=16368 vsize=309924 CPUtime=12.62 cores=0,2,4,6
/proc/16369/task/16374/stat : 16374 (priss) R 16368 16368 15086 0 -1 4202560 8486 0 0 0 1261 1 0 0 25 0 5 0 594848419 317362176 22044 33554432000 4194304 5787044 140734571743024 18446744073709551615 5526847 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.58
Current children cumulated vsize (KiB) 318624

[startup+25.5006 s]
/proc/loadavg: 8.18 8.08 8.01 9/188 16375
/proc/meminfo: memFree=16239344/32951124 swapFree=67111528/67111528
[pid=16368] ppid=16366 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16368/stat : 16368 (priss.sh) S 16366 16368 15086 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594848413 8908800 251 33554432000 4194304 4922060 140734945034992 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16368/statm: 2175 251 211 178 0 68 0
[pid=16369] ppid=16368 vsize=313556 CPUtime=101.69 cores=0,2,4,6
/proc/16369/stat : 16369 (priss) S 16368 16368 15086 0 -1 4202496 47128 0 0 0 10156 13 0 0 18 0 5 0 594848413 321081344 25641 33554432000 4194304 5787044 140734571743024 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16369/statm: 78389 25641 417 389 0 74139 0
[pid=16369/tid=16371] ppid=16368 vsize=313556 CPUtime=25.46 cores=0,2,4,6
/proc/16369/task/16371/stat : 16371 (priss) R 16368 16368 15086 0 -1 4202560 11522 0 0 0 2542 4 0 0 25 0 5 0 594848416 321081344 25641 33554432000 4194304 5787044 140734571743024 18446744073709551615 5591612 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16369/tid=16372] ppid=16368 vsize=313556 CPUtime=25.3 cores=0,2,4,6
/proc/16369/task/16372/stat : 16372 (priss) R 16368 16368 15086 0 -1 4202560 9619 0 0 0 2527 3 0 0 25 0 5 0 594848417 321081344 25641 33554432000 4194304 5787044 140734571743024 18446744073709551615 5576442 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16369/tid=16373] ppid=16368 vsize=313556 CPUtime=25.42 cores=0,2,4,6
/proc/16369/task/16373/stat : 16373 (priss) R 16368 16368 15086 0 -1 4202560 10385 0 0 0 2539 3 0 0 25 0 5 0 594848418 321081344 25641 33554432000 4194304 5787044 140734571743024 18446744073709551615 260020057121 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16369/tid=16374] ppid=16368 vsize=313556 CPUtime=25.41 cores=0,2,4,6
/proc/16369/task/16374/stat : 16374 (priss) R 16368 16368 15086 0 -1 4202560 9360 0 0 0 2540 1 0 0 25 0 5 0 594848419 321081344 25641 33554432000 4194304 5787044 140734571743024 18446744073709551615 5527822 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 322256

[startup+51.1008 s]
/proc/loadavg: 8.12 8.07 8.01 9/188 16376
/proc/meminfo: memFree=16196904/32951124 swapFree=67111528/67111528
[pid=16368] ppid=16366 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16368/stat : 16368 (priss.sh) S 16366 16368 15086 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594848413 8908800 251 33554432000 4194304 4922060 140734945034992 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16368/statm: 2175 251 211 178 0 68 0
[pid=16369] ppid=16368 vsize=328400 CPUtime=203.93 cores=0,2,4,6
/proc/16369/stat : 16369 (priss) S 16368 16368 15086 0 -1 4202496 56285 0 0 0 20373 20 0 0 18 0 5 0 594848413 336281600 34793 33554432000 4194304 5787044 140734571743024 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16369/statm: 82100 34793 417 389 0 77850 0
[pid=16369/tid=16371] ppid=16368 vsize=328400 CPUtime=51.05 cores=0,2,4,6
/proc/16369/task/16371/stat : 16371 (priss) R 16368 16368 15086 0 -1 4202560 14368 0 0 0 5099 6 0 0 25 0 5 0 594848416 336281600 34793 33554432000 4194304 5787044 140734571743024 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16369/tid=16372] ppid=16368 vsize=328400 CPUtime=50.76 cores=0,2,4,6
/proc/16369/task/16372/stat : 16372 (priss) R 16368 16368 15086 0 -1 4202560 11456 0 0 0 5072 4 0 0 25 0 5 0 594848417 336281600 34793 33554432000 4194304 5787044 140734571743024 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16369/tid=16373] ppid=16368 vsize=328400 CPUtime=51.03 cores=0,2,4,6
/proc/16369/task/16373/stat : 16373 (priss) R 16368 16368 15086 0 -1 4202560 12259 0 0 0 5097 6 0 0 25 0 5 0 594848418 336281600 34793 33554432000 4194304 5787044 140734571743024 18446744073709551615 5586592 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16369/tid=16374] ppid=16368 vsize=328400 CPUtime=51.01 cores=0,2,4,6
/proc/16369/task/16374/stat : 16374 (priss) R 16368 16368 15086 0 -1 4202560 11960 0 0 0 5098 3 0 0 25 0 5 0 594848419 336281600 34793 33554432000 4194304 5787044 140734571743024 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.93
Current children cumulated vsize (KiB) 337100

[startup+102.3 s]
/proc/loadavg: 8.12 8.07 8.01 9/188 16377
/proc/meminfo: memFree=16143824/32951124 swapFree=67111528/67111528
[pid=16368] ppid=16366 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16368/stat : 16368 (priss.sh) S 16366 16368 15086 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594848413 8908800 251 33554432000 4194304 4922060 140734945034992 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16368/statm: 2175 251 211 178 0 68 0
[pid=16369] ppid=16368 vsize=343576 CPUtime=408.44 cores=0,2,4,6
/proc/16369/stat : 16369 (priss) S 16368 16368 15086 0 -1 4202496 68605 0 0 0 40811 33 0 0 18 0 5 0 594848413 351821824 46950 33554432000 4194304 5787044 140734571743024 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16369/statm: 85894 46950 417 389 0 81644 0
[pid=16369/tid=16371] ppid=16368 vsize=343576 CPUtime=102.25 cores=0,2,4,6
/proc/16369/task/16371/stat : 16371 (priss) R 16368 16368 15086 0 -1 4202560 17982 0 0 0 10215 10 0 0 25 0 5 0 594848416 351821824 46950 33554432000 4194304 5787044 140734571743024 18446744073709551615 5591239 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16369/tid=16372] ppid=16368 vsize=343576 CPUtime=101.67 cores=0,2,4,6
/proc/16369/task/16372/stat : 16372 (priss) R 16368 16368 15086 0 -1 4202560 14139 0 0 0 10160 7 0 0 25 0 5 0 594848417 351821824 46950 33554432000 4194304 5787044 140734571743024 18446744073709551615 5591730 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16369/tid=16373] ppid=16368 vsize=343576 CPUtime=102.22 cores=0,2,4,6
/proc/16369/task/16373/stat : 16373 (priss) R 16368 16368 15086 0 -1 4202560 16478 0 0 0 10213 9 0 0 25 0 5 0 594848418 351821824 46950 33554432000 4194304 5787044 140734571743024 18446744073709551615 5590464 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16369/tid=16374] ppid=16368 vsize=343576 CPUtime=102.2 cores=0,2,4,6
/proc/16369/task/16374/stat : 16374 (priss) R 16368 16368 15086 0 -1 4202560 13764 0 0 0 10216 4 0 0 25 0 5 0 594848419 351821824 46950 33554432000 4194304 5787044 140734571743024 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.44
Current children cumulated vsize (KiB) 352276

[startup+162.3 s]
/proc/loadavg: 8.16 8.09 8.02 9/188 16379
/proc/meminfo: memFree=16104364/32951124 swapFree=67111528/67111528
[pid=16368] ppid=16366 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16368/stat : 16368 (priss.sh) S 16366 16368 15086 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594848413 8908800 251 33554432000 4194304 4922060 140734945034992 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16368/statm: 2175 251 211 178 0 68 0
[pid=16369] ppid=16368 vsize=357132 CPUtime=648.12 cores=0,2,4,6

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

/proc/16369/task/16372/stat : 16372 (priss) R 16368 16368 15086 0 -1 4202560 38255 0 0 0 87705 37 0 0 25 0 5 0 594848417 683646976 134444 33554432000 4194304 5787044 140734571743024 18446744073709551615 5588261 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16369/tid=16373] ppid=16368 vsize=667624 CPUtime=882.2 cores=0,2,4,6
/proc/16369/task/16373/stat : 16373 (priss) R 16368 16368 15086 0 -1 4202560 39149 0 0 0 88179 41 0 0 25 0 5 0 594848418 683646976 134444 33554432000 4194304 5787044 140734571743024 18446744073709551615 4218896 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16369/tid=16374] ppid=16368 vsize=667624 CPUtime=882.12 cores=0,2,4,6
/proc/16369/task/16374/stat : 16374 (priss) R 16368 16368 15086 0 -1 4202560 32130 0 0 0 88196 16 0 0 25 0 5 0 594848419 683646976 134444 33554432000 4194304 5787044 140734571743024 18446744073709551615 5526908 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3524.07
Current children cumulated vsize (KiB) 676324

[startup+942.307 s]
/proc/loadavg: 8.09 8.06 8.01 9/188 16433
/proc/meminfo: memFree=15876104/32951124 swapFree=67111528/67111528
[pid=16368] ppid=16366 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16368/stat : 16368 (priss.sh) S 16366 16368 15086 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594848413 8908800 251 33554432000 4194304 4922060 140734945034992 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16368/statm: 2175 251 211 178 0 68 0
[pid=16369] ppid=16368 vsize=674684 CPUtime=3763.77 cores=0,2,4,6
/proc/16369/stat : 16369 (priss) S 16368 16368 15086 0 -1 4202496 162730 0 0 0 376238 139 0 0 18 0 5 0 594848413 690876416 139263 33554432000 4194304 5787044 140734571743024 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16369/statm: 168671 139263 417 389 0 164421 0
[pid=16369/tid=16371] ppid=16368 vsize=674684 CPUtime=942.25 cores=0,2,4,6
/proc/16369/task/16371/stat : 16371 (priss) R 16368 16368 15086 0 -1 4202560 42136 0 0 0 94186 39 0 0 25 0 5 0 594848416 690876416 139263 33554432000 4194304 5787044 140734571743024 18446744073709551615 5585293 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16369/tid=16372] ppid=16368 vsize=674684 CPUtime=937.09 cores=0,2,4,6
/proc/16369/task/16372/stat : 16372 (priss) R 16368 16368 15086 0 -1 4202560 38255 0 0 0 93672 37 0 0 25 0 5 0 594848417 690876416 139263 33554432000 4194304 5787044 140734571743024 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16369/tid=16373] ppid=16368 vsize=674684 CPUtime=942.2 cores=0,2,4,6
/proc/16369/task/16373/stat : 16373 (priss) R 16368 16368 15086 0 -1 4202560 42589 0 0 0 94175 45 0 0 25 0 5 0 594848418 690876416 139263 33554432000 4194304 5787044 140734571743024 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16369/tid=16374] ppid=16368 vsize=674684 CPUtime=942.12 cores=0,2,4,6
/proc/16369/task/16374/stat : 16374 (priss) R 16368 16368 15086 0 -1 4202560 33508 0 0 0 94196 16 0 0 25 0 5 0 594848419 690876416 139263 33554432000 4194304 5787044 140734571743024 18446744073709551615 5527212 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3763.77
Current children cumulated vsize (KiB) 683384

[startup+1002.3 s]
/proc/loadavg: 8.18 8.09 8.02 9/188 16434
/proc/meminfo: memFree=15851376/32951124 swapFree=67111528/67111528
[pid=16368] ppid=16366 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16368/stat : 16368 (priss.sh) S 16366 16368 15086 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594848413 8908800 251 33554432000 4194304 4922060 140734945034992 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16368/statm: 2175 251 211 178 0 68 0
[pid=16369] ppid=16368 vsize=751868 CPUtime=4003.41 cores=0,2,4,6
/proc/16369/stat : 16369 (priss) S 16368 16368 15086 0 -1 4202496 167880 0 0 0 400198 143 0 0 18 0 5 0 594848413 769912832 144188 33554432000 4194304 5787044 140734571743024 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16369/statm: 187967 144188 417 389 0 183717 0
[pid=16369/tid=16371] ppid=16368 vsize=751868 CPUtime=1002.25 cores=0,2,4,6
/proc/16369/task/16371/stat : 16371 (priss) R 16368 16368 15086 0 -1 4202560 42140 0 0 0 100186 39 0 0 25 0 5 0 594848416 769912832 144188 33554432000 4194304 5787044 140734571743024 18446744073709551615 5585354 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16369/tid=16372] ppid=16368 vsize=751868 CPUtime=996.76 cores=0,2,4,6
/proc/16369/task/16372/stat : 16372 (priss) R 16368 16368 15086 0 -1 4202560 38256 0 0 0 99639 37 0 0 25 0 5 0 594848417 769912832 144188 33554432000 4194304 5787044 140734571743024 18446744073709551615 5590998 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16369/tid=16373] ppid=16368 vsize=751868 CPUtime=1002.2 cores=0,2,4,6
/proc/16369/task/16373/stat : 16373 (priss) R 16368 16368 15086 0 -1 4202560 44895 0 0 0 100172 48 0 0 25 0 5 0 594848418 769912832 144188 33554432000 4194304 5787044 140734571743024 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16369/tid=16374] ppid=16368 vsize=751868 CPUtime=1002.11 cores=0,2,4,6
/proc/16369/task/16374/stat : 16374 (priss) R 16368 16368 15086 0 -1 4202560 36347 0 0 0 100193 18 0 0 25 0 5 0 594848419 769912832 144188 33554432000 4194304 5787044 140734571743024 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4003.41
Current children cumulated vsize (KiB) 760568

[startup+1062.3 s]
/proc/loadavg: 8.17 8.10 8.02 9/188 16436
/proc/meminfo: memFree=15812288/32951124 swapFree=67111528/67111528
[pid=16368] ppid=16366 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16368/stat : 16368 (priss.sh) S 16366 16368 15086 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594848413 8908800 251 33554432000 4194304 4922060 140734945034992 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16368/statm: 2175 251 211 178 0 68 0
[pid=16369] ppid=16368 vsize=760600 CPUtime=4243.08 cores=0,2,4,6
/proc/16369/stat : 16369 (priss) S 16368 16368 15086 0 -1 4202496 169894 0 0 0 424163 145 0 0 18 0 5 0 594848413 778854400 146202 33554432000 4194304 5787044 140734571743024 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16369/statm: 190150 146202 417 389 0 185900 0
[pid=16369/tid=16371] ppid=16368 vsize=760600 CPUtime=1062.24 cores=0,2,4,6
/proc/16369/task/16371/stat : 16371 (priss) R 16368 16368 15086 0 -1 4202560 42149 0 0 0 106185 39 0 0 25 0 5 0 594848416 778854400 146202 33554432000 4194304 5787044 140734571743024 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16369/tid=16372] ppid=16368 vsize=760600 CPUtime=1056.43 cores=0,2,4,6
/proc/16369/task/16372/stat : 16372 (priss) R 16368 16368 15086 0 -1 4202560 38264 0 0 0 105606 37 0 0 25 0 5 0 594848417 778854400 146202 33554432000 4194304 5787044 140734571743024 18446744073709551615 4220688 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16369/tid=16373] ppid=16368 vsize=760600 CPUtime=1062.2 cores=0,2,4,6
/proc/16369/task/16373/stat : 16373 (priss) R 16368 16368 15086 0 -1 4202560 44895 0 0 0 106172 48 0 0 25 0 5 0 594848418 778854400 146202 33554432000 4194304 5787044 140734571743024 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16369/tid=16374] ppid=16368 vsize=760600 CPUtime=1062.11 cores=0,2,4,6
/proc/16369/task/16374/stat : 16374 (priss) R 16368 16368 15086 0 -1 4202560 38344 0 0 0 106192 19 0 0 25 0 5 0 594848419 778854400 146202 33554432000 4194304 5787044 140734571743024 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4243.08
Current children cumulated vsize (KiB) 769300

[startup+1122.3 s]
/proc/loadavg: 8.13 8.09 8.02 9/188 16437
/proc/meminfo: memFree=15774656/32951124 swapFree=67111528/67111528
[pid=16368] ppid=16366 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16368/stat : 16368 (priss.sh) S 16366 16368 15086 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594848413 8908800 251 33554432000 4194304 4922060 140734945034992 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16368/statm: 2175 251 211 178 0 68 0
[pid=16369] ppid=16368 vsize=760600 CPUtime=4482.75 cores=0,2,4,6
/proc/16369/stat : 16369 (priss) S 16368 16368 15086 0 -1 4202496 169929 0 0 0 448130 145 0 0 18 0 5 0 594848413 778854400 146237 33554432000 4194304 5787044 140734571743024 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16369/statm: 190150 146237 417 389 0 185900 0
[pid=16369/tid=16371] ppid=16368 vsize=760600 CPUtime=1122.25 cores=0,2,4,6
/proc/16369/task/16371/stat : 16371 (priss) R 16368 16368 15086 0 -1 4202560 42174 0 0 0 112186 39 0 0 25 0 5 0 594848416 778854400 146237 33554432000 4194304 5787044 140734571743024 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16369/tid=16372] ppid=16368 vsize=760600 CPUtime=1116.11 cores=0,2,4,6
/proc/16369/task/16372/stat : 16372 (priss) R 16368 16368 15086 0 -1 4202560 38274 0 0 0 111574 37 0 0 25 0 5 0 594848417 778854400 146237 33554432000 4194304 5787044 140734571743024 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16369/tid=16373] ppid=16368 vsize=760600 CPUtime=1122.2 cores=0,2,4,6
/proc/16369/task/16373/stat : 16373 (priss) R 16368 16368 15086 0 -1 4202560 44895 0 0 0 112172 48 0 0 25 0 5 0 594848418 778854400 146237 33554432000 4194304 5787044 140734571743024 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16369/tid=16374] ppid=16368 vsize=760600 CPUtime=1122.1 cores=0,2,4,6
/proc/16369/task/16374/stat : 16374 (priss) R 16368 16368 15086 0 -1 4202560 38344 0 0 0 112191 19 0 0 25 0 5 0 594848419 778854400 146237 33554432000 4194304 5787044 140734571743024 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4482.75
Current children cumulated vsize (KiB) 769300

[startup+1182.3 s]
/proc/loadavg: 8.11 8.09 8.02 9/188 16439
/proc/meminfo: memFree=15762704/32951124 swapFree=67111528/67111528
[pid=16368] ppid=16366 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16368/stat : 16368 (priss.sh) S 16366 16368 15086 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594848413 8908800 251 33554432000 4194304 4922060 140734945034992 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16368/statm: 2175 251 211 178 0 68 0
[pid=16369] ppid=16368 vsize=760600 CPUtime=4722.42 cores=0,2,4,6
/proc/16369/stat : 16369 (priss) S 16368 16368 15086 0 -1 4202496 170401 0 0 0 472096 146 0 0 18 0 5 0 594848413 778854400 146709 33554432000 4194304 5787044 140734571743024 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16369/statm: 190150 146709 417 389 0 185900 0
[pid=16369/tid=16371] ppid=16368 vsize=760600 CPUtime=1182.24 cores=0,2,4,6
/proc/16369/task/16371/stat : 16371 (priss) R 16368 16368 15086 0 -1 4202560 42572 0 0 0 118185 39 0 0 25 0 5 0 594848416 778854400 146709 33554432000 4194304 5787044 140734571743024 18446744073709551615 5591640 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16369/tid=16372] ppid=16368 vsize=760600 CPUtime=1175.78 cores=0,2,4,6
/proc/16369/task/16372/stat : 16372 (priss) R 16368 16368 15086 0 -1 4202560 38348 0 0 0 117541 37 0 0 25 0 5 0 594848417 778854400 146709 33554432000 4194304 5787044 140734571743024 18446744073709551615 5592064 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16369/tid=16373] ppid=16368 vsize=760600 CPUtime=1182.2 cores=0,2,4,6
/proc/16369/task/16373/stat : 16373 (priss) R 16368 16368 15086 0 -1 4202560 44895 0 0 0 118171 49 0 0 25 0 5 0 594848418 778854400 146709 33554432000 4194304 5787044 140734571743024 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16369/tid=16374] ppid=16368 vsize=760600 CPUtime=1182.1 cores=0,2,4,6
/proc/16369/task/16374/stat : 16374 (priss) R 16368 16368 15086 0 -1 4202560 38344 0 0 0 118191 19 0 0 25 0 5 0 594848419 778854400 146709 33554432000 4194304 5787044 140734571743024 18446744073709551615 5530814 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 769300



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.08 8.08 8.02 9/188 16439
/proc/meminfo: memFree=15754884/32951124 swapFree=67111528/67111528
[pid=16368] ppid=16366 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16368/stat : 16368 (priss.sh) S 16366 16368 15086 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594848413 8908800 251 33554432000 4194304 4922060 140734945034992 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16368/statm: 2175 251 211 178 0 68 0
[pid=16369] ppid=16368 vsize=764700 CPUtime=4800.35 cores=0,2,4,6
/proc/16369/stat : 16369 (priss) S 16368 16368 15086 0 -1 4202496 172307 0 0 0 479887 148 0 0 18 0 5 0 594848413 783052800 148615 33554432000 4194304 5787044 140734571743024 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16369/statm: 191175 148615 417 389 0 186925 0
[pid=16369/tid=16371] ppid=16368 vsize=764700 CPUtime=1201.75 cores=0,2,4,6
/proc/16369/task/16371/stat : 16371 (priss) R 16368 16368 15086 0 -1 4202560 44285 0 0 0 120135 40 0 0 25 0 5 0 594848416 783052800 148615 33554432000 4194304 5787044 140734571743024 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16369/tid=16372] ppid=16368 vsize=764700 CPUtime=1195.18 cores=0,2,4,6
/proc/16369/task/16372/stat : 16372 (priss) R 16368 16368 15086 0 -1 4202560 38541 0 0 0 119480 38 0 0 25 0 5 0 594848417 783052800 148615 33554432000 4194304 5787044 140734571743024 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16369/tid=16373] ppid=16368 vsize=764700 CPUtime=1201.71 cores=0,2,4,6
/proc/16369/task/16373/stat : 16373 (priss) R 16368 16368 15086 0 -1 4202560 44895 0 0 0 120122 49 0 0 25 0 5 0 594848418 783052800 148615 33554432000 4194304 5787044 140734571743024 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16369/tid=16374] ppid=16368 vsize=764700 CPUtime=1201.61 cores=0,2,4,6
/proc/16369/task/16374/stat : 16374 (priss) R 16368 16368 15086 0 -1 4202560 38344 0 0 0 120142 19 0 0 25 0 5 0 594848419 783052800 148615 33554432000 4194304 5787044 140734571743024 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.35
Current children cumulated vsize (KiB) 773400

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

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

[startup+1201.8 s]
/proc/loadavg: 8.08 8.08 8.02 9/188 16439
/proc/meminfo: memFree=15754884/32951124 swapFree=67111528/67111528
[pid=16368] ppid=16366 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16368/stat : 16368 (priss.sh) S 16366 16368 15086 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594848413 8908800 251 33554432000 4194304 4922060 140734945034992 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16368/statm: 2175 251 211 178 0 68 0
[pid=16369] ppid=16368 vsize=764700 CPUtime=4800.35 cores=0,2,4,6
/proc/16369/stat : 16369 (priss) S 16368 16368 15086 0 -1 4202496 172307 0 0 0 479887 148 0 0 18 0 5 0 594848413 783052800 148615 33554432000 4194304 5787044 140734571743024 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16369/statm: 191175 148615 417 389 0 186925 0
[pid=16369/tid=16371] ppid=16368 vsize=764700 CPUtime=1201.75 cores=0,2,4,6
/proc/16369/task/16371/stat : 16371 (priss) R 16368 16368 15086 0 -1 4202560 44285 0 0 0 120135 40 0 0 25 0 5 0 594848416 783052800 148615 33554432000 4194304 5787044 140734571743024 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16369/tid=16372] ppid=16368 vsize=764700 CPUtime=1195.18 cores=0,2,4,6
/proc/16369/task/16372/stat : 16372 (priss) R 16368 16368 15086 0 -1 4202560 38541 0 0 0 119480 38 0 0 25 0 5 0 594848417 783052800 148615 33554432000 4194304 5787044 140734571743024 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16369/tid=16373] ppid=16368 vsize=764700 CPUtime=1201.71 cores=0,2,4,6
/proc/16369/task/16373/stat : 16373 (priss) R 16368 16368 15086 0 -1 4202560 44895 0 0 0 120122 49 0 0 25 0 5 0 594848418 783052800 148615 33554432000 4194304 5787044 140734571743024 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16369/tid=16374] ppid=16368 vsize=764700 CPUtime=1201.61 cores=0,2,4,6
/proc/16369/task/16374/stat : 16374 (priss) R 16368 16368 15086 0 -1 4202560 38344 0 0 0 120142 19 0 0 25 0 5 0 594848419 783052800 148615 33554432000 4194304 5787044 140734571743024 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.35
Current children cumulated vsize (KiB) 773400

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16368 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0
# while last known CPU time is 4800.35
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.83
CPU time (s): 4800.35
CPU user time (s): 4798.87
CPU system time (s): 1.48
CPU usage (%): 399.422
Max. virtual memory (cumulated for all children) (KiB): 773400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 330
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.68574 second user time and 4.87926 second system time

The end

Launcher Data

Begin job on node110 at 2011-04-29 05:02:58
IDJOB=3258600
IDBENCH=71397
IDSOLVER=1603
FILE ID=node110/3258600-1304046178
RUNJOBID= node110-1304039990-15104
PBS_JOBID= 13170381
Free space on /tmp= 72836 MiB

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

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

MD5SUM BENCH= c904604702db7cfabf92e607e197d409
RANDOM SEED=900375277

node110.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.83
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.83
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.76
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16349992 kB
Buffers:       2333728 kB
Cached:       13266196 kB
SwapCached:          0 kB
Active:        8198872 kB
Inactive:      7831916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16349992 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2764 kB
Writeback:           0 kB
AnonPages:      429264 kB
Mapped:          15616 kB
Slab:           506284 kB
PageTables:       5552 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   623332 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= 72836 MiB
End job on node110 at 2011-04-29 05:23:02