Trace number 3283823

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

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_08_UNSAT.cnf
MD5SUM66aa2e18c32a02f55a810347a9702c7f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1067.51
Satisfiable
(Un)Satisfiability was proved
Number of variables1278
Number of clauses68055
Sum of the clauses size202155
Maximum clause length9
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22148
Number of clauses of size 365884
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

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: 23322
0.00/0.02	c parsetime: 15658us
0.00/0.02	c parsed 68055 clauses with 1278 variables
0.00/0.02	c NW started thread 0 successfully (1091389760)
0.00/0.03	c NW started thread 1 successfully (1101879616)
0.00/0.03	c NW started thread 2 successfully (1112369472)
0.00/0.05	c NW started thread 3 successfully (1122859328)
0.00/1.58	c preprocessor returned 10001 variables
0.00/1.58	c preprocessing returned UNKNOWN
0.00/1.58	c PP set 0 variables
0.00/1.58	c pp time: 1557948us (1s)
0.00/1.58	c preprocessor returned 10001 variables
0.00/1.58	c preprocessing returned UNKNOWN
0.00/1.58	c PP set 0 variables
0.00/1.58	c pp time: 1554577us (1s)
0.00/1.59	c preprocessor returned 10001 variables
0.00/1.59	c preprocessing returned UNKNOWN
0.00/1.59	c PP set 0 variables
0.00/1.59	c pp time: 1557362us (1s)
8.68/2.22	c preprocessor returned 30005 variables
8.68/2.22	c preprocessing returned UNKNOWN
8.68/2.22	c PP set 0 variables
8.68/2.22	c pp time: 2181731us (2s)

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-3283823-1304043690/watcher-3283823-1304043690 -o /tmp/evaluation-result-3283823-1304043690/solver-3283823-1304043690 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3283823-1304043690.cnf 808305568 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.11 8.09 8.06 6/182 23321
/proc/meminfo: memFree=13687688/32951124 swapFree=67111528/67111528
[pid=23321] ppid=23319 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23321/stat : 23321 (priss.sh) S 23319 23321 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496784845 8908800 251 33554432000 4194304 4922060 140736878475936 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23321/statm: 2175 251 211 178 0 68 0

[startup+0.0075661 s]
/proc/loadavg: 8.11 8.09 8.06 6/182 23321
/proc/meminfo: memFree=13687688/32951124 swapFree=67111528/67111528
[pid=23321] ppid=23319 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23321/stat : 23321 (priss.sh) S 23319 23321 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496784845 8908800 251 33554432000 4194304 4922060 140736878475936 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23321/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.273769 s]
/proc/loadavg: 8.11 8.09 8.06 6/182 23321
/proc/meminfo: memFree=13687688/32951124 swapFree=67111528/67111528
[pid=23321] ppid=23319 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23321/stat : 23321 (priss.sh) S 23319 23321 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496784845 8908800 251 33554432000 4194304 4922060 140736878475936 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23321/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.966351 s]
/proc/loadavg: 8.11 8.09 8.06 6/182 23321
/proc/meminfo: memFree=13687688/32951124 swapFree=67111528/67111528
[pid=23321] ppid=23319 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23321/stat : 23321 (priss.sh) S 23319 23321 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496784845 8908800 251 33554432000 4194304 4922060 140736878475936 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23321/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.06633 s]
/proc/loadavg: 8.11 8.09 8.06 6/182 23321
/proc/meminfo: memFree=13687688/32951124 swapFree=67111528/67111528
[pid=23321] ppid=23319 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23321/stat : 23321 (priss.sh) S 23319 23321 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496784845 8908800 251 33554432000 4194304 4922060 140736878475936 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23321/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50026 s]
/proc/loadavg: 8.11 8.09 8.06 6/182 23321
/proc/meminfo: memFree=13687688/32951124 swapFree=67111528/67111528
[pid=23321] ppid=23319 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23321/stat : 23321 (priss.sh) S 23319 23321 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496784845 8908800 251 33554432000 4194304 4922060 140736878475936 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23321/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10097 s]
/proc/loadavg: 8.10 8.08 8.06 9/188 23327
/proc/meminfo: memFree=13626004/32951124 swapFree=67111528/67111528
[pid=23321] ppid=23319 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23321/stat : 23321 (priss.sh) S 23319 23321 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496784845 8908800 251 33554432000 4194304 4922060 140736878475936 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23321/statm: 2175 251 211 178 0 68 0
[pid=23322] ppid=23321 vsize=303524 CPUtime=12.27 cores=0,2,4,6
/proc/23322/stat : 23322 (priss) S 23321 23321 22103 0 -1 4202496 20155 0 0 0 1224 3 0 0 18 0 5 0 496784845 310808576 15792 33554432000 4194304 5787044 140733472617344 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/23322/statm: 75881 15792 417 389 0 71631 0
[pid=23322/tid=23324] ppid=23321 vsize=303524 CPUtime=3.05 cores=0,2,4,6
/proc/23322/task/23324/stat : 23324 (priss) R 23321 23321 22103 0 -1 4202560 3367 0 0 0 305 0 0 0 25 0 5 0 496784847 310808576 15792 33554432000 4194304 5787044 140733472617344 18446744073709551615 5592744 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23322/tid=23325] ppid=23321 vsize=303524 CPUtime=3.06 cores=0,2,4,6
/proc/23322/task/23325/stat : 23325 (priss) R 23321 23321 22103 0 -1 4202560 2712 0 0 0 306 0 0 0 25 0 5 0 496784848 310808576 15792 33554432000 4194304 5787044 140733472617344 18446744073709551615 5590420 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=23322/tid=23326] ppid=23321 vsize=303524 CPUtime=3.05 cores=0,2,4,6
/proc/23322/task/23326/stat : 23326 (priss) R 23321 23321 22103 0 -1 4202560 4068 0 0 0 304 1 0 0 25 0 5 0 496784848 310808576 15792 33554432000 4194304 5787044 140733472617344 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=23322/tid=23327] ppid=23321 vsize=303524 CPUtime=3.05 cores=0,2,4,6
/proc/23322/task/23327/stat : 23327 (priss) R 23321 23321 22103 0 -1 4202560 6035 0 0 0 304 1 0 0 25 0 5 0 496784849 310808576 15792 33554432000 4194304 5787044 140733472617344 18446744073709551615 5534193 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.27
Current children cumulated vsize (KiB) 312224

[startup+6.3004 s]
/proc/loadavg: 8.17 8.10 8.06 9/188 23327
/proc/meminfo: memFree=13621656/32951124 swapFree=67111528/67111528
[pid=23321] ppid=23319 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23321/stat : 23321 (priss.sh) S 23319 23321 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496784845 8908800 251 33554432000 4194304 4922060 140736878475936 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23321/statm: 2175 251 211 178 0 68 0
[pid=23322] ppid=23321 vsize=304592 CPUtime=25.05 cores=0,2,4,6
/proc/23322/stat : 23322 (priss) S 23321 23321 22103 0 -1 4202496 21178 0 0 0 2501 4 0 0 18 0 5 0 496784845 311902208 16815 33554432000 4194304 5787044 140733472617344 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/23322/statm: 76148 16815 417 389 0 71898 0
[pid=23322/tid=23324] ppid=23321 vsize=304592 CPUtime=6.23 cores=0,2,4,6
/proc/23322/task/23324/stat : 23324 (priss) R 23321 23321 22103 0 -1 4202560 3626 0 0 0 623 0 0 0 25 0 5 0 496784847 311902208 16815 33554432000 4194304 5787044 140733472617344 18446744073709551615 5591195 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23322/tid=23325] ppid=23321 vsize=304592 CPUtime=6.26 cores=0,2,4,6
/proc/23322/task/23325/stat : 23325 (priss) R 23321 23321 22103 0 -1 4202560 2958 0 0 0 626 0 0 0 25 0 5 0 496784848 311902208 16815 33554432000 4194304 5787044 140733472617344 18446744073709551615 4254964 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=23322/tid=23326] ppid=23321 vsize=304592 CPUtime=6.25 cores=0,2,4,6
/proc/23322/task/23326/stat : 23326 (priss) R 23321 23321 22103 0 -1 4202560 4368 0 0 0 624 1 0 0 25 0 5 0 496784848 311902208 16815 33554432000 4194304 5787044 140733472617344 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=23322/tid=23327] ppid=23321 vsize=304592 CPUtime=6.24 cores=0,2,4,6
/proc/23322/task/23327/stat : 23327 (priss) R 23321 23321 22103 0 -1 4202560 6253 0 0 0 623 1 0 0 25 0 5 0 496784849 311902208 16815 33554432000 4194304 5787044 140733472617344 18446744073709551615 5524560 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.05
Current children cumulated vsize (KiB) 313292

[startup+12.7013 s]
/proc/loadavg: 8.16 8.10 8.06 9/188 23327
/proc/meminfo: memFree=13609968/32951124 swapFree=67111528/67111528
[pid=23321] ppid=23319 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23321/stat : 23321 (priss.sh) S 23319 23321 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496784845 8908800 251 33554432000 4194304 4922060 140736878475936 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23321/statm: 2175 251 211 178 0 68 0
[pid=23322] ppid=23321 vsize=310284 CPUtime=50.64 cores=0,2,4,6
/proc/23322/stat : 23322 (priss) S 23321 23321 22103 0 -1 4202496 24087 0 0 0 5058 6 0 0 18 0 5 0 496784845 317730816 19724 33554432000 4194304 5787044 140733472617344 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/23322/statm: 77571 19724 417 389 0 73321 0
[pid=23322/tid=23324] ppid=23321 vsize=310284 CPUtime=12.6 cores=0,2,4,6
/proc/23322/task/23324/stat : 23324 (priss) R 23321 23321 22103 0 -1 4202560 4013 0 0 0 1260 0 0 0 25 0 5 0 496784847 317730816 19724 33554432000 4194304 5787044 140733472617344 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23322/tid=23325] ppid=23321 vsize=310284 CPUtime=12.66 cores=0,2,4,6
/proc/23322/task/23325/stat : 23325 (priss) R 23321 23321 22103 0 -1 4202560 4426 0 0 0 1266 0 0 0 25 0 5 0 496784848 317730816 19724 33554432000 4194304 5787044 140733472617344 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=23322/tid=23326] ppid=23321 vsize=310284 CPUtime=12.66 cores=0,2,4,6
/proc/23322/task/23326/stat : 23326 (priss) R 23321 23321 22103 0 -1 4202560 5033 0 0 0 1264 2 0 0 25 0 5 0 496784848 317730816 19724 33554432000 4194304 5787044 140733472617344 18446744073709551615 5576446 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=23322/tid=23327] ppid=23321 vsize=310284 CPUtime=12.65 cores=0,2,4,6
/proc/23322/task/23327/stat : 23327 (priss) R 23321 23321 22103 0 -1 4202560 6642 0 0 0 1263 2 0 0 25 0 5 0 496784849 317730816 19724 33554432000 4194304 5787044 140733472617344 18446744073709551615 4238591 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 318984

[startup+25.501 s]
/proc/loadavg: 8.21 8.11 8.07 9/188 23327
/proc/meminfo: memFree=13593968/32951124 swapFree=67111528/67111528
[pid=23321] ppid=23319 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23321/stat : 23321 (priss.sh) S 23319 23321 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496784845 8908800 251 33554432000 4194304 4922060 140736878475936 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23321/statm: 2175 251 211 178 0 68 0
[pid=23322] ppid=23321 vsize=317644 CPUtime=101.73 cores=0,2,4,6
/proc/23322/stat : 23322 (priss) S 23321 23321 22103 0 -1 4202496 28417 0 0 0 10163 10 0 0 18 0 5 0 496784845 325267456 24053 33554432000 4194304 5787044 140733472617344 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/23322/statm: 79411 24053 417 389 0 75161 0
[pid=23322/tid=23324] ppid=23321 vsize=317644 CPUtime=25.33 cores=0,2,4,6
/proc/23322/task/23324/stat : 23324 (priss) R 23321 23321 22103 0 -1 4202560 5841 0 0 0 2532 1 0 0 25 0 5 0 496784847 325267456 24053 33554432000 4194304 5787044 140733472617344 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23322/tid=23325] ppid=23321 vsize=317644 CPUtime=25.45 cores=0,2,4,6
/proc/23322/task/23325/stat : 23325 (priss) R 23321 23321 22103 0 -1 4202560 5285 0 0 0 2544 1 0 0 20 0 5 0 496784848 325267456 24053 33554432000 4194304 5787044 140733472617344 18446744073709551615 5586863 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=23322/tid=23326] ppid=23321 vsize=317644 CPUtime=25.44 cores=0,2,4,6
/proc/23322/task/23326/stat : 23326 (priss) R 23321 23321 22103 0 -1 4202560 6053 0 0 0 2540 4 0 0 25 0 5 0 496784848 325267456 24053 33554432000 4194304 5787044 140733472617344 18446744073709551615 5590861 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=23322/tid=23327] ppid=23321 vsize=317644 CPUtime=25.44 cores=0,2,4,6
/proc/23322/task/23327/stat : 23327 (priss) R 23321 23321 22103 0 -1 4202560 7265 0 0 0 2541 3 0 0 25 0 5 0 496784849 325267456 24053 33554432000 4194304 5787044 140733472617344 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.73
Current children cumulated vsize (KiB) 326344

[startup+51.1004 s]
/proc/loadavg: 8.12 8.10 8.06 9/188 23328
/proc/meminfo: memFree=13565380/32951124 swapFree=67111528/67111528
[pid=23321] ppid=23319 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23321/stat : 23321 (priss.sh) S 23319 23321 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496784845 8908800 251 33554432000 4194304 4922060 140736878475936 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23321/statm: 2175 251 211 178 0 68 0
[pid=23322] ppid=23321 vsize=326644 CPUtime=203.99 cores=0,2,4,6
/proc/23322/stat : 23322 (priss) S 23321 23321 22103 0 -1 4202496 33983 0 0 0 20383 16 0 0 18 0 5 0 496784845 334483456 29615 33554432000 4194304 5787044 140733472617344 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/23322/statm: 81661 29615 417 389 0 77411 0
[pid=23322/tid=23324] ppid=23321 vsize=326644 CPUtime=50.79 cores=0,2,4,6
/proc/23322/task/23324/stat : 23324 (priss) R 23321 23321 22103 0 -1 4202560 7027 0 0 0 5077 2 0 0 25 0 5 0 496784847 334483456 29615 33554432000 4194304 5787044 140733472617344 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23322/tid=23325] ppid=23321 vsize=326644 CPUtime=51.05 cores=0,2,4,6
/proc/23322/task/23325/stat : 23325 (priss) R 23321 23321 22103 0 -1 4202560 6481 0 0 0 5102 3 0 0 25 0 5 0 496784848 334483456 29615 33554432000 4194304 5787044 140733472617344 18446744073709551615 5590446 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=23322/tid=23326] ppid=23321 vsize=326644 CPUtime=51.03 cores=0,2,4,6
/proc/23322/task/23326/stat : 23326 (priss) R 23321 23321 22103 0 -1 4202560 7051 0 0 0 5098 5 0 0 25 0 5 0 496784848 334483456 29615 33554432000 4194304 5787044 140733472617344 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=23322/tid=23327] ppid=23321 vsize=326644 CPUtime=51.04 cores=0,2,4,6
/proc/23322/task/23327/stat : 23327 (priss) R 23321 23321 22103 0 -1 4202560 9451 0 0 0 5100 4 0 0 25 0 5 0 496784849 334483456 29615 33554432000 4194304 5787044 140733472617344 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.99
Current children cumulated vsize (KiB) 335344

[startup+102.301 s]
/proc/loadavg: 8.09 8.10 8.06 9/188 23362
/proc/meminfo: memFree=14793288/32951124 swapFree=67111528/67111528
[pid=23321] ppid=23319 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23321/stat : 23321 (priss.sh) S 23319 23321 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496784845 8908800 251 33554432000 4194304 4922060 140736878475936 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23321/statm: 2175 251 211 178 0 68 0
[pid=23322] ppid=23321 vsize=336900 CPUtime=408.49 cores=0,2,4,6
/proc/23322/stat : 23322 (priss) S 23321 23321 22103 0 -1 4202496 41829 0 0 0 40822 27 0 0 18 0 5 0 496784845 344985600 37297 33554432000 4194304 5787044 140733472617344 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/23322/statm: 84225 37297 417 389 0 79975 0
[pid=23322/tid=23324] ppid=23321 vsize=336900 CPUtime=101.7 cores=0,2,4,6
/proc/23322/task/23324/stat : 23324 (priss) R 23321 23321 22103 0 -1 4202560 8406 0 0 0 10167 3 0 0 25 0 5 0 496784847 344985600 37297 33554432000 4194304 5787044 140733472617344 18446744073709551615 5590420 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23322/tid=23325] ppid=23321 vsize=336900 CPUtime=102.25 cores=0,2,4,6
/proc/23322/task/23325/stat : 23325 (priss) R 23321 23321 22103 0 -1 4202560 7810 0 0 0 10220 5 0 0 25 0 5 0 496784848 344985600 37297 33554432000 4194304 5787044 140733472617344 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=23322/tid=23326] ppid=23321 vsize=336900 CPUtime=102.23 cores=0,2,4,6
/proc/23322/task/23326/stat : 23326 (priss) R 23321 23321 22103 0 -1 4202560 9405 0 0 0 10213 10 0 0 25 0 5 0 496784848 344985600 37297 33554432000 4194304 5787044 140733472617344 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=23322/tid=23327] ppid=23321 vsize=336900 CPUtime=102.24 cores=0,2,4,6
/proc/23322/task/23327/stat : 23327 (priss) R 23321 23321 22103 0 -1 4202560 12235 0 0 0 10217 7 0 0 25 0 5 0 496784849 344985600 37297 33554432000 4194304 5787044 140733472617344 18446744073709551615 4220173 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.49
Current children cumulated vsize (KiB) 345600

[startup+162.3 s]
/proc/loadavg: 8.12 8.10 8.07 9/188 23364
/proc/meminfo: memFree=14760404/32951124 swapFree=67111528/67111528
[pid=23321] ppid=23319 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23321/stat : 23321 (priss.sh) S 23319 23321 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496784845 8908800 251 33554432000 4194304 4922060 140736878475936 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23321/statm: 2175 251 211 178 0 68 0
[pid=23322] ppid=23321 vsize=350752 CPUtime=648.17 cores=0,2,4,6

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

/proc/23322/task/23325/stat : 23325 (priss) R 23321 23321 22103 0 -1 4202560 25025 0 0 0 88200 24 0 0 25 0 5 0 496784848 658329600 98614 33554432000 4194304 5787044 140733472617344 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=23322/tid=23326] ppid=23321 vsize=642900 CPUtime=882.15 cores=0,2,4,6
/proc/23322/task/23326/stat : 23326 (priss) R 23321 23321 22103 0 -1 4202560 25538 0 0 0 88182 33 0 0 25 0 5 0 496784848 658329600 98614 33554432000 4194304 5787044 140733472617344 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=23322/tid=23327] ppid=23321 vsize=642900 CPUtime=882.22 cores=0,2,4,6
/proc/23322/task/23327/stat : 23327 (priss) R 23321 23321 22103 0 -1 4202560 27367 0 0 0 88198 24 0 0 25 0 5 0 496784849 658329600 98614 33554432000 4194304 5787044 140733472617344 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.14
Current children cumulated vsize (KiB) 651600

[startup+942.307 s]
/proc/loadavg: 8.02 8.07 8.08 9/188 23452
/proc/meminfo: memFree=14001664/32951124 swapFree=67111528/67111528
[pid=23321] ppid=23319 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23321/stat : 23321 (priss.sh) S 23319 23321 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496784845 8908800 251 33554432000 4194304 4922060 140736878475936 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23321/statm: 2175 251 211 178 0 68 0
[pid=23322] ppid=23321 vsize=647624 CPUtime=3763.82 cores=0,2,4,6
/proc/23322/stat : 23322 (priss) S 23321 23321 22103 0 -1 4202496 107777 0 0 0 376285 97 0 0 18 0 5 0 496784845 663166976 101675 33554432000 4194304 5787044 140733472617344 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/23322/statm: 161906 101675 417 389 0 157656 0
[pid=23322/tid=23324] ppid=23321 vsize=647624 CPUtime=937.12 cores=0,2,4,6
/proc/23322/task/23324/stat : 23324 (priss) R 23321 23321 22103 0 -1 4202560 23665 0 0 0 93701 11 0 0 25 0 5 0 496784847 663166976 101675 33554432000 4194304 5787044 140733472617344 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23322/tid=23325] ppid=23321 vsize=647624 CPUtime=942.25 cores=0,2,4,6
/proc/23322/task/23325/stat : 23325 (priss) R 23321 23321 22103 0 -1 4202560 25987 0 0 0 94200 25 0 0 25 0 5 0 496784848 663166976 101675 33554432000 4194304 5787044 140733472617344 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=23322/tid=23326] ppid=23321 vsize=647624 CPUtime=942.16 cores=0,2,4,6
/proc/23322/task/23326/stat : 23326 (priss) R 23321 23321 22103 0 -1 4202560 25538 0 0 0 94182 34 0 0 25 0 5 0 496784848 663166976 101675 33554432000 4194304 5787044 140733472617344 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=23322/tid=23327] ppid=23321 vsize=647624 CPUtime=942.22 cores=0,2,4,6
/proc/23322/task/23327/stat : 23327 (priss) R 23321 23321 22103 0 -1 4202560 28614 0 0 0 94196 26 0 0 25 0 5 0 496784849 663166976 101675 33554432000 4194304 5787044 140733472617344 18446744073709551615 5526852 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3763.82
Current children cumulated vsize (KiB) 656324

[startup+1002.3 s]
/proc/loadavg: 8.01 8.05 8.07 9/188 23453
/proc/meminfo: memFree=13936044/32951124 swapFree=67111528/67111528
[pid=23321] ppid=23319 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23321/stat : 23321 (priss.sh) S 23319 23321 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496784845 8908800 251 33554432000 4194304 4922060 140736878475936 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23321/statm: 2175 251 211 178 0 68 0
[pid=23322] ppid=23321 vsize=651912 CPUtime=4003.45 cores=0,2,4,6
/proc/23322/stat : 23322 (priss) S 23321 23321 22103 0 -1 4202496 109530 0 0 0 400247 98 0 0 18 0 5 0 496784845 667557888 103203 33554432000 4194304 5787044 140733472617344 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/23322/statm: 162978 103203 417 389 0 158728 0
[pid=23322/tid=23324] ppid=23321 vsize=651912 CPUtime=996.79 cores=0,2,4,6
/proc/23322/task/23324/stat : 23324 (priss) R 23321 23321 22103 0 -1 4202560 24589 0 0 0 99667 12 0 0 25 0 5 0 496784847 667557888 103203 33554432000 4194304 5787044 140733472617344 18446744073709551615 5591539 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23322/tid=23325] ppid=23321 vsize=651912 CPUtime=1002.24 cores=0,2,4,6
/proc/23322/task/23325/stat : 23325 (priss) R 23321 23321 22103 0 -1 4202560 25988 0 0 0 100199 25 0 0 25 0 5 0 496784848 667557888 103203 33554432000 4194304 5787044 140733472617344 18446744073709551615 4254537 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=23322/tid=23326] ppid=23321 vsize=651912 CPUtime=1002.14 cores=0,2,4,6
/proc/23322/task/23326/stat : 23326 (priss) R 23321 23321 22103 0 -1 4202560 25541 0 0 0 100180 34 0 0 25 0 5 0 496784848 667557888 103203 33554432000 4194304 5787044 140733472617344 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=23322/tid=23327] ppid=23321 vsize=651912 CPUtime=1002.21 cores=0,2,4,6
/proc/23322/task/23327/stat : 23327 (priss) R 23321 23321 22103 0 -1 4202560 29439 0 0 0 100195 26 0 0 25 0 5 0 496784849 667557888 103203 33554432000 4194304 5787044 140733472617344 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.45
Current children cumulated vsize (KiB) 660612

[startup+1062.3 s]
/proc/loadavg: 7.85 8.00 8.05 9/188 23455
/proc/meminfo: memFree=13926224/32951124 swapFree=67111528/67111528
[pid=23321] ppid=23319 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23321/stat : 23321 (priss.sh) S 23319 23321 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496784845 8908800 251 33554432000 4194304 4922060 140736878475936 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23321/statm: 2175 251 211 178 0 68 0
[pid=23322] ppid=23321 vsize=651912 CPUtime=4243.13 cores=0,2,4,6
/proc/23322/stat : 23322 (priss) S 23321 23321 22103 0 -1 4202496 109538 0 0 0 424214 99 0 0 18 0 5 0 496784845 667557888 103211 33554432000 4194304 5787044 140733472617344 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/23322/statm: 162978 103211 417 389 0 158728 0
[pid=23322/tid=23324] ppid=23321 vsize=651912 CPUtime=1056.46 cores=0,2,4,6
/proc/23322/task/23324/stat : 23324 (priss) R 23321 23321 22103 0 -1 4202560 24590 0 0 0 105634 12 0 0 25 0 5 0 496784847 667557888 103211 33554432000 4194304 5787044 140733472617344 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23322/tid=23325] ppid=23321 vsize=651912 CPUtime=1062.24 cores=0,2,4,6
/proc/23322/task/23325/stat : 23325 (priss) R 23321 23321 22103 0 -1 4202560 25995 0 0 0 106199 25 0 0 25 0 5 0 496784848 667557888 103211 33554432000 4194304 5787044 140733472617344 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=23322/tid=23326] ppid=23321 vsize=651912 CPUtime=1062.14 cores=0,2,4,6
/proc/23322/task/23326/stat : 23326 (priss) R 23321 23321 22103 0 -1 4202560 25541 0 0 0 106180 34 0 0 25 0 5 0 496784848 667557888 103211 33554432000 4194304 5787044 140733472617344 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=23322/tid=23327] ppid=23321 vsize=651912 CPUtime=1062.21 cores=0,2,4,6
/proc/23322/task/23327/stat : 23327 (priss) R 23321 23321 22103 0 -1 4202560 29439 0 0 0 106195 26 0 0 25 0 5 0 496784849 667557888 103211 33554432000 4194304 5787044 140733472617344 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4243.13
Current children cumulated vsize (KiB) 660612

[startup+1122.3 s]
/proc/loadavg: 7.94 8.00 8.04 9/188 23456
/proc/meminfo: memFree=13926188/32951124 swapFree=67111528/67111528
[pid=23321] ppid=23319 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23321/stat : 23321 (priss.sh) S 23319 23321 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496784845 8908800 251 33554432000 4194304 4922060 140736878475936 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23321/statm: 2175 251 211 178 0 68 0
[pid=23322] ppid=23321 vsize=651912 CPUtime=4482.81 cores=0,2,4,6
/proc/23322/stat : 23322 (priss) S 23321 23321 22103 0 -1 4202496 109629 0 0 0 448181 100 0 0 18 0 5 0 496784845 667557888 103302 33554432000 4194304 5787044 140733472617344 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/23322/statm: 162978 103302 417 389 0 158728 0
[pid=23322/tid=23324] ppid=23321 vsize=651912 CPUtime=1116.14 cores=0,2,4,6
/proc/23322/task/23324/stat : 23324 (priss) R 23321 23321 22103 0 -1 4202560 24590 0 0 0 111602 12 0 0 25 0 5 0 496784847 667557888 103302 33554432000 4194304 5787044 140733472617344 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23322/tid=23325] ppid=23321 vsize=651912 CPUtime=1122.24 cores=0,2,4,6
/proc/23322/task/23325/stat : 23325 (priss) R 23321 23321 22103 0 -1 4202560 26020 0 0 0 112199 25 0 0 25 0 5 0 496784848 667557888 103302 33554432000 4194304 5787044 140733472617344 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=23322/tid=23326] ppid=23321 vsize=651912 CPUtime=1122.13 cores=0,2,4,6
/proc/23322/task/23326/stat : 23326 (priss) R 23321 23321 22103 0 -1 4202560 25601 0 0 0 112179 34 0 0 25 0 5 0 496784848 667557888 103302 33554432000 4194304 5787044 140733472617344 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=23322/tid=23327] ppid=23321 vsize=651912 CPUtime=1122.22 cores=0,2,4,6
/proc/23322/task/23327/stat : 23327 (priss) R 23321 23321 22103 0 -1 4202560 29445 0 0 0 112195 27 0 0 25 0 5 0 496784849 667557888 103302 33554432000 4194304 5787044 140733472617344 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4482.81
Current children cumulated vsize (KiB) 660612

[startup+1182.3 s]
/proc/loadavg: 8.01 8.01 8.04 9/188 23458
/proc/meminfo: memFree=13896400/32951124 swapFree=67111528/67111528
[pid=23321] ppid=23319 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23321/stat : 23321 (priss.sh) S 23319 23321 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496784845 8908800 251 33554432000 4194304 4922060 140736878475936 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23321/statm: 2175 251 211 178 0 68 0
[pid=23322] ppid=23321 vsize=651912 CPUtime=4722.47 cores=0,2,4,6
/proc/23322/stat : 23322 (priss) S 23321 23321 22103 0 -1 4202496 109798 0 0 0 472147 100 0 0 18 0 5 0 496784845 667557888 103471 33554432000 4194304 5787044 140733472617344 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/23322/statm: 162978 103471 417 389 0 158728 0
[pid=23322/tid=23324] ppid=23321 vsize=651912 CPUtime=1175.81 cores=0,2,4,6
/proc/23322/task/23324/stat : 23324 (priss) R 23321 23321 22103 0 -1 4202560 24600 0 0 0 117569 12 0 0 25 0 5 0 496784847 667557888 103471 33554432000 4194304 5787044 140733472617344 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23322/tid=23325] ppid=23321 vsize=651912 CPUtime=1182.25 cores=0,2,4,6
/proc/23322/task/23325/stat : 23325 (priss) R 23321 23321 22103 0 -1 4202560 26048 0 0 0 118199 26 0 0 25 0 5 0 496784848 667557888 103471 33554432000 4194304 5787044 140733472617344 18446744073709551615 5586806 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=23322/tid=23326] ppid=23321 vsize=651912 CPUtime=1182.13 cores=0,2,4,6
/proc/23322/task/23326/stat : 23326 (priss) R 23321 23321 22103 0 -1 4202560 25724 0 0 0 118179 34 0 0 25 0 5 0 496784848 667557888 103471 33554432000 4194304 5787044 140733472617344 18446744073709551615 5590295 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=23322/tid=23327] ppid=23321 vsize=651912 CPUtime=1182.22 cores=0,2,4,6
/proc/23322/task/23327/stat : 23327 (priss) R 23321 23321 22103 0 -1 4202560 29453 0 0 0 118195 27 0 0 25 0 5 0 496784849 667557888 103471 33554432000 4194304 5787044 140733472617344 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.47
Current children cumulated vsize (KiB) 660612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.07 8.02 8.05 9/188 23459
/proc/meminfo: memFree=13872096/32951124 swapFree=67111528/67111528
[pid=23321] ppid=23319 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23321/stat : 23321 (priss.sh) S 23319 23321 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496784845 8908800 251 33554432000 4194304 4922060 140736878475936 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23321/statm: 2175 251 211 178 0 68 0
[pid=23322] ppid=23321 vsize=656012 CPUtime=4800.41 cores=0,2,4,6
/proc/23322/stat : 23322 (priss) S 23321 23321 22103 0 -1 4202496 110378 0 0 0 479941 100 0 0 18 0 5 0 496784845 671756288 104051 33554432000 4194304 5787044 140733472617344 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/23322/statm: 164003 104051 417 389 0 159753 0
[pid=23322/tid=23324] ppid=23321 vsize=656012 CPUtime=1195.21 cores=0,2,4,6
/proc/23322/task/23324/stat : 23324 (priss) R 23321 23321 22103 0 -1 4202560 24601 0 0 0 119509 12 0 0 25 0 5 0 496784847 671756288 104051 33554432000 4194304 5787044 140733472617344 18446744073709551615 5590420 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23322/tid=23325] ppid=23321 vsize=656012 CPUtime=1201.76 cores=0,2,4,6
/proc/23322/task/23325/stat : 23325 (priss) R 23321 23321 22103 0 -1 4202560 26064 0 0 0 120150 26 0 0 25 0 5 0 496784848 671756288 104051 33554432000 4194304 5787044 140733472617344 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=23322/tid=23326] ppid=23321 vsize=656012 CPUtime=1201.64 cores=0,2,4,6
/proc/23322/task/23326/stat : 23326 (priss) R 23321 23321 22103 0 -1 4202560 26282 0 0 0 120130 34 0 0 25 0 5 0 496784848 671756288 104051 33554432000 4194304 5787044 140733472617344 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=23322/tid=23327] ppid=23321 vsize=656012 CPUtime=1201.73 cores=0,2,4,6
/proc/23322/task/23327/stat : 23327 (priss) R 23321 23321 22103 0 -1 4202560 29458 0 0 0 120146 27 0 0 25 0 5 0 496784849 671756288 104051 33554432000 4194304 5787044 140733472617344 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.41
Current children cumulated vsize (KiB) 664712

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.07 8.02 8.05 9/188 23459
/proc/meminfo: memFree=13872096/32951124 swapFree=67111528/67111528
[pid=23321] ppid=23319 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23321/stat : 23321 (priss.sh) S 23319 23321 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496784845 8908800 251 33554432000 4194304 4922060 140736878475936 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23321/statm: 2175 251 211 178 0 68 0
[pid=23322] ppid=23321 vsize=656012 CPUtime=4800.41 cores=0,2,4,6
/proc/23322/stat : 23322 (priss) S 23321 23321 22103 0 -1 4202496 110378 0 0 0 479941 100 0 0 18 0 5 0 496784845 671756288 104051 33554432000 4194304 5787044 140733472617344 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/23322/statm: 164003 104051 417 389 0 159753 0
[pid=23322/tid=23324] ppid=23321 vsize=656012 CPUtime=1195.21 cores=0,2,4,6
/proc/23322/task/23324/stat : 23324 (priss) R 23321 23321 22103 0 -1 4202560 24601 0 0 0 119509 12 0 0 25 0 5 0 496784847 671756288 104051 33554432000 4194304 5787044 140733472617344 18446744073709551615 5590420 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23322/tid=23325] ppid=23321 vsize=656012 CPUtime=1201.76 cores=0,2,4,6
/proc/23322/task/23325/stat : 23325 (priss) R 23321 23321 22103 0 -1 4202560 26064 0 0 0 120150 26 0 0 25 0 5 0 496784848 671756288 104051 33554432000 4194304 5787044 140733472617344 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=23322/tid=23326] ppid=23321 vsize=656012 CPUtime=1201.64 cores=0,2,4,6
/proc/23322/task/23326/stat : 23326 (priss) R 23321 23321 22103 0 -1 4202560 26282 0 0 0 120130 34 0 0 25 0 5 0 496784848 671756288 104051 33554432000 4194304 5787044 140733472617344 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=23322/tid=23327] ppid=23321 vsize=656012 CPUtime=1201.73 cores=0,2,4,6
/proc/23322/task/23327/stat : 23327 (priss) R 23321 23321 22103 0 -1 4202560 29458 0 0 0 120146 27 0 0 25 0 5 0 496784849 671756288 104051 33554432000 4194304 5787044 140733472617344 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.41
Current children cumulated vsize (KiB) 664712

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23321 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.41
#
# 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.41
CPU user time (s): 4799.41
CPU system time (s): 1
CPU usage (%): 399.427
Max. virtual memory (cumulated for all children) (KiB): 664712

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

runsolver used 1.74973 second user time and 4.81627 second system time

The end

Launcher Data

Begin job on node145 at 2011-04-29 04:21:30
IDJOB=3283823
IDBENCH=71078
IDSOLVER=1603
FILE ID=node145/3283823-1304043690
RUNJOBID= node145-1304036411-22121
PBS_JOBID= 13170354
Free space on /tmp= 72200 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rbcl_xits_08_UNSAT.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3283823-1304043690/watcher-3283823-1304043690 -o /tmp/evaluation-result-3283823-1304043690/solver-3283823-1304043690 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3283823-1304043690.cnf 808305568 4800 15500 4

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

MD5SUM BENCH= 66aa2e18c32a02f55a810347a9702c7f
RANDOM SEED=808305568

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13687968 kB
Buffers:       2098612 kB
Cached:       15217320 kB
SwapCached:          0 kB
Active:        6457724 kB
Inactive:     12231956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13687968 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2688 kB
Writeback:           0 kB
AnonPages:     1373164 kB
Mapped:          15624 kB
Slab:           508832 kB
PageTables:       7404 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1566632 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= 72200 MiB
End job on node145 at 2011-04-29 04:41:34