Trace number 3292379

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.07 1201.83

General information on the benchmark

NameSAT05/industrial/grieu05/vmpc/
vmpc_35.renamed-as.sat05-1921.cnf
MD5SUM5fda0e0fb8a21967728dfe29bf2d4ea5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark473.18
Satisfiable
(Un)Satisfiability was proved
Number of variables1225
Number of clauses211785
Sum of the clauses size554190
Maximum clause length35
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 283405
Number of clauses of size 3128310
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 570

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: 23827
0.00/0.05	c parsetime: 51363us
0.00/0.05	c parsed 211785 clauses with 1225 variables
0.00/0.07	c NW started thread 0 successfully (1108212032)
0.00/0.08	c NW started thread 1 successfully (1118701888)
0.00/0.11	c NW started thread 2 successfully (1129191744)
0.00/0.15	c NW started thread 3 successfully (1085634880)
19.70/5.03	c preprocessor returned 10013 variables
19.70/5.03	c preprocessing returned UNKNOWN
19.70/5.03	c PP set 1 variables
19.70/5.03	c pp time: 4967731us (4s)
19.70/5.08	c preprocessor returned 10013 variables
19.70/5.08	c preprocessing returned UNKNOWN
19.70/5.08	c PP set 1 variables
19.70/5.08	c pp time: 4969629us (4s)
19.70/5.10	c preprocessor returned 10013 variables
19.70/5.10	c preprocessing returned UNKNOWN
19.70/5.10	c PP set 1 variables
19.70/5.10	c pp time: 5015298us (5s)
60.81/15.30	c preprocessor returned 30036 variables
60.81/15.30	c preprocessing returned UNKNOWN
60.81/15.30	c PP set 1 variables
60.81/15.30	c pp time: 15163180us (15s)

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: 977)

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-3292379-1307647926/watcher-3292379-1307647926 -o /tmp/evaluation-result-3292379-1307647926/solver-3292379-1307647926 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3292379-1307647926.cnf 1718505163 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: 7.75 7.98 8.04 5/182 23826
/proc/meminfo: memFree=31966080/32951124 swapFree=67056304/67111528
[pid=23826] ppid=23824 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23826/stat : 23826 (priss.sh) S 23824 23826 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 955023174 8908800 252 33554432000 4194304 4922060 140735929190528 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23826/statm: 2175 252 211 178 0 68 0

[startup+0.071541 s]
/proc/loadavg: 7.75 7.98 8.04 5/182 23826
/proc/meminfo: memFree=31966080/32951124 swapFree=67056304/67111528
[pid=23826] ppid=23824 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23826/stat : 23826 (priss.sh) S 23824 23826 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 955023174 8908800 252 33554432000 4194304 4922060 140735929190528 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23826/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101457 s]
/proc/loadavg: 7.75 7.98 8.04 5/182 23826
/proc/meminfo: memFree=31966080/32951124 swapFree=67056304/67111528
[pid=23826] ppid=23824 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23826/stat : 23826 (priss.sh) S 23824 23826 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 955023174 8908800 252 33554432000 4194304 4922060 140735929190528 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23826/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.947338 s]
/proc/loadavg: 7.75 7.98 8.04 5/182 23826
/proc/meminfo: memFree=31966080/32951124 swapFree=67056304/67111528
[pid=23826] ppid=23824 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23826/stat : 23826 (priss.sh) S 23824 23826 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 955023174 8908800 252 33554432000 4194304 4922060 140735929190528 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23826/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.00033 s]
/proc/loadavg: 7.75 7.98 8.04 5/182 23826
/proc/meminfo: memFree=31966080/32951124 swapFree=67056304/67111528
[pid=23826] ppid=23824 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23826/stat : 23826 (priss.sh) S 23824 23826 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 955023174 8908800 252 33554432000 4194304 4922060 140735929190528 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23826/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50024 s]
/proc/loadavg: 7.75 7.98 8.04 5/182 23826
/proc/meminfo: memFree=31966080/32951124 swapFree=67056304/67111528
[pid=23826] ppid=23824 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23826/stat : 23826 (priss.sh) S 23824 23826 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 955023174 8908800 252 33554432000 4194304 4922060 140735929190528 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23826/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10094 s]
/proc/loadavg: 7.75 7.98 8.04 9/188 23832
/proc/meminfo: memFree=31888676/32951124 swapFree=67056304/67111528
[pid=23826] ppid=23824 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23826/stat : 23826 (priss.sh) S 23824 23826 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 955023174 8908800 252 33554432000 4194304 4922060 140735929190528 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23826/statm: 2175 252 211 178 0 68 0
[pid=23827] ppid=23826 vsize=315696 CPUtime=12.09 cores=0,2,4,6
/proc/23827/stat : 23827 (priss) S 23826 23826 21841 0 -1 4202496 21819 0 0 0 1205 4 0 0 18 0 5 0 955023174 323272704 19354 33554432000 4194304 5787044 140733901406048 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/23827/statm: 78924 19354 352 389 0 74674 0
[pid=23827/tid=23829] ppid=23826 vsize=315696 CPUtime=3.02 cores=0,2,4,6
/proc/23827/task/23829/stat : 23829 (priss) R 23826 23826 21841 0 -1 4202560 3032 0 0 0 301 1 0 0 25 0 5 0 955023181 323272704 19354 33554432000 4194304 5787044 140733901406048 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=23827/tid=23830] ppid=23826 vsize=315696 CPUtime=2.98 cores=0,2,4,6
/proc/23827/task/23830/stat : 23830 (priss) R 23826 23826 21841 0 -1 4202560 2945 0 0 0 298 0 0 0 25 0 5 0 955023183 323272704 19354 33554432000 4194304 5787044 140733901406048 18446744073709551615 4336744 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23827/tid=23831] ppid=23826 vsize=315696 CPUtime=2.98 cores=0,2,4,6
/proc/23827/task/23831/stat : 23831 (priss) R 23826 23826 21841 0 -1 4202560 2504 0 0 0 298 0 0 0 25 0 5 0 955023185 323272704 19354 33554432000 4194304 5787044 140733901406048 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=23827/tid=23832] ppid=23826 vsize=315696 CPUtime=2.95 cores=0,2,4,6
/proc/23827/task/23832/stat : 23832 (priss) R 23826 23826 21841 0 -1 4202560 2383 0 0 0 295 0 0 0 25 0 5 0 955023188 323272704 19354 33554432000 4194304 5787044 140733901406048 18446744073709551615 4336173 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) 324396

[startup+6.30034 s]
/proc/loadavg: 7.77 7.98 8.04 9/188 23832
/proc/meminfo: memFree=31861908/32951124 swapFree=67056304/67111528
[pid=23826] ppid=23824 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23826/stat : 23826 (priss.sh) S 23824 23826 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 955023174 8908800 252 33554432000 4194304 4922060 140735929190528 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23826/statm: 2175 252 211 178 0 68 0
[pid=23827] ppid=23826 vsize=336088 CPUtime=24.87 cores=0,2,4,6
/proc/23827/stat : 23827 (priss) S 23826 23826 21841 0 -1 4202496 29262 0 0 0 2481 6 0 0 18 0 5 0 955023174 344154112 26086 33554432000 4194304 5787044 140733901406048 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/23827/statm: 84022 26086 405 389 0 79772 0
[pid=23827/tid=23829] ppid=23826 vsize=336088 CPUtime=6.21 cores=0,2,4,6
/proc/23827/task/23829/stat : 23829 (priss) R 23826 23826 21841 0 -1 4202560 5119 0 0 0 620 1 0 0 25 0 5 0 955023181 344154112 26086 33554432000 4194304 5787044 140733901406048 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=23827/tid=23830] ppid=23826 vsize=336088 CPUtime=6.16 cores=0,2,4,6
/proc/23827/task/23830/stat : 23830 (priss) R 23826 23826 21841 0 -1 4202560 4371 0 0 0 616 0 0 0 25 0 5 0 955023183 344154112 26086 33554432000 4194304 5787044 140733901406048 18446744073709551615 260020053744 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23827/tid=23831] ppid=23826 vsize=336088 CPUtime=6.18 cores=0,2,4,6
/proc/23827/task/23831/stat : 23831 (priss) R 23826 23826 21841 0 -1 4202560 4937 0 0 0 617 1 0 0 19 0 5 0 955023185 344154112 26086 33554432000 4194304 5787044 140733901406048 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=23827/tid=23832] ppid=23826 vsize=336088 CPUtime=6.15 cores=0,2,4,6
/proc/23827/task/23832/stat : 23832 (priss) R 23826 23826 21841 0 -1 4202560 3880 0 0 0 615 0 0 0 25 0 5 0 955023188 344154112 26086 33554432000 4194304 5787044 140733901406048 18446744073709551615 4359256 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) 344788

[startup+12.7012 s]
/proc/loadavg: 7.87 7.99 8.04 9/188 23832
/proc/meminfo: memFree=31854612/32951124 swapFree=67056304/67111528
[pid=23826] ppid=23824 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23826/stat : 23826 (priss.sh) S 23824 23826 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 955023174 8908800 252 33554432000 4194304 4922060 140735929190528 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23826/statm: 2175 252 211 178 0 68 0
[pid=23827] ppid=23826 vsize=336088 CPUtime=50.46 cores=0,2,4,6
/proc/23827/stat : 23827 (priss) S 23826 23826 21841 0 -1 4202496 30881 0 0 0 5038 8 0 0 18 0 5 0 955023174 344154112 27705 33554432000 4194304 5787044 140733901406048 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/23827/statm: 84022 27705 405 389 0 79772 0
[pid=23827/tid=23829] ppid=23826 vsize=336088 CPUtime=12.62 cores=0,2,4,6
/proc/23827/task/23829/stat : 23829 (priss) R 23826 23826 21841 0 -1 4202560 5693 0 0 0 1260 2 0 0 25 0 5 0 955023181 344154112 27705 33554432000 4194304 5787044 140733901406048 18446744073709551615 5591488 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=23827/tid=23830] ppid=23826 vsize=336088 CPUtime=12.53 cores=0,2,4,6
/proc/23827/task/23830/stat : 23830 (priss) R 23826 23826 21841 0 -1 4202560 4921 0 0 0 1251 2 0 0 25 0 5 0 955023183 344154112 27705 33554432000 4194304 5787044 140733901406048 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23827/tid=23831] ppid=23826 vsize=336088 CPUtime=12.58 cores=0,2,4,6
/proc/23827/task/23831/stat : 23831 (priss) R 23826 23826 21841 0 -1 4202560 5432 0 0 0 1257 1 0 0 25 0 5 0 955023185 344154112 27705 33554432000 4194304 5787044 140733901406048 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=23827/tid=23832] ppid=23826 vsize=336088 CPUtime=12.56 cores=0,2,4,6
/proc/23827/task/23832/stat : 23832 (priss) R 23826 23826 21841 0 -1 4202560 3880 0 0 0 1256 0 0 0 25 0 5 0 955023188 344154112 27705 33554432000 4194304 5787044 140733901406048 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.46
Current children cumulated vsize (KiB) 344788

[startup+25.5008 s]
/proc/loadavg: 7.89 7.99 8.04 9/188 23833
/proc/meminfo: memFree=31827088/32951124 swapFree=67056304/67111528
[pid=23826] ppid=23824 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23826/stat : 23826 (priss.sh) S 23824 23826 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 955023174 8908800 252 33554432000 4194304 4922060 140735929190528 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23826/statm: 2175 252 211 178 0 68 0
[pid=23827] ppid=23826 vsize=343508 CPUtime=101.55 cores=0,2,4,6
/proc/23827/stat : 23827 (priss) S 23826 23826 21841 0 -1 4202496 38280 0 0 0 10141 14 0 0 18 0 5 0 955023174 351752192 34397 33554432000 4194304 5787044 140733901406048 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/23827/statm: 85877 34397 418 389 0 81627 0
[pid=23827/tid=23829] ppid=23826 vsize=343508 CPUtime=25.41 cores=0,2,4,6
/proc/23827/task/23829/stat : 23829 (priss) R 23826 23826 21841 0 -1 4202560 6877 0 0 0 2538 3 0 0 25 0 5 0 955023181 351752192 34397 33554432000 4194304 5787044 140733901406048 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=23827/tid=23830] ppid=23826 vsize=343508 CPUtime=25.25 cores=0,2,4,6
/proc/23827/task/23830/stat : 23830 (priss) R 23826 23826 21841 0 -1 4202560 6955 0 0 0 2521 4 0 0 25 0 5 0 955023183 351752192 34397 33554432000 4194304 5787044 140733901406048 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23827/tid=23831] ppid=23826 vsize=343508 CPUtime=25.37 cores=0,2,4,6
/proc/23827/task/23831/stat : 23831 (priss) R 23826 23826 21841 0 -1 4202560 7382 0 0 0 2535 2 0 0 25 0 5 0 955023185 351752192 34397 33554432000 4194304 5787044 140733901406048 18446744073709551615 5591217 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=23827/tid=23832] ppid=23826 vsize=343508 CPUtime=25.35 cores=0,2,4,6
/proc/23827/task/23832/stat : 23832 (priss) R 23826 23826 21841 0 -1 4202560 6111 0 0 0 2534 1 0 0 25 0 5 0 955023188 351752192 34397 33554432000 4194304 5787044 140733901406048 18446744073709551615 5527692 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.55
Current children cumulated vsize (KiB) 352208

[startup+51.101 s]
/proc/loadavg: 7.99 8.01 8.04 9/188 23833
/proc/meminfo: memFree=31778900/32951124 swapFree=67056304/67111528
[pid=23826] ppid=23824 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23826/stat : 23826 (priss.sh) S 23824 23826 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 955023174 8908800 252 33554432000 4194304 4922060 140735929190528 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23826/statm: 2175 252 211 178 0 68 0
[pid=23827] ppid=23826 vsize=361256 CPUtime=203.78 cores=0,2,4,6
/proc/23827/stat : 23827 (priss) S 23826 23826 21841 0 -1 4202496 48474 0 0 0 20353 25 0 0 18 0 5 0 955023174 369926144 44547 33554432000 4194304 5787044 140733901406048 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/23827/statm: 90314 44547 419 389 0 86064 0
[pid=23827/tid=23829] ppid=23826 vsize=361256 CPUtime=51.01 cores=0,2,4,6
/proc/23827/task/23829/stat : 23829 (priss) R 23826 23826 21841 0 -1 4202560 9611 0 0 0 5095 6 0 0 25 0 5 0 955023181 369926144 44547 33554432000 4194304 5787044 140733901406048 18446744073709551615 5591264 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=23827/tid=23830] ppid=23826 vsize=361256 CPUtime=50.82 cores=0,2,4,6
/proc/23827/task/23830/stat : 23830 (priss) R 23826 23826 21841 0 -1 4202560 8315 0 0 0 5076 6 0 0 25 0 5 0 955023183 369926144 44547 33554432000 4194304 5787044 140733901406048 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=23827/tid=23831] ppid=23826 vsize=361256 CPUtime=50.85 cores=0,2,4,6
/proc/23827/task/23831/stat : 23831 (priss) R 23826 23826 21841 0 -1 4202560 10395 0 0 0 5080 5 0 0 25 0 5 0 955023185 369926144 44547 33554432000 4194304 5787044 140733901406048 18446744073709551615 5591760 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23827/tid=23832] ppid=23826 vsize=361256 CPUtime=50.94 cores=0,2,4,6
/proc/23827/task/23832/stat : 23832 (priss) R 23826 23826 21841 0 -1 4202560 9198 0 0 0 5089 5 0 0 25 0 5 0 955023188 369926144 44547 33554432000 4194304 5787044 140733901406048 18446744073709551615 4217502 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.78
Current children cumulated vsize (KiB) 369956

[startup+102.3 s]
/proc/loadavg: 8.06 8.02 8.04 9/188 23835
/proc/meminfo: memFree=31690292/32951124 swapFree=67056304/67111528
[pid=23826] ppid=23824 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23826/stat : 23826 (priss.sh) S 23824 23826 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 955023174 8908800 252 33554432000 4194304 4922060 140735929190528 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23826/statm: 2175 252 211 178 0 68 0
[pid=23827] ppid=23826 vsize=384776 CPUtime=408.25 cores=0,2,4,6
/proc/23827/stat : 23827 (priss) S 23826 23826 21841 0 -1 4202496 65448 0 0 0 40778 47 0 0 18 0 5 0 955023174 394010624 61359 33554432000 4194304 5787044 140733901406048 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/23827/statm: 96194 61359 419 389 0 91944 0
[pid=23827/tid=23829] ppid=23826 vsize=384776 CPUtime=102.08 cores=0,2,4,6
/proc/23827/task/23829/stat : 23829 (priss) R 23826 23826 21841 0 -1 4202560 14291 0 0 0 10199 9 0 0 25 0 5 0 955023181 394010624 61359 33554432000 4194304 5787044 140733901406048 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23827/tid=23830] ppid=23826 vsize=384776 CPUtime=102 cores=0,2,4,6
/proc/23827/task/23830/stat : 23830 (priss) R 23826 23826 21841 0 -1 4202560 11885 0 0 0 10188 12 0 0 25 0 5 0 955023183 394010624 61359 33554432000 4194304 5787044 140733901406048 18446744073709551615 5592322 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=23827/tid=23831] ppid=23826 vsize=384776 CPUtime=101.87 cores=0,2,4,6
/proc/23827/task/23831/stat : 23831 (priss) R 23826 23826 21841 0 -1 4202560 15979 0 0 0 10175 12 0 0 25 0 5 0 955023185 394010624 61359 33554432000 4194304 5787044 140733901406048 18446744073709551615 5591564 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=23827/tid=23832] ppid=23826 vsize=384776 CPUtime=102.13 cores=0,2,4,6
/proc/23827/task/23832/stat : 23832 (priss) R 23826 23826 21841 0 -1 4202560 12338 0 0 0 10202 11 0 0 25 0 5 0 955023188 394010624 61359 33554432000 4194304 5787044 140733901406048 18446744073709551615 5533026 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.25
Current children cumulated vsize (KiB) 393476

[startup+162.3 s]
/proc/loadavg: 8.12 8.04 8.05 9/188 23836
/proc/meminfo: memFree=31626748/32951124 swapFree=67056304/67111528
[pid=23826] ppid=23824 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23826/stat : 23826 (priss.sh) S 23824 23826 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 955023174 8908800 252 33554432000 4194304 4922060 140735929190528 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23826/statm: 2175 252 211 178 0 68 0
[pid=23827] ppid=23826 vsize=408108 CPUtime=647.92 cores=0,2,4,6

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

/proc/23827/task/23830/stat : 23830 (priss) R 23826 23826 21841 0 -1 4202560 43990 0 0 0 88143 50 0 0 25 0 5 0 955023183 840970240 168508 33554432000 4194304 5787044 140733901406048 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=23827/tid=23831] ppid=23826 vsize=821260 CPUtime=881.85 cores=0,2,4,6
/proc/23827/task/23831/stat : 23831 (priss) R 23826 23826 21841 0 -1 4202560 39214 0 0 0 88146 39 0 0 25 0 5 0 955023185 840970240 168508 33554432000 4194304 5787044 140733901406048 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=23827/tid=23832] ppid=23826 vsize=821260 CPUtime=882.1 cores=0,2,4,6
/proc/23827/task/23832/stat : 23832 (priss) R 23826 23826 21841 0 -1 4202560 43038 0 0 0 88124 86 0 0 25 0 5 0 955023188 840970240 168508 33554432000 4194304 5787044 140733901406048 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3523.83
Current children cumulated vsize (KiB) 829960

[startup+942.307 s]
/proc/loadavg: 8.05 8.05 8.04 9/188 24247
/proc/meminfo: memFree=31133880/32951124 swapFree=67056304/67111528
[pid=23826] ppid=23824 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23826/stat : 23826 (priss.sh) S 23824 23826 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 955023174 8908800 252 33554432000 4194304 4922060 140735929190528 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23826/statm: 2175 252 211 178 0 68 0
[pid=23827] ppid=23826 vsize=969428 CPUtime=3763.52 cores=0,2,4,6
/proc/23827/stat : 23827 (priss) S 23826 23826 21841 0 -1 4202496 186611 0 0 0 376117 235 0 0 18 0 5 0 955023174 992694272 180720 33554432000 4194304 5787044 140733901406048 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/23827/statm: 242357 180720 419 389 0 238107 0
[pid=23827/tid=23829] ppid=23826 vsize=969428 CPUtime=937.46 cores=0,2,4,6
/proc/23827/task/23829/stat : 23829 (priss) R 23826 23826 21841 0 -1 4202560 41116 0 0 0 93698 48 0 0 25 0 5 0 955023181 992694272 180720 33554432000 4194304 5787044 140733901406048 18446744073709551615 47073993769536 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23827/tid=23830] ppid=23826 vsize=969428 CPUtime=941.94 cores=0,2,4,6
/proc/23827/task/23830/stat : 23830 (priss) R 23826 23826 21841 0 -1 4202560 47558 0 0 0 94140 54 0 0 25 0 5 0 955023183 992694272 180720 33554432000 4194304 5787044 140733901406048 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=23827/tid=23831] ppid=23826 vsize=969428 CPUtime=941.85 cores=0,2,4,6
/proc/23827/task/23831/stat : 23831 (priss) R 23826 23826 21841 0 -1 4202560 40918 0 0 0 94145 40 0 0 25 0 5 0 955023185 992694272 180720 33554432000 4194304 5787044 140733901406048 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=23827/tid=23832] ppid=23826 vsize=969428 CPUtime=942.11 cores=0,2,4,6
/proc/23827/task/23832/stat : 23832 (priss) R 23826 23826 21841 0 -1 4202560 46064 0 0 0 94121 90 0 0 25 0 5 0 955023188 992694272 180720 33554432000 4194304 5787044 140733901406048 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3763.52
Current children cumulated vsize (KiB) 978128

[startup+1002.3 s]
/proc/loadavg: 8.02 8.04 8.03 9/188 24249
/proc/meminfo: memFree=31067120/32951124 swapFree=67056304/67111528
[pid=23826] ppid=23824 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23826/stat : 23826 (priss.sh) S 23824 23826 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 955023174 8908800 252 33554432000 4194304 4922060 140735929190528 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23826/statm: 2175 252 211 178 0 68 0
[pid=23827] ppid=23826 vsize=986024 CPUtime=4003.17 cores=0,2,4,6
/proc/23827/stat : 23827 (priss) S 23826 23826 21841 0 -1 4202496 199296 0 0 0 400068 249 0 0 18 0 5 0 955023174 1009688576 193405 33554432000 4194304 5787044 140733901406048 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/23827/statm: 246506 193405 419 389 0 242256 0
[pid=23827/tid=23829] ppid=23826 vsize=986024 CPUtime=997.12 cores=0,2,4,6
/proc/23827/task/23829/stat : 23829 (priss) R 23826 23826 21841 0 -1 4202560 44032 0 0 0 99661 51 0 0 25 0 5 0 955023181 1009688576 193405 33554432000 4194304 5787044 140733901406048 18446744073709551615 5588208 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23827/tid=23830] ppid=23826 vsize=986024 CPUtime=1001.93 cores=0,2,4,6
/proc/23827/task/23830/stat : 23830 (priss) R 23826 23826 21841 0 -1 4202560 51501 0 0 0 100134 59 0 0 25 0 5 0 955023183 1009688576 193405 33554432000 4194304 5787044 140733901406048 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=23827/tid=23831] ppid=23826 vsize=986024 CPUtime=1001.85 cores=0,2,4,6
/proc/23827/task/23831/stat : 23831 (priss) R 23826 23826 21841 0 -1 4202560 44027 0 0 0 100143 42 0 0 25 0 5 0 955023185 1009688576 193406 33554432000 4194304 5787044 140733901406048 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=23827/tid=23832] ppid=23826 vsize=986024 CPUtime=1002.1 cores=0,2,4,6
/proc/23827/task/23832/stat : 23832 (priss) R 23826 23826 21841 0 -1 4202560 48781 0 0 0 100116 94 0 0 25 0 5 0 955023188 1009688576 193406 33554432000 4194304 5787044 140733901406048 18446744073709551615 5527053 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4003.17
Current children cumulated vsize (KiB) 994724

[startup+1062.3 s]
/proc/loadavg: 8.12 8.06 8.04 9/188 24250
/proc/meminfo: memFree=31013136/32951124 swapFree=67056304/67111528
[pid=23826] ppid=23824 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23826/stat : 23826 (priss.sh) S 23824 23826 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 955023174 8908800 252 33554432000 4194304 4922060 140735929190528 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23826/statm: 2175 252 211 178 0 68 0
[pid=23827] ppid=23826 vsize=1006956 CPUtime=4242.84 cores=0,2,4,6
/proc/23827/stat : 23827 (priss) S 23826 23826 21841 0 -1 4202496 212613 0 0 0 424020 264 0 0 18 0 5 0 955023174 1031122944 206722 33554432000 4194304 5787044 140733901406048 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/23827/statm: 251739 206722 419 389 0 247489 0
[pid=23827/tid=23829] ppid=23826 vsize=1006956 CPUtime=1056.8 cores=0,2,4,6
/proc/23827/task/23829/stat : 23829 (priss) R 23826 23826 21841 0 -1 4202560 47805 0 0 0 105625 55 0 0 25 0 5 0 955023181 1031122944 206722 33554432000 4194304 5787044 140733901406048 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23827/tid=23830] ppid=23826 vsize=1006956 CPUtime=1061.93 cores=0,2,4,6
/proc/23827/task/23830/stat : 23830 (priss) R 23826 23826 21841 0 -1 4202560 54229 0 0 0 106130 63 0 0 25 0 5 0 955023183 1031122944 206722 33554432000 4194304 5787044 140733901406048 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=23827/tid=23831] ppid=23826 vsize=1006956 CPUtime=1061.85 cores=0,2,4,6
/proc/23827/task/23831/stat : 23831 (priss) R 23826 23826 21841 0 -1 4202560 47168 0 0 0 106140 45 0 0 25 0 5 0 955023185 1031122944 206722 33554432000 4194304 5787044 140733901406048 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=23827/tid=23832] ppid=23826 vsize=1006956 CPUtime=1062.1 cores=0,2,4,6
/proc/23827/task/23832/stat : 23832 (priss) R 23826 23826 21841 0 -1 4202560 52456 0 0 0 106111 99 0 0 25 0 5 0 955023188 1031122944 206722 33554432000 4194304 5787044 140733901406048 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4242.84
Current children cumulated vsize (KiB) 1015656

[startup+1122.3 s]
/proc/loadavg: 8.15 8.08 8.04 9/188 24252
/proc/meminfo: memFree=30972036/32951124 swapFree=67056304/67111528
[pid=23826] ppid=23824 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23826/stat : 23826 (priss.sh) S 23824 23826 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 955023174 8908800 252 33554432000 4194304 4922060 140735929190528 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23826/statm: 2175 252 211 178 0 68 0
[pid=23827] ppid=23826 vsize=1018912 CPUtime=4482.51 cores=0,2,4,6
/proc/23827/stat : 23827 (priss) S 23826 23826 21841 0 -1 4202496 220640 0 0 0 447978 273 0 0 18 0 5 0 955023174 1043365888 214417 33554432000 4194304 5787044 140733901406048 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/23827/statm: 254728 214417 419 389 0 250478 0
[pid=23827/tid=23829] ppid=23826 vsize=1018912 CPUtime=1116.47 cores=0,2,4,6
/proc/23827/task/23829/stat : 23829 (priss) R 23826 23826 21841 0 -1 4202560 49547 0 0 0 111590 57 0 0 25 0 5 0 955023181 1043365888 214417 33554432000 4194304 5787044 140733901406048 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23827/tid=23830] ppid=23826 vsize=1018912 CPUtime=1121.92 cores=0,2,4,6
/proc/23827/task/23830/stat : 23830 (priss) R 23826 23826 21841 0 -1 4202560 55986 0 0 0 112128 64 0 0 25 0 5 0 955023183 1043365888 214417 33554432000 4194304 5787044 140733901406048 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=23827/tid=23831] ppid=23826 vsize=1018912 CPUtime=1121.85 cores=0,2,4,6
/proc/23827/task/23831/stat : 23831 (priss) R 23826 23826 21841 0 -1 4202560 50132 0 0 0 112138 47 0 0 25 0 5 0 955023185 1043365888 214417 33554432000 4194304 5787044 140733901406048 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=23827/tid=23832] ppid=23826 vsize=1018912 CPUtime=1122.1 cores=0,2,4,6
/proc/23827/task/23832/stat : 23832 (priss) R 23826 23826 21841 0 -1 4202560 54020 0 0 0 112109 101 0 0 25 0 5 0 955023188 1043365888 214417 33554432000 4194304 5787044 140733901406048 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4482.51
Current children cumulated vsize (KiB) 1027612

[startup+1182.3 s]
/proc/loadavg: 8.16 8.09 8.05 9/188 24253
/proc/meminfo: memFree=30940116/32951124 swapFree=67056304/67111528
[pid=23826] ppid=23824 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23826/stat : 23826 (priss.sh) S 23824 23826 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 955023174 8908800 252 33554432000 4194304 4922060 140735929190528 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23826/statm: 2175 252 211 178 0 68 0
[pid=23827] ppid=23826 vsize=1023720 CPUtime=4722.14 cores=0,2,4,6
/proc/23827/stat : 23827 (priss) S 23826 23826 21841 0 -1 4202496 222595 0 0 0 471938 276 0 0 18 0 5 0 955023174 1048289280 216041 33554432000 4194304 5787044 140733901406048 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/23827/statm: 255930 216041 419 389 0 251680 0
[pid=23827/tid=23829] ppid=23826 vsize=1023720 CPUtime=1176.14 cores=0,2,4,6
/proc/23827/task/23829/stat : 23829 (priss) R 23826 23826 21841 0 -1 4202560 50402 0 0 0 117555 59 0 0 25 0 5 0 955023181 1048289280 216041 33554432000 4194304 5787044 140733901406048 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23827/tid=23830] ppid=23826 vsize=1023720 CPUtime=1181.91 cores=0,2,4,6
/proc/23827/task/23830/stat : 23830 (priss) R 23826 23826 21841 0 -1 4202560 56001 0 0 0 118127 64 0 0 25 0 5 0 955023183 1048289280 216041 33554432000 4194304 5787044 140733901406048 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=23827/tid=23831] ppid=23826 vsize=1023720 CPUtime=1181.84 cores=0,2,4,6
/proc/23827/task/23831/stat : 23831 (priss) R 23826 23826 21841 0 -1 4202560 50691 0 0 0 118136 48 0 0 25 0 5 0 955023185 1048289280 216041 33554432000 4194304 5787044 140733901406048 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=23827/tid=23832] ppid=23826 vsize=1023720 CPUtime=1182.08 cores=0,2,4,6
/proc/23827/task/23832/stat : 23832 (priss) R 23826 23826 21841 0 -1 4202560 54546 0 0 0 118106 102 0 0 25 0 5 0 955023188 1048289280 216041 33554432000 4194304 5787044 140733901406048 18446744073709551615 5527590 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4722.14
Current children cumulated vsize (KiB) 1032420



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.17 8.10 8.05 9/188 24254
/proc/meminfo: memFree=30933644/32951124 swapFree=67056304/67111528
[pid=23826] ppid=23824 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23826/stat : 23826 (priss.sh) S 23824 23826 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 955023174 8908800 252 33554432000 4194304 4922060 140735929190528 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23826/statm: 2175 252 211 178 0 68 0
[pid=23827] ppid=23826 vsize=1023720 CPUtime=4800.07 cores=0,2,4,6
/proc/23827/stat : 23827 (priss) S 23826 23826 21841 0 -1 4202496 222614 0 0 0 479731 276 0 0 18 0 5 0 955023174 1048289280 216060 33554432000 4194304 5787044 140733901406048 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/23827/statm: 255930 216060 419 389 0 251680 0
[pid=23827/tid=23829] ppid=23826 vsize=1023720 CPUtime=1195.53 cores=0,2,4,6
/proc/23827/task/23829/stat : 23829 (priss) R 23826 23826 21841 0 -1 4202560 50403 0 0 0 119494 59 0 0 25 0 5 0 955023181 1048289280 216060 33554432000 4194304 5787044 140733901406048 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23827/tid=23830] ppid=23826 vsize=1023720 CPUtime=1201.43 cores=0,2,4,6
/proc/23827/task/23830/stat : 23830 (priss) R 23826 23826 21841 0 -1 4202560 56018 0 0 0 120079 64 0 0 25 0 5 0 955023183 1048289280 216060 33554432000 4194304 5787044 140733901406048 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=23827/tid=23831] ppid=23826 vsize=1023720 CPUtime=1201.35 cores=0,2,4,6
/proc/23827/task/23831/stat : 23831 (priss) R 23826 23826 21841 0 -1 4202560 50691 0 0 0 120087 48 0 0 25 0 5 0 955023185 1048289280 216060 33554432000 4194304 5787044 140733901406048 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=23827/tid=23832] ppid=23826 vsize=1023720 CPUtime=1201.6 cores=0,2,4,6
/proc/23827/task/23832/stat : 23832 (priss) R 23826 23826 21841 0 -1 4202560 54547 0 0 0 120058 102 0 0 25 0 5 0 955023188 1048289280 216060 33554432000 4194304 5787044 140733901406048 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.07
Current children cumulated vsize (KiB) 1032420

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

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

[startup+1201.8 s]
/proc/loadavg: 8.17 8.10 8.05 9/188 24254
/proc/meminfo: memFree=30933644/32951124 swapFree=67056304/67111528
[pid=23826] ppid=23824 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23826/stat : 23826 (priss.sh) S 23824 23826 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 955023174 8908800 252 33554432000 4194304 4922060 140735929190528 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23826/statm: 2175 252 211 178 0 68 0
[pid=23827] ppid=23826 vsize=1023720 CPUtime=4800.07 cores=0,2,4,6
/proc/23827/stat : 23827 (priss) S 23826 23826 21841 0 -1 4202496 222614 0 0 0 479731 276 0 0 18 0 5 0 955023174 1048289280 216060 33554432000 4194304 5787044 140733901406048 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/23827/statm: 255930 216060 419 389 0 251680 0
[pid=23827/tid=23829] ppid=23826 vsize=1023720 CPUtime=1195.53 cores=0,2,4,6
/proc/23827/task/23829/stat : 23829 (priss) R 23826 23826 21841 0 -1 4202560 50403 0 0 0 119494 59 0 0 25 0 5 0 955023181 1048289280 216060 33554432000 4194304 5787044 140733901406048 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23827/tid=23830] ppid=23826 vsize=1023720 CPUtime=1201.43 cores=0,2,4,6
/proc/23827/task/23830/stat : 23830 (priss) R 23826 23826 21841 0 -1 4202560 56018 0 0 0 120079 64 0 0 25 0 5 0 955023183 1048289280 216060 33554432000 4194304 5787044 140733901406048 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=23827/tid=23831] ppid=23826 vsize=1023720 CPUtime=1201.35 cores=0,2,4,6
/proc/23827/task/23831/stat : 23831 (priss) R 23826 23826 21841 0 -1 4202560 50691 0 0 0 120087 48 0 0 25 0 5 0 955023185 1048289280 216060 33554432000 4194304 5787044 140733901406048 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=23827/tid=23832] ppid=23826 vsize=1023720 CPUtime=1201.6 cores=0,2,4,6
/proc/23827/task/23832/stat : 23832 (priss) R 23826 23826 21841 0 -1 4202560 54547 0 0 0 120058 102 0 0 25 0 5 0 955023188 1048289280 216060 33554432000 4194304 5787044 140733901406048 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.07
Current children cumulated vsize (KiB) 1032420

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.83
CPU time (s): 4800.07
CPU user time (s): 4797.31
CPU system time (s): 2.76
CPU usage (%): 399.398
Max. virtual memory (cumulated for all children) (KiB): 1032420

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= 332
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.82972 second user time and 4.73628 second system time

The end

Launcher Data

Begin job on node110 at 2011-06-09 21:32:06
IDJOB=3292379
IDBENCH=85987
IDSOLVER=1603
FILE ID=node110/3292379-1307647926
RUNJOBID= node110-1307633277-21859
PBS_JOBID= 13549381
Free space on /tmp= 74168 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT05/industrial/grieu05/vmpc/vmpc_35.renamed-as.sat05-1921.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3292379-1307647926/watcher-3292379-1307647926 -o /tmp/evaluation-result-3292379-1307647926/solver-3292379-1307647926 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3292379-1307647926.cnf 1718505163 4800 15500 4

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

MD5SUM BENCH= 5fda0e0fb8a21967728dfe29bf2d4ea5
RANDOM SEED=1718505163

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31966508 kB
Buffers:        228372 kB
Cached:         380816 kB
SwapCached:       8464 kB
Active:         458648 kB
Inactive:       301504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31966508 kB
SwapTotal:    67111528 kB
SwapFree:     67056304 kB
Dirty:            4716 kB
Writeback:           0 kB
AnonPages:      149204 kB
Mapped:          13364 kB
Slab:           160356 kB
PageTables:       5084 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   389620 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= 74164 MiB
End job on node110 at 2011-06-09 21:52:10