Trace number 3282489

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.18 1202.22

General information on the benchmark

NameAPPLICATIONS/
bitverif/maxxor/maxxor064.cnf
MD5SUM902b28046d424b16042ca612ddad48e0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark788.78
Satisfiable
(Un)Satisfiability was proved
Number of variables51064
Number of clauses152039
Sum of the clauses size354755
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2101358
Number of clauses of size 350679
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: 22670
0.00/0.04	c parsetime: 39727us
0.00/0.04	c parsed 152039 clauses with 51064 variables
0.00/0.05	c NW started thread 0 successfully (1106934080)
0.00/0.06	c NW started thread 1 successfully (1117423936)
0.00/0.07	c NW started thread 2 successfully (1086372160)
0.00/0.08	c NW started thread 3 successfully (1127913792)
6.89/1.89	c preprocessor returned 51064 variables
6.89/1.89	c preprocessing returned UNKNOWN
6.89/1.89	c PP set 147 variables
6.89/1.89	c pp time: 1827570us (1s)
7.29/1.90	c preprocessor returned 51064 variables
7.29/1.90	c preprocessing returned UNKNOWN
7.29/1.90	c PP set 147 variables
7.29/1.90	c pp time: 1831035us (1s)
7.29/1.92	c preprocessor returned 51064 variables
7.29/1.92	c preprocessing returned UNKNOWN
7.29/1.92	c PP set 147 variables
7.29/1.92	c pp time: 1822042us (1s)
7.29/1.92	c preprocessor returned 51064 variables
7.29/1.92	c preprocessing returned UNKNOWN
7.29/1.92	c PP set 147 variables
7.29/1.92	c pp time: 1833604us (1s)

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-3282489-1304041934/watcher-3282489-1304041934 -o /tmp/evaluation-result-3282489-1304041934/solver-3282489-1304041934 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3282489-1304041934.cnf 703178207 4800 15500 4 

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

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


[startup+0 s]
/proc/loadavg: 8.11 8.11 8.09 6/182 22669
/proc/meminfo: memFree=13870416/32951124 swapFree=67111528/67111528
[pid=22669] ppid=22667 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22669/stat : 22669 (priss.sh) S 22667 22669 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496609236 8908800 251 33554432000 4194304 4922060 140734151119440 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22669/statm: 2175 251 211 178 0 68 0

[startup+0.0261189 s]
/proc/loadavg: 8.11 8.11 8.09 6/182 22669
/proc/meminfo: memFree=13870416/32951124 swapFree=67111528/67111528
[pid=22669] ppid=22667 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22669/stat : 22669 (priss.sh) S 22667 22669 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496609236 8908800 251 33554432000 4194304 4922060 140734151119440 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22669/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101799 s]
/proc/loadavg: 8.11 8.11 8.09 6/182 22669
/proc/meminfo: memFree=13870416/32951124 swapFree=67111528/67111528
[pid=22669] ppid=22667 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22669/stat : 22669 (priss.sh) S 22667 22669 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496609236 8908800 251 33554432000 4194304 4922060 140734151119440 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22669/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.546206 s]
/proc/loadavg: 8.11 8.11 8.09 6/182 22669
/proc/meminfo: memFree=13870416/32951124 swapFree=67111528/67111528
[pid=22669] ppid=22667 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22669/stat : 22669 (priss.sh) S 22667 22669 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496609236 8908800 251 33554432000 4194304 4922060 140734151119440 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22669/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.718549 s]
/proc/loadavg: 8.11 8.11 8.09 6/182 22669
/proc/meminfo: memFree=13870416/32951124 swapFree=67111528/67111528
[pid=22669] ppid=22667 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22669/stat : 22669 (priss.sh) S 22667 22669 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496609236 8908800 251 33554432000 4194304 4922060 140734151119440 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22669/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50082 s]
/proc/loadavg: 8.11 8.11 8.09 9/188 22675
/proc/meminfo: memFree=13721940/32951124 swapFree=67111528/67111528
[pid=22669] ppid=22667 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22669/stat : 22669 (priss.sh) S 22667 22669 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496609236 8908800 251 33554432000 4194304 4922060 140734151119440 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22669/statm: 2175 251 211 178 0 68 0
[pid=22670] ppid=22669 vsize=393944 CPUtime=5.7 cores=0,2,4,6
/proc/22670/stat : 22670 (priss) S 22669 22669 22103 0 -1 4202496 50025 0 0 0 554 16 0 0 18 0 5 0 496609237 403398656 36482 33554432000 4194304 5787044 140735095965072 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22670/statm: 98486 36482 351 389 0 94236 0
[pid=22670/tid=22672] ppid=22669 vsize=393944 CPUtime=1.4 cores=0,2,4,6
/proc/22670/task/22672/stat : 22672 (priss) R 22669 22669 22103 0 -1 4202560 11547 0 0 0 137 3 0 0 18 0 5 0 496609242 403398656 36482 33554432000 4194304 5787044 140735095965072 18446744073709551615 4276259 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22670/tid=22673] ppid=22669 vsize=393944 CPUtime=1.4 cores=0,2,4,6
/proc/22670/task/22673/stat : 22673 (priss) R 22669 22669 22103 0 -1 4202560 10347 0 0 0 136 4 0 0 18 0 5 0 496609243 403398656 36482 33554432000 4194304 5787044 140735095965072 18446744073709551615 4278467 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22670/tid=22674] ppid=22669 vsize=393944 CPUtime=1.39 cores=0,2,4,6
/proc/22670/task/22674/stat : 22674 (priss) R 22669 22669 22103 0 -1 4202560 9587 0 0 0 136 3 0 0 18 0 5 0 496609244 403398656 36482 33554432000 4194304 5787044 140735095965072 18446744073709551615 4278456 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22670/tid=22675] ppid=22669 vsize=393944 CPUtime=1.38 cores=0,2,4,6
/proc/22670/task/22675/stat : 22675 (priss) R 22669 22669 22103 0 -1 4202560 10960 0 0 0 135 3 0 0 18 0 5 0 496609245 403398656 36482 33554432000 4194304 5787044 140735095965072 18446744073709551615 4276259 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.7
Current children cumulated vsize (KiB) 402644

[startup+3.10053 s]
/proc/loadavg: 8.18 8.13 8.09 9/188 22675
/proc/meminfo: memFree=13683996/32951124 swapFree=67111528/67111528
[pid=22669] ppid=22667 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22669/stat : 22669 (priss.sh) S 22667 22669 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496609236 8908800 251 33554432000 4194304 4922060 140734151119440 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22669/statm: 2175 251 211 178 0 68 0
[pid=22670] ppid=22669 vsize=408096 CPUtime=12.09 cores=0,2,4,6
/proc/22670/stat : 22670 (priss) S 22669 22669 22103 0 -1 4202496 65881 0 0 0 1189 20 0 0 18 0 5 0 496609237 417890304 45630 33554432000 4194304 5787044 140735095965072 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22670/statm: 102024 45630 417 389 0 97774 0
[pid=22670/tid=22672] ppid=22669 vsize=408096 CPUtime=3 cores=0,2,4,6
/proc/22670/task/22672/stat : 22672 (priss) R 22669 22669 22103 0 -1 4202560 16488 0 0 0 296 4 0 0 22 0 5 0 496609242 417890304 45630 33554432000 4194304 5787044 140735095965072 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22670/tid=22673] ppid=22669 vsize=408096 CPUtime=3 cores=0,2,4,6
/proc/22670/task/22673/stat : 22673 (priss) R 22669 22669 22103 0 -1 4202560 13360 0 0 0 295 5 0 0 19 0 5 0 496609243 417890304 45630 33554432000 4194304 5787044 140735095965072 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22670/tid=22674] ppid=22669 vsize=408096 CPUtime=2.99 cores=0,2,4,6
/proc/22670/task/22674/stat : 22674 (priss) R 22669 22669 22103 0 -1 4202560 13373 0 0 0 295 4 0 0 22 0 5 0 496609244 417890304 45630 33554432000 4194304 5787044 140735095965072 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22670/tid=22675] ppid=22669 vsize=408096 CPUtime=2.98 cores=0,2,4,6
/proc/22670/task/22675/stat : 22675 (priss) R 22669 22669 22103 0 -1 4202560 15076 0 0 0 294 4 0 0 19 0 5 0 496609245 417890304 45630 33554432000 4194304 5787044 140735095965072 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.09
Current children cumulated vsize (KiB) 416796

[startup+6.30096 s]
/proc/loadavg: 8.18 8.13 8.09 9/188 22675
/proc/meminfo: memFree=13671488/32951124 swapFree=67111528/67111528
[pid=22669] ppid=22667 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22669/stat : 22669 (priss.sh) S 22667 22669 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496609236 8908800 251 33554432000 4194304 4922060 140734151119440 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22669/statm: 2175 251 211 178 0 68 0
[pid=22670] ppid=22669 vsize=409040 CPUtime=24.87 cores=0,2,4,6
/proc/22670/stat : 22670 (priss) S 22669 22669 22103 0 -1 4202496 66699 0 0 0 2467 20 0 0 18 0 5 0 496609237 418856960 46448 33554432000 4194304 5787044 140735095965072 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22670/statm: 102260 46448 417 389 0 98010 0
[pid=22670/tid=22672] ppid=22669 vsize=409040 CPUtime=6.19 cores=0,2,4,6
/proc/22670/task/22672/stat : 22672 (priss) R 22669 22669 22103 0 -1 4202560 16679 0 0 0 614 5 0 0 25 0 5 0 496609242 418856960 46448 33554432000 4194304 5787044 140735095965072 18446744073709551615 5591847 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22670/tid=22673] ppid=22669 vsize=409040 CPUtime=6.2 cores=0,2,4,6
/proc/22670/task/22673/stat : 22673 (priss) R 22669 22669 22103 0 -1 4202560 13578 0 0 0 615 5 0 0 25 0 5 0 496609243 418856960 46448 33554432000 4194304 5787044 140735095965072 18446744073709551615 5591280 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22670/tid=22674] ppid=22669 vsize=409040 CPUtime=6.19 cores=0,2,4,6
/proc/22670/task/22674/stat : 22674 (priss) R 22669 22669 22103 0 -1 4202560 13603 0 0 0 615 4 0 0 25 0 5 0 496609244 418856960 46448 33554432000 4194304 5787044 140735095965072 18446744073709551615 5592824 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22670/tid=22675] ppid=22669 vsize=409040 CPUtime=6.18 cores=0,2,4,6
/proc/22670/task/22675/stat : 22675 (priss) R 22669 22669 22103 0 -1 4202560 15255 0 0 0 614 4 0 0 25 0 5 0 496609245 418856960 46448 33554432000 4194304 5787044 140735095965072 18446744073709551615 5528368 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.87
Current children cumulated vsize (KiB) 417740

[startup+12.7008 s]
/proc/loadavg: 8.15 8.12 8.09 9/188 22675
/proc/meminfo: memFree=13647588/32951124 swapFree=67111528/67111528
[pid=22669] ppid=22667 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22669/stat : 22669 (priss.sh) S 22667 22669 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496609236 8908800 251 33554432000 4194304 4922060 140734151119440 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22669/statm: 2175 251 211 178 0 68 0
[pid=22670] ppid=22669 vsize=409436 CPUtime=50.43 cores=0,2,4,6
/proc/22670/stat : 22670 (priss) S 22669 22669 22103 0 -1 4202496 67928 0 0 0 5021 22 0 0 18 0 5 0 496609237 419262464 47677 33554432000 4194304 5787044 140735095965072 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22670/statm: 102359 47677 417 389 0 98109 0
[pid=22670/tid=22672] ppid=22669 vsize=409436 CPUtime=12.55 cores=0,2,4,6
/proc/22670/task/22672/stat : 22672 (priss) R 22669 22669 22103 0 -1 4202560 16911 0 0 0 1250 5 0 0 25 0 5 0 496609242 419262464 47677 33554432000 4194304 5787044 140735095965072 18446744073709551615 5590474 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22670/tid=22673] ppid=22669 vsize=409436 CPUtime=12.61 cores=0,2,4,6
/proc/22670/task/22673/stat : 22673 (priss) R 22669 22669 22103 0 -1 4202560 13827 0 0 0 1255 6 0 0 25 0 5 0 496609243 419262464 47677 33554432000 4194304 5787044 140735095965072 18446744073709551615 4215354 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22670/tid=22674] ppid=22669 vsize=409436 CPUtime=12.59 cores=0,2,4,6
/proc/22670/task/22674/stat : 22674 (priss) R 22669 22669 22103 0 -1 4202560 13966 0 0 0 1255 4 0 0 25 0 5 0 496609244 419262464 47677 33554432000 4194304 5787044 140735095965072 18446744073709551615 4229318 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22670/tid=22675] ppid=22669 vsize=409436 CPUtime=12.58 cores=0,2,4,6
/proc/22670/task/22675/stat : 22675 (priss) R 22669 22669 22103 0 -1 4202560 15640 0 0 0 1253 5 0 0 25 0 5 0 496609245 419262464 47677 33554432000 4194304 5787044 140735095965072 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.43
Current children cumulated vsize (KiB) 418136

[startup+25.5005 s]
/proc/loadavg: 8.13 8.12 8.09 9/188 22675
/proc/meminfo: memFree=13593516/32951124 swapFree=67111528/67111528
[pid=22669] ppid=22667 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22669/stat : 22669 (priss.sh) S 22667 22669 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496609236 8908800 251 33554432000 4194304 4922060 140734151119440 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22669/statm: 2175 251 211 178 0 68 0
[pid=22670] ppid=22669 vsize=414176 CPUtime=101.58 cores=0,2,4,6
/proc/22670/stat : 22670 (priss) S 22669 22669 22103 0 -1 4202496 72433 0 0 0 10132 26 0 0 18 0 5 0 496609237 424116224 52182 33554432000 4194304 5787044 140735095965072 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22670/statm: 103544 52182 417 389 0 99294 0
[pid=22670/tid=22672] ppid=22669 vsize=414176 CPUtime=25.28 cores=0,2,4,6
/proc/22670/task/22672/stat : 22672 (priss) R 22669 22669 22103 0 -1 4202560 17214 0 0 0 2522 6 0 0 25 0 5 0 496609242 424116224 52182 33554432000 4194304 5787044 140735095965072 18446744073709551615 5585240 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22670/tid=22673] ppid=22669 vsize=414176 CPUtime=25.41 cores=0,2,4,6
/proc/22670/task/22673/stat : 22673 (priss) R 22669 22669 22103 0 -1 4202560 16003 0 0 0 2534 7 0 0 25 0 5 0 496609243 424116224 52182 33554432000 4194304 5787044 140735095965072 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22670/tid=22674] ppid=22669 vsize=414176 CPUtime=25.39 cores=0,2,4,6
/proc/22670/task/22674/stat : 22674 (priss) R 22669 22669 22103 0 -1 4202560 15377 0 0 0 2534 5 0 0 25 0 5 0 496609244 424116224 52182 33554432000 4194304 5787044 140735095965072 18446744073709551615 5586684 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22670/tid=22675] ppid=22669 vsize=414176 CPUtime=25.38 cores=0,2,4,6
/proc/22670/task/22675/stat : 22675 (priss) R 22669 22669 22103 0 -1 4202560 16255 0 0 0 2533 5 0 0 25 0 5 0 496609245 424116224 52182 33554432000 4194304 5787044 140735095965072 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.58
Current children cumulated vsize (KiB) 422876

[startup+51.1009 s]
/proc/loadavg: 8.08 8.11 8.09 9/188 22676
/proc/meminfo: memFree=13489276/32951124 swapFree=67111528/67111528
[pid=22669] ppid=22667 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22669/stat : 22669 (priss.sh) S 22667 22669 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496609236 8908800 251 33554432000 4194304 4922060 140734151119440 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22669/statm: 2175 251 211 178 0 68 0
[pid=22670] ppid=22669 vsize=416096 CPUtime=203.81 cores=0,2,4,6
/proc/22670/stat : 22670 (priss) S 22669 22669 22103 0 -1 4202496 80040 0 0 0 20346 35 0 0 18 0 5 0 496609237 426082304 59789 33554432000 4194304 5787044 140735095965072 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22670/statm: 104024 59789 417 389 0 99774 0
[pid=22670/tid=22672] ppid=22669 vsize=416096 CPUtime=50.74 cores=0,2,4,6
/proc/22670/task/22672/stat : 22672 (priss) R 22669 22669 22103 0 -1 4202560 18593 0 0 0 5067 7 0 0 25 0 5 0 496609242 426082304 59789 33554432000 4194304 5787044 140735095965072 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22670/tid=22673] ppid=22669 vsize=416096 CPUtime=51 cores=0,2,4,6
/proc/22670/task/22673/stat : 22673 (priss) R 22669 22669 22103 0 -1 4202560 18024 0 0 0 5090 10 0 0 25 0 5 0 496609243 426082304 59789 33554432000 4194304 5787044 140735095965072 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22670/tid=22674] ppid=22669 vsize=416096 CPUtime=50.98 cores=0,2,4,6
/proc/22670/task/22674/stat : 22674 (priss) R 22669 22669 22103 0 -1 4202560 16623 0 0 0 5091 7 0 0 25 0 5 0 496609244 426082304 59789 33554432000 4194304 5787044 140735095965072 18446744073709551615 5588144 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22670/tid=22675] ppid=22669 vsize=416096 CPUtime=50.97 cores=0,2,4,6
/proc/22670/task/22675/stat : 22675 (priss) R 22669 22669 22103 0 -1 4202560 19216 0 0 0 5089 8 0 0 25 0 5 0 496609245 426082304 59789 33554432000 4194304 5787044 140735095965072 18446744073709551615 5527666 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.81
Current children cumulated vsize (KiB) 424796

[startup+102.301 s]
/proc/loadavg: 8.04 8.09 8.08 9/188 22677
/proc/meminfo: memFree=13411644/32951124 swapFree=67111528/67111528
[pid=22669] ppid=22667 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22669/stat : 22669 (priss.sh) S 22667 22669 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496609236 8908800 251 33554432000 4194304 4922060 140734151119440 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22669/statm: 2175 251 211 178 0 68 0
[pid=22670] ppid=22669 vsize=429568 CPUtime=408.31 cores=0,2,4,6
/proc/22670/stat : 22670 (priss) S 22669 22669 22103 0 -1 4202496 92005 0 0 0 40785 46 0 0 18 0 5 0 496609237 439877632 71749 33554432000 4194304 5787044 140735095965072 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22670/statm: 107392 71749 417 389 0 103142 0
[pid=22670/tid=22672] ppid=22669 vsize=429568 CPUtime=101.66 cores=0,2,4,6
/proc/22670/task/22672/stat : 22672 (priss) R 22669 22669 22103 0 -1 4202560 23490 0 0 0 10155 11 0 0 25 0 5 0 496609242 439877632 71749 33554432000 4194304 5787044 140735095965072 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22670/tid=22673] ppid=22669 vsize=429568 CPUtime=102.2 cores=0,2,4,6
/proc/22670/task/22673/stat : 22673 (priss) R 22669 22669 22103 0 -1 4202560 21070 0 0 0 10207 13 0 0 25 0 5 0 496609243 439877632 71749 33554432000 4194304 5787044 140735095965072 18446744073709551615 233509946284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22670/tid=22674] ppid=22669 vsize=429568 CPUtime=102.17 cores=0,2,4,6
/proc/22670/task/22674/stat : 22674 (priss) R 22669 22669 22103 0 -1 4202560 18717 0 0 0 10208 9 0 0 25 0 5 0 496609244 439877632 71749 33554432000 4194304 5787044 140735095965072 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22670/tid=22675] ppid=22669 vsize=429568 CPUtime=102.16 cores=0,2,4,6

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

/proc/22670/task/22673/stat : 22673 (priss) R 22669 22669 22103 0 -1 4202560 66027 0 0 0 88060 66 0 0 25 0 5 0 496609243 1304829952 275522 33554432000 4194304 5787044 140735095965072 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22670/tid=22674] ppid=22669 vsize=1274248 CPUtime=881.45 cores=0,2,4,6
/proc/22670/task/22674/stat : 22674 (priss) R 22669 22669 22103 0 -1 4202560 56069 0 0 0 88096 49 0 0 19 0 5 0 496609244 1304829952 275522 33554432000 4194304 5787044 140735095965072 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22670/tid=22675] ppid=22669 vsize=1274248 CPUtime=879.77 cores=0,2,4,6
/proc/22670/task/22675/stat : 22675 (priss) R 22669 22669 22103 0 -1 4202560 95871 0 0 0 87899 78 0 0 25 0 5 0 496609245 1304829952 275522 33554432000 4194304 5787044 140735095965072 18446744073709551615 5526983 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3522.39
Current children cumulated vsize (KiB) 1282948

[startup+942.3 s]
/proc/loadavg: 8.08 8.06 8.07 9/188 23240
/proc/meminfo: memFree=13351696/32951124 swapFree=67111528/67111528
[pid=22669] ppid=22667 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22669/stat : 22669 (priss.sh) S 22667 22669 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496609236 8908800 251 33554432000 4194304 4922060 140734151119440 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22669/statm: 2175 251 211 178 0 68 0
[pid=22670] ppid=22669 vsize=1381248 CPUtime=3762.05 cores=0,2,4,6
/proc/22670/stat : 22670 (priss) S 22669 22669 22103 0 -1 4202496 333666 0 0 0 375910 295 0 0 18 0 5 0 496609237 1414397952 312380 33554432000 4194304 5787044 140735095965072 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22670/statm: 345312 312380 417 389 0 341062 0
[pid=22670/tid=22672] ppid=22669 vsize=1381248 CPUtime=939.78 cores=0,2,4,6
/proc/22670/task/22672/stat : 22672 (priss) R 22669 22669 22103 0 -1 4202560 80275 0 0 0 93905 73 0 0 25 0 5 0 496609242 1414397952 312380 33554432000 4194304 5787044 140735095965072 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22670/tid=22673] ppid=22669 vsize=1381248 CPUtime=941.26 cores=0,2,4,6
/proc/22670/task/22673/stat : 22673 (priss) R 22669 22669 22103 0 -1 4202560 74502 0 0 0 94050 76 0 0 25 0 5 0 496609243 1414397952 312380 33554432000 4194304 5787044 140735095965072 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22670/tid=22674] ppid=22669 vsize=1381248 CPUtime=941.45 cores=0,2,4,6
/proc/22670/task/22674/stat : 22674 (priss) R 22669 22669 22103 0 -1 4202560 65101 0 0 0 94086 59 0 0 25 0 5 0 496609244 1414397952 312380 33554432000 4194304 5787044 140735095965072 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22670/tid=22675] ppid=22669 vsize=1381248 CPUtime=939.44 cores=0,2,4,6
/proc/22670/task/22675/stat : 22675 (priss) R 22669 22669 22103 0 -1 4202560 106204 0 0 0 93860 84 0 0 25 0 5 0 496609245 1414397952 312380 33554432000 4194304 5787044 140735095965072 18446744073709551615 5524674 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3762.05
Current children cumulated vsize (KiB) 1389948

[startup+1002.3 s]
/proc/loadavg: 8.08 8.06 8.07 9/188 23241
/proc/meminfo: memFree=13275984/32951124 swapFree=67111528/67111528
[pid=22669] ppid=22667 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22669/stat : 22669 (priss.sh) S 22667 22669 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496609236 8908800 251 33554432000 4194304 4922060 140734151119440 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22669/statm: 2175 251 211 178 0 68 0
[pid=22670] ppid=22669 vsize=1459688 CPUtime=4001.72 cores=0,2,4,6
/proc/22670/stat : 22670 (priss) S 22669 22669 22103 0 -1 4202496 345942 0 0 0 399863 309 0 0 18 0 5 0 496609237 1494720512 324433 33554432000 4194304 5787044 140735095965072 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22670/statm: 364922 324433 417 389 0 360672 0
[pid=22670/tid=22672] ppid=22669 vsize=1459688 CPUtime=999.79 cores=0,2,4,6
/proc/22670/task/22672/stat : 22672 (priss) R 22669 22669 22103 0 -1 4202560 83494 0 0 0 99901 78 0 0 25 0 5 0 496609242 1494720512 324433 33554432000 4194304 5787044 140735095965072 18446744073709551615 5586761 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22670/tid=22673] ppid=22669 vsize=1459688 CPUtime=1001.26 cores=0,2,4,6
/proc/22670/task/22673/stat : 22673 (priss) R 22669 22669 22103 0 -1 4202560 74971 0 0 0 100050 76 0 0 25 0 5 0 496609243 1494720512 324433 33554432000 4194304 5787044 140735095965072 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22670/tid=22674] ppid=22669 vsize=1459688 CPUtime=1001.44 cores=0,2,4,6
/proc/22670/task/22674/stat : 22674 (priss) R 22669 22669 22103 0 -1 4202560 68198 0 0 0 100083 61 0 0 25 0 5 0 496609244 1494720512 324433 33554432000 4194304 5787044 140735095965072 18446744073709551615 4220275 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22670/tid=22675] ppid=22669 vsize=1459688 CPUtime=999.12 cores=0,2,4,6
/proc/22670/task/22675/stat : 22675 (priss) R 22669 22669 22103 0 -1 4202560 111695 0 0 0 99820 92 0 0 25 0 5 0 496609245 1494720512 324433 33554432000 4194304 5787044 140735095965072 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4001.72
Current children cumulated vsize (KiB) 1468388

[startup+1062.3 s]
/proc/loadavg: 8.03 8.05 8.07 9/188 23243
/proc/meminfo: memFree=13181436/32951124 swapFree=67111528/67111528
[pid=22669] ppid=22667 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22669/stat : 22669 (priss.sh) S 22667 22669 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496609236 8908800 251 33554432000 4194304 4922060 140734151119440 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22669/statm: 2175 251 211 178 0 68 0
[pid=22670] ppid=22669 vsize=1459920 CPUtime=4241.38 cores=0,2,4,6
/proc/22670/stat : 22670 (priss) S 22669 22669 22103 0 -1 4202496 346550 0 0 0 423828 310 0 0 18 0 5 0 496609237 1494958080 325041 33554432000 4194304 5787044 140735095965072 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22670/statm: 364980 325041 417 389 0 360730 0
[pid=22670/tid=22672] ppid=22669 vsize=1459920 CPUtime=1059.78 cores=0,2,4,6
/proc/22670/task/22672/stat : 22672 (priss) R 22669 22669 22103 0 -1 4202560 83746 0 0 0 105900 78 0 0 25 0 5 0 496609242 1494958080 325041 33554432000 4194304 5787044 140735095965072 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22670/tid=22673] ppid=22669 vsize=1459920 CPUtime=1061.26 cores=0,2,4,6
/proc/22670/task/22673/stat : 22673 (priss) R 22669 22669 22103 0 -1 4202560 75260 0 0 0 106049 77 0 0 25 0 5 0 496609243 1494958080 325041 33554432000 4194304 5787044 140735095965072 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22670/tid=22674] ppid=22669 vsize=1459920 CPUtime=1061.43 cores=0,2,4,6
/proc/22670/task/22674/stat : 22674 (priss) R 22669 22669 22103 0 -1 4202560 68265 0 0 0 106082 61 0 0 25 0 5 0 496609244 1494958080 325041 33554432000 4194304 5787044 140735095965072 18446744073709551615 5585354 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22670/tid=22675] ppid=22669 vsize=1459920 CPUtime=1058.79 cores=0,2,4,6
/proc/22670/task/22675/stat : 22675 (priss) R 22669 22669 22103 0 -1 4202560 111695 0 0 0 105787 92 0 0 25 0 5 0 496609245 1494958080 325041 33554432000 4194304 5787044 140735095965072 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4241.38
Current children cumulated vsize (KiB) 1468620

[startup+1122.31 s]
/proc/loadavg: 8.06 8.05 8.07 9/188 23245
/proc/meminfo: memFree=13053548/32951124 swapFree=67111528/67111528
[pid=22669] ppid=22667 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22669/stat : 22669 (priss.sh) S 22667 22669 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496609236 8908800 251 33554432000 4194304 4922060 140734151119440 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22669/statm: 2175 251 211 178 0 68 0
[pid=22670] ppid=22669 vsize=1527460 CPUtime=4481.04 cores=0,2,4,6
/proc/22670/stat : 22670 (priss) S 22669 22669 22103 0 -1 4202496 359282 0 0 0 447780 324 0 0 18 0 5 0 496609237 1564119040 337773 33554432000 4194304 5787044 140735095965072 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22670/statm: 381865 337773 417 389 0 377615 0
[pid=22670/tid=22672] ppid=22669 vsize=1527460 CPUtime=1119.78 cores=0,2,4,6
/proc/22670/task/22672/stat : 22672 (priss) R 22669 22669 22103 0 -1 4202560 89992 0 0 0 111893 85 0 0 25 0 5 0 496609242 1564119040 337773 33554432000 4194304 5787044 140735095965072 18446744073709551615 5591727 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22670/tid=22673] ppid=22669 vsize=1527460 CPUtime=1121.25 cores=0,2,4,6
/proc/22670/task/22673/stat : 22673 (priss) R 22669 22669 22103 0 -1 4202560 75777 0 0 0 112048 77 0 0 25 0 5 0 496609243 1564119040 337773 33554432000 4194304 5787044 140735095965072 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22670/tid=22674] ppid=22669 vsize=1527460 CPUtime=1121.43 cores=0,2,4,6
/proc/22670/task/22674/stat : 22674 (priss) R 22669 22669 22103 0 -1 4202560 68265 0 0 0 112082 61 0 0 25 0 5 0 496609244 1564119040 337773 33554432000 4194304 5787044 140735095965072 18446744073709551615 5591083 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22670/tid=22675] ppid=22669 vsize=1527460 CPUtime=1118.47 cores=0,2,4,6
/proc/22670/task/22675/stat : 22675 (priss) R 22669 22669 22103 0 -1 4202560 117664 0 0 0 111748 99 0 0 25 0 5 0 496609245 1564119040 337773 33554432000 4194304 5787044 140735095965072 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4481.04
Current children cumulated vsize (KiB) 1536160

[startup+1182.3 s]
/proc/loadavg: 8.06 8.06 8.07 9/188 23246
/proc/meminfo: memFree=13048400/32951124 swapFree=67111528/67111528
[pid=22669] ppid=22667 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22669/stat : 22669 (priss.sh) S 22667 22669 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496609236 8908800 251 33554432000 4194304 4922060 140734151119440 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22669/statm: 2175 251 211 178 0 68 0
[pid=22670] ppid=22669 vsize=1527460 CPUtime=4720.67 cores=0,2,4,6
/proc/22670/stat : 22670 (priss) S 22669 22669 22103 0 -1 4202496 359619 0 0 0 471742 325 0 0 18 0 5 0 496609237 1564119040 337910 33554432000 4194304 5787044 140735095965072 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22670/statm: 381865 337910 417 389 0 377615 0
[pid=22670/tid=22672] ppid=22669 vsize=1527460 CPUtime=1179.76 cores=0,2,4,6
/proc/22670/task/22672/stat : 22672 (priss) R 22669 22669 22103 0 -1 4202560 90299 0 0 0 117891 85 0 0 25 0 5 0 496609242 1564119040 337910 33554432000 4194304 5787044 140735095965072 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22670/tid=22673] ppid=22669 vsize=1527460 CPUtime=1181.24 cores=0,2,4,6
/proc/22670/task/22673/stat : 22673 (priss) R 22669 22669 22103 0 -1 4202560 75777 0 0 0 118047 77 0 0 25 0 5 0 496609243 1564119040 337910 33554432000 4194304 5787044 140735095965072 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22670/tid=22674] ppid=22669 vsize=1527460 CPUtime=1181.42 cores=0,2,4,6
/proc/22670/task/22674/stat : 22674 (priss) R 22669 22669 22103 0 -1 4202560 68286 0 0 0 118081 61 0 0 25 0 5 0 496609244 1564119040 337910 33554432000 4194304 5787044 140735095965072 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22670/tid=22675] ppid=22669 vsize=1527460 CPUtime=1178.14 cores=0,2,4,6
/proc/22670/task/22675/stat : 22675 (priss) R 22669 22669 22103 0 -1 4202560 117673 0 0 0 117715 99 0 0 25 0 5 0 496609245 1564119040 337910 33554432000 4194304 5787044 140735095965072 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4720.67
Current children cumulated vsize (KiB) 1536160



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.2 s]
/proc/loadavg: 8.04 8.05 8.06 9/188 23247
/proc/meminfo: memFree=13019112/32951124 swapFree=67111528/67111528
[pid=22669] ppid=22667 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22669/stat : 22669 (priss.sh) S 22667 22669 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496609236 8908800 251 33554432000 4194304 4922060 140734151119440 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22669/statm: 2175 251 211 178 0 68 0
[pid=22670] ppid=22669 vsize=1527460 CPUtime=4800.18 cores=0,2,4,6
/proc/22670/stat : 22670 (priss) S 22669 22669 22103 0 -1 4202496 359620 0 0 0 479693 325 0 0 18 0 5 0 496609237 1564119040 337911 33554432000 4194304 5787044 140735095965072 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22670/statm: 381865 337911 417 389 0 377615 0
[pid=22670/tid=22672] ppid=22669 vsize=1527460 CPUtime=1199.66 cores=0,2,4,6
/proc/22670/task/22672/stat : 22672 (priss) R 22669 22669 22103 0 -1 4202560 90299 0 0 0 119881 85 0 0 25 0 5 0 496609242 1564119040 337911 33554432000 4194304 5787044 140735095965072 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22670/tid=22673] ppid=22669 vsize=1527460 CPUtime=1201.15 cores=0,2,4,6
/proc/22670/task/22673/stat : 22673 (priss) R 22669 22669 22103 0 -1 4202560 75777 0 0 0 120038 77 0 0 25 0 5 0 496609243 1564119040 337911 33554432000 4194304 5787044 140735095965072 18446744073709551615 4219934 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22670/tid=22674] ppid=22669 vsize=1527460 CPUtime=1201.32 cores=0,2,4,6
/proc/22670/task/22674/stat : 22674 (priss) R 22669 22669 22103 0 -1 4202560 68286 0 0 0 120071 61 0 0 25 0 5 0 496609244 1564119040 337911 33554432000 4194304 5787044 140735095965072 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22670/tid=22675] ppid=22669 vsize=1527460 CPUtime=1197.93 cores=0,2,4,6
/proc/22670/task/22675/stat : 22675 (priss) R 22669 22669 22103 0 -1 4202560 117674 0 0 0 119694 99 0 0 25 0 5 0 496609245 1564119040 337911 33554432000 4194304 5787044 140735095965072 18446744073709551615 5527568 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.18
Current children cumulated vsize (KiB) 1536160

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

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

[startup+1202.2 s]
/proc/loadavg: 8.04 8.05 8.06 9/188 23247
/proc/meminfo: memFree=13019112/32951124 swapFree=67111528/67111528
[pid=22669] ppid=22667 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22669/stat : 22669 (priss.sh) S 22667 22669 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496609236 8908800 251 33554432000 4194304 4922060 140734151119440 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22669/statm: 2175 251 211 178 0 68 0
[pid=22670] ppid=22669 vsize=1527460 CPUtime=4800.18 cores=0,2,4,6
/proc/22670/stat : 22670 (priss) S 22669 22669 22103 0 -1 4202496 359620 0 0 0 479693 325 0 0 18 0 5 0 496609237 1564119040 337911 33554432000 4194304 5787044 140735095965072 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22670/statm: 381865 337911 417 389 0 377615 0
[pid=22670/tid=22672] ppid=22669 vsize=1527460 CPUtime=1199.66 cores=0,2,4,6
/proc/22670/task/22672/stat : 22672 (priss) R 22669 22669 22103 0 -1 4202560 90299 0 0 0 119881 85 0 0 25 0 5 0 496609242 1564119040 337911 33554432000 4194304 5787044 140735095965072 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22670/tid=22673] ppid=22669 vsize=1527460 CPUtime=1201.15 cores=0,2,4,6
/proc/22670/task/22673/stat : 22673 (priss) R 22669 22669 22103 0 -1 4202560 75777 0 0 0 120038 77 0 0 25 0 5 0 496609243 1564119040 337911 33554432000 4194304 5787044 140735095965072 18446744073709551615 4219934 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22670/tid=22674] ppid=22669 vsize=1527460 CPUtime=1201.32 cores=0,2,4,6
/proc/22670/task/22674/stat : 22674 (priss) R 22669 22669 22103 0 -1 4202560 68286 0 0 0 120071 61 0 0 25 0 5 0 496609244 1564119040 337911 33554432000 4194304 5787044 140735095965072 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22670/tid=22675] ppid=22669 vsize=1527460 CPUtime=1197.93 cores=0,2,4,6
/proc/22670/task/22675/stat : 22675 (priss) R 22669 22669 22103 0 -1 4202560 117674 0 0 0 119694 99 0 0 25 0 5 0 496609245 1564119040 337911 33554432000 4194304 5787044 140735095965072 18446744073709551615 5527568 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.18
Current children cumulated vsize (KiB) 1536160

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1202.22
CPU time (s): 4800.18
CPU user time (s): 4796.93
CPU system time (s): 3.25
CPU usage (%): 399.277
Max. virtual memory (cumulated for all children) (KiB): 1536160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.001999
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= 6
involuntary context switches= 3

runsolver used 1.79973 second user time and 4.77427 second system time

The end

Launcher Data

Begin job on node145 at 2011-04-29 03:52:14
IDJOB=3282489
IDBENCH=70817
IDSOLVER=1603
FILE ID=node145/3282489-1304041934
RUNJOBID= node145-1304036411-22121
PBS_JOBID= 13170354
Free space on /tmp= 72200 MiB

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

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

MD5SUM BENCH= 902b28046d424b16042ca612ddad48e0
RANDOM SEED=703178207

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13870564 kB
Buffers:       2098504 kB
Cached:       15218956 kB
SwapCached:          0 kB
Active:        6265608 kB
Inactive:     12243004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13870564 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3908 kB
Writeback:           0 kB
AnonPages:     1190508 kB
Mapped:          15616 kB
Slab:           508416 kB
PageTables:       7040 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1398380 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= 72196 MiB
End job on node145 at 2011-04-29 04:12:18