Trace number 3249754

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.21 1202.12

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-21x39.cnf
MD5SUMe7679ca49bb432c9b90305d907365c4e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables3276
Number of clauses628173
Sum of the clauses size2502864
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 24914
Number of clauses of size 30
Number of clauses of size 4623259
Number of clauses of size 50
Number of clauses of size over 50

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: 18990
0.00/0.18	c parsetime: 176174us
0.00/0.18	c parsed 628173 clauses with 3276 variables
0.00/0.21	c NW started thread 0 successfully (1088076096)
0.00/0.26	c NW started thread 1 successfully (1098565952)
0.00/0.30	c NW started thread 2 successfully (1109674304)
0.00/0.50	c NW started thread 3 successfully (1120164160)
603.17/151.29	c preprocessor returned 10010 variables
603.17/151.29	c preprocessing returned UNKNOWN
603.17/151.29	c PP set 0 variables
603.17/151.29	c pp time: 151026719us (151s)
609.17/152.76	c preprocessor returned 10010 variables
609.17/152.76	c preprocessing returned UNKNOWN
609.17/152.76	c PP set 0 variables
609.17/152.76	c pp time: 152459549us (152s)
614.38/154.09	c preprocessor returned 10010 variables
614.38/154.09	c preprocessing returned UNKNOWN
614.38/154.09	c PP set 0 variables
614.38/154.09	c pp time: 153875734us (153s)
637.53/159.82	c preprocessor returned 30006 variables
637.53/159.82	c preprocessing returned UNKNOWN
637.53/159.82	c PP set 0 variables
637.53/159.82	c pp time: 159473462us (159s)
3968.54/993.95	c HTE
3996.92/1001.05	c subsumption
4159.51/1041.75	c simplified formula contains 0 unit clauses

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.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-3249754-1304056883/watcher-3249754-1304056883 -o /tmp/evaluation-result-3249754-1304056883/solver-3249754-1304056883 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3249754-1304056883.cnf 773813896 4800 15500 4 

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

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


[startup+0 s]
/proc/loadavg: 7.76 8.02 8.00 6/182 18989
/proc/meminfo: memFree=23235708/32951124 swapFree=67111524/67111528
[pid=18989] ppid=18987 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18989/stat : 18989 (priss.sh) S 18987 18989 17192 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498104653 8908800 252 33554432000 4194304 4922060 140736568239456 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18989/statm: 2175 252 211 178 0 68 0

[startup+0.0347159 s]
/proc/loadavg: 7.76 8.02 8.00 6/182 18989
/proc/meminfo: memFree=23235708/32951124 swapFree=67111524/67111528
[pid=18989] ppid=18987 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18989/stat : 18989 (priss.sh) S 18987 18989 17192 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498104653 8908800 252 33554432000 4194304 4922060 140736568239456 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18989/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100707 s]
/proc/loadavg: 7.76 8.02 8.00 6/182 18989
/proc/meminfo: memFree=23235708/32951124 swapFree=67111524/67111528
[pid=18989] ppid=18987 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18989/stat : 18989 (priss.sh) S 18987 18989 17192 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498104653 8908800 252 33554432000 4194304 4922060 140736568239456 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18989/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300638 s]
/proc/loadavg: 7.76 8.02 8.00 6/182 18989
/proc/meminfo: memFree=23235708/32951124 swapFree=67111524/67111528
[pid=18989] ppid=18987 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18989/stat : 18989 (priss.sh) S 18987 18989 17192 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498104653 8908800 252 33554432000 4194304 4922060 140736568239456 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18989/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700566 s]
/proc/loadavg: 7.76 8.02 8.00 6/182 18989
/proc/meminfo: memFree=23235708/32951124 swapFree=67111524/67111528
[pid=18989] ppid=18987 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18989/stat : 18989 (priss.sh) S 18987 18989 17192 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498104653 8908800 252 33554432000 4194304 4922060 140736568239456 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18989/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50042 s]
/proc/loadavg: 7.76 8.02 8.00 11/188 18995
/proc/meminfo: memFree=23053264/32951124 swapFree=67111524/67111528
[pid=18989] ppid=18987 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18989/stat : 18989 (priss.sh) S 18987 18989 17192 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498104653 8908800 252 33554432000 4194304 4922060 140736568239456 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18989/statm: 2175 252 211 178 0 68 0
[pid=18990] ppid=18989 vsize=357892 CPUtime=5.19 cores=1,3,5,7
/proc/18990/stat : 18990 (priss) S 18989 18989 17192 0 -1 4202496 47676 0 0 0 512 7 0 0 19 0 5 0 498104653 366481408 45687 33554432000 4194304 5787044 140737117746464 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/18990/statm: 89473 45687 349 389 0 85223 0
[pid=18990/tid=18992] ppid=18989 vsize=357892 CPUtime=1.26 cores=1,3,5,7
/proc/18990/task/18992/stat : 18992 (priss) R 18989 18989 17192 0 -1 4202560 5091 0 0 0 126 0 0 0 19 0 5 0 498104675 366481408 45687 33554432000 4194304 5787044 140737117746464 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=18990/tid=18993] ppid=18989 vsize=357892 CPUtime=1.23 cores=1,3,5,7
/proc/18990/task/18993/stat : 18993 (priss) R 18989 18989 17192 0 -1 4202560 5022 0 0 0 122 1 0 0 19 0 5 0 498104679 366481408 45687 33554432000 4194304 5787044 140737117746464 18446744073709551615 4336214 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18990/tid=18994] ppid=18989 vsize=357892 CPUtime=1.18 cores=1,3,5,7
/proc/18990/task/18994/stat : 18994 (priss) R 18989 18989 17192 0 -1 4202560 4123 0 0 0 118 0 0 0 19 0 5 0 498104683 366481408 45687 33554432000 4194304 5787044 140737117746464 18446744073709551615 4336155 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18990/tid=18995] ppid=18989 vsize=357892 CPUtime=1.14 cores=1,3,5,7
/proc/18990/task/18995/stat : 18995 (priss) R 18989 18989 17192 0 -1 4202560 4327 0 0 0 113 1 0 0 25 0 5 0 498104688 366481408 45687 33554432000 4194304 5787044 140737117746464 18446744073709551615 4336756 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.19
Current children cumulated vsize (KiB) 366592

[startup+3.10114 s]
/proc/loadavg: 7.76 8.02 8.00 9/188 18995
/proc/meminfo: memFree=23052980/32951124 swapFree=67111524/67111528
[pid=18989] ppid=18987 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18989/stat : 18989 (priss.sh) S 18987 18989 17192 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498104653 8908800 252 33554432000 4194304 4922060 140736568239456 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18989/statm: 2175 252 211 178 0 68 0
[pid=18990] ppid=18989 vsize=357892 CPUtime=11.59 cores=1,3,5,7
/proc/18990/stat : 18990 (priss) S 18989 18989 17192 0 -1 4202496 47676 0 0 0 1151 8 0 0 19 0 5 0 498104653 366481408 45687 33554432000 4194304 5787044 140737117746464 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/18990/statm: 89473 45687 349 389 0 85223 0
[pid=18990/tid=18992] ppid=18989 vsize=357892 CPUtime=2.86 cores=1,3,5,7
/proc/18990/task/18992/stat : 18992 (priss) R 18989 18989 17192 0 -1 4202560 5091 0 0 0 286 0 0 0 24 0 5 0 498104675 366481408 45687 33554432000 4194304 5787044 140737117746464 18446744073709551615 4336744 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=18990/tid=18993] ppid=18989 vsize=357892 CPUtime=2.83 cores=1,3,5,7
/proc/18990/task/18993/stat : 18993 (priss) R 18989 18989 17192 0 -1 4202560 5022 0 0 0 282 1 0 0 23 0 5 0 498104679 366481408 45687 33554432000 4194304 5787044 140737117746464 18446744073709551615 4336808 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18990/tid=18994] ppid=18989 vsize=357892 CPUtime=2.78 cores=1,3,5,7
/proc/18990/task/18994/stat : 18994 (priss) R 18989 18989 17192 0 -1 4202560 4123 0 0 0 278 0 0 0 24 0 5 0 498104683 366481408 45687 33554432000 4194304 5787044 140737117746464 18446744073709551615 4336770 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18990/tid=18995] ppid=18989 vsize=357892 CPUtime=2.74 cores=1,3,5,7
/proc/18990/task/18995/stat : 18995 (priss) R 18989 18989 17192 0 -1 4202560 4327 0 0 0 273 1 0 0 25 0 5 0 498104688 366481408 45687 33554432000 4194304 5787044 140737117746464 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.59
Current children cumulated vsize (KiB) 366592

[startup+6.30057 s]
/proc/loadavg: 7.78 8.02 8.00 9/188 18995
/proc/meminfo: memFree=23053148/32951124 swapFree=67111524/67111528
[pid=18989] ppid=18987 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18989/stat : 18989 (priss.sh) S 18987 18989 17192 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498104653 8908800 252 33554432000 4194304 4922060 140736568239456 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18989/statm: 2175 252 211 178 0 68 0
[pid=18990] ppid=18989 vsize=357892 CPUtime=24.36 cores=1,3,5,7
/proc/18990/stat : 18990 (priss) S 18989 18989 17192 0 -1 4202496 47676 0 0 0 2428 8 0 0 19 0 5 0 498104653 366481408 45687 33554432000 4194304 5787044 140737117746464 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/18990/statm: 89473 45687 349 389 0 85223 0
[pid=18990/tid=18992] ppid=18989 vsize=357892 CPUtime=6.04 cores=1,3,5,7
/proc/18990/task/18992/stat : 18992 (priss) R 18989 18989 17192 0 -1 4202560 5091 0 0 0 604 0 0 0 25 0 5 0 498104675 366481408 45687 33554432000 4194304 5787044 140737117746464 18446744073709551615 4336269 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=18990/tid=18993] ppid=18989 vsize=357892 CPUtime=6.03 cores=1,3,5,7
/proc/18990/task/18993/stat : 18993 (priss) R 18989 18989 17192 0 -1 4202560 5022 0 0 0 602 1 0 0 25 0 5 0 498104679 366481408 45687 33554432000 4194304 5787044 140737117746464 18446744073709551615 4336827 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18990/tid=18994] ppid=18989 vsize=357892 CPUtime=5.99 cores=1,3,5,7
/proc/18990/task/18994/stat : 18994 (priss) R 18989 18989 17192 0 -1 4202560 4123 0 0 0 598 1 0 0 25 0 5 0 498104683 366481408 45687 33554432000 4194304 5787044 140737117746464 18446744073709551615 4336770 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18990/tid=18995] ppid=18989 vsize=357892 CPUtime=5.94 cores=1,3,5,7
/proc/18990/task/18995/stat : 18995 (priss) R 18989 18989 17192 0 -1 4202560 4327 0 0 0 593 1 0 0 25 0 5 0 498104688 366481408 45687 33554432000 4194304 5787044 140737117746464 18446744073709551615 4336801 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.36
Current children cumulated vsize (KiB) 366592

[startup+12.7004 s]
/proc/loadavg: 7.88 8.04 8.01 9/188 18995
/proc/meminfo: memFree=23053028/32951124 swapFree=67111524/67111528
[pid=18989] ppid=18987 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18989/stat : 18989 (priss.sh) S 18987 18989 17192 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498104653 8908800 252 33554432000 4194304 4922060 140736568239456 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18989/statm: 2175 252 211 178 0 68 0
[pid=18990] ppid=18989 vsize=423428 CPUtime=49.93 cores=1,3,5,7
/proc/18990/stat : 18990 (priss) S 18989 18989 17192 0 -1 4202496 47678 0 0 0 4984 9 0 0 19 0 5 0 498104653 433590272 45689 33554432000 4194304 5787044 140737117746464 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/18990/statm: 105857 45689 349 389 0 101607 0
[pid=18990/tid=18992] ppid=18989 vsize=423428 CPUtime=12.4 cores=1,3,5,7
/proc/18990/task/18992/stat : 18992 (priss) R 18989 18989 17192 0 -1 4202560 5093 0 0 0 1240 0 0 0 25 0 5 0 498104675 433590272 45689 33554432000 4194304 5787044 140737117746464 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=18990/tid=18993] ppid=18989 vsize=423428 CPUtime=12.43 cores=1,3,5,7
/proc/18990/task/18993/stat : 18993 (priss) R 18989 18989 17192 0 -1 4202560 5022 0 0 0 1242 1 0 0 25 0 5 0 498104679 433590272 45689 33554432000 4194304 5787044 140737117746464 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18990/tid=18994] ppid=18989 vsize=423428 CPUtime=12.38 cores=1,3,5,7
/proc/18990/task/18994/stat : 18994 (priss) R 18989 18989 17192 0 -1 4202560 4123 0 0 0 1237 1 0 0 25 0 5 0 498104683 433590272 45689 33554432000 4194304 5787044 140737117746464 18446744073709551615 4336155 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18990/tid=18995] ppid=18989 vsize=423428 CPUtime=12.34 cores=1,3,5,7
/proc/18990/task/18995/stat : 18995 (priss) R 18989 18989 17192 0 -1 4202560 4327 0 0 0 1233 1 0 0 25 0 5 0 498104688 433590272 45689 33554432000 4194304 5787044 140737117746464 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 49.93
Current children cumulated vsize (KiB) 432128

[startup+25.5011 s]
/proc/loadavg: 7.91 8.03 8.01 9/188 18996
/proc/meminfo: memFree=22872692/32951124 swapFree=67111524/67111528
[pid=18989] ppid=18987 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18989/stat : 18989 (priss.sh) S 18987 18989 17192 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498104653 8908800 252 33554432000 4194304 4922060 140736568239456 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18989/statm: 2175 252 211 178 0 68 0
[pid=18990] ppid=18989 vsize=527488 CPUtime=101.05 cores=1,3,5,7
/proc/18990/stat : 18990 (priss) S 18989 18989 17192 0 -1 4202496 97035 0 0 0 10077 28 0 0 19 0 5 0 498104653 540147712 92590 33554432000 4194304 5787044 140737117746464 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/18990/statm: 131872 92590 350 389 0 127622 0
[pid=18990/tid=18992] ppid=18989 vsize=527488 CPUtime=25.13 cores=1,3,5,7
/proc/18990/task/18992/stat : 18992 (priss) R 18989 18989 17192 0 -1 4202560 14336 0 0 0 2508 5 0 0 18 0 5 0 498104675 540147712 92590 33554432000 4194304 5787044 140737117746464 18446744073709551615 4336833 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=18990/tid=18993] ppid=18989 vsize=527488 CPUtime=25.22 cores=1,3,5,7
/proc/18990/task/18993/stat : 18993 (priss) R 18989 18989 17192 0 -1 4202560 15399 0 0 0 2518 4 0 0 19 0 5 0 498104679 540147712 92590 33554432000 4194304 5787044 140737117746464 18446744073709551615 4336773 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18990/tid=18994] ppid=18989 vsize=527488 CPUtime=25.18 cores=1,3,5,7
/proc/18990/task/18994/stat : 18994 (priss) R 18989 18989 17192 0 -1 4202560 21615 0 0 0 2510 8 0 0 23 0 5 0 498104683 540147712 92590 33554432000 4194304 5787044 140737117746464 18446744073709551615 18446744073699065939 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18990/tid=18995] ppid=18989 vsize=527488 CPUtime=25.14 cores=1,3,5,7
/proc/18990/task/18995/stat : 18995 (priss) R 18989 18989 17192 0 -1 4202560 16572 0 0 0 2508 6 0 0 18 0 5 0 498104688 540147712 92590 33554432000 4194304 5787044 140737117746464 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.05
Current children cumulated vsize (KiB) 536188

[startup+51.1006 s]
/proc/loadavg: 8.00 8.04 8.01 9/188 18996
/proc/meminfo: memFree=22833072/32951124 swapFree=67111524/67111528
[pid=18989] ppid=18987 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18989/stat : 18989 (priss.sh) S 18987 18989 17192 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498104653 8908800 252 33554432000 4194304 4922060 140736568239456 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18989/statm: 2175 252 211 178 0 68 0
[pid=18990] ppid=18989 vsize=541232 CPUtime=203.31 cores=1,3,5,7
/proc/18990/stat : 18990 (priss) S 18989 18989 17192 0 -1 4202496 105141 0 0 0 20300 31 0 0 19 0 5 0 498104653 554221568 100696 33554432000 4194304 5787044 140737117746464 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/18990/statm: 135308 100696 350 389 0 131058 0
[pid=18990/tid=18992] ppid=18989 vsize=541232 CPUtime=50.59 cores=1,3,5,7
/proc/18990/task/18992/stat : 18992 (priss) R 18989 18989 17192 0 -1 4202560 16936 0 0 0 5053 6 0 0 25 0 5 0 498104675 554221568 100696 33554432000 4194304 5787044 140737117746464 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=18990/tid=18993] ppid=18989 vsize=541232 CPUtime=50.83 cores=1,3,5,7
/proc/18990/task/18993/stat : 18993 (priss) R 18989 18989 17192 0 -1 4202560 17893 0 0 0 5078 5 0 0 25 0 5 0 498104679 554221568 100696 33554432000 4194304 5787044 140737117746464 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18990/tid=18994] ppid=18989 vsize=541232 CPUtime=50.78 cores=1,3,5,7
/proc/18990/task/18994/stat : 18994 (priss) R 18989 18989 17192 0 -1 4202560 23140 0 0 0 5069 9 0 0 25 0 5 0 498104683 554221568 100696 33554432000 4194304 5787044 140737117746464 18446744073709551615 4336175 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18990/tid=18995] ppid=18989 vsize=541232 CPUtime=50.73 cores=1,3,5,7
/proc/18990/task/18995/stat : 18995 (priss) R 18989 18989 17192 0 -1 4202560 18059 0 0 0 5067 6 0 0 25 0 5 0 498104688 554221568 100696 33554432000 4194304 5787044 140737117746464 18446744073709551615 4336734 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.31
Current children cumulated vsize (KiB) 549932

[startup+102.306 s]
/proc/loadavg: 8.11 8.07 8.02 9/188 18998
/proc/meminfo: memFree=22827232/32951124 swapFree=67111524/67111528
[pid=18989] ppid=18987 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18989/stat : 18989 (priss.sh) S 18987 18989 17192 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498104653 8908800 252 33554432000 4194304 4922060 140736568239456 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18989/statm: 2175 252 211 178 0 68 0
[pid=18990] ppid=18989 vsize=541364 CPUtime=407.85 cores=1,3,5,7
/proc/18990/stat : 18990 (priss) S 18989 18989 17192 0 -1 4202496 105231 0 0 0 40754 31 0 0 19 0 5 0 498104653 554356736 100786 33554432000 4194304 5787044 140737117746464 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/18990/statm: 135341 100786 352 389 0 131091 0
[pid=18990/tid=18992] ppid=18989 vsize=541364 CPUtime=101.52 cores=1,3,5,7
/proc/18990/task/18992/stat : 18992 (priss) R 18989 18989 17192 0 -1 4202560 16958 0 0 0 10146 6 0 0 25 0 5 0 498104675 554356736 100786 33554432000 4194304 5787044 140737117746464 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=18990/tid=18993] ppid=18989 vsize=541364 CPUtime=102.03 cores=1,3,5,7
/proc/18990/task/18993/stat : 18993 (priss) R 18989 18989 17192 0 -1 4202560 17915 0 0 0 10198 5 0 0 25 0 5 0 498104679 554356736 100786 33554432000 4194304 5787044 140737117746464 18446744073709551615 4336688 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18990/tid=18994] ppid=18989 vsize=541364 CPUtime=101.99 cores=1,3,5,7
/proc/18990/task/18994/stat : 18994 (priss) R 18989 18989 17192 0 -1 4202560 23162 0 0 0 10190 9 0 0 25 0 5 0 498104683 554356736 100786 33554432000 4194304 5787044 140737117746464 18446744073709551615 4336155 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18990/tid=18995] ppid=18989 vsize=541364 CPUtime=101.94 cores=1,3,5,7

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

/proc/18990/task/18993/stat : 18993 (priss) R 18989 18989 17192 0 -1 4202560 95475 0 0 0 87861 82 0 0 25 0 5 0 498104679 1778851840 388929 33554432000 4194304 5787044 140737117746464 18446744073709551615 5591999 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=18990/tid=18994] ppid=18989 vsize=1737160 CPUtime=880.58 cores=1,3,5,7
/proc/18990/task/18994/stat : 18994 (priss) R 18989 18989 17192 0 -1 4202560 109841 0 0 0 87926 132 0 0 25 0 5 0 498104683 1778851840 388929 33554432000 4194304 5787044 140737117746464 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18990/tid=18995] ppid=18989 vsize=1737160 CPUtime=881.51 cores=1,3,5,7
/proc/18990/task/18995/stat : 18995 (priss) R 18989 18989 17192 0 -1 4202560 88590 0 0 0 88040 111 0 0 25 0 5 0 498104688 1778851840 388929 33554432000 4194304 5787044 140737117746464 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3522.94
Current children cumulated vsize (KiB) 1745860

[startup+942.3 s]
/proc/loadavg: 8.10 8.09 8.03 9/188 19085
/proc/meminfo: memFree=22537368/32951124 swapFree=67111524/67111528
[pid=18989] ppid=18987 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18989/stat : 18989 (priss.sh) S 18987 18989 17192 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498104653 8908800 252 33554432000 4194304 4922060 140736568239456 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18989/statm: 2175 252 211 178 0 68 0
[pid=18990] ppid=18989 vsize=1836972 CPUtime=3762.5 cores=1,3,5,7
/proc/18990/stat : 18990 (priss) S 18989 18989 17192 0 -1 4202496 450602 0 0 0 375734 516 0 0 19 0 5 0 498104653 1881059328 423502 33554432000 4194304 5787044 140737117746464 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/18990/statm: 459243 423502 417 389 0 454993 0
[pid=18990/tid=18992] ppid=18989 vsize=1836972 CPUtime=941.02 cores=1,3,5,7
/proc/18990/task/18992/stat : 18992 (priss) R 18989 18989 17192 0 -1 4202560 105122 0 0 0 93956 146 0 0 25 0 5 0 498104675 1881059328 423502 33554432000 4194304 5787044 140737117746464 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18990/tid=18993] ppid=18989 vsize=1836972 CPUtime=939.08 cores=1,3,5,7
/proc/18990/task/18993/stat : 18993 (priss) R 18989 18989 17192 0 -1 4202560 101942 0 0 0 93818 90 0 0 25 0 5 0 498104679 1881059328 423502 33554432000 4194304 5787044 140737117746464 18446744073709551615 4220335 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=18990/tid=18994] ppid=18989 vsize=1836972 CPUtime=940.54 cores=1,3,5,7
/proc/18990/task/18994/stat : 18994 (priss) R 18989 18989 17192 0 -1 4202560 116577 0 0 0 93911 143 0 0 25 0 5 0 498104683 1881059328 423502 33554432000 4194304 5787044 140737117746464 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18990/tid=18995] ppid=18989 vsize=1836972 CPUtime=941.48 cores=1,3,5,7
/proc/18990/task/18995/stat : 18995 (priss) R 18989 18989 17192 0 -1 4202560 97848 0 0 0 94017 131 0 0 25 0 5 0 498104688 1881059328 423502 33554432000 4194304 5787044 140737117746464 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3762.5
Current children cumulated vsize (KiB) 1845672

[startup+1002.3 s]
/proc/loadavg: 8.15 8.10 8.04 9/188 19087
/proc/meminfo: memFree=22451644/32951124 swapFree=67111524/67111528
[pid=18989] ppid=18987 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18989/stat : 18989 (priss.sh) S 18987 18989 17192 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498104653 8908800 252 33554432000 4194304 4922060 140736568239456 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18989/statm: 2175 252 211 178 0 68 0
[pid=18990] ppid=18989 vsize=1907632 CPUtime=4002.09 cores=1,3,5,7
/proc/18990/stat : 18990 (priss) S 18989 18989 17192 0 -1 4202496 469072 0 0 0 399661 548 0 0 19 0 5 0 498104653 1953415168 438382 33554432000 4194304 5787044 140737117746464 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/18990/statm: 476908 438382 417 389 0 472658 0
[pid=18990/tid=18992] ppid=18989 vsize=1907632 CPUtime=1001.01 cores=1,3,5,7
/proc/18990/task/18992/stat : 18992 (priss) R 18989 18989 17192 0 -1 4202560 108226 0 0 0 99946 155 0 0 25 0 5 0 498104675 1953415168 438382 33554432000 4194304 5787044 140737117746464 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18990/tid=18993] ppid=18989 vsize=1907632 CPUtime=998.85 cores=1,3,5,7
/proc/18990/task/18993/stat : 18993 (priss) R 18989 18989 17192 0 -1 4202560 101958 0 0 0 99792 93 0 0 25 0 5 0 498104679 1953415168 438382 33554432000 4194304 5787044 140737117746464 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18990/tid=18994] ppid=18989 vsize=1907632 CPUtime=1000.52 cores=1,3,5,7
/proc/18990/task/18994/stat : 18994 (priss) R 18989 18989 17192 0 -1 4202560 116598 0 0 0 99907 145 0 0 25 0 5 0 498104683 1953415168 438382 33554432000 4194304 5787044 140737117746464 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18990/tid=18995] ppid=18989 vsize=1907632 CPUtime=1001.34 cores=1,3,5,7
/proc/18990/task/18995/stat : 18995 (priss) R 18989 18989 17192 0 -1 4202560 113177 0 0 0 99985 149 0 0 25 0 5 0 498104688 1953415168 438382 33554432000 4194304 5787044 140737117746464 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4002.09
Current children cumulated vsize (KiB) 1916332

[startup+1062.3 s]
/proc/loadavg: 8.17 8.11 8.04 9/188 19088
/proc/meminfo: memFree=22443036/32951124 swapFree=67111524/67111528
[pid=18989] ppid=18987 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18989/stat : 18989 (priss.sh) S 18987 18989 17192 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498104653 8908800 252 33554432000 4194304 4922060 140736568239456 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18989/statm: 2175 252 211 178 0 68 0
[pid=18990] ppid=18989 vsize=1907632 CPUtime=4241.77 cores=1,3,5,7
/proc/18990/stat : 18990 (priss) S 18989 18989 17192 0 -1 4202496 469637 0 0 0 423627 550 0 0 19 0 5 0 498104653 1953415168 438947 33554432000 4194304 5787044 140737117746464 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/18990/statm: 476908 438947 417 389 0 472658 0
[pid=18990/tid=18992] ppid=18989 vsize=1907632 CPUtime=1061.01 cores=1,3,5,7
/proc/18990/task/18992/stat : 18992 (priss) R 18989 18989 17192 0 -1 4202560 108329 0 0 0 105945 156 0 0 25 0 5 0 498104675 1953415168 438947 33554432000 4194304 5787044 140737117746464 18446744073709551615 5591328 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18990/tid=18993] ppid=18989 vsize=1907632 CPUtime=1058.85 cores=1,3,5,7
/proc/18990/task/18993/stat : 18993 (priss) R 18989 18989 17192 0 -1 4202560 102152 0 0 0 105791 94 0 0 25 0 5 0 498104679 1953415168 438947 33554432000 4194304 5787044 140737117746464 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18990/tid=18994] ppid=18989 vsize=1907632 CPUtime=1060.52 cores=1,3,5,7
/proc/18990/task/18994/stat : 18994 (priss) R 18989 18989 17192 0 -1 4202560 116866 0 0 0 105906 146 0 0 25 0 5 0 498104683 1953415168 438947 33554432000 4194304 5787044 140737117746464 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18990/tid=18995] ppid=18989 vsize=1907632 CPUtime=1061.03 cores=1,3,5,7
/proc/18990/task/18995/stat : 18995 (priss) R 18989 18989 17192 0 -1 4202560 113177 0 0 0 105953 150 0 0 25 0 5 0 498104688 1953415168 438947 33554432000 4194304 5787044 140737117746464 18446744073709551615 5527147 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4241.77
Current children cumulated vsize (KiB) 1916332

[startup+1122.3 s]
/proc/loadavg: 8.16 8.12 8.04 9/188 19090
/proc/meminfo: memFree=22431572/32951124 swapFree=67111524/67111528
[pid=18989] ppid=18987 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18989/stat : 18989 (priss.sh) S 18987 18989 17192 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498104653 8908800 252 33554432000 4194304 4922060 140736568239456 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18989/statm: 2175 252 211 178 0 68 0
[pid=18990] ppid=18989 vsize=1980644 CPUtime=4481.45 cores=1,3,5,7
/proc/18990/stat : 18990 (priss) S 18989 18989 17192 0 -1 4202496 472496 0 0 0 447590 555 0 0 19 0 5 0 498104653 2028179456 441806 33554432000 4194304 5787044 140737117746464 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/18990/statm: 495161 441806 417 389 0 490911 0
[pid=18990/tid=18992] ppid=18989 vsize=1980644 CPUtime=1121.01 cores=1,3,5,7
/proc/18990/task/18992/stat : 18992 (priss) R 18989 18989 17192 0 -1 4202560 108620 0 0 0 111944 157 0 0 25 0 5 0 498104675 2028179456 441806 33554432000 4194304 5787044 140737117746464 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18990/tid=18993] ppid=18989 vsize=1980644 CPUtime=1118.85 cores=1,3,5,7
/proc/18990/task/18993/stat : 18993 (priss) R 18989 18989 17192 0 -1 4202560 104106 0 0 0 111789 96 0 0 25 0 5 0 498104679 2028179456 441806 33554432000 4194304 5787044 140737117746464 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18990/tid=18994] ppid=18989 vsize=1980644 CPUtime=1120.52 cores=1,3,5,7
/proc/18990/task/18994/stat : 18994 (priss) R 18989 18989 17192 0 -1 4202560 117480 0 0 0 111905 147 0 0 25 0 5 0 498104683 2028179456 441806 33554432000 4194304 5787044 140737117746464 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18990/tid=18995] ppid=18989 vsize=1980644 CPUtime=1120.7 cores=1,3,5,7
/proc/18990/task/18995/stat : 18995 (priss) R 18989 18989 17192 0 -1 4202560 113177 0 0 0 111920 150 0 0 25 0 5 0 498104688 2028179456 441806 33554432000 4194304 5787044 140737117746464 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4481.45
Current children cumulated vsize (KiB) 1989344

[startup+1182.3 s]
/proc/loadavg: 8.16 8.12 8.05 9/188 19092
/proc/meminfo: memFree=22365940/32951124 swapFree=67111524/67111528
[pid=18989] ppid=18987 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18989/stat : 18989 (priss.sh) S 18987 18989 17192 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498104653 8908800 252 33554432000 4194304 4922060 140736568239456 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18989/statm: 2175 252 211 178 0 68 0
[pid=18990] ppid=18989 vsize=2029044 CPUtime=4721.1 cores=1,3,5,7
/proc/18990/stat : 18990 (priss) S 18989 18989 17192 0 -1 4202496 489245 0 0 0 471539 571 0 0 19 0 5 0 498104653 2077741056 458555 33554432000 4194304 5787044 140737117746464 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/18990/statm: 507261 458555 417 389 0 503011 0
[pid=18990/tid=18992] ppid=18989 vsize=2029044 CPUtime=1181 cores=1,3,5,7
/proc/18990/task/18992/stat : 18992 (priss) R 18989 18989 17192 0 -1 4202560 110029 0 0 0 117942 158 0 0 25 0 5 0 498104675 2077741056 458555 33554432000 4194304 5787044 140737117746464 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18990/tid=18993] ppid=18989 vsize=2029044 CPUtime=1178.85 cores=1,3,5,7
/proc/18990/task/18993/stat : 18993 (priss) R 18989 18989 17192 0 -1 4202560 116307 0 0 0 117776 109 0 0 25 0 5 0 498104679 2077741056 458555 33554432000 4194304 5787044 140737117746464 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18990/tid=18994] ppid=18989 vsize=2029044 CPUtime=1180.51 cores=1,3,5,7
/proc/18990/task/18994/stat : 18994 (priss) R 18989 18989 17192 0 -1 4202560 119589 0 0 0 117902 149 0 0 25 0 5 0 498104683 2077741056 458555 33554432000 4194304 5787044 140737117746464 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18990/tid=18995] ppid=18989 vsize=2029044 CPUtime=1180.37 cores=1,3,5,7
/proc/18990/task/18995/stat : 18995 (priss) R 18989 18989 17192 0 -1 4202560 114207 0 0 0 117886 151 0 0 25 0 5 0 498104688 2077741056 458555 33554432000 4194304 5787044 140737117746464 18446744073709551615 5527087 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4721.1
Current children cumulated vsize (KiB) 2037744



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.1 s]
/proc/loadavg: 8.17 8.13 8.05 9/188 19092
/proc/meminfo: memFree=22323012/32951124 swapFree=67111524/67111528
[pid=18989] ppid=18987 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18989/stat : 18989 (priss.sh) S 18987 18989 17192 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498104653 8908800 252 33554432000 4194304 4922060 140736568239456 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18989/statm: 2175 252 211 178 0 68 0
[pid=18990] ppid=18989 vsize=2108944 CPUtime=4800.21 cores=1,3,5,7
/proc/18990/stat : 18990 (priss) S 18989 18989 17192 0 -1 4202496 499445 0 0 0 479437 584 0 0 19 0 5 0 498104653 2159558656 468755 33554432000 4194304 5787044 140737117746464 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/18990/statm: 527236 468755 417 389 0 522986 0
[pid=18990/tid=18992] ppid=18989 vsize=2108944 CPUtime=1200.8 cores=1,3,5,7
/proc/18990/task/18992/stat : 18992 (priss) R 18989 18989 17192 0 -1 4202560 112510 0 0 0 119921 159 0 0 25 0 5 0 498104675 2159558656 468756 33554432000 4194304 5787044 140737117746464 18446744073709551615 5590526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18990/tid=18993] ppid=18989 vsize=2108944 CPUtime=1198.66 cores=1,3,5,7
/proc/18990/task/18993/stat : 18993 (priss) R 18989 18989 17192 0 -1 4202560 119911 0 0 0 119754 112 0 0 25 0 5 0 498104679 2159558656 468756 33554432000 4194304 5787044 140737117746464 18446744073709551615 212039316165 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18990/tid=18994] ppid=18989 vsize=2108944 CPUtime=1200.32 cores=1,3,5,7
/proc/18990/task/18994/stat : 18994 (priss) R 18989 18989 17192 0 -1 4202560 123663 0 0 0 119874 158 0 0 25 0 5 0 498104683 2159558656 468756 33554432000 4194304 5787044 140737117746464 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18990/tid=18995] ppid=18989 vsize=2108944 CPUtime=1200.06 cores=1,3,5,7
/proc/18990/task/18995/stat : 18995 (priss) R 18989 18989 17192 0 -1 4202560 114249 0 0 0 119855 151 0 0 25 0 5 0 498104688 2159558656 468756 33554432000 4194304 5787044 140737117746464 18446744073709551615 5527072 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 2117644

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

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

[startup+1202.1 s]
/proc/loadavg: 8.17 8.13 8.05 9/188 19092
/proc/meminfo: memFree=22323012/32951124 swapFree=67111524/67111528
[pid=18989] ppid=18987 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18989/stat : 18989 (priss.sh) S 18987 18989 17192 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498104653 8908800 252 33554432000 4194304 4922060 140736568239456 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18989/statm: 2175 252 211 178 0 68 0
[pid=18990] ppid=18989 vsize=2108944 CPUtime=4800.21 cores=1,3,5,7
/proc/18990/stat : 18990 (priss) S 18989 18989 17192 0 -1 4202496 499445 0 0 0 479437 584 0 0 19 0 5 0 498104653 2159558656 468755 33554432000 4194304 5787044 140737117746464 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/18990/statm: 527236 468755 417 389 0 522986 0
[pid=18990/tid=18992] ppid=18989 vsize=2108944 CPUtime=1200.8 cores=1,3,5,7
/proc/18990/task/18992/stat : 18992 (priss) R 18989 18989 17192 0 -1 4202560 112510 0 0 0 119921 159 0 0 25 0 5 0 498104675 2159558656 468756 33554432000 4194304 5787044 140737117746464 18446744073709551615 5590526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18990/tid=18993] ppid=18989 vsize=2108944 CPUtime=1198.66 cores=1,3,5,7
/proc/18990/task/18993/stat : 18993 (priss) R 18989 18989 17192 0 -1 4202560 119911 0 0 0 119754 112 0 0 25 0 5 0 498104679 2159558656 468756 33554432000 4194304 5787044 140737117746464 18446744073709551615 212039316165 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18990/tid=18994] ppid=18989 vsize=2108944 CPUtime=1200.32 cores=1,3,5,7
/proc/18990/task/18994/stat : 18994 (priss) R 18989 18989 17192 0 -1 4202560 123663 0 0 0 119874 158 0 0 25 0 5 0 498104683 2159558656 468756 33554432000 4194304 5787044 140737117746464 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18990/tid=18995] ppid=18989 vsize=2108944 CPUtime=1200.06 cores=1,3,5,7
/proc/18990/task/18995/stat : 18995 (priss) R 18989 18989 17192 0 -1 4202560 114249 0 0 0 119855 151 0 0 25 0 5 0 498104688 2159558656 468756 33554432000 4194304 5787044 140737117746464 18446744073709551615 5527072 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 2117644

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1202.12
CPU time (s): 4800.21
CPU user time (s): 4794.37
CPU system time (s): 5.84
CPU usage (%): 399.312
Max. virtual memory (cumulated for all children) (KiB): 2117644

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

runsolver used 1.60875 second user time and 4.96425 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-29 08:01:24
IDJOB=3249754
IDBENCH=83184
IDSOLVER=1603
FILE ID=node146/3249754-1304056883
RUNJOBID= node146-1304042862-17211
PBS_JOBID= 13170387
Free space on /tmp= 72976 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-21x39.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3249754-1304056883/watcher-3249754-1304056883 -o /tmp/evaluation-result-3249754-1304056883/solver-3249754-1304056883 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3249754-1304056883.cnf 773813896 4800 15500 4

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

MD5SUM BENCH= e7679ca49bb432c9b90305d907365c4e
RANDOM SEED=773813896

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23235864 kB
Buffers:       1670248 kB
Cached:        6278352 kB
SwapCached:          4 kB
Active:        2550608 kB
Inactive:      6633572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23235864 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           16836 kB
Writeback:           0 kB
AnonPages:     1235712 kB
Mapped:          15440 kB
Slab:           463612 kB
PageTables:       6788 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1445444 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= 72980 MiB
End job on node146 at 2011-04-29 08:21:28