Trace number 3266520

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 1202.12

General information on the benchmark

NameSAT02/handmade/zhang-lintao/
xor-chain/x1_80.shuffled.cnf
MD5SUM53a7d1541ad9c0dde902ec3a505ae8fc
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.001998
Satisfiable
(Un)Satisfiability was proved
Number of variables238
Number of clauses634
Sum of the clauses size1900
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22
Number of clauses of size 3632
Number of clauses of size 40
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: 32682
0.00/0.00	c parsetime: 233us
0.00/0.00	c parsed 634 clauses with 238 variables
0.00/0.00	c NW started thread 0 successfully (1100306752)
0.00/0.00	c NW started thread 1 successfully (1112185152)
0.00/0.00	c NW started thread 2 successfully (1122675008)
0.00/0.00	c NW started thread 3 successfully (1133164864)
0.00/0.58	c preprocessor returned 10028 variables
0.00/0.58	c preprocessing returned UNKNOWN
0.00/0.58	c PP set 0 variables
0.00/0.58	c pp time: 575828us (0s)
0.00/0.58	c preprocessor returned 10028 variables
0.00/0.58	c preprocessing returned UNKNOWN
0.00/0.58	c PP set 0 variables
0.00/0.58	c pp time: 576832us (0s)
0.00/0.65	c preprocessor returned 10028 variables
0.00/0.65	c preprocessing returned UNKNOWN
0.00/0.65	c PP set 0 variables
0.00/0.65	c pp time: 644725us (0s)
23.52/5.94	c preprocessor returned 30034 variables
23.52/5.94	c preprocessing returned UNKNOWN
23.52/5.94	c PP set 0 variables
23.52/5.94	c pp time: 5937983us (5s)

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-3266520-1304081749/watcher-3266520-1304081749 -o /tmp/evaluation-result-3266520-1304081749/solver-3266520-1304081749 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3266520-1304081749.cnf 86156575 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.44 7.95 7.97 3/172 32680
/proc/meminfo: memFree=31105296/32951124 swapFree=67110188/67111528
[pid=32680] ppid=32678 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32680/stat : 32680 (priss.sh) S 32678 32680 31842 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 519775694 8908800 252 33554432000 4194304 4922060 140737253918432 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32680/statm: 2175 252 211 178 0 68 0

[startup+0.0941031 s]
/proc/loadavg: 7.44 7.95 7.97 3/172 32680
/proc/meminfo: memFree=31105296/32951124 swapFree=67110188/67111528
[pid=32680] ppid=32678 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32680/stat : 32680 (priss.sh) S 32678 32680 31842 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 519775694 8908800 252 33554432000 4194304 4922060 140737253918432 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32680/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101099 s]
/proc/loadavg: 7.44 7.95 7.97 3/172 32680
/proc/meminfo: memFree=31105296/32951124 swapFree=67110188/67111528
[pid=32680] ppid=32678 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32680/stat : 32680 (priss.sh) S 32678 32680 31842 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 519775694 8908800 252 33554432000 4194304 4922060 140737253918432 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32680/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300062 s]
/proc/loadavg: 7.44 7.95 7.97 3/172 32680
/proc/meminfo: memFree=31105296/32951124 swapFree=67110188/67111528
[pid=32680] ppid=32678 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32680/stat : 32680 (priss.sh) S 32678 32680 31842 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 519775694 8908800 252 33554432000 4194304 4922060 140737253918432 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32680/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700991 s]
/proc/loadavg: 7.44 7.95 7.97 3/172 32680
/proc/meminfo: memFree=31105296/32951124 swapFree=67110188/67111528
[pid=32680] ppid=32678 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32680/stat : 32680 (priss.sh) S 32678 32680 31842 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 519775694 8908800 252 33554432000 4194304 4922060 140737253918432 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32680/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50085 s]
/proc/loadavg: 7.49 7.95 7.97 9/188 32696
/proc/meminfo: memFree=31048516/32951124 swapFree=67110188/67111528
[pid=32680] ppid=32678 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32680/stat : 32680 (priss.sh) S 32678 32680 31842 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 519775694 8908800 252 33554432000 4194304 4922060 140737253918432 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32680/statm: 2175 252 211 178 0 68 0
[pid=32682] ppid=32680 vsize=277544 CPUtime=5.96 cores=1,3,5,7
/proc/32682/stat : 32682 (priss) S 32680 32680 31842 0 -1 4202496 9177 0 0 0 594 2 0 0 23 0 5 0 519775694 284205056 7885 33554432000 4194304 5787044 140736449901248 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/32682/statm: 69386 7885 404 389 0 65136 0
[pid=32682/tid=32687] ppid=32680 vsize=277544 CPUtime=1.48 cores=1,3,5,7
/proc/32682/task/32687/stat : 32687 (priss) R 32680 32680 31842 0 -1 4202560 1776 0 0 0 148 0 0 0 25 0 5 0 519775695 284205056 7885 33554432000 4194304 5787044 140736449901248 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32682/tid=32688] ppid=32680 vsize=277544 CPUtime=1.48 cores=1,3,5,7
/proc/32682/task/32688/stat : 32688 (priss) R 32680 32680 31842 0 -1 4202560 1940 0 0 0 148 0 0 0 25 0 5 0 519775695 284205056 7885 33554432000 4194304 5787044 140736449901248 18446744073709551615 222921882143 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32682/tid=32689] ppid=32680 vsize=277544 CPUtime=1.47 cores=1,3,5,7
/proc/32682/task/32689/stat : 32689 (priss) R 32680 32680 31842 0 -1 4202560 1965 0 0 0 147 0 0 0 18 0 5 0 519775695 284205056 7885 33554432000 4194304 5787044 140736449901248 18446744073709551615 5588574 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=32682/tid=32690] ppid=32680 vsize=277544 CPUtime=1.48 cores=1,3,5,7
/proc/32682/task/32690/stat : 32690 (priss) R 32680 32680 31842 0 -1 4202560 1998 0 0 0 148 0 0 0 20 0 5 0 519775695 284205056 7885 33554432000 4194304 5787044 140736449901248 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 286244

[startup+3.10055 s]
/proc/loadavg: 7.49 7.95 7.97 9/188 32696
/proc/meminfo: memFree=31038644/32951124 swapFree=67110188/67111528
[pid=32680] ppid=32678 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32680/stat : 32680 (priss.sh) S 32678 32680 31842 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 519775694 8908800 252 33554432000 4194304 4922060 140737253918432 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32680/statm: 2175 252 211 178 0 68 0
[pid=32682] ppid=32680 vsize=285236 CPUtime=12.35 cores=1,3,5,7
/proc/32682/stat : 32682 (priss) S 32680 32680 31842 0 -1 4202496 12616 0 0 0 1231 4 0 0 23 0 5 0 519775694 292081664 11324 33554432000 4194304 5787044 140736449901248 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/32682/statm: 71309 11324 404 389 0 67059 0
[pid=32682/tid=32687] ppid=32680 vsize=285236 CPUtime=3.08 cores=1,3,5,7
/proc/32682/task/32687/stat : 32687 (priss) R 32680 32680 31842 0 -1 4202560 3650 0 0 0 308 0 0 0 19 0 5 0 519775695 292081664 11324 33554432000 4194304 5787044 140736449901248 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32682/tid=32688] ppid=32680 vsize=285236 CPUtime=3.08 cores=1,3,5,7
/proc/32682/task/32688/stat : 32688 (priss) R 32680 32680 31842 0 -1 4202560 2924 0 0 0 307 1 0 0 25 0 5 0 519775695 292081664 11324 33554432000 4194304 5787044 140736449901248 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32682/tid=32689] ppid=32680 vsize=285236 CPUtime=3.07 cores=1,3,5,7
/proc/32682/task/32689/stat : 32689 (priss) R 32680 32680 31842 0 -1 4202560 2546 0 0 0 306 1 0 0 18 0 5 0 519775695 292081664 11324 33554432000 4194304 5787044 140736449901248 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=32682/tid=32690] ppid=32680 vsize=285236 CPUtime=3.08 cores=1,3,5,7
/proc/32682/task/32690/stat : 32690 (priss) R 32680 32680 31842 0 -1 4202560 1998 0 0 0 308 0 0 0 25 0 5 0 519775695 292081664 11324 33554432000 4194304 5787044 140736449901248 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 293936

[startup+6.30097 s]
/proc/loadavg: 7.49 7.95 7.97 9/188 32696
/proc/meminfo: memFree=31008260/32951124 swapFree=67110188/67111528
[pid=32680] ppid=32678 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32680/stat : 32680 (priss.sh) S 32678 32680 31842 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 519775694 8908800 252 33554432000 4194304 4922060 140737253918432 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32680/statm: 2175 252 211 178 0 68 0
[pid=32682] ppid=32680 vsize=292028 CPUtime=25.12 cores=1,3,5,7
/proc/32682/stat : 32682 (priss) S 32680 32680 31842 0 -1 4202496 17183 0 0 0 2506 6 0 0 23 0 5 0 519775694 299036672 15185 33554432000 4194304 5787044 140736449901248 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/32682/statm: 73007 15185 417 389 0 68757 0
[pid=32682/tid=32687] ppid=32680 vsize=292028 CPUtime=6.28 cores=1,3,5,7
/proc/32682/task/32687/stat : 32687 (priss) R 32680 32680 31842 0 -1 4202560 4542 0 0 0 627 1 0 0 25 0 5 0 519775695 299036672 15185 33554432000 4194304 5787044 140736449901248 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32682/tid=32688] ppid=32680 vsize=292028 CPUtime=6.28 cores=1,3,5,7
/proc/32682/task/32688/stat : 32688 (priss) R 32680 32680 31842 0 -1 4202560 4125 0 0 0 626 2 0 0 25 0 5 0 519775695 299036672 15185 33554432000 4194304 5787044 140736449901248 18446744073709551615 222921438241 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32682/tid=32689] ppid=32680 vsize=292028 CPUtime=6.25 cores=1,3,5,7
/proc/32682/task/32689/stat : 32689 (priss) R 32680 32680 31842 0 -1 4202560 3602 0 0 0 623 2 0 0 25 0 5 0 519775695 299036672 15185 33554432000 4194304 5787044 140736449901248 18446744073709551615 5591730 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=32682/tid=32690] ppid=32680 vsize=292028 CPUtime=6.28 cores=1,3,5,7
/proc/32682/task/32690/stat : 32690 (priss) R 32680 32680 31842 0 -1 4202560 3416 0 0 0 628 0 0 0 25 0 5 0 519775695 299036672 15185 33554432000 4194304 5787044 140736449901248 18446744073709551615 222933600624 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 300728

[startup+12.7008 s]
/proc/loadavg: 7.57 7.95 7.97 9/188 32697
/proc/meminfo: memFree=30959504/32951124 swapFree=67110188/67111528
[pid=32680] ppid=32678 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32680/stat : 32680 (priss.sh) S 32678 32680 31842 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 519775694 8908800 252 33554432000 4194304 4922060 140737253918432 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32680/statm: 2175 252 211 178 0 68 0
[pid=32682] ppid=32680 vsize=306032 CPUtime=50.65 cores=1,3,5,7
/proc/32682/stat : 32682 (priss) S 32680 32680 31842 0 -1 4202496 25658 0 0 0 5050 15 0 0 23 0 5 0 519775694 313376768 23614 33554432000 4194304 5787044 140736449901248 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/32682/statm: 76508 23614 417 389 0 72258 0
[pid=32682/tid=32687] ppid=32680 vsize=306032 CPUtime=12.67 cores=1,3,5,7
/proc/32682/task/32687/stat : 32687 (priss) R 32680 32680 31842 0 -1 4202560 6579 0 0 0 1264 3 0 0 18 0 5 0 519775695 313376768 23614 33554432000 4194304 5787044 140736449901248 18446744073709551615 222933602997 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32682/tid=32688] ppid=32680 vsize=306032 CPUtime=12.67 cores=1,3,5,7
/proc/32682/task/32688/stat : 32688 (priss) R 32680 32680 31842 0 -1 4202560 5696 0 0 0 1263 4 0 0 25 0 5 0 519775695 313376768 23614 33554432000 4194304 5787044 140736449901248 18446744073709551615 5591298 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32682/tid=32689] ppid=32680 vsize=306032 CPUtime=12.6 cores=1,3,5,7
/proc/32682/task/32689/stat : 32689 (priss) R 32680 32680 31842 0 -1 4202560 5703 0 0 0 1256 4 0 0 25 0 5 0 519775695 313376768 23614 33554432000 4194304 5787044 140736449901248 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=32682/tid=32690] ppid=32680 vsize=306032 CPUtime=12.67 cores=1,3,5,7
/proc/32682/task/32690/stat : 32690 (priss) R 32680 32680 31842 0 -1 4202560 6182 0 0 0 1265 2 0 0 18 0 5 0 519775695 313376768 23614 33554432000 4194304 5787044 140736449901248 18446744073709551615 222933602997 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 314732

[startup+25.5005 s]
/proc/loadavg: 7.63 7.95 7.97 9/188 32697
/proc/meminfo: memFree=30903460/32951124 swapFree=67110188/67111528
[pid=32680] ppid=32678 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32680/stat : 32680 (priss.sh) S 32678 32680 31842 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 519775694 8908800 252 33554432000 4194304 4922060 140737253918432 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32680/statm: 2175 252 211 178 0 68 0
[pid=32682] ppid=32680 vsize=323696 CPUtime=101.75 cores=1,3,5,7
/proc/32682/stat : 32682 (priss) S 32680 32680 31842 0 -1 4202496 35384 0 0 0 10149 26 0 0 23 0 5 0 519775694 331464704 33285 33554432000 4194304 5787044 140736449901248 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/32682/statm: 80924 33285 417 389 0 76674 0
[pid=32682/tid=32687] ppid=32680 vsize=323696 CPUtime=25.46 cores=1,3,5,7
/proc/32682/task/32687/stat : 32687 (priss) R 32680 32680 31842 0 -1 4202560 10018 0 0 0 2540 6 0 0 25 0 5 0 519775695 331464704 33285 33554432000 4194304 5787044 140736449901248 18446744073709551615 5591322 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32682/tid=32688] ppid=32680 vsize=323696 CPUtime=25.47 cores=1,3,5,7
/proc/32682/task/32688/stat : 32688 (priss) R 32680 32680 31842 0 -1 4202560 7340 0 0 0 2541 6 0 0 25 0 5 0 519775695 331464704 33285 33554432000 4194304 5787044 140736449901248 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32682/tid=32689] ppid=32680 vsize=323696 CPUtime=25.33 cores=1,3,5,7
/proc/32682/task/32689/stat : 32689 (priss) R 32680 32680 31842 0 -1 4202560 7969 0 0 0 2527 6 0 0 25 0 5 0 519775695 331464704 33285 33554432000 4194304 5787044 140736449901248 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=32682/tid=32690] ppid=32680 vsize=323696 CPUtime=25.47 cores=1,3,5,7
/proc/32682/task/32690/stat : 32690 (priss) R 32680 32680 31842 0 -1 4202560 8559 0 0 0 2541 6 0 0 25 0 5 0 519775695 331464704 33285 33554432000 4194304 5787044 140736449901248 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.75
Current children cumulated vsize (KiB) 332396

[startup+51.1008 s]
/proc/loadavg: 7.83 7.97 7.97 9/188 32698
/proc/meminfo: memFree=30834252/32951124 swapFree=67110188/67111528
[pid=32680] ppid=32678 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32680/stat : 32680 (priss.sh) S 32678 32680 31842 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 519775694 8908800 252 33554432000 4194304 4922060 140737253918432 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32680/statm: 2175 252 211 178 0 68 0
[pid=32682] ppid=32680 vsize=339652 CPUtime=203.96 cores=1,3,5,7
/proc/32682/stat : 32682 (priss) S 32680 32680 31842 0 -1 4202496 46957 0 0 0 20356 40 0 0 23 0 5 0 519775694 347803648 44648 33554432000 4194304 5787044 140736449901248 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/32682/statm: 84913 44648 417 389 0 80663 0
[pid=32682/tid=32687] ppid=32680 vsize=339652 CPUtime=51.05 cores=1,3,5,7
/proc/32682/task/32687/stat : 32687 (priss) R 32680 32680 31842 0 -1 4202560 11495 0 0 0 5097 8 0 0 25 0 5 0 519775695 347803648 44648 33554432000 4194304 5787044 140736449901248 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32682/tid=32688] ppid=32680 vsize=339652 CPUtime=51.05 cores=1,3,5,7
/proc/32682/task/32688/stat : 32688 (priss) R 32680 32680 31842 0 -1 4202560 10420 0 0 0 5095 10 0 0 25 0 5 0 519775695 347803648 44648 33554432000 4194304 5787044 140736449901248 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32682/tid=32689] ppid=32680 vsize=339652 CPUtime=50.77 cores=1,3,5,7
/proc/32682/task/32689/stat : 32689 (priss) R 32680 32680 31842 0 -1 4202560 9699 0 0 0 5068 9 0 0 18 0 5 0 519775695 347803648 44648 33554432000 4194304 5787044 140736449901248 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=32682/tid=32690] ppid=32680 vsize=339652 CPUtime=51.05 cores=1,3,5,7
/proc/32682/task/32690/stat : 32690 (priss) R 32680 32680 31842 0 -1 4202560 13845 0 0 0 5094 11 0 0 25 0 5 0 519775695 347803648 44648 33554432000 4194304 5787044 140736449901248 18446744073709551615 5527568 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.96
Current children cumulated vsize (KiB) 348352

[startup+102.307 s]
/proc/loadavg: 7.92 7.97 7.97 9/188 32699
/proc/meminfo: memFree=30733512/32951124 swapFree=67110188/67111528
[pid=32680] ppid=32678 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32680/stat : 32680 (priss.sh) S 32678 32680 31842 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 519775694 8908800 252 33554432000 4194304 4922060 140737253918432 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32680/statm: 2175 252 211 178 0 68 0
[pid=32682] ppid=32680 vsize=366716 CPUtime=408.45 cores=1,3,5,7
/proc/32682/stat : 32682 (priss) S 32680 32680 31842 0 -1 4202496 62923 0 0 0 40782 63 0 0 23 0 5 0 519775694 375517184 60323 33554432000 4194304 5787044 140736449901248 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/32682/statm: 91679 60323 417 389 0 87429 0
[pid=32682/tid=32687] ppid=32680 vsize=366716 CPUtime=102.24 cores=1,3,5,7
/proc/32682/task/32687/stat : 32687 (priss) R 32680 32680 31842 0 -1 4202560 16237 0 0 0 10211 13 0 0 25 0 5 0 519775695 375517184 60323 33554432000 4194304 5787044 140736449901248 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32682/tid=32688] ppid=32680 vsize=366716 CPUtime=102.25 cores=1,3,5,7
/proc/32682/task/32688/stat : 32688 (priss) R 32680 32680 31842 0 -1 4202560 15224 0 0 0 10208 17 0 0 25 0 5 0 519775695 375517184 60323 33554432000 4194304 5787044 140736449901248 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32682/tid=32689] ppid=32680 vsize=366716 CPUtime=101.69 cores=1,3,5,7
/proc/32682/task/32689/stat : 32689 (priss) R 32680 32680 31842 0 -1 4202560 11775 0 0 0 10156 13 0 0 25 0 5 0 519775695 375517184 60323 33554432000 4194304 5787044 140736449901248 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=32682/tid=32690] ppid=32680 vsize=366716 CPUtime=102.25 cores=1,3,5,7

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

/proc/32682/task/32688/stat : 32688 (priss) R 32680 32680 31842 0 -1 4202560 33674 0 0 0 88153 46 0 0 25 0 5 0 519775695 727425024 147143 33554432000 4194304 5787044 140736449901248 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32682/tid=32689] ppid=32680 vsize=710376 CPUtime=876.97 cores=1,3,5,7
/proc/32682/task/32689/stat : 32689 (priss) R 32680 32680 31842 0 -1 4202560 27305 0 0 0 87667 30 0 0 25 0 5 0 519775695 727425024 147143 33554432000 4194304 5787044 140736449901248 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=32682/tid=32690] ppid=32680 vsize=710376 CPUtime=882.2 cores=1,3,5,7
/proc/32682/task/32690/stat : 32690 (priss) R 32680 32680 31842 0 -1 4202560 45193 0 0 0 88150 70 0 0 25 0 5 0 519775695 727425024 147143 33554432000 4194304 5787044 140736449901248 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3522.98
Current children cumulated vsize (KiB) 719076

[startup+942.301 s]
/proc/loadavg: 8.16 8.13 8.05 9/188 32733
/proc/meminfo: memFree=30140288/32951124 swapFree=67110188/67111528
[pid=32680] ppid=32678 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32680/stat : 32680 (priss.sh) S 32678 32680 31842 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 519775694 8908800 252 33554432000 4194304 4922060 140737253918432 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32680/statm: 2175 252 211 178 0 68 0
[pid=32682] ppid=32680 vsize=790584 CPUtime=3762.65 cores=1,3,5,7
/proc/32682/stat : 32682 (priss) S 32680 32680 31842 0 -1 4202496 158352 0 0 0 376055 210 0 0 23 0 5 0 519775694 809558016 154365 33554432000 4194304 5787044 140736449901248 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/32682/statm: 197646 154365 417 389 0 193396 0
[pid=32682/tid=32687] ppid=32680 vsize=790584 CPUtime=941.78 cores=1,3,5,7
/proc/32682/task/32687/stat : 32687 (priss) R 32680 32680 31842 0 -1 4202560 44963 0 0 0 94121 57 0 0 25 0 5 0 519775695 809558016 154365 33554432000 4194304 5787044 140736449901248 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32682/tid=32688] ppid=32680 vsize=790584 CPUtime=941.98 cores=1,3,5,7
/proc/32682/task/32688/stat : 32688 (priss) R 32680 32680 31842 0 -1 4202560 36669 0 0 0 94150 48 0 0 25 0 5 0 519775695 809558016 154365 33554432000 4194304 5787044 140736449901248 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32682/tid=32689] ppid=32680 vsize=790584 CPUtime=936.64 cores=1,3,5,7
/proc/32682/task/32689/stat : 32689 (priss) R 32680 32680 31842 0 -1 4202560 28346 0 0 0 93634 30 0 0 25 0 5 0 519775695 809558016 154365 33554432000 4194304 5787044 140736449901248 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=32682/tid=32690] ppid=32680 vsize=790584 CPUtime=942.2 cores=1,3,5,7
/proc/32682/task/32690/stat : 32690 (priss) R 32680 32680 31842 0 -1 4202560 46876 0 0 0 94147 73 0 0 25 0 5 0 519775695 809558016 154365 33554432000 4194304 5787044 140736449901248 18446744073709551615 5527057 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3762.65
Current children cumulated vsize (KiB) 799284

[startup+1002.3 s]
/proc/loadavg: 8.15 8.13 8.06 9/188 32735
/proc/meminfo: memFree=30109744/32951124 swapFree=67110188/67111528
[pid=32680] ppid=32678 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32680/stat : 32680 (priss.sh) S 32678 32680 31842 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 519775694 8908800 252 33554432000 4194304 4922060 140737253918432 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32680/statm: 2175 252 211 178 0 68 0
[pid=32682] ppid=32680 vsize=871536 CPUtime=4002.32 cores=1,3,5,7
/proc/32682/stat : 32682 (priss) S 32680 32680 31842 0 -1 4202496 165862 0 0 0 400012 220 0 0 23 0 5 0 519775694 892452864 161875 33554432000 4194304 5787044 140736449901248 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/32682/statm: 217884 161875 417 389 0 213634 0
[pid=32682/tid=32687] ppid=32680 vsize=871536 CPUtime=1001.79 cores=1,3,5,7
/proc/32682/task/32687/stat : 32687 (priss) R 32680 32680 31842 0 -1 4202560 47677 0 0 0 100121 58 0 0 25 0 5 0 519775695 892452864 161875 33554432000 4194304 5787044 140736449901248 18446744073709551615 5591239 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32682/tid=32688] ppid=32680 vsize=871536 CPUtime=1001.99 cores=1,3,5,7
/proc/32682/task/32688/stat : 32688 (priss) R 32680 32680 31842 0 -1 4202560 39355 0 0 0 100146 53 0 0 25 0 5 0 519775695 892452864 161875 33554432000 4194304 5787044 140736449901248 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32682/tid=32689] ppid=32680 vsize=871536 CPUtime=996.31 cores=1,3,5,7
/proc/32682/task/32689/stat : 32689 (priss) R 32680 32680 31842 0 -1 4202560 28822 0 0 0 99600 31 0 0 25 0 5 0 519775695 892452864 161875 33554432000 4194304 5787044 140736449901248 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=32682/tid=32690] ppid=32680 vsize=871536 CPUtime=1002.2 cores=1,3,5,7
/proc/32682/task/32690/stat : 32690 (priss) R 32680 32680 31842 0 -1 4202560 48510 0 0 0 100144 76 0 0 25 0 5 0 519775695 892452864 161875 33554432000 4194304 5787044 140736449901248 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4002.32
Current children cumulated vsize (KiB) 880236

[startup+1062.3 s]
/proc/loadavg: 8.22 8.15 8.07 9/188 32737
/proc/meminfo: memFree=30087744/32951124 swapFree=67110188/67111528
[pid=32680] ppid=32678 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32680/stat : 32680 (priss.sh) S 32678 32680 31842 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 519775694 8908800 252 33554432000 4194304 4922060 140737253918432 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32680/statm: 2175 252 211 178 0 68 0
[pid=32682] ppid=32680 vsize=879580 CPUtime=4241.97 cores=1,3,5,7
/proc/32682/stat : 32682 (priss) S 32680 32680 31842 0 -1 4202496 171578 0 0 0 423968 229 0 0 23 0 5 0 519775694 900689920 167258 33554432000 4194304 5787044 140736449901248 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/32682/statm: 219895 167258 417 389 0 215645 0
[pid=32682/tid=32687] ppid=32680 vsize=879580 CPUtime=1061.77 cores=1,3,5,7
/proc/32682/task/32687/stat : 32687 (priss) R 32680 32680 31842 0 -1 4202560 48716 0 0 0 106118 59 0 0 25 0 5 0 519775695 900689920 167258 33554432000 4194304 5787044 140736449901248 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32682/tid=32688] ppid=32680 vsize=879580 CPUtime=1061.98 cores=1,3,5,7
/proc/32682/task/32688/stat : 32688 (priss) R 32680 32680 31842 0 -1 4202560 40081 0 0 0 106144 54 0 0 25 0 5 0 519775695 900689920 167258 33554432000 4194304 5787044 140736449901248 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32682/tid=32689] ppid=32680 vsize=879580 CPUtime=1055.98 cores=1,3,5,7
/proc/32682/task/32689/stat : 32689 (priss) R 32680 32680 31842 0 -1 4202560 30552 0 0 0 105562 36 0 0 25 0 5 0 519775695 900689920 167258 33554432000 4194304 5787044 140736449901248 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=32682/tid=32690] ppid=32680 vsize=879580 CPUtime=1062.2 cores=1,3,5,7
/proc/32682/task/32690/stat : 32690 (priss) R 32680 32680 31842 0 -1 4202560 50731 0 0 0 106142 78 0 0 25 0 5 0 519775695 900689920 167258 33554432000 4194304 5787044 140736449901248 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4241.97
Current children cumulated vsize (KiB) 888280

[startup+1122.3 s]
/proc/loadavg: 8.15 8.14 8.07 9/188 32738
/proc/meminfo: memFree=30076304/32951124 swapFree=67110188/67111528
[pid=32680] ppid=32678 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32680/stat : 32680 (priss.sh) S 32678 32680 31842 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 519775694 8908800 252 33554432000 4194304 4922060 140737253918432 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32680/statm: 2175 252 211 178 0 68 0
[pid=32682] ppid=32680 vsize=879580 CPUtime=4481.64 cores=1,3,5,7
/proc/32682/stat : 32682 (priss) S 32680 32680 31842 0 -1 4202496 174229 0 0 0 447931 233 0 0 23 0 5 0 519775694 900689920 169577 33554432000 4194304 5787044 140736449901248 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/32682/statm: 219895 169577 417 389 0 215645 0
[pid=32682/tid=32687] ppid=32680 vsize=879580 CPUtime=1121.78 cores=1,3,5,7
/proc/32682/task/32687/stat : 32687 (priss) R 32680 32680 31842 0 -1 4202560 48721 0 0 0 112118 60 0 0 25 0 5 0 519775695 900689920 169577 33554432000 4194304 5787044 140736449901248 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32682/tid=32688] ppid=32680 vsize=879580 CPUtime=1121.98 cores=1,3,5,7
/proc/32682/task/32688/stat : 32688 (priss) R 32680 32680 31842 0 -1 4202560 40087 0 0 0 112144 54 0 0 25 0 5 0 519775695 900689920 169577 33554432000 4194304 5787044 140736449901248 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32682/tid=32689] ppid=32680 vsize=879580 CPUtime=1115.64 cores=1,3,5,7
/proc/32682/task/32689/stat : 32689 (priss) R 32680 32680 31842 0 -1 4202560 32321 0 0 0 111525 39 0 0 25 0 5 0 519775695 900689920 169577 33554432000 4194304 5787044 140736449901248 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=32682/tid=32690] ppid=32680 vsize=879580 CPUtime=1122.2 cores=1,3,5,7
/proc/32682/task/32690/stat : 32690 (priss) R 32680 32680 31842 0 -1 4202560 51602 0 0 0 112142 78 0 0 25 0 5 0 519775695 900689920 169577 33554432000 4194304 5787044 140736449901248 18446744073709551615 5522464 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4481.64
Current children cumulated vsize (KiB) 888280

[startup+1182.3 s]
/proc/loadavg: 8.13 8.13 8.07 9/188 32740
/proc/meminfo: memFree=30060996/32951124 swapFree=67110188/67111528
[pid=32680] ppid=32678 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32680/stat : 32680 (priss.sh) S 32678 32680 31842 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 519775694 8908800 252 33554432000 4194304 4922060 140737253918432 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32680/statm: 2175 252 211 178 0 68 0
[pid=32682] ppid=32680 vsize=945116 CPUtime=4721.3 cores=1,3,5,7
/proc/32682/stat : 32682 (priss) S 32680 32680 31842 0 -1 4202496 176217 0 0 0 471891 239 0 0 23 0 5 0 519775694 967798784 171565 33554432000 4194304 5787044 140736449901248 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/32682/statm: 236279 171565 417 389 0 232029 0
[pid=32682/tid=32687] ppid=32680 vsize=945116 CPUtime=1181.77 cores=1,3,5,7
/proc/32682/task/32687/stat : 32687 (priss) R 32680 32680 31842 0 -1 4202560 49701 0 0 0 118114 63 0 0 25 0 5 0 519775695 967798784 171565 33554432000 4194304 5787044 140736449901248 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32682/tid=32688] ppid=32680 vsize=945116 CPUtime=1181.98 cores=1,3,5,7
/proc/32682/task/32688/stat : 32688 (priss) R 32680 32680 31842 0 -1 4202560 40108 0 0 0 118143 55 0 0 25 0 5 0 519775695 967798784 171565 33554432000 4194304 5787044 140736449901248 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32682/tid=32689] ppid=32680 vsize=945116 CPUtime=1175.32 cores=1,3,5,7
/proc/32682/task/32689/stat : 32689 (priss) R 32680 32680 31842 0 -1 4202560 33306 0 0 0 117491 41 0 0 25 0 5 0 519775695 967798784 171565 33554432000 4194304 5787044 140736449901248 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=32682/tid=32690] ppid=32680 vsize=945116 CPUtime=1182.2 cores=1,3,5,7
/proc/32682/task/32690/stat : 32690 (priss) R 32680 32680 31842 0 -1 4202560 51604 0 0 0 118141 79 0 0 25 0 5 0 519775695 967798784 171565 33554432000 4194304 5787044 140736449901248 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4721.3
Current children cumulated vsize (KiB) 953816



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.1 s]
/proc/loadavg: 8.10 8.12 8.06 5/181 32741
/proc/meminfo: memFree=30412832/32951124 swapFree=67110188/67111528
[pid=32680] ppid=32678 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32680/stat : 32680 (priss.sh) S 32678 32680 31842 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 519775694 8908800 252 33554432000 4194304 4922060 140737253918432 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32680/statm: 2175 252 211 178 0 68 0
[pid=32682] ppid=32680 vsize=945116 CPUtime=4800.41 cores=1,3,5,7
/proc/32682/stat : 32682 (priss) S 32680 32680 31842 0 -1 4202496 176940 0 0 0 479800 241 0 0 23 0 5 0 519775694 967798784 172288 33554432000 4194304 5787044 140736449901248 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/32682/statm: 236279 172288 417 389 0 232029 0
[pid=32682/tid=32687] ppid=32680 vsize=945116 CPUtime=1201.58 cores=1,3,5,7
/proc/32682/task/32687/stat : 32687 (priss) R 32680 32680 31842 0 -1 4202560 50215 0 0 0 120093 65 0 0 25 0 5 0 519775695 967798784 172288 33554432000 4194304 5787044 140736449901248 18446744073709551615 5585354 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32682/tid=32688] ppid=32680 vsize=945116 CPUtime=1201.79 cores=1,3,5,7
/proc/32682/task/32688/stat : 32688 (priss) R 32680 32680 31842 0 -1 4202560 40187 0 0 0 120124 55 0 0 25 0 5 0 519775695 967798784 172288 33554432000 4194304 5787044 140736449901248 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32682/tid=32689] ppid=32680 vsize=945116 CPUtime=1195 cores=1,3,5,7
/proc/32682/task/32689/stat : 32689 (priss) R 32680 32680 31842 0 -1 4202560 33436 0 0 0 119459 41 0 0 25 0 5 0 519775695 967798784 172288 33554432000 4194304 5787044 140736449901248 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=32682/tid=32690] ppid=32680 vsize=945116 CPUtime=1202 cores=1,3,5,7
/proc/32682/task/32690/stat : 32690 (priss) R 32680 32680 31842 0 -1 4202560 51604 0 0 0 120121 79 0 0 25 0 5 0 519775695 967798784 172288 33554432000 4194304 5787044 140736449901248 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.41
Current children cumulated vsize (KiB) 953816

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.10 8.12 8.06 5/181 32741
/proc/meminfo: memFree=30412832/32951124 swapFree=67110188/67111528
[pid=32680] ppid=32678 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32680/stat : 32680 (priss.sh) S 32678 32680 31842 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 519775694 8908800 252 33554432000 4194304 4922060 140737253918432 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32680/statm: 2175 252 211 178 0 68 0
[pid=32682] ppid=32680 vsize=945116 CPUtime=4800.41 cores=1,3,5,7
/proc/32682/stat : 32682 (priss) S 32680 32680 31842 0 -1 4202496 176940 0 0 0 479800 241 0 0 23 0 5 0 519775694 967798784 172288 33554432000 4194304 5787044 140736449901248 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/32682/statm: 236279 172288 417 389 0 232029 0
[pid=32682/tid=32687] ppid=32680 vsize=945116 CPUtime=1201.58 cores=1,3,5,7
/proc/32682/task/32687/stat : 32687 (priss) R 32680 32680 31842 0 -1 4202560 50215 0 0 0 120093 65 0 0 25 0 5 0 519775695 967798784 172288 33554432000 4194304 5787044 140736449901248 18446744073709551615 5585354 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=32682/tid=32688] ppid=32680 vsize=945116 CPUtime=1201.79 cores=1,3,5,7
/proc/32682/task/32688/stat : 32688 (priss) R 32680 32680 31842 0 -1 4202560 40187 0 0 0 120124 55 0 0 25 0 5 0 519775695 967798784 172288 33554432000 4194304 5787044 140736449901248 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32682/tid=32689] ppid=32680 vsize=945116 CPUtime=1195 cores=1,3,5,7
/proc/32682/task/32689/stat : 32689 (priss) R 32680 32680 31842 0 -1 4202560 33436 0 0 0 119459 41 0 0 25 0 5 0 519775695 967798784 172288 33554432000 4194304 5787044 140736449901248 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=32682/tid=32690] ppid=32680 vsize=945116 CPUtime=1202 cores=1,3,5,7
/proc/32682/task/32690/stat : 32690 (priss) R 32680 32680 31842 0 -1 4202560 51604 0 0 0 120121 79 0 0 25 0 5 0 519775695 967798784 172288 33554432000 4194304 5787044 140736449901248 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.41
Current children cumulated vsize (KiB) 953816

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 32680 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# 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): 1202.12
CPU time (s): 4800.41
CPU user time (s): 4798
CPU system time (s): 2.41
CPU usage (%): 399.329
Max. virtual memory (cumulated for all children) (KiB): 953816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
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= 5
involuntary context switches= 2

runsolver used 1.57976 second user time and 5.02124 second system time

The end

Launcher Data

Begin job on node109 at 2011-04-29 14:55:49
IDJOB=3266520
IDBENCH=87811
IDSOLVER=1603
FILE ID=node109/3266520-1304081749
RUNJOBID= node109-1304081749-32666
PBS_JOBID= 13170496
Free space on /tmp= 72384 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT02/handmade/zhang-lintao/xor-chain/x1_80.shuffled.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3266520-1304081749/watcher-3266520-1304081749 -o /tmp/evaluation-result-3266520-1304081749/solver-3266520-1304081749 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3266520-1304081749.cnf 86156575 4800 15500 4

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

MD5SUM BENCH= 53a7d1541ad9c0dde902ec3a505ae8fc
RANDOM SEED=86156575

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31105328 kB
Buffers:        709124 kB
Cached:         684408 kB
SwapCached:        712 kB
Active:         108356 kB
Inactive:      1348876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31105328 kB
SwapTotal:    67111528 kB
SwapFree:     67110188 kB
Dirty:            3124 kB
Writeback:           0 kB
AnonPages:       62496 kB
Mapped:          14400 kB
Slab:           324620 kB
PageTables:       4876 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   185664 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= 72380 MiB
End job on node109 at 2011-04-29 15:15:54