Trace number 3282857

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.12 1202.02

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-21-s100.cnf
MD5SUMd34c45eae853ce60c342643824196dbf
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark35.7406
Satisfiable
(Un)Satisfiability was proved
Number of variables31613
Number of clauses95104
Sum of the clauses size224206
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 260978
Number of clauses of size 334062
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: 15392
0.00/0.02	c parsetime: 24673us
0.00/0.02	c parsed 95104 clauses with 31613 variables
0.00/0.03	c NW started thread 0 successfully (1112901952)
0.00/0.04	c NW started thread 1 successfully (1123391808)
0.00/0.04	c NW started thread 2 successfully (1098840384)
0.00/0.05	c NW started thread 3 successfully (1133881664)
0.00/0.98	c preprocessor returned 31613 variables
0.00/0.98	c preprocessing returned UNKNOWN
0.00/0.98	c PP set 1638 variables
0.00/0.98	c pp time: 941534us (0s)
0.00/1.00	c preprocessor returned c preprocessor returned 31613 variables
0.00/1.00	c preprocessing returned UNKNOWN
0.00/1.00	31613 variables
0.00/1.00	c preprocessing returned UNKNOWN
0.00/1.00	c PP set 1638 variables
0.00/1.00	c pp time: 941027us (0s)
0.00/1.00	c PP set 1638 variables
0.00/1.00	c pp time: 955478us (0s)
0.00/1.68	c preprocessor returned 33613 variables
0.00/1.68	c preprocessing returned UNKNOWN
0.00/1.68	c PP set 1638 variables
0.00/1.68	c pp time: 1619627us (1s)
7.39/1.94	c HTE
7.79/2.01	c subsumption
7.79/2.04	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-3282857-1304042422/watcher-3282857-1304042422 -o /tmp/evaluation-result-3282857-1304042422/solver-3282857-1304042422 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3282857-1304042422.cnf 496479141 4800 15500 4 

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

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


[startup+0 s]
/proc/loadavg: 8.02 8.06 7.75 5/182 15391
/proc/meminfo: memFree=15591852/32951124 swapFree=67111528/67111528
[pid=15391] ppid=15389 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15391/stat : 15391 (priss.sh) S 15389 15391 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594472831 8908800 252 33554432000 4194304 4922060 140734542209712 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15391/statm: 2175 252 211 178 0 68 0

[startup+0.046672 s]
/proc/loadavg: 8.02 8.06 7.75 5/182 15391
/proc/meminfo: memFree=15591852/32951124 swapFree=67111528/67111528
[pid=15391] ppid=15389 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15391/stat : 15391 (priss.sh) S 15389 15391 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594472831 8908800 252 33554432000 4194304 4922060 140734542209712 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15391/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.102844 s]
/proc/loadavg: 8.02 8.06 7.75 5/182 15391
/proc/meminfo: memFree=15591852/32951124 swapFree=67111528/67111528
[pid=15391] ppid=15389 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15391/stat : 15391 (priss.sh) S 15389 15391 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594472831 8908800 252 33554432000 4194304 4922060 140734542209712 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15391/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.319005 s]
/proc/loadavg: 8.02 8.06 7.75 5/182 15391
/proc/meminfo: memFree=15591852/32951124 swapFree=67111528/67111528
[pid=15391] ppid=15389 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15391/stat : 15391 (priss.sh) S 15389 15391 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594472831 8908800 252 33554432000 4194304 4922060 140734542209712 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15391/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.28812 s]
/proc/loadavg: 8.02 8.06 7.75 5/182 15391
/proc/meminfo: memFree=15591852/32951124 swapFree=67111528/67111528
[pid=15391] ppid=15389 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15391/stat : 15391 (priss.sh) S 15389 15391 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594472831 8908800 252 33554432000 4194304 4922060 140734542209712 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15391/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50109 s]
/proc/loadavg: 8.02 8.06 7.75 5/182 15391
/proc/meminfo: memFree=15591852/32951124 swapFree=67111528/67111528
[pid=15391] ppid=15389 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15391/stat : 15391 (priss.sh) S 15389 15391 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594472831 8908800 252 33554432000 4194304 4922060 140734542209712 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15391/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10079 s]
/proc/loadavg: 8.02 8.06 7.76 9/188 15397
/proc/meminfo: memFree=15469296/32951124 swapFree=67111528/67111528
[pid=15391] ppid=15389 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15391/stat : 15391 (priss.sh) S 15389 15391 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594472831 8908800 252 33554432000 4194304 4922060 140734542209712 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15391/statm: 2175 252 211 178 0 68 0
[pid=15392] ppid=15391 vsize=385860 CPUtime=12.19 cores=0,2,4,6
/proc/15392/stat : 15392 (priss) S 15391 15391 15086 0 -1 4202496 42688 0 0 0 1209 10 0 0 18 0 5 0 594472831 395120640 30390 33554432000 4194304 5787044 140737071514160 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/15392/statm: 96465 30390 418 389 0 92215 0
[pid=15392/tid=15394] ppid=15391 vsize=385860 CPUtime=3.03 cores=0,2,4,6
/proc/15392/task/15394/stat : 15394 (priss) R 15391 15391 15086 0 -1 4202560 9702 0 0 0 300 3 0 0 23 0 5 0 594472835 395120640 30390 33554432000 4194304 5787044 140737071514160 18446744073709551615 5592128 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15392/tid=15395] ppid=15391 vsize=385860 CPUtime=3.03 cores=0,2,4,6
/proc/15392/task/15395/stat : 15395 (priss) R 15391 15391 15086 0 -1 4202560 8893 0 0 0 301 2 0 0 23 0 5 0 594472835 395120640 30390 33554432000 4194304 5787044 140737071514160 18446744073709551615 4218888 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15392/tid=15396] ppid=15391 vsize=385860 CPUtime=3.03 cores=0,2,4,6
/proc/15392/task/15396/stat : 15396 (priss) R 15391 15391 15086 0 -1 4202560 10413 0 0 0 301 2 0 0 25 0 5 0 594472836 395120640 30390 33554432000 4194304 5787044 140737071514160 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=15392/tid=15397] ppid=15391 vsize=385860 CPUtime=3.03 cores=0,2,4,6
/proc/15392/task/15397/stat : 15397 (priss) R 15391 15391 15086 0 -1 4202560 8549 0 0 0 301 2 0 0 23 0 5 0 594472837 395120640 30390 33554432000 4194304 5787044 140737071514160 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.19
Current children cumulated vsize (KiB) 394560

[startup+6.30121 s]
/proc/loadavg: 8.02 8.06 7.76 9/188 15397
/proc/meminfo: memFree=15468020/32951124 swapFree=67111528/67111528
[pid=15391] ppid=15389 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15391/stat : 15391 (priss.sh) S 15389 15391 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594472831 8908800 252 33554432000 4194304 4922060 140734542209712 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15391/statm: 2175 252 211 178 0 68 0
[pid=15392] ppid=15391 vsize=385992 CPUtime=24.98 cores=0,2,4,6
/proc/15392/stat : 15392 (priss) S 15391 15391 15086 0 -1 4202496 42719 0 0 0 2487 11 0 0 18 0 5 0 594472831 395255808 30421 33554432000 4194304 5787044 140737071514160 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/15392/statm: 96498 30421 419 389 0 92248 0
[pid=15392/tid=15394] ppid=15391 vsize=385992 CPUtime=6.21 cores=0,2,4,6
/proc/15392/task/15394/stat : 15394 (priss) R 15391 15391 15086 0 -1 4202560 9716 0 0 0 618 3 0 0 25 0 5 0 594472835 395255808 30421 33554432000 4194304 5787044 140737071514160 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15392/tid=15395] ppid=15391 vsize=385992 CPUtime=6.23 cores=0,2,4,6
/proc/15392/task/15395/stat : 15395 (priss) R 15391 15391 15086 0 -1 4202560 8893 0 0 0 621 2 0 0 25 0 5 0 594472835 395255808 30421 33554432000 4194304 5787044 140737071514160 18446744073709551615 5592123 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15392/tid=15396] ppid=15391 vsize=385992 CPUtime=6.23 cores=0,2,4,6
/proc/15392/task/15396/stat : 15396 (priss) R 15391 15391 15086 0 -1 4202560 10413 0 0 0 621 2 0 0 25 0 5 0 594472836 395255808 30421 33554432000 4194304 5787044 140737071514160 18446744073709551615 5590569 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=15392/tid=15397] ppid=15391 vsize=385992 CPUtime=6.23 cores=0,2,4,6
/proc/15392/task/15397/stat : 15397 (priss) R 15391 15391 15086 0 -1 4202560 8566 0 0 0 621 2 0 0 25 0 5 0 594472837 395255808 30421 33554432000 4194304 5787044 140737071514160 18446744073709551615 5524674 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.98
Current children cumulated vsize (KiB) 394692

[startup+12.701 s]
/proc/loadavg: 8.02 8.06 7.76 9/188 15398
/proc/meminfo: memFree=15464680/32951124 swapFree=67111528/67111528
[pid=15391] ppid=15389 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15391/stat : 15391 (priss.sh) S 15389 15391 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594472831 8908800 252 33554432000 4194304 4922060 140734542209712 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15391/statm: 2175 252 211 178 0 68 0
[pid=15392] ppid=15391 vsize=386124 CPUtime=50.56 cores=0,2,4,6
/proc/15392/stat : 15392 (priss) S 15391 15391 15086 0 -1 4202496 42798 0 0 0 5045 11 0 0 18 0 5 0 594472831 395390976 30500 33554432000 4194304 5787044 140737071514160 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/15392/statm: 96531 30500 419 389 0 92281 0
[pid=15392/tid=15394] ppid=15391 vsize=386124 CPUtime=12.58 cores=0,2,4,6
/proc/15392/task/15394/stat : 15394 (priss) R 15391 15391 15086 0 -1 4202560 9747 0 0 0 1255 3 0 0 25 0 5 0 594472835 395390976 30500 33554432000 4194304 5787044 140737071514160 18446744073709551615 4238952 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15392/tid=15395] ppid=15391 vsize=386124 CPUtime=12.63 cores=0,2,4,6
/proc/15392/task/15395/stat : 15395 (priss) R 15391 15391 15086 0 -1 4202560 8893 0 0 0 1261 2 0 0 25 0 5 0 594472835 395390976 30500 33554432000 4194304 5787044 140737071514160 18446744073709551615 5591264 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15392/tid=15396] ppid=15391 vsize=386124 CPUtime=12.63 cores=0,2,4,6
/proc/15392/task/15396/stat : 15396 (priss) R 15391 15391 15086 0 -1 4202560 10413 0 0 0 1261 2 0 0 25 0 5 0 594472836 395390976 30500 33554432000 4194304 5787044 140737071514160 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=15392/tid=15397] ppid=15391 vsize=386124 CPUtime=12.64 cores=0,2,4,6
/proc/15392/task/15397/stat : 15397 (priss) R 15391 15391 15086 0 -1 4202560 8614 0 0 0 1262 2 0 0 25 0 5 0 594472837 395390976 30500 33554432000 4194304 5787044 140737071514160 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 394824

[startup+25.5007 s]
/proc/loadavg: 8.01 8.06 7.76 9/188 15398
/proc/meminfo: memFree=15459580/32951124 swapFree=67111528/67111528
[pid=15391] ppid=15389 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15391/stat : 15391 (priss.sh) S 15389 15391 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594472831 8908800 252 33554432000 4194304 4922060 140734542209712 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15391/statm: 2175 252 211 178 0 68 0
[pid=15392] ppid=15391 vsize=386520 CPUtime=101.67 cores=0,2,4,6
/proc/15392/stat : 15392 (priss) S 15391 15391 15086 0 -1 4202496 42990 0 0 0 10156 11 0 0 18 0 5 0 594472831 395796480 30692 33554432000 4194304 5787044 140737071514160 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/15392/statm: 96630 30692 419 389 0 92380 0
[pid=15392/tid=15394] ppid=15391 vsize=386520 CPUtime=25.31 cores=0,2,4,6
/proc/15392/task/15394/stat : 15394 (priss) R 15391 15391 15086 0 -1 4202560 9840 0 0 0 2528 3 0 0 25 0 5 0 594472835 395796480 30692 33554432000 4194304 5787044 140737071514160 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15392/tid=15395] ppid=15391 vsize=386520 CPUtime=25.43 cores=0,2,4,6
/proc/15392/task/15395/stat : 15395 (priss) R 15391 15391 15086 0 -1 4202560 8893 0 0 0 2541 2 0 0 25 0 5 0 594472835 395796480 30692 33554432000 4194304 5787044 140737071514160 18446744073709551615 5591019 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15392/tid=15396] ppid=15391 vsize=386520 CPUtime=25.42 cores=0,2,4,6
/proc/15392/task/15396/stat : 15396 (priss) R 15391 15391 15086 0 -1 4202560 10413 0 0 0 2540 2 0 0 25 0 5 0 594472836 395796480 30692 33554432000 4194304 5787044 140737071514160 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=15392/tid=15397] ppid=15391 vsize=386520 CPUtime=25.43 cores=0,2,4,6
/proc/15392/task/15397/stat : 15397 (priss) R 15391 15391 15086 0 -1 4202560 8713 0 0 0 2541 2 0 0 25 0 5 0 594472837 395796480 30692 33554432000 4194304 5787044 140737071514160 18446744073709551615 5527008 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.67
Current children cumulated vsize (KiB) 395220

[startup+51.101 s]
/proc/loadavg: 8.01 8.05 7.76 9/188 15408
/proc/meminfo: memFree=15442224/32951124 swapFree=67111528/67111528
[pid=15391] ppid=15389 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15391/stat : 15391 (priss.sh) S 15389 15391 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594472831 8908800 252 33554432000 4194304 4922060 140734542209712 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15391/statm: 2175 252 211 178 0 68 0
[pid=15392] ppid=15391 vsize=386920 CPUtime=203.92 cores=0,2,4,6
/proc/15392/stat : 15392 (priss) S 15391 15391 15086 0 -1 4202496 44014 0 0 0 20379 13 0 0 18 0 5 0 594472831 396206080 31716 33554432000 4194304 5787044 140737071514160 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/15392/statm: 96730 31716 419 389 0 92480 0
[pid=15392/tid=15394] ppid=15391 vsize=386920 CPUtime=50.76 cores=0,2,4,6
/proc/15392/task/15394/stat : 15394 (priss) R 15391 15391 15086 0 -1 4202560 9943 0 0 0 5073 3 0 0 25 0 5 0 594472835 396206080 31716 33554432000 4194304 5787044 140737071514160 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15392/tid=15395] ppid=15391 vsize=386920 CPUtime=51.03 cores=0,2,4,6
/proc/15392/task/15395/stat : 15395 (priss) R 15391 15391 15086 0 -1 4202560 8908 0 0 0 5101 2 0 0 25 0 5 0 594472835 396206080 31716 33554432000 4194304 5787044 140737071514160 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15392/tid=15396] ppid=15391 vsize=386920 CPUtime=51.02 cores=0,2,4,6
/proc/15392/task/15396/stat : 15396 (priss) R 15391 15391 15086 0 -1 4202560 11197 0 0 0 5099 3 0 0 25 0 5 0 594472836 396206080 31716 33554432000 4194304 5787044 140737071514160 18446744073709551615 4254537 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=15392/tid=15397] ppid=15391 vsize=386920 CPUtime=51.01 cores=0,2,4,6
/proc/15392/task/15397/stat : 15397 (priss) R 15391 15391 15086 0 -1 4202560 8835 0 0 0 5099 2 0 0 25 0 5 0 594472837 396206080 31716 33554432000 4194304 5787044 140737071514160 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.92
Current children cumulated vsize (KiB) 395620

[startup+102.301 s]
/proc/loadavg: 8.00 8.04 7.77 11/195 15585
/proc/meminfo: memFree=15416932/32951124 swapFree=67111528/67111528
[pid=15391] ppid=15389 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15391/stat : 15391 (priss.sh) S 15389 15391 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594472831 8908800 252 33554432000 4194304 4922060 140734542209712 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15391/statm: 2175 252 211 178 0 68 0
[pid=15392] ppid=15391 vsize=392476 CPUtime=408.2 cores=0,2,4,6
/proc/15392/stat : 15392 (priss) S 15391 15391 15086 0 -1 4202496 47374 0 0 0 40804 16 0 0 18 0 5 0 594472831 401895424 35076 33554432000 4194304 5787044 140737071514160 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/15392/statm: 98119 35076 419 389 0 93869 0
[pid=15392/tid=15394] ppid=15391 vsize=392476 CPUtime=101.68 cores=0,2,4,6
/proc/15392/task/15394/stat : 15394 (priss) R 15391 15391 15086 0 -1 4202560 10294 0 0 0 10164 4 0 0 25 0 5 0 594472835 401895424 35076 33554432000 4194304 5787044 140737071514160 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15392/tid=15395] ppid=15391 vsize=392476 CPUtime=102.17 cores=0,2,4,6
/proc/15392/task/15395/stat : 15395 (priss) R 15391 15391 15086 0 -1 4202560 10129 0 0 0 10214 3 0 0 25 0 5 0 594472835 401895424 35076 33554432000 4194304 5787044 140737071514160 18446744073709551615 5590573 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15392/tid=15396] ppid=15391 vsize=392476 CPUtime=102.21 cores=0,2,4,6
/proc/15392/task/15396/stat : 15396 (priss) R 15391 15391 15086 0 -1 4202560 12950 0 0 0 10216 5 0 0 25 0 5 0 594472836 401895424 35076 33554432000 4194304 5787044 140737071514160 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=15392/tid=15397] ppid=15391 vsize=392476 CPUtime=102.05 cores=0,2,4,6
/proc/15392/task/15397/stat : 15397 (priss) R 15391 15391 15086 0 -1 4202560 8870 0 0 0 10203 2 0 0 25 0 5 0 594472837 401895424 35076 33554432000 4194304 5787044 140737071514160 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.2
Current children cumulated vsize (KiB) 401176

[startup+162.3 s]
/proc/loadavg: 7.96 8.04 7.79 9/188 15910
/proc/meminfo: memFree=16485740/32951124 swapFree=67111528/67111528
[pid=15391] ppid=15389 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15391/stat : 15391 (priss.sh) S 15389 15391 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594472831 8908800 252 33554432000 4194304 4922060 140734542209712 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15391/statm: 2175 252 211 178 0 68 0
[pid=15392] ppid=15391 vsize=393456 CPUtime=647 cores=0,2,4,6

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

/proc/15392/task/15395/stat : 15395 (priss) R 15391 15391 15086 0 -1 4202560 13865 0 0 0 88202 11 0 0 25 0 5 0 594472835 428941312 61650 33554432000 4194304 5787044 140737071514160 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15392/tid=15396] ppid=15391 vsize=418888 CPUtime=882.13 cores=0,2,4,6
/proc/15392/task/15396/stat : 15396 (priss) R 15391 15391 15086 0 -1 4202560 31631 0 0 0 88186 27 0 0 25 0 5 0 594472836 428941312 61650 33554432000 4194304 5787044 140737071514160 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=15392/tid=15397] ppid=15391 vsize=418888 CPUtime=881.32 cores=0,2,4,6
/proc/15392/task/15397/stat : 15397 (priss) R 15391 15391 15086 0 -1 4202560 11253 0 0 0 88127 5 0 0 25 0 5 0 594472837 428941312 61650 33554432000 4194304 5787044 140737071514160 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3523.04
Current children cumulated vsize (KiB) 427588

[startup+942.307 s]
/proc/loadavg: 8.02 8.00 7.91 9/188 16059
/proc/meminfo: memFree=15642064/32951124 swapFree=67111528/67111528
[pid=15391] ppid=15389 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15391/stat : 15391 (priss.sh) S 15389 15391 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594472831 8908800 252 33554432000 4194304 4922060 140734542209712 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15391/statm: 2175 252 211 178 0 68 0
[pid=15392] ppid=15391 vsize=419764 CPUtime=3762.74 cores=0,2,4,6
/proc/15392/stat : 15392 (priss) S 15391 15391 15086 0 -1 4202496 75187 0 0 0 376221 53 0 0 18 0 5 0 594472831 429838336 62778 33554432000 4194304 5787044 140737071514160 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/15392/statm: 104941 62778 419 389 0 100691 0
[pid=15392/tid=15394] ppid=15391 vsize=419764 CPUtime=937.05 cores=0,2,4,6
/proc/15392/task/15394/stat : 15394 (priss) R 15391 15391 15086 0 -1 4202560 12703 0 0 0 93698 7 0 0 25 0 5 0 594472835 429838336 62778 33554432000 4194304 5787044 140737071514160 18446744073709551615 5591309 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15392/tid=15395] ppid=15391 vsize=419764 CPUtime=942.15 cores=0,2,4,6
/proc/15392/task/15395/stat : 15395 (priss) R 15391 15391 15086 0 -1 4202560 14266 0 0 0 94203 12 0 0 25 0 5 0 594472835 429838336 62778 33554432000 4194304 5787044 140737071514160 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15392/tid=15396] ppid=15391 vsize=419764 CPUtime=942.14 cores=0,2,4,6
/proc/15392/task/15396/stat : 15396 (priss) R 15391 15391 15086 0 -1 4202560 31631 0 0 0 94187 27 0 0 25 0 5 0 594472836 429838336 62778 33554432000 4194304 5787044 140737071514160 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=15392/tid=15397] ppid=15391 vsize=419764 CPUtime=941.32 cores=0,2,4,6
/proc/15392/task/15397/stat : 15397 (priss) R 15391 15391 15086 0 -1 4202560 11456 0 0 0 94127 5 0 0 25 0 5 0 594472837 429838336 62778 33554432000 4194304 5787044 140737071514160 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3762.74
Current children cumulated vsize (KiB) 428464

[startup+1002.3 s]
/proc/loadavg: 8.01 8.00 7.91 9/188 16060
/proc/meminfo: memFree=15632200/32951124 swapFree=67111528/67111528
[pid=15391] ppid=15389 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15391/stat : 15391 (priss.sh) S 15389 15391 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594472831 8908800 252 33554432000 4194304 4922060 140734542209712 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15391/statm: 2175 252 211 178 0 68 0
[pid=15392] ppid=15391 vsize=419764 CPUtime=4002.39 cores=0,2,4,6
/proc/15392/stat : 15392 (priss) S 15391 15391 15086 0 -1 4202496 76300 0 0 0 400185 54 0 0 18 0 5 0 594472831 429838336 63891 33554432000 4194304 5787044 140737071514160 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/15392/statm: 104941 63891 419 389 0 100691 0
[pid=15392/tid=15394] ppid=15391 vsize=419764 CPUtime=996.72 cores=0,2,4,6
/proc/15392/task/15394/stat : 15394 (priss) R 15391 15391 15086 0 -1 4202560 12931 0 0 0 99665 7 0 0 25 0 5 0 594472835 429838336 63891 33554432000 4194304 5787044 140737071514160 18446744073709551615 5586662 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15392/tid=15395] ppid=15391 vsize=419764 CPUtime=1002.14 cores=0,2,4,6
/proc/15392/task/15395/stat : 15395 (priss) R 15391 15391 15086 0 -1 4202560 14878 0 0 0 100202 12 0 0 25 0 5 0 594472835 429838336 63891 33554432000 4194304 5787044 140737071514160 18446744073709551615 4254645 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15392/tid=15396] ppid=15391 vsize=419764 CPUtime=1002.13 cores=0,2,4,6
/proc/15392/task/15396/stat : 15396 (priss) R 15391 15391 15086 0 -1 4202560 31904 0 0 0 100185 28 0 0 25 0 5 0 594472836 429838336 63891 33554432000 4194304 5787044 140737071514160 18446744073709551615 5591289 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=15392/tid=15397] ppid=15391 vsize=419764 CPUtime=1001.32 cores=0,2,4,6
/proc/15392/task/15397/stat : 15397 (priss) R 15391 15391 15086 0 -1 4202560 11456 0 0 0 100127 5 0 0 25 0 5 0 594472837 429838336 63891 33554432000 4194304 5787044 140737071514160 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4002.39
Current children cumulated vsize (KiB) 428464

[startup+1062.3 s]
/proc/loadavg: 8.00 8.00 7.91 9/188 16062
/proc/meminfo: memFree=15307472/32951124 swapFree=67111528/67111528
[pid=15391] ppid=15389 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15391/stat : 15391 (priss.sh) S 15389 15391 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594472831 8908800 252 33554432000 4194304 4922060 140734542209712 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15391/statm: 2175 252 211 178 0 68 0
[pid=15392] ppid=15391 vsize=424116 CPUtime=4242.06 cores=0,2,4,6
/proc/15392/stat : 15392 (priss) S 15391 15391 15086 0 -1 4202496 79458 0 0 0 424148 58 0 0 18 0 5 0 594472831 434294784 67027 33554432000 4194304 5787044 140737071514160 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/15392/statm: 106029 67027 419 389 0 101779 0
[pid=15392/tid=15394] ppid=15391 vsize=424116 CPUtime=1056.39 cores=0,2,4,6
/proc/15392/task/15394/stat : 15394 (priss) R 15391 15391 15086 0 -1 4202560 14264 0 0 0 105632 7 0 0 25 0 5 0 594472835 434294784 67027 33554432000 4194304 5787044 140737071514160 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15392/tid=15395] ppid=15391 vsize=424116 CPUtime=1062.14 cores=0,2,4,6
/proc/15392/task/15395/stat : 15395 (priss) R 15391 15391 15086 0 -1 4202560 15343 0 0 0 106201 13 0 0 25 0 5 0 594472835 434294784 67027 33554432000 4194304 5787044 140737071514160 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15392/tid=15396] ppid=15391 vsize=424116 CPUtime=1062.12 cores=0,2,4,6
/proc/15392/task/15396/stat : 15396 (priss) R 15391 15391 15086 0 -1 4202560 33264 0 0 0 106181 31 0 0 25 0 5 0 594472836 434294784 67027 33554432000 4194304 5787044 140737071514160 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=15392/tid=15397] ppid=15391 vsize=424116 CPUtime=1061.32 cores=0,2,4,6
/proc/15392/task/15397/stat : 15397 (priss) R 15391 15391 15086 0 -1 4202560 11456 0 0 0 106127 5 0 0 25 0 5 0 594472837 434294784 67027 33554432000 4194304 5787044 140737071514160 18446744073709551615 5527137 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4242.06
Current children cumulated vsize (KiB) 432816

[startup+1122.3 s]
/proc/loadavg: 8.00 8.00 7.91 9/188 16063
/proc/meminfo: memFree=15264540/32951124 swapFree=67111528/67111528
[pid=15391] ppid=15389 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15391/stat : 15391 (priss.sh) S 15389 15391 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594472831 8908800 252 33554432000 4194304 4922060 140734542209712 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15391/statm: 2175 252 211 178 0 68 0
[pid=15392] ppid=15391 vsize=424116 CPUtime=4481.73 cores=0,2,4,6
/proc/15392/stat : 15392 (priss) S 15391 15391 15086 0 -1 4202496 79869 0 0 0 448114 59 0 0 18 0 5 0 594472831 434294784 67438 33554432000 4194304 5787044 140737071514160 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/15392/statm: 106029 67438 419 389 0 101779 0
[pid=15392/tid=15394] ppid=15391 vsize=424116 CPUtime=1116.07 cores=0,2,4,6
/proc/15392/task/15394/stat : 15394 (priss) R 15391 15391 15086 0 -1 4202560 14467 0 0 0 111599 8 0 0 25 0 5 0 594472835 434294784 67438 33554432000 4194304 5787044 140737071514160 18446744073709551615 5588168 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15392/tid=15395] ppid=15391 vsize=424116 CPUtime=1122.14 cores=0,2,4,6
/proc/15392/task/15395/stat : 15395 (priss) R 15391 15391 15086 0 -1 4202560 15544 0 0 0 112201 13 0 0 25 0 5 0 594472835 434294784 67438 33554432000 4194304 5787044 140737071514160 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15392/tid=15396] ppid=15391 vsize=424116 CPUtime=1122.12 cores=0,2,4,6
/proc/15392/task/15396/stat : 15396 (priss) R 15391 15391 15086 0 -1 4202560 33271 0 0 0 112181 31 0 0 25 0 5 0 594472836 434294784 67438 33554432000 4194304 5787044 140737071514160 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=15392/tid=15397] ppid=15391 vsize=424116 CPUtime=1121.32 cores=0,2,4,6
/proc/15392/task/15397/stat : 15397 (priss) R 15391 15391 15086 0 -1 4202560 11456 0 0 0 112127 5 0 0 25 0 5 0 594472837 434294784 67438 33554432000 4194304 5787044 140737071514160 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4481.73
Current children cumulated vsize (KiB) 432816

[startup+1182.3 s]
/proc/loadavg: 8.04 8.01 7.91 9/188 16065
/proc/meminfo: memFree=15246912/32951124 swapFree=67111528/67111528
[pid=15391] ppid=15389 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15391/stat : 15391 (priss.sh) S 15389 15391 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594472831 8908800 252 33554432000 4194304 4922060 140734542209712 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15391/statm: 2175 252 211 178 0 68 0
[pid=15392] ppid=15391 vsize=424116 CPUtime=4721.41 cores=0,2,4,6
/proc/15392/stat : 15392 (priss) S 15391 15391 15086 0 -1 4202496 80423 0 0 0 472081 60 0 0 18 0 5 0 594472831 434294784 67992 33554432000 4194304 5787044 140737071514160 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/15392/statm: 106029 67992 419 389 0 101779 0
[pid=15392/tid=15394] ppid=15391 vsize=424116 CPUtime=1175.74 cores=0,2,4,6
/proc/15392/task/15394/stat : 15394 (priss) R 15391 15391 15086 0 -1 4202560 14688 0 0 0 117566 8 0 0 25 0 5 0 594472835 434294784 67992 33554432000 4194304 5787044 140737071514160 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15392/tid=15395] ppid=15391 vsize=424116 CPUtime=1182.14 cores=0,2,4,6
/proc/15392/task/15395/stat : 15395 (priss) R 15391 15391 15086 0 -1 4202560 15545 0 0 0 118201 13 0 0 25 0 5 0 594472835 434294784 67992 33554432000 4194304 5787044 140737071514160 18446744073709551615 5592140 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15392/tid=15396] ppid=15391 vsize=424116 CPUtime=1182.12 cores=0,2,4,6
/proc/15392/task/15396/stat : 15396 (priss) R 15391 15391 15086 0 -1 4202560 33534 0 0 0 118181 31 0 0 25 0 5 0 594472836 434294784 67992 33554432000 4194304 5787044 140737071514160 18446744073709551615 5588111 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=15392/tid=15397] ppid=15391 vsize=424116 CPUtime=1181.32 cores=0,2,4,6
/proc/15392/task/15397/stat : 15397 (priss) R 15391 15391 15086 0 -1 4202560 11525 0 0 0 118127 5 0 0 25 0 5 0 594472837 434294784 67992 33554432000 4194304 5787044 140737071514160 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4721.41
Current children cumulated vsize (KiB) 432816



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202 s]
/proc/loadavg: 8.15 8.04 7.93 9/188 16065
/proc/meminfo: memFree=15229292/32951124 swapFree=67111528/67111528
[pid=15391] ppid=15389 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15391/stat : 15391 (priss.sh) S 15389 15391 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594472831 8908800 252 33554432000 4194304 4922060 140734542209712 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15391/statm: 2175 252 211 178 0 68 0
[pid=15392] ppid=15391 vsize=424116 CPUtime=4800.12 cores=0,2,4,6
/proc/15392/stat : 15392 (priss) S 15391 15391 15086 0 -1 4202496 80996 0 0 0 479951 61 0 0 18 0 5 0 594472831 434294784 68565 33554432000 4194304 5787044 140737071514160 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/15392/statm: 106029 68565 419 389 0 101779 0
[pid=15392/tid=15394] ppid=15391 vsize=424116 CPUtime=1195.33 cores=0,2,4,6
/proc/15392/task/15394/stat : 15394 (priss) R 15391 15391 15086 0 -1 4202560 14690 0 0 0 119525 8 0 0 25 0 5 0 594472835 434294784 68565 33554432000 4194304 5787044 140737071514160 18446744073709551615 5590321 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15392/tid=15395] ppid=15391 vsize=424116 CPUtime=1201.85 cores=0,2,4,6
/proc/15392/task/15395/stat : 15395 (priss) R 15391 15391 15086 0 -1 4202560 15546 0 0 0 120172 13 0 0 25 0 5 0 594472835 434294784 68565 33554432000 4194304 5787044 140737071514160 18446744073709551615 5590446 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15392/tid=15396] ppid=15391 vsize=424116 CPUtime=1201.82 cores=0,2,4,6
/proc/15392/task/15396/stat : 15396 (priss) R 15391 15391 15086 0 -1 4202560 34094 0 0 0 120150 32 0 0 25 0 5 0 594472836 434294784 68565 33554432000 4194304 5787044 140737071514160 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=15392/tid=15397] ppid=15391 vsize=424116 CPUtime=1201.02 cores=0,2,4,6
/proc/15392/task/15397/stat : 15397 (priss) R 15391 15391 15086 0 -1 4202560 11535 0 0 0 120097 5 0 0 25 0 5 0 594472837 434294784 68565 33554432000 4194304 5787044 140737071514160 18446744073709551615 5524687 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.12
Current children cumulated vsize (KiB) 432816

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

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

[startup+1202 s]
/proc/loadavg: 8.15 8.04 7.93 9/188 16065
/proc/meminfo: memFree=15229292/32951124 swapFree=67111528/67111528
[pid=15391] ppid=15389 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15391/stat : 15391 (priss.sh) S 15389 15391 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594472831 8908800 252 33554432000 4194304 4922060 140734542209712 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15391/statm: 2175 252 211 178 0 68 0
[pid=15392] ppid=15391 vsize=424116 CPUtime=4800.12 cores=0,2,4,6
/proc/15392/stat : 15392 (priss) S 15391 15391 15086 0 -1 4202496 80996 0 0 0 479951 61 0 0 18 0 5 0 594472831 434294784 68565 33554432000 4194304 5787044 140737071514160 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/15392/statm: 106029 68565 419 389 0 101779 0
[pid=15392/tid=15394] ppid=15391 vsize=424116 CPUtime=1195.33 cores=0,2,4,6
/proc/15392/task/15394/stat : 15394 (priss) R 15391 15391 15086 0 -1 4202560 14690 0 0 0 119525 8 0 0 25 0 5 0 594472835 434294784 68565 33554432000 4194304 5787044 140737071514160 18446744073709551615 5590321 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15392/tid=15395] ppid=15391 vsize=424116 CPUtime=1201.85 cores=0,2,4,6
/proc/15392/task/15395/stat : 15395 (priss) R 15391 15391 15086 0 -1 4202560 15546 0 0 0 120172 13 0 0 25 0 5 0 594472835 434294784 68565 33554432000 4194304 5787044 140737071514160 18446744073709551615 5590446 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15392/tid=15396] ppid=15391 vsize=424116 CPUtime=1201.82 cores=0,2,4,6
/proc/15392/task/15396/stat : 15396 (priss) R 15391 15391 15086 0 -1 4202560 34094 0 0 0 120150 32 0 0 25 0 5 0 594472836 434294784 68565 33554432000 4194304 5787044 140737071514160 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=15392/tid=15397] ppid=15391 vsize=424116 CPUtime=1201.02 cores=0,2,4,6
/proc/15392/task/15397/stat : 15397 (priss) R 15391 15391 15086 0 -1 4202560 11535 0 0 0 120097 5 0 0 25 0 5 0 594472837 434294784 68565 33554432000 4194304 5787044 140737071514160 18446744073709551615 5524687 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.12
Current children cumulated vsize (KiB) 432816

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1202.02
CPU time (s): 4800.12
CPU user time (s): 4799.51
CPU system time (s): 0.61
CPU usage (%): 399.338
Max. virtual memory (cumulated for all children) (KiB): 432816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 331
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 3

runsolver used 1.81072 second user time and 4.76727 second system time

The end

Launcher Data

Begin job on node110 at 2011-04-29 04:00:23
IDJOB=3282857
IDBENCH=70873
IDSOLVER=1603
FILE ID=node110/3282857-1304042422
RUNJOBID= node110-1304039990-15104
PBS_JOBID= 13170381
Free space on /tmp= 72832 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-21-s100.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3282857-1304042422/watcher-3282857-1304042422 -o /tmp/evaluation-result-3282857-1304042422/solver-3282857-1304042422 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3282857-1304042422.cnf 496479141 4800 15500 4

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

MD5SUM BENCH= d34c45eae853ce60c342643824196dbf
RANDOM SEED=496479141

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15592140 kB
Buffers:       2333468 kB
Cached:       13256884 kB
SwapCached:          0 kB
Active:        8959472 kB
Inactive:      7828016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15592140 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2908 kB
Writeback:           0 kB
AnonPages:     1195900 kB
Mapped:          15752 kB
Slab:           506564 kB
PageTables:       6724 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1414968 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= 72808 MiB
End job on node110 at 2011-04-29 04:20:27