Trace number 3280511

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.22 1201.82

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-01.cnf
MD5SUMd2f77e32530988f77dca5112174eee00
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables7502
Number of clauses28770
Sum of the clauses size76290
Maximum clause length847
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 215814
Number of clauses of size 311119
Number of clauses of size 4733
Number of clauses of size 5172
Number of clauses of size over 5931

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: 19017
0.00/0.01	c parsetime: 8050us
0.00/0.01	c parsed 28770 clauses with 7502 variables
0.00/0.01	c NW started thread 0 successfully (1115175232)
0.00/0.01	c NW started thread 1 successfully (1125665088)
0.00/0.01	c NW started thread 2 successfully (1136154944)
0.00/0.02	c NW started thread 3 successfully (1099028800)
0.00/0.72	c preprocessor returned 10004 variables
0.00/0.72	c preprocessing returned UNKNOWN
0.00/0.72	c PP set 864 variables
0.00/0.72	c pp time: 387002us (0s)
0.00/0.72	c preprocessor returned 10004 variables
0.00/0.72	c preprocessing returned UNKNOWN
0.00/0.72	c PP set 864 variables
0.00/0.72	c pp time: 394612us (0s)
0.00/0.72	c preprocessor returned 10004 variables
0.00/0.72	c preprocessing returned UNKNOWN
0.00/0.72	c PP set 864 variables
0.00/0.72	c pp time: 397456us (0s)
8.26/2.16	c preprocessor returned 30008 variables
8.26/2.16	c preprocessing returned UNKNOWN
8.26/2.16	c PP set 864 variables
8.26/2.16	c pp time: 2135000us (2s)
8.26/2.19	c HTE
8.66/2.21	c subsumption
8.66/2.22	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-3280511-1304038127/watcher-3280511-1304038127 -o /tmp/evaluation-result-3280511-1304038127/solver-3280511-1304038127 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3280511-1304038127.cnf 473913542 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: 8.08 8.10 7.92 5/180 19016
/proc/meminfo: memFree=24729284/32951132 swapFree=67111524/67111528
[pid=19016] ppid=19014 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19016/stat : 19016 (priss.sh) S 19014 19016 18837 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 515412388 8908800 252 33554432000 4194304 4922060 140735816897424 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19016/statm: 2175 252 211 178 0 68 0

[startup+0.031835 s]
/proc/loadavg: 8.08 8.10 7.92 5/180 19016
/proc/meminfo: memFree=24729284/32951132 swapFree=67111524/67111528
[pid=19016] ppid=19014 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19016/stat : 19016 (priss.sh) S 19014 19016 18837 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 515412388 8908800 252 33554432000 4194304 4922060 140735816897424 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19016/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.80797 s]
/proc/loadavg: 8.08 8.10 7.92 5/180 19016
/proc/meminfo: memFree=24729284/32951132 swapFree=67111524/67111528
[pid=19016] ppid=19014 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19016/stat : 19016 (priss.sh) S 19014 19016 18837 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 515412388 8908800 252 33554432000 4194304 4922060 140735816897424 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19016/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.949664 s]
/proc/loadavg: 8.08 8.10 7.92 5/180 19016
/proc/meminfo: memFree=24729284/32951132 swapFree=67111524/67111528
[pid=19016] ppid=19014 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19016/stat : 19016 (priss.sh) S 19014 19016 18837 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 515412388 8908800 252 33554432000 4194304 4922060 140735816897424 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19016/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.04965 s]
/proc/loadavg: 8.08 8.10 7.92 5/180 19016
/proc/meminfo: memFree=24729284/32951132 swapFree=67111524/67111528
[pid=19016] ppid=19014 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19016/stat : 19016 (priss.sh) S 19014 19016 18837 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 515412388 8908800 252 33554432000 4194304 4922060 140735816897424 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19016/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50057 s]
/proc/loadavg: 8.08 8.10 7.92 5/180 19016
/proc/meminfo: memFree=24729284/32951132 swapFree=67111524/67111528
[pid=19016] ppid=19014 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19016/stat : 19016 (priss.sh) S 19014 19016 18837 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 515412388 8908800 252 33554432000 4194304 4922060 140735816897424 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19016/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.1003 s]
/proc/loadavg: 8.08 8.10 7.92 9/186 19022
/proc/meminfo: memFree=24680648/32951132 swapFree=67111524/67111528
[pid=19016] ppid=19014 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19016/stat : 19016 (priss.sh) S 19014 19016 18837 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 515412388 8908800 252 33554432000 4194304 4922060 140735816897424 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19016/statm: 2175 252 211 178 0 68 0
[pid=19017] ppid=19016 vsize=285620 CPUtime=12.26 cores=1,3,5,7
/proc/19017/stat : 19017 (priss) S 19016 19016 18837 0 -1 4202496 16917 0 0 0 1221 5 0 0 18 0 5 0 515412388 292474880 11972 33554432000 4194304 5787044 140734387994800 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/19017/statm: 71405 11972 419 389 0 67155 0
[pid=19017/tid=19019] ppid=19016 vsize=285620 CPUtime=3.06 cores=1,3,5,7
/proc/19017/task/19019/stat : 19019 (priss) R 19016 19016 18837 0 -1 4202560 2891 0 0 0 306 0 0 0 25 0 5 0 515412389 292474880 11972 33554432000 4194304 5787044 140734387994800 18446744073709551615 4254966 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19017/tid=19020] ppid=19016 vsize=285620 CPUtime=3.05 cores=1,3,5,7
/proc/19017/task/19020/stat : 19020 (priss) R 19016 19016 18837 0 -1 4202560 2141 0 0 0 304 1 0 0 25 0 5 0 515412390 292474880 11972 33554432000 4194304 5787044 140734387994800 18446744073709551615 5591211 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19017/tid=19021] ppid=19016 vsize=285620 CPUtime=3.04 cores=1,3,5,7
/proc/19017/task/19021/stat : 19021 (priss) R 19016 19016 18837 0 -1 4202560 2849 0 0 0 303 1 0 0 25 0 5 0 515412390 292474880 11972 33554432000 4194304 5787044 140734387994800 18446744073709551615 5590998 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=19017/tid=19022] ppid=19016 vsize=285620 CPUtime=3.05 cores=1,3,5,7
/proc/19017/task/19022/stat : 19022 (priss) R 19016 19016 18837 0 -1 4202560 6346 0 0 0 304 1 0 0 25 0 5 0 515412390 292474880 11972 33554432000 4194304 5787044 140734387994800 18446744073709551615 4254649 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.26
Current children cumulated vsize (KiB) 294320

[startup+6.30074 s]
/proc/loadavg: 8.08 8.10 7.92 9/186 19022
/proc/meminfo: memFree=24674952/32951132 swapFree=67111524/67111528
[pid=19016] ppid=19014 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19016/stat : 19016 (priss.sh) S 19014 19016 18837 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 515412388 8908800 252 33554432000 4194304 4922060 140735816897424 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19016/statm: 2175 252 211 178 0 68 0
[pid=19017] ppid=19016 vsize=285620 CPUtime=25.03 cores=1,3,5,7
/proc/19017/stat : 19017 (priss) S 19016 19016 18837 0 -1 4202496 17680 0 0 0 2498 5 0 0 18 0 5 0 515412388 292474880 12735 33554432000 4194304 5787044 140734387994800 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/19017/statm: 71405 12735 419 389 0 67155 0
[pid=19017/tid=19019] ppid=19016 vsize=285620 CPUtime=6.26 cores=1,3,5,7
/proc/19017/task/19019/stat : 19019 (priss) R 19016 19016 18837 0 -1 4202560 3120 0 0 0 625 1 0 0 25 0 5 0 515412389 292474880 12735 33554432000 4194304 5787044 140734387994800 18446744073709551615 5576478 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19017/tid=19020] ppid=19016 vsize=285620 CPUtime=6.23 cores=1,3,5,7
/proc/19017/task/19020/stat : 19020 (priss) R 19016 19016 18837 0 -1 4202560 2429 0 0 0 622 1 0 0 23 0 5 0 515412390 292474880 12735 33554432000 4194304 5787044 140734387994800 18446744073709551615 4227968 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19017/tid=19021] ppid=19016 vsize=285620 CPUtime=6.25 cores=1,3,5,7
/proc/19017/task/19021/stat : 19021 (priss) R 19016 19016 18837 0 -1 4202560 3086 0 0 0 624 1 0 0 25 0 5 0 515412390 292474880 12735 33554432000 4194304 5787044 140734387994800 18446744073709551615 4227995 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=19017/tid=19022] ppid=19016 vsize=285620 CPUtime=6.25 cores=1,3,5,7
/proc/19017/task/19022/stat : 19022 (priss) R 19016 19016 18837 0 -1 4202560 6355 0 0 0 624 1 0 0 25 0 5 0 515412390 292474880 12735 33554432000 4194304 5787044 140734387994800 18446744073709551615 5527449 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 294320

[startup+12.7006 s]
/proc/loadavg: 8.07 8.10 7.92 9/186 19022
/proc/meminfo: memFree=24661808/32951132 swapFree=67111524/67111528
[pid=19016] ppid=19014 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19016/stat : 19016 (priss.sh) S 19014 19016 18837 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 515412388 8908800 252 33554432000 4194304 4922060 140735816897424 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19016/statm: 2175 252 211 178 0 68 0
[pid=19017] ppid=19016 vsize=289720 CPUtime=50.6 cores=1,3,5,7
/proc/19017/stat : 19017 (priss) S 19016 19016 18837 0 -1 4202496 20119 0 0 0 5053 7 0 0 18 0 5 0 515412388 296673280 15174 33554432000 4194304 5787044 140734387994800 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/19017/statm: 72430 15174 419 389 0 68180 0
[pid=19017/tid=19019] ppid=19016 vsize=289720 CPUtime=12.66 cores=1,3,5,7
/proc/19017/task/19019/stat : 19019 (priss) R 19016 19016 18837 0 -1 4202560 3542 0 0 0 1265 1 0 0 25 0 5 0 515412389 296673280 15174 33554432000 4194304 5787044 140734387994800 18446744073709551615 5591552 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19017/tid=19020] ppid=19016 vsize=289720 CPUtime=12.6 cores=1,3,5,7
/proc/19017/task/19020/stat : 19020 (priss) R 19016 19016 18837 0 -1 4202560 2628 0 0 0 1258 2 0 0 25 0 5 0 515412390 296673280 15174 33554432000 4194304 5787044 140734387994800 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19017/tid=19021] ppid=19016 vsize=289720 CPUtime=12.64 cores=1,3,5,7
/proc/19017/task/19021/stat : 19021 (priss) R 19016 19016 18837 0 -1 4202560 3623 0 0 0 1263 1 0 0 25 0 5 0 515412390 296673280 15174 33554432000 4194304 5787044 140734387994800 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=19017/tid=19022] ppid=19016 vsize=289720 CPUtime=12.64 cores=1,3,5,7
/proc/19017/task/19022/stat : 19022 (priss) R 19016 19016 18837 0 -1 4202560 7636 0 0 0 1263 1 0 0 25 0 5 0 515412390 296673280 15174 33554432000 4194304 5787044 140734387994800 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 298420

[startup+25.5004 s]
/proc/loadavg: 8.14 8.11 7.93 9/186 19022
/proc/meminfo: memFree=24650540/32951132 swapFree=67111524/67111528
[pid=19016] ppid=19014 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19016/stat : 19016 (priss.sh) S 19014 19016 18837 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 515412388 8908800 252 33554432000 4194304 4922060 140735816897424 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19016/statm: 2175 252 211 178 0 68 0
[pid=19017] ppid=19016 vsize=291252 CPUtime=101.7 cores=1,3,5,7
/proc/19017/stat : 19017 (priss) S 19016 19016 18837 0 -1 4202496 22282 0 0 0 10159 11 0 0 18 0 5 0 515412388 298242048 17337 33554432000 4194304 5787044 140734387994800 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/19017/statm: 72813 17337 419 389 0 68563 0
[pid=19017/tid=19019] ppid=19016 vsize=291252 CPUtime=25.45 cores=1,3,5,7
/proc/19017/task/19019/stat : 19019 (priss) R 19016 19016 18837 0 -1 4202560 4074 0 0 0 2543 2 0 0 25 0 5 0 515412389 298242048 17337 33554432000 4194304 5787044 140734387994800 18446744073709551615 5591568 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19017/tid=19020] ppid=19016 vsize=291252 CPUtime=25.32 cores=1,3,5,7
/proc/19017/task/19020/stat : 19020 (priss) R 19016 19016 18837 0 -1 4202560 3235 0 0 0 2530 2 0 0 25 0 5 0 515412390 298242048 17337 33554432000 4194304 5787044 140734387994800 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19017/tid=19021] ppid=19016 vsize=291252 CPUtime=25.44 cores=1,3,5,7
/proc/19017/task/19021/stat : 19021 (priss) R 19016 19016 18837 0 -1 4202560 4365 0 0 0 2542 2 0 0 25 0 5 0 515412390 298242048 17337 33554432000 4194304 5787044 140734387994800 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=19017/tid=19022] ppid=19016 vsize=291252 CPUtime=25.44 cores=1,3,5,7
/proc/19017/task/19022/stat : 19022 (priss) R 19016 19016 18837 0 -1 4202560 7918 0 0 0 2542 2 0 0 25 0 5 0 515412390 298242048 17337 33554432000 4194304 5787044 140734387994800 18446744073709551615 5527182 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 299952

[startup+51.101 s]
/proc/loadavg: 8.15 8.12 7.93 9/186 19023
/proc/meminfo: memFree=24601408/32951132 swapFree=67111524/67111528
[pid=19016] ppid=19014 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19016/stat : 19016 (priss.sh) S 19014 19016 18837 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 515412388 8908800 252 33554432000 4194304 4922060 140735816897424 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19016/statm: 2175 252 211 178 0 68 0
[pid=19017] ppid=19016 vsize=300444 CPUtime=203.88 cores=1,3,5,7
/proc/19017/stat : 19017 (priss) S 19016 19016 18837 0 -1 4202496 27699 0 0 0 20366 22 0 0 18 0 5 0 515412388 307654656 22751 33554432000 4194304 5787044 140734387994800 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/19017/statm: 75111 22751 419 389 0 70861 0
[pid=19017/tid=19019] ppid=19016 vsize=300444 CPUtime=51.04 cores=1,3,5,7
/proc/19017/task/19019/stat : 19019 (priss) R 19016 19016 18837 0 -1 4202560 5286 0 0 0 5100 4 0 0 25 0 5 0 515412389 307654656 22751 33554432000 4194304 5787044 140734387994800 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=19017/tid=19020] ppid=19016 vsize=300444 CPUtime=50.78 cores=1,3,5,7
/proc/19017/task/19020/stat : 19020 (priss) R 19016 19016 18837 0 -1 4202560 5408 0 0 0 5074 4 0 0 25 0 5 0 515412390 307654656 22751 33554432000 4194304 5787044 140734387994800 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19017/tid=19021] ppid=19016 vsize=300444 CPUtime=51 cores=1,3,5,7
/proc/19017/task/19021/stat : 19021 (priss) R 19016 19016 18837 0 -1 4202560 5324 0 0 0 5093 7 0 0 25 0 5 0 515412390 307654656 22751 33554432000 4194304 5787044 140734387994800 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19017/tid=19022] ppid=19016 vsize=300444 CPUtime=51.01 cores=1,3,5,7
/proc/19017/task/19022/stat : 19022 (priss) R 19016 19016 18837 0 -1 4202560 8991 0 0 0 5097 4 0 0 25 0 5 0 515412390 307654656 22751 33554432000 4194304 5787044 140734387994800 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.88
Current children cumulated vsize (KiB) 309144

[startup+102.301 s]
/proc/loadavg: 8.25 8.14 7.95 9/186 19024
/proc/meminfo: memFree=24562460/32951132 swapFree=67111524/67111528
[pid=19016] ppid=19014 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19016/stat : 19016 (priss.sh) S 19014 19016 18837 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 515412388 8908800 252 33554432000 4194304 4922060 140735816897424 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19016/statm: 2175 252 211 178 0 68 0
[pid=19017] ppid=19016 vsize=312960 CPUtime=408.35 cores=1,3,5,7
/proc/19017/stat : 19017 (priss) S 19016 19016 18837 0 -1 4202496 35244 0 0 0 40802 33 0 0 18 0 5 0 515412388 320471040 30272 33554432000 4194304 5787044 140734387994800 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/19017/statm: 78240 30272 419 389 0 73990 0
[pid=19017/tid=19019] ppid=19016 vsize=312960 CPUtime=102.24 cores=1,3,5,7
/proc/19017/task/19019/stat : 19019 (priss) R 19016 19016 18837 0 -1 4202560 6912 0 0 0 10216 8 0 0 25 0 5 0 515412389 320471040 30272 33554432000 4194304 5787044 140734387994800 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=19017/tid=19020] ppid=19016 vsize=312960 CPUtime=101.7 cores=1,3,5,7
/proc/19017/task/19020/stat : 19020 (priss) R 19016 19016 18837 0 -1 4202560 7790 0 0 0 10162 8 0 0 25 0 5 0 515412390 320471040 30272 33554432000 4194304 5787044 140734387994800 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19017/tid=19021] ppid=19016 vsize=312960 CPUtime=102.17 cores=1,3,5,7
/proc/19017/task/19021/stat : 19021 (priss) R 19016 19016 18837 0 -1 4202560 7301 0 0 0 10208 9 0 0 25 0 5 0 515412390 320471040 30272 33554432000 4194304 5787044 140734387994800 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19017/tid=19022] ppid=19016 vsize=312960 CPUtime=102.2 cores=1,3,5,7
/proc/19017/task/19022/stat : 19022 (priss) R 19016 19016 18837 0 -1 4202560 10551 0 0 0 10213 7 0 0 20 0 5 0 515412390 320471040 30272 33554432000 4194304 5787044 140734387994800 18446744073709551615 5527218 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.35
Current children cumulated vsize (KiB) 321660

[startup+162.301 s]
/proc/loadavg: 8.20 8.14 7.96 9/186 19026
/proc/meminfo: memFree=24527356/32951132 swapFree=67111524/67111528
[pid=19016] ppid=19014 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19016/stat : 19016 (priss.sh) S 19014 19016 18837 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 515412388 8908800 252 33554432000 4194304 4922060 140735816897424 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19016/statm: 2175 252 211 178 0 68 0
[pid=19017] ppid=19016 vsize=317984 CPUtime=648.01 cores=1,3,5,7

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

/proc/19017/task/19020/stat : 19020 (priss) R 19016 19016 18837 0 -1 4202560 19683 0 0 0 87732 26 0 0 25 0 5 0 515412390 458448896 77924 33554432000 4194304 5787044 140734387994800 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19017/tid=19021] ppid=19016 vsize=447704 CPUtime=882.13 cores=1,3,5,7
/proc/19017/task/19021/stat : 19021 (priss) R 19016 19016 18837 0 -1 4202560 21839 0 0 0 88179 34 0 0 25 0 5 0 515412390 458448896 77924 33554432000 4194304 5787044 140734387994800 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=19017/tid=19022] ppid=19016 vsize=447704 CPUtime=882.02 cores=1,3,5,7
/proc/19017/task/19022/stat : 19022 (priss) R 19016 19016 18837 0 -1 4202560 22997 0 0 0 88180 22 0 0 25 0 5 0 515412390 458448896 77924 33554432000 4194304 5787044 140734387994800 18446744073709551615 4218754 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3523.97
Current children cumulated vsize (KiB) 456404

[startup+942.307 s]
/proc/loadavg: 8.06 8.04 8.00 9/186 19056
/proc/meminfo: memFree=24154612/32951132 swapFree=67111524/67111528
[pid=19016] ppid=19014 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19016/stat : 19016 (priss.sh) S 19014 19016 18837 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 515412388 8908800 252 33554432000 4194304 4922060 140735816897424 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19016/statm: 2175 252 211 178 0 68 0
[pid=19017] ppid=19016 vsize=588552 CPUtime=3763.66 cores=1,3,5,7
/proc/19017/stat : 19017 (priss) S 19016 19016 18837 0 -1 4202496 90184 0 0 0 376251 115 0 0 18 0 5 0 515412388 602677248 84520 33554432000 4194304 5787044 140734387994800 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/19017/statm: 147138 84520 419 389 0 142888 0
[pid=19017/tid=19019] ppid=19016 vsize=588552 CPUtime=942.18 cores=1,3,5,7
/proc/19017/task/19019/stat : 19019 (priss) R 19016 19016 18837 0 -1 4202560 17705 0 0 0 94196 22 0 0 25 0 5 0 515412389 602677248 84520 33554432000 4194304 5787044 140734387994800 18446744073709551615 5586761 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19017/tid=19020] ppid=19016 vsize=588552 CPUtime=937.26 cores=1,3,5,7
/proc/19017/task/19020/stat : 19020 (priss) R 19016 19016 18837 0 -1 4202560 22281 0 0 0 93696 30 0 0 25 0 5 0 515412390 602677248 84520 33554432000 4194304 5787044 140734387994800 18446744073709551615 4213865 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19017/tid=19021] ppid=19016 vsize=588552 CPUtime=942.14 cores=1,3,5,7
/proc/19017/task/19021/stat : 19021 (priss) R 19016 19016 18837 0 -1 4202560 23285 0 0 0 94178 36 0 0 25 0 5 0 515412390 602677248 84520 33554432000 4194304 5787044 140734387994800 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=19017/tid=19022] ppid=19016 vsize=588552 CPUtime=942.03 cores=1,3,5,7
/proc/19017/task/19022/stat : 19022 (priss) R 19016 19016 18837 0 -1 4202560 24223 0 0 0 94178 25 0 0 25 0 5 0 515412390 602677248 84520 33554432000 4194304 5787044 140734387994800 18446744073709551615 4220688 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3763.66
Current children cumulated vsize (KiB) 597252

[startup+1002.3 s]
/proc/loadavg: 8.07 8.05 8.00 9/186 19057
/proc/meminfo: memFree=24151996/32951132 swapFree=67111524/67111528
[pid=19016] ppid=19014 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19016/stat : 19016 (priss.sh) S 19014 19016 18837 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 515412388 8908800 252 33554432000 4194304 4922060 140735816897424 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19016/statm: 2175 252 211 178 0 68 0
[pid=19017] ppid=19016 vsize=588552 CPUtime=4003.31 cores=1,3,5,7
/proc/19017/stat : 19017 (priss) S 19016 19016 18837 0 -1 4202496 90478 0 0 0 400216 115 0 0 18 0 5 0 515412388 602677248 84814 33554432000 4194304 5787044 140734387994800 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/19017/statm: 147138 84814 419 389 0 142888 0
[pid=19017/tid=19019] ppid=19016 vsize=588552 CPUtime=1002.17 cores=1,3,5,7
/proc/19017/task/19019/stat : 19019 (priss) R 19016 19016 18837 0 -1 4202560 17706 0 0 0 100195 22 0 0 25 0 5 0 515412389 602677248 84814 33554432000 4194304 5787044 140734387994800 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19017/tid=19020] ppid=19016 vsize=588552 CPUtime=996.93 cores=1,3,5,7
/proc/19017/task/19020/stat : 19020 (priss) R 19016 19016 18837 0 -1 4202560 22281 0 0 0 99663 30 0 0 25 0 5 0 515412390 602677248 84814 33554432000 4194304 5787044 140734387994800 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19017/tid=19021] ppid=19016 vsize=588552 CPUtime=1002.14 cores=1,3,5,7
/proc/19017/task/19021/stat : 19021 (priss) R 19016 19016 18837 0 -1 4202560 23315 0 0 0 100178 36 0 0 25 0 5 0 515412390 602677248 84814 33554432000 4194304 5787044 140734387994800 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=19017/tid=19022] ppid=19016 vsize=588552 CPUtime=1002.02 cores=1,3,5,7
/proc/19017/task/19022/stat : 19022 (priss) R 19016 19016 18837 0 -1 4202560 24486 0 0 0 100177 25 0 0 25 0 5 0 515412390 602677248 84814 33554432000 4194304 5787044 140734387994800 18446744073709551615 5527087 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4003.31
Current children cumulated vsize (KiB) 597252

[startup+1062.3 s]
/proc/loadavg: 8.41 8.15 8.04 9/186 19095
/proc/meminfo: memFree=24836408/32951132 swapFree=67111524/67111528
[pid=19016] ppid=19014 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19016/stat : 19016 (priss.sh) S 19014 19016 18837 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 515412388 8908800 252 33554432000 4194304 4922060 140735816897424 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19016/statm: 2175 252 211 178 0 68 0
[pid=19017] ppid=19016 vsize=590996 CPUtime=4242.95 cores=1,3,5,7
/proc/19017/stat : 19017 (priss) S 19016 19016 18837 0 -1 4202496 91488 0 0 0 424179 116 0 0 18 0 5 0 515412388 605179904 85727 33554432000 4194304 5787044 140734387994800 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/19017/statm: 147749 85727 419 389 0 143499 0
[pid=19017/tid=19019] ppid=19016 vsize=590996 CPUtime=1062.15 cores=1,3,5,7
/proc/19017/task/19019/stat : 19019 (priss) R 19016 19016 18837 0 -1 4202560 18194 0 0 0 106192 23 0 0 25 0 5 0 515412389 605179904 85727 33554432000 4194304 5787044 140734387994800 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19017/tid=19020] ppid=19016 vsize=590996 CPUtime=1056.6 cores=1,3,5,7
/proc/19017/task/19020/stat : 19020 (priss) R 19016 19016 18837 0 -1 4202560 22281 0 0 0 105630 30 0 0 25 0 5 0 515412390 605179904 85727 33554432000 4194304 5787044 140734387994800 18446744073709551615 5591298 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19017/tid=19021] ppid=19016 vsize=590996 CPUtime=1062.14 cores=1,3,5,7
/proc/19017/task/19021/stat : 19021 (priss) R 19016 19016 18837 0 -1 4202560 23492 0 0 0 106178 36 0 0 25 0 5 0 515412390 605179904 85727 33554432000 4194304 5787044 140734387994800 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=19017/tid=19022] ppid=19016 vsize=590996 CPUtime=1062.02 cores=1,3,5,7
/proc/19017/task/19022/stat : 19022 (priss) R 19016 19016 18837 0 -1 4202560 24831 0 0 0 106177 25 0 0 25 0 5 0 515412390 605179904 85727 33554432000 4194304 5787044 140734387994800 18446744073709551615 5527101 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4242.95
Current children cumulated vsize (KiB) 599696

[startup+1122.3 s]
/proc/loadavg: 8.26 8.15 8.04 9/186 19097
/proc/meminfo: memFree=24807876/32951132 swapFree=67111524/67111528
[pid=19016] ppid=19014 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19016/stat : 19016 (priss.sh) S 19014 19016 18837 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 515412388 8908800 252 33554432000 4194304 4922060 140735816897424 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19016/statm: 2175 252 211 178 0 68 0
[pid=19017] ppid=19016 vsize=593656 CPUtime=4482.61 cores=1,3,5,7
/proc/19017/stat : 19017 (priss) S 19016 19016 18837 0 -1 4202496 92111 0 0 0 448145 116 0 0 18 0 5 0 515412388 607903744 86350 33554432000 4194304 5787044 140734387994800 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/19017/statm: 148414 86350 419 389 0 144164 0
[pid=19017/tid=19019] ppid=19016 vsize=593656 CPUtime=1122.13 cores=1,3,5,7
/proc/19017/task/19019/stat : 19019 (priss) R 19016 19016 18837 0 -1 4202560 18194 0 0 0 112190 23 0 0 25 0 5 0 515412389 607903744 86350 33554432000 4194304 5787044 140734387994800 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19017/tid=19020] ppid=19016 vsize=593656 CPUtime=1116.27 cores=1,3,5,7
/proc/19017/task/19020/stat : 19020 (priss) R 19016 19016 18837 0 -1 4202560 22281 0 0 0 111597 30 0 0 25 0 5 0 515412390 607903744 86350 33554432000 4194304 5787044 140734387994800 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19017/tid=19021] ppid=19016 vsize=593656 CPUtime=1122.13 cores=1,3,5,7
/proc/19017/task/19021/stat : 19021 (priss) R 19016 19016 18837 0 -1 4202560 24115 0 0 0 112177 36 0 0 25 0 5 0 515412390 607903744 86350 33554432000 4194304 5787044 140734387994800 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=19017/tid=19022] ppid=19016 vsize=593656 CPUtime=1122.02 cores=1,3,5,7
/proc/19017/task/19022/stat : 19022 (priss) R 19016 19016 18837 0 -1 4202560 24831 0 0 0 112177 25 0 0 25 0 5 0 515412390 607903744 86350 33554432000 4194304 5787044 140734387994800 18446744073709551615 5527579 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4482.61
Current children cumulated vsize (KiB) 602356

[startup+1182.3 s]
/proc/loadavg: 8.13 8.14 8.04 9/186 19098
/proc/meminfo: memFree=24776004/32951132 swapFree=67111524/67111528
[pid=19016] ppid=19014 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19016/stat : 19016 (priss.sh) S 19014 19016 18837 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 515412388 8908800 252 33554432000 4194304 4922060 140735816897424 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19016/statm: 2175 252 211 178 0 68 0
[pid=19017] ppid=19016 vsize=599844 CPUtime=4722.29 cores=1,3,5,7
/proc/19017/stat : 19017 (priss) S 19016 19016 18837 0 -1 4202496 93620 0 0 0 472111 118 0 0 18 0 5 0 515412388 614240256 87859 33554432000 4194304 5787044 140734387994800 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/19017/statm: 149961 87859 419 389 0 145711 0
[pid=19017/tid=19019] ppid=19016 vsize=599844 CPUtime=1182.13 cores=1,3,5,7
/proc/19017/task/19019/stat : 19019 (priss) R 19016 19016 18837 0 -1 4202560 18201 0 0 0 118190 23 0 0 25 0 5 0 515412389 614240256 87859 33554432000 4194304 5787044 140734387994800 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19017/tid=19020] ppid=19016 vsize=599844 CPUtime=1175.94 cores=1,3,5,7
/proc/19017/task/19020/stat : 19020 (priss) R 19016 19016 18837 0 -1 4202560 22292 0 0 0 117564 30 0 0 25 0 5 0 515412390 614240256 87859 33554432000 4194304 5787044 140734387994800 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19017/tid=19021] ppid=19016 vsize=599844 CPUtime=1182.14 cores=1,3,5,7
/proc/19017/task/19021/stat : 19021 (priss) R 19016 19016 18837 0 -1 4202560 25606 0 0 0 118176 38 0 0 25 0 5 0 515412390 614240256 87859 33554432000 4194304 5787044 140734387994800 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=19017/tid=19022] ppid=19016 vsize=599844 CPUtime=1182.02 cores=1,3,5,7
/proc/19017/task/19022/stat : 19022 (priss) R 19016 19016 18837 0 -1 4202560 24831 0 0 0 118177 25 0 0 25 0 5 0 515412390 614240256 87859 33554432000 4194304 5787044 140734387994800 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4722.29
Current children cumulated vsize (KiB) 608544



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.17 8.14 8.05 9/186 19099
/proc/meminfo: memFree=24773892/32951132 swapFree=67111524/67111528
[pid=19016] ppid=19014 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19016/stat : 19016 (priss.sh) S 19014 19016 18837 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 515412388 8908800 252 33554432000 4194304 4922060 140735816897424 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19016/statm: 2175 252 211 178 0 68 0
[pid=19017] ppid=19016 vsize=601736 CPUtime=4800.22 cores=1,3,5,7
/proc/19017/stat : 19017 (priss) S 19016 19016 18837 0 -1 4202496 94123 0 0 0 479903 119 0 0 18 0 5 0 515412388 616177664 88362 33554432000 4194304 5787044 140734387994800 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/19017/statm: 150434 88362 419 389 0 146184 0
[pid=19017/tid=19019] ppid=19016 vsize=601736 CPUtime=1201.65 cores=1,3,5,7
/proc/19017/task/19019/stat : 19019 (priss) R 19016 19016 18837 0 -1 4202560 18218 0 0 0 120142 23 0 0 25 0 5 0 515412389 616177664 88362 33554432000 4194304 5787044 140734387994800 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19017/tid=19020] ppid=19016 vsize=601736 CPUtime=1195.34 cores=1,3,5,7
/proc/19017/task/19020/stat : 19020 (priss) R 19016 19016 18837 0 -1 4202560 22295 0 0 0 119504 30 0 0 25 0 5 0 515412390 616177664 88362 33554432000 4194304 5787044 140734387994800 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19017/tid=19021] ppid=19016 vsize=601736 CPUtime=1201.66 cores=1,3,5,7
/proc/19017/task/19021/stat : 19021 (priss) R 19016 19016 18837 0 -1 4202560 26089 0 0 0 120127 39 0 0 25 0 5 0 515412390 616177664 88362 33554432000 4194304 5787044 140734387994800 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=19017/tid=19022] ppid=19016 vsize=601736 CPUtime=1201.53 cores=1,3,5,7
/proc/19017/task/19022/stat : 19022 (priss) R 19016 19016 18837 0 -1 4202560 24831 0 0 0 120128 25 0 0 25 0 5 0 515412390 616177664 88362 33554432000 4194304 5787044 140734387994800 18446744073709551615 4254966 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.22
Current children cumulated vsize (KiB) 610436

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

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

[startup+1201.8 s]
/proc/loadavg: 8.17 8.14 8.05 9/186 19099
/proc/meminfo: memFree=24773892/32951132 swapFree=67111524/67111528
[pid=19016] ppid=19014 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19016/stat : 19016 (priss.sh) S 19014 19016 18837 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 515412388 8908800 252 33554432000 4194304 4922060 140735816897424 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19016/statm: 2175 252 211 178 0 68 0
[pid=19017] ppid=19016 vsize=601736 CPUtime=4800.22 cores=1,3,5,7
/proc/19017/stat : 19017 (priss) S 19016 19016 18837 0 -1 4202496 94123 0 0 0 479903 119 0 0 18 0 5 0 515412388 616177664 88362 33554432000 4194304 5787044 140734387994800 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/19017/statm: 150434 88362 419 389 0 146184 0
[pid=19017/tid=19019] ppid=19016 vsize=601736 CPUtime=1201.65 cores=1,3,5,7
/proc/19017/task/19019/stat : 19019 (priss) R 19016 19016 18837 0 -1 4202560 18218 0 0 0 120142 23 0 0 25 0 5 0 515412389 616177664 88362 33554432000 4194304 5787044 140734387994800 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19017/tid=19020] ppid=19016 vsize=601736 CPUtime=1195.34 cores=1,3,5,7
/proc/19017/task/19020/stat : 19020 (priss) R 19016 19016 18837 0 -1 4202560 22295 0 0 0 119504 30 0 0 25 0 5 0 515412390 616177664 88362 33554432000 4194304 5787044 140734387994800 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19017/tid=19021] ppid=19016 vsize=601736 CPUtime=1201.66 cores=1,3,5,7
/proc/19017/task/19021/stat : 19021 (priss) R 19016 19016 18837 0 -1 4202560 26089 0 0 0 120127 39 0 0 25 0 5 0 515412390 616177664 88362 33554432000 4194304 5787044 140734387994800 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=19017/tid=19022] ppid=19016 vsize=601736 CPUtime=1201.53 cores=1,3,5,7
/proc/19017/task/19022/stat : 19022 (priss) R 19016 19016 18837 0 -1 4202560 24831 0 0 0 120128 25 0 0 25 0 5 0 515412390 616177664 88362 33554432000 4194304 5787044 140734387994800 18446744073709551615 4254966 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.22
Current children cumulated vsize (KiB) 610436

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.82
CPU time (s): 4800.22
CPU user time (s): 4799.03
CPU system time (s): 1.19
CPU usage (%): 399.411
Max. virtual memory (cumulated for all children) (KiB): 610436

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= 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.56576 second user time and 5.00324 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-29 02:48:48
IDJOB=3280511
IDBENCH=20399
IDSOLVER=1603
FILE ID=node131/3280511-1304038127
RUNJOBID= node131-1304036726-18856
PBS_JOBID= 13170364
Free space on /tmp= 71372 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT07/industrial/fuhs/hard/AProVE07-01.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3280511-1304038127/watcher-3280511-1304038127 -o /tmp/evaluation-result-3280511-1304038127/solver-3280511-1304038127 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3280511-1304038127.cnf 473913542 4800 15500 4

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

MD5SUM BENCH= d2f77e32530988f77dca5112174eee00
RANDOM SEED=473913542

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      24729440 kB
Buffers:        937464 kB
Cached:        6208840 kB
SwapCached:          4 kB
Active:         723804 kB
Inactive:      7011040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      24729440 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            1980 kB
Writeback:           4 kB
AnonPages:      587860 kB
Mapped:          16048 kB
Slab:           422712 kB
PageTables:       6016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   838060 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71384 MiB
End job on node131 at 2011-04-29 03:08:51