Trace number 3282397

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

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitsarray/
countbitsarray04_32.cnf
MD5SUM2fe3650d4a602f63086e937176360ebb
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 variables8750
Number of clauses25865
Sum of the clauses size60349
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 217242
Number of clauses of size 38621
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: 21615
0.00/0.01	c parsetime: 6537us
0.00/0.01	c parsed 25865 clauses with 8750 variables
0.00/0.01	c NW started thread 0 successfully (1086761280)
0.00/0.01	c NW started thread 1 successfully (1097513280)
0.00/0.01	c NW started thread 2 successfully (1108003136)
0.00/0.01	c NW started thread 3 successfully (1118492992)
0.00/0.62	c preprocessor returned 10004 variables
0.00/0.62	c preprocessing returned UNKNOWN
0.00/0.62	c PP set 624 variables
0.00/0.62	c pp time: 611502us (0s)
0.00/0.63	c preprocessor returned 10004 variables
0.00/0.63	c preprocessing returned UNKNOWN
0.00/0.63	c PP set 624 variables
0.00/0.63	c pp time: 618629us (0s)
0.00/0.64	c preprocessor returned 10004 variables
0.00/0.65	c preprocessing returned UNKNOWN
0.00/0.65	c PP set 624 variables
0.00/0.65	c pp time: 631220us (0s)
27.07/6.88	c preprocessor returned 30002 variables
27.07/6.88	c preprocessing returned UNKNOWN
27.07/6.88	c PP set 624 variables
27.07/6.88	c pp time: 6857720us (6s)
27.47/6.93	c HTE
27.47/6.94	c subsumption
27.47/6.94	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-3282397-1304041561/watcher-3282397-1304041561 -o /tmp/evaluation-result-3282397-1304041561/solver-3282397-1304041561 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3282397-1304041561.cnf 2084191413 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: 5.83 7.53 6.52 2/174 21614
/proc/meminfo: memFree=17521720/32950940 swapFree=67111528/67111528
[pid=21614] ppid=21612 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21614/stat : 21614 (priss.sh) S 21612 21614 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594386886 8908800 252 33554432000 4194304 4922060 140734677598032 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21614/statm: 2175 252 211 178 0 68 0

[startup+0.0604379 s]
/proc/loadavg: 5.83 7.53 6.52 2/174 21614
/proc/meminfo: memFree=17521720/32950940 swapFree=67111528/67111528
[pid=21614] ppid=21612 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21614/stat : 21614 (priss.sh) S 21612 21614 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594386886 8908800 252 33554432000 4194304 4922060 140734677598032 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21614/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.116434 s]
/proc/loadavg: 5.83 7.53 6.52 2/174 21614
/proc/meminfo: memFree=17521720/32950940 swapFree=67111528/67111528
[pid=21614] ppid=21612 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21614/stat : 21614 (priss.sh) S 21612 21614 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594386886 8908800 252 33554432000 4194304 4922060 140734677598032 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21614/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300764 s]
/proc/loadavg: 5.83 7.53 6.52 2/174 21614
/proc/meminfo: memFree=17521720/32950940 swapFree=67111528/67111528
[pid=21614] ppid=21612 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21614/stat : 21614 (priss.sh) S 21612 21614 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594386886 8908800 252 33554432000 4194304 4922060 140734677598032 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21614/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700645 s]
/proc/loadavg: 5.83 7.53 6.52 2/174 21614
/proc/meminfo: memFree=17521720/32950940 swapFree=67111528/67111528
[pid=21614] ppid=21612 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21614/stat : 21614 (priss.sh) S 21612 21614 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594386886 8908800 252 33554432000 4194304 4922060 140734677598032 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21614/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5005 s]
/proc/loadavg: 5.83 7.53 6.52 9/188 21631
/proc/meminfo: memFree=16952952/32950940 swapFree=67111528/67111528
[pid=21614] ppid=21612 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21614/stat : 21614 (priss.sh) S 21612 21614 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594386886 8908800 252 33554432000 4194304 4922060 140734677598032 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21614/statm: 2175 252 211 178 0 68 0
[pid=21615] ppid=21614 vsize=284692 CPUtime=5.91 cores=0,2,4,6
/proc/21615/stat : 21615 (priss) S 21614 21614 21582 0 -1 4202496 14676 0 0 0 587 4 0 0 25 0 5 0 594386886 291524608 10269 33554432000 4194304 5787044 140736484862976 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21615/statm: 71173 10269 406 389 0 66923 0
[pid=21615/tid=21617] ppid=21614 vsize=284692 CPUtime=1.47 cores=0,2,4,6
/proc/21615/task/21617/stat : 21617 (priss) R 21614 21614 21582 0 -1 4202560 4111 0 0 0 147 0 0 0 25 0 5 0 594386887 291524608 10269 33554432000 4194304 5787044 140736484862976 18446744073709551615 5591309 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21615/tid=21618] ppid=21614 vsize=284692 CPUtime=1.46 cores=0,2,4,6
/proc/21615/task/21618/stat : 21618 (priss) R 21614 21614 21582 0 -1 4202560 3129 0 0 0 145 1 0 0 18 0 5 0 594386888 291524608 10269 33554432000 4194304 5787044 140736484862976 18446744073709551615 4227988 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21615/tid=21619] ppid=21614 vsize=284692 CPUtime=1.47 cores=0,2,4,6
/proc/21615/task/21619/stat : 21619 (priss) R 21614 21614 21582 0 -1 4202560 2206 0 0 0 147 0 0 0 25 0 5 0 594386888 291524608 10269 33554432000 4194304 5787044 140736484862976 18446744073709551615 5591225 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21615/tid=21620] ppid=21614 vsize=284692 CPUtime=1.46 cores=0,2,4,6
/proc/21615/task/21620/stat : 21620 (priss) R 21614 21614 21582 0 -1 4202560 3609 0 0 0 145 1 0 0 25 0 5 0 594386888 291524608 10269 33554432000 4194304 5787044 140736484862976 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 293392

[startup+3.10122 s]
/proc/loadavg: 5.83 7.53 6.52 9/188 21631
/proc/meminfo: memFree=17044712/32950940 swapFree=67111528/67111528
[pid=21614] ppid=21612 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21614/stat : 21614 (priss.sh) S 21612 21614 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594386886 8908800 252 33554432000 4194304 4922060 140734677598032 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21614/statm: 2175 252 211 178 0 68 0
[pid=21615] ppid=21614 vsize=290144 CPUtime=12.3 cores=0,2,4,6
/proc/21615/stat : 21615 (priss) S 21614 21614 21582 0 -1 4202496 16718 0 0 0 1226 4 0 0 25 0 5 0 594386886 297107456 12311 33554432000 4194304 5787044 140736484862976 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21615/statm: 72536 12311 406 389 0 68286 0
[pid=21615/tid=21617] ppid=21614 vsize=290144 CPUtime=3.06 cores=0,2,4,6
/proc/21615/task/21617/stat : 21617 (priss) R 21614 21614 21582 0 -1 4202560 4455 0 0 0 306 0 0 0 25 0 5 0 594386887 297107456 12311 33554432000 4194304 5787044 140736484862976 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21615/tid=21618] ppid=21614 vsize=290144 CPUtime=3.06 cores=0,2,4,6
/proc/21615/task/21618/stat : 21618 (priss) R 21614 21614 21582 0 -1 4202560 3471 0 0 0 305 1 0 0 21 0 5 0 594386888 297107456 12311 33554432000 4194304 5787044 140736484862976 18446744073709551615 4217277 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21615/tid=21619] ppid=21614 vsize=290144 CPUtime=3.07 cores=0,2,4,6
/proc/21615/task/21619/stat : 21619 (priss) R 21614 21614 21582 0 -1 4202560 3562 0 0 0 307 0 0 0 25 0 5 0 594386888 297107456 12311 33554432000 4194304 5787044 140736484862976 18446744073709551615 5585240 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21615/tid=21620] ppid=21614 vsize=290144 CPUtime=3.07 cores=0,2,4,6
/proc/21615/task/21620/stat : 21620 (priss) R 21614 21614 21582 0 -1 4202560 3609 0 0 0 306 1 0 0 25 0 5 0 594386888 297107456 12311 33554432000 4194304 5787044 140736484862976 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 298844

[startup+6.30067 s]
/proc/loadavg: 6.00 7.54 6.53 9/188 21631
/proc/meminfo: memFree=17031604/32950940 swapFree=67111528/67111528
[pid=21614] ppid=21612 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21614/stat : 21614 (priss.sh) S 21612 21614 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594386886 8908800 252 33554432000 4194304 4922060 140734677598032 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21614/statm: 2175 252 211 178 0 68 0
[pid=21615] ppid=21614 vsize=292332 CPUtime=25.07 cores=0,2,4,6
/proc/21615/stat : 21615 (priss) S 21614 21614 21582 0 -1 4202496 18294 0 0 0 2501 6 0 0 25 0 5 0 594386886 299347968 13887 33554432000 4194304 5787044 140736484862976 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21615/statm: 73083 13887 406 389 0 68833 0
[pid=21615/tid=21617] ppid=21614 vsize=292332 CPUtime=6.24 cores=0,2,4,6
/proc/21615/task/21617/stat : 21617 (priss) R 21614 21614 21582 0 -1 4202560 4995 0 0 0 623 1 0 0 25 0 5 0 594386887 299347968 13887 33554432000 4194304 5787044 140736484862976 18446744073709551615 4254586 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21615/tid=21618] ppid=21614 vsize=292332 CPUtime=6.26 cores=0,2,4,6
/proc/21615/task/21618/stat : 21618 (priss) R 21614 21614 21582 0 -1 4202560 3998 0 0 0 624 2 0 0 25 0 5 0 594386888 299347968 13887 33554432000 4194304 5787044 140736484862976 18446744073709551615 5586627 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21615/tid=21619] ppid=21614 vsize=292332 CPUtime=6.28 cores=0,2,4,6
/proc/21615/task/21619/stat : 21619 (priss) R 21614 21614 21582 0 -1 4202560 4071 0 0 0 627 1 0 0 25 0 5 0 594386888 299347968 13887 33554432000 4194304 5787044 140736484862976 18446744073709551615 5576442 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21615/tid=21620] ppid=21614 vsize=292332 CPUtime=6.26 cores=0,2,4,6
/proc/21615/task/21620/stat : 21620 (priss) R 21614 21614 21582 0 -1 4202560 3609 0 0 0 625 1 0 0 25 0 5 0 594386888 299347968 13887 33554432000 4194304 5787044 140736484862976 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 301032

[startup+12.7005 s]
/proc/loadavg: 6.16 7.55 6.54 9/188 21631
/proc/meminfo: memFree=16914828/32950940 swapFree=67111528/67111528
[pid=21614] ppid=21612 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21614/stat : 21614 (priss.sh) S 21612 21614 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594386886 8908800 252 33554432000 4194304 4922060 140734677598032 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21614/statm: 2175 252 211 178 0 68 0
[pid=21615] ppid=21614 vsize=300732 CPUtime=50.63 cores=0,2,4,6
/proc/21615/stat : 21615 (priss) S 21614 21614 21582 0 -1 4202496 26206 0 0 0 5053 10 0 0 25 0 5 0 594386886 307949568 19653 33554432000 4194304 5787044 140736484862976 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21615/statm: 75183 19653 420 389 0 70933 0
[pid=21615/tid=21617] ppid=21614 vsize=300732 CPUtime=12.6 cores=0,2,4,6
/proc/21615/task/21617/stat : 21617 (priss) R 21614 21614 21582 0 -1 4202560 6060 0 0 0 1258 2 0 0 25 0 5 0 594386887 307949568 19653 33554432000 4194304 5787044 140736484862976 18446744073709551615 5585240 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21615/tid=21618] ppid=21614 vsize=300732 CPUtime=12.65 cores=0,2,4,6
/proc/21615/task/21618/stat : 21618 (priss) R 21614 21614 21582 0 -1 4202560 4997 0 0 0 1263 2 0 0 25 0 5 0 594386888 307949568 19653 33554432000 4194304 5787044 140736484862976 18446744073709551615 5588240 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21615/tid=21619] ppid=21614 vsize=300732 CPUtime=12.67 cores=0,2,4,6
/proc/21615/task/21619/stat : 21619 (priss) R 21614 21614 21582 0 -1 4202560 6135 0 0 0 1266 1 0 0 25 0 5 0 594386888 307949568 19653 33554432000 4194304 5787044 140736484862976 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21615/tid=21620] ppid=21614 vsize=300732 CPUtime=12.65 cores=0,2,4,6
/proc/21615/task/21620/stat : 21620 (priss) R 21614 21614 21582 0 -1 4202560 7393 0 0 0 1263 2 0 0 25 0 5 0 594386888 307949568 19653 33554432000 4194304 5787044 140736484862976 18446744073709551615 5527426 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 309432

[startup+25.5003 s]
/proc/loadavg: 6.57 7.57 6.56 9/188 21631
/proc/meminfo: memFree=16691436/32950940 swapFree=67111528/67111528
[pid=21614] ppid=21612 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21614/stat : 21614 (priss.sh) S 21612 21614 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594386886 8908800 252 33554432000 4194304 4922060 140734677598032 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21614/statm: 2175 252 211 178 0 68 0
[pid=21615] ppid=21614 vsize=309916 CPUtime=101.75 cores=0,2,4,6
/proc/21615/stat : 21615 (priss) S 21614 21614 21582 0 -1 4202496 31737 0 0 0 10160 15 0 0 25 0 5 0 594386886 317353984 25181 33554432000 4194304 5787044 140736484862976 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21615/statm: 77479 25181 420 389 0 73229 0
[pid=21615/tid=21617] ppid=21614 vsize=309916 CPUtime=25.33 cores=0,2,4,6
/proc/21615/task/21617/stat : 21617 (priss) R 21614 21614 21582 0 -1 4202560 6936 0 0 0 2530 3 0 0 25 0 5 0 594386887 317353984 25181 33554432000 4194304 5787044 140736484862976 18446744073709551615 4224065 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21615/tid=21618] ppid=21614 vsize=309916 CPUtime=25.46 cores=0,2,4,6
/proc/21615/task/21618/stat : 21618 (priss) R 21614 21614 21582 0 -1 4202560 6883 0 0 0 2542 4 0 0 25 0 5 0 594386888 317353984 25181 33554432000 4194304 5787044 140736484862976 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21615/tid=21619] ppid=21614 vsize=309916 CPUtime=25.47 cores=0,2,4,6
/proc/21615/task/21619/stat : 21619 (priss) R 21614 21614 21582 0 -1 4202560 7433 0 0 0 2545 2 0 0 25 0 5 0 594386888 317353984 25181 33554432000 4194304 5787044 140736484862976 18446744073709551615 5591564 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21615/tid=21620] ppid=21614 vsize=309916 CPUtime=25.45 cores=0,2,4,6
/proc/21615/task/21620/stat : 21620 (priss) R 21614 21614 21582 0 -1 4202560 8864 0 0 0 2541 4 0 0 25 0 5 0 594386888 317353984 25181 33554432000 4194304 5787044 140736484862976 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.75
Current children cumulated vsize (KiB) 318616

[startup+51.1008 s]
/proc/loadavg: 7.06 7.60 6.60 9/188 21632
/proc/meminfo: memFree=16638016/32950940 swapFree=67111528/67111528
[pid=21614] ppid=21612 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21614/stat : 21614 (priss.sh) S 21612 21614 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594386886 8908800 252 33554432000 4194304 4922060 140734677598032 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21614/statm: 2175 252 211 178 0 68 0
[pid=21615] ppid=21614 vsize=328044 CPUtime=204 cores=0,2,4,6
/proc/21615/stat : 21615 (priss) S 21614 21614 21582 0 -1 4202496 42454 0 0 0 20374 26 0 0 25 0 5 0 594386886 335917056 35834 33554432000 4194304 5787044 140736484862976 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21615/statm: 82011 35834 420 389 0 77761 0
[pid=21615/tid=21617] ppid=21614 vsize=328044 CPUtime=50.79 cores=0,2,4,6
/proc/21615/task/21617/stat : 21617 (priss) R 21614 21614 21582 0 -1 4202560 9322 0 0 0 5072 7 0 0 25 0 5 0 594386887 335917056 35834 33554432000 4194304 5787044 140736484862976 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21615/tid=21618] ppid=21614 vsize=328044 CPUtime=51.05 cores=0,2,4,6
/proc/21615/task/21618/stat : 21618 (priss) R 21614 21614 21582 0 -1 4202560 9277 0 0 0 5098 7 0 0 25 0 5 0 594386888 335917056 35834 33554432000 4194304 5787044 140736484862976 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21615/tid=21619] ppid=21614 vsize=328044 CPUtime=51.07 cores=0,2,4,6
/proc/21615/task/21619/stat : 21619 (priss) R 21614 21614 21582 0 -1 4202560 10807 0 0 0 5103 4 0 0 25 0 5 0 594386888 335917056 35834 33554432000 4194304 5787044 140736484862976 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21615/tid=21620] ppid=21614 vsize=328044 CPUtime=51.05 cores=0,2,4,6
/proc/21615/task/21620/stat : 21620 (priss) R 21614 21614 21582 0 -1 4202560 11427 0 0 0 5098 7 0 0 25 0 5 0 594386888 335917056 35834 33554432000 4194304 5787044 140736484862976 18446744073709551615 5527392 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 204
Current children cumulated vsize (KiB) 336744

[startup+102.307 s]
/proc/loadavg: 7.59 7.66 6.67 9/188 21633
/proc/meminfo: memFree=16568224/32950940 swapFree=67111528/67111528
[pid=21614] ppid=21612 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21614/stat : 21614 (priss.sh) S 21612 21614 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594386886 8908800 252 33554432000 4194304 4922060 140734677598032 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21614/statm: 2175 252 211 178 0 68 0
[pid=21615] ppid=21614 vsize=340864 CPUtime=408.52 cores=0,2,4,6
/proc/21615/stat : 21615 (priss) S 21614 21614 21582 0 -1 4202496 54076 0 0 0 40812 40 0 0 25 0 5 0 594386886 349044736 47261 33554432000 4194304 5787044 140736484862976 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21615/statm: 85216 47261 420 389 0 80966 0
[pid=21615/tid=21617] ppid=21614 vsize=340864 CPUtime=101.71 cores=0,2,4,6
/proc/21615/task/21617/stat : 21617 (priss) R 21614 21614 21582 0 -1 4202560 12083 0 0 0 10160 11 0 0 25 0 5 0 594386887 349044736 47261 33554432000 4194304 5787044 140736484862976 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21615/tid=21618] ppid=21614 vsize=340864 CPUtime=102.26 cores=0,2,4,6
/proc/21615/task/21618/stat : 21618 (priss) R 21614 21614 21582 0 -1 4202560 12750 0 0 0 10215 11 0 0 25 0 5 0 594386888 349044736 47261 33554432000 4194304 5787044 140736484862976 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21615/tid=21619] ppid=21614 vsize=340864 CPUtime=102.27 cores=0,2,4,6
/proc/21615/task/21619/stat : 21619 (priss) R 21614 21614 21582 0 -1 4202560 13006 0 0 0 10221 6 0 0 25 0 5 0 594386888 349044736 47261 33554432000 4194304 5787044 140736484862976 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21615/tid=21620] ppid=21614 vsize=340864 CPUtime=102.26 cores=0,2,4,6

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

/proc/21615/task/21618/stat : 21618 (priss) R 21614 21614 21582 0 -1 4202560 26433 0 0 0 88195 29 0 0 25 0 5 0 594386888 654987264 109454 33554432000 4194304 5787044 140736484862976 18446744073709551615 5591730 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21615/tid=21619] ppid=21614 vsize=639636 CPUtime=882.26 cores=0,2,4,6
/proc/21615/task/21619/stat : 21619 (priss) R 21614 21614 21582 0 -1 4202560 33819 0 0 0 88206 20 0 0 25 0 5 0 594386888 654987264 109454 33554432000 4194304 5787044 140736484862976 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21615/tid=21620] ppid=21614 vsize=639636 CPUtime=882.25 cores=0,2,4,6
/proc/21615/task/21620/stat : 21620 (priss) R 21614 21614 21582 0 -1 4202560 29468 0 0 0 88196 29 0 0 25 0 5 0 594386888 654987264 109454 33554432000 4194304 5787044 140736484862976 18446744073709551615 5530792 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3524.17
Current children cumulated vsize (KiB) 648336

[startup+942.301 s]
/proc/loadavg: 8.21 8.06 7.47 9/188 21665
/proc/meminfo: memFree=15871780/32950940 swapFree=67111528/67111528
[pid=21614] ppid=21612 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21614/stat : 21614 (priss.sh) S 21612 21614 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594386886 8908800 252 33554432000 4194304 4922060 140734677598032 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21614/statm: 2175 252 211 178 0 68 0
[pid=21615] ppid=21614 vsize=665228 CPUtime=3763.83 cores=0,2,4,6
/proc/21615/stat : 21615 (priss) S 21614 21614 21582 0 -1 4202496 123316 0 0 0 376272 111 0 0 25 0 5 0 594386886 681193472 115258 33554432000 4194304 5787044 140736484862976 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21615/statm: 166307 115258 420 389 0 162057 0
[pid=21615/tid=21617] ppid=21614 vsize=665228 CPUtime=937.04 cores=0,2,4,6
/proc/21615/task/21617/stat : 21617 (priss) R 21614 21614 21582 0 -1 4202560 26318 0 0 0 93675 29 0 0 25 0 5 0 594386887 681193472 115258 33554432000 4194304 5787044 140736484862976 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21615/tid=21618] ppid=21614 vsize=665228 CPUtime=942.24 cores=0,2,4,6
/proc/21615/task/21618/stat : 21618 (priss) R 21614 21614 21582 0 -1 4202560 28177 0 0 0 94195 29 0 0 25 0 5 0 594386888 681193472 115258 33554432000 4194304 5787044 140736484862976 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21615/tid=21619] ppid=21614 vsize=665228 CPUtime=942.27 cores=0,2,4,6
/proc/21615/task/21619/stat : 21619 (priss) R 21614 21614 21582 0 -1 4202560 36025 0 0 0 94205 22 0 0 25 0 5 0 594386888 681193472 115258 33554432000 4194304 5787044 140736484862976 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21615/tid=21620] ppid=21614 vsize=665228 CPUtime=942.24 cores=0,2,4,6
/proc/21615/task/21620/stat : 21620 (priss) R 21614 21614 21582 0 -1 4202560 31175 0 0 0 94194 30 0 0 25 0 5 0 594386888 681193472 115258 33554432000 4194304 5787044 140736484862976 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3763.83
Current children cumulated vsize (KiB) 673928

[startup+1002.3 s]
/proc/loadavg: 8.33 8.12 7.53 9/188 22132
/proc/meminfo: memFree=15784436/32950940 swapFree=67111528/67111528
[pid=21614] ppid=21612 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21614/stat : 21614 (priss.sh) S 21612 21614 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594386886 8908800 252 33554432000 4194304 4922060 140734677598032 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21614/statm: 2175 252 211 178 0 68 0
[pid=21615] ppid=21614 vsize=681440 CPUtime=4001.91 cores=0,2,4,6
/proc/21615/stat : 21615 (priss) S 21614 21614 21582 0 -1 4202496 129490 0 0 0 400073 118 0 0 25 0 5 0 594386886 697794560 121432 33554432000 4194304 5787044 140736484862976 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21615/statm: 170360 121432 420 389 0 166110 0
[pid=21615/tid=21617] ppid=21614 vsize=681440 CPUtime=996.67 cores=0,2,4,6
/proc/21615/task/21617/stat : 21617 (priss) R 21614 21614 21582 0 -1 4202560 27020 0 0 0 99638 29 0 0 25 0 5 0 594386887 697794560 121432 33554432000 4194304 5787044 140736484862976 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21615/tid=21618] ppid=21614 vsize=681440 CPUtime=1002.16 cores=0,2,4,6
/proc/21615/task/21618/stat : 21618 (priss) R 21614 21614 21582 0 -1 4202560 29486 0 0 0 100185 31 0 0 25 0 5 0 594386888 697794560 121432 33554432000 4194304 5787044 140736484862976 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21615/tid=21619] ppid=21614 vsize=681440 CPUtime=1000.92 cores=0,2,4,6
/proc/21615/task/21619/stat : 21619 (priss) R 21614 21614 21582 0 -1 4202560 37983 0 0 0 100068 24 0 0 25 0 5 0 594386888 697794560 121432 33554432000 4194304 5787044 140736484862976 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21615/tid=21620] ppid=21614 vsize=681440 CPUtime=1002.12 cores=0,2,4,6
/proc/21615/task/21620/stat : 21620 (priss) R 21614 21614 21582 0 -1 4202560 33380 0 0 0 100180 32 0 0 25 0 5 0 594386888 697794560 121432 33554432000 4194304 5787044 140736484862976 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4001.91
Current children cumulated vsize (KiB) 690140

[startup+1062.3 s]
/proc/loadavg: 8.22 8.13 7.57 9/188 22134
/proc/meminfo: memFree=15739236/32950940 swapFree=67111528/67111528
[pid=21614] ppid=21612 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21614/stat : 21614 (priss.sh) S 21612 21614 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594386886 8908800 252 33554432000 4194304 4922060 140734677598032 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21614/statm: 2175 252 211 178 0 68 0
[pid=21615] ppid=21614 vsize=693492 CPUtime=4241.58 cores=0,2,4,6
/proc/21615/stat : 21615 (priss) S 21614 21614 21582 0 -1 4202496 137665 0 0 0 424029 129 0 0 25 0 5 0 594386886 710135808 129607 33554432000 4194304 5787044 140736484862976 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21615/statm: 173373 129607 420 389 0 169123 0
[pid=21615/tid=21617] ppid=21614 vsize=693492 CPUtime=1056.58 cores=0,2,4,6
/proc/21615/task/21617/stat : 21617 (priss) R 21614 21614 21582 0 -1 4202560 28806 0 0 0 105627 31 0 0 25 0 5 0 594386887 710135808 129607 33554432000 4194304 5787044 140736484862976 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21615/tid=21618] ppid=21614 vsize=693492 CPUtime=1062.16 cores=0,2,4,6
/proc/21615/task/21618/stat : 21618 (priss) R 21614 21614 21582 0 -1 4202560 31174 0 0 0 106181 35 0 0 25 0 5 0 594386888 710135808 129607 33554432000 4194304 5787044 140736484862976 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21615/tid=21619] ppid=21614 vsize=693492 CPUtime=1060.67 cores=0,2,4,6
/proc/21615/task/21619/stat : 21619 (priss) R 21614 21614 21582 0 -1 4202560 39918 0 0 0 106042 25 0 0 25 0 5 0 594386888 710135808 129607 33554432000 4194304 5787044 140736484862976 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21615/tid=21620] ppid=21614 vsize=693492 CPUtime=1062.12 cores=0,2,4,6
/proc/21615/task/21620/stat : 21620 (priss) R 21614 21614 21582 0 -1 4202560 36146 0 0 0 106177 35 0 0 25 0 5 0 594386888 710135808 129607 33554432000 4194304 5787044 140736484862976 18446744073709551615 5527037 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4241.58
Current children cumulated vsize (KiB) 702192

[startup+1122.3 s]
/proc/loadavg: 8.13 8.12 7.60 9/188 22136
/proc/meminfo: memFree=15686488/32950940 swapFree=67111528/67111528
[pid=21614] ppid=21612 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21614/stat : 21614 (priss.sh) S 21612 21614 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594386886 8908800 252 33554432000 4194304 4922060 140734677598032 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21614/statm: 2175 252 211 178 0 68 0
[pid=21615] ppid=21614 vsize=699180 CPUtime=4481.25 cores=0,2,4,6
/proc/21615/stat : 21615 (priss) S 21614 21614 21582 0 -1 4202496 143931 0 0 0 447987 138 0 0 25 0 5 0 594386886 715960320 135873 33554432000 4194304 5787044 140736484862976 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21615/statm: 174795 135873 420 389 0 170545 0
[pid=21615/tid=21617] ppid=21614 vsize=699180 CPUtime=1116.58 cores=0,2,4,6
/proc/21615/task/21617/stat : 21617 (priss) R 21614 21614 21582 0 -1 4202560 30496 0 0 0 111624 34 0 0 25 0 5 0 594386887 715960320 135873 33554432000 4194304 5787044 140736484862976 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21615/tid=21618] ppid=21614 vsize=699180 CPUtime=1122.17 cores=0,2,4,6
/proc/21615/task/21618/stat : 21618 (priss) R 21614 21614 21582 0 -1 4202560 32845 0 0 0 112179 38 0 0 25 0 5 0 594386888 715960320 135873 33554432000 4194304 5787044 140736484862976 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21615/tid=21619] ppid=21614 vsize=699180 CPUtime=1120.33 cores=0,2,4,6
/proc/21615/task/21619/stat : 21619 (priss) R 21614 21614 21582 0 -1 4202560 41119 0 0 0 112007 26 0 0 25 0 5 0 594386888 715960320 135873 33554432000 4194304 5787044 140736484862976 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21615/tid=21620] ppid=21614 vsize=699180 CPUtime=1122.12 cores=0,2,4,6
/proc/21615/task/21620/stat : 21620 (priss) R 21614 21614 21582 0 -1 4202560 37850 0 0 0 112175 37 0 0 25 0 5 0 594386888 715960320 135873 33554432000 4194304 5787044 140736484862976 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4481.25
Current children cumulated vsize (KiB) 707880

[startup+1182.3 s]
/proc/loadavg: 8.10 8.11 7.63 9/188 22137
/proc/meminfo: memFree=15642672/32950940 swapFree=67111528/67111528
[pid=21614] ppid=21612 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21614/stat : 21614 (priss.sh) S 21612 21614 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594386886 8908800 252 33554432000 4194304 4922060 140734677598032 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21614/statm: 2175 252 211 178 0 68 0
[pid=21615] ppid=21614 vsize=699180 CPUtime=4720.92 cores=0,2,4,6
/proc/21615/stat : 21615 (priss) S 21614 21614 21582 0 -1 4202496 149097 0 0 0 471948 144 0 0 25 0 5 0 594386886 715960320 140814 33554432000 4194304 5787044 140736484862976 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21615/statm: 174795 140814 420 389 0 170545 0
[pid=21615/tid=21617] ppid=21614 vsize=699180 CPUtime=1176.58 cores=0,2,4,6
/proc/21615/task/21617/stat : 21617 (priss) R 21614 21614 21582 0 -1 4202560 32117 0 0 0 117622 36 0 0 25 0 5 0 594386887 715960320 140814 33554432000 4194304 5787044 140736484862976 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21615/tid=21618] ppid=21614 vsize=699180 CPUtime=1182.17 cores=0,2,4,6
/proc/21615/task/21618/stat : 21618 (priss) R 21614 21614 21582 0 -1 4202560 34435 0 0 0 118176 41 0 0 25 0 5 0 594386888 715960320 140814 33554432000 4194304 5787044 140736484862976 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21615/tid=21619] ppid=21614 vsize=699180 CPUtime=1180 cores=0,2,4,6
/proc/21615/task/21619/stat : 21619 (priss) R 21614 21614 21582 0 -1 4202560 41119 0 0 0 117974 26 0 0 25 0 5 0 594386888 715960320 140814 33554432000 4194304 5787044 140736484862976 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21615/tid=21620] ppid=21614 vsize=699180 CPUtime=1182.12 cores=0,2,4,6
/proc/21615/task/21620/stat : 21620 (priss) R 21614 21614 21582 0 -1 4202560 39805 0 0 0 118173 39 0 0 25 0 5 0 594386888 715960320 140814 33554432000 4194304 5787044 140736484862976 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4720.92
Current children cumulated vsize (KiB) 707880



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.1 s]
/proc/loadavg: 8.07 8.10 7.63 9/188 22138
/proc/meminfo: memFree=15638448/32950940 swapFree=67111528/67111528
[pid=21614] ppid=21612 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21614/stat : 21614 (priss.sh) S 21612 21614 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594386886 8908800 252 33554432000 4194304 4922060 140734677598032 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21614/statm: 2175 252 211 178 0 68 0
[pid=21615] ppid=21614 vsize=699180 CPUtime=4800.03 cores=0,2,4,6
/proc/21615/stat : 21615 (priss) S 21614 21614 21582 0 -1 4202496 150288 0 0 0 479857 146 0 0 25 0 5 0 594386886 715960320 141780 33554432000 4194304 5787044 140736484862976 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21615/statm: 174795 141780 420 389 0 170545 0
[pid=21615/tid=21617] ppid=21614 vsize=699180 CPUtime=1196.39 cores=0,2,4,6
/proc/21615/task/21617/stat : 21617 (priss) R 21614 21614 21582 0 -1 4202560 32647 0 0 0 119602 37 0 0 25 0 5 0 594386887 715960320 141780 33554432000 4194304 5787044 140736484862976 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21615/tid=21618] ppid=21614 vsize=699180 CPUtime=1201.97 cores=0,2,4,6
/proc/21615/task/21618/stat : 21618 (priss) R 21614 21614 21582 0 -1 4202560 35096 0 0 0 120156 41 0 0 25 0 5 0 594386888 715960320 141780 33554432000 4194304 5787044 140736484862976 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21615/tid=21619] ppid=21614 vsize=699180 CPUtime=1199.69 cores=0,2,4,6
/proc/21615/task/21619/stat : 21619 (priss) R 21614 21614 21582 0 -1 4202560 41119 0 0 0 119943 26 0 0 25 0 5 0 594386888 715960320 141780 33554432000 4194304 5787044 140736484862976 18446744073709551615 5591730 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21615/tid=21620] ppid=21614 vsize=699180 CPUtime=1201.92 cores=0,2,4,6
/proc/21615/task/21620/stat : 21620 (priss) R 21614 21614 21582 0 -1 4202560 39805 0 0 0 120153 39 0 0 25 0 5 0 594386888 715960320 141780 33554432000 4194304 5787044 140736484862976 18446744073709551615 5527130 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.03
Current children cumulated vsize (KiB) 707880

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

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

[startup+1202.1 s]
/proc/loadavg: 8.07 8.10 7.63 9/188 22138
/proc/meminfo: memFree=15638448/32950940 swapFree=67111528/67111528
[pid=21614] ppid=21612 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21614/stat : 21614 (priss.sh) S 21612 21614 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594386886 8908800 252 33554432000 4194304 4922060 140734677598032 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21614/statm: 2175 252 211 178 0 68 0
[pid=21615] ppid=21614 vsize=699180 CPUtime=4800.03 cores=0,2,4,6
/proc/21615/stat : 21615 (priss) S 21614 21614 21582 0 -1 4202496 150288 0 0 0 479857 146 0 0 25 0 5 0 594386886 715960320 141780 33554432000 4194304 5787044 140736484862976 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21615/statm: 174795 141780 420 389 0 170545 0
[pid=21615/tid=21617] ppid=21614 vsize=699180 CPUtime=1196.39 cores=0,2,4,6
/proc/21615/task/21617/stat : 21617 (priss) R 21614 21614 21582 0 -1 4202560 32647 0 0 0 119602 37 0 0 25 0 5 0 594386887 715960320 141780 33554432000 4194304 5787044 140736484862976 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21615/tid=21618] ppid=21614 vsize=699180 CPUtime=1201.97 cores=0,2,4,6
/proc/21615/task/21618/stat : 21618 (priss) R 21614 21614 21582 0 -1 4202560 35096 0 0 0 120156 41 0 0 25 0 5 0 594386888 715960320 141780 33554432000 4194304 5787044 140736484862976 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21615/tid=21619] ppid=21614 vsize=699180 CPUtime=1199.69 cores=0,2,4,6
/proc/21615/task/21619/stat : 21619 (priss) R 21614 21614 21582 0 -1 4202560 41119 0 0 0 119943 26 0 0 25 0 5 0 594386888 715960320 141780 33554432000 4194304 5787044 140736484862976 18446744073709551615 5591730 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21615/tid=21620] ppid=21614 vsize=699180 CPUtime=1201.92 cores=0,2,4,6
/proc/21615/task/21620/stat : 21620 (priss) R 21614 21614 21582 0 -1 4202560 39805 0 0 0 120153 39 0 0 25 0 5 0 594386888 715960320 141780 33554432000 4194304 5787044 140736484862976 18446744073709551615 5527130 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.03
Current children cumulated vsize (KiB) 707880

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1202.12
CPU time (s): 4800.03
CPU user time (s): 4798.57
CPU system time (s): 1.46
CPU usage (%): 399.298
Max. virtual memory (cumulated for all children) (KiB): 707880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 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= 5
involuntary context switches= 2

runsolver used 1.76273 second user time and 4.82227 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-29 03:46:01
IDJOB=3282397
IDBENCH=70810
IDSOLVER=1603
FILE ID=node117/3282397-1304041561
RUNJOBID= node117-1304041561-21600
PBS_JOBID= 13170383
Free space on /tmp= 71680 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitsarray/countbitsarray04_32.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3282397-1304041561/watcher-3282397-1304041561 -o /tmp/evaluation-result-3282397-1304041561/solver-3282397-1304041561 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3282397-1304041561.cnf 2084191413 4800 15500 4

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

MD5SUM BENCH= 2fe3650d4a602f63086e937176360ebb
RANDOM SEED=2084191413

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

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

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      17522124 kB
Buffers:       2376100 kB
Cached:       12400960 kB
SwapCached:          0 kB
Active:        8078972 kB
Inactive:      6766192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      17522124 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2136 kB
Writeback:           0 kB
AnonPages:       68040 kB
Mapped:          14292 kB
Slab:           517208 kB
PageTables:       4400 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   191448 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= 71668 MiB
End job on node117 at 2011-04-29 04:06:05